Each consent record is a distinct entry in the PingDirectory Server, and the Consent Service requires that these entries be stored under a common base DN, defined by the base-dn property of the Consent Service configuration. The Consent Service LDIF file sets the base DN. Use these steps to choose a different location to store consent records.
  1. To create the Consent Service base DN, open a text editor and save the following to the file consent-service-base-dn.ldif.
    dn: ou=consents,dc=example,dc=com
    objectClass: top
    objectClass: organizationalUnit
    ou: consents
  2. Use ldapmodify to add the entry.
    $ bin/ldapmodify --defaultAdd --filename consent-service-base-dn.ldif