Searched refs:attribute_values (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/acl/
H A Dldap.c117 char **attribute_values = NULL; local
200 attribute_values = ldap_get_values(ld, entry, attributes[0]);
201 if (attribute_values == NULL) {
208 attributes[0], attribute_values[0]);
211 *result = strdup(attribute_values[0]);
219 if (attribute_values)
220 ldap_value_free(attribute_values);

Completed in 11 milliseconds