kdc.conf 543 B

12345678910111213141516
  1. [kdcdefaults]
  2. kdc_ports = 88
  3. kdc_tcp_ports = 88
  4. [realms]
  5. RESDOM.GOKRB5 = {
  6. master_key_type = aes256-cts-hmac-sha1-96
  7. max_life = 12h 0m 0s
  8. max_renewable_life = 7d 0h 0m 0s
  9. acl_file = /var/kerberos/krb5kdc/kadm5.acl
  10. dict_file = /usr/share/dict/words
  11. admin_keytab = /opt/krb5/data/kadm5.keytab
  12. supported_enctypes = aes128-cts-hmac-sha1-96:normal aes256-cts-hmac-sha1-96:normal aes128-cts-hmac-sha256-128:normal aes256-cts-hmac-sha384-192:normal des3-cbc-sha1-kd:normal rc4-hmac:normal
  13. default_principal_flags = +renewable
  14. }