s3-auth: Only allow LM_KEY cryptography when extra options are set
commit98992b5b4eabb6c0727952e6cdb4fcfdced4583d
authorAndrew Bartlett <abartlet@samba.org>
Tue, 31 Jan 2012 04:38:02 +0000 (31 15:38 +1100)
committerStefan Metzmacher <metze@samba.org>
Fri, 17 Feb 2012 09:48:09 +0000 (17 10:48 +0100)
tree299d235c1d80a4687dc0af0614b50859161a2b30
parent82e3098e8490168733f492b6a5745a279494d4fe
s3-auth: Only allow LM_KEY cryptography when extra options are set

This crypto is incredibly poor, and can technically be enabled on an otherwise more
secure connection that uses NTLM for the actual authentication leg.  Therefore
disable it by default.

Andrew Bartlett

Signed-off-by: Stefan Metzmacher <metze@samba.org>
source3/auth/auth_ntlmssp.c