mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
a87aae5292
NOTE: THIS COMMIT WON'T COMPILE/WORK ON ITS OWN! Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
22 lines
457 B
Plaintext
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
|