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?
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
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
page 2of 1 pagesof 2 pages