The LDAP SDK for Java provides an implementation of an LDAP control that can be included in
add
, bind
, modify
,
modifyDN
, and certain extended requests to indicate the optimal level
of replication assurance for the associated operation. The OID for this control is
1.3.6.1.4.1.30221.2.5.28 and can have a criticality of either TRUE
or
FALSE
.
For more information, see the LDAP SDK Javadoc for the
AssuredReplicationRequestControl
class.