mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

sin
16.25.2007 757cfdfd177675d10d809f3405522db9bd1c86c3
issue# 1051:objectClass isn't returned with attrlist "*" for root DSE
2 files modified
12 ■■■■ changed files
opends/src/server/org/opends/server/backends/RootDSEBackend.java 2 ●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/util/ServerConstants.java 10 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/backends/RootDSEBackend.java
@@ -330,7 +330,7 @@
    dseObjectClasses.put(topOC, OC_TOP);
    ObjectClass rootDSEOC =
         DirectoryServer.getObjectClass(OC_ROOT_DSE_LC);
         DirectoryServer.getObjectClass(OC_ROOT_DSE);
    if (rootDSEOC == null)
    {
      rootDSEOC = DirectoryServer.getDefaultObjectClass(OC_ROOT_DSE);
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";