Re: Windows Local user Login

2010-04-01 Thread Stéphanie Cettou
No, I'm not sure what I want...the only things sure is my mandatory (and optional) rules...but I don't know how I will make this... I ask for the windows local user while for me is more simple to create local user that install a new server with active directory...but if is necessary (or best) I

Re: Windows Local user Login

2010-04-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stéphanie, On 4/1/2010 3:12 AM, Stéphanie Cettou wrote: - the webapp running in a Microsoft Windows 2003 Server environment. Active directory is NOT use in this server. Got it. - Actually the users authenticate with a user/passwords/roles in a

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

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 Christopher Schultz
-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? Do you happen to be using ActiveDirectory? Realm className=org.apache.catalina.realm.JNDIRealm for

Re: Windows Local user Login

2010-03-31 Thread Stéphanie Cettou
I am confusing... I have a JSP application and tomcat 5.5. my goal it to implement a login for this application with this mandatory rules: - 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 -

RE: Windows Local user Login

2010-03-31 Thread Leo Donahue - PLANDEVX
: Windows Local user Login I am confusing... I have a JSP application and tomcat 5.5. my goal it to implement a login for this application with this mandatory rules: - Check type of password (more that 8 char, special char,...) - Ask new password every month (from the web site) - Block the user after 3

Re: Windows Local user Login

2010-03-31 Thread Stéphanie Cettou
List Subject: Re: Windows Local user Login I am confusing... I have a JSP application and tomcat 5.5. my goal it to implement a login for this application with this mandatory rules: - Check type of password (more that 8 char, special char,...) - Ask new password every month (from the web

Re: Windows Local user Login

2010-03-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stéphanie, It sounds to me like you're not sure what you want. Your original message was asking about how to authentication against a local Microsoft Windows user database (that is, NOT ActiveDirectory, which should be trivial). Now it sounds like