diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2012-03-30 19:03:45 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-04-18 10:23:55 -0400 |
commit | 7329723a5d8ce46f146e78dabfad5c94b3eed505 (patch) | |
tree | 5b7cba73c390e1d4a30dbc6a161f9f2831cdd881 | |
parent | 2a71b2515753b7c10e75e2c51f8f43683496857a (diff) | |
download | sssd-7329723a5d8ce46f146e78dabfad5c94b3eed505.tar.gz sssd-7329723a5d8ce46f146e78dabfad5c94b3eed505.tar.xz sssd-7329723a5d8ce46f146e78dabfad5c94b3eed505.zip |
man: document that referral chasing might bring performance penalty
https://fedorahosted.org/sssd/ticket/1265
-rw-r--r-- | src/man/sssd-ldap.5.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index 46ee8372b..e8d06b464 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -1446,6 +1446,14 @@ higher. </para> <para> + Chasing referrals may incur a performance penalty + in environments that use them heavily, a notable + example is Microsoft Active Directory. If + your setup does not in fact require the use + of referrals, setting this option to false + might bring a noticeable performance improvement. + </para> + <para> Default: true </para> </listitem> |