dpward / rpms / sssd

Forked from rpms/sssd 3 years ago
Clone

Blame SOURCES/0083-Revert-IPA-use-forest-name-when-looking-up-the-Globa.patch

71e593
From 9096fc01cca8fcaeb19c36a27f3a9fa09d60772a Mon Sep 17 00:00:00 2001
71e593
From: Sumit Bose <sbose@redhat.com>
71e593
Date: Tue, 4 Dec 2018 13:08:11 +0100
71e593
Subject: [PATCH 83/84] Revert "IPA: use forest name when looking up the Global
71e593
 Catalog"
71e593
71e593
This reverts commit 149174acae677d1e72a0da431bf0850d55f2ccb4.
71e593
71e593
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
71e593
---
71e593
 src/providers/ipa/ipa_subdomains_server.c | 2 +-
71e593
 1 file changed, 1 insertion(+), 1 deletion(-)
71e593
71e593
diff --git a/src/providers/ipa/ipa_subdomains_server.c b/src/providers/ipa/ipa_subdomains_server.c
71e593
index e5ea4bd02..43a3053cb 100644
71e593
--- a/src/providers/ipa/ipa_subdomains_server.c
71e593
+++ b/src/providers/ipa/ipa_subdomains_server.c
71e593
@@ -266,7 +266,7 @@ ipa_ad_ctx_new(struct be_ctx *be_ctx,
71e593
         DEBUG(SSSDBG_TRACE_ALL, "No extra attrs set.\n");
71e593
     }
71e593
 
71e593
-    gc_service_name = talloc_asprintf(ad_options, "sd_gc_%s", subdom->forest);
71e593
+    gc_service_name = talloc_asprintf(ad_options, "sd_gc_%s", subdom->name);
71e593
     if (gc_service_name == NULL) {
71e593
         talloc_free(ad_options);
71e593
         return ENOMEM;
71e593
-- 
71e593
2.19.1
71e593