Searched refs:sdap_id_ctx (Results 1 - 25 of 75) sorted by relevance

123

/sssd/src/providers/ipa/
H A Dipa_autofs.c44 be_ctx->conf_path, &id_ctx->sdap_id_ctx->opts);
51 sdap_autofs_handler_send, sdap_autofs_handler_recv, id_ctx->sdap_id_ctx,
52 struct sdap_id_ctx, struct dp_autofs_data, struct dp_reply_std);
H A Dipa_hostid.h25 struct sdap_id_ctx *sdap_id_ctx; member in struct:ipa_hostid_ctx
H A Dipa_common.h189 struct sdap_id_ctx *sdap_id_ctx; member in struct:ipa_auth_ctx
197 struct sdap_id_ctx *sdap_id_ctx; member in struct:ipa_id_ctx
290 struct sdap_id_ctx *id_ctx,
H A Dipa_init.c145 struct sdap_id_ctx *sdap_id_ctx = NULL; local
154 sdap_id_ctx = sdap_id_ctx_new(mem_ctx, be_ctx, ipa_options->service->sdap);
155 if (sdap_id_ctx == NULL) {
161 ipa_id_ctx->sdap_id_ctx = sdap_id_ctx;
165 &sdap_id_ctx->opts);
180 talloc_free(sdap_id_ctx);
365 ipa_auth_ctx->sdap_id_ctx = ipa_id_ctx->sdap_id_ctx;
579 ipa_init_misc(struct be_ctx *be_ctx, struct ipa_options *ipa_options, struct ipa_id_ctx *ipa_id_ctx, struct sdap_id_ctx *sdap_id_ctx) argument
[all...]
H A Dipa_access.h36 struct sdap_id_ctx *sdap_ctx;
H A Dipa_subdomains_ext_groups.c399 struct sdap_id_ctx *sdap_id_ctx,
410 struct sdap_id_ctx *sdap_id_ctx; member in struct:get_ad_membership_state
432 struct sdap_id_ctx *sdap_id_ctx,
448 state->sdap_id_ctx = sdap_id_ctx;
469 state->sdap_id_ctx->conn->conn_cache);
556 subreq = sdap_get_generic_send(state, state->ev, state->sdap_id_ctx
427 ipa_get_ad_memberships_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct dp_id_data *ar, struct ipa_server_mode_ctx *server_mode, struct sss_domain_info *user_dom, struct sdap_id_ctx *sdap_id_ctx, const char *domain) argument
702 struct sdap_id_ctx *sdap_id_ctx; member in struct:add_ad_membership_state
716 ipa_add_ad_memberships_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct sdap_id_ctx *sdap_id_ctx, struct ldb_dn *user_dn, struct sss_domain_info *user_dom, char **groups, struct sss_domain_info *group_dom) argument
[all...]
H A Dipa_subdomains.h136 struct sdap_id_ctx *sdap_id_ctx,
H A Dipa_dyndns.c77 struct sdap_id_ctx *sdap_ctx = ctx->id_ctx->sdap_id_ctx;
117 struct sdap_id_ctx *sdap_ctx = ctx->id_ctx->sdap_id_ctx;
155 struct sdap_id_ctx *sdap_ctx = ctx->id_ctx->sdap_id_ctx;
/sssd/src/tests/cmocka/
H A Dcommon_mock_sdap.c28 struct sdap_id_ctx *mock_sdap_id_ctx(TALLOC_CTX *mem_ctx,
32 struct sdap_id_ctx *sdap_id_ctx; local
34 sdap_id_ctx = talloc_zero(mem_ctx, struct sdap_id_ctx);
35 assert_non_null(sdap_id_ctx);
37 sdap_id_ctx->be = be_ctx;
38 sdap_id_ctx->opts = sdap_opts;
40 return sdap_id_ctx;
H A Dcommon_mock_sdap.h34 struct sdap_id_ctx *mock_sdap_id_ctx(TALLOC_CTX *mem_ctx,
H A Dtest_ipa_idmap.c117 struct sdap_id_ctx *sdap_id_ctx; member in struct:test_ctx
155 test_ctx->sdap_id_ctx = talloc_zero(test_ctx,
156 struct sdap_id_ctx);
157 assert_non_null(test_ctx->sdap_id_ctx);
159 test_ctx->sdap_id_ctx->be = talloc_zero(test_ctx->sdap_id_ctx,
161 assert_non_null(test_ctx->sdap_id_ctx->be);
163 test_ctx->sdap_id_ctx->be->domain = talloc_zero(test_ctx->sdap_id_ctx
[all...]
/sssd/src/providers/ldap/
H A Dsdap_dyndns.h38 struct sdap_id_ctx *sdap_ctx,
56 struct sdap_id_ctx *sdap_ctx,
H A Dsdap_async_enum.h32 struct sdap_id_ctx *ctx,
43 struct sdap_id_ctx *ctx,
H A Dldap_common.h48 struct sdap_id_ctx;
51 struct sdap_id_ctx *id_ctx;
62 struct sdap_id_ctx { struct
83 struct sdap_id_ctx *id_ctx,
93 struct sdap_id_ctx *id_ctx);
100 struct sdap_id_ctx *id_ctx,
109 int ldap_id_setup_tasks(struct sdap_id_ctx *ctx);
111 struct sdap_id_ctx *ctx,
124 struct sdap_id_ctx *id_ctx,
158 struct sdap_id_ctx *id_ct
[all...]
H A Dsdap_idmap.h35 struct sdap_id_ctx *id_ctx;
40 struct sdap_id_ctx *id_ctx,
H A Dsdap_autofs.h30 struct sdap_id_ctx *id_ctx,
H A Dsdap_async_ad.h51 struct sdap_id_ctx *id_ctx,
H A Dsdap_id_op.h28 struct sdap_id_ctx;
H A Dsdap_sudo.h28 struct sdap_id_ctx *id_ctx;
45 struct sdap_id_ctx *id_ctx,
H A Dsdap_access.h73 struct sdap_id_ctx *id_ctx;
/sssd/src/providers/ad/
H A Dad_sudo.c39 ret = sdap_sudo_init(mem_ctx, be_ctx, id_ctx->sdap_id_ctx, dp_methods);
47 ldap_options = id_ctx->sdap_id_ctx->opts;
H A Dad_autofs.c34 ret = sdap_autofs_init(mem_ctx, be_ctx, id_ctx->sdap_id_ctx, dp_methods);
H A Dad_id.h39 struct sdap_id_ctx *ctx,
H A Dad_init.c220 struct sdap_id_ctx *sdap_id_ctx = access_ctx->ad_id_ctx->sdap_id_ctx; local
229 sdap_access_ctx->id_ctx = sdap_id_ctx;
355 struct sdap_id_ctx *sdap_id_ctx)
366 ret = setup_tls_config(sdap_id_ctx->opts->basic);
373 ret = sdap_idmap_init(sdap_id_ctx, sdap_id_ctx,
374 &sdap_id_ctx
352 ad_init_misc(struct be_ctx *be_ctx, struct ad_options *ad_options, struct ad_id_ctx *ad_id_ctx, struct sdap_id_ctx *sdap_id_ctx) argument
[all...]
H A Dad_dyndns.c96 struct sdap_id_ctx *sdap_ctx = ctx->id_ctx->sdap_id_ctx;
133 struct sdap_id_ctx *sdap_ctx = ctx->id_ctx->sdap_id_ctx;
172 struct sdap_id_ctx *sdap_ctx = ctx->id_ctx->sdap_id_ctx;

Completed in 112 milliseconds

123