Remove DES3 and RC4 enctypes from Kerberos

These are already marked as deprecated by the KDC.

Reviewed-By: Robbie Harwood <rharwood@redhat.com>
Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
Rob Crittenden 2019-07-01 14:40:00 -04:00 committed by Alexander Bokovoy
parent a43100badc
commit dd9fd0971f

View File

@ -18,10 +18,6 @@ krbSupportedEncSaltTypes: aes256-cts:normal
krbSupportedEncSaltTypes: aes256-cts:special
krbSupportedEncSaltTypes: aes128-cts:normal
krbSupportedEncSaltTypes: aes128-cts:special
${FIPS}krbSupportedEncSaltTypes: des3-hmac-sha1:normal
${FIPS}krbSupportedEncSaltTypes: des3-hmac-sha1:special
${FIPS}krbSupportedEncSaltTypes: arcfour-hmac:normal
${FIPS}krbSupportedEncSaltTypes: arcfour-hmac:special
${FIPS}krbSupportedEncSaltTypes: camellia128-cts-cmac:normal
${FIPS}krbSupportedEncSaltTypes: camellia128-cts-cmac:special
${FIPS}krbSupportedEncSaltTypes: camellia256-cts-cmac:normal