Lines Matching refs:root
397 /* If we are handling root domain, skip all the other domains. We don't
398 * want to accidentally remove non-root domains
507 struct sysdb_attrs *root,
517 if (root == NULL && enabled_domains_list == NULL) {
518 /* We are connected directly to the root domain. The 'sd'
526 /* If we searched for root separately, we must:
527 * a) treat the root domain as a subdomain
562 /* Now include the root */
563 if (root != NULL) {
564 ret = sysdb_attrs_get_string(root, AD_AT_TRUST_PARTNER, &root_name);
571 sd_out[sdi] = talloc_steal(sd_out, root);
574 DEBUG(SSSDBG_TRACE_FUNC, "Disabling forest root domain %s\n",
829 /* Based on whether we are connected to the forest root or not, we might
886 struct sss_domain_info *root;
896 /* With a subsequent run, the root should already be known */
897 root = find_domain_by_name(be_ctx->domain, name, false);
899 return root;
978 DEBUG(SSSDBG_TRACE_FUNC, "Looking up the forest root domain.\n");
1031 DEBUG(SSSDBG_OP_FAILURE, "Unable to lookup forest root information "
1037 DEBUG(SSSDBG_OP_FAILURE, "No information provided for root domain\n");
1041 DEBUG(SSSDBG_CRIT_FAILURE, "Multiple results for root domain search, "
1068 DEBUG(SSSDBG_OP_FAILURE, "Could not find the root domain\n");
1077 DEBUG(SSSDBG_OP_FAILURE, "Cannot create id ctx for the root domain\n");
1315 DEBUG(SSSDBG_CRIT_FAILURE, "Unable to get forest root [%d]: %s\n",
1323 * to forest root for slave domains. */