From 30557a372af7d6985e437330fd1a4f2a02ef086d Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Thu, 23 Feb 2012 01:01:28 +0000
Subject: [PATCH] Fix OPENDJ-409: Add support for optimistic concurrency control via ETag-like attributes

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

diff --git a/opends/resource/schema/02-config.ldif b/opends/resource/schema/02-config.ldif
index dd48aca..f29ee10 100644
--- a/opends/resource/schema/02-config.ldif
+++ b/opends/resource/schema/02-config.ldif
@@ -3306,6 +3306,16 @@
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
   SINGLE-VALUE
   X-ORIGIN 'OpenDJ Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.36733.2.1.1.57
+  NAME 'ds-cfg-excluded-attribute'
+  EQUALITY objectIdentifierMatch
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.38
+  X-ORIGIN 'OpenDJ Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.36733.2.1.1.58
+  NAME 'ds-cfg-checksum-algorithm'
+  EQUALITY caseIgnoreMatch
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  X-ORIGIN 'OpenDJ Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.1
   NAME 'ds-cfg-access-control-handler'
   SUP top
@@ -5103,4 +5113,10 @@
         ds-cfg-search-response-nentries-less-than $
         ds-cfg-search-response-is-indexed )
   X-ORIGIN 'OpenDJ Directory Server' )
-
+objectClasses: ( 1.3.6.1.4.1.36733.2.1.2.8
+  NAME 'ds-cfg-entity-tag-virtual-attribute'
+  SUP ds-cfg-virtual-attribute
+  STRUCTURAL
+  MAY ( ds-cfg-checksum-algorithm $
+        ds-cfg-excluded-attribute )
+  X-ORIGIN 'OpenDJ Directory Server' )

--
Gitblit v1.10.0