From 4be5d1c8d5e77f2599a0b08771134bdce5115605 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sun, 7 Nov 2004 17:28:25 +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 0519d5723..a66ddf51e 100644 --- a/perl-install/authentication.pm +++ b/perl-install/authentication.pm @@ -148,6 +148,7 @@ sub set { sshd_config_UsePAM($kind ne 'local'); 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