From 163b4e39d516460c8997658cb6358632c483f9e7 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Wed, 22 Jan 2014 15:32:12 +0000
Subject: [PATCH] CR-1602 (OPENDJ-883) Implement certificateExactMatch matching rule

---
 opendj3-server-dev/resource/config/config.ldif |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/opendj3-server-dev/resource/config/config.ldif b/opendj3-server-dev/resource/config/config.ldif
index 5c7fe98..dd2d7a4 100644
--- a/opendj3-server-dev/resource/config/config.ldif
+++ b/opendj3-server-dev/resource/config/config.ldif
@@ -21,7 +21,7 @@
 #
 #      Copyright 2006-2010 Sun Microsystems, Inc.
 #      Portions Copyright 2010-2013 ForgeRock AS.
-#      Portions Copyright 2012-2013 Manuel Gaupp
+#      Portions Copyright 2012-2014 Manuel Gaupp
 #
 #
 # This file contains the primary Directory Server configuration.  It must not
@@ -1006,6 +1006,14 @@
 ds-cfg-java-class: org.opends.server.schema.CaseIgnoreListSubstringMatchingRuleFactory
 ds-cfg-enabled: true
 
+dn: cn=Certificate Exact Matching Rule,cn=Matching Rules,cn=config
+objectClass: top
+objectClass: ds-cfg-matching-rule
+objectClass: ds-cfg-equality-matching-rule
+cn: Certificate Exact Matching Rule
+ds-cfg-java-class: org.opends.server.schema.CertificateExactMatchingRuleFactory
+ds-cfg-enabled: true
+
 dn: cn=Collation Matching Rule,cn=Matching Rules,cn=config
 objectClass: top
 objectClass: ds-cfg-matching-rule

--
Gitblit v1.10.0