Lines Matching refs:sdom
1135 struct sdap_domain *sdom)
1153 if (sdom != NULL) {
1154 sdap_dom = sdom;
1156 /* If no specific sdom was given, use the first in the list. */
1157 sdap_dom = id_opts->sdom;
1349 struct sdap_domain *sdom;
1352 sdom = sdap_domain_get(ad_ctx->sdap_id_ctx->opts, dom);
1353 if (sdom == NULL || sdom->pvt == NULL) {
1358 subdom_id_ctx = talloc_get_type(sdom->pvt, struct ad_id_ctx);
1361 if (IS_SUBDOMAIN(sdom->dom) == true && conn != NULL) {