diff options
author | Arnaud Desmons <adesmons@mandriva.com> | 2002-08-29 16:24:10 +0000 |
---|---|---|
committer | Arnaud Desmons <adesmons@mandriva.com> | 2002-08-29 16:24:10 +0000 |
commit | f114fe23b1de6156dcd85393b2ebadab762e3e68 (patch) | |
tree | 412435949ac8bb11eac75a2942ae03d8fe1ed322 /samba_wizard/scripts | |
parent | f411f9a01aa8392e49f5305fb71eb787c85afea4 (diff) | |
download | drakwizard-f114fe23b1de6156dcd85393b2ebadab762e3e68.tar drakwizard-f114fe23b1de6156dcd85393b2ebadab762e3e68.tar.gz drakwizard-f114fe23b1de6156dcd85393b2ebadab762e3e68.tar.bz2 drakwizard-f114fe23b1de6156dcd85393b2ebadab762e3e68.tar.xz drakwizard-f114fe23b1de6156dcd85393b2ebadab762e3e68.zip |
dhcp fix and script improvements and little fixes
Diffstat (limited to 'samba_wizard/scripts')
-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 |