sync doc
diff --git a/src/site/apt/development/extending-authn.apt b/src/site/apt/development/extending-authn.apt
index a0786dd..3dcd3c3 100644
--- a/src/site/apt/development/extending-authn.apt
+++ b/src/site/apt/development/extending-authn.apt
@@ -47,7 +47,7 @@
 
   * 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>>>
 
diff --git a/src/site/apt/integration/ldap.apt b/src/site/apt/integration/ldap.apt
index 85cef2d..2b793ec 100644
--- a/src/site/apt/integration/ldap.apt
+++ b/src/site/apt/integration/ldap.apt
@@ -76,7 +76,7 @@
 
 +--------------------------------------+
         
-    <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"/>