Searched defs:group_dns (Results 1 - 1 of 1) sorted by relevance

/sssd-io/src/providers/ldap/
H A Dsdap_async_initgroups.c790 char **group_dns; member in struct:sdap_initgr_nested_state
890 state->group_dns = talloc_array(state, char *,
892 if (!state->group_dns) {
896 state->group_dns[i] = talloc_strdup(state->group_dns,
898 if (!state->group_dns[i]) {
902 state->group_dns[i] = NULL; /* terminate */
918 state->group_dns[state->cur],
1049 state->group_dns[state->cur], count);
1059 state->group_dns[stat
[all...]

Completed in 12 milliseconds