On 11/30/06, Jones Scott - sjones <[EMAIL PROTECTED]> wrote:




Is there a module that will work with AuthDBI to help lock a user out after
3 bad attempts

Not that I know of.  It is a harder problem than it might appear to
be.  Since HTTP is stateless, you'd need to write to a database on
each failed authentication attempt, and then figure out some way to
keep the database fresh.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to