1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

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 87a77ee778)
This commit is contained in:
Stefan Metzmacher 2006-11-29 15:40:26 +00:00 committed by Gerald (Jerry) Carter
parent 14db15657c
commit 6aa5be6143

View 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;