# Global parameters # client code page = 437 # Samba requests 10000 but Solaris has only 1014 to spare # can comment the next line if you have Eric Boehm patch for Samba # *AND* you are running Solaris 7 or 8, 64-bit. For Solaris 2.6 # you will need to uncomment max open files # max open files = 200 comment = "Samba %v server" share modes = yes getwd cache = yes browseable = yes load printers = no local master = no username map = /usr/local/samba/lib/username.map debug pid = yes dead time = 30 debug level = 1 # # If you are running separate smbd/nmbd pairs on separate # interfaces, use the following template # log file = /usr/local/samba/var/log.%m # log file = /usr/local/samba/var/log.%m socket options = IPTOS_LOWDELAY TCP_NODELAY SO_KEEPALIVE SO_SNDBUF=32768 SO_RCVBUF=32768 # # If you are running separate smbd/nmbd pairs on separate # interfaces, you will need to replace %h with the hostname of # the interface in smb.conf.global # # You may leave smb.conf.shares.%h unchanged if all shares # will be available on all interfaces. Otherwise, you will # need to replace %h with the corresponding hostname # include = /usr/local/samba/lib/smb.conf.global.%h include = /usr/local/samba/lib/smb.conf.shares.%h