Hi, The IP logging is achieved using the inspektr library and the * ClientInfoThreadLocalFilter* class : https://github.com/Jasig/cas/blob/master/cas-server-webapp/src/main/webapp/WEB-INF/web.xml#L38 . Change the header for the provided IP using the *alternativeIpAddressHeader*init parameter : https://github.com/dima767/inspektr/blob/master/inspektr-common/src/main/java/com/github/inspektr/common/web/ClientInfoThreadLocalFilter.java . Best regards, Jérôme
2013/8/10 Jeff Abernathy <[email protected]> > Hello, > We have our CAS instance running behind a NetScaler Load Balancer. All > traffic redirected through the load balancer comes with the load balancer > IP as the client IP. The Actual end user client IP is passed along in > another header in the request. > > Is there a way to modify the CAS logging mechanisms to use this other > header? Given that at least some of you are on loadbalancers out there, > what have you done to actually show the client IP authenticating through > CAS? > > Thanks, > Jeff Abernathy > > ------------------------------ > Jeff [email protected] > > 314-977-2019 > > Manager > Web, Portal, Collaboration Services > > Information Technology ServicesSaint Louis UniversityITS > <http://www.slu.edu/its> | Saint Louis University <http://www.slu.edu/> > ------------------------------ > > -- > 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 > > -- 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
