dwimberger / crowd-radius-server

A RADIUS server that delegates authentication to a Atlassian Crowd installation via the Crowd REST API.
Apache License 2.0
20 stars 12 forks source link

Does not work with latest Crowd Server Version (3.1.2) #6

Open sinfomicien opened 6 years ago

sinfomicien commented 6 years ago

Hello !

I tested your Radius Server against my Crowd Server 3.1.2, and i failed all the times. After few investigations, it seems that the rest client (2.1.6) does not send good informations to server.

To correct the problem, i had to get the latest crowd rest client (3.1.2). And i also have to change the java version (from 7 to 8), because of the atlassian jar for the crowd rest client was compiled against Java 8.

Will submit a PR to share the correction with you.