rlm_perl question (was Re: General question about authentication/authorization)

Alan DeKok aland at ox.org
Sat Mar 18 16:13:30 CET 2006


Boian Jordanov <bjordanov at orbitel.bg> wrote:
> So, why were %RAD_CHECK and %RAD_REQUEST
> > made read-only?
> 
> Because perl hashes are not ordered.

  The only requirement is that attributes of the same name be ordered.

  This may change the way the module works (I haven't looked), but if
${RAD_REQUEST}{'attribute'} was an array of values rather than a
scalar, that should allow the hash to be writable.

  Alan DeKok.



More information about the Freeradius-Users mailing list