Hi all,
I have used mod_shared_roster_ldap module (Evgeniy Khramtsov) with Active Directory for a month and it works like a charm. The group attribute (ldap_groupattr) is department. All group members can see all other members in their rosters. Great! However, some groups (e.g. managers) should have all other groups in their rosters. So, the question is: is there any way to set displayed groups with mod_shared_roster_ldap?
Cheers,
Robson
Re: Displayed groups with mod_shared_roster_ldap
So, the question is: is there any way to set displayed groups with mod_shared_roster_ldap?
No, it is impossible right now.
How you configured this
How you configured this module to work with AD?http://re.jabber.ru/~xram/ejabberd/mod_shared_roster_ldap.erl ?
I see mod_shared_roster_ldap in modules list by webAdmin but it not working properly
I try to set {ldap_groupattr, "department"}. in ejabberd.cfg, but with no effect
what additional settings needed in ejabberd.cfg ?
Is this a latest version of this module -
Shared Roster and AD
Yes, I'm using the latest version of mod_shared_roster_ldap. After installing module, the following lines were appended to modules section in ejabberd.cfg.
{mod_shared_roster_ldap,
[{ldap_base, "DC=example,DC=com"},
{ldap_groupattr,"department"},
{ldap_groupdesc,"department"},
{ldap_memberattr,"sAMAccountName"},
{ldap_filter, "(memberOf=*)"}]},
Using mod_shared_shared_roster_ldap
I try to use mod_shared_shared_roster_ldap without succes (no more error yet, but nothing appends).
Where can i find a doc or good explanations about the use and parameters of this module?
Thk.
--
Yann