From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 13/54] samba: Drop netbios name option Date: Tue, 13 Oct 2020 16:07:31 +0000 Message-ID: <20201013160812.27754-13-michael.tremer@ipfire.org> In-Reply-To: <20201013160812.27754-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5876338936541445847==" List-Id: --===============5876338936541445847== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable It makes no sense that the same server has different host names Signed-off-by: Michael Tremer --- html/cgi-bin/samba.cgi | 4 ---- 1 file changed, 4 deletions(-) diff --git a/html/cgi-bin/samba.cgi b/html/cgi-bin/samba.cgi index 5a97b291d..0beb24241 100644 --- a/html/cgi-bin/samba.cgi +++ b/html/cgi-bin/samba.cgi @@ -75,7 +75,6 @@ my %servicenames =3D ('SMB Daemon' =3D> 'smbd', 'NetBIOS Na= meserver' =3D> 'nmbd', 'Win #################################### Initialisierung von Samba Variablen fr = global Settings ############################### =20 $sambasettings{'WORKGRP'} =3D 'homeip.net'; -$sambasettings{'NETBIOSNAME'} =3D 'IPFire'; $sambasettings{'INTERFACES'} =3D ''; $sambasettings{'SECURITY'} =3D 'user'; $sambasettings{'OSLEVEL'} =3D '33'; @@ -140,7 +139,6 @@ if ($sambasettings{'ACTION'} eq 'globalresetyes') { system("/usr/local/bin/sambactrl smbglobalreset"); $sambasettings{'WORKGRP'} =3D 'homeip.net'; - $sambasettings{'NETBIOSNAME'} =3D 'IPFire'; $sambasettings{'INTERFACES'} =3D ''; $sambasettings{'SECURITY'} =3D 'user'; $sambasettings{'OSLEVEL'} =3D '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 | --=20 2.20.1 --===============5876338936541445847==--