downloading, compiling and testing... will let you know.
Thanks!

--- On Tue, 2/5/13, [email protected] <[email protected]> wrote:

From: [email protected] <[email protected]>
Subject: Re: profile picture url
To: [email protected]
Date: Tuesday, February 5, 2013, 3:37 AM

you can try with latest SVN, the key would be:ldap_user_picture_uri
Only an absolute URL makes sense, since the UI will otherwise use the string in 
the picture_uri of the user entity and send a request to an OpenMeetings 
servlet.


But if the String in picture_uri starts with "http" it should directly download 
and rescale it.
Make sure your profile pics are are at appropriate sizes (not 2MB each one), 
otherwise the entire app could get slow while downloading the profile pic. 
Something like 24x24pixels mights be good.



Sebastian


2013/2/5 Vieri <[email protected]>


I can set the attribute in my LDAP/AD if you want me to test it via svn.

--- On Tue, 2/5/13, [email protected] <[email protected]> wrote:



From: [email protected] <[email protected]>


Subject: Re: profile picture url
To: [email protected]
Date: Tuesday, February 5, 2013, 3:21 AM



Yes,

I was just looking at that. Indeed there is no key defined for that. But that 
would be the solution that makes the most sense.
Its probably not that hard, but I can't test it cause I have no LDAP. Do you 
have the attribute already in Ldap?





Sebastian


2013/2/5 Vieri <[email protected]>




By the way, the OM LDAP module doesn't allow to specify a picture URI, right?
The ideal scenario would be for me to store the picture URI within the LDAP 
directory and upon LDAP user login, OM would upload the picture URI correctly.





--- On Tue, 2/5/13, Maxim Solodovnik <[email protected]> wrote:





From: Maxim Solodovnik <[email protected]>
Subject: Re: profile picture url
To: "user" <[email protected]>




Date: Tuesday, February 5, 2013, 3:15 AM

images can not be just added to the file system :(DB should be updated 
correspondingly

On Tue, Feb 5,
 2013 at 3:12 PM, Vieri <[email protected]> wrote:

Thanks.
Actually my users log in via LDAP.





So the user records are cerated in the 'users' tabel as soon as they correclty 
log in for the first time. But the pictureurl is invalid.
I don't want each user to upload their own pictures (they can do so if they 
wish but I'd like their default picture to be loaded).






So maybe I could use the http://openmeetings.apache.org/FileService.html calls 
to "update" a user's profile picture...






--- On Tue, 2/5/13, [email protected] <[email protected]> wrote:






From: [email protected] <[email protected]>




Subject: Re: profile picture url
To: [email protected]

Date: Tuesday, February 5, 2013, 3:08 AM

If you plan to login external users with their own profile pic the best way 
would be to do the via the REST/SOAP API. 
Almost any SOAP/REST call contains the pictureUri as parameter for the 
setUserObjectXYZ... call:







http://openmeetings.apache.org/UserService.html

There is some simple sample PHP script that does login some random user into 
OpenMeetings (even with a profile pic):







http://svn.apache.org/repos/asf/openmeetings/trunk/plugins/facebook_connect/test.php






Sebastian



Sebastian


2013/2/5 Vieri <[email protected]>







Is there a way to do this on the OM server directly without user/client 
intervention?
I'd like to do a script which takes the OM user ID as input and searches its 
picture in a custom database and uploads/copies it to the OM server to the 
appropriate user profile directory.







Is there already a way to do this?

thanks,

Vieri 

--- On Tue, 2/5/13, Maxim Solodovnik <[email protected]> wrote:








From: Maxim Solodovnik <[email protected]>
Subject: Re: profile picture url
To: "user" <[email protected]>







Date: Tuesday, February 5, 2013, 2:38 AM

you should upload picture by updating user profile (this is the only option I 
know)

On Tue, Feb 5, 2013 at 2:35 PM, Vieri <[email protected]> wrote:








I'm not sure if the pictureurl field in table 'users' can be set to something 
like http://myserver.com/pictures/user_id.jpeg ?








I suppose not... I believe the picture must be uploaded to the OM server 
"upload" directory.
Is that right?

Vieri 

--- On Mon, 2/4/13, [email protected] <[email protected]> wrote:









From: [email protected] <[email protected]>








Subject: Re: profile picture url
To: [email protected]
Date: Monday, February 4, 2013, 9:56 PM








yes,


*.psd;*.tiff;*.bmp;*.svg;*.dpx;*.exr;*.jpg;*.jpeg;*.gif;*.png

should all work.

Sebastian


2013/2/5 Vieri <[email protected]>










Hi,



Are jpeg pictures allowed/supported for the user profile?

gif images seem to work but no luck for me with jpeg.



Thanks,



Vieri






-- 
Sebastian Wagner
https://twitter.com/#!/dead_lock










http://www.webbase-design.de
http://www.wagner-sebastian.com










[email protected]




-- 
WBR
Maxim aka solomax




-- 
Sebastian Wagner





https://twitter.com/#!/dead_lock


http://www.webbase-design.de
http://www.wagner-sebastian.com







[email protected]




-- 
WBR
Maxim aka solomax




-- 
Sebastian Wagner
https://twitter.com/#!/dead_lock




http://www.webbase-design.de
http://www.wagner-sebastian.com




[email protected]




-- 
Sebastian Wagner
https://twitter.com/#!/dead_lock


http://www.webbase-design.de
http://www.wagner-sebastian.com


[email protected]

Reply via email to