configure linux samba server to interoperate with different versions of windows
# Password Level allows matching of _n_ characters of the password for
# all combinations of upper and lower case.
password level = 20
username level = 20
# You may wish to use password encryption. Please read
# ENCRYPTION.txt, Win95.txt and WinNT.txt in the Samba documentation.
# Do not enable this option unless you have read those documents
encrypt passwords = yes
smb passwd file = /etc/samba/smbpasswd
# Unix users can map to different SMB User names
username map = /etc/smbusers
# all combinations of upper and lower case.
password level = 20
username level = 20
# You may wish to use password encryption. Please read
# ENCRYPTION.txt, Win95.txt and WinNT.txt in the Samba documentation.
# Do not enable this option unless you have read those documents
encrypt passwords = yes
smb passwd file = /etc/samba/smbpasswd
# Unix users can map to different SMB User names
username map = /etc/smbusers
<< Home