From 13795862307ad5eb50abc1dff524d5be4c987aee Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Mon, 06 May 2013 07:04:09 +0000
Subject: [PATCH] OPENDJ-892 (CR-1644) Listen address and port for the HTTP connection handler should be displayed in status command output

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

diff --git a/opendj-sdk/opends/src/messages/messages/admin_tool.properties b/opendj-sdk/opends/src/messages/messages/admin_tool.properties
index 0f8f779..61045c2 100644
--- a/opendj-sdk/opends/src/messages/messages/admin_tool.properties
+++ b/opendj-sdk/opends/src/messages/messages/admin_tool.properties
@@ -1006,6 +1006,8 @@
 INFO_CTRL_PANEL_CONN_HANDLER_LDAP=LDAP
 INFO_CTRL_PANEL_CONN_HANDLER_LDAPS=LDAPS
 INFO_CTRL_PANEL_CONN_HANDLER_LDAP_STARTTLS=LDAP (allows StartTLS)
+INFO_CTRL_PANEL_CONN_HANDLER_HTTP=HTTP
+INFO_CTRL_PANEL_CONN_HANDLER_HTTPS=HTTPS
 INFO_CTRL_PANEL_CONN_HANDLER_JMX=JMX
 INFO_CTRL_PANEL_CONN_HANDLER_JMXS=JMX (secure)
 INFO_CTRL_PANEL_CONN_HANDLER_LDIF=LDIF

--
Gitblit v1.10.0