#run "testparm" before use to check #main options [global] # workgroup = NT-Domain-Name or Workgroup-Name workgroup = THEDUMBTERMINAL # server string is the equivalent of the NT Description field server string = Samba Server # If you want to automatically load your printer list rather # than setting them up individually then you'll need this load printers = no # Uncomment this if you want a specific user mapped to the guest account # otherwise the user "nobody" is used ; guest account = pcguest # this tells Samba to use a separate log file for each machine # that connects log file = /var/log/samba.log.%m # Security mode. Most people will want user level security. security = user # You need to use encryption for WinME, WinNT and Win2000. Please read # ENCRYPTION.txt, Win95.txt and WinNT.txt in the Samba documentation. # unix system accounts used below in the homes section will need # smbpasswords created first, "smbpasswd " encrypt passwords = yes # Most people will find that this option gives better performance. # See speed.txt and the manual pages for details socket options = TCP_NODELAY # Configure Samba to use multiple interfaces # If you have multiple network interfaces then you must list them # here. See the man page for details. interfaces = eth0 # Browser Control Options: # set local master to no if you don't want Samba to become a master # browser on your network. Otherwise the normal election rules apply local master = yes # OS Level determines the precedence of this server in master browser # elections. The default value should be reasonable os level = 65 # Preferred Master causes Samba to force a local browser election on startup # and gives it a slightly higher chance of winning the election preferred master = yes # home directory of the unix users [homes] comment = Home Directories browseable = no writable = yes # A publicly accessible directory, but read only [public] comment = Public Stuff path = /tmp public = yes writable = no