2020-01-10 16:32:54 +08:00
|
|
|
# Configuration snippets may be placed in this directory as well
|
2019-09-30 10:54:30 -04:00
|
|
|
includedir /etc/krb5.conf.d/
|
|
|
|
|
|
|
|
|
|
[logging]
|
2020-01-10 16:32:54 +08:00
|
|
|
default = FILE:/var/log/krb5libs.log
|
|
|
|
|
kdc = FILE:/var/log/krb5kdc.log
|
|
|
|
|
admin_server = FILE:/var/log/kadmind.log
|
2019-09-30 10:54:30 -04:00
|
|
|
|
|
|
|
|
[libdefaults]
|
2020-01-10 16:32:54 +08:00
|
|
|
dns_lookup_realm = false
|
|
|
|
|
ticket_lifetime = 24h
|
|
|
|
|
renew_lifetime = 7d
|
|
|
|
|
forwardable = true
|
|
|
|
|
rdns = false
|
|
|
|
|
default_realm = EXAMPLE.COM
|
|
|
|
|
default_ccache_name = KEYRING:persistent:%{uid}
|
2019-09-30 10:54:30 -04:00
|
|
|
|
|
|
|
|
[realms]
|
2020-01-10 16:32:54 +08:00
|
|
|
EXAMPLE.COM = {
|
|
|
|
|
kdc = nfs-server.example.com
|
|
|
|
|
admin_server = nfs-server.example.com
|
|
|
|
|
}
|
2019-09-30 10:54:30 -04:00
|
|
|
|
|
|
|
|
[domain_realm]
|
2020-01-10 16:32:54 +08:00
|
|
|
.example.com = EXAMPLE.COM
|
|
|
|
|
example.com = EXAMPLE.COM
|