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 2007/10/01 17:48:04 UTC

svn commit: r580996 - /lenya/branches/branch_1_2_x_shibboleth/src/webapp/WEB-INF/cocoon-xconf.xsl

Author: andreas
Date: Mon Oct  1 08:48:03 2007
New Revision: 580996

URL: http://svn.apache.org/viewvc?rev=580996&view=rev
Log:
Updated xconf file to package changes

Modified:
    lenya/branches/branch_1_2_x_shibboleth/src/webapp/WEB-INF/cocoon-xconf.xsl

Modified: lenya/branches/branch_1_2_x_shibboleth/src/webapp/WEB-INF/cocoon-xconf.xsl
URL: http://svn.apache.org/viewvc/lenya/branches/branch_1_2_x_shibboleth/src/webapp/WEB-INF/cocoon-xconf.xsl?rev=580996&r1=580995&r2=580996&view=diff
==============================================================================
--- lenya/branches/branch_1_2_x_shibboleth/src/webapp/WEB-INF/cocoon-xconf.xsl (original)
+++ lenya/branches/branch_1_2_x_shibboleth/src/webapp/WEB-INF/cocoon-xconf.xsl Mon Oct  1 08:48:03 2007
@@ -300,9 +300,9 @@
     <LanguageParamName>YOUR_PARAM_NAME</LanguageParamName>
   </component>
   
-  <component logger="lenya.ac.shibboleth"
-    role="org.apache.shibboleth.util.AttributeTranslator"
-    class="org.apache.shibboleth.util.impl.AttributeTranslatorImpl">
+  <component logger="lenya.ac.saml"
+    role="org.apache.lenya.ac.saml.AttributeTranslator"
+    class="org.apache.lenya.ac.saml.impl.AttributeTranslatorImpl">
     <!--
       Attributes to translate for easier reading/handling within Lenya.
       Attributes will be available by their translated name (outName) within Lenya.
@@ -394,10 +394,10 @@
     <!-- OriginSite siteName="examplesite" uidAttribute="exampleuid" -->
   </component>
   
-  <component logger="lenya.ac.shibboleth"
-    role="org.apache.shibboleth.util.UserFieldsMapping"
-    class="org.apache.shibboleth.util.impl.UserFieldsMappingImpl">
-    <!-- Shibboleth attributes to Lenya user profile mapping. -->
+  <component logger="lenya.ac.saml"
+    role="org.apache.lenya.ac.saml.UserFieldsMapping"
+    class="org.apache.lenya.ac.saml.impl.UserFieldsMappingImpl">
+    <!-- map user attributes to Lenya user profile -->
     <FirstName>urn:mace:dir:attribute-def:givenName</FirstName>
     <LastName>urn:mace:dir:attribute-def:sn</LastName>
     <EMail>urn:mace:dir:attribute-def:mail</EMail>



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