Re:[cas-user] Testing for phpcas client releases

2010-06-10 Thread Joachim Fritschi
Hi Kim, thanks for volunteering to help. I have a appended a small testing projekt that i have created for my personal testing. It requires that you have phpCAS in your PATH and only requires one central configuration for all testcases. It's basically most of the examples plus one interesting

Re:[cas-user] Testing for phpcas client releases

2010-06-10 Thread Joachim Fritschi
This email contained a disallowed file attachment. Raytheon does not allow email attachments that are considered likely to contain malicious code. For your protection this attachment has been removed. If this email is from an unknown source, please simply delete this email. If this email was

Re: [cas-user] x-forwarded-for

2010-06-10 Thread Jeff Chapin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Let me clarify: I added the dependency for inspektyor-common to the pom.xml in my overlay, and added the correct version to maven and recompiled, but that does not seem to be logging what I expect. I suspect that I added this module incorrectly -- or

[cas-user] Java client configuration question

2010-06-10 Thread Bryan Wooten
Hi all, When defining the CAS filter configuration there are entries like this in the web.xml file: init-param param-nameserverName/param-name param-valuehttps://dev.utah.edu/param-value /init-param This annoys some of our developers because it means they must

Re: [cas-user] Services Management console in 3.4.2

2010-06-10 Thread Shawn Winnington-Ball
Your best bet is to just try pulling in the newest versions of Hibernate as dependencies. 3.4.2 relies on the newer version (3.5-ish). Thanks, that did the trick. For the record, the pom.xml dependency versions in the current https://wiki.jasig.org/display/CASUM/Configuring don't apply

Re: [cas-user] Java client configuration question

2010-06-10 Thread Marvin Addison
You can also set some of the parameters via context params, which may be specified in a context xml file on Tomcat. For example if you're deploying a webapp.war file, you can drop a webapp.xml file in $TOMCAT_HOME/conf/Catalina/localhost with contents like the following: Context path=/webapp

RE: [cas-user] Java client configuration question

2010-06-10 Thread Bryan Wooten
Thanks Marvin and Scott! Bryan Wooten UIT Systems Administrator University of Utah bwoo...@acs.utah.edu Work: 801.585.9323 Cell: 801.414.3593 -Original Message- From: Marvin Addison [mailto:marvin.addi...@gmail.com] Sent: Thursday, June 10, 2010 11:32 AM To: cas-user@lists.jasig.org

[cas-user] Question about CAS TGT session amongst multiple windows

2010-06-10 Thread Jeremy Bennett
Does logging out of CAS log out all other IE 8 Windows that are using the same TGT? I tried it in the past and it seemed to work, but now the results are different (no logging me out of all Windows). Maybe I have one window still logged in and that is not letting CAS logout me out in another

Re: [cas-user] Testing for phpcas client releases

2010-06-10 Thread Cary, Kim
Great! I got you're direct email with the attachments. However, you may wish to post this to the phpcas wiki (or I can after I get it set up) so that email safeguards don't strip the attachment. On Jun 10, 2010, at 1:07 AM, Joachim Fritschi wrote: This email contained a disallowed file

[cas-user] Keeping username field populated

2010-06-10 Thread Yuriy Zubarev
Greetings, After upgrading from version 3.3.* to 3.4.* we noticed a small difference in a behavior of login flow and a form. Whenever user provides an incorrect combination of username and password, CAS flow goes back to log-in page with a correct error message but username field is empty. It

Re: [cas-user] Services Management console in 3.4.2

2010-06-10 Thread Scott Battaglia
Starting with CAS 3.5, we'll be doing a better job with Wiki management as well as dependency management within CAS such that if you're using JPA or the Services Management tool, including the CAS dependency should include the appropriate dependencies. Cheers, Scott On Thu, Jun 10, 2010 at 1:08

[cas-user] SSL Cert renewal on Tomcat box running CAS (on Windows)

2010-06-10 Thread Jeremy Bennett
Somewhat distantly related to CAS, but I'm having a heck of a time trying to get a renewed cert loaded up into Tomcast for our CAS system. It keeps saying 'unable to load private key'. It's worked before but this time we have a renewed cert. Anyone have any ideas?

Re: [cas-user] Changing/Modifying Principle Object

2010-06-10 Thread Scott Battaglia
Is it dynamic per request? Otherwise, write a custom CredentialsToPrincipalResolver to do what you need. Cheers, Scott On Thu, Jun 10, 2010 at 1:33 AM, Mayank Mishra mishra.mayan...@gmail.comwrote: Yes. Basically I want to change the principle object. So it may be by means of prefix value

Re: [cas-user] x-forwarded-for

2010-06-10 Thread Scott Battaglia
Did you build the 1.0.1 snapshot from Git? If so you need an init-param for the filter that is alternativeIpAddressHeader and it should be set to the header you want to look up. Cheers, Scott On Thu, Jun 10, 2010 at 12:04 PM, Jeff Chapin jeff.cha...@uni.edu wrote: -BEGIN PGP SIGNED