Disabling soft deletes as a global configuration - PingDirectory - 9.3

PingDirectory 9.3

bundle
pingdirectory-93
ft:publication_title
PingDirectory 9.3
Product_Version_ce
PingDirectory 9.3 (Latest)
category
Product
pd-93
pingdirectory
ContentType_ce

To disable soft deletes on your PingDirectory server, reset the global configuration property and the remove the soft-delete policy.

From that point, PingDirectory processes all deletes as hard deletes by default. Any use of the soft-deleted options with the LDAP tools results in an error. Any existing soft-deleted entries that are present disabling after the global configuration remain in the server as latent entries.

Note:

Be sure to include the LDAP bind parameters for your system when running each of these commands.

  1. To reset the global configuration property, run the following dsconfig command.
    $ bin/dsconfig set-global-configuration-prop --reset soft-delete-policy
  2. To reset the global configuration property, run the following dsconfig command.
    $ bin/dsconfig delete-soft-delete-policy --policy-name default-soft-delete-policy