Is it possible to change RTC authentication methods using WebSphere?
![]()
My company is moving from a numerical based login scheme to an alphanumeric.
Originally we used sun directory services and they are now moving over to AD. I am authenticating now using LDAP Has anyone ever done this? Is there a way to convert usernames from 1234567 to abcd1? We are using RTC for Build.. Work Item Tracking and Source Control. JTS/CCM/QM WAS 8.5 RTC 4.0 Oracle RHEL 5.8 Regards, Karl |
Accepted answer
![]()
Ralph Schoon (62.3k●3●36●43)
| answered Oct 02 '12, 3:59 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Oct 02 '12, 4:01 a.m.
Hi George,
there is a way that I think allows to change the user ID's. Warning, there are probably dragons. You can set the User Registry Type in the advanced properties of the applications to UNSUPPORTED. ![]() Once you did that, I understand you can change the user ID's of the users. However, usually I would assume that you keep the user ID's if switching authentication and use this only to fix some few user ID's. Warning! I have not tried that myself on a production system. If you do this wrong, I assume it is going to be a death trap. Warning! Please be aware that in doing so, you also remove their ability to login with the current registry. I would suggest to create a new Administration user in the new AD before you change all the other users and test it against the new AD. The Easiest way I can think of is to switch to Tomcat authentication temporarily. Again, you need to make sure you have at least an administrative user in Tomcat (tomcat-users.xml), before you do that. You can reenable the ADMIN/ADMIN account by setting com.ibm.team.repository.ws.allow.admin.access=true in all teamserver. properies where it is set to false. If you use Tomcat the tomcat-users.xml would at least contain this user. Make sure he has the admin role set in tomcat users. With WAS you could try to switch to the federated REALM https://jazz.net/library/article/97 and make sure to manage your ADMIN users. If you do use this while connected to the old AD, I would also suggest to switch off the nightly LDAP sync task, because you would get the old users synched in. I have not done this with a JTS and I am not sure if you only have to change the ID in JTS for it to be synched into the other applications, I would suggest testing it in a test environment and create a working procedure before trying this in production. Karl Athanasiou selected this answer as the correct answer
Comments ![]() FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
As an afterthought, I guess the trick is to get an ADMIN user that can authenticate against your new LDAP system created. I would test it the following way with a test system:
This process kinda makes me wish there was a utility similar to ClearCase sidwalk.
I do have a test env that I replicate the prod data to so I can try it out.
I'll post if anything worked and how it worked.
Thank you..
![]() FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
It is probably possible to automate the change like this:
George, a small tool that might help with some automation: http://rsjazz.wordpress.com/2012/10/12/changing-the-jazz-user-id-using-the-rtc-plain-java-client-libraries/
|
Comments
When you say "convert usernames", do you mean convert the usernames for users who already exist in RTC? Is this because the old usernames will no longer exist and the old users will have new usernames?
That is correct...