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

LDAP User Property Names Mapping all parameters in JTS

Hello Team,


I am using JTS 6.0.2, Is there any other attribute apart from UserId,Name & emailAddress in User Property Names Mapping. like department & Phone number etc.

My server is stup to sync user details from LDAP and i need users department information how can i do it

 User Property Names Mapping: userId=uid,name=cn,emailAddress=mail 

0 votes


Accepted answer

Permanent link

No, JTS only sync these 3 attributes (userid, name, emailAddress).

Pankaj Sharma selected this answer as the correct answer

1 vote


One other answer

Permanent link

You could write your own scheduled task to achieve that:

  1. Retrieve contributor
  2. Query LDAP to get other attributes for contributor (e.g., department, phone number, etc.)
  3. Update contributor with the retrieved values
See https://jazz.net/wiki/bin/view/Main/AsynchronousTasks for technical details.
Cheers.

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
× 7,613
× 6,177

Question asked: Oct 17 '17, 1:35 p.m.

Question was seen: 4,230 times

Last updated: Oct 18 '17, 4:41 a.m.

Confirmation Cancel Confirm