Skip to content

Instantly share code, notes, and snippets.

@argaliev
Last active July 20, 2018 07:57
Show Gist options
  • Save argaliev/9af8e83140cb0e0edd3def023d3a322f to your computer and use it in GitHub Desktop.
Save argaliev/9af8e83140cb0e0edd3def023d3a322f to your computer and use it in GitHub Desktop.
[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