updated Windows README
authorJeffrey Altman <jaltman@secure-endpoints.com>
Sat, 13 Jan 2007 17:04:44 +0000 (17:04 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Sat, 13 Jan 2007 17:04:44 +0000 (17:04 +0000)
Revise the readme text for Windows.  Remove references
to old beta SDKs.

ticket: new
tags: pullup
component: windows

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19059 dc483132-0cff-0310-8789-dd5450dbe970

src/windows/README

index 96757e92560ba3245c391b36d6ce727c3ca38f87..0276b4350afd3060d72921f18cd181bdde30285a 100644 (file)
@@ -2,7 +2,7 @@
               ----------------------------------------
 
 Kerberos 5 builds on Windows with MSVC++ 6.0, MSVS.NET, and 
-MSVS.NET 2003.  You will need the November 2001 platform SDK or 
+MSVS.NET 2003.  You will need the XP SP2 Platform SDK or 
 later; this SDK is required to define getaddrinfo.  It may or 
 may not build with other compilers or make utilities.
 
@@ -230,21 +230,19 @@ This has the side effect of making them useless to the MIT krb5 library
 when attempting to request additional service tickets.
 
 This new feature has been seen in Windows 2003 Server, Windows 2000 Server SP4,
-and Windows XP SP2 Beta.  We assume that it will be implemented in all future
+and Windows XP SP2.  We assume that it will be implemented in all future
 Microsoft operating systems supporting the Kerberos SSPI.  Microsoft does work
 closely with MIT and has provided a registry key to disable this new feature.
+On server platforms the key is specified as:
 
   HKLM\SYSTEM\CurrentControlSet\Control\Lsa\Kerberos\Parameters
     AllowTGTSessionKey = 0x01 (DWORD)
 
-On Windows XP SP2 Beta 1 the key was specified as 
+On workstation platforms the key is specified as: 
 
   HKLM\SYSTEM\CurrentControlSet\Control\Lsa\Kerberos
     AllowTGTSessionKey = 0x01 (DWORD)
 
-However, we anticipate that this will be changed to match the Server platforms 
-in time for SP2 RC1.
-
 It has been noted that the Microsoft Kerberos LSA does not provide enough 
 information within its KERB_EXTERNAL_TICKET structure to properly construct
 the Client Principal simply by examining a single ticket. From the MSDN
@@ -290,8 +288,7 @@ The GSS API Sample Client provided in this distribution is compatible with the
 gss-server application built on Unix/Linux systems.  This client is not compatible
 with the Platform SDK/Samples/Security/SSPI/GSS/ samples which Microsoft has been
 shipping as of January 2004.  Revised versions of these samples are available upon 
-request to krbdev@mit.edu.  Microsoft is committed to distribute revised samples
-which are compatible with the MIT distributed tools in a future SDK and via MSDN.
+request to krbdev@mit.edu.  
 
 Kerberos 4 Library Support:
 ---------------------------