- change the default configured encryption type for KDC databases to the
compiled-in default of des3-hmac-sha1 (#57847)
This commit is contained in:
parent
f5b93c728e
commit
1fcd49e050
2
kdc.conf
2
kdc.conf
@ -6,6 +6,6 @@
|
|||||||
|
|
||||||
[realms]
|
[realms]
|
||||||
EXAMPLE.COM = {
|
EXAMPLE.COM = {
|
||||||
master_key_type = des-cbc-crc
|
#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
|
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
|
||||||
}
|
}
|
||||||
|
@ -130,6 +130,10 @@ network uses Kerberos, this package should be installed on every
|
|||||||
workstation.
|
workstation.
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 31 2005 Nalin Dahyabhai <nalin@redhat.com> 1.4.2-2
|
||||||
|
- change the default configured encryption type for KDC databases to the
|
||||||
|
compiled-in default of des3-hmac-sha1 (#57847)
|
||||||
|
|
||||||
* Thu Aug 11 2005 Nalin Dahyabhai <nalin@redhat.com> 1.4.2-1
|
* Thu Aug 11 2005 Nalin Dahyabhai <nalin@redhat.com> 1.4.2-1
|
||||||
- update to 1.4.2, incorporating the fixes for MIT-KRB5-SA-2005-002 and
|
- update to 1.4.2, incorporating the fixes for MIT-KRB5-SA-2005-002 and
|
||||||
MIT-KRB5-SA-2005-003
|
MIT-KRB5-SA-2005-003
|
||||||
|
Loading…
Reference in New Issue
Block a user