From c2a091ff0b206ee0bf632bd0456f1bfcfcdfa6ae Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Wed, 9 Apr 2008 18:05:20 +0000 Subject: [PATCH] SEC-653: Corrected link to LDAP chapter --- src/docbkx/namespace-config.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docbkx/namespace-config.xml b/src/docbkx/namespace-config.xml index 351b736ffe..38181a42ed 100644 --- a/src/docbkx/namespace-config.xml +++ b/src/docbkx/namespace-config.xml @@ -252,7 +252,7 @@ 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. LDAP namespace - configuration is dealt with in the LDAP chapter, so we won't cover it here. If you have a + 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