From 38064e75ff70a5d740e02a511217cdbc5584ffd2 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Tue, 2 Nov 2010 10:06:31 +0100 Subject: Make ldap_search_base a non-mandatory option --- src/man/sssd-ldap.5.xml | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) (limited to 'src/man/sssd-ldap.5.xml') diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index 8c38ca76..2762362b 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -76,6 +76,17 @@ The default base DN to use for performing LDAP user operations. + + Default: If not set the value of the + defaultNamingContext or namingContexts attribute + from the RootDSE of the LDAP server is + used. If defaultNamingContext does not exists or + has an empty value namingContexts is used. + The namingContexts attribute must have a + single value with the DN of the search base of the + LDAP server to make this work. Multiple values are + are not supported. + @@ -1045,7 +1056,9 @@ ldap_access_filter = memberOf=cn=allowedusers,ou=Groups,dc=example,dc=com Default: the value of - ldap_search_base + ldap_search_base or the value + of the defaultNamingContext or namingContexts + attribute of the RootDSE of the LDAP server. @@ -1059,7 +1072,9 @@ ldap_access_filter = memberOf=cn=allowedusers,ou=Groups,dc=example,dc=com Default: the value of - ldap_search_base + ldap_search_base or the value + of the defaultNamingContext or namingContexts + attribute of the RootDSE of the LDAP server. @@ -1073,7 +1088,9 @@ ldap_access_filter = memberOf=cn=allowedusers,ou=Groups,dc=example,dc=com Default: the value of - ldap_search_base + ldap_search_base or the value + of the defaultNamingContext or namingContexts + attribute of the RootDSE of the LDAP server. -- cgit