]> git.ipfire.org Git - thirdparty/samba.git/commit
netlogon.idl: add support for netr_LogonGetCapabilities response level 2
authorStefan Metzmacher <metze@samba.org>
Sat, 15 Jul 2023 15:20:32 +0000 (17:20 +0200)
committerJule Anger <janger@samba.org>
Mon, 17 Jul 2023 08:28:30 +0000 (10:28 +0200)
commit492a52b1c4c97667d711efe1410aace18e940cf0
tree12df1f17185e9001b84b27c6e8f2ceb397355ea0
parent6c1128b11842d60e3ebd9ee1b5cefcfd99629ba5
netlogon.idl: add support for netr_LogonGetCapabilities response level 2

We don't have any documentation about this yet, but tests against
a Windows Server 2022 patched with KB5028166 revealed that
the response for query_level=2 is exactly the same as
for querey_level=1.

Until we know the reason for query_level=2 we won't
use it as client nor support it in the server, but
we want ndrdump to work.

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

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
(cherry picked from commit 5f87888ed53320538cf773d64868390d8641a40e)
librpc/idl/netlogon.idl