PingDirectory Server exposes a majority of its information under the
cn=monitor
entry.
To access these entries over LDAP, use the ldapsearch
tool.
$ bin/ldapsearch --hostname server1.example.com --port 1389 \
--bindDN "uid=admin,dc=example,dc=com" --bindPassword secret \
--baseDN "cn=monitor" "(objectclass=*)"