* cc_mslsa.c: When obtaining a TGT from the MSLSA, do not ignore the
cache when the requested enctype is the NULL enctype. This means to
accept any enctype.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16554
dc483132-0cff-0310-8789-
dd5450dbe970
+2004-07-07 Jeffrey Altman <jaltman@mit.edu>
+
+ * cc_mslsa.c: When obtaining a TGT from MSLSA, do not ignore
+ the cache if the requested enctype is the NULL enctype.
+
2004-06-30 Ken Raeburn <raeburn@mit.edu>
* cc_file.c (krb5_fcc_data): Added a mutex.
#else
/* Check Supported Enctypes */
if ( !enforce_tgs_enctypes ||
+ pTicketResponse->Ticket.SessionKey.KeyType == KERB_ETYPE_NULL ||
krb5_is_permitted_tgs_enctype(context, NULL, pTicketResponse->Ticket.SessionKey.KeyType) ) {
FILETIME Now, MinLife, EndTime, LocalEndTime;
__int64 temp;