diff options
author | Lukas Slebodnik <lslebodn@redhat.com> | 2014-11-07 13:58:17 +0100 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2014-11-12 17:48:14 +0100 |
commit | 5febf5ed0cfb4ba7665d8c3e36ee6941988da773 (patch) | |
tree | fcc911d6ec28e1d219f76f5b24e9ee09dd216e63 /src/man | |
parent | 494b227b13bb635b8ed03ce94b674ae87009681e (diff) | |
download | sssd-5febf5ed0cfb4ba7665d8c3e36ee6941988da773.tar.gz sssd-5febf5ed0cfb4ba7665d8c3e36ee6941988da773.tar.xz sssd-5febf5ed0cfb4ba7665d8c3e36ee6941988da773.zip |
LDAP: Disable token groups by default
We tried to speed up processing of initgroup lookups with tokenGroups even for
the LDAP provider (if remote server is Active Directory), but it turns out that
there are too many corner cases that we didn't catch during development that
break. For instance, groups from other trusted domains might appear in TG and
the LDAP provider isn't equipped to handle them.
Overall, users who wish to use the added speed benefits of tokenGroups are
advised to use the AD provider.
Resolves:
https://fedorahosted.org/sssd/ticket/2483
Reviewed-by: Michal Židek <mzidek@redhat.com>
Diffstat (limited to 'src/man')
-rw-r--r-- | src/man/sssd-ldap.5.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index 2dcf7e3f8..d7a2a4ac9 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -1022,7 +1022,7 @@ Active Directory Server 2008 and later. </para> <para> - Default: True + Default: True for AD and IPA otherwise False. </para> </listitem> </varlistentry> |