1 example for ldapsearch
# Connect to a host using simple auth, with the base tree "myhost", and return all objects ldapsearch -H ldap://localhost:1389 -x -b "o=myhost" objectclass=*
# Connect to a host using simple auth, with the base tree "myhost", and return all objects ldapsearch -H ldap://localhost:1389 -x -b "o=myhost" objectclass=*