samba36: Remove guest ok since LuCI configures it.
[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 invalid users = root
12 load printers = no
13 local master = no
14 map to guest = Bad User
15 max protocol = SMB2
16 min receivefile size = 16384
17 null passwords = yes
18 passdb backend = smbpasswd
19 security = user
20 smb passwd file = /etc/samba/smbpasswd
21 syslog = 2
22 use sendfile = yes