Dears,
I have cas.propierties like:

#Radius
cas.authn.radius.name=Radius
cas.authn.radius.server.protocol=EAP_MSCHAPv2
cas.authn.radius.server.retries=1
cas.authn.radius.client.authenticationPort=1812
cas.authn.radius.client.sharedSecret=somestring
cas.authn.radius.client.inetAddress=IP
cas.authn.radius.client.accountingPort=1813


build.gradle:
dependencies {
    // Add modules in format compatible with overlay casModules property
    if (project.hasProperty("casModules")) {
        def dependencies = project.getProperty("casModules").split(",")
        dependencies.each {
            def projectsToAdd = rootProject.subprojects.findAll {project ->
                project.name == "cas-server-core-${it}" || project.name == 
"cas-server-support-${it}"
           implementation 
"org.apereo.cas:cas-server-support-radius:${project.'cas.version'}"
          // implementation 
"org.apereo.cas:cas-server-support-simple-mfa:${project.'cas.version'}"
            }
            projectsToAdd.each {implementation it}
        }
    }


I am able prepare image of container .Container is opperating. But i 
cannnot see any hits on network trafic  if i try to log to  singned 
services .Of course i cant log in.What more after   sudo docker -f logs 
<name_of_cont> i cannot see any problems with connection to radius side. 
Dears  Any idea ?



{
  "@class" : "org.jasig.cas.services.RegexRegisteredService",
  "serviceId" : "^(http|https|imaps)://*",
  "name" : "PRG_PABLO",
  "id" : 3,
  "evaluationOrder" : 0,
  "theme" : "nextor",
   "authenticationPolicy" : {
    "@class" : 
"org.apereo.cas.services.DefaultRegisteredServiceAuthenticationPolicy",
    "requiredAuthenticationHandlers" : ["java.util.TreeSet", [ "Radius" ]]
  }

}


Is it generaly possible auth via RADIUS in cas 6.3.x noweaday ?

Any debug setting  in log4j2.xml ?

-- 
- 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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/26d22ae4-119f-4452-adae-da222b2b91b0n%40apereo.org.

Reply via email to