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);