Lines Matching defs:root

68         /* Clients joined to the forest root directly don't even discover
69 * the root domain, so the attrs are expected to be NULL in this
81 /* With a subsequent run, the root should already be known */
86 /* The forest root is special, although it might be disabled for
88 * forest from a DC of the forest root */
118 "Failed to find sdap_domain for the root domain\n");
523 /* If we are handling root domain, skip all the other domains. We don't
524 * want to accidentally remove non-root domains
549 /* Just disable the forest root but do not remove sdap data */
552 "Skipping removal of forest root sdap data.\n");
641 struct sysdb_attrs *root,
651 if (root == NULL && enabled_domains_list == NULL) {
652 /* We are connected directly to the root domain. The 'sd'
660 /* If we searched for root separately, we must:
661 * a) treat the root domain as a subdomain
696 /* Now include the root */
697 if (root != NULL) {
698 ret = sysdb_attrs_get_string(root, AD_AT_TRUST_PARTNER, &root_name);
705 sd_out[sdi] = talloc_steal(sd_out, root);
708 DEBUG(SSSDBG_TRACE_FUNC, "Disabling forest root domain %s\n",
991 /* Based on whether we are connected to the forest root or not, we might
1122 DEBUG(SSSDBG_TRACE_FUNC, "Looking up the forest root domain.\n");
1175 DEBUG(SSSDBG_OP_FAILURE, "Unable to lookup forest root information "
1181 DEBUG(SSSDBG_OP_FAILURE, "No information provided for root domain\n");
1185 DEBUG(SSSDBG_CRIT_FAILURE, "Multiple results for root domain search, "
1212 DEBUG(SSSDBG_OP_FAILURE, "Could not find the root domain\n");
1221 DEBUG(SSSDBG_OP_FAILURE, "Cannot create id ctx for the root domain\n");
1464 /* Note: For clients joined to the root domain, root_attrs is NULL,
1470 DEBUG(SSSDBG_CRIT_FAILURE, "Unable to get forest root [%d]: %s\n",
1478 * to forest root for slave domains. */