##################################################################### # Global settings ##################################################################### [global] ##################################################################### # Server Settings ##################################################################### panic action = "/usr/local/bin/panic-action %d" pid directory = /var/run/samba lock directory = /usr/var/locks/ log file = /var/log/samba/%m.log interfaces = localhost eth0 bind interfaces only = true log level = 10 ##################################################################### # Samba Server Options ##################################################################### server string = workgroup = MUC os level = 20 security = domain local master = no domain master = no preferred master = no mangling method = hash2 utmp = no unix extensions = yes guest account = nobody map to guest = Never load printers = no admin users = MUC\Administrator veto files = /.bin/.viminfo/.bash_history/Platform.ini/ delete veto files = yes ##################################################################### # Winbindd Settings ##################################################################### idmap config * : backend = tdb idmap config * : range = 30000-35000 winbind nss info = template template homedir = /home/%U template shell = /bin/false winbind trusted domains only = no winbind use default domain = yes winbind enum users = yes winbind enum groups = yes ##################################################################### # Wins Name Resolution ##################################################################### wins server = 192.168.29.4 ##################################################################### # Character Settings ##################################################################### unix charset = UTF-8 display charset = UTF-8 dos charset = 850 ##################################################################### # Performance Settings ##################################################################### use sendfile = yes large readwrite = yes username level = 0 kernel oplocks = true veto oplock files = /*.doc/*.xls/*.mdb/ ##################################################################### # Share Settings (Global) ##################################################################### map archive = no map system = no map hidden = no writeable = yes inherit permissions = yes wide links = no follow symlinks = no ##################################################################### # Include Files ##################################################################### include = /etc/samba/shares.conf