Lines Matching defs:ar
36 struct dp_id_data *ar);
40 static bool is_object_overridable(struct dp_id_data *ar)
44 switch (ar->entry_type & BE_REQ_TYPE_MASK) {
121 struct dp_id_data *ar;
131 state->domain_name, &ar);
137 DEBUG(SSSDBG_TRACE_ALL, "Trying to resolve user [%s].\n", ar->filter_value);
141 ar->filter_value, true);
147 ar->domain = state->user_domain->name;
151 ar);
154 ar);
233 struct dp_id_data *ar;
265 state->ar = NULL;
323 talloc_free(state->ar); /* Avoid spiking memory with many groups */
327 state->user_dom->name, &state->ar);
334 state->user_dom->name, &state->ar);
352 state->ar);
493 struct dp_id_data *ar;
513 struct dp_id_data *ar);
521 struct dp_id_data *ar)
548 ar->domain, true);
555 state->ar = ar;
571 || state->ar->filter_type == BE_FILTER_SECID
572 || state->ar->extra_value == NULL
573 || strcmp(state->ar->extra_value,
575 || ! is_object_overridable(state->ar)) {
576 ret = ipa_id_get_account_info_get_original_step(req, ar);
617 state->ipa_ctx->view_name, state->ar);
671 if (strcmp(state->ar->domain, anchor_domain) == 0) {
673 state->orig_ar = state->ar;
676 state->ar->domain,
677 &state->ar);
687 state->ar->entry_type = BE_REQ_INITGROUPS;
688 state->ar->filter_type = BE_FILTER_UUID;
696 anchor_domain, state->ar->domain);
700 ret = ipa_id_get_account_info_get_original_step(req, state->ar);
716 struct dp_id_data *ar)
722 subreq = sdap_handle_acct_req_send(state, state->ctx->be, ar,
762 if (! is_object_overridable(state->ar)) {
772 if (state->ar->filter_type == BE_FILTER_CERT) {
774 state->ar->filter_value, attrs,
794 ret = get_object_from_cache(state, state->domain, state->ar,
846 if ((state->ar->entry_type & BE_REQ_TYPE_MASK) == BE_REQ_GROUP
847 || ((state->ar->entry_type & BE_REQ_TYPE_MASK) == BE_REQ_BY_UUID
852 } else if ((state->ar->entry_type & BE_REQ_TYPE_MASK) == \
875 &state->ar);
886 state->ar);