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

Jean-Noël Rouvignac
03.25.2016 602b1987bab62b39cfce7d68d4f8e3b561fbc8a5
opendj-server-legacy/src/main/java/org/opends/server/api/ClientConnection.java
@@ -952,7 +952,7 @@
    {
      if (operation.getAuthorizationDN().equals(
               authenticationInfo.getAuthorizationDN()) ||
          (operation.getAuthorizationDN().equals(DN.NULL_DN) &&
          (operation.getAuthorizationDN().equals(DN.rootDN()) &&
           !authenticationInfo.isAuthenticated())) {
        result = privileges.contains(privilege) ||
                 DirectoryServer.isDisabled(privilege);