Author: metze
Date: 2006-11-29 15:40:26 +0000 (Wed, 29 Nov 2006)
New Revision: 19949

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19949

Log:
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
Modified:
   branches/SAMBA_4_0/source/libnet/libnet_site.c


Changeset:
Modified: branches/SAMBA_4_0/source/libnet/libnet_site.c
===================================================================
--- branches/SAMBA_4_0/source/libnet/libnet_site.c      2006-11-29 12:39:33 UTC 
(rev 19948)
+++ branches/SAMBA_4_0/source/libnet/libnet_site.c      2006-11-29 15:40:26 UTC 
(rev 19949)
@@ -78,6 +78,7 @@
        }
 
        /* 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;

Reply via email to