From b7b304994dd037ced0df2d5d04c1aa4d41c6bb72 Mon Sep 17 00:00:00 2001
From: sin <sin@localhost>
Date: Wed, 17 Dec 2008 19:25:45 +0000
Subject: [PATCH] Integerated first part of the Fix for Issue# 262:Plugin for Collation/Internationalization

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

diff --git a/opends/resource/schema/02-config.ldif b/opends/resource/schema/02-config.ldif
index 137ba88..87031c9 100644
--- a/opends/resource/schema/02-config.ldif
+++ b/opends/resource/schema/02-config.ldif
@@ -2354,6 +2354,14 @@
   NAME 'ds-cfg-prohibited-subtrees'
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
   X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.499
+  NAME 'ds-cfg-matching-rule-type'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.500
+  NAME 'ds-cfg-collation'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.511
   NAME 'ds-cfg-quality-of-protection'
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
@@ -3966,6 +3974,13 @@
         ds-cfg-allowed-subtrees $
         ds-cfg-prohibited-subtrees )
   X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.195
+  NAME 'ds-cfg-collation-matching-rule'
+  SUP ds-cfg-matching-rule
+  STRUCTURAL
+  MUST ( ds-cfg-matching-rule-type $
+        ds-cfg-collation )
+  X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.950
   NAME 'ds-mon-branch'
   SUP top

--
Gitblit v1.10.0