From 6aa5be614344e7759572f6e83778be8447135eed Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 29 Nov 2006 15:40:26 +0000 Subject: r19949: add comment that the configuration_dn needs to be looked up it's not under the domain_dn if the domain is a child domain in the forest metze (This used to be commit 87a77ee778f74a395f5ab7e55ae1e2414ee83b72) --- source4/libnet/libnet_site.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/libnet') diff --git a/source4/libnet/libnet_site.c b/source4/libnet/libnet_site.c index 0c42bf1c73..51b13f9838 100644 --- a/source4/libnet/libnet_site.c +++ b/source4/libnet/libnet_site.c @@ -78,6 +78,7 @@ NTSTATUS libnet_FindSite(TALLOC_CTX *ctx, struct libnet_JoinSite *r) } /* Generate the CN=Configuration,... DN. */ +/* TODO: look it up! */ config_dn_str = talloc_asprintf(tmp_ctx, "CN=Configuration,%s", r->in.domain_dn_str); if (!config_dn_str) { r->out.error_string = NULL; -- cgit