From 711ae26195f18829bdacb236e9844820e6db6049 Mon Sep 17 00:00:00 2001 From: kenneth_suter <kenneth_suter@localhost> Date: Wed, 22 Aug 2007 16:48:31 +0000 Subject: [PATCH] Expands the interface of both the export-ldif and import-ldif tools to include arguments that allow the task to be scheduled to run in the directory server's JVM through the task interface as well as through the existing method or operating within the running JVM. --- opendj-sdk/opends/src/messages/messages/tools.properties | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 44 insertions(+), 0 deletions(-) diff --git a/opendj-sdk/opends/src/messages/messages/tools.properties b/opendj-sdk/opends/src/messages/messages/tools.properties index 84f22e3..e28f002 100644 --- a/opendj-sdk/opends/src/messages/messages/tools.properties +++ b/opendj-sdk/opends/src/messages/messages/tools.properties @@ -2158,3 +2158,47 @@ weight FATAL_ERR_INITIALIZE_SERVER_ROOT_1293=An unexpected error occured \ attempting to set the server's root directory to %s: %s +SEVERE_ERR_LDAP_CONN_MUTUALLY_EXCLUSIVE_ARGUMENTS_1294=ERROR: You may not \ + provide both the %s and the %s arguments +SEVERE_ERR_LDAP_CONN_CANNOT_INITIALIZE_SSL_1295=ERROR: Unable to perform SSL \ + initialization: %s +SEVERE_ERR_LDAP_CONN_CANNOT_PARSE_SASL_OPTION_1296=ERROR: The provided SASL \ + option string "%s" could not be parsed in the form "name=value" +SEVERE_ERR_LDAP_CONN_NO_SASL_MECHANISM_1297=ERROR: One or more SASL options were \ + provided, but none of them were the "mech" option to specify which SASL \ + mechanism should be used +SEVERE_ERR_LDAP_CONN_CANNOT_DETERMINE_PORT_1298=ERROR: Cannot parse the value of \ + the %s argument as an integer value between 1 and 65535: %s +SEVERE_ERR_LDAP_CONN_CANNOT_CONNECT_1299=ERROR: Cannot establish a connection to \ + the Directory Server: %s +INFO_LDAP_CONN_DESCRIPTION_HOST_1300=Directory server hostname or IP address +INFO_LDAP_CONN_DESCRIPTION_PORT_1301=Directory server port number +INFO_LDAP_CONN_DESCRIPTION_USESSL_1302=Use SSL for secure communication with the \ + server +INFO_LDAP_CONN_DESCRIPTION_USESTARTTLS_1303=Use StartTLS for secure communication \ + with the server +INFO_LDAP_CONN_DESCRIPTION_BINDDN_1304=Specifies the DN to use to bind to the \ + server +INFO_LDAP_CONN_DESCRIPTION_BINDPW_1305=Specifies the password to use to bind to \ + the server +INFO_LDAP_CONN_DESCRIPTION_BINDPWFILE_1306=Bind password file +INFO_LDAP_CONN_DESCRIPTION_SASLOPTIONS_1307=SASL bind options +INFO_LDAP_CONN_DESCRIPTION_TRUST_ALL_1308=Trust all server SSL certificates +INFO_LDAP_CONN_DESCRIPTION_KSFILE_1309=Certificate keystore path +INFO_LDAP_CONN_DESCRIPTION_KSPW_1310=Certificate keystore PIN +INFO_LDAP_CONN_DESCRIPTION_KSPWFILE_1311=Certificate keystore PIN file +INFO_LDAP_CONN_DESCRIPTION_TSFILE_1312=Certificate trust store path +INFO_LDAP_CONN_DESCRIPTION_TSPW_1313=Certificate trust store PIN +INFO_LDAP_CONN_DESCRIPTION_TSPWFILE_1314=Certificate trust store PIN file +SEVERE_ERR_TASK_CLIENT_UNEXPECTED_CONNECTION_CLOSURE_1315=NOTICE: The connection \ + to the Directory Server was closed while waiting for a response to the \ + shutdown request. This likely means that the server has started the shutdown \ + process +SEVERE_ERR_TASK_CLIENT_IO_ERROR_1316=ERROR: An I/O error occurred while attempting \ + to communicate with the Directory Server: %s +SEVERE_ERR_TASK_CLIENT_DECODE_ERROR_1317=ERROR: An error occurred while trying to \ + decode the response from the server: %s +SEVERE_ERR_TASK_CLIENT_INVALID_RESPONSE_TYPE_1318=ERROR: Expected an add response \ + message but got a %s message instead +INFO_TASK_CLIENT_TASK_SCHEDULED_1319=Scheduled task %s + -- Gitblit v1.10.0