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

How can I create a user out of LDAP?

I need to create a user dedicated to builds. But all the users are in LDAP, because of this the button "Create User" is disabled.

How can I create a user out of LDAP?

0 votes



One answer

Permanent link
Hi Tayane,

When LDAP is enabled, a user and password will be authenticated against the LDAP server. The username and password must exist and are valid in order for the user to log in. So, you will need to add this dedicated build user in LDAP and import the user into CLM.

3 votes

Comments

Ok. I have done this, but my RTC properties are: ou=Employees,ou=MyCompany,dc=myCompany,dc=net,dc=br


I couldn't create a build user under "Employees" directory. How should I set this property to the RTC sees another directory in addition to "Employees"?

In this case, you may need to adjust the 'user base DN' property to point to the parent directory of both Employees and the directory that the 'build' user belongs to. For example, assuming your LDAP directory structure looks like below (where the group that your build user resides is at the same level as the 'Employees' directory):

dc=myCompany,dc=net,dc=br
   | ou=MyCompany
      |
ou=Employees
      | ou=OtherUsers
         |
cn=build_user

In the above case, you can set 'base user DN' to ou=MyCompany,dc=myCompany,dc=net,dc=br, so that user search starts at the 'ou=MyCompany' folder and searches for users in all sub-directories underneath it. Ensure that search sub-tree is true (I believe it's true by default).

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: Oct 30 '14, 8:55 a.m.

Question was seen: 3,139 times

Last updated: Nov 03 '14, 9:07 a.m.

Confirmation Cancel Confirm