• To search all entries in the PingDirectory server, run the ldapsearch tool.
    Note:

    The filter "(objectclass=*)" matches all entries. If you do not specify the --searchScope subcommand, it defaults to a search scope of sub.

    $ bin/ldapsearch --baseDN dc=example,dc=com \ 
      --searchScope sub "(objectclass=*)"