LDAP configuration question
I'm at a customer trying to configure LDAP authentication with Tomcat for RTC.
Is it mandatory that they have special groups in their LDAP repository that map to the Jazz roles (JazzUsers, JazzAdmins, etc.)? He doesn't think that he can get the LDAP administrators to add any Jazz-specific fields (or any other new fields, for that matter). Can we still use LDAP to just pull the user information, and configure their roles within RTC admin itself? Thanks, Gary |
15 answers
The "Jazz to LDAP Group Mapping" field cannot be empty. If you don't use groups at all, how do you fill in that field? Gary, I just talked to an engineer who said that you have to manage users+groups in LDAP or in RTC. You cannot split the two up. Either I was doing something I should not have done or things have changed since pre v1.0. I will look for the VM image where I was running that configuration. If I can find it I will post the configuration here. |
Geoffrey Clemm (30.1k●3●30●35)
| answered Nov 10 '09, 2:08 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
To my knowledge, LDAP groups are required if you are using LDAP user
authentication. The work item to remove this requirement is 86995. It is currently marked as "high priority" for RTC-3.0. Cheers, Geoff garymu wrote: Thank for the information, Jas. |
Group information is used to authorize user operations. For example, only users with jazzAdmins authority can create new users in the repository.
Here are the steps to use LDAP authentication / authorization in RTC without creating new groups in LDAP. This is - configure LDAP authentication in WAS - While mapping users and groups, add the appropriate users to the 4 Jazz groups. for e..g Users A, C, D and E are mapped to JazzAdmins group. Users X, Y and Z are mapped to JazzUsers group. - Users are authenticated using the information provided in WAS - RTC retrieves group information (before performing user operations) from application server. The application server uses the information provided in step 2 to return the group information. - Provide some dummy values in LDAP setup wizard. The group information of a user will not be shown in the user editor. --- Balaji Jazz Server Team To my knowledge, LDAP groups are required if you are using LDAP user Thank for the information, Jas. |
Balaji:
Thanks for the reply. Are the instructions for Tomcat pretty much the same? Gary |
In Tomcat, you cannot map list of users to a group. Thats why I mentioned that the prereq for this solution is WAS.
--- Balaji Balaji: |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.