switch off the default of ntlmssp on rpc on smb as some windows pipes
authorAndrew Tridgell <tridge@samba.org>
Mon, 15 Dec 2003 01:09:45 +0000 (01:09 +0000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 15 Dec 2003 01:09:45 +0000 (01:09 +0000)
can't handle it (I'd switched it on while experimenting, and forgot to
switch it off before committing)

source/torture/torture.c

index 84734569d0b1e3e3822ddfce0942442b7d808ec6..9fc0bc7b4e41327c4c12d668dab9d11cf74acf3b 100644 (file)
@@ -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 */