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

/sssd/src/providers/ldap/
H A Dsdap_refresh.c30 struct dp_id_data *account_req; member in struct:sdap_refresh_state
91 state->account_req = talloc_zero(state, struct dp_id_data);
92 if (state->account_req == NULL) {
97 state->account_req->entry_type = entry_type;
98 state->account_req->attr_type = BE_ATTR_CORE;
99 state->account_req->filter_type = BE_FILTER_NAME;
100 state->account_req->extra_value = NULL;
101 state->account_req->domain = domain->name;
140 state->account_req->filter_value = state->names[state->index];
141 if (state->account_req
[all...]

Completed in 27 milliseconds