# Alle overbodige en default-instellingen zijn weggelaten. #======================= Global Settings ======================= [global] ## Browsing/Identification ### workgroup = MAB server string = %h server (Samba %v) dns proxy = no #### Debugging/Accounting #### log file = /var/log/samba/log.%m max log size = 1000 syslog = 0 panic action = /usr/share/samba/panic-action %d ####### Authentication ####### security = user encrypt passwords = true passdb backend = tdbsam guest obey pam restrictions = yes passwd program = /usr/bin/passwd %u passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n . ########## Printing ########## load printers = yes printing = cups printcap name = cups ######## File sharing ######## ############ Misc ############ SO_RCVBUF=8192 SO_SNDBUF=8192 socket options = TCP_NODELAY IPTOS_LOWDELAY #======================= Share Definitions ======================= [homes] comment = Home Directories browseable = no writable = yes create mask = 0775 directory mask = 0775 [printers] comment = All Printers browseable = yes path = /tmp printable = yes public = yes writable = no create mode = 0700 [print$] comment = Printer Drivers path = /var/lib/samba/printers browseable = yes read only = yes guest ok = no