diff --git a/doc/docbook/acegi.xml b/doc/docbook/acegi.xml index 1990a2f66f..2d43a30cef 100644 --- a/doc/docbook/acegi.xml +++ b/doc/docbook/acegi.xml @@ -3140,14 +3140,14 @@ key: A private key to prevent modification of the remember-me token A typical configuration, using some of the beans we've discussed above, might look like this: <bean id="initialDirContextFactory" - class="org.acegisecurity.providers.ldap.DefaultInitialDirContextFactory"> + class="org.acegisecurity.ldap.DefaultInitialDirContextFactory"> <constructor-arg value="ldap://monkeymachine:389/dc=acegisecurity,dc=org"/> <property name="managerDn"><value>cn=manager,dc=acegisecurity,dc=org</value></property> <property name="managerPassword"><value>password</value></property> </bean> <bean id="userSearch" - class="org.acegisecurity.providers.ldap.search.FilterBasedLdapUserSearch"> + class="org.acegisecurity.ldap.search.FilterBasedLdapUserSearch"> <constructor-arg index="0"> <value></value> </constructor-arg>