Created
July 9, 2025 10:26
-
-
Save Kr0ff/d3c435983a1d97592207fda253fb6e26 to your computer and use it in GitHub Desktop.
Krb5.conf simple configuration to allow for kinit to work
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
| [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.