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 | a17469475973ca4e682753b6cfad7170577810fb (patch) | |
tree | 5a0927a70ff6f4290f184d2bd9262acf613ab6e9 /examples/simple | |
parent | e5a0619c2839d45b00446c3af3f30599f3f3c5fa (diff) | |
download | samba-a17469475973ca4e682753b6cfad7170577810fb.tar.gz samba-a17469475973ca4e682753b6cfad7170577810fb.tar.xz samba-a17469475973ca4e682753b6cfad7170577810fb.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
(This used to be commit c290c229f9cef7f8bea0a77531ef7b3501323e9c)
Diffstat (limited to 'examples/simple')
-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 ; |