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 security-role element in the above, which is required.

Re: Tomcat ldap authentication with 403 Forbidden error

2010-09-27 Thread Julio César Chaves Fernández
Hi, i'm working with Tomcat 5.5.31 ... but i've also tested this configuration on 6.0.29 and it displays the same error. The security-role is right below the security-constraint closing tag and above the login-config opening tag. Thanks. On Mon, Sep 27, 2010 at 12:37 PM, Caldarale, Charles R

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, the security-role

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

2010-09-27 Thread Julio
...@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, the security-role element normally comes /after/ login-config; not sure

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 chuck.caldar...@unisys.com 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 security-role element normally comes /after/

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 rfha...@yahoo.com wrote: --- On Mon, 9/27/10 at 11:24 AM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: The security-role is right below the security-constraint closing tag and above the

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 rfha...@yahoo.com a écrit : Oops, just saw the [solved] msg... --- On Mon, 9/27/10 at 7:55 PM, Bob Hall rfha...@yahoo.com wrote: --- On Mon, 9/27/10 at 11:24