summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/authentication.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/authentication.pm b/perl-install/authentication.pm
index ab4c896f8..664eb49ae 100644
--- a/perl-install/authentication.pm
+++ b/perl-install/authentication.pm
@@ -71,7 +71,7 @@ sub kind2description {
}
sub to_kind {
my ($authentication) = @_;
- (find { exists $authentication->{$_} } kinds()) || 'LDAP';
+ (find { exists $authentication->{$_} } kinds()) || 'local';
}
sub domain_to_ldap_domain {