diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-11-29 15:40:26 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:28:39 -0500 |
commit | 6aa5be614344e7759572f6e83778be8447135eed (patch) | |
tree | 1ded6093bc2ff3c3a417504984ad94c7ac92bfbf | |
parent | 14db15657c014c22bec6c9f67b6f386cc3cfd8b6 (diff) | |
download | samba-6aa5be614344e7759572f6e83778be8447135eed.tar.gz samba-6aa5be614344e7759572f6e83778be8447135eed.tar.bz2 samba-6aa5be614344e7759572f6e83778be8447135eed.zip |
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)
-rw-r--r-- | source4/libnet/libnet_site.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |