10 Oct
2012
10 Oct
'12
1:40 p.m.
On 10/10/12 18:30, Andrew Precht wrote:
Found Auth-Type = perl # Executing group from file /etc/raddb/sites-enabled/default +- entering group perl {...} rlm_perl: perl_embed:: module = /etc/raddb/sjpl.pl , func = authenticate exit status= Undefined subroutine &main::get called at /etc/raddb/sjpl.pl line 92.
Pretty clear - you've got a bug in the perl script. Fix it. You need a "func_authenticate" in your perl script, and it needs to *work*. Fix the code on line 92 of the script.