It's all about the answers!

Ask a question

failed to log in on Tomcat with ITDS V6.0


yu wang (48816245) | asked Jan 12 '09, 9:36 a.m.
Env:RTC(DB2/Tomcat /ITDS V6.0)

the group names in LDAP user directory are same from the Jazz group names,I don't update web.xml of tomcat.

After I run setting up succesfully, I can import users from ITDS(LDAP).,but NON-ADMIN users can't log in .
Error message:Incorrect User name or Password

Do I need to do anything?

13 answers



permanent link
yu wang (48816245) | answered Jan 26 '09, 10:51 p.m.
Who can give me a sampe web.xml for LDAP ?

permanent link
Matt Lavin (2.7k2) | answered Jan 27 '09, 9:48 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
Have you looked at LDAP4Dummies available on the wiki at:
https://jazz.net/wiki/bin/view/Main/LDAP4Dummies

-
Matt Lavin
Jazz Server Team


On Tue, 2009-01-27 at 03:57 +0000, openeis wrote:
Who can give me a sampe web.xml for LDAP ?

permanent link
yu wang (48816245) | answered Jan 28 '09, 12:11 a.m.
Have you looked at LDAP4Dummies available on the wiki at:
https://jazz.net/wiki/bin/view/Main/LDAP4Dummies

-
Matt Lavin
Jazz Server Team



The security Comments of web.xml (the LDAP group names are same from Jazz group names )
:

<servlet>

<servlet>
<servlet>default</servlet>
<display>Equinox Bridge Servlet</display>
<description>Equinox Bridge Servlet</description>
<servlet>org.eclipse.equinox.servletbridge.BridgeServlet</servlet>
<init>
<param>debug</param>
<param>0</param>
</init>
<init>
<param>listings</param>
<param>false</param>
</init>
<init>
<param>enableFrameworkControls</param>
<param>false</param>
</init>
<!--
<init>
<param>commandline</param>
<param>-console</param>
</init>
-->
<load>1</load>
</servlet>



<security>
<role>JazzAdmins</role>
</security>
<security>
<role>JazzDWAdmins</role>
</security>
<security>
<role>JazzUsers</role>
</security>
<security>
<role>JazzGuests</role>
</security>


<security>
<web>
<web>secure</web>
<url>/*</url>
</web>

<auth>
<role>JazzUsers</role>
<role>JazzAdmins</role>
<role>JazzGuests</role>
<role>JazzDWAdmins</role>
</auth>

<user>
<transport>CONFIDENTIAL</transport>
</user>
</security>

<security>
<web>
<web>adminsecure</web>
<url>/admin/cmd/*</url>
</web>

<auth>
<role>JazzAdmins</role>
</auth>

<user>
<transport>CONFIDENTIAL</transport>
</user>
</security>
<!--
<login>
<auth>BASIC</auth>
</login>
-->





error message:
incorrect user name or password

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.