#include <ldap.h>
int ldap_count_values(
char **vals)
The ldap_count_values() function returns the number of values in the array returned by the ldap_get_values() function.
No i5/OS authority is required.
If ldap_count_values() 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 sent from this function.
| Message ID | Error Message Text |
|---|---|
| CPF3CF2 E | Error(s) occurred during running of ldap_count_values API. |
| Top | LDAP APIs | APIs by category |