mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
samba: remove SO_xxxBUF size definitions from default config
this option is not recommended for samba4 Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
9584917795
commit
b3e5529459
@@ -23,7 +23,7 @@ null passwords = yes
|
||||
|
||||
bind interfaces only = true
|
||||
interfaces = green0 127.0.0.1
|
||||
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 SO_KEEPALIVE
|
||||
socket options = TCP_NODELAY SO_KEEPALIVE
|
||||
|
||||
username level = 1
|
||||
wins support = true
|
||||
|
||||
@@ -97,7 +97,7 @@ $sambasettings{'SYSLOGLEVEL'} = '1';
|
||||
$sambasettings{'SYSLOGONLY'} = 'on';
|
||||
$sambasettings{'DOSCHARSET'} = 'CP850';
|
||||
$sambasettings{'UNIXCHARSET'} = 'UTF8';
|
||||
$sambasettings{'SOCKETOPTIONS'} = 'TCP_NODELAY SO_RCVBUF=819200 SO_SNDBUF=819200 SO_KEEPALIVE';
|
||||
$sambasettings{'SOCKETOPTIONS'} = 'TCP_NODELAY SO_KEEPALIVE';
|
||||
$sambasettings{'WIDELINKS'} = 'on';
|
||||
$sambasettings{'UNIXEXTENSION'} = 'off';
|
||||
$sambasettings{'SMB2'} = 'on';
|
||||
@@ -180,7 +180,7 @@ if ($sambasettings{'ACTION'} eq 'globalresetyes')
|
||||
$sambasettings{'LOCALMASTER'} = 'off';
|
||||
$sambasettings{'DOMAINMASTER'} = 'off';
|
||||
$sambasettings{'PREFERREDMASTER'} = 'off';
|
||||
$sambasettings{'SOCKETOPTIONS'} = 'TCP_NODELAY SO_RCVBUF=819200 SO_SNDBUF=819200 SO_KEEPALIVE';
|
||||
$sambasettings{'SOCKETOPTIONS'} = 'TCP_NODELAY SO_KEEPALIVE';
|
||||
$sambasettings{'WIDELINKS'} = 'on';
|
||||
$sambasettings{'UNIXEXTENSION'} = 'off';
|
||||
$sambasettings{'SMB2'} = 'on';
|
||||
|
||||
Reference in New Issue
Block a user