@ -3140,14 +3140,14 @@ key: A private key to prevent modification of the remember-me token
@@ -3140,14 +3140,14 @@ key: A private key to prevent modification of the remember-me token
<para > A typical configuration, using some of the beans we've discussed
above, might look like this: <programlisting >
< 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>