Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
winbind: improve wb_domain_request_send() to use wb_dsgetdcname_send(…
…) for a foreign domain Commit ed3bc61 got the logic wrong while trying to implement the logic we had in init_child_connection(), which was removed by commit d61f362. Instead of doing a WINBINDD_GETDCNAME request (which would caused an error because the implementation was removed in commit 958fdaf), we sent the callers request and interpreted the result as WINBINDD_GETDCNAME response, which led to an empty dcname variable. As result the domain child opened a connection to the primary domain in order to lookup a dc. If we want to connect the primary domain from the parent via a domain child of the primary domain. BUG: https://bugzilla.samba.org/show_bug.cgi?id=13295 Signed-off-by: Stefan Metzmacher <[email protected]> Reviewed-by: Volker Lendecke <[email protected]>
- Loading branch information