From c65347a3e7cacdea8e8babaa9171b954fbd6eff5 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sun, 7 Nov 2004 17:29:07 +0000 Subject: SmartCard authentication needs pkg castella-pam --- perl-install/authentication.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-install/authentication.pm b/perl-install/authentication.pm index cec86e54a..e33773fcd 100644 --- a/perl-install/authentication.pm +++ b/perl-install/authentication.pm @@ -143,6 +143,7 @@ sub set { log::l("authentication::set $kind"); if ($kind eq 'SmartCard') { + $in->do_pkgs->install('castella-pam'); set_pam_authentication('castella'); } elsif ($kind eq 'LDAP') { $in->do_pkgs->install(qw(openldap-clients nss_ldap pam_ldap autofs)); -- cgit v1.2.1