From e4bda951f24517dd0aa2ab3c7671e179785c3faa Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Fri, 02 Nov 2007 12:05:52 +0000 Subject: [PATCH] The following modifications are aimed to have the same interaction in the status and dsconfig command lines by sharing the same code. The formatting of the table in status command-line has also be modified to be consistent with the one provided by dsconfig. --- opends/src/messages/messages/admin_tool.properties | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/opends/src/messages/messages/admin_tool.properties b/opends/src/messages/messages/admin_tool.properties index 16621a8..e4ca8b4 100644 --- a/opends/src/messages/messages/admin_tool.properties +++ b/opends/src/messages/messages/admin_tool.properties @@ -552,10 +552,6 @@ MILD_ERR_ERROR_CONNECTING_TO_SERVER_PROMPT_AGAIN=Could not connect to the \ Directory Server %s with the provided credentials.%nError details: %s%n%n\ Provide again the required information to connect to the server: -MILD_ERR_STATUS_CLI_ERROR_CONNECTING_PROMPT_AGAIN=Could not connect to the \ - Directory Server with the provided credentials.%nError details: %s%nProvide \ - again the required information to connect to the server: -SEVERE_ERR_STATUS_CLI_TOO_MANY_CONNECTION_ATTEMPT=Too many authentication failures - Exit INFO_REPLICATION_ENABLE_HOSTNAME1_PROMPT=Host name of the first server INFO_REPLICATION_ENABLE_PORT1_PROMPT=LDAP port of the first server INFO_REPLICATION_ENABLE_REPLICATIONPORT1_PROMPT=Replication port for the first \ @@ -602,7 +598,6 @@ the destination server? INFO_REPLICATION_INITIALIZE_USESTARTTLSDESTINATION_PROMPT=Use StartTLS to \ connect to the destination server? -INFO_CLI_BINDDN_PROMPT=Bind DN INFO_CLI_USESSL_PROMPT=Use SSL to connect? INFO_CLI_INVALID_PORT=The provided value is not a valid port INFO_CLI_USESTARTTLS_PROMPT=Use StartTLS to connect? -- Gitblit v1.10.0