Hi,

I use Radiator as a RADIUS PROXY and I want to log authentication
requests that are not replyed by any server into a MySQL database. How
can I do?
I used "NoReplyHook" but it seems to log only accounting request and not
authentication request.

Here is my conf:

<AuthBy RADIUS>
  Auth Port 1812
  AcctPort 1813
  Host x.x.x.x
  Identifier AcctAuth
  Retries 3
  RetryTimeout 5
  Secret mysecret
  NoReplyHook sub
{Radius::AuthGeneric::find('NO_RESPONSE')->handle_request(${$_[0]});}
</AuthBy>


Thanks for your help,
Vi-Thang.


===
Archive at http://www.starport.net/~radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to