Remove RC4 and 3DES default encryption types on update

Fixes: https://pagure.io/freeipa/issue/9633

Signed-off-by: Julien Rische <jrische@redhat.com>
Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
This commit is contained in:
Julien Rische 2024-07-17 15:47:33 +02:00 committed by Rob Crittenden
parent d1a485a435
commit 9f88188204

View File

@ -7,3 +7,5 @@ add: krbSupportedEncSaltTypes: aes128-sha2:normal
add: krbSupportedEncSaltTypes: aes128-sha2:special
add: krbSupportedEncSaltTypes: aes256-sha2:normal
add: krbSupportedEncSaltTypes: aes256-sha2:special
remove: krbDefaultEncSaltTypes: des3-hmac-sha1:special
remove: krbDefaultEncSaltTypes: arcfour-hmac:special