summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xperl-install/standalone/drakauth2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakauth b/perl-install/standalone/drakauth
index e2e29a3e7..639d53adb 100755
--- a/perl-install/standalone/drakauth
+++ b/perl-install/standalone/drakauth
@@ -24,7 +24,7 @@ main:
$in->ask_from(N("Authentication"), undef,
[
{ label => N("Authentication") },
- { val => \$kind, type => 'list' , list => \@kinds, format => \&authentication::kind2description },
+ { val => \$kind, type => 'list' , list => \@kinds, format => \&authentication::kind2description_raw },
]) or $in->exit;
authentication::ask_parameters($in, $net, $authentication, $kind) or goto main;