Browse Source

SEC-1613: Corrected preauth docs.

Luke Taylor 15 years ago
parent
commit
6b691f6fc0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/manual/src/docbook/preauth.xml

+ 1 - 1
docs/manual/src/docbook/preauth.xml

@@ -146,7 +146,7 @@
                 <para> A typical configuration using this filter would look like this: <programlisting><![CDATA[
   <security:http>
     <!-- Additional http configuration omitted -->
-    <security:custom-filter ref="siteminderFilter" />
+    <security:custom-filter position="PRE_AUTH_FILTER" ref="siteminderFilter" />
   </security:http>
 
     <bean id="siteminderFilter" class=