From: markt
Date: Tue, 29 Mar 2011 22:09:00 +0000 (+0000)
Subject: Update changelog for SPNEGO. Add note to docs about major todo areas.
X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=12433ddb79b625e233357a310494f8cd6f487b82;p=tomcat7.0
Update changelog for SPNEGO. Add note to docs about major todo areas.
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1086780 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 62a3a4cf2..3a80e32b8 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -94,6 +94,11 @@
Don't register Contexts that fail to start with the Mapper. (markt)
+
+ 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)
+
diff --git a/webapps/docs/windows-auth-howto.xml b/webapps/docs/windows-auth-howto.xml
index b2728a86e..df3d06867 100644
--- a/webapps/docs/windows-auth-howto.xml
+++ b/webapps/docs/windows-auth-howto.xml
@@ -53,7 +53,8 @@ sections.
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.
+resolved. In particular, onwards delegation is not yet supported and
+roles are not retrieved from the domain controller.
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