git.samba.org
/
kai
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5a0619
)
Modified demo smb.conf to not have /tmp writeable by everyone by default.
author
Samba Release Account
<samba-bugs@samba.org>
Thu, 11 Jul 1996 13:56:08 +0000
(13:56 +0000)
committer
Samba Release Account
<samba-bugs@samba.org>
Thu, 11 Jul 1996 13:56:08 +0000
(13:56 +0000)
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
)
examples/simple/smb.conf
patch
|
blob
|
history
diff --git
a/examples/simple/smb.conf
b/examples/simple/smb.conf
index cdf65b337f7378e50c844b766e45de7b1088d490..786bf49057c71a399e9e8fc47603e2f0fd479763 100644
(file)
--- 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
;