mirror of
https://github.com/samba-team/samba.git
synced 2025-02-28 01:58:17 +03:00
selftest: run nt4_dc_schannel with 'server max protocol = SMB2_02'
This reproduces the problem with trying to implement FSCTL_VALIDATE_NEGOTIATE_INFO as SMB2_02 server. BUG: https://bugzilla.samba.org/show_bug.cgi?id=12772 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
parent
89117b0bf2
commit
94b9b6832c
3
selftest/knownfail.d/smb2_02-server-smb3-client
Normal file
3
selftest/knownfail.d/smb2_02-server-smb3-client
Normal file
@ -0,0 +1,3 @@
|
||||
^samba3.blackbox.smbclient_basic.SMB2_10.smbclient.*\(nt4_dc_schannel\)
|
||||
^samba3.blackbox.smbclient_basic.SMB3_02.smbclient.*\(nt4_dc_schannel\)
|
||||
^samba3.blackbox.smbclient_basic.SMB3_11.smbclient.*\(nt4_dc_schannel\)
|
@ -278,6 +278,8 @@ sub setup_nt4_dc_schannel($$)
|
||||
rpc_daemon:lsasd = fork
|
||||
|
||||
server schannel = yes
|
||||
# used to reproduce bug #12772
|
||||
server max protocol = SMB2_02
|
||||
";
|
||||
|
||||
my $vars = $self->provision($path, "NT4SCHANNEL",
|
||||
|
Loading…
x
Reference in New Issue
Block a user