No replication conflict resolution control
The No replication conflict resolution control explains its use with the server and provides the results.
- Description
- When present, a replica server accepts a replicated entry without
trying to resolve any replication conflict for this entry. This control
can be used by the replication topology extended operation to ensure
data consistency between a supplier and a consumer. Note: If environment variable IBMSLAPD_REPL_NO_CONFLICT_RESOLUTION is set on a replica, a replica server acts as if all the update requests that coming from the suppliers are specified with this control. The replica accepts the replicated entries without attempting to resolve any replication conflicts. This environment variable is useful in a network topology in which one supplier and one or multiple consumers are defined.
- OID
- 1.3.18.0.2.10.27
- Syntax
- This control has no value.
- Behavior
- This control is registered for the following operations:
- Add
- Delete
- Modify
- Modrdn
- Add
- Upon receiving such a control in a replicated Add request, a replica server does not try to resolve any replication conflict for this update. It accepts and applies it to the replica.
- Modify
- Upon receiving such a control in a replicated Modify request, a replica server does not try to resolve any replication conflict for this update. It accepts and applies it to the replica.
Note: If the control is sent by a user who does not have access, LDAP_INSUFFICIENT_ACCESS is returned.The Administration Server does not support this control.
- Scope
- The control lasts for the term of one operation.