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

abobrov
02.22.2007 d9129436f8ea479694acf39fdf7ab4234b69a2e4
opendj-sdk/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);
  }