Browse Source

SEC-1599: Corrected docbook source.

Luke Taylor 15 years ago
parent
commit
399e921d14
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/manual/src/docbook/core-services.xml

+ 1 - 1
docs/manual/src/docbook/core-services.xml

@@ -87,7 +87,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