diff options
author | Andrew Tridgell <tridge@samba.org> | 1997-10-17 22:40:45 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1997-10-17 22:40:45 +0000 |
commit | a0a28db75365d974ee05aee9dd4fde1ffc3db72c (patch) | |
tree | f8299b2aabae70bb4b9ce246574a9d109c868a4e /examples/smb.conf.default | |
parent | 135add3b63e2d1e8a86695e34e9d9cc8cebc2271 (diff) | |
download | samba-a0a28db75365d974ee05aee9dd4fde1ffc3db72c.tar.gz samba-a0a28db75365d974ee05aee9dd4fde1ffc3db72c.tar.bz2 samba-a0a28db75365d974ee05aee9dd4fde1ffc3db72c.zip |
add a note about running testparm after modifying smb.conf
(This used to be commit 92e7092af1daf9349ca9fb00cd27c0ddc21b37d9)
Diffstat (limited to 'examples/smb.conf.default')
-rw-r--r-- | examples/smb.conf.default | 3 |
1 files changed, 3 insertions, 0 deletions
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] |