Query objectGUID using dbms_ldap package
563320Oct 24 2008 — edited Oct 24 2008Hi
I've managed to retrieve the objectGUID from Active Directory using the DBMS_LDAP package.
It is returned in this format: 8FDD7ACDA0749648B136E0AD6847BD64
How can I use this value in a filter for dbms_ldap.search_s?
objectGUID=8FDD7ACDA0749648B136E0AD6847BD64 does not work,
I've also tried escaping the value \8F\DD\... and \\8F\\DD\\...
Any one know what I need to do?
Thanks