From 9f88188204e443dd5d1d22ebe65b947452558f66 Mon Sep 17 00:00:00 2001 From: Julien Rische Date: Wed, 17 Jul 2024 15:47:33 +0200 Subject: [PATCH] Remove RC4 and 3DES default encryption types on update Fixes: https://pagure.io/freeipa/issue/9633 Signed-off-by: Julien Rische Reviewed-By: Florence Blanc-Renaud --- install/updates/50-krbenctypes.update | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/updates/50-krbenctypes.update b/install/updates/50-krbenctypes.update index 1058a92d8..1bf2bf33a 100644 --- a/install/updates/50-krbenctypes.update +++ b/install/updates/50-krbenctypes.update @@ -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