From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 28/54] samba: Remove OS level Date: Tue, 13 Oct 2020 16:07:46 +0000 Message-ID: <20201013160812.27754-28-michael.tremer@ipfire.org> In-Reply-To: <20201013160812.27754-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1275284325879925263==" List-Id: --===============1275284325879925263== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Samba will chose this automatically and the documentation advises against changing the default. Signed-off-by: Michael Tremer --- html/cgi-bin/samba.cgi | 3 --- 1 file changed, 3 deletions(-) diff --git a/html/cgi-bin/samba.cgi b/html/cgi-bin/samba.cgi index 5f177963c..536d7f1d6 100644 --- a/html/cgi-bin/samba.cgi +++ b/html/cgi-bin/samba.cgi @@ -72,7 +72,6 @@ my %servicenames =3D ('SMB Daemon' =3D> 'smbd', 'NetBIOS Na= meserver' =3D> 'nmbd', 'Win $sambasettings{'WORKGRP'} =3D 'homeip.net'; $sambasettings{'INTERFACES'} =3D ''; $sambasettings{'SECURITY'} =3D 'user'; -$sambasettings{'OSLEVEL'} =3D '33'; $sambasettings{'GREEN'} =3D 'on'; $sambasettings{'BLUE'} =3D 'off'; $sambasettings{'ORANGE'} =3D 'off'; @@ -164,7 +163,6 @@ passdb backend =3D smbpasswd =20 wide links =3D $sambasettings{'WIDELINKS'} unix extensions =3D $sambasettings{'UNIXEXTENSION'} -os level =3D $sambasettings{'OSLEVEL'} =20 map to guest =3D $sambasettings{'MAPTOGUEST'} =20 @@ -323,7 +321,6 @@ END print <
$Lang:= :tr{'network options'} -$Lang::tr{'os level'} $Lang::tr{'remote announce'} $Lang::tr{'remote browse sync'} --=20 2.20.1 --===============1275284325879925263==--