From 770246e479762c804631ef58713243748c709932 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Tue, 08 Sep 2009 09:17:12 +0000
Subject: [PATCH] Add a missing check in the setup code:  we did not check if the user provided the same value for the administration connector port and the other ports.

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

diff --git a/opends/src/messages/messages/quicksetup.properties b/opends/src/messages/messages/quicksetup.properties
index ae03df1..d069b79 100644
--- a/opends/src/messages/messages/quicksetup.properties
+++ b/opends/src/messages/messages/quicksetup.properties
@@ -272,6 +272,8 @@
  server to run as a Windows Service.
 INFO_EQUAL_PORTS=You must specify different ports for LDAP and LDAPS \
  communication.
+INFO_ADMIN_CONNECTOR_VALUE_SEVERAL_TIMES=You must specify different ports for \
+ the Administration Connector Port and the other listeners.
 INFO_ERROR_ACCESSING_JKS_KEYSTORE=Could not access the JKS key store.  Check \
  that the contents of the file correspond to a valid JKS key store, that you \
  have access rights to it and that the provided PIN is valid.

--
Gitblit v1.10.0