Creating a container entry for consent records - 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

Each consent record is a distinct entry in the PingDirectory server. The Consent Service requires that these entries are stored under a common base distinguished name (DN).

The base-dn property of the Consent Service configuration defines the base DN. The Consent Service LDIF file sets the base DN.

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 consent-service-base-dn.ldif file.
    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