Jump to content

How to assign user profile image to BPM apache LDAP


Omar Mohsin

Recommended Posts

Hi,

 

I've created a new users in the included TIBCO BPM apache LDAP and then assigned these users to the LDAP containers in BPM openspace.

However, as these users doesn't have their images assigned, when I write a comment in the case manager, the comment doesn't look formatted well as the user image is not assign. against this user.

Can anyone please help in how to assign an image to these newely created LDAP users

Regards,

Omar

Link to comment
Share on other sites

  • 1 year later...

Firstly, let me say that the Apache LDAP provided as part of the installation is meant only for PoC and demo applications, and is not intended for production.

All user entries within the Apache LDAP schema are based on the following Object Class hierarchy:

 

person

organizationalPerson

inetOrgPerson

 

The class inetOrgPerson has two properties capable of holding an image; "jpegPhoto" and "photo".

By deploying an Org-Model with an Resource Attribute defined, these LDAP atttributes can be mapped to a Resource Attribute within the LDAP Container definitions. There is no functionality within TIBCO BPM to assign and read these images other than as Base64 encoded values (all binary data is encoded as Base64 when read in to BPM). So, you may have to perform some external access to the users' LDAP entries to retrieve their image.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...