move to package o.a.a.r redback module redback-common-ldap

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1310872 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-04-07 21:22:44 +00:00
parent c2266bcad9
commit 544f6cffc3
2 changed files with 4 additions and 4 deletions

View File

@ -212,7 +212,7 @@
-->
<!--
<bean name="ldapConnectionFactory" class="org.codehaus.plexus.redback.common.ldap.connection.ConfigurableLdapConnectionFactory">
<bean name="ldapConnectionFactory" class="org.apache.archiva.redback.common.ldap.connection.ConfigurableLdapConnectionFactory">
<property name="userConf" ref="userConfiguration"/>
</bean>
-->
@ -242,7 +242,7 @@
-->
<!--
<bean name="ldapUserMapper" class="org.codehaus.plexus.redback.common.ldap.LdapUserMapper">
<bean name="ldapUserMapper" class="org.apache.archiva.redback.common.ldap.LdapUserMapper">
<property name="emailAttribute" value="email"/>
<property name="fullNameAttribute" value="givenName"/>
<property name="passwordAttribute" value="userPassword"/>

View File

@ -233,7 +233,7 @@
-->
<!--
<bean name="ldapConnectionFactory" class="org.codehaus.plexus.redback.common.ldap.connection.ConfigurableLdapConnectionFactory">
<bean name="ldapConnectionFactory" class="org.apache.archiva.redback.common.ldap.connection.ConfigurableLdapConnectionFactory">
<property name="userConf" ref="userConfiguration"/>
</bean>
-->
@ -263,7 +263,7 @@
-->
<!--
<bean name="ldapUserMapper" class="org.codehaus.plexus.redback.common.ldap.LdapUserMapper">
<bean name="ldapUserMapper" class="org.apache.archiva.redback.common.ldap.LdapUserMapper">
<property name="emailAttribute" value="email"/>
<property name="fullNameAttribute" value="givenName"/>
<property name="passwordAttribute" value="userPassword"/>