From: Michael Tremer <michael.tremer@ipfire.org>
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 [thread overview]
Message-ID: <4163C78E-859C-4A60-B085-5CBAC67E5688@ipfire.org> (raw)
In-Reply-To: <20201005201711.4259-1-arne_f@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 2053 bytes --]
Hi,
I merged the whole patchset, but I would like to know how we are going to migrate any existing installations?
-Michael
> On 5 Oct 2020, at 21:17, Arne Fitzenreiter <arne_f(a)ipfire.org> wrote:
>
> Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
> ---
> 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'} = 'homeip.net';
> $sambasettings{'NETBIOSNAME'} = 'IPFire';
> $sambasettings{'SRVSTRING'} = 'Samba running on IPFire 2.x';
> $sambasettings{'INTERFACES'} = '';
> -$sambasettings{'SECURITY'} = 'share';
> +$sambasettings{'SECURITY'} = 'user';
> $sambasettings{'OSLEVEL'} = '33';
> $sambasettings{'GREEN'} = 'on';
> $sambasettings{'BLUE'} = 'off';
> @@ -150,7 +150,7 @@ if ($sambasettings{'ACTION'} eq 'globalresetyes')
> $sambasettings{'NETBIOSNAME'} = 'IPFire';
> $sambasettings{'SRVSTRING'} = 'Samba running on IPFire 2.x';
> $sambasettings{'INTERFACES'} = '';
> - $sambasettings{'SECURITY'} = 'share';
> + $sambasettings{'SECURITY'} = 'user';
> $sambasettings{'OSLEVEL'} = '65';
> $sambasettings{'GREEN'} = 'on';
> $sambasettings{'BLUE'} = 'off';
> @@ -535,7 +535,6 @@ print <<END
> <tr><td align='left'><br /></td><td></td></tr>
> <tr bgcolor='$color{'color20'}'><td colspan='2' align='left'><b>$Lang::tr{'security options'}</b></td></tr>
> <tr><td align='left' width='40%'>$Lang::tr{'security'}</td><td align='left'><select name='SECURITY' style="width: 165px">
> - <option value='share' $selected{'SECURITY'}{'share'}>Share</option>
> <option value='user' $selected{'SECURITY'}{'user'}>User</option>
> <option value='domain' $selected{'SECURITY'}{'domain'}>Domain</option>
> <option value='ADS' $selected{'SECURITY'}{'ADS'}>ADS</option>
> --
> 2.17.1
>
prev parent reply other threads:[~2020-10-06 12:24 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-05 20:17 Arne Fitzenreiter
2020-10-05 20:17 ` [PATCH 2/9] samba.cgi: remove unsupported DISPLAY CHARSET Arne Fitzenreiter
2020-10-05 20:17 ` [PATCH 3/9] samba: default.global: remove unsuppoted "map to guest = false" Arne Fitzenreiter
2020-10-05 20:17 ` [PATCH 4/9] samba initskript: create needed subdirs for pipes in /var/run/samba Arne Fitzenreiter
2020-10-05 20:17 ` [PATCH 5/9] perl-Parse-Yapp: add package Arne Fitzenreiter
2020-10-05 20:17 ` [PATCH 6/9] rpcsvc-proto: build before samba Arne Fitzenreiter
2020-10-05 20:17 ` [PATCH 7/9] samba: remove SO_xxxBUF size definitions from default config Arne Fitzenreiter
2020-10-05 20:17 ` [PATCH 9/9] libtalloc: add new package because samba4 not provide this anymore Arne Fitzenreiter
2020-10-06 12:24 ` Michael Tremer [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4163C78E-859C-4A60-B085-5CBAC67E5688@ipfire.org \
--to=michael.tremer@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox