# This is the main Samba configuration file. You should read the # smb.conf(5) manual page in order to understand the options listed # here. Samba has a huge number of configurable options (perhaps too # many!) most of which are not shown in this example # # Any line which starts with a ; (semi-colon) or a # (hash) # is a comment and is ignored. In this example we will use a # # for commentry and a ; for parts of the config file that you # may wish to enable # # 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] log file = /var/log/samba/%m.log ;name resolve order = wins bcast host idmap gid = 10000-20000 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 ;client use spnego = no ;username map = /etc/samba/smbusers ;winbind trusted domains only = yes realm = TRISTAR.local template shell = /bin/tcsh dns proxy = no ;template primary group = "Domain Users" netbios name = LINUX server string = REDHAT idmap uid = 10000-20000 security = domain workgroup = TRISTAR printcap name = /etc/printcap max log size = 50 ; winbind separator = + load printers = yes username map = /etc/samba/smbusers printing = cups domain master = no preferred master = Yes local master = yes os level = 65 #for Vista compatibility client lanman auth = no client ntlmv2 auth = yes [homes] browseable = no comment = Home Directories writeable = yes create mode = 777 path = /home/%U directory mode = 777 # NOTE: If you have a BSD-style print system there is no need to # specifically define each individual printer [printers] comment = All Printers path = /var/spool/samba browseable = no # Set public = yes to allow user 'guest account' to print printable = yes [BeneFlex] writeable = yes create mask = 777 path = /Shared/BeneFlex directory mask = 777 [Clients] writeable = yes create mask = 777 path = /Shared/Clients directory mask = 777 [Misc] writeable = yes create mask = 777 path = /Shared/Misc directory mask = 777 [HP4000T] printer name = HP4000T printable = yes [8150] printer name = 8150 printable = yes [LD245] printer name = LD245 printable = yes [4000TN] printer name = 4000TN printable = yes [HP5SI] printer name = HP5SI printable = yes