From 3a04b4f8021ca2c65d4fbd3bcf998b83985e5448 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Wed, 14 Jan 2015 16:39:36 +0000
Subject: [PATCH] OPENDJ-1724 (CR-5789) Persistit: add support for verify-indexes

---
 opendj3-server-dev/src/messages/messages/backend.properties |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/opendj3-server-dev/src/messages/messages/backend.properties b/opendj3-server-dev/src/messages/messages/backend.properties
index c6d9931..9920698 100644
--- a/opendj3-server-dev/src/messages/messages/backend.properties
+++ b/opendj3-server-dev/src/messages/messages/backend.properties
@@ -737,6 +737,8 @@
  below the base DN but does not specify a certificate name
 ERR_TRUSTSTORE_CANNOT_RETRIEVE_CERT_303=Error while trying to retrieve \
  certificate %s from the trust store file %s: %s
+ERR_INDEXES_NOT_SUPPORTED_305=Indexes are not supported in \
+ the "%s" backend
 ERR_TRUSTSTORE_REQUIRES_ONE_BASE_DN_306=Unable to \
  initialize the trust store backend from configuration entry %s because it \
  does not contain exactly one base DN

--
Gitblit v1.10.0