From 458a518858e3e52b3695d1075628bc2917b514d8 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.
---
opendj-sdk/opends/src/server/org/opends/server/util/ServerConstants.java | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/opends/src/server/org/opends/server/util/ServerConstants.java b/opendj-sdk/opends/src/server/org/opends/server/util/ServerConstants.java
index df94036..46caec9 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/util/ServerConstants.java
+++ b/opendj-sdk/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