5 Jan
2006
5 Jan
'06
12:08 p.m.
Marta Lajas <marta_loops@yahoo.es> wrote:
I have a doubt about when FreeRadius server decides to send an Access-Accept or an Access-Reject packet.
Why ask the list when you can run it yourself and see?
When the authenticate module returns with a RLM_MODULE_REJECT, does the FR server send an Access-Reject packet? or does it occur later?
Yes. It *may* occur later because of "reject_delay". See radiusd.conf.
When the authenticate module returns with a RLM_MODULE_OK, does the FR server send the Access-Accept packet? or does it occur later?
Yes. And it's sent immediately. I can't help but think these questions are *not* the questions you want answered. What problem are you trying to solve? Alan DeKok.