summaryrefslogtreecommitdiffstats
path: root/install/share/kdc.conf.template
diff options
context:
space:
mode:
Diffstat (limited to 'install/share/kdc.conf.template')
-rw-r--r--install/share/kdc.conf.template15
1 files changed, 15 insertions, 0 deletions
diff --git a/install/share/kdc.conf.template b/install/share/kdc.conf.template
new file mode 100644
index 00000000..0a574783
--- /dev/null
+++ b/install/share/kdc.conf.template
@@ -0,0 +1,15 @@
+[kdcdefaults]
+ kdc_ports = 88
+ kdc_tcp_ports = 88
+
+[realms]
+ $REALM = {
+ master_key_type = des3-hmac-sha1
+ supported_enctypes = aes256-cts:normal aes128-cts:normal des3-hmac-sha1:normal arcfour-hmac:normal des-hmac-sha1:normal des-cbc-md5:normal des-cbc-crc:normal des-cbc-crc:v4 des-cbc-crc:afs3
+ max_life = 7d
+ max_renewable_life = 14d
+ acl_file = /var/kerberos/krb5kdc/kadm5.acl
+ dict_file = /usr/share/dict/words
+ default_principal_flags = +preauth
+; admin_keytab = /var/kerberos/krb5kdc/kadm5.keytab
+ }