2 May
2008
2 May
'08
2:47 p.m.
Andrew Olson wrote:
I would like to have my Perl authenticate method called after eaptls_process is done. I gather that since eap returns "handled" that no more processing is done. I'm pretty sure that I have Perl configured correctly, since it gets called on other requests. Am I missing something? If I ever get this working, I'll post the patch.
You should run the Perl module in the "authenticate" section, after the EAP module is called. Alan DeKok.