diff options
author | Vicent Guardiola <vguardiola@mandriva.com> | 2004-07-02 03:19:57 +0000 |
---|---|---|
committer | Vicent Guardiola <vguardiola@mandriva.com> | 2004-07-02 03:19:57 +0000 |
commit | b6f6dba2804bce103fcb0717e3a74d43e6ebc8b7 (patch) | |
tree | cfddefb976f15bbba658dfffdee9c20cc0f0858c /perl-install | |
parent | 22492d585dd9c786a04bf174658ee67d37f92b99 (diff) | |
download | drakx-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')
-rw-r--r-- | perl-install/authentication.pm | 2 |
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'); |