Batched transactions are managed by the Batched Transactions Extended Operation Handler. You can use it to configure the start transaction and end transaction operations used to indicate the set of add, delete, modify, modify DN, and/or password modify operations as a single atomic unit.

  1. You can configure batched transactions using the dsconfig command as follows:
    $ bin/dsconfig set-extended-operation-handler-prop \
      --handler-name "Batched Transactions" \
      --set enabled:true 
  2. Configure the external servers to allow the multi-update extended operation by granting access rights to the feature. See example in the previous section.