From 970a08a6e164098107549cee1defae404cb24436 Mon Sep 17 00:00:00 2001 From: Ludovic Poitou <ludovic.poitou@forgerock.com> Date: Thu, 07 Apr 2011 20:35:36 +0000 Subject: [PATCH] Fix Issue OPENDJ-19 - execute control-panel as any user The control-panel script checks at startup that the user is the owner of the local instance. This prevents anyone from using the control-panel to access remote servers. Added an option (-r or --remote) to skip the local checks. --- opends/src/messages/messages/tools.properties | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/opends/src/messages/messages/tools.properties b/opends/src/messages/messages/tools.properties index 59203c0..033ddfe 100644 --- a/opends/src/messages/messages/tools.properties +++ b/opends/src/messages/messages/tools.properties @@ -21,6 +21,7 @@ # CDDL HEADER END # # Copyright 2006-2010 Sun Microsystems, Inc. +# Portions Copyright 2011 ForgeRock AS @@ -2582,3 +2583,4 @@ SEVERE_ERR_RECURRING_SCHEDULE_FORMAT_ERROR_1718=The provided schedule value \ has an invalid format. The schedule must be expressed using a crontab(5) \ format. Error details: %s +INFO_DESCRIPTION_REMOTE_1719=Connect to a remote server -- Gitblit v1.10.0