diff options
author | Simo Sorce <ssorce@redhat.com> | 2008-02-05 15:41:55 -0500 |
---|---|---|
committer | Simo Sorce <ssorce@redhat.com> | 2008-02-05 15:41:55 -0500 |
commit | 3902a381d524bf1a33337daf5712691b352f38c6 (patch) | |
tree | 03a52c9d0946c63a5028a2c9e12548e73044a424 /ipa-client | |
parent | 07b1aef252b225c15d78cf3a58f3dd33bbeddb68 (diff) | |
download | freeipa-3902a381d524bf1a33337daf5712691b352f38c6.tar.gz freeipa-3902a381d524bf1a33337daf5712691b352f38c6.tar.xz freeipa-3902a381d524bf1a33337daf5712691b352f38c6.zip |
Add uniqueMember -> member mapping into /etc/ldap.conf on installation
Diffstat (limited to 'ipa-client')
-rw-r--r-- | ipa-client/ipa-install/ipa-client-install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ipa-client/ipa-install/ipa-client-install b/ipa-client/ipa-install/ipa-client-install index fda5a9006..5bfa7337a 100644 --- a/ipa-client/ipa-install/ipa-client-install +++ b/ipa-client/ipa-install/ipa-client-install @@ -159,6 +159,7 @@ def main(): {'name':'empty', 'type':'empty'}, {'name':'nss_base_passwd', 'type':'option', 'value':ds.getBaseDN()+'?sub'}, {'name':'nss_base_group', 'type':'option', 'value':ds.getBaseDN()+'?sub'}, + {'name':'nss_map_attribute', 'type':'option', 'value':'uniqueMember member'}, {'name':'base', 'type':'option', 'value':ds.getBaseDN()}, {'name':'ldap_version', 'type':'option', 'value':'3'}] if not dnsok or options.force: |