r19949: add comment that the configuration_dn needs to be looked up
authorStefan Metzmacher <metze@samba.org>
Wed, 29 Nov 2006 15:40:26 +0000 (15:40 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:28:39 +0000 (14:28 -0500)
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

index 0c42bf1c73fdeda96b7691d7dd7f7b59d9a09230..51b13f9838e227521b5ccc666a8ddf604f1c99a6 100644 (file)
@@ -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;