How do I migrate Tomcat IDs to LDAP IDs ?
![]()
Sterling Ferguson-II (1.6k●8●268●264)
| asked Jul 03 '12, 3:58 p.m.
edited Jul 03 '12, 4:45 p.m. by Geoffrey Clemm (30.1k●2●30●35)
All,
I haven't seen my exact question: jdoe jdoe1 Are both in Tomcat derby DB. The users are now going to WAS and LDAP and they are (jdoe/jdoe1 in LDAP). Will this work or do I have to remove their IDs before hand? thanks
|
Accepted answer
![]()
Ralph Schoon (61.8k●3●36●43)
| answered Jul 04 '12, 3:03 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Hi Sterling,
please have a look here: https://jazz.net/library/article/831 If your user ID's in LDAP match the user ID's in Tomcat you can just switch to LDAP. In a nutshell, you have to make sure that the user ID's match (case sensitive or insensitive), otherwise you get new users or the login fails. If you need to you can disable case sensitivity. There is a way to change the user ID's manually before switching to LDAP. Sterling Ferguson-II selected this answer as the correct answer
|