Working with the watch-entry Tool - PingDirectory - 9.3

PingDirectory 9.3

bundle
pingdirectory-93
ft:publication_title
PingDirectory 9.3
Product_Version_ce
PingDirectory 9.3 (Latest)
category
Product
pd-93
pingdirectory
ContentType_ce

The PingDirectory server provides a watch-entry tool that demonstrates replication or synchronization latency by watching an LDAP entry for changes.

You can directly modify attributes with the watch-entry tool.

Note:

If the LDAP entry changes, the background of modified attributes will briefly be red.

Run the watch-entry tool.

This example connects to server.example.com as uid=admin,dc=example,dc=com and watches entry uid=kate,ou=people,dc=example,dc=com for changes.

$ bin/watch-entry --hostname server.example.com --port 389 \
  --bindDN uid=admin,dc=example,dc=com --bindPassword password \
  --entryDN uid=user,ou=people,dc=example,dc=com