summaryrefslogtreecommitdiff
path: root/configs/krb/kdc.conf
diff options
context:
space:
mode:
Diffstat (limited to 'configs/krb/kdc.conf')
-rw-r--r--configs/krb/kdc.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/configs/krb/kdc.conf b/configs/krb/kdc.conf
new file mode 100644
index 0000000..baa19a0
--- /dev/null
+++ b/configs/krb/kdc.conf
@@ -0,0 +1,16 @@
+[kdcdefaults]
+ kdc_ports = 750,88
+
+[realms]
+ HADES.HR = {
+ database_name = /var/lib/krb5kdc/principal
+ admin_keytab = FILE:/etc/krb5kdc/kadm5.keytab
+ acl_file = /etc/krb5kdc/kadm5.acl
+ key_stash_file = /etc/krb5kdc/stash
+ kdc_ports = 750,88
+ max_life = 10h 0m 0s
+ max_renewable_life = 7d 0h 0m 0s
+ master_key_type = des3-hmac-sha1
+ #supported_enctypes = aes256-cts:normal aes128-cts:normal
+ default_principal_flags = +preauth
+ }