[cas-user] Encoding when parsing validation response should be configurable in CAS client (3.1.10)

2010-04-08 Thread Bill Li
I need pass attributes in Chinese from CAS to my own CAS protected app. By following http://www.ja-sig.org/wiki/display/CASUM/Internationalizationto set encoding as utf-8. However here is the problem. *

Re: [cas-user] Encoding when parsing validation response should be configurable in CAS client (3.1.10)

2010-04-08 Thread scott . battaglia
Can you open a JIRA issue for this? Thanks Sent from my Verizon Wireless BlackBerry -Original Message- From: Bill Li bill.z...@gmail.com Date: Thu, 08 Apr 2010 15:36:38 To: cas-user@lists.jasig.org Subject: [cas-user] Encoding when parsing validation response should be configurable

Re: [cas-user] Encoding when parsing validation response should be configurable in CAS client (3.1.10)

2010-04-08 Thread Bill Li
Sure! http://www.ja-sig.org/issues/browse/CASC-107 On Thu, Apr 8, 2010 at 7:13 PM, scott.battag...@gmail.com wrote: Can you open a JIRA issue for this? Thanks Sent from my Verizon Wireless BlackBerry -- *From: * Bill Li bill.z...@gmail.com *Date: *Thu, 08 Apr

Re: [cas-user] Enabling LDAP Password Policy Enforcement

2010-04-08 Thread Jeff Chapin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yes, we are using a maven overlay. I will see if I can figure out a way to run a debugger on this. I don't do much java development, and the fact that this is on a unix host, combined with the ACLs we have in place to protect some of the resources

[cas-user] CAS SSO with Disabled Cookies

2010-04-08 Thread Greg Hockemeyer
We would like to know if CAS Server Single Sign-On (SSO) is currently capable of functioning without cookies enabled on the user's browser. We found an older post by John Thiltges on 11/22/2006 in the mailing list that stated: Authentication with CAS does not require cookies, but single

[cas-user] Errors implementing ldap authentication

2010-04-08 Thread Mark Baker
Hello, I am using the the war overlay process described in the wiki to build CAS to use ldap authentication through my AD server. When I build the war file through maven without editing the deployerConfigContext.xml the service starts and uses the default simple authentication method.

Re: [cas-user] CAS SSO with Disabled Cookies

2010-04-08 Thread Marvin Addison
Authentication with CAS does not require cookies, but single sign-on does require cookies. If you don't have cookies, you will need to authenticate for each application. This is correct for all current and past CAS components, and will likely be the case for the foreseeable future. M -- You

Re: [cas-user] Errors implementing ldap authentication

2010-04-08 Thread Mark Baker
I added the following to my pom.xml and im getting the following error: dependency groupIdcommons-dbcp/groupId artifactIdcommons-dbcp/artifactId version1.2.2/version /dependency Apr 8, 2010 3:03:49 PM org.apache.catalina.core.ApplicationContext log SEVERE: SafeContextLoaderListener:

[cas-user] Reducing hibernate verbosity

2010-04-08 Thread Jeff Chapin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 How do I eliminate or reduce the following type of messages in my log files? - ---Hibernate: select allowedatt0_.RegisteredServiceImpl_id as Register1_0_, allowedatt0_.a_name as a2_0_, allowedatt0_.a_id as a3_0_ from rs_attributes allowedatt0_ where

Re: [cas-user] Reducing hibernate verbosity

2010-04-08 Thread Scott Battaglia
In your applicationContext (I believe) there should be a showSql or something like that property. Set it to false. Cheers, Scott On Thu, Apr 8, 2010 at 3:23 PM, Jeff Chapin jeff.cha...@uni.edu wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 How do I eliminate or reduce the following

Re: [cas-user] Reducing hibernate verbosity

2010-04-08 Thread John King
Look for: property name=showSql value=true / change it to: property name=showSql value=false / I think both of these files make reference to showSql by default: cas-server-webapp/src/main/webapp/WEB-INF/spring-configuration/ticketRegistry.xml

