From 7f35f56f408395fb30ce167d6714dae1c1720ccd Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Thu, 16 Oct 2008 05:58:31 +0000 Subject: [PATCH] Added link to db schema appendix when discussing jdbc provider --- src/docbkx/namespace-config.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/docbkx/namespace-config.xml b/src/docbkx/namespace-config.xml index 8a79a4e3cb..847daed693 100644 --- a/src/docbkx/namespace-config.xml +++ b/src/docbkx/namespace-config.xml @@ -327,7 +327,8 @@ ]]> Where "securityDataSource" is the name of a DataSource bean in the application context, - pointing at a database containing the standard Spring Security user data tables. Alternatively, you could configure + pointing at a database containing the standard Spring Security + user data tables. Alternatively, you could configure a Spring Security JdbcDaoImpl bean and point at that using the user-service-ref attribute: