summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/NEWS2
-rw-r--r--perl-install/authentication.pm2
-rw-r--r--perl-install/install/NEWS3
3 files changed, 6 insertions, 1 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS
index 05503b2cf..9da01007f 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,3 +1,5 @@
+- drakauth:
+ o 'nss-pam-ldapd' obsoletes 'pam_ldap' (mga#9769)
- drakups:
o do not rely on legacy initscript for install test (mga#9474)
diff --git a/perl-install/authentication.pm b/perl-install/authentication.pm
index c05ece923..714e815e9 100644
--- a/perl-install/authentication.pm
+++ b/perl-install/authentication.pm
@@ -52,7 +52,7 @@ my $lib = (arch() =~ /x86_64/ ? 'lib64' : 'lib');
my %kind2packages = (
local => [],
SmartCard => [ 'castella-pam' ],
- LDAP => [ 'openldap-clients', 'nss-pam-ldapd', 'pam_ldap', 'autofs', 'nss_updatedb' ],
+ LDAP => [ 'openldap-clients', 'nss-pam-ldapd', 'autofs', 'nss_updatedb' ],
KRB5 => [ 'nss-pam-ldapd', 'pam_krb5', "${lib}sasl2-plug-gssapi", 'nss_updatedb' ],
NIS => [ 'ypbind', 'autofs' ],
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 cb0546afa..61bd8dadd 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,3 +1,6 @@
+- authentication:
+ o 'nss-pam-ldapd' obsoletes 'pam_ldap' (mga#9769)
+
Version 15.39 - 15 April 2013
- bump min size for spliting /home fs (Eugeni, mga#3189):