From 76cec71ff42308779cb1c25533d6f8de78feec3d Mon Sep 17 00:00:00 2001
From: ludovicp <ludovicp@localhost>
Date: Thu, 27 May 2010 13:15:13 +0000
Subject: [PATCH] Fix for issue #4522 - ds-sync-hist attribute now has OctetString syntax to handle any kind of content. 

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

diff --git a/opends/resource/schema/02-config.ldif b/opends/resource/schema/02-config.ldif
index b584374..3227a21 100644
--- a/opends/resource/schema/02-config.ldif
+++ b/opends/resource/schema/02-config.ldif
@@ -593,7 +593,7 @@
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.119
   NAME 'ds-sync-hist'
   ORDERING historicalCsnOrderingMatch
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
   USAGE directoryOperation
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.120

--
Gitblit v1.10.0