# CDDL HEADER START # # The contents of this file are subject to the terms of the # Common Development and Distribution License, Version 1.0 only # (the "License"). You may not use this file except in compliance # with the License. # # You can obtain a copy of the license at # trunk/opends/resource/legal-notices/OpenDS.LICENSE # or https://OpenDS.dev.java.net/OpenDS.LICENSE. # See the License for the specific language governing permissions # and limitations under the License. # # When distributing Covered Code, include this CDDL HEADER in each # file and include the License file at # trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, # add the following below this CDDL HEADER, with the fields enclosed # by brackets "[]" replaced with your own identifying information: # Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END # # Copyright 2006-2010 Sun Microsystems, Inc. # # Global directives # global.category=TOOLS # # Format string definitions # # Keys must be formatted as follows: # # [SEVERITY]_[DESCRIPTION]_[ORDINAL] # # where: # # SEVERITY is one of: # [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE] # # DESCRIPTION is an upper case string providing a hint as to the context of # the message in upper case with the underscore ('_') character serving as # word separator # # ORDINAL is an integer unique among other ordinals in this file # SEVERE_ERR_TOOLS_CANNOT_CREATE_SSL_CONNECTION_1=Unable to create an SSL \ connection to the server: %s SEVERE_ERR_TOOLS_SSL_CONNECTION_NOT_INITIALIZED_2=Unable to create an SSL \ connection to the server because the connection factory has not been \ initialized SEVERE_ERR_TOOLS_CANNOT_LOAD_KEYSTORE_FILE_3=Cannot load the key store file: \ %s SEVERE_ERR_TOOLS_CANNOT_INIT_KEYMANAGER_4=Cannot initialize the key manager \ for the key store:%s SEVERE_ERR_TOOLS_CANNOT_LOAD_TRUSTSTORE_FILE_5=Cannot load the key store \ file: %s SEVERE_ERR_TOOLS_CANNOT_INIT_TRUSTMANAGER_6=Cannot initialize the key manager \ for the key store:%s INFO_ENCPW_DESCRIPTION_LISTSCHEMES_7=List available password storage schemes INFO_ENCPW_DESCRIPTION_CLEAR_PW_8=Clear-text password to encode or to compare \ against an encoded password INFO_ENCPW_DESCRIPTION_CLEAR_PW_FILE_9=Clear-text password file INFO_ENCPW_DESCRIPTION_ENCODED_PW_10=Encoded password to compare against the \ clear-text password INFO_ENCPW_DESCRIPTION_ENCODED_PW_FILE_11=Encoded password file INFO_DESCRIPTION_CONFIG_CLASS_12=The fully-qualified name of the Java class \ to use as the Directory Server configuration handler. If this is not \ provided, then a default of org.opends.server.extensions.ConfigFileHandler \ will be used INFO_DESCRIPTION_CONFIG_FILE_13=Path to the Directory Server \ configuration file INFO_ENCPW_DESCRIPTION_SCHEME_14=Scheme to use for the encoded password INFO_DESCRIPTION_USAGE_15=Displays this usage information SEVERE_ERR_CANNOT_INITIALIZE_ARGS_16=An unexpected error occurred while \ attempting to initialize the command-line arguments: %s SEVERE_ERR_ERROR_PARSING_ARGS_17=An error occurred while parsing the \ command-line arguments: %s SEVERE_ERR_ENCPW_NO_CLEAR_PW_18=No clear-text password was specified. Use \ --%s, --%s or --%s to specify the password to encode SEVERE_ERR_ENCPW_NO_SCHEME_19=No password storage scheme was specified. Use \ the --%s argument to specify the storage scheme SEVERE_ERR_SERVER_BOOTSTRAP_ERROR_20=An unexpected error occurred while \ attempting to bootstrap the Directory Server client-side code: %s SEVERE_ERR_CANNOT_LOAD_CONFIG_21=An error occurred while trying to load the \ Directory Server configuration: %s SEVERE_ERR_CANNOT_LOAD_SCHEMA_22=An error occurred while trying to load the \ Directory Server schema: %s SEVERE_ERR_CANNOT_INITIALIZE_CORE_CONFIG_23=An error occurred while trying to \ initialize the core Directory Server configuration: %s SEVERE_ERR_ENCPW_CANNOT_INITIALIZE_STORAGE_SCHEMES_24=An error occurred while \ trying to initialize the Directory Server password storage schemes: %s SEVERE_ERR_ENCPW_NO_STORAGE_SCHEMES_25=No password storage schemes have been \ configured for use in the Directory Server SEVERE_ERR_ENCPW_NO_SUCH_SCHEME_26=Password storage scheme "%s" is not \ configured for use in the Directory Server INFO_ENCPW_PASSWORDS_MATCH_27=The provided clear-text and encoded passwords \ match INFO_ENCPW_PASSWORDS_DO_NOT_MATCH_28=The provided clear-text and encoded \ passwords do not match SEVERE_ERR_ENCPW_ENCODED_PASSWORD_29=Encoded Password: "%s" SEVERE_ERR_ENCPW_CANNOT_ENCODE_30=An error occurred while attempting to \ encode the clear-text password: %s INFO_LDIFEXPORT_DESCRIPTION_LDIF_FILE_33=Path to the LDIF file to be written INFO_LDIFEXPORT_DESCRIPTION_APPEND_TO_LDIF_34=Append an existing LDIF file \ rather than overwriting it INFO_LDIFEXPORT_DESCRIPTION_BACKEND_ID_35=Backend ID for the backend to \ export INFO_LDIFEXPORT_DESCRIPTION_EXCLUDE_BRANCH_36=Base DN of a branch to exclude \ from the LDIF export INFO_LDIFEXPORT_DESCRIPTION_INCLUDE_ATTRIBUTE_37=Attribute to include in the \ LDIF export INFO_LDIFEXPORT_DESCRIPTION_EXCLUDE_ATTRIBUTE_38=Attribute to exclude from \ the LDIF export INFO_LDIFEXPORT_DESCRIPTION_INCLUDE_FILTER_39=Filter to identify entries to \ include in the LDIF export INFO_LDIFEXPORT_DESCRIPTION_EXCLUDE_FILTER_40=Filter to identify entries to \ exclude from the LDIF export INFO_LDIFEXPORT_DESCRIPTION_WRAP_COLUMN_41=Column at which to wrap long lines \ (0 for no wrapping) INFO_LDIFEXPORT_DESCRIPTION_COMPRESS_LDIF_42=Compress the LDIF data as it is \ exported INFO_LDIFEXPORT_DESCRIPTION_ENCRYPT_LDIF_43=Encrypt the LDIF data as it is \ exported INFO_LDIFEXPORT_DESCRIPTION_SIGN_HASH_44=Generate a signed hash of the export \ data SEVERE_ERR_LDIFEXPORT_CANNOT_PARSE_EXCLUDE_FILTER_52=Unable to decode exclude \ filter string "%s" as a valid search filter: %s SEVERE_ERR_LDIFEXPORT_CANNOT_PARSE_INCLUDE_FILTER_53=Unable to decode include \ filter string "%s" as a valid search filter: %s SEVERE_ERR_CANNOT_DECODE_BASE_DN_54=Unable to decode base DN string "%s" as a \ valid distinguished name: %s SEVERE_ERR_LDIFEXPORT_MULTIPLE_BACKENDS_FOR_ID_55=Multiple Directory Server \ backends are configured with the requested backend ID "%s" SEVERE_ERR_LDIFEXPORT_NO_BACKENDS_FOR_ID_56=None of the Directory Server \ backends are configured with the requested backend ID "%s" SEVERE_ERR_LDIFEXPORT_CANNOT_DECODE_EXCLUDE_BASE_57=Unable to decode exclude \ branch string "%s" as a valid distinguished name: %s SEVERE_ERR_LDIFEXPORT_CANNOT_DECODE_WRAP_COLUMN_AS_INTEGER_58=Unable to \ decode wrap column value "%s" as an integer SEVERE_ERR_LDIFEXPORT_ERROR_DURING_EXPORT_59=An error occurred while \ attempting to process the LDIF export: %s SEVERE_ERR_CANNOT_DECODE_BACKEND_BASE_DN_60=Unable to decode the backend \ configuration base DN string "%s" as a valid DN: %s SEVERE_ERR_CANNOT_RETRIEVE_BACKEND_BASE_ENTRY_61=Unable to retrieve the \ backend configuration base entry "%s" from the server configuration: %s SEVERE_ERR_CANNOT_DETERMINE_BACKEND_CLASS_62=Cannot determine the name of the \ Java class providing the logic for the backend defined in configuration entry \ %s: %s SEVERE_ERR_CANNOT_LOAD_BACKEND_CLASS_63=Unable to load class %s referenced in \ configuration entry %s for use as a Directory Server backend: %s SEVERE_ERR_CANNOT_INSTANTIATE_BACKEND_CLASS_64=Unable to create an instance \ of class %s referenced in configuration entry %s as a Directory Server \ backend: %s SEVERE_ERR_NO_BASES_FOR_BACKEND_65=No base DNs have been defined in backend \ configuration entry %s. This backend will not be evaluated SEVERE_ERR_CANNOT_DETERMINE_BASES_FOR_BACKEND_66=Unable to determine the set \ of base DNs defined in backend configuration entry %s: %s INFO_LDIFIMPORT_DESCRIPTION_LDIF_FILE_69=Path to the LDIF file to be imported INFO_LDIFIMPORT_DESCRIPTION_APPEND_70=Append to an existing database rather \ than overwriting it INFO_LDIFIMPORT_DESCRIPTION_REPLACE_EXISTING_71=Replace existing entries when \ appending to the database INFO_LDIFIMPORT_DESCRIPTION_BACKEND_ID_72=Backend ID for the backend to \ import INFO_LDIFIMPORT_DESCRIPTION_EXCLUDE_BRANCH_73=Base DN of a branch to exclude \ from the LDIF import INFO_LDIFIMPORT_DESCRIPTION_INCLUDE_ATTRIBUTE_74=Attribute to include in the \ LDIF import INFO_LDIFIMPORT_DESCRIPTION_EXCLUDE_ATTRIBUTE_75=Attribute to exclude from \ the LDIF import INFO_LDIFIMPORT_DESCRIPTION_INCLUDE_FILTER_76=Filter to identify entries to \ include in the LDIF import INFO_LDIFIMPORT_DESCRIPTION_EXCLUDE_FILTER_77=Filter to identify entries to \ exclude from the LDIF import INFO_LDIFIMPORT_DESCRIPTION_REJECT_FILE_78=Write rejected entries to the \ specified file INFO_LDIFIMPORT_DESCRIPTION_OVERWRITE_79=Overwrite an existing rejects and/or \ skip file rather than appending to it INFO_LDIFIMPORT_DESCRIPTION_IS_COMPRESSED_80=LDIF file is compressed INFO_LDIFIMPORT_DESCRIPTION_IS_ENCRYPTED_81=LDIF file is encrypted SEVERE_ERR_LDIFIMPORT_CANNOT_PARSE_EXCLUDE_FILTER_89=Unable to decode exclude \ filter string "%s" as a valid search filter: %s SEVERE_ERR_LDIFIMPORT_CANNOT_PARSE_INCLUDE_FILTER_90=Unable to decode include \ filter string "%s" as a valid search filter: %s SEVERE_ERR_LDIFIMPORT_MULTIPLE_BACKENDS_FOR_ID_92=Imported branches or \ backend IDs can not span across multiple Directory Server backends SEVERE_ERR_LDIFIMPORT_NO_BACKENDS_FOR_ID_93=None of the Directory Server \ backends are configured with the requested backend ID or base DNs that \ include the specified branches SEVERE_ERR_LDIFIMPORT_CANNOT_DECODE_EXCLUDE_BASE_94=Unable to decode exclude \ branch string "%s" as a valid distinguished name: %s SEVERE_ERR_LDIFIMPORT_CANNOT_OPEN_REJECTS_FILE_95=An error occurred while \ trying to open the rejects file %s for writing: %s SEVERE_ERR_LDIFIMPORT_ERROR_DURING_IMPORT_96=An error occurred while \ attempting to process the LDIF import: %s INFO_PROCESSING_OPERATION_104=Processing %s request for %s INFO_OPERATION_FAILED_105=%s operation failed INFO_OPERATION_SUCCESSFUL_106=%s operation successful for DN %s INFO_PROCESSING_COMPARE_OPERATION_107=Comparing type %s with value %s in \ entry %s INFO_COMPARE_OPERATION_RESULT_FALSE_108=Compare operation returned false for \ entry %s INFO_COMPARE_OPERATION_RESULT_TRUE_109=Compare operation returned true for \ entry %s INFO_SEARCH_OPERATION_INVALID_PROTOCOL_110=Invalid operation type returned in \ search result %s INFO_DESCRIPTION_TRUSTALL_111=Trust all server SSL certificates INFO_DESCRIPTION_BINDDN_112=DN to use to bind to the server INFO_DESCRIPTION_BINDPASSWORD_113=Password to use to bind to \ the server INFO_DESCRIPTION_BINDPASSWORDFILE_114=Bind password file INFO_DESCRIPTION_ENCODING_115=Use the specified character set for \ command-line input INFO_DESCRIPTION_VERBOSE_116=Use verbose mode INFO_DESCRIPTION_KEYSTOREPATH_117=Certificate key store path INFO_DESCRIPTION_TRUSTSTOREPATH_118=Certificate trust store path INFO_DESCRIPTION_KEYSTOREPASSWORD_119=Certificate key store PIN INFO_DESCRIPTION_HOST_120=Directory server hostname or IP address INFO_DESCRIPTION_PORT_121=Directory server port number INFO_DESCRIPTION_SHOWUSAGE_122=Display this usage information INFO_DESCRIPTION_CONTROLS_123=Use a request control with the provided \ information INFO_DESCRIPTION_CONTINUE_ON_ERROR_124=Continue processing even if there are \ errors INFO_DESCRIPTION_USE_SSL_125=Use SSL for secure communication with the server INFO_DESCRIPTION_START_TLS_126=Use StartTLS to secure communication with the \ server INFO_DESCRIPTION_USE_SASL_EXTERNAL_127=Use the SASL EXTERNAL authentication \ mechanism INFO_DELETE_DESCRIPTION_FILENAME_128=File containing the DNs of the entries \ to delete INFO_DELETE_DESCRIPTION_DELETE_SUBTREE_129=Delete the specified entry and all \ entries below it INFO_MODIFY_DESCRIPTION_DEFAULT_ADD_130=Treat records with no changetype as \ add operations INFO_SEARCH_DESCRIPTION_BASEDN_131=Search base DN INFO_SEARCH_DESCRIPTION_SIZE_LIMIT_132=Maximum number of entries to return \ from the search INFO_SEARCH_DESCRIPTION_TIME_LIMIT_133=Maximum length of time in seconds to \ allow for the search INFO_SEARCH_DESCRIPTION_SEARCH_SCOPE_134=Search scope ('base', 'one', 'sub', \ or 'subordinate') INFO_SEARCH_DESCRIPTION_DEREFERENCE_POLICY_135=Alias dereference policy \ ('never', 'always', 'search', or 'find') SEVERE_ERR_LDAPAUTH_CANNOT_SEND_SIMPLE_BIND_136=Cannot send the simple bind \ request: %s SEVERE_ERR_LDAPAUTH_CANNOT_READ_BIND_RESPONSE_137=Cannot read the bind \ response from the server. The port you are using may require a secured \ communication (--useSSL). %s SEVERE_ERR_LDAPAUTH_SERVER_DISCONNECT_138=The Directory Server indicated that \ it was closing the connection to the client (result code %d, message "%s" SEVERE_ERR_LDAPAUTH_UNEXPECTED_EXTENDED_RESPONSE_139=The Directory Server \ sent an unexpected extended response message to the client: %s SEVERE_ERR_LDAPAUTH_UNEXPECTED_RESPONSE_140=The Directory Server sent an \ unexpected response message to the client: %s MILD_ERR_LDAPAUTH_SIMPLE_BIND_FAILED_141=The simple bind attempt failed SEVERE_ERR_LDAPAUTH_NO_SASL_MECHANISM_142=A SASL bind was requested but no \ SASL mechanism was specified MILD_ERR_LDAPAUTH_UNSUPPORTED_SASL_MECHANISM_143=The requested SASL mechanism \ "%s" is not supported by this client MILD_ERR_LDAPAUTH_TRACE_SINGLE_VALUED_144=The trace SASL property may only be \ given a single value MILD_ERR_LDAPAUTH_INVALID_SASL_PROPERTY_145=Property "%s" is not allowed for \ the %s SASL mechanism SEVERE_ERR_LDAPAUTH_CANNOT_SEND_SASL_BIND_146=Cannot send the SASL %S bind \ request: %s MILD_ERR_LDAPAUTH_SASL_BIND_FAILED_147=The SASL %s bind attempt failed MILD_ERR_LDAPAUTH_NO_SASL_PROPERTIES_148=No SASL properties were provided for \ use with the %s mechanism MILD_ERR_LDAPAUTH_AUTHID_SINGLE_VALUED_149=The "authid" SASL property only \ accepts a single value MILD_ERR_LDAPAUTH_SASL_AUTHID_REQUIRED_150=The "authid" SASL property is \ required for use with the %s mechanism MILD_ERR_LDAPAUTH_CANNOT_SEND_INITIAL_SASL_BIND_151=Cannot send the initial \ bind request in the multi-stage %s bind to the server: %s MILD_ERR_LDAPAUTH_CANNOT_READ_INITIAL_BIND_RESPONSE_152=Cannot read the \ initial %s bind response from the server: %s MILD_ERR_LDAPAUTH_UNEXPECTED_INITIAL_BIND_RESPONSE_153=The client received an \ unexpected intermediate bind response. The "SASL bind in progress" result \ was expected for the first response in the multi-stage %s bind process, but \ the bind response had a result code of %d (%s) and an error message of "%s" MILD_ERR_LDAPAUTH_NO_CRAMMD5_SERVER_CREDENTIALS_154=The initial bind response \ from the server did not include any server SASL credentials containing the \ challenge information needed to complete the CRAM-MD5 authentication MILD_ERR_LDAPAUTH_CANNOT_INITIALIZE_MD5_DIGEST_155=An unexpected error \ occurred while trying to initialize the MD5 digest generator: %s MILD_ERR_LDAPAUTH_CANNOT_SEND_SECOND_SASL_BIND_156=Cannot send the second \ bind request in the multi-stage %s bind to the server: %s MILD_ERR_LDAPAUTH_CANNOT_READ_SECOND_BIND_RESPONSE_157=Cannot read the second \ %s bind response from the server: %s MILD_ERR_LDAPAUTH_NO_ALLOWED_SASL_PROPERTIES_158=One or more SASL properties \ were provided, but the %s mechanism does not take any SASL properties MILD_ERR_LDAPAUTH_AUTHZID_SINGLE_VALUED_159=The "authzid" SASL property only \ accepts a single value MILD_ERR_LDAPAUTH_REALM_SINGLE_VALUED_160=The "realm" SASL property only \ accepts a single value MILD_ERR_LDAPAUTH_QOP_SINGLE_VALUED_161=The "qop" SASL property only accepts \ a single value MILD_ERR_LDAPAUTH_DIGESTMD5_QOP_NOT_SUPPORTED_162=The "%s" QoP mode is not \ supported by this client. Only the "auth" mode is currently available for \ use MILD_ERR_LDAPAUTH_DIGESTMD5_INVALID_QOP_163=The specified DIGEST-MD5 quality \ of protection mode "%s" is not valid. The only QoP mode currently supported \ is "auth" MILD_ERR_LDAPAUTH_DIGEST_URI_SINGLE_VALUED_164=The "digest-uri" SASL property \ only accepts a single value MILD_ERR_LDAPAUTH_NO_DIGESTMD5_SERVER_CREDENTIALS_165=The initial bind \ response from the server did not include any server SASL credentials \ containing the challenge information needed to complete the DIGEST-MD5 \ authentication MILD_ERR_LDAPAUTH_DIGESTMD5_INVALID_TOKEN_IN_CREDENTIALS_166=The DIGEST-MD5 \ credentials provided by the server contained an invalid token of "%s" \ starting at position %d MILD_ERR_LDAPAUTH_DIGESTMD5_INVALID_CHARSET_167=The DIGEST-MD5 credentials \ provided by the server specified the use of the "%s" character set. The \ character set that may be specified in the DIGEST-MD5 credentials is "utf-8" MILD_ERR_LDAPAUTH_REQUESTED_QOP_NOT_SUPPORTED_BY_SERVER_168=The requested QoP \ mode of "%s" is not listed as supported by the Directory Server. The \ Directory Server's list of supported QoP modes is: "%s" MILD_ERR_LDAPAUTH_DIGESTMD5_NO_NONCE_169=The server SASL credentials provided \ in response to the initial DIGEST-MD5 bind request did not include the nonce \ to use to generate the authentication digests MILD_ERR_LDAPAUTH_DIGESTMD5_CANNOT_CREATE_RESPONSE_DIGEST_170=An error \ occurred while attempting to generate the response digest for the DIGEST-MD5 \ bind request: %s MILD_ERR_LDAPAUTH_DIGESTMD5_NO_RSPAUTH_CREDS_171=The DIGEST-MD5 bind response \ from the server did not include the "rspauth" element to provide a digest of \ the response authentication information MILD_ERR_LDAPAUTH_DIGESTMD5_COULD_NOT_DECODE_RSPAUTH_172=An error occurred \ while trying to decode the rspauth element of the DIGEST-MD5 bind response \ from the server as a hexadecimal string: %s MILD_ERR_LDAPAUTH_DIGESTMD5_COULD_NOT_CALCULATE_RSPAUTH_173=An error occurred \ while trying to calculate the expected rspauth element to compare against the \ value included in the DIGEST-MD5 response from the server: %s MILD_ERR_LDAPAUTH_DIGESTMD5_RSPAUTH_MISMATCH_174=The rpsauth element included \ in the DIGEST-MD5 bind response from the Directory Server was different from \ the expected value calculated by the client MILD_ERR_LDAPAUTH_DIGESTMD5_INVALID_CLOSING_QUOTE_POS_175=The DIGEST-MD5 \ response challenge could not be parsed because it had an invalid quotation \ mark at position %d INFO_LDAPAUTH_PROPERTY_DESCRIPTION_TRACE_176=Text string that may be written \ to the Directory Server error log as trace information for the bind INFO_LDAPAUTH_PROPERTY_DESCRIPTION_AUTHID_177=Authentication ID for the bind INFO_LDAPAUTH_PROPERTY_DESCRIPTION_REALM_178=Realm into which \ the authentication is to be performed INFO_LDAPAUTH_PROPERTY_DESCRIPTION_QOP_179=Quality of \ protection to use for the bind INFO_LDAPAUTH_PROPERTY_DESCRIPTION_DIGEST_URI_180=Digest URI to \ use for the bind INFO_LDAPAUTH_PROPERTY_DESCRIPTION_AUTHZID_181=Authorization ID \ to use for the bind INFO_DESCRIPTION_SASL_PROPERTIES_182=SASL bind options INFO_LDAPAUTH_PROPERTY_DESCRIPTION_KDC_183=KDC to use for the \ Kerberos authentication MILD_ERR_LDAPAUTH_KDC_SINGLE_VALUED_184=The "kdc" SASL property only accepts \ a single value MILD_ERR_LDAPAUTH_GSSAPI_INVALID_QOP_185=The specified GSSAPI quality of \ protection mode "%s" is not valid. The only QoP mode currently supported is \ "auth" SEVERE_ERR_LDAPAUTH_GSSAPI_CANNOT_CREATE_JAAS_CONFIG_186=An error occurred \ while trying to create the temporary JAAS configuration for GSSAPI \ authentication: %s MILD_ERR_LDAPAUTH_GSSAPI_LOCAL_AUTHENTICATION_FAILED_187=An error occurred \ while attempting to perform local authentication to the Kerberos realm: %s MILD_ERR_LDAPAUTH_GSSAPI_REMOTE_AUTHENTICATION_FAILED_188=An error occurred \ while attempting to perform GSSAPI authentication to the Directory Server: \ %s SEVERE_ERR_LDAPAUTH_NONSASL_RUN_INVOCATION_189=The \ LDAPAuthenticationHandler.run() method was called for a non-SASL bind. The \ backtrace for this call is %s SEVERE_ERR_LDAPAUTH_UNEXPECTED_RUN_INVOCATION_190=The \ LDAPAuthenticationHandler.run() method was called for a SASL bind with an \ unexpected mechanism of "%s". The backtrace for this call is %s SEVERE_ERR_LDAPAUTH_GSSAPI_CANNOT_CREATE_SASL_CLIENT_191=An error occurred \ while attempting to create a SASL client to process the GSSAPI \ authentication: %s SEVERE_ERR_LDAPAUTH_GSSAPI_CANNOT_CREATE_INITIAL_CHALLENGE_192=An error \ occurred while attempting to create the initial challenge for GSSAPI \ authentication: %s MILD_ERR_LDAPAUTH_GSSAPI_CANNOT_VALIDATE_SERVER_CREDS_193=An error occurred \ while trying to validate the SASL credentials provided by the Directory \ Server in the GSSAPI bind response: %s MILD_ERR_LDAPAUTH_GSSAPI_UNEXPECTED_SUCCESS_RESPONSE_194=The Directory Server \ unexpectedly returned a success response to the client even though the client \ does not believe that the GSSAPI negotiation is complete MILD_ERR_LDAPAUTH_GSSAPI_BIND_FAILED_195=The GSSAPI bind attempt failed SEVERE_ERR_LDAPAUTH_NONSASL_CALLBACK_INVOCATION_196=The \ LDAPAuthenticationHandler.handle() method was called for a non-SASL bind. \ The backtrace for this call is %s SEVERE_ERR_LDAPAUTH_UNEXPECTED_GSSAPI_CALLBACK_197=The \ LDAPAuthenticationHandler.handle() method was called during a GSSAPI bind \ attempt with an unexpected callback type of %s SEVERE_ERR_LDAPAUTH_UNEXPECTED_CALLBACK_INVOCATION_198=The \ LDAPAuthenticationHandler.handle() method was called for an unexpected SASL \ mechanism of %s. The backtrace for this call is %s INFO_LDAPAUTH_PASSWORD_PROMPT_199=Password for user '%s': INFO_DESCRIPTION_VERSION_200=LDAP protocol version number MILD_ERR_DESCRIPTION_INVALID_VERSION_201=Invalid LDAP version number '%s'. \ Allowed values are 2 and 3 SEVERE_ERR_LDAPAUTH_CANNOT_SEND_WHOAMI_REQUEST_202=Cannot send the 'Who Am \ I?' request to the Directory Server: %s SEVERE_ERR_LDAPAUTH_CANNOT_READ_WHOAMI_RESPONSE_203=Cannot read the 'Who Am \ I?' response from the Directory Server: %s MILD_ERR_LDAPAUTH_WHOAMI_FAILED_204=The 'Who Am I?' request was rejected by \ the Directory Server SEVERE_ERR_SEARCH_INVALID_SEARCH_SCOPE_205=Invalid scope '%s' specified for \ the search request SEVERE_ERR_SEARCH_NO_FILTERS_206=No filters specified for the search request INFO_VERIFYINDEX_DESCRIPTION_BASE_DN_207=Base DN of a backend \ supporting indexing. Verification is performed on indexes within the scope of \ the given base DN INFO_VERIFYINDEX_DESCRIPTION_INDEX_NAME_208=Name of an index to \ be verified. For an attribute index this is simply an attribute name. \ Multiple indexes may be verified for completeness, or all indexes if no \ indexes are specified. An index is complete if each index value references \ all entries containing that value INFO_VERIFYINDEX_DESCRIPTION_VERIFY_CLEAN_209=Specifies that a single index \ should be verified to ensure it is clean. An index is clean if each index \ value references only entries containing that value. Only one index at a \ time may be verified in this way SEVERE_ERR_VERIFYINDEX_ERROR_DURING_VERIFY_210=An error occurred while \ attempting to perform index verification: %s SEVERE_ERR_VERIFYINDEX_VERIFY_CLEAN_REQUIRES_SINGLE_INDEX_211=Only one index \ at a time may be verified for cleanliness SEVERE_ERR_BACKEND_NO_INDEXING_SUPPORT_212=The backend does not support \ indexing SEVERE_ERR_LDIFEXPORT_CANNOT_EXPORT_BACKEND_213=The Directory Server backend \ with backend ID "%s" does not provide a mechanism for performing LDIF exports SEVERE_ERR_LDIFIMPORT_CANNOT_IMPORT_214=The Directory Server backend with \ backend ID %s does not provide a mechanism for performing LDIF imports INFO_DESCRIPTION_DONT_WRAP_215=Do not wrap long lines INFO_LDIFIMPORT_DESCRIPTION_INCLUDE_BRANCH_216=Base DN of a branch to include \ in the LDIF import SEVERE_ERR_CANNOT_DETERMINE_BACKEND_ID_217=Cannot determine the backend ID \ for the backend defined in configuration entry %s: %s SEVERE_ERR_LDIFIMPORT_CANNOT_DECODE_INCLUDE_BASE_218=Unable to decode include \ branch string "%s" as a valid distinguished name: %s SEVERE_ERR_LDIFIMPORT_INVALID_INCLUDE_BASE_219=Provided include base DN "%s" \ is not handled by the backend with backend ID %s SEVERE_ERR_MULTIPLE_BACKENDS_FOR_BASE_230=Multiple Directory Server backends \ are configured to support base DN "%s" SEVERE_ERR_NO_BACKENDS_FOR_BASE_231=None of the Directory Server backends are \ configured to support the requested base DN "%s" INFO_LDIFEXPORT_DESCRIPTION_INCLUDE_BRANCH_240=Base DN of a branch to include \ in the LDIF export SEVERE_ERR_LDIFEXPORT_CANNOT_DECODE_INCLUDE_BASE_241=Unable to decode include \ branch string "%s" as a valid distinguished name: %s SEVERE_ERR_LDIFEXPORT_INVALID_INCLUDE_BASE_242=Provided include base DN "%s" \ is not handled by the backend with backend ID %s INFO_BACKUPDB_DESCRIPTION_BACKEND_ID_245=Backend ID for the backend to \ archive INFO_BACKUPDB_DESCRIPTION_BACKUP_ID_246=Use the provided identifier for the \ backup INFO_BACKUPDB_DESCRIPTION_BACKUP_DIR_247=Path to the target directory for the \ backup file(s) INFO_BACKUPDB_DESCRIPTION_INCREMENTAL_248=Perform an incremental backup \ rather than a full backup INFO_BACKUPDB_DESCRIPTION_COMPRESS_249=Compress the backup contents INFO_BACKUPDB_DESCRIPTION_ENCRYPT_250=Encrypt the backup contents INFO_BACKUPDB_DESCRIPTION_HASH_251=Generate a hash of the backup contents INFO_BACKUPDB_DESCRIPTION_SIGN_HASH_252=Sign the hash of the backup contents SEVERE_ERR_BACKUPDB_MULTIPLE_BACKENDS_FOR_ID_260=Multiple Directory Server \ backends are configured with the requested backend ID "%s" SEVERE_ERR_BACKUPDB_NO_BACKENDS_FOR_ID_261=None of the Directory Server \ backends are configured with the requested backend ID "%s" SEVERE_ERR_BACKUPDB_CONFIG_ENTRY_MISMATCH_262=The configuration for the \ backend with backend ID %s is held in entry "%s", but other backups in the \ target backup directory %s were generated from a backend whose configuration \ was held in configuration entry "%s" SEVERE_ERR_BACKUPDB_INVALID_BACKUP_DIR_263=An error occurred while attempting \ to use the specified path "%s" as the target directory for the backup: %s SEVERE_ERR_BACKUPDB_CANNOT_BACKUP_264=The target backend %s cannot be backed \ up using the requested configuration: %s SEVERE_ERR_BACKUPDB_ERROR_DURING_BACKUP_265=An error occurred while \ attempting to back up backend %s with the requested configuration: %s INFO_BACKUPDB_DESCRIPTION_BACKUP_ALL_274=Back up all backends in the server SEVERE_ERR_BACKUPDB_CANNOT_MIX_BACKUP_ALL_AND_BACKEND_ID_275=The %s and %s \ arguments may not be used together. Exactly one of them must be provided SEVERE_ERR_BACKUPDB_NEED_BACKUP_ALL_OR_BACKEND_ID_276=Neither the %s argument \ nor the %s argument was provided. Exactly one of them is required SEVERE_ERR_BACKUPDB_CANNOT_CREATE_BACKUP_DIR_277=An error occurred while \ attempting to create the backup directory %s: %s SEVERE_WARN_BACKUPDB_BACKUP_NOT_SUPPORTED_278=Backend ID %s was included in \ the set of backends to archive, but this backend does not provide support for \ a backup mechanism. It will be skipped SEVERE_WARN_BACKUPDB_NO_BACKENDS_TO_ARCHIVE_279=None of the target backends \ provide a backup mechanism. The backup operation has been aborted NOTICE_BACKUPDB_STARTING_BACKUP_280=Starting backup for backend %s SEVERE_ERR_BACKUPDB_CANNOT_PARSE_BACKUP_DESCRIPTOR_281=An error occurred \ while attempting to parse the backup descriptor file %s: %s NOTICE_BACKUPDB_COMPLETED_WITH_ERRORS_282=The backup process completed with \ one or more errors NOTICE_BACKUPDB_COMPLETED_SUCCESSFULLY_283=The backup process completed \ successfully SEVERE_ERR_CANNOT_INITIALIZE_CRYPTO_MANAGER_284=An error occurred while \ attempting to initialize the crypto manager: %s SEVERE_ERR_CANNOT_INITIALIZE_SUBENTRY_MANAGER_285=An error occurred while \ attempting to initialize the subentry manager: %s SEVERE_ERR_CANNOT_INITIALIZE_ROOTDN_MANAGER_286=An error occurred while \ attempting to initialize the root DN manager: %s INFO_BACKUPDB_DESCRIPTION_INCREMENTAL_BASE_ID_287=Backup ID of the source \ archive for an incremental backup SEVERE_ERR_BACKUPDB_INCREMENTAL_BASE_REQUIRES_INCREMENTAL_288=The use of the \ %s argument requires that the %s argument is also provided INFO_RESTOREDB_DESCRIPTION_BACKEND_ID_291=Backend ID for the backend to \ restore INFO_RESTOREDB_DESCRIPTION_BACKUP_ID_292=Backup ID of the backup to restore INFO_RESTOREDB_DESCRIPTION_BACKUP_DIR_293=Path to the directory containing \ the backup file(s) INFO_RESTOREDB_DESCRIPTION_LIST_BACKUPS_294=List available backups in the \ backup directory INFO_RESTOREDB_DESCRIPTION_VERIFY_ONLY_295=Verify the contents of the backup \ but do not restore it SEVERE_ERR_RESTOREDB_CANNOT_READ_BACKUP_DIRECTORY_304=An error occurred while \ attempting to examine the set of backups contained in backup directory %s: \ %s INFO_RESTOREDB_LIST_BACKUP_ID_305=Backup ID: %s INFO_RESTOREDB_LIST_BACKUP_DATE_306=Backup Date: %s INFO_RESTOREDB_LIST_INCREMENTAL_307=Is Incremental: %s INFO_RESTOREDB_LIST_COMPRESSED_308=Is Compressed: %s INFO_RESTOREDB_LIST_ENCRYPTED_309=Is Encrypted: %s INFO_RESTOREDB_LIST_HASHED_310=Has Unsigned Hash: %s INFO_RESTOREDB_LIST_SIGNED_311=Has Signed Hash: %s INFO_RESTOREDB_LIST_DEPENDENCIES_312=Dependent Upon: %s SEVERE_ERR_RESTOREDB_INVALID_BACKUP_ID_313=The requested backup ID %s does \ not exist in %s SEVERE_ERR_RESTOREDB_NO_BACKUPS_IN_DIRECTORY_314=There are no Directory \ Server backups contained in %s SEVERE_ERR_RESTOREDB_NO_BACKENDS_FOR_DN_315=The backups contained in \ directory %s were taken from a Directory Server backend defined in \ configuration entry %s but no such backend is available SEVERE_ERR_RESTOREDB_CANNOT_RESTORE_316=The Directory Server backend \ configured with backend ID %s does not provide a mechanism for restoring \ backups SEVERE_ERR_RESTOREDB_ERROR_DURING_BACKUP_317=An unexpected error occurred \ while attempting to restore backup %s from %s: %s SEVERE_ERR_RESTOREDB_ENCRYPT_OR_SIGN_REQUIRES_ONLINE_318=Restoring an \ encrypted or signed backup requires a connection to an online server SEVERE_ERR_BACKUPDB_ENCRYPT_OR_SIGN_REQUIRES_ONLINE_325=The use of the \ %s argument or the %s argument requires a connection to an online server \ instance SEVERE_ERR_BACKUPDB_SIGN_REQUIRES_HASH_326=The use of the %s argument \ requires that the %s argument is also provided INFO_DESCRIPTION_NOOP_327=Show what would be done but do not perform any \ operation SEVERE_ERR_BACKUPDB_CANNOT_LOCK_BACKEND_328=An error occurred while \ attempting to acquire a shared lock for backend %s: %s. This generally \ means that some other process has exclusive access to this backend (e.g., a \ restore or an LDIF import). This backend will not be archived SEVERE_WARN_BACKUPDB_CANNOT_UNLOCK_BACKEND_329=An error occurred while \ attempting to release the shared lock for backend %s: %s. This lock should \ automatically be cleared when the backup process exits, so no further action \ should be required SEVERE_ERR_RESTOREDB_CANNOT_LOCK_BACKEND_330=An error occurred while \ attempting to acquire an exclusive lock for backend %s: %s. This generally \ means some other process is still using this backend (e.g., it is in use by \ the Directory Server or a backup or LDIF export is in progress). The restore \ cannot continue SEVERE_WARN_RESTOREDB_CANNOT_UNLOCK_BACKEND_331=An error occurred while \ attempting to release the exclusive lock for backend %s: %s. This lock \ should automatically be cleared when the restore process exits, so no further \ action should be required SEVERE_ERR_LDIFIMPORT_CANNOT_LOCK_BACKEND_332=An error occurred while \ attempting to acquire an exclusive lock for backend %s: %s. This generally \ means some other process is still using this backend (e.g., it is in use by \ the Directory Server or a backup or LDIF export is in progress). The LDIF \ import cannot continue SEVERE_WARN_LDIFIMPORT_CANNOT_UNLOCK_BACKEND_333=An error occurred while \ attempting to release the exclusive lock for backend %s: %s. This lock \ should automatically be cleared when the import process exits, so no further \ action should be required SEVERE_ERR_LDIFEXPORT_CANNOT_LOCK_BACKEND_334=An error occurred while \ attempting to acquire a shared lock for backend %s: %s. This generally \ means that some other process has an exclusive lock on this backend (e.g., an \ LDIF import or a restore). The LDIF export cannot continue SEVERE_WARN_LDIFEXPORT_CANNOT_UNLOCK_BACKEND_335=An error occurred while \ attempting to release the shared lock for backend %s: %s. This lock should \ automatically be cleared when the export process exits, so no further action \ should be required SEVERE_ERR_VERIFYINDEX_CANNOT_LOCK_BACKEND_336=An error occurred while \ attempting to acquire a shared lock for backend %s: %s. This generally \ means that some other process has an exclusive lock on this backend (e.g., an \ LDIF import or a restore). The index verification cannot continue SEVERE_WARN_VERIFYINDEX_CANNOT_UNLOCK_BACKEND_337=An error occurred while \ attempting to release the shared lock for backend %s: %s. This lock should \ automatically be cleared when the verification process exits, so no further \ action should be required INFO_DESCRIPTION_TYPES_ONLY_338=Only retrieve attribute names but not their \ values INFO_LDIFIMPORT_DESCRIPTION_SKIP_SCHEMA_VALIDATION_339=Skip schema validation \ during the LDIF import SEVERE_ERR_LDIFEXPORT_CANNOT_INITIALIZE_PLUGINS_340=An error occurred while \ attempting to initialize the LDIF export plugins: %s SEVERE_ERR_LDIFIMPORT_CANNOT_INITIALIZE_PLUGINS_341=An error occurred while \ attempting to initialize the LDIF import plugins: %s INFO_DESCRIPTION_ASSERTION_FILTER_342=Use the LDAP assertion control with the \ provided filter MILD_ERR_LDAP_ASSERTION_INVALID_FILTER_343=The search filter provided for the \ LDAP assertion control was invalid: %s INFO_DESCRIPTION_PREREAD_ATTRS_346=Use the LDAP ReadEntry pre-read control INFO_DESCRIPTION_POSTREAD_ATTRS_347=Use the LDAP ReadEntry post-read control MILD_ERR_LDAPMODIFY_PREREAD_NO_VALUE_348=The pre-read response control did \ not include a value MILD_ERR_LDAPMODIFY_PREREAD_CANNOT_DECODE_VALUE_349=An error occurred while \ trying to decode the entry contained in the value of the pre-read response \ control: %s INFO_LDAPMODIFY_PREREAD_ENTRY_350=Target entry before the operation: MILD_ERR_LDAPMODIFY_POSTREAD_NO_VALUE_351=The post-read response control did \ not include a value MILD_ERR_LDAPMODIFY_POSTREAD_CANNOT_DECODE_VALUE_352=An error occurred while \ trying to decode the entry contained in the value of the post-read response \ control: %s INFO_LDAPMODIFY_POSTREAD_ENTRY_353=Target entry after the operation: INFO_DESCRIPTION_PROXY_AUTHZID_354=Use the proxied authorization control with \ the given authorization ID INFO_DESCRIPTION_PSEARCH_INFO_355=Use the persistent search control MILD_ERR_PSEARCH_MISSING_DESCRIPTOR_356=The request to use the persistent \ search control did not include a descriptor that indicates the options to use \ with that control MILD_ERR_PSEARCH_DOESNT_START_WITH_PS_357=The persistent search descriptor %s \ did not start with the required 'ps' string MILD_ERR_PSEARCH_INVALID_CHANGE_TYPE_358=The provided change type value %s is \ invalid. The recognized change types are add, delete, modify, modifydn, and \ any MILD_ERR_PSEARCH_INVALID_CHANGESONLY_359=The provided changesOnly value %s is \ invalid. Allowed values are 1 to only return matching entries that have \ changed since the beginning of the search, or 0 to also include existing \ entries that match the search criteria MILD_ERR_PSEARCH_INVALID_RETURN_ECS_360=The provided returnECs value %s is \ invalid. Allowed values are 1 to request that the entry change notification \ control be included in updated entries, or 0 to exclude the control from \ matching entries INFO_DESCRIPTION_REPORT_AUTHZID_361=Use the authorization identity control INFO_BIND_AUTHZID_RETURNED_362=# Bound with authorization ID %s INFO_SEARCH_DESCRIPTION_FILENAME_363=File containing a list of search filter \ strings INFO_DESCRIPTION_MATCHED_VALUES_FILTER_364=Use the LDAP matched values \ control with the provided filter MILD_ERR_LDAP_MATCHEDVALUES_INVALID_FILTER_365=The provided matched values \ filter was invalid: %s FATAL_ERR_LDIF_FILE_CANNOT_OPEN_FOR_READ_366=An error occurred while \ attempting to open the LDIF file %s for reading: %s FATAL_ERR_LDIF_FILE_READ_ERROR_367=An error occurred while attempting to read \ the contents of LDIF file %s: %s SEVERE_ERR_LDIF_FILE_INVALID_LDIF_ENTRY_368=Error at or near line %d in LDIF \ file %s: %s INFO_ENCPW_DESCRIPTION_AUTHPW_369=Use the authentication password syntax \ rather than the user password syntax SEVERE_ERR_ENCPW_NO_AUTH_STORAGE_SCHEMES_370=No authentication password \ storage schemes have been configured for use in the Directory Server SEVERE_ERR_ENCPW_NO_SUCH_AUTH_SCHEME_371=Authentication password storage \ scheme "%s" is not configured for use in the Directory Server SEVERE_ERR_ENCPW_INVALID_ENCODED_AUTHPW_372=The provided password is not a \ valid encoded authentication password value: %s SEVERE_ERR_LDIFIMPORT_CANNOT_INITIALIZE_PWPOLICY_373=An error occurred while \ attempting to initialize the password policy components: %s INFO_STOPDS_DESCRIPTION_HOST_374=Directory server hostname or IP address INFO_STOPDS_DESCRIPTION_PORT_375=Directory server administration port number INFO_STOPDS_DESCRIPTION_USESSL_376=Use SSL for secure communication with the \ server INFO_STOPDS_DESCRIPTION_USESTARTTLS_377=Use StartTLS for secure communication \ with the server INFO_STOPDS_DESCRIPTION_BINDDN_378=DN to use to bind to the server INFO_STOPDS_DESCRIPTION_BINDPW_379=Password to use to bind to the server INFO_STOPDS_DESCRIPTION_BINDPWFILE_380=Bind password file INFO_STOPDS_DESCRIPTION_SASLOPTIONS_381=SASL bind options INFO_STOPDS_DESCRIPTION_PROXYAUTHZID_382=Use the proxied authorization \ control with the given authorization ID INFO_STOPDS_DESCRIPTION_STOP_REASON_383=Reason the server is being stopped or \ restarted INFO_STOPDS_DESCRIPTION_STOP_TIME_384=Indicates the date/time at which the \ shutdown operation will begin as a server task expressed in format \ 'YYYYMMDDhhmmss'. A value of '0' will cause the shutdown to be scheduled for \ immediate execution. When this option is specified the operation will be \ scheduled to start at the specified time after which this utility will exit \ immediately INFO_STOPDS_DESCRIPTION_TRUST_ALL_385=Trust all server SSL certificates INFO_STOPDS_DESCRIPTION_KSFILE_386=Certificate key store path INFO_STOPDS_DESCRIPTION_KSPW_387=Certificate key store PIN INFO_STOPDS_DESCRIPTION_KSPWFILE_388=Certificate key store PIN file INFO_STOPDS_DESCRIPTION_TSFILE_389=Certificate trust store path INFO_STOPDS_DESCRIPTION_TSPW_390=Certificate trust store PIN INFO_STOPDS_DESCRIPTION_TSPWFILE_391=Certificate trust store PIN file INFO_STOPDS_DESCRIPTION_SHOWUSAGE_392=Display this usage information SEVERE_ERR_STOPDS_MUTUALLY_EXCLUSIVE_ARGUMENTS_395=ERROR: You may not \ provide both the %s and the %s arguments SEVERE_ERR_STOPDS_CANNOT_DECODE_STOP_TIME_396=ERROR: Unable to decode the \ provided stop time. It should be in the form YYYYMMDDhhmmssZ for UTC time or \ YYYYMMDDhhmmss for local time SEVERE_ERR_STOPDS_CANNOT_INITIALIZE_SSL_397=ERROR: Unable to perform SSL \ initialization: %s SEVERE_ERR_STOPDS_CANNOT_PARSE_SASL_OPTION_398=ERROR: The provided SASL \ option string "%s" could not be parsed in the form "name=value" SEVERE_ERR_STOPDS_NO_SASL_MECHANISM_399=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_STOPDS_CANNOT_DETERMINE_PORT_400=ERROR: Cannot parse the value of \ the %s argument as an integer value between 1 and 65535: %s SEVERE_ERR_STOPDS_CANNOT_CONNECT_401=ERROR: Cannot establish a connection to \ the Directory Server %s. Verify that the server is running and that \ the provided credentials are valid. Details: %s SEVERE_ERR_STOPDS_UNEXPECTED_CONNECTION_CLOSURE_402=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_STOPDS_IO_ERROR_403=ERROR: An I/O error occurred while attempting \ to communicate with the Directory Server: %s SEVERE_ERR_STOPDS_DECODE_ERROR_404=ERROR: An error occurred while trying to \ decode the response from the server: %s SEVERE_ERR_STOPDS_INVALID_RESPONSE_TYPE_405=ERROR: Expected an add response \ message but got a %s message instead INFO_BIND_PASSWORD_EXPIRED_406=# Your password has expired INFO_BIND_PASSWORD_EXPIRING_407=# Your password will expire in %s INFO_BIND_ACCOUNT_LOCKED_408=# Your account has been locked INFO_BIND_MUST_CHANGE_PASSWORD_409=# You must change your password before any \ other operations will be allowed INFO_BIND_GRACE_LOGINS_REMAINING_410=# You have %d grace logins remaining INFO_DESCRIPTION_USE_PWP_CONTROL_411=Use the password policy request control INFO_STOPDS_DESCRIPTION_RESTART_412=Attempt to automatically restart the \ server once it has stopped INFO_COMPARE_DESCRIPTION_FILENAME_413=File containing the DNs of the entries \ to compare INFO_LDIFSEARCH_DESCRIPTION_LDIF_FILE_414=LDIF file containing \ the data to search. Multiple files may be specified by providing the option \ multiple times. If no files are provided, the data will be read from \ standard input INFO_LDIFSEARCH_DESCRIPTION_BASEDN_415=The base DN for the search. Multiple \ base DNs may be specified by providing the option multiple times. If no base \ DN is provided, then the root DSE will be used INFO_LDIFSEARCH_DESCRIPTION_SCOPE_416=The scope for the search. It must be \ one of 'base', 'one', 'sub', or 'subordinate'. If it is not provided, then \ 'sub' will be used INFO_LDIFSEARCH_DESCRIPTION_FILTER_FILE_419=The path to the file containing \ the search filter(s) to use. If this is not provided, then the filter must \ be provided on the command line after all configuration options INFO_LDIFSEARCH_DESCRIPTION_OUTPUT_FILE_420=The path to the output file to \ which the matching entries should be written. If this is not provided, then \ the data will be written to standard output INFO_LDIFSEARCH_DESCRIPTION_OVERWRITE_EXISTING_421=Any existing output \ file should be overwritten rather than appending to it INFO_LDIFSEARCH_DESCRIPTION_DONT_WRAP_422=Long lines should \ not be wrapped INFO_LDIFSEARCH_DESCRIPTION_SIZE_LIMIT_423=Maximum number of \ matching entries to return INFO_LDIFSEARCH_DESCRIPTION_TIME_LIMIT_424=Maximum length of \ time (in seconds) to spend processing SEVERE_ERR_LDIFSEARCH_NO_FILTER_428=No search filter was specified. Either a \ filter file or an individual search filter must be provided SEVERE_ERR_LDIFSEARCH_CANNOT_INITIALIZE_CONFIG_429=An error occurred while \ attempting to process the Directory Server configuration file %s: %s SEVERE_ERR_LDIFSEARCH_CANNOT_INITIALIZE_SCHEMA_430=An error occurred while \ attempting to initialize the Directory Server schema based on the information \ in configuration file %s: %s SEVERE_ERR_LDIFSEARCH_CANNOT_PARSE_FILTER_431=An error occurred while \ attempting to parse search filter '%s': %s SEVERE_ERR_LDIFSEARCH_CANNOT_PARSE_BASE_DN_432=An error occurred while \ attempting to parse base DN '%s': %s SEVERE_ERR_LDIFSEARCH_CANNOT_PARSE_TIME_LIMIT_433=An error occurred while \ attempting to parse the time limit as an integer: %s SEVERE_ERR_LDIFSEARCH_CANNOT_PARSE_SIZE_LIMIT_434=An error occurred while \ attempting to parse the size limit as an integer: %s SEVERE_ERR_LDIFSEARCH_CANNOT_CREATE_READER_435=An error occurred while \ attempting to create the LDIF reader: %s SEVERE_ERR_LDIFSEARCH_CANNOT_CREATE_WRITER_436=An error occurred while \ attempting to create the LDIF writer used to return matching entries: %s MILD_WARN_LDIFSEARCH_TIME_LIMIT_EXCEEDED_437=The specified time limit has \ been exceeded during search processing MILD_WARN_LDIFSEARCH_SIZE_LIMIT_EXCEEDED_438=The specified size limit has \ been exceeded during search processing SEVERE_ERR_LDIFSEARCH_CANNOT_READ_ENTRY_RECOVERABLE_439=An error occurred \ while attempting to read an entry from the LDIF content: %s. Skipping this \ entry and continuing processing SEVERE_ERR_LDIFSEARCH_CANNOT_READ_ENTRY_FATAL_440=An error occurred while \ attempting to read an entry from the LDIF content: %s. Unable to continue \ processing SEVERE_ERR_LDIFSEARCH_ERROR_DURING_PROCESSING_441=An unexpected error \ occurred during search processing: %s SEVERE_ERR_LDIFSEARCH_CANNOT_INITIALIZE_JMX_442=An error occurred while \ attempting to initialize the Directory Server JMX subsystem based on the \ information in configuration file %s: %s INFO_LDIFDIFF_DESCRIPTION_SOURCE_LDIF_443=LDIF file to use as \ the source data INFO_LDIFDIFF_DESCRIPTION_TARGET_LDIF_444=LDIF file to use as \ the target data INFO_LDIFDIFF_DESCRIPTION_OUTPUT_LDIF_445=File to which the \ output should be written INFO_LDIFDIFF_DESCRIPTION_OVERWRITE_EXISTING_446=Any existing \ output file should be overwritten rather than appending to it SEVERE_ERR_LDIFDIFF_CANNOT_INITIALIZE_JMX_452=An error occurred while \ attempting to initialize the Directory Server JMX subsystem based on the \ information in configuration file %s: %s SEVERE_ERR_LDIFDIFF_CANNOT_INITIALIZE_CONFIG_453=An error occurred while \ attempting to process the Directory Server configuration file %s: %s SEVERE_ERR_LDIFDIFF_CANNOT_INITIALIZE_SCHEMA_454=An error occurred while \ attempting to initialize the Directory Server schema based on the information \ in configuration file %s: %s SEVERE_ERR_LDIFDIFF_CANNOT_OPEN_SOURCE_LDIF_455=An error occurred while \ attempting to open source LDIF %s: %s SEVERE_ERR_LDIFDIFF_ERROR_READING_SOURCE_LDIF_456=An error occurred while \ reading the contents of source LDIF %s: %s SEVERE_ERR_LDIFDIFF_CANNOT_OPEN_TARGET_LDIF_457=An error occurred while \ attempting to open target LDIF %s: %s SEVERE_ERR_LDIFDIFF_ERROR_READING_TARGET_LDIF_458=An error occurred while \ reading the contents of target LDIF %s: %s SEVERE_ERR_LDIFDIFF_CANNOT_OPEN_OUTPUT_459=An error occurred while attempting \ to open the LDIF writer for the diff output: %s INFO_LDIFDIFF_NO_DIFFERENCES_460=No differences were detected between the \ source and target LDIF files SEVERE_ERR_LDIFDIFF_ERROR_WRITING_OUTPUT_461=An error occurred while \ attempting to write the diff output: %s INFO_CONFIGDS_DESCRIPTION_LDAP_PORT_464=Port on which the \ Directory Server should listen for LDAP communication INFO_CONFIGDS_DESCRIPTION_BASE_DN_465=Base DN for user \ information in the Directory Server. Multiple base DNs may be provided by \ using this option multiple times INFO_CONFIGDS_DESCRIPTION_ROOT_DN_466=DN for the initial root \ user for the Directory Server INFO_CONFIGDS_DESCRIPTION_ROOT_PW_467=Password for the initial \ root user for the Directory Server INFO_CONFIGDS_DESCRIPTION_ROOT_PW_FILE_468=Path to a file \ containing the password for the initial root user for the Directory Server SEVERE_ERR_CONFIGDS_CANNOT_ACQUIRE_SERVER_LOCK_472=An error occurred while \ attempting to acquire the server-wide lock file %s: %s. This generally \ means that the Directory Server is running, or another tool that requires \ exclusive access to the server is in use SEVERE_ERR_CONFIGDS_CANNOT_INITIALIZE_JMX_473=An error occurred while \ attempting to initialize the Directory Server JMX subsystem based on the \ information in configuration file %s: %s SEVERE_ERR_CONFIGDS_CANNOT_INITIALIZE_CONFIG_474=An error occurred while \ attempting to process the Directory Server configuration file %s: %s SEVERE_ERR_CONFIGDS_CANNOT_INITIALIZE_SCHEMA_475=An error occurred while \ attempting to initialize the Directory Server schema based on the information \ in configuration file %s: %s SEVERE_ERR_CONFIGDS_CANNOT_PARSE_BASE_DN_476=An error occurred while \ attempting to parse base DN value "%s" as a DN: %s SEVERE_ERR_CONFIGDS_CANNOT_PARSE_ROOT_DN_477=An error occurred while \ attempting to parse root DN value "%s" as a DN: %s SEVERE_ERR_CONFIGDS_NO_ROOT_PW_478=The DN for the initial root user was \ provided, but no corresponding password was given. If the root DN is \ specified then the password must also be provided SEVERE_ERR_CONFIGDS_CANNOT_UPDATE_BASE_DN_479=An error occurred while \ attempting to update the base DN(s) for user data in the Directory Server: \ %s SEVERE_ERR_CONFIGDS_CANNOT_UPDATE_LDAP_PORT_480=An error occurred while \ attempting to update the port on which to listen for LDAP communication: %s SEVERE_ERR_CONFIGDS_CANNOT_UPDATE_ROOT_USER_481=An error occurred while \ attempting to update the entry for the initial Directory Server root user: \ %s SEVERE_ERR_CONFIGDS_CANNOT_WRITE_UPDATED_CONFIG_482=An error occurred while \ writing the updated Directory Server configuration: %s SEVERE_ERR_CONFIGDS_NO_CONFIG_CHANGES_483=ERROR: No configuration changes \ were specified INFO_CONFIGDS_WROTE_UPDATED_CONFIG_484=Successfully wrote the updated \ Directory Server configuration INFO_INSTALLDS_DESCRIPTION_TESTONLY_485=Just verify that the JVM can be \ started properly INFO_INSTALLDS_DESCRIPTION_PROGNAME_486=The setup command used to invoke this \ program INFO_INSTALLDS_DESCRIPTION_SILENT_489=Run setup in quiet mode. Quiet mode \ will not output progress information to standard output INFO_INSTALLDS_DESCRIPTION_BASEDN_490=Base DN for user \ information in the Directory Server. Multiple base DNs may be provided by \ using this option multiple times INFO_INSTALLDS_DESCRIPTION_ADDBASE_491=Indicates whether to create the base \ entry in the Directory Server database INFO_INSTALLDS_DESCRIPTION_IMPORTLDIF_492=Path to an LDIF file \ containing data that should be added to the Directory Server database. \ Multiple LDIF files may be provided by using this option multiple times INFO_INSTALLDS_DESCRIPTION_LDAPPORT_493=Port on which the \ Directory Server should listen for LDAP communication INFO_INSTALLDS_DESCRIPTION_SKIPPORT_494=Skip the check to determine whether \ the specified ports are usable INFO_INSTALLDS_DESCRIPTION_ROOTDN_495=DN for the initial root \ user for the Directory Server INFO_INSTALLDS_DESCRIPTION_ROOTPW_496=Password for the initial \ root user for the Directory Server INFO_INSTALLDS_DESCRIPTION_ROOTPWFILE_497=Path to a file \ containing the password for the initial root user for the Directory Server INFO_INSTALLDS_DESCRIPTION_HELP_498=Display this usage information SEVERE_ERR_INSTALLDS_NO_CONFIG_FILE_499=ERROR: No configuration file path \ was provided (use the %s argument) SEVERE_ERR_INSTALLDS_CANNOT_INITIALIZE_JMX_500=An error occurred while \ attempting to initialize the Directory Server JMX subsystem based on the \ information in configuration file %s: %s SEVERE_ERR_INSTALLDS_CANNOT_INITIALIZE_CONFIG_501=An error occurred while \ attempting to process the Directory Server configuration file %s: %s SEVERE_ERR_INSTALLDS_CANNOT_INITIALIZE_SCHEMA_502=An error occurred while \ attempting to initialize the Directory Server schema based on the information \ in configuration file %s: %s SEVERE_ERR_INSTALLDS_CANNOT_PARSE_DN_503=An error occurred while attempting \ to parse the string "%s" as a valid DN: %s INFO_INSTALLDS_PROMPT_BASEDN_504=Provide the base DN for the directory data: INFO_INSTALLDS_PROMPT_IMPORT_505=Do you wish to populate the directory \ database with information from an existing LDIF file? INFO_INSTALLDS_PROMPT_IMPORT_FILE_506=Please specify the path to the LDIF \ file containing the data to import: SEVERE_ERR_INSTALLDS_TWO_CONFLICTING_ARGUMENTS_507=ERROR: You may not \ provide both the %s and the %s arguments at the same time INFO_INSTALLDS_PROMPT_ADDBASE_508=Would you like to have the base %s entry \ automatically created in the directory database? INFO_INSTALLDS_PROMPT_LDAPPORT_509=On which port would you like the Directory \ Server to accept connections from LDAP clients? SEVERE_ERR_INSTALLDS_CANNOT_BIND_TO_PRIVILEGED_PORT_510=ERROR: Unable to \ bind to port %d. This port may already be in use, or you may not have \ permission to bind to it. On UNIX-based operating systems, non-root users \ may not be allowed to bind to ports 1 through 1024 SEVERE_ERR_INSTALLDS_CANNOT_BIND_TO_PORT_511=ERROR: Unable to bind to port \ %d. This port may already be in use, or you may not have permission to bind \ to it INFO_INSTALLDS_PROMPT_ROOT_DN_512=What would you like to use as the initial \ root user DN for the Directory Server? SEVERE_ERR_INSTALLDS_NO_ROOT_PASSWORD_513=ERROR: No password was provided \ for the initial root user. When performing a non-interactive installation, \ this must be provided using either the %s or the %s argument INFO_INSTALLDS_PROMPT_ROOT_PASSWORD_514=Please provide the password to use \ for the initial root user: INFO_INSTALLDS_PROMPT_CONFIRM_ROOT_PASSWORD_515=Please re-enter the password \ for confirmation: INFO_INSTALLDS_STATUS_CONFIGURING_DS_516=Applying the requested configuration \ to the Directory Server... INFO_INSTALLDS_STATUS_CREATING_BASE_LDIF_517=Creating a temporary LDIF file \ with the initial base entry contents... SEVERE_ERR_INSTALLDS_CANNOT_CREATE_BASE_ENTRY_LDIF_518=An error occurred \ while attempting to create the base LDIF file: %s INFO_INSTALLDS_STATUS_IMPORTING_LDIF_519=Importing the LDIF data into the \ Directory Server database... INFO_INSTALLDS_STATUS_SUCCESS_520=The server setup process has completed \ successfully INFO_INSTALLDS_PROMPT_VALUE_YES_521=yes INFO_INSTALLDS_PROMPT_VALUE_NO_522=no MILD_ERR_INSTALLDS_INVALID_YESNO_RESPONSE_523=ERROR: The provided value \ could not be interpreted as a yes or no response. Please enter a response of \ either "yes" or "no" MILD_ERR_INSTALLDS_INVALID_INTEGER_RESPONSE_524=ERROR: The provided response \ could not be interpreted as an integer. Please provide the response as an \ integer value MILD_ERR_INSTALLDS_INTEGER_BELOW_LOWER_BOUND_525=ERROR: The provided value \ is less than the lowest allowed value of %d MILD_ERR_INSTALLDS_INTEGER_ABOVE_UPPER_BOUND_526=ERROR: The provided value \ is greater than the largest allowed value of %d MILD_ERR_INSTALLDS_INVALID_DN_RESPONSE_527=ERROR: The provided response \ could not be interpreted as an LDAP DN MILD_ERR_INSTALLDS_INVALID_STRING_RESPONSE_528=ERROR: The response value may \ not be an empty string MILD_ERR_INSTALLDS_INVALID_PASSWORD_RESPONSE_529=ERROR: The password value \ may not be an empty string MILD_ERR_INSTALLDS_PASSWORDS_DONT_MATCH_530=ERROR: The provided password \ values do not match MILD_ERR_INSTALLDS_ERROR_READING_FROM_STDIN_531=ERROR: Unexpected failure \ while reading from standard input: %s INFO_LDIFIMPORT_DESCRIPTION_QUIET_532=Use quiet mode (no output) INFO_INSTALLDS_IMPORT_SUCCESSFUL_533=Import complete INFO_INSTALLDS_INITIALIZING_534=Please wait while the setup program \ initializes... MILD_ERR_MAKELDIF_TAG_INVALID_ARGUMENT_COUNT_535=Invalid number of arguments \ provided for tag %s on line number %d of the template file: expected %d, got \ %d MILD_ERR_MAKELDIF_TAG_INVALID_ARGUMENT_RANGE_COUNT_536=Invalid number of \ arguments provided for tag %s on line number %d of the template file: \ expected between %d and %d, got %d MILD_ERR_MAKELDIF_TAG_UNDEFINED_ATTRIBUTE_537=Undefined attribute %s \ referenced on line %d of the template file MILD_ERR_MAKELDIF_TAG_INTEGER_BELOW_LOWER_BOUND_538=Value %d is below the \ lowest allowed value of %d for tag %s on line %d of the template file MILD_ERR_MAKELDIF_TAG_CANNOT_PARSE_AS_INTEGER_539=Cannot parse value "%s" as \ an integer for tag %s on line %d of the template file MILD_ERR_MAKELDIF_TAG_INTEGER_ABOVE_UPPER_BOUND_540=Value %d is above the \ largest allowed value of %d for tag %s on line %d of the template file MILD_ERR_MAKELDIF_TAG_INVALID_EMPTY_STRING_ARGUMENT_541=Argument %d for tag \ %s on line number %d may not be an empty string MILD_ERR_MAKELDIF_TAG_CANNOT_PARSE_AS_BOOLEAN_542=Cannot parse value "%s" as \ a Boolean value for tag %s on line %d of the template file. The value must \ be either 'true' or 'false' MILD_ERR_MAKELDIF_UNDEFINED_BRANCH_SUBORDINATE_543=The branch with entry DN \ '%s' references a subordinate template named '%s' which is not defined in the \ template file MILD_ERR_MAKELDIF_CANNOT_LOAD_TAG_CLASS_544=Unable to load class %s for use \ as a MakeLDIF tag MILD_ERR_MAKELDIF_CANNOT_INSTANTIATE_TAG_545=Cannot instantiate class %s as a \ MakeLDIF tag MILD_ERR_MAKELDIF_CONFLICTING_TAG_NAME_546=Cannot register the tag defined in \ class %s because the tag name %s conflicts with the name of another tag that \ has already been registered MILD_WARN_MAKELDIF_WARNING_UNDEFINED_CONSTANT_547=Possible reference to an \ undefined constant %s on line %d MILD_ERR_MAKELDIF_DEFINE_MISSING_EQUALS_548=The constant definition on line \ %d is missing an equal sign to delimit the constant name from the value MILD_ERR_MAKELDIF_DEFINE_NAME_EMPTY_549=The constant definition on line %d \ does not include a name for the constant MILD_ERR_MAKELDIF_CONFLICTING_CONSTANT_NAME_550=The definition for constant \ %s on line %d conflicts with an earlier constant definition included in the \ template MILD_ERR_MAKELDIF_WARNING_DEFINE_VALUE_EMPTY_551=Constant %s defined on line \ %d has not been assigned a value MILD_ERR_MAKELDIF_CONFLICTING_BRANCH_DN_552=The branch definition %s starting \ on line %d conflicts with an earlier branch definition contained in the \ template file MILD_ERR_MAKELDIF_CONFLICTING_TEMPLATE_NAME_553=The template definition %s \ starting on line %d conflicts with an earlier template definition contained \ in the template file MILD_ERR_MAKELDIF_UNEXPECTED_TEMPLATE_FILE_LINE_554=Unexpected template line \ "%s" encountered on line %d of the template file MILD_ERR_MAKELDIF_UNDEFINED_TEMPLATE_SUBORDINATE_555=The template named %s \ references a subordinate template named %s which is not defined in the \ template file MILD_ERR_MAKELDIF_CANNOT_DECODE_BRANCH_DN_556=Unable to decode branch DN "%s" \ on line %d of the template file MILD_ERR_MAKELDIF_BRANCH_SUBORDINATE_TEMPLATE_NO_COLON_557=Subordinate \ template definition on line %d for branch %s is missing a colon to separate \ the template name from the number of entries MILD_ERR_MAKELDIF_BRANCH_SUBORDINATE_INVALID_NUM_ENTRIES_558=Subordinate \ template definition on line %d for branch %s specified invalid number of \ entries %d for template %s MILD_WARN_MAKELDIF_BRANCH_SUBORDINATE_ZERO_ENTRIES_559=Subordinate template \ definition on line %d for branch %s specifies that zero entries of type %s \ should be generated MILD_ERR_MAKELDIF_BRANCH_SUBORDINATE_CANT_PARSE_NUMENTRIES_560=Unable to \ parse the number of entries for template %s as an integer for the subordinate \ template definition on line %d for branch %s MILD_ERR_MAKELDIF_TEMPLATE_SUBORDINATE_TEMPLATE_NO_COLON_561=Subordinate \ template definition on line %d for template %s is missing a colon to separate \ the template name from the number of entries MILD_ERR_MAKELDIF_TEMPLATE_SUBORDINATE_INVALID_NUM_ENTRIES_562=Subordinate \ template definition on line %d for template %s specified invalid number of \ entries %d for subordinate template %s MILD_WARN_MAKELDIF_TEMPLATE_SUBORDINATE_ZERO_ENTRIES_563=Subordinate template \ definition on line %d for template %s specifies that zero entries of type %s \ should be generated MILD_ERR_MAKELDIF_TEMPLATE_SUBORDINATE_CANT_PARSE_NUMENTRIES_564=Unable to \ parse the number of entries for template %s as an integer for the subordinate \ template definition on line %d for template %s MILD_ERR_MAKELDIF_TEMPLATE_MISSING_RDN_ATTR_565=The template named %s \ includes RDN attribute %s that is not assigned a value in that template MILD_ERR_MAKELDIF_NO_COLON_IN_BRANCH_EXTRA_LINE_566=There is no colon to \ separate the attribute name from the value pattern on line %d of the template \ file in the definition for branch %s MILD_ERR_MAKELDIF_NO_ATTR_IN_BRANCH_EXTRA_LINE_567=There is no attribute name \ before the colon on line %d of the template file in the definition for branch \ %s MILD_WARN_MAKELDIF_NO_VALUE_IN_BRANCH_EXTRA_LINE_568=The value pattern for \ line %d of the template file in the definition for branch %s is empty MILD_ERR_MAKELDIF_NO_COLON_IN_TEMPLATE_LINE_569=There is no colon to separate \ the attribute name from the value pattern on line %d of the template file in \ the definition for template %s MILD_ERR_MAKELDIF_NO_ATTR_IN_TEMPLATE_LINE_570=There is no attribute name \ before the colon on line %d of the template file in the definition for \ template %s MILD_WARN_MAKELDIF_NO_VALUE_IN_TEMPLATE_LINE_571=The value pattern for line \ %d of the template file in the definition for template %s is empty MILD_ERR_MAKELDIF_NO_SUCH_TAG_572=An undefined tag %s is referenced on line \ %d of the template file MILD_ERR_MAKELDIF_CANNOT_INSTANTIATE_NEW_TAG_573=An unexpected error occurred \ while trying to create a new instance of tag %s referenced on line %d of the \ template file: %s INFO_MAKELDIF_DESCRIPTION_TEMPLATE_576=The path to the template file with \ information about the LDIF data to generate INFO_MAKELDIF_DESCRIPTION_LDIF_577=The path to the LDIF file to be written INFO_MAKELDIF_DESCRIPTION_SEED_578=The seed to use to initialize the random \ number generator INFO_MAKELDIF_DESCRIPTION_HELP_579=Show this usage information SEVERE_ERR_MAKELDIF_CANNOT_INITIALIZE_JMX_582=An error occurred while \ attempting to initialize the Directory Server JMX subsystem based on the \ information in configuration file %s: %s SEVERE_ERR_MAKELDIF_CANNOT_INITIALIZE_CONFIG_583=An error occurred while \ attempting to process the Directory Server configuration file %s: %s SEVERE_ERR_MAKELDIF_CANNOT_INITIALIZE_SCHEMA_584=An error occurred while \ attempting to initialize the Directory Server schema based on the information \ in configuration file %s: %s SEVERE_ERR_MAKELDIF_IOEXCEPTION_DURING_PARSE_585=An error occurred while \ attempting to read the template file: %s SEVERE_ERR_MAKELDIF_EXCEPTION_DURING_PARSE_586=An error occurred while \ attempting to parse the template file: %s MILD_ERR_MAKELDIF_TAG_INVALID_FORMAT_STRING_587=Cannot parse value "%s" as an \ valid format string for tag %s on line %d of the template file MILD_ERR_MAKELDIF_TAG_NO_RANDOM_TYPE_ARGUMENT_588=The random tag on line %d \ of the template file does not include an argument to specify the type of \ random value that should be generated MILD_WARN_MAKELDIF_TAG_WARNING_EMPTY_VALUE_589=The value generated from the \ random tag on line %d of the template file will always be an empty string MILD_ERR_MAKELDIF_TAG_UNKNOWN_RANDOM_TYPE_590=The random tag on line %d of \ the template file references an unknown random type of %s INFO_MAKELDIF_DESCRIPTION_RESOURCE_PATH_591=Path to look for \ MakeLDIF resources (e.g., data files) not found in the current working \ directory or template directory path MILD_ERR_MAKELDIF_COULD_NOT_FIND_TEMPLATE_FILE_592=Could not find template \ file %s MILD_ERR_MAKELDIF_NO_SUCH_RESOURCE_DIRECTORY_593=The specified resource \ directory %s could not be found MILD_ERR_MAKELDIF_RESOURCE_DIRECTORY_NOT_DIRECTORY_594=The specified resource \ directory %s exists but is not a directory MILD_ERR_MAKELDIF_TAG_CANNOT_FIND_FILE_595=Cannot find file %s referenced by \ tag %s on line %d of the template file MILD_ERR_MAKELDIF_TAG_INVALID_FILE_ACCESS_MODE_596=Invalid file access mode \ %s for tag %s on line %d of the template file. It must be either \ "sequential" or "random" MILD_ERR_MAKELDIF_TAG_CANNOT_READ_FILE_597=An error occurred while trying to \ read file %s referenced by tag %s on line %d of the template file: %s MILD_ERR_MAKELDIF_UNABLE_TO_CREATE_LDIF_598=An error occurred while \ attempting to open LDIF file %s for writing: %s MILD_ERR_MAKELDIF_ERROR_WRITING_LDIF_599=An error occurred while writing data \ to LDIF file %s: %s INFO_MAKELDIF_PROCESSED_N_ENTRIES_600=Processed %d entries MILD_ERR_MAKELDIF_CANNOT_WRITE_ENTRY_601=An error occurred while attempting \ to write entry %s to LDIF: %s INFO_MAKELDIF_PROCESSING_COMPLETE_602=LDIF processing complete. %d entries \ written INFO_LDIFIMPORT_DESCRIPTION_TEMPLATE_FILE_603=Path to a MakeLDIF template to \ use to generate the import data SEVERE_ERR_LDIFIMPORT_CONFLICTING_OPTIONS_604=The %s and %s arguments are \ incompatible and may not be used together SEVERE_ERR_LDIFIMPORT_MISSING_REQUIRED_ARGUMENT_605=Neither the %s or the %s \ argument was provided. One of these arguments must be given to specify the \ source for the LDIF data to be imported SEVERE_ERR_LDIFIMPORT_CANNOT_PARSE_TEMPLATE_FILE_606=Unable to parse the \ specified file %s as a MakeLDIF template file: %s MILD_ERR_MAKELDIF_INCOMPLETE_TAG_607=Line %d of the template file contains an \ incomplete tag that starts with either '<' or '{' but does get closed MILD_ERR_MAKELDIF_TAG_NOT_ALLOWED_IN_BRANCH_608=Tag %s referenced on line %d \ of the template file is not allowed for use in branch definitions INFO_LDIFIMPORT_DESCRIPTION_RANDOM_SEED_609=Seed for the MakeLDIF random \ number generator MILD_ERR_LDIFMODIFY_CANNOT_ADD_ENTRY_TWICE_610=Entry %s is added twice in the \ set of changes to apply, which is not supported by the LDIF modify tool MILD_ERR_LDIFMODIFY_CANNOT_DELETE_AFTER_ADD_611=Entry %s cannot be deleted \ because it was previously added in the set of changes. This is not supported \ by the LDIF modify tool MILD_ERR_LDIFMODIFY_CANNOT_MODIFY_ADDED_OR_DELETED_612=Cannot modify entry %s \ because it was previously added or deleted in the set of changes. This is \ not supported by the LDIF modify tool MILD_ERR_LDIFMODIFY_MODDN_NOT_SUPPORTED_613=The modify DN operation targeted \ at entry %s cannot be processed because modify DN operations are not \ supported by the LDIF modify tool MILD_ERR_LDIFMODIFY_UNKNOWN_CHANGETYPE_614=Entry %s has an unknown changetype \ of %s MILD_ERR_LDIFMODIFY_ADD_ALREADY_EXISTS_615=Unable to add entry %s because it \ already exists in the data set MILD_ERR_LDIFMODIFY_DELETE_NO_SUCH_ENTRY_616=Unable to delete entry %s \ because it does not exist in the data set MILD_ERR_LDIFMODIFY_MODIFY_NO_SUCH_ENTRY_617=Unable to modify entry %s \ because it does not exist in the data set INFO_LDIFMODIFY_DESCRIPTION_SOURCE_620=LDIF file containing the \ data to be updated INFO_LDIFMODIFY_DESCRIPTION_CHANGES_621=LDIF file containing \ the changes to apply INFO_LDIFMODIFY_DESCRIPTION_TARGET_622=File to which the \ updated data should be written INFO_LDIFMODIFY_DESCRIPTION_HELP_623=Displays this usage information SEVERE_ERR_LDIFMODIFY_CANNOT_INITIALIZE_JMX_626=An error occurred while \ attempting to initialize the Directory Server JMX subsystem based on the \ information in configuration file %s: %s SEVERE_ERR_LDIFMODIFY_CANNOT_INITIALIZE_CONFIG_627=An error occurred while \ attempting to process the Directory Server configuration file %s: %s SEVERE_ERR_LDIFMODIFY_CANNOT_INITIALIZE_SCHEMA_628=An error occurred while \ attempting to initialize the Directory Server schema based on the information \ in configuration file %s: %s SEVERE_ERR_LDIFMODIFY_SOURCE_DOES_NOT_EXIST_629=The source LDIF file %s does \ not exist SEVERE_ERR_LDIFMODIFY_CANNOT_OPEN_SOURCE_630=Unable to open the source LDIF \ file %s: %s SEVERE_ERR_LDIFMODIFY_CHANGES_DOES_NOT_EXIST_631=The changes LDIF file %s \ does not exist SEVERE_ERR_LDIFMODIFY_CANNOT_OPEN_CHANGES_632=Unable to open the changes LDIF \ file %s: %s SEVERE_ERR_LDIFMODIFY_CANNOT_OPEN_TARGET_633=Unable to open the target LDIF \ file %s for writing: %s SEVERE_ERR_LDIFMODIFY_ERROR_PROCESSING_LDIF_634=An error occurred while \ processing the requested changes: %s INFO_LDAPPWMOD_DESCRIPTION_HOST_635=Address of the Directory \ Server system INFO_LDAPPWMOD_DESCRIPTION_PORT_636=Port on which the Directory \ Server listens for LDAP client connections INFO_LDAPPWMOD_DESCRIPTION_BIND_DN_637=DN to use to bind to the server INFO_LDAPPWMOD_DESCRIPTION_BIND_PW_638=Password to use to bind to the server INFO_LDAPPWMOD_DESCRIPTION_BIND_PW_FILE_639=Path to a file \ containing the password to use to bind to the server INFO_LDAPPWMOD_DESCRIPTION_AUTHZID_640=Authorization ID for the \ user entry whose password should be changed INFO_LDAPPWMOD_DESCRIPTION_PROVIDE_DN_FOR_AUTHZID_641=Use the bind \ DN as the authorization ID for the password modify operation INFO_LDAPPWMOD_DESCRIPTION_NEWPW_642=New password to provide \ for the target user INFO_LDAPPWMOD_DESCRIPTION_NEWPWFILE_643=Path to a file \ containing the new password to provide for the target user INFO_LDAPPWMOD_DESCRIPTION_CURRENTPW_644=Current password for \ the target user INFO_LDAPPWMOD_DESCRIPTION_CURRENTPWFILE_645=Path to a file \ containing the current password for the target user INFO_LDAPPWMOD_DESCRIPTION_USE_SSL_646=Use SSL to secure the communication \ with the Directory Server INFO_LDAPPWMOD_DESCRIPTION_USE_STARTTLS_647=Use StartTLS to secure the \ communication with the Directory Server INFO_LDAPPWMOD_DESCRIPTION_BLIND_TRUST_648=Blindly trust any SSL certificate \ presented by the server INFO_LDAPPWMOD_DESCRIPTION_KEYSTORE_649=Path to the key store to use when \ establishing SSL/TLS communication with the server INFO_LDAPPWMOD_DESCRIPTION_KEYSTORE_PINFILE_650=Path to a file containing \ the PIN needed to access the contents of the key store INFO_LDAPPWMOD_DESCRIPTION_TRUSTSTORE_651=Path to the trust store to use \ when establishing SSL/TLS communication with the server INFO_LDAPPWMOD_DESCRIPTION_TRUSTSTORE_PINFILE_652=Path to a file \ containing the PIN needed to access the contents of the trust store SEVERE_ERR_LDAPPWMOD_CONFLICTING_ARGS_656=The %s and %s arguments may not be \ provided together SEVERE_ERR_LDAPPWMOD_BIND_DN_AND_PW_MUST_BE_TOGETHER_657=If either a bind DN \ or bind password is provided, then the other must be given as well SEVERE_ERR_LDAPPWMOD_ANON_REQUIRES_AUTHZID_AND_CURRENTPW_658=If a bind DN and \ password are not provided, then an authorization ID and current password must \ be given SEVERE_ERR_LDAPPWMOD_DEPENDENT_ARGS_659=If the %s argument is provided, then \ the %s argument must also be given SEVERE_ERR_LDAPPWMOD_ERROR_INITIALIZING_SSL_660=Unable to initialize SSL/TLS \ support: %s SEVERE_ERR_LDAPPWMOD_CANNOT_CONNECT_661=An error occurred while attempting to \ connect to the Directory Server: %s SEVERE_ERR_LDAPPWMOD_CANNOT_SEND_PWMOD_REQUEST_662=Unable to send the LDAP \ password modify request: %s SEVERE_ERR_LDAPPWMOD_CANNOT_READ_PWMOD_RESPONSE_663=Unable to read the LDAP \ password modify response: %s SEVERE_ERR_LDAPPWMOD_FAILED_664=The LDAP password modify operation failed \ with result code %d SEVERE_ERR_LDAPPWMOD_FAILURE_ERROR_MESSAGE_665=Error Message: %s SEVERE_ERR_LDAPPWMOD_FAILURE_MATCHED_DN_666=Matched DN: %s INFO_LDAPPWMOD_SUCCESSFUL_667=The LDAP password modify operation was \ successful INFO_LDAPPWMOD_ADDITIONAL_INFO_668=Additional Info: %s INFO_LDAPPWMOD_GENERATED_PASSWORD_669=Generated Password: %s SEVERE_ERR_LDAPPWMOD_UNRECOGNIZED_VALUE_TYPE_670=Unable to decode the \ password modify response value because it contained an invalid element type \ of %s SEVERE_ERR_LDAPPWMOD_COULD_NOT_DECODE_RESPONSE_VALUE_671=Unable to decode the \ password modify response value: %s SEVERE_ERR_INSTALLDS_IMPORT_UNSUCCESSFUL_672=Import failed INFO_COMPARE_CANNOT_BASE64_DECODE_ASSERTION_VALUE_673=The assertion value was \ indicated to be base64-encoded, but an error occurred while trying to decode \ the value INFO_COMPARE_CANNOT_READ_ASSERTION_VALUE_FROM_FILE_674=Unable to read the \ assertion value from the specified file: %s INFO_WAIT4DEL_DESCRIPTION_TARGET_FILE_675=Path to the file to \ watch for deletion INFO_WAIT4DEL_DESCRIPTION_LOG_FILE_676=Path to a file \ containing log output to monitor INFO_WAIT4DEL_DESCRIPTION_TIMEOUT_677=Maximum length of time in seconds \ to wait for the target file to be deleted before exiting INFO_WAIT4DEL_DESCRIPTION_HELP_678=Displays this usage information SEVERE_WARN_WAIT4DEL_CANNOT_OPEN_LOG_FILE_681=WARNING: Unable to open log \ file %s for reading: %s SEVERE_ERR_LDAPCOMPARE_NO_DNS_682=No entry DNs provided for the compare \ operation INFO_BACKUPDB_TOOL_DESCRIPTION_683=This utility can be used to back up one or \ more Directory Server backends INFO_CONFIGDS_TOOL_DESCRIPTION_684=This utility can be used to define a base \ configuration for the Directory Server INFO_ENCPW_TOOL_DESCRIPTION_685=This utility can be used to encode user \ passwords with a specified storage scheme, or to determine whether a given \ clear-text value matches a provided encoded password INFO_LDIFEXPORT_TOOL_DESCRIPTION_686=This utility can be used to export data \ from a Directory Server backend in LDIF form INFO_LDIFIMPORT_TOOL_DESCRIPTION_687=This utility can be used to import LDIF \ data into a Directory Server backend INFO_INSTALLDS_TOOL_DESCRIPTION_688=This utility can be used to setup the \ Directory Server INFO_LDAPCOMPARE_TOOL_DESCRIPTION_689=This utility can be used to perform \ LDAP compare operations in the Directory Server INFO_LDAPDELETE_TOOL_DESCRIPTION_690=This utility can be used to perform LDAP \ delete operations in the Directory Server INFO_LDAPMODIFY_TOOL_DESCRIPTION_691=This utility can be used to perform LDAP \ modify, add, delete, and modify DN operations in the Directory Server INFO_LDAPPWMOD_TOOL_DESCRIPTION_692=This utility can be used to perform LDAP \ password modify operations in the Directory Server INFO_LDAPSEARCH_TOOL_DESCRIPTION_693=This utility can be used to perform LDAP \ search operations in the Directory Server INFO_LDIFDIFF_TOOL_DESCRIPTION_694=This utility can be used to compare two \ LDIF files and report the differences in LDIF format INFO_LDIFMODIFY_TOOL_DESCRIPTION_695=This utility can be used to apply a set \ of modify, add, and delete operations against data in an LDIF file INFO_LDIFSEARCH_TOOL_DESCRIPTION_696=This utility can be used to perform \ search operations against data in an LDIF file INFO_MAKELDIF_TOOL_DESCRIPTION_697=This utility can be used to generate LDIF \ data based on a definition in a template file INFO_RESTOREDB_TOOL_DESCRIPTION_698=This utility can be used to restore a \ backup of a Directory Server backend INFO_STOPDS_TOOL_DESCRIPTION_699=This utility can be used to request that the \ Directory Server stop running or perform a restart INFO_VERIFYINDEX_TOOL_DESCRIPTION_700=This utility can be used to ensure that \ index data is consistent within a backend based on the Berkeley DB Java \ Edition INFO_WAIT4DEL_TOOL_DESCRIPTION_701=This utility can be used to wait for a \ file to be removed from the filesystem SEVERE_ERR_TOOL_CONFLICTING_ARGS_702=You may not provide both the --%s and \ the --%s arguments SEVERE_ERR_LDAPCOMPARE_NO_ATTR_703=No attribute was specified to use as the \ target for the comparison SEVERE_ERR_LDAPCOMPARE_INVALID_ATTR_STRING_704=Invalid attribute string '%s'. \ The attribute string must be in one of the following forms: \ 'attribute:value', 'attribute::base64value', or 'attribute: 255 \ will be reduced to 255 due to exit code restrictions) INFO_LDIFIMPORT_DESCRIPTION_SKIP_FILE_1197=Write skipped entries to the \ specified file SEVERE_ERR_LDIFIMPORT_CANNOT_OPEN_SKIP_FILE_1198=An error occurred while \ trying to open the skip file %s for writing: %s INFO_VERIFYINDEX_DESCRIPTION_COUNT_ERRORS_1199=Count the number of errors \ found during the verification and return that value as the exit code (values \ > 255 will be reduced to 255 due to exit code restrictions) INFO_PWPSTATE_LABEL_PASSWORD_HISTORY_1201=Password History INFO_DESCRIPTION_PWPSTATE_GET_PASSWORD_HISTORY_1202=Display password history \ state values for the user INFO_DESCRIPTION_PWPSTATE_CLEAR_PASSWORD_HISTORY_1203=Clear password history \ state values for the user. This should be used only for testing purposes SEVERE_ERR_CONFIGDS_PORT_ALREADY_SPECIFIED_1211=ERROR: You have specified \ the value %s for different ports SEVERE_ERR_CLI_ERROR_PROPERTY_UNRECOGNIZED_1212=The property "%s" is not a \ recognized property SEVERE_ERR_CLI_ERROR_MISSING_PROPERTY_1213=The mandatory property "%s" is \ missing SEVERE_ERR_CLI_ERROR_INVALID_PROPERTY_VALUE_1214=The value "%s" specified for \ the property "%s" is invalid INFO_CLI_HEADING_PROPERTY_DEFAULT_VALUE_1215=Default value INFO_REVERT_DESCRIPTION_DIRECTORY_1219=Directory where reversion files are \ stored. This should be one of the child directories of the 'history' \ directory that is created when the upgrade tool is run INFO_REVERT_DESCRIPTION_RECENT_1220=The installation will be \ reverted to the state before the most recent upgrade INFO_REVERT_DESCRIPTION_INTERACTIVE_1221=Prompt for any required information \ rather than fail INFO_REVERT_DESCRIPTION_SILENT_1222=Perform a quiet reversion INFO_LDIFIMPORT_DESCRIPTION_CLEAR_BACKEND_1251=Remove all entries for all \ base DNs in the backend before importing SEVERE_ERR_LDIFIMPORT_MISSING_BACKEND_ARGUMENT_1252=Neither the %s or the %s \ argument was provided. One of these arguments must be given to specify the \ backend for the LDIF data to be imported to SEVERE_ERR_LDIFIMPORT_MISSING_CLEAR_BACKEND_1253=Importing to a backend \ without the append argument will remove all entries for all base DNs (%s) in \ the backend. The %s argument must be given to continue with import MILD_ERR_MAKELDIF_TAG_LIST_NO_ARGUMENTS_1291=The list tag on line %d of the \ template file does not contain any arguments to specify the list values. At \ least one list value must be provided MILD_WARN_MAKELDIF_TAG_LIST_INVALID_WEIGHT_1292=The list tag on line %d of \ the template file contains item '%s' that includes a semicolon but that \ semicolon is not followed by an integer. The semicolon will be assumed to be \ part of the value and not a delimiter to separate the value from its relative \ weight FATAL_ERR_INITIALIZE_SERVER_ROOT_1293=An unexpected error occurred \ 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. Verify that the server is running and that \ the provided credentials are valid. Details: %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=DN to use to bind to the server INFO_LDAP_CONN_DESCRIPTION_BINDPW_1305=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 key store path INFO_LDAP_CONN_DESCRIPTION_KSPW_1310=Certificate key store PIN INFO_LDAP_CONN_DESCRIPTION_KSPWFILE_1311=Certificate key store 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_TOOL_IO_ERROR_1316=ERROR: An I/O error occurred while \ attempting to communicate with the Directory Server: %s SEVERE_ERR_TASK_TOOL_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_TOOL_TASK_SCHEDULED_NOW_1319=%s task %s scheduled to start \ immediately SEVERE_ERR_LDAP_CONN_INCOMPATIBLE_ARGS_1320=ERROR: argument %s is \ incompatible with use of this tool to interact with the directory as a client SEVERE_ERR_CREATERC_ONLY_RUNS_ON_UNIX_1321=This tool may only be used on \ UNIX-based systems INFO_CREATERC_TOOL_DESCRIPTION_1322=Create an RC script that may be used to \ start, stop, and restart the Directory Server on UNIX-based systems INFO_CREATERC_OUTFILE_DESCRIPTION_1323=The path to the output file to create SEVERE_ERR_CREATERC_UNABLE_TO_DETERMINE_SERVER_ROOT_1324=Unable to determine \ the path to the server root directory. Please ensure that the %s system \ property or the %s environment variable is set to the path of the server \ root directory SEVERE_ERR_CREATERC_CANNOT_WRITE_1325=An error occurred while attempting to \ generate the RC script: %s SEVERE_ERR_DSCFG_ERROR_QUIET_AND_INTERACTIVE_INCOMPATIBLE_1326=If you specify \ the {%s} argument you must also specify {%s} INFO_DESCRIPTION_DBTEST_TOOL_1327=This utility can be used to debug the JE \ database INFO_DESCRIPTION_DBTEST_SUBCMD_LIST_ROOT_CONTAINERS_1328=List the root \ containers used by all JE backends INFO_DESCRIPTION_DBTEST_SUBCMD_LIST_ENTRY_CONTAINERS_1329=List the entry \ containers for a root container INFO_DESCRIPTION_DBTEST_SUBCMD_DUMP_DATABASE_CONTAINER_1330=Dump records from \ a database container INFO_DESCRIPTION_DBTEST_BACKEND_ID_1331=The backend ID of the JE backend to \ debug INFO_DESCRIPTION_DBTEST_BASE_DN_1332=The base DN of the entry container to debug INFO_DESCRIPTION_DBTEST_DATABASE_NAME_1333=The name of the database container \ to debug INFO_DESCRIPTION_DBTEST_SKIP_DECODE_1334=Do not try to decode the JE data to \ their appropriate types MILD_ERR_DBTEST_DECODE_FAIL_1335=An error occurred while decoding data: %s INFO_DESCRIPTION_DBTEST_SUBCMD_LIST_INDEX_STATUS_1336=List the status of \ indexes in an entry container INFO_DESCRIPTION_DBTEST_MAX_KEY_VALUE_1337=Only show records with keys that \ should be ordered before the provided value using the comparator for the \ database container INFO_DESCRIPTION_DBTEST_MIN_KEY_VALUE_1338=Only show records with keys that \ should be ordered after the provided value using the comparator for the \ database container INFO_DESCRIPTION_DBTEST_MAX_DATA_SIZE_1339=Only show records whose data is no \ larger than the provided value INFO_DESCRIPTION_DBTEST_MIN_DATA_SIZE_1340=Only show records whose data is no \ smaller than the provided value INFO_DESCRIPTION_DBTEST_SUBCMD_LIST_DATABASE_CONTAINERS_1341=List the database \ containers for an entry container INFO_LABEL_DBTEST_BACKEND_ID_1342=Backend ID INFO_LABEL_DBTEST_DB_DIRECTORY_1343=Database Directory INFO_LABEL_DBTEST_BASE_DN_1344=Base DN INFO_LABEL_DBTEST_JE_DATABASE_PREFIX_1345=JE Database Prefix INFO_LABEL_DBTEST_ENTRY_COUNT_1346=Entry Count SEVERE_ERR_DBTEST_NO_BACKENDS_FOR_ID_1347=None of the Directory Server \ backends are configured with the requested backend ID %s SEVERE_ERR_DBTEST_NO_ENTRY_CONTAINERS_FOR_BASE_DN_1348=None of the entry \ containers are configured with the requested base DN %s in backend %s SEVERE_ERR_DBTEST_NO_DATABASE_CONTAINERS_FOR_NAME_1349=No database container \ exists with the requested name %s in entry container %s and backend %s SEVERE_ERR_DBTEST_ERROR_INITIALIZING_BACKEND_1350=An unexpected error occurred \ while attempting to initialize the JE backend %s: %s SEVERE_ERR_DBTEST_ERROR_READING_DATABASE_1351=An unexpected error occurred \ while attempting to read and/or decode records from the database: %s SEVERE_ERR_DBTEST_DECODE_BASE_DN_1352=Unable to decode base DN string "%s" as \ a valid distinguished name: %s INFO_LABEL_DBTEST_DATABASE_NAME_1353=Database Name INFO_LABEL_DBTEST_DATABASE_TYPE_1354=Database Type INFO_LABEL_DBTEST_JE_DATABASE_NAME_1355=JE Database Name INFO_LABEL_DBTEST_JE_RECORD_COUNT_1356=Record Count INFO_LABEL_DBTEST_INDEX_NAME_1357=Index Name INFO_LABEL_DBTEST_INDEX_TYPE_1358=Index Type INFO_LABEL_DBTEST_INDEX_STATUS_1359=Index Status INFO_LABEL_DBTEST_KEY_1360=Key INFO_LABEL_DBTEST_DATA_1361=Data SEVERE_WARN_DBTEST_CANNOT_UNLOCK_BACKEND_1362=An error occurred while \ attempting to release the shared lock for backend %s: %s. This lock should \ automatically be cleared when the process exits, so no further action \ should be required SEVERE_ERR_DBTEST_CANNOT_LOCK_BACKEND_1363=An error occurred while \ attempting to acquire a shared lock for backend %s: %s. This generally \ means that some other process has exclusive access to this backend (e.g., a \ restore or an LDIF import) SEVERE_ERR_DBTEST_CANNOT_DECODE_KEY_1364=An error occurred while decoding the \ min/max key value %s: %s. Values prefixed with "0x" will be decoded as raw \ bytes in hex. When dumping the DN2ID database, the value must be a valid \ distinguished name. When dumping the ID2Entry database, the value will be \ decoded as a entry ID. When dumping all other databases, the value will be \ decoded as a string INFO_LABEL_DBTEST_ENTRY_1365=Entry INFO_LABEL_DBTEST_ENTRY_ID_1366=Entry ID INFO_LABEL_DBTEST_ENTRY_DN_1367=Entry DN INFO_LABEL_DBTEST_URI_1368=URI INFO_LABEL_DBTEST_INDEX_VALUE_1369=Indexed Value INFO_LABEL_DBTEST_INDEX_ENTRY_ID_LIST_1370=Entry ID List INFO_LABEL_DBTEST_VLV_INDEX_LAST_SORT_KEYS_1371=Last Sort Keys SEVERE_ERR_DBTEST_CANNOT_DECODE_SIZE_1372=An error occurred while parsing the \ min/max data size %s as a integer: %s SEVERE_ERR_CONFIGDS_CANNOT_ENABLE_ADS_TRUST_STORE_1373=An error occurred while \ attempting to enable the ADS trust store: %s SEVERE_ERR_DBTEST_MISSING_SUBCOMMAND_1374=A sub-command must be specified INFO_CREATERC_USER_DESCRIPTION_1375=The name of the user account under which \ the server should run INFO_CREATERC_JAVA_HOME_DESCRIPTION_1376=The path to the Java installation \ that should be used to run the server INFO_CREATERC_JAVA_ARGS_DESCRIPTION_1377=A set of arguments that should be \ passed to the JVM when running the server SEVERE_ERR_CREATERC_JAVA_HOME_DOESNT_EXIST_1378=The directory %s specified \ as the OPENDS_JAVA_HOME path does not exist or is not a directory INFO_INSTALLDS_STATUS_COMMAND_LINE_1379=To see basic server configuration \ status and configuration you can launch %s INFO_INSTALLDS_PROMPT_ENABLE_SSL_1380=Do you want to enable SSL? INFO_INSTALLDS_PROMPT_LDAPSPORT_1381=On which port would you like the \ Directory Server to accept connections from LDAPS clients? INFO_INSTALLDS_ENABLE_STARTTLS_1382=Do you want to enable Start TLS? INFO_INSTALLDS_PROMPT_JKS_PATH_1383=Java Key Store (JKS) path: INFO_INSTALLDS_PROMPT_PKCS12_PATH_1384=PKCS#12 key Store path: INFO_INSTALLDS_PROMPT_KEYSTORE_PASSWORD_1385=Key store PIN: INFO_INSTALLDS_PROMPT_CERTNICKNAME_1386=Use nickname %s? INFO_INSTALLDS_HEADER_CERT_TYPE_1387=Certificate server options: INFO_INSTALLDS_CERT_OPTION_SELF_SIGNED_1388=Generate self-signed certificate \ (recommended for testing purposes only) INFO_INSTALLDS_CERT_OPTION_JKS_1389=Use an existing certificate located on a \ Java Key Store (JKS) INFO_INSTALLDS_CERT_OPTION_PKCS12_1390=Use an existing certificate located on \ a PKCS#12 key store INFO_INSTALLDS_CERT_OPTION_PKCS11_1391=Use an existing certificate on a \ PKCS#11 token INFO_INSTALLDS_PROMPT_CERT_TYPE_CHOICE_1392=Certificate type selection: INFO_INSTALLDS_PROMPT_START_SERVER_1393=Do you want to start the server when \ the configuration is completed? SEVERE_ERR_INSTALLDS_CERTNICKNAME_NOT_FOUND_1394=The provided certificate \ nickname could not be found. The key store contains the following \ certificate nicknames: %s SEVERE_ERR_INSTALLDS_MUST_PROVIDE_CERTNICKNAME_1395=The key store contains the \ following certificate nicknames: %s.%nYou have to provide the nickname of the \ certificate you want to use INFO_INSTALLDS_DESCRIPTION_DO_NOT_START_1396=Do not start the server when the \ configuration is completed INFO_INSTALLDS_DESCRIPTION_ENABLE_STARTTLS_1397=Enable StartTLS to allow \ secure communication with the server using the LDAP port INFO_INSTALLDS_DESCRIPTION_LDAPSPORT_1398=Port on which the \ Directory Server should listen for LDAPS communication. The LDAPS port will \ be configured and SSL will be enabled only if this argument is explicitly \ specified INFO_INSTALLDS_DESCRIPTION_USE_SELF_SIGNED_1399=Generate a \ self-signed certificate that the server should use when accepting SSL-based \ connections or performing StartTLS negotiation INFO_INSTALLDS_DESCRIPTION_USE_PKCS11_1400=Use a certificate in a \ PKCS#11 token that the server should use when accepting SSL-based \ connections or performing StartTLS negotiation INFO_INSTALLDS_DESCRIPTION_USE_JAVAKEYSTORE_1401=Path of a Java \ Key Store (JKS) containing a certificate to be used as the server certificate INFO_INSTALLDS_DESCRIPTION_USE_PKCS12_1402=Path of a PKCS#12 key \ store containing the certificate that the server should use when accepting \ SSL-based connections or performing StartTLS negotiation INFO_INSTALLDS_DESCRIPTION_KEYSTOREPASSWORD_1403=Certificate key store PIN. \ A PIN is required when you specify to use an existing certificate (JKS, \ JCEKS, PKCS#12 or PKCS#11) as server certificate INFO_INSTALLDS_DESCRIPTION_KEYSTOREPASSWORD_FILE_1404=Certificate key store \ PIN file. A PIN is required when you specify to use an existing certificate \ (JKS, JCEKS, PKCS#12 or PKCS#11) as server certificate INFO_INSTALLDS_DESCRIPTION_CERT_NICKNAME_1405=Nickname of the \ certificate that the server should use when accepting SSL-based \ connections or performing StartTLS negotiation SEVERE_ERR_INSTALLDS_SEVERAL_CERTIFICATE_TYPE_SPECIFIED_1406=You have \ specified several certificate types to be used. Only one certificate type \ (self-signed, JKS, JCEKS, PKCS#12 or PCKS#11) is allowed SEVERE_ERR_INSTALLDS_CERTIFICATE_REQUIRED_FOR_SSL_OR_STARTTLS_1407=You have \ chosen to enable SSL or StartTLS. You must specify which type of certificate \ you want the server to use SEVERE_ERR_INSTALLDS_NO_KEYSTORE_PASSWORD_1408=You must provide the PIN of the \ keystore to retrieve the certificate to be used by the server. You can use \ {%s} or {%s} INFO_INSTALLDS_DESCRIPTION_NO_PROMPT_1409=Perform an installation in \ non-interactive mode. If some data in the command is missing the user will \ not be prompted and the tool will fail SEVERE_ERR_INSTALLDS_SSL_OR_STARTTLS_REQUIRED_1410=You have specified to use a \ certificate as server certificate. You must enable SSL (using option {%s}) \ or Start TLS (using option %s) SEVERE_ERR_UPGRADE_INCOMPATIBLE_ARGS_1411=The argument '%s' is incompatible \ with '%s' INFO_TASKINFO_TOOL_DESCRIPTION_1412=This utility can be used to obtain a list \ of tasks scheduled to run within the Directory Server as well as information \ about individual tasks INFO_TASKINFO_SUMMARY_ARG_DESCRIPTION_1413=Print a summary of tasks INFO_TASKINFO_TASK_ARG_DESCRIPTION_1414=ID of a particular task \ about which this tool will display information INFO_TASKINFO_CMD_REFRESH_1415=refresh INFO_TASKINFO_CMD_CANCEL_1416=cancel task INFO_TASKINFO_CMD_VIEW_LOGS_1417=view logs INFO_TASKINFO_MENU_PROMPT_1418=Enter a menu item or task number INFO_TASKINFO_CMD_CANCEL_NUMBER_PROMPT_1419=Enter the number of a task to \ cancel [%d] INFO_TASKINFO_MENU_1420=Menu MILD_ERR_TASKINFO_INVALID_TASK_NUMBER_1421=Task number must be between 1 and \ %d MILD_ERR_TASKINFO_INVALID_MENU_KEY_1422=Invalid menu item or task number '%s' INFO_TASKINFO_FIELD_ID_1423=ID INFO_TASKINFO_FIELD_TYPE_1424=Type INFO_TASKINFO_FIELD_STATUS_1425=Status INFO_TASKINFO_FIELD_SCHEDULED_START_1426=Scheduled Start Time INFO_TASKINFO_FIELD_ACTUAL_START_1427=Actual Start Time INFO_TASKINFO_FIELD_COMPLETION_TIME_1428=Completion Time INFO_TASKINFO_FIELD_DEPENDENCY_1429=Dependencies INFO_TASKINFO_FIELD_FAILED_DEPENDENCY_ACTION_1430=Failed Dependency Action INFO_TASKINFO_FIELD_LOG_1431=Log Message(s) INFO_TASKINFO_FIELD_LAST_LOG_1432=Last Log Message INFO_TASKINFO_FIELD_NOTIFY_ON_COMPLETION_1433=Email Upon Completion INFO_TASKINFO_FIELD_NOTIFY_ON_ERROR_1434=Email Upon Error INFO_TASKINFO_CMD_CANCEL_SUCCESS_1435=Task %s canceled SEVERE_ERR_TASKINFO_CMD_CANCEL_ERROR_1436=Error canceling task %s: %s SEVERE_ERR_TASKINFO_RETRIEVING_TASK_ENTRY_1437=Error retrieving task entry \ %s: %s MILD_ERR_TASKINFO_UNKNOWN_TASK_ENTRY_1438=There are no tasks with ID %s INFO_TASKINFO_DETAILS_1439=Task Details INFO_TASKINFO_OPTIONS_1440=%s Options INFO_TASKINFO_NO_TASKS_1441=No tasks exist INFO_TASKINFO_NONE_1442=None INFO_TASKINFO_NONE_SPECIFIED_1443=None Specified INFO_TASKINFO_IMMEDIATE_EXECUTION_1444=Immediate execution INFO_TASKINFO_LDAP_EXCEPTION_1445=Error connecting to the directory server: \ '%s'. Verify that the connection options are correct and that the server is \ running SEVERE_ERR_INCOMPATIBLE_ARGUMENTS_1446=Options '%s' and '%s' are incompatible \ with each other and cannot be used together INFO_TASKINFO_TASK_ARG_CANCEL_1447=ID of a particular task to cancel SEVERE_ERR_TASKINFO_CANCELING_TASK_1448=Error canceling task '%s': %s SEVERE_ERR_TASKINFO_ACCESSING_LOGS_1449=Error accessing logs for task '%s': %s SEVERE_ERR_TASKINFO_NOT_CANCELABLE_TASK_INDEX_1450=Task at index %d is not \ cancelable SEVERE_ERR_TASKINFO_NOT_CANCELABLE_TASK_1451=Task %s has finished and cannot \ be canceled INFO_TASKINFO_NO_CANCELABLE_TASKS_1452=There are currently no cancelable tasks SEVERE_ERR_TASK_CLIENT_UNKNOWN_TASK_1453=There are no tasks defined with ID '%s' SEVERE_ERR_TASK_CLIENT_UNCANCELABLE_TASK_1454=Task '%s' has finished and \ cannot be canceled SEVERE_ERR_TASK_CLIENT_TASK_STATE_UNKNOWN_1455=State for task '%s' cannot be \ determined INFO_DESCRIPTION_START_DATETIME_1456=Indicates the date/time at which this \ operation will start when scheduled as a server task expressed in format \ 'YYYYMMDDhhmmss'. A value of '0' will cause the task to be scheduled for \ immediate execution. When this option is specified the operation will be \ scheduled to start at the specified time after which this utility will exit \ immediately SEVERE_ERR_START_DATETIME_FORMAT_1457=The start date/time must in format \ 'YYYYMMDDhhmmss' INFO_TASK_TOOL_TASK_SCHEDULED_FUTURE_1458=%s task %s scheduled to start %s SEVERE_ERR_TASK_TOOL_START_TIME_NO_LDAP_1459=You have provided options for \ scheduling this operation as a task but options provided for connecting to \ the server's tasks backend resulted in the following error: '%s' INFO_DESCRIPTION_PROP_FILE_PATH_1461=Path to the file containing default \ property values used for command line arguments INFO_DESCRIPTION_NO_PROP_FILE_1462=No properties file will be \ used to get default command line argument values INFO_DESCRIPTION_TASK_TASK_ARGS_1463=Task Scheduling Options INFO_DESCRIPTION_TASK_LDAP_ARGS_1464=Task Backend Connection Options INFO_DESCRIPTION_GENERAL_ARGS_1465=General Options INFO_DESCRIPTION_IO_ARGS_1466=Utility Input/Output Options INFO_DESCRIPTION_LDAP_CONNECTION_ARGS_1467=LDAP Connection Options INFO_DESCRIPTION_CONFIG_OPTIONS_ARGS_1468=Configuration Options INFO_DESCRIPTION_TASK_COMPLETION_NOTIFICATION_1469=Email address \ of a recipient to be notified when the task completes. This option may be \ specified more than once INFO_DESCRIPTION_TASK_ERROR_NOTIFICATION_1470=Email address \ of a recipient to be notified if an error occurs when this task executes. \ This option may be specified more than once INFO_DESCRIPTION_TASK_DEPENDENCY_ID_1471=ID of a task upon which \ this task depends. A task will not start execution until all its \ dependencies have completed execution INFO_DESCRIPTION_TASK_FAILED_DEPENDENCY_ACTION_1472=Action this task will \ take should one if its dependent tasks fail. The value must be one of %s. \ If not specified defaults to %s SEVERE_ERR_TASKTOOL_OPTIONS_FOR_TASK_ONLY_1473=The option %s is only \ applicable when scheduling this operation as a task SEVERE_ERR_TASKTOOL_INVALID_EMAIL_ADDRESS_1474=The value %s for option %s is \ not a valid email address SEVERE_ERR_TASKTOOL_INVALID_FDA_1475=The failed dependency action value %s is \ invalid. The value must be one of %s SEVERE_ERR_TASKTOOL_FDA_WITH_NO_DEPENDENCY_1476=The failed dependency action \ option is to be used in conjunction with one or more dependencies SEVERE_ERR_TASKINFO_TASK_NOT_CANCELABLE_TASK_1477=Error: task %s is not in a \ cancelable state NOTICE_BACKUPDB_CANCELLED_1478=The backup process was cancelled INFO_INSTALLDS_DESCRIPTION_REJECTED_FILE_1479=Write rejected entries to the \ specified file MILD_ERR_INSTALLDS_CANNOT_WRITE_REJECTED_1480=Cannot write to rejected entries \ file %s. Verify that you have enough write rights on the file INFO_INSTALLDS_PROMPT_REJECTED_FILE_1481=Write rejected entries to file: INFO_INSTALLDS_DESCRIPTION_SKIPPED_FILE_1482=Write skipped entries to the \ specified file MILD_ERR_INSTALLDS_CANNOT_WRITE_SKIPPED_1483=Cannot write to skipped entries \ file %s. Verify that you have enough write rights on the file INFO_INSTALLDS_PROMPT_SKIPPED_FILE_1484=Write skipped entries to file: SEVERE_ERR_INSTALLDS_TOO_MANY_KEYSTORE_PASSWORD_TRIES_1485=The maximum number \ of tries to provide the certificate key store PIN is %s. Install canceled INFO_JAVAPROPERTIES_TOOL_DESCRIPTION_1486=This utility can be used to change \ the java arguments and java home that are used by the different server \ commands.%n%nBefore launching the command, edit the properties file located \ in %s to specify the java arguments and java home. When you have edited the \ properties file, run this command for the changes to be taken into account.\ %n%nNote that the changes will only apply to this server installation. No \ modifications will be made to your environment variables INFO_JAVAPROPERTIES_DESCRIPTION_SILENT_1487=Run the tool in quiet mode. Quiet \ mode will not output progress information to standard output INFO_JAVAPROPERTIES_DESCRIPTION_PROPERTIES_FILE_1488=The properties file to \ be used to generate the scripts. If this attribute is not specified %s will \ be used INFO_JAVAPROPERTIES_DESCRIPTION_DESTINATION_FILE_1489=The script file that \ will be written. If not specified %s will be written INFO_JAVAPROPERTIES_DESCRIPTION_HELP_1490=Display this usage information SEVERE_ERR_JAVAPROPERTIES_WITH_PROPERTIES_FILE_1491=The file properties "%s" \ cannot be read. Check that it exists and that you have read rights to it SEVERE_ERR_JAVAPROPERTIES_WITH_DESTINATION_FILE_1492=The destination file "%s" \ cannot be written. Check that you have right reads to it SEVERE_ERR_JAVAPROPERTIES_WRITING_DESTINATION_FILE_1493=The destination file \ "%s" cannot be written. Check that you have right reads to it INFO_JAVAPROPERTIES_SUCCESSFUL_NON_DEFAULT_1494=The script file %s was \ successfully created. For the command-lines to use the java properties \ specified on %s you must copy the created script file to %s INFO_JAVAPROPERTIES_SUCCESSFUL_1495=The operation was successful. The server \ commands will use the java arguments and java home specified in the \ properties file located in %s INFO_DESCRIPTION_TEST_IF_OFFLINE_1496=When this is set test if the command \ must be run in offline or online mode, returning the appropriate error code SEVERE_ERR_BACKUPDB_REPEATED_BACKEND_ID_1497=The backend ID '%s' has been \ specified several times MILD_ERR_INSTALLDS_EMPTY_DN_RESPONSE_1498=ERROR: The empty LDAP DN is not \ a valid value # Placeholders for values as they will be displayed in the usage INFO_FILE_PLACEHOLDER_1499={file} INFO_DIRECTORY_PLACEHOLDER_1500={directory} INFO_CONFIGFILE_PLACEHOLDER_1501={configFile} INFO_LDIFFILE_PLACEHOLDER_1502={ldifFile} INFO_SEED_PLACEHOLDER_1503={seed} INFO_KEYSTOREPATH_PLACEHOLDER_1504={keyStorePath} INFO_TRUSTSTOREPATH_PLACEHOLDER_1505={trustStorePath} INFO_BINDPWD_FILE_PLACEHOLDER_1506={bindPasswordFile} INFO_CONFIGCLASS_PLACEHOLDER_1507={configClass} INFO_HOST_PLACEHOLDER_1508={host} INFO_PORT_PLACEHOLDER_1509={port} INFO_BASEDN_PLACEHOLDER_1510={baseDN} INFO_ROOT_USER_DN_PLACEHOLDER_1511={rootUserDN} INFO_BINDDN_PLACEHOLDER_1512={bindDN} INFO_BINDPWD_PLACEHOLDER_1513={bindPassword} INFO_KEYSTORE_PWD_PLACEHOLDER_1514={keyStorePassword} INFO_PATH_PLACEHOLDER_1515={path} INFO_TRUSTSTORE_PWD_FILE_PLACEHOLDER_1516={path} INFO_TRUSTSTORE_PWD_PLACEHOLDER_1517={trustStorePassword} INFO_NICKNAME_PLACEHOLDER_1518={nickname} INFO_ASSERTION_FILTER_PLACEHOLDER_1519={filter} INFO_FILTER_PLACEHOLDER_1520={filter} INFO_PROXYAUTHID_PLACEHOLDER_1521={authzID} INFO_SASL_OPTION_PLACEHOLDER_1522={name=value} INFO_PROTOCOL_VERSION_PLACEHOLDER_1523={version} INFO_DESCRIPTION_PLACEHOLDER_1524={description} INFO_GROUPNAME_PLACEHOLDER_1525={groupName} INFO_MEMBERNAME_PLACEHOLDER_1526={memberName} INFO_BACKENDNAME_PLACEHOLDER_1527={backendName} INFO_SERVERID_PLACEHOLDER_1528={serverID} INFO_USERID_PLACEHOLDER_1529={userID} INFO_VALUE_SET_PLACEHOLDER_1530={PROP:VALUE} INFO_START_DATETIME_PLACEHOLDER_1531={startTime} INFO_PROP_FILE_PATH_PLACEHOLDER_1532={propertiesFilePath} INFO_EMAIL_ADDRESS_PLACEHOLDER_1533={emailAddress} INFO_TASK_ID_PLACEHOLDER_1534={taskID} INFO_ACTION_PLACEHOLDER_1535={action} INFO_TYPE_PLACEHOLDER_1536={type} INFO_CATEGORY_PLACEHOLDER_1537={category} INFO_PROPERTY_PLACEHOLDER_1538={property} INFO_NAME_PLACEHOLDER_1539={name} INFO_UNIT_PLACEHOLDER_1540={unit} INFO_BACKUPID_PLACEHOLDER_1541={backupID} INFO_BACKUPDIR_PLACEHOLDER_1542={backupDir} INFO_LDAPPORT_PLACEHOLDER_1543={ldapPort} INFO_JMXPORT_PLACEHOLDER_1544={jmxPort} INFO_KEY_MANAGER_PROVIDER_DN_PLACEHOLDER_1545={keyManagerProviderDN} INFO_TRUST_MANAGER_PROVIDER_DN_PLACEHOLDER_1546={trustManagerProviderDN} INFO_KEY_MANAGER_PATH_PLACEHOLDER_1547={keyManagerPath} INFO_ROOT_USER_PWD_PLACEHOLDER_1548={rootUserPassword} INFO_SERVER_ROOT_DIR_PLACEHOLDER_1549={serverRootDir} INFO_SERVICE_NAME_PLACEHOLDER_1550={serviceName} INFO_USER_NAME_PLACEHOLDER_1551={userName} INFO_ARGS_PLACEHOLDER_1552={args} INFO_DATABASE_NAME_PLACEHOLDER_1553={databaseName} INFO_MAX_KEY_VALUE_PLACEHOLDER_1554={maxKeyValue} INFO_MIN_KEY_VALUE_PLACEHOLDER_1555={minKeyValue} INFO_MAX_DATA_SIZE_PLACEHOLDER_1556={maxDataSize} INFO_MIN_DATA_SIZE_PLACEHOLDER_1557={minDataSize} INFO_CLEAR_PWD_1558={clearPW} INFO_ENCODED_PWD_PLACEHOLDER_1559={encodedPW} INFO_STORAGE_SCHEME_PLACEHOLDER_1560={scheme} INFO_BRANCH_DN_PLACEHOLDER_1561={branchDN} INFO_ATTRIBUTE_PLACEHOLDER_1562={attribute} INFO_WRAP_COLUMN_PLACEHOLDER_1563={wrapColumn} INFO_TEMPLATE_FILE_PLACEHOLDER_1564={templateFile} INFO_REJECT_FILE_PLACEHOLDER_1565={rejectFile} INFO_SKIP_FILE_PLACEHOLDER_1566={skipFile} INFO_PROGRAM_NAME_PLACEHOLDER_1567={programName} INFO_NUM_ENTRIES_PLACEHOLDER_1568={numEntries} INFO_ROOT_USER_PWD_FILE_PLACEHOLDER_1569={rootUserPasswordFile} INFO_LDAP_CONTROL_PLACEHOLDER_1570={controloid[:criticality[:value|::b64value|: