Re: Tomcat ldap authentication with 403 Forbidden error

2010-09-27 Thread Julio
Hehehe thanks anyway, i appreciate it. But yes, it was the comparison and the case of both words. Le 27/09/2010 à 21:57, Bob Hall a écrit : > Oops, just saw the [solved] msg... > > --- On Mon, 9/27/10 at 7:55 PM, Bob Hall wrote: > >> --- On Mon, 9/27/10 at 11:24 AM, Caldarale, Charles R >>

RE: Tomcat ldap authentication with 403 Forbidden error

2010-09-27 Thread Bob Hall
Oops, just saw the [solved] msg... --- On Mon, 9/27/10 at 7:55 PM, Bob Hall wrote: > --- On Mon, 9/27/10 at 11:24 AM, Caldarale, Charles R > > wrote: > > > > The security-role is right below the > > security-constraint > > > closing tag and above the login-config opening > tag. > > > > Sorry

RE: Tomcat ldap authentication with 403 Forbidden error

2010-09-27 Thread Bob Hall
Julio, --- On Mon, 9/27/10 at 11:24 AM, Caldarale, Charles R wrote: > > The security-role is right below the > security-constraint > > closing tag and above the login-config opening tag. > > Sorry, I missed it.  However, the > element normally comes /after/ > ; not sure if that's required by

Re: Tomcat ldap authentication with 403 Forbidden error [solved]

2010-09-27 Thread Julio
mail.com] >> Subject: Re: Tomcat ldap authentication with 403 Forbidden error > >> The security-role is right below the security-constraint >> closing tag and above the login-config opening tag. > > Sorry, I missed it. However, the element normally comes > /after

RE: Tomcat ldap authentication with 403 Forbidden error

2010-09-27 Thread Caldarale, Charles R
> From: Julio César Chaves Fernández [mailto:hent...@gmail.com] > Subject: Re: Tomcat ldap authentication with 403 Forbidden error > The security-role is right below the security-constraint > closing tag and above the login-config opening tag. Sorry, I missed it. However,

Re: Tomcat ldap authentication with 403 Forbidden error

2010-09-27 Thread Julio César Chaves Fernández
Charles R < chuck.caldar...@unisys.com> wrote: > > From: Julio César Chaves Fernández [mailto:hent...@gmail.com] > > Subject: Tomcat ldap authentication with 403 Forbidden error > > > i'm working with Tomcat > > What *exact* version? > > > This is th

RE: Tomcat ldap authentication with 403 Forbidden error

2010-09-27 Thread Caldarale, Charles R
> From: Julio César Chaves Fernández [mailto:hent...@gmail.com] > Subject: Tomcat ldap authentication with 403 Forbidden error > i'm working with Tomcat What *exact* version? > This is the security section in the app web.xml I don't see any element in the above, which

Tomcat ldap authentication with 403 Forbidden error

2010-09-27 Thread Julio César Chaves Fernández
Hi, i'm working with Tomcat and i've configured a Realm for user authentication against Oracle OID. Sniffing the communication between the client and the OID server everything seems to be fine, but when the user authenticates the application then displays the 403 forbidden error page. This is the

Re: Tomcat LDAP Authentication

2008-05-14 Thread John Russell
roleSearch="(memberUid={1})"/> On May 14, 2008, at 10:44 AM, [EMAIL PROTECTED] wrote: From: Christopher Schultz <[EMAIL PROTECTED]> Date: May 14, 2008 9:52:00 AM PDT To: Tomcat Users List Subject: Re: Tomcat LDAP Authentication Instructions for config

Re: Tomcat LDAP Authentication

2008-05-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John, John Russell wrote: | [Resubmitted. I did not see this appear in the digest, if you have | seen this before and replied, please accept my apologies] It came through before. You might have missed the cutoff for the digest - -- or maybe just mi

Tomcat LDAP Authentication

