21 Nov
2024
21 Nov
'24
8:06 a.m.
On Nov 21, 2024, at 4:08 AM, Hermann.Lauer@uni-heidelberg.de wrote:
I needed to extend some of the lua scripts provided in the freeradius source code
What lua scripts? v3 doesn't come with any lua scripts.
and used the python3 module for that. So if there is interest, I can provide a stripped down version version how this can be done. There are pitfalls, as with 3.2.x a config reload is not working due to some threading stuff.
Configuration reload in v3 only works for a very limited subset of the configuration. Doing reloads is hard. Alan DeKok.