actions taken by FR server depending on the value returned by authenticate method
Nicolas Baradakis
nbk at sitadelle.com
Tue Feb 14 10:43:56 CET 2006
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
More information about the Freeradius-Users
mailing list