Problem about sync RTC with LDAP
We have a problem about sync RTC with LDAP.
We used to use Tomcat User DB and we are now trying to use LDAP.
The configuration has been done well, then I ran -syncUsers.
After running -syncUsers, users in LDAP were imported, but those users can not login to RTC.
Also, when the users which were originally created in Tomcat User DB try to login, those users can not login with the password defined in LDAP.
They have to enter the password originally defined in Tomcat User DB.
Please let me know what I should do to use RTC with LDAP properly.
Regards
James
We used to use Tomcat User DB and we are now trying to use LDAP.
The configuration has been done well, then I ran -syncUsers.
After running -syncUsers, users in LDAP were imported, but those users can not login to RTC.
Also, when the users which were originally created in Tomcat User DB try to login, those users can not login with the password defined in LDAP.
They have to enter the password originally defined in Tomcat User DB.
Please let me know what I should do to use RTC with LDAP properly.
Regards
James
3 answers
Hi James,
this sounds as if the synchronization of users have been switched on but LDAP has not been properly enabled in Tomcat since the users are still picking up the tomcat-users.xml passwords. I'd suggest to check the help and try to figure if you have missed something I think I remember changing the tomcat server.xml or the RTC web.xml.
Thanks,
Ralph
this sounds as if the synchronization of users have been switched on but LDAP has not been properly enabled in Tomcat since the users are still picking up the tomcat-users.xml passwords. I'd suggest to check the help and try to figure if you have missed something I think I remember changing the tomcat server.xml or the RTC web.xml.
Thanks,
Ralph
Could anyone give me any suggestion?