From 198d82d4cea94e401bffea1ebed9fd00d5fdd832 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Fri, 12 Jul 2013 11:28:20 -0400 Subject: Add Camellia ciphers to allowed list. https://fedorahosted.org/freeipa/ticket/3749 --- install/share/kerberos.ldif | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'install/share') diff --git a/install/share/kerberos.ldif b/install/share/kerberos.ldif index 4778a6b4d..41e77952a 100644 --- a/install/share/kerberos.ldif +++ b/install/share/kerberos.ldif @@ -22,6 +22,10 @@ krbSupportedEncSaltTypes: des3-hmac-sha1:normal krbSupportedEncSaltTypes: des3-hmac-sha1:special krbSupportedEncSaltTypes: arcfour-hmac:normal krbSupportedEncSaltTypes: arcfour-hmac:special +krbSupportedEncSaltTypes: camellia128-cts-cmac:normal +krbSupportedEncSaltTypes: camellia128-cts-cmac:special +krbSupportedEncSaltTypes: camellia256-cts-cmac:normal +krbSupportedEncSaltTypes: camellia256-cts-cmac:special krbMaxTicketLife: 86400 krbMaxRenewableAge: 604800 krbDefaultEncSaltTypes: aes256-cts:special -- cgit