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

Re: c sdk & persistent searching



At 07:49 AM 6/7/00 -0400, Steve Hespelt wrote:
>Mark Wilcox suggested I post to this list:
>Does anyone have any example/sample/test code that uses Netscape's LDAP
>c SDK & that performs a persistent directory search via the persistent
>search control?

I suggest you try Netscape's developer pages.  I believe the
provide examples of how to use their API.

>I've tried my test program [4.1 server & 4.0 c sdk]
>using both synchronous and async search (via ldap_search_ext_s &
>ldap_search_ext functions) & I never get any results when using a
>persistent search server control. MTIA.

If you tried this upon OpenLDAP 1.2 or using LDAPv2 you likely
got a protocol error back.  Controls are LDAPv3'isms.

Kurt