Hi!
I have configured the Throttle Intercept Activation in my environment following 
the instructions from 
https://wiki.jasig.org/display/CASUM/Throttling+Login+Attempts.

In web.xml I set the options:

<filter>
  <filter-name>CAS Client Info Logging Filter</filter-name>
  
<filter-class>com.github.inspektr.common.web.ClientInfoThreadLocalFilter</filter-class>
 
  <init-param>
    <param-name>alternativeIpAddressHeader</param-name>
    <param-value>X-Forwarded-For</param-value>
  </init-param>
</filter>

But, I note that the tests conducted only logger the ip address from my load 
balancer (nginx).

Any Idea!!

Thank's. 
-- 
You are currently subscribed to [email protected] as: 
[email protected]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to