summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1995-05-05 19:47:16 +0000
committerTheodore Tso <tytso@mit.edu>1995-05-05 19:47:16 +0000
commitb0aed8ca3e7f44c7ad47b5360dbd1be8424f9531 (patch)
tree9921085f2cc903e227b0f3ec78669d49d98a979c /src/include
parented151ecc061089ccbbd38a2ab17c49182742f7f2 (diff)
downloadkrb5-b0aed8ca3e7f44c7ad47b5360dbd1be8424f9531.tar.gz
krb5-b0aed8ca3e7f44c7ad47b5360dbd1be8424f9531.tar.xz
krb5-b0aed8ca3e7f44c7ad47b5360dbd1be8424f9531.zip
Back out change. Turns out it's not really necessary (the master key
encryption type isn't relevant to the on-the-wire protocol), and it turns up problems in tests/verify, and possibly elsewhere. Sigh. We'll fix this later.... git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5752 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/stock/ChangeLog5
-rw-r--r--src/include/krb5/stock/osconf.h2
2 files changed, 1 insertions, 6 deletions
diff --git a/src/include/krb5/stock/ChangeLog b/src/include/krb5/stock/ChangeLog
index 1be9c5b77..48232228e 100644
--- a/src/include/krb5/stock/ChangeLog
+++ b/src/include/krb5/stock/ChangeLog
@@ -1,8 +1,3 @@
-Fri May 5 14:06:20 1995 Theodore Y. Ts'o (tytso@dcl)
-
- * osconf.h: Change default KDC etype to be DES_CBC_MD5, to be
- conformant with RFC-1510.
-
Fri Apr 21 21:00:40 1995 Theodore Y. Ts'o (tytso@dcl)
* osconf.h: Add #define's for DEFAULT_PROFILE_FILENAME.
diff --git a/src/include/krb5/stock/osconf.h b/src/include/krb5/stock/osconf.h
index 4aa009c7e..2efebf417 100644
--- a/src/include/krb5/stock/osconf.h
+++ b/src/include/krb5/stock/osconf.h
@@ -63,7 +63,7 @@
#define DEFAULT_KDB_FILE "@KDB5DIR/principal"
#define DEFAULT_ADMIN_ACL "@KDB5DIR/admin_acl_file"
-#define DEFAULT_KDC_ETYPE ETYPE_DES_CBC_MD5
+#define DEFAULT_KDC_ETYPE ETYPE_DES_CBC_CRC
#define DEFAULT_KDC_KEYTYPE KEYTYPE_DES
#define KDCRCACHE "dfl:krb5kdc_rcache"