Quantcast
Channel: Ignite Realtime : Discussion List - Openfire Support
Viewing all articles
Browse latest Browse all 4596

ldap name field not populating

$
0
0

I have OpenFire 3.10.0 using Spark 2.7.0. Openfire is integrated with AD and all seems to be work correctly, except that user's info from AD doesn't seem to be working correctly. When adding a buddy within Spark, it won't display their first/last name. It only shows their AD username. It also populates the nick name field with their AD username, but if you delete the nick name field and just click on, it populates {displayName} correctly which is the way I want it. I'm trying to figure out how to get the First and Last name fields to be populated with their first and last name fields for each other. Any idea how to do this or point me in the right direction?

 

 

<N>

<GIVEN>{displayName}</GIVEN>

</N>

<EMAIL>

<INTERNET/>

<USERID>{mail}</USERID>

</EMAIL>

<FN>{displayName}</FN>

<NICKNAME>{displayName}</NICKNAME>

<ADR>

<HOME/>

<STREET>{homePostalAddress}</STREET>

<PCODE>{homeZip}</PCODE>

<CTRY>{co}</CTRY>

</ADR>

<ADR>

<WORK/>

<STREET>{streetAddress}</STREET>

<LOCALITY>{l}</LOCALITY>

<REGION>{st}</REGION>

<PCODE>{postalCode}</PCODE>

<CTRY>{co}</CTRY>

</ADR>

<TEL>

<HOME/>

<VOICE/>

<NUMBER>{homePhone}</NUMBER>

</TEL>

<TEL>

<HOME/>

<CELL/>

<NUMBER>{mobile}</NUMBER>

</TEL>

<TEL>

<WORK/>

<VOICE/>

<NUMBER>{telephoneNumber}</NUMBER>

</TEL>

<TEL>

<WORK/>

<CELL/>

<NUMBER>{mobile}</NUMBER>

</TEL>

<TEL>

<WORK/>

<FAX/>

<NUMBER>{facsimileTelephoneNumber}</NUMBER>

</TEL>

<TEL>

<WORK/>

<PAGER/>

<NUMBER>{pager}</NUMBER>

</TEL>

<TITLE>{title}</TITLE>

<ORG>

<ORGUNIT>{department}</ORGUNIT>

</ORG>

</vCard>]]>"><![CDATA[


Viewing all articles
Browse latest Browse all 4596

Trending Articles