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