get objectSID binary attribute value with DBMS_LDAP or any other package
777437Jun 7 2010 — edited Jun 17 2010Hi,
Is there a way to get active directory value objectSID (Binary Array value) using plsql, either using dbms_ldap package or anything else?
I can currently get the value but not readable format, i like to get it in string (number or hex) format. I tried using db dbms_ldap.get_values_len which returns a dbms_ldap.binval_collection. But, some how it throws the error ORA-31229: DBMS_LDAP: invalid input parameter.
Can somebody, please sugget me how to retrieve objectSID in oracle plsql. I am happy to provide more snippets of my code if you like.
Thanks