You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2013/01/03 18:14:51 UTC

svn commit: r1428487 - in /archiva/redback/redback-site/trunk/src/site/apt: development/extending-authn.apt integration/ldap.apt

Author: olamy
Date: Thu Jan  3 17:14:51 2013
New Revision: 1428487

URL: http://svn.apache.org/viewvc?rev=1428487&view=rev
Log:
sync doc

Modified:
    archiva/redback/redback-site/trunk/src/site/apt/development/extending-authn.apt
    archiva/redback/redback-site/trunk/src/site/apt/integration/ldap.apt

Modified: archiva/redback/redback-site/trunk/src/site/apt/development/extending-authn.apt
URL: http://svn.apache.org/viewvc/archiva/redback/redback-site/trunk/src/site/apt/development/extending-authn.apt?rev=1428487&r1=1428486&r2=1428487&view=diff
==============================================================================
--- archiva/redback/redback-site/trunk/src/site/apt/development/extending-authn.apt (original)
+++ archiva/redback/redback-site/trunk/src/site/apt/development/extending-authn.apt Thu Jan  3 17:14:51 2013
@@ -47,7 +47,7 @@ Extending Redback Authentication
 
   * utility and wrapper classes can be implemented under <<<redback-common>>>
 
-    * e.g. <<<$redback/redback-common/redback-common-ldap>>> contains the utility class <<<org.apache.archiva.redback.common.ldap.LdapUtils>>>, and the wrapper class <<<org.apache.archiva.redback.common.ldap.LdapUser>>>
+    * e.g. <<<$redback/redback-common/redback-common-ldap>>> contains the utility class <<<org.apache.archiva.redback.common.ldap.LdapUtils>>>, and the wrapper class <<<org.apache.archiva.redback.common.ldap.user.LdapUser>>>
 
     * other essential classes may be placed here as well, such as the <<<org.apache.archiva.redback.common.ldap.connection.LdapConnectionFactory>>>
 

Modified: archiva/redback/redback-site/trunk/src/site/apt/integration/ldap.apt
URL: http://svn.apache.org/viewvc/archiva/redback/redback-site/trunk/src/site/apt/integration/ldap.apt?rev=1428487&r1=1428486&r2=1428487&view=diff
==============================================================================
--- archiva/redback/redback-site/trunk/src/site/apt/integration/ldap.apt (original)
+++ archiva/redback/redback-site/trunk/src/site/apt/integration/ldap.apt Thu Jan  3 17:14:51 2013
@@ -76,7 +76,7 @@ Redback Ldap Integration
 
 +--------------------------------------+
         
-    <bean name="ldapUserMapper" class="org.apache.archiva.redback.common.ldap.LdapUserMapper">
+    <bean name="ldapUserMapper" class="org.apache.archiva.redback.common.ldap.user.LdapUserMapper">
       <property name="emailAttribute" value="email"/>
       <property name="fullNameAttribute" value="givenName"/>
       <property name="passwordAttribute" value="userPassword"/>