# # The contents of this file are subject to the terms of the Common Development and # Distribution License (the License). You may not use this file except in compliance with the # License. # # You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the # specific language governing permission and limitations under the License. # # When distributing Covered Software, include this CDDL Header Notice in each file and include # the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL # Header, with the fields enclosed by brackets [] replaced by your own identifying # information: "Portions Copyright [year] [name of copyright owner]". # # Copyright 2010 Sun Microsystems, Inc. # Portions copyright 2012-2016 ForgeRock AS. ERROR_RATE_TOOLS_CANNOT_GET_CONNECTION=%s\nStopping... 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_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_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_DEREFERENCE_POLICY=Alias dereference policy \ ('never', 'always', 'search', or 'find') 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_BIND_AUTHZID_RETURNED=# Bound with authorization ID %s 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_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_FAILED=The LDAP password modify operation failed: \ %d (%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 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 file(s) 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_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: