Working with the watch-entry tool
The PingDirectory server provides a watch-entry tool that demonstrates replication or synchronization latency by watching an LDAP entry for changes.
About this task
You can directly modify attributes with the watch-entry tool.
|
If the LDAP entry changes, the background of modified attributes will briefly be red. |
Steps
-
Run the
watch-entrytool.Example:
This example connects to
server.example.comasuid=admin,dc=example,dc=comand watches entryuid=kate,ou=people,dc=example,dc=comfor 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