From 410b7d0592ba0e1dc2f3d9c745523fee430bcabe Mon Sep 17 00:00:00 2001 From: Matthew Swift <matthew.swift@forgerock.com> Date: Fri, 10 Jun 2011 10:25:31 +0000 Subject: [PATCH] Partial fix for OPENDJ-194: Minor improvements to change log content and configuration --- opends/src/admin/messages/ExternalChangelogDomainCfgDefn.properties | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/opends/src/admin/messages/ExternalChangelogDomainCfgDefn.properties b/opends/src/admin/messages/ExternalChangelogDomainCfgDefn.properties index 9352278..bcacf73 100644 --- a/opends/src/admin/messages/ExternalChangelogDomainCfgDefn.properties +++ b/opends/src/admin/messages/ExternalChangelogDomainCfgDefn.properties @@ -1,6 +1,8 @@ user-friendly-name=External Changelog Domain user-friendly-plural-name=External Changelog Domains synopsis=The External Changelog Domain provides configuration of the external changelog for the replication domain. -property.ecl-include.synopsis=Allows to include some target entry attributes in the external changelog. -property.ecl-include.description=Specifies an attribute that will be included in every External Change Log entry related to this replication domain. +property.ecl-include.synopsis=Specifies a list of attributes which should be published with every change log entry, regardless of whether or not the attribute itself has changed. +property.ecl-include.description=The list of attributes may include wild cards such as "*" and "+" as well as object class references prefixed with an ampersand, for example "@person". The included attributes will be published using the "includedAttributes" operational attribute as a single LDIF value rather like the "changes" attribute. For modify and modifyDN operations the included attributes will be taken from the entry before any changes were applied. +property.ecl-include-for-deletes.synopsis=Specifies a list of attributes which should be published with every delete operation change log entry, in addition to those specified by the "ecl-include" property. +property.ecl-include-for-deletes.description=This property provides a means for applications to archive entries after they have been deleted. See the description of the "ecl-include" property for further information about how the included attributes are published. property.enabled.synopsis=Indicates whether the External Changelog Domain is enabled. -- Gitblit v1.10.0