31 lines
716 B
Plaintext
31 lines
716 B
Plaintext
# Configuration snippets may be placed in this directory as well
|
|
includedir /etc/krb5.conf.d/
|
|
|
|
[logging]
|
|
default = FILE:/var/log/krb5libs.log
|
|
kdc = FILE:/var/log/krb5kdc.log
|
|
admin_server = FILE:/var/log/kadmind.log
|
|
|
|
[libdefaults]
|
|
dns_lookup_realm = false
|
|
dns_lookup_kdc = false
|
|
kdc_timeout = 5sec
|
|
ticket_lifetime = 24h
|
|
renew_lifetime = 7d
|
|
forwardable = true
|
|
rdns = false
|
|
pkinit_anchors = /etc/pki/tls/certs/ca-bundle.crt
|
|
default_realm = POLIZEI-BW.NET
|
|
default_ccache_name = KEYRING:persistent:%{uid}
|
|
|
|
[realms]
|
|
POLIZEI-BW.NET = {
|
|
kdc = polizei-bw.net
|
|
default_domain = POLIZEI-BW.NET
|
|
admin_server = polizei-bw.net
|
|
}
|
|
|
|
[domain_realm]
|
|
.polizei-bw.net = POLIZEI-BW.NET
|
|
polizei-bw.net = POLIZEI-BW.NET
|