You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2008/05/06 10:46:59 UTC

svn commit: r653711 - /lenya/branches/docu_shibboleth/src/documentation/content/xdocs/docs/1_2_x/components/accesscontrol/shibboleth/setup.xml

Author: andreas
Date: Tue May  6 01:46:58 2008
New Revision: 653711

URL: http://svn.apache.org/viewvc?rev=653711&view=rev
Log:
Updating docu: authenticator is configured in ac.xconf instead of cocoon.xconf.

Modified:
    lenya/branches/docu_shibboleth/src/documentation/content/xdocs/docs/1_2_x/components/accesscontrol/shibboleth/setup.xml

Modified: lenya/branches/docu_shibboleth/src/documentation/content/xdocs/docs/1_2_x/components/accesscontrol/shibboleth/setup.xml
URL: http://svn.apache.org/viewvc/lenya/branches/docu_shibboleth/src/documentation/content/xdocs/docs/1_2_x/components/accesscontrol/shibboleth/setup.xml?rev=653711&r1=653710&r2=653711&view=diff
==============================================================================
--- lenya/branches/docu_shibboleth/src/documentation/content/xdocs/docs/1_2_x/components/accesscontrol/shibboleth/setup.xml (original)
+++ lenya/branches/docu_shibboleth/src/documentation/content/xdocs/docs/1_2_x/components/accesscontrol/shibboleth/setup.xml Tue May  6 01:46:58 2008
@@ -493,25 +493,24 @@
         <title>Configure Lenya</title>
         <ul>
           <li>
-            Edit <code>$LENYA_HOME/src/webapp/WEB-INF/cocoon-xconf.xsl</code>.
+            Edit <code>$PUB_HOME/config/ac/ac.xconf</code>.
+          </li>
+          <li>
+            Declare the <code>shibboleth</code> authenticator instead of the default
+            <code>user</code> authenticator for the publication:
+            <source xml:space="preserve"><![CDATA[<access-controller type="bypassable">
+  ...
+  <authenticator type="shibboleth"/>
+  ...
+</access-controller>]]></source>
           </li>
           <li>
-            Declare the <code>ShibbolethAuthenticator</code> instead of the default
-            <code>UserAuthenticator</code>:
-            <source xml:space="preserve"><![CDATA[<component logger="lenya.ac.authenticator"
-    class="org.apache.lenya.ac.shibboleth.ShibbolethAuthenticator"
-    role="org.apache.lenya.ac.Authenticator"/>
-<!--
-<component logger="lenya.ac.authenticator"
-    class="org.apache.lenya.ac.impl.UserAuthenticator"
-    role="org.apache.lenya.ac.Authenticator"/>
--->    
-]]></source>
+            Edit <code>$LENYA_HOME/src/webapp/WEB-INF/cocoon-xconf.xsl</code>.
           </li>
           <li>
             <p>
-          The next section of interest is the declaration of the
-            <code>org.apache.shibboleth.ShibbolethModule</code> with the following elements:
+              The section of interest is the declaration of the
+              <code>org.apache.shibboleth.ShibbolethModule</code> with the following elements:
             </p>
         <dl>
           <dt>ProviderId</dt>



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