thomaswilliampritchard@gmail.com wrote:
Hi,
If I issue an ldapsearch for groups with a filter of "(&(description=<description>)(|(member=<memberDN>)(memberUid=<memberName>)))" and have the following indexes
olcDbIndex: member eq olcDbIndex: memberUid eq olcDbIndex: description eq
Will openldap be able to use these indexes for this search,
Yes
or do I have to add a composite index?
No
What might that look like for specifically optimizing this query?
Thanks for the consideration.