Lines Matching refs:sdom
244 struct sdap_domain *sdom;
331 ad_id_ctx->sdap_id_ctx->opts->sdom,
339 sdom = sdap_domain_get(ad_id_ctx->sdap_id_ctx->opts, subdom);
340 if (sdom == NULL) {
352 ret = ad_set_search_bases(ad_options->id, sdom);
359 ret = update_parent_sdap_list(id_ctx->sdap_id_ctx->opts->sdom,
360 sdom);
374 struct sdap_domain *sdom;
495 struct sdap_domain *sdom;
561 sdom = sdap_domain_get(opts, dom);
562 if (sdom == NULL) {
570 be_ptask_destroy(&sdom->enum_task);
571 be_ptask_destroy(&sdom->cleanup_task);
575 talloc_zfree(sdom);
730 ret = sdap_domain_subdom_add(ctx->sdap_id_ctx, ctx->sdom, parent);
736 ret = ad_set_search_bases(ctx->ad_id_ctx->ad_options->id, ctx->sdom);
740 "bases.", ctx->sdom->dom->name);
743 DLIST_FOR_EACH(sditer, ctx->sdom) {
1052 struct sdap_domain *sdom;
1055 sdom = sdap_domain_get(opts, root_domain);
1056 if (sdom == NULL) {
1058 "Cannot get the sdom for %s!\n", root_domain->name);
1062 if (sdom->pvt == NULL) {
1070 sdom->pvt = root_id_ctx;
1072 root_id_ctx = sdom->pvt;
1136 opts->sdom->search_bases,
1667 sd_ctx->sdom = ad_id_ctx->sdap_id_ctx->opts->sdom;