Skip to Main Content

Security Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Ldapsearch: No Such Object -- Ldapsearch to individual gives no output

P SureshAug 16 2018 — edited Oct 30 2018

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

This post has been answered by handat on Aug 22 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 27 2018
Added on Aug 16 2018
15 comments
1,219 views