Ldap.namefield {givenname} {sn}

I had this working before, but ever since I upgraded to 3.6a the name field is improperly mapped…

I had it mapped before in my openfire.xml file like this

portion of my openfire.xml


{givenName}
{sn}



{mail}

{displayName}
{displayName}

now that I upgraded - the value inside the ’ ldap.nameField ’ of the ’ ofProperty ’ table is set to ’ givenName ’

How do I get it back the way it was before, where the roster list names appeared as ’ Firstname Lastname ’ ?

Any ideas?

Thank you!

Within the openfire admin website, navigate to the system properties, locate ldap.nameField and change its value to displayName.