summaryrefslogtreecommitdiffstats
path: root/perl-install/authentication.pm
diff options
context:
space:
mode:
authorVicent Guardiola <vguardiola@mandriva.com>2008-07-09 13:46:53 +0000
committerVicent Guardiola <vguardiola@mandriva.com>2008-07-09 13:46:53 +0000
commiteee088d7fd1e27df1a05db3ed34ed2eb6722e835 (patch)
tree29aa3e5c5a4920265982fdd5dc7c71db8f089566 /perl-install/authentication.pm
parent6dde1716b7d37973dcb182a1e66d63fc62b522b4 (diff)
downloaddrakx-eee088d7fd1e27df1a05db3ed34ed2eb6722e835.tar
drakx-eee088d7fd1e27df1a05db3ed34ed2eb6722e835.tar.gz
drakx-eee088d7fd1e27df1a05db3ed34ed2eb6722e835.tar.bz2
drakx-eee088d7fd1e27df1a05db3ed34ed2eb6722e835.tar.xz
drakx-eee088d7fd1e27df1a05db3ed34ed2eb6722e835.zip
Change default authentication to local
Diffstat (limited to 'perl-install/authentication.pm')
-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 {