select sn from OU=some_ou,dc=some_domain,dc=some_forest where NOT sn=some_surname
The bridge will respect parenthesis as well.
When I do a select using the jdbc-ldap bridge I can filter fine this way
select sn from OU=some_ou,dc=some_domain,dc=some_forest where sn=some_surname
when trying to get all of the sn's
e.g.
select sn from OU=some_ou,dc=some_domain,dc=some_forest where sn=(sn!(some_surname))
doesn't work - missing equals etc...
Is there a way to exclude objects from select with an ldap filter?
Thanks, -- -David
-- -David