#include <ldap.h>
int ldap_parse_result(
LDAP *ld,
LDAPMessage *res,
int *errcodep,
char **matcheddnp,
char **errmsgp,
char ***referralsp,
LDAPControl ***servctrlsp,
int freeit)
|
The ldap_parse_result() routine is used to:
No OS/400 authority is required. All authority checking is done by the LDAP server.
If ldap_parse_result() will return LDAP error code if not successful. See LDAP Client API Error Conditions for possible LDAP error code values.
The following message may be set from this function.
CPF3CF2 E Error(s) occurred during running of ldap_parse_result API.
ldap_parse_sasl_bind_result() -- Extract server credentials from SASL bind results.
|
Top
| LDAP APIs List APIs by category |
| [Information Center Home Page | Feedback ] | [Legal | AS/400 Glossary] |