On 10/07/2019 12:58, John Hawksley wrote:
Hi folks, I have an entry in my test partition with the following DN: dn: uid=fred,ou=pillows,ou=departments,dc=ezsleep,dc=com When I run a search with a simple filter for an attribute, for instance: (&(objectClass=person)([email protected])) ... Fred is returned. If I try to run a search for part of the DN: (&(objectClass=person)(ou:dn:=pillows)([email protected])) … I get zero results from Directory Studio, and the command line ‘ldapsearch’ returns the block below, essentially “Not implemented yet!”. Using the UnboundID (PingIdentity) java lib returns a similar error. So my question is, have I screwed something up (likely) or is this type of filter component really not yet implemented?
Extensible Match search filter is not yet implemented, you did nothing wrong...
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
