Active Directory Filter Rocket Chat 0.74.3 snap install

Hi,
i installed a Rocket Chat Server and wants to import only Users which are members of a special Active Directory Group. I connected Rocket Chat successful to our Active Directory but it Imports everything in our AD. When i set up the filter the AD connection fails. the users i want to import are in different OUs.

We have the same situation. Were you able to resolve this?

Same problem here. I always get all users from the base OU imported, that’s very odd as there even isn’t a multi-del feature for the users. I always have to reset the docker container for the next test.

This works for me:

Base DN
OU=Benutzer-ALLE,DC=sub,DC=dom,DC=de

User Group Filter
(&(cn=#{groupName})(memberUid=#{username}))

LDAP Group BaseDN
CN=LG_Chat,OU=Gruppen,DC=sub,DC=dom,DC=de

There are some hundred users in the OU, but only those in the AD group LG_Chat get imported to RC.

Now I’m still trying to get subgroups in.

Something like:

(&(memberUid=#{username})(memberOf:1.2.840.113556.1.4.1941:=CN=#{groupName},OU=Gruppen,DC=sub,DC=dom,DC=de))

but as of now it doesn’t work. :frowning: