What are supported backends to store accounting data

Fajar A. Nugraha list at fajar.net
Tue Aug 23 08:00:40 CEST 2016


On Tue, Aug 23, 2016 at 12:51 PM, val john <valjohn1647 at gmail.com> wrote:

> Hi All
>
> Thanks ,
>
> On 23 August 2016 at 11:16, Janis Heller <janis.heller at 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-available/rest

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


More information about the Freeradius-Users mailing list