From eee088d7fd1e27df1a05db3ed34ed2eb6722e835 Mon Sep 17 00:00:00 2001 From: Vicent Guardiola Date: Wed, 9 Jul 2008 13:46:53 +0000 Subject: Change default authentication to local --- perl-install/authentication.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/authentication.pm') 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 { -- cgit v1.2.1