2013/3/1 Alan DeKok <aland@deployingradius.com>:
Бен Томпсон wrote:
I tried checking out the git master code, but it just hangs when calling rlm_perl. This is the last line I see when running in debug mode :-
Fri Mar 1 12:46:49 2013 : Debug: (0) modsingle[authorize]: calling perl (rlm_perl) for request 0
I need rlm_perl as part of my setup...
Is Packet-Original-Timestamp definitely not usable in v2.x?
Don't ask leading questions like that. It's rude.
It is usable. Arran said it was usable. You were told this.
Hi Alan I am sorry, it was not intended to be rude. I misread Arran's email, and misunderstood what he told me.
If you want to add Event-Timestamp, when it isn't already there, do:
if (!Event-Timestamp) { update request { Event-Timestamp := "%l" } }
Many thanks, I will try this. Ben