Author Topic: How to configure ejabberd mod_shared_roster_ldap with Zentyall 4.0 ?  (Read 1792 times)

koval

  • Zen Apprentice
  • *
  • Posts: 15
  • Karma: +0/-0
    • View Profile
Hello!

I've sucessfully installed Zentyall 4.0 and ejabberd 16.02 (not as a module, but separately).

Also I've connected ejabberd 16.02 to Zentyall 4.0 LDAP server for authenticating. Now I need to configure shared roster list.
I found this examples in the official documentation

Quote
modules:
  ...
  mod_shared_roster_ldap:
    ldap_base: "ou=flat,dc=nodomain"
    ldap_rfilter: "(objectClass=inetOrgPerson)"
    ldap_groupattr: "ou"
    ldap_memberattr: "cn"
    ldap_filter: "(objectClass=inetOrgPerson)"
    ldap_userdesc: "displayName"
  ...

On my side I have group called xmpp_jabber .
I need to share all people who are member of xmpp_jabber  group.

Does anyone have a recipe or some working example ?