- change the default configured encryption type for KDC databases to the

compiled-in default of des3-hmac-sha1 (#57847)
This commit is contained in:
Nalin Dahyabhai 2005-08-31 19:37:54 +00:00
parent f5b93c728e
commit 1fcd49e050
2 changed files with 5 additions and 1 deletions

View File

@ -6,6 +6,6 @@
[realms]
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
}

View File

@ -130,6 +130,10 @@ network uses Kerberos, this package should be installed on every
workstation.
%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
- update to 1.4.2, incorporating the fixes for MIT-KRB5-SA-2005-002 and
MIT-KRB5-SA-2005-003