1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

s3:libads: Remove DES legacy types for Kerberos

We already removed DES support for Kerberos in Samba 4.12.

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Isaac Boukris <iboukris@samba.org>
This commit is contained in:
Andreas Schneider 2020-09-03 11:11:14 +02:00 committed by Andreas Schneider
parent bd9f64d19d
commit 9cf1aecd73

View File

@ -613,7 +613,7 @@ static char *get_enctypes(TALLOC_CTX *mem_ctx)
if (lp_kerberos_encryption_types() == KERBEROS_ETYPES_ALL ||
lp_kerberos_encryption_types() == KERBEROS_ETYPES_LEGACY) {
legacy_enctypes = "RC4-HMAC DES-CBC-CRC DES-CBC-MD5";
legacy_enctypes = "RC4-HMAC";
}
enctypes =