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

Openldap referral chasing issue



Hi,
I have used the openldap library to do an ldap_search() to a directory which has multiple child domains. When the referrals are chased, there is a crash observed. Using openldap library debug support, I figured out that the issue is mostly in the read1msg() function call.

The function trace is as follows :
request 25 done
res_errno: 0, res_error: <>, res_matched: <>
ldap_free_request (origid 25, msgid 25)
ldap_free_connection 0 1
ldap_free_connection: refcnt 1
ldap_parse_result
ber_scanf fmt ({iaa) ber:
ber_scanf fmt (}) ber:
ldap_msgfree
ber_flush: 303 bytes to sd 17
read1msg: 1 new referrals

Is this a known issue ? I am using the latest openldap version.
Any thoughts which helps me remove the crash would be of great help.
Regards
Kala B.