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

/sssd/src/providers/ldap/
H A Dsdap_async_initgroups.c762 char **group_dns; member in struct:sdap_initgr_nested_state
862 state->group_dns = talloc_array(state, char *,
864 if (!state->group_dns) {
868 state->group_dns[i] = talloc_strdup(state->group_dns,
870 if (!state->group_dns[i]) {
874 state->group_dns[i] = NULL; /* terminate */
890 state->group_dns[state->cur],
1021 state->group_dns[state->cur], count);
1031 state->group_dns[stat
[all...]

Completed in 1416 milliseconds