summaryrefslogtreecommitdiffstats
path: root/src/man/include/ldap_search_bases.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/man/include/ldap_search_bases.xml')
-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>