Re: [cas-user] CAS 4.0 and 4.1 dependency to JRadius

2015-09-23 Thread Stefan Paetow
h release. The CAS Radius API works fine with 1.1.4... at least it did in 2014. If anything, there were several changes in CAS 4.0 that made trying to port some of our changes back to CAS 3.5.2 a bit of a nightmare ;-) Stefan Paetow Moonshot Industry & Research Liaison Coordinator t: +44 (

Re: [cas-user] CAS 4.0 and 4.1 dependency to JRadius

2015-09-23 Thread Stefan Paetow
e dependency > problem. I can confirm that 1.1.4 worked without any issues with CAS 4.0.0 (we did some work for Diamond Light Source with this). So 1.1.5 should *not* cause any issues either, and you should be able to switch from 1.0.0 to 1.1.4/5 without any drama. With Regards Stefan

RE: [cas-user] client side password encryption

2014-09-24 Thread Stefan Paetow
I think he refers to the client side (the browser) encrypting the password, shipping that through to the server, and the server decrypting it. S. > -Original Message- > From: Marvin Addison [mailto:marvin.addi...@gmail.com] > Sent: 24 September 2014 12:38 > To: cas-user@lists.jasig.org

RE: [cas-user] Redirect loop from services mangagement console

2014-07-17 Thread Stefan Paetow
get resolved. Patrick -Original Message- From: Stefan Paetow [mailto:stefan.pae...@ja.net] Sent: Tuesday, July 15, 2014 4:36 PM To: cas-user@lists.jasig.org Subject: RE: [cas-user] Redirect loop from services mangagement console Hi Patrick, At my previous employer we&#

RE: [cas-user] Redirect loop from services mangagement console

2014-07-15 Thread Stefan Paetow
in at the time, and didn’t get any console output from hitting the services url. Stefan, have you had much success deploying CAS while manually configuring your services? In particular, have you been able to have some services only use some of the handlers for login -Patrick From: Stefan Paeto

RE: [cas-user] Redirect loop from services mangagement console

2014-07-15 Thread Stefan Paetow
Welcome to my hell, Patrick. I’ve not been able to make the service management app work – ever. Stefan From: Patrick Hunter [mailto:patrick.hun...@perficient.com] Sent: 15 July 2014 15:32 To: cas-user@lists.jasig.org Subject: RE: [cas-user] Redirect loop from services mangagement console Sorry

RE: [cas-user] Cas server and radius authentication

2014-06-05 Thread Stefan Paetow
I've put in a pull request to restore that functionality in 4.1.0 (or even 4.0.1). Stefan From: Dmitriy Kopylenko [mailto:dkopyle...@unicon.net] Sent: 28 May 2014 15:09 To: cas-user@lists.jasig.org Subject: Re: [cas-user] Cas server and radius authentication Looking at the JRadiusServerImpl in

Re: [cas-user] About the CAS upgrade

2014-04-10 Thread Stefan Paetow
Chances are that you haven't deployed it to Tomcat. Stop Tomcat, copy cas.war into its webapps directory. Remove the old cas directory there (or move it out of the webapps directory), then restart Tomcat. It should deploy CAS and you should be able to log in. Stefan On 9 April 2014 16:56, Kelvi

Re: [cas-user] Heartbleed Open SSL vulnerability

2014-04-10 Thread Stefan Paetow
It's best to be conservative. Rather that than having your certificates (and everything else) compromised. Stefan On 9 April 2014 20:36, Linda Toth wrote: > We patched our backend servers yesterday and are in the process of > replacing certificates today. > > We did not have openSSL certs for

Re: [cas-user] populating attributes from same source as authentication

2014-04-10 Thread Stefan Paetow
Robert, Would you be amenable to releasing that component as open-source? We'd be interested (at Diamond Light Source and Janet) because we also receive a large number of attributes after authentication (via RADIUS and/or SAML). With Regards Stefan On 8 April 2014 17:21, Robert Oschwald wrote

RE:[cas-user] Redirection loop when attempting to access https://localhost:8443/cas/services/

2013-08-29 Thread stefan . paetow
> Is the certificate for your CAS server set up as a trusted cert in the > truststore of the jre used to run CAS? I could be that the ST > validation is failing due to cert validation issues. Do you mean the SSL certificate? If so, no, I didn't import it as a trusted certificate in the trust st

[cas-user] Redirection loop when attempting to access https://localhost:8443/cas/services/

2013-08-28 Thread stefan . paetow
Hi, I'm using the standard CAS 3.5.2 webapp, and when trying to access the services URL, I get a redirection loop. Here's what I did: 1. I typed into my browser: https://cas-server-name:8443/cas/services/ 2. I get the standard login screen 3. I provide user details and password, c

[cas-user] Error attempting to load CAS service application

2013-08-08 Thread stefan . paetow
JASIG bug tracker that looked similar and it was fixed, but I don't know what is wrong with this... This is a COMPLETELY STANDARD CAS deployment (i.e. just the initial deployment from the Version 3.5.2 CAS source itself). Any ideas would be appreciated. Stefan Paetow Software Engineer +44

RE: [cas-user] attempt more than once

2013-07-24 Thread stefan . paetow
This also occurs if the Servlet container (Tomcat etc) has restarted since the page was displayed. Stefan > -Original Message- > From: Andrew Morgan [mailto:mor...@orst.edu] > Sent: 24 July 2013 17:23 > To: cas-user@lists.jasig.org > Subject: Re: [cas-user] attempt more than once > >

Re:[cas-user] re:CAS RADIUS EAP-TTLS authentication occurs once, then fails after that

2013-07-04 Thread Stefan Paetow
Hi Scott, I've raised a bug report for this, although now that much of my Moonshot/RADIUS stuff is working, I can concentrate on looking at this more. P.S. For some reason I stopped getting email from the list in early May, no idea why... -- You are currently subscribed to cas-user@lists.ja

RE: re:[cas-user] CAS RADIUS EAP-TTLS authentication occurs once, then fails after that

2013-04-30 Thread stefan . paetow
or each request. So, how do I raise this as a bug or feature? I can see if I can make the change here and then just feed the patch back? With Regards Stefan -Original Message----- From: Stefan Paetow [mailto:stefan.pae...@diamond.ac.uk] Sent: 26 April 2013 23:30 To: cas-user@lists.jasig.

[cas-user] CAS RADIUS EAP-TTLS authentication occurs once, then fails after that

2013-04-26 Thread Stefan Paetow
Hi, I've been trying to implement CAS authentication through RADIUS, specifically with EAP-TTLS authentication. I have done everything I was supposed to, i.e. modifying the deployerConfigContext.xml file as per the CAS RADIUS page and plumbing in the EAPTTLSAuthenticator bean from the JRadius