1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

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 commit is contained in:
Andrew Tridgell 0001-01-01 00:00:00 +00:00
parent fa45529af7
commit 837d8f73a9

View 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 */