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

matthew_swift
23.26.2007 feb5d90ec016c99712f19c5485cf7633cd38f111
opends/src/server/org/opends/server/core/AccessControlConfigManager.java
@@ -507,7 +507,7 @@
        // Load the access control implementation class.
        String className = classAttr.activeValue();
        try {
          return Class.forName(className).asSubclass(
          return DirectoryServer.loadClass(className).asSubclass(
              AccessControlProvider.class);
        } catch (ClassNotFoundException e) {
          if (debugEnabled())