1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-08 13:49:29 +03:00

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 c290c229f9)
This commit is contained in:
Samba Release Account
1996-07-11 13:56:08 +00:00
parent e5a0619c28
commit a174694759

View File

@ -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
;