packages/net/samba3/files/smb.conf.template
jow 40d7681e6a [packages] samba3: various changes (#10531)
- resolve ipv4 and ipv6 addresses of logical interface names and add them to the interfaces line
	- make charset uci-configurable and default to UTF-8
	- cleanup init script, annotate uci configuration


git-svn-id: svn://svn.openwrt.org/openwrt/packages@29505 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-12-12 01:10:26 +00:00

18 lines
411 B
Plaintext

[global]
netbios name = |NAME|
workgroup = |WORKGROUP|
server string = |DESCRIPTION|
syslog = 10
encrypt passwords = true
passdb backend = smbpasswd
obey pam restrictions = yes
socket options = TCP_NODELAY
unix charset = |CHARSET|
preferred master = yes
os level = 20
security = share
guest account = nobody
invalid users = root
smb passwd file = /etc/samba/smbpasswd
interfaces = |INTERFACES|