SEC-292: Corrected ldap package names
This commit is contained in:
parent
2c1ba76027
commit
55f7960e5c
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue