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

/sssd-io/src/providers/ipa/
H A Dipa_netgroups.c59 int current_entity; member in struct:ipa_get_netgroups_state
456 state->current_entity = ENTITY_NG;
498 state->current_entity = ENTITY_USER;
545 state->current_entity = ENTITY_HOST;
590 if (state->current_entity == ENTITY_NG) {
600 } else if (state->current_entity == ENTITY_USER) {
609 } else if (state->current_entity == ENTITY_HOST) {
617 state->current_entity);

Completed in 11 milliseconds