summaryrefslogtreecommitdiffstats
path: root/src/man/nl/include/ldap_search_bases.xml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 05:31:45 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 05:31:45 +0000
commit74aa0bc6779af38018a03fd2cf4419fe85917904 (patch)
tree9cb0681aac9a94a49c153d5823e7a55d1513d91f /src/man/nl/include/ldap_search_bases.xml
parentInitial commit. (diff)
downloadsssd-74aa0bc6779af38018a03fd2cf4419fe85917904.tar.xz
sssd-74aa0bc6779af38018a03fd2cf4419fe85917904.zip
Adding upstream version 2.9.4.upstream/2.9.4
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/man/nl/include/ldap_search_bases.xml')
-rw-r--r--src/man/nl/include/ldap_search_bases.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/man/nl/include/ldap_search_bases.xml b/src/man/nl/include/ldap_search_bases.xml
new file mode 100644
index 0000000..189f862
--- /dev/null
+++ b/src/man/nl/include/ldap_search_bases.xml
@@ -0,0 +1,31 @@
+<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 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>
+ <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>
+ <para>
+ Please note that specifying scope or filter is not supported for searches
+against an Active Directory Server that might yield a large number of
+results and trigger the Range Retrieval extension in the response.
+ </para>
+</listitem>