Skip to content

Instantly share code, notes, and snippets.

@incepttechnologies
Last active May 9, 2019 03:27
Show Gist options
  • Save incepttechnologies/8062071 to your computer and use it in GitHub Desktop.
Save incepttechnologies/8062071 to your computer and use it in GitHub Desktop.
kerberos configuration file "krb5.conf"
[libdefaults]
default_realm = INCEPT.LAB
default_tkt_enctypes = rc4-hmac
default_tgs_enctypes = rc4-hmac
ticket_lifetime = 600
# to support multiple enc types, provide a space separated list --
# default_tkt_enctypes = aes128-cts rc4-hmac
[realms]
INCEPT.LAB = {
kdc = AD.INCEPT.LAB
admin_server = AD.INCEPT.LAB
default_domain = INCEPT.LAB
}
[domain_realm]
.incept.lab = INCEPT.LAB
incept.lab = INCEPT.LAB
[appdefaults]
pam = {
autologin = true
debug = true
encrypt = true
forward = true
forwardable = true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment