8 Sep
2015
8 Sep
'15
7:59 a.m.
On 08-09-15 13:34, Harm van Tilborg wrote:
Hey there,
I'm using FreeRADIUS Version 2.2.8 and am wondering whether it is possible to ignore a request (i.e. send no reply at all) inside a rlm_perl module.
I tried returning either RLM_MODULE_NOOP, RLM_MODULE_INVALID, RLM_MODULE_FAIL, and RLM_MODULE_HANDLED (without setting any reply attributes) inside an authenticate function. Although, in the end, they all result in the server rejecting the request, which is not what I want.
Those are just the return values of the module. As to discarding packets: see the discussion at http://freeradius.1045715.n5.nabble.com/silently-drop-packet-access-request-... -- Herwin Weststrate