mirror of
https://github.com/samba-team/samba.git
synced 2025-03-20 22:50:26 +03:00
s4:torture/rpc/samlogon: use DCERPC_SEAL for netr_LogonSamLogonEx and validation level 6
BUG: https://bugzilla.samba.org/show_bug.cgi?id=11804 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Günther Deschner <gd@samba.org> (cherry picked from commit 050a1d0653716fd7c166d35a7236a014bf1d1516)
This commit is contained in:
parent
866594408d
commit
1cd38365e4
@ -1755,7 +1755,8 @@ bool torture_rpc_samlogon(struct torture_context *torture)
|
||||
* with INTERNAL_ERROR */
|
||||
|
||||
status = dcerpc_binding_set_flags(b,
|
||||
DCERPC_SCHANNEL | DCERPC_SIGN |
|
||||
DCERPC_SCHANNEL |
|
||||
DCERPC_SIGN | DCERPC_SEAL |
|
||||
DCERPC_SCHANNEL_128,
|
||||
DCERPC_AUTH_OPTIONS);
|
||||
torture_assert_ntstatus_ok(torture, status, "set flags");
|
||||
|
Loading…
x
Reference in New Issue
Block a user