Improve LDAP security DAO
[lgpl/argeo-commons.git] / security / modules / org.argeo.security.dao.ldap / META-INF / spring / ldap.xml
index 2f65ebe826b84d20aa2ab2f241885ea295bef4ea..fdf216444959cc4debf337431a249f3357e3774e 100644 (file)
@@ -53,9 +53,6 @@
                                <value>uid={0},ou=People</value>
                        </list>
                </property>
-               <property name="passwordEncoder">
-                       <bean
-                               class="org.springframework.security.providers.ldap.authenticator.LdapShaPasswordEncoder" />
-               </property>
+               <property name="passwordEncoder" ref="passwordEncoder" />
        </bean>
 </beans>