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 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

