summaryrefslogtreecommitdiffstats
path: root/perl-install/authentication.pm
diff options
context:
space:
mode:
authorVicent Guardiola <vguardiola@mandriva.com>2004-07-02 03:19:57 +0000
committerVicent Guardiola <vguardiola@mandriva.com>2004-07-02 03:19:57 +0000
commitb6f6dba2804bce103fcb0717e3a74d43e6ebc8b7 (patch)
treecfddefb976f15bbba658dfffdee9c20cc0f0858c /perl-install/authentication.pm
parent22492d585dd9c786a04bf174658ee67d37f92b99 (diff)
downloaddrakx-backup-do-not-use-b6f6dba2804bce103fcb0717e3a74d43e6ebc8b7.tar
drakx-backup-do-not-use-b6f6dba2804bce103fcb0717e3a74d43e6ebc8b7.tar.gz
drakx-backup-do-not-use-b6f6dba2804bce103fcb0717e3a74d43e6ebc8b7.tar.bz2
drakx-backup-do-not-use-b6f6dba2804bce103fcb0717e3a74d43e6ebc8b7.tar.xz
drakx-backup-do-not-use-b6f6dba2804bce103fcb0717e3a74d43e6ebc8b7.zip
add libsasl2-plug-gssapi when AD is selected
Diffstat (limited to 'perl-install/authentication.pm')
-rw-r--r--perl-install/authentication.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/authentication.pm b/perl-install/authentication.pm
index df2f9457b..762320c32 100644
--- a/perl-install/authentication.pm
+++ b/perl-install/authentication.pm
@@ -118,7 +118,7 @@ sub set {
nss_base_group => "ou=Group,$domain",
);
} elsif ($kind eq 'AD') {
- $in->do_pkgs->install(qw(nss_ldap pam_krb5));
+ $in->do_pkgs->install(qw(nss_ldap pam_krb5 libsasl2-plug-gssapi));
set_nsswitch_priority('ldap');
set_pam_authentication('krb5');