/sssd/src/providers/ |
H A D | data_provider_be.c | 151 struct sss_domain_info *subdom = talloc_get_type(pvt, local 154 DEBUG(SSSDBG_TRACE_LIBS, "Resetting subdomain %s\n", subdom->name); 155 subdom->state = DOM_ACTIVE; 158 static void be_mark_subdom_offline(struct sss_domain_info *subdom, argument 168 switch (subdom->state) { 177 "Marking subdomain %s as inactive\n", subdom->name); 182 be_subdom_reset_status, subdom); 188 subdom->state = DOM_INACTIVE;
|
/sssd/src/tests/cmocka/ |
H A D | test_fqnames.c | 240 struct sss_domain_info *subdom; member in struct:parse_name_test_ctx 311 test_ctx->subdom = new_subdomain(dom, dom, SUBDOMNAME, NULL, SUBFLATNAME, 313 assert_non_null(test_ctx->subdom); 398 /* Link the subdomain (simulating subdom handler) and retry */ 399 test_ctx->dom->subdomains = test_ctx->subdom; 408 /* Link the subdomain (simulating subdom handler) */ 414 test_ctx->dom->subdomains = test_ctx->subdom;
|
H A D | test_simple_access.c | 42 struct sss_domain_info *subdom; member in struct:simple_test_ctx
|
H A D | test_ad_common.c | 392 struct sss_domain_info *subdom; member in struct:ad_common_test_ctx 428 test_ctx->subdom = talloc_zero(test_ctx, struct sss_domain_info); 429 assert_non_null(test_ctx->subdom); 430 test_ctx->subdom->name = discard_const(SUBDOMNAME); 431 test_ctx->subdom->parent = test_ctx->dom; 629 ret = sdap_domain_add(ad_ctx->sdap_id_ctx->opts, test_ctx->subdom, &sdom); 691 conn = ad_get_dom_ldap_conn(test_ctx->ad_ctx, test_ctx->subdom); 716 conn_list = ad_gc_conn_list(test_ctx, test_ctx->ad_ctx, test_ctx->subdom); 738 conn_list = ad_gc_conn_list(test_ctx, test_ctx->ad_ctx, test_ctx->subdom); 767 test_ctx->subdom); [all...] |
H A D | test_pam_srv.c | 80 struct sss_domain_info *subdom; member in struct:pam_test_ctx
|
H A D | test_nss_srv.c | 48 struct sss_domain_info *subdom; member in struct:nss_test_ctx 1532 exp_members[0] = sss_tc_fqname(tmp_ctx, nss_test_ctx->subdom->names, 1533 nss_test_ctx->subdom, submember1.pw_name); 1535 exp_members[1] = sss_tc_fqname(tmp_ctx, nss_test_ctx->subdom->names, 1536 nss_test_ctx->subdom, submember2.pw_name); 1539 expected.gr_name = sss_tc_fqname(tmp_ctx, nss_test_ctx->subdom->names, 1540 nss_test_ctx->subdom, testsubdomgroup.gr_name); 1560 ret = store_group(nss_test_ctx, nss_test_ctx->subdom, 1564 ret = store_user(nss_test_ctx, nss_test_ctx->subdom, 1568 ret = store_user(nss_test_ctx, nss_test_ctx->subdom, [all...] |
/sssd/src/providers/ipa/ |
H A D | ipa_subdomains_server.c | 134 struct sss_domain_info *subdom) 141 ad_domain = subdom->name; 143 principal = subdomain_trust_princ(id_ctx, forest_realm, subdom); 163 struct sss_domain_info *subdom) 171 direction = subdom->forest_root->trust_direction; 172 forest_realm = subdom->forest_root->realm; 173 forest = subdom->forest_root->forest; 178 subdom->name, 183 forest_realm, subdom); 200 struct sss_domain_info *subdom, 131 ipa_create_1way_trust_ctx(struct ipa_id_ctx *id_ctx, const char *forest, const char *forest_realm, struct sss_domain_info *subdom) argument 162 ipa_ad_options_new(struct ipa_id_ctx *id_ctx, struct sss_domain_info *subdom) argument 198 ipa_ad_ctx_new(struct be_ctx *be_ctx, struct ipa_id_ctx *id_ctx, struct sss_domain_info *subdom, struct ad_id_ctx **_ad_id_ctx) argument 578 struct sss_domain_info *subdom; member in struct:ipa_server_trusted_dom_setup_state 593 ipa_server_trusted_dom_setup_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct be_ctx *be_ctx, struct ipa_id_ctx *id_ctx, struct sss_domain_info *subdom) argument 940 ipa_ad_subdom_remove(struct be_ctx *be_ctx, struct ipa_id_ctx *id_ctx, struct sss_domain_info *subdom) argument [all...] |
/sssd/src/providers/ad/ |
H A D | ad_subdomains.c | 146 struct sss_domain_info *subdom, 165 ad_domain = subdom->name; 181 gc_service_name = talloc_asprintf(ad_options, "sd_gc_%s", subdom->name); 187 service_name = talloc_asprintf(ad_options, "sd_%s", subdom->name); 195 subdom->name, &ad_options->service); 226 subdom->parent); 233 sdom = sdap_domain_get(ad_id_ctx->sdap_id_ctx->opts, subdom); 238 sdap_inherit_options(subdom->parent->sd_inherit, 454 DEBUG(SSSDBG_MINOR_FAILURE, "Failed to parse subdom data, " 486 DEBUG(SSSDBG_MINOR_FAILURE, "Failed to parse subdom dat 144 ad_subdom_ad_ctx_new(struct be_ctx *be_ctx, struct ad_id_ctx *id_ctx, struct sss_domain_info *subdom, struct ad_id_ctx **_subdom_id_ctx) argument [all...] |