Populate group chats via LDAP groups

Hello,

I asked this question about 1.5 years ago…and I’m just stopping in to see if the answer has changed (I couldn’t find anything definitive):

Can I populate members of a group chat from an LDAP/AD group?

Thanks.

Hi Adam,

No change. This feature request has not been implemented.

daryl

I’m currently doing this using a custom ldap query to search for groups. Use one of the active directory extension attributes. Modify the attribute in the AD group, that makes query valid, group then shows up in openfire.

My query looks like this:

ldap.groupSearchFilter

(&(extensionAttribute1=openfire)(objectClass=group))