[cas-user] Single Sign Out with Multiple OC4J Containers

2010-04-08 Thread Chad Wittrock
Anyone have experience with Single Sign Out on OAS running multiple containers? Here's what I'm experiencing: Our development OAS server is only running one container for the Java apps. That means that every request of that machine grabs from that same container. That also means that a user

Re: [cas-user] Reducing hibernate verbosity

2010-04-08 Thread Jeff Chapin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 That did it! Thanks! John King wrote: Look for: property name=showSql value=true / change it to: property name=showSql value=false / I think both of these files make reference to showSql by default:

Re: [cas-user] Errors implementing ldap authentication

2010-04-08 Thread Patrick Berry
On Thu, Apr 8, 2010 at 8:25 AM, Mark Baker mrk...@gmail.com wrote: Hello, I am using the the war overlay process described in the wiki to build CAS to use ldap authentication through my AD server. When I build the war file through maven without editing the deployerConfigContext.xml the

Re: [cas-user] Errors implementing ldap authentication

2010-04-08 Thread Adam Rybicki
Mark, Your earlier version of deployerConfigContext.xml had a definition of serviceRegistryDao, but this version does not. It's not optional. If you don't intend to use CAS service registry then restore the original bean definition. Adam Mark Baker wrote: Hello, I was able to make some

[cas-user] Re: Re: [cas-user] Errors implementing ldap authentication

2010-04-08 Thread hajo . passon
Hallo, ich bin zurzeit im Urlaub und deshalb nicht via Mail erreichbar. Wenden Sie sich in dringenden Fällen bitte per Mail (i...@form4.de) oder telefonisch (030/27 87 84-0) an meine Kollegen. Ab dem 12.04.2010 können Sie mich wieder im Büro erreichen. Viele Grüße Hajo Passon -- You are

[cas-user] Re: [cas-user] Re: Re: [cas-user] Errors implementing ldap authentication

2010-04-08 Thread hajo . passon
Hallo, ich bin zurzeit im Urlaub und deshalb nicht via Mail erreichbar. Wenden Sie sich in dringenden Fällen bitte per Mail (i...@form4.de) oder telefonisch (030/27 87 84-0) an meine Kollegen. Ab dem 12.04.2010 können Sie mich wieder im Büro erreichen. Viele Grüße Hajo Passon -- You are

[cas-user] Re: [cas-user] Re: [cas-user] Re: Re: [cas-user] Errors implementing ldap authentication

2010-04-08 Thread hajo . passon
Hallo, ich bin zurzeit im Urlaub und deshalb nicht via Mail erreichbar. Wenden Sie sich in dringenden Fällen bitte per Mail (i...@form4.de) oder telefonisch (030/27 87 84-0) an meine Kollegen. Ab dem 12.04.2010 können Sie mich wieder im Büro erreichen. Viele Grüße Hajo Passon -- You are

[cas-user] Re: [cas-user] Re: [cas-user] Re: [cas-user] Re: Re: [cas-user] Errors implementing ldap authentication

2010-04-08 Thread hajo . passon
Hallo, ich bin zurzeit im Urlaub und deshalb nicht via Mail erreichbar. Wenden Sie sich in dringenden Fällen bitte per Mail (i...@form4.de) oder telefonisch (030/27 87 84-0) an meine Kollegen. Ab dem 12.04.2010 können Sie mich wieder im Büro erreichen. Viele Grüße Hajo Passon -- You are

[cas-user] Re: [cas-user] Re: [cas-user] Re: [cas-user] Re: [cas-user] Re: Re: [cas-user] Errors implementing ldap authentication

2010-04-08 Thread hajo . passon
Hallo, ich bin zurzeit im Urlaub und deshalb nicht via Mail erreichbar. Wenden Sie sich in dringenden Fällen bitte per Mail (i...@form4.de) oder telefonisch (030/27 87 84-0) an meine Kollegen. Ab dem 12.04.2010 können Sie mich wieder im Büro erreichen. Viele Grüße Hajo Passon -- You are

