소스 검색

Added link to db schema appendix when discussing jdbc provider

Luke Taylor 17 년 전
부모
커밋
7f35f56f40
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/docbkx/namespace-config.xml

+ 2 - 1
src/docbkx/namespace-config.xml

@@ -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[