diff options
Diffstat (limited to 'samba_wizard')
-rw-r--r-- | samba_wizard/scripts/smb.conf.default | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/samba_wizard/scripts/smb.conf.default b/samba_wizard/scripts/smb.conf.default index c1ac473e..8781db7e 100644 --- a/samba_wizard/scripts/smb.conf.default +++ b/samba_wizard/scripts/smb.conf.default @@ -233,10 +233,10 @@ #============================ Share Definitions ============================== -[homes] - comment = Home Directories - browseable = no - writable = yes +;[homes] +; comment = Home Directories +; browseable = no +; writable = yes # Un-comment the following and create the netlogon directory for Domain Logons ; [netlogon] @@ -267,15 +267,15 @@ # done. If you wish that the server provides the driver and the clients # send PostScript ("Generic PostScript Printer" under Windows), you have # to swap the 'print command' line below with the commented one. -[printers] - comment = All Printers - path = /var/spool/samba - browseable = no +;[printers] +; comment = All Printers +; path = /var/spool/samba +; browseable = no # to allow user 'guest account' to print. - guest ok = yes - writable = no - printable = yes - create mode = 0700 +; guest ok = yes +; writable = no +; printable = yes +; create mode = 0700 # ===================================== # print command: see above for details. # ===================================== |