aboutsummaryrefslogtreecommitdiff
path: root/src/config-files
diff options
context:
space:
mode:
authorRichard Basch <probe@mit.edu>1995-12-12 19:47:52 +0000
committerRichard Basch <probe@mit.edu>1995-12-12 19:47:52 +0000
commit79e570853cb8446de9666ce90f2b4901959f849a (patch)
tree702af628d9fd3610b7d7404fa90c0a536999ce6e /src/config-files
parent5c270f13fd2bb5509be8e8427dc7f3ea28ea0805 (diff)
downloadkrb5-79e570853cb8446de9666ce90f2b4901959f849a.zip
krb5-79e570853cb8446de9666ce90f2b4901959f849a.tar.gz
krb5-79e570853cb8446de9666ce90f2b4901959f849a.tar.bz2
* 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
Diffstat (limited to 'src/config-files')
-rw-r--r--src/config-files/kdc.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/config-files/kdc.conf b/src/config-files/kdc.conf
index 4b74579..35e72aa 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
}