Empty vcard Strophe + openfire + AD

Greetings everyone,

Today i integrated my active directory in openfire which gave me a nice set of ad groups and users.

I am also using Strophe.js as an xmpp client to create a web application. With Strophe i send an xml stanza to the server

asking for the vcard of a certain user. But i get back an empty vcard.

vcard:

Does anyone have an idea why the openfire is not creating the proper vcards from my active directory?

Openfire uses defaults to access your AD tree.You might need to customise it further. Otherwise, switch on LDAP debugging and check your log files.

As you said the openfire server indeed works with defaults which where wrong for my AD tree,

Thank you for this

Kenneth