samba36: Remove guest ok since LuCI configures it.
authorRosen Penev <rosenp@gmail.com>
Thu, 24 Aug 2017 23:51:23 +0000 (16:51 -0700)
committerJohn Crispin <john@phrozen.org>
Wed, 30 Aug 2017 15:05:10 +0000 (17:05 +0200)
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>
package/network/services/samba36/files/smb.conf.template

index c35d7792bd05e7305c03caa2eb0087354843e414..47ec11699d9be575b71bedf7e6e7a9683314073f 100644 (file)
@@ -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