I am attempting a migration from openfire to ejabberd and one openfire feature is to grab groups from LDAP and then manually select which ones to display; and set their display name.
I thought I could use a virtual host with mod_shared_roster_ldap to display all groups, and then include/rename the ones I wanted in a second virtual host with mod_shared_roster to display the group@vhost syntax, but I can't seem to get that to work.
Any suggestions?
To filter groups, you may use
To filter groups, you may use one of these approaches:modified msrl .
1. Alter the roster filter (ldap_rfilter) to exclude/include only specific groups
2. Use a special AD group that will contain those groups you want in shared roster (this way you may have a GUI to manage SR groups, too: e.g. in AD, use AD Users and Computers). Depending on your LDAP schema, this may require using the
You cannot rename groups.
yeah I considered using a
yeah I considered using a very long rfilter to get the specific groups. I'm not using AD so I don't really follow a lot of number two.
So there's no way to manipulate the displayed group name on the fly?
Number two isn't specific to
Number two isn't specific to AD, I shouldn't have written "AD" there.
No, there isn't.