krb5/kdc.conf

13 lines
451 B
Plaintext
Raw Normal View History

2019-09-30 10:54:30 -04:00
[kdcdefaults]
2020-01-10 16:32:54 +08:00
kdc_ports = 88
kdc_tcp_ports = 88
2019-09-30 10:54:30 -04:00
[realms]
2020-01-10 16:32:54 +08:00
EXAMPLE.COM = {
#master_key_type = aes256-cts
acl_file = /var/kerberos/krb5kdc/kadm5.acl
dict_file = /usr/share/dict/words
admin_keytab = /var/kerberos/krb5kdc/kadm5.keytab
2020-05-11 14:21:22 +08:00
permitted_enctypes = aes256-cts:normal aes128-cts:normal des3-hmac-sha1:normal arcfour-hmac:normal camellia256-cts:normal camellia128-cts:normal des-hmac-sha1:normal des-cbc-md5:normal des-cbc-crc:normal
2020-01-10 16:32:54 +08:00
}