krb5/kdc.conf
Nalin Dahyabhai 1fcd49e050 - change the default configured encryption type for KDC databases to the
compiled-in default of des3-hmac-sha1 (#57847)
2005-08-31 19:37:54 +00:00

12 lines
387 B
Plaintext

[kdcdefaults]
acl_file = /var/kerberos/krb5kdc/kadm5.acl
dict_file = /usr/share/dict/words
admin_keytab = /var/kerberos/krb5kdc/kadm5.keytab
v4_mode = nopreauth
[realms]
EXAMPLE.COM = {
#master_key_type = des3-hmac-sha1
supported_enctypes = des3-hmac-sha1:normal arcfour-hmac:normal des-hmac-sha1:normal des-cbc-md5:normal des-cbc-crc:normal des-cbc-crc:v4 des-cbc-crc:afs3
}