cisco reply attribute in perl module

Alan DeKok aland at deployingradius.com
Fri Jan 17 16:30:21 CET 2014


Mehdi Ravanbakhsh wrote:
> I need to reply multiply Cisco-AVPair attribute in perl module but i can
> not use any operation like += 
> 
> so what is the solution ?

  Put the values into an array.

  $RAD_REPLY{'Cisco-AVPair'} = (reply1, reply2, reply3);

  I think that's the right Perl syntax...

  Alan DeKok.


More information about the Freeradius-Users mailing list