]> git.ipfire.org Git - thirdparty/samba.git/commit
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 23:48:48 +0000 (00:48 +0100)
commit08b69ca61f747a74c5a6634d25ce35e43e145ecd
tree2f7d762272dbe765b87c46a8e95a3459b531f601
parentba1482a18a807a5db4d1bd84640a0d5d83fcd9c3
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>
(cherry picked from commit 7ae3735810c2db32fa50f309f8af3c76ffa29768)

[metze@samba.org fixed conflict in 4.15]
selftest/target/Samba4.pm