27 Sep
2007
27 Sep
'07
10:38 a.m.
In auth.c, there is: .. Should this be the following instead (like the comment suggests?)
No. The execution of post-auth type = reject is done in event.c.
Thanks... hmm.. yet, I want to run through my post-auth handler right after the inner auth of a peap request (which used to work, I think). Any suggestions would be appreciated. Putting the rad_postauth() on that line does the trick though. David