Certificate Properties.

Andrew Olson anolson at gmail.com
Fri May 2 21:31:14 CEST 2008


On Fri, May 2, 2008 at 2:47 PM, Alan DeKok <aland at 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
        }

}



More information about the Freeradius-Users mailing list