SASL Ldap Group Filter Request

David Faller <[email protected]> Sun, 21 Jun 2020 08:26:34 +0000
Newsgroups gmane.comp.security.cyrus.sasl
Message-ID <VE1P189MB1070EA75E9182D002C61338599960@VE1P189MB1070.EURP189.PROD.OUTLOOK.COM>
I had also new questions with no answers,
What would be the best practice, use a single filter or better multiple groups on ou?

Single filter works fine when I change ldap_filter:

ldap_filter: (&(userPrincipalName=%u)(memberOf=CN=SASL,OU=groups,OU=Exchange,DC=company-group,DC=dir))

I played around the other way to use ldap_group_match_method: filter but it’s still not working this way.

It would be nice, when all groups under an ou could have access, so I need to create for our Mailserver multiple groups.

Best Regards