summaryrefslogtreecommitdiff
path: root/configs/krb/kdc.conf
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2020-03-20 04:30:39 -0500
committerTom Barrett <tom@tombarrett.xyz>2020-03-20 04:30:39 -0500
commiteab5eca5bda076aae57e6cc82b6e08dbd5025ff3 (patch)
tree560332dfd41f0948d13fec7d34ce25ccd6202313 /configs/krb/kdc.conf
parent01e2662903dadce5903581eac738d0b413e521c2 (diff)
new way of generating interfaces, only have to change hosts file now
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
+ }