Update changelog for SPNEGO. Add note to docs about major todo areas.
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 29 Mar 2011 22:09:00 +0000 (22:09 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 29 Mar 2011 22:09:00 +0000 (22:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1086780 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/changelog.xml
webapps/docs/windows-auth-howto.xml

index 62a3a4c..3a80e32 100644 (file)
       <fix>
         Don&apos;t register Contexts that fail to start with the Mapper. (markt)
       </fix>
+      <add>
+        Add initial support for SPNEGO/Kerberos authentication also referred to
+        as integrated Windows authentication. This is a work in progress. See
+        the documentation for details. (markt)
+      </add>
     </changelog>
   </subsection>
   <subsection name="Coyote">
index b2728a8..df3d068 100644 (file)
@@ -53,7 +53,8 @@ sections.</p>
 <section name="Built-in Tomcat support">
 <p><strong>This is a work in progress. This warning should be removed once the
 various questions and TODOs (see the Javadoc and implementation class) have been
-resolved.</strong></p>
+resolved.</strong> In particular, onwards delegation is not yet supported and
+roles are not retrieved from the domain controller.</p>
 <p>There are four components to the configuration of the built-in Tomcat
 support for Windows authentication. The domain controller, the server hosting
 Tomcat, the web application wishing to use Windows authentication and the client