actions taken by FR server depending on the value returned by authenticate method
Hy all, I have a pair of questions about the values returned by a module. I would like to know which are the actions taken by the FreeRadius server when the authenticate method returns with: - RLM_MODULE_FAIL or - RLM_MODULE_INVALID Is the FR server behavior the same for both cases? Does the FR server send an Access-Reject packet in those cases? Thank you very much Regards, Peter ______________________________________________ LLama Gratis a cualquier PC del Mundo. Llamadas a fijos y móviles desde 1 céntimo por minuto. http://es.voice.yahoo.com
Peter Manckok wrote:
I would like to know which are the actions taken by the FreeRadius server when the authenticate method returns with: - RLM_MODULE_FAIL or - RLM_MODULE_INVALID
Is the FR server behavior the same for both cases?
In "authenticate" section, yes. It's different in "authorize" and "accounting".
Does the FR server send an Access-Reject packet in those cases?
In "authenticate" section, yes. For other section, I'd suggest to look directly at src/main/auth.c and src/main/acct.c. (search for RLM_MODULE_INVALID) -- Nicolas Baradakis
participants (2)
-
Nicolas Baradakis -
Peter Manckok