summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/authentication.pm1
1 files changed, 1 insertions, 0 deletions
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));