summaryrefslogtreecommitdiffstats
path: root/perl-install/authentication.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-11-07 17:29:07 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-11-07 17:29:07 +0000
commitc65347a3e7cacdea8e8babaa9171b954fbd6eff5 (patch)
tree400b9dbc17adc230df13875c3b58c00da8a9c53d /perl-install/authentication.pm
parent668e8c157a650523fec0b7d9ff852a4fbe777ccc (diff)
downloaddrakx-backup-do-not-use-c65347a3e7cacdea8e8babaa9171b954fbd6eff5.tar
drakx-backup-do-not-use-c65347a3e7cacdea8e8babaa9171b954fbd6eff5.tar.gz
drakx-backup-do-not-use-c65347a3e7cacdea8e8babaa9171b954fbd6eff5.tar.bz2
drakx-backup-do-not-use-c65347a3e7cacdea8e8babaa9171b954fbd6eff5.tar.xz
drakx-backup-do-not-use-c65347a3e7cacdea8e8babaa9171b954fbd6eff5.zip
SmartCard authentication needs pkg castella-pam
Diffstat (limited to 'perl-install/authentication.pm')
-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));