LDAP synchronization by AD group

Description

Hello!
I want to synchronize users from Active Directory to Rocket.chat from a separate group.
On the server I created the user rocket for synchronization and the group rocket.chat. In this group, I have added all the users I want to synchronize with Rocket.chat. In LDAP settings I set Base DN:

CN=rocket.chat,CN=Users,DC=company,DC=org

After synchronization in accounts I see only rocket.chat@company.org.

how do I set it up properly?

Server Setup Information

  • Version of Rocket.Chat Server: 3.1.1
  • Operating System: Ubuntu 20.04
  • Deployment Method: snap
  • Number of Running Instances: 1
1 Like

Hi!
I solved this task by applying filter in “user search”:

(&(objectCategory=user)(objectClass=user)(memberOf=cn=rocket.chat,cn=Users,dc=company,dc=org))

Could you post all LDAP settings. Can’t get this group filter to work.