From ef416e18fe98558c50e971547c4e950eb59dbf1d Mon Sep 17 00:00:00 2001
From: dugan <dugan@localhost>
Date: Wed, 01 Apr 2009 02:33:44 +0000
Subject: [PATCH] Change aci and ds-cfg-global-aci equality matching rule to octetStringMatch instead of CaseIgnoreIA5EqualityMatchingRule. Issue 3312.

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

diff --git a/opendj-sdk/opends/resource/schema/00-core.ldif b/opendj-sdk/opends/resource/schema/00-core.ldif
index 587e44e..8476378 100644
--- a/opendj-sdk/opends/resource/schema/00-core.ldif
+++ b/opendj-sdk/opends/resource/schema/00-core.ldif
@@ -21,7 +21,7 @@
 # CDDL HEADER END
 #
 #
-#      Copyright 2006-2008 Sun Microsystems, Inc.
+#      Copyright 2006-2009 Sun Microsystems, Inc.
 #
 #
 # This file contains a core set of attribute type and objectlass definitions
@@ -371,6 +371,7 @@
   USAGE dSAOperation X-ORIGIN 'draft-ietf-ldup-subentry' )
 attributeTypes: ( 2.16.840.1.113730.3.1.55 NAME 'aci'
   DESC 'Sun-defined access control information attribute type'
+  EQUALITY octetStringMatch
   SYNTAX 1.3.6.1.4.1.26027.1.3.4 USAGE directoryOperation
   X-ORIGIN 'Sun Java System Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.42.2.27.9.1.39 NAME 'aclRights'
diff --git a/opendj-sdk/opends/resource/schema/02-config.ldif b/opendj-sdk/opends/resource/schema/02-config.ldif
index fff00fb..6f5adf7 100644
--- a/opendj-sdk/opends/resource/schema/02-config.ldif
+++ b/opendj-sdk/opends/resource/schema/02-config.ldif
@@ -1323,6 +1323,7 @@
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.272
   NAME 'ds-cfg-global-aci'
+  EQUALITY octetStringMatch
   SYNTAX 1.3.6.1.4.1.26027.1.3.4
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.273

--
Gitblit v1.10.0