8 May
2019
8 May
'19
5:37 a.m.
Good day! I use rlm_python plugin to add custom logic to the Freeradius. For logging purposes I want to know client IP address and target port. I check source code of freeradius and found that its possible to obtain this information from request structure. However I can't find how to get it from python code. Is it possible? Thanks