From affd68754461e0102f9390e5b5ae4bf40c8662ef Mon Sep 17 00:00:00 2001
From: Nicolas Capponi <nicolas.capponi@forgerock.com>
Date: Mon, 21 Nov 2016 10:43:14 +0000
Subject: [PATCH] OPENDJ-3476 Update schema config and add update task for move of subordinate-base-dn attribute

---
 opendj-server-legacy/src/messages/org/opends/messages/tool.properties |    6 +++++-
 1 files changed, 5 insertions(+), 1 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 21fd901..ff7f7e8 100644
--- a/opendj-server-legacy/src/messages/org/opends/messages/tool.properties
+++ b/opendj-server-legacy/src/messages/org/opends/messages/tool.properties
@@ -2686,4 +2686,8 @@
 ERR_TRUSTING_CERTIFICATE_PERMANENTLY=Unable to trust the certificate permanently, \
  certificate will be trusted only for this session. Error details: %s
 ERR_UPGRADE_READING_CONF_FILE=An error occurred while reading configuration file: %s
-INFO_UPGRADE_TASK_ADD_LOCAL_BACKEND=Adding local backend object class
\ No newline at end of file
+INFO_UPGRADE_TASK_ADD_LOCAL_BACKEND=Adding local backend object class
+INFO_UPGRADE_TASK_DELETE_SUBORDINATE_BASE_DN_FROM_ROOT_DSE=Removing subordinate-base-dn attribute from \
+ Root DSE configuration
+INFO_UPGRADE_TASK_ADD_SUBORDINATE_BASE_DN_TO_GLOBAL_CONFIG=Adding subordinate-base-dn attribute to \
+ Global configuration
\ No newline at end of file

--
Gitblit v1.10.0