Last active
July 20, 2018 07:57
-
-
Save argaliev/9af8e83140cb0e0edd3def023d3a322f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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 | |
ticket_lifetime = 24h | |
renew_lifetime = 7d | |
forwardable = true | |
rdns = false | |
default_realm = EXAMPLE.COM | |
[realms] | |
EXAMPLE.COM = { | |
kdc = dc01.example.com | |
kdc = dc02.example.com | |
} | |
[domain_realm] | |
example.com = EXAMPLE.COM | |
.example.com = EXAMPLE.COM |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment