diff options
| author | Rosen Penev | 2017-08-24 23:51:23 +0000 |
|---|---|---|
| committer | John Crispin | 2017-08-30 15:05:10 +0000 |
| commit | ccb79a310c5273bf32d590323a99e72b587a0fb0 (patch) | |
| tree | dec532a12f936dd6273585dd36ad60a7d916edec | |
| parent | 3e36ca4b436510a6e411484db47f7df35ebaf86d (diff) | |
| download | openwrt-ccb79a310c5273bf32d590323a99e72b587a0fb0.tar.gz | |
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>
| -rw-r--r-- | package/network/services/samba36/files/smb.conf.template | 3 |
1 files changed, 1 insertions, 2 deletions
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 |