RE: [cas-user] newbie question

2015-07-11 Thread Mailvaganam, Hari
Do you put you tomcat in front of internet or you put a apache between them ? Load balancer --- tomcat(s) (Apache useful if using fail2ban or mods) We got many ldap server for fault tolerance, how can I tell cas to use many server and go to the next if the first failed ? Load Balancer for

RE: [cas-user] CAS SSO User stuck on Login Page

2015-07-11 Thread Mailvaganam, Hari
So now I wondering if its still pertains to the F5 not properly allowing the traffic back to the application. Anything in the firewall logs? Or/and set F5 to verbose logging? ___ From: Juan Quintanilla [jquin...@fiu.edu] Sent: Friday, July 10, 2015 09:29 To:

RE:[cas-user] CAS User remains on login page

2015-07-08 Thread Mailvaganam, Hari
Trace the HTTP headers - may have a clue there? Sample Firefox plugin:https://addons.mozilla.org/en-us/firefox/addon/live-http-headers/ From: Juan Quintanilla [jquin...@fiu.edu] Sent: Tuesday, July 07, 2015 06:53 To: cas-user@lists.jasig.org Subject: [cas-user]

RE: [cas-user] Embedding username info in Service ticket

2015-06-30 Thread Mailvaganam, Hari
If managing API ACL - perhaps OAuth/Open ID Connect? Or as another poster replied, manage via session, upon initial CAS validate. Averaging 300K CAS validations/day at term time - no performance issues with 5 load balanced VMs. From: Ajay Madhavan

RE: [cas-user] Cas changing password

2015-06-16 Thread Mailvaganam, Hari
http://jasig.github.io/cas/4.0.x/installation/LDAP-Authentication.html From: Manfredo Hopp [mailto:mhopp.coni...@gmail.com] Sent: June-16-15 7:41 AM To: cas-user@lists.jasig.org Subject: [cas-user] Cas changing password Hello, we are considering using Cas as primary authentication system going

RE:[cas-user] CAS with DB connection.

2015-06-10 Thread Mailvaganam, Hari
Replicated data store in separate data centre - the switch over is manual (planning for automated via LB - if main is down). From: Mace, Mark [ma...@ohio.edu] Sent: Tuesday, June 09, 2015 14:13 To: cas-user@lists.jasig.org Subject: [cas-user] CAS with DB

RE: [cas-user] Problem with JSON Services Registry

2015-06-05 Thread Mailvaganam, Hari
Are the entries stored on the DB? From: Adam Causey [apcau...@vcu.edu] Sent: Friday, June 05, 2015 08:20 To: cas-user@lists.jasig.org Subject: [cas-user] Problem with JSON Services Registry I've come across an issue in our production environment where if we set a

RE: [cas-user] Problem with JSON Services Registry

2015-06-05 Thread Mailvaganam, Hari
. The strange part is that this works fine in our test environment and development. The test environment is setup identical as far the application, replication, etc. is concerned. On Fri, Jun 5, 2015 at 1:16 PM, Mailvaganam, Hari hari.mailvaga...@ubc.camailto:hari.mailvaga...@ubc.ca wrote

RE: [cas-user] mod_auth_cas

2015-03-13 Thread Mailvaganam, Hari
Consultant Unicon, Inc. PGP/GPG Key: 0xbafee3ef On 3/13/15 9:39 AM, Mailvaganam, Hari wrote: Hi List: Is 'mod_auth_cas' maintained - https://wiki.jasig.org/display/casc/mod_auth_cashttps://wiki.jasig.org/display/casc/mod_auth_cas.? The latest tag is v1.0.9.1 (Dec 2010) - https://github.com/Jasig

[cas-user] mod_auth_cas

2015-03-13 Thread Mailvaganam, Hari
Hi List: Is 'mod_auth_cas' maintained - https://wiki.jasig.org/display/casc/mod_auth_cashttps://wiki.jasig.org/display/casc/mod_auth_cas.? The latest tag is v1.0.9.1 (Dec 2010) - https://github.com/Jasig/mod_auth_cas/tags Thanks. -- You are currently subscribed to cas-user@lists.jasig.org

[cas-user] CAS2.0 Attribute Release

2014-02-27 Thread Mailvaganam, Hari
My apologies for posting following question – googling gave conflicting messages (due to timing of message posts). Does CAS2.0 protocol allow release of attributes? i.e. via mod_cas_auth? Thanks. Best regards, Hari _ Hari Mailvaganam The University of

Re: [cas-user] Security advantages/risks with CAS

2012-09-19 Thread Mailvaganam, Hari
Have you update the hibernate dialect config for your Oracle DB? http://docs.jboss.org/hibernate/core/3.6/javadocs/org/hibernate/dialect/Oracle10gDialect.html On 2012-09-19, at 0:20, Dudley Butt dudley.b...@flightcentre.com.aumailto:dudley.b...@flightcentre.com.au wrote: Hi guys, Been trying