From e13c14e7e440f56069aac6c6568b56e48e7ea825 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 11 Aug 2009 18:20:39 +1000 Subject: s4:torture Add test for the NTP signd server This is used by at patch to the NTP project to supply authenticated time as required by MS-SNTP. (ie, to keep windows clients in time sync in the domain) Andrew Bartlett --- source4/selftest/tests.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/selftest/tests.sh') diff --git a/source4/selftest/tests.sh b/source4/selftest/tests.sh index 6c6a09fbbd..525179189b 100755 --- a/source4/selftest/tests.sh +++ b/source4/selftest/tests.sh @@ -272,6 +272,8 @@ done plantest "rpc.echo on ncacn_np over smb2" dc $smb4torture ncacn_np:"\$SERVER[smb2]" -U"\$USERNAME"%"\$PASSWORD" -W \$DOMAIN RPC-ECHO "$*" +plantest "ntp.signd" dc $smb4torture ncacn_np:"\$SERVER" -U"\$USERNAME"%"\$PASSWORD" -W \$DOMAIN NTP-SIGND "$*" --configfile=st/dc/etc/smb.conf + # Tests against the NTVFS POSIX backend NTVFSARGS="" NTVFSARGS="${NTVFSARGS} --option=torture:sharedelay=100000" -- cgit