aboutsummaryrefslogtreecommitdiff
path: root/src/config-files
diff options
context:
space:
mode:
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
}