diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/torture/rpc/samlogon.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/torture/rpc/samlogon.c b/source4/torture/rpc/samlogon.c index 5c17b105fb..116f5d0975 100644 --- a/source4/torture/rpc/samlogon.c +++ b/source4/torture/rpc/samlogon.c @@ -1146,7 +1146,9 @@ static const struct ntlm_tests { {test_lmv2_no_dom, "LMv2 (no domain)", False}, {test_ntlmv2_lmv2_broken, "NTLMv2 and LMv2, LMv2 broken", False}, {test_ntlmv2_lmv2_broken_no_dom, "NTLMv2 and LMv2, LMv2 broken (no domain)", False}, +#if 0 {test_ntlmv2_ntlmv2_broken, "NTLMv2 and LMv2, NTLMv2 broken", False}, +#endif #if 0 {test_ntlmv2_ntlmv2_broken_no_dom, "NTLMv2 and LMv2, NTLMv2 broken (no domain)", False}, #endif |