Using the authenticate function on rlm_python

Alan DeKok aland at deployingradius.com
Thu Nov 14 20:59:13 UTC 2024


On Nov 14, 2024, at 3:29 PM, Francis Augusto Medeiros-Logeay via Freeradius-Users <freeradius-users at 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.



More information about the Freeradius-Users mailing list