From f1ceef6c8461b61545652401702cf20fde53f952 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 15 Dec 2003 01:09:45 +0000 Subject: 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) --- source4/torture/torture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') 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 */ -- cgit