diff options
author | Gerald Carter <jerry@samba.org> | 2001-06-01 11:56:08 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2001-06-01 11:56:08 +0000 |
commit | 81b3af71d5c9ccd20d7e7303becc35bff30c39b4 (patch) | |
tree | b1448d49b1f04fc07a5d6cc53d113651f3f8c62f /packaging/RedHat/smb.conf | |
parent | de46428d054285f568727589537cd8520ee0f687 (diff) | |
download | samba-81b3af71d5c9ccd20d7e7303becc35bff30c39b4.tar.gz samba-81b3af71d5c9ccd20d7e7303becc35bff30c39b4.tar.xz samba-81b3af71d5c9ccd20d7e7303becc35bff30c39b4.zip |
sync with SAMBA_2_2
Diffstat (limited to 'packaging/RedHat/smb.conf')
-rw-r--r-- | packaging/RedHat/smb.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packaging/RedHat/smb.conf b/packaging/RedHat/smb.conf index 2f286778970..71ff9463884 100644 --- a/packaging/RedHat/smb.conf +++ b/packaging/RedHat/smb.conf @@ -63,7 +63,7 @@ # 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/smbpasswd +; smb passwd file = /etc/samba/smbpasswd # The following are needed to allow password changing from Windows to # update the Linux sytsem password also. @@ -76,12 +76,12 @@ ; 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/smbusers +; username map = /etc/samba/smbusers # Using the following line enables you to customise your configuration # on a per machine basis. The %m gets replaced with the netbios name # of the machine that is connecting -; include = /etc/smb.conf.%m +; include = /etc/samba/smb.conf.%m # Most people will find that this option gives better performance. # See speed.txt and the manual pages for details |