8c1676
# Configuration snippets may be placed in this directory as well
8c1676
includedir /etc/krb5.conf.d/
8c1676
5af5b2
[logging]
5af5b2
 default = FILE:/var/log/krb5libs.log
5af5b2
 kdc = FILE:/var/log/krb5kdc.log
5af5b2
 admin_server = FILE:/var/log/kadmind.log
5af5b2
5af5b2
[libdefaults]
5af5b2
 dns_lookup_realm = false
5af5b2
 ticket_lifetime = 24h
5af5b2
 renew_lifetime = 7d
5af5b2
 forwardable = true
5af5b2
 rdns = false
749169
 pkinit_anchors = FILE:/etc/pki/tls/certs/ca-bundle.crt
5af5b2
# default_realm = EXAMPLE.COM
5af5b2
5af5b2
[realms]
5af5b2
# EXAMPLE.COM = {
5af5b2
#  kdc = kerberos.example.com
5af5b2
#  admin_server = kerberos.example.com
5af5b2
# }
5af5b2
5af5b2
[domain_realm]
5af5b2
# .example.com = EXAMPLE.COM
5af5b2
# example.com = EXAMPLE.COM