Skip to content

Commit

Permalink
Revert "IPA: use forest name when looking up the Global Catalog"
Browse files Browse the repository at this point in the history
This reverts commit 149174a.

Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
  • Loading branch information
sumit-bose authored and jhrozek committed Dec 11, 2018
1 parent 5565dd3 commit 9096fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/ipa/ipa_subdomains_server.c
Expand Up @@ -266,7 +266,7 @@ ipa_ad_ctx_new(struct be_ctx *be_ctx,
DEBUG(SSSDBG_TRACE_ALL, "No extra attrs set.\n");
}

gc_service_name = talloc_asprintf(ad_options, "sd_gc_%s", subdom->forest);
gc_service_name = talloc_asprintf(ad_options, "sd_gc_%s", subdom->name);
if (gc_service_name == NULL) {
talloc_free(ad_options);
return ENOMEM;
Expand Down

0 comments on commit 9096fc0

Please sign in to comment.