Searched defs:sdap_domain (Results 1 - 4 of 4) sorted by relevance

/sssd-io/src/providers/ldap/
H A Dsdap_async_initgroups_ad.c601 struct sdap_domain *sdap_domain = NULL; local
622 sdap_domain = sdap_domain_get(state->opts, domain);
623 if (sdap_domain == NULL) {
628 subreq = groups_get_send(state, state->ev, state->id_ctx, sdap_domain,
732 struct sdap_domain *sdom;
1079 struct sdap_domain *sdom;
1449 struct sdap_domain *local_sdom,
H A Dsdap_async_nested_groups.c454 struct sdap_domain *sdap_domain = NULL; local
459 sdap_domain = sdap_domain_get_by_dn(opts, member_dn);
460 member_domain = sdap_domain == NULL ? domain : sdap_domain->dom;
499 struct sdap_domain *sditer = NULL;
782 struct sdap_domain *sdom,
H A Dsdap.h414 struct sdap_domain { struct
428 struct sdap_domain *next, *prev;
430 struct sdap_domain **head;
497 struct sdap_domain *sdom;
644 struct sdap_domain *sdom);
671 void sdap_domain_copy_search_bases(struct sdap_domain *to,
672 struct sdap_domain *from);
/sssd-io/src/tests/cmocka/
H A Dtest_nested_groups.c66 struct sdap_domain *sdap_domain; member in struct:nested_groups_test_ctx
158 test_ctx->sdap_domain, test_ctx->sdap_opts,
220 test_ctx->sdap_domain, test_ctx->sdap_opts,
280 test_ctx->sdap_domain, test_ctx->sdap_opts,
345 test_ctx->sdap_domain, test_ctx->sdap_opts,
408 test_ctx->sdap_domain, test_ctx->sdap_opts,
499 test_ctx->sdap_domain, test_ctx->sdap_opts,
577 test_ctx->sdap_domain, test_ctx->sdap_opts,
618 test_ctx->sdap_domain
[all...]

Completed in 31 milliseconds