diff --git a/src/docbkx/namespace-config.xml b/src/docbkx/namespace-config.xml
index 45715f6484..c632b6f046 100644
--- a/src/docbkx/namespace-config.xml
+++ b/src/docbkx/namespace-config.xml
@@ -176,14 +176,7 @@
]]>
-
- This defines two users, their passwords and their roles within the application (which will
- be used for access control). It is also possible to load user information from
- a standard properties file using the properties attribute on
- user-service.
- The <authentication-provider>
- element specifies that the user information will be registered with the authentication
- manager and used to process authentication requests.
+
If you are familiar with previous versions of the framework, you can probably
@@ -196,9 +189,18 @@
bean and the <user-service> element creates an
InMemoryDaoImpl. A ProviderManager
bean is always created by the namespace processing system and the
- AuthenticationProvider
+ DaoAuthenticationProvider
is automatically registered with it.
+
+ The configuration above defines two users, their passwords and their roles within the application (which will
+ be used for access control). It is also possible to load user information from
+ a standard properties file using the properties attribute on
+ user-service. See for more details.
+ Using the <authentication-provider>
+ element means that the user information will be used by the authentication
+ manager to process authentication requests.
+
At this point you should be able to start up your application and you will be required to
log in to proceed. Try it out, or try experimenting with the "tutorial" sample application