You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2013/01/28 16:00:23 UTC

svn commit: r1439437 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/windows-auth-howto.xml

Author: markt
Date: Mon Jan 28 15:00:22 2013
New Revision: 1439437

URL: http://svn.apache.org/viewvc?rev=1439437&view=rev
Log:
Add Jespa
Use no-follow as suggested by kkolinko

Modified:
    tomcat/tc7.0.x/trunk/   (props changed)
    tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
    tomcat/tc7.0.x/trunk/webapps/docs/windows-auth-howto.xml

Propchange: tomcat/tc7.0.x/trunk/
------------------------------------------------------------------------------
  Merged /tomcat/trunk:r1439334,1439434

Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1439437&r1=1439436&r2=1439437&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Mon Jan 28 15:00:22 2013
@@ -138,6 +138,11 @@
         <bug>54461</bug>: Improve the documentation for the compiler attribute
         in the Jasper how-to. (markt)
       </fix>
+      <add>
+        Add Jespa to the list of third-party Windows authentication providers
+        and make external links in the documentation for those providers
+        <code>no-follow</code>. (markt)
+      </add>
     </changelog>
   </subsection>
   <subsection name="Other">

Modified: tomcat/tc7.0.x/trunk/webapps/docs/windows-auth-howto.xml
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/windows-auth-howto.xml?rev=1439437&r1=1439436&r2=1439437&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/windows-auth-howto.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/windows-auth-howto.xml Mon Jan 28 15:00:22 2013
@@ -51,8 +51,9 @@ sections.</p>
 </section>
 
 <section name="Built-in Tomcat support">
-<p><strong>This is a work in progress. There are a number of outstanding
-questions that require further testing.</strong> These include:
+<p><strong>This documentation is a work in progress. There are a number of
+outstanding questions around the edge cases that require further
+testing.</strong> These include:
 </p>
 <ul>
 <li>Does the domain name have to be in upper case?</li>
@@ -219,7 +220,8 @@ com.sun.security.jgss.krb5.accept {
 
   <subsection name="Waffle">
   <p>Full details of this solution can be found through the
-  <a href="http://waffle.codeplex.com/">Waffle site</a>. The key features are:</p>
+  <a href="http://waffle.codeplex.com/"  rel="nofollow">Waffle web site</a>. The
+  key features are:</p>
   <ul>
   <li>Drop-in solution</li>
   <li>Simple configuration (no JAAS or Kerberos keytab configuration required)
@@ -230,8 +232,8 @@ com.sun.security.jgss.krb5.accept {
 
   <subsection name="Spring Security - Kerberos Extension">
   <p>Full details of this solution can be found through the
-  <a href="http://static.springsource.org/spring-security/site/extensions/krb/index.html">
-  Kerberos extension site</a>. The key features are:</p>
+  <a href="http://static.springsource.org/spring-security/site/extensions/krb/index.html"
+  rel="nofollow"> Kerberos extension web site</a>. The key features are:</p>
   <ul>
   <li>Extension to Spring Security</li>
   <li>Requires a Kerberos keytab file to be generated</li>
@@ -241,13 +243,23 @@ com.sun.security.jgss.krb5.accept {
 
   <subsection name="SPNEGO project at SourceForge">
   <p>Full details of this solution can be found through the
-  <a href="http://spnego.sourceforge.net/index.html/">project site</a>. The key
-  features are:</p>
+  <a href="http://spnego.sourceforge.net/index.html/"  rel="nofollow">project
+  site</a>. The key features are:</p>
   <ul>
   <li>Uses Kerberos</li>
   <li>Pure Java solution</li>
   </ul>
   </subsection>
+
+  <subsection name="Jespa">
+  <p>Full details of this solution can be found through the
+  <a href="http://www.ioplex.com/" rel="nofollow">project web site</a>The key
+  features are:</p>
+  <ul>
+  <li>Pure Java solution</li>
+  <li>Advanced Active Directory integration</li>
+  </ul>
+  </subsection>
 </section>
 
 <section name="Reverse proxies">
@@ -270,12 +282,12 @@ com.sun.security.jgss.krb5.accept {
   <p>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:</p>
   <ol>
-  <li><a href="http://sourceforge.net/projects/mod-auth-sspi/">mod_auth_sspi</a>
-  for use on Windows platforms.</li>
-  <li><a href="http://adldap.sourceforge.net/wiki/doku.php?id=mod_auth_ntlm_winbind">
-  mod_auth_ntlm_winbind</a> for non-Windows platforms. Known to work with httpd
-  2.0.x on 32-bit platforms. Some users have reported stability issues with both
-  httpd 2.2.x builds and 64-bit Linux builds.</li>
+  <li><a href="http://sourceforge.net/projects/mod-auth-sspi/"
+  rel="nofollow">mod_auth_sspi</a> for use on Windows platforms.</li>
+  <li><a href="http://adldap.sourceforge.net/wiki/doku.php?id=mod_auth_ntlm_winbind"
+  rel="nofollow">mod_auth_ntlm_winbind</a> for non-Windows platforms. Known to
+  work with httpd 2.0.x on 32-bit platforms. Some users have reported stability
+  issues with both httpd 2.2.x builds and 64-bit Linux builds.</li>
   </ol>
   <p>There are three steps to configuring httpd to provide Windows
   authentication. They are:</p>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org