[Date Prev][Date Next] [Chronological] [Thread] [Top]

Fwd: What is the proper way to set up a jdbc-ldap filter using NOT or !



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