LDAP Authentication for specific users in graylog open

Hi,

I want to configure a LDAP authentication in graylog open, which is not the problem itself. I want to know if its somehow possible to filter only those who have specific groups.
As an example i have a OU with 6 Users and only 2 of those are supposed to log onto graylog. Is it possible to filter that in the search pattern in the user synchronization?

I haven’t found anything online to that topic yet.
Thank you

Im using graylog open 6.1
My installation is on a Debian 12 VM

Yes, this is possible by setting the Search Pattern to filter to the specific groups with permission to authenticate to Graylog. A common practice is to create a new ‘Graylog Users’ group, user the Search Pattern to filter to this specific group, which will only allow members of this group to access Graylog.

Hi SethG,

I have used this as a User search pattern and it worked perfectly.

(&(memberof=CN=rl_adm_graylog,OU=User,DC=example,DC=com)(sAMAccountName={0}))

Thanks for the quick advice

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.