Lines Matching refs:subdom
136 struct sss_domain_info *subdom)
143 principal = subdomain_trust_princ(id_ctx, forest_realm, subdom);
152 subdom,
167 struct sss_domain_info *subdom)
176 direction = subdom->forest_root->trust_direction;
177 forest_realm = subdom->forest_root->realm;
178 forest = subdom->forest_root->forest;
180 subdom_conf_path = subdomain_create_conf_path(id_ctx, subdom);
192 subdom,
198 forest_realm, subdom);
216 struct sss_domain_info *subdom,
232 ad_domain = subdom->name;
233 DEBUG(SSSDBG_TRACE_LIBS, "Setting up AD subdomain %s\n", subdom->name);
235 ad_options = ipa_ad_options_new(be_ctx, id_ctx, subdom);
272 gc_service_name = talloc_asprintf(ad_options, "sd_gc_%s", subdom->forest);
278 service_name = talloc_asprintf(ad_options, "sd_%s", subdom->name);
292 subdom->name, &ad_options->service);
325 subdom->parent);
332 sdom = sdap_domain_get(ad_id_ctx->sdap_id_ctx->opts, subdom);
344 sdap_inherit_options(subdom->parent->sd_inherit,
610 struct sss_domain_info *subdom;
629 struct sss_domain_info *subdom)
643 state->subdom = subdom;
646 if (subdom->forest_root == NULL) {
648 "Subdomain %s has no forest root?\n", subdom->name);
653 state->direction = subdom->forest_root->trust_direction;
654 state->forest = subdom->forest_root->forest;
655 state->forest_realm = subdom->forest_root->realm;
657 DB_PATH, subdom->parent->realm);
664 "Trust direction of subdom %s from forest %s is: %s\n",
665 subdom->name, state->forest,
687 subdom->name, subdom->trust_direction);
695 subdom->name, state->forest);
731 "Will re-fetch keytab for %s\n", state->subdom->name);
738 state->subdom);
811 "Established trust context for %s\n", state->subdom->name);
1004 struct sss_domain_info *subdom)
1015 if (iter->dom == subdom) break;
1020 subdom->name);
1024 sdom = sdap_domain_get(iter->ad_id_ctx->sdap_id_ctx->opts, subdom);
1029 sdap_domain_remove(iter->ad_id_ctx->sdap_id_ctx->opts, subdom);
1033 dp_terminate_domain_requests(be_ctx->provider, subdom->name);