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 Extended API.
The first authentication attempt goes to plan, i.e. it either authenticates (with the correct password) or throws up an error message (if I tried with the wrong password), but any subsequent tries fail with the below message: 2013-04-26 04:35:19,188 INFO [org.jasig.cas.authentication.AuthenticationManagerImpl] - <org.jasig.cas.adaptors.radius.authentication.handler.support.RadiusAuthenticationHandler failed to authenticate [username: steve]> On the RADIUS server I can see that something on the CAS end, either in CAS itself or in the EAPTTLSAuthenticator bean, fails horribly. I don't know what because I don't know how to possibly turn debug logging in CAS on (if there is such a thing), and I don't really have any Java experience. Someone else raised this back in 2011 and only had one response from Scott asking whether the person knew where their password was being mangled, but there was no discussion after that. Any help is very much appreciated. With Regards Stefan -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
