mirror of https://github.com/apache/archiva.git
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:
parent
377cc8e725
commit
c9e4bc3e20
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue