Lines Matching defs:root
275 /* Parent domain is an AD forest root and there are two subdomains
347 /* Parent domain is an AD member domain connected to a root domain
356 struct sss_domain_info *root;
412 root = find_domain_by_name(test_ctx->tctx->dom, forest_root[0], true);
413 assert_non_null(root->forest_root);
414 assert_ptr_equal(root->forest_root, root);
417 assert_true(test_ctx->tctx->dom->forest_root == root);
421 assert_ptr_equal(sub->forest_root, root);
431 /* Each parent domain has a subdomain. One parent domain is a root domain,
441 struct sss_domain_info *root;
511 root = find_domain_by_name(test_ctx->tctx->dom, dom2_forest_root[0], true);
512 assert_non_null(root);
513 assert_non_null(root->forest_root);
514 assert_ptr_equal(root->forest_root, main_dom2);