1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-24 21:49:29 +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 used to be commit 837d8f73a9)
This commit is contained in:
Andrew Tridgell
2003-12-15 01:09:45 +00:00
parent ba523d895a
commit f1ceef6c84

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