In the scope of my AD Connector there are 10,000+ groups, of which only approximately 50 are to be managed. This has led me to define a system filter for group objects, but for some reason I have been unable to get the filter to work.
I have tried defining the filter in a few different ways (first is my preference):
- (|(cn=*endswith)(ou:dn:=someOU))
- (|(cn=*endswith)(cn=someGroup)(cn=anotherGroup))
- (|(cn=Group1)(cn=Group2)(cn=Group3)...)
Also tried (cn=someGroup) to simply test.
When I define an Object Filter it works fine using a where clause, but this is not preferable as that means bringing in 10,000+ groups to only utilise 50.
Is there something I'm missing here? Has anyone else run into this issue?