diff options
-rw-r--r-- | perl-install/NEWS | 3 | ||||
-rw-r--r-- | perl-install/authentication.pm | 6 | ||||
-rw-r--r-- | perl-install/install/NEWS | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS index 518e846ac..81fbf4097 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,6 @@ +- drakauth: + o install nss-pam-ldapd instead of nss_ldap (mga#9375) + Version 15.27 - 12 March 2013 - fix mounting NFS server (Derek Jennings, mga#207) diff --git a/perl-install/authentication.pm b/perl-install/authentication.pm index 22aeab7b0..c05ece923 100644 --- a/perl-install/authentication.pm +++ b/perl-install/authentication.pm @@ -52,10 +52,10 @@ my $lib = (arch() =~ /x86_64/ ? 'lib64' : 'lib'); my %kind2packages = ( local => [], SmartCard => [ 'castella-pam' ], - LDAP => [ 'openldap-clients', 'nss_ldap', 'pam_ldap', 'autofs', 'nss_updatedb' ], - KRB5 => [ 'nss_ldap', 'pam_krb5', "${lib}sasl2-plug-gssapi", 'nss_updatedb' ], + LDAP => [ 'openldap-clients', 'nss-pam-ldapd', 'pam_ldap', 'autofs', 'nss_updatedb' ], + KRB5 => [ 'nss-pam-ldapd', 'pam_krb5', "${lib}sasl2-plug-gssapi", 'nss_updatedb' ], NIS => [ 'ypbind', 'autofs' ], - winbind => [ 'samba-winbind', 'nss_ldap', 'pam_krb5', "${lib}sasl2-plug-gssapi" ], + winbind => [ 'samba-winbind', 'nss-pam-ldapd', 'pam_krb5', "${lib}sasl2-plug-gssapi" ], ); diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 319381a08..fb53afb63 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,6 @@ +- authentication: + o install nss-pam-ldapd instead of nss_ldap (mga#9375) + Version 15.27 - 12 March 2013 - bootloader: |