; Configuration file for smbd. ; ============================================================================ ; For the format of this file and comprehensive descriptions of all the ; configuration option, please refer to the man page for smb.conf(5). ; ; Use smbpasswd -a username to add a user to password list. This only works ; if "encrypt passwords = yes" is set. ; [global] status = yes security = share encrypt passwords = yes server string = Plasmodium server interfaces = 65.198.102.66/255.255.255.192 remote announce = 63.127.146.255/BRNEUROSCI 65.198.102.127/BRNEUROSCI 65.198.102.66/BRNEUROSCI announce as = NTServer workgroup = BRNEUROSCI netbios name = MALARIA load printers = yes printcap name = /etc/printcap log level = 2 guest account = ftp printing = bsd password level = 2 share modes = yes preferred master = yes local master = yes wins support =no wins proxy = no ; wins server is entropy wins server = 63.127.146.196 strict locking = yes keepalive = 30 dead time = 10 print command = /usr/bin/lpr -h -r -P%p %s domain master = no domain logons = no os level = 33 root directory = / public = yes browseable = yes lm announce = yes browse list = yes auto services = yes remote browse sync = 63.127.146.255 65.198.102.127 ; ; If security=share, users must type their password the first time they log on. ; If encrypt=yes, their password must be set by smbpasswd -a. ; [homes] comment = Home Directories browseable = yes guest ok = no read only = no create mode = 0755 ;[tmp] ; comment = Temporary file storage ; path = /tmp/ ; browseable = yes ; guest ok = yes ; public = yes ; read only = no ; create mode = 0755 [fax] comment = FAX server postscript = yes path = /tmp browseable = yes printable = yes public = yes writable = yes create mode = 0700 print command = (/usr/local/bin/printfax.pl %I %s %U %m; rm %s) &