> Does anyone know if DNS redundancy recommended for CAS failover? (like > dynamic dns?)
Round-robin DNS is not a reasonable solution for a HA CAS service. We've discussed the justification for that comment recently; search the list archives if you're interested. For true HA you need some sort of device that routes requests to multiple CAS nodes, either a true hardware load balancer or a software solution like an Apache reverse proxy. > Also, would anyone know where the time out setting is for a CAS token? CAS ticket lifetimes can be controlled via policies with various settings, http://www.ja-sig.org/wiki/display/CASUM/Ticket+Expiration+Policy. The default for the TGT is sliding scale expiration with 2-hr timeout. Both TGT and ST expiration policies are found in the ticketExpirationPolicies.xml config file. M -- 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
