From 69a38e64ebe45f41d1693c85b522520de68fb3b3 Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Fri, 20 Nov 2009 18:49:24 +0000 Subject: [PATCH] Fix for issue 3442 (Add options -w password and -D rootDN to control-panel) Know the user can specify the password, bind DN, host name, port and to accept all the certificates automatically from the command-line when launching the control-panel. --- opends/src/messages/messages/admin_tool.properties | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/opends/src/messages/messages/admin_tool.properties b/opends/src/messages/messages/admin_tool.properties index 6cd70f2..cb52c5f 100644 --- a/opends/src/messages/messages/admin_tool.properties +++ b/opends/src/messages/messages/admin_tool.properties @@ -296,7 +296,8 @@ details. INFO_CONTROL_PANEL_LAUNCHER_USAGE_DESCRIPTION=This utility can be used to \ display the Control Panel window which displays basic server information and \ - allows to do some basic administration tasks on the server. + allows to do some basic administration tasks on the server.%n%nIf no host \ + name or port is provided, the tool will try to connect to the local server. INFO_STOP_BUTTON_LABEL=Stop INFO_STOP_BUTTON_TOOLTIP=Stops the Directory Server INFO_BASEDN_NOT_REPLICATED_LABEL=Disabled -- Gitblit v1.10.0