In freeradius, how to retrieve variable declared perl module to sites-available/default?
I have a perlmodule.pm with authorize, post_auth blocks. I’ve a variable in authorize block which do some ldap checks and save end result. I want to read this variable in sites-available/default file to compare the values.