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

abobrov
02.22.2007 e9ed6e05d3fb6f9d197bd717ef65109c3af3e0a6
opends/src/server/org/opends/server/authorization/dseecompat/AciHandler.java
@@ -201,6 +201,7 @@
    aciListenerMgr = new AciListenerManager(aciList, configurationDN);
    processGlobalAcis(configuration);
    processConfigAcis();
    DirectoryServer.registerSupportedControl(OID_GET_EFFECTIVE_RIGHTS);
  }
@@ -212,6 +213,7 @@
  public void finalizeAccessControlHandler()
  {
    AciEffectiveRights.finalizeOnShutdown();
    DirectoryServer.deregisterSupportedControl(OID_GET_EFFECTIVE_RIGHTS);
  }