/samba/smb.conf
http://github.com/brinkman83/bashrc · Config · 35 lines · 33 code · 2 blank · 0 comment · 0 complexity · 147c20bc5a5f6227d05b263efc81c5d2 MD5 · raw file
- [global]
- workgroup = HOMEWORK
- lm announce = yes
- wins support = yes
- name resolve order = wins hosts lmhosts bcast
- dns proxy = yes
- log file = /var/log/samba/log.%m
- max log size = 32768
- syslog = 1024
- panic action = /usr/share/samba/panic-action %d
- passdb backend = tdbsam
- obey pam restrictions = yes
- invalid users = root guest
- map to guest = Bad User
- passwd program = /usr/bin/passwd %u
- passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n *password\supdated\ssuccessfully* .
- message command = /bin/sh -c '/usr/bin/linpopup "%f" "%m" %s; rm %s' &
- domain master = Yes
- time server = Yes
- #======================= Share Definitions =======================
- [data]
- path = /data
- comment = Fileserver 1TB RAID5 Array
- username = matt
- writeable = yes
- map archive = No
- store dos attributes = Yes
- ea support = yes
- unix extensions = yes
- delete readonly = Yes
- hide files = lost+found/
- admin users = matt
- use sendfile = Yes