summaryrefslogtreecommitdiffstats
path: root/kdc.conf
diff options
context:
space:
mode:
authorcvsdist <cvsdist@fedoraproject.org>2004-09-09 07:08:32 +0000
committercvsdist <cvsdist@fedoraproject.org>2004-09-09 07:08:32 +0000
commitb38aa43e89c4c8a44b41638799c3b6866df6dc08 (patch)
tree5a6863717baba4d13bac073dd3997bf1d8e68ea2 /kdc.conf
parent14193d79b342bbac26e996e68a31797010381a9f (diff)
downloadkrb5-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.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdc.conf b/kdc.conf
index 951b91c..40e204f 100644
--- a/kdc.conf
+++ b/kdc.conf
@@ -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
}