Integrate LDAP with Jazz Team Server
![]()
Hi,
I am new to Rational and I want to Configure jazz team server with Ldap server (Active directory) in domain Testing.com so What should i write in Base User DN ,User Property Names Mapping , Base Group DN, Jazz to Ldap Group Mapping I am doing it for the first time so kindly help me out with this Thanks and Regards, Anurag Rajput |
2 answers
![]()
Karl Weinert (2.0k●5●27●36)
| answered Jul 11 '12, 9:16 a.m.
JAZZ DEVELOPER edited Jul 11 '12, 9:18 a.m.
That really depends on how you set it up.
Here is what mine looks like after changing the actual domain to testing.com to match yours I didn't set up the AD server but I'm assuming it is pretty much the default. BASE DN DC=testing,DC=com Base User DN CN=Users,DC=testing,DC=com User Property Names Mapping Note I map emailAddress to sAMAccountName because we don't use the email address in our domain. userId=sAMAccountName,name=cn,emailAddress=sAMAccountName Base Group DN Note my groups are in the same place as the users so the value is the same as the Base user DN CN=UsersDC=testing,DC=com Jazz to LDAP Group Mapping Note the group value to the right of the equal sign is the group name in AD JazzAdmins=JazzAdmins,JazzUsers=JazzUsers,JazzDWAdmins=JazzDWAdmins,JazzProjectAdmins=JazzProjectAdmins,JazzGuests=JazzGuests Group Name Property cn Group Member Property member |