Get EAP version and TLS method via radius attributes
Hello, I'm a newbie to freeradius so forgive my lack of knowledge. I use the rlm_python module during radius authentication / authorization and would like to know if during EAP authentication, attributes related to EAP can be fetched from the rlm_python module to determine the EAP method used and TLS version if possible. E.g we have functions like *authorize, authenticate, post_auth *which are called during a radius request for rlm_python and they all accept a vps argument containing a tuple of request attributes, e.t.c. Is it possible to fetch EAP method and TLS version from this vps argument ? Thanks
On Mar 25, 2022, at 4:02 AM, Ibaakee Ledum <ledumibaakee@gmail.com> wrote:
I use the rlm_python module during radius authentication / authorization and would like to know if during EAP authentication, attributes related to EAP can be fetched from the rlm_python module to determine the EAP method used and TLS version if possible.
You can look at request:EAP-Type to get the EAP type. There's no attribute to get the TLS version. I'm not clear why it would ever matter. Alan DeKok.
participants (2)
-
Alan DeKok -
Ibaakee Ledum