Lines Matching refs:sdom
131 struct sdap_domain *sdom;
148 struct sdap_domain *sdom,
163 state->sdom = sdom;
171 sdom->dom,
180 if (sss_domain_get_state(sdom->dom) == DOM_INACTIVE) {
224 ret = check_if_pac_is_available(state, state->sdom->dom,
232 state->sdom,
249 state->sdom,
329 if (IS_SUBDOMAIN(state->sdom->dom)) {
404 struct sdap_domain *sdom;
444 sdom = sdap_domain_get(sdap_id_ctx->opts, domain);
445 if (sdom == NULL) {
450 state->domain = sdom->dom;
453 id_ctx->ad_options, sdom, clist);
514 struct sdap_domain *sdom;
549 state->sdom = ectx->sdom;
550 state->sditer = state->sdom;
613 state->sdom->dom->name);
643 ret = sysdb_master_domain_add_info(state->sdom->dom, state->realm,
651 ret = ad_enum_sdom(req, state->sdom, state->id_ctx);
654 "Could not enumerate domain %s\n", state->sdom->dom->name);
756 if (state->sditer != state->sdom) {
760 for (state->sditer = state->sdom;
768 "incomplete!\n", state->sdom->dom->name);
1092 struct sdap_domain *sdom;
1160 state->sdom = sdap_domain_get(id_ctx->sdap_id_ctx->opts,
1162 if (state->sdom == NULL) {
1174 state->sdom->dom->name,
1175 state->sdom->dom->domain_id);
1234 state->search_bases = state->sdom->user_search_bases;
1239 state->search_bases = state->sdom->group_search_bases;
1519 state->sdom->dom);