The is used to enforce referential integrity on DN attribute types specified in the plugin configuration. The values of these attribute types, may reference entries that have been deleted by a delete operation or renamed by a modify DN operation. The plugin will either remove stale references to deleted entries or remove an old references and add a new references to a renamed entries. The plugin allows the scope of this referential check to be limited to a set of base DNs if desired. It also can be configured to perform the referential checking in background mode at specified intervals. ds-cfg-referential-integrity-plugin ds-cfg-plugin org.opends.server.plugins.ReferentialIntegrityPlugin postoperationdelete postoperationmodifydn subordinatemodifydn Specifies an attribute type to process referential integrity checking on. There must be at least one of these specified in the plugin configuration and the syntax of the type must either be distinguished name (1.3.6.1.4.1.1466.115.121.1.12) or name and optional uid (1.3.6.1.4.1.1466.115.121.1.34). Specifies an attribute type to process referential integrity. ds-cfg-attribute-type Specifies a base DN to restrict the referential integrity processing scope. If none of these are specified in the plugin configuration, then the server's public naming contexts are used. Specifies the a base DN to restrict the referential integrity processing scope. The scope will be to use all of the public naming contexts. ds-cfg-base-dn Specifies the log file location where the update records will be written when the plugin is in background mode processing. The default location is in the logs directory of the server instance, using the file name "referint". Specifies the log file location where the update records will be written. logs/referint ds-cfg-log-file Specifies the interval, in seconds, when the referential integrity background thread will wakeup and process new update records. If this value is 0, then the updates are processed in foreground. Specifies the interval, in seconds, when the referential integrity update thread will wakeup and process new update records. 0 seconds ds-cfg-update-interval