From 5ef295d1cf410ceaa92c03a7843df8a36409f465 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 10 Aug 2012 10:40:32 -0400 Subject: 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. --- src/man/include/ldap_search_bases.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/man/include/ldap_search_bases.xml (limited to 'src/man/include/ldap_search_bases.xml') 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 @@ + + + An optional base DN, search scope and LDAP filter + to restrict LDAP searches for this attribute type. + + + syntax: + +search_base[?scope?[filter][?search_base?scope?[filter]]*] + + + + 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 + + + For examples of this syntax, please refer to the + ldap_search_base examples section. + + + Default: the value of + ldap_search_base + + \ No newline at end of file -- cgit