Added link to db schema appendix when discussing jdbc provider

This commit is contained in:
Luke Taylor 2008-10-16 05:58:31 +00:00
parent c947d42146
commit 7f35f56f40

View File

@ -327,7 +327,8 @@
]]>
</programlisting>
Where "securityDataSource" is the name of a <classname>DataSource</classname> 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
<link xlink:href="#db_schema_users_authorities">user data tables</link>. Alternatively, you could configure
a Spring Security <classname>JdbcDaoImpl</classname> bean and point at that using the <literal>user-service-ref</literal>
attribute:
<programlisting><![CDATA[