On 25/03/2013 11:05, Olivier Beytrison wrote:Thank you for the answer and for the links Olivier, but I prefer don't use the syslog system if it's possilbe.
This is not possible directly from freeradius.
What you can do, is tell FreeRadius to log to your syslog deamon (like
syslog-ng) and then tell syslog-ng to write the log within an INSERT
statement for your database. Then you can send this to your database.
Those two links might help you :
http://wiki.freeradius.org/guide/Syslog-HOWTO
http://vermeer.org/docs/1
But this is beyond the scope of the freeradius list
Olivier
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Do you think it's possible instead to use a script (perl/bash anything else) after the request arrive and put it in a DB?