diff --git a/docs/manual/src/docbook/preauth.xml b/docs/manual/src/docbook/preauth.xml
index 050f0d6e00..8c0fa1b6d0 100644
--- a/docs/manual/src/docbook/preauth.xml
+++ b/docs/manual/src/docbook/preauth.xml
@@ -169,13 +169,9 @@ class="org.springframework.security.web.authentication.preauth.PreAuthenticatedA
]]>
- We've assumed here that the security namespace is being used for configuration
- (hence the user of the custom-filter,
- authentication-manager and
- custom-authentication-provider elements (you can read more
- about them in the namespace chapter). You
- would leave these out of a traditional bean configuration. It's also assumed
- that you have added a UserDetailsService (called
+ We've assumed here that the security namespace
+ is being used for configuration. It's also assumed that you have added a
+ UserDetailsService (called
userDetailsService) to your configuration to load the user's
roles.