From b39b2e326788e1120e680228d726b79cef66e602 Mon Sep 17 00:00:00 2001 From: Fabio Pistolesi <fabio.pistolesi@forgerock.com> Date: Tue, 10 May 2016 17:05:43 +0000 Subject: [PATCH] OPENDJ-3007 Add to some cli list commands whether confidentiality is enabled --- opendj-server-legacy/src/messages/org/opends/messages/tool.properties | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/opendj-server-legacy/src/messages/org/opends/messages/tool.properties b/opendj-server-legacy/src/messages/org/opends/messages/tool.properties index dc712e8..d935bfa 100644 --- a/opendj-server-legacy/src/messages/org/opends/messages/tool.properties +++ b/opendj-server-legacy/src/messages/org/opends/messages/tool.properties @@ -1792,8 +1792,9 @@ a valid distinguished name: %s INFO_LABEL_BACKEND_DEBUG_RECORD_COUNT_1356=Record Count INFO_LABEL_BACKEND_DEBUG_INDEX_NAME_1357=Index Name -INFO_LABEL_BACKEND_DEBUG_INDEX_TYPE_1358=Index Type -INFO_LABEL_BACKEND_DEBUG_INDEX_STATUS_1359=Index Valid +INFO_LABEL_BACKEND_DEBUG_INDEX_TYPE_1358=Type +INFO_LABEL_BACKEND_DEBUG_INDEX_STATUS_1359=Valid +INFO_LABEL_BACKEND_DEBUG_INDEX_CONFIDENTIAL_1360=Confidential WARN_BACKEND_DEBUG_CANNOT_UNLOCK_BACKEND_1362=An error occurred while \ attempting to release the shared lock for backend %s: %s. This lock should \ automatically be cleared when the process exits, so no further action \ -- Gitblit v1.10.0