summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-12-15 01:09:45 +0000
committerAndrew Tridgell <tridge@samba.org>2003-12-15 01:09:45 +0000
commitf1ceef6c8461b61545652401702cf20fde53f952 (patch)
tree9f616db7ca5362a952e53b019921184ec6c9fced /source4
parentba523d895ac75f55def20723b59bd9859af7717e (diff)
downloadsamba-f1ceef6c8461b61545652401702cf20fde53f952.tar.gz
samba-f1ceef6c8461b61545652401702cf20fde53f952.tar.bz2
samba-f1ceef6c8461b61545652401702cf20fde53f952.zip
switch off the default of ntlmssp on rpc on smb as some windows pipes
can't handle it (I'd switched it on while experimenting, and forgot to switch it off before committing) (This used to be commit 837d8f73a9601329cec0f885df84648a2a3c196d)
Diffstat (limited to 'source4')
-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 84734569d0..9fc0bc7b4e 100644
--- a/source4/torture/torture.c
+++ b/source4/torture/torture.c
@@ -226,7 +226,7 @@ NTSTATUS torture_rpc_connection(struct dcerpc_pipe **p,
cli_tree_close(cli->tree);
/* bind to the pipe, using the uuid as the key */
-#if 0
+#if 1
status = dcerpc_bind_auth_none(*p, pipe_uuid, pipe_version);
#else
/* enable signing on tcp connections */