mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-07 16:14:52 +00:00
26 lines
605 B
Plaintext
26 lines
605 B
Plaintext
|
[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
|
||
|
ticket_lifetime = 15d
|
||
|
renew_lifetime = 15d
|
||
|
forwardable = true
|
||
|
default_tgs_enctypes = des3-hmac-sha1
|
||
|
default_tkt_enctypes = des3-hmac-sha1
|
||
|
permitted_enctypes = des3-hmac-sha1
|
||
|
|
||
|
[realms]
|
||
|
TEST.CLICKHOUSE.TECH = {
|
||
|
kdc = hdfs_kerberos
|
||
|
admin_server = hdfs_kerberos
|
||
|
}
|
||
|
|
||
|
[domain_realm]
|
||
|
.TEST.CLICKHOUSE.TECH = TEST.CLICKHOUSE.TECH
|
||
|
TEST.CLICKHOUSE.TECH = TEST.CLICKHOUSE.TECH
|