How to enable index for extensible filter matching rule in OUD?
Hi,
We want to be able to extensible matching rule in ldapsearch filters to search for match for OUs in DNs, e.g., (ou:dn:=myOU).
Right now, out-of-box, OUD seems to be able to do this type of extensible matching filter rule, but only for some attributes, e.g, (cn:dn:=mytest) seems to be able to search for a "CN=mytest" in a DN.
However, searching for matching OU is not working, so I suspect that is because the OU attribute does not have an index for matching filter rule.
But, I cannot find the specifics for adding that index.