From 757cfdfd177675d10d809f3405522db9bd1c86c3 Mon Sep 17 00:00:00 2001
From: sin <sin@localhost>
Date: Fri, 16 Mar 2007 19:25:37 +0000
Subject: [PATCH] issue# 1051:objectClass isn't returned with attrlist "*" for root DSE

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

diff --git a/opends/src/server/org/opends/server/util/ServerConstants.java b/opends/src/server/org/opends/server/util/ServerConstants.java
index 69f0bbe..4ccf23d 100644
--- a/opends/src/server/org/opends/server/util/ServerConstants.java
+++ b/opends/src/server/org/opends/server/util/ServerConstants.java
@@ -755,15 +755,7 @@
    * The name of the structural objectclass that will be used for the Directory
    * Server root DSE entry.
    */
-  public static final String OC_ROOT_DSE = "ds-rootDSE";
-
-
-
-  /**
-   * The name of the structural objectclass that will be used for the Directory
-   * Server root DSE entry, formatted in all lowercase.
-   */
-  public static final String OC_ROOT_DSE_LC = "ds-rootdse";
+  public static final String OC_ROOT_DSE = "ds-root-dse";
 
 
 

--
Gitblit v1.10.0