Hi Filip

I was wondering exactly that. I think I would need to extend
DataSourceRealm to achieve User account lockout. Not sure how to proceed
but I think extending DataSourceRealm adding more attributes will
suffice.

If you think few pointers in the right direction will help, please do
let me know to approach doing this.

Thanks and I appreciate your quick response.

Cheers
Pawan

-----Original Message-----
From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] 
Sent: 19 April 2006 17:09
To: Tomcat Developers List
Subject: Re: FW: Cant find User Account Lockout feature in Tomcat-5.5.12

you could extend and implement your own realm that would take care of
this.

Filip


Pawan Dandawate wrote:
> Hi there
>
>  
>
> I am in need to implement User Account Lockout for 30 minutes after 3
> incorrect login attempts using Tomcat. I did achieve this (Setting
> Lockout Attributes for User Accounts) in the past on BEA WebLogic
> Application Server server by setting following attributes -
>
>  
>
> *     Lockout Enabled
> *     Lockout Threshold
> *     Lockout Duration
> *     Lockout Reset Duration
>
>  
>
> Unfortunately, it appears there are no corresponding attributes in
> Tomcat. Could you please point me any documentation or link or suggest
> me how can I achieve this.
>
>  
>
> My environment is:
>
>  
>
> *     Windows XP
> *     jdk1.5.0_06
> *     Apache_2.0.54-Openssl_0.9.8
> *     Tomcat-5.5.12
> *     Oracle 8i
>
>  
>
> Hoping to get advice soon.
>
>  
>
> Thanks
>
>  
>
> Regards
>
> Pawan
>
>
>
> This message has been scanned for viruses by BlackSpider MailControl -
www.blackspider.com
>
>   


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to