2008-05-14 Thread John Russell
Hi, [Resubmitted. I did not see this appear in the digest, if you have seen this before and replied, please accept my apologies] Is there a command line method to test an LDAP configuration? I could not find any log messages after basic authentication was denied. Perhaps the authentication log

Re: Tomcat LDAP Authentication

2008-05-13 Thread John Russell
Hi, Is there a command line method to test an LDAP configuration? I could not find any log messages after basic authentication was denied. Perhaps the authentication log is not in $CATALINA_HOME/logs? ldap://192.168.16.179"; userPattern="uid={0},ou=users,dc=mail,dc=owd,dc=net"

RE: Newbie: Tomcat LDAP Authentication

2008-05-12 Thread Caldarale, Charles R
> From: John Russell [mailto:[EMAIL PROTECTED] > Subject: Newbie: Tomcat LDAP Authentication > > 4) modified conf/web.xml to enable security-constraint Do you really want to modify conf/web.xml? Such security constraints will then apply to every webapp you have deployed, requiring

Re: Newbie: Tomcat LDAP Authentication

2008-05-12 Thread Filip Hanik - Dev Lists
John Russell wrote: Hi, I'm new to Tomcat though familiar with Apache, I'm trying to configure Authentication to an LDAP server but I've missed a step somewhere. From the documentation for JNDIRealm at http://tomcat.apache.org/tomcat-5.5-doc/realm-howto.html 0) I obtained ldap-1_2_4.zip from

Newbie: Tomcat LDAP Authentication

2008-05-12 Thread John Russell
Hi, I'm new to Tomcat though familiar with Apache, I'm trying to configure Authentication to an LDAP server but I've missed a step somewhere. From the documentation for JNDIRealm at http://tomcat.apache.org/tomcat-5.5-doc/realm-howto.html 0) I obtained ldap-1_2_4.zip from Sun Microsystems. 1)

Re: tomcat ldap authentication problem

2008-02-29 Thread Christian Andersson
we have tried it with the following.. IE6 and 7 on windows IE6 on linux (using ie4linux and wine) Firefox 2.0.12 on windows and on linux all behave the same.. all the tools we have to get information out from the ldap gives us the username out in utf-8 correctly so for me it looks like it is s

Re: tomcat ldap authentication problem

2008-02-29 Thread Christian Andersson
ofcourse, it would be better, but unfourtunally it is not up to me to enforce this policy, and we already have a lot of users with those character in both username and/or password.. we had the system up and running before but after switching the website over from ISO-8859-1 to UTF-8 it i sno l

Re: tomcat ldap authentication problem

2008-02-29 Thread Andris Eiduks
I think that better is for userID and passwords don't use national characters. In Latvia we time after time have similar problems ... Andris Eiduks On Fri, Feb 29, 2008 at 9:53 AM, Antonio Petrelli < [EMAIL PROTECTED]> wrote: > 2008/2/20, Christian Andersson <[EMAIL PROTECTED]>: > > all our htm

Re: tomcat ldap authentication problem

2008-02-28 Thread Antonio Petrelli
2008/2/20, Christian Andersson <[EMAIL PROTECTED]>: > all our html pages uses the utf-8 encoding, using slapcat and looking at > the content the data inside openldap seems to be using utf-8 (the output > from slapcat is at least utf-8,but I don't know if slapcat converts > anything) This might

Re: tomcat ldap authentication problem

2008-02-28 Thread Christian Andersson
anyone ? Christian Andersson skrev: Hi, we have setup Tomcat (6.0.10) to authenticate using form authentication against openldap (2.3.27) with the jndirealm and everything works alright except one little bit of a problem. if the user name has national characters in it (åæø for norwegian) or

tomcat ldap authentication problem

2008-02-20 Thread Christian Andersson
Hi, we have setup Tomcat (6.0.10) to authenticate using form authentication against openldap (2.3.27) with the jndirealm and everything works alright except one little bit of a problem. if the user name has national characters in it (åæø for norwegian) or the password does, the user cannot aut