From ac0ffba004160693ea5829775d732146ef261c47 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 10 Nov 2010 17:54:57 -0800 Subject: Add test that detects problems in the SMB signing code when run through cli_write() (which doesn't use the new async methods). Unfortunately, and I think due to the socket wrapper code, this doesn't detect the failure on the build farm, but running the RW-SIGNING test separately against a Samba or Windows server using signing does. Jeremy. --- selftest/target/Samba3.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'selftest') diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm index f1387d9fc3..1326949e6a 100644 --- a/selftest/target/Samba3.pm +++ b/selftest/target/Samba3.pm @@ -525,6 +525,8 @@ sub provision($$$$$$) max protocol = SMB2 read only = no + server signing = auto + smbd:sharedelay = 100000 # smbd:writetimeupdatedelay = 500000 map hidden = no -- cgit