diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/authentication.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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', |