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

dugan
23.42.2007 e2cb8da6406a85a6335823c50d78865f65dac893
Move access control initialization ahead of backend initialization
1 files modified
7 ■■■■ changed files
opends/src/server/org/opends/server/core/DirectoryServer.java 7 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/core/DirectoryServer.java
@@ -1028,14 +1028,11 @@
      // Initialize the group manager.
      initializeGroupManager();
      // Initialize all the backends and their associated suffixes.
      initializeBackends();
      // Initialize the access control handler.
      AccessControlConfigManager.getInstance().initializeAccessControl();
      // Initialize all the backends and their associated suffixes.
      initializeBackends();
      // Register the supported controls and supported features.
      initializeSupportedControls();