OpenLDAP and OpenFire

I recently installed latest version of openfire. I mapped some of the openldap attributes with openfire field but it seems the image option is not available. How can i make it associate with jpegPhoto so the image of ldap will always be show through OpenFire. Any hints suggestion greatly appreciated.

TIA

Sarose

I’'ve changed the code file LdapVCardProvider.java of the Openfire 3.3.0 source code to allow display full-info of a vCard 2.0 (photo, jpegPhoto, etc…) and allow update some attributes of the vCard.

Config file may was:

Ste 500

317 SW Alder St

Portland

Oregon

97204

USA

uid: home: shell:

image/jpeg

]]>

birthDate,jpegPhoto,…

Here is the source code of the LdapVCardProvider.java file and re-compiled openfire.jar file.