From 02011187307ce97d1f41810288b617682a1f311a Mon Sep 17 00:00:00 2001 From: Dan Lavu Date: Tue, 11 Nov 2014 15:46:51 -0500 Subject: MAN: page edit for ldap_use_tokengroups MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Resolves: https://fedorahosted.org/sssd/ticket/2448 Reviewed-by: Jakub Hrozek Reviewed-by: Lukáš Slebodník --- src/man/sssd-ldap.5.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index d7a2a4ac9..5b36f69a6 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -2482,7 +2482,18 @@ ldap_access_filter = (employeeType=admin) ldap_group_search_base (string) - + + + + + If the option ldap_use_tokengroups is + enabled. The searches against Active Directory will + not be restricted and return all groups memberships, + even with no gid mapping. It is recommended to disable + this feature, if group names are not being displayed + correctly. + + ldap_sudo_search_base (string) -- cgit