summaryrefslogtreecommitdiffstats
path: root/freeipa.spec.in
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2013-04-30 14:35:19 -0400
committerRob Crittenden <rcritten@redhat.com>2013-05-02 10:43:10 -0400
commitbfdcc7c62d80220e9f813b2355cced68ca4391d2 (patch)
tree92767b9a2d1d9c6420606f3a824ae354fe2a07ce /freeipa.spec.in
parent80c4228fe2725f6afa194857047e1517a780cefd (diff)
downloadfreeipa-bfdcc7c62d80220e9f813b2355cced68ca4391d2.tar.gz
freeipa-bfdcc7c62d80220e9f813b2355cced68ca4391d2.tar.xz
freeipa-bfdcc7c62d80220e9f813b2355cced68ca4391d2.zip
Drop uniqueMember mapping with nss-pam-ldapd.
nss-pam-ldapd in 0.8.4 changed the default to map uniqueMember to member so it is no longer needed in the config file, and in fact causes an error to be raised. Add a Conflicts on older versions. https://fedorahosted.org/freeipa/ticket/3589
Diffstat (limited to 'freeipa.spec.in')
-rw-r--r--freeipa.spec.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/freeipa.spec.in b/freeipa.spec.in
index a10d80e1a..36e2a615c 100644
--- a/freeipa.spec.in
+++ b/freeipa.spec.in
@@ -161,6 +161,10 @@ Conflicts: bind-dyndb-ldap < 1.1.0-0.12.rc1
%endif
Conflicts: bind < 9.8.2-0.4.rc2
+# Versions of nss-pam-ldapd < 0.8.4 require a mapping from uniqueMember to
+# member.
+Conflicts: nss-pam-ldapd < 0.8.4
+
# mod_proxy provides a single API to communicate over SSL. If mod_ssl
# is even loaded into Apache then it grabs this interface.
Conflicts: mod_ssl
@@ -835,6 +839,11 @@ fi
%ghost %attr(0644,root,apache) %config(noreplace) %{_sysconfdir}/ipa/ca.crt
%changelog
+* Tue Apr 30 2013 Rob Crittenden <rcritten@redhat.com> - 3.1.99-9
+- Add Conflicts on nss-pam-ldapd < 0.8.4. The mapping from uniqueMember to
+ member is now done automatically and having it in the config file raises
+ an error.
+
* Tue Apr 30 2013 Jan Cholasta <jcholast@redhat.com> - 3.1.99-8
- Add triggerin scriptlet to update sshd_config on openssh-server update