Lines Matching defs:root
272 /* Parent domain is an AD forest root and there are two subdomains
344 /* Parent domain is an AD member domain connected to a root domain
353 struct sss_domain_info *root;
410 root = find_domain_by_name(test_ctx->tctx->dom, forest_root[0], true);
411 assert_non_null(root->forest_root);
412 assert_ptr_equal(root->forest_root, root);
415 assert_true(test_ctx->tctx->dom->forest_root == root);
419 assert_ptr_equal(sub->forest_root, root);
429 /* Each parent domain has a subdomain. One parent domain is a root domain,
439 struct sss_domain_info *root;
509 root = find_domain_by_name(test_ctx->tctx->dom, dom2_forest_root[0], true);
510 assert_non_null(root);
511 assert_non_null(root->forest_root);
512 assert_ptr_equal(root->forest_root, main_dom2);