From 57188a1ac438a153d57b9e2c7152c3a516fa0871 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 1 Sep 2005 12:07:38 +0000 Subject: allow Active Directory even on non corporate product (requested by our commercial team) --- 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 4fcf600d2..f9ea0725f 100644 --- a/perl-install/authentication.pm +++ b/perl-install/authentication.pm @@ -6,7 +6,7 @@ sub kinds { my $no_para = @_ == 0; my ($do_pkgs, $meta_class) = @_; my $allow_SmartCard = $no_para || $do_pkgs->is_available('castella-pam'); - my $allow_AD = $no_para || $meta_class =~ /corporate/; + my $allow_AD = 1; ( 'local', 'LDAP', -- cgit v1.2.1