You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2005/05/08 22:57:44 UTC

svn commit: r169161 - /lenya/docu/src/documentation/content/xdocs/1_2_x/components/accesscontrol/authenticators.xml

Author: gregor
Date: Sun May  8 13:57:43 2005
New Revision: 169161

URL: http://svn.apache.org/viewcvs?rev=169161&view=rev
Log:
Added anonymous authenticator (useful for client certs) based on work by Mike Moretti. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=34253

Modified:
    lenya/docu/src/documentation/content/xdocs/1_2_x/components/accesscontrol/authenticators.xml

Modified: lenya/docu/src/documentation/content/xdocs/1_2_x/components/accesscontrol/authenticators.xml
URL: http://svn.apache.org/viewcvs/lenya/docu/src/documentation/content/xdocs/1_2_x/components/accesscontrol/authenticators.xml?rev=169161&r1=169160&r2=169161&view=diff
==============================================================================
--- lenya/docu/src/documentation/content/xdocs/1_2_x/components/accesscontrol/authenticators.xml (original)
+++ lenya/docu/src/documentation/content/xdocs/1_2_x/components/accesscontrol/authenticators.xml Sun May  8 13:57:43 2005
@@ -22,9 +22,6 @@
 <document>
 	<header>
 		<title>Authenticators</title>
-		
-		
-		
 	</header>
 
   <body>
@@ -46,7 +43,7 @@
 </section>
 
 	<section>
-		<title>The UserAuthenticator</title>
+		<title>The user authenticator</title>
 		<p>The <em>UserAuthenticator</em> uses the request parameters</p>
 		<ul>
 			<li><code>username</code> and</li>
@@ -67,5 +64,15 @@
 		
 	</section>
 
+	<section>
+		<title>The anonymous authenticator</title>
+		<p>The <em>AnonymousAuthenticator</em> authenticates the request against the credentials of the user called 'anonymous' 
+     (which you have to create, and assign the desired permissions). This is useful in conjunction with client certificates.  It is configured in <code>cocoon.xconf</code>
+		as follows (commented out by default):</p>
+		
+	<source><![CDATA[<component logger="lenya.ac.authenticator"
+    class="org.apache.lenya.ac.impl.AnonymousAuthenticator"
+    role="org.apache.lenya.ac.Authenticator"/>]]></source>
+	</section>
   </body>
 </document>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org