Searching all entries in the PingDirectory server
Steps
-
To search all entries in the PingDirectory server, run the
ldapsearchtool.The filter
"(objectclass=*)"matches all entries. If you do not specify the--searchScopesubcommand, it defaults to a search scope ofsub.Example:
$ bin/ldapsearch --baseDN dc=example,dc=com \ --searchScope sub "(objectclass=*)"