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

/sssd/src/providers/ldap/
H A Dsdap_async_groups.c1165 struct ldb_message_element* ghost_dns; member in struct:sdap_process_group_state
1300 &grp_state->ghost_dns);
1568 ret = sdap_add_group_member_2307(state->ghost_dns, member_name);
1654 ghostel->values = talloc_steal(state->group, state->ghost_dns->values);
1655 ghostel->num_values = state->ghost_dns->num_values;
1705 state->ghost_dns->values[state->ghost_dns->num_values].data =
1706 talloc_steal(state->ghost_dns->values, (uint8_t *) name_string);
1707 state->ghost_dns->values[state->ghost_dns
[all...]

Completed in 2152 milliseconds