diff options
Diffstat (limited to 'samba_wizard')
-rw-r--r-- | samba_wizard/samba.wiz | 2 | ||||
-rw-r--r-- | samba_wizard/scripts/smb.conf.default | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/samba_wizard/samba.wiz b/samba_wizard/samba.wiz index efb6089d..2f9eb99d 100644 --- a/samba_wizard/samba.wiz +++ b/samba_wizard/samba.wiz @@ -108,7 +108,7 @@ variableName="doFileSharing" forceEnabled="true" forceDisabled="false" - helpText="Enable /home/samba/public Sharing Area" + helpText="Enable /home/samba/public sharing area" > </Boolean> 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 |