Do not add NTLM2 to the NTLMSSP flags unconditionally - allow the
authorAndrew Bartlett <abartlet@samba.org>
Tue, 25 Nov 2003 11:25:38 +0000 (11:25 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 25 Nov 2003 11:25:38 +0000 (11:25 +0000)
commit1b6e6c98ba7175afb994a531bec06a7845950ff3
tree780878b5213b46c18c068dcb7d089fa4071ba0ae
parentb4feed1e505d564a0cf355bc6166b622dd044194
Do not add NTLM2 to the NTLMSSP flags unconditionally - allow the
defaults specified by the caller to prevail.

Don't use NTLM2 for RPC pipes, until we know how it works in signing or sealing.

Call ntlmssp_sign_init() unconditionally in the client - we setup the
session key, why not setup the rest of the data.

Andrew Bartlett
(This used to be commit 48123f7e42c3fde85887de23c80ceee04c2f6281)
source3/libsmb/ntlmssp.c
source3/rpc_client/cli_pipe.c