summaryrefslogtreecommitdiff
path: root/source4/torture
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-12-13 23:30:43 +0000
committerAndrew Tridgell <tridge@samba.org>2003-12-13 23:30:43 +0000
commit346a4af6f09679b92b5cd1b1fb5539e9a902c884 (patch)
tree4d7b3437cef76cd7dd1052b6452ea3e689364374 /source4/torture
parentd262b8c3c79b2fbb0bf8c330d765f89210948a26 (diff)
downloadsamba-346a4af6f09679b92b5cd1b1fb5539e9a902c884.tar.gz
samba-346a4af6f09679b92b5cd1b1fb5539e9a902c884.tar.bz2
samba-346a4af6f09679b92b5cd1b1fb5539e9a902c884.zip
add the ntlmssp calls back into smbtorture on rpc over tcp. The samba4
rpc server doesn't do ntlmssp yet, so this breaks the tests, but that is the next step. (This used to be commit ebe29305af82553ef0197d1950b57f8ff8efa78b)
Diffstat (limited to 'source4/torture')
-rw-r--r--source4/torture/torture.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/torture.c b/source4/torture/torture.c
index 76d1e82a0f..cc0a83fe80 100644
--- a/source4/torture/torture.c
+++ b/source4/torture/torture.c
@@ -165,7 +165,7 @@ static NTSTATUS torture_rpc_tcp(struct dcerpc_pipe **p,
/* always do NDR validation in smbtorture */
(*p)->flags |= DCERPC_DEBUG_VALIDATE_BOTH;
-#if 1
+#if 0
status = dcerpc_bind_auth_none(*p, pipe_uuid, pipe_version);
#else
/* enable signing on tcp connections */