Re: [cas-user] LDAP setup errors

2010-05-07 Thread José Miguel Parrella Romero
McKennon, Robert escribió: > While I’m getting closer to getting this setup, I have ran across this > error. Am I missing a jar file or something obvious? You're missing a jar file for org.apache.commons.dbcp.BasicDataSource, and this doesn't seem related to LDAP. It seems to be available in the

[cas-user] Problem Resolving Themes in Error Pages

2010-05-07 Thread Ian Graham
I've been experimenting with user roles in the default CAS application (3.4.2), and I've run into a problem where error pages will not render due to an exception: javax.servlet.jsp.JspTagException: Theme 'theme': No message found under code 'standard.custom.css.file' for locale 'en_US'. I've

Re: [cas-user] LDAP setup errors

2010-05-07 Thread Scott Battaglia
You haven't included the Commons DBCP as a dependency in your pom.xml On Fri, May 7, 2010 at 3:30 PM, McKennon, Robert wrote: > While I’m getting closer to getting this setup, I have ran across this > error. Am I missing a jar file or something obvious? > > > > I received this error when tryi

[cas-user] LDAP setup errors

2010-05-07 Thread McKennon, Robert
While I'm getting closer to getting this setup, I have ran across this error. Am I missing a jar file or something obvious? I received this error when trying to start the CAS server from the tomcat manager. 2010-05-07 15:05:41,240 ERROR [org.springframework.web.context.ContextLoader] -

Re:[cas-user] CAS + Multiple BindLdapAuthenticationHandler

2010-05-07 Thread Dean Heisey
Thanks Jose, I was getting a page telling me "CAS is unavaliable" Now I know why and where to look to see what happened. -- View this message in context: http://jasig.275507.n4.nabble.com/CAS-Multiple-BindLdapAuthenticationHandler-tp2133071p2134591.html Sent from the CAS Users mailing list a

Re: [cas-user] Strange issue with InMemoryThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapter

2010-05-07 Thread Scott Battaglia
Check the deployed WAR file to make sure the files you think are removed aren't there still. On Fri, May 7, 2010 at 12:38 PM, Ashima wrote: > I was trying to enable the > InMemoryThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapter > in cas server 3.4.2 and I followed the steps a

Re: [cas-user] CAS x509 Configuration

2010-05-07 Thread Scott Battaglia
It was intended to be a helpful comment at one point when our only alternative was x.509 certs so its not really a bug. That said, our documentation in the wiki should reflect the proper configuration. If anyone can make sure its using the right stuff, that would be great. Cheers, Scott On Fri

Re: [cas-user] CAS x509 Configuration

2010-05-07 Thread Patrick Tescher
Thanks Marvin, you example helped. Looks like I needed to replace: With this: This should probably be filed as a bug but since its commented out I don¹t know... On 5/7/10 4:37 AM, "Marvin Addison" wrote: >> > Current file I am using: >> > >> http://developer.jasig.org/source/browse/jasig

Re: [cas-user] Multiple sessions to the same servers

2010-05-07 Thread Scott Battaglia
You mean you have Firefox and IE open? Or IE and Opera? etc. If you're getting the same session then that's a problem since they don't share cookie state. Two IE browsers will, however, share cookie state. On Fri, May 7, 2010 at 9:19 AM, Jeremy Bennett wrote: > Thanks, but I did have two se

RE: [cas-user] Multiple sessions to the same servers

2010-05-07 Thread Jeremy Bennett
Thanks, but I did have two separate browsers opened and it's the same session. We do use IE8 exclusively though in our controlled environment. -Original Message- From: Marvin Addison [mailto:marvin.addi...@gmail.com] Sent: Friday, May 07, 2010 9:07 AM To: cas-user@lists.jasig.org Subject:

Re: [cas-user] Multiple sessions to the same servers

2010-05-07 Thread Marvin Addison
> I open up a new IE 8 browser (not a tab, but a new window from scratch) and > it logins me into the same session. I believe user state, including the important CAS TGC cookie, is global in IE. New tabs, new windows, etc, are bound to the same state data. Try logging in via two different brows

RE: [cas-user] Multiple sessions to the same servers

2010-05-07 Thread Jeremy Bennett
That seems like the case in our environment. I open up a new IE 8 browser (not a tab, but a new window from scratch) and it logins me into the same session. Is this all controlled in some file settings? I think we used CAS "right out of the box" -Original Message- From: Marvin Addison [

Re: [cas-user] Multiple sessions to the same servers

2010-05-07 Thread Marvin Addison
> Does anyone know if CAS can handle multiple sessions to the same server? If > we wanted to have a user login with one browser then another? This works fine, unless you have some unusual authentication backend that tracks authenticated state and restricts it to a single global session. I'm not

Re: [cas-user] Multiple sessions to the same servers

2010-05-07 Thread scott . battaglia
You can have one session per browser (or possibly profile in firefox but I haven't tried that) Sent from my Verizon Wireless BlackBerry -Original Message- From: Jeremy Bennett Date: Fri, 07 May 2010 08:35:57 To: Subject: [cas-user] Multiple sessions to the same servers Does anyone k

[cas-user] Multiple sessions to the same servers

2010-05-07 Thread Jeremy Bennett
Does anyone know if CAS can handle multiple sessions to the same server? If we wanted to have a user login with one browser then another? So they can use two logins? My company is looking to see our options or work on redesigning the applicaton better. Thanks, Jeremy Jeremy R. Bennett Client S

Re: [cas-user] CAS x509 Configuration

2010-05-07 Thread Marvin Addison
> Current file I am using: > http://developer.jasig.org/source/browse/jasigsvn/cas3/trunk/cas-server-webapp/src/main/webapp/WEB-INF/login-webflow.xml?r=HEAD Uncommenting the startAuthenticate action in the distribution file should work fine. What's the particular error? > Does anyone have a bett