summaryrefslogtreecommitdiffstats
path: root/ipa-client
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2008-05-23 15:41:44 -0400
committerSimo Sorce <ssorce@redhat.com>2008-05-29 09:43:08 -0400
commit8f082f2d4f03b66cbd8548c0900111f8d2df799b (patch)
tree677b804bdc82703e4b7faa3c2bdeb117b42a56ae /ipa-client
parent53afb67537f6be9712f2cb23fb021d204b5182b0 (diff)
downloadfreeipa-8f082f2d4f03b66cbd8548c0900111f8d2df799b.tar.gz
freeipa-8f082f2d4f03b66cbd8548c0900111f8d2df799b.tar.xz
freeipa-8f082f2d4f03b66cbd8548c0900111f8d2df799b.zip
Now that admin is in the common users tree make the nss_ldap
configuration look at the specific tree where users are and not search the full server.
Diffstat (limited to 'ipa-client')
-rw-r--r--ipa-client/ipa-install/ipa-client-install4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipa-client/ipa-install/ipa-client-install b/ipa-client/ipa-install/ipa-client-install
index 17dd15a5d..b096d9b99 100644
--- a/ipa-client/ipa-install/ipa-client-install
+++ b/ipa-client/ipa-install/ipa-client-install
@@ -232,8 +232,8 @@ def main():
{'name':'ldap_version', 'type':'option', 'value':'3'},
{'name':'base', 'type':'option', 'value':cli_basedn},
{'name':'empty', 'type':'empty'},
- {'name':'nss_base_passwd', 'type':'option', 'value':cli_basedn+'?sub'},
- {'name':'nss_base_group', 'type':'option', 'value':cli_basedn+'?sub'},
+ {'name':'nss_base_passwd', 'type':'option', 'value':'cn=users,cn=accounts,'+cli_basedn+'?sub'},
+ {'name':'nss_base_group', 'type':'option', 'value':'cn=groups,cn=accounts,'+cli_basedn+'?sub'},
{'name':'nss_schema', 'type':'option', 'value':'rfc2307bis'},
{'name':'nss_map_attribute', 'type':'option', 'value':'uniqueMember member'},
{'name':'nss_initgroups_ignoreusers', 'type':'option', 'value':'root,dirsrv'},