ChristianBoehm f7e6ac6e6c Update krb5.conf
proposal adding include or include.d in krb5.conf as comment
2023-01-12 10:19:35 -06:00

22 lines
457 B
Plaintext

# The krb5.conf file can include other files using either of the following directives at the beginning of the line
# see also krb5.conf(5)
# include /etc/krb5-sssd.conf
# includedir /etc/krb5.conf.d
[libdefaults]
default_realm = MY.REALM
clockskew = 300
[realms]
MY.REALM = {
kdc = MY.COMPUTER
}
OTHER.REALM = {
v4_instance_convert = {
kerberos = kerberos
computer = computer.some.other.domain
}
}
[domain_realm]
.my.domain = MY.REALM