# NOTE: Whenever you modify this file you should run the command "testparm" # to check that you have not made any basic syntactic errors. # #======================= Global Settings ===================================== [global] workgroup = RCHDNT server string = Samba Server %h # winbind separator = \ winbind uid = 1000-20000 winbind gid = 1000-20000 winbind cache time = 300 template homedir = /home/%D/%U template shell = /bin/bash winbind use default domain = true # netbios aliases = map to guest = Bad User guest ok = yes # this tells Samba to use a separate log file for each machine # that connects log file = /var/log/samba/log.%m log level = 1 # Put a capping on the size of the log files (in Kb). max log size = 0 deadtime = 60 # Security mode. Most people will want user level security. See # security_level.txt for details. security = domain encrypt passwords = yes # 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 include = /etc/samba/smb.conf.%m include = /etc/samba/smb.conf.%L # Most people will find that this option gives better performance. # See speed.txt and the manual pages for details socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 # Browser Control Options: local master = no os level = 33 domain master = no preferred master = no # WINS Server - Tells the NMBD components of Samba to be a WINS Client # Note: Samba can be either a WINS Server, or a WINS Client, but NOT both wins server = 9.10.244.40, 9.10.244.140 nt acl support = yes map archive = no map acl inherit = no inherit acls = yes store dos attributes = yes #============================ Share Definitions ============================== include = /etc/samba/smb.share.system [homes] comment = Home Directories browseable = no writable = yes admin users = @"rchdnt\domain admins" include = /etc/samba/smb.share.%L include = /etc/samba/smb.conf.group