Skip to content

Commit

Permalink
Create krb5.conf.sample
Browse files Browse the repository at this point in the history
  • Loading branch information
whyistheinternetbroken authored May 13, 2022
1 parent 9614a45 commit 5377f25
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions krb5.conf.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
## Remove .sample from the name and replace YOURDOMAIN.COM and yourdomain.com with your domain information.

[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
udp_preference_limit = 0
default_realm = YOURDOMAIN.COM

[realms]
CVSDEMO.LOCAL = {
kdc = dchostname.yourdomain.com
}

[domain_realm]
.yourdomain.com = YOURDOMAIN.COM
yourdomain.com = YOURDOMAIN.COM

0 comments on commit 5377f25

Please sign in to comment.