[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Openldap referral chasing issue
- To: OpenLDAP-bugs@OpenLDAP.org
- Subject: Openldap referral chasing issue
- From: Kala B <kalabalun@gmail.com>
- Date: Wed, 1 Feb 2006 00:26:09 +0530
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=Antny5PDEsFHYYbQ8J1x3JJenFc0co6WyAaUCBrSaOBE0fLYjWbx3Ct3Qt3YBF6WbwWpoQzvJDmL4BUKpPrjQwcaf393LmV1KwWPUVy5mj35bLK5Z1bu8its/mXNQHIZARuDDlNmiqIkNXD7mWbNGZc4pYb7ybafUjfF3JjU+/s=
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.