Merge pull request #16 from iv-m/krb5-drop-single-des

roles/kerberos5: Drop single-DES enctypes
This commit is contained in:
Evgeny Sinelnikov 2020-02-16 13:25:41 +04:00 committed by GitHub
commit 4ddaabf402
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
acl_file = {{ kdc_var_path }}/kadm5.acl
dict_file = /usr/share/dict/words
admin_keytab = {{ kdc_var_path }}/kadm5.keytab
supported_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
supported_enctypes = aes256-cts:normal aes128-cts:normal des3-hmac-sha1:normal arcfour-hmac:normal camellia256-cts:normal camellia128-cts:normal
}
[logging]