Fixed missing section closing tag

This commit is contained in:
Luke Taylor 2008-08-07 15:21:25 +00:00
parent 42af39a59e
commit 2d0b594a97
1 changed files with 4 additions and 1 deletions

View File

@ -196,7 +196,9 @@
<classname>InMemoryDaoImpl</classname>. A <literal>ProviderManager</literal>
bean is always created by the namespace processing system and the
<classname>DaoAuthenticationProvider</classname>
is automatically registered with it.</para>
is automatically registered with it. You can find more detailed
information on the beans that are created in the <link xlink:href="#appendix-namespace">namespace appendix</link>.
</para>
</sidebar>
<para>
The configuration above defines two users, their passwords and their roles within the application (which will
@ -303,6 +305,7 @@
</para>
</section>
</section>
</section>
<section xml:id="ns-auth-providers">
<title>Using other Authentication Providers</title>