* follow upstream rename to 'smbd' and 'smbd-tools' * config is '/config/smbd' and '/etc/smbd/smb.conf' * smbd: update to 3.0.1 * smbd: fixes delete access on readonly shares * smbd: add patch to keep version metadata in kmod * smbd: add synchrous kill_server patches * smbd-tools: update to 3.0.1 * smbd-tools: userspace service is now 'usmbd' * smbd-tools: userspace tools are: 'smbuseradd', 'smbshareadd' with /etc/smbd/smbdpwd.db * smbd-tools: split package into server/utils (reduce size) * smbd-tools: fix init (luci save&apply) * smbd-tools: remove kill_server related timeouts Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
14 lines
317 B
Text
14 lines
317 B
Text
[global]
|
|
netbios name = |NAME|
|
|
server string = |DESCRIPTION|
|
|
workgroup = |WORKGROUP|
|
|
interfaces = |INTERFACES|
|
|
bind interfaces only = yes
|
|
ipc timeout = 20
|
|
deadtime = 15
|
|
map to guest = Bad User
|
|
smb2 max read = 64K
|
|
smb2 max write = 64K
|
|
smb2 max trans = 64K
|
|
cache read buffers = no
|
|
cache trans buffers = no
|