14 Nov
2024
14 Nov
'24
3:59 p.m.
On Nov 14, 2024, at 3:29 PM, Francis Augusto Medeiros-Logeay via Freeradius-Users <freeradius-users@lists.freeradius.org> wrote:
I am trying to write a python script to be used by the python module of Freeradius.
My main goal is to send an Access-Challenge to the user so that he would reply to that challenge.
Ok.
On perl, usually this «Response-Packet-Type» is configured on RAD_CHECK. But how do we send this in Python?
It's almost the same thing. See the documentation in mods-available/python3. Set pass_all_vps = yes And then modify the "config" list. Alan DeKok.