I seem to have run into a different problem now (although still around quoting issues) when doing reverse searches for membership, in that a filter like
subtree scoped search for the directory root with this filter: (& (| (objectclass=groupOfUniqueNames) (objectclass=groupOfNames) ) (| (uniquemember=cn=acct\,comma,o=cont\,comma,ou=system) (member=cn=acct\,comma,o=cont\,comma,ou=system) ) ) passed to a vanilla ApacheDS 1.1 doesn't match the object with the following LDIF: version: 1 dn: cn=grp\,comma,ou=system objectclass: groupOfUniqueNames objectclass: top cn: grp,comma uniquemember: cn=acct\,comma,o=cont\,comma,ou=system However, exactly the same search works where there are no quoted characters in the DNs stored in uniquemember. I have to rush now but will open a JIRA in the next three days or so. Thanks
