Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save haroldcris/5aeed0290d88453888b981e177f80a9b to your computer and use it in GitHub Desktop.
Save haroldcris/5aeed0290d88453888b981e177f80a9b to your computer and use it in GitHub Desktop.
Samba on Ubuntu 18.04 Password Problems
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