add a note about running testparm after modifying smb.conf
authorAndrew Tridgell <tridge@samba.org>
Fri, 17 Oct 1997 22:40:45 +0000 (22:40 +0000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 17 Oct 1997 22:40:45 +0000 (22:40 +0000)
(This used to be commit 92e7092af1daf9349ca9fb00cd27c0ddc21b37d9)

examples/smb.conf.default

index c11594e6fc99ef94aef3fa5417c3df9ca670f081..2a0e3d3c8338e70d290ee289fdd0c3f7294e731b 100644 (file)
@@ -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]
 ;; 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]