* kdc.conf: Added examples of "supported_enctypes" and "master_key_type"
authorRichard Basch <probe@mit.edu>
Tue, 12 Dec 1995 19:47:52 +0000 (19:47 +0000)
committerRichard Basch <probe@mit.edu>
Tue, 12 Dec 1995 19:47:52 +0000 (19:47 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7212 dc483132-0cff-0310-8789-dd5450dbe970

src/config-files/kdc.conf

index 4b7457987832c11ea0cff5d6a13ec1e7345eeef1..35e72aa8b3e50d42eb26222c43d09132fcc70913 100644 (file)
@@ -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
        }