Skip to content

Instantly share code, notes, and snippets.

@Kr0ff
Created July 9, 2025 10:26
Show Gist options
  • Select an option

  • Save Kr0ff/d3c435983a1d97592207fda253fb6e26 to your computer and use it in GitHub Desktop.

Select an option

Save Kr0ff/d3c435983a1d97592207fda253fb6e26 to your computer and use it in GitHub Desktop.
Krb5.conf simple configuration to allow for kinit to work
[libdefaults]
default_realm = DOMAIN.LOCAL
[realms]
DOMAIN.LOCAL = {
kdc = DC.DOMAIN.LOCAL
#kdc = dc2.my.ad.tld
#kdc = dc3.my.ad.tld
}
[domain_realm]
.domain.local = DOMAIN.LOCAL
domain.local = DOMAIN.LOCAL
gkadmin = { # not necessary
help_url = http://docs.sun.com:80/ab2/coll.384.1/SEAM/@AB2PageView/1195
}

Comments are disabled for this gist.