Samba / 2019-12-27 16:17:56
Side of the Raspberry PI
Installing Samba on a Raspberry PI is straightforward and many pages explain the steps. I found that this page is particularly simple and clear.
Two caveats though! The Samba clients on the Amiga support (as of December 2019) only the NT LAN Manager protocol v1, which is quite vulnerable... So:
- Do not use Amiga Samba on insecure networks...
- Configure the server to accept NTLMv1 protocol by adding to global:
ntlm auth = ntlmv1-permitted
Side of
|