diff options
author | Sumit Bose <sbose@redhat.com> | 2010-11-02 10:06:31 +0100 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-11-04 15:04:21 -0400 |
commit | 38064e75ff70a5d740e02a511217cdbc5584ffd2 (patch) | |
tree | 416f5756dfabf45ee464d969c930f15cbba75821 /src/man | |
parent | e481c0f0f16bcb787debf05584a0550a7052dda4 (diff) | |
download | sssd-38064e75ff70a5d740e02a511217cdbc5584ffd2.tar.gz sssd-38064e75ff70a5d740e02a511217cdbc5584ffd2.tar.xz sssd-38064e75ff70a5d740e02a511217cdbc5584ffd2.zip |
Make ldap_search_base a non-mandatory option
Diffstat (limited to 'src/man')
-rw-r--r-- | src/man/sssd-ldap.5.xml | 23 |
1 files changed, 20 insertions, 3 deletions
diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index 8c38ca769..2762362bd 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. </para> + <para> + 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. + </para> </listitem> </varlistentry> @@ -1045,7 +1056,9 @@ ldap_access_filter = memberOf=cn=allowedusers,ou=Groups,dc=example,dc=com </para> <para> Default: the value of - <emphasis>ldap_search_base</emphasis> + <emphasis>ldap_search_base</emphasis> or the value + of the defaultNamingContext or namingContexts + attribute of the RootDSE of the LDAP server. </para> </listitem> </varlistentry> @@ -1059,7 +1072,9 @@ ldap_access_filter = memberOf=cn=allowedusers,ou=Groups,dc=example,dc=com </para> <para> Default: the value of - <emphasis>ldap_search_base</emphasis> + <emphasis>ldap_search_base</emphasis> or the value + of the defaultNamingContext or namingContexts + attribute of the RootDSE of the LDAP server. </para> </listitem> </varlistentry> @@ -1073,7 +1088,9 @@ ldap_access_filter = memberOf=cn=allowedusers,ou=Groups,dc=example,dc=com </para> <para> Default: the value of - <emphasis>ldap_search_base</emphasis> + <emphasis>ldap_search_base</emphasis> or the value + of the defaultNamingContext or namingContexts + attribute of the RootDSE of the LDAP server. </para> </listitem> </varlistentry> |