From ef9ad25e952db3cf696db82272e6a313652ba6d4 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Thu, 11 Jan 2007 16:04:25 +0000
Subject: [PATCH] Remove a duplicate ds-cfg-equality-matching-rule objectclass from the "cn=Directory String First Component Equality Matching Rule,cn=Matching Rules,cn=config" entry.

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

diff --git a/opends/resource/config/config.ldif b/opends/resource/config/config.ldif
index e1dc21b..4dca145 100644
--- a/opends/resource/config/config.ldif
+++ b/opends/resource/config/config.ldif
@@ -554,7 +554,6 @@
 objectClass: top
 objectClass: ds-cfg-matching-rule
 objectClass: ds-cfg-equality-matching-rule
-objectClass: ds-cfg-equality-matching-rule
 cn: Directory String First Component Equality Matching Rule
 ds-cfg-matching-rule-class: org.opends.server.schema.DirectoryStringFirstComponentEqualityMatchingRule
 ds-cfg-matching-rule-enabled: true

--
Gitblit v1.10.0