Author: markt Date: Tue Mar 29 22:09:00 2011 New Revision: 1086780 URL: http://svn.apache.org/viewvc?rev=1086780&view=rev Log: Update changelog for SPNEGO. Add note to docs about major todo areas.
Modified: tomcat/trunk/webapps/docs/changelog.xml tomcat/trunk/webapps/docs/windows-auth-howto.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1086780&r1=1086779&r2=1086780&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/changelog.xml (original) +++ tomcat/trunk/webapps/docs/changelog.xml Tue Mar 29 22:09:00 2011 @@ -94,6 +94,11 @@ <fix> Don'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"> Modified: tomcat/trunk/webapps/docs/windows-auth-howto.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/windows-auth-howto.xml?rev=1086780&r1=1086779&r2=1086780&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/windows-auth-howto.xml (original) +++ tomcat/trunk/webapps/docs/windows-auth-howto.xml Tue Mar 29 22:09:00 2011 @@ -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 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org