It's all about the answers!

Ask a question

How to create user out of AD to login in RTC?


Shuchita Tripathi (31436595) | asked May 05 '15, 3:52 a.m.
Hi,
We user LDAP for logging in to RTC. But sue to some reasons, we need to create 2 users who are not a part of our AD.
I am able to create those two users, but they are not able to login.

Steps I followed:
1. Created a user (testuser) in Websphere Application Server and assigned password.
2. Added user in LocalJazzUser group
3. Created a user (testuser) in RTC.

After performing these steps, when i try to login with test user, I am unable to.
Is there any step which I am missing?

Accepted answer


permanent link
Jia Jia Li (8058157192) | answered May 05 '15, 4:04 a.m.
You must have config the was security to use LDAP for user authentication.
If you want to use WAS local user, please follow these steps:
1. You should ensure you use Federated Repository but not Standalong LDAP in WAS security->Global Security-> User account repository, choose "Federated repositories", click "configure.." to add ldap relm (You can refer WAS online help).  Remember to restart WAS when you change the config. Backup your was configuration before restart.
2. Create user in WAS. You have done this step
3. Mapping the user to JazzUser in JTS.war and CCM.war application in WAS. Remember to restart application when you change the mapping.
4. create user in RTC. You have done this step
Shuchita Tripathi selected this answer as the correct answer

Comments
Ralph Schoon commented May 05 '15, 4:45 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

Shuchita Tripathi commented May 07 '15, 11:14 a.m. | edited May 07 '15, 11:14 a.m.

Thanks Jia and Ralph.

It worked.

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.