From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH 1/9] samba.cgi: remove unsupported security = share Date: Tue, 06 Oct 2020 13:24:47 +0100 Message-ID: <4163C78E-859C-4A60-B085-5CBAC67E5688@ipfire.org> In-Reply-To: <20201005201711.4259-1-arne_f@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3901809101834033156==" List-Id: --===============3901809101834033156== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, I merged the whole patchset, but I would like to know how we are going to mig= rate any existing installations? -Michael > On 5 Oct 2020, at 21:17, Arne Fitzenreiter wrote: >=20 > Signed-off-by: Arne Fitzenreiter > --- > html/cgi-bin/samba.cgi | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) >=20 > 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'}