summaryrefslogtreecommitdiff
path: root/selftest
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2017-06-26 16:40:45 +1200
committerStefan Metzmacher <metze@samba.org>2017-06-27 16:57:42 +0200
commit1bd627b1fc37ca676e2f35d63c6d94826b383148 (patch)
tree578ee94162fbd246e28a44ad456cd554c1d761f5 /selftest
parent38033ed1d2df96c0c304f21b4cabef232640cf3d (diff)
downloadsamba-1bd627b1fc37ca676e2f35d63c6d94826b383148.tar.gz
smbtorture: Add more tests around NETLOGON challenge reuse
The existing tests did not actually demonstrate what they thought they did until the credential values were refreshed. The new test showed this, because Samba fails it (windows passes) due to the way we keep the last challenge on the connection. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'selftest')
-rw-r--r--selftest/knownfail.d/netlogon4
1 files changed, 4 insertions, 0 deletions
diff --git a/selftest/knownfail.d/netlogon b/selftest/knownfail.d/netlogon
new file mode 100644
index 00000000000..b51bf888429
--- /dev/null
+++ b/selftest/knownfail.d/netlogon
@@ -0,0 +1,4 @@
+# This test passes against Windows 2008R2, but not Samba as we
+# keep a per-socket cache in addition to the name cache, which is
+# not invalidated if the name-based global cache is used.
+^samba4\.rpc\.netlogon.*\.netlogon\.ServerReqChallengeReuseGlobal3 \ No newline at end of file