343e3d2ba8
printer support is removed using 200-remove_printer_support.patch. the syslog parameter requires samba to be compiled with --with-syslog. Currently samba does not log to syslog and probably has not for a long time. Signed-off-by: Rosen Penev <rosenp@gmail.com>
20 lines
482 B
Text
20 lines
482 B
Text
[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 = no
|
|
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
|
|
use sendfile = yes
|