3.1.1.3.4.1.14 LDAP_SERVER_SHOW_DELETED_OID
The LDAP_SERVER_SHOW_DELETED_OID control is used with an LDAP operation to specify that tombstones and deleted-objects MUST be visible to the operation. For example, when the control is used with an LDAP search operation, the search results include any tombstones or deleted-objects that match the search filter.
The following table compares the behavior of the two similar controls LDAP_SERVER_SHOW_DELETED_OID and LDAP_SERVER_SHOW_RECYCLED_OID (section 3.1.1.3.4.1.26).
Extended control name |
Deleted-objects |
Tombstones |
Recycled-objects |
---|---|---|---|
LDAP_SERVER_SHOW_DELETED_OID |
Visible |
Visible |
Not Visible |
LDAP_SERVER_SHOW_RECYCLED_OID |
Visible |
Visible |
Visible |
When sending this control to the DC, the controlValue field of the Control structure is omitted. Sending this control to the DC does not cause the server to include any controls in its response.