Hi List
I have a number of radiator servers (radiator 4.9) handling auth+acct and
storing radius accounting data in local postgresql databases. At the same
time I need to "feed" all the radius accounting data I'm receiving to a
third party's data processing server using RADIUS protocol, so that it
On 01/24/2012 04:20 PM, Traiano Welcome wrote:
> I have a number of radiator servers (radiator 4.9) handling auth+acct and
> storing radius accounting data in local postgresql databases. At the same
> time I need to "feed" all the radius accounting data I'm receiving to a
> third party's data proc
I'm seeing some weird errors and behavior trying to use the freeze method from
Storable. Is there a special trick to making it work in hook code?
I saw a reference on the cpan page for special handling when used in a 'Safe'
compartment.. is that what's happening here? For reference.. for
de
On 01/24/2012 10:44 PM, Jared Watkins wrote:
> I'm seeing some weird errors and behavior trying to use the freeze method
> from Storable. Is there a special trick to making it work in hook code?
I have not used Storable myself, but if you could reply with some
examples I can take a a look.
No
Hello Triano -
The way I generally do this sort of thing is with Handlers (not Realms):
…..
# accounting
AuthByPolicy ContinueAlways
# proxy to remote
…..
# normal local processing
…..
# authen
I figured out that I have to call it directly like Storable::nfreeze(\%x) but
the error I was getting for other way was:
Bizarre copy of HASH in refgen at
Now.. I'm passing the value in as a bound parameter in the hook and according
to a length call on the variable.. it's going in with an avera