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 ++++++ src/man/include/ldap_search_bases_experimental.xml | 29 ++++++ src/man/po/po4a.cfg | 2 + src/man/sssd-ldap.5.xml | 102 ++------------------- 4 files changed, 63 insertions(+), 96 deletions(-) create mode 100644 src/man/include/ldap_search_bases.xml create mode 100644 src/man/include/ldap_search_bases_experimental.xml (limited to 'src') 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 diff --git a/src/man/include/ldap_search_bases_experimental.xml b/src/man/include/ldap_search_bases_experimental.xml new file mode 100644 index 00000000..6ba351cb --- /dev/null +++ b/src/man/include/ldap_search_bases_experimental.xml @@ -0,0 +1,29 @@ + + + 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 diff --git a/src/man/po/po4a.cfg b/src/man/po/po4a.cfg index e20b7136..0aa9f61f 100644 --- a/src/man/po/po4a.cfg +++ b/src/man/po/po4a.cfg @@ -32,3 +32,5 @@ [type:docbook] include/experimental.xml $lang:$(builddir)/$lang/include/experimental.xml opt:"-k 0" [type:docbook] include/local.xml $lang:$(builddir)/$lang/include/local.xml opt:"-k 0" [type:docbook] include/seealso.xml $lang:$(builddir)/$lang/include/seealso.xml opt:"-k 0" +[type:docbook] include/ldap_search_bases.xml $lang:$(builddir)/$lang/include/ldap_search_bases.xml opt:"-k 0" +[type:docbook] include/ldap_search_bases_experimental.xml $lang:$(builddir)/$lang/include/ldap_search_bases_experimental.xml opt:"-k 0" diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index 175da346..02ec1348 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -1041,21 +1041,7 @@ ldap_service_search_base (string) - - - An optional base DN to restrict service searches - to a specific subtree. - - - See ldap_search_base for - information about configuring multiple search - bases. - - - Default: the value of - ldap_search_base - - + @@ -2156,59 +2142,17 @@ ldap_access_filter = memberOf=cn=allowedusers,ou=Groups,dc=example,dc=com ldap_netgroup_search_base (string) - - - An optional base DN to restrict netgroup searches - to a specific subtree. - - - See ldap_search_base for - information about configuring multiple search - bases. - - - Default: the value of - ldap_search_base - - + ldap_user_search_base (string) - - - An optional base DN to restrict user searches - to a specific subtree. - - - See ldap_search_base for - information about configuring multiple search - bases. - - - Default: the value of - ldap_search_base - - + ldap_group_search_base (string) - - - An optional base DN to restrict group searches - to a specific subtree. - - - See ldap_search_base for - information about configuring multiple search - bases. - - - Default: the value of - ldap_search_base - - + @@ -2257,46 +2201,12 @@ ldap_access_filter = memberOf=cn=allowedusers,ou=Groups,dc=example,dc=com ldap_sudo_search_base (string) - - - An optional base DN to restrict sudo rules searches - to a specific subtree. - - - See ldap_search_base for - information about configuring multiple search - bases. - - - Default: the value of - ldap_search_base - - - - - + ldap_autofs_search_base (string) - - - An optional base DN to restrict automounter searches - to a specific subtree. - - - See ldap_search_base for - information about configuring multiple search - bases. - - - Default: the value of - ldap_search_base - - - - - + -- cgit