[source] samba36: Remove guest ok since LuCI configures it.
LEDE Commits
lede-commits at lists.infradead.org
Thu Dec 14 09:45:07 PST 2017
jow pushed a commit to source.git, branch lede-17.01:
https://git.lede-project.org/1458bc2d9c7ce9a0cdd4d2514b18bbc8adf22d7a
commit 1458bc2d9c7ce9a0cdd4d2514b18bbc8adf22d7a
Author: Rosen Penev <rosenp at gmail.com>
AuthorDate: Thu Aug 24 16:51:23 2017 -0700
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 at gmail.com>
(cherry picked from commit ccb79a310c5273bf32d590323a99e72b587a0fb0)
---
package/network/services/samba36/files/smb.conf.template | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/package/network/services/samba36/files/smb.conf.template b/package/network/services/samba36/files/smb.conf.template
index c35d779..47ec116 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
More information about the lede-commits
mailing list