diff options
author | Rob Crittenden <rcritten@redhat.com> | 2013-04-30 14:35:19 -0400 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2013-05-02 10:43:10 -0400 |
commit | bfdcc7c62d80220e9f813b2355cced68ca4391d2 (patch) | |
tree | 92767b9a2d1d9c6420606f3a824ae354fe2a07ce /ipa-client/ipa-install | |
parent | 80c4228fe2725f6afa194857047e1517a780cefd (diff) | |
download | freeipa-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 'ipa-client/ipa-install')
-rwxr-xr-x | ipa-client/ipa-install/ipa-client-install | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ipa-client/ipa-install/ipa-client-install b/ipa-client/ipa-install/ipa-client-install index 385e47257..74523632a 100755 --- a/ipa-client/ipa-install/ipa-client-install +++ b/ipa-client/ipa-install/ipa-client-install @@ -778,7 +778,6 @@ def configure_nslcd_conf(fstore, cli_basedn, cli_realm, cli_domain, cli_server, {'name':'empty', 'type':'empty'}, {'name':'base passwd', 'type':'option', 'value':str(DN(('cn', 'users'), ('cn', 'accounts'), cli_basedn))}, {'name':'base group', 'type':'option', 'value':str(DN(('cn', 'groups'), ('cn', 'accounts'), cli_basedn))}, - {'name':'map group', 'type':'option', 'value':'uniqueMember member'}, {'name':'timelimit', 'type':'option', 'value':'15'}, {'name':'empty', 'type':'empty'}] if not dnsok or options.force or options.on_master: |