1
0
mirror of synced 2026-08-03 00:37:03 +00:00

SEC-1599: Corrected docbook source.

This commit is contained in:
Luke Taylor
2010-10-23 17:35:41 +01:00
parent 091a6d26f1
commit 07b9ded126
+1 -1
View File
@@ -107,7 +107,7 @@
<bean id="daoAuthenticationProvider"
class="org.springframework.security.authentication.dao.DaoAuthenticationProvider">
<property name="userDetailsService" ref="inMemoryDaoImpl"/>
<property name="saltSource" ref bean="saltSource"/>
<property name="saltSource" ref="saltSource"/>
<property name="passwordEncoder" ref="passwordEncoder"/>
</bean>]]></programlisting> The <interfacename>PasswordEncoder</interfacename> and
<interfacename>SaltSource</interfacename> are optional. A