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

neil_a_wilson
08.32.2007 c6ba079cb2d683628facd4a3fb0e203b22b39a9a
opendj-sdk/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);