30 Aug
2016
30 Aug
'16
8:48 a.m.
On Aug 30, 2016, at 12:43 AM, val john <valjohn1647@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.