25 Mar
2022
25 Mar
'22
8:35 a.m.
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.