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

Re: LDAP C++ SDK



Hello,

On Mon, Jul 31, 2000 at 09:46:04PM -0400, Kurt D. Zeilenga wrote:
> You might also use some sort of callback mechanism to provide
> search continuations to entries.  Or you could use exceptions.
I didn't spend a thought about search references and referrals yet. But
you are right. Could be a idea to use exception here also (as the Java-API 
does)

> Besides lber-encode(3) and lber-decode(3) and the C API I-D, best is
> to look at -lldap's use of the library...
I will do that.

Regards