[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
How do I Retrieve objectGUID using jdbc-ldap bridge?
- To: openldap-software@OpenLDAP.org
- Subject: How do I Retrieve objectGUID using jdbc-ldap bridge?
- From: David Garcia Jr <davidgarciajr@gmail.com>
- Date: Sun, 19 Dec 2004 08:13:20 -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=lhIDPz1NIA8l+bjeMVNPfbgKyBJ26ABF3G1sFqzbAhc6vD/9yL3s/46rHoByi7tGUg92equOOKkPfRYFs/J0kdjSQQvrPpGq79KC5hqBxY8Pfjh3Ow3Y0bKvZ7bTWvJKfcGjvEtxqHPE8y0sRu3wqTxwRNxgIhiiXaGJL9ynL3A=
- In-reply-to: <2e93c11004120121262b353a45@mail.gmail.com>
- References: <2e93c11004120121262b353a45@mail.gmail.com>
Hello all,
When doing a select using the jdbc-ldap bridge
e.g.
select objectGUID from OU=someou,dc=somedomain,dc=someforest where
sn=somesurname
I get garbage. This also happens with any 16 byte octet string like
objectSid etc...
Is this a limitation of the jdbc-ldap bridge? Does anyone have any
example code on how to retrieve this?
Thanks,
--
-David