s4-rpc_server: Do not use LM hash in password changes
authorAndrew Bartlett <abartlet@samba.org>
Thu, 10 Feb 2022 05:40:31 +0000 (18:40 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 17 Mar 2022 01:57:38 +0000 (01:57 +0000)
commit0f53bfe7230c5e76f7ceb8baf98a9ef38a35356f
tree0e1c151a42e5233204c5f237704685133625e78c
parent6aaa12456308204a659e3dce2b9049f00d55244a
s4-rpc_server: Do not use LM hash in password changes

We now only change passwords based on the NT hash.

This means we no longer support samr_OemChangePasswordUser2()
and we do not check the LM verifier din samr_ChangePasswordUser3()

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source4/rpc_server/samr/samr_password.c