Monitoring over LDAP - PingDirectoryProxy - PingDirectory - 9.0

PingDirectory

bundle
pingdirectory-90
ft:publication_title
PingDirectory
Product_Version_ce
PingDirectory 9.0
category
Product
pd-90
pingdirectory
ContentType_ce

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=*)"