Comment 20 for bug 510059

Revision history for this message
James Pakko (james-pakko) wrote :

I had this problem and this is what fixed it for me:

in the [global] section of /etc/samba/smb.conf put in these lines:
   name resolve order = lmhosts bcast host wins
   lanman auth = yes
   client lanman auth = yes
   client plaintext auth = yes

Good luck!