Page created: 26 Jul 2021
|
Page updated: 7 Dec 2022
| 1 min read
9.0 Product PingDirectory Directory Capability Product documentation Content Type Administration User task IT Administrator Administrator Audience Software Deployment Method
-
To search all entries in the Directory 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 ofsub
.$ bin/ldapsearch --baseDN dc=example,dc=com \ --searchScope sub "(objectclass=*)"