Tuesday, December 4, 2018

How to search for ldap user (OID User)



ldapsearch -v -h "Servername01" -p 3060  -D "cn=orcladmin" -w "Passwd" -b "" -s sub "uid=RAJESH@xyz.COM" uid orclguid orclactivestartdate orclactiveenddate orclisenabled


Note: Servername is the OID Servername in above command.

No comments: