summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-02-16 17:07:26 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-02-16 17:07:26 +0000
commit937376d49922a492766b6d54f7a11246fce0c086 (patch)
treeaddaef1df514c001907f8ac844901344076cac93 /perl-install/install_steps_interactive.pm
parent282fa83f88553e07a28b281446d3ade5e7216515 (diff)
downloaddrakx-backup-do-not-use-937376d49922a492766b6d54f7a11246fce0c086.tar
drakx-backup-do-not-use-937376d49922a492766b6d54f7a11246fce0c086.tar.gz
drakx-backup-do-not-use-937376d49922a492766b6d54f7a11246fce0c086.tar.bz2
drakx-backup-do-not-use-937376d49922a492766b6d54f7a11246fce0c086.tar.xz
drakx-backup-do-not-use-937376d49922a492766b6d54f7a11246fce0c086.zip
keep current authentication kind, even if not completly accepted
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm4
1 files changed, 0 insertions, 4 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index 9584ac00b..12970008a 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -1165,10 +1165,6 @@ sub setRootPassword {
{ label => N("Authentication"), val => \$authentication_kind, list => [ authentication::kinds() ], format => \&authentication::kind2description, advanced => 1 },
]) or delete $sup->{password};
- #- keep only one authentication
- delete $o->{authentication}{$_} foreach authentication::kinds();
- $o->{authentication}{$authentication_kind} ||= '';
-
authentication::ask_parameters($o, $o->{netc}, $o->{authentication}, $authentication_kind) or goto &setRootPassword;
}
install_steps::setRootPassword($o);