On Tue, Aug 23, 2016 at 12:51 PM, val john <valjohn1647@gmail.com> wrote:
Hi All
Thanks ,
On 23 August 2016 at 11:16, Janis Heller <janis.heller@outlook.de> wrote:
You can use of course a REST API (which is called by webrequest). Since Freeradius MySQL addon has no support for bcrypt() (I use bcryp() hashed passwords in my database for auth) I use a PHP script based REST API for Freeradius.
Is there any document that i can fallow to setup to push accounting data to REST API
The best one I can find is comments in the configuration https://github.com/FreeRADIUS/freeradius-server/blob/v3.0.x/raddb/mods-avail... If that doesn't work, or is not suitable for your needs, you should be able to use rlm_perl (http://wiki.freeradius.org/modules/Rlm_perl) and create your own perl function to push the data -- Fajar