Searched refs:ipa_ctx (Results 1 - 7 of 7) sorted by relevance

/sssd/src/tests/cmocka/
H A Dtest_ipa_subdomains_server.c169 struct ipa_id_ctx *ipa_ctx; member in struct:trust_test_ctx
179 struct ipa_id_ctx *ipa_ctx; local
182 ipa_ctx = talloc_zero(mem_ctx, struct ipa_id_ctx);
183 assert_non_null(ipa_ctx);
185 ipa_ctx->ipa_options = talloc_zero(ipa_ctx, struct ipa_options);
186 assert_non_null(ipa_ctx->ipa_options);
188 ipa_ctx->ipa_options->id = talloc_zero(ipa_ctx->ipa_options,
190 assert_non_null(ipa_ctx
[all...]
/sssd/src/providers/ipa/
H A Dipa_id.h64 struct ipa_id_ctx *ipa_ctx,
75 struct ipa_id_ctx *ipa_ctx,
107 struct ipa_id_ctx *ipa_ctx,
123 struct ipa_id_ctx *ipa_ctx,
133 struct ipa_id_ctx *ipa_ctx,
141 struct ipa_id_ctx *ipa_ctx,
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
75 struct ipa_id_ctx *ipa_ctx,
90 state->ipa_ctx = ipa_ctx;
91 state->ctx = ipa_ctx->sdap_id_ctx;
110 state->ipa_server_mode = dp_opt_get_bool(state->ipa_ctx->ipa_options->basic,
123 if (state->ipa_ctx->view_name == NULL
170 state->ipa_ctx->ipa_options,
171 dp_opt_get_string(state->ipa_ctx
73 ipa_subdomain_account_send(TALLOC_CTX *memctx, struct tevent_context *ev, struct ipa_id_ctx *ipa_ctx, struct dp_id_data *ar) argument
337 struct ipa_id_ctx *ipa_ctx; member in struct:ipa_get_subdom_acct
357 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
642 struct ipa_id_ctx *ipa_ctx; member in struct:ipa_get_ad_acct_state
660 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
747 ipa_get_ad_id_ctx(struct ipa_id_ctx *ipa_ctx, struct sss_domain_info *dom) argument
1486 struct ipa_id_ctx *ipa_ctx; member in struct:ipa_srv_ad_acct_state
1502 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_id.c35 struct ipa_id_ctx *ipa_ctx,
63 struct ipa_id_ctx *ipa_ctx; member in struct:ipa_resolve_user_list_state
76 struct ipa_id_ctx *ipa_ctx,
92 state->ipa_ctx = ipa_ctx;
136 state->ipa_ctx->sdap_id_ctx->be->domain->name) != 0) {
137 subreq = ipa_subdomain_account_send(state, state->ev, state->ipa_ctx,
140 subreq = ipa_id_get_account_info_send(state, state->ev, state->ipa_ctx,
162 state->ipa_ctx->sdap_id_ctx->be->domain->name) != 0) {
213 struct ipa_id_ctx *ipa_ctx; member in struct:ipa_initgr_get_overrides_state
75 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
229 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
475 struct ipa_id_ctx *ipa_ctx; member in struct:ipa_id_get_account_info_state
504 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
1045 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_s2n_exop.c984 struct ipa_id_ctx *ipa_ctx; member in struct:ipa_s2n_get_list_state
1005 struct ipa_id_ctx *ipa_ctx,
1032 state->ipa_ctx = ipa_ctx;
1181 if (is_default_view(state->ipa_ctx->view_name)) {
1207 state->ipa_ctx->sdap_id_ctx,
1208 state->ipa_ctx->ipa_options,
1209 dp_opt_get_string(state->ipa_ctx->ipa_options->basic,
1211 state->ipa_ctx->view_name,
1264 NULL, state->ipa_ctx
1003 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) argument
1294 struct ipa_id_ctx *ipa_ctx; member in struct:ipa_s2n_get_user_state
1309 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
2552 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...]
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_subdomains_ext_groups.c1079 struct ipa_id_ctx *ipa_ctx; local
1092 ipa_ctx = talloc_get_type(pvt, struct ipa_id_ctx);
1093 if (ipa_ctx == NULL) {
1099 state->dom = find_domain_by_sid(ipa_ctx->sdap_id_ctx->be->domain,
1123 subreq = dp_req_send(state, ipa_ctx->sdap_id_ctx->be->provider, NULL,

Completed in 499 milliseconds