From b0aed8ca3e7f44c7ad47b5360dbd1be8424f9531 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Fri, 5 May 1995 19:47:16 +0000 Subject: [PATCH] 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 --- src/include/krb5/stock/ChangeLog | 5 ----- src/include/krb5/stock/osconf.h | 2 +- 2 files changed, 1 insertion(+), 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" -- 2.26.2