What are supported backends to store accounting data
Alan DeKok
aland at deployingradius.com
Tue Aug 30 14:48:26 CEST 2016
On Aug 30, 2016, at 12:43 AM, val john <valjohn1647 at gmail.com> wrote:
> URL http://freeradius.org/features.html doesn't mention anything about API
> support to send authentication information .
Because the REST module documents how the REST code works. So... read the REST module documentation.
And you don't want to send EAP, CHAP, MS-CHAP, etc. over to another system via a REST call. It might work, but it means you're re-implementing a RADIUS server in the REST API. That's wrong.
Use the REST API to get the "known good" password for the user. Let FreeRADIUS do the authentication.
Alan DeKok.
More information about the Freeradius-Users
mailing list