31 Aug
2017
31 Aug
'17
7:39 a.m.
On Aug 31, 2017, at 2:46 AM, Johansson, Daniel (GIS) <Daniel.Johansson2@sony.com> wrote:
I use FreeRADIUS Version 2.2.6 I want to make a custom table and query for freeradius. sql is enabled in sites-enabled/default for 'post-auth {sql}' and postauth_query is populating radpostauth However my 'macuseradd_query ' is not run can anyone tell me why?
Why not just add a stored procedure to do multiple things? And then call the stored procedure from the postauth_query. And yes, you can't just invent things in the configuration file and expect them to do something. The documentation explains what those queries are, and when they're run. Alan DeKok.