On Fri, May 2, 2008 at 2:47 PM, Alan DeKok <aland@deployingradius.com> wrote:
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.
This is what my authenticate section looks like. Should it be different? authenticate { # MSCHAP authentication. Auth-Type MS-CHAP { mschap } Auth-Type EAP { eap perl } }