summaryrefslogtreecommitdiff
path: root/source4/selftest
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2009-08-11 18:20:39 +1000
committerAndrew Bartlett <abartlet@samba.org>2009-08-11 18:22:12 +1000
commite13c14e7e440f56069aac6c6568b56e48e7ea825 (patch)
tree07a8233b67e57aa221aefdda252b3bbfac919e6f /source4/selftest
parent40017a2143c97c622a3f237f347d2fd3f4039bcc (diff)
downloadsamba-e13c14e7e440f56069aac6c6568b56e48e7ea825.tar.gz
samba-e13c14e7e440f56069aac6c6568b56e48e7ea825.tar.bz2
samba-e13c14e7e440f56069aac6c6568b56e48e7ea825.zip
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
Diffstat (limited to 'source4/selftest')
-rwxr-xr-xsource4/selftest/tests.sh2
1 files changed, 2 insertions, 0 deletions
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"