summaryrefslogtreecommitdiffstats
path: root/src/man/include
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2013-12-04 14:51:59 +0100
committerJakub Hrozek <jhrozek@redhat.com>2013-12-04 16:54:06 +0100
commit78d603a2e953af2443efca54451cdd77c7a55707 (patch)
treed042d048c0a638806da4e8aa033f5ec75ed9216d /src/man/include
parentb7f47840ab580833d3747881e1d0348fd154e8f0 (diff)
downloadsssd-78d603a2e953af2443efca54451cdd77c7a55707.tar.gz
sssd-78d603a2e953af2443efca54451cdd77c7a55707.tar.xz
sssd-78d603a2e953af2443efca54451cdd77c7a55707.zip
MAN: Add a link explaining different LDAP scopes
Diffstat (limited to 'src/man/include')
-rw-r--r--src/man/include/ldap_search_bases.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/man/include/ldap_search_bases.xml b/src/man/include/ldap_search_bases.xml
index ddabe2827..49dd94093 100644
--- a/src/man/include/ldap_search_bases.xml
+++ b/src/man/include/ldap_search_bases.xml
@@ -10,8 +10,12 @@ search_base[?scope?[filter][?search_base?scope?[filter]]*]
</programlisting>
</para>
<para>
- The scope can be one of "base", "onelevel" or
- "subtree". The filter must be a valid LDAP search
+ The scope can be one of "base", "onelevel" or "subtree". The
+ scope functions as specified in section 4.5.1.2 of
+ http://tools.ietf.org/html/rfc4511
+ </para>
+ <para>
+ The filter must be a valid LDAP search
filter as specified by
http://www.ietf.org/rfc/rfc2254.txt
</para>