Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

failed to log in on Tomcat with ITDS V6.0

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?

0 votes



13 answers

Permanent link
Who can give me a sampe web.xml for LDAP ?

0 votes


Permanent link
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 ?

0 votes


Permanent link
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

0 votes

1–15 items
page 2of 1 pagesof 2 pages

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Jan 12 '09, 9:36 a.m.

Question was seen: 10,593 times

Last updated: Jan 12 '09, 9:36 a.m.

Confirmation Cancel Confirm