immortalwrt/package/network/services/samba36/files/smb.conf.template

22 lines
528 B
Plaintext
Raw Normal View History

2017-09-06 19:19:45 +08:00
[global]
netbios name = |NAME|
display charset = |CHARSET|
interfaces = |INTERFACES|
server string = |DESCRIPTION|
unix charset = |CHARSET|
workgroup = |WORKGROUP|
bind interfaces only = yes
deadtime = 30
enable core files = no
invalid users = root
local master = yes
2017-09-06 19:19:45 +08:00
map to guest = Bad User
max protocol = SMB2
min receivefile size = 16384
null passwords = yes
passdb backend = smbpasswd
security = user
smb passwd file = /etc/samba/smbpasswd
socket options = TCP_NODELAY IPTOS_LOWDELAY
2017-09-06 19:19:45 +08:00
use sendfile = yes