From 89980eb2e4b091515faafd954a865715a069bac9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Sun, 17 Feb 2019 19:33:03 +0100 Subject: =?UTF-8?q?Remove=20obsoleted=20security=20'share'=20option=20(mga?= =?UTF-8?q?#21117)=20Patch=20from=20=20Fr=C3=A9d=C3=A9ric=20Buclin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/draksambashare | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/draksambashare b/bin/draksambashare index 9b4ca59..8172b6a 100755 --- a/bin/draksambashare +++ b/bin/draksambashare @@ -1034,7 +1034,7 @@ sub configure_samba { ); my @yesorno = qw(yes no); push @yesorno, ""; my @loglevel = qw(0 1 2 3 4 5 6 7 8 9); - my @security_list = qw(share user domain); + my @security_list = qw(user domain); # FIXME: undeclared $o variable: my $wiz = wizards->new({ name => N("Samba Wizard"), @@ -1105,7 +1105,9 @@ sub configure_samba { next => 'ask_security', }, ask_security => { - name => N("Security mode") . "\n\n" . N("User level: the client sends a session setup request directly following protocol negotiation. This request provides a username and password.") . "\n" . N("Share level: the client authenticates itself separately for each share") . "\n" . N("Domain level: provides a mechanism for storing all user and group accounts in a central, shared, account repository. The centralized account repository is shared between domain (security) controllers."), + name => N("Security mode") . "\n\n" . + N("User level: the client sends a session setup request directly following protocol negotiation. This request provides a username and password.") . "\n" . + N("Domain level (PDC only): provides a mechanism for storing all user and group accounts in a central, shared, account repository. The centralized account repository is shared between domain (security) controllers."), pre => sub { $o->{var}{wiz_security} ||= $samba->{global}{security}; $o->{var}{host_allow} ||= $samba->{global}{'hosts allow'}; -- cgit v1.2.1