Mageia Bugzilla – Attachment 9459 Details for
Bug 21117
draksambashare should no longer offer to select obsoleted security = share
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
patch, v1
draksambashare.diff (text/plain), 1.66 KB, created by
Frédéric "LpSolit" Buclin
on 2017-07-04 19:30:49 CEST
(
hide
)
Description:
patch, v1
Filename:
MIME Type:
Creator:
Frédéric "LpSolit" Buclin
Created:
2017-07-04 19:30:49 CEST
Size:
1.66 KB
patch
obsolete
>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'};
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'};
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 21117
: 9459