From: Michael Tremer Date: Thu, 8 Oct 2020 20:50:45 +0000 (+0100) Subject: samba: Drop netbios name option X-Git-Tag: v2.25-core152~7^2~62 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=240b8048ad489d7d67dcb49a2f150e733ebffaf7;p=ipfire-2.x.git samba: Drop netbios name option It makes no sense that the same server has different host names Signed-off-by: Michael Tremer --- diff --git a/html/cgi-bin/samba.cgi b/html/cgi-bin/samba.cgi index 5a97b291d2..0beb24241d 100644 --- a/html/cgi-bin/samba.cgi +++ b/html/cgi-bin/samba.cgi @@ -75,7 +75,6 @@ my %servicenames = ('SMB Daemon' => 'smbd', 'NetBIOS Nameserver' => 'nmbd', 'Win #################################### Initialisierung von Samba Variablen fr global Settings ############################### $sambasettings{'WORKGRP'} = 'homeip.net'; -$sambasettings{'NETBIOSNAME'} = 'IPFire'; $sambasettings{'INTERFACES'} = ''; $sambasettings{'SECURITY'} = 'user'; $sambasettings{'OSLEVEL'} = '33'; @@ -140,7 +139,6 @@ if ($sambasettings{'ACTION'} eq 'globalresetyes') { system("/usr/local/bin/sambactrl smbglobalreset"); $sambasettings{'WORKGRP'} = 'homeip.net'; - $sambasettings{'NETBIOSNAME'} = 'IPFire'; $sambasettings{'INTERFACES'} = ''; $sambasettings{'SECURITY'} = 'user'; $sambasettings{'OSLEVEL'} = '65'; @@ -263,7 +261,6 @@ print FILE < $Lang::tr{'basic options'} $Lang::tr{'workgroup'} -$Lang::tr{'netbios name'} $Lang::tr{'log level'} $Lang::tr{'interfaces'}on / off |