summaryrefslogtreecommitdiff
path: root/examples/simple/smb.conf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/simple/smb.conf')
-rw-r--r--examples/simple/smb.conf6
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
;