10-04-2012 02:48 AM - last edited on 03-25-2019 08:49 PM by ciscomoderator
Hi,
we´re implementing jabber for windows with EDI, everything is working.
The customer is complaining that the name in the Jabber application is equal to the windows user id (SAMAccountname) and not "lastname, firstname".
When they add new users, they´re added also only with account name and the user must change it in the profile.
I have attached a screenshot to clarify the issue.
I think it´s a configuration issue in the jabberconfig.xml, can anyone help?
Thanks
Steffen
Solved! Go to Solution.
10-04-2012 04:46 AM
Cisco mapped the Nick Name (which is what appears in the client UI) to mailNickname by default. Use the Jabber Config Generator to modify this to displayName.
Please remember to rate helpful responses and identify helpful or correct answers.
10-04-2012 04:37 AM
Hi Steffen,
Can you post the contents of the xml file here? Are the computers part of domain?
Thanks,
Maqsood
10-04-2012 05:22 AM
10-04-2012 08:45 AM
Hi Steffen,
Looks like your problem is resolved by following Jonathan's suggestion. Regarding the xml file you posted, BaseFilter attribute has incorrect value. This has known to cause contact resolution problems. The syntex it a bit bizzare.
Instead of
it should be :
Note one closing parenthesis after person. This is documented in the admin guide. Generally you do not need to specify this attribute as "(&(objectCategory=person)" is the default value.
Thanks,
Maqsood
10-04-2012 04:46 AM
Cisco mapped the Nick Name (which is what appears in the client UI) to mailNickname by default. Use the Jabber Config Generator to modify this to displayName.
Please remember to rate helpful responses and identify helpful or correct answers.
10-04-2012 08:10 AM
Thank you, Jonathan!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide