From: Stefan Metzmacher Date: Mon, 26 Jun 2017 10:10:40 +0000 (+0200) Subject: selftest: run nt4_dc_schannel with 'server max protocol = SMB2_02' X-Git-Tag: tdb-1.3.14~149 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94b9b6832c83137db10d04dbfec071a7df7b91c1;p=thirdparty%2Fsamba.git 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 Reviewed-by: Andreas Schneider --- diff --git a/selftest/knownfail.d/smb2_02-server-smb3-client b/selftest/knownfail.d/smb2_02-server-smb3-client new file mode 100644 index 00000000000..68c800d0f13 --- /dev/null +++ b/selftest/knownfail.d/smb2_02-server-smb3-client @@ -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\) diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm index f67818adc1a..270ad2726a9 100755 --- a/selftest/target/Samba3.pm +++ b/selftest/target/Samba3.pm @@ -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",