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

neil_a_wilson
15.56.2006 0445a4d5c7a8021dac71ddec52fea23331d55ef3
opendj-sdk/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);
  }