Initial Release 6

Function : LDAP
ldap_get_values_len - Retrieve the values of a given attribute.
----------------------------------------------------------------------------------------------------------

#include <ldap.h>

struct berval **LNPUBLIC ldap_get_values_len(
LDAP *ld,
LDAPMessage *entry,
const char *target);

Description :

This function is used to retrieve the values of a given attribute from an entry and is suitable for use with any kind of data.
Parameters :

See Also :

ldap_count_values
----------------------------------------------------------------------------------------------------------