diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-10-25 07:56:48 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:04:41 -0500 |
commit | e1c43f243a7dea8c8a7ae235252091d1e18c2fb4 (patch) | |
tree | ad1d835241b4bd241992737315237d89a6d5ae1f /source4/torture/raw | |
parent | 3b252b765d42637e48b4c04d78364b478699b9fc (diff) | |
download | samba-e1c43f243a7dea8c8a7ae235252091d1e18c2fb4.tar.gz samba-e1c43f243a7dea8c8a7ae235252091d1e18c2fb4.tar.bz2 samba-e1c43f243a7dea8c8a7ae235252091d1e18c2fb4.zip |
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)
Diffstat (limited to 'source4/torture/raw')
-rw-r--r-- | source4/torture/raw/context.c | 2 |
1 files changed, 2 insertions, 0 deletions
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; } |