Searched defs:sdap_domain (Results 1 - 4 of 4) sorted by relevance
| /sssd-io/src/providers/ldap/ |
| H A D | sdap_async_initgroups_ad.c | 601 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 D | sdap_async_nested_groups.c | 454 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 D | sdap.h | 414 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 D | test_nested_groups.c | 66 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 52 milliseconds