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

Re: How does one handle the LDAPMessage if the return is LDAP_RES_SEARCH_RESULT?



Please note that questions regarding the use of OpenLDAP
software, including APIs, should be directed to the software
list.  This list is for discussing the development of
OpenLDAP.

Kurt

At 09:30 AM 2001-12-17, Ken Witzke wrote:

>Folks,
>
>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