Searched refs:attribValues (Results 1 – 1 of 1) sorted by relevance
2098 char **attribValues = NULL; in _getCurrentKVPValues() local2131 attribValues = ldap_get_values( in _getCurrentKVPValues()2134 attribValues[i] != NULL; i++) in _getCurrentKVPValues()2138 strdup(attribValues[i])); in _getCurrentKVPValues()2140 printf("\t%s\n", attribValues[i]); in _getCurrentKVPValues()2143 (void) ldap_value_free(attribValues); in _getCurrentKVPValues()