From 22d67758efd20e62d6050fd10c8b922db75747c9 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 4 Dec 2010 17:02:49 +1100 Subject: s4-tests Workaround new default of 'client ntlmv2 auth = yes' in tests The new default breaks some tests that were assuming LM or NTLM auth Andrew Bartlett --- source4/torture/rpc/netlogon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture/rpc/netlogon.c') diff --git a/source4/torture/rpc/netlogon.c b/source4/torture/rpc/netlogon.c index b1739a015c..457d38e82d 100644 --- a/source4/torture/rpc/netlogon.c +++ b/source4/torture/rpc/netlogon.c @@ -702,7 +702,7 @@ static bool test_netlogon_ops_args(struct dcerpc_pipe *p, struct torture_context flags |= CLI_CRED_LANMAN_AUTH; } - if (lpcfg_client_ntlmv2_auth(tctx->lp_ctx)) { + if (lpcfg_client_ntlmv2_auth(tctx->lp_ctx) && !null_domain) { flags |= CLI_CRED_NTLMv2_AUTH; } -- cgit