diff options
author | Gerald Carter <jerry@samba.org> | 2000-08-15 23:36:05 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2000-08-15 23:36:05 +0000 |
commit | 02e3b4a802ed01df91620f441091cf8894f43ff7 (patch) | |
tree | c793d07ad1fd47d5fd3c1b5af5463f8c821b9d24 | |
parent | aa3802ba0e2b7c90605104ed4392e94e3d1a80e8 (diff) | |
download | samba-02e3b4a802ed01df91620f441091cf8894f43ff7.tar.gz samba-02e3b4a802ed01df91620f441091cf8894f43ff7.tar.bz2 samba-02e3b4a802ed01df91620f441091cf8894f43ff7.zip |
fixed error in [public] spotted by Ron Alexander <rcalex@home.com>
changed to read only = yes
jerry
(This used to be commit e17753c532ab6d5ae628c6e6f6d5b810638cb314)
-rw-r--r-- | packaging/RedHat/smb.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packaging/RedHat/smb.conf b/packaging/RedHat/smb.conf index e07d15c93e..b3d2bc839a 100644 --- a/packaging/RedHat/smb.conf +++ b/packaging/RedHat/smb.conf @@ -224,8 +224,7 @@ ; comment = Public Stuff ; path = /home/samba ; public = yes -; writable = yes -; printable = no +; read only = yes ; write list = @staff # Other examples. |