summaryrefslogtreecommitdiffstats
path: root/kdc.conf
diff options
context:
space:
mode:
authorcvsdist <cvsdist@fedoraproject.org>2004-09-09 07:09:20 +0000
committercvsdist <cvsdist@fedoraproject.org>2004-09-09 07:09:20 +0000
commitff204a4ecb84a8345efe81b8fc741a268fff71cc (patch)
tree119d44ebe7090eac9904e87d028aacfa0155eeed /kdc.conf
parentb38aa43e89c4c8a44b41638799c3b6866df6dc08 (diff)
downloadkrb5-ff204a4ecb84a8345efe81b8fc741a268fff71cc.tar.gz
krb5-ff204a4ecb84a8345efe81b8fc741a268fff71cc.tar.xz
krb5-ff204a4ecb84a8345efe81b8fc741a268fff71cc.zip
auto-import changelog data from krb5-1.2.2-24.src.rpmkrb5-1_2_2-24RHL-7_2-split
Fri Mar 21 2003 Nalin Dahyabhai <nalin@redhat.com> 1.2.2-24 - fix double-free of enc_part2 in krb524d - update to latest patch kit for MITKRB5-SA-2003-004 Thu Mar 20 2003 Nalin Dahyabhai <nalin@redhat.com> 1.2.2-23 - make the default kdc.conf list the same enctypes we use for 1.2.7 Wed Mar 19 2003 Nalin Dahyabhai <nalin@redhat.com> 1.2.2-22 - add patch included in MITKRB5-SA-2003-003 (CAN-2003-0028) Mon Mar 17 2003 Nalin Dahyabhai <nalin@redhat.com> 1.2.2-21 - add patches from patchkit from MITKRB5-SA-2003-004 (CAN-2003-0138 and CAN-2003-0139) Thu Mar 06 2003 Nalin Dahyabhai <nalin@redhat.com> 1.2.2-20 - fix buffer underrun in unparsing certain principals (CAN-2003-0082) Wed Feb 26 2003 Nalin Dahyabhai <nalin@redhat.com> 1.2.2-19 - add patch to fix server-side crashes when principals have no components (CAN-2003-0072) Mon Feb 24 2003 Nalin Dahyabhai <nalin@redhat.com> 1.2.2-18 - add patch from Matt Crawford for encoding transited realms properly Wed Feb 05 2003 Nalin Dahyabhai <nalin@redhat.com> 1.2.2-17 - sync compiler flags for configure and make with other versions Tue Feb 04 2003 Nalin Dahyabhai <nalin@redhat.com> - add patch to document the reject-bad-transited option in kdc.conf - add backported symbol namespacing fix from 1.2.3 to clear up clashes with glib - add backported fix for hangs in kadmin client when principal contains an escaped @ symbol Thu Jan 30 2003 Nalin Dahyabhai <nalin@redhat.com> - add candidate backports for CAN-2002-0036, CAN-2002-058, CAN-2002-059 (CAN-2002-060 was fixed in 1.1.1-7 or so) Thu Jan 23 2003 Nalin Dahyabhai <nalin@redhat.com> 1.2.2-16 - add patch from Mark Cox for exploitable bugs in ftp client - add patch to avoid buffer read overruns when configuring via DNS - add patch to properly include <errno.h>
Diffstat (limited to 'kdc.conf')
-rw-r--r--kdc.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/kdc.conf b/kdc.conf
index 40e204f..e55ee00 100644
--- a/kdc.conf
+++ b/kdc.conf
@@ -2,9 +2,10 @@
acl_file = /var/kerberos/krb5kdc/kadm5.acl
dict_file = /usr/share/dict/words
admin_keytab = /var/kerberos/krb5kdc/kadm5.keytab
+ v4_mode = nopreauth
[realms]
EXAMPLE.COM = {
master_key_type = des-cbc-crc
- supported_enctypes = des-cbc-crc:normal des3-cbc-sha1:normal des-cbc-crc:v4 des-cbc-crc:afs3
+ supported_enctypes = des3-cbc-sha1:normal des3-cbc-sha1:norealm des3-cbc-sha1:onlyrealm des-cbc-crc:v4 des-cbc-crc:afs3 des-cbc-crc:normal des-cbc-crc:norealm des-cbc-crc:onlyrealm des-cbc-md4:v4 des-cbc-md4:afs3 des-cbc-md4:normal des-cbc-md4:norealm des-cbc-md4:onlyrealm des-cbc-md5:v4 des-cbc-md5:afs3 des-cbc-md5:normal des-cbc-md5:norealm des-cbc-md5:onlyrealm des-cbc-sha1:v4 des-cbc-sha1:afs3 des-cbc-sha1:normal des-cbc-sha1:norealm des-cbc-sha1:onlyrealm
}