rlm_ldap_result_t result;
char const *name;
- RINDENT();
for (map = expanded->maps; map != NULL; map = map->next) {
int ret;
next:
ldap_value_free_len(result.values);
}
- REXDENT();
+
/*
* Retrieve any valuepair attributes from the result, these are generic values specifying
values = ldap_get_values_len(handle, entry, inst->valuepair_attr);
count = ldap_count_values_len(values);
- RINDENT();
for (i = 0; i < count; i++) {
vp_map_t *attr;
char *value;
talloc_free(attr);
talloc_free(value);
}
- REXDENT();
ldap_value_free_len(values);
}