Quantcast
Channel: ejabberd - ejabberd Administration
Viewing all articles
Browse latest Browse all 782

Ejabberd 17.04 search contact doesn t works

$
0
0

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"]}

read more


Viewing all articles
Browse latest Browse all 782