mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-27 14:22:47 +00:00
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
|
<para>A typical configuration, using some of the beans we've discussed
|
||||||
above, might look like this: <programlisting>
|
above, might look like this: <programlisting>
|
||||||
<bean id="initialDirContextFactory"
|
<bean id="initialDirContextFactory"
|
||||||
class="org.acegisecurity.providers.ldap.DefaultInitialDirContextFactory">
|
class="org.acegisecurity.ldap.DefaultInitialDirContextFactory">
|
||||||
<constructor-arg value="ldap://monkeymachine:389/dc=acegisecurity,dc=org"/>
|
<constructor-arg value="ldap://monkeymachine:389/dc=acegisecurity,dc=org"/>
|
||||||
<property name="managerDn"><value>cn=manager,dc=acegisecurity,dc=org</value></property>
|
<property name="managerDn"><value>cn=manager,dc=acegisecurity,dc=org</value></property>
|
||||||
<property name="managerPassword"><value>password</value></property>
|
<property name="managerPassword"><value>password</value></property>
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
<bean id="userSearch"
|
<bean id="userSearch"
|
||||||
class="org.acegisecurity.providers.ldap.search.FilterBasedLdapUserSearch">
|
class="org.acegisecurity.ldap.search.FilterBasedLdapUserSearch">
|
||||||
<constructor-arg index="0">
|
<constructor-arg index="0">
|
||||||
<value></value>
|
<value></value>
|
||||||
</constructor-arg>
|
</constructor-arg>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user