samba sync password with unix password on debian wheezy
- by Oz123
I installed samba on my server and I am trying to write a script to spare me the two steps to add user, e.g.:
adduser username
smbpasswd -a username
My smb.conf states:
# This boolean parameter controls whether Samba attempts to sync the Unix
# password with the SMB password when the encrypted SMB password in the
# passdb is changed.
unix…