From: markt
Date: Sat, 26 Mar 2011 16:45:26 +0000 (+0000)
Subject: Add some Windows authentication notes to the docs
X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=c11f552222e2f16676dd09e3b18927570334f125;p=tomcat7.0
Add some Windows authentication notes to the docs
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1085764 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/webapps/docs/project.xml b/webapps/docs/project.xml
index 56ea43669..42ad12b80 100644
--- a/webapps/docs/project.xml
+++ b/webapps/docs/project.xml
@@ -67,6 +67,9 @@
+
+
+
+
+
+
+
+
+
+ Full details of this solution can be found on the
+ Waffle site. The edited highlights
+ are:
+
+ - Drop-in solution
+ - Simple configuration (no JAAS or Kerberos keytab configuration required)
+
+
+
+
+
+
+
+
+
+
+ There are three steps to configuring IIS to provide Windows authentication.
+ They are:
+
+ - Configure IIS as a reverse proxy for Tomcat (see the
+
+ IIS Web Server How-To).
+ - Configure IIS to use Windows authentication
+ - Configure Tomcat to use the authentication user information from IIS by
+ setting the tomcatAuthentication attribute on the
+ AJP connector to
false.
+
+
+
+
+
+ Apache httpd does not support Windows authentication out of the box but
+ there are a number of third-party modules that can be used. These include:
+
+ - mod_auth_sspi
+ for use on Windows platforms
+ - mod_ntlm for non-Windows
+ platforms (NTLM v1 only)
+ -
+ mod_auth_ntlm_winbind for non-Windows platforms (NTLM v2)
+
+ There are three steps to configuring httpd to provide Windows
+ authentication. They are:
+
+ - Configure httpd as a reverse proxy for Tomcat (see the
+
+ Apache httpd Web Server How-To).
+ - Configure httpd to use Windows authentication
+ - Configure Tomcat to use the authentication user information from httpd by
+ setting the tomcatAuthentication attribute on the
+ AJP connector to
false.
+
+
+
+
+
+
+
+