Actions
Feature #33
closedimplement module to be used with freeradius rlm_python
Description
using a python module should perform better than calling otpme as a script via "exec" modul.
there are examples available:
https://github.com/FreeRADIUS/freeradius-server/blob/master/src/modules/rlm_python/example.py
https://github.com/FreeRADIUS/freeradius-server/blob/master/src/modules/rlm_python/prepaid.py
Actions