Skip to content

Populating Profiles with photos from LDAP

You can use the IBM® Tivoli® Directory Integrator assembly-line command load_photos_from_ldap to load the Profiles database with photos of your users.

Make sure that the Profiles database is already populated with users. The assembly line relies on the distinguished name to locate photos in LDAP.

  1. To load photos from LDAP:
  2. Open profiles_tdi.properties, locate the load_photos_from_ldap_attr_name property, and set it to the name of the LDAP binary attribute that contains the photo.

    Typical names for the LDAP binary attribute are photo;binary, jpegPhoto;binary, and image;binary, but you must use the same name that your LDAP uses. For example:

    load_photos_from_ldap_attr_name=photo;binary

  3. Run the load_photos_from_ldap assembly line command.

    Note: You must run this command for each LDAP server and each LDAP branch that contains photos.

Parent topic:Populating the Profiles database