Quoting [email protected]:

Using rlm_perl, if a request is received and I want to accept the
login without performing any normal auth (in authorize()), what would
I need to return?


Auth-Type Accept.

Thanks Ivan. I eventually figured out by trial and error that the following needs to be done in authorize():

...
$RAD_CHECK{'Auth-Type'} = 'Accept';
return RLM_MODULE_OK;

Cheers
Henry


-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to