samba36: Remove guest ok since LuCI configures it.
guest ok is set per share and as such, don't override it. also, fix an error introduced in the last commit. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
3e36ca4b43
commit
ccb79a310c
1 changed files with 1 additions and 2 deletions
|
@ -8,10 +8,9 @@
|
||||||
bind interfaces only = yes
|
bind interfaces only = yes
|
||||||
deadtime = 30
|
deadtime = 30
|
||||||
enable core files = no
|
enable core files = no
|
||||||
guest ok = yes
|
|
||||||
invalid users = root
|
invalid users = root
|
||||||
load printers = no
|
load printers = no
|
||||||
local master = yes
|
local master = no
|
||||||
map to guest = Bad User
|
map to guest = Bad User
|
||||||
max protocol = SMB2
|
max protocol = SMB2
|
||||||
min receivefile size = 16384
|
min receivefile size = 16384
|
||||||
|
|
Loading…
Reference in a new issue