CVE-2022-38023 selftest:Samba4: avoid global 'allow nt4 crypto = yes' and 'reject...
authorStefan Metzmacher <metze@samba.org>
Wed, 30 Nov 2022 13:57:20 +0000 (14:57 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 13 Dec 2022 13:07:29 +0000 (13:07 +0000)
commit7ae3735810c2db32fa50f309f8af3c76ffa29768
treefe4df8cbeea13ddc10962c9d2796beb113ca7b5f
parent43df4be35950f491864ae8ada05d51b42a556381
CVE-2022-38023 selftest:Samba4: avoid global 'allow nt4 crypto = yes' and 'reject md5 clients = no'

Instead of using the generic deprecated option use the specific
allow nt4 crypto:COMPUTERACCOUNT = yes and
server reject md5 schannel:COMPUTERACCOUNT = no
in order to allow legacy tests for pass.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15240

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
selftest/target/Samba4.pm