From e7dfa40c0ada0bb2d3bcbf7f153e496b5454f1cd Mon Sep 17 00:00:00 2001 From: Violette Roche-Montane <violette.roche-montane@forgerock.com> Date: Thu, 10 Apr 2014 11:32:37 +0000 Subject: [PATCH] Checkpoint for OPENDJ-1303 "opendj-cli" - OPENDJ-1343 Migrate dsconfig Rewritten DSConfig connection. dsconfig package. - Removed from dsconfig package the dependency on the SecureconnectionCliArgs and LDAPConsoleInteraction. - Removed unused class InternalManagementContextFactory --- opendj-sdk/opendj-cli/src/main/resources/com/forgerock/opendj/cli/cli.properties | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/opendj-sdk/opendj-cli/src/main/resources/com/forgerock/opendj/cli/cli.properties b/opendj-sdk/opendj-cli/src/main/resources/com/forgerock/opendj/cli/cli.properties index 3dfc2eb..5dbc5b5 100755 --- a/opendj-sdk/opendj-cli/src/main/resources/com/forgerock/opendj/cli/cli.properties +++ b/opendj-sdk/opendj-cli/src/main/resources/com/forgerock/opendj/cli/cli.properties @@ -467,6 +467,7 @@ ERR_CANNOT_READ_KEYSTORE=Cannot access key store '%s'. Verify \ that the provided key store exists and that you have read access rights to it INFO_DESCRIPTION_ADMIN_PORT=Directory server administration port number +INFO_DESCRIPTION_ADMIN_BINDDN=Administrator user bind DN ERR_LDAPCOMPARE_ERROR_READING_FILE=An error occurred reading file \ '%s'. Check that the file exists and that you have read access rights to \ it. Details: %s @@ -959,4 +960,9 @@ ERR_ERROR_INCOMPATIBLE_PROPERTY_MOD=The property \ modification "%s" is incompatible with another modification to the same \ property +INFO_LDAP_CONN_HEADING_CONNECTION_PARAMETERS=>>>> Specify OpenDJ LDAP \ + connection parameters +ERR_ERROR_CANNOT_READ_PASSWORD=Unable to read password +ERR_ERROR_CANNOT_READ_BIND_NAME=Unable to read bind name +ERR_ERROR_CANNOT_READ_HOST_NAME=Cannot read the host name \ No newline at end of file -- Gitblit v1.10.0