This control may be included in the response to an add, modify, or modify DN request that included the uniqueness request control. The control has an OID of 1.3.6.1.4.1.30221.2.5.53, and it takes a value. The following fields may be present in the value-json
representation of the value:
uniqueness-id
: A string field that holds the uniqueness ID from the uniqueness request control with which this response control is associated.
pre-commit-validation-passed
: An optional Boolean field that indicates whether pre-commit validation passed without identifying any conflicts.
post-commit-validation-passed
: An optional Boolean field that indicates whether post-commit validation passed without identifying any conflicts.
validation-message
: An optional string field that provides a message with additional information about the uniqueness processing.
The following represents an example JSON encoding for the control:
{ "oid":"1.3.6.1.4.1.30221.2.5.53",
"control-name":"Uniqueness Response Control",
"criticality":false,
"value-json":{ "uniqueness-id":"Ensure uid and mail are separately unique",
"pre-commit-validation-passed":true,
"post-commit-validation-passed":true } }