diff --git a/src/docbkx/namespace-config.xml b/src/docbkx/namespace-config.xml
index 952dbfb367..b3e73272b1 100644
--- a/src/docbkx/namespace-config.xml
+++ b/src/docbkx/namespace-config.xml
@@ -475,6 +475,20 @@
+
+ Setting a Custom AuthenticationEntryPoint
+
+ If you aren't using form login, OpenID or basic authentication through the namespace, you may
+ want to define an authentication filter and entry point using a traditional bean syntax and link them
+ into the namespace. You can add the filter as explained in . The
+ corresponding AuthenticationEntryPoint can be set using the entry-point-ref
+ attribute on the <http> element.
+
+
+ The CAS sample is a good example of the use of custom beans with the namespace, including this syntax.
+
+
+