diff options
author | Günther Deschner <gd@samba.org> | 2009-04-06 12:45:46 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-04-06 12:47:41 +0200 |
commit | 2b1fe2c98f4e0013dee4cbae62dc36cdd4085c7d (patch) | |
tree | e2027c48d27f9204282881cbcf1880832c27af6c /examples | |
parent | 213249ceab8870ec678b23e3d9a764b2d7ba7ec0 (diff) | |
download | samba-2b1fe2c98f4e0013dee4cbae62dc36cdd4085c7d.tar.gz samba-2b1fe2c98f4e0013dee4cbae62dc36cdd4085c7d.tar.bz2 samba-2b1fe2c98f4e0013dee4cbae62dc36cdd4085c7d.zip |
s3-examples: Fix Bug #6205. Correct sample smb.conf share configuration.
Thanks to Jeffrey Riaboy <dakusan@castledragmire.com>.
Guenther
Diffstat (limited to 'examples')
-rw-r--r-- | examples/smb.conf.default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/smb.conf.default b/examples/smb.conf.default index 971ca19c83..b4e3d63e03 100644 --- a/examples/smb.conf.default +++ b/examples/smb.conf.default @@ -204,7 +204,7 @@ ; comment = Public Stuff ; path = /home/samba ; public = yes -; writable = yes +; writable = no ; printable = no ; write list = @staff |