summaryrefslogtreecommitdiffstats
path: root/perl-install/authentication.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-11-07 17:28:25 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-11-07 17:28:25 +0000
commit4be5d1c8d5e77f2599a0b08771134bdce5115605 (patch)
tree3e83751b672c12fd342baae21640e282e9d16748 /perl-install/authentication.pm
parenta4a67fd68bcffc42eb98871618c8f07b55157d5e (diff)
downloaddrakx-4be5d1c8d5e77f2599a0b08771134bdce5115605.tar
drakx-4be5d1c8d5e77f2599a0b08771134bdce5115605.tar.gz
drakx-4be5d1c8d5e77f2599a0b08771134bdce5115605.tar.bz2
drakx-4be5d1c8d5e77f2599a0b08771134bdce5115605.tar.xz
drakx-4be5d1c8d5e77f2599a0b08771134bdce5115605.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 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));