5 May
2008
5 May
'08
2:54 p.m.
Andrew Olson wrote:
You still haven't indicated why the perl module isn't running after eap. If I put it before eap in the config, the module runs. After eap, you can see from the trace that it doesn't run.
Yes. The eap module returns "handled", which means "not authenticated yet, send Access-Challenge". If you want your module to run only when the user is authenticated, you need to run it when the eap module returns "ok". Alan DeKok.