From a1d57e5fa800648c2308a3daf2ea528a1504c646 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Thu, 11 Jan 2007 20:17:46 +0000
Subject: [PATCH] Update the attribute type syntax so that it is possible to specify an approximate matching rule for that attribute type using the X-APPROX extension. This will be more standards-compliant than the way we were previously handling it, by using an APPROX keyword (which was not in-line with the LDAP specification).
---
opends/src/server/org/opends/server/util/ServerConstants.java | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/opends/src/server/org/opends/server/util/ServerConstants.java b/opends/src/server/org/opends/server/util/ServerConstants.java
index 5db76e1..df94036 100644
--- a/opends/src/server/org/opends/server/util/ServerConstants.java
+++ b/opends/src/server/org/opends/server/util/ServerConstants.java
@@ -1909,6 +1909,14 @@
/**
+ * The name of the schema extension that will be used to specify the
+ * approximate matching rule that should be used for a given attribute type.
+ */
+ public static final String SCHEMA_PROPERTY_APPROX_RULE = "X-APPROX";
+
+
+
+ /**
* The name of the schema property that will be used to specify the path to
* the schema file from which the schema element was loaded.
*/
--
Gitblit v1.10.0