From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arne Fitzenreiter To: development@lists.ipfire.org Subject: [PATCH 1/9] samba.cgi: remove unsupported security = share Date: Mon, 05 Oct 2020 22:17:03 +0200 Message-ID: <20201005201711.4259-1-arne_f@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2382143666014801746==" List-Id: --===============2382143666014801746== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Arne Fitzenreiter --- html/cgi-bin/samba.cgi | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/html/cgi-bin/samba.cgi b/html/cgi-bin/samba.cgi index 696cb1b70..8f88bc728 100644 --- a/html/cgi-bin/samba.cgi +++ b/html/cgi-bin/samba.cgi @@ -78,7 +78,7 @@ $sambasettings{'WORKGRP'} =3D 'homeip.net'; $sambasettings{'NETBIOSNAME'} =3D 'IPFire'; $sambasettings{'SRVSTRING'} =3D 'Samba running on IPFire 2.x'; $sambasettings{'INTERFACES'} =3D ''; -$sambasettings{'SECURITY'} =3D 'share'; +$sambasettings{'SECURITY'} =3D 'user'; $sambasettings{'OSLEVEL'} =3D '33'; $sambasettings{'GREEN'} =3D 'on'; $sambasettings{'BLUE'} =3D 'off'; @@ -150,7 +150,7 @@ if ($sambasettings{'ACTION'} eq 'globalresetyes') $sambasettings{'NETBIOSNAME'} =3D 'IPFire'; $sambasettings{'SRVSTRING'} =3D 'Samba running on IPFire 2.x'; $sambasettings{'INTERFACES'} =3D ''; - $sambasettings{'SECURITY'} =3D 'share'; + $sambasettings{'SECURITY'} =3D 'user'; $sambasettings{'OSLEVEL'} =3D '65'; $sambasettings{'GREEN'} =3D 'on'; $sambasettings{'BLUE'} =3D 'off'; @@ -535,7 +535,6 @@ print <
$Lang:= :tr{'security options'} $Lang::tr{'security'}