From dfee862f2637845769ee7c9ed594985920c4c6aa Mon Sep 17 00:00:00 2001 From: ludovicp <ludovicp@localhost> Date: Mon, 31 May 2010 13:06:56 +0000 Subject: [PATCH] Add support for displaying replication CSNs in the Access Logs. The default is disabled, but the log of replication CSNs can be activated by setting the log-changenumber property in the Replication domain configuration. --- opends/src/admin/messages/ReplicationDomainCfgDefn.properties | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/opends/src/admin/messages/ReplicationDomainCfgDefn.properties b/opends/src/admin/messages/ReplicationDomainCfgDefn.properties index e7c93bf..26959a8 100644 --- a/opends/src/admin/messages/ReplicationDomainCfgDefn.properties +++ b/opends/src/admin/messages/ReplicationDomainCfgDefn.properties @@ -27,6 +27,8 @@ property.isolation-policy.synopsis=Specifies the behavior of the Directory Server if a write operation is attempted on the data within the Replication Domain when none of the configured Replication Servers are available. property.isolation-policy.syntax.enumeration.value.accept-all-updates.synopsis=Indicates that updates should be accepted even though it is not possible to send them to any Replication Server. Best effort is made to re-send those updates to a Replication Servers when one of them is available, however those changes are at risk because they are only available from the historical information. This mode can also introduce high replication latency. property.isolation-policy.syntax.enumeration.value.reject-all-updates.synopsis=Indicates that all updates attempted on this Replication Domain are rejected when no Replication Server is available. +property.log-changenumber.synopsis=Indicates if this server logs the ChangeNumber in access log. +property.log-changenumber.description=This boolean indicates if the domain should log the ChangeNumber of replicated operations in the access log. property.referrals-url.synopsis=The URLs other LDAP servers should use to refer to the local server. property.referrals-url.description=URLs used by peer servers in the topology to refer to the local server through LDAP referrals. If this attribute is not defined, every URLs available to access this server will be used. If defined, only URLs specified here will be used. property.referrals-url.syntax.string.pattern.synopsis=A LDAP URL compliant with RFC 2255. -- Gitblit v1.10.0