Back out change. Turns out it's not really necessary (the master key
authorTheodore Tso <tytso@mit.edu>
Fri, 5 May 1995 19:47:16 +0000 (19:47 +0000)
committerTheodore Tso <tytso@mit.edu>
Fri, 5 May 1995 19:47:16 +0000 (19:47 +0000)
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
src/include/krb5/stock/osconf.h

index 1be9c5b77aa7b5c689bb267d0c2811eb85cb13be..48232228e592128ccbf3952c9e8e6afa10d951d2 100644 (file)
@@ -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.  
index 4aa009c7e38e8bef2301c0a55855ab587b995d60..2efebf417988cb5d0fb60b8e97152d61993b1019 100644 (file)
@@ -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"