18 lines
396 B
Plaintext
18 lines
396 B
Plaintext
[libdefaults]
|
|
default_realm=EXAMPLE
|
|
#dns_lookup_kdc=0
|
|
#dns_lookup_realm=0
|
|
dns_fallback=0
|
|
kdc_timesync=1
|
|
default_tkt_enctypes = des-cbc-crc des-cbc-md5 rc4-hmac
|
|
default_tgs_enctypes = des-cbc-crc des-cbc-md5 rc4-hmac
|
|
permitted_enctypes = rc4-hmac des3-hmac-sha1 des-cbc-crc des-cbc-md5 arcfour-hmac-md5 arcfour-hmac-md5-exp
|
|
|
|
[realms]
|
|
EXAMPLE = {
|
|
kdc=pdc.example.org
|
|
}
|
|
|
|
[logging]
|
|
#kdc = console
|