diff options
author | Arnaud Desmons <adesmons@mandriva.com> | 2002-10-02 14:55:21 +0000 |
---|---|---|
committer | Arnaud Desmons <adesmons@mandriva.com> | 2002-10-02 14:55:21 +0000 |
commit | c26da72167ceaed7e532e4f18dca60583e0af4ae (patch) | |
tree | d375d1e1d44eb2a996120b3ccc8c4bcb8bcd5dc8 | |
parent | 5dcff5371756ab0427e6380858a9ed5cc7704e32 (diff) | |
download | drakwizard-c26da72167ceaed7e532e4f18dca60583e0af4ae.tar drakwizard-c26da72167ceaed7e532e4f18dca60583e0af4ae.tar.gz drakwizard-c26da72167ceaed7e532e4f18dca60583e0af4ae.tar.bz2 drakwizard-c26da72167ceaed7e532e4f18dca60583e0af4ae.tar.xz drakwizard-c26da72167ceaed7e532e4f18dca60583e0af4ae.zip |
nothing by default
-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. # ===================================== |