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
|
@ -137,6 +137,10 @@
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
<alias name="userManager#archiva" alias="userManager#configurable"/>
|
<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>
|
<!-- <component>
|
||||||
<role>org.apache.archiva.webdav.util.MimeTypes</role>
|
<role>org.apache.archiva.webdav.util.MimeTypes</role>
|
||||||
|
@ -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
|
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
|
ldap.bind.authenticator.enabled=true
|
||||||
redback.default.admin=admin
|
redback.default.admin=admin
|
||||||
security.policy.password.expiration.enabled=false
|
security.policy.password.expiration.enabled=false
|
||||||
|
@ -184,12 +188,6 @@
|
||||||
this component manages the connection to the ldap server
|
this component manages the connection to the ldap server
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
|
||||||
<bean name="ldapConnectionFactory" class="org.apache.archiva.redback.common.ldap.connection.ConfigurableLdapConnectionFactory">
|
|
||||||
<property name="userConf" ref="userConfiguration"/>
|
|
||||||
</bean>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue