dsdb: Remove LM hash parameter from samdb_set_password() and callers
authorAndrew Bartlett <abartlet@samba.org>
Wed, 16 Feb 2022 18:35:54 +0000 (07:35 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 17 Mar 2022 01:57:38 +0000 (01:57 +0000)
commit75c54d54ad9fdff7098c1b4f11252528f35ea658
treeab572b7f1df527126bcb5e92705bd4dcba6e2eba
parenta2fa7f427aafdd463bbbd18bb495e9f95407e6f4
dsdb: Remove LM hash parameter from samdb_set_password() and callers

This fixes the rpc.samr test because we no longer specify an LM hash
to the DSDB layer only to have it rejected by password_hash.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
selftest/knownfail.d/lm-hash-support-gone
source4/dsdb/common/util.c
source4/kdc/kpasswd-helper.c
source4/kdc/kpasswd_glue.c
source4/rpc_server/netlogon/dcerpc_netlogon.c
source4/rpc_server/samr/samr_password.c