15 lines
236 B
Plaintext
15 lines
236 B
Plaintext
|
[libdefaults]
|
||
|
default_realm = EXAMPLE.NET
|
||
|
dns_lookup_realm = false
|
||
|
dns_lookup_kdc = true
|
||
|
|
||
|
[realms]
|
||
|
EXAMPLE.NET = {
|
||
|
kdc = addc.example.net
|
||
|
# kdc = addc2.example.net
|
||
|
default_domain = example.net
|
||
|
}
|
||
|
|
||
|
[domain_realm]
|
||
|
addc = EXAMPLE.NET
|