[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
How does one handle the LDAPMessage if the return is LDAP_RES_SEARCH_RESULT?
- To: <openldap-software@OpenLDAP.org>
- Subject: How does one handle the LDAPMessage if the return is LDAP_RES_SEARCH_RESULT?
- From: Ken Witzke <kwitzke@apple.com>
- Date: Mon, 17 Dec 2001 10:47:23 -0800
- In-reply-to: <5.1.0.14.0.20011217104421.016de728@127.0.0.1>
- User-agent: Microsoft-Entourage/10.0.0.1309
Folks,
I have, I hope, been finally directed to the correct list to ask the
following question.
I have always easily dealt with the LDAPMessage if the ldap return code is
LDAP_RES_SEARCH_ENTRY from an LDAP search.
The example search code that I have also only deals with
LDAP_RES_SEARCH_ENTRY.
However, I would like to be able to deal with the LDAP_RES_SEARCH_RESULT
return code which seems to indicate " an entire chain of entries matching a
previously initiated search request, along with a final outcome".
Does anyone have any available sample code that processes the LDAPMessage in
this case?
Thanks.
-Ken