mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-02 01:08:05 +00:00
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> (cherry picked from commit 343e3d2ba8efe20554522419697e0e4c3038c92f)
This commit is contained in:
parent
71797b6eca
commit
80a22eee4b
@ -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…
x
Reference in New Issue
Block a user