What's the freeradius logs showing.
I seem to recall that you can only use PAP for authentication.
As well and maybe you just sanitized the configuration but just to state the obvious you have to replace the {configuration key} with the releveant context
So for example, but you must have that right or the CAS wouldn't
likely even start properly.
cas.authn.radius.client.sharedSecret=xxxx
cas.authn.radius.client.inetAddress=100.10.1.184
--
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
---
You received this message because you are subscribed to the Google Groups "CAS Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cas-user+u...@apereo.org.
To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/8ca16fc4-d880-4b4c-8005-501e3159a1c4n%40apereo.org.
Irvan,
That's a old reference with older versions than now.
My 6.2.x file just has the
implementation "org.apereo.cas:cas-server-support-radius:${project.'cas.version'}"
C
Hi Collin,
I've seen this configuration of your cas from other conversation,
and i think i need to use this config to because my cas server still couldnt connect with my freeradius server.
Where's the file name i need to config this configuration? Is this in the build.gradle?
Service Definition (Using HTTP Generic)
========================
{ "@class" : "org.apereo.cas.services.RegexRegisteredService", "serviceId" : "^(https|imaps)://.*", "name" : "HTTPS and IMAPS", "id" : 10000001, "evaluationOrder": 99999, "authenticationPolicy": { "@class": "org.apereo.cas.services.DefaultRegisteredServiceAuthenticationPolicy", "requiredAuthenticationHandlers": ["java.util.TreeSet", ["Radius"]], "excludedAuthenticationHandlers": ["java.util.TreeSet", ["LDAP"]] }, "attributeReleasePolicy" : { "@class" : "org.apereo.cas.services.ReturnAllAttributeReleasePolicy" } }