• Use dsconfig to enable virtual attribute change tracking in the LDAP Changelog.

    The following command enables the LDAP changelog and sets include-virtual-attributes to add-attributes, which indicates that virtual attribute be included in the set of attributes listed for an add operation. The delete-entry-attributes option indicates that virtual attributes should be included in the set of deleted entry attributes listed for a delete operation. The before-and-after-values option indicates that virtual attributes should be included in the set of before and after values for attributes targeted by the changes. The key-attribute-values option indicates that virtual attributes should be included in the set of entry key attribute values.

    $ bin/dsconfig set-backend-prop --backend-name "changelog" \
      --set "enabled:true" \
      --set "include-virtual-attributes:add-attributes" \
      --set "include-virtual-attributes:deleted-entry-attributes" \
      --set "include-virtual-attributes: before-and-after-values" \
      --set "include-virtual-attributes: key-attribute-values"