Windows 2000-Based Clients Cannot Use GSSAPI to Delegate to Kerberos Servers (274062)
The information in this article applies to:
- Microsoft Windows 2000 Server
- Microsoft Windows 2000 Advanced Server
- Microsoft Windows 2000 Professional
This article was previously published under Q274062 SYMPTOMS
When you use Kerberos delegation and the program that is requesting the delegation uses Generic Security Services Application Programming Interface (GSSAPI) instead of Microsoft Security Support Provider Interface (SSPI) to request the session ticket, the GSSAPI delegate does not work.
CAUSE
This problem can occur because there is a size computation problem in the Windows 2000 code which causes GSSAPI interoperability to be broken for MIT clients. Therefore, if a Kerberos delegation is made to an MIT Kerberos server, the delegation does not work.
RESOLUTIONTo resolve this problem, obtain the latest service pack for Windows 2000. For additional information, click the following article number to view the article in the
Microsoft Knowledge Base:
260910 How to Obtain the Latest Windows 2000 Service Pack
WORKAROUND
To work around this problem, apply the following patch to the MIT Kerberos source distribution:
*** accept_sec_context.c.orig Thu Aug 31 12:27:45 2000
--- accept_sec_context.c Thu Aug 31 12:28:21 2000
***************
*** 502,508 ****
i = authdat->checksum->length - 24;
! while(i>0) {
TREAD_INT16(ptr, option_id, bigend);
--- 515,521 ----
i = authdat->checksum->length - 24;
! while(i>4/*0*/) { /* Win2000 bug */
TREAD_INT16(ptr, option_id, bigend);
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article. This problem was first corrected in Windows 2000 Service Pack 2.
Modification Type: | Major | Last Reviewed: | 11/14/2003 |
---|
Keywords: | kbbug kbfix kbWin2000PreSP2Fix KB274062 |
---|
|