samba36: Remove legacy options
Browseable is now set through LuCI per share, so remove it. Same with writeable (inverted synonym for read only). domain master and preferred master seem to be legacy settings for Windows 9x. encrypt passwords defaults to yes. Probably should not be disabled either. Also reordered alphabetically. Signed-off-by: Rosen Penev <rosenp@gmail.com> [rewrap commit message, fix SoB, fix author, bump pkg revsion] Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
636dc8750b
commit
9dcb3fe7eb
2 changed files with 3 additions and 8 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=samba
|
PKG_NAME:=samba
|
||||||
PKG_VERSION:=3.6.25
|
PKG_VERSION:=3.6.25
|
||||||
PKG_RELEASE:=6
|
PKG_RELEASE:=7
|
||||||
|
|
||||||
PKG_SOURCE_URL:=https://download.samba.org/pub/samba \
|
PKG_SOURCE_URL:=https://download.samba.org/pub/samba \
|
||||||
https://download.samba.org/pub/samba/stable
|
https://download.samba.org/pub/samba/stable
|
||||||
|
|
|
@ -5,24 +5,19 @@
|
||||||
server string = |DESCRIPTION|
|
server string = |DESCRIPTION|
|
||||||
unix charset = |CHARSET|
|
unix charset = |CHARSET|
|
||||||
workgroup = |WORKGROUP|
|
workgroup = |WORKGROUP|
|
||||||
local master = no
|
bind interfaces only = yes
|
||||||
browseable = yes
|
|
||||||
deadtime = 30
|
deadtime = 30
|
||||||
domain master = yes
|
|
||||||
encrypt passwords = yes
|
|
||||||
enable core files = no
|
enable core files = no
|
||||||
guest ok = yes
|
guest ok = yes
|
||||||
invalid users = root
|
invalid users = root
|
||||||
load printers = no
|
load printers = no
|
||||||
|
local master = yes
|
||||||
map to guest = Bad User
|
map to guest = Bad User
|
||||||
max protocol = SMB2
|
max protocol = SMB2
|
||||||
min receivefile size = 16384
|
min receivefile size = 16384
|
||||||
null passwords = yes
|
null passwords = yes
|
||||||
passdb backend = smbpasswd
|
passdb backend = smbpasswd
|
||||||
preferred master = yes
|
|
||||||
security = user
|
security = user
|
||||||
smb passwd file = /etc/samba/smbpasswd
|
smb passwd file = /etc/samba/smbpasswd
|
||||||
syslog = 2
|
syslog = 2
|
||||||
use sendfile = yes
|
use sendfile = yes
|
||||||
writeable = yes
|
|
||||||
bind interfaces only = yes
|
|
||||||
|
|
Loading…
Reference in a new issue