Module Name: krb5 Committed By: jaltman Date: Tue Oct 21 22:20:49 UTC 2003 Modified Files: krb5/src/windows/ms2mit/ChangeLog krb5/src/windows/ms2mit/ms2mit.c Added Files: Removed Files: Log Message ticket: 1962 target_version: 1.3.2 tags: pullup owner: jaltman@mit.edu status: resolved Because of the failure of Windows 2000 and Windows XP to perform proper ticket expiration time management, the MS Kerberos LSA will return tickets to a calling application with lifetimes as short as one second. Tickets with lifetimes less than five minutes can cause problems for most apps. Tickets with lifetimes less than 20 minutes will trigger the Leash ticket lifetime warnings. Instead of accepting whatever tickets are returned by MS LSA from the cache, if the ticket lifetime is less than 20 minutes force a retrieval operation bypassing the LSA ticket cache. To generate a diff of this commit: cvs diff -r1.5 -r1.6 krb5/src/windows/ms2mit/ChangeLog cvs diff -r1.4 -r1.5 krb5/src/windows/ms2mit/ms2mit.c