I will get the "issue" list, because I think that with Tomcat 6 I
can't do all..(But I don't know Tomcat)
- Get more roles at an user (my code is ready for a JDBCRealm login) *
read/modify pages and object
- Check type of password (more that 8 char, special char,...)
- Ask new password every month (from the web site)
- Block the user after 3 failed login
- Block inactive user (ex after 90 days)
- (ev. Single-Sing-On for some users, but I think not possible with
more active directory) not Mandatory
- Add/modify/delete user from web site

I can do it with Tomcat 6 update? how?
Or it exist others solution / applications?

thanks,

Stéphanie

2010/3/30 Caldarale, Charles R <chuck.caldar...@unisys.com>:
>> From: Stéphanie Cettou [mailto:s.cet...@gmail.com]
>> Subject: Re: Tomcat login
>>
>> There are an other solution?
>
> Best if you can upgrade to Tomcat 6 (usually very easy to do from 5.5), and 
> then use the CombinedRealm in conjunction with the JNDIRealm and LockOutRealm:
>
> http://tomcat.apache.org/tomcat-6.0-doc/realm-howto.html#CombinedRealm
> http://tomcat.apache.org/tomcat-6.0-doc/realm-howto.html#JNDIRealm
> http://tomcat.apache.org/tomcat-6.0-doc/realm-howto.html#LockOutRealm
>
> You always create a custom Realm to extend the capabilities of the above.
>
>  - Chuck
>
>
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
> MATERIAL and is thus for use only by the intended recipient. If you received 
> this in error, please contact the sender and delete the e-mail and its 
> attachments from all computers.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to