diff options
author | cvsdist <cvsdist@fedoraproject.org> | 2004-09-09 07:08:32 +0000 |
---|---|---|
committer | cvsdist <cvsdist@fedoraproject.org> | 2004-09-09 07:08:32 +0000 |
commit | b38aa43e89c4c8a44b41638799c3b6866df6dc08 (patch) | |
tree | 5a6863717baba4d13bac073dd3997bf1d8e68ea2 /kdc.conf | |
parent | 14193d79b342bbac26e996e68a31797010381a9f (diff) | |
download | krb5-b38aa43e89c4c8a44b41638799c3b6866df6dc08.tar.gz krb5-b38aa43e89c4c8a44b41638799c3b6866df6dc08.tar.xz krb5-b38aa43e89c4c8a44b41638799c3b6866df6dc08.zip |
auto-import changelog data from krb5-1.2.2-15.src.rpmkrb5-1_2_2-15
Wed Oct 23 2002 Nalin Dahyabhai <nalin@redhat.com> 1.2.2-15
- add patch from Tom Yu for exploitable bugs in kadmind4
- remove raw keys from the default kdc.conf
Diffstat (limited to 'kdc.conf')
-rw-r--r-- | kdc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,5 +6,5 @@ [realms] EXAMPLE.COM = { master_key_type = des-cbc-crc - supported_enctypes = des-cbc-crc:normal des3-cbc-raw:normal des3-cbc-sha1:normal des-cbc-crc:v4 des-cbc-crc:afs3 + supported_enctypes = des-cbc-crc:normal des3-cbc-sha1:normal des-cbc-crc:v4 des-cbc-crc:afs3 } |