mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-28 23:02:15 +00:00
Added ldap-server xml:id
This commit is contained in:
parent
e5d2578aec
commit
566f656eba
@ -56,7 +56,7 @@
|
|||||||
which should be available in your XML editor).
|
which should be available in your XML editor).
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
<section>
|
<section xml:id="ldap-server">
|
||||||
<info>
|
<info>
|
||||||
<title>Configuring an LDAP Server</title>
|
<title>Configuring an LDAP Server</title>
|
||||||
</info>
|
</info>
|
||||||
@ -391,7 +391,7 @@
|
|||||||
<constructor-arg index="2" ref="contextSource" />
|
<constructor-arg index="2" ref="contextSource" />
|
||||||
</bean> ]]>
|
</bean> ]]>
|
||||||
</programlisting>
|
</programlisting>
|
||||||
and use it by setting the authenticator's
|
and use it by setting the <classname>BindAuthenticator</classname> bean's
|
||||||
<property>userSearch</property>
|
<property>userSearch</property>
|
||||||
property. The authenticator would then call the search object to obtain the correct
|
property. The authenticator would then call the search object to obtain the correct
|
||||||
user's DN before attempting to bind as this user.</para>
|
user's DN before attempting to bind as this user.</para>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user