You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Stéphanie Cettou <s....@gmail.com> on 2010/03/30 16:21:12 UTC

Re: tomcat jsp, login strategy

2010/3/30 Stéphanie Cettou <s....@gmail.com>:
> Hi,
>
> I have a JSP application.
> The login is implemented with database.
>
> <Realm  className="org.apache.catalina.realm.JDBCRealm" ....
>
> I need to increase the security. I want that the user have only 3
> retry for the login, the user must change the password every months, I
> need a password policy (8 char, Maj and min,...).
>
> How I can implement this?
>
> I think to use active directory, but I can't manage user and passwords
> directly with tomcat, or yes?
>
> Thanks,
>
> Stéphanie
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: tomcat jsp, login strategy

Posted by Mark Thomas <ma...@apache.org>.
This isn't a question for the dev list.

http://tomcat.apache.org/lists.html

On 30/03/2010 15:21, Stéphanie Cettou wrote:
> 2010/3/30 Stéphanie Cettou <s....@gmail.com>:
>> Hi,
>>
>> I have a JSP application.
>> The login is implemented with database.
>>
>> <Realm  className="org.apache.catalina.realm.JDBCRealm" ....
>>
>> I need to increase the security. I want that the user have only 3
>> retry for the login, the user must change the password every months, I
>> need a password policy (8 char, Maj and min,...).
>>
>> How I can implement this?
>>
>> I think to use active directory, but I can't manage user and passwords
>> directly with tomcat, or yes?
>>
>> Thanks,
>>
>> Stéphanie
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: dev-help@tomcat.apache.org
> 




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org