]> git.ipfire.org Git - thirdparty/samba.git/commit
s4:torture/rpc: let rpc.schannel also check netr_LogonGetCapabilities with different...
authorStefan Metzmacher <metze@samba.org>
Sat, 15 Jul 2023 15:25:05 +0000 (17:25 +0200)
committerJule Anger <janger@samba.org>
Mon, 17 Jul 2023 08:28:20 +0000 (10:28 +0200)
commit30c3fa71a17ce2ef3fde4325d4fc24556c3023e5
treee03faf87ed6bf1b43b9537149c6a1ad7d9dd1941
parent0d7376cac6921e07a2c0722c64ec467c48ef1166
s4:torture/rpc: let rpc.schannel also check netr_LogonGetCapabilities with different levels

The important change it that we expect DCERPC_NCA_S_FAULT_INVALID_TAG
for unsupported query_levels, we allow it to work with servers
with or without support for query_level=2.

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 404ce08e9088968311c714e756f5d58ce2cef715)
selftest/knownfail.d/netr_LogonGetCapabilities [new file with mode: 0644]
source4/torture/rpc/netlogon.c