d2ef113186
6984764: kerberos fails if service side keytab is generated using JDK ktab Reviewed-by: valeriep
10 lines
144 B
Plaintext
10 lines
144 B
Plaintext
[libdefaults]
|
|
default_realm = LOCAL.COM
|
|
default_tkt_enctypes = des3-cbc-sha1 rc4-hmac aes128-cts
|
|
|
|
[realms]
|
|
LOCAL.COM = {
|
|
kdc = localhost
|
|
}
|
|
|