diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2011-08-19 18:06:41 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2011-09-06 14:25:36 -0400 |
commit | 9b5c5f041e92802aa074037d283674cb6eca1a23 (patch) | |
tree | 1b9a8b2e2d0a2bee3cf66554d2fef83116dd91bd /src/man | |
parent | f1828234a850dd28465425248a83a993f262918f (diff) | |
download | sssd-9b5c5f041e92802aa074037d283674cb6eca1a23.tar.gz sssd-9b5c5f041e92802aa074037d283674cb6eca1a23.tar.bz2 sssd-9b5c5f041e92802aa074037d283674cb6eca1a23.zip |
Allow turning dereference off by setting the threshold to 0
Diffstat (limited to 'src/man')
-rw-r--r-- | src/man/sssd-ldap.5.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index be1d333a..2e374ea1 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -934,6 +934,10 @@ they are looked up individually. </para> <para> + You can turn off dereference lookups completely by + setting the value to 0. + </para> + <para> A dereference lookup is a means of fetching all group members in a single LDAP call. Different LDAP servers may implement different |