Hi list,

We have a CAS setup using 2 JBoss instances in cluster. We use LVS in front
of these servers such that client applications only need to use ip A:


          LVS (ip A)
          /     \
         /       \
       /          \
     /             \
   /                 \
JBoss 1 (ip B) JBoss 2 (ipC)


Problem: When sending a logoutRequest, the CAS code uses the default (eth0)
network interface.
Which means that the logoutRequest is send from ip B or ip C and not from ip
A

Using the PHP client, logging out does not work:
  Allowed client 'ipA' does not match
  Unauthorized logout request from client ''IPC' [CAS.php:484]

We also do not want to remove this check from the client.

So my question is: how can I change the 'local address' in CAS?

Regards

Joram
_______________________________________________
Yale CAS mailing list
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas

Reply via email to