It's all about the answers!

Ask a question

LDAP User Property Names Mapping all parameters in JTS


Pankaj Sharma (401169) | asked Oct 17 '17, 1:35 p.m.

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 

Accepted answer


permanent link
Isabel Murakami (3811615) | answered Oct 17 '17, 3:11 p.m.

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

Pankaj Sharma selected this answer as the correct answer

One other answer



permanent link
SEC Servizi (97123660) | answered Oct 18 '17, 4:41 a.m.

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.

Your answer


Register or 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.