add cifs-utils, replacing the old cifsmount package
[packages.git] / net / samba3 / files / smb.conf.template
1 [global]
2         netbios name = |NAME| 
3         workgroup = |WORKGROUP|
4         server string = |DESCRIPTION|
5         syslog = 10
6         encrypt passwords = true
7         passdb backend = smbpasswd
8         obey pam restrictions = yes
9         socket options = TCP_NODELAY
10         unix charset = |CHARSET|
11         preferred master = yes
12         os level = 20
13         security = share
14         guest account = nobody
15         invalid users = root
16         smb passwd file = /etc/samba/smbpasswd
17         interfaces = |INTERFACES|