From 86c4cbb066147cad498b37d2e34e231518b907ef Mon Sep 17 00:00:00 2001 From: sin <sin@localhost> Date: Thu, 02 Jul 2009 17:40:53 +0000 Subject: [PATCH] Issue 4075 : Provide implementations for the relative and partial time matching rules --- opends/resource/config/config.ldif | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/opends/resource/config/config.ldif b/opends/resource/config/config.ldif index aea468a..0e486b7 100644 --- a/opends/resource/config/config.ldif +++ b/opends/resource/config/config.ldif @@ -1303,6 +1303,14 @@ ds-cfg-java-class: org.opends.server.schema.TelephoneNumberSubstringMatchingRuleFactory ds-cfg-enabled: true +dn: cn=Time Based Matching Rule,cn=Matching Rules,cn=config +objectClass: top +objectClass: ds-cfg-matching-rule +objectClass: ds-cfg-extensible-matching-rule +cn: Time Based Matching Rule +ds-cfg-java-class: org.opends.server.schema.TimeBasedMatchingRuleFactory +ds-cfg-enabled: true + dn: cn=Unique Member Equality Matching Rule,cn=Matching Rules,cn=config objectClass: top objectClass: ds-cfg-matching-rule -- Gitblit v1.10.0