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:
parent
14db15657c
commit
6aa5be6143
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user