Configuring other Authentication Providers
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 LDAP chapter, so we won't cover it here. If you have a
custom implementation of Spring Security's UserDetailsService, called "myUserDetailsService" in your
application context, then you can authenticate against this using