diff options
Diffstat (limited to 'samba_wizard/scripts/smb.conf.default')
-rw-r--r-- | samba_wizard/scripts/smb.conf.default | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/samba_wizard/scripts/smb.conf.default b/samba_wizard/scripts/smb.conf.default index 538e875e..c1ac473e 100644 --- a/samba_wizard/scripts/smb.conf.default +++ b/samba_wizard/scripts/smb.conf.default @@ -99,10 +99,10 @@ # NOTE2: You do NOT need these to allow workstations to change only # the encrypted SMB passwords. They allow the Unix password # to be kept in sync with the SMB password. -; unix password sync = Yes -; passwd program = /usr/bin/passwd %u -; passwd chat = *New*UNIX*password* %n\n *ReType*new*UNIX*password* %n\n -;*passwd:*all*authentication*tokens*updated*successfully* + unix password sync = Yes + passwd program = /usr/bin/passwd %u + passwd chat = *New*UNIX*password* %n\n *ReType*new*UNIX*password* %n\n +*passwd:*all*authentication*tokens*updated*successfully* # Unix users can map to different SMB User names ; username map = /etc/samba/smbusers |