rml_perl is not adding attributes to Access-accept

Bjørn Mork bjorn at mork.no
Wed Aug 3 11:23:34 CEST 2011


Igor Xpinha <fishsemxpinha at gmail.com> writes:

> # This is very important ! Without this script will not get the filled hashesh
> from main.
> use vars qw(%RAD_REQUEST %RAD_REPLY %RAD_CHECK);
> #use Data::Dumper;
>
> # This is hash wich hold original request from radius
> my %RAD_REQUEST;
> # In this hash you add values that will be returned to NAS.
> my %RAD_REPLY;
> #This is for check items
> my %RAD_CHECK;

drop the "my" scoping of any variables you want to change.


Bjørn




More information about the Freeradius-Users mailing list