• Perform the following to connect to server.example.com as uid=admin,dc=example,dc=com and watch 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