On 06/20/2013 02:25 PM, Eric Covener wrote:
Do you think we should tolerate an error turning referrals off?
That's good point.
I'm not ldap expert, but I would say we should not tolerate that. Admin
has to explicitly disable referrals and if he does that, he probably has
some reason why to do it.
But if someone more experienced thinks we should tolerate that error,
I'm not against.
On Wed, Jun 19, 2013 at 6:30 AM, Eric Covener <[email protected]> wrote:
On Wed, Jun 19, 2013 at 5:17 AM, Jan Kaluža <[email protected]> wrote:
Hi,
currently "LDAPReferrals off" does not disable LDAPReferrals feature.
Default OpenLDAP value for LDAP_OPT_REFERRALS is ON and the current code
does not set it to OFF even when there is "LDAPReferrals off" directive in
the config file.
Attached patch fixes it by setting LDAP_OPT_REFERRALS to value of
ldc->ChaseReferrals everytime and therefore it will be set to OFF if
"LDAPReferrals off" is in the config file.
Thanks Jan -- I will review/apply later today.