How can someone do some search on a LDAP server without knowing anything about the structure of the DIT?
You may start with that:
ldapsearch -x -b '' -s base objectclass=* namingcontexts
This will (well, should) return the suffixes the server feels responsible for. You may then extend the search to one of these.
HTH, daniel