#
|
# 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 legal-notices/CDDLv1_0.txt
|
# or http://forgerock.org/license/CDDLv1.0.html.
|
# 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 legal-notices/CDDLv1_0.txt.
|
# 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 2010 Sun Microsystems, Inc.
|
# Portions copyright 2012-2015 ForgeRock AS.
|
#
|
#
|
# Utility messages
|
#
|
ERR_ARG_NO_IDENTIFIER=The %s argument does not have either a \
|
single-character or a long identifier that may be used to specify it. At \
|
least one of these must be specified for each argument
|
ERR_ARG_NO_VALUE_PLACEHOLDER=The %s argument is configured to take \
|
a value but no value placeholder has been defined for it
|
ERR_ARG_NO_INT_VALUE=The %s argument does not have any value that \
|
may be retrieved as an integer
|
ERR_ARG_CANNOT_DECODE_AS_INT=The provided value "%s" for the %s \
|
argument cannot be decoded as an integer
|
ERR_ARG_INT_MULTIPLE_VALUES=The %s argument has multiple values and \
|
therefore cannot be decoded as a single integer value
|
ERR_ARG_NO_BOOLEAN_VALUE=The %s argument does not have any value \
|
that may be retrieved as a Boolean
|
ERR_ARG_CANNOT_DECODE_AS_BOOLEAN=The provided value "%s" for the %s \
|
argument cannot be decoded as a Boolean
|
ERR_ARG_BOOLEAN_MULTIPLE_VALUES=The %s argument has multiple values \
|
and therefore cannot be decoded as a single Boolean value
|
ERR_INTARG_LOWER_BOUND_ABOVE_UPPER_BOUND=The %s argument \
|
configuration is invalid because the lower bound of %d is greater than the \
|
upper bound of %d
|
ERR_INTARG_VALUE_BELOW_LOWER_BOUND=The provided %s value %d is \
|
unacceptable because it is below the lower bound of %d
|
ERR_INTARG_VALUE_ABOVE_UPPER_BOUND=The provided %s value %d is \
|
unacceptable because it is above the upper bound of %d
|
ERR_BOOLEANARG_NO_VALUE_ALLOWED=The provided %s value is \
|
unacceptable because Boolean arguments are never allowed to have values
|
ERR_MCARG_VALUE_NOT_ALLOWED=The provided %s value %s is \
|
unacceptable because it is not included in the set of allowed values for that \
|
argument
|
ERR_FILEARG_NO_SUCH_FILE=The file %s specified for argument %s does \
|
not exist
|
ERR_FILEARG_CANNOT_VERIFY_FILE_EXISTENCE=An error occurred while \
|
trying to verify the existence of file %s specified for argument %s: %s
|
ERR_FILEARG_CANNOT_OPEN_FILE=An error occurred while trying to open \
|
file %s specified for argument %s for reading: %s
|
ERR_FILEARG_CANNOT_READ_FILE=An error occurred while trying to read \
|
from file %s specified for argument %s: %s
|
ERR_FILEARG_EMPTY_FILE=The file %s specified for argument %s exists \
|
but is empty
|
ERR_ARGPARSER_DUPLICATE_SHORT_ID=Cannot add argument %s to the \
|
argument list because its short identifier -%s conflicts with the %s argument \
|
that has already been defined
|
ERR_ARGPARSER_DUPLICATE_LONG_ID=Cannot add argument %s to the \
|
argument list because its long identifier --%s conflicts with the %s argument \
|
that has already been defined
|
ERR_ARGPARSER_CANNOT_READ_PROPERTIES_FILE=An error occurred while \
|
attempting to read the contents of the argument properties file %s: %s
|
ERR_ARGPARSER_TOO_MANY_TRAILING_ARGS=The provided set of \
|
command-line arguments contained too many unnamed trailing arguments. The \
|
maximum number of allowed trailing arguments is %d
|
ERR_ARGPARSER_LONG_ARG_WITHOUT_NAME=The provided argument "%s" is \
|
invalid because it does not include the argument name
|
ERR_ARGPARSER_NO_ARGUMENT_WITH_LONG_ID=Argument --%s is not allowed \
|
for use with this program
|
ERR_ARGPARSER_NO_VALUE_FOR_ARGUMENT_WITH_LONG_ID=Argument --%s \
|
requires a value but none was provided
|
ERR_ARGPARSER_VALUE_UNACCEPTABLE_FOR_LONG_ID=The provided value \
|
"%s" for argument --%s is not acceptable: %s
|
ERR_ARGPARSER_NOT_MULTIVALUED_FOR_LONG_ID=The argument --%s was \
|
included multiple times in the provided set of arguments but it does not \
|
allow multiple values
|
ERR_ARGPARSER_ARG_FOR_LONG_ID_DOESNT_TAKE_VALUE=A value was \
|
provided for argument --%s but that argument does not take a value
|
ERR_ARGPARSER_INVALID_DASH_AS_ARGUMENT=The dash character by itself \
|
is invalid for use as an argument name
|
ERR_ARGPARSER_NO_ARGUMENT_WITH_SHORT_ID=Argument -%s is not allowed \
|
for use with this program
|
ERR_ARGPARSER_NO_VALUE_FOR_ARGUMENT_WITH_SHORT_ID=Argument -%s \
|
requires a value but none was provided
|
ERR_ARGPARSER_VALUE_UNACCEPTABLE_FOR_SHORT_ID=The provided value \
|
"%s" for argument -%s is not acceptable: %s
|
ERR_ARGPARSER_NOT_MULTIVALUED_FOR_SHORT_ID=The argument -%s was \
|
included multiple times in the provided set of arguments but it does not \
|
allow multiple values
|
ERR_ARGPARSER_CANT_MIX_ARGS_WITH_VALUES=The provided argument block \
|
'-%s%s' is illegal because the '%s' argument requires a value but is in the \
|
same block as at least one other argument that doesn't require a value
|
ERR_ARGPARSER_DISALLOWED_TRAILING_ARGUMENT=Argument "%s" does not \
|
start with one or two dashes and unnamed trailing arguments are not allowed
|
ERR_ARGPARSER_TOO_FEW_TRAILING_ARGUMENTS=At least %d unnamed \
|
trailing arguments are required in the argument list, but too few were \
|
provided
|
ERR_ARGPARSER_NO_VALUE_FOR_REQUIRED_ARG=The argument %s is required \
|
to have a value but none was provided in the argument list and no default \
|
value is available
|
INFO_TIME_IN_SECONDS=%d seconds
|
INFO_TIME_IN_MINUTES_SECONDS=%d minutes, %d seconds
|
INFO_TIME_IN_HOURS_MINUTES_SECONDS=%d hours, %d minutes, %d seconds
|
INFO_TIME_IN_DAYS_HOURS_MINUTES_SECONDS=%d days, %d hours, %d minutes, %d \
|
seconds
|
INFO_SUBCMDPARSER_WHERE_OPTIONS_INCLUDE=Command options:
|
ERR_MENU_BAD_CHOICE_SINGLE=Invalid response. Please enter a valid \
|
menu option
|
INFO_MENU_PROMPT_SINGLE=Enter choice:
|
INFO_MENU_PROMPT_RETURN_TO_CONTINUE=Press RETURN to continue
|
ERR_CONSOLE_INPUT_ERROR=The response could not be read from the console due to the following error: %s
|
INFO_LDAP_CONN_PROMPT_SECURITY_SERVER_CERTIFICATE=Server Certificate:
|
INFO_LDAP_CONN_SECURITY_SERVER_CERTIFICATE=%s
|
INFO_LDAP_CONN_PROMPT_SECURITY_TRUST_OPTION=Do you trust this server certificate?
|
INFO_LDAP_CONN_PROMPT_SECURITY_TRUST_OPTION_NO=No
|
INFO_LDAP_CONN_PROMPT_SECURITY_TRUST_OPTION_SESSION=Yes, for this session only
|
INFO_LDAP_CONN_PROMPT_SECURITY_TRUST_OPTION_ALWAYS=Yes, also add it to a truststore
|
INFO_LDAP_CONN_PROMPT_SECURITY_CERTIFICATE_DETAILS=View certificate details
|
INFO_LDAP_CONN_SECURITY_SERVER_CERTIFICATE_USER_DN=User DN : %s
|
INFO_LDAP_CONN_SECURITY_SERVER_CERTIFICATE_VALIDITY=Validity : From '%s'%n To '%s'
|
INFO_LDAP_CONN_SECURITY_SERVER_CERTIFICATE_ISSUER=Issuer : %s
|
INFO_PROMPT_SINGLE_DEFAULT=%s [%s]:
|
INFO_ARGPARSER_USAGE_JAVA_CLASSNAME=Usage: java %s {options}
|
INFO_ARGPARSER_USAGE_JAVA_SCRIPTNAME=Usage: %s {options}
|
INFO_ARGPARSER_USAGE_TRAILINGARGS={trailing-arguments}
|
INFO_ARGPARSER_USAGE_DEFAULT_VALUE=Default value: %s
|
#
|
# Extension messages
|
#
|
#
|
# Tools messages
|
#
|
ERR_CANNOT_INITIALIZE_ARGS=An unexpected error occurred while \
|
attempting to initialize the command-line arguments: %s
|
ERR_ERROR_PARSING_ARGS=An error occurred while parsing the \
|
command-line arguments: %s
|
INFO_PROCESSING_OPERATION=Processing %s request for %s
|
INFO_OPERATION_FAILED=%s operation failed
|
INFO_OPERATION_SUCCESSFUL=%s operation successful for DN %s
|
INFO_PROCESSING_COMPARE_OPERATION=Comparing type %s with value %s in \
|
entry %s
|
INFO_COMPARE_OPERATION_RESULT_FALSE=Compare operation returned false for \
|
entry %s
|
INFO_COMPARE_OPERATION_RESULT_TRUE=Compare operation returned true for \
|
entry %s
|
INFO_DESCRIPTION_TRUSTALL=Trust all server SSL certificates
|
INFO_DESCRIPTION_BINDDN=DN to use to bind to the server
|
INFO_DESCRIPTION_BINDPASSWORD=Password to use to bind to \
|
the server
|
INFO_DESCRIPTION_BINDPASSWORDFILE=Bind password file
|
INFO_DESCRIPTION_ENCODING=Use the specified character set for \
|
command-line input
|
INFO_DESCRIPTION_VERBOSE=Use verbose mode
|
INFO_DESCRIPTION_KEYSTOREPATH=Certificate key store path
|
INFO_DESCRIPTION_TRUSTSTOREPATH=Certificate trust store path
|
INFO_DESCRIPTION_KEYSTOREPASSWORD=Certificate key store PIN
|
INFO_DESCRIPTION_HOST=Directory server hostname or IP address
|
INFO_DESCRIPTION_PORT=Directory server port number
|
INFO_DESCRIPTION_SHOWUSAGE=Display this usage information
|
INFO_DESCRIPTION_CONTROLS=Use a request control with the provided \
|
information
|
INFO_DESCRIPTION_CONTINUE_ON_ERROR=Continue processing even if there are \
|
errors
|
INFO_DESCRIPTION_USE_SSL=Use SSL for secure communication with the server
|
INFO_DESCRIPTION_START_TLS=Use StartTLS to secure communication with the \
|
server
|
INFO_MODIFY_DESCRIPTION_DEFAULT_ADD=Treat records with no changetype as \
|
add operations
|
INFO_SEARCH_DESCRIPTION_BASEDN=Search base DN
|
INFO_SEARCH_DESCRIPTION_SIZE_LIMIT=Maximum number of entries to return \
|
from the search
|
INFO_SEARCH_DESCRIPTION_TIME_LIMIT=Maximum length of time in seconds to \
|
allow for the search
|
INFO_SEARCH_DESCRIPTION_SEARCH_SCOPE=Search scope ('base', 'one', 'sub', \
|
or 'subordinate'). Note: 'subordinate' is an LDAP extension \
|
that might not work with all LDAP servers
|
INFO_SEARCH_DESCRIPTION_DEREFERENCE_POLICY=Alias dereference policy \
|
('never', 'always', 'search', or 'find')
|
ERR_LDAPAUTH_UNSUPPORTED_SASL_MECHANISM=The requested SASL mechanism \
|
"%s" is not supported by this client
|
ERR_LDAPAUTH_SASL_AUTHID_REQUIRED=The "authid" SASL property is \
|
required for use with the %s mechanism
|
INFO_DESCRIPTION_VERSION=LDAP protocol version number
|
ERR_DESCRIPTION_INVALID_VERSION=Invalid LDAP version number '%s'. \
|
Allowed values are 2 and 3
|
ERR_SEARCH_NO_FILTERS=No filters specified for the search request
|
INFO_DESCRIPTION_DONT_WRAP=Do not wrap long lines
|
INFO_DESCRIPTION_NOOP=Show what would be done but do not perform any \
|
operation
|
INFO_DESCRIPTION_TYPES_ONLY=Only retrieve attribute names but not their \
|
values
|
INFO_DESCRIPTION_ASSERTION_FILTER=Use the LDAP assertion control with the \
|
provided filter
|
ERR_LDAP_ASSERTION_INVALID_FILTER=The search filter provided for the \
|
LDAP assertion control was invalid: %s
|
INFO_DESCRIPTION_PREREAD_ATTRS=Use the LDAP ReadEntry pre-read control
|
INFO_DESCRIPTION_POSTREAD_ATTRS=Use the LDAP ReadEntry post-read control
|
INFO_LDAPMODIFY_PREREAD_ENTRY=Target entry before the operation:
|
INFO_LDAPMODIFY_POSTREAD_ENTRY=Target entry after the operation:
|
INFO_DESCRIPTION_PROXY_AUTHZID=Use the proxied authorization control with \
|
the given authorization ID
|
INFO_DESCRIPTION_PSEARCH_INFO=Use the persistent search control
|
ERR_PSEARCH_MISSING_DESCRIPTOR=The request to use the persistent \
|
search control did not include a descriptor that indicates the options to use \
|
with that control
|
ERR_PSEARCH_DOESNT_START_WITH_PS=The persistent search descriptor %s \
|
did not start with the required 'ps' string
|
ERR_PSEARCH_INVALID_CHANGE_TYPE=The provided change type value %s is \
|
invalid. The recognized change types are add, delete, modify, modifydn, and \
|
any
|
ERR_PSEARCH_INVALID_CHANGESONLY=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
|
ERR_PSEARCH_INVALID_RETURN_ECS=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=Use the authorization identity control
|
INFO_BIND_AUTHZID_RETURNED=# Bound with authorization ID %s
|
INFO_SEARCH_DESCRIPTION_FILENAME=File containing a list of search filter \
|
strings
|
INFO_DESCRIPTION_MATCHED_VALUES_FILTER=Use the LDAP matched values \
|
control with the provided filter
|
ERR_LDAP_MATCHEDVALUES_INVALID_FILTER=The provided matched values \
|
filter was invalid: %s
|
ERR_LDIF_FILE_CANNOT_OPEN_FOR_READ=An error occurred while \
|
attempting to open the LDIF file %s for reading: %s
|
ERR_LDIF_FILE_CANNOT_OPEN_FOR_WRITE=An error occurred while \
|
attempting to open the LDIF file %s for writing: %s
|
ERR_LDIF_FILE_READ_ERROR=An error occurred while attempting to read \
|
the contents of LDIF file %s: %s
|
INFO_BIND_PASSWORD_EXPIRED=# Your password has expired
|
INFO_BIND_PASSWORD_EXPIRING=# Your password will expire in %s
|
INFO_BIND_ACCOUNT_LOCKED=# Your account has been locked
|
INFO_BIND_MUST_CHANGE_PASSWORD=# You must change your password before any \
|
other operations will be allowed
|
INFO_BIND_GRACE_LOGINS_REMAINING=# You have %d grace logins remaining
|
INFO_DESCRIPTION_USE_PWP_CONTROL=Use the password policy request control
|
INFO_LDAPPWMOD_DESCRIPTION_AUTHZID=Authorization ID for the \
|
user entry whose password should be changed. \
|
The authorization ID is a string having either \
|
the prefix "dn:" followed by the user's distinguished name, or \
|
the prefix "u:" followed by a user identifier \
|
that depends on the identity mapping used \
|
to match the user identifier to an entry in the directory. \
|
Examples include "dn:uid=bjensen,ou=People,dc=example,dc=com", and, \
|
if we assume that "bjensen" is mapped to Barbara Jensen's entry, "u:bjensen"
|
INFO_LDAPPWMOD_DESCRIPTION_NEWPW=New password to provide \
|
for the target user
|
INFO_LDAPPWMOD_DESCRIPTION_NEWPWFILE=Path to a file \
|
containing the new password to provide for the target user
|
INFO_LDAPPWMOD_DESCRIPTION_CURRENTPW=Current password for \
|
the target user
|
INFO_LDAPPWMOD_DESCRIPTION_CURRENTPWFILE=Path to a file \
|
containing the current password for the target user
|
ERR_LDAPPWMOD_CONFLICTING_ARGS=The %s and %s arguments may not be \
|
provided together
|
ERR_LDAPPWMOD_FAILED=The LDAP password modify operation failed: \
|
%d (%s)
|
ERR_LDAPPWMOD_FAILURE_ERROR_MESSAGE=Error Message: %s
|
ERR_LDAPPWMOD_FAILURE_MATCHED_DN=Matched DN: %s
|
INFO_LDAPPWMOD_SUCCESSFUL=The LDAP password modify operation was \
|
successful
|
INFO_LDAPPWMOD_ADDITIONAL_INFO=Additional Info: %s
|
INFO_LDAPPWMOD_GENERATED_PASSWORD=Generated Password: %s
|
INFO_COMPARE_CANNOT_BASE64_DECODE_ASSERTION_VALUE=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=Unable to read the \
|
assertion value from the specified file: %s
|
ERR_LDAPCOMPARE_NO_DNS=No entry DNs provided for the compare \
|
operation
|
INFO_LDAPCOMPARE_TOOL_DESCRIPTION=This utility can be used to perform \
|
LDAP compare operations in the Directory Server
|
INFO_LDAPMODIFY_TOOL_DESCRIPTION=This utility can be used to perform LDAP \
|
modify, add, delete, and modify DN operations in the Directory Server. \
|
When not using a file to specify modifications, end your input with EOF \
|
(Ctrl+D on UNIX, Ctrl+Z on Windows)
|
INFO_LDAPPWMOD_TOOL_DESCRIPTION=This utility can be used to perform LDAP \
|
password modify operations in the Directory Server
|
INFO_LDAPSEARCH_TOOL_DESCRIPTION=This utility can be used to perform LDAP \
|
search operations in the Directory Server
|
ERR_TOOL_CONFLICTING_ARGS=You may not provide both the --%s and \
|
the --%s arguments
|
ERR_LDAPCOMPARE_NO_ATTR=No attribute was specified to use as the \
|
target for the comparison
|
ERR_LDAPCOMPARE_INVALID_ATTR_STRING=Invalid attribute string '%s'. \
|
The attribute string must be in one of the following forms: \
|
'attribute:value', 'attribute::base64value', or 'attribute:<valueFilePath'
|
ERR_TOOL_INVALID_CONTROL_STRING=Invalid control specification '%s'
|
ERR_TOOL_SASLEXTERNAL_NEEDS_SSL_OR_TLS=SASL EXTERNAL \
|
authentication may only be requested if SSL or StartTLS is used
|
ERR_TOOL_SASLEXTERNAL_NEEDS_KEYSTORE=SASL EXTERNAL authentication \
|
may only be used if a client certificate key store is specified
|
INFO_LDAPSEARCH_PSEARCH_CHANGE_TYPE=# Persistent search change type: %s
|
INFO_LDAPSEARCH_PSEARCH_PREVIOUS_DN=# Persistent search previous entry \
|
DN: %s
|
INFO_LDAPSEARCH_ACCTUSABLE_HEADER=# Account Usability Response Control
|
INFO_LDAPSEARCH_ACCTUSABLE_IS_USABLE=# The account is usable
|
INFO_LDAPSEARCH_ACCTUSABLE_TIME_UNTIL_EXPIRATION=# Time until password \
|
expiration: %s
|
INFO_LDAPSEARCH_ACCTUSABLE_NOT_USABLE=# The account is not usable
|
INFO_LDAPSEARCH_ACCTUSABLE_ACCT_INACTIVE=# The account has been \
|
deactivated
|
INFO_LDAPSEARCH_ACCTUSABLE_PW_RESET=# The password has been reset
|
INFO_LDAPSEARCH_ACCTUSABLE_PW_EXPIRED=# The password has expired
|
INFO_LDAPSEARCH_ACCTUSABLE_REMAINING_GRACE=# Number of grace logins \
|
remaining: %d
|
INFO_LDAPSEARCH_ACCTUSABLE_LOCKED=# The account is locked
|
INFO_LDAPSEARCH_ACCTUSABLE_TIME_UNTIL_UNLOCK=# Time until the account \
|
is unlocked: %s
|
INFO_DESCRIPTION_KEYSTOREPASSWORD_FILE=Certificate key store PIN file
|
INFO_DESCRIPTION_TRUSTSTOREPASSWORD=Certificate trust store PIN
|
INFO_DESCRIPTION_TRUSTSTOREPASSWORD_FILE=Certificate trust store PIN file
|
INFO_DESCRIPTION_COUNT_ENTRIES=Count the number of entries returned by \
|
the server
|
INFO_LDAPSEARCH_MATCHING_ENTRY_COUNT=# Total number of matching entries: \
|
%d
|
INFO_DESCRIPTION_SIMPLE_PAGE_SIZE=Use the simple paged results control \
|
with the given page size
|
ERR_PAGED_RESULTS_REQUIRES_SINGLE_FILTER=The simple paged results \
|
control may only be used with a single search filter
|
INFO_DESCRIPTION_CERT_NICKNAME=Nickname of certificate for SSL client \
|
authentication
|
ERR_TOOL_RESULT_CODE=Result Code: %d (%s)
|
ERR_TOOL_ERROR_MESSAGE=Additional Information: %s
|
ERR_TOOL_MATCHED_DN=Matched DN: %s
|
INFO_LDAPMODIFY_DESCRIPTION_FILENAME=LDIF file containing \
|
the changes to apply
|
INFO_DESCRIPTION_SORT_ORDER=Sort the results using the provided sort \
|
order
|
ERR_LDAP_SORTCONTROL_INVALID_ORDER=The provided sort order was \
|
invalid: %s
|
INFO_DESCRIPTION_VLV=Use the virtual list view control to retrieve the \
|
specified results page
|
ERR_LDAPSEARCH_VLV_REQUIRES_SORT=If the --%s argument is provided, \
|
then the --%s argument must also be given
|
ERR_LDAPSEARCH_VLV_INVALID_DESCRIPTOR=The provided virtual list view \
|
descriptor was invalid. It must be a value in the form \
|
'beforeCount:afterCount:offset:contentCount' (where offset specifies the \
|
index of the target entry and contentCount specifies the estimated total \
|
number of results or zero if it is not known), or \
|
'beforeCount:afterCount:assertionValue' (where the entry should be the first \
|
entry whose primary sort value is greater than or equal to the provided \
|
assertionValue). In either case, beforeCount is the number of entries to \
|
return before the target value and afterCount is the number of entries to \
|
return after the target value
|
WARN_LDAPSEARCH_SORT_ERROR=# Server-side sort failed: %s
|
INFO_LDAPSEARCH_VLV_TARGET_OFFSET=# VLV Target Offset: %d
|
INFO_LDAPSEARCH_VLV_CONTENT_COUNT=# VLV Content Count: %d
|
WARN_LDAPSEARCH_VLV_ERROR=# Virtual list view processing failed: \
|
%s
|
INFO_DESCRIPTION_EFFECTIVERIGHTS_USER=Use geteffectiverights control with \
|
the provided authzid
|
INFO_DESCRIPTION_EFFECTIVERIGHTS_ATTR=Specifies geteffectiverights \
|
control specific attribute list
|
ERR_EFFECTIVERIGHTS_INVALID_AUTHZID=The authorization ID "%s" \
|
contained in the geteffectiverights control is invalid because it does not \
|
start with "dn:" to indicate a user DN
|
INFO_DESCRIPTION_PRODUCT_VERSION=Display Directory Server version \
|
information
|
INFO_DESCRIPTION_SCRIPT_FRIENDLY=Use script-friendly mode
|
ERR_LDAP_CONN_CANNOT_INITIALIZE_SSL=ERROR: Unable to perform SSL \
|
initialization: %s
|
ERR_LDAP_CONN_CANNOT_PARSE_SASL_OPTION=ERROR: The provided SASL \
|
option string "%s" could not be parsed in the form "name=value"
|
INFO_LDAP_CONN_DESCRIPTION_SASLOPTIONS=SASL bind options
|
INFO_DESCRIPTION_PROP_FILE_PATH=Path to the file containing default \
|
property values used for command line arguments
|
INFO_DESCRIPTION_NO_PROP_FILE=No properties file will be \
|
used to get default command line argument values
|
INFO_DESCRIPTION_GENERAL_ARGS=General options:
|
INFO_DESCRIPTION_IO_ARGS=Utility input/output options:
|
INFO_DESCRIPTION_LDAP_CONNECTION_ARGS=LDAP connection options:
|
INFO_FILE_PLACEHOLDER={file}
|
INFO_KEYSTOREPATH_PLACEHOLDER={keyStorePath}
|
INFO_TRUSTSTOREPATH_PLACEHOLDER={trustStorePath}
|
INFO_BINDPWD_FILE_PLACEHOLDER={bindPasswordFile}
|
INFO_HOST_PLACEHOLDER={host}
|
INFO_PORT_PLACEHOLDER={port}
|
INFO_BASEDN_PLACEHOLDER={baseDN}
|
INFO_BINDDN_PLACEHOLDER={bindDN}
|
INFO_BINDPWD_PLACEHOLDER={bindPassword}
|
INFO_KEYSTORE_PWD_PLACEHOLDER={keyStorePassword}
|
INFO_TRUSTSTORE_PWD_FILE_PLACEHOLDER={path}
|
INFO_TRUSTSTORE_PWD_PLACEHOLDER={trustStorePassword}
|
INFO_NICKNAME_PLACEHOLDER={nickname}
|
INFO_ASSERTION_FILTER_PLACEHOLDER={filter}
|
INFO_FILTER_PLACEHOLDER={filter}
|
INFO_PROXYAUTHID_PLACEHOLDER={authzID}
|
INFO_SASL_OPTION_PLACEHOLDER={name=value}
|
INFO_PROTOCOL_VERSION_PLACEHOLDER={version}
|
INFO_PROP_FILE_PATH_PLACEHOLDER={propertiesFilePath}
|
INFO_ATTRIBUTE_PLACEHOLDER={attribute}
|
INFO_NUM_ENTRIES_PLACEHOLDER={numEntries}
|
INFO_LDAP_CONTROL_PLACEHOLDER={controloid[:criticality[:value|::b64value|:<filePath]]}
|
INFO_ENCODING_PLACEHOLDER={encoding}
|
INFO_ATTRIBUTE_LIST_PLACEHOLDER={attrList}
|
INFO_NEW_PASSWORD_PLACEHOLDER={newPassword}
|
INFO_CURRENT_PASSWORD_PLACEHOLDER={currentPassword}
|
INFO_SEARCH_SCOPE_PLACEHOLDER={searchScope}
|
INFO_SORT_ORDER_PLACEHOLDER={sortOrder}
|
INFO_VLV_PLACEHOLDER={before:after:index:count | before:after:value}
|
INFO_DEREFERENCE_POLICE_PLACEHOLDER={dereferencePolicy}
|
INFO_SIZE_LIMIT_PLACEHOLDER={sizeLimit}
|
INFO_TIME_LIMIT_PLACEHOLDER={timeLimit}
|
INFO_TARGETDN_PLACEHOLDER={targetDN}
|
INFO_KEYSTORE_PWD_FILE_PLACEHOLDER={keyStorePasswordFile}
|
INFO_PSEARCH_PLACEHOLDER=ps[:changetype[:changesonly[:entrychgcontrols]]]
|
ERR_CANNOT_READ_TRUSTSTORE=Cannot access trust store '%s'. Verify \
|
that the provided trust store exists and that you have read access rights to it
|
ERR_CANNOT_READ_KEYSTORE=Cannot access key store '%s'. Verify \
|
that the provided key store exists and that you have read access rights to it
|
INFO_DESCRIPTION_ADMIN_PORT=Directory server administration port number
|
ERR_LDAPCOMPARE_ERROR_READING_FILE=An error occurred reading file \
|
'%s'. Check that the file exists and that you have read access rights to \
|
it. Details: %s
|
ERR_LDAPCOMPARE_FILENAME_AND_DNS=Both entry DNs and a file name \
|
were provided for the compare operation. These arguments are not compatible
|
INFO_ERROR_EMPTY_RESPONSE=ERROR: a response must be provided in order to continue
|
ERR_DECODE_CONTROL_FAILURE=# %s
|
INFO_SEARCHRATE_TOOL_DESCRIPTION=This utility can be used to measure \
|
search throughput and response time of a directory service using \
|
user-defined searches.\n\n\
|
Example:\n\n\ \ searchrate -p 1389 -D "cn=directory manager" -w password \\\n\
|
\ \ \ \ -F -c 4 -t 4 -b "dc=example,dc=com" -g "rand(0,2000)" "(uid=user.%%d)"
|
INFO_ADDRATE_TOOL_DESCRIPTION=This utility can be used to measure \
|
add and optionally delete throughput and response time of a directory server using \
|
user-defined entries. \
|
The {template-file-path} argument identifies a template file \
|
that has the same form as a template file for the makeldif command. \
|
For details, see makeldif.template.\n\
|
\nExamples:\n \ This example is adding entries and randomly deleting them while \
|
the number of entries added is greater than 10,000: \n \
|
addrate -p 1389 -f -c 10 -C random -s 10000 addrate.template \n \
|
This example adds entries and starts to delete them in the same \
|
order if their age is greater than a certain time: \n \
|
addrate -p 1389 -f -c 10 -C fifo -a 2 addrate.template
|
INFO_SEARCHRATE_TOOL_DESCRIPTION_BASEDN=Base DN format string.
|
INFO_MODRATE_TOOL_DESCRIPTION=This utility can be used to measure \
|
modify throughput and response time of a directory service using \
|
user-defined modifications.\n\n\
|
Example:\n\n\ \ modrate -p 1389 -D "cn=directory manager" -w password \\\n\
|
\ \ \ \ -F -c 4 -t 4 -b "uid=user.%%d,ou=people,dc=example,dc=com" \\\n\
|
\ \ \ \ -g "rand(0,2000)" -g "randstr(16)" 'description:%%2$s'
|
INFO_MODRATE_TOOL_DESCRIPTION_TARGETDN=Target entry DN format string
|
INFO_AUTHRATE_TOOL_DESCRIPTION=This utility can be used to measure \
|
bind throughput and response time of a directory service using \
|
user-defined bind or search-then-bind operations.\n\nFormat strings may be \
|
used in the bind DN option as well as the authid and authzid SASL bind \
|
options. A search operation may be used to retrieve the bind DN by \
|
specifying the base DN and a filter. The retrieved entry DN will be appended \
|
as the last argument in the argument list when evaluating format strings.\n\n\
|
Example (bind only):\n\n\ \ authrate -p 1389 -D "uid=user.%%d,ou=people,dc=example,dc=com" \\\n\
|
\ \ \ \ -w password -f -c 10 -g "rand(0,2000)"\n\n\
|
Example (search then bind):\n\n\ \ authrate -p 1389 -D '%%2$s' -w password -f -c 10 \\\n\
|
\ \ \ \ -b "ou=people,dc=example,dc=com" -s one -g "rand(0,2000)" "(uid=user.%%d)"
|
INFO_OUTPUT_LDIF_FILE_PLACEHOLDER={file}
|
INFO_LDIFMODIFY_DESCRIPTION_OUTPUT_FILENAME=Write updated entries to %s \
|
instead of stdout
|
INFO_LDIFDIFF_DESCRIPTION_OUTPUT_FILENAME=Write differences to %s \
|
instead of stdout
|
INFO_LDIFSEARCH_DESCRIPTION_OUTPUT_FILENAME=Write search results to %s \
|
instead of stdout
|
ERR_LDIFMODIFY_MULTIPLE_USES_OF_STDIN=Unable to use stdin for both the source \
|
LDIF and changes LDIF
|
ERR_LDIFDIFF_MULTIPLE_USES_OF_STDIN=Unable to use stdin for both the source \
|
LDIF and target LDIF
|
ERR_LDIFMODIFY_PATCH_FAILED=The changes could not be applied for the following \
|
reason: %s
|
ERR_LDIFDIFF_DIFF_FAILED=The differences could not be computed for the following \
|
reason: %s
|
ERR_LDIFSEARCH_FAILED=The search could not be performed for the following \
|
reason: %s
|
INFO_LDIFMODIFY_TOOL_DESCRIPTION=This utility can be used to apply a set of \
|
modify, add, and delete operations to entries contained in an LDIF file
|
INFO_LDIFDIFF_TOOL_DESCRIPTION=This utility can be used to compare two LDIF \
|
files and report the differences in LDIF format
|
INFO_LDIFSEARCH_TOOL_DESCRIPTION=This utility can be used to perform search \
|
operations against entries contained in an LDIF file
|
ERR_LDIF_GEN_TOOL_EXCEPTION_DURING_PARSE=An error occurred while \
|
parsing template file: %s
|
ERR_LDIF_GEN_TOOL_NO_SUCH_RESOURCE_DIRECTORY=The specified resource \
|
directory %s does not exist
|
ERR_TOOL_NOT_ENOUGH_ITERATIONS=%s argument must be greater than or equal to %s \
|
(%s per %s)
|
ERR_TOOL_ARG_NEEDED_WHEN_USING_ARG=%s must be used when using %s
|
ERR_TOOL_ARG_MUST_BE_USED_WHEN_ARG_CONDITION=%s must be used if %s is %s
|
INFO_TOOL_WARMING_UP=Warming up for %d seconds...
|
#
|
# MakeLDIF tool
|
#
|
INFO_MAKELDIF_TOOL_DESCRIPTION=This utility can be used to generate LDIF \
|
data based on a definition in a template file
|
INFO_CONSTANT_PLACEHOLDER={name=value}
|
INFO_SEED_PLACEHOLDER={seed}
|
INFO_PATH_PLACEHOLDER={path}
|
INFO_MAKELDIF_DESCRIPTION_CONSTANT=A constant that overrides the value \
|
set in the template file
|
INFO_MAKELDIF_DESCRIPTION_LDIF=The path to the LDIF file to be written
|
INFO_MAKELDIF_DESCRIPTION_SEED=The seed to use to initialize the random \
|
number generator
|
INFO_MAKELDIF_DESCRIPTION_HELP=Show this usage information
|
INFO_MAKELDIF_DESCRIPTION_RESOURCE_PATH=Path to look for \
|
MakeLDIF resources (e.g., data files)
|
INFO_MAKELDIF_PROCESSED_N_ENTRIES=Processed %d entries
|
INFO_MAKELDIF_PROCESSING_COMPLETE=LDIF processing complete. %d entries \
|
written
|
ERR_MAKELDIF_UNABLE_TO_CREATE_LDIF=An error occurred while \
|
attempting to open LDIF file %s for writing: %s
|
ERR_MAKELDIF_ERROR_WRITING_LDIF=An error occurred while writing data \
|
to LDIF file %s: %s
|
ERR_MAKELDIF_EXCEPTION_DURING_PROCESSING=An error occurred while \
|
processing : %s
|
ERR_CONSTANT_ARG_CANNOT_DECODE=Unable to parse a constant argument \
|
expecting name=value but got %s
|
#
|
# AddRate Tool
|
#
|
INFO_ADDRATE_DESCRIPTION_RESOURCE_PATH=Path to look for template resources (e.g. data files)
|
INFO_ADDRATE_DESCRIPTION_SEED=The seed to use for initializing the random number generator
|
INFO_ADDRATE_DESCRIPTION_CONSTANT=A constant that overrides the value set in the template file
|
INFO_ADDRATE_DESCRIPTION_DELETEMODE=The algorithm used for selecting entries to be deleted which \
|
must be one of "fifo", "random", or "off".
|
INFO_ADDRATE_DESCRIPTION_DELETESIZETHRESHOLD=Specifies the number of entries \
|
to be added before deletion begins
|
INFO_ADDRATE_DESCRIPTION_DELETEAGETHRESHOLD=Specifies the age at which added entries \
|
will become candidates for deletion
|
INFO_DELETEMODE_PLACEHOLDER={fifo | random | off}
|
INFO_DELETESIZETHRESHOLD_PLACEHOLDER={count}
|
INFO_DELETEAGETHRESHOLD_PLACEHOLDER={seconds}
|
ERR_ADDRATE_DELMODE_OFF_THRESHOLD_ON=A deletion threshold should not be specified when deletion is disabled
|
ERR_ADDRATE_THRESHOLD_SIZE_AND_AGE=Size and age based deletion thresholds were both \
|
specified, but only only one at a time is supported
|
ERR_ADDRATE_DELMODE_RAND_THRESHOLD_AGE=A age based deletion threshold should not be used \
|
with a random deletion mode
|
ERR_ADDRATE_SIZE_THRESHOLD_LOWER_THAN_ITERATIONS=The size threshold must be lower than \
|
the maximum number of add operations
|
INFO_ADDRATE_DESCRIPTION_NOPURGE=Disable the purge phase when the tool stops.
|
|
# Strings for generated reference documentation.
|
REF_SHORT_DESC_ADDRATE=measure add and delete throughput and response time
|
REF_SHORT_DESC_AUTHRATE=measure bind throughput and response time
|
REF_SHORT_DESC_LDAPCOMPARE=perform LDAP compare operations
|
REF_SHORT_DESC_LDAPMODIFY=perform LDAP modify, add, delete, mod DN operations
|
REF_SHORT_DESC_LDAPPASSWORDMODIFY=perform LDAP password modifications
|
REF_SHORT_DESC_LDAPSEARCH=perform LDAP search operations
|
REF_SHORT_DESC_LDIFDIFF=compare small LDIF files
|
REF_SHORT_DESC_LDIFMODIFY=apply LDIF changes to LDIF
|
REF_SHORT_DESC_LDIFSEARCH=search LDIF with LDAP filters
|
REF_SHORT_DESC_MAKELDIF=generate test LDIF
|
REF_SHORT_DESC_MODRATE=measure modification throughput and response time
|
REF_SHORT_DESC_SEARCHRATE=measure search throughput and response time
|
|
# Supplements to descriptions for generated reference documentation.
|
SUPPLEMENT_DESCRIPTION_RATE_TOOLS=<xinclude:include href="description-rate-tools.xml" />
|
SUPPLEMENT_DESCRIPTION_MAKELDIF=<xinclude:include href="description-makeldif.xml" />
|
SUPPLEMENT_DESCRIPTION_RESOURCE_PATH=<xinclude:include href="description-resource-path.xml" />
|
SUPPLEMENT_DESCRIPTION_PSEARCH_INFO=<xinclude:include href="description-psearch-info.xml" />
|
SUPPLEMENT_DESCRIPTION_CONTROLS=<xinclude:include href="variablelist-ldap-controls.xml" />
|