Skip to content

LDAP REQST xxx

Symbolic Value : LDAP
LDAP_REQST_xxx - LDAP request status.

#include <ldap.h>

Symbolic Values :

LDAP_REQST_INPROGRESS     -  In progress.

LDAP_REQST_CHASINGREFS    -  Chasing referrals and/or references.

LDAP_REQST_NOTCONNECTED   -  Not connected.

LDAP_REQST_WRITING    -  Writing.

LDAP_REQST_RESULT_RCVD    -  Result for this request has arrived

Description :

LDAP request status.

See Also :