mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-03 20:09:18 +00:00
SEC-653: Added link to LDAP chapter
This commit is contained in:
parent
538e295c91
commit
6ae7ef0586
@ -251,7 +251,8 @@
|
||||
<title>Configuring other Authentication Providers</title>
|
||||
<para>
|
||||
In practice you will need a more scalable source of user information than a few names added to the context file.
|
||||
Most likely you will want to store your user information in something like a database or an LDAP server. If you have a
|
||||
Most likely you will want to store your user information in something like a database or an LDAP server. LDAP namespace
|
||||
configuration is dealt with in the <link xlink:href="#lpap">LDAP chapter</link>, so we won't cover it here. If you have a
|
||||
custom implementation of Spring Security's <classname>UserDetailsService</classname>, called "myUserDetailsService" in your
|
||||
application context, then you can authenticate against this using
|
||||
<programlisting><![CDATA[
|
||||
|
Loading…
x
Reference in New Issue
Block a user