The proprietary name with entryUUID request control may be included in an add request to indicate that the server should replace the RDN of the DN included in the request with the server-generated entryUUID for that entry. The control has an OID of 1.3.6.1.4.1.30221.2.5.44, and it does not take a value.

The following sample shows the JSON encoding for the control:

{ 
    "oid":"1.3.6.1.4.1.30221.2.5.44",
    "control-name":"Name With entryUUID Request Control",
    "criticality":true 
}