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

How to use ibm BluePage Photos for RTC users

I have configed Jazz Server to use LDAP authentication:

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

My question is how to config Jazz Server using Bluepages photo

0 votes



2 answers

Permanent link
It is not currently possible to import the LDAP photos into RTC
automatically. Enhancement 53877 is open to track the status of that
suggestion

-
Matt Lavin
Jazz Server Team


On Mon, 2008-12-15 at 07:27 +0000, wangjq wrote:
I have configed Jazz Server to use LDAP authentication:

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

My question is how to config Jazz Server using Bluepages photo

0 votes


Permanent link
It is not currently possible to import the LDAP photos into RTC
automatically.

Could I force the photo uploads with a POST action via cURL?
Well, I try this to upload photos and it works:
SET _photoFileLocation=./sample.jpg

curl -k -L -b cookies.txt -F "photoFileLocation=@%_photoFileLocation%" -# http://localhost:9080/jazz/service/com.ibm.team.repository.service.internal.IMemberPhotoService

But when I try to save this edit action (with JSON):
curl -k -L -b cookies.txt -H "Content-Type: text/json" -d photoLocation=%_photoLocation% -d photoSize=%_photoSize% -d photoContentType=%_photoContentType% -d photoChecksum=%_photoChecksum% -# http://%_host_with_port%/jazz/service/com.ibm.team.repository.service.internal.IAdminRestService/contributor

I got response:
HTTP/1.1 400 Bad Request


The request sent by the client was syntactically incorrect ().

:oops:
Thanks in advance.

Enhancement 53877 is open to track the status of that suggestion

Glad to hear it.
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

Question asked: Dec 15 '08, 2:20 a.m.

Question was seen: 6,304 times

Last updated: Dec 15 '08, 2:20 a.m.

Confirmation Cancel Confirm