Lock out user after too many enter incorrect password attempts for web users

Is there a setting to enable “Lock out user after too many incorrect password attempts for web users” in Domino 6 / Domino 6.5?

Can this be done in Domino 6/6.5? how?

Thanks

Subject: Lock out user after too many enter incorrect password attempts for web users

As far as I know, there is no such setting in 6 either.

I have implemented this functionality, though, with a custom login form and an agent. You have to put it together in an unorthodox way, but it can be done.

You can also write a DSAPI filter for this purpose.

Subject: RE: Lock out user after too many enter incorrect password attempts for web users

Can you provide me the script sample for item no 1?

Thanks.