[cas-user] Re: [cas-user] Re: [cas-user] Re: [cas-user] Re: [cas-user] Re: [cas-user] Re: Re: [cas-user] Errors implementing ldap authentication

2010-04-08 Thread hajo . passon
Hallo, ich bin zurzeit im Urlaub und deshalb nicht via Mail erreichbar. Wenden Sie sich in dringenden Fällen bitte per Mail (i...@form4.de) oder telefonisch (030/27 87 84-0) an meine Kollegen. Ab dem 12.04.2010 können Sie mich wieder im Büro erreichen. Viele Grüße Hajo Passon -- You are

[cas-user] Re: [cas-user] Re: [cas-user] Re: [cas-user] Re: [cas-user] Re: [cas-user] Re: [cas-user] Re: Re: [cas-user] Errors implementing ldap authentication

2010-04-08 Thread hajo . passon
Hallo, ich bin zurzeit im Urlaub und deshalb nicht via Mail erreichbar. Wenden Sie sich in dringenden Fällen bitte per Mail (i...@form4.de) oder telefonisch (030/27 87 84-0) an meine Kollegen. Ab dem 12.04.2010 können Sie mich wieder im Büro erreichen. Viele Grüße Hajo Passon -- You are

[cas-user] Re: [cas-user] Re: [cas-user] Re: [cas-user] Re: [cas-user] Re: [cas-user] Re: [cas-user] Re: [cas-user] Re: Re: [cas-user] Errors implementing ldap authentication

2010-04-08 Thread hajo . passon
Hallo, ich bin zurzeit im Urlaub und deshalb nicht via Mail erreichbar. Wenden Sie sich in dringenden Fällen bitte per Mail (i...@form4.de) oder telefonisch (030/27 87 84-0) an meine Kollegen. Ab dem 12.04.2010 können Sie mich wieder im Büro erreichen. Viele Grüße Hajo Passon -- You are

[cas-user] Re: [cas-user] Re: [cas-user] Re: [cas-user] Re: [cas-user] Re: [cas-user] Re: [cas-user] Re: [cas-user] Re: [cas-user] Re: Re: [cas-user] Errors implementing ldap authentication

2010-04-08 Thread hajo . passon
Hallo, ich bin zurzeit im Urlaub und deshalb nicht via Mail erreichbar. Wenden Sie sich in dringenden Fällen bitte per Mail (i...@form4.de) oder telefonisch (030/27 87 84-0) an meine Kollegen. Ab dem 12.04.2010 können Sie mich wieder im Büro erreichen. Viele Grüße Hajo Passon -- You are

[cas-user] Re: [cas-user] Re: [cas-user] Re: [cas-user] Re: [cas-user] Re: [cas-user] Re: [cas-user] Re: [cas-user] Re: [cas-user] Re: [cas-user] Re: Re: [cas-user] Errors implementing ldap authentica

2010-04-08 Thread hajo . passon
Hallo, ich bin zurzeit im Urlaub und deshalb nicht via Mail erreichbar. Wenden Sie sich in dringenden Fällen bitte per Mail (i...@form4.de) oder telefonisch (030/27 87 84-0) an meine Kollegen. Ab dem 12.04.2010 können Sie mich wieder im Büro erreichen. Viele Grüße Hajo Passon -- You are

Re: [cas-user] Single Sign Out with Multiple OC4J Containers

2010-04-08 Thread Scott Battaglia
The CAS Client API is flexible enough to support single log out regardless of machine. However, there is currently no implementation of single log out that works for multiple machines. I'm willing to work with people to add that in, but I haven't had time to do it on my own. Thanks Scott On

[cas-user] CASSHIB takes to 404 page

2010-04-08 Thread Gokula Krishnan P
Hi, As I have understood the Shibboleth SP, CASSHIB and Shibboleth IDP, I have setup the environment as follows I have an J2EE application protected by CASSHIB for local SSO. Both CASSHIB and J2EE application is protected by Shibboleth SP which is responsible to take the user to Shibboleth IDP