diff options
author | Samba Release Account <samba-bugs@samba.org> | 1996-07-11 13:56:08 +0000 |
---|---|---|
committer | Samba Release Account <samba-bugs@samba.org> | 1996-07-11 13:56:08 +0000 |
commit | c290c229f9cef7f8bea0a77531ef7b3501323e9c (patch) | |
tree | 4b2479b713cd0133ba3b953beda79dbf1ba87af3 /examples | |
parent | cb43ce7bc08fa43a6ce49e0937f13afec5dce67b (diff) | |
download | samba-c290c229f9cef7f8bea0a77531ef7b3501323e9c.tar.gz samba-c290c229f9cef7f8bea0a77531ef7b3501323e9c.tar.xz samba-c290c229f9cef7f8bea0a77531ef7b3501323e9c.zip |
Modified demo smb.conf to not have /tmp writeable by everyone by default.
According to server-linux some people seem to be uncommenting the example
[tmp] without thinking what it does :-)
Dan
Diffstat (limited to 'examples')
-rw-r--r-- | examples/simple/smb.conf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/examples/simple/smb.conf b/examples/simple/smb.conf index cdf65b337f7..786bf49057c 100644 --- a/examples/simple/smb.conf +++ b/examples/simple/smb.conf @@ -80,11 +80,13 @@ writable = no create mode = 0700 -; you might also want this one +; you might also want this one, notice that it is read only so as not to give +; people without an account write access. +; ; [tmp] ; comment = Temporary file space ; path = /tmp -; read only = no +; read only = yes ; public = yes ; |