From a0a28db75365d974ee05aee9dd4fde1ffc3db72c Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 17 Oct 1997 22:40:45 +0000 Subject: add a note about running testparm after modifying smb.conf (This used to be commit 92e7092af1daf9349ca9fb00cd27c0ddc21b37d9) --- examples/smb.conf.default | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/smb.conf.default b/examples/smb.conf.default index c11594e6fc..2a0e3d3c83 100644 --- a/examples/smb.conf.default +++ b/examples/smb.conf.default @@ -6,6 +6,8 @@ ;; Any line which starts with a ; (semi-colon) is a comment and ;; is ignored +;; Whenever you modify this file you should run the command "testparm" +;; to check that you have not many any basic syntactic errors. ;;======================= Global Settings ===================================== [global] @@ -141,6 +143,7 @@ ;; Set public = yes to allow user 'guest account' to print guest ok = no writable = no + printable = yes ;; This one is useful for people to share files ;[tmp] -- cgit