You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
594 B
22 lines
594 B
|
|
[libdefaults] |
|
default_realm = EXAMPLE.COM |
|
default_keytab_name = FILE:@l_prefix@/etc/heimdal/krb5.keytab |
|
default_etypes = des3-cbc-sha1 aes256-cts-hmac-sha1-96 |
|
|
|
[realms] |
|
EXAMPLE.COM = { |
|
kdc = 127.0.0.1 |
|
kdc = kerberos1.example.com |
|
kdc = kerberos2.example.com |
|
admin_server = kerberos1.example.com |
|
default_domain = example.com |
|
} |
|
|
|
[domain_realm] |
|
.example.com = EXAMPLE.COM |
|
example.com = EXAMPLE.COM |
|
|
|
[logging] |
|
default = STDERR |
|
|
|
|