| | |
| | | MILD_ERR_ASN1_BOOLEAN_INVALID_LENGTH_6=Cannot decode the ASN.1 \ |
| | | boolean element because the decoded value length was not exactly one byte \ |
| | | (decoded length was %d) |
| | | MILD_ERR_ASN1_NULL_TRUNCATED_VALUE_7=Cannot decode the ASN.1 null \ |
| | | element of because an unexpected end of file was reached while reading value \ |
| | | bytes (%d) |
| | | MILD_ERR_ASN1_NULL_INVALID_LENGTH_8=Cannot decode the ASN.1 null element \ |
| | | because the decoded value length was not exactly zero bytes \ |
| | | (decoded length was %d) |
| | |
| | | element value was not between one and four bytes (actual length was %d) |
| | | MILD_ERR_ASN1_SEQUENCE_READ_NOT_STARTED_12=Cannot decode the end of the ASN.1 \ |
| | | sequence or set because the start of the sequence was not read |
| | | MILD_ERR_ASN1_SEQUENCE_READ_NOT_ENDED_13=Cannot decode the end of the ASN.1 \ |
| | | sequence or set because %d bytes are not read from the sequence of %d bytes \ |
| | | in length |
| | | MILD_ERR_ASN1_SKIP_TRUNCATED_VALUE_14=Cannot skip the ASN.1 element of because \ |
| | | an unexpected end of file was reached while reading value bytes (%d) |
| | | MILD_ERR_ASN1_SEQUENCE_SET_TRUNCATED_VALUE_15=Cannot decode the ASN.1 sequence \ |
| | |
| | | value bytes (%d) |
| | | MILD_ERR_LDAP_MESSAGE_DECODE_NULL_45=Cannot decode the provided ASN.1 \ |
| | | sequence as an LDAP message because the sequence was null |
| | | MILD_ERR_LDAP_MESSAGE_DECODE_INVALID_ELEMENT_COUNT_46=Cannot decode the \ |
| | | provided ASN.1 sequence as an LDAP message because the sequence contained an \ |
| | | invalid number of elements (expected 2 or 3, got %d) |
| | | MILD_ERR_LDAP_MESSAGE_DECODE_MESSAGE_ID_47=Cannot decode the provided ASN.1 \ |
| | | sequence as an LDAP message because the first element of the sequence could \ |
| | | not be decoded as an integer message ID: %s |
| | |
| | | MILD_ERR_LDAP_MESSAGE_DECODE_CONTROLS_49=Cannot decode the provided ASN.1 \ |
| | | sequence as an LDAP message because the third element of the sequence could \ |
| | | not be decoded as the set of controls: %s |
| | | MILD_ERR_LDAP_CONTROL_DECODE_NULL_50=Cannot decode the provided ASN.1 element \ |
| | | as an LDAP control because the element was null |
| | | MILD_ERR_LDAP_CONTROL_DECODE_SEQUENCE_51=Cannot decode the provided ASN.1 \ |
| | | element as an LDAP control because the element could not be decoded as a \ |
| | | sequence: %s |
| | | MILD_ERR_LDAP_CONTROL_DECODE_INVALID_ELEMENT_COUNT_52=Cannot decode the \ |
| | | provided ASN.1 element as an LDAP control because the control sequence \ |
| | | contained an invalid number of elements (expected 1 to 3, got %d) |
| | | MILD_ERR_LDAP_CONTROL_DECODE_OID_53=Cannot decode the provided ASN.1 element \ |
| | | as an LDAP control because the OID could not be decoded as a string: %s |
| | | MILD_ERR_LDAP_CONTROL_DECODE_CRITICALITY_54=Cannot decode the provided ASN.1 \ |
| | |
| | | MILD_ERR_LDAP_CONTROL_DECODE_VALUE_55=Cannot decode the provided ASN.1 \ |
| | | element as an LDAP control because the value could not be decoded as an octet \ |
| | | string: %s |
| | | MILD_ERR_LDAP_CONTROL_DECODE_INVALID_TYPE_56=Cannot decode the provided ASN.1 \ |
| | | element as an LDAP control because the BER type for the second element in the \ |
| | | sequence was invalid (expected 01 or 04, got %x) |
| | | MILD_ERR_LDAP_CONTROL_DECODE_CONTROLS_NULL_57=Cannot decode the provided \ |
| | | ASN.1 element as a set of LDAP controls because the element was null |
| | | MILD_ERR_LDAP_CONTROL_DECODE_CONTROLS_SEQUENCE_58=Cannot decode the provided \ |
| | | ASN.1 element as a set of LDAP controls because the element could not be \ |
| | | decoded as a sequence: %s |
| | |
| | | MILD_ERR_LDAP_RESULT_DECODE_SEQUENCE_60=Cannot decode the provided ASN.1 \ |
| | | element as an LDAP result protocol op because a problem occurred while trying \ |
| | | to parse the result sequence: %s |
| | | MILD_ERR_LDAP_RESULT_DECODE_INVALID_ELEMENT_COUNT_61=Cannot decode the \ |
| | | provided ASN.1 element as an LDAP result protocol op because the result \ |
| | | sequence did not contain a valid number of elements (expected 3 or 4, got %d) |
| | | MILD_ERR_LDAP_RESULT_DECODE_RESULT_CODE_62=Cannot decode the provided ASN.1 \ |
| | | element as an LDAP result protocol op because the first element in the result \ |
| | | sequence could not be decoded as an integer result code: %s |
| | |
| | | MILD_ERR_LDAP_RESULT_DECODE_REFERRALS_65=Cannot decode the provided ASN.1 \ |
| | | element as an LDAP result protocol op because the fourth element in the \ |
| | | result sequence could not be decoded as a set of referral URLs: %s |
| | | MILD_ERR_LDAP_BIND_RESULT_DECODE_INVALID_ELEMENT_COUNT_66=Cannot decode the \ |
| | | provided ASN.1 element as an LDAP bind response protocol op because the \ |
| | | result sequence did not contain a valid number of elements (expected 3 to 5, \ |
| | | got %d) |
| | | MILD_ERR_LDAP_BIND_RESULT_DECODE_SERVER_SASL_CREDENTIALS_67=Cannot decode the \ |
| | | provided ASN.1 element as an LDAP bind response protocol op because the final \ |
| | | element in the result sequence could not be decoded as the server SASL \ |
| | | credentials: %s |
| | | MILD_ERR_LDAP_BIND_RESULT_DECODE_INVALID_TYPE_68=Cannot decode the provided \ |
| | | ASN.1 element as an LDAP bind response protocol op because the BER type for \ |
| | | the fourth element in the sequence was invalid (expected A3 or 87, got %x) |
| | | MILD_ERR_LDAP_EXTENDED_RESULT_DECODE_INVALID_ELEMENT_COUNT_69=Cannot decode \ |
| | | the provided ASN.1 element as an LDAP bind response protocol op because the \ |
| | | result sequence did not contain a valid number of elements (expected 3 to 6, \ |
| | | got %d) |
| | | MILD_ERR_LDAP_EXTENDED_RESULT_DECODE_REFERRALS_70=Cannot decode the provided \ |
| | | ASN.1 element as an LDAP bind response protocol op because the set of \ |
| | | referral URLs could not be decoded: %s |
| | | MILD_ERR_LDAP_EXTENDED_RESULT_DECODE_OID_71=Cannot decode the provided ASN.1 \ |
| | | element as an LDAP bind response protocol op because the response OID could \ |
| | | not be decoded: %s |
| | | MILD_ERR_LDAP_EXTENDED_RESULT_DECODE_VALUE_72=Cannot decode the provided \ |
| | | ASN.1 element as an LDAP bind response protocol op because the response value \ |
| | | could not be decoded: %s |
| | | MILD_ERR_LDAP_EXTENDED_RESULT_DECODE_INVALID_TYPE_73=Cannot decode the \ |
| | | provided ASN.1 element as an LDAP extended response protocol op because one \ |
| | | of the elements it contained had an invalid BER type (expected A3, 8A, or 8B, \ |
| | | got %x) |
| | | MILD_ERR_LDAP_UNBIND_DECODE_74=Cannot decode the provided ASN.1 element as an \ |
| | | LDAP unbind request protocol op: %s |
| | | MILD_ERR_LDAP_BIND_REQUEST_DECODE_SEQUENCE_75=Cannot decode the provided \ |
| | | ASN.1 element as an LDAP bind request protocol op because the element could \ |
| | | not be decoded as a sequence: %s |
| | | MILD_ERR_LDAP_BIND_REQUEST_DECODE_INVALID_ELEMENT_COUNT_76=Cannot decode the \ |
| | | provided ASN.1 element as an LDAP bind request protocol op because the \ |
| | | request sequence had an invalid number of elements (expected 3, got %d) |
| | | MILD_ERR_LDAP_BIND_REQUEST_DECODE_VERSION_77=Cannot decode the provided ASN.1 \ |
| | | element as an LDAP bind request protocol op because the protocol version \ |
| | | could not be decoded as an integer: %s |
| | |
| | | MILD_ERR_LDAP_COMPARE_REQUEST_DECODE_SEQUENCE_83=Cannot decode the provided \ |
| | | ASN.1 element as an LDAP compare request protocol op because the element \ |
| | | could not be decoded as a sequence: %s |
| | | MILD_ERR_LDAP_COMPARE_REQUEST_DECODE_INVALID_ELEMENT_COUNT_84=Cannot decode \ |
| | | the provided ASN.1 element as an LDAP compare request protocol op because the \ |
| | | request sequence had an invalid number of elements (expected 2, got %d) |
| | | MILD_ERR_LDAP_COMPARE_REQUEST_DECODE_DN_85=Cannot decode the provided ASN.1 \ |
| | | element as an LDAP compare request protocol op because the target DN could \ |
| | | not be properly decoded: %s |
| | | MILD_ERR_LDAP_COMPARE_REQUEST_DECODE_AVA_86=Cannot decode the provided ASN.1 \ |
| | | element as an LDAP compare request protocol op because the attribute value \ |
| | | assertion could not be decoded as a sequence: %s |
| | | MILD_ERR_LDAP_COMPARE_REQUEST_DECODE_AVA_COUNT_87=Cannot decode the provided \ |
| | | ASN.1 element as an LDAP compare request protocol op because the attribute \ |
| | | value assertion sequence had an invalid number of elements (expected 2, got \ |
| | | %d) |
| | | MILD_ERR_LDAP_COMPARE_REQUEST_DECODE_TYPE_88=Cannot decode the provided ASN.1 \ |
| | | element as an LDAP compare request protocol op because the attribute type \ |
| | | could not be properly decoded: %s |
| | |
| | | MILD_ERR_LDAP_EXTENDED_REQUEST_DECODE_SEQUENCE_91=Cannot decode the provided \ |
| | | ASN.1 element as an LDAP extended request protocol op because the element \ |
| | | could not be decoded as a sequence: %s |
| | | MILD_ERR_LDAP_EXTENDED_REQUEST_DECODE_INVALID_ELEMENT_COUNT_92=Cannot decode \ |
| | | the provided ASN.1 element as an LDAP extended request protocol op because \ |
| | | the request sequence had an invalid number of elements (expected 1 or 2, got \ |
| | | %d) |
| | | MILD_ERR_LDAP_EXTENDED_REQUEST_DECODE_OID_93=Cannot decode the provided ASN.1 \ |
| | | element as an LDAP extended request protocol op because the OID could not be \ |
| | | properly decoded: %s |
| | |
| | | MILD_ERR_LDAP_MODIFY_DN_REQUEST_DECODE_SEQUENCE_95=Cannot decode the provided \ |
| | | ASN.1 element as an LDAP modify DN request protocol op because the element \ |
| | | could not be decoded as a sequence: %s |
| | | MILD_ERR_LDAP_MODIFY_DN_REQUEST_DECODE_INVALID_ELEMENT_COUNT_96=Cannot decode \ |
| | | the provided ASN.1 element as an LDAP modify DN request protocol op because \ |
| | | the request sequence had an invalid number of elements (expected 3 or 4, got \ |
| | | %d) |
| | | MILD_ERR_LDAP_MODIFY_DN_REQUEST_DECODE_DN_97=Cannot decode the provided ASN.1 \ |
| | | element as an LDAP modify DN request protocol op because the entry DN could \ |
| | | not be properly decoded: %s |
| | |
| | | MILD_ERR_LDAP_ATTRIBUTE_DECODE_SEQUENCE_101=Cannot decode the provided ASN.1 \ |
| | | element as an LDAP attribute because the element could not be decoded as a \ |
| | | sequence: %s |
| | | MILD_ERR_LDAP_ATTRIBUTE_DECODE_INVALID_ELEMENT_COUNT_102=Cannot decode the \ |
| | | provided ASN.1 element as an LDAP attribute because the request sequence had \ |
| | | an invalid number of elements (expected 2, got %d) |
| | | MILD_ERR_LDAP_ATTRIBUTE_DECODE_TYPE_103=Cannot decode the provided ASN.1 \ |
| | | element as an LDAP attribute because the attribute type could not be decoded: \ |
| | | %s |
| | |
| | | MILD_ERR_LDAP_ADD_REQUEST_DECODE_SEQUENCE_105=Cannot decode the provided \ |
| | | ASN.1 element as an LDAP add request protocol op because the element could \ |
| | | not be decoded as a sequence: %s |
| | | MILD_ERR_LDAP_ADD_REQUEST_DECODE_INVALID_ELEMENT_COUNT_106=Cannot decode the \ |
| | | provided ASN.1 element as an LDAP add request protocol op because the request \ |
| | | sequence had an invalid number of elements (expected 2, got %d) |
| | | MILD_ERR_LDAP_ADD_REQUEST_DECODE_DN_107=Cannot decode the provided ASN.1 \ |
| | | element as an LDAP add request protocol op because the entry DN could not be \ |
| | | decoded: %s |
| | |
| | | MILD_ERR_LDAP_MODIFICATION_DECODE_SEQUENCE_109=Cannot decode the provided \ |
| | | ASN.1 element as an LDAP modification because the element could not be \ |
| | | decoded as a sequence: %s |
| | | MILD_ERR_LDAP_MODIFICATION_DECODE_INVALID_ELEMENT_COUNT_110=Cannot decode the \ |
| | | provided ASN.1 element as an LDAP modification because the request sequence \ |
| | | had an invalid number of elements (expected 2, got %d) |
| | | MILD_ERR_LDAP_MODIFICATION_DECODE_INVALID_MOD_TYPE_111=Cannot decode the \ |
| | | provided ASN.1 element as an LDAP modification because it contained an \ |
| | | invalid modification type (%d) |
| | |
| | | MILD_ERR_LDAP_MODIFY_REQUEST_DECODE_SEQUENCE_114=Cannot decode the provided \ |
| | | ASN.1 element as an LDAP modify request protocol op because the element could \ |
| | | not be decoded as a sequence: %s |
| | | MILD_ERR_LDAP_MODIFY_REQUEST_DECODE_INVALID_ELEMENT_COUNT_115=Cannot decode \ |
| | | the provided ASN.1 element as an LDAP modify request protocol op because the \ |
| | | request sequence had an invalid number of elements (expected 2, got %d) |
| | | MILD_ERR_LDAP_MODIFY_REQUEST_DECODE_DN_116=Cannot decode the provided ASN.1 \ |
| | | element as an LDAP modify request protocol op because the entry DN could not \ |
| | | be decoded: %s |
| | |
| | | MILD_ERR_LDAP_SEARCH_ENTRY_DECODE_SEQUENCE_118=Cannot decode the provided \ |
| | | ASN.1 element as an LDAP search result entry protocol op because the element \ |
| | | could not be decoded as a sequence: %s |
| | | MILD_ERR_LDAP_SEARCH_ENTRY_DECODE_INVALID_ELEMENT_COUNT_119=Cannot decode the \ |
| | | provided ASN.1 element as an LDAP search result entry protocol op because the \ |
| | | request sequence had an invalid number of elements (expected 2, got %d) |
| | | MILD_ERR_LDAP_SEARCH_ENTRY_DECODE_DN_120=Cannot decode the provided ASN.1 \ |
| | | element as an LDAP search result entry protocol op because the entry DN could \ |
| | | not be decoded: %s |
| | |
| | | MILD_ERR_LDAP_SEARCH_REQUEST_DECODE_SEQUENCE_124=Cannot decode the provided \ |
| | | ASN.1 element as an LDAP search request protocol op because the element could \ |
| | | not be decoded as a sequence: %s |
| | | MILD_ERR_LDAP_SEARCH_REQUEST_DECODE_INVALID_ELEMENT_COUNT_125=Cannot decode \ |
| | | the provided ASN.1 element as an LDAP search request protocol op because the \ |
| | | request sequence had an invalid number of elements (expected 8, got %d) |
| | | MILD_ERR_LDAP_SEARCH_REQUEST_DECODE_BASE_126=Cannot decode the provided ASN.1 \ |
| | | element as an LDAP search request protocol op because the base DN could not \ |
| | | be decoded: %s |
| | |
| | | MILD_ERR_LDAP_FILTER_DECODE_INVALID_TYPE_139=Cannot decode the provided ASN.1 \ |
| | | element as an LDAP search filter because the element had an invalid BER type \ |
| | | (%x) for a search filter |
| | | MILD_ERR_LDAP_FILTER_DECODE_COMPOUND_SET_140=Cannot decode the provided ASN.1 \ |
| | | element as an LDAP search filter because the compound filter set could not be \ |
| | | decoded: %s |
| | | MILD_ERR_LDAP_FILTER_DECODE_COMPOUND_COMPONENTS_141=Cannot decode the \ |
| | | provided ASN.1 element as an LDAP search filter because an unexpected error \ |
| | | occurred while trying to decode one of the compound filter components: %s |
| | | MILD_ERR_LDAP_FILTER_DECODE_NOT_ELEMENT_142=Cannot decode the provided ASN.1 \ |
| | | element as an LDAP search filter because the value of the element cannot \ |
| | | itself be decoded as an ASN.1 element for a NOT filter component: %s |
| | | MILD_ERR_LDAP_FILTER_DECODE_NOT_COMPONENT_143=Cannot decode the provided \ |
| | | ASN.1 element as an LDAP search filter because the NOT component element \ |
| | | could not be decoded as an LDAP filter: %s |
| | | MILD_ERR_LDAP_FILTER_DECODE_TV_SEQUENCE_144=Cannot decode the provided ASN.1 \ |
| | | element as an LDAP search filter because the element could not be decoded as \ |
| | | a type-and-value sequence: %s |
| | | MILD_ERR_LDAP_FILTER_DECODE_TV_INVALID_ELEMENT_COUNT_145=Cannot decode the \ |
| | | provided ASN.1 element as an LDAP search filter because the type-and-value \ |
| | | sequence had an invalid number of elements (expected 2, got %d) |
| | | MILD_ERR_LDAP_FILTER_DECODE_TV_TYPE_146=Cannot decode the provided ASN.1 \ |
| | | element as an LDAP search filter because the attribute type could not be \ |
| | | decoded from the type-and-value sequence: %s |
| | |
| | | MILD_ERR_LDAP_FILTER_DECODE_SUBSTRING_SEQUENCE_148=Cannot decode the provided \ |
| | | ASN.1 element as an LDAP search filter because the element could not be \ |
| | | decoded as a substring sequence: %s |
| | | MILD_ERR_LDAP_FILTER_DECODE_SUBSTRING_INVALID_ELEMENT_COUNT_149=Cannot decode \ |
| | | the provided ASN.1 element as an LDAP search filter because the substring \ |
| | | sequence had an invalid number of elements (expected 2, got %d) |
| | | MILD_ERR_LDAP_FILTER_DECODE_SUBSTRING_TYPE_150=Cannot decode the provided \ |
| | | ASN.1 element as an LDAP search filter because the attribute type could not \ |
| | | be decoded from the substring sequence: %s |
| | |
| | | MILD_ERR_LDAP_FILTER_DECODE_SUBSTRING_NO_SUBELEMENTS_152=Cannot decode the \ |
| | | provided ASN.1 element as an LDAP search filter because the substring value \ |
| | | sequence did not contain any elements |
| | | MILD_ERR_LDAP_FILTER_DECODE_SUBSTRING_INVALID_SUBTYPE_153=Cannot decode the \ |
| | | provided ASN.1 element as an LDAP search filter because the substring value \ |
| | | sequence had an element with an invalid BER type (%x) |
| | | MILD_ERR_LDAP_FILTER_DECODE_SUBSTRING_VALUES_154=Cannot decode the provided \ |
| | | ASN.1 element as an LDAP search filter because a problem occurred while \ |
| | | trying to parse the substring value elements: %s |
| | |
| | | MILD_ERR_LDAP_FILTER_DECODE_EXTENSIBLE_SEQUENCE_156=Cannot decode the \ |
| | | provided ASN.1 element as an LDAP search filter because the element could not \ |
| | | be decoded as an extensible matching sequence: %s |
| | | MILD_ERR_LDAP_FILTER_DECODE_EXTENSIBLE_INVALID_TYPE_157=Cannot decode the \ |
| | | provided ASN.1 element as an LDAP search filter because the extensible \ |
| | | matching sequence had an element with an invalid BER type (%x) |
| | | MILD_ERR_LDAP_FILTER_DECODE_EXTENSIBLE_ELEMENTS_158=Cannot decode the \ |
| | | provided ASN.1 element as an LDAP search filter because a problem occurred \ |
| | | while trying to parse the extensible match sequence elements: %s |
| | |
| | | MILD_ERR_LDAP_CLIENT_SEND_RESPONSE_INVALID_OP_160=The server attempted to \ |
| | | send a response to the %s operation (conn=%d, op=%d), but this type of \ |
| | | operation is not allowed to have responses. Backtrace: %s |
| | | MILD_ERR_LDAP_CLIENT_SEND_MESSAGE_ENCODE_ASN1_161=The server was unable to \ |
| | | encode the provided LDAP message %s (conn=%d, op=%d) into an ASN.1 element: \ |
| | | %s |
| | | MILD_ERR_LDAP_CLIENT_SEND_MESSAGE_ENCODE_BYTES_162=The server was unable to \ |
| | | encode the ASN.1 element generated from LDAP message %s (conn=%d, op=%d) into \ |
| | | a byte array: %s |
| | | MILD_ERR_LDAP_CLIENT_SEND_MESSAGE_IO_PROBLEM_163=The server was unable to \ |
| | | send the LDAP message %s (conn=%d, op=%d) to the client because an I/O \ |
| | | problem was encountered: %s |
| | | MILD_ERR_LDAP_CLIENT_SEND_MESSAGE_UNEXPECTED_PROBLEM_164=The server was \ |
| | | unable to send the LDAP message %s (conn=%d, op=%d) to the client because an \ |
| | | unexpected problem was encountered: %s |
| | | INFO_LDAP_CLIENT_GENERIC_NOTICE_OF_DISCONNECTION_165=The Directory Server is \ |
| | | closing the connection to this client |
| | | MILD_WARN_CLIENT_DISCONNECT_IN_PROGRESS_166=The Directory Server is \ |
| | | currently in the process of closing this client connection |
| | | MILD_ERR_LDAP_CLIENT_DECODE_ZERO_BYTE_VALUE_167=The client sent a request to \ |
| | | the Directory Server that was an ASN.1 element with a zero-byte value. This \ |
| | | cannot possibly be a valid LDAP message |
| | | MILD_ERR_LDAP_CLIENT_DECODE_MAX_REQUEST_SIZE_EXCEEDED_168=The client sent a \ |
| | | request to the Directory Server with an ASN.1 element value length of %d \ |
| | | bytes. This exceeds the maximum allowed request size of %d bytes, so \ |
| | | processing cannot continue on this connection |
| | | MILD_ERR_LDAP_CLIENT_DECODE_INVALID_MULTIBYTE_LENGTH_169=The client sent a \ |
| | | request to the Directory Server with an ASN.1 element using multiple bytes to \ |
| | | express the value length. The request indicated that %d bytes were needed to \ |
| | | express the length, but this exceeds the maximum allowed limit of four bytes |
| | | MILD_ERR_LDAP_CLIENT_DECODE_ASN1_FAILED_170=The client sent a request to the \ |
| | | Directory Server that could not be properly decoded as an ASN.1 element: %s |
| | | MILD_ERR_LDAP_CLIENT_DECODE_LDAP_MESSAGE_FAILED_171=The client sent a request \ |
| | | to the Directory Server that could not be properly decoded as an LDAP \ |
| | | message: %s |
| | | SEVERE_ERR_LDAP_CLIENT_INVALID_DECODE_STATE_172=An internal error has \ |
| | | occurred within the Directory Server to cause it to lose track of where it is \ |
| | | in decoding requests on this client connection. It had an invalid decode \ |
| | | state of %d, and this connection must be terminated |
| | | MILD_ERR_LDAP_CLIENT_DECODE_INVALID_REQUEST_TYPE_173=The client sent an LDAP \ |
| | | message to the Directory Server that was not a valid message for a client \ |
| | | request: %s |
| | | MILD_ERR_LDAP_CLIENT_CANNOT_CONVERT_MESSAGE_TO_OPERATION_174=The Directory \ |
| | | Server was unable to convert the LDAP message read from the client (%s) to an \ |
| | | internal operation for processing: %s |
| | | MILD_ERR_LDAP_ABANDON_INVALID_MESSAGE_TYPE_175=Cannot convert the provided \ |
| | | LDAP message (%s) to an abandon operation: %s |
| | | MILD_ERR_LDAP_UNBIND_INVALID_MESSAGE_TYPE_176=Cannot convert the provided \ |
| | | LDAP message (%s) to an unbind operation: %s |
| | | FATAL_ERR_LDAP_CONNHANDLER_OPEN_SELECTOR_FAILED_177=The LDAP connection \ |
| | | handler defined in configuration entry %s was unable to open a selector to \ |
| | | allow it to multiplex the associated accept sockets: %s. This connection \ |
| | |
| | | FATAL_ERR_LDAP_REQHANDLER_REJECT_DUE_TO_SHUTDOWN_188=This connection could \ |
| | | not be registered with a request handler because the Directory Server is \ |
| | | shutting down |
| | | FATAL_ERR_LDAP_REQHANDLER_REJECT_DUE_TO_QUEUE_FULL_189=This connection could \ |
| | | not be registered with a request handler because the pending queue associated \ |
| | | with %s is too full |
| | | FATAL_ERR_LDAP_REQHANDLER_DEREGISTER_DUE_TO_SHUTDOWN_190=This client \ |
| | | connection is being deregistered from the associated request handler because \ |
| | | the Directory Server is shutting down |
| | | MILD_ERR_ASN1_READER_MAX_SIZE_EXCEEDED_191=Cannot decode the data read as an \ |
| | | ASN.1 element because the decoded element length of %d bytes was larger than \ |
| | | the maximum allowed element length of %d bytes. The underlying input stream \ |
| | | has been closed and this reader can no longer be used |
| | | MILD_ERR_LDAP_FILTER_STRING_NULL_192=Cannot decode the provided string as an \ |
| | | LDAP search filter because the string was null |
| | | MILD_ERR_LDAP_FILTER_UNCAUGHT_EXCEPTION_193=Cannot decode the provided string \ |
| | |
| | | connection with the Directory Server was rejected. This might indicate that \ |
| | | the server already has the maximum allowed number of concurrent connections \ |
| | | established, or that it is in a restricted access mode |
| | | INFO_LDAP_CONNHANDLER_DESCRIPTION_LISTEN_ADDRESS_215=Address or \ |
| | | set of addresses on which this connection handler can accept client \ |
| | | connections. If no value is specified, then the server will accept \ |
| | | connections on all active addresses. Changes to this configuration attribute \ |
| | | will not take effect until the connection handler is disabled and re-enabled, \ |
| | | or until the Directory Server is restarted |
| | | INFO_LDAP_CONNHANDLER_DESCRIPTION_LISTEN_PORT_216=TCP port on \ |
| | | which this connection handler can accept client connections. Changes to this \ |
| | | configuration attribute will not take effect until the connection handler is \ |
| | | disabled and re-enabled, or until the Directory Server is restarted |
| | | INFO_LDAP_CONNHANDLER_DESCRIPTION_ALLOWED_CLIENTS_217=Specifies a set of \ |
| | | address masks that can be used to determine the addresses of the clients that \ |
| | | are allowed to establish connections to this connection handler. If no \ |
| | | values are specified, then all clients with addresses that do not match an \ |
| | | address on the deny list will be allowed. Changes to this configuration \ |
| | | attribute will take effect immediately but will not interfere with \ |
| | | connections that might already be established |
| | | INFO_LDAP_CONNHANDLER_DESCRIPTION_DENIED_CLIENTS_218=Specifies a set of \ |
| | | address masks that can be used to determine the set of addresses of the \ |
| | | clients that are not allowed to establish connections to this connection \ |
| | | handler. If both allowed and denied client masks are defined and a client \ |
| | | connection matches one or more masks in both lists, then the connection will \ |
| | | be denied. If only a denied list is specified, then any client not matching \ |
| | | a mask in that list will be allowed. Changes to this configuration attribute \ |
| | | will take effect immediately but will not interfere with connections that might \ |
| | | already be established |
| | | INFO_LDAP_CONNHANDLER_DESCRIPTION_ALLOW_LDAPV2_219=Indicates whether to allow \ |
| | | communication with LDAPv2 clients. LDAPv2 is considered an obsolete \ |
| | | protocol, and clients using it will not be allowed to take advantage of all \ |
| | | features offered by the server. Changes to this configuration attribute will \ |
| | | take effect immediately, but will not interfere with connections that might \ |
| | | already be established |
| | | INFO_LDAP_CONNHANDLER_DESCRIPTION_NUM_REQUEST_HANDLERS_220=Number of threads \ |
| | | that should be used to read requests from clients and place \ |
| | | them in the work queue for processing. On large systems accepting many \ |
| | | concurrent requests, it might be more efficient to have multiple threads \ |
| | | reading requests from clients. Changes to this configuration attribute will \ |
| | | not take effect until the connection handler is disabled and re-enabled, or \ |
| | | until the Directory Server is restarted |
| | | INFO_LDAP_CONNHANDLER_DESCRIPTION_SEND_REJECTION_NOTICE_221=Indicates whether \ |
| | | to send an LDAPv3 notice of disconnection message to client connections that \ |
| | | are rejected before closing the connection. Changes to this configuration \ |
| | | attribute will take effect immediately |
| | | INFO_LDAP_CONNHANDLER_DESCRIPTION_USE_TCP_KEEPALIVE_222=Indicates whether to \ |
| | | use the TCP KeepAlive feature for client connections established through this \ |
| | | connection handler. This is recommended because it might help the server \ |
| | | detect client connections that are no longer valid, and might help prevent \ |
| | | intermediate network devices from closing connections due to a lack of \ |
| | | communication. Changes to this configuration attribute will take effect \ |
| | | immediately but will only be applied to connections established after the \ |
| | | change |
| | | INFO_LDAP_CONNHANDLER_DESCRIPTION_USE_TCP_NODELAY_223=Indicates whether to \ |
| | | use the TCP NoDelay feature for client connections established through this \ |
| | | connection handler. This is recommended because it will generally allow \ |
| | | faster responses to clients, although directories that frequently process \ |
| | | searches that match multiple entries might be able to achieve higher throughput \ |
| | | if it is disabled. Changes to this configuration attribute will take effect \ |
| | | immediately but will only be applied to connections established after the \ |
| | | change |
| | | INFO_LDAP_CONNHANDLER_DESCRIPTION_ALLOW_REUSE_ADDRESS_224=Indicates whether \ |
| | | to use the SO_REUSEADDR socket option for the socket accepting connections \ |
| | | for this connection handler. It should generally be enabled unless you have \ |
| | | been instructed to disable it by support engineers. Changes to this \ |
| | | configuration attribute will not take effect until the connection handler is \ |
| | | disabled and re-enabled, or until the Directory Server is restarted |
| | | INFO_LDAP_CONNHANDLER_DESCRIPTION_MAX_REQUEST_SIZE_225=Maximum \ |
| | | size in bytes that will be allowed when reading requests from clients. This \ |
| | | can be used to prevent denial of service attacks from clients that send \ |
| | | extremely large requests. A value of zero indicates that no limit should be \ |
| | | imposed. Changes to this configuration attribute will take effect \ |
| | | immediately |
| | | INFO_LDAP_CONNHANDLER_DESCRIPTION_USE_SSL_226=Indicates whether this \ |
| | | connection handler should use SSL when accepting connections from clients. \ |
| | | Changes to this configuration attribute will not take effect until the \ |
| | | connection handler is disabled and re-enabled, or until the Directory Server \ |
| | | is restarted |
| | | INFO_LDAP_CONNHANDLER_DESCRIPTION_ALLOW_STARTTLS_227=Indicates whether this \ |
| | | connection handler should allow clients to use the StartTLS extended \ |
| | | operation to initiate secure communication over a non-SSL LDAP connection. \ |
| | | This can not be used if SSL is enabled for the connection handler. Changes \ |
| | | to this configuration attribute will take effect immediately for LDAP clients |
| | | INFO_LDAP_CONNHANDLER_DESCRIPTION_SSL_CLIENT_AUTH_POLICY_228=Policy that \ |
| | | should be used regarding requesting or requiring the client to \ |
| | | present its own certificate when establishing an SSL-based connection or \ |
| | | using StartTLS to initiate a secure channel in an established connection. \ |
| | | Changes to this configuration attribute will not take effect until the \ |
| | | connection handler is disabled and re-enabled, or until the Directory Server \ |
| | | is restarted |
| | | INFO_LDAP_CONNHANDLER_DESCRIPTION_SSL_CERT_NICKNAME_229=Nickname of the \ |
| | | certificate that the connection handler should use when \ |
| | | accepting SSL-based connections or performing StartTLS negotiation. Changes \ |
| | | to this configuration attribute will not take effect until the connection \ |
| | | handler is disabled and re-enabled, or until the Directory Server is \ |
| | | restarted |
| | | SEVERE_ERR_LDAP_CONNHANDLER_UNKNOWN_LISTEN_ADDRESS_230=The specified listen \ |
| | | address "%s" in configuration entry "%s" could not be resolved: %s. Please \ |
| | | make sure that name resolution is properly configured on this system |
| | | SEVERE_ERR_LDAP_CONNHANDLER_CANNOT_DETERMINE_LISTEN_ADDRESS_231=An unexpected \ |
| | | error occurred while processing the ds-cfg-listen-address attribute in \ |
| | | configuration entry %s, which is used to specify the address or set of \ |
| | | addresses on which to listen for client connections: %s |
| | | SEVERE_ERR_LDAP_CONNHANDLER_NO_LISTEN_PORT_232=No listen port was defined \ |
| | | using configuration ds-cfg-listen-port in configuration entry %s. This is a \ |
| | | required attribute |
| | | SEVERE_ERR_LDAP_CONNHANDLER_CANNOT_DETERMINE_LISTEN_PORT_233=An unexpected \ |
| | | error occurred while processing the ds-cfg-listen-port attribute in \ |
| | | configuration entry %s, which is used to specify the port on which to listen \ |
| | | for client connections: %s |
| | | SEVERE_ERR_LDAP_CONNHANDLER_CANNOT_DETERMINE_ALLOWED_CLIENTS_234=An \ |
| | | unexpected error occurred while processing the ds-cfg-allowed-client \ |
| | | attribute in configuration entry %s, which is used to specify the address \ |
| | | mask(s) of the clients that are allowed to establish connections to this \ |
| | | connection handler: %s |
| | | SEVERE_ERR_LDAP_CONNHANDLER_CANNOT_DETERMINE_DENIED_CLIENTS_235=An unexpected \ |
| | | error occurred while processing the ds-cfg-denied-client attribute in \ |
| | | configuration entry %s, which is used to specify the address mask(s) of the \ |
| | | clients that are not allowed to establish connections to this connection \ |
| | | handler: %s |
| | | SEVERE_ERR_LDAP_CONNHANDLER_CANNOT_DETERMINE_ALLOW_LDAPV2_236=An unexpected \ |
| | | error occurred while processing the ds-cfg-allow-ldap-v2 attribute in \ |
| | | configuration entry %s, which is used to indicate whether LDAPv2 clients will \ |
| | | be allowed to access this connection handler: %s |
| | | SEVERE_ERR_LDAP_CONNHANDLER_CANNOT_DETERMINE_NUM_REQUEST_HANDLERS_237=An \ |
| | | unexpected error occurred while processing the ds-cfg-num-request-handlers \ |
| | | attribute in configuration entry %s, which is used to specify the number of \ |
| | | request handlers to use to read requests from clients: %s |
| | | SEVERE_ERR_LDAP_CONNHANDLER_CANNOT_DETERMINE_SEND_REJECTION_NOTICE_238=An \ |
| | | unexpected error occurred while processing the ds-cfg-send-rejection-notice \ |
| | | attribute in configuration entry %s, which is used to indicate whether to \ |
| | | send a notice of disconnection message to rejected client connections: %s |
| | | SEVERE_ERR_LDAP_CONNHANDLER_CANNOT_DETERMINE_USE_TCP_KEEPALIVE_239=An \ |
| | | unexpected error occurred while processing the ds-cfg-use-tcp-keep-alive \ |
| | | attribute in configuration entry %s, which is used to periodically send TCP \ |
| | | Keep-Alive messages over idle connections: %s |
| | | SEVERE_ERR_LDAP_CONNHANDLER_CANNOT_DETERMINE_USE_TCP_NODELAY_240=An \ |
| | | unexpected error occurred while processing the ds-cfg-use-tcp-no-delay \ |
| | | attribute in configuration entry %s, which is used to determine whether to \ |
| | | immediately flush responses to clients: %s |
| | | SEVERE_ERR_LDAP_CONNHANDLER_CANNOT_DETERMINE_ALLOW_REUSE_ADDRESS_241=An \ |
| | | unexpected error occurred while processing the ds-cfg-allow-tcp-reuse-address \ |
| | | attribute in configuration entry %s, which is used to determine whether to \ |
| | | set the SO_REUSEADDR option on the listen socket: %s |
| | | SEVERE_ERR_LDAP_CONNHANDLER_CANNOT_DETERMINE_MAX_REQUEST_SIZE_242=An \ |
| | | unexpected error occurred while processing the ds-cfg-max-request-size \ |
| | | attribute in configuration entry %s, which is used to determine the maximum \ |
| | | size in bytes that can be used for a client request: %s |
| | | SEVERE_ERR_LDAP_CONNHANDLER_CANNOT_DETERMINE_USE_SSL_243=An unexpected error \ |
| | | occurred while processing the ds-cfg-use-ssl attribute in configuration entry \ |
| | | %s, which is used to indicate whether to use SSL when accepting client \ |
| | | connections: %s |
| | | SEVERE_ERR_LDAP_CONNHANDLER_CANNOT_HAVE_SSL_AND_STARTTLS_244=The LDAP \ |
| | | connection handler defined in configuration entry %s is configured to \ |
| | | communicate over SSL and also to allow clients to use the StartTLS extended \ |
| | | operation. These options can not be used at the same time, so clients will \ |
| | | not be allowed to use the StartTLS operation |
| | | SEVERE_ERR_LDAP_CONNHANDLER_CANNOT_DETERMINE_ALLOW_STARTTLS_245=An unexpected \ |
| | | error occurred while processing the ds-cfg-allow-start-tls attribute in \ |
| | | configuration entry %s, which is used to indicate whether clients can use the \ |
| | | StartTLS extended operation: %s |
| | | SEVERE_ERR_LDAP_CONNHANDLER_INVALID_SSL_CLIENT_AUTH_POLICY_246=The SSL client \ |
| | | authentication policy "%s" specified in attribute \ |
| | | ds-cfg-ssl-client-auth-policy of configuration entry %s is invalid. The \ |
| | | value must be one of "disabled", "optional", or "required" |
| | | SEVERE_ERR_LDAP_CONNHANDLER_CANNOT_DETERMINE_SSL_CLIENT_AUTH_POLICY_247=An \ |
| | | unexpected error occurred while processing the ds-cfg-ssl-client-auth-policy \ |
| | | attribute in configuration entry %s, which is used to specify the policy that \ |
| | | should be used for requesting/requiring SSL client authentication: %s |
| | | SEVERE_ERR_LDAP_CONNHANDLER_CANNOT_DETERMINE_SSL_CERT_NICKNAME_248=An \ |
| | | unexpected error occurred while processing the ds-cfg-ssl-cert-nickname \ |
| | | attribute in configuration entry %s, which is used to specify the nickname of \ |
| | | the certificate to use for accepting SSL/TLS connections: %s |
| | | SEVERE_ERR_LDAP_CONNHANDLER_INVALID_ADDRESS_MASK_249=The string %s defined in \ |
| | | attribute %s of configuration entry %s could not be decoded as a valid \ |
| | | address mask: %s |
| | | INFO_LDAP_CONNHANDLER_NEW_ALLOWED_CLIENTS_250=A new set of allowed client \ |
| | | address masks has been applied for configuration entry %s |
| | | INFO_LDAP_CONNHANDLER_NEW_DENIED_CLIENTS_251=A new set of denied client \ |
| | | address masks has been applied for configuration entry %s |
| | | INFO_LDAP_CONNHANDLER_NEW_ALLOW_LDAPV2_252=The value of the \ |
| | | ds-cfg-allow-ldap-v2 attribute has been updated to %s in configuration entry \ |
| | | %s |
| | | INFO_LDAP_CONNHANDLER_NEW_SEND_REJECTION_NOTICE_253=The value of the \ |
| | | ds-cfg-send-rejection-notice attribute has been updated to %s in \ |
| | | configuration entry %s |
| | | INFO_LDAP_CONNHANDLER_NEW_USE_KEEPALIVE_254=The value of the \ |
| | | ds-cfg-use-tcp-keep-alive attribute has been updated to %s in configuration \ |
| | | entry %s |
| | | INFO_LDAP_CONNHANDLER_NEW_USE_TCP_NODELAY_255=The value of the \ |
| | | ds-cfg-use-tcp-no-delay attribute has been updated to %s in configuration \ |
| | | entry %s |
| | | INFO_LDAP_CONNHANDLER_NEW_MAX_REQUEST_SIZE_256=The value of the \ |
| | | ds-cfg-max-request-size attribute has been updated to %s in configuration \ |
| | | entry %s |
| | | INFO_LDAP_CONNHANDLER_NEW_ALLOW_STARTTLS_257=The value of the \ |
| | | ds-cfg-allow-start-tls attribute has been updated to %s in configuration \ |
| | | entry %s |
| | | INFO_LDAP_CONNHANDLER_DESCRIPTION_KEEP_STATS_258=Indicates whether the \ |
| | | connection handler should keep statistics regarding LDAP client \ |
| | | communication. Maintaining this information can cause a slight decrease in \ |
| | | performance, but can be useful for understanding client usage patterns. \ |
| | | Changes to this configuration attribute will take effect immediately, but \ |
| | | will only apply for new connections and will have the side effect of clearing \ |
| | | any existing statistical data that might have been collected |
| | | SEVERE_ERR_LDAP_CONNHANDLER_CANNOT_DETERMINE_KEEP_STATS_259=An unexpected \ |
| | | error occurred while processing the ds-cfg-keep-stats attribute in \ |
| | | configuration entry %s, which is used to indicate whether LDAP usage \ |
| | | statistics should be enabled for this connection handler: %s |
| | | INFO_LDAP_CONNHANDLER_NEW_KEEP_STATS_260=The value of the ds-cfg-keep-stats \ |
| | | attribute has been updated to %s in configuration entry %s |
| | | MILD_ERR_ASN1_LONG_SET_VALUE_INVALID_LENGTH_261=Cannot decode the provided \ |
| | | byte array as the value of an ASN.1 long element because the array did not \ |
| | | have a length between 1 and 8 bytes (provided length was %d) |
| | | MILD_ERR_ASN1_LONG_DECODE_ELEMENT_INVALID_LENGTH_262=Cannot decode the \ |
| | | provided ASN.1 element as a long element because the length of the element \ |
| | | value was not between one and eight bytes (actual length was %d) |
| | | MILD_ERR_ASN1_LONG_DECODE_ARRAY_INVALID_LENGTH_263=Cannot decode the provided \ |
| | | byte array as an ASN.1 long element because the decoded value length was not \ |
| | | between 1 and 8 bytes (decoded length was %d) |
| | | SEVERE_ERR_INTERNAL_CANNOT_DECODE_DN_264=An unexpected error occurred while \ |
| | | trying to decode the DN %s used for internal operations as a root user: %s |
| | | INFO_LDAP_CONNHANDLER_DESCRIPTION_SSL_ENABLED_PROTOCOLS_265=Names of the \ |
| | | SSL protocols that will be allowed for use in SSL or StartTLS \ |
| | | communication. Changes to this configuration attribute will take effect \ |
| | | immediately but will only impact new SSL/TLS-based sessions created after \ |
| | | the change |
| | | SEVERE_ERR_LDAP_CONNHANDLER_CANNOT_DETERMINE_SSL_PROTOCOLS_266=An unexpected \ |
| | | error occurred while processing the ds-cfg-ssl-protocol attribute in \ |
| | | configuration entry %s, which is used to specify the names of the SSL \ |
| | | protocols to allow for SSL/TLS sessions: %s |
| | | INFO_LDAP_CONNHANDLER_DESCRIPTION_SSL_ENABLED_CIPHERS_267=Names \ |
| | | of the SSL cipher suites that will be allowed for use in SSL or StartTLS \ |
| | | communication. Changes to this configuration attribute will take immediately \ |
| | | but will only impact new SSL/TLS-based sessions created after the change |
| | | SEVERE_ERR_LDAP_CONNHANDLER_CANNOT_DETERMINE_SSL_CIPHERS_268=An unexpected \ |
| | | error occurred while processing the ds-cfg-ssl-protocol attribute in \ |
| | | configuration entry %s, which is used to specify the names of the SSL cipher \ |
| | | suites to allow for SSL/TLS sessions: %s |
| | | INFO_LDAP_CONNHANDLER_NEW_SSL_PROTOCOLS_269=The value of the \ |
| | | ds-cfg-ssl-protocol attribute has been updated to %s in configuration entry \ |
| | | %s |
| | | INFO_LDAP_CONNHANDLER_NEW_SSL_CIPHERS_270=The value of the \ |
| | | ds-cfg-ssl-cipher-suite attribute has been updated to %s in configuration \ |
| | | entry %s |
| | | MILD_ERR_LDAP_TLS_EXISTING_SECURITY_PROVIDER_271=The TLS connection security \ |
| | | provider cannot be enabled on this client connection because it is already \ |
| | | using the %s provider. StartTLS can only be used on clear-text connections |
| | |
| | | MILD_ERR_LDAP_TLS_CANNOT_CREATE_TLS_PROVIDER_273=An error occurred while \ |
| | | attempting to create a TLS connection security provider for this client \ |
| | | connection for use with StartTLS: %s |
| | | MILD_ERR_LDAP_TLS_NO_PROVIDER_274=StartTLS is not available on this client \ |
| | | connection because the connection does not have access to a TLS connection \ |
| | | security provider |
| | | MILD_ERR_LDAP_TLS_CLOSURE_NOT_ALLOWED_275=The LDAP connection handler does \ |
| | | not allow clients to close a StartTLS session on a client connection while \ |
| | | leaving the underlying TCP connection active. The TCP connection will be \ |
| | | closed |
| | | NOTICE_CONNHANDLER_STARTED_LISTENING_276=Started listening for new \ |
| | | connections on %s |
| | | NOTICE_CONNHANDLER_STOPPED_LISTENING_277=Stopped listening for new \ |
| | |
| | | MILD_ERR_LDAP_PAGED_RESULTS_DECODE_SEQUENCE_279=Cannot decode the provided \ |
| | | ASN.1 element as an LDAP paged results control value because the element \ |
| | | could not be decoded as a sequence: %s |
| | | MILD_ERR_LDAP_PAGED_RESULTS_DECODE_INVALID_ELEMENT_COUNT_280=Cannot decode \ |
| | | the provided ASN.1 element as an LDAP paged results control value because the \ |
| | | request sequence has an invalid number of elements (expected 2, got %d) |
| | | MILD_ERR_LDAP_PAGED_RESULTS_DECODE_SIZE_281=Cannot decode the provided ASN.1 \ |
| | | element as an LDAP paged results control value because the size element could \ |
| | | not be properly decoded: %s |
| | |
| | | not be properly decoded: %s |
| | | MILD_ERR_LDAPASSERT_NO_CONTROL_VALUE_283=Cannot decode the provided LDAP \ |
| | | assertion control because the control does not have a value |
| | | MILD_ERR_LDAPASSERT_INVALID_CONTROL_VALUE_284=Cannot decode the provided LDAP \ |
| | | assertion control because the control value cannot be decoded as an ASN.1 \ |
| | | element: %s |
| | | MILD_ERR_PREREADREQ_NO_CONTROL_VALUE_285=Cannot decode the provided LDAP \ |
| | | pre-read request control because the control does not have a value |
| | | MILD_ERR_PREREADREQ_CANNOT_DECODE_VALUE_286=Cannot decode the provided LDAP \ |
| | |
| | | the control value: %s |
| | | MILD_ERR_PROXYAUTH1_NO_CONTROL_VALUE_293=Cannot decode the provided proxied \ |
| | | authorization V1 control because it does not have a value |
| | | MILD_ERR_PROXYAUTH1_INVALID_ELEMENT_COUNT_294=Cannot decode the provided \ |
| | | proxied authorization V1 control because the ASN.1 sequence in the control \ |
| | | value has an invalid number of elements (expected 1, got %d) |
| | | MILD_ERR_PROXYAUTH1_CANNOT_DECODE_VALUE_295=Cannot decode the provided \ |
| | | proxied authorization V1 control because an error occurred while attempting \ |
| | | to decode the control value: %s |
| | |
| | | authorization V1 control does not exist in the Directory Server |
| | | MILD_ERR_PROXYAUTH2_NO_CONTROL_VALUE_297=Cannot decode the provided proxied \ |
| | | authorization V2 control because it does not have a value |
| | | MILD_ERR_PROXYAUTH2_CANNOT_DECODE_VALUE_298=Cannot decode the provided \ |
| | | proxied authorization V2 control because an error occurred while attempting \ |
| | | to decode the control value: %s |
| | | MILD_ERR_PROXYAUTH2_NO_IDENTITY_MAPPER_299=Unable to process proxied \ |
| | | authorization V2 control because it contains an authorization ID based on a \ |
| | | username and no proxied authorization identity mapper is configured in the \ |
| | |
| | | was outside the range of acceptable values for an encoded change type set |
| | | MILD_ERR_PSEARCH_NO_CONTROL_VALUE_305=Cannot decode the provided persistent \ |
| | | search control because it does not have a value |
| | | MILD_ERR_PSEARCH_INVALID_ELEMENT_COUNT_306=Cannot decode the provided \ |
| | | persistent search control because the value sequence has an invalid number of \ |
| | | elements (expected 3, got %d) |
| | | MILD_ERR_PSEARCH_CANNOT_DECODE_VALUE_307=Cannot decode the provided \ |
| | | persistent search control because an error occurred while attempting to \ |
| | | decode the control value: %s |
| | | MILD_ERR_ECN_NO_CONTROL_VALUE_308=Cannot decode the provided entry change \ |
| | | notification control because it does not have a value |
| | | MILD_ERR_ECN_INVALID_ELEMENT_COUNT_309=Cannot decode the provided entry \ |
| | | change notification control because the value sequence has an invalid number \ |
| | | of elements (expected between 1 and 3, got %d) |
| | | MILD_ERR_ECN_ILLEGAL_PREVIOUS_DN_310=Cannot decode the provided entry change \ |
| | | notification control because it contains a previous DN element but had a \ |
| | | change type of %s. The previous DN element can only be provided with the \ |
| | |
| | | MILD_ERR_LDAP_INTERMEDIATE_RESPONSE_DECODE_SEQUENCE_314=Cannot decode the \ |
| | | provided ASN.1 element as an LDAP intermediate response protocol op because \ |
| | | the element could not be decoded as a sequence: %s |
| | | MILD_ERR_LDAP_INTERMEDIATE_RESPONSE_DECODE_INVALID_ELEMENT_COUNT_315=Cannot \ |
| | | decode the provided ASN.1 element as an LDAP intermediate response protocol \ |
| | | op because the request sequence had an invalid number of elements (expected \ |
| | | 0, 1, or 2, got %d) |
| | | MILD_ERR_LDAP_INTERMEDIATE_RESPONSE_CANNOT_DECODE_OID_316=An error occurred \ |
| | | while attempting to decode the intermediate response OID: %s |
| | | MILD_ERR_LDAP_INTERMEDIATE_RESPONSE_CANNOT_DECODE_VALUE_317=An error occurred \ |
| | | while attempting to decode the intermediate response value: %s |
| | | MILD_ERR_LDAP_INTERMEDIATE_RESPONSE_INVALID_ELEMENT_TYPE_318=The intermediate \ |
| | | response sequence element contained an invalid BER type %s that was not \ |
| | | appropriate for either the OID or the value |
| | | INFO_LDAP_CONNHANDLER_DESCRIPTION_BACKLOG_319=Accept queue \ |
| | | size, which controls the number of new connection attempts that may be \ |
| | | allowed to queue up in the backlog before being rejected. This should only \ |
| | | need to be changed if it is expected that the Directory Server will receive \ |
| | | large numbers of new connection attempts at the same time. Changes to this \ |
| | | configuration attribute will not take effect until the connection handler is \ |
| | | disabled and re-enabled, or until the Directory Server is restarted |
| | | SEVERE_ERR_LDAP_CONNHANDLER_CANNOT_DETERMINE_BACKLOG_320=An unexpected error \ |
| | | occurred while processing the ds-cfg-accept-backlog attribute in \ |
| | | configuration entry %s, which is used to specify the accept backlog size: %s |
| | | SEVERE_ERR_MVFILTER_INVALID_LDAP_FILTER_TYPE_321=The provided LDAP filter \ |
| | | "%s" cannot be used as a matched values filter because filters of type %s are \ |
| | | not allowed for use in matched values filters |
| | |
| | | "%s" cannot be used as a matched values filter because it is an extensible \ |
| | | match filter that contains the dnAttributes flag, which is not allowed for \ |
| | | matched values filters |
| | | SEVERE_ERR_MVFILTER_INVALID_AVA_SEQUENCE_SIZE_323=The provided matched values \ |
| | | filter could not be decoded because there were an invalid number of elements \ |
| | | in the attribute value assertion (expected 2, got %d) |
| | | SEVERE_ERR_MVFILTER_CANNOT_DECODE_AVA_324=An error occurred while attempting \ |
| | | to decode the attribute value assertion in the provided matched values \ |
| | | filter: %s |
| | | SEVERE_ERR_MVFILTER_INVALID_SUBSTRING_SEQUENCE_SIZE_325=The provided matched \ |
| | | values filter could not be decoded because there were an invalid number of \ |
| | | elements in the substring sequence (expected 2, got %d) |
| | | SEVERE_ERR_MVFILTER_NO_SUBSTRING_ELEMENTS_326=The provided matched values \ |
| | | filter could not be decoded because there were no subInitial, subAny, or \ |
| | | subFinal components in the substring filter |
| | | SEVERE_ERR_MVFILTER_MULTIPLE_SUBINITIALS_327=The provided matched values \ |
| | | filter could not be decoded because there were multiple subInitial components \ |
| | | in the substring filter |
| | | SEVERE_ERR_MVFILTER_MULTIPLE_SUBFINALS_328=The provided matched values filter \ |
| | | could not be decoded because there were multiple subFinal components in the \ |
| | | substring filter |
| | | SEVERE_ERR_MVFILTER_INVALID_SUBSTRING_ELEMENT_TYPE_329=The provided matched \ |
| | | values filter could not be decoded because there was an invalid element of \ |
| | | type %s in the substring filter |
| | | SEVERE_ERR_MVFILTER_CANNOT_DECODE_SUBSTRINGS_330=The provided matched values \ |
| | | filter could not be decoded because an error occurred while decoding the \ |
| | | substring filter component: %s |
| | | SEVERE_ERR_MVFILTER_CANNOT_DECODE_PRESENT_TYPE_331=The provided matched \ |
| | | values filter could not be decoded because an error occurred while decoding \ |
| | | the presence filter component: %s |
| | | SEVERE_ERR_MVFILTER_INVALID_EXTENSIBLE_SEQUENCE_SIZE_332=The provided matched \ |
| | | values filter could not be decoded because there were an invalid number of \ |
| | | elements in the extensible match sequence (expected 2 or 3, found %d) |
| | | SEVERE_ERR_MVFILTER_MULTIPLE_MATCHING_RULE_IDS_333=The provided matched \ |
| | | values filter could not be decoded because there were multiple matching rule \ |
| | | ID elements found in the extensible match filter sequence |
| | | SEVERE_ERR_MVFILTER_MULTIPLE_ATTRIBUTE_TYPES_334=The provided matched values \ |
| | | filter could not be decoded because there were multiple attribute type \ |
| | | elements found in the extensible match filter sequence |
| | | SEVERE_ERR_MVFILTER_MULTIPLE_ASSERTION_VALUES_335=The provided matched values \ |
| | | filter could not be decoded because there were multiple assertion value \ |
| | | elements found in the extensible match filter sequence |
| | | SEVERE_ERR_MVFILTER_INVALID_EXTENSIBLE_ELEMENT_TYPE_336=The provided matched \ |
| | | values filter could not be decoded because there was an invalid element of \ |
| | | type %s in the extensible match filter |
| | | SEVERE_ERR_MVFILTER_CANNOT_DECODE_EXTENSIBLE_MATCH_337=The provided matched \ |
| | | values filter could not be decoded because an error occurred while decoding \ |
| | | the extensible match filter component: %s |
| | |
| | | to this configuration attribute will not take effect until the connection \ |
| | | handler is disabled and re-enabled, or until the Directory Server is \ |
| | | restarted |
| | | SEVERE_ERR_JMX_CONNHANDLER_NO_LISTEN_PORT_348=No listen port was defined \ |
| | | using configuration ds-cfg-listen-port in configuration entry %s. This is a \ |
| | | required attribute |
| | | SEVERE_ERR_JMX_CONNHANDLER_CANNOT_DETERMINE_LISTEN_PORT_349=An unexpected \ |
| | | error occurred while processing the ds-cfg-listen-port attribute in \ |
| | | configuration entry %s, which is used to specify the port on which to listen \ |
| | | for client connections: %s |
| | | INFO_JMX_CONNHANDLER_DESCRIPTION_USE_SSL_350=Indicates whether this \ |
| | | connection handler should use SSL when accepting connections from clients. \ |
| | | Changes to this configuration attribute will not take effect until the \ |
| | | connection handler is disabled and re-enabled, or until the Directory Server \ |
| | | is restarted |
| | | SEVERE_ERR_JMX_CONNHANDLER_CANNOT_DETERMINE_USE_SSL_351=An unexpected error \ |
| | | occurred while processing the ds-cfg-use-ssl attribute in configuration entry \ |
| | | %s, which is used to indicate whether to use SSL when accepting client \ |
| | | connections: %s |
| | | INFO_JMX_CONNHANDLER_DESCRIPTION_SSL_CERT_NICKNAME_352=Nickname \ |
| | | of the certificate that the connection handler should use when accepting \ |
| | | SSL-based connections or performing StartTLS negotiation. Changes to this \ |
| | | configuration attribute will not take effect until the connection handler is \ |
| | | disabled and re-enabled, or until the Directory Server is restarted |
| | | SEVERE_ERR_JMX_CONNHANDLER_CANNOT_DETERMINE_SSL_CERT_NICKNAME_353=An \ |
| | | unexpected error occurred while processing the ds-cfg-ssl-cert-nickname \ |
| | | attribute in configuration entry %s, which is used to specify the nickname of \ |
| | | the certificate to use for accepting SSL/TLS connections: %s |
| | | SEVERE_ERR_PWPOLICYREQ_CONTROL_HAS_VALUE_354=Cannot decode the provided \ |
| | | control as a password policy request control because the provided control had \ |
| | | a value but the password policy request control should not have a value |
| | |
| | | SEVERE_ERR_PWPOLICYRES_INVALID_ERROR_TYPE_357=Cannot decode the provided \ |
| | | password policy response control because the error element has an invalid \ |
| | | type of %d |
| | | SEVERE_ERR_PWPOLICYRES_INVALID_ELEMENT_TYPE_358=Cannot decode the provided \ |
| | | password policy response control because the value sequence has an element \ |
| | | with an invalid type of %s |
| | | SEVERE_ERR_PWPOLICYRES_DECODE_ERROR_359=Cannot decode the provided password \ |
| | | policy response control: %s |
| | | INFO_PWPERRTYPE_DESCRIPTION_PASSWORD_EXPIRED_360=passwordExpired |
| | |
| | | have a value |
| | | SEVERE_ERR_ACCTUSABLERES_NO_CONTROL_VALUE_376=Cannot decode the provided \ |
| | | account availability response control because it does not have a value |
| | | SEVERE_ERR_ACCTUSABLERES_UNKNOWN_UNAVAILABLE_TYPE_377=The account \ |
| | | availability response control indicated that the account was unavailable but \ |
| | | had an unknown unavailable element type of %s |
| | | SEVERE_ERR_ACCTUSABLERES_UNKNOWN_VALUE_ELEMENT_TYPE_378=The account \ |
| | | availability response control had an unknown ACCOUNT_USABLE_RESPONSE element \ |
| | | type of %s |
| | |
| | | character |
| | | SEVERE_ERR_ADDRESSMASK_FORMAT_DECODE_ERROR_382=Cannot decode the provided \ |
| | | address mask because the it has an invalid format |
| | | MILD_ERR_LDAP_NO_CLEAR_SECURITY_PROVIDER_383=LDAP connection handler %s could \ |
| | | not send a clear-text response to the client because it does not have a \ |
| | | reference to a clear connection security provider |
| | | MILD_ERR_LDAP_ATTRIBUTE_DUPLICATE_VALUES_384=The provided LDAP attribute %s \ |
| | | contains duplicate values |
| | | MILD_ERR_LDAP_FILTER_UNKNOWN_MATCHING_RULE_385=The provided LDAP search \ |
| | |
| | | this LDAP connection handler. Changes to this attribute will take effect \ |
| | | immediately, but only for subsequent attempts to access the key manager \ |
| | | provider for associated client connections |
| | | SEVERE_ERR_LDAP_CONNHANDLER_INVALID_KEYMANAGER_DN_391=Configuration attribute \ |
| | | ds-cfg-key-manager-provider of configuration entry %s has an invalid value \ |
| | | %s which does not reference an enabled key manager provider |
| | | SEVERE_ERR_LDAP_CONNHANDLER_CANNOT_DETERMINE_KEYMANAGER_DN_392=An error \ |
| | | occurred while processing the ds-cfg-key-manager-provider attribute in \ |
| | | configuration entry %s, which is used to specify the key manager provider for \ |
| | | use with the LDAP connection handler: %s |
| | | INFO_LDAP_CONNHANDLER_DESCRIPTION_TRUSTMANAGER_DN_393=DN of the \ |
| | | configuration entry for the trust manager provider that should be used with \ |
| | | this LDAP connection handler. Changes to this attribute will take effect \ |
| | | immediately, but only for subsequent attempts to access the trust manager \ |
| | | provider for associated client connections |
| | | SEVERE_ERR_LDAP_CONNHANDLER_INVALID_TRUSTMANAGER_DN_394=Configuration \ |
| | | attribute ds-cfg-trust-manager-provider of configuration entry %s has an \ |
| | | invalid value %s which does not reference an enabled trust manager provider |
| | | SEVERE_ERR_LDAP_CONNHANDLER_CANNOT_DETERMINE_TRUSTMANAGER_DN_395=An error \ |
| | | occurred while processing the ds-cfg-trust-manager-provider attribute in \ |
| | | configuration entry %s, which is used to specify the trust manager provider \ |
| | | for use with the LDAP connection handler: %s |
| | | INFO_LDAP_CONNHANDLER_NEW_KEYMANAGER_DN_396=The value of the \ |
| | | ds-cfg-key-manager-provider attribute has been updated to %s in \ |
| | | configuration entry %s |
| | | INFO_LDAP_CONNHANDLER_NEW_TRUSTMANAGER_DN_397=The value of the \ |
| | | ds-cfg-trust-manager-provider attribute has been updated to %s in \ |
| | | configuration entry %s |
| | | INFO_JMX_CONNHANDLER_DESCRIPTION_KEYMANAGER_DN_398=DN of the \ |
| | | key manager provider that the connection handler should use when accepting \ |
| | | SSL-based connections or performing StartTLS negotiation. Changes to this \ |
| | | configuration attribute will take effect immediately |
| | | SEVERE_ERR_JMX_CONNHANDLER_INVALID_KEYMANAGER_DN_399=An error occurred while \ |
| | | processing the ds-cfg-key-manager-provider attribute in configuration \ |
| | | entry %s, because the provided key manager DN %s does not refer to an enabled \ |
| | | key manager provider |
| | | SEVERE_ERR_JMX_CONNHANDLER_CANNOT_DETERMINE_KEYMANAGER_DN_400=An unexpected \ |
| | | error occurred while processing the ds-cfg-key-manager-provider attribute \ |
| | | in configuration entry %s, which is used to specify the DN of the key manager \ |
| | | provider to use for accepting SSL/TLS connections: %s |
| | | MILD_ERR_LDAP_CONNHANDLER_CANNOT_SET_SECURITY_PROVIDER_401=An error occurred \ |
| | | while attempting to configure the connection security provider for the client \ |
| | | connection: %s |
| | | SEVERE_ERR_LDAP_CONNHANDLER_NO_KEYMANAGER_DN_402=The LDAP connection handler \ |
| | | defined in configuration entry %s is configured to use either SSL or \ |
| | | StartTLS, but does not specify which key manager provider should be used |
| | | SEVERE_ERR_LDAP_CONNHANDLER_NO_TRUSTMANAGER_DN_403=The LDAP connection \ |
| | | handler defined in configuration entry %s is configured to use either SSL or \ |
| | | StartTLS, but does not specify which trust manager provider should be used |
| | | INFO_LDAPS_CONNHANDLER_DESCRIPTION_ENABLE_404=Specifies whether to enable the \ |
| | | LDAPS connection handler |
| | | MILD_ERR_LDAP_FILTER_NOT_EXACTLY_ONE_405=The provided search filter "%s" \ |
| | |
| | | not contain exactly one filter component |
| | | INFO_SORTREQ_CONTROL_NO_VALUE_406=Unable to decode the provided control as a \ |
| | | server-side sort request control because it does not include a control value |
| | | INFO_SORTREQ_CONTROL_UNDEFINED_ATTR_407=Unable to process the provided \ |
| | | server-side sort request control because it references attribute type %s \ |
| | | which is not defined in the server schema |
| | | INFO_SORTREQ_CONTROL_UNDEFINED_ORDERING_RULE_408=Unable to process the \ |
| | | provided server-side sort request control because it references undefined \ |
| | | ordering matching rule %s |
| | | INFO_SORTREQ_CONTROL_INVALID_SEQ_ELEMENT_TYPE_409=Unable to process the \ |
| | | provided server-side sort request control because the value sequence contains \ |
| | | an element with an unsupported type of %s |
| | | INFO_SORTREQ_CONTROL_CANNOT_DECODE_VALUE_410=Unable to process the provided \ |
| | | server-side sort request control because an error occurred while attempting \ |
| | | to decode the control value: %s |
| | |
| | | specified in the sort key |
| | | INFO_VLVREQ_CONTROL_NO_VALUE_417=Unable to decode the provided control as a \ |
| | | VLV request control because it does not include a control value |
| | | INFO_VLVREQ_CONTROL_INVALID_ELEMENT_COUNT_418=Unable to decode the provided \ |
| | | control as a VLV request control because it contains an invalid number of \ |
| | | elements: %d |
| | | INFO_VLVREQ_CONTROL_INVALID_TARGET_TYPE_419=Unable to decode the provided \ |
| | | control as a VLV request control because the target element type %s is \ |
| | | invalid |
| | |
| | | control value: %s |
| | | INFO_VLVRES_CONTROL_NO_VALUE_421=Unable to decode the provided control as a \ |
| | | VLV response control because it does not include a control value |
| | | INFO_VLVRES_CONTROL_INVALID_ELEMENT_COUNT_422=Unable to decode the provided \ |
| | | control as a VLV response control because it contains an invalid number of \ |
| | | elements: %d |
| | | INFO_VLVRES_CONTROL_CANNOT_DECODE_VALUE_423=Unable to process the provided \ |
| | | VLV response control because an error occurred while attempting to decode the \ |
| | | control value: %s |
| | |
| | | start with "dn:" to indicate a user DN |
| | | INFO_GETEFFECTIVERIGHTS_DECODE_ERROR_425=Cannot decode the provided \ |
| | | geteffectiverights request control: %s |
| | | INFO_CANNOT_DECODE_GETEFFECTIVERIGHTS_AUTHZID_DN_426=Unable to decode authzid \ |
| | | DN string "%s" as a valid distinguished name: %s |
| | | MILD_ERR_LDAP_FILTER_ENCLOSED_IN_APOSTROPHES_427=An LDAP filter enclosed in \ |
| | | apostrophes is invalid: %s |
| | | INFO_JMX_CONNHANDLER_DESCRIPTION_ENABLE_428=Specifies whether to enable the \ |
| | |
| | | MILD_ERR_SUBENTRIES_CANNOT_DECODE_VALUE_459=Cannot decode the provided \ |
| | | subentries control because an error occurred while attempting \ |
| | | to decode the control value: %s |
| | | INFO_SNMP_CONNHANDLER_DESCRIPTION_LISTEN_PORT_1458=SNMP port on \ |
| | | which this connection handler accepts SNMP requests. Changes \ |
| | | to this configuration attribute will not take effect until the connection \ |
| | | handler is disabled and re-enabled, or until the Directory Server is \ |
| | | restarted |
| | | SEVERE_ERR_SNMP_CONNHANDLER_NO_LISTEN_PORT_1459=No listen port was defined \ |
| | | using configuration ds-cfg-listen-port in configuration entry %s. This is a \ |
| | | required attribute |
| | | SEVERE_ERR_SNMP_CONNHANDLER_CANNOT_DETERMINE_LISTEN_PORT_1460=An unexpected \ |
| | | error occurred while processing the ds-cfg-listen-port attribute in \ |
| | | configuration entry %s, which is used to specify the port on which to listen \ |
| | | for client connections: %s |
| | | SEVERE_ERR_SNMP_CONNHANDLER_CANNOT_BE_STARTED_1461=An unexpected \ |
| | | error occurred when this connection handler started |
| | | SEVERE_ERR_SNMP_CONNHANDLER_NO_CONFIGURATION_1462=No Configuration was defined \ |
| | | for this connection handler. The configuration parameters ds-cfg-listen-port \ |
| | | and ds-cfg-trap-port are required by the connection handler to start |
| | |
| | | destinations has been found. No trap will be sent |
| | | SEVERE_ERR_ASN1_READ_ERROR_1500=An error occured while accessing the \ |
| | | underlying data source: %s |
| | | SEVERE_ERR_ASN1_EOF_ERROR_1501=An unexpected end of file reached while trying \ |
| | | to read %d bytes from the underlying data source |
| | | SEVERE_ERR_ASN1_INVALID_STATE_1502=Invalid reader state: %d |
| | | SEVERE_ERR_SUBTREE_DELETE_INVALID_CONTROL_VALUE_1503=Cannot decode the provided \ |
| | | subtree delete control because it contains a value |
| | | SEVERE_ERR_CONNHANDLER_SSL_CANNOT_INITIALIZE_1504=An error occurred \ |