Re: Windows Local user Login

2010-04-01 Thread Stéphanie Cettou
. Let's solve one problem at a time. On 3/31/2010 11:25 AM, Stéphanie Cettou wrote: I have a JSP application and tomcat 5.5. my goal it to implement a login for this application with this mandatory rules: You can deal with password complexity once you've decided how your passwords

Re: Windows Local user Login

2010-04-01 Thread Stéphanie Cettou
Thanks!!! Now, I have a best idea. I will analyse all this for the next week. A very big Thanks! Stéphanie 2010/4/1 Christopher Schultz ch...@christopherschultz.net: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stéphanie, On 4/1/2010 3:12 AM, Stéphanie Cettou wrote: - the webapp

Re: Tomcat login

2010-03-31 Thread Stéphanie Cettou
Thank you very much, I will learn more for this solution. But all points of my issue list must be covered... And the other problem is that the user should be access everywhere (not only from their pc). And I have an other question, how I can get more roles at an user? A tomcat solution exist? Or

Windows Local user Login

2010-03-31 Thread Stéphanie Cettou
Hi, it is possible to do a windows authentication using local window xp users and Tomcat? I have Tomcat 5.5 and I will make a login to a jsp web site. I tested with Realm className=org.apache.catalina.realm.JDBCRealm and Realm className=org.apache.catalina.realm.JNDIRealm for Active

Re: Windows Local user Login

2010-03-31 Thread Stéphanie Cettou
solution now... thank you Stéphanie 2010/3/31 Christopher Schultz ch...@christopherschultz.net: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stéphanie, On 3/31/2010 10:08 AM, Stéphanie Cettou wrote: it is possible to do a windows authentication using local window xp users and Tomcat

Re: Windows Local user Login

2010-03-31 Thread Stéphanie Cettou
pointed out to you in your other thread, you have write your own code to catch sql exceptions when user logs in with expired, inactive, etc. passwords. Leo -Original Message- From: Stéphanie Cettou [mailto:s.cet...@gmail.com] Sent: Wednesday, March 31, 2010 8:25 AM To: Tomcat Users

Re: Tomcat login

2010-03-30 Thread Stéphanie Cettou
...the problem is to manage it from the web site... But, if there are an alternative, for me is ok. There are an other solution? Thanks, Stéphanie 2010/3/30 André Warnier a...@ice-sa.com: Stéphanie Cettou wrote:  Hi,  I use Tomcat 5.5.  I have a JSP application.  The login is implemented

Re: Tomcat login

2010-03-30 Thread Stéphanie Cettou
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

Re: Tomcat login

2010-03-30 Thread Stéphanie Cettou
/30 David kerber dcker...@verizon.net: On 3/30/2010 12:04 PM, Stéphanie Cettou wrote: 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