[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Fwd: What is the proper way to set up a jdbc-ldap filter using NOT or !
- To: openldap-software@OpenLDAP.org
- Subject: Fwd: What is the proper way to set up a jdbc-ldap filter using NOT or !
- From: David Garcia Jr <davidgarciajr@gmail.com>
- Date: Sun, 19 Dec 2004 08:14:04 -0700
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=n6WoxwFAYrWSklmPXxGMDWF4rkuj4SyTN4lbpCFUYUOymh0bfJOYpc+ByFU6+cZfRG1ltVGecQECX76M7SWUjIy0xyMZlw8+X2Vw1L1NNmKefUtb0Vp2E1slhRX6sx0BvAsUWoLeWk9HkpmBO3Vh6rknWx+kPZl+MXpQFVDnZvQ=
- In-reply-to: <2e93c11004120121355307077c@mail.gmail.com>
- References: <2e93c11004120121355307077c@mail.gmail.com>
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