Currently, PingDirectory server sets the default purge delay to one day. Administrators can change the default purge delay using the dsconfig tool.

Note:

To ensure proper replication processing, you must have the same purge delay value set for all replication servers in the topology.

  • To change the purge delay, choose from one of the following options:
    • Use the dsconfig tool.
    • Use the dsconfig tool in interactive mode:
      1. Open the Advanced objects menu.
      2. Select Replication Server.
      3. Select the replication synchronization provider.
      4. Select the option to change the replication purge delay.

    The property accepts time units of seconds (s), minutes (m), hours (h), days (d), or weeks (w).

    The following command changes the purge delay from the default of one day to two days.

    $ bin/dsconfig set-replication-server-prop \
      --provider-name "Multimaster Synchronization" \
      --set "replication-purge-delay:2 d"