#include <ldap.h>
int ldap_count_references(LDAP *ld,
LDAPMessage *result)
|
The ldap_count_references() API is used to count the number of continuation references returned. It can also be used to count the number of continuation references that remain in a chain.
No OS/400 authority is required. All authority checking is done by the LDAP server.
If ldap_count_references() is not successful, ld_errno will be set to indicate the error. See LDAP Client API Error Conditions for possible LDAP error code values. Use ldap_get_errno() function to retrieve the error information.
The following message may be set from this function.
CPF3CF2 E Error(s) occurred during running of ldap_count_references API.
ldap_first_reference() -- Return first continuation reference in a result chain, as returned by ldap_result.
ldap_next_reference() -- Return next continuation reference in a result chain, as returned by ldap_result.
|
Top
| LDAP APIs List APIs by category |
| [Information Center Home Page | Feedback ] | [Legal | AS/400 Glossary] |