From 7329723a5d8ce46f146e78dabfad5c94b3eed505 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Fri, 30 Mar 2012 19:03:45 -0400 Subject: man: document that referral chasing might bring performance penalty https://fedorahosted.org/sssd/ticket/1265 --- src/man/sssd-ldap.5.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/man') 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 @@ -1445,6 +1445,14 @@ when it is compiled with OpenLDAP version 2.4.13 or higher. + + 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. + Default: true -- cgit