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

/sssd-io/src/providers/ipa/
H A Dipa_dyndns.c144 struct ipa_options *ipa_ctx; member in struct:ipa_dyndns_update_state
163 state->ipa_ctx = ctx;
193 state->ipa_ctx->dyndns_ctx->last_refresh = time(NULL);
H A Dipa_id.c35 struct ipa_id_ctx *ipa_ctx,
63 struct ipa_id_ctx *ipa_ctx; member in struct:ipa_resolve_user_list_state
78 struct ipa_id_ctx *ipa_ctx,
94 state->ipa_ctx = ipa_ctx;
96 state->domain = find_domain_by_name(state->ipa_ctx->sdap_id_ctx->be->domain,
140 state->ipa_ctx->sdap_id_ctx->be->domain,
149 if (state->user_domain != state->ipa_ctx->sdap_id_ctx->be->domain) {
150 subreq = ipa_subdomain_account_send(state, state->ev, state->ipa_ctx,
153 subreq = ipa_id_get_account_info_send(state, state->ev, state->ipa_ctx,
77 ipa_resolve_user_list_send(TALLOC_CTX *memctx, struct tevent_context *ev, struct ipa_id_ctx *ipa_ctx, const char *domain_name, struct ldb_message_element *users) argument
225 struct ipa_id_ctx *ipa_ctx; member in struct:ipa_initgr_get_overrides_state
241 ipa_initgr_get_overrides_send(TALLOC_CTX *memctx, struct tevent_context *ev, struct ipa_id_ctx *ipa_ctx, struct sss_domain_info *user_dom, size_t groups_count, struct ldb_message **groups, const char *groups_id_attr) argument
488 struct ipa_id_ctx *ipa_ctx; member in struct:ipa_id_get_account_info_state
519 ipa_id_get_account_info_send(TALLOC_CTX *memctx, struct tevent_context *ev, struct ipa_id_ctx *ipa_ctx, struct dp_id_data *ar) argument
1161 ipa_id_get_netgroup_send(TALLOC_CTX *memctx, struct tevent_context *ev, struct ipa_id_ctx *ipa_ctx, const char *name) argument
[all...]
H A Dipa_subdomains_ext_groups.c1067 struct ipa_id_ctx *ipa_ctx; local
1080 ipa_ctx = talloc_get_type(pvt, struct ipa_id_ctx);
1081 if (ipa_ctx == NULL) {
1087 state->dom = find_domain_by_sid(ipa_ctx->sdap_id_ctx->be->domain,
1111 subreq = dp_req_send(state, ipa_ctx->sdap_id_ctx->be->provider, NULL,
H A Dipa_subdomains_id.c42 struct ipa_id_ctx *ipa_ctx,
50 struct ipa_id_ctx *ipa_ctx; member in struct:ipa_subdomain_account_state
77 struct ipa_id_ctx *ipa_ctx,
92 state->ipa_ctx = ipa_ctx;
93 state->ctx = ipa_ctx->sdap_id_ctx;
112 state->ipa_server_mode = dp_opt_get_bool(state->ipa_ctx->ipa_options->basic,
126 if (state->ipa_ctx->view_name == NULL
173 state->ipa_ctx->ipa_options,
174 dp_opt_get_string(state->ipa_ctx
75 ipa_subdomain_account_send(TALLOC_CTX *memctx, struct tevent_context *ev, struct ipa_id_ctx *ipa_ctx, struct dp_id_data *ar) argument
414 struct ipa_id_ctx *ipa_ctx; member in struct:ipa_get_subdom_acct
434 ipa_get_subdom_acct_send(TALLOC_CTX *memctx, struct tevent_context *ev, struct ipa_id_ctx *ipa_ctx, struct sysdb_attrs *override_attrs, struct dp_id_data *ar) argument
720 struct ipa_id_ctx *ipa_ctx; member in struct:ipa_get_ad_acct_state
738 ipa_get_ad_acct_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct ipa_id_ctx *ipa_ctx, struct sysdb_attrs *override_attrs, struct dp_id_data *ar) argument
825 ipa_get_ad_id_ctx(struct ipa_id_ctx *ipa_ctx, struct sss_domain_info *dom) argument
1570 struct ipa_id_ctx *ipa_ctx; member in struct:ipa_srv_ad_acct_state
1586 ipa_srv_ad_acct_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct ipa_id_ctx *ipa_ctx, struct sysdb_attrs *override_attrs, struct dp_id_data *ar) argument
[all...]
H A Dipa_s2n_exop.c1095 struct ipa_id_ctx *ipa_ctx; member in struct:ipa_s2n_get_list_state
1117 struct ipa_id_ctx *ipa_ctx,
1145 state->ipa_ctx = ipa_ctx;
1306 if (is_default_view(state->ipa_ctx->view_name)) {
1335 state->ipa_ctx->sdap_id_ctx,
1336 state->ipa_ctx->ipa_options,
1337 dp_opt_get_string(state->ipa_ctx->ipa_options->basic,
1339 state->ipa_ctx->view_name,
1392 NULL, state->ipa_ctx
1115 ipa_s2n_get_list_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct ipa_id_ctx *ipa_ctx, struct sss_domain_info *dom, struct sdap_handle *sh, int exop_timeout, int entry_type, enum request_types request_type, enum req_input_type list_type, char **list, struct sysdb_attrs *mapped_attrs) argument
1423 struct ipa_id_ctx *ipa_ctx; member in struct:ipa_s2n_get_user_state
1439 ipa_s2n_get_acct_info_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct ipa_id_ctx *ipa_ctx, struct sdap_options *opts, struct sss_domain_info *dom, struct sysdb_attrs *override_attrs, struct sdap_handle *sh, int entry_type, struct req_input *req_input) argument
2824 ipa_get_subdom_acct_process_pac_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct sdap_handle *sh, struct ipa_id_ctx *ipa_ctx, struct sss_domain_info *dom, struct ldb_message *user_msg) argument
[all...]
/sssd-io/src/tests/cmocka/
H A Dtest_ipa_subdomains_server.c170 struct ipa_id_ctx *ipa_ctx; member in struct:trust_test_ctx
180 struct ipa_id_ctx *ipa_ctx; local
183 ipa_ctx = talloc_zero(mem_ctx, struct ipa_id_ctx);
184 assert_non_null(ipa_ctx);
186 ipa_ctx->ipa_options = talloc_zero(ipa_ctx, struct ipa_options);
187 assert_non_null(ipa_ctx->ipa_options);
189 ipa_ctx->ipa_options->id = talloc_zero(ipa_ctx->ipa_options,
191 assert_non_null(ipa_ctx
[all...]

Completed in 19 milliseconds