From 432b4f90b3e3916ea4cbc1fe6332e48d5b1fa6c3 Mon Sep 17 00:00:00 2001 From: neil_a_wilson <neil_a_wilson@localhost> Date: Mon, 13 Nov 2006 23:44:20 +0000 Subject: [PATCH] Update the server configuration to contain the correct fully-qualified name for the HistoricalCsnOrderingMatchingRule after it had been moved from the org.opends.server.synchronization package to the org.opends.server.synchronization.plugin package. --- opendj-sdk/opends/resource/config/config.ldif | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opendj-sdk/opends/resource/config/config.ldif b/opendj-sdk/opends/resource/config/config.ldif index 2dbd6fa..e5e89f5 100644 --- a/opendj-sdk/opends/resource/config/config.ldif +++ b/opendj-sdk/opends/resource/config/config.ldif @@ -594,7 +594,7 @@ objectClass: ds-cfg-ordering-matching-rule objectClass: top objectClass: ds-cfg-matching-rule -ds-cfg-matching-rule-class: org.opends.server.synchronization.HistoricalCsnOrderingMatchingRule +ds-cfg-matching-rule-class: org.opends.server.synchronization.plugin.HistoricalCsnOrderingMatchingRule ds-cfg-matching-rule-enabled: true cn: Historical CSN Ordering Matching Rule -- Gitblit v1.10.0