Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: ejabberd 2.1.13
-
Fix Version/s: None
-
Component/s: LDAP, Shared rosters
-
Labels:None
-
Company:
-
Last commented by user ?:true
Description
I'm trying to generate a shared roster using our AD, which has several domains (it's a AD forest) and it works. It generates the groups and it adds the members in the roster. But all the members have the same domain of the user that has logged, so the user is not able to chat with users of other domains, or see theirs status, etc.
Example, it should look like this:
Italy
-> user01@italy.domain
-> user02@italy.domain
Spain
-> userAA@spain.domain
-> userBB@spain.domain
but it looks like this:
Italy
-> user01@spain.domain
-> user02@spain.domain
Spain
-> userAA@spain.domain
-> userBB@spain.domain
Could it be possible to set the JID of the members of the roster groups based on a LDAP attribute? This way I can use 'mail' attribute to set the JID. Maybe I'm doing something wrong, but I can't see what.
Thanks.
Jordi.