Remove 3des from kdc.conf example
This commit is contained in:
parent
1cae0b7e96
commit
6d60b0827f
2
kdc.conf
2
kdc.conf
@ -9,5 +9,5 @@ EXAMPLE.COM = {
|
||||
acl_file = /var/kerberos/krb5kdc/kadm5.acl
|
||||
dict_file = /usr/share/dict/words
|
||||
admin_keytab = /var/kerberos/krb5kdc/kadm5.keytab
|
||||
supported_enctypes = aes256-cts:normal aes128-cts:normal des3-hmac-sha1:normal arcfour-hmac:normal camellia256-cts:normal camellia128-cts:normal
|
||||
supported_enctypes = aes256-cts:normal aes128-cts:normal arcfour-hmac:normal camellia256-cts:normal camellia128-cts:normal
|
||||
}
|
||||
|
@ -18,7 +18,7 @@ Summary: The Kerberos network authentication system
|
||||
Name: krb5
|
||||
Version: 1.17
|
||||
# for prerelease, should be e.g., 0.% {prerelease}.1% { ?dist } (without spaces)
|
||||
Release: 29%{?dist}
|
||||
Release: 30%{?dist}
|
||||
|
||||
# lookaside-cached sources; two downloads and a build artifact
|
||||
Source0: https://web.mit.edu/kerberos/dist/krb5/1.17/krb5-%{version}%{prerelease}.tar.gz
|
||||
@ -716,6 +716,9 @@ exit 0
|
||||
%{_libdir}/libkadm5srv_mit.so.*
|
||||
|
||||
%changelog
|
||||
* Fri Jun 07 2019 Robbie Harwood <rharwood@redhat.com> - 1.17-30
|
||||
- Remove 3des from kdc.conf example
|
||||
|
||||
* Mon Jun 03 2019 Robbie Harwood <rharwood@redhat.com> - 1.17-29
|
||||
- Remove 3DES support
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user