RTC without LDAP configuration
3 answers
Hi,
Tomcat provides support without LDAP. It is the standard install. Use the Tomcat Authentication Realm.
Whebsphere allows to do the same called Federated Realm http://jazz.net/library/techtip/97
Ralph
Tomcat provides support without LDAP. It is the standard install. Use the Tomcat Authentication Realm.
Whebsphere allows to do the same called Federated Realm http://jazz.net/library/techtip/97
Ralph
If suppose we donot want to set LDAP configuration for RTC, is there any way to set up few local users accessing the RTC URL (https://localhost:9443/jazz). Any means we can have few users in database who can access RTC? Please let me know if thats possible and how can we do that...!
Hi,
please just follow the installation guide https://jazz.net/downloads/rational-team-concert/releases/2.0.0.2iFix3?p=gettingStarted.
Install with tomcat, run https://myserver:9443/jazz/setup and follow the wizard and read the prompts. Tomcat is selected as standard for authentication. If you do have selected LDAP switch back to Tomcat.
Please note, if you have a running database and users already you might have to recreate the users.
Ralph
please just follow the installation guide https://jazz.net/downloads/rational-team-concert/releases/2.0.0.2iFix3?p=gettingStarted.
Install with tomcat, run https://myserver:9443/jazz/setup and follow the wizard and read the prompts. Tomcat is selected as standard for authentication. If you do have selected LDAP switch back to Tomcat.
Please note, if you have a running database and users already you might have to recreate the users.
Ralph
Thanks alot for your info. Can you please provide the link where Tomcat provides support without LDAP.