From c46ff78c545272ec2fc5679b22c39eae239636c6 Mon Sep 17 00:00:00 2001
From: lutoff <lutoff@localhost>
Date: Thu, 24 Jan 2008 09:09:54 +0000
Subject: [PATCH] FIx for issue #2602 (index creation should not be required when changing objects configuration)

---
 opends/src/messages/messages/extension.properties |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/src/messages/messages/extension.properties b/opends/src/messages/messages/extension.properties
index f024d0a..09d3156 100644
--- a/opends/src/messages/messages/extension.properties
+++ b/opends/src/messages/messages/extension.properties
@@ -1622,7 +1622,7 @@
 SEVERE_ERR_FCM_ATTR_UNINDEXED_567=The fingerprint certificate mapper defined \
  in configuration entry %s references attribute type %s which is does not \
  have an equality index defined in backend %s
-SEVERE_ERR_SATUACM_ATTR_UNINDEXED_568=The subject attribute to user attribute \
+SEVERE_WARN_SATUACM_ATTR_UNINDEXED_568=The subject attribute to user attribute \
  certificate mapper defined in configuration entry %s references attribute \
  type %s which is does not have an equality index defined in backend %s
 SEVERE_ERR_SDTUACM_ATTR_UNINDEXED_569=The subject DN to user attribute \

--
Gitblit v1.10.0