summaryrefslogtreecommitdiffstats
path: root/kdc.conf
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@redhat.com>2012-11-15 17:37:10 -0500
committerNalin Dahyabhai <nalin@redhat.com>2012-11-16 13:01:56 -0500
commit2aae42de495ae440a2b8b75aa698e5f9f6a3f843 (patch)
tree69a88710873083c23316fc5c54980497a57de1e1 /kdc.conf
parent18bdbb99e36d5d2f539a9b368bc913004e2c8c55 (diff)
downloadkrb5-2aae42de495ae440a2b8b75aa698e5f9f6a3f843.tar.gz
krb5-2aae42de495ae440a2b8b75aa698e5f9f6a3f843.tar.xz
krb5-2aae42de495ae440a2b8b75aa698e5f9f6a3f843.zip
append camellia to the kdc supported enctypes list
Diffstat (limited to 'kdc.conf')
-rw-r--r--kdc.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdc.conf b/kdc.conf
index a4f5901..e99219a 100644
--- a/kdc.conf
+++ b/kdc.conf
@@ -8,5 +8,5 @@
acl_file = /var/kerberos/krb5kdc/kadm5.acl
dict_file = /usr/share/dict/words
admin_keytab = /var/kerberos/krb5kdc/kadm5.keytab
- 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
+ supported_enctypes = aes256-cts:normal aes128-cts:normal des3-hmac-sha1:normal arcfour-hmac:normal camellia256-cts:normal camellia128-cts:normal des-hmac-sha1:normal des-cbc-md5:normal des-cbc-crc:normal
}