2020-09-10 10:02:46 +00:00
|
|
|
[logging]
|
|
|
|
default = FILE:/var/log/krb5libs.log
|
|
|
|
kdc = FILE:/var/log/krb5kdc.log
|
|
|
|
admin_server = FILE:/var/log/kadmind.log
|
|
|
|
|
|
|
|
[libdefaults]
|
|
|
|
default_realm = TEST.CLICKHOUSE.TECH
|
|
|
|
dns_lookup_realm = false
|
|
|
|
dns_lookup_kdc = false
|
2021-05-25 13:40:22 +00:00
|
|
|
ticket_lifetime = 5s
|
2020-09-10 10:02:46 +00:00
|
|
|
forwardable = true
|
2023-03-08 14:11:17 +00:00
|
|
|
rdns = false
|
2020-09-10 10:02:46 +00:00
|
|
|
default_tgs_enctypes = des3-hmac-sha1
|
|
|
|
default_tkt_enctypes = des3-hmac-sha1
|
|
|
|
permitted_enctypes = des3-hmac-sha1
|
|
|
|
|
|
|
|
[realms]
|
|
|
|
TEST.CLICKHOUSE.TECH = {
|
2020-09-28 17:20:04 +00:00
|
|
|
kdc = hdfskerberos
|
|
|
|
admin_server = hdfskerberos
|
2020-09-10 10:02:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
[domain_realm]
|
2021-09-22 00:22:57 +00:00
|
|
|
.test.clickhouse.com = TEST.CLICKHOUSE.TECH
|
|
|
|
test.clickhouse.com = TEST.CLICKHOUSE.TECH
|