Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

teamserver.properties file with LDAP configuration

Hello,

I am trying to cinfigure RQM on a Windows server to use LDAP authentication from my Active Directory. I am able to configure everything in the Jazz Team Server setup and it even test successfully. However, when I click on next and the web interface tries to save.. I recieve an error that the LDAP config could not be saved. Check your server log. Of course, there is nothing about this error in the server log.

My understanding is that the web interface updates the teamserver.properties file with the LDAP configuration.

I have not been able to find any sort of template so that I can set up the teamserver.properties manully. So, I am wondering if anyone out there has a teamserver.properties file that successfully works and that I could use to base my configuration off of.

Thank you in advance!!

Chris

0 votes



2 answers

Permanent link
this is a sample ldap configuration. You need to change it according to your configuration.

(Assumptions :
User Id property in LDAP : uid
Name property in LDAP : cn
Email property in LDAP : mail

Group Name property in LDAP : cn
Group member property in LDAP : member )


com.ibm.team.repository.ldap.registryLocation=ldap://localhost:389

com.ibm.team.repository.ldap.baseUserDN=ou=people,dc=jazz,dc=net
com.ibm.team.repository.ldap.userAttributesMapping=userId=uid,name=cn,emailAddress=mail
com.ibm.team.repository.ldap.findUsersByUserIdQuery=uid=?1
com.ibm.team.repository.ldap.findUsersByNameQuery=cn=?1*
com.ibm.team.repository.ldap.findUsersByAnyNameQuery=(| (cn=* ?1*) (cn=*_?1*))

com.ibm.team.repository.ldap.baseGroupDN=ou=JazzGroups,dc=jazz,dc=net
com.ibm.team.repository.ldap.groupNameAttribute=cn
com.ibm.team.repository.ldap.findGroupsForUserQuery=member={USER-DN}
com.ibm.team.repository.ldap.groupMapping=JazzAdmins=JazzAdmins,JazzUsers=JazzUsers,JazzDWAdmins=JazzDWAdmins,JazzGuests=JazzGuests
com.ibm.team.repository.ldap.membersOfGroup=member

--- Balaji


Hello,

I am trying to cinfigure RQM on a Windows server to use LDAP authentication from my Active Directory. I am able to configure everything in the Jazz Team Server setup and it even test successfully. However, when I click on next and the web interface tries to save.. I recieve an error that the LDAP config could not be saved. Check your server log. Of course, there is nothing about this error in the server log.

My understanding is that the web interface updates the teamserver.properties file with the LDAP configuration.

I have not been able to find any sort of template so that I can set up the teamserver.properties manully. So, I am wondering if anyone out there has a teamserver.properties file that successfully works and that I could use to base my configuration off of.

Thank you in advance!!

Chris

0 votes


Permanent link
cheublein wrote:
Hello,

I am trying to cinfigure RQM on a Windows server to use LDAP
authentication from my Active Directory. I am able to configure
everything in the Jazz Team Server setup and it even test
successfully. However, when I click on next and the web interface
tries to save.. I recieve an error that the LDAP config could not be
saved. Check your server log. Of course, there is nothing about this
error in the server log.

My understanding is that the web interface updates the
teamserver.properties file with the LDAP configuration.

I have not been able to find any sort of template so that I can set up
the teamserver.properties manully. So, I am wondering if anyone out
there has a teamserver.properties file that successfully works and
that I could use to base my configuration off of.

Thank you in advance!!

Chris


I ran into a similar problem where I tried to update the LDAP settings
using either the "jazz/admin" and "jazz/setup" pages. I was unable to
save the settings and would get the "check the server log" error.

It turned out that I had updated the tomcat server "web.xml"
incorrectly. I had placed the <security> entries outside of
the <servlet> section.

Once I fixed that and restarted the server it started to work correctly.

0 votes

Your answer

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Jan 13 '09, 3:20 p.m.

Question was seen: 6,122 times

Last updated: Jan 13 '09, 3:20 p.m.

Confirmation Cancel Confirm