Question to ldap roster groups configuration

Hello,

Does anybody knows how to run groups in ejabberd with ldap authentication.
I've compiled to ejabberd 1.1.4 module: mod_shared_roster_ldap and next I copied mod_shared_roster_ldap.beam to catologue: ebin where I have rest of the modules
I've also included it in config - which is below
{mod_shared_roster_ldap,
[
{ldap_base, "dc=example,dc=com"},
{ldap_groupattr,"ou"},
{ldap_groupdesc,"svn"},
{ldap_memberattr,"uid"},
{ldap_filter, "(uid=*)"}
]}
I have no log in ldap that shows me the connection to ldap from ejabberd. The authentication to ldap work's ok. Does anybody knows how to fix it.

thanks in advance

Syndicate content