====== Lookup in LDAP. ====== /oracle/app/oracle/product/10.2.0.1.0/bin/ldapsearch -L -h -p -D -w -b -s sub /oracle/app/oracle/product/10.2.0.1.0/bin/ldapsearch -L -h ldap.somewhere.com -p 389 -D cn=root -w a_password -b "cn=Accounts,o=Services,dc=comewhere,dc=com" -s sub "(uid=00000001)" **or** -s sub "(objectclass=Person)"