Lines Matching defs:hbac_ctx
196 struct hbac_ctx *hbac_ctx,
202 struct hbac_ctx *hbac_ctx,
207 struct hbac_ctx *hbac_ctx,
224 hbac_ctx->rule_count + 1);
231 for (i = 0; i < hbac_ctx->rule_count ; i++) {
232 ret = hbac_attrs_to_rule(new_rules, hbac_ctx, i, &(new_rules[i]));
243 ret = hbac_ctx_to_eval_request(tmp_ctx, hbac_ctx, &new_request);
260 struct hbac_ctx *hbac_ctx,
272 ret = sysdb_attrs_get_el(hbac_ctx->rules[idx],
285 ret = sysdb_attrs_get_bool(hbac_ctx->rules[idx], IPA_ENABLED_FLAG,
294 ret = sysdb_attrs_get_string(hbac_ctx->rules[idx],
307 ret = hbac_user_attrs_to_rule(new_rule, hbac_ctx->be_ctx->domain,
309 hbac_ctx->rules[idx],
318 ret = hbac_service_attrs_to_rule(new_rule, hbac_ctx->be_ctx->domain,
320 hbac_ctx->rules[idx],
329 ret = hbac_thost_attrs_to_rule(new_rule, hbac_ctx->be_ctx->domain,
331 hbac_ctx->rules[idx],
342 ret = hbac_shost_attrs_to_rule(new_rule, hbac_ctx->be_ctx->domain,
344 hbac_ctx->rules[idx],
345 dp_opt_get_bool(hbac_ctx->ipa_options,
420 struct hbac_ctx *hbac_ctx,
424 struct pam_data *pd = hbac_ctx->pd;
427 struct sss_domain_info *domain = hbac_ctx->be_ctx->domain;
482 thost = dp_opt_get_cstring(hbac_ctx->ipa_options, IPA_HOSTNAME);