PingDirectory

Start the sync pipe

About this task

The realtime-sync tool sets a specific starting point for real-time synchronization, so that changes made before the current time are ignored.

Steps

  1. Run realtime-sync to set the startpoint for the Sync source.

    $ bin/realtime-sync set-startpoint \
      --end-of-changelog \
      --pipe-name ldap-to-scim
  2. When ready to start synchronization, run the following command:

    $ bin/realtime-sync start \
      --pipe-name ldap-to-scim \
      --no-prompt