Re: Tomcat with LDAP

2003-04-03 Thread Gabriel Santonja
On Wed, 2 Apr 2003 15:33:42 -0600 Jonathan Eric Miller [EMAIL PROTECTED] wrote: JNDIRealm is broken and unusable. really? on what version?. Because it's working not so bad in 4.1.18. realm documentation is good for this. exemple of conf in server.xml: Valve

Re: Tomcat with LDAP

2003-04-03 Thread Gabriel Santonja
Sorry i've made an error : to bind with encrypted password in ldap you must delete this line too : userPassword=userPassword so the result is Realm className=org.apache.catalina.realm.JNDIRealm debug=99 connectionURL=ldap://XX.XX.XX.XX:389;

Re: Single sign on problem!!

2003-04-01 Thread Gabriel Santonja
On Tue, 01 Apr 2003 13:54:23 +0100 Madhavi Thottempudi [EMAIL PROTECTED] wrote: Bringing the post up!! Any suggestions on this?? Please let me know...Thanks -M Ok, I'm not sure but 1) Is your realm correctly configure?. Are you sure that your realm isn't protect only your context. Try to

Re: Single sign on problem!!

2003-04-01 Thread Gabriel Santonja
On Tue, 01 Apr 2003 14:29:57 +0100 Madhavi Thottempudi [EMAIL PROTECTED] wrote: Hi ! Thanks for UR reply. I am doing everything U were suggesting me to (pls see my previous mail). I know that the realm is working well, because it is authenticating the user properly and yes, I did put that

Re: Do you run Tomcat with SSL?

2003-03-14 Thread Gabriel Santonja
On Thu, 13 Mar 2003 19:51:57 -0800 (PST) Mark Liu [EMAIL PROTECTED] wrote: I know you guys have your great strategies in balancing Apache and Tomcat. But, my project isn't really so picky about efficiency, so I simply run Tomcat with SSL all the time. It simplifies my project a little

Realm Authentication over SSL

2003-03-13 Thread Gabriel Santonja
Hello, I'am trying to authenticate an user with tomcat/SSL and using FORM realm. Now I can't use the SSL only when the user give his password. Is it possible?. Thank you ___ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !

Re: configuring j_security_check in Tomcat

2003-03-13 Thread Gabriel Santonja
I'm new to Tomcat (especially for advanced configuration like JNDI or security management) I've heared about using the security mechanism j_security_check and I'd like to use it. However, I don't know how to configure it in Tomcat. Read the realm Howto of tomcat to use it. I try to