samba36: Remove syslog and load printers lines.
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>
This commit is contained in:
parent
0a761fe8ef
commit
343e3d2ba8
1 changed files with 0 additions and 2 deletions
|
@ -9,7 +9,6 @@
|
||||||
deadtime = 30
|
deadtime = 30
|
||||||
enable core files = no
|
enable core files = no
|
||||||
invalid users = root
|
invalid users = root
|
||||||
load printers = no
|
|
||||||
local master = no
|
local master = no
|
||||||
map to guest = Bad User
|
map to guest = Bad User
|
||||||
max protocol = SMB2
|
max protocol = SMB2
|
||||||
|
@ -18,5 +17,4 @@
|
||||||
passdb backend = smbpasswd
|
passdb backend = smbpasswd
|
||||||
security = user
|
security = user
|
||||||
smb passwd file = /etc/samba/smbpasswd
|
smb passwd file = /etc/samba/smbpasswd
|
||||||
syslog = 2
|
|
||||||
use sendfile = yes
|
use sendfile = yes
|
||||||
|
|
Loading…
Reference in a new issue