Zentyal Forum, Linux Small Business Server

Zentyal Server => Other modules => Topic started by: koval on March 14, 2016, 12:21:54 am

Title: How to configure ejabberd mod_shared_roster_ldap with Zentyall 4.0 ?
Post by: koval on March 14, 2016, 12:21:54 am
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 ?