Author: buildbot
Date: Mon Jul  9 13:47:48 2012
New Revision: 825130

Log:
Production update by buildbot for cxf

Modified:
    websites/production/cxf/content/cache/main.pageCache
    websites/production/cxf/content/fediz-idp.html

Modified: websites/production/cxf/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/cxf/content/fediz-idp.html
==============================================================================
--- websites/production/cxf/content/fediz-idp.html (original)
+++ websites/production/cxf/content/fediz-idp.html Mon Jul  9 13:47:48 2012
@@ -337,7 +337,7 @@ export JAVA_OPTS
 
 <p>When a STS client (IDP) requests a claim, the ClaimsManager in the STS 
checks every registered ClaimsHandler who can provide the data of the requested 
claim.  The CXF STS provides 
<tt>org.apache.cxf.sts.claims.LdapClaimsHandler</tt> which is a claims handler 
implementation to get claims from user attributes in a LDAP directory.</p>
 
-<p>You configure which claim URI maps to which LDAP user attribute. The 
implementation uses the Spring Ldap Module (LdapTemplate).</p>
+<p>You configure which claim URI maps to which LDAP user attribute. The 
implementation uses the Spring Ldap Module (LdapTemplate). </p>
 
 <p>The following example illustrate the changes to be made in 
<tt>webapps/fediz-idp-sts/WEB-INF/cxf-transport.xml</tt>:</p>
 
@@ -384,6 +384,14 @@ value=<span class="code-quote">"c"</span
 </pre>
 </div></div>
 
+<p>You must deploy the library for the spring ldap module and its 
dependencies. The POM of the spring ldap module is available <a shape="rect" 
class="external-link" 
href="http://repo1.maven.org/maven2/org/springframework/ldap/spring-ldap/1.2/spring-ldap-1.2.pom";
 rel="nofollow">here</a>.</p>
+
+<p>You can add the dependency to spring ldap module to the Fediz STS POM, add 
the above configuration and rebuild the STS component or do the configuration 
in the deployed STS directly and add the following JAR files:</p>
+
+<ul><li>lang-2.1.0.jar</li><li>ldapbp-1.0.jar</li><li>spring-ldap-1.2.jar</li></ul>
+
+
+
 <h3><a shape="rect" name="FedizIDP-ConfigureCAcertificates"></a>Configure CA 
certificates</h3>
 
 <p>tbd</p></div>


Reply via email to