Hello,
I have a problem with my Ejabberd I can connect on it from my jitsi client with my active directory account but search contact doesn´t works.
my configuration file ejabberd.yml :
mod_vcard:
db_type: ldap
host: "ad.example.org"
search: true
ldap_rootdn: "cn=ejabberd,cn=Users,dc=example,dc=org"
ldap_password: "Azerty123"
ldap_uids: {"sAMAccountName": "%u"}
ldap_base: "ou=Users,dc=example,dc=org"
ldap_filter: ""
ldap_vcard_map:
"NICKNAME": {"%s": ["displayName"]}
"FN": {"%s": ["displayName"]}