svn rev #23828: branches/krb5-1-8/src/include/krb5/

tlyu@MIT.EDU tlyu at MIT.EDU
Mon Mar 22 21:58:29 EDT 2010


http://src.mit.edu/fisheye/changelog/krb5/?cs=23828
Commit By: tlyu
Log Message:
ticket: 6687
version_fixed: 1.8.1

pull up r23821 from trunk

 ------------------------------------------------------------------------
 r23821 | ghudson | 2010-03-19 20:50:06 -0700 (Fri, 19 Mar 2010) | 17 lines

 ticket: 6687
 subject: Change KRB5_AUTHDATA_SIGNTICKET from 142 to 512
 target_version: 1.8.1
 tags: pullup

 KRB5_AUTHDATA_SIGNTICKET, originally a Heimdal authorization data
 type, was used to implement PAC-less constrained delegation in krb5
 1.8.  Unfortunately, it was found that Microsoft was using 142 for
 other purposes, which could result in a ticket issued by an MIT or
 Heimdal KDC being rejected by a Windows Server 2008 R2 application
 server.  Because KRB5_AUTHDATA_SIGNTICKET is only used to communicate
 among a realm's KDCs, it is relatively easy to change the number, so
 MIT and Heimdal are both migrating to a new number.  This change will
 cause a transitional interoperability issue when a realm mixes MIT
 krb5 1.8 (or Heimdal 1.3.1) KDCs with MIT krb5 1.8.1 (or Heimdal
 1.3.2) KDCs, but only for constrained delegation evidence tickets.


Changed Files:
U   branches/krb5-1-8/src/include/krb5/krb5.hin
Modified: branches/krb5-1-8/src/include/krb5/krb5.hin
===================================================================
--- branches/krb5-1-8/src/include/krb5/krb5.hin	2010-03-23 01:58:22 UTC (rev 23827)
+++ branches/krb5-1-8/src/include/krb5/krb5.hin	2010-03-23 01:58:29 UTC (rev 23828)
@@ -1066,7 +1066,7 @@
 #define KRB5_AUTHDATA_SESAME    65
 #define KRB5_AUTHDATA_WIN2K_PAC 128
 #define KRB5_AUTHDATA_ETYPE_NEGOTIATION 129     /* RFC 4537 */
-#define KRB5_AUTHDATA_SIGNTICKET        142
+#define KRB5_AUTHDATA_SIGNTICKET        512     /* formerly 142 in krb5 1.8 */
 #define KRB5_AUTHDATA_FX_ARMOR 71
 /* password change constants */
 




More information about the cvs-krb5 mailing list