From 5f215775a6fcba6deaf66b03a48dd03dda308280 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Fri, 26 Jan 2007 01:04:16 +0000
Subject: [PATCH] Update the server schema processing so that interactions with entries (e.g., getting attributes, comparing filters, etc.) work properly with attribute subtypes.  Additional work is required in the JE backend to fully support this capability, particularly in the area of index management for modify and modify DN operations.

---
 opends/src/server/org/opends/server/util/ServerConstants.java |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/opends/src/server/org/opends/server/util/ServerConstants.java b/opends/src/server/org/opends/server/util/ServerConstants.java
index df94036..46caec9 100644
--- a/opends/src/server/org/opends/server/util/ServerConstants.java
+++ b/opends/src/server/org/opends/server/util/ServerConstants.java
@@ -1469,7 +1469,8 @@
 
 
   /**
-   * The name of the attribute type that represents the "objectclass" attribute.
+   * The name of the attribute type that represents the "objectclass" attribute,
+   * formatted in all lowercase characters.
    */
   public static final String OBJECTCLASS_ATTRIBUTE_TYPE_NAME = "objectclass";
 

--
Gitblit v1.10.0