--- smb.conf-sample.orig Thu May 3 20:27:14 2001 +++ smb.conf-sample Thu May 3 18:09:51 2001 @@ -14,7 +14,7 @@ #======================= Global Settings ===================================== [global] -# workgroup = NT-Domain-Name or Workgroup-Name, eg: REDHAT4 +# workgroup = NT-Domain-Name or Workgroup-Name, eg: LINUX2 workgroup = MYGROUP # server string is the equivalent of the NT Description field @@ -50,13 +50,14 @@ # this tells Samba to use a separate log file for each machine # that connects - log file = /usr/local/samba/var/log.%m + log file = /var/log/samba.%m # Put a capping on the size of the log files (in Kb). max log size = 50 # Security mode. Most people will want user level security. See -# security_level.txt for details. +# security_level.txt for details. NOTE: To get the behaviour of +# Samba-1.9.18, you'll need to use "security = share". security = user # Use password server option only with security = server @@ -74,6 +75,9 @@ # Do not enable this option unless you have read those documents ; encrypt passwords = yes +# Where to find the SSL certificates: + ssl CA certDir = /etc/ssl/certs + # Using the following line enables you to customise your configuration # on a per machine basis. The %m gets replaced with the netbios name # of the machine that is connecting @@ -169,7 +173,7 @@ # specifically define each individual printer [printers] comment = All Printers - path = /usr/spool/samba + path = /var/spool/samba browseable = no # Set public = yes to allow user 'guest account' to print guest ok = no