diff options
author | Simo Sorce <ssorce@redhat.com> | 2010-11-01 09:33:14 -0400 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2010-11-09 15:01:43 -0500 |
commit | caa3f843daf24f0c28f40297c041dc1f97522a8c (patch) | |
tree | 9e9451f37ffdc2a3e0aacf2e4ada85317fcdfcf1 /install/share/kdc.conf.template | |
parent | dc34075fa5343036c6c30df3468a6624698ec5b6 (diff) | |
download | freeipa-caa3f843daf24f0c28f40297c041dc1f97522a8c.tar.gz freeipa-caa3f843daf24f0c28f40297c041dc1f97522a8c.tar.xz freeipa-caa3f843daf24f0c28f40297c041dc1f97522a8c.zip |
Use strongest keytype for master key
Diffstat (limited to 'install/share/kdc.conf.template')
-rw-r--r-- | install/share/kdc.conf.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/share/kdc.conf.template b/install/share/kdc.conf.template index 0a574783..4a2cca41 100644 --- a/install/share/kdc.conf.template +++ b/install/share/kdc.conf.template @@ -4,7 +4,7 @@ [realms] $REALM = { - master_key_type = des3-hmac-sha1 + master_key_type = aes256-cts supported_enctypes = aes256-cts:normal aes128-cts:normal des3-hmac-sha1:normal arcfour-hmac:normal des-hmac-sha1:normal des-cbc-md5:normal des-cbc-crc:normal des-cbc-crc:v4 des-cbc-crc:afs3 max_life = 7d max_renewable_life = 14d |