diff options
-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 cdf65b337f..786bf49057 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 ; |