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

neil_a_wilson
15.56.2006 f9da0b2f7154eacbda1b235b8db32f6c0e1acb3a
Specify a backend ID for the root DSE backend.

OpenDS Issue Number: 1105
1 files modified
6 ■■■■■ changed files
opends/src/server/org/opends/server/backends/RootDSEBackend.java 6 ●●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/backends/RootDSEBackend.java
@@ -345,6 +345,12 @@
    supportedFeatures = new HashSet<String>(0);
    // Set the backend ID for this backend.  We don't have to worry about
    // potential conflicts because this backend will never get registered with
    // the Directory Server like other backends.
    setBackendID("rootdse");
    // Register with the Directory Server as a configurable component.
    DirectoryServer.registerConfigurableComponent(this);
  }