From e1c43f243a7dea8c8a7ae235252091d1e18c2fb4 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 25 Oct 2004 07:56:48 +0000 Subject: r3206: - added the reverse map for ERRbaduid to NT_STATUS_INVALID_HANDLE - force disable spnego in the RAW-CONTEXT test (it breaks the test) (This used to be commit 3f247ec21c59af92b420a3e550552b5a1f1f08e2) --- source4/torture/raw/context.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/torture/raw/context.c') diff --git a/source4/torture/raw/context.c b/source4/torture/raw/context.c index 85357e2535..95c2a2c378 100644 --- a/source4/torture/raw/context.c +++ b/source4/torture/raw/context.c @@ -406,6 +406,8 @@ BOOL torture_raw_context(int dummy) BOOL ret = True; TALLOC_CTX *mem_ctx; + lp_set_cmdline("use spnego", "False"); + if (!torture_open_connection(&cli)) { return False; } -- cgit