From 79e570853cb8446de9666ce90f2b4901959f849a Mon Sep 17 00:00:00 2001 From: Richard Basch Date: Tue, 12 Dec 1995 19:47:52 +0000 Subject: [PATCH] * 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 --- src/config-files/kdc.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 } -- 2.26.2