]> git.ipfire.org Git - thirdparty/samba.git/commit
s4/dsdb: Remove LM password generation and storage from password_hash
authorAndrew Bartlett <abartlet@samba.org>
Thu, 10 Feb 2022 04:40:29 +0000 (17:40 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 17 Mar 2022 01:57:38 +0000 (01:57 +0000)
commit09eaf7403e8cfdb227ffc3fc1610fbd0dc0bf893
tree5b8c0ae7652df806e3a5595db40e42cf61c8bea4
parent338492d3457cf80e3ca7c88ad9d7668d7dbb308e
s4/dsdb: Remove LM password generation and storage from password_hash

We no longer generate nor store the LM hash in the Samba AD DC.

This adds much to the knownfail, some future commits will trim this
back down by making the tests understand that the server will not
support or store the LM hash.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
selftest/knownfail.d/lm-hash-support-gone [new file with mode: 0644]
source4/dsdb/samdb/ldb_modules/password_hash.c