[cas-user] Forgot password functionality

2010-04-12 Thread Marcel van den Brink
Hi, I'm new to CAS and still finding my way in what is provided by default and what has to be built by myself. I searched the archive, but could not find a message which anwers my question... If I'm correct CAS offers by default only login and logout functionality. (correct?) Now I need to

Re: [cas-user] CAS with SSL and Apache reverse proxy and tomcat backend gives 'SAXParseException: White spaces are required between publicId and systemId'

2010-04-12 Thread Marvin Addison
Why would HTTPS be causing problems? Could it be that cookies are not being set properly over SSL? While it's true that CAS functions differently over SSL, I don't think that's the problem here. Since the CAS TGC cookie is only sent over SSL, you won't get single sign-in without SSL. In the

Re: [cas-user] SSL Error

2010-04-12 Thread Jeff Chapin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This advice, piled with a plethora of other pieces of evidence eventually resulted in the server admins looking into the issue. Once they correctly installed the intermediate cert *AND* had the correct alternate names in the cert, things started

[cas-user] Jasig Newsletter - Call for Content

2010-04-12 Thread Mark Rogers
Hi Everyone, If you have any items of interest to the Jasig community and would like them to appear in the April edition of the Jasig Newsletter, please submit them via email to newsletter at jasig dot org. Your contributions would be greatly appreciated. Many thanks, Mark Rogers Editor, Jasig

[cas-user] FastBindLdap, second failure=success

2010-04-12 Thread Steve Swinsburg
I am having a problem with the FastBindLdapAuthenticationHandler where every second attempt of a failed authentication is returning success. For instance, entering username 'abcd' and password '1234' fails, but doing it again the second time gives me a 'Login successful'. I see this in the

Re: [cas-user] FastBindLdap, second failure=success

2010-04-12 Thread Scott Battaglia
Do you have pooled=true? If so, try setting it to false (I've updated our documentation to set it to false since we've been recommending it for a while now). Our custom code had ensured that even if pooled=true was set it would not be used. I'm not sure if Spring LDAP does the same thing (we

Re: [cas-user] FastBindLdap, second failure=success

2010-04-12 Thread Steve Swinsburg
Thanks Scott, Setting pooled to false did the trick. cheers, Steve On 13/04/2010, at 1:14 PM, Scott Battaglia wrote: Do you have pooled=true? If so, try setting it to false (I've updated our documentation to set it to false since we've been recommending it for a while now). Our custom

Re: [cas-user] cas-server-3.4.2 and nagios plugin / Login page displacement

2010-04-12 Thread Scott Battaglia
Its not an officially supported module, so my knowledge of its limited. If you're having issues with the CSS, make sure you've upgraded correctly (which may be hard to do since our instructions don't necessarily always account for every nuance). CAS 3.4.2 includes support for mobile themes,