[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
AW: error parameters in session handle
Hi Kurt,
thanks a lot for answering such trivial questions. But I got confused
with the error handling in the api. Maybe in the future c++ api this
will done in one place :-)).
Thanks a lot!
Ciao!
Matthias
> -----Ursprüngliche Nachricht-----
> Von: Kurt D. Zeilenga [SMTP:Kurt@OpenLDAP.org]
> Gesendet am: Freitag, 12. Januar 2001 20:18
> An: Wald, Matthias
> Cc: OpenLdap Software Mailing List (E-Mail)
> Betreff: Re: error parameters in session handle
>
> At 11:49 AM 1/12/01 +0100, Wald, Matthias wrote:
> >In the ldap api is written that some functions set the error
> >parameters in the session handle. How can I get them?
>
> In 2.0, ldap_get_option( ld, LDAP_OPT_ERROR_NUMBER, &err ).
>
> Kurt