samba36: Remove legacy options
[openwrt/openwrt.git] / package / network / services / samba36 / files / smb.conf.template
1 [global]
2 netbios name = |NAME|
3 display charset = |CHARSET|
4 interfaces = |INTERFACES|
5 server string = |DESCRIPTION|
6 unix charset = |CHARSET|
7 workgroup = |WORKGROUP|
8 bind interfaces only = yes
9 deadtime = 30
10 enable core files = no
11 guest ok = yes
12 invalid users = root
13 load printers = no
14 local master = yes
15 map to guest = Bad User
16 max protocol = SMB2
17 min receivefile size = 16384
18 null passwords = yes
19 passdb backend = smbpasswd
20 security = user
21 smb passwd file = /etc/samba/smbpasswd
22 syslog = 2
23 use sendfile = yes