Created
July 25, 2021 13:21
-
-
Save haroldcris/5aeed0290d88453888b981e177f80a9b to your computer and use it in GitHub Desktop.
Samba on Ubuntu 18.04 Password Problems
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://work-work.work/blog/2018/12/07/samba-windows-7.html | |
Or if you don't want to change your client settings, edit /etc/samba/smb.conf and add to the [global]section | |
lanman auth = no | |
ntlm auth = yes | |
restart samba and Windows 7 talks to your Ubuntu 18.04 server. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment