samba: Remove any options left to default value in global section

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2020-10-08 21:34:39 +01:00
parent 2a4ac08fcc
commit 7a60353472
2 changed files with 2 additions and 23 deletions

View File

@@ -6,14 +6,9 @@ server string = Samba
workgroup = homeip.net
passdb backend = smbpasswd
keep alive = 30
os level = 33
fstype = NTFS
kernel oplocks = false
map to guest = bad user
smb ports = 445 139
unix charset = CP850
security = user
guest account = samba
@@ -21,16 +16,6 @@ unix password sync = false
bind interfaces only = true
interfaces = green0 127.0.0.1
socket options = TCP_NODELAY SO_KEEPALIVE
username level = 1
wins support = true
log file = /var/log/samba/samba-log.%m
lock directory = /var/lock/samba
pid directory = /var/run/
log file = /var/log/samba/samba-log.%m
log level = 3 passdb:5 auth:5 winbind:2
preferred master = false
domain master = false
local master = false

View File

@@ -283,13 +283,9 @@ if ($sambasettings{'SMB2'} eq 'on'){
}
print FILE <<END
keep alive = 30
os level = $sambasettings{'OSLEVEL'}
fstype = NTFS
kernel oplocks = false
map to guest = $sambasettings{'MAPTOGUEST'}
smb ports = 445 139
dos charset = $sambasettings{'DOSCHARSET'}
unix charset = $sambasettings{'UNIXCHARSET'}
@@ -302,7 +298,6 @@ interfaces = $sambasettings{'INTERFACES'}
remote announce = $sambasettings{'REMOTEANNOUNCE'}
remote browse sync = $sambasettings{'REMOTESYNC'}
username level = 1
wins support = $sambasettings{'WINSSUPPORT'}
wins server = $sambasettings{'WINSSRV'}
@@ -311,8 +306,7 @@ winbind uid = 10000-20000
winbind gid = 10000-20000
winbind use default domain = yes
log file = /var/log/samba/samba-log.%m
pid directory = /var/run/
log file = /var/log/samba/samba-log.%m
log level = $sambasettings{'LOGLEVEL'}
preferred master = $sambasettings{'PREFERREDMASTER'}