LDAP integration problem
I have set up RTC 1.0.1, and I configure it to connect to a LDAP, now I have can see the users in the LDAP in the import user page of RTC, I have import serveral users and assign them with the RTC Developer license. However, when I try to use any of the imported use id to login to RTC, it fails. It says that "incorrect user id or password", but the user id and password both are correct.
4 answers
The authenticate is managed by the container (WEbSphere / Tomcat). Please take a look at the tech notes available to configure LDAP on Tomcat / WebSphere.
--- Balaji
--- Balaji
I have set up RTC 1.0.1, and I configure it to connect to a LDAP, now I have can see the users in the LDAP in the import user page of RTC, I have import serveral users and assign them with the RTC Developer license. However, when I try to use any of the imported use id to login to RTC, it fails. It says that "incorrect user id or password", but the user id and password both are correct.
Did you also update the server.xml. Server.xml has information about the user database to be used for authentication.
If you can login in as ADMIN/ADMIN, you are still using tomcat user database.
--- Balaji
If you can login in as ADMIN/ADMIN, you are still using tomcat user database.
--- Balaji
Yes, I have configured the web.xml under tomcat/webapps/jazz. When I login by ADMIN/ADMIN, I also could see the user list that has been imported from LDAP, then I assign the role to the user by the ADMIN/ADMIN.