[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gnu-radius] Authorisation Failure
From: |
Sergey Poznyakoff |
Subject: |
Re: [Help-gnu-radius] Authorisation Failure |
Date: |
Mon, 17 Mar 2003 11:32:54 +0200 |
> With the Netscape RADIUS, failed
> login attempts are tracked and if four (configurable) consecutive
> attemtps are made without success the account is automatically locked out.
>
> Can anyone suggest a way that this could be acheived?
The only way I see is via an extension authentication mechanism, e.g.
PAM, Exec-Program-Wait or Scheme-Procedure.
I am currently working on the trigger mechanism in radiusd that will allow
to execute user procedures upon some events (such as e.g. authentication
failure). I guess this is what you need. With the good luck the new
version should appear near the end of May.
Regards,
Sergey