now user.manager.impl=ldap is not needed anymore

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1413073 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-11-23 21:34:13 +00:00
parent 377cc8e725
commit c9e4bc3e20
1 changed files with 5 additions and 7 deletions

View File

@ -138,6 +138,10 @@
<alias name="userManager#archiva" alias="userManager#configurable"/>
<bean name="ldapConnectionFactory" class="org.apache.archiva.redback.common.ldap.connection.ConfigurableLdapConnectionFactory">
<property name="userConf" ref="userConfiguration"/>
</bean>
<!-- <component>
<role>org.apache.archiva.webdav.util.MimeTypes</role>
<implementation>org.apache.archiva.webdav.util.MimeTypes</implementation>
@ -153,7 +157,7 @@
Ldap Authentication can be enabled by setting enabling these components and setting the following configuration options in your security.properties file
============================================================
user.manager.impl=ldap
ldap.bind.authenticator.enabled=true
redback.default.admin=admin
security.policy.password.expiration.enabled=false
@ -185,12 +189,6 @@
-->
<bean name="ldapConnectionFactory" class="org.apache.archiva.redback.common.ldap.connection.ConfigurableLdapConnectionFactory">
<property name="userConf" ref="userConfiguration"/>
</bean>
<!--
this component manages the mapping of attributes in ldap to user information in redback. To configure the mapping, you can add the following properties in your security.properties