Searched refs:attribValues (Results 1 – 1 of 1) sorted by relevance
2095 char **attribValues = NULL; in _getCurrentKVPValues() local2128 attribValues = ldap_get_values( in _getCurrentKVPValues()2131 attribValues[i] != NULL; i++) in _getCurrentKVPValues()2135 strdup(attribValues[i])); in _getCurrentKVPValues()2137 printf("\t%s\n", attribValues[i]); in _getCurrentKVPValues()2140 (void) ldap_value_free(attribValues); in _getCurrentKVPValues()