s3:dsgetdcname: check_cldap_reply_required_flags() should check against the cached...
authorStefan Metzmacher <metze@samba.org>
Thu, 17 Feb 2022 12:21:53 +0000 (13:21 +0100)
committerStefan Metzmacher <metze@samba.org>
Mon, 16 Oct 2023 08:23:18 +0000 (10:23 +0200)
commit9b913a921552fc8c2f6c46513c94f9c6168ee7c7
treeab6ae82c26bad1b87ec8205d96d30ca1fb4498c4
parent0d87fe046cb5ab3232c853d04098cf935e896d87
s3:dsgetdcname: check_cldap_reply_required_flags() should check against the cached reply

We should check against the raw CLDAP reply we stored in the cache.
This is much simpler to understand. It will also simplify further
fixes.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14981

Signed-off-by: Stefan Metzmacher <metze@samba.org>
source3/libsmb/dsgetdcname.c