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

neil_a_wilson
08.32.2007 d222a3233db88e0931f260fc598938b17eaf8e24
opends/src/server/org/opends/server/tasks/RebuildTask.java
@@ -104,7 +104,7 @@
    if (operation != null)
    {
      ClientConnection clientConnection = operation.getClientConnection();
      if (! clientConnection.hasPrivilege(Privilege.INDEX_REBUILD, operation))
      if (! clientConnection.hasPrivilege(Privilege.LDIF_IMPORT, operation))
      {
        int    msgID   = MSGID_TASK_INDEXREBUILD_INSUFFICIENT_PRIVILEGES;
        String message = getMessage(msgID);