From 3fda983447d353248336d62373e246753507a365 Mon Sep 17 00:00:00 2001 From: Jan Zeleny Date: Mon, 18 Oct 2010 09:10:58 +0200 Subject: Move all references to ldap__search_base to "advanced" section The can be one of user, group or netgroup. The references were removed from example configuration and they were moved from section Configuration options to section Advanced options. Ticket: #607 --- src/man/sssd-ldap.5.xml | 94 +++++++++++++++++++++++++++---------------------- 1 file changed, 52 insertions(+), 42 deletions(-) (limited to 'src/man/sssd-ldap.5.xml') diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index ff6d4399..87d388ad 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -146,20 +146,6 @@ - - ldap_user_search_base (string) - - - An optional base DN to restrict user searches - to a specific subtree. - - - Default: the value of - ldap_search_base - - - - ldap_user_object_class (string) @@ -486,20 +472,6 @@ - - ldap_group_search_base (string) - - - An optional base DN to restrict group searches - to a specific subtree. - - - Default: the value of - ldap_search_base - - - - ldap_group_object_class (string) @@ -593,20 +565,6 @@ - - ldap_netgroup_search_base (string) - - - An optional base DN to restrict netgroup searches - to a specific subtree. - - - Default: the value of - ldap_search_base - - - - ldap_netgroup_object_class (string) @@ -1036,6 +994,58 @@ ldap_access_filter = memberOf=cn=allowedusers,ou=Groups,dc=example,dc=com + + ADVANCED OPTIONS + + These options are supported by LDAP domains, but they should be used + with caution. Please include them in your configuration only if you + know what you are doing. + + + ldap_netgroup_search_base (string) + + + An optional base DN to restrict netgroup searches + to a specific subtree. + + + Default: the value of + ldap_search_base + + + + + + ldap_user_search_base (string) + + + An optional base DN to restrict user searches + to a specific subtree. + + + Default: the value of + ldap_search_base + + + + + + ldap_group_search_base (string) + + + An optional base DN to restrict group searches + to a specific subtree. + + + Default: the value of + ldap_search_base + + + + + + + -- cgit