I have the following structure in my OpenLDAP:

ou = groups
|_cn = system1
| | _cn = Group1
| | _cn = Group2
|_cn = system2
  | _cn = Group1
  | _cn = Group2

I need to perform a search and return only users who are registered on system1, 
regardless of the registered group.
When I use the search with the filter: memberOf=cn=*,cn=system1,ou=groups 
nothing is returned.
How do I perform this search in OpenLDAP? In search Oracle SJDS works!

Reply via email to