From 9d0dd93d1e6751e7642a45f74dcad83ba7eb029e Mon Sep 17 00:00:00 2001
From: ludovicp <ludovicp@localhost>
Date: Mon, 07 Jun 2010 09:22:42 +0000
Subject: [PATCH] Fix an issue with the replication repair commands. The control was looked at after some checks it was supposed to skip. This prevented some entries to be repared. The changes are also updating the unit tests making sure the Replication Repair control is properly tested.

---
 opends/resource/schema/02-config.ldif |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/opends/resource/schema/02-config.ldif b/opends/resource/schema/02-config.ldif
index 2259683..6322ce2 100644
--- a/opends/resource/schema/02-config.ldif
+++ b/opends/resource/schema/02-config.ldif
@@ -594,6 +594,7 @@
   NAME 'ds-sync-hist'
   ORDERING historicalCsnOrderingMatch
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
+  NO-USER-MODIFICATION
   USAGE directoryOperation
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.120

--
Gitblit v1.10.0