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.
