[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#4557) back-ldap does not return referrals when chase-referrals is off



Full_Name: Pierangelo Masarati
Version: HEAD,re23,?
OS: irrelevant
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (81.72.89.40)
Submitted by: ando


Back-ldap calls ldap_back_op_result() to handle response from asynchronous
calls.  Apparently, this function was written when "chase_referrals" default was
"on", and it doesn't care about referrals when parsing a response.

A fix is coming.

p.