mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
samba36: smb.conf.template socktet settings
This commit is contained in:
parent
c78939e05c
commit
c92efbcd21
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=samba
|
||||
PKG_VERSION:=3.6.25
|
||||
PKG_RELEASE:=13
|
||||
PKG_RELEASE:=15
|
||||
|
||||
PKG_SOURCE_URL:=https://download.samba.org/pub/samba \
|
||||
https://download.samba.org/pub/samba/stable
|
||||
|
@ -9,7 +9,7 @@
|
||||
deadtime = 30
|
||||
enable core files = no
|
||||
invalid users = root
|
||||
local master = no
|
||||
local master = yes
|
||||
map to guest = Bad User
|
||||
max protocol = SMB2
|
||||
min receivefile size = 16384
|
||||
@ -17,4 +17,5 @@
|
||||
passdb backend = smbpasswd
|
||||
security = user
|
||||
smb passwd file = /etc/samba/smbpasswd
|
||||
socket options = TCP_NODELAY IPTOS_LOWDELAY
|
||||
use sendfile = yes
|
||||
|
Loading…
Reference in New Issue
Block a user