From: Rosen Penev Date: Thu, 24 Aug 2017 23:51:23 +0000 (-0700) Subject: samba36: Remove guest ok since LuCI configures it. X-Git-Tag: v18.06.0-rc1~2331 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=ccb79a310c5273bf32d590323a99e72b587a0fb0 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 --- diff --git a/package/network/services/samba36/files/smb.conf.template b/package/network/services/samba36/files/smb.conf.template index c35d7792bd..47ec11699d 100644 --- a/package/network/services/samba36/files/smb.conf.template +++ b/package/network/services/samba36/files/smb.conf.template @@ -8,10 +8,9 @@ bind interfaces only = yes deadtime = 30 enable core files = no - guest ok = yes invalid users = root load printers = no - local master = yes + local master = no map to guest = Bad User max protocol = SMB2 min receivefile size = 16384