You can set the "alternativeIpAddressHeader" filter-param on the ClientInfoThreadLocalFilter filter in web.xml.
https://issues.jasig.org/browse/CAS-1048 Works pretty well on our netscaler setup. Jeff ------------------------------ 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/> ------------------------------ On Wed, Oct 16, 2013 at 8:08 AM, Jérôme LELEU <[email protected]> wrote: > Hi, > > IP information are stored using the > https://github.com/dima767/inspektr/blob/master/inspektr-common/src/main/java/com/github/inspektr/common/web/ClientInfoThreadLocalFilter.jav<https://github.com/dima767/inspektr/blob/master/inspektr-common/src/main/java/com/github/inspektr/common/web/ClientInfoThreadLocalFilter.java#L45>a > and written using the > https://github.com/dima767/inspektr/blob/master/inspektr-audit/src/main/java/com/github/inspektr/audit/support/Slf4jLoggingAuditTrailManager.java > . > You can play with both to meet your needs. > Best regards, > Jérôme > > > > 2013/10/15 Whittaker, Geoffrey <[email protected]> > >> I have a load balanced pair of CAS servers behind a netscaler. >> Currently, the logs show that the user’s IP is the private IP of the >> balancer. **** >> >> ** ** >> >> Assuming there’s a way to get my netscaler to pass the user’s actual IP >> to the CAS servers, is there a way to tell CAS to use that IP instead of >> the source IP of the connection? >> >> **** >> >> ** ** >> >> Geoff >> >> **** >> >> -- >> 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 > > -- 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
