Igor Xpinha <[email protected]> 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

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to