From 58262dc99cb9776773c0333fafcd7ff27deffc5b Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Mon, 02 Nov 2009 09:42:43 +0000
Subject: [PATCH] Undo the changes for issue 4326 (Allow setup of a Server without Data suffix) since some tests are broken with the new behavior.  The code has been left in a way that simply changing the default value of the base DN option to null, the command-line setup will allow to configure the server with no base DN.

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

diff --git a/opends/src/messages/messages/admin_tool.properties b/opends/src/messages/messages/admin_tool.properties
index e7e932b..491d018 100644
--- a/opends/src/messages/messages/admin_tool.properties
+++ b/opends/src/messages/messages/admin_tool.properties
@@ -470,7 +470,7 @@
 INFO_DESCRIPTION_REPLICATION_BASEDNS=Base DN of \
  the data to be replicated, initialized or for which we want to disable \
  replication.  Multiple base DN's can be provided by using this option multiple \
- times.  If this option is not provided no base DN will be created
+ times
 INFO_DESCRIPTION_REPLICATION_ADMIN_UID=User ID of the \
  Global Administrator to use to bind to the server.  For the '%s' subcommand \
  if no Global Administrator was defined previously for none of the server the \

--
Gitblit v1.10.0