summaryrefslogtreecommitdiffstats
path: root/src/man/include/ldap_search_bases.xml
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2012-08-10 10:40:32 -0400
committerJakub Hrozek <jhrozek@redhat.com>2012-08-10 19:12:56 +0200
commit5ef295d1cf410ceaa92c03a7843df8a36409f465 (patch)
treeb6fe4f542d491da8c8b381b6b435762d0e8f6e57 /src/man/include/ldap_search_bases.xml
parentfb5abb2a7abf63974d8db444c66f50a2dd74901f (diff)
downloadsssd_unused-5ef295d1cf410ceaa92c03a7843df8a36409f465.tar.gz
sssd_unused-5ef295d1cf410ceaa92c03a7843df8a36409f465.tar.xz
sssd_unused-5ef295d1cf410ceaa92c03a7843df8a36409f465.zip
MAN: Improve description of ldap_*_search_base options
It was ambiguous that these options supported the new multiple search base format, as well as the search filters.
Diffstat (limited to 'src/man/include/ldap_search_bases.xml')
-rw-r--r--src/man/include/ldap_search_bases.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/man/include/ldap_search_bases.xml b/src/man/include/ldap_search_bases.xml
new file mode 100644
index 00000000..32f8dd41
--- /dev/null
+++ b/src/man/include/ldap_search_bases.xml
@@ -0,0 +1,26 @@
+<listitem>
+ <para>
+ An optional base DN, search scope and LDAP filter
+ to restrict LDAP searches for this attribute type.
+ </para>
+ <para>
+ syntax:
+<programlisting>
+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
+ filter as specified by
+ http://www.ietf.org/rfc/rfc2254.txt
+ </para>
+ <para>
+ For examples of this syntax, please refer to the
+ <quote>ldap_search_base</quote> examples section.
+ </para>
+ <para>
+ Default: the value of
+ <emphasis>ldap_search_base</emphasis>
+ </para>
+</listitem> \ No newline at end of file