Hi all,
Ldapsearch to get ORCLGUID information for individual is giving no information
D:\Oracle\OID\OID\bin>ldapsearch.exe -h hostname -p 3060 -D cn=orcladmin -w password -b "cn=USERNAME,cn=users,dc=companyname,dc=net" -s sub "object
class=* dn orclguid
ldap_search: No such object
ldap_search: matched: cn=Users, dc=companyname,dc=net
D:\Oracle\OID\OID\bin>
Also, the ldapsearch for all profiles is working with no isses
D:\Oracle\OID\OID\bin>ldapsearch -h hostname -p 3060 -D "cn=orcladmin" -w password -s sub -b "cn=users,dc=companyname,dc=net" "objectclass=*" dn >
E:\Suresh\dns.txt
I was able to see the individual user ORCLGUID information from odsm
can someone advise me why the individual search is giving me "no information"
Thanks in advance,
Regards,
-Suresh