moving from tomcat to was
we have an RTC 3.0.1 environment with tomcat. The authentication is managed with the tomcat internal users (tomcat-users.xml).
In order to implement the high availability configuration, we need to move this environment to WAS with a LDAP integration.
How can we migrate the users defined on tomcat?
Thanks in advance.
In order to implement the high availability configuration, we need to move this environment to WAS with a LDAP integration.
How can we migrate the users defined on tomcat?
Thanks in advance.
One answer
Hi angelo,
as far as i know you would have to set up the users in LDAP. You have to add the greoups and the ID's as used today in tomcat. You can export the user data to CSV files using the repotools. Wheather you can use that CSV export file to import into LDAP or not, probably relies on the ability of your LDAP tools.
You should definitely make sure to have the same user ID in LDAP to make sure there are no issues for the user to authenticate.
as far as i know you would have to set up the users in LDAP. You have to add the greoups and the ID's as used today in tomcat. You can export the user data to CSV files using the repotools. Wheather you can use that CSV export file to import into LDAP or not, probably relies on the ability of your LDAP tools.
You should definitely make sure to have the same user ID in LDAP to make sure there are no issues for the user to authenticate.