RE: [cas-user] validation in CAS Login jsp

2009-04-30 Thread Axel Mendoza Pupo
You most create a validator and configure it in the validator property of authenticationViaFormAction bean of cas-servlet.xml. Then use messages.properties to customize the message codes of the validator. -- You are currently subscribed to cas-user@lists.jasig.org as: arch...@mail-archive.com

Re: [cas-user] Credential object set in AuthenticationViaFormAction

2009-04-30 Thread Scott Battaglia
Check out the Spring Web Flow 1.0 documentation for the FormAction. It will tell you how to set the formObjectClass and the command name (if you customize the object class you all need to specify a command name). Cheers, Scott On Thu, Apr 30, 2009 at 4:19 AM, Saravanan Chinnasamy

RE: [cas-user] JAAS + LDAP not authenticating

2009-04-30 Thread Anthony Giggins
-Original Message- From: Marvin Addison [mailto:marvin.addi...@gmail.com] Sent: Monday, 27 April 2009 11:25 PM To: cas-user@lists.jasig.org Subject: Re: [cas-user] JAAS + LDAP not authenticating That error reads like an error in your JAAS config file. Following is the JAAS

Re: [cas-user] JAAS + LDAP not authenticating

2009-04-30 Thread Marvin Addison
I added edu.vt.middleware.ldap=DEBUG to cas-server-webapp-3.3.2/WEB-INF/classes/log4j.properties Assuming cas-server-webapp-3.3.2 is the location of the unpacked and deployed WAR file in Tomcat, you're editing the correct file. The exact entry should look like the following:

[cas-user] validation in CAS Login jsp

2009-04-30 Thread Rahul Chaturvedi
Hello Cas users, *Problem statement:* I need to display customized error messages in the customized login jsp based on vaious scenarios. *How the customization has been done: *I added the css,images and styles etc. also modified the div, td, tr etc to the original CAS login jsp. So the look and

Re: [cas-user] May community call

2009-04-30 Thread Scott Battaglia
Its probably Eastern. Cheers, Scott -Scott Battaglia PGP Public Key Id: 0x383733AA LinkedIn: http://www.linkedin.com/in/scottbattaglia On Thu, Apr 30, 2009 at 1:16 PM, Biondi, Dan bion...@skymail.csus.eduwrote: Benn: Which time zone is that? Thanks. -Dan -Original Message-

Re: [cas-user] May community call

2009-04-30 Thread Benn Oshrin
I even thought to type 2pm Eastern but didn't... -Benn- --On April 30, 2009 3:04:41 PM -0400 Scott Battaglia scott.battag...@gmail.com wrote: ] Its probably Eastern. ] ] Cheers, ] Scott ] -Scott Battaglia ] PGP Public Key Id: 0x383733AA ] LinkedIn: http://www.linkedin.com/in/scottbattaglia ] ]

[cas-user] Need help with installing CAS for a Drupal SSO system

2009-04-30 Thread Spenser Jones
Hey Everyone, Hopefully I end up using this correctly, as I have never used a mailing list or whatever. I am working on rebuilding the website for my university and am in need of some assistance. I have set up Apache2 and PHP5 (among other things) and am looking to integrate CAS into

Re: [cas-user] Need help with installing CAS for a Drupal SSO system

2009-04-30 Thread Scott Battaglia
Startup and Shutdown of Tomcat are generally controlled by the shutdown script in the Tomcat bin directory. We generally use mod_proxy_ajp instead of mod_jk as we've found it easier to maintain the configuration. Cheers, Scott On Thu, Apr 30, 2009 at 2:20 PM, Spenser Jones

Re: [cas-user] CASifying the Applet in Web Application

2009-04-30 Thread Scott Battaglia
My guess you need to supply the applet with a proxy ticket so that it can authenticate the user. Your web application should obtain one and then pass it to the applet. Cheers, Scott On Fri, Apr 24, 2009 at 2:58 PM, rrakesh research.rak...@gmail.com wrote: I have web application which uses

Re: [cas-user] Need help with installing CAS for a Drupal SSO system

2009-04-30 Thread Scott Battaglia
On Thu, Apr 30, 2009 at 7:38 PM, Spenser Jones spenser.jo...@aifcanada.comwrote: Okay, well we are reinstalling it in a different vm to keep things separate, but do you have any recommendations of what version of tomcat to use? Or is it compatible with the most recent version for sure? And I