Vcard and LDAP Read Issues

There is still an issue with the Vcard configuration out of the box .

  1. There is no mapping for the Company Name

<ORG>

<ORGNAME></ORGNAME>

</ORG>

  1. There is no mapping for the Windows AD picture field for 2000AD or 2003AD.

2000 AD Version

<PHOTO>

<TYPE>image/jpeg</TYPE>

<BINVAL></BINVAL>

</PHOTO>

2003 AD Version

<PHOTO>

<TYPE>image/jpeg</TYPE>

<BINVAL></BINVAL>

</PHOTO>

  1. Casey Harkins posted a fix on the form with a link to a source code patch that has not been implimented as the LdapVCardProvider.java file does not have the code to import the base64 binary string for the LDAP image. Here is the link to his patch.

http://www.upl.cs.wisc.edu/~charkins/openfire/openfire-3.3.2-ldap-binary-attribu tes.patch

  1. If you edit the Vcard in the openfire.xml file and go back and edit the config with the admin console it removes any field that are not visable from the admin console.

Just wondering when you are going to get around to these bug fixes that have been around for a long time.