I have an LDAP integrated openfire server version 3.6.4. When adding a user through the search I’d like the nickname to populate their displayname, not the username. This confuses users and they end up having to rename the user on adding them or after adding them. I’ve messed with the vcard settings but that doesn’t seem to work for me. Am I at least lukewarm in messing with the vcard? Is there something else or what might I be missing here? My vcard settings are currently:
<![CDATA[{cn}
{mail}
{displayName}
{homePostalAddress}
{homeZip}
{co}
{streetAddress}
{l}
{st}
{postalCode}
{co}
{homePhone}
{mobile}
{telephoneNumber}
{mobile}
{facsimileTelephoneNumber}
{pager}
{title}
{department}
]]>
I tried putting (bold - emphasis mine):
<![CDATA[{cn}
{mail}
{displayName}**{displayName}**
{homePostalAddress}
{homeZip}
{co}
{streetAddress}
{l}
{st}
{postalCode}
{co}
{homePhone}
{mobile}
{telephoneNumber}
{mobile}
{facsimileTelephoneNumber}
{pager}
{title}
{department}
]]>
And restarting openfire, but no go.
Help is much appreciated!