From: Richard Basch Date: Tue, 12 Dec 1995 19:47:52 +0000 (+0000) Subject: * kdc.conf: Added examples of "supported_enctypes" and "master_key_type" X-Git-Tag: krb5-1.0-beta6~702 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=79e570853cb8446de9666ce90f2b4901959f849a;p=krb5.git * kdc.conf: Added examples of "supported_enctypes" and "master_key_type" git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7212 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/config-files/kdc.conf b/src/config-files/kdc.conf index 4b7457987..35e72aa8b 100644 --- a/src/config-files/kdc.conf +++ b/src/config-files/kdc.conf @@ -7,6 +7,8 @@ database_name = /usr/local/lib/krb5kdc/principal key_stash_file = /usr/local/lib/krb5kdc/stash kdc_ports = 750,88 - max_life = 8h 0m 0s + max_life = 10h 0m 0s max_renewable_life = 7d 0h 0m 0s + master_key_type = des3-cbc-md5 + supported_enctypes = des3-cbc-md5:normal des-cbc-crc:normal des-cbc-crc:v4 }