Re: [cas-user] Cant connect to freeradius for authentication users

2020-11-28 Thread irvan suryadi
Hai collin may I ask you about any quests, because i think we develop about same thing in CAS. irvan Pada Kamis, 12 November 2020 pukul 09.30.47 UTC+7 irvan suryadi menulis: > Hi Collin, > > > I've seen this configuration of your cas from other conversation, > and i think i need to use this

Re: [cas-user] Cant connect to freeradius for authentication users

2020-11-11 Thread irvan suryadi
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

Re: [cas-user] Cant connect to freeradius for authentication users

2020-11-09 Thread irvan suryadi
Collin, Hufff thanks collin, i didn't notice the different about implementation and compile before. and the other error is i place the dependencies in the build.gradle file. dependencies { if (project.hasProperty("casmodules")) { def dependencies =

Re: [cas-user] Cant connect to freeradius for authentication users

2020-11-06 Thread Colin Ryan
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 On 11/6/20 7:47 AM, irvan suryadi wrote: Hai collin, Thanks for the solution, i will use your recomendation. I

Re: [cas-user] Cant connect to freeradius for authentication users

2020-11-06 Thread irvan suryadi
Hai collin, Thanks for the solution, i will use your recomendation. I think maybe it was wrong with the configuration key. And i was read your recomend abaout radius to someone else before about add this dependencies inside:

Re: [cas-user] Cant connect to freeradius for authentication users

2020-10-30 Thread Colin Ryan
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

[cas-user] Cant connect to freeradius for authentication users

2020-10-30 Thread irvan suryadi
Hello, I have 6.1.2 cas installation. in this development i try to use freeradius as my auhtentication provider. but 'till this time it still not working. Is everyone have the same problem, and solve it before, need help. Thanks, Irvan My build.gradle dependencies : dependencies { if