19 Dec
2008
19 Dec
'08
4:43 a.m.
Quoting tnt@kalik.net:
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