mirror of
https://github.com/samba-team/samba.git
synced 2025-02-09 09:57:48 +03:00
CVE-2022-37966 s3:net_ads: no longer reference des encryption types
We no longer have support for des encryption types in the kerberos libraries anyway. BUG: https://bugzilla.samba.org/show_bug.cgi?id=15237 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> (cherry picked from commit 4cedaa643bf95ef2628f1b631feda833bb2e7da1)
This commit is contained in:
parent
8b9e670c5c
commit
96fcd2b2b1
@ -3687,7 +3687,8 @@ static int net_ads_enctypes_set(struct net_context *c, int argc, const char **ar
|
||||
goto done;
|
||||
}
|
||||
|
||||
etype_list = ENC_CRC32 | ENC_RSA_MD5 | ENC_RC4_HMAC_MD5;
|
||||
etype_list = 0;
|
||||
etype_list |= ENC_RC4_HMAC_MD5;
|
||||
etype_list |= ENC_HMAC_SHA1_96_AES128;
|
||||
etype_list |= ENC_HMAC_SHA1_96_AES256;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user