Fix for Issue 3631 Globalization handoff for 7 langauges
26 files modified
112 files added
| New file |
| | |
| | | # CDDL HEADER START |
| | | # |
| | | # The contents of this file are subject to the terms of the |
| | | # Common Development and Distribution License, Version 1.0 only |
| | | # (the "License"). You may not use this file except in compliance |
| | | # with the License. |
| | | # |
| | | # You can obtain a copy of the license at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE |
| | | # or https://OpenDS.dev.java.net/OpenDS.LICENSE. |
| | | # See the License for the specific language governing permissions |
| | | # and limitations under the License. |
| | | # |
| | | # When distributing Covered Code, include this CDDL HEADER in each |
| | | # file and include the License file at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, |
| | | # add the following below this CDDL HEADER, with the fields enclosed |
| | | # by brackets "[]" replaced with your own identifying information: |
| | | # Portions Copyright [yyyy] [name of copyright owner] |
| | | # |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2008 Sun Microsystems, Inc. |
| | | |
| | | |
| | | |
| | | # |
| | | # Global directives |
| | | # |
| | | global.category=ACCESS_CONTROL |
| | | |
| | | # |
| | | # Format string definitions |
| | | # |
| | | # Keys must be formatted as follows: |
| | | # |
| | | # [SEVERITY]_[DESCRIPTION]_[ORDINAL] |
| | | # |
| | | # where: |
| | | # |
| | | # SEVERITY is one of: |
| | | # [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE] |
| | | # |
| | | # DESCRIPTION is an upper case string providing a hint as to the context of |
| | | # the message in upper case with the underscore ('_') character serving as |
| | | # word separator |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | SEVERE_WARN_ACI_SYNTAX_GENERAL_PARSE_FAILED_1=The provided string "%s" could not be parsed as a valid Access Control Instruction (ACI) because it failed general ACI syntax evaluation |
| | | SEVERE_WARN_ACI_SYNTAX_INVAILD_VERSION_2=The provided Access Control Instruction (ACI) version value "%s" is invalid, only the version 3.0 is supported |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_ACCESS_TYPE_VERSION_3=The provided Access Control Instruction access type value "%s" is invalid. A valid access type value is either allow or deny |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_RIGHTS_SYNTAX_4=The provided Access Control Instruction (ACI) rights values "%s" are invalid. The rights must be a list of 1 to 6 comma-separated keywords enclosed in parentheses |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_RIGHTS_KEYWORD_5=The provided Access Control Instruction (ACI) rights keyword values "%s" are invalid. The valid rights keyword values are one or more of the following: read, write, add, delete, search, compare or the single value all |
| | | MILD_ERR_ACI_SYNTAX_BIND_RULE_MISSING_CLOSE_PAREN_6=Der angegebene Verbindungsregelwert "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI) ist ung\u00fcltig, da die zur \u00f6ffnenden Klammer geh\u00f6rende schlie\u00dfende Klammer fehlt |
| | | MILD_ERR_ACI_SYNTAX_INVALID_BIND_RULE_SYNTAX_7=Der angegebene Verbindungsregelwert "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI) ist ung\u00fcltig. Die Form von g\u00fcltigen Verbindungsregelwerten ist: Schl\u00fcsselwort Operator "Ausdruck" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_8=The provided Access Control Instruction (ACI) bind rule keyword value "%s" is invalid. A valid keyword value is one of the following: userdn, groupdn, roledn, userattr,ip, dns, dayofweek, timeofday or authmethod |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_OPERATOR_9=The provided Access Control Instruction (ACI) bind rule operator value "%s" is invalid. A valid bind rule operator value is either '=' or "!=" |
| | | SEVERE_WARN_ACI_SYNTAX_MISSING_BIND_RULE_EXPRESSION_10=The provided Access Control Instruction (ACI) bind rule expression value corresponding to the keyword value "%s" is missing an expression. A valid bind rule value must be in the following form: keyword operator "expression" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_BOOLEAN_OPERATOR_11=The provided Access Control Instruction (ACI) bind rule boolean operator value "%s" is invalid. A valid bind rule boolean operator value is either "OR" or "AND" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_OPERATOR_COMBO_12=The provided Access Control Instruction (ACI) bind rule keyword string "%s" is invalid for the bind rule operator string "%s" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERDN_URL_13=The provided Access Control Instruction (ACI) bind rule userdn expression failed to URL decode for the following reason: %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_ROLEDN_EXPRESSION_14=The provided Access Control Instruction (ACI) bind rule roledn expression value "%s" is invalid. A valid roledn keyword expression value requires one or more LDAP URLs in the following format: ldap:///dn [|| ldap:///dn] ... [|| ldap:///dn] |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_ROLEDN_URL_15=The provided Access Control Instruction (ACI) bind rule roledn expression failed to URL decode for the following reason: %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_GROUPDN_EXPRESSION_16=The provided Access Control Instruction (ACI) bind rule groupdn expression value "%s" is invalid. A valid groupdn keyword expression value requires one or more LDAP URLs in the following format: ldap:///groupdn [|| ldap:///groupdn] ... [|| ldap:///groupdn] |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_GROUPDN_URL_17=The provided Access Control Instruction (ACI) bind rule groupdn expression value failed to URL decode for the following reason: %s |
| | | SEVERE_WARN_ACI_SYNTAX_ADDRESS_FAMILY_MISMATCH_18=The network mask value "%s" is not valid for the ip expression network address "%s" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_NETWORK_BIT_MATCH_19=The bit mask for address type value "%s" is not valid.%s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_IP_CRITERIA_DECODE_20=The provided Access Control Instruction (ACI) bind rule ip expression value failed to decode for the following reason: %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_IP_EXPRESSION_21=The provided Access Control Instruction (ACI) bind rule ip expression value "%s" is invalid. A valid ip keyword expression requires one or more comma-separated elements of a valid IP address list expression |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_DNS_EXPRESSION_22=The provided Access Control Instruction (ACI) bind rule dns expression value "%s" is invalid. A valid dns keyword expression value requires a valid fully qualified DNS domain name |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_DNS_WILDCARD_23=The provided Access Control Instruction (ACI) bind rule dns expression value "%s" is invalid, because a wild-card pattern was found in the wrong position. A valid dns keyword wild-card expression value requires the '*' character only be in the leftmost position of the domain name |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_DAYOFWEEK_24=The provided Access Control Instruction (ACI) bind rule dayofweek expression value "%s" is invalid, because of an invalid day of week value. A valid dayofweek value is one of the following English three-letter abbreviations for the days of the week: sun, mon, tue, wed, thu, fri, or sat |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_25=The provided Access Control Instruction (ACI) bind rule timeofday expression value "%s" is invalid. A valid timeofday value is expressed as four digits representing hours and minutes in the 24-hour clock (0 to 2359) |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_RANGE_26=The provided Access Control Instruction (ACI) bind rule timeofday expression value "%s" is not in the valid range. A valid timeofday value is expressed as four digits representing hours and minutes in the 24-hour clock (0 to 2359) |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_AUTHMETHOD_EXPRESSION_27=The provided Access Control Instruction (ACI) bind rule authmethod expression value "%s" is invalid. A valid authmethod value is one of the following: none, simple,SSL, or "sasl mechanism", where mechanism is one of the supported SASL mechanisms including CRAM-MD5, DIGEST-MD5, and GSSAPI |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_EXPRESSION_28=The provided Access Control Instruction (ACI) bind rule userattr expression value "%s" is invalid |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_KEYWORD_29=The provided Access Control Instruction (ACI) bind rule userattr expression value "%s" is not supported |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_INHERITANCE_PATTERN_30=The provided Access Control Instruction (ACI) bind rule userattr expression inheritance pattern value "%s" is invalid. A valid inheritance pattern value must have the following format: parent[inheritance_level].attribute#bindType |
| | | SEVERE_WARN_ACI_SYNTAX_MAX_USERATTR_INHERITANCE_LEVEL_EXCEEDED_31=The provided Access Control Instruction (ACI) bind rule userattr expression inheritance pattern value "%s" is invalid. The inheritance level value cannot exceed the max level limit of %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_INHERITANCE_VALUE_32=The provided Access Control Instruction (ACI) bind rule userattr expression inheritance pattern value "%s" is invalid because it is non-numeric |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_SYNTAX_33=The provided Access Control Instruction (ACI) target rule value "%s" is invalid. A valid target rule value must be in the following form: keyword operator "expression" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_KEYWORD_34=The provided Access Control Instruction (ACI) target keyword value "%s" is invalid. A valid target keyword value is one of the following: target, targetscope, targetfilter, targetattr or targetattrfilters |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_NOT_OPERATOR_35=The provided Access Control Instruction (ACI) target operator value "%s" is invalid. The only valid target operator value for the "%s" keyword is '=' |
| | | SEVERE_WARN_ACI_SYNTAX_TARGET_KEYWORD_NOT_SUPPORTED_36=The provided Access Control Instruction (ACI) target keyword value "%s" is not supported at this time |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_DUPLICATE_KEYWORDS_37=The provided Access Control Instruction (ACI) target keyword value "%s" was seen multiple times in the ACI "%s" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETS_OPERATOR_38=The provided Access Control Instruction (ACI) target keyword operator value "%s" is invalid. A valid target keyword operator value is either '=' or "!=" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETSCOPE_EXPRESSION_39=The provided Access Control Instruction (ACI) targetscope expression operator value "%s" is invalid. A valid targetscope expression value is one of the following: one, onelevel or subtree |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETKEYWORD_EXPRESSION_40=The provided Access Control Instruction (ACI) target expression value "%s" is invalid. A valid target keyword expression value requires a LDAP URL in the following format: ldap:///distinguished_name_pattern |
| | | SEVERE_WARN_ACI_SYNTAX_TARGET_DN_NOT_DESCENDENTOF_41=The provided Access Control Instruction (ACI) target expression DN value "%s" is invalid. The target expression DN value must be a descendant of the ACI entry DN "%s", if no wild-card is specified in the target expression DN |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETATTRKEYWORD_EXPRESSION_42=The provided Access Control Instruction (ACI) targetattr expression value "%s" is invalid. A valid targetattr keyword expression value requires one or more valid attribute type names in the following format: attribute1 [|| attribute1] ... [|| attributeN] |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETFILTERKEYWORD_EXPRESSION_43=The provided Access Control Instruction (ACI) targetfilter expression value "%s" is invalid because it is not a valid LDAP filter |
| | | INFO_ACI_ADD_FAILED_PRIVILEGE_44=Der Versuch, den Eintrag "%s" mit einem ACI-Attributtyp hinzuzuf\u00fcgen ist fehlgeschlagen, da der Authorisierungs-DN "%s" \u00fcber keine ACL-\u00c4nderungsrechte verf\u00fcgt |
| | | INFO_ACI_MODIFY_FAILED_PRIVILEGE_45=Der Versuch, einen ACI-Attributtyp im Eintrag "%s" zu \u00e4ndern ist fehlgeschlagen, da der Authorisierungs-DN "%s" \u00fcber keine ACL-\u00c4nderungsrechte verf\u00fcgt |
| | | SEVERE_WARN_ACI_ADD_FAILED_DECODE_46=An attempt to add the entry "%s" containing an aci attribute type failed because of the following reason: %s |
| | | SEVERE_WARN_ACI_MODIFY_FAILED_DECODE_47=An attempt to modify an aci attribute type in the entry "%s" failed because of the following reason: %s |
| | | SEVERE_WARN_ACI_ADD_LIST_FAILED_DECODE_48= "%s", located in the entry "%s", because of the following reason: %s |
| | | INFO_ACI_ADD_LIST_NO_ACIS_49=Es wurden keine ACI-Attributtypen im Kontext "%s" gefunden |
| | | INFO_ACI_ADD_LIST_ACIS_50=Es wurden zus\u00e4tzliche %s ACI-Attributtypen im Kontext "%s" des Evaluierungsmoduls f\u00fcr die Zugriffskontrolle gefunden |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_ROLEDN_INHERITANCE_PATTERN_51=The provided Access Control Instruction (ACI) bind rule userattr expression inheritance pattern value "%s" is invalid for the roledn keyword because it starts with the string "parent[" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_OPERATION_52=The provided Access Control Instruction (ACI) targattrfilter expression value %s is invalid because %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_EXPRESSION_53=The provided Access Control Instruction (ACI) targattrfilter expression value %s is invalid because it is not in the correct format.A valid targattrsfilters expression value must be in the following format: "add=attr1: F1 && attr2: F2 ... && attrN: FN,del= attr1: F1 && attr2: F2 ... && attrN: FN" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_OPS_MATCH_54=The provided Access Control Instruction (ACI) targattrfilter expression value %s is invalid because the both operation tokens match in the two filter lists |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_MAX_FILTER_LISTS_55=The provided Access Control Instruction (ACI) targattrfilters expression value %s is invalid because there are more than two filter list statements |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LIST_FORMAT_56=The provided Access Control Instruction (ACI) targattrfilters expression value %s is invalid because the provided filter list string is in the wrong format. A valid targattrfilters filter list must be in the following format: add=attr1: F1 && attr2: F2 ... && attrN: FN |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_FILTER_57=The provided Access Control Instruction (ACI) targattrfilters expression value %s is invalid because one or more of the specified filters are invalid for the following reason: %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_ATTR_FILTER_58=The provided Access Control Instruction (ACI) targattrfilters expression value %s is invalid because one or more of the specified filters are invalid because of non-matching attribute type names in the filter |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_ATTRIBUTE_TYPE_NAME_59=The provided Access Control Instruction (ACI) attribute name value %s is invalid. A valid attribute type name must begin with an ASCII letter and must contain only ASCII letters,digits or the "-" character |
| | | NOTICE_ACI_SYNTAX_DUBIOUS_AUTHMETHOD_SASL_MECHANISM_60=Der SASL-Mechanismus "%s", der im ACI-Verbindungsregelausdruck authmethd enthalten ist, geh\u00f6rt nicht zu den momentan im Server registrierten Mechanismen |
| | | SEVERE_WARN_ACI_LOCALHOST_DOESNT_MATCH_CANONICAL_VALUE_61=The provided Access Control Instruction (ACI) bind rule dns expression value "%s" references hostname %s, but the canonical representation for that hostname is configured to be %s. The server will attempt to automatically interpret the correct localhost value |
| | | SEVERE_WARN_ACI_HOSTNAME_DOESNT_MATCH_CANONICAL_VALUE_62=The provided Access Control Instruction (ACI) bind rule dns expression value "%s" references hostname %s, which resolves to IP address %s, but the canonical hostname for that IP address is %s. This likely means that the provided hostname will never match any clients |
| | | SEVERE_WARN_ACI_ERROR_CHECKING_CANONICAL_HOSTNAME_63=An error occurred while attempting to determine whether hostname %s referenced in dns expression bind rule "%s" used the correct canonical representation: %s. This likely means that the provided hostname will never match any clients |
| | | INFO_ACI_DESCRIPTION_GLOBAL_ACI_64=Legt einen globalen ACI-Attributtyp fest, mit dem ACIs mit globalem G\u00fcltigkeitsbereich \u00fcber Namenskontexte hinweg definiert werden k\u00f6nnen |
| | | INFO_ACI_ADD_LIST_NO_GLOBAL_ACIS_65=Es wurden keine globalen ACI-Attributtypen gefunden |
| | | INFO_ACI_ADD_LIST_GLOBAL_ACIS_66=%s globale ACI-Attributtypen zum Evaluierungsmoduls f\u00fcr die Zugriffskontrolle hinzugef\u00fcgt |
| | | INFO_ACI_HANDLER_FAIL_PROCESS_GLOBAL_ACI_67=Unerwarteter Fehler bei der Verarbeitung des Attributs ds-cfg-global-aci im Konfigurationseintrag %s |
| | | INFO_ACI_HANDLER_FAIL_PROCESS_ACI_68=Unerwarteter Fehler bei der Verarbeitung der ACI-Attribute im Konfigurationssystem |
| | | SEVERE_WARN_PATTERN_DN_CONSECUTIVE_WILDCARDS_IN_VALUE_69=The pattern DN %s is not valid because it contains two consecutive wildcards in an attribute value |
| | | SEVERE_WARN_PATTERN_DN_TYPE_CONTAINS_SUBSTRINGS_70=The pattern DN %s is not valid because it uses wildcards for substring matching on an attribute type. A single wildcard is allowed in place of an attribute type |
| | | SEVERE_WARN_PATTERN_DN_TYPE_WILDCARD_IN_MULTIVALUED_RDN_71=The pattern DN %s is not valid because it contains a wildcard in an attribute type in a multi-valued RDN |
| | | SEVERE_WARN_ACI_HANDLER_CANNOT_LOCK_NEW_SUPERIOR_USER_72=Unable to obtain a lock on the ModifyDN new superior entry %s |
| | | SEVERE_WARN_ACI_NOT_VALID_DN_73=Selfwrite check skipped because an attribute "%s" with a distinguished name syntax was not a valid DN |
| | | SEVERE_WARN_ACI_TARGETATTR_INVALID_ATTR_TOKEN_74=The provided Access Control Instruction (ACI) targetattr expression value "%s" is invalid because the expression contains invalid or duplicate tokens |
| | | SEVERE_WARN_ACI_SYNTAX_ROLEDN_NOT_SUPPORTED_75=The provided Access Control Instruction (ACI) expression value "%s" is invalid because it contains the roledn keyword, which is not supported, replace it with the groupdn keyword |
| | | SEVERE_WARN_ACI_SERVER_DECODE_FAILED_76=Failed to decode the Access Control Instruction (ACI)%s |
| | | SEVERE_WARN_ACI_ENTER_LOCKDOWN_MODE_77=The server is being put into lockdown mode because invalid ACIs rules were detected either when the server was started or during a backend initialization |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_URL_78=The provided Access Control Instruction (ACI) bind rule userattr expression value failed to URL decode for the following reason: %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_BASEDN_URL_79=The provided Access Control Instruction (ACI) bind rule userattr expression value failed to parse because the ldap URL "%s" contains an empty base DN |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_ATTR_URL_80=The provided Access Control Instruction (ACI) bind rule userattr expression value failed to parse because the attribute field of the ldap URL "%s" either contains more than one description or the field is empty |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_PREFIX_FORMAT_81=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the prefix part of the expression "%s" has an invalid format |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_PREFIX_VALUE_82=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the prefix value of the expression "%s" was an invalid value. All values must greater than or equal to 0 and either less than or equal 32 for IPV4 addresses or less than or equal to 128 for IPV6 addresses |
| | | SEVERE_WARN_ACI_SYNTAX_PREFIX_NOT_NUMERIC_83=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the prefix part of the expression "%s" has an non-numeric value |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_IPV4_FORMAT_84=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the the IPv4 address expression "%s" format was invalid |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_IPV4_VALUE_85=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the IPv4 address expression "%s" contains an invalid value. All values of the address must be between 0 and 255 |
| | | SEVERE_WARN_ACI_SYNTAX_IPV4_NOT_NUMERIC_86=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the the IPv4 address expression "%s" contains a non-numeric value |
| | | SEVERE_WARN_ACI_SYNTAX_IPV6_WILDCARD_INVALID_87=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the the IPv6 address expression "%s" contains an illegal wildcard character. Wildcards are not supported when using IPv6 addresses in a IP bind rule expression |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_IPV6_FORMAT_88=The provided Access Control Instruction (ACI) bind rule IP address expression "%s" failed to parse for the following reason: "%s" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_NETMASK_FORMAT_89=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the netmask part of the expression "%s" has an invalid format |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_NETMASK_90=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the netmask part of the expression "%s" has an invalid value |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETCONTROL_EXPRESSION_91=The provided Access Control Instruction (ACI) targetcontrol expression value "%s" is invalid. A valid targetcontrol keyword expression value requires one or more valid control OID strings in the following format: oid [|| oid1] ... [|| oidN] |
| | | SEVERE_WARN_ACI_SYNTAX_ILLEGAL_CHAR_IN_NUMERIC_OID_92=The provided Access Control Instruction (ACI) targetcontrol OID value "%s" could not be parsed because the value contained an illegal character %c at position %d |
| | | SEVERE_WARN_ACI_SYNTAX_DOUBLE_PERIOD_IN_NUMERIC_OID_93=The provided Access Control Instruction (ACI) targetcontrol OID value "%s" could not be parsed because the numeric OID contained two consecutive periods at position %d |
| | | SEVERE_WARN_ACI_SYNTAX_DECODE_EFFECTIVERIGHTS_FAIL_94=The access control check failed because a geteffectiverights control could not be decoded because of the following reason: "%s" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGEXTOP_EXPRESSION_95=The provided Access Control Instruction (ACI) extop expression value "%s" is invalid. A valid extop keyword expression value requires one or more valid extended operation request OID strings in the following format: oid [|| oid1] ... [|| oidN] |
| | | SEVERE_WARN_ACI_ATTRIBUTE_NOT_INDEXED_96=Backend %s does not have a presence index defined for attribute type %s. Access control initialization may take a very long time to complete in this backend |
| New file |
| | |
| | | # CDDL HEADER START |
| | | # |
| | | # The contents of this file are subject to the terms of the |
| | | # Common Development and Distribution License, Version 1.0 only |
| | | # (the "License"). You may not use this file except in compliance |
| | | # with the License. |
| | | # |
| | | # You can obtain a copy of the license at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE |
| | | # or https://OpenDS.dev.java.net/OpenDS.LICENSE. |
| | | # See the License for the specific language governing permissions |
| | | # and limitations under the License. |
| | | # |
| | | # When distributing Covered Code, include this CDDL HEADER in each |
| | | # file and include the License file at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, |
| | | # add the following below this CDDL HEADER, with the fields enclosed |
| | | # by brackets "[]" replaced with your own identifying information: |
| | | # Portions Copyright [yyyy] [name of copyright owner] |
| | | # |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2008 Sun Microsystems, Inc. |
| | | |
| | | |
| | | |
| | | # |
| | | # Global directives |
| | | # |
| | | global.category=ACCESS_CONTROL |
| | | |
| | | # |
| | | # Format string definitions |
| | | # |
| | | # Keys must be formatted as follows: |
| | | # |
| | | # [SEVERITY]_[DESCRIPTION]_[ORDINAL] |
| | | # |
| | | # where: |
| | | # |
| | | # SEVERITY is one of: |
| | | # [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE] |
| | | # |
| | | # DESCRIPTION is an upper case string providing a hint as to the context of |
| | | # the message in upper case with the underscore ('_') character serving as |
| | | # word separator |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | SEVERE_WARN_ACI_SYNTAX_GENERAL_PARSE_FAILED_1=The provided string "%s" could not be parsed as a valid Access Control Instruction (ACI) because it failed general ACI syntax evaluation |
| | | SEVERE_WARN_ACI_SYNTAX_INVAILD_VERSION_2=The provided Access Control Instruction (ACI) version value "%s" is invalid, only the version 3.0 is supported |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_ACCESS_TYPE_VERSION_3=The provided Access Control Instruction access type value "%s" is invalid. A valid access type value is either allow or deny |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_RIGHTS_SYNTAX_4=The provided Access Control Instruction (ACI) rights values "%s" are invalid. The rights must be a list of 1 to 6 comma-separated keywords enclosed in parentheses |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_RIGHTS_KEYWORD_5=The provided Access Control Instruction (ACI) rights keyword values "%s" are invalid. The valid rights keyword values are one or more of the following: read, write, add, delete, search, compare or the single value all |
| | | MILD_ERR_ACI_SYNTAX_BIND_RULE_MISSING_CLOSE_PAREN_6=El valor "%s" de la regla enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) proporcionado no es v\u00e1lido porque le falta el par\u00e9ntesis de cierre que corresponde al par\u00e9ntesis inicial de apertura. |
| | | MILD_ERR_ACI_SYNTAX_INVALID_BIND_RULE_SYNTAX_7=El valor "%s" de la regla enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) proporcionado no es v\u00e1lido. Un valor de la regla de enlace debe tener el siguiente formato: operador de palabra clave "expresi\u00f3n". |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_8=The provided Access Control Instruction (ACI) bind rule keyword value "%s" is invalid. A valid keyword value is one of the following: userdn, groupdn, roledn, userattr,ip, dns, dayofweek, timeofday or authmethod |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_OPERATOR_9=The provided Access Control Instruction (ACI) bind rule operator value "%s" is invalid. A valid bind rule operator value is either '=' or "!=" |
| | | SEVERE_WARN_ACI_SYNTAX_MISSING_BIND_RULE_EXPRESSION_10=The provided Access Control Instruction (ACI) bind rule expression value corresponding to the keyword value "%s" is missing an expression. A valid bind rule value must be in the following form: keyword operator "expression" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_BOOLEAN_OPERATOR_11=The provided Access Control Instruction (ACI) bind rule boolean operator value "%s" is invalid. A valid bind rule boolean operator value is either "OR" or "AND" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_OPERATOR_COMBO_12=The provided Access Control Instruction (ACI) bind rule keyword string "%s" is invalid for the bind rule operator string "%s" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERDN_URL_13=The provided Access Control Instruction (ACI) bind rule userdn expression failed to URL decode for the following reason: %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_ROLEDN_EXPRESSION_14=The provided Access Control Instruction (ACI) bind rule roledn expression value "%s" is invalid. A valid roledn keyword expression value requires one or more LDAP URLs in the following format: ldap:///dn [|| ldap:///dn] ... [|| ldap:///dn] |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_ROLEDN_URL_15=The provided Access Control Instruction (ACI) bind rule roledn expression failed to URL decode for the following reason: %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_GROUPDN_EXPRESSION_16=The provided Access Control Instruction (ACI) bind rule groupdn expression value "%s" is invalid. A valid groupdn keyword expression value requires one or more LDAP URLs in the following format: ldap:///groupdn [|| ldap:///groupdn] ... [|| ldap:///groupdn] |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_GROUPDN_URL_17=The provided Access Control Instruction (ACI) bind rule groupdn expression value failed to URL decode for the following reason: %s |
| | | SEVERE_WARN_ACI_SYNTAX_ADDRESS_FAMILY_MISMATCH_18=The network mask value "%s" is not valid for the ip expression network address "%s" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_NETWORK_BIT_MATCH_19=The bit mask for address type value "%s" is not valid.%s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_IP_CRITERIA_DECODE_20=The provided Access Control Instruction (ACI) bind rule ip expression value failed to decode for the following reason: %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_IP_EXPRESSION_21=The provided Access Control Instruction (ACI) bind rule ip expression value "%s" is invalid. A valid ip keyword expression requires one or more comma-separated elements of a valid IP address list expression |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_DNS_EXPRESSION_22=The provided Access Control Instruction (ACI) bind rule dns expression value "%s" is invalid. A valid dns keyword expression value requires a valid fully qualified DNS domain name |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_DNS_WILDCARD_23=The provided Access Control Instruction (ACI) bind rule dns expression value "%s" is invalid, because a wild-card pattern was found in the wrong position. A valid dns keyword wild-card expression value requires the '*' character only be in the leftmost position of the domain name |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_DAYOFWEEK_24=The provided Access Control Instruction (ACI) bind rule dayofweek expression value "%s" is invalid, because of an invalid day of week value. A valid dayofweek value is one of the following English three-letter abbreviations for the days of the week: sun, mon, tue, wed, thu, fri, or sat |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_25=The provided Access Control Instruction (ACI) bind rule timeofday expression value "%s" is invalid. A valid timeofday value is expressed as four digits representing hours and minutes in the 24-hour clock (0 to 2359) |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_RANGE_26=The provided Access Control Instruction (ACI) bind rule timeofday expression value "%s" is not in the valid range. A valid timeofday value is expressed as four digits representing hours and minutes in the 24-hour clock (0 to 2359) |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_AUTHMETHOD_EXPRESSION_27=The provided Access Control Instruction (ACI) bind rule authmethod expression value "%s" is invalid. A valid authmethod value is one of the following: none, simple,SSL, or "sasl mechanism", where mechanism is one of the supported SASL mechanisms including CRAM-MD5, DIGEST-MD5, and GSSAPI |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_EXPRESSION_28=The provided Access Control Instruction (ACI) bind rule userattr expression value "%s" is invalid |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_KEYWORD_29=The provided Access Control Instruction (ACI) bind rule userattr expression value "%s" is not supported |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_INHERITANCE_PATTERN_30=The provided Access Control Instruction (ACI) bind rule userattr expression inheritance pattern value "%s" is invalid. A valid inheritance pattern value must have the following format: parent[inheritance_level].attribute#bindType |
| | | SEVERE_WARN_ACI_SYNTAX_MAX_USERATTR_INHERITANCE_LEVEL_EXCEEDED_31=The provided Access Control Instruction (ACI) bind rule userattr expression inheritance pattern value "%s" is invalid. The inheritance level value cannot exceed the max level limit of %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_INHERITANCE_VALUE_32=The provided Access Control Instruction (ACI) bind rule userattr expression inheritance pattern value "%s" is invalid because it is non-numeric |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_SYNTAX_33=The provided Access Control Instruction (ACI) target rule value "%s" is invalid. A valid target rule value must be in the following form: keyword operator "expression" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_KEYWORD_34=The provided Access Control Instruction (ACI) target keyword value "%s" is invalid. A valid target keyword value is one of the following: target, targetscope, targetfilter, targetattr or targetattrfilters |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_NOT_OPERATOR_35=The provided Access Control Instruction (ACI) target operator value "%s" is invalid. The only valid target operator value for the "%s" keyword is '=' |
| | | SEVERE_WARN_ACI_SYNTAX_TARGET_KEYWORD_NOT_SUPPORTED_36=The provided Access Control Instruction (ACI) target keyword value "%s" is not supported at this time |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_DUPLICATE_KEYWORDS_37=The provided Access Control Instruction (ACI) target keyword value "%s" was seen multiple times in the ACI "%s" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETS_OPERATOR_38=The provided Access Control Instruction (ACI) target keyword operator value "%s" is invalid. A valid target keyword operator value is either '=' or "!=" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETSCOPE_EXPRESSION_39=The provided Access Control Instruction (ACI) targetscope expression operator value "%s" is invalid. A valid targetscope expression value is one of the following: one, onelevel or subtree |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETKEYWORD_EXPRESSION_40=The provided Access Control Instruction (ACI) target expression value "%s" is invalid. A valid target keyword expression value requires a LDAP URL in the following format: ldap:///distinguished_name_pattern |
| | | SEVERE_WARN_ACI_SYNTAX_TARGET_DN_NOT_DESCENDENTOF_41=The provided Access Control Instruction (ACI) target expression DN value "%s" is invalid. The target expression DN value must be a descendant of the ACI entry DN "%s", if no wild-card is specified in the target expression DN |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETATTRKEYWORD_EXPRESSION_42=The provided Access Control Instruction (ACI) targetattr expression value "%s" is invalid. A valid targetattr keyword expression value requires one or more valid attribute type names in the following format: attribute1 [|| attribute1] ... [|| attributeN] |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETFILTERKEYWORD_EXPRESSION_43=The provided Access Control Instruction (ACI) targetfilter expression value "%s" is invalid because it is not a valid LDAP filter |
| | | INFO_ACI_ADD_FAILED_PRIVILEGE_44=Se ha producido un error al intentar a\u00f1adir la entrada "%s", que contiene un tipo de atributo de la ACI, porque al ND de autorizaci\u00f3n "%s" le faltaban los privilegios para modificar ACL. |
| | | INFO_ACI_MODIFY_FAILED_PRIVILEGE_45=Se ha producido un error al intentar modificar un tipo de atributo de la ACI en la entrada "%s" porque al ND de autorizaci\u00f3n "%s" le faltaban los privilegios para modificar ACL. |
| | | SEVERE_WARN_ACI_ADD_FAILED_DECODE_46=An attempt to add the entry "%s" containing an aci attribute type failed because of the following reason: %s |
| | | SEVERE_WARN_ACI_MODIFY_FAILED_DECODE_47=An attempt to modify an aci attribute type in the entry "%s" failed because of the following reason: %s |
| | | SEVERE_WARN_ACI_ADD_LIST_FAILED_DECODE_48= "%s", located in the entry "%s", because of the following reason: %s |
| | | INFO_ACI_ADD_LIST_NO_ACIS_49=No se han encontrado tipos de atributos de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) en el contexto "%s" |
| | | INFO_ACI_ADD_LIST_ACIS_50=Los tipos de atributo %s de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) encontrados en el contexto "%s" que se han a\u00f1adido a la m\u00e1quina de evaluaci\u00f3n del control de acceso. |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_ROLEDN_INHERITANCE_PATTERN_51=The provided Access Control Instruction (ACI) bind rule userattr expression inheritance pattern value "%s" is invalid for the roledn keyword because it starts with the string "parent[" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_OPERATION_52=The provided Access Control Instruction (ACI) targattrfilter expression value %s is invalid because %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_EXPRESSION_53=The provided Access Control Instruction (ACI) targattrfilter expression value %s is invalid because it is not in the correct format.A valid targattrsfilters expression value must be in the following format: "add=attr1: F1 && attr2: F2 ... && attrN: FN,del= attr1: F1 && attr2: F2 ... && attrN: FN" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_OPS_MATCH_54=The provided Access Control Instruction (ACI) targattrfilter expression value %s is invalid because the both operation tokens match in the two filter lists |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_MAX_FILTER_LISTS_55=The provided Access Control Instruction (ACI) targattrfilters expression value %s is invalid because there are more than two filter list statements |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LIST_FORMAT_56=The provided Access Control Instruction (ACI) targattrfilters expression value %s is invalid because the provided filter list string is in the wrong format. A valid targattrfilters filter list must be in the following format: add=attr1: F1 && attr2: F2 ... && attrN: FN |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_FILTER_57=The provided Access Control Instruction (ACI) targattrfilters expression value %s is invalid because one or more of the specified filters are invalid for the following reason: %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_ATTR_FILTER_58=The provided Access Control Instruction (ACI) targattrfilters expression value %s is invalid because one or more of the specified filters are invalid because of non-matching attribute type names in the filter |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_ATTRIBUTE_TYPE_NAME_59=The provided Access Control Instruction (ACI) attribute name value %s is invalid. A valid attribute type name must begin with an ASCII letter and must contain only ASCII letters,digits or the "-" character |
| | | NOTICE_ACI_SYNTAX_DUBIOUS_AUTHMETHOD_SASL_MECHANISM_60=El mecanismo "%s" de SASL proporcionado en la expresi\u00f3n authmethod de la regla de expresi\u00f3n de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) no es uno de los mecanismos registrados actualmente en el servidor. |
| | | SEVERE_WARN_ACI_LOCALHOST_DOESNT_MATCH_CANONICAL_VALUE_61=The provided Access Control Instruction (ACI) bind rule dns expression value "%s" references hostname %s, but the canonical representation for that hostname is configured to be %s. The server will attempt to automatically interpret the correct localhost value |
| | | SEVERE_WARN_ACI_HOSTNAME_DOESNT_MATCH_CANONICAL_VALUE_62=The provided Access Control Instruction (ACI) bind rule dns expression value "%s" references hostname %s, which resolves to IP address %s, but the canonical hostname for that IP address is %s. This likely means that the provided hostname will never match any clients |
| | | SEVERE_WARN_ACI_ERROR_CHECKING_CANONICAL_HOSTNAME_63=An error occurred while attempting to determine whether hostname %s referenced in dns expression bind rule "%s" used the correct canonical representation: %s. This likely means that the provided hostname will never match any clients |
| | | INFO_ACI_DESCRIPTION_GLOBAL_ACI_64=Especifica un tipo de atributo de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) que se puede utilizar para definir las ACI de \u00e1mbito global en los contextos de los nombres. |
| | | INFO_ACI_ADD_LIST_NO_GLOBAL_ACIS_65=No se han encontrado tipos de atributo de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction). |
| | | INFO_ACI_ADD_LIST_GLOBAL_ACIS_66=Los tipos de atributo %s de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) a\u00f1adidos a la m\u00e1quina de evaluaci\u00f3n del control de acceso. |
| | | INFO_ACI_HANDLER_FAIL_PROCESS_GLOBAL_ACI_67=Se ha producido un error inesperado al procesar el atributo ds-cfg-global-aci en la entrada de configuraci\u00f3n %s |
| | | INFO_ACI_HANDLER_FAIL_PROCESS_ACI_68=Se ha producido un error inesperado al procesar los atributos de la ACI en el sistema de configuraci\u00f3n |
| | | SEVERE_WARN_PATTERN_DN_CONSECUTIVE_WILDCARDS_IN_VALUE_69=The pattern DN %s is not valid because it contains two consecutive wildcards in an attribute value |
| | | SEVERE_WARN_PATTERN_DN_TYPE_CONTAINS_SUBSTRINGS_70=The pattern DN %s is not valid because it uses wildcards for substring matching on an attribute type. A single wildcard is allowed in place of an attribute type |
| | | SEVERE_WARN_PATTERN_DN_TYPE_WILDCARD_IN_MULTIVALUED_RDN_71=The pattern DN %s is not valid because it contains a wildcard in an attribute type in a multi-valued RDN |
| | | SEVERE_WARN_ACI_HANDLER_CANNOT_LOCK_NEW_SUPERIOR_USER_72=Unable to obtain a lock on the ModifyDN new superior entry %s |
| | | SEVERE_WARN_ACI_NOT_VALID_DN_73=Selfwrite check skipped because an attribute "%s" with a distinguished name syntax was not a valid DN |
| | | SEVERE_WARN_ACI_TARGETATTR_INVALID_ATTR_TOKEN_74=The provided Access Control Instruction (ACI) targetattr expression value "%s" is invalid because the expression contains invalid or duplicate tokens |
| | | SEVERE_WARN_ACI_SYNTAX_ROLEDN_NOT_SUPPORTED_75=The provided Access Control Instruction (ACI) expression value "%s" is invalid because it contains the roledn keyword, which is not supported, replace it with the groupdn keyword |
| | | SEVERE_WARN_ACI_SERVER_DECODE_FAILED_76=Failed to decode the Access Control Instruction (ACI)%s |
| | | SEVERE_WARN_ACI_ENTER_LOCKDOWN_MODE_77=The server is being put into lockdown mode because invalid ACIs rules were detected either when the server was started or during a backend initialization |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_URL_78=The provided Access Control Instruction (ACI) bind rule userattr expression value failed to URL decode for the following reason: %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_BASEDN_URL_79=The provided Access Control Instruction (ACI) bind rule userattr expression value failed to parse because the ldap URL "%s" contains an empty base DN |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_ATTR_URL_80=The provided Access Control Instruction (ACI) bind rule userattr expression value failed to parse because the attribute field of the ldap URL "%s" either contains more than one description or the field is empty |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_PREFIX_FORMAT_81=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the prefix part of the expression "%s" has an invalid format |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_PREFIX_VALUE_82=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the prefix value of the expression "%s" was an invalid value. All values must greater than or equal to 0 and either less than or equal 32 for IPV4 addresses or less than or equal to 128 for IPV6 addresses |
| | | SEVERE_WARN_ACI_SYNTAX_PREFIX_NOT_NUMERIC_83=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the prefix part of the expression "%s" has an non-numeric value |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_IPV4_FORMAT_84=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the the IPv4 address expression "%s" format was invalid |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_IPV4_VALUE_85=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the IPv4 address expression "%s" contains an invalid value. All values of the address must be between 0 and 255 |
| | | SEVERE_WARN_ACI_SYNTAX_IPV4_NOT_NUMERIC_86=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the the IPv4 address expression "%s" contains a non-numeric value |
| | | SEVERE_WARN_ACI_SYNTAX_IPV6_WILDCARD_INVALID_87=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the the IPv6 address expression "%s" contains an illegal wildcard character. Wildcards are not supported when using IPv6 addresses in a IP bind rule expression |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_IPV6_FORMAT_88=The provided Access Control Instruction (ACI) bind rule IP address expression "%s" failed to parse for the following reason: "%s" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_NETMASK_FORMAT_89=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the netmask part of the expression "%s" has an invalid format |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_NETMASK_90=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the netmask part of the expression "%s" has an invalid value |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETCONTROL_EXPRESSION_91=The provided Access Control Instruction (ACI) targetcontrol expression value "%s" is invalid. A valid targetcontrol keyword expression value requires one or more valid control OID strings in the following format: oid [|| oid1] ... [|| oidN] |
| | | SEVERE_WARN_ACI_SYNTAX_ILLEGAL_CHAR_IN_NUMERIC_OID_92=The provided Access Control Instruction (ACI) targetcontrol OID value "%s" could not be parsed because the value contained an illegal character %c at position %d |
| | | SEVERE_WARN_ACI_SYNTAX_DOUBLE_PERIOD_IN_NUMERIC_OID_93=The provided Access Control Instruction (ACI) targetcontrol OID value "%s" could not be parsed because the numeric OID contained two consecutive periods at position %d |
| | | SEVERE_WARN_ACI_SYNTAX_DECODE_EFFECTIVERIGHTS_FAIL_94=The access control check failed because a geteffectiverights control could not be decoded because of the following reason: "%s" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGEXTOP_EXPRESSION_95=The provided Access Control Instruction (ACI) extop expression value "%s" is invalid. A valid extop keyword expression value requires one or more valid extended operation request OID strings in the following format: oid [|| oid1] ... [|| oidN] |
| | | SEVERE_WARN_ACI_ATTRIBUTE_NOT_INDEXED_96=Backend %s does not have a presence index defined for attribute type %s. Access control initialization may take a very long time to complete in this backend |
| New file |
| | |
| | | # CDDL HEADER START |
| | | # |
| | | # The contents of this file are subject to the terms of the |
| | | # Common Development and Distribution License, Version 1.0 only |
| | | # (the "License"). You may not use this file except in compliance |
| | | # with the License. |
| | | # |
| | | # You can obtain a copy of the license at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE |
| | | # or https://OpenDS.dev.java.net/OpenDS.LICENSE. |
| | | # See the License for the specific language governing permissions |
| | | # and limitations under the License. |
| | | # |
| | | # When distributing Covered Code, include this CDDL HEADER in each |
| | | # file and include the License file at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, |
| | | # add the following below this CDDL HEADER, with the fields enclosed |
| | | # by brackets "[]" replaced with your own identifying information: |
| | | # Portions Copyright [yyyy] [name of copyright owner] |
| | | # |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2008 Sun Microsystems, Inc. |
| | | |
| | | |
| | | |
| | | # |
| | | # Global directives |
| | | # |
| | | global.category=ACCESS_CONTROL |
| | | |
| | | # |
| | | # Format string definitions |
| | | # |
| | | # Keys must be formatted as follows: |
| | | # |
| | | # [SEVERITY]_[DESCRIPTION]_[ORDINAL] |
| | | # |
| | | # where: |
| | | # |
| | | # SEVERITY is one of: |
| | | # [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE] |
| | | # |
| | | # DESCRIPTION is an upper case string providing a hint as to the context of |
| | | # the message in upper case with the underscore ('_') character serving as |
| | | # word separator |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | SEVERE_WARN_ACI_SYNTAX_GENERAL_PARSE_FAILED_1=The provided string "%s" could not be parsed as a valid Access Control Instruction (ACI) because it failed general ACI syntax evaluation |
| | | SEVERE_WARN_ACI_SYNTAX_INVAILD_VERSION_2=The provided Access Control Instruction (ACI) version value "%s" is invalid, only the version 3.0 is supported |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_ACCESS_TYPE_VERSION_3=The provided Access Control Instruction access type value "%s" is invalid. A valid access type value is either allow or deny |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_RIGHTS_SYNTAX_4=The provided Access Control Instruction (ACI) rights values "%s" are invalid. The rights must be a list of 1 to 6 comma-separated keywords enclosed in parentheses |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_RIGHTS_KEYWORD_5=The provided Access Control Instruction (ACI) rights keyword values "%s" are invalid. The valid rights keyword values are one or more of the following: read, write, add, delete, search, compare or the single value all |
| | | MILD_ERR_ACI_SYNTAX_BIND_RULE_MISSING_CLOSE_PAREN_6=La valeur de la r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie "%s" est invalide car il manque une parenth\u00e8se de fermeture correspondant \u00e0 la parenth\u00e8se d'ouverture initiale |
| | | MILD_ERR_ACI_SYNTAX_INVALID_BIND_RULE_SYNTAX_7=La valeur de la r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie "%s" est invalide. Pour \u00eatre valide, la valeur de la r\u00e8gle de liaison doit avoir le format suivant\u00a0: mot-cl\u00e9 op\u00e9rateur "expression" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_8=The provided Access Control Instruction (ACI) bind rule keyword value "%s" is invalid. A valid keyword value is one of the following: userdn, groupdn, roledn, userattr,ip, dns, dayofweek, timeofday or authmethod |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_OPERATOR_9=The provided Access Control Instruction (ACI) bind rule operator value "%s" is invalid. A valid bind rule operator value is either '=' or "!=" |
| | | SEVERE_WARN_ACI_SYNTAX_MISSING_BIND_RULE_EXPRESSION_10=The provided Access Control Instruction (ACI) bind rule expression value corresponding to the keyword value "%s" is missing an expression. A valid bind rule value must be in the following form: keyword operator "expression" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_BOOLEAN_OPERATOR_11=The provided Access Control Instruction (ACI) bind rule boolean operator value "%s" is invalid. A valid bind rule boolean operator value is either "OR" or "AND" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_OPERATOR_COMBO_12=The provided Access Control Instruction (ACI) bind rule keyword string "%s" is invalid for the bind rule operator string "%s" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERDN_URL_13=The provided Access Control Instruction (ACI) bind rule userdn expression failed to URL decode for the following reason: %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_ROLEDN_EXPRESSION_14=The provided Access Control Instruction (ACI) bind rule roledn expression value "%s" is invalid. A valid roledn keyword expression value requires one or more LDAP URLs in the following format: ldap:///dn [|| ldap:///dn] ... [|| ldap:///dn] |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_ROLEDN_URL_15=The provided Access Control Instruction (ACI) bind rule roledn expression failed to URL decode for the following reason: %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_GROUPDN_EXPRESSION_16=The provided Access Control Instruction (ACI) bind rule groupdn expression value "%s" is invalid. A valid groupdn keyword expression value requires one or more LDAP URLs in the following format: ldap:///groupdn [|| ldap:///groupdn] ... [|| ldap:///groupdn] |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_GROUPDN_URL_17=The provided Access Control Instruction (ACI) bind rule groupdn expression value failed to URL decode for the following reason: %s |
| | | SEVERE_WARN_ACI_SYNTAX_ADDRESS_FAMILY_MISMATCH_18=The network mask value "%s" is not valid for the ip expression network address "%s" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_NETWORK_BIT_MATCH_19=The bit mask for address type value "%s" is not valid.%s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_IP_CRITERIA_DECODE_20=The provided Access Control Instruction (ACI) bind rule ip expression value failed to decode for the following reason: %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_IP_EXPRESSION_21=The provided Access Control Instruction (ACI) bind rule ip expression value "%s" is invalid. A valid ip keyword expression requires one or more comma-separated elements of a valid IP address list expression |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_DNS_EXPRESSION_22=The provided Access Control Instruction (ACI) bind rule dns expression value "%s" is invalid. A valid dns keyword expression value requires a valid fully qualified DNS domain name |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_DNS_WILDCARD_23=The provided Access Control Instruction (ACI) bind rule dns expression value "%s" is invalid, because a wild-card pattern was found in the wrong position. A valid dns keyword wild-card expression value requires the '*' character only be in the leftmost position of the domain name |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_DAYOFWEEK_24=The provided Access Control Instruction (ACI) bind rule dayofweek expression value "%s" is invalid, because of an invalid day of week value. A valid dayofweek value is one of the following English three-letter abbreviations for the days of the week: sun, mon, tue, wed, thu, fri, or sat |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_25=The provided Access Control Instruction (ACI) bind rule timeofday expression value "%s" is invalid. A valid timeofday value is expressed as four digits representing hours and minutes in the 24-hour clock (0 to 2359) |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_RANGE_26=The provided Access Control Instruction (ACI) bind rule timeofday expression value "%s" is not in the valid range. A valid timeofday value is expressed as four digits representing hours and minutes in the 24-hour clock (0 to 2359) |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_AUTHMETHOD_EXPRESSION_27=The provided Access Control Instruction (ACI) bind rule authmethod expression value "%s" is invalid. A valid authmethod value is one of the following: none, simple,SSL, or "sasl mechanism", where mechanism is one of the supported SASL mechanisms including CRAM-MD5, DIGEST-MD5, and GSSAPI |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_EXPRESSION_28=The provided Access Control Instruction (ACI) bind rule userattr expression value "%s" is invalid |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_KEYWORD_29=The provided Access Control Instruction (ACI) bind rule userattr expression value "%s" is not supported |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_INHERITANCE_PATTERN_30=The provided Access Control Instruction (ACI) bind rule userattr expression inheritance pattern value "%s" is invalid. A valid inheritance pattern value must have the following format: parent[inheritance_level].attribute#bindType |
| | | SEVERE_WARN_ACI_SYNTAX_MAX_USERATTR_INHERITANCE_LEVEL_EXCEEDED_31=The provided Access Control Instruction (ACI) bind rule userattr expression inheritance pattern value "%s" is invalid. The inheritance level value cannot exceed the max level limit of %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_INHERITANCE_VALUE_32=The provided Access Control Instruction (ACI) bind rule userattr expression inheritance pattern value "%s" is invalid because it is non-numeric |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_SYNTAX_33=The provided Access Control Instruction (ACI) target rule value "%s" is invalid. A valid target rule value must be in the following form: keyword operator "expression" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_KEYWORD_34=The provided Access Control Instruction (ACI) target keyword value "%s" is invalid. A valid target keyword value is one of the following: target, targetscope, targetfilter, targetattr or targetattrfilters |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_NOT_OPERATOR_35=The provided Access Control Instruction (ACI) target operator value "%s" is invalid. The only valid target operator value for the "%s" keyword is '=' |
| | | SEVERE_WARN_ACI_SYNTAX_TARGET_KEYWORD_NOT_SUPPORTED_36=The provided Access Control Instruction (ACI) target keyword value "%s" is not supported at this time |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_DUPLICATE_KEYWORDS_37=The provided Access Control Instruction (ACI) target keyword value "%s" was seen multiple times in the ACI "%s" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETS_OPERATOR_38=The provided Access Control Instruction (ACI) target keyword operator value "%s" is invalid. A valid target keyword operator value is either '=' or "!=" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETSCOPE_EXPRESSION_39=The provided Access Control Instruction (ACI) targetscope expression operator value "%s" is invalid. A valid targetscope expression value is one of the following: one, onelevel or subtree |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETKEYWORD_EXPRESSION_40=The provided Access Control Instruction (ACI) target expression value "%s" is invalid. A valid target keyword expression value requires a LDAP URL in the following format: ldap:///distinguished_name_pattern |
| | | SEVERE_WARN_ACI_SYNTAX_TARGET_DN_NOT_DESCENDENTOF_41=The provided Access Control Instruction (ACI) target expression DN value "%s" is invalid. The target expression DN value must be a descendant of the ACI entry DN "%s", if no wild-card is specified in the target expression DN |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETATTRKEYWORD_EXPRESSION_42=The provided Access Control Instruction (ACI) targetattr expression value "%s" is invalid. A valid targetattr keyword expression value requires one or more valid attribute type names in the following format: attribute1 [|| attribute1] ... [|| attributeN] |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETFILTERKEYWORD_EXPRESSION_43=The provided Access Control Instruction (ACI) targetfilter expression value "%s" is invalid because it is not a valid LDAP filter |
| | | INFO_ACI_ADD_FAILED_PRIVILEGE_44=\u00c9chec de la tentative d'ajout de l'entr\u00e9e "%s" contenant un type d'attribut aci car le DN d'autorisation "%s" n'a pas les privil\u00e8ges modify-acl |
| | | INFO_ACI_MODIFY_FAILED_PRIVILEGE_45=\u00c9chec de la tentative de modification du type d'attribut dans l'entr\u00e9e "%s" car le DN d'autorisation "%s" n'a pas les privil\u00e8ges modify-acl |
| | | SEVERE_WARN_ACI_ADD_FAILED_DECODE_46=An attempt to add the entry "%s" containing an aci attribute type failed because of the following reason: %s |
| | | SEVERE_WARN_ACI_MODIFY_FAILED_DECODE_47=An attempt to modify an aci attribute type in the entry "%s" failed because of the following reason: %s |
| | | SEVERE_WARN_ACI_ADD_LIST_FAILED_DECODE_48= "%s", located in the entry "%s", because of the following reason: %s |
| | | INFO_ACI_ADD_LIST_NO_ACIS_49=Impossible de trouver un type d'attribut d'instruction de contr\u00f4le d'acc\u00e8s (ACI) dans le contexte "%s" |
| | | INFO_ACI_ADD_LIST_ACIS_50=Des types d'attributs d'instructions de contr\u00f4le d'acc\u00e8s ajout\u00e9s % ont \u00e9t\u00e9 trouv\u00e9s dans le contexte "%s" du moteur d'\u00e9valuation du contr\u00f4le d'acc\u00e8s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_ROLEDN_INHERITANCE_PATTERN_51=The provided Access Control Instruction (ACI) bind rule userattr expression inheritance pattern value "%s" is invalid for the roledn keyword because it starts with the string "parent[" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_OPERATION_52=The provided Access Control Instruction (ACI) targattrfilter expression value %s is invalid because %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_EXPRESSION_53=The provided Access Control Instruction (ACI) targattrfilter expression value %s is invalid because it is not in the correct format.A valid targattrsfilters expression value must be in the following format: "add=attr1: F1 && attr2: F2 ... && attrN: FN,del= attr1: F1 && attr2: F2 ... && attrN: FN" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_OPS_MATCH_54=The provided Access Control Instruction (ACI) targattrfilter expression value %s is invalid because the both operation tokens match in the two filter lists |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_MAX_FILTER_LISTS_55=The provided Access Control Instruction (ACI) targattrfilters expression value %s is invalid because there are more than two filter list statements |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LIST_FORMAT_56=The provided Access Control Instruction (ACI) targattrfilters expression value %s is invalid because the provided filter list string is in the wrong format. A valid targattrfilters filter list must be in the following format: add=attr1: F1 && attr2: F2 ... && attrN: FN |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_FILTER_57=The provided Access Control Instruction (ACI) targattrfilters expression value %s is invalid because one or more of the specified filters are invalid for the following reason: %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_ATTR_FILTER_58=The provided Access Control Instruction (ACI) targattrfilters expression value %s is invalid because one or more of the specified filters are invalid because of non-matching attribute type names in the filter |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_ATTRIBUTE_TYPE_NAME_59=The provided Access Control Instruction (ACI) attribute name value %s is invalid. A valid attribute type name must begin with an ASCII letter and must contain only ASCII letters,digits or the "-" character |
| | | NOTICE_ACI_SYNTAX_DUBIOUS_AUTHMETHOD_SASL_MECHANISM_60=Le m\u00e9canisme SASL "%s" fourni dans l'expression authmethod de la r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) ne fait pas partie des m\u00e9canismes actuellement enregistr\u00e9s sur le serveur |
| | | SEVERE_WARN_ACI_LOCALHOST_DOESNT_MATCH_CANONICAL_VALUE_61=The provided Access Control Instruction (ACI) bind rule dns expression value "%s" references hostname %s, but the canonical representation for that hostname is configured to be %s. The server will attempt to automatically interpret the correct localhost value |
| | | SEVERE_WARN_ACI_HOSTNAME_DOESNT_MATCH_CANONICAL_VALUE_62=The provided Access Control Instruction (ACI) bind rule dns expression value "%s" references hostname %s, which resolves to IP address %s, but the canonical hostname for that IP address is %s. This likely means that the provided hostname will never match any clients |
| | | SEVERE_WARN_ACI_ERROR_CHECKING_CANONICAL_HOSTNAME_63=An error occurred while attempting to determine whether hostname %s referenced in dns expression bind rule "%s" used the correct canonical representation: %s. This likely means that the provided hostname will never match any clients |
| | | INFO_ACI_DESCRIPTION_GLOBAL_ACI_64=Sp\u00e9cifie un type d'attribut d'instruction de contr\u00f4le d'acc\u00e8s (ACI) pouvant \u00eatre utilis\u00e9 pour des ACI d\u00e9finies avec un domaine global dans des contextes de nommage |
| | | INFO_ACI_ADD_LIST_NO_GLOBAL_ACIS_65=Impossible de trouver un type d'attribut d'instruction de contr\u00f4le d'acc\u00e8s (ACI) global |
| | | INFO_ACI_ADD_LIST_GLOBAL_ACIS_66=Types d'attributs d'instructions de contr\u00f4le d'acc\u00e8s global (ACI) ajout\u00e9s %s au moteur d'\u00e9valuation du contr\u00f4le d'acc\u00e8s |
| | | INFO_ACI_HANDLER_FAIL_PROCESS_GLOBAL_ACI_67=Une erreur inattendue s'est produite pendant le traitement de l'attribut ds-cfg-global-aci dans l'entr\u00e9e de configuration %s |
| | | INFO_ACI_HANDLER_FAIL_PROCESS_ACI_68=Une erreur inattendue s'est produite pendant le traitement des attributs aci dans le syst\u00e8me de configuration |
| | | SEVERE_WARN_PATTERN_DN_CONSECUTIVE_WILDCARDS_IN_VALUE_69=The pattern DN %s is not valid because it contains two consecutive wildcards in an attribute value |
| | | SEVERE_WARN_PATTERN_DN_TYPE_CONTAINS_SUBSTRINGS_70=The pattern DN %s is not valid because it uses wildcards for substring matching on an attribute type. A single wildcard is allowed in place of an attribute type |
| | | SEVERE_WARN_PATTERN_DN_TYPE_WILDCARD_IN_MULTIVALUED_RDN_71=The pattern DN %s is not valid because it contains a wildcard in an attribute type in a multi-valued RDN |
| | | SEVERE_WARN_ACI_HANDLER_CANNOT_LOCK_NEW_SUPERIOR_USER_72=Unable to obtain a lock on the ModifyDN new superior entry %s |
| | | SEVERE_WARN_ACI_NOT_VALID_DN_73=Selfwrite check skipped because an attribute "%s" with a distinguished name syntax was not a valid DN |
| | | SEVERE_WARN_ACI_TARGETATTR_INVALID_ATTR_TOKEN_74=The provided Access Control Instruction (ACI) targetattr expression value "%s" is invalid because the expression contains invalid or duplicate tokens |
| | | SEVERE_WARN_ACI_SYNTAX_ROLEDN_NOT_SUPPORTED_75=The provided Access Control Instruction (ACI) expression value "%s" is invalid because it contains the roledn keyword, which is not supported, replace it with the groupdn keyword |
| | | SEVERE_WARN_ACI_SERVER_DECODE_FAILED_76=Failed to decode the Access Control Instruction (ACI)%s |
| | | SEVERE_WARN_ACI_ENTER_LOCKDOWN_MODE_77=The server is being put into lockdown mode because invalid ACIs rules were detected either when the server was started or during a backend initialization |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_URL_78=The provided Access Control Instruction (ACI) bind rule userattr expression value failed to URL decode for the following reason: %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_BASEDN_URL_79=The provided Access Control Instruction (ACI) bind rule userattr expression value failed to parse because the ldap URL "%s" contains an empty base DN |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_ATTR_URL_80=The provided Access Control Instruction (ACI) bind rule userattr expression value failed to parse because the attribute field of the ldap URL "%s" either contains more than one description or the field is empty |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_PREFIX_FORMAT_81=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the prefix part of the expression "%s" has an invalid format |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_PREFIX_VALUE_82=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the prefix value of the expression "%s" was an invalid value. All values must greater than or equal to 0 and either less than or equal 32 for IPV4 addresses or less than or equal to 128 for IPV6 addresses |
| | | SEVERE_WARN_ACI_SYNTAX_PREFIX_NOT_NUMERIC_83=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the prefix part of the expression "%s" has an non-numeric value |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_IPV4_FORMAT_84=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the the IPv4 address expression "%s" format was invalid |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_IPV4_VALUE_85=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the IPv4 address expression "%s" contains an invalid value. All values of the address must be between 0 and 255 |
| | | SEVERE_WARN_ACI_SYNTAX_IPV4_NOT_NUMERIC_86=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the the IPv4 address expression "%s" contains a non-numeric value |
| | | SEVERE_WARN_ACI_SYNTAX_IPV6_WILDCARD_INVALID_87=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the the IPv6 address expression "%s" contains an illegal wildcard character. Wildcards are not supported when using IPv6 addresses in a IP bind rule expression |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_IPV6_FORMAT_88=The provided Access Control Instruction (ACI) bind rule IP address expression "%s" failed to parse for the following reason: "%s" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_NETMASK_FORMAT_89=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the netmask part of the expression "%s" has an invalid format |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_NETMASK_90=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the netmask part of the expression "%s" has an invalid value |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETCONTROL_EXPRESSION_91=The provided Access Control Instruction (ACI) targetcontrol expression value "%s" is invalid. A valid targetcontrol keyword expression value requires one or more valid control OID strings in the following format: oid [|| oid1] ... [|| oidN] |
| | | SEVERE_WARN_ACI_SYNTAX_ILLEGAL_CHAR_IN_NUMERIC_OID_92=The provided Access Control Instruction (ACI) targetcontrol OID value "%s" could not be parsed because the value contained an illegal character %c at position %d |
| | | SEVERE_WARN_ACI_SYNTAX_DOUBLE_PERIOD_IN_NUMERIC_OID_93=The provided Access Control Instruction (ACI) targetcontrol OID value "%s" could not be parsed because the numeric OID contained two consecutive periods at position %d |
| | | SEVERE_WARN_ACI_SYNTAX_DECODE_EFFECTIVERIGHTS_FAIL_94=The access control check failed because a geteffectiverights control could not be decoded because of the following reason: "%s" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGEXTOP_EXPRESSION_95=The provided Access Control Instruction (ACI) extop expression value "%s" is invalid. A valid extop keyword expression value requires one or more valid extended operation request OID strings in the following format: oid [|| oid1] ... [|| oidN] |
| | | SEVERE_WARN_ACI_ATTRIBUTE_NOT_INDEXED_96=Backend %s does not have a presence index defined for attribute type %s. Access control initialization may take a very long time to complete in this backend |
| New file |
| | |
| | | # CDDL HEADER START |
| | | # |
| | | # The contents of this file are subject to the terms of the |
| | | # Common Development and Distribution License, Version 1.0 only |
| | | # (the "License"). You may not use this file except in compliance |
| | | # with the License. |
| | | # |
| | | # You can obtain a copy of the license at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE |
| | | # or https://OpenDS.dev.java.net/OpenDS.LICENSE. |
| | | # See the License for the specific language governing permissions |
| | | # and limitations under the License. |
| | | # |
| | | # When distributing Covered Code, include this CDDL HEADER in each |
| | | # file and include the License file at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, |
| | | # add the following below this CDDL HEADER, with the fields enclosed |
| | | # by brackets "[]" replaced with your own identifying information: |
| | | # Portions Copyright [yyyy] [name of copyright owner] |
| | | # |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2008 Sun Microsystems, Inc. |
| | | |
| | | |
| | | |
| | | # |
| | | # Global directives |
| | | # |
| | | global.category=ACCESS_CONTROL |
| | | |
| | | # |
| | | # Format string definitions |
| | | # |
| | | # Keys must be formatted as follows: |
| | | # |
| | | # [SEVERITY]_[DESCRIPTION]_[ORDINAL] |
| | | # |
| | | # where: |
| | | # |
| | | # SEVERITY is one of: |
| | | # [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE] |
| | | # |
| | | # DESCRIPTION is an upper case string providing a hint as to the context of |
| | | # the message in upper case with the underscore ('_') character serving as |
| | | # word separator |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | SEVERE_WARN_ACI_SYNTAX_GENERAL_PARSE_FAILED_1=The provided string "%s" could not be parsed as a valid Access Control Instruction (ACI) because it failed general ACI syntax evaluation |
| | | SEVERE_WARN_ACI_SYNTAX_INVAILD_VERSION_2=The provided Access Control Instruction (ACI) version value "%s" is invalid, only the version 3.0 is supported |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_ACCESS_TYPE_VERSION_3=The provided Access Control Instruction access type value "%s" is invalid. A valid access type value is either allow or deny |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_RIGHTS_SYNTAX_4=The provided Access Control Instruction (ACI) rights values "%s" are invalid. The rights must be a list of 1 to 6 comma-separated keywords enclosed in parentheses |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_RIGHTS_KEYWORD_5=The provided Access Control Instruction (ACI) rights keyword values "%s" are invalid. The valid rights keyword values are one or more of the following: read, write, add, delete, search, compare or the single value all |
| | | MILD_ERR_ACI_SYNTAX_BIND_RULE_MISSING_CLOSE_PAREN_6=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002\u6700\u521d\u306e\u958b\u59cb\u62ec\u5f27\u306b\u5bfe\u5fdc\u3059\u308b\u9589\u3058\u62ec\u5f27\u304c\u3042\u308a\u307e\u305b\u3093 |
| | | MILD_ERR_ACI_SYNTAX_INVALID_BIND_RULE_SYNTAX_7=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002\u6709\u52b9\u306a\u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u5024\u306f\u3001\u6b21\u306e\u5f62\u5f0f\u3067\u3042\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059: \u30ad\u30fc\u30ef\u30fc\u30c9\u6f14\u7b97\u5b50 "\u5f0f" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_8=The provided Access Control Instruction (ACI) bind rule keyword value "%s" is invalid. A valid keyword value is one of the following: userdn, groupdn, roledn, userattr,ip, dns, dayofweek, timeofday or authmethod |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_OPERATOR_9=The provided Access Control Instruction (ACI) bind rule operator value "%s" is invalid. A valid bind rule operator value is either '=' or "!=" |
| | | SEVERE_WARN_ACI_SYNTAX_MISSING_BIND_RULE_EXPRESSION_10=The provided Access Control Instruction (ACI) bind rule expression value corresponding to the keyword value "%s" is missing an expression. A valid bind rule value must be in the following form: keyword operator "expression" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_BOOLEAN_OPERATOR_11=The provided Access Control Instruction (ACI) bind rule boolean operator value "%s" is invalid. A valid bind rule boolean operator value is either "OR" or "AND" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_OPERATOR_COMBO_12=The provided Access Control Instruction (ACI) bind rule keyword string "%s" is invalid for the bind rule operator string "%s" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERDN_URL_13=The provided Access Control Instruction (ACI) bind rule userdn expression failed to URL decode for the following reason: %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_ROLEDN_EXPRESSION_14=The provided Access Control Instruction (ACI) bind rule roledn expression value "%s" is invalid. A valid roledn keyword expression value requires one or more LDAP URLs in the following format: ldap:///dn [|| ldap:///dn] ... [|| ldap:///dn] |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_ROLEDN_URL_15=The provided Access Control Instruction (ACI) bind rule roledn expression failed to URL decode for the following reason: %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_GROUPDN_EXPRESSION_16=The provided Access Control Instruction (ACI) bind rule groupdn expression value "%s" is invalid. A valid groupdn keyword expression value requires one or more LDAP URLs in the following format: ldap:///groupdn [|| ldap:///groupdn] ... [|| ldap:///groupdn] |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_GROUPDN_URL_17=The provided Access Control Instruction (ACI) bind rule groupdn expression value failed to URL decode for the following reason: %s |
| | | SEVERE_WARN_ACI_SYNTAX_ADDRESS_FAMILY_MISMATCH_18=The network mask value "%s" is not valid for the ip expression network address "%s" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_NETWORK_BIT_MATCH_19=The bit mask for address type value "%s" is not valid.%s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_IP_CRITERIA_DECODE_20=The provided Access Control Instruction (ACI) bind rule ip expression value failed to decode for the following reason: %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_IP_EXPRESSION_21=The provided Access Control Instruction (ACI) bind rule ip expression value "%s" is invalid. A valid ip keyword expression requires one or more comma-separated elements of a valid IP address list expression |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_DNS_EXPRESSION_22=The provided Access Control Instruction (ACI) bind rule dns expression value "%s" is invalid. A valid dns keyword expression value requires a valid fully qualified DNS domain name |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_DNS_WILDCARD_23=The provided Access Control Instruction (ACI) bind rule dns expression value "%s" is invalid, because a wild-card pattern was found in the wrong position. A valid dns keyword wild-card expression value requires the '*' character only be in the leftmost position of the domain name |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_DAYOFWEEK_24=The provided Access Control Instruction (ACI) bind rule dayofweek expression value "%s" is invalid, because of an invalid day of week value. A valid dayofweek value is one of the following English three-letter abbreviations for the days of the week: sun, mon, tue, wed, thu, fri, or sat |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_25=The provided Access Control Instruction (ACI) bind rule timeofday expression value "%s" is invalid. A valid timeofday value is expressed as four digits representing hours and minutes in the 24-hour clock (0 to 2359) |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_RANGE_26=The provided Access Control Instruction (ACI) bind rule timeofday expression value "%s" is not in the valid range. A valid timeofday value is expressed as four digits representing hours and minutes in the 24-hour clock (0 to 2359) |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_AUTHMETHOD_EXPRESSION_27=The provided Access Control Instruction (ACI) bind rule authmethod expression value "%s" is invalid. A valid authmethod value is one of the following: none, simple,SSL, or "sasl mechanism", where mechanism is one of the supported SASL mechanisms including CRAM-MD5, DIGEST-MD5, and GSSAPI |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_EXPRESSION_28=The provided Access Control Instruction (ACI) bind rule userattr expression value "%s" is invalid |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_KEYWORD_29=The provided Access Control Instruction (ACI) bind rule userattr expression value "%s" is not supported |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_INHERITANCE_PATTERN_30=The provided Access Control Instruction (ACI) bind rule userattr expression inheritance pattern value "%s" is invalid. A valid inheritance pattern value must have the following format: parent[inheritance_level].attribute#bindType |
| | | SEVERE_WARN_ACI_SYNTAX_MAX_USERATTR_INHERITANCE_LEVEL_EXCEEDED_31=The provided Access Control Instruction (ACI) bind rule userattr expression inheritance pattern value "%s" is invalid. The inheritance level value cannot exceed the max level limit of %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_INHERITANCE_VALUE_32=The provided Access Control Instruction (ACI) bind rule userattr expression inheritance pattern value "%s" is invalid because it is non-numeric |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_SYNTAX_33=The provided Access Control Instruction (ACI) target rule value "%s" is invalid. A valid target rule value must be in the following form: keyword operator "expression" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_KEYWORD_34=The provided Access Control Instruction (ACI) target keyword value "%s" is invalid. A valid target keyword value is one of the following: target, targetscope, targetfilter, targetattr or targetattrfilters |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_NOT_OPERATOR_35=The provided Access Control Instruction (ACI) target operator value "%s" is invalid. The only valid target operator value for the "%s" keyword is '=' |
| | | SEVERE_WARN_ACI_SYNTAX_TARGET_KEYWORD_NOT_SUPPORTED_36=The provided Access Control Instruction (ACI) target keyword value "%s" is not supported at this time |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_DUPLICATE_KEYWORDS_37=The provided Access Control Instruction (ACI) target keyword value "%s" was seen multiple times in the ACI "%s" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETS_OPERATOR_38=The provided Access Control Instruction (ACI) target keyword operator value "%s" is invalid. A valid target keyword operator value is either '=' or "!=" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETSCOPE_EXPRESSION_39=The provided Access Control Instruction (ACI) targetscope expression operator value "%s" is invalid. A valid targetscope expression value is one of the following: one, onelevel or subtree |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETKEYWORD_EXPRESSION_40=The provided Access Control Instruction (ACI) target expression value "%s" is invalid. A valid target keyword expression value requires a LDAP URL in the following format: ldap:///distinguished_name_pattern |
| | | SEVERE_WARN_ACI_SYNTAX_TARGET_DN_NOT_DESCENDENTOF_41=The provided Access Control Instruction (ACI) target expression DN value "%s" is invalid. The target expression DN value must be a descendant of the ACI entry DN "%s", if no wild-card is specified in the target expression DN |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETATTRKEYWORD_EXPRESSION_42=The provided Access Control Instruction (ACI) targetattr expression value "%s" is invalid. A valid targetattr keyword expression value requires one or more valid attribute type names in the following format: attribute1 [|| attribute1] ... [|| attributeN] |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETFILTERKEYWORD_EXPRESSION_43=The provided Access Control Instruction (ACI) targetfilter expression value "%s" is invalid because it is not a valid LDAP filter |
| | | INFO_ACI_ADD_FAILED_PRIVILEGE_44=aci \u5c5e\u6027\u578b\u3092\u542b\u3080\u30a8\u30f3\u30c8\u30ea "%s" \u3092\u8ffd\u52a0\u3059\u308b\u8a66\u307f\u304c\u5931\u6557\u3057\u307e\u3057\u305f\u3002\u8a8d\u53ef DN "%s" \u306b ACL \u4fee\u6b63\u6a29\u9650\u304c\u3042\u308a\u307e\u305b\u3093 |
| | | INFO_ACI_MODIFY_FAILED_PRIVILEGE_45=\u30a8\u30f3\u30c8\u30ea "%s" \u306e aci \u5c5e\u6027\u578b\u3092\u4fee\u6b63\u3059\u308b\u8a66\u307f\u304c\u5931\u6557\u3057\u307e\u3057\u305f\u3002\u8a8d\u53ef DN "%s" \u306b ACL \u4fee\u6b63\u6a29\u9650\u304c\u3042\u308a\u307e\u305b\u3093 |
| | | SEVERE_WARN_ACI_ADD_FAILED_DECODE_46=An attempt to add the entry "%s" containing an aci attribute type failed because of the following reason: %s |
| | | SEVERE_WARN_ACI_MODIFY_FAILED_DECODE_47=An attempt to modify an aci attribute type in the entry "%s" failed because of the following reason: %s |
| | | SEVERE_WARN_ACI_ADD_LIST_FAILED_DECODE_48= "%s", located in the entry "%s", because of the following reason: %s |
| | | INFO_ACI_ADD_LIST_NO_ACIS_49=\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u5c5e\u6027\u578b\u304c\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8 "%s" \u3067\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f |
| | | INFO_ACI_ADD_LIST_ACIS_50=\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8 "%s" \u3067\u898b\u3064\u304b\u3063\u305f %s \u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u5c5e\u6027\u578b\u3092\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u8a55\u4fa1\u30a8\u30f3\u30b8\u30f3\u306b\u8ffd\u52a0\u3057\u307e\u3057\u305f |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_ROLEDN_INHERITANCE_PATTERN_51=The provided Access Control Instruction (ACI) bind rule userattr expression inheritance pattern value "%s" is invalid for the roledn keyword because it starts with the string "parent[" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_OPERATION_52=The provided Access Control Instruction (ACI) targattrfilter expression value %s is invalid because %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_EXPRESSION_53=The provided Access Control Instruction (ACI) targattrfilter expression value %s is invalid because it is not in the correct format.A valid targattrsfilters expression value must be in the following format: "add=attr1: F1 && attr2: F2 ... && attrN: FN,del= attr1: F1 && attr2: F2 ... && attrN: FN" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_OPS_MATCH_54=The provided Access Control Instruction (ACI) targattrfilter expression value %s is invalid because the both operation tokens match in the two filter lists |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_MAX_FILTER_LISTS_55=The provided Access Control Instruction (ACI) targattrfilters expression value %s is invalid because there are more than two filter list statements |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LIST_FORMAT_56=The provided Access Control Instruction (ACI) targattrfilters expression value %s is invalid because the provided filter list string is in the wrong format. A valid targattrfilters filter list must be in the following format: add=attr1: F1 && attr2: F2 ... && attrN: FN |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_FILTER_57=The provided Access Control Instruction (ACI) targattrfilters expression value %s is invalid because one or more of the specified filters are invalid for the following reason: %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_ATTR_FILTER_58=The provided Access Control Instruction (ACI) targattrfilters expression value %s is invalid because one or more of the specified filters are invalid because of non-matching attribute type names in the filter |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_ATTRIBUTE_TYPE_NAME_59=The provided Access Control Instruction (ACI) attribute name value %s is invalid. A valid attribute type name must begin with an ASCII letter and must contain only ASCII letters,digits or the "-" character |
| | | NOTICE_ACI_SYNTAX_DUBIOUS_AUTHMETHOD_SASL_MECHANISM_60=\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e\u8a8d\u8a3c\u65b9\u6cd5\u5f0f\u3067\u63d0\u4f9b\u3055\u308c\u308b SASL \u6a5f\u69cb "%s" \u306f\u3001\u30b5\u30fc\u30d0\u30fc\u306b\u73fe\u5728\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u6a5f\u69cb\u3067\u306f\u3042\u308a\u307e\u305b\u3093 |
| | | SEVERE_WARN_ACI_LOCALHOST_DOESNT_MATCH_CANONICAL_VALUE_61=The provided Access Control Instruction (ACI) bind rule dns expression value "%s" references hostname %s, but the canonical representation for that hostname is configured to be %s. The server will attempt to automatically interpret the correct localhost value |
| | | SEVERE_WARN_ACI_HOSTNAME_DOESNT_MATCH_CANONICAL_VALUE_62=The provided Access Control Instruction (ACI) bind rule dns expression value "%s" references hostname %s, which resolves to IP address %s, but the canonical hostname for that IP address is %s. This likely means that the provided hostname will never match any clients |
| | | SEVERE_WARN_ACI_ERROR_CHECKING_CANONICAL_HOSTNAME_63=An error occurred while attempting to determine whether hostname %s referenced in dns expression bind rule "%s" used the correct canonical representation: %s. This likely means that the provided hostname will never match any clients |
| | | INFO_ACI_DESCRIPTION_GLOBAL_ACI_64=\u30cd\u30fc\u30df\u30f3\u30b0\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8\u5168\u4f53\u3067\u30b0\u30ed\u30fc\u30d0\u30eb\u30b9\u30b3\u30fc\u30d7\u3092\u6301\u3064\u5b9a\u7fa9\u6e08\u307f ACI \u3067\u4f7f\u7528\u3067\u304d\u308b\u30b0\u30ed\u30fc\u30d0\u30eb\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u5c5e\u6027\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059 |
| | | INFO_ACI_ADD_LIST_NO_GLOBAL_ACIS_65=\u30b0\u30ed\u30fc\u30d0\u30eb\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u5c5e\u6027\u578b\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f |
| | | INFO_ACI_ADD_LIST_GLOBAL_ACIS_66=%s \u30b0\u30ed\u30fc\u30d0\u30eb\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u5c5e\u6027\u578b\u3092\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u8a55\u4fa1\u30a8\u30f3\u30b8\u30f3\u306b\u8ffd\u52a0\u3057\u307e\u3057\u305f |
| | | INFO_ACI_HANDLER_FAIL_PROCESS_GLOBAL_ACI_67=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306e ds-cfg-global-aci \u5c5e\u6027\u306e\u51e6\u7406\u4e2d\u306b\u3001\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | INFO_ACI_HANDLER_FAIL_PROCESS_ACI_68=\u69cb\u6210\u30b7\u30b9\u30c6\u30e0\u3067 aci \u5c5e\u6027\u306e\u51e6\u7406\u4e2d\u306b\u3001\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | SEVERE_WARN_PATTERN_DN_CONSECUTIVE_WILDCARDS_IN_VALUE_69=The pattern DN %s is not valid because it contains two consecutive wildcards in an attribute value |
| | | SEVERE_WARN_PATTERN_DN_TYPE_CONTAINS_SUBSTRINGS_70=The pattern DN %s is not valid because it uses wildcards for substring matching on an attribute type. A single wildcard is allowed in place of an attribute type |
| | | SEVERE_WARN_PATTERN_DN_TYPE_WILDCARD_IN_MULTIVALUED_RDN_71=The pattern DN %s is not valid because it contains a wildcard in an attribute type in a multi-valued RDN |
| | | SEVERE_WARN_ACI_HANDLER_CANNOT_LOCK_NEW_SUPERIOR_USER_72=Unable to obtain a lock on the ModifyDN new superior entry %s |
| | | SEVERE_WARN_ACI_NOT_VALID_DN_73=Selfwrite check skipped because an attribute "%s" with a distinguished name syntax was not a valid DN |
| | | SEVERE_WARN_ACI_TARGETATTR_INVALID_ATTR_TOKEN_74=The provided Access Control Instruction (ACI) targetattr expression value "%s" is invalid because the expression contains invalid or duplicate tokens |
| | | SEVERE_WARN_ACI_SYNTAX_ROLEDN_NOT_SUPPORTED_75=The provided Access Control Instruction (ACI) expression value "%s" is invalid because it contains the roledn keyword, which is not supported, replace it with the groupdn keyword |
| | | SEVERE_WARN_ACI_SERVER_DECODE_FAILED_76=Failed to decode the Access Control Instruction (ACI)%s |
| | | SEVERE_WARN_ACI_ENTER_LOCKDOWN_MODE_77=The server is being put into lockdown mode because invalid ACIs rules were detected either when the server was started or during a backend initialization |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_URL_78=The provided Access Control Instruction (ACI) bind rule userattr expression value failed to URL decode for the following reason: %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_BASEDN_URL_79=The provided Access Control Instruction (ACI) bind rule userattr expression value failed to parse because the ldap URL "%s" contains an empty base DN |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_ATTR_URL_80=The provided Access Control Instruction (ACI) bind rule userattr expression value failed to parse because the attribute field of the ldap URL "%s" either contains more than one description or the field is empty |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_PREFIX_FORMAT_81=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the prefix part of the expression "%s" has an invalid format |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_PREFIX_VALUE_82=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the prefix value of the expression "%s" was an invalid value. All values must greater than or equal to 0 and either less than or equal 32 for IPV4 addresses or less than or equal to 128 for IPV6 addresses |
| | | SEVERE_WARN_ACI_SYNTAX_PREFIX_NOT_NUMERIC_83=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the prefix part of the expression "%s" has an non-numeric value |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_IPV4_FORMAT_84=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the the IPv4 address expression "%s" format was invalid |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_IPV4_VALUE_85=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the IPv4 address expression "%s" contains an invalid value. All values of the address must be between 0 and 255 |
| | | SEVERE_WARN_ACI_SYNTAX_IPV4_NOT_NUMERIC_86=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the the IPv4 address expression "%s" contains a non-numeric value |
| | | SEVERE_WARN_ACI_SYNTAX_IPV6_WILDCARD_INVALID_87=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the the IPv6 address expression "%s" contains an illegal wildcard character. Wildcards are not supported when using IPv6 addresses in a IP bind rule expression |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_IPV6_FORMAT_88=The provided Access Control Instruction (ACI) bind rule IP address expression "%s" failed to parse for the following reason: "%s" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_NETMASK_FORMAT_89=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the netmask part of the expression "%s" has an invalid format |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_NETMASK_90=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the netmask part of the expression "%s" has an invalid value |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETCONTROL_EXPRESSION_91=The provided Access Control Instruction (ACI) targetcontrol expression value "%s" is invalid. A valid targetcontrol keyword expression value requires one or more valid control OID strings in the following format: oid [|| oid1] ... [|| oidN] |
| | | SEVERE_WARN_ACI_SYNTAX_ILLEGAL_CHAR_IN_NUMERIC_OID_92=The provided Access Control Instruction (ACI) targetcontrol OID value "%s" could not be parsed because the value contained an illegal character %c at position %d |
| | | SEVERE_WARN_ACI_SYNTAX_DOUBLE_PERIOD_IN_NUMERIC_OID_93=The provided Access Control Instruction (ACI) targetcontrol OID value "%s" could not be parsed because the numeric OID contained two consecutive periods at position %d |
| | | SEVERE_WARN_ACI_SYNTAX_DECODE_EFFECTIVERIGHTS_FAIL_94=The access control check failed because a geteffectiverights control could not be decoded because of the following reason: "%s" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGEXTOP_EXPRESSION_95=The provided Access Control Instruction (ACI) extop expression value "%s" is invalid. A valid extop keyword expression value requires one or more valid extended operation request OID strings in the following format: oid [|| oid1] ... [|| oidN] |
| | | SEVERE_WARN_ACI_ATTRIBUTE_NOT_INDEXED_96=Backend %s does not have a presence index defined for attribute type %s. Access control initialization may take a very long time to complete in this backend |
| New file |
| | |
| | | # CDDL HEADER START |
| | | # |
| | | # The contents of this file are subject to the terms of the |
| | | # Common Development and Distribution License, Version 1.0 only |
| | | # (the "License"). You may not use this file except in compliance |
| | | # with the License. |
| | | # |
| | | # You can obtain a copy of the license at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE |
| | | # or https://OpenDS.dev.java.net/OpenDS.LICENSE. |
| | | # See the License for the specific language governing permissions |
| | | # and limitations under the License. |
| | | # |
| | | # When distributing Covered Code, include this CDDL HEADER in each |
| | | # file and include the License file at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, |
| | | # add the following below this CDDL HEADER, with the fields enclosed |
| | | # by brackets "[]" replaced with your own identifying information: |
| | | # Portions Copyright [yyyy] [name of copyright owner] |
| | | # |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2008 Sun Microsystems, Inc. |
| | | |
| | | |
| | | |
| | | # |
| | | # Global directives |
| | | # |
| | | global.category=ACCESS_CONTROL |
| | | |
| | | # |
| | | # Format string definitions |
| | | # |
| | | # Keys must be formatted as follows: |
| | | # |
| | | # [SEVERITY]_[DESCRIPTION]_[ORDINAL] |
| | | # |
| | | # where: |
| | | # |
| | | # SEVERITY is one of: |
| | | # [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE] |
| | | # |
| | | # DESCRIPTION is an upper case string providing a hint as to the context of |
| | | # the message in upper case with the underscore ('_') character serving as |
| | | # word separator |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | SEVERE_WARN_ACI_SYNTAX_GENERAL_PARSE_FAILED_1=\uc81c\uacf5\ub41c \ubb38\uc790\uc5f4 \"%s\"\uc740(\ub294) \uc77c\ubc18 ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \uad6c\ubb38 \ud3c9\uac00\uc5d0 \uc2e4\ud328\ud588\uae30 \ub54c\ubb38\uc5d0 \uc720\ud6a8\ud55c ACI\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_INVAILD_VERSION_2=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc84\uc804 \uac12 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \ubc84\uc804 3.0\ub9cc \uc9c0\uc6d0\ub429\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_ACCESS_TYPE_VERSION_3=\uc81c\uacf5\ub41c \uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839 \uc561\uc138\uc2a4 \uc720\ud615 \uac12 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c \uc561\uc138\uc2a4 \uc720\ud615 \uac12\uc740 allow \ub610\ub294 deny\uc785\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_RIGHTS_SYNTAX_4=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \uad8c\ud55c \uac12 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uad8c\ud55c\uc740 1 - 6\uac1c\uc758 \ud0a4\uc6cc\ub4dc \ubaa9\ub85d\uc73c\ub85c \uc27c\ud45c\ub85c \uad6c\ubd84\ub418\uace0 \uad04\ud638\ub85c \ubb36\uc5ec \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_RIGHTS_KEYWORD_5=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \uad8c\ud55c \ud0a4\uc6cc\ub4dc \uac12 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c \uad8c\ud55c \ud0a4\uc6cc\ub4dc \uac12\uc740 read, write, add, delete, search, compare \uc911 \ud558\ub098 \uc774\uc0c1\uc774\uac70\ub098 \ub2e8\uc77c \uac12 all\uc785\ub2c8\ub2e4. |
| | | MILD_ERR_ACI_SYNTAX_BIND_RULE_MISSING_CLOSE_PAREN_6=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 \uac12 \"%s\"\uc740(\ub294) \uccab \ubc88\uc9f8 \uc5ec\ub294 \uad04\ud638\uc5d0 \ud574\ub2f9\ud558\ub294 \ub2eb\ub294 \uad04\ud638\uac00 \uc5c6\uc73c\ubbc0\ub85c \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_ACI_SYNTAX_INVALID_BIND_RULE_SYNTAX_7=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 \uac12 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c \ubc14\uc778\ub4dc \uaddc\uce59 \uac12\uc740 \ud0a4\uc6cc\ub4dc \uc5f0\uc0b0\uc790 "\ud45c\ud604\uc2dd" \ud615\uc2dd\uc774\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_8=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 \ud0a4\uc6cc\ub4dc \uac12 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c \ud0a4\uc6cc\ub4dc \uac12\uc740 userdn, groupdn, roledn, userattr, ip, dns, dayofweek, timeofday \ub610\ub294 authmethod \uc911 \ud558\ub098\uc785\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_OPERATOR_9=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 \uc5f0\uc0b0\uc790 \uac12 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c \ubc14\uc778\ub4dc \uaddc\uce59 \uc5f0\uc0b0\uc790 \uac12\uc740 '=' \ub610\ub294 "!="\uc785\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_MISSING_BIND_RULE_EXPRESSION_10=\ud0a4\uc6cc\ub4dc \uac12 \"%s\"\uc5d0 \ud574\ub2f9\ub418\ub294 \uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 \ud45c\ud604\uc2dd \uac12\uc5d0 \ud45c\ud604\uc2dd\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c \ubc14\uc778\ub4dc \uaddc\uce59 \uac12\uc740 \ud0a4\uc6cc\ub4dc \uc5f0\uc0b0\uc790 "\ud45c\ud604\uc2dd" \ud615\uc2dd\uc774\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_BOOLEAN_OPERATOR_11=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 \ubd80\uc6b8 \uc5f0\uc0b0\uc790 \uac12 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c \ubc14\uc778\ub4dc \uaddc\uce59 \ubd80\uc6b8 \uc5f0\uc0b0\uc790 \uac12\uc740 "OR" \ub610\ub294 "AND"\uc785\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_OPERATOR_COMBO_12=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 \ud0a4\uc6cc\ub4dc \ubb38\uc790\uc5f4 \"%s\"\uc774(\uac00) \ubc14\uc778\ub4dc \uaddc\uce59 \uc5f0\uc0b0\uc790 \ubb38\uc790\uc5f4 \"%s\"\uc5d0 \uc801\ud569\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERDN_URL_13=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 userdn \ud45c\ud604\uc2dd\uc5d0\uc11c \ub2e4\uc74c\uacfc \uac19\uc740 \uc774\uc720\ub85c URL\uc744 \ud574\ub3c5\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_ROLEDN_EXPRESSION_14=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 roledn \ud45c\ud604\uc2dd \uac12 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c roledn \ud0a4\uc6cc\ub4dc \ud45c\ud604\uc2dd \uac12\uc5d0\ub294 ldap:///dn [|| ldap:///dn] ... [|| ldap:///dn] \ud615\uc2dd\uc758 LDAP URL\uc774 \ud558\ub098 \uc774\uc0c1 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_ROLEDN_URL_15=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 roledn \ud45c\ud604\uc2dd\uc5d0\uc11c \ub2e4\uc74c\uacfc \uac19\uc740 \uc774\uc720\ub85c URL\uc744 \ud574\ub3c5\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_GROUPDN_EXPRESSION_16=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 groupdn \ud45c\ud604\uc2dd \uac12 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c groupdn \ud0a4\uc6cc\ub4dc \ud45c\ud604\uc2dd \uac12\uc5d0\ub294 ldap:///groupdn [|| ldap:///groupdn] ... [|| ldap:///groupdn] \ud615\uc2dd\uc758 LDAP URL\uc774 \ud558\ub098 \uc774\uc0c1 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_GROUPDN_URL_17=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 groupdn \ud45c\ud604\uc2dd \uac12\uc5d0\uc11c \ub2e4\uc74c\uacfc \uac19\uc740 \uc774\uc720\ub85c URL\uc744 \ud574\ub3c5\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_WARN_ACI_SYNTAX_ADDRESS_FAMILY_MISMATCH_18=\ub124\ud2b8\uc6cc\ud06c \ub9c8\uc2a4\ud06c \uac12 \"%s\"\uc774(\uac00) ip \ud45c\ud604\uc2dd \ub124\ud2b8\uc6cc\ud06c \uc8fc\uc18c \"%s\"\uc5d0 \uc801\ud569\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_NETWORK_BIT_MATCH_19=\uc8fc\uc18c \uc720\ud615 \uac12 \"%s\"\uc758 \ube44\ud2b8 \ub9c8\uc2a4\ud06c\uac00 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4.%s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_IP_CRITERIA_DECODE_20=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 ip \ud45c\ud604\uc2dd \uac12\uc5d0\uc11c \ub2e4\uc74c\uacfc \uac19\uc740 \uc774\uc720\ub85c \ud574\ub3c5\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_IP_EXPRESSION_21=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 ip \ud45c\ud604\uc2dd \uac12 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c ip \ud0a4\uc6cc\ub4dc \ud45c\ud604\uc2dd\uc5d0\ub294 \uc27c\ud45c\ub85c \uad6c\ubd84\ub41c \uc720\ud6a8\ud55c IP \uc8fc\uc18c \ubaa9\ub85d \ud45c\ud604\uc2dd \uc694\uc18c\uac00 \ud558\ub098 \uc774\uc0c1 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_DNS_EXPRESSION_22=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 dns \ud45c\ud604\uc2dd \uac12 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c dns \ud0a4\uc6cc\ub4dc \ud45c\ud604\uc2dd \uac12\uc5d0\ub294 \uc720\ud6a8\ud55c \uc815\uaddc\ud654\ub41c DNS \ub3c4\uba54\uc778 \uc774\ub984\uc774 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_DNS_WILDCARD_23=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 dns \ud45c\ud604\uc2dd \uac12 \"%s\"\uc740(\ub294) \uc640\uc77c\ub4dc\uce74\ub4dc \ud328\ud134\uc774 \uc798\ubabb\ub41c \uc704\uce58\uc5d0 \uc788\uc73c\ubbc0\ub85c \uc720\ud6a8\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c dns \ud0a4\uc6cc\ub4dc \uc640\uc77c\ub4dc\uce74\ub4dc \ud45c\ud604\uc2dd \uac12\uc5d0\ub294 '*' \ubb38\uc790\uac00 \ub3c4\uba54\uc778 \uc774\ub984\uc758 \ub9e8 \uc67c\ucabd\uc5d0\ub9cc \uc62c \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_DAYOFWEEK_24=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 dayofweek \ud45c\ud604\uc2dd \uac12 \"%s\"\uc740(\ub294) \uc694\uc77c \uac12\uc774 \uc798\ubabb\ub418\uc5c8\uc73c\ubbc0\ub85c \uc720\ud6a8\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c dayofweek \uac12\uc740 \uc694\uc77c\uc5d0 \ub300\ud55c \uc138 \ubb38\uc790 \uc601\uc5b4 \uc57d\uc5b4 sun, mon, tue, wed, thu, fri \ub610\ub294 sat \uc911 \ud558\ub098\uc785\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_25=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 timeofday \ud45c\ud604\uc2dd \uac12 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c timeofday \uac12\uc740 24\uc2dc\uac04\uc758 \uc2dc\uac04 \ubc0f \ubd84\uc744 \ub098\ud0c0\ub0b4\ub294 \ub124 \uc790\ub9ac \uc22b\uc790(0 ~ 2359)\ub85c \ud45c\ud604\ub429\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_RANGE_26=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 timeofday \ud45c\ud604\uc2dd \uac12 \"%s\"\uc774(\uac00) \uc720\ud6a8\ud55c \ubc94\uc704\uc5d0 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c timeofday \uac12\uc740 24\uc2dc\uac04\uc758 \uc2dc\uac04 \ubc0f \ubd84\uc744 \ub098\ud0c0\ub0b4\ub294 \ub124 \uc790\ub9ac \uc22b\uc790(0 ~ 2359)\ub85c \ud45c\ud604\ub429\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_AUTHMETHOD_EXPRESSION_27=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 authmethod \ud45c\ud604\uc2dd \uac12 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c authmethod \uac12\uc740 none, simple, SSL \ub610\ub294 "sasl mechanism" \uc911 \ud558\ub098\uc785\ub2c8\ub2e4. \uc5ec\uae30\uc11c mechanism\uc740 CRAM-MD5, DIGEST-MD5 \ubc0f GSSAPI\ub97c \ud3ec\ud568\ud558\ub294 \uc9c0\uc6d0\ub418\ub294 SASL \uba54\ucee4\ub2c8\uc998 \uc911 \ud558\ub098\uc785\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_EXPRESSION_28=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 userattr \ud45c\ud604\uc2dd \uac12 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_KEYWORD_29=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 userattr \ud45c\ud604\uc2dd \uac12 \"%s\"\uc740(\ub294) \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_INHERITANCE_PATTERN_30=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 userattr \ud45c\ud604\uc2dd \uc0c1\uc18d \ud328\ud134 \uac12 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c \uc0c1\uc18d \ud328\ud134 \uac12\uc740 parent[inheritance_level].attribute#bindType \ud615\uc2dd\uc774\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_MAX_USERATTR_INHERITANCE_LEVEL_EXCEEDED_31=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 userattr \ud45c\ud604\uc2dd \uc0c1\uc18d \ud328\ud134 \uac12 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc0c1\uc18d \uc218\uc900 \uac12\uc740 \ucd5c\ub300 \uc218\uc900 \uc81c\ud55c %s\uc744(\ub97c) \ucd08\uacfc\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_INHERITANCE_VALUE_32=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 userattr \ud45c\ud604\uc2dd \uc0c1\uc18d \ud328\ud134 \uac12 \"%s\"\uc740(\ub294) \uc22b\uc790\uac00 \uc544\ub2c8\ubbc0\ub85c \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_SYNTAX_33=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ub300\uc0c1 \uaddc\uce59 \uac12 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c \ub300\uc0c1 \uaddc\uce59 \uac12\uc740 \ud0a4\uc6cc\ub4dc \uc5f0\uc0b0\uc790 "\ud45c\ud604\uc2dd" \ud615\uc2dd\uc774\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_KEYWORD_34=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ub300\uc0c1 \ud0a4\uc6cc\ub4dc \uac12 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c \ub300\uc0c1 \ud0a4\uc6cc\ub4dc \uac12\uc740 target, targetscope, targetfilter, targetattr \ub610\ub294 targetattrfilters \uc911 \ud558\ub098\uc785\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_NOT_OPERATOR_35=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ub300\uc0c1 \uc5f0\uc0b0\uc790 \uac12 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \"%s\" \ud0a4\uc6cc\ub4dc\uc758 \uc720\ud6a8\ud55c \ub300\uc0c1 \uc5f0\uc0b0\uc790 \uac12\uc740 '='\ubfd0\uc785\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_TARGET_KEYWORD_NOT_SUPPORTED_36=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ub300\uc0c1 \ud0a4\uc6cc\ub4dc \uac12 \"%s\"\uc740(\ub294) \ud604\uc7ac \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_DUPLICATE_KEYWORDS_37=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ub300\uc0c1 \ud0a4\uc6cc\ub4dc \uac12 \"%s\"\uc774(\uac00) ACI \"%s\"\uc5d0 \uc5ec\ub7ec \uac1c \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETS_OPERATOR_38=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ub300\uc0c1 \ud0a4\uc6cc\ub4dc \uc5f0\uc0b0\uc790 \uac12 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c \ub300\uc0c1 \ud0a4\uc6cc\ub4dc \uc5f0\uc0b0\uc790 \uac12\uc740 '=' \ub610\ub294 "!="\uc785\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETSCOPE_EXPRESSION_39=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) targetscope \ud45c\ud604\uc2dd \uc5f0\uc0b0\uc790 \uac12 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c targetscope \ud45c\ud604\uc2dd \uac12\uc740 one, onelevel \ub610\ub294 subtree \uc911 \ud558\ub098\uc785\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETKEYWORD_EXPRESSION_40=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) target \ud45c\ud604\uc2dd \uac12 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c target \ud0a4\uc6cc\ub4dc \ud45c\ud604\uc2dd \uac12\uc5d0\ub294 ldap:///distinguished_name_pattern \ud615\uc2dd\uc758 LDAP URL\uc774 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_TARGET_DN_NOT_DESCENDENTOF_41=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) target \ud45c\ud604\uc2dd DN \uac12 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. target \ud45c\ud604\uc2dd DN \uac12\uc740 target \ud45c\ud604\uc2dd DN\uc5d0 \uc640\uc77c\ub4dc\uce74\ub4dc\ub97c \uc9c0\uc815\ud558\uc9c0 \uc54a\uc740 \uacbd\uc6b0 ACI \ud56d\ubaa9 DN \"%s\"\uc758 \ud558\uc704 \ud56d\ubaa9\uc774\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETATTRKEYWORD_EXPRESSION_42=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) targetattr \ud45c\ud604\uc2dd \uac12 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c targetattr \ud0a4\uc6cc\ub4dc \ud45c\ud604\uc2dd \uac12\uc5d0\ub294 attribute1 [|| attribute1] ... [|| attributeN] \ud615\uc2dd\uc758 \uc720\ud6a8\ud55c \uc18d\uc131 \uc720\ud615 \uc774\ub984\uc774 \ud558\ub098 \uc774\uc0c1 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETFILTERKEYWORD_EXPRESSION_43=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) targetfilter \ud45c\ud604\uc2dd \uac12 \"%s\"\uc740(\ub294) \uc720\ud6a8\ud55c LDAP \ud544\ud130\uac00 \uc544\ub2c8\ubbc0\ub85c \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | INFO_ACI_ADD_FAILED_PRIVILEGE_44=\uad8c\ud55c \ubd80\uc5ec DN \"%2$s\"\uc5d0 modify-acl \uad8c\ud55c\uc774 \uc5c6\uc5b4\uc11c aci \uc18d\uc131 \uc720\ud615\uc774 \ud3ec\ud568\ub41c \ud56d\ubaa9 \"%1$s\"\uc744(\ub97c) \ucd94\uac00\ud558\ub824\ub294 \uc2dc\ub3c4\uac00 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4. |
| | | INFO_ACI_MODIFY_FAILED_PRIVILEGE_45=\uad8c\ud55c \ubd80\uc5ec DN \"%2$s\"\uc5d0 modify-acl \uad8c\ud55c\uc774 \uc5c6\uc5b4\uc11c \ud56d\ubaa9 \"%1$s\"\uc5d0\uc11c aci \uc18d\uc131 \uc720\ud615\uc744 \uc218\uc815\ud558\ub824\ub294 \uc2dc\ub3c4\uac00 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_ADD_FAILED_DECODE_46=aci \uc18d\uc131 \uc720\ud615\uc774 \ud3ec\ud568\ub41c \ud56d\ubaa9 \"%s\"\uc744(\ub97c) \ucd94\uac00\ud558\ub824\ub294 \uc2dc\ub3c4\uac00 \ub2e4\uc74c\uacfc \uac19\uc740 \uc774\uc720\ub85c \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_WARN_ACI_MODIFY_FAILED_DECODE_47=\ud56d\ubaa9 \"%s\"\uc5d0\uc11c aci \uc18d\uc131 \uc720\ud615\uc744 \uc218\uc815\ud558\ub824\ub294 \uc2dc\ub3c4\uac00 \ub2e4\uc74c\uacfc \uac19\uc740 \uc774\uc720\ub85c \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_WARN_ACI_ADD_LIST_FAILED_DECODE_48= \ub2e4\uc74c\uacfc \uac19\uc740 \uc774\uc720\ub85c \"%s\"\uc744(\ub97c) \uc218\ud589\ud588\uc2b5\ub2c8\ub2e4(\ud56d\ubaa9 \"%s\"\uc5d0 \uc788\uc74c): %s |
| | | INFO_ACI_ADD_LIST_NO_ACIS_49=ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \uc18d\uc131 \uc720\ud615\uc774 \ucee8\ud14d\uc2a4\ud2b8 \"%s\"\uc5d0 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | INFO_ACI_ADD_LIST_ACIS_50=\ucd94\uac00\ub41c %s ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \uc18d\uc131 \uc720\ud615\uc774 \uc561\uc138\uc2a4 \uc81c\uc5b4 \ud3c9\uac00 \uc5d4\uc9c4\uc5d0 \ub300\ud55c \ucee8\ud14d\uc2a4\ud2b8 \"%s\"\uc5d0 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_ROLEDN_INHERITANCE_PATTERN_51=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 userattr \ud45c\ud604\uc2dd \uc0c1\uc18d \ud328\ud134 \uac12 \"%s\"\uc740(\ub294) \ubb38\uc790\uc5f4 "parent["\ub85c \uc2dc\uc791\ud558\ubbc0\ub85c roledn \ud0a4\uc6cc\ub4dc\uc5d0 \uc801\ud569\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_OPERATION_52=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) targattrfilter \ud45c\ud604\uc2dd \uac12 %s\uc740(\ub294) %s \ub54c\ubb38\uc5d0 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_EXPRESSION_53=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) targattrfilter \ud45c\ud604\uc2dd \uac12 %s\uc740(\ub294) \uc62c\ubc14\ub978 \ud615\uc2dd\uc774 \uc544\ub2c8\ubbc0\ub85c \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c targattrsfilters \ud45c\ud604\uc2dd \uac12\uc740 "add=attr1: F1 && attr2: F2 ... && attrN: FN,del= attr1: F1 && attr2: F2 ... && attrN: FN" \ud615\uc2dd\uc774\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_OPS_MATCH_54=\ub450 \ud544\ud130 \ubaa9\ub85d\uc5d0\uc11c \ub450 \uc5f0\uc0b0 \ud1a0\ud070\uc774 \uc77c\uce58\ud558\ubbc0\ub85c \uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) targattrfilter \ud45c\ud604\uc2dd \uac12 %s\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_MAX_FILTER_LISTS_55=\ud544\ud130 \ubaa9\ub85d \uba85\ub839\ubb38\uc774 \uc138 \uac1c \uc774\uc0c1 \uc788\uc73c\ubbc0\ub85c \uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) targattrfilters \ud45c\ud604\uc2dd \uac12 %s\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LIST_FORMAT_56=\uc81c\uacf5\ub41c \ud544\ud130 \ubaa9\ub85d \ubb38\uc790\uc5f4\uc758 \ud615\uc2dd\uc774 \uc798\ubabb\ub418\uc5c8\uc73c\ubbc0\ub85c \uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) targattrfilters \ud45c\ud604\uc2dd \uac12 %s\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c targattrfilters \ud544\ud130 \ubaa9\ub85d\uc740 add=attr1: F1 && attr2: F2 ... && attrN: FN \ud615\uc2dd\uc774\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_FILTER_57=\uc9c0\uc815\ub41c \ud544\ud130 \uc911 \ud558\ub098 \uc774\uc0c1\uc774 \ub2e4\uc74c\uacfc \uac19\uc740 \uc774\uc720\ub85c \uc798\ubabb\ub418\uc5c8\uc73c\ubbc0\ub85c \uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) targattrfilters \ud45c\ud604\uc2dd \uac12 %s\uc774(\uac00) \uc720\ud6a8\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_ATTR_FILTER_58=\uc9c0\uc815\ub41c \ud544\ud130 \uc911 \ud558\ub098 \uc774\uc0c1\uc774 \ud544\ud130\uc758 \uc18d\uc131 \uc720\ud615 \uc774\ub984\uc774 \uc77c\uce58\ud558\uc9c0 \uc54a\uc544 \uc798\ubabb\ub418\uc5c8\uc73c\ubbc0\ub85c \uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) targattrfilters \ud45c\ud604\uc2dd \uac12 %s\uc774(\uac00) \uc720\ud6a8\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_ATTRIBUTE_TYPE_NAME_59=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \uc18d\uc131 \uc774\ub984 \uac12 %s\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c \uc18d\uc131 \uc720\ud615 \uc774\ub984\uc740 ASCII \ubb38\uc790\ub85c \uc2dc\uc791\ud558\uace0 ASCII \ubb38\uc790, \uc22b\uc790 \ub610\ub294 "-" \ubb38\uc790\ub9cc \ud3ec\ud568\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | NOTICE_ACI_SYNTAX_DUBIOUS_AUTHMETHOD_SASL_MECHANISM_60=ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 authmethod \ud45c\ud604\uc2dd\uc5d0 \uc81c\uacf5\ub41c SASL \uba54\ucee4\ub2c8\uc998 \"%s\"\uc774(\uac00) \ud604\uc7ac \uc11c\ubc84\uc5d0 \ub4f1\ub85d\ub41c \uba54\ucee4\ub2c8\uc998 \uc911 \ud558\ub098\uac00 \uc544\ub2d9\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_LOCALHOST_DOESNT_MATCH_CANONICAL_VALUE_61=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 dns \ud45c\ud604\uc2dd \uac12 \"%s\"\uc774(\uac00) \ud638\uc2a4\ud2b8 \uc774\ub984 %s\uc744(\ub97c) \ucc38\uc870\ud558\uc9c0\ub9cc \ud574\ub2f9 \ud638\uc2a4\ud2b8 \uc774\ub984\uc5d0 \ub300\ud55c \uc815\uc2dd \ud45c\ud604\uc774 %s(\uc73c)\ub85c \uad6c\uc131\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \uc11c\ubc84\uc5d0\uc11c \uc62c\ubc14\ub978 localhost \uac12\uc744 \uc790\ub3d9\uc73c\ub85c \ud574\uc11d\ud569\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_HOSTNAME_DOESNT_MATCH_CANONICAL_VALUE_62=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 dns \ud45c\ud604\uc2dd \uac12 \"%s\"\uc774(\uac00) \ud638\uc2a4\ud2b8 \uc774\ub984 %s\uc744(\ub97c) \ucc38\uc870\ud558\uace0 \uc774 \uc774\ub984\uc740 IP \uc8fc\uc18c %s(\uc73c)\ub85c \ud655\uc778\ub418\uc9c0\ub9cc \ud574\ub2f9 IP \uc8fc\uc18c\uc5d0 \ub300\ud55c \uc815\uc2dd \ud638\uc2a4\ud2b8 \uc774\ub984\uc774 %s\uc785\ub2c8\ub2e4. \ub530\ub77c\uc11c \uc81c\uacf5\ub41c \ud638\uc2a4\ud2b8 \uc774\ub984\uacfc \uc77c\uce58\ud558\ub294 \ud074\ub77c\uc774\uc5b8\ud2b8\uac00 \uc5c6\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_ERROR_CHECKING_CANONICAL_HOSTNAME_63=dns \ud45c\ud604\uc2dd \ubc14\uc778\ub4dc \uaddc\uce59 \"%2$s\"\uc5d0\uc11c \ucc38\uc870\ub418\ub294 \ud638\uc2a4\ud2b8 \uc774\ub984 %1$s\uc774(\uac00) \uc62c\ubc14\ub978 \uc815\uc2dd \ud45c\ud604\uc744 \uc0ac\uc6a9\ud558\ub294\uc9c0 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s. \uc81c\uacf5\ub41c \ud638\uc2a4\ud2b8 \uc774\ub984\uacfc \uc77c\uce58\ud558\ub294 \ud074\ub77c\uc774\uc5b8\ud2b8\uac00 \uc5c6\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | INFO_ACI_DESCRIPTION_GLOBAL_ACI_64=\uc774\ub984 \uc9c0\uc815 \ucee8\ud14d\uc2a4\ud2b8\uc5d0 \ub300\ud55c \uc804\uc5ed \ubc94\uc704\ub97c \uac00\uc9c4 \uc815\uc758\ub41c ACI\uc5d0 \uc0ac\uc6a9\ub420 \uc218 \uc788\ub294 \uc804\uc5ed ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \uc18d\uc131 \uc720\ud615\uc744 \uc9c0\uc815\ud569\ub2c8\ub2e4. |
| | | INFO_ACI_ADD_LIST_NO_GLOBAL_ACIS_65=\uc804\uc5ed ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \uc18d\uc131 \uc720\ud615\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | INFO_ACI_ADD_LIST_GLOBAL_ACIS_66=\uc561\uc138\uc2a4 \uc81c\uc5b4 \ud3c9\uac00 \uc5d4\uc9c4\uc5d0 %s \uc804\uc5ed ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \uc18d\uc131 \uc720\ud615\uc744 \ucd94\uac00\ud588\uc2b5\ub2c8\ub2e4. |
| | | INFO_ACI_HANDLER_FAIL_PROCESS_GLOBAL_ACI_67=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-global-aci \uc18d\uc131\uc744 \ucc98\ub9ac\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. |
| | | INFO_ACI_HANDLER_FAIL_PROCESS_ACI_68=\uad6c\uc131 \uc2dc\uc2a4\ud15c\uc5d0\uc11c aci \uc18d\uc131\uc744 \ucc98\ub9ac\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_PATTERN_DN_CONSECUTIVE_WILDCARDS_IN_VALUE_69=\uc18d\uc131 \uac12\uc5d0 \uc640\uc77c\ub4dc\uce74\ub4dc \ub450 \uac1c\uac00 \uc5f0\uc18d\ub418\uc5b4 \uc788\uc73c\ubbc0\ub85c \ud328\ud134 DN %s\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_PATTERN_DN_TYPE_CONTAINS_SUBSTRINGS_70=\uc18d\uc131 \uc720\ud615\uc5d0\uc11c \uc77c\uce58\ud558\ub294 \ud558\uc704 \ubb38\uc790\uc5f4\uc744 \uac80\uc0c9\ud558\uae30 \uc704\ud574 \uc640\uc77c\ub4dc\uce74\ub4dc\ub97c \uc0ac\uc6a9\ud558\ubbc0\ub85c \ud328\ud134 DN %s\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc18d\uc131 \uc720\ud615 \ub300\uc2e0 \uc640\uc77c\ub4dc\uce74\ub4dc \ud558\ub098\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_PATTERN_DN_TYPE_WILDCARD_IN_MULTIVALUED_RDN_71=\uc5ec\ub7ec \uac12\uc744 \uac00\uc9c4 RDN\uc758 \uc18d\uc131 \uc720\ud615\uc5d0 \uc640\uc77c\ub4dc\uce74\ub4dc\uac00 \uc788\uc73c\ubbc0\ub85c \ud328\ud134 DN %s\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_HANDLER_CANNOT_LOCK_NEW_SUPERIOR_USER_72=ModifyDN \uc0c8 \uc0c1\uc704 \ud56d\ubaa9 %s\uc744(\ub97c) \uc7a0\uae00 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_NOT_VALID_DN_73=\uace0\uc720 \uc774\ub984 \uad6c\ubb38\uc744 \uc0ac\uc6a9\ud558\ub294 \uc18d\uc131 \"%s\"\uc774(\uac00) \uc720\ud6a8\ud55c DN\uc774 \uc544\ub2c8\ubbc0\ub85c \uc790\uccb4 \uc4f0\uae30 \ud655\uc778\uc744 \uac74\ub108\ub6f0\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_TARGETATTR_INVALID_ATTR_TOKEN_74=\ud45c\ud604\uc2dd\uc5d0 \uc798\ubabb\ub418\uac70\ub098 \uc911\ubcf5\ub41c \ud1a0\ud070\uc774 \uc788\uc73c\ubbc0\ub85c \uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) targetfilter \ud45c\ud604\uc2dd \uac12 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_ROLEDN_NOT_SUPPORTED_75=\uc9c0\uc6d0\ub418\uc9c0 \uc54a\ub294 roledn \ud0a4\uc6cc\ub4dc\ub97c \ud3ec\ud568\ud558\ubbc0\ub85c \uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ud45c\ud604\uc2dd \uac12 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. groupdn \ud0a4\uc6cc\ub4dc\ub85c \ubc14\uafb8\uc2ed\uc2dc\uc624. |
| | | SEVERE_WARN_ACI_SERVER_DECODE_FAILED_76=ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) %s(\uc744)\ub97c \ud574\ub3c5\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_ENTER_LOCKDOWN_MODE_77=\uc11c\ubc84\uac00 \uc2dc\uc791\ud560 \ub54c\ub098 \ubc31\uc5d4\ub4dc \ucd08\uae30\ud654 \ub3d9\uc548 \uc798\ubabb\ub41c ACI \uaddc\uce59\uc774 \uac10\uc9c0\ub418\uc5c8\uae30 \ub54c\ubb38\uc5d0 \uc11c\ubc84\uac00 \uc7a0\uae08 \ubaa8\ub4dc\ub85c \ub4e4\uc5b4\uac11\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_URL_78=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 userattr \ud45c\ud604\uc2dd \uac12\uc5d0\uc11c \ub2e4\uc74c\uacfc \uac19\uc740 \uc774\uc720\ub85c URL\uc744 \ud574\ub3c5\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_BASEDN_URL_79=ldap URL \"%s\"\uc758 \uae30\ubcf8 DN\uc774 \ube44\uc5b4 \uc788\uc73c\ubbc0\ub85c \uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 userattr \ud45c\ud604\uc2dd \uac12\uc744 \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_ATTR_URL_80=ldap URL \"%s\"\uc758 \uc18d\uc131 \ud544\ub4dc\uc5d0 \uc124\uba85\uc774 \ub450 \uac1c \uc774\uc0c1 \ub4e4\uc5b4 \uc788\uac70\ub098 \ud544\ub4dc\uac00 \ube44\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 userattr \ud45c\ud604\uc2dd \uac12\uc744 \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_PREFIX_FORMAT_81=\ud45c\ud604\uc2dd \"%s\"\uc5d0\uc11c \uc811\ub450\uc5b4 \ubd80\ubd84\uc758 \ud615\uc2dd\uc774 \uc798\ubabb\ub418\uc5c8\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 IP \uc8fc\uc18c \ud45c\ud604\uc2dd\uc744 \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_PREFIX_VALUE_82=\ud45c\ud604\uc2dd \"%s\"\uc758 \uc811\ub450\uc5b4 \uac12\uc774 \uc798\ubabb\ub418\uc5c8\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 IP \uc8fc\uc18c \ud45c\ud604\uc2dd\uc744 \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. \ubaa8\ub4e0 \uac12\uc774 0\ubcf4\ub2e4 \ud06c\uac70\ub098 \uac19\uc544\uc57c \ud558\uace0 IPV4 \uc8fc\uc18c\uc758 \uacbd\uc6b0 32\ubcf4\ub2e4 \uc791\uac70\ub098 \uac19\uace0 IPV6 \uc8fc\uc18c\uc758 \uacbd\uc6b0 128\ubcf4\ub2e4 \uc791\uac70\ub098 \uac19\uc544\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_PREFIX_NOT_NUMERIC_83=\ud45c\ud604\uc2dd \"%s\"\uc758 \uc811\ub450\uc5b4 \ubd80\ubd84\uc5d0 \uc22b\uc790\uac00 \uc544\ub2cc \uac12\uc774 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 IP \uc8fc\uc18c \ud45c\ud604\uc2dd\uc744 \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_IPV4_FORMAT_84=IPv4 \uc8fc\uc18c \ud45c\ud604\uc2dd \"%s\"\uc758 \ud615\uc2dd\uc774 \uc798\ubabb\ub418\uc5c8\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 IP \uc8fc\uc18c \ud45c\ud604\uc2dd\uc744 \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_IPV4_VALUE_85=IPv4 \uc8fc\uc18c \ud45c\ud604\uc2dd \"%s\"\uc5d0 \uc798\ubabb\ub41c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 IP \uc8fc\uc18c \ud45c\ud604\uc2dd\uc744 \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. \ubaa8\ub4e0 \uc8fc\uc18c \uac12\uc740 0\uc5d0\uc11c 255 \uc0ac\uc774\uc5ec\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_IPV4_NOT_NUMERIC_86=IPv4 \uc8fc\uc18c \ud45c\ud604\uc2dd \"%s\"\uc5d0 \uc22b\uc790\uac00 \uc544\ub2cc \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 IP \uc8fc\uc18c \ud45c\ud604\uc2dd\uc744 \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_IPV6_WILDCARD_INVALID_87=IPv6 \uc8fc\uc18c \ud45c\ud604\uc2dd \"%s\"\uc5d0 \uc798\ubabb\ub41c \uc640\uc77c\ub4dc\uce74\ub4dc \ubb38\uc790\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 IP \uc8fc\uc18c \ud45c\ud604\uc2dd\uc744 \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. IP \ubc14\uc778\ub4dc \uaddc\uce59 \ud45c\ud604\uc2dd\uc5d0\uc11c IPv6 \uc8fc\uc18c\ub97c \uc0ac\uc6a9\ud560 \uacbd\uc6b0 \uc640\uc77c\ub4dc\uce74\ub4dc\uac00 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_IPV6_FORMAT_88=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 IP \uc8fc\uc18c \ud45c\ud604\uc2dd \"%s\"\uc744(\ub97c) \ub2e4\uc74c\uacfc \uac19\uc740 \uc774\uc720\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_NETMASK_FORMAT_89=\ud45c\ud604\uc2dd \"%s\"\uc5d0\uc11c \ub137\ub9c8\uc2a4\ud06c \ubd80\ubd84\uc758 \ud615\uc2dd\uc774 \uc798\ubabb\ub418\uc5c8\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 IP \uc8fc\uc18c \ud45c\ud604\uc2dd\uc744 \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_NETMASK_90=\ud45c\ud604\uc2dd \"%s\"\uc5d0\uc11c \ub137\ub9c8\uc2a4\ud06c \ubd80\ubd84\uc758 \uac12\uc774 \uc798\ubabb\ub418\uc5c8\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 IP \uc8fc\uc18c \ud45c\ud604\uc2dd\uc744 \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETCONTROL_EXPRESSION_91=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) targetcontrol \ud45c\ud604\uc2dd \uac12 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c targetcontrol \ud0a4\uc6cc\ub4dc \ud45c\ud604\uc2dd \uac12\uc5d0\ub294 oid [|| oid1] ... [|| oidN] \ud615\uc2dd\uc758 \uc720\ud6a8\ud55c \uc81c\uc5b4 OID \ubb38\uc790\uc5f4\uc774 \ud558\ub098 \uc774\uc0c1 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_ILLEGAL_CHAR_IN_NUMERIC_OID_92=\uac12\uc758 %3$d \uc704\uce58\uc5d0 \uc798\ubabb\ub41c \ubb38\uc790 %2$c\uc774(\uac00) \ud3ec\ud568\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) targetcontrol OID \uac12 \"%1$s\"\uc744(\ub97c) \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_DOUBLE_PERIOD_IN_NUMERIC_OID_93=\uc22b\uc790 OID\uc758 %2$d \uc704\uce58\uc5d0 \ub9c8\uce68\ud45c\uac00 \ub450 \uac1c \uc5f0\uc18d\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) targetcontrol OID \uac12 \"%1$s\"\uc744(\ub97c) \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_SYNTAX_DECODE_EFFECTIVERIGHTS_FAIL_94=\ub2e4\uc74c\uacfc \uac19\uc740 \uc774\uc720\ub85c geteffectiverights \uc81c\uc5b4\ub97c \ud574\ub3c5\ud558\uc9c0 \ubabb\ud588\uae30 \ub54c\ubb38\uc5d0 \uc561\uc138\uc2a4 \uc81c\uc5b4 \ud655\uc778\uc774 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4: \"%s\" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGEXTOP_EXPRESSION_95=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) extop \ud45c\ud604\uc2dd \uac12 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c extop \ud0a4\uc6cc\ub4dc \ud45c\ud604\uc2dd \uac12\uc5d0\ub294 oid [|| oid1] ... [|| oidN] \ud615\uc2dd\uc758 \uc720\ud6a8\ud55c \ud655\uc7a5 \uc5f0\uc0b0 \uc694\uccad OID \ubb38\uc790\uc5f4\uc774 \ud558\ub098 \uc774\uc0c1 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_WARN_ACI_ATTRIBUTE_NOT_INDEXED_96=\ubc31\uc5d4\ub4dc %s\uc5d0\ub294 \uc18d\uc131 \uc720\ud615 %s\uc5d0 \ub300\ud55c \uc788\uc74c \uc0c9\uc778\uc774 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc774 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 \uc561\uc138\uc2a4 \uc81c\uc5b4 \ucd08\uae30\ud654\ub97c \uc644\ub8cc\ud558\ub294 \ub370 \uc2dc\uac04\uc774 \uc624\ub798 \uac78\ub9b4 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| New file |
| | |
| | | # CDDL HEADER START |
| | | # |
| | | # The contents of this file are subject to the terms of the |
| | | # Common Development and Distribution License, Version 1.0 only |
| | | # (the "License"). You may not use this file except in compliance |
| | | # with the License. |
| | | # |
| | | # You can obtain a copy of the license at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE |
| | | # or https://OpenDS.dev.java.net/OpenDS.LICENSE. |
| | | # See the License for the specific language governing permissions |
| | | # and limitations under the License. |
| | | # |
| | | # When distributing Covered Code, include this CDDL HEADER in each |
| | | # file and include the License file at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, |
| | | # add the following below this CDDL HEADER, with the fields enclosed |
| | | # by brackets "[]" replaced with your own identifying information: |
| | | # Portions Copyright [yyyy] [name of copyright owner] |
| | | # |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2008 Sun Microsystems, Inc. |
| | | |
| | | |
| | | |
| | | # |
| | | # Global directives |
| | | # |
| | | global.category=ACCESS_CONTROL |
| | | |
| | | # |
| | | # Format string definitions |
| | | # |
| | | # Keys must be formatted as follows: |
| | | # |
| | | # [SEVERITY]_[DESCRIPTION]_[ORDINAL] |
| | | # |
| | | # where: |
| | | # |
| | | # SEVERITY is one of: |
| | | # [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE] |
| | | # |
| | | # DESCRIPTION is an upper case string providing a hint as to the context of |
| | | # the message in upper case with the underscore ('_') character serving as |
| | | # word separator |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | SEVERE_WARN_ACI_SYNTAX_GENERAL_PARSE_FAILED_1=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u5b57\u7b26\u4e32 "%s" \u89e3\u6790\u4e3a\u6709\u6548\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI)\uff0c\u56e0\u4e3a\u5176\u672a\u80fd\u901a\u8fc7\u5e38\u89c4 ACI \u8bed\u6cd5\u8bc4\u4f30 |
| | | SEVERE_WARN_ACI_SYNTAX_INVAILD_VERSION_2=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7248\u672c\u503c "%s" \u65e0\u6548\uff0c\u4ec5\u652f\u6301\u7248\u672c 3.0 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_ACCESS_TYPE_VERSION_3=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4\u8bbf\u95ee\u7c7b\u578b\u503c "%s" \u65e0\u6548\u3002\u6709\u6548\u7684\u8bbf\u95ee\u7c7b\u578b\u503c\u4e3a allow \u6216 deny |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_RIGHTS_SYNTAX_4=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u6743\u9650\u503c "%s" \u65e0\u6548\u3002\u6743\u9650\u5fc5\u987b\u4e3a 1 \u81f3 6 \u4e2a\u4ee5\u9017\u53f7\u5206\u9694\u7684\u5173\u952e\u5b57\uff08\u7528\u5706\u62ec\u53f7\u62ec\u8d77\u6765\uff09\u5217\u8868 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_RIGHTS_KEYWORD_5=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u6743\u9650\u5173\u952e\u5b57\u503c "%s" \u65e0\u6548\u3002\u6709\u6548\u7684\u6743\u9650\u5173\u952e\u5b57\u503c\u4e3a\u4e00\u4e2a\u6216\u591a\u4e2a\u4ee5\u4e0b\u503c\uff1aread\u3001write\u3001add\u3001delete\u3001search\u3001compare \u6216\u5355\u4e2a\u503c all |
| | | MILD_ERR_ACI_SYNTAX_BIND_RULE_MISSING_CLOSE_PAREN_6=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219\u503c "%s" \u65e0\u6548\uff0c\u56e0\u4e3a\u5b83\u7f3a\u5c11\u4e0e\u8d77\u59cb\u5de6\u5706\u62ec\u53f7\u5bf9\u5e94\u7684\u53f3\u5706\u62ec\u53f7 |
| | | MILD_ERR_ACI_SYNTAX_INVALID_BIND_RULE_SYNTAX_7=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219\u503c "%s" \u65e0\u6548\u3002\u6709\u6548\u7684\u7ed1\u5b9a\u89c4\u5219\u503c\u5fc5\u987b\u91c7\u7528\u4ee5\u4e0b\u683c\u5f0f\uff1a\u5173\u952e\u5b57 \u8fd0\u7b97\u7b26 "\u8868\u8fbe\u5f0f" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_8=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219\u5173\u952e\u5b57\u503c "%s" \u65e0\u6548\u3002\u6709\u6548\u7684\u5173\u952e\u5b57\u503c\u4e3a\u4ee5\u4e0b\u503c\u4e4b\u4e00\uff1auserdn\u3001groupdn\u3001roledn\u3001userattr\u3001ip\u3001dns\u3001dayofweek\u3001timeofday \u6216 authmethod |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_OPERATOR_9=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219\u8fd0\u7b97\u7b26\u503c "%s" \u65e0\u6548\u3002\u6709\u6548\u7684\u7ed1\u5b9a\u89c4\u5219\u8fd0\u7b97\u7b26\u503c\u4e3a '=' \u6216 "!=" |
| | | SEVERE_WARN_ACI_SYNTAX_MISSING_BIND_RULE_EXPRESSION_10=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219\u8868\u8fbe\u5f0f\u503c\uff08\u4e0e\u5173\u952e\u5b57\u503c "%s" \u5bf9\u5e94\uff09\u7f3a\u5c11\u8868\u8fbe\u5f0f\u3002\u6709\u6548\u7684\u7ed1\u5b9a\u89c4\u5219\u503c\u5fc5\u987b\u91c7\u7528\u4ee5\u4e0b\u683c\u5f0f\uff1a\u5173\u952e\u5b57 \u8fd0\u7b97\u7b26 "\u8868\u8fbe\u5f0f" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_BOOLEAN_OPERATOR_11=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219\u5e03\u5c14\u8fd0\u7b97\u7b26\u503c "%s" \u65e0\u6548\u3002\u6709\u6548\u7684\u7ed1\u5b9a\u89c4\u5219\u5e03\u5c14\u8fd0\u7b97\u7b26\u503c\u4e3a "OR" \u6216 "AND" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_OPERATOR_COMBO_12=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219\u5173\u952e\u5b57\u5b57\u7b26\u4e32 "%s" \u5bf9\u7ed1\u5b9a\u89c4\u5219\u8fd0\u7b97\u7b26\u5b57\u7b26\u4e32 "%s" \u65e0\u6548 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERDN_URL_13=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 userdn \u8868\u8fbe\u5f0f\u65e0\u6cd5\u8fdb\u884c URL \u89e3\u7801\uff0c\u539f\u56e0\u5982\u4e0b: %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_ROLEDN_EXPRESSION_14=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 roledn \u8868\u8fbe\u5f0f\u503c "%s" \u65e0\u6548\u3002\u6709\u6548\u7684 roledn \u5173\u952e\u5b57\u8868\u8fbe\u5f0f\u503c\u9700\u8981\u4e00\u4e2a\u6216\u591a\u4e2a\u4ee5\u4e0b\u683c\u5f0f\u7684 LDAP URL\uff1aldap:///dn [|| ldap:///dn] ... [|| ldap:///dn] |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_ROLEDN_URL_15=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 roledn \u8868\u8fbe\u5f0f\u65e0\u6cd5\u8fdb\u884c URL \u89e3\u7801\uff0c\u539f\u56e0\u5982\u4e0b: %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_GROUPDN_EXPRESSION_16=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 groupdn \u8868\u8fbe\u5f0f\u503c "%s" \u65e0\u6548\u3002\u6709\u6548\u7684 groupdn \u5173\u952e\u5b57\u8868\u8fbe\u5f0f\u503c\u9700\u8981\u4e00\u4e2a\u6216\u591a\u4e2a\u4ee5\u4e0b\u683c\u5f0f\u7684 LDAP URL\uff1aldap:///groupdn [|| ldap:///groupdn] ... [|| ldap:///groupdn] |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_GROUPDN_URL_17=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 groupdn \u8868\u8fbe\u5f0f\u503c\u65e0\u6cd5\u8fdb\u884c URL \u89e3\u7801\uff0c\u539f\u56e0\u5982\u4e0b: %s |
| | | SEVERE_WARN_ACI_SYNTAX_ADDRESS_FAMILY_MISMATCH_18=\u7f51\u7edc\u63a9\u7801\u503c "%s" \u5bf9 ip \u8868\u8fbe\u5f0f\u7f51\u7edc\u5730\u5740 "%s" \u65e0\u6548 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_NETWORK_BIT_MATCH_19=\u5730\u5740\u7c7b\u578b\u503c "%s" \u7684\u4f4d\u63a9\u7801\u65e0\u6548\u3002%s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_IP_CRITERIA_DECODE_20=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 ip \u8868\u8fbe\u5f0f\u503c\u65e0\u6cd5\u8fdb\u884c\u89e3\u7801\uff0c\u539f\u56e0\u5982\u4e0b: %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_IP_EXPRESSION_21=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 ip \u8868\u8fbe\u5f0f\u503c "%s" \u65e0\u6548\u3002\u6709\u6548\u7684 ip \u5173\u952e\u5b57\u8868\u8fbe\u5f0f\u9700\u8981\u4e00\u4e2a\u6216\u591a\u4e2a\u6709\u6548 IP \u5730\u5740\u5217\u8868\u8868\u8fbe\u5f0f\u5143\u7d20\uff08\u4ee5\u9017\u53f7\u5206\u9694\uff09 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_DNS_EXPRESSION_22=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 dns \u8868\u8fbe\u5f0f\u503c "%s" \u65e0\u6548\u3002\u6709\u6548\u7684 dns \u5173\u952e\u5b57\u8868\u8fbe\u5f0f\u503c\u9700\u8981\u4e00\u4e2a\u6709\u6548\u7684\u5168\u9650\u5b9a DNS \u57df\u540d |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_DNS_WILDCARD_23=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 dns \u8868\u8fbe\u5f0f\u503c "%s" \u65e0\u6548\uff0c\u56e0\u4e3a\u901a\u914d\u7b26\u6a21\u5f0f\u4f4d\u7f6e\u9519\u8bef\u3002\u6709\u6548\u7684 dns \u5173\u952e\u5b57\u901a\u914d\u7b26\u8868\u8fbe\u5f0f\u503c\u8981\u6c42 '*' \u5b57\u7b26\u53ea\u80fd\u4f4d\u4e8e\u57df\u540d\u6700\u5de6\u4fa7 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_DAYOFWEEK_24=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 dayofweek \u8868\u8fbe\u5f0f\u503c "%s" \u65e0\u6548\uff0c\u56e0\u4e3a\u661f\u671f\u503c\u65e0\u6548\u3002\u6709\u6548\u7684 dayofweek \u503c\u4e3a\u4ee5\u4e0b\u4e09\u4e2a\u5b57\u6bcd\u7684\u82f1\u6587\u661f\u671f\u7f29\u5199\u4e4b\u4e00\uff1asun\u3001mon\u3001tue\u3001wed\u3001thu\u3001fri \u6216 sat |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_25=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 timeofday \u8868\u8fbe\u5f0f\u503c "%s" \u65e0\u6548\u3002\u6709\u6548\u7684 timeofday \u503c\u4ee5\u56db\u4f4d\u6570\u5b57\u7684\u5f62\u5f0f\u8868\u793a\uff0c\u8fd9\u56db\u4f4d\u6570\u5b57\u5206\u522b\u8868\u793a 24 \u5c0f\u65f6\u5236\u7684\u5c0f\u65f6\u548c\u5206\u949f\uff080 \u81f3 2359\uff09 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_RANGE_26=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 timeofday \u8868\u8fbe\u5f0f\u503c "%s" \u4e0d\u5728\u6709\u6548\u8303\u56f4\u5185\u3002\u6709\u6548\u7684 timeofday \u503c\u4ee5\u56db\u4f4d\u6570\u5b57\u7684\u5f62\u5f0f\u8868\u793a\uff0c\u8fd9\u56db\u4f4d\u6570\u5b57\u5206\u522b\u8868\u793a 24 \u5c0f\u65f6\u5236\u7684\u5c0f\u65f6\u548c\u5206\u949f\uff080 \u81f3 2359\uff09 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_AUTHMETHOD_EXPRESSION_27=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 authmethod \u8868\u8fbe\u5f0f\u503c "%s" \u65e0\u6548\u3002\u6709\u6548\u7684 authmethod \u503c\u4e3a\u4ee5\u4e0b\u503c\u4e4b\u4e00\uff1anone\u3001simple\u3001SSL \u6216\u201csasl \u673a\u5236\u201d\uff0c\u5176\u4e2d\u7684\u201c\u673a\u5236\u201d\u4e3a\u67d0\u79cd\u652f\u6301\u7684 SASL \u673a\u5236\uff08\u5305\u62ec CRAM-MD5\u3001DIGEST-MD5 \u548c GSSAPI\uff09 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_EXPRESSION_28=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 userattr \u8868\u8fbe\u5f0f\u503c "%s" \u65e0\u6548 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_KEYWORD_29=\u4e0d\u652f\u6301\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 userattr \u8868\u8fbe\u5f0f\u503c "%s" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_INHERITANCE_PATTERN_30=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 userattr \u8868\u8fbe\u5f0f\u7ee7\u627f\u6a21\u5f0f\u503c "%s" \u65e0\u6548\u3002\u6709\u6548\u7684\u7ee7\u627f\u6a21\u5f0f\u503c\u5fc5\u987b\u91c7\u7528\u4ee5\u4e0b\u683c\u5f0f\uff1aparent[inheritance_level].attribute#bindType |
| | | SEVERE_WARN_ACI_SYNTAX_MAX_USERATTR_INHERITANCE_LEVEL_EXCEEDED_31=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 userattr \u8868\u8fbe\u5f0f\u7ee7\u627f\u6a21\u5f0f\u503c "%s" \u65e0\u6548\u3002\u7ee7\u627f\u7ea7\u522b\u503c\u4e0d\u80fd\u8d85\u8fc7\u6700\u5927\u7ea7\u522b\u9650\u5236 %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_INHERITANCE_VALUE_32=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 userattr \u8868\u8fbe\u5f0f\u7ee7\u627f\u6a21\u5f0f\u503c "%s" \u65e0\u6548\uff0c\u56e0\u4e3a\u5b83\u4e0d\u662f\u6570\u5b57\u503c |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_SYNTAX_33=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u76ee\u6807\u89c4\u5219\u503c "%s" \u65e0\u6548\u3002\u6709\u6548\u7684\u76ee\u6807\u89c4\u5219\u503c\u5fc5\u987b\u91c7\u7528\u4ee5\u4e0b\u683c\u5f0f\uff1a\u5173\u952e\u5b57 \u8fd0\u7b97\u7b26 "\u8868\u8fbe\u5f0f" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_KEYWORD_34=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u76ee\u6807\u5173\u952e\u5b57\u503c "%s" \u65e0\u6548\u3002\u6709\u6548\u7684\u76ee\u6807\u5173\u952e\u5b57\u503c\u4e3a\u4ee5\u4e0b\u503c\u4e4b\u4e00\uff1atarget\u3001targetscope\u3001targetfilter\u3001targetattr \u6216 targetattrfilters |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_NOT_OPERATOR_35=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u76ee\u6807\u8fd0\u7b97\u7b26\u503c "%s" \u65e0\u6548\u3002"%s" \u5173\u952e\u5b57\u7684\u552f\u4e00\u6709\u6548\u76ee\u6807\u8fd0\u7b97\u7b26\u503c\u4e3a '=' |
| | | SEVERE_WARN_ACI_SYNTAX_TARGET_KEYWORD_NOT_SUPPORTED_36=\u76ee\u524d\u4e0d\u652f\u6301\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u76ee\u6807\u5173\u952e\u5b57\u503c "%s" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_DUPLICATE_KEYWORDS_37=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u76ee\u6807\u5173\u952e\u5b57\u503c "%s" \u5728 ACI "%s" \u4e2d\u51fa\u73b0\u591a\u6b21 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETS_OPERATOR_38=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u76ee\u6807\u5173\u952e\u5b57\u8fd0\u7b97\u7b26\u503c "%s" \u65e0\u6548\u3002\u6709\u6548\u7684\u76ee\u6807\u5173\u952e\u5b57\u8fd0\u7b97\u7b26\u503c\u4e3a '=' \u6216 "!=" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETSCOPE_EXPRESSION_39=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) targetscope \u8868\u8fbe\u5f0f\u8fd0\u7b97\u7b26\u503c "%s" \u65e0\u6548\u3002\u6709\u6548\u7684 targetscope \u8868\u8fbe\u5f0f\u503c\u4e3a\u4ee5\u4e0b\u503c\u4e4b\u4e00\uff1aone\u3001onelevel \u6216 subtree |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETKEYWORD_EXPRESSION_40=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) target \u8868\u8fbe\u5f0f\u503c "%s" \u65e0\u6548\u3002\u6709\u6548\u7684 target \u5173\u952e\u5b57\u8868\u8fbe\u5f0f\u503c\u9700\u8981\u4ee5\u4e0b\u683c\u5f0f\u7684 LDAP URL\uff1aldap:///distinguished_name_pattern |
| | | SEVERE_WARN_ACI_SYNTAX_TARGET_DN_NOT_DESCENDENTOF_41=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) target \u8868\u8fbe\u5f0f DN \u503c "%s" \u65e0\u6548\u3002\u5982\u679c\u5728 target \u8868\u8fbe\u5f0f DN \u4e2d\u672a\u6307\u5b9a\u4efb\u4f55\u901a\u914d\u7b26\uff0c\u5219 target \u8868\u8fbe\u5f0f DN \u503c\u5fc5\u987b\u4e3a ACI \u6761\u76ee DN "%s" \u7684\u5b50\u4ee3 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETATTRKEYWORD_EXPRESSION_42=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) targetattr \u8868\u8fbe\u5f0f\u503c "%s" \u65e0\u6548\u3002\u6709\u6548\u7684 targetattr \u5173\u952e\u5b57\u8868\u8fbe\u5f0f\u503c\u9700\u8981\u4e00\u4e2a\u6216\u591a\u4e2a\u4ee5\u4e0b\u683c\u5f0f\u7684\u6709\u6548\u5c5e\u6027\u7c7b\u578b\u540d\u79f0\uff1aattribute1 [|| attribute1] ... [|| attributeN] |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETFILTERKEYWORD_EXPRESSION_43=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) targetfilter \u8868\u8fbe\u5f0f\u503c "%s" \u65e0\u6548\uff0c\u56e0\u4e3a\u5b83\u4e0d\u662f\u6709\u6548\u7684 LDAP \u8fc7\u6ee4\u5668 |
| | | INFO_ACI_ADD_FAILED_PRIVILEGE_44=\u5c1d\u8bd5\u6dfb\u52a0\u5305\u542b aci \u5c5e\u6027\u7c7b\u578b\u7684\u6761\u76ee "%s" \u65f6\u5931\u8d25\uff0c\u56e0\u4e3a\u6388\u6743 DN "%s" \u7f3a\u5c11 modify-acl \u6743\u9650 |
| | | INFO_ACI_MODIFY_FAILED_PRIVILEGE_45=\u5c1d\u8bd5\u4fee\u6539\u6761\u76ee "%s" \u4e2d\u7684 aci \u5c5e\u6027\u7c7b\u578b\u65f6\u5931\u8d25\uff0c\u56e0\u4e3a\u6388\u6743 DN "%s" \u7f3a\u5c11 modify-acl \u6743\u9650 |
| | | SEVERE_WARN_ACI_ADD_FAILED_DECODE_46=\u5c1d\u8bd5\u6dfb\u52a0\u5305\u542b aci \u5c5e\u6027\u7c7b\u578b\u7684\u6761\u76ee "%s" \u65f6\u5931\u8d25\uff0c\u539f\u56e0\u5982\u4e0b: %s |
| | | SEVERE_WARN_ACI_MODIFY_FAILED_DECODE_47=\u5c1d\u8bd5\u4fee\u6539\u6761\u76ee "%s" \u4e2d\u7684 aci \u5c5e\u6027\u7c7b\u578b\u65f6\u5931\u8d25\uff0c\u539f\u56e0\u5982\u4e0b: %s |
| | | SEVERE_WARN_ACI_ADD_LIST_FAILED_DECODE_48= "%s"\uff0c\u4f4d\u4e8e\u6761\u76ee "%s" \u4e2d\uff0c\u539f\u56e0\u5982\u4e0b: %s |
| | | INFO_ACI_ADD_LIST_NO_ACIS_49=\u5728\u4e0a\u4e0b\u6587 "%s" \u4e2d\u672a\u627e\u5230\u4efb\u4f55\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u5c5e\u6027\u7c7b\u578b |
| | | INFO_ACI_ADD_LIST_ACIS_50=\u5df2\u5c06\u5728\u4e0a\u4e0b\u6587 "%2$s" \u4e2d\u627e\u5230\u7684 %1$s \u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u5c5e\u6027\u7c7b\u578b\u6dfb\u52a0\u5230\u8bbf\u95ee\u63a7\u5236\u8bc4\u4f30\u5f15\u64ce\u4e2d |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_ROLEDN_INHERITANCE_PATTERN_51=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 userattr \u8868\u8fbe\u5f0f\u7ee7\u627f\u6a21\u5f0f\u503c "%s" \u5bf9 roledn \u5173\u952e\u5b57\u65e0\u6548\uff0c\u56e0\u4e3a\u5b83\u4ee5\u5b57\u7b26\u4e32 "parent[" \u5f00\u5934 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_OPERATION_52=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) targattrfilters \u8868\u8fbe\u5f0f\u503c %s \u65e0\u6548\uff0c\u56e0\u4e3a %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_EXPRESSION_53=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) targattrfilters \u8868\u8fbe\u5f0f\u503c %s \u65e0\u6548\uff0c\u56e0\u4e3a\u5176\u683c\u5f0f\u4e0d\u6b63\u786e\u3002\u6709\u6548\u7684 targattrfilters \u8868\u8fbe\u5f0f\u503c\u5fc5\u987b\u91c7\u7528\u4ee5\u4e0b\u683c\u5f0f\uff1a"add=attr1: F1 && attr2: F2 ... && attrN: FN,del= attr1: F1 && attr2: F2 ... && attrN: FN" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_OPS_MATCH_54=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) targattrfilters \u8868\u8fbe\u5f0f\u503c %s \u65e0\u6548\uff0c\u56e0\u4e3a\u4e24\u4e2a\u8fc7\u6ee4\u5668\u5217\u8868\u4e2d\u7684\u4e24\u4e2a\u8fd0\u7b97\u6807\u8bb0\u5747\u5339\u914d |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_MAX_FILTER_LISTS_55=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) targattrfilters \u8868\u8fbe\u5f0f\u503c %s \u65e0\u6548\uff0c\u56e0\u4e3a\u8fc7\u6ee4\u5668\u5217\u8868\u8bed\u53e5\u8d85\u8fc7\u4e24\u4e2a |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LIST_FORMAT_56=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) targattrfilters \u8868\u8fbe\u5f0f\u503c %s \u65e0\u6548\uff0c\u56e0\u4e3a\u63d0\u4f9b\u7684\u8fc7\u6ee4\u5668\u5217\u8868\u5b57\u7b26\u4e32\u7684\u683c\u5f0f\u4e0d\u6b63\u786e\u3002\u6709\u6548\u7684 targattrfilters \u8fc7\u6ee4\u5668\u5217\u8868\u5fc5\u987b\u91c7\u7528\u4ee5\u4e0b\u683c\u5f0f\uff1aadd=attr1: F1 && attr2: F2 ... && attrN: FN |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_FILTER_57=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) targattrfilters \u8868\u8fbe\u5f0f\u503c %s \u65e0\u6548\uff0c\u56e0\u4e3a\u4e00\u4e2a\u6216\u591a\u4e2a\u6307\u5b9a\u8fc7\u6ee4\u5668\u65e0\u6548\uff0c\u539f\u56e0\u5982\u4e0b: %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_ATTR_FILTER_58=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) targattrfilters \u8868\u8fbe\u5f0f\u503c %s \u65e0\u6548\uff0c\u56e0\u4e3a\u4e00\u4e2a\u6216\u591a\u4e2a\u6307\u5b9a\u8fc7\u6ee4\u5668\u56e0\u8fc7\u6ee4\u5668\u4e2d\u7684\u5c5e\u6027\u7c7b\u578b\u540d\u79f0\u4e0d\u5339\u914d\u800c\u65e0\u6548 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_ATTRIBUTE_TYPE_NAME_59=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u5c5e\u6027\u540d\u79f0\u503c %s \u65e0\u6548\u3002\u6709\u6548\u7684\u5c5e\u6027\u7c7b\u578b\u540d\u79f0\u5fc5\u987b\u4ee5 ASCII \u5b57\u6bcd\u5f00\u5934\uff0c\u5e76\u4e14\u53ea\u80fd\u5305\u542b ASCII \u5b57\u6bcd\u3001\u6570\u5b57\u6216 "-" \u5b57\u7b26 |
| | | NOTICE_ACI_SYNTAX_DUBIOUS_AUTHMETHOD_SASL_MECHANISM_60=\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 authmethod \u8868\u8fbe\u5f0f\u4e2d\u63d0\u4f9b\u7684 SASL \u673a\u5236 "%s" \u4e0d\u662f\u5f53\u524d\u5728\u670d\u52a1\u5668\u4e2d\u6ce8\u518c\u7684\u673a\u5236\u4e4b\u4e00 |
| | | SEVERE_WARN_ACI_LOCALHOST_DOESNT_MATCH_CANONICAL_VALUE_61=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 dns \u8868\u8fbe\u5f0f\u503c "%s" \u5f15\u7528\u4e3b\u673a\u540d %s\uff0c\u4f46\u8be5\u4e3b\u673a\u540d\u7684\u89c4\u8303\u8868\u793a\u5f62\u5f0f\u88ab\u914d\u7f6e\u4e3a %s\u3002\u670d\u52a1\u5668\u5c06\u5c1d\u8bd5\u81ea\u52a8\u89e3\u91ca\u6b63\u786e\u7684 localhost \u503c |
| | | SEVERE_WARN_ACI_HOSTNAME_DOESNT_MATCH_CANONICAL_VALUE_62=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 dns \u8868\u8fbe\u5f0f\u503c "%s" \u5f15\u7528\u4e3b\u673a\u540d %s\uff0c\u8be5\u4e3b\u673a\u540d\u5c06\u89e3\u6790\u4e3a IP \u5730\u5740 %s\uff0c\u4f46\u8be5 IP \u5730\u5740\u7684\u89c4\u8303\u4e3b\u673a\u540d\u4e3a %s\u3002\u8fd9\u53ef\u80fd\u610f\u5473\u7740\uff0c\u63d0\u4f9b\u7684\u4e3b\u673a\u540d\u4e0d\u4f1a\u4e0e\u4efb\u4f55\u5ba2\u6237\u7aef\u76f8\u5339\u914d |
| | | SEVERE_WARN_ACI_ERROR_CHECKING_CANONICAL_HOSTNAME_63=\u5728\u5c1d\u8bd5\u786e\u5b9a dns \u8868\u8fbe\u5f0f\u7ed1\u5b9a\u89c4\u5219 "%2$s" \u4e2d\u5f15\u7528\u7684\u4e3b\u673a\u540d %1$s \u662f\u5426\u4f7f\u7528\u4e86\u6b63\u786e\u7684\u89c4\u8303\u8868\u793a\u5f62\u5f0f\u65f6\u51fa\u73b0\u9519\u8bef: %3$s\u3002\u8fd9\u53ef\u80fd\u610f\u5473\u7740\uff0c\u63d0\u4f9b\u7684\u4e3b\u673a\u540d\u4e0d\u4f1a\u4e0e\u4efb\u4f55\u5ba2\u6237\u7aef\u76f8\u5339\u914d |
| | | INFO_ACI_DESCRIPTION_GLOBAL_ACI_64=\u6307\u5b9a\u4e00\u4e2a\u5168\u5c40\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u5c5e\u6027\u7c7b\u578b\uff0c\u5b83\u53ef\u7528\u4e8e\u5b9a\u4e49\u5728\u547d\u540d\u4e0a\u4e0b\u6587\u4e2d\u5177\u6709\u5168\u5c40\u8303\u56f4\u7684 ACI |
| | | INFO_ACI_ADD_LIST_NO_GLOBAL_ACIS_65=\u672a\u627e\u5230\u4efb\u4f55\u5168\u5c40\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u5c5e\u6027\u7c7b\u578b |
| | | INFO_ACI_ADD_LIST_GLOBAL_ACIS_66=\u5df2\u5c06 %s \u5168\u5c40\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u5c5e\u6027\u7c7b\u578b\u6dfb\u52a0\u5230\u8bbf\u95ee\u63a7\u5236\u8bc4\u4f30\u5f15\u64ce\u4e2d |
| | | INFO_ACI_HANDLER_FAIL_PROCESS_GLOBAL_ACI_67=\u5728\u5904\u7406\u914d\u7f6e\u6761\u76ee %s \u4e2d\u7684 ds-cfg-global-aci \u5c5e\u6027\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef |
| | | INFO_ACI_HANDLER_FAIL_PROCESS_ACI_68=\u5728\u5904\u7406\u914d\u7f6e\u7cfb\u7edf\u4e2d\u7684 aci \u5c5e\u6027\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef |
| | | SEVERE_WARN_PATTERN_DN_CONSECUTIVE_WILDCARDS_IN_VALUE_69=\u6a21\u5f0f DN %s \u65e0\u6548\uff0c\u56e0\u4e3a\u5b83\u5728\u4e00\u4e2a\u5c5e\u6027\u503c\u4e2d\u5305\u542b\u4e24\u4e2a\u8fde\u7eed\u7684\u901a\u914d\u7b26 |
| | | SEVERE_WARN_PATTERN_DN_TYPE_CONTAINS_SUBSTRINGS_70=\u6a21\u5f0f DN %s \u65e0\u6548\uff0c\u56e0\u4e3a\u5b83\u4f7f\u7528\u901a\u914d\u7b26\u5bf9\u5c5e\u6027\u7c7b\u578b\u8fdb\u884c\u5b50\u4e32\u5339\u914d\u3002\u5141\u8bb8\u4f7f\u7528\u5355\u4e2a\u901a\u914d\u7b26\u6765\u66ff\u4ee3\u5c5e\u6027\u7c7b\u578b |
| | | SEVERE_WARN_PATTERN_DN_TYPE_WILDCARD_IN_MULTIVALUED_RDN_71=\u6a21\u5f0f DN %s \u65e0\u6548\uff0c\u56e0\u4e3a\u5b83\u7684\u67d0\u4e2a\u591a\u503c RDN \u7684\u5c5e\u6027\u7c7b\u578b\u4e2d\u5305\u542b\u901a\u914d\u7b26 |
| | | SEVERE_WARN_ACI_HANDLER_CANNOT_LOCK_NEW_SUPERIOR_USER_72=\u65e0\u6cd5\u83b7\u53d6\u5bf9 ModifyDN \u65b0\u4e0a\u7ea7\u6761\u76ee %s \u7684\u9501\u5b9a |
| | | SEVERE_WARN_ACI_NOT_VALID_DN_73=\u5df2\u8df3\u8fc7\u81ea\u8eab\u5199\u5165\u68c0\u67e5\uff0c\u56e0\u4e3a\u4f7f\u7528\u6807\u8bc6\u540d\u8bed\u6cd5\u7684\u5c5e\u6027 "%s" \u4e0d\u662f\u6709\u6548\u7684 DN |
| | | SEVERE_WARN_ACI_TARGETATTR_INVALID_ATTR_TOKEN_74=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) targetattr \u8868\u8fbe\u5f0f\u503c "%s" \u65e0\u6548\uff0c\u56e0\u4e3a\u8be5\u8868\u8fbe\u5f0f\u5305\u542b\u65e0\u6548\u6216\u91cd\u590d\u7684\u6807\u8bb0 |
| | | SEVERE_WARN_ACI_SYNTAX_ROLEDN_NOT_SUPPORTED_75=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u8868\u8fbe\u5f0f\u503c "%s" \u65e0\u6548\uff0c\u56e0\u4e3a\u5b83\u5305\u542b\u4e0d\u53d7\u652f\u6301\u7684 roledn \u5173\u952e\u5b57\uff0c\u5e94\u5c06\u5176\u66ff\u6362\u4e3a groupdn \u5173\u952e\u5b57 |
| | | SEVERE_WARN_ACI_SERVER_DECODE_FAILED_76=\u65e0\u6cd5\u89e3\u7801\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) %s |
| | | SEVERE_WARN_ACI_ENTER_LOCKDOWN_MODE_77=\u6b63\u5728\u5c06\u670d\u52a1\u5668\u7f6e\u4e8e\u9501\u5b9a\u6a21\u5f0f\uff0c\u56e0\u4e3a\u5728\u670d\u52a1\u5668\u542f\u52a8\u6216\u540e\u7aef\u521d\u59cb\u5316\u671f\u95f4\u68c0\u6d4b\u5230\u65e0\u6548\u7684 ACI \u89c4\u5219 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_URL_78=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 userattr \u8868\u8fbe\u5f0f\u503c\u65e0\u6cd5\u8fdb\u884c URL \u89e3\u7801\uff0c\u539f\u56e0\u5982\u4e0b: %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_BASEDN_URL_79=\u65e0\u6cd5\u89e3\u6790\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 userattr \u8868\u8fbe\u5f0f\u503c\uff0c\u56e0\u4e3a ldap URL "%s" \u5305\u542b\u7a7a\u57fa DN |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_ATTR_URL_80=\u65e0\u6cd5\u89e3\u6790\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 userattr \u8868\u8fbe\u5f0f\u503c\uff0c\u56e0\u4e3a ldap URL "%s" \u7684\u5c5e\u6027\u5b57\u6bb5\u5305\u542b\u591a\u4e2a\u63cf\u8ff0\uff0c\u6216\u8005\u8be5\u5b57\u6bb5\u4e3a\u7a7a |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_PREFIX_FORMAT_81=\u65e0\u6cd5\u89e3\u6790\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 IP \u5730\u5740\u8868\u8fbe\u5f0f\uff0c\u56e0\u4e3a\u8868\u8fbe\u5f0f "%s" \u7684\u524d\u7f00\u90e8\u5206\u7684\u683c\u5f0f\u65e0\u6548 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_PREFIX_VALUE_82=\u65e0\u6cd5\u89e3\u6790\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 IP \u5730\u5740\u8868\u8fbe\u5f0f\uff0c\u56e0\u4e3a\u8868\u8fbe\u5f0f "%s" \u7684\u524d\u7f00\u503c\u65e0\u6548\u3002\u5bf9\u4e8e IPV4 \u5730\u5740\uff0c\u6240\u6709\u503c\u90fd\u5fc5\u987b\u5927\u4e8e\u6216\u7b49\u4e8e 0 \u4e14\u5c0f\u4e8e\u6216\u7b49\u4e8e 32\uff1b\u5bf9\u4e8e IPV6 \u5730\u5740\uff0c\u6240\u6709\u503c\u90fd\u5fc5\u987b\u5927\u4e8e\u6216\u7b49\u4e8e 0 \u4e14\u5c0f\u4e8e\u6216\u7b49\u4e8e 128 |
| | | SEVERE_WARN_ACI_SYNTAX_PREFIX_NOT_NUMERIC_83=\u65e0\u6cd5\u89e3\u6790\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 IP \u5730\u5740\u8868\u8fbe\u5f0f\uff0c\u56e0\u4e3a\u8868\u8fbe\u5f0f "%s" \u7684\u524d\u7f00\u90e8\u5206\u5305\u542b\u975e\u6570\u5b57\u503c |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_IPV4_FORMAT_84=\u65e0\u6cd5\u89e3\u6790\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 IP \u5730\u5740\u8868\u8fbe\u5f0f\uff0c\u56e0\u4e3a IPv4 \u5730\u5740\u8868\u8fbe\u5f0f "%s" \u7684\u683c\u5f0f\u65e0\u6548 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_IPV4_VALUE_85=\u65e0\u6cd5\u89e3\u6790\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 IP \u5730\u5740\u8868\u8fbe\u5f0f\uff0c\u56e0\u4e3a IPv4 \u5730\u5740\u8868\u8fbe\u5f0f "%s" \u5305\u542b\u65e0\u6548\u503c\u3002\u6240\u6709\u5730\u5740\u503c\u90fd\u5fc5\u987b\u4ecb\u4e8e 0 \u548c 255 \u4e4b\u95f4 |
| | | SEVERE_WARN_ACI_SYNTAX_IPV4_NOT_NUMERIC_86=\u65e0\u6cd5\u89e3\u6790\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 IP \u5730\u5740\u8868\u8fbe\u5f0f\uff0c\u56e0\u4e3a IPv4 \u5730\u5740\u8868\u8fbe\u5f0f "%s" \u5305\u542b\u975e\u6570\u5b57\u503c |
| | | SEVERE_WARN_ACI_SYNTAX_IPV6_WILDCARD_INVALID_87=\u65e0\u6cd5\u89e3\u6790\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 IP \u5730\u5740\u8868\u8fbe\u5f0f\uff0c\u56e0\u4e3a IPv6 \u5730\u5740\u8868\u8fbe\u5f0f "%s" \u5305\u542b\u975e\u6cd5\u901a\u914d\u7b26\u3002\u5728 IP \u7ed1\u5b9a\u89c4\u5219\u8868\u8fbe\u5f0f\u4e2d\u4f7f\u7528 IPv6 \u5730\u5740\u65f6\uff0c\u4e0d\u652f\u6301\u4f7f\u7528\u901a\u914d\u7b26 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_IPV6_FORMAT_88=\u65e0\u6cd5\u89e3\u6790\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 IP \u5730\u5740\u8868\u8fbe\u5f0f "%s"\uff0c\u539f\u56e0\u5982\u4e0b: "%s" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_NETMASK_FORMAT_89=\u65e0\u6cd5\u89e3\u6790\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 IP \u5730\u5740\u8868\u8fbe\u5f0f\uff0c\u56e0\u4e3a\u8868\u8fbe\u5f0f "%s" \u7684\u7f51\u7edc\u63a9\u7801\u90e8\u5206\u7684\u683c\u5f0f\u65e0\u6548 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_NETMASK_90=\u65e0\u6cd5\u89e3\u6790\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 IP \u5730\u5740\u8868\u8fbe\u5f0f\uff0c\u56e0\u4e3a\u8868\u8fbe\u5f0f "%s" \u7684\u7f51\u7edc\u63a9\u7801\u90e8\u5206\u5305\u542b\u65e0\u6548\u7684\u503c |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETCONTROL_EXPRESSION_91=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) targetcontrol \u8868\u8fbe\u5f0f\u503c "%s" \u65e0\u6548\u3002\u6709\u6548\u7684 targetcontrol \u5173\u952e\u5b57\u8868\u8fbe\u5f0f\u503c\u9700\u8981\u4e00\u4e2a\u6216\u591a\u4e2a\u4ee5\u4e0b\u683c\u5f0f\u7684\u6709\u6548\u63a7\u5236 OID \u5b57\u7b26\u4e32\uff1aoid [|| oid1] ... [|| oidN] |
| | | SEVERE_WARN_ACI_SYNTAX_ILLEGAL_CHAR_IN_NUMERIC_OID_92=\u65e0\u6cd5\u89e3\u6790\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) targetcontrol OID \u503c "%1$s"\uff0c\u56e0\u4e3a\u8be5\u503c\u7684\u4f4d\u7f6e %3$d \u5904\u5305\u542b\u975e\u6cd5\u5b57\u7b26 %2$c |
| | | SEVERE_WARN_ACI_SYNTAX_DOUBLE_PERIOD_IN_NUMERIC_OID_93=\u65e0\u6cd5\u89e3\u6790\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) targetcontrol OID \u503c "%s"\uff0c\u56e0\u4e3a\u6570\u503c OID \u7684\u4f4d\u7f6e %d \u5904\u5305\u542b\u4e24\u4e2a\u8fde\u7eed\u7684\u53e5\u70b9 |
| | | SEVERE_WARN_ACI_SYNTAX_DECODE_EFFECTIVERIGHTS_FAIL_94=\u8bbf\u95ee\u63a7\u5236\u68c0\u67e5\u5931\u8d25\uff0c\u56e0\u4e3a\u65e0\u6cd5\u89e3\u7801 geteffectiverights \u63a7\u5236\uff0c\u539f\u56e0\u5982\u4e0b: "%s" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGEXTOP_EXPRESSION_95=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) extop \u8868\u8fbe\u5f0f\u503c "%s" \u65e0\u6548\u3002\u6709\u6548\u7684 extop \u5173\u952e\u5b57\u8868\u8fbe\u5f0f\u503c\u9700\u8981\u4e00\u4e2a\u6216\u591a\u4e2a\u4ee5\u4e0b\u683c\u5f0f\u7684\u6709\u6548\u6269\u5c55\u64cd\u4f5c\u8bf7\u6c42 OID \u5b57\u7b26\u4e32\uff1aoid [|| oid1] ... [|| oidN] |
| | | SEVERE_WARN_ACI_ATTRIBUTE_NOT_INDEXED_96=\u540e\u7aef %s \u6ca1\u6709\u4e3a\u5c5e\u6027\u7c7b\u578b %s \u5b9a\u4e49\u5b58\u5728\u7d22\u5f15\u3002\u5728\u8be5\u540e\u7aef\u4e0a\uff0c\u8bbf\u95ee\u63a7\u5236\u521d\u59cb\u5316\u53ef\u80fd\u9700\u8981\u5f88\u957f\u65f6\u95f4\u624d\u80fd\u5b8c\u6210 |
| New file |
| | |
| | | # CDDL HEADER START |
| | | # |
| | | # The contents of this file are subject to the terms of the |
| | | # Common Development and Distribution License, Version 1.0 only |
| | | # (the "License"). You may not use this file except in compliance |
| | | # with the License. |
| | | # |
| | | # You can obtain a copy of the license at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE |
| | | # or https://OpenDS.dev.java.net/OpenDS.LICENSE. |
| | | # See the License for the specific language governing permissions |
| | | # and limitations under the License. |
| | | # |
| | | # When distributing Covered Code, include this CDDL HEADER in each |
| | | # file and include the License file at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, |
| | | # add the following below this CDDL HEADER, with the fields enclosed |
| | | # by brackets "[]" replaced with your own identifying information: |
| | | # Portions Copyright [yyyy] [name of copyright owner] |
| | | # |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2008 Sun Microsystems, Inc. |
| | | |
| | | |
| | | |
| | | # |
| | | # Global directives |
| | | # |
| | | global.category=ACCESS_CONTROL |
| | | |
| | | # |
| | | # Format string definitions |
| | | # |
| | | # Keys must be formatted as follows: |
| | | # |
| | | # [SEVERITY]_[DESCRIPTION]_[ORDINAL] |
| | | # |
| | | # where: |
| | | # |
| | | # SEVERITY is one of: |
| | | # [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE] |
| | | # |
| | | # DESCRIPTION is an upper case string providing a hint as to the context of |
| | | # the message in upper case with the underscore ('_') character serving as |
| | | # word separator |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | SEVERE_WARN_ACI_SYNTAX_GENERAL_PARSE_FAILED_1=\u63d0\u4f9b\u7684\u5b57\u4e32\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u6709\u6548\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI)\uff0c\u56e0\u70ba\u5b83\u672a\u901a\u904e\u4e00\u822c ACI \u8a9e\u6cd5\u8a55\u4f30 |
| | | SEVERE_WARN_ACI_SYNTAX_INVAILD_VERSION_2=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u7248\u672c\u503c\u300c%s\u300d\u7121\u6548\uff0c\u50c5\u652f\u63f4\u7248\u672c 3.0 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_ACCESS_TYPE_VERSION_3=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4\u5b58\u53d6\u985e\u578b\u503c\u300c%s\u300d\u7121\u6548\u3002\u6709\u6548\u7684\u5b58\u53d6\u985e\u578b\u503c\u70ba\u4e0d\u662f\u5141\u8a31\u5c31\u662f\u62d2\u7d55 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_RIGHTS_SYNTAX_4=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u6b0a\u9650\u503c\u300c%s\u300d\u7121\u6548\u3002\u6b0a\u9650\u5fc5\u9808\u662f\u653e\u5728\u62ec\u5f27\u4e2d 1 \u81f3 6 \u500b\u4ee5\u9017\u865f\u5206\u9694\u7684\u95dc\u9375\u5b57\u6e05\u55ae |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_RIGHTS_KEYWORD_5=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u6b0a\u9650\u95dc\u9375\u5b57\u503c\u300c%s\u300d\u7121\u6548\u3002\u6709\u6548\u7684\u6b0a\u9650\u95dc\u9375\u5b57\u503c\u70ba\u4e0b\u5217\u5176\u4e2d\u4e00\u6216\u591a\u500b\u503c\uff1a\u8b80\u53d6\u3001\u5beb\u5165\u3001\u589e\u52a0\u3001\u522a\u9664\u3001\u641c\u5c0b\u3001\u6bd4\u8f03\uff0c\u6216\u4e0a\u8ff0\u5168\u90e8\u503c |
| | | MILD_ERR_ACI_SYNTAX_BIND_RULE_MISSING_CLOSE_PAREN_6=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247\u503c\u300c%s\u300d\u7121\u6548\uff0c\u56e0\u70ba\u8a72\u503c\u7f3a\u5c11\u8207\u5de6\u62ec\u5f27\u5c0d\u61c9\u7684\u53f3\u62ec\u5f27 |
| | | MILD_ERR_ACI_SYNTAX_INVALID_BIND_RULE_SYNTAX_7=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247\u503c\u300c%s\u300d\u7121\u6548\u3002\u6709\u6548\u7684\u9023\u7d50\u898f\u5247\u503c\u5fc5\u9808\u70ba\u4e0b\u5217\u5f62\u5f0f\uff1akeyword operator "expression" (\u95dc\u9375\u5b57 \u904b\u7b97\u5b50 "\u8868\u793a\u5f0f") |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_8=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247\u95dc\u9375\u5b57\u503c\u300c%s\u300d\u7121\u6548\u3002\u6709\u6548\u7684\u95dc\u9375\u5b57\u503c\u70ba\u4e0b\u5217\u5176\u4e2d\u4e00\u9805\uff1auserdn\u3001groupdn\u3001roledn\u3001userattr\u3001ip\u3001dns\u3001dayofweek\u3001timeofday \u6216 authmethod |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_OPERATOR_9=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247\u904b\u7b97\u5b50\u503c\u300c%s\u300d\u7121\u6548\u3002\u6709\u6548\u7684\u9023\u7d50\u898f\u5247\u904b\u7b97\u5b50\u503c\u4e0d\u662f\u300c=\u300d\u5c31\u662f\u300c!=\u300d |
| | | SEVERE_WARN_ACI_SYNTAX_MISSING_BIND_RULE_EXPRESSION_10=\u5c0d\u61c9\u65bc\u95dc\u9375\u5b57\u503c\u300c%s\u300d\u4e4b\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247\u8868\u793a\u5f0f\u503c\u7f3a\u5c11\u8868\u793a\u5f0f\u3002\u6709\u6548\u7684\u9023\u7d50\u898f\u5247\u503c\u5fc5\u9808\u70ba\u4e0b\u5217\u5f62\u5f0f\uff1akeyword operator "expression" (\u95dc\u9375\u5b57 \u904b\u7b97\u5b50 "\u8868\u793a\u5f0f") |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_BOOLEAN_OPERATOR_11=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247\u5e03\u6797\u904b\u7b97\u5b50\u503c\u300c%s\u300d\u7121\u6548\u3002\u6709\u6548\u7684\u9023\u7d50\u898f\u5247\u5e03\u6797\u904b\u7b97\u5b50\u503c\u4e0d\u662f\u300cOR\u300d\u5c31\u662f\u300cAND\u300d |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_OPERATOR_COMBO_12=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247\u95dc\u9375\u5b57\u5b57\u4e32\u300c%s\u300d\u7121\u6548 (\u91dd\u5c0d\u9023\u7d50\u898f\u5247\u904b\u7b97\u5b50\u5b57\u4e32\u300c%s\u300d\u800c\u8a00) |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERDN_URL_13=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 userdn \u8868\u793a\u5f0f\u7531\u65bc\u4e0b\u5217\u539f\u56e0\u800c\u7121\u6cd5\u9032\u884c URL \u89e3\u78bc: %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_ROLEDN_EXPRESSION_14=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 roledn \u8868\u793a\u5f0f\u503c\u300c%s\u300d\u7121\u6548\u3002\u6709\u6548\u7684 roledn \u95dc\u9375\u5b57\u8868\u793a\u5f0f\u503c\u9700\u8981\u4e00\u6216\u591a\u500b LDAP URL\uff0c\u683c\u5f0f\u5982\u4e0b\uff1aldap:///dn [|| ldap:///dn] ... [|| ldap:///dn] |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_ROLEDN_URL_15=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 roledn \u8868\u793a\u5f0f\u7531\u65bc\u4e0b\u5217\u539f\u56e0\u800c\u7121\u6cd5\u9032\u884c URL \u89e3\u78bc: %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_GROUPDN_EXPRESSION_16=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 groupdn \u8868\u793a\u5f0f\u503c\u300c%s\u300d\u7121\u6548\u3002\u6709\u6548\u7684 groupdn \u95dc\u9375\u5b57\u8868\u793a\u5f0f\u503c\u9700\u8981\u4e00\u6216\u591a\u500b LDAP URL\uff0c\u683c\u5f0f\u5982\u4e0b\uff1aldap:///groupdn [|| ldap:///groupdn] ... [|| ldap:///groupdn] |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_GROUPDN_URL_17=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 groupdn \u8868\u793a\u5f0f\u503c\u7531\u65bc\u4e0b\u5217\u539f\u56e0\u800c\u7121\u6cd5\u9032\u884c URL \u89e3\u78bc: %s |
| | | SEVERE_WARN_ACI_SYNTAX_ADDRESS_FAMILY_MISMATCH_18=\u7db2\u8def\u906e\u7f69\u503c\u300c%s\u300d\u7121\u6548 (\u91dd\u5c0d ip \u8868\u793a\u5f0f\u7db2\u8def\u4f4d\u5740\u300c%s\u300d\u800c\u8a00) |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_NETWORK_BIT_MATCH_19=\u4f4d\u5740\u985e\u578b\u503c\u300c%s\u300d\u7684\u4f4d\u5143\u906e\u7f69\u7121\u6548\u3002%s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_IP_CRITERIA_DECODE_20=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 ip \u8868\u793a\u5f0f\u503c\u7531\u65bc\u4e0b\u5217\u539f\u56e0\u800c\u7121\u6cd5\u89e3\u78bc: %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_IP_EXPRESSION_21=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 ip \u8868\u793a\u5f0f\u503c\u300c%s\u300d\u7121\u6548\u3002\u6709\u6548\u7684 ip \u95dc\u9375\u5b57\u8868\u793a\u5f0f\u9700\u8981\u6709\u6548 IP \u4f4d\u5740\u6e05\u55ae\u8868\u793a\u5f0f\u7684\u4e00\u6216\u591a\u500b\u4ee5\u9017\u865f\u5206\u9694\u7684\u5143\u7d20 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_DNS_EXPRESSION_22=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 dns \u8868\u793a\u5f0f\u503c\u300c%s\u300d\u7121\u6548\u3002\u6709\u6548\u7684 dns \u95dc\u9375\u5b57\u8868\u793a\u5f0f\u503c\u9700\u8981\u4e00\u500b\u6709\u6548\u4e4b\u5b8c\u5168\u5408\u683c\u7684 DNS \u7db2\u57df\u540d\u7a31 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_DNS_WILDCARD_23=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 dns \u8868\u793a\u5f0f\u503c\u300c%s\u300d\u7121\u6548\uff0c\u56e0\u70ba\u842c\u7528\u5b57\u5143\u6a23\u5f0f\u51fa\u73fe\u65bc\u932f\u8aa4\u7684\u4f4d\u7f6e\u3002\u6709\u6548\u7684 dns \u95dc\u9375\u5b57\u842c\u7528\u5b57\u5143\u8868\u793a\u5f0f\u503c\u8981\u6c42\u300c*\u300d\u5b57\u5143\u53ea\u80fd\u4f4d\u65bc\u7db2\u57df\u540d\u7a31\u7684\u6700\u5de6\u908a\u4f4d\u7f6e |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_DAYOFWEEK_24=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 dayofweek \u8868\u793a\u5f0f\u503c\u300c%s\u300d\u7121\u6548\uff0c\u56e0\u70ba\u661f\u671f\u503c\u7121\u6548\u3002\u6709\u6548\u7684 dayofweek \u503c\u70ba\u4e0b\u5217\u5176\u4e2d\u4e00\u500b\u7e2e\u5beb (\u542b\u4e09\u500b\u82f1\u6587\u5b57\u6bcd)\uff1asun\u3001mon\u3001tue\u3001wed\u3001thu\u3001fri \u6216 sat |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_25=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 timeofday \u8868\u793a\u5f0f\u503c\u300c%s\u300d\u7121\u6548\u3002\u6709\u6548\u7684 timeofday \u503c\u6703\u4ee5\u56db\u500b\u6578\u5b57\u8868\u793a\uff0c\u4ee3\u8868 24 \u5c0f\u6642\u5236\u7684\u5c0f\u6642\u8207\u5206\u9418 (0 \u81f3 2359) |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_RANGE_26=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 timeofday \u8868\u793a\u5f0f\u503c\u300c%s\u300d\u4e0d\u5728\u6709\u6548\u7684\u7bc4\u570d\u5167\u3002\u6709\u6548\u7684 timeofday \u503c\u6703\u4ee5\u56db\u500b\u6578\u5b57\u8868\u793a\uff0c\u4ee3\u8868 24 \u5c0f\u6642\u5236\u7684\u5c0f\u6642\u8207\u5206\u9418 (0 \u81f3 2359) |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_AUTHMETHOD_EXPRESSION_27=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 authmethod \u8868\u793a\u5f0f\u503c\u300c%s\u300d\u7121\u6548\u3002\u6709\u6548\u7684 authmethod \u503c\u70ba\u4e0b\u5217\u5176\u4e2d\u4e00\u9805\uff1a\u7121\u3001\u7c21\u6613\u3001SSL \u6216\u300csasl \u6a5f\u5236\u300d\uff0c\u800c\u6a5f\u5236\u5247\u70ba\u67d0\u500b\u652f\u63f4\u7684 SASL \u6a5f\u5236\uff0c\u5305\u542b CRAM-MD5\u3001DIGEST-MD5 \u548c GSSAPI |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_EXPRESSION_28=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 userattr \u8868\u793a\u5f0f\u503c\u300c%s\u300d\u7121\u6548 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_KEYWORD_29=\u4e0d\u652f\u63f4\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 userattr \u8868\u793a\u5f0f\u503c\u300c%s\u300d |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_INHERITANCE_PATTERN_30=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 userattr \u8868\u793a\u5f0f\u7e7c\u627f\u6a23\u5f0f\u503c\u300c%s\u300d\u7121\u6548\u3002\u6709\u6548\u7684\u7e7c\u627f\u6a23\u5f0f\u503c\u5fc5\u9808\u5177\u6709\u4e0b\u5217\u683c\u5f0f\uff1aparent[inheritance_level].attribute#bindType |
| | | SEVERE_WARN_ACI_SYNTAX_MAX_USERATTR_INHERITANCE_LEVEL_EXCEEDED_31=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 userattr \u8868\u793a\u5f0f\u7e7c\u627f\u6a23\u5f0f\u503c\u300c%s\u300d\u7121\u6548\u3002\u7e7c\u627f\u5c64\u7d1a\u503c\u4e0d\u80fd\u8d85\u904e %s \u7684\u6700\u5927\u5c64\u7d1a\u9650\u5236 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_INHERITANCE_VALUE_32=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 userattr \u8868\u793a\u5f0f\u7e7c\u627f\u6a23\u5f0f\u503c\u300c%s\u300d\u7121\u6548\uff0c\u56e0\u70ba\u8a72\u503c\u4e0d\u662f\u6578\u5b57 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_SYNTAX_33=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u76ee\u6a19\u898f\u5247\u503c\u300c%s\u300d\u7121\u6548\u3002\u6709\u6548\u7684\u76ee\u6a19\u898f\u5247\u503c\u5fc5\u9808\u70ba\u4e0b\u5217\u5f62\u5f0f\uff1akeyword operator "expression" (\u95dc\u9375\u5b57 \u904b\u7b97\u5b50 "\u8868\u793a\u5f0f") |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_KEYWORD_34=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u76ee\u6a19\u95dc\u9375\u5b57\u503c\u300c%s\u300d\u7121\u6548\u3002\u6709\u6548\u7684\u76ee\u6a19\u95dc\u9375\u5b57\u503c\u70ba\u4e0b\u5217\u5176\u4e2d\u4e00\u9805\uff1atarget\u3001targetscope\u3001targetfilter\u3001targetattr \u6216 targetattrfilters |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_NOT_OPERATOR_35=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u76ee\u6a19\u904b\u7b97\u5b50\u503c\u300c%s\u300d\u7121\u6548\u3002\u300c%s\u300d\u95dc\u9375\u5b57\u7684\u552f\u4e00\u6709\u6548\u76ee\u6a19\u904b\u7b97\u5b50\u503c\u70ba\u300c=\u300d |
| | | SEVERE_WARN_ACI_SYNTAX_TARGET_KEYWORD_NOT_SUPPORTED_36=\u6b64\u6642\u4e0d\u652f\u63f4\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u76ee\u6a19\u95dc\u9375\u5b57\u503c\u300c%s\u300d |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_DUPLICATE_KEYWORDS_37=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u76ee\u6a19\u95dc\u9375\u5b57\u503c\u300c%s\u300d\u5728 ACI\u300c%s\u300d\u4e2d\u591a\u6b21\u51fa\u73fe |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETS_OPERATOR_38=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u76ee\u6a19\u95dc\u9375\u5b57\u904b\u7b97\u5b50\u503c\u300c%s\u300d\u7121\u6548\u3002\u6709\u6548\u7684\u76ee\u6a19\u95dc\u9375\u5b57\u904b\u7b97\u5b50\u503c\u4e0d\u662f\u300c=\u300d\u5c31\u662f\u300c!=\u300d |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETSCOPE_EXPRESSION_39=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) targetscope \u8868\u793a\u5f0f\u904b\u7b97\u5b50\u503c\u300c%s\u300d\u7121\u6548\u3002\u6709\u6548\u7684 targetscope \u8868\u793a\u5f0f\u503c\u70ba\u4e0b\u5217\u5176\u4e2d\u4e00\u9805\uff1aone\u3001onelevel \u6216 subtree |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETKEYWORD_EXPRESSION_40=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u76ee\u6a19\u8868\u793a\u5f0f\u503c\u300c%s\u300d\u7121\u6548\u3002\u6709\u6548\u7684\u76ee\u6a19\u95dc\u9375\u5b57\u8868\u793a\u5f0f\u503c\u9700\u8981\u4e00\u500b LDAP URL\uff0c\u683c\u5f0f\u5982\u4e0b\uff1aldap:///distinguished_name_pattern |
| | | SEVERE_WARN_ACI_SYNTAX_TARGET_DN_NOT_DESCENDENTOF_41=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u76ee\u6a19\u8868\u793a\u5f0f DN \u503c\u300c%s\u300d\u7121\u6548\u3002\u5982\u679c\u76ee\u6a19\u8868\u793a\u5f0f DN \u4e2d\u672a\u6307\u5b9a\u4efb\u4f55\u842c\u7528\u5b57\u5143\uff0c\u5247\u76ee\u6a19\u8868\u793a\u5f0f DN \u503c\u5fc5\u9808\u662f ACI \u9805\u76ee DN\u300c%s\u300d\u7684\u5b50\u7cfb |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETATTRKEYWORD_EXPRESSION_42=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) targetattr \u8868\u793a\u5f0f\u503c\u300c%s\u300d\u7121\u6548\u3002\u6709\u6548\u7684 targetattr \u95dc\u9375\u5b57\u8868\u793a\u5f0f\u503c\u9700\u8981\u4e00\u6216\u591a\u500b\u6709\u6548\u7684\u5c6c\u6027\u985e\u578b\u540d\u7a31\uff0c\u683c\u5f0f\u5982\u4e0b\uff1aattribute1 [|| attribute1] ... [|| attributeN] |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETFILTERKEYWORD_EXPRESSION_43=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) targetfilter \u8868\u793a\u5f0f\u503c\u300c%s\u300d\u7121\u6548\uff0c\u56e0\u70ba\u8a72\u503c\u4e0d\u662f\u6709\u6548\u7684 LDAP \u7be9\u9078\u5668 |
| | | INFO_ACI_ADD_FAILED_PRIVILEGE_44=\u5617\u8a66\u589e\u52a0\u542b\u6709 aci \u5c6c\u6027\u985e\u578b\u7684\u9805\u76ee\u300c%s\u300d\u5931\u6557\uff0c\u56e0\u70ba\u6388\u6b0a DN\u300c%s\u300d\u7f3a\u5c11 modify-acl \u6b0a\u9650 |
| | | INFO_ACI_MODIFY_FAILED_PRIVILEGE_45=\u5617\u8a66\u4fee\u6539\u9805\u76ee\u300c%s\u300d\u4e2d\u7684 aci \u5c6c\u6027\u985e\u578b\u5931\u6557\uff0c\u56e0\u70ba\u6388\u6b0a DN\u300c%s\u300d\u7f3a\u5c11 modify-acl \u6b0a\u9650 |
| | | SEVERE_WARN_ACI_ADD_FAILED_DECODE_46=\u5617\u8a66\u589e\u52a0\u542b\u6709 aci \u5c6c\u6027\u985e\u578b\u7684\u9805\u76ee\u300c%s\u300d\u5931\u6557\uff0c\u539f\u56e0\u5982\u4e0b: %s |
| | | SEVERE_WARN_ACI_MODIFY_FAILED_DECODE_47=\u5617\u8a66\u4fee\u6539\u9805\u76ee\u300c%s\u300d\u4e2d\u7684 aci \u5c6c\u6027\u985e\u578b\u5931\u6557\uff0c\u539f\u56e0\u5982\u4e0b: %s |
| | | SEVERE_WARN_ACI_ADD_LIST_FAILED_DECODE_48= \u300c%s\u300d\uff0c\u4f4d\u65bc\u9805\u76ee\u300c%s\u300d\u4e2d\uff0c\u539f\u56e0\u5982\u4e0b: %s |
| | | INFO_ACI_ADD_LIST_NO_ACIS_49=\u5728\u74b0\u5883\u300c%s\u300d\u4e2d\u627e\u4e0d\u5230\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u5c6c\u6027\u985e\u578b |
| | | INFO_ACI_ADD_LIST_ACIS_50=\u5df2\u5c07\u5728\u74b0\u5883\u300c%2$s\u300d\u4e2d\u627e\u5230\u7684 %1$s \u500b\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u5c6c\u6027\u985e\u578b\u589e\u52a0\u81f3\u5b58\u53d6\u63a7\u5236\u8a55\u4f30\u5f15\u64ce |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_ROLEDN_INHERITANCE_PATTERN_51=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 userattr \u8868\u793a\u5f0f\u7e7c\u627f\u6a23\u5f0f\u503c\u300c%s\u300d\u5c0d roledn \u95dc\u9375\u5b57\u800c\u8a00\u7121\u6548\uff0c\u56e0\u70ba\u8a72\u503c\u7684\u958b\u982d\u662f\u5b57\u4e32\u300cparent[\u300d |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_OPERATION_52=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) targattrfilter \u8868\u793a\u5f0f\u503c %s \u7121\u6548\uff0c\u56e0\u70ba %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_EXPRESSION_53=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) targattrfilter \u8868\u793a\u5f0f\u503c %s \u7121\u6548\uff0c\u56e0\u70ba\u8a72\u503c\u7684\u683c\u5f0f\u4e0d\u6b63\u78ba\u3002\u6709\u6548\u7684 targattrsfilters \u8868\u793a\u5f0f\u503c\u5fc5\u9808\u70ba\u4e0b\u5217\u683c\u5f0f\uff1a"add=attr1: F1 && attr2: F2 ... && attrN: FN,del= attr1: F1 && attr2: F2 ... && attrN: FN" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_OPS_MATCH_54=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) targattrfilter \u8868\u793a\u5f0f\u503c %s \u7121\u6548\uff0c\u56e0\u70ba\u5169\u500b\u904b\u7b97\u8a18\u865f\u5728\u5169\u4efd\u7be9\u9078\u5668\u6e05\u55ae\u4e2d\u90fd\u76f8\u7b26 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_MAX_FILTER_LISTS_55=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) targattrfilters \u8868\u793a\u5f0f\u503c %s \u7121\u6548\uff0c\u56e0\u70ba\u6709\u5169\u500b\u4ee5\u4e0a\u7684\u7be9\u9078\u5668\u6e05\u55ae\u6558\u8ff0 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LIST_FORMAT_56=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) targattrfilters \u8868\u793a\u5f0f\u503c %s \u7121\u6548\uff0c\u56e0\u70ba\u63d0\u4f9b\u7684\u7be9\u9078\u5668\u6e05\u55ae\u5b57\u4e32\u70ba\u932f\u8aa4\u683c\u5f0f\u3002\u6709\u6548\u7684 targattrfilters \u7be9\u9078\u5668\u6e05\u55ae\u5fc5\u9808\u70ba\u4e0b\u5217\u683c\u5f0f\uff1aadd=attr1: F1 && attr2: F2 ... && attrN: FN |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_FILTER_57=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) targattrfilters \u8868\u793a\u5f0f\u503c %s \u7121\u6548\uff0c\u56e0\u70ba\u5176\u4e2d\u4e00\u6216\u591a\u500b\u6307\u5b9a\u7684\u7be9\u9078\u5668\u7531\u65bc\u4e0b\u5217\u539f\u56e0\u800c\u7121\u6548: %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_ATTR_FILTER_58=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) targattrfilters \u8868\u793a\u5f0f\u503c %s \u7121\u6548\uff0c\u56e0\u70ba\u5176\u4e2d\u4e00\u6216\u591a\u500b\u6307\u5b9a\u7684\u7be9\u9078\u5668\u7121\u6548\uff0c\u9019\u662f\u7531\u65bc\u7be9\u9078\u5668\u4e2d\u6709\u4e0d\u76f8\u7b26\u7684\u5c6c\u6027\u985e\u578b\u540d\u7a31 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_ATTRIBUTE_TYPE_NAME_59=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u5c6c\u6027\u540d\u7a31\u503c %s \u7121\u6548\u3002\u6709\u6548\u7684\u5c6c\u6027\u985e\u578b\u540d\u7a31\u5fc5\u9808\u4ee5 ASCII \u5b57\u6bcd\u4f5c\u70ba\u958b\u982d\uff0c\u800c\u4e14\u53ea\u80fd\u5305\u542b ASCII \u5b57\u6bcd\u3001\u6578\u5b57\u6216\u300c-\u300d\u5b57\u5143 |
| | | NOTICE_ACI_SYNTAX_DUBIOUS_AUTHMETHOD_SASL_MECHANISM_60=\u5728\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 authmethod \u8868\u793a\u5f0f\u4e2d\u63d0\u4f9b\u7684 SASL \u6a5f\u5236\u300c%s\u300d\u4e0d\u662f\u4f3a\u670d\u5668\u4e2d\u76ee\u524d\u5df2\u8a3b\u518a\u7684\u6a5f\u5236\u4e4b\u4e00 |
| | | SEVERE_WARN_ACI_LOCALHOST_DOESNT_MATCH_CANONICAL_VALUE_61=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 dns \u8868\u793a\u5f0f\u503c\u300c%s\u300d\u53c3\u7167\u4e3b\u6a5f\u540d\u7a31 %s\uff0c\u4f46\u8a72\u4e3b\u6a5f\u540d\u7a31\u7684\u5178\u578b\u8868\u793a\u65b9\u5f0f\u5df2\u914d\u7f6e\u70ba %s\u3002\u4f3a\u670d\u5668\u5c07\u5617\u8a66\u81ea\u52d5\u89e3\u8b6f\u6b63\u78ba\u7684 localhost \u503c |
| | | SEVERE_WARN_ACI_HOSTNAME_DOESNT_MATCH_CANONICAL_VALUE_62=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 dns \u8868\u793a\u5f0f\u503c\u300c%s\u300d\u53c3\u7167\u4e3b\u6a5f\u540d\u7a31 %s\uff0c\u8a72\u540d\u7a31\u6703\u89e3\u6790\u70ba IP \u4f4d\u5740 %s\uff0c\u4f46\u8a72 IP \u4f4d\u5740\u7684\u5178\u578b\u4e3b\u6a5f\u540d\u7a31\u70ba %s\u3002\u9019\u53ef\u80fd\u8868\u793a\u63d0\u4f9b\u7684\u4e3b\u6a5f\u540d\u7a31\u7d55\u4e0d\u6703\u7b26\u5408\u4efb\u4f55\u7528\u6236\u7aef |
| | | SEVERE_WARN_ACI_ERROR_CHECKING_CANONICAL_HOSTNAME_63=\u5617\u8a66\u5224\u5b9a\u5728 dns \u8868\u793a\u5f0f\u9023\u7d50\u898f\u5247\u300c%2$s\u300d\u4e2d\u6240\u53c3\u7167\u7684\u4e3b\u6a5f\u540d\u7a31 %1$s \u662f\u5426\u4f7f\u7528\u6b63\u78ba\u7684\u5178\u578b\u8868\u793a\u65b9\u5f0f\u6642\u767c\u751f\u932f\u8aa4: %3$s\u3002\u9019\u53ef\u80fd\u8868\u793a\u63d0\u4f9b\u7684\u4e3b\u6a5f\u540d\u7a31\u7d55\u4e0d\u6703\u7b26\u5408\u4efb\u4f55\u7528\u6236\u7aef |
| | | INFO_ACI_DESCRIPTION_GLOBAL_ACI_64=\u6307\u5b9a\u5168\u57df\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u5c6c\u6027\u985e\u578b\uff0c\u8a72\u985e\u578b\u53ef\u7528\u65bc\u5b9a\u7fa9\u5728\u6240\u6709\u547d\u540d\u74b0\u5883\u4e2d\u5177\u6709\u5168\u57df\u7bc4\u570d\u7684 ACI |
| | | INFO_ACI_ADD_LIST_NO_GLOBAL_ACIS_65=\u627e\u4e0d\u5230\u5168\u57df\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u5c6c\u6027\u985e\u578b |
| | | INFO_ACI_ADD_LIST_GLOBAL_ACIS_66=\u5df2\u5c07 %s \u500b\u5168\u57df\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u5c6c\u6027\u985e\u578b\u589e\u52a0\u81f3\u5b58\u53d6\u63a7\u5236\u8a55\u4f30\u5f15\u64ce |
| | | INFO_ACI_HANDLER_FAIL_PROCESS_GLOBAL_ACI_67=\u5728\u8655\u7406\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684 ds-cfg-global-aci \u5c6c\u6027\u6642\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4 |
| | | INFO_ACI_HANDLER_FAIL_PROCESS_ACI_68=\u5728\u914d\u7f6e\u7cfb\u7d71\u4e2d\u8655\u7406 aci \u5c6c\u6027\u6642\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4 |
| | | SEVERE_WARN_PATTERN_DN_CONSECUTIVE_WILDCARDS_IN_VALUE_69=\u6a23\u5f0f DN %s \u7121\u6548\uff0c\u56e0\u70ba\u5b83\u5728\u5c6c\u6027\u503c\u4e2d\u5305\u542b\u5169\u500b\u9023\u7e8c\u7684\u842c\u7528\u5b57\u5143 |
| | | SEVERE_WARN_PATTERN_DN_TYPE_CONTAINS_SUBSTRINGS_70=\u6a23\u5f0f DN %s \u7121\u6548\uff0c\u56e0\u70ba\u5b83\u5c07\u842c\u7528\u5b57\u5143\u7528\u65bc\u5c6c\u6027\u985e\u578b\u7684\u5b50\u5b57\u4e32\u76f8\u7b26\u3002\u5141\u8a31\u4ee5\u55ae\u4e00\u842c\u7528\u5b57\u5143\u53d6\u4ee3\u5c6c\u6027\u985e\u578b |
| | | SEVERE_WARN_PATTERN_DN_TYPE_WILDCARD_IN_MULTIVALUED_RDN_71=\u6a23\u5f0f DN %s \u7121\u6548\uff0c\u56e0\u70ba\u5b83\u5728\u591a\u91cd\u503c RDN \u7684\u5c6c\u6027\u985e\u578b\u4e2d\u5305\u542b\u842c\u7528\u5b57\u5143 |
| | | SEVERE_WARN_ACI_HANDLER_CANNOT_LOCK_NEW_SUPERIOR_USER_72=\u7121\u6cd5\u53d6\u5f97 ModifyDN \u65b0\u7684\u4e0a\u5c64\u9805\u76ee %s \u7684\u9396\u5b9a |
| | | SEVERE_WARN_ACI_NOT_VALID_DN_73=\u7565\u904e\u81ea\u6211\u5beb\u5165\u6aa2\u67e5\uff0c\u56e0\u70ba\u5177\u6709\u8fa8\u5225\u540d\u7a31\u8a9e\u6cd5\u7684\u5c6c\u6027\u300c%s\u300d\u4e0d\u662f\u6709\u6548\u7684 DN |
| | | SEVERE_WARN_ACI_TARGETATTR_INVALID_ATTR_TOKEN_74=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) targetattr \u8868\u793a\u5f0f\u503c\u300c%s\u300d\u7121\u6548\uff0c\u56e0\u70ba\u8868\u793a\u5f0f\u5305\u542b\u7121\u6548\u6216\u91cd\u8907\u7684\u8a18\u865f |
| | | SEVERE_WARN_ACI_SYNTAX_ROLEDN_NOT_SUPPORTED_75=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u8868\u793a\u5f0f\u503c\u300c%s\u300d\u7121\u6548\uff0c\u56e0\u70ba\u8a72\u503c\u5305\u542b\u4e0d\u53d7\u652f\u63f4\u7684 roledn \u95dc\u9375\u5b57\uff0c\u8acb\u4f7f\u7528 groupdn \u95dc\u9375\u5b57\u52a0\u4ee5\u53d6\u4ee3 |
| | | SEVERE_WARN_ACI_SERVER_DECODE_FAILED_76=\u7121\u6cd5\u89e3\u78bc\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACT) %s |
| | | SEVERE_WARN_ACI_ENTER_LOCKDOWN_MODE_77=\u4f3a\u670d\u5668\u6b63\u9032\u5165\u9396\u5b9a\u6a21\u5f0f\uff0c\u56e0\u70ba\u5728\u555f\u52d5\u4f3a\u670d\u5668\u6216\u5728\u5f8c\u7aef\u521d\u59cb\u5316\u671f\u9593\u5075\u6e2c\u5230\u7121\u6548\u7684 ACI \u898f\u5247 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_URL_78=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 userattr \u8868\u793a\u5f0f\u503c\u7531\u65bc\u4e0b\u5217\u539f\u56e0\u800c\u7121\u6cd5\u9032\u884c URL \u89e3\u78bc: %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_BASEDN_URL_79=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 userattr \u8868\u793a\u5f0f\u503c\u7121\u6cd5\u5256\u6790\uff0c\u56e0\u70ba ldap URL\u300c%s\u300d\u5305\u542b\u7a7a\u7684\u57fa\u5e95 DN |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_ATTR_URL_80=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 userattr \u8868\u793a\u5f0f\u503c\u7121\u6cd5\u5256\u6790\uff0c\u56e0\u70ba ldap URL\u300c%s\u300d\u7684\u5c6c\u6027\u6b04\u4f4d\u5305\u542b\u591a\u500b\u63cf\u8ff0\u6216\u6b04\u4f4d\u662f\u7a7a\u7684 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_PREFIX_FORMAT_81=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 IP \u4f4d\u5740\u8868\u793a\u5f0f\u7121\u6cd5\u5256\u6790\uff0c\u56e0\u70ba\u8868\u793a\u5f0f\u300c%s\u300d\u7684\u524d\u7db4\u90e8\u4efd\u5177\u6709\u7121\u6548\u7684\u683c\u5f0f |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_PREFIX_VALUE_82=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 IP \u4f4d\u5740\u8868\u793a\u5f0f\u7121\u6cd5\u5256\u6790\uff0c\u56e0\u70ba\u8868\u793a\u5f0f\u300c%s\u300d\u7684\u524d\u7db4\u503c\u662f\u7121\u6548\u7684\u503c\u3002\u6240\u6709\u503c\u90fd\u5fc5\u9808\u5927\u65bc\u6216\u7b49\u65bc 0\uff0c\u4e14 IPV4 \u4f4d\u5740\u7684\u503c\u5fc5\u9808\u5c0f\u65bc\u6216\u7b49\u65bc 32\uff0c\u800c IPV6 \u4f4d\u5740\u7684\u503c\u5fc5\u9808\u5c0f\u65bc\u6216\u7b49\u65bc 128 |
| | | SEVERE_WARN_ACI_SYNTAX_PREFIX_NOT_NUMERIC_83=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 IP \u4f4d\u5740\u8868\u793a\u5f0f\u7121\u6cd5\u5256\u6790\uff0c\u56e0\u70ba\u8868\u793a\u5f0f\u300c%s\u300d\u7684\u524d\u7db4\u90e8\u4efd\u5177\u6709\u975e\u6578\u5b57\u503c |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_IPV4_FORMAT_84=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 IP \u4f4d\u5740\u8868\u793a\u5f0f\u7121\u6cd5\u5256\u6790\uff0c\u56e0\u70ba IPv4 \u4f4d\u5740\u8868\u793a\u5f0f\u300c%s\u300d\u683c\u5f0f\u7121\u6548 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_IPV4_VALUE_85=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 IP \u4f4d\u5740\u8868\u793a\u5f0f\u7121\u6cd5\u5256\u6790\uff0c\u56e0\u70ba IPv4 \u4f4d\u5740\u8868\u793a\u5f0f\u300c%s\u300d\u5305\u542b\u7121\u6548\u7684\u503c\u3002\u4f4d\u5740\u7684\u6240\u6709\u503c\u90fd\u5fc5\u9808\u4ecb\u65bc 0 \u8207 255 \u4e4b\u9593 |
| | | SEVERE_WARN_ACI_SYNTAX_IPV4_NOT_NUMERIC_86=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 IP \u4f4d\u5740\u8868\u793a\u5f0f\u7121\u6cd5\u5256\u6790\uff0c\u56e0\u70ba IPv4 \u4f4d\u5740\u8868\u793a\u5f0f\u300c%s\u300d\u5305\u542b\u975e\u6578\u5b57\u503c |
| | | SEVERE_WARN_ACI_SYNTAX_IPV6_WILDCARD_INVALID_87=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 IP \u4f4d\u5740\u8868\u793a\u5f0f\u7121\u6cd5\u5256\u6790\uff0c\u56e0\u70ba IPv6 \u4f4d\u5740\u8868\u793a\u5f0f\u300c%s\u300d\u5305\u542b\u975e\u6cd5\u842c\u7528\u5b57\u5143\u3002\u5728 IP \u9023\u7d50\u898f\u5247\u8868\u793a\u5f0f\u4e2d\u4f7f\u7528 IPv6 \u4f4d\u5740\u6642\uff0c\u4e0d\u652f\u63f4\u842c\u7528\u5b57\u5143 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_IPV6_FORMAT_88=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 IP \u4f4d\u5740\u8868\u793a\u5f0f\u300c%s\u300d\u7531\u65bc\u4e0b\u5217\u539f\u56e0\u800c\u7121\u6cd5\u5256\u6790\uff1a\u300c%s\u300d |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_NETMASK_FORMAT_89=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 IP \u4f4d\u5740\u8868\u793a\u5f0f\u7121\u6cd5\u5256\u6790\uff0c\u56e0\u70ba\u8868\u793a\u5f0f\u300c%s\u300d\u7684\u7db2\u8def\u906e\u7f69\u90e8\u4efd\u5177\u6709\u7121\u6548\u7684\u683c\u5f0f |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_NETMASK_90=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 IP \u4f4d\u5740\u8868\u793a\u5f0f\u7121\u6cd5\u5256\u6790\uff0c\u56e0\u70ba\u8868\u793a\u5f0f\u300c%s\u300d\u7684\u7db2\u8def\u906e\u7f69\u90e8\u4efd\u5177\u6709\u7121\u6548\u7684\u503c |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETCONTROL_EXPRESSION_91=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) targetcontrol \u8868\u793a\u5f0f\u503c\u300c%s\u300d\u7121\u6548\u3002\u6709\u6548\u7684 targetcontrol \u95dc\u9375\u5b57\u8868\u793a\u5f0f\u503c\u9700\u8981\u4e00\u6216\u591a\u500b\u6709\u6548\u7684\u63a7\u5236 OID \u5b57\u4e32\uff0c\u683c\u5f0f\u5982\u4e0b\uff1aoid [|| oid1] ... [|| oidN] |
| | | SEVERE_WARN_ACI_SYNTAX_ILLEGAL_CHAR_IN_NUMERIC_OID_92=\u7121\u6cd5\u5256\u6790\u6240\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) targetcontrol OID \u503c\u300c%1$s\u300d\uff0c\u56e0\u70ba\u6b64\u503c\u5728\u4f4d\u7f6e %3$d \u542b\u6709\u975e\u6cd5\u5b57\u5143 %2$c |
| | | SEVERE_WARN_ACI_SYNTAX_DOUBLE_PERIOD_IN_NUMERIC_OID_93=\u7121\u6cd5\u5256\u6790\u6240\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) targetcontrol OID \u503c\u300c%s\u300d\uff0c\u56e0\u70ba\u6578\u503c OID \u5728\u4f4d\u7f6e %d \u542b\u6709\u5169\u500b\u9023\u7e8c\u7684\u5c0f\u6578\u9ede\u865f |
| | | SEVERE_WARN_ACI_SYNTAX_DECODE_EFFECTIVERIGHTS_FAIL_94=\u5b58\u53d6\u63a7\u5236\u6aa2\u67e5\u5931\u6557\uff0c\u56e0\u70ba geteffectiverights \u63a7\u5236\u9805\u7531\u65bc\u4e0b\u5217\u539f\u56e0\u800c\u7121\u6cd5\u89e3\u78bc\uff1a\u300c%s\u300d |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGEXTOP_EXPRESSION_95=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) extop \u8868\u793a\u5f0f\u503c\u300c%s\u300d\u7121\u6548\u3002\u6709\u6548\u7684 extop \u95dc\u9375\u5b57\u8868\u793a\u5f0f\u503c\u9700\u8981\u4e00\u6216\u591a\u500b\u6709\u6548\u7684\u5ef6\u4f38\u4f5c\u696d\u8acb\u6c42 OID \u5b57\u4e32\uff0c\u683c\u5f0f\u5982\u4e0b\uff1aoid [|| oid1] ... [|| oidN] |
| | | SEVERE_WARN_ACI_ATTRIBUTE_NOT_INDEXED_96=\u5f8c\u7aef %s \u6c92\u6709\u91dd\u5c0d\u5c6c\u6027\u985e\u578b %s \u5b9a\u7fa9\u7684\u5b58\u5728\u7d22\u5f15\u3002\u5b58\u53d6\u63a7\u5236\u521d\u59cb\u5316\u53ef\u80fd\u9700\u82b1\u5f88\u9577\u4e00\u6bb5\u6642\u9593\u624d\u80fd\u5728\u6b64\u5f8c\u7aef\u5b8c\u6210 |
| | |
| | | INFO_ADMIN_SUBCMD_LIST_MEMBERS_DESCRIPTION_30=Enumerar los servidores del grupo de servidores especificado |
| | | INFO_ADMIN_SUBCMD_LIST_MEMBERSHIP_DESCRIPTION_31=Enumerar grupos de servidores de los que el servidor especificado sea miembro |
| | | FATAL_ERR_ADMIN_CANNOT_CONNECT_TO_ADS_32=No se pudo conectar con %s. Compruebe que el servidor se est\u00e9 ejecutando y que las credenciales especificadas sean v\u00e1lidas. |
| | | INFO_ADMIN_SUBCMD_CREATE_ADS_DESCRIPTION_33=Crear un nuevo DN de ADS |
| | | INFO_ADMIN_SUBCMD_CREATE_ADS_DESCRIPTION_33=Crear un nuevo ND de ADS |
| | | INFO_ADMIN_SUBCMD_DELETE_ADS_DESCRIPTION_34=Eliminar un ND de ADS existente |
| | | FATAL_ERR_ADMIN_MISSING_HOSTNAME_35=Falta el nombre de host. |
| | | FATAL_ERR_ADMIN_NOVALID_HOSTNAME_36=El nombre de host no es v\u00e1lido. |
| | |
| | | INFO_ADMIN_ARG_MEMBERNAME_DESCRIPTION_55=El identificador del miembro. Se trata de un argumento necesario. |
| | | INFO_ADMIN_ARG_BACKENDNAME_DESCRIPTION_56=El nombre del servidor de fondo en el que se almacenar\u00e1 los datos de administraci\u00f3n. |
| | | SEVERE_ERR_ADMIN_UNABLE_TO_REGISTER_LISTENER_57=No se puede registrar la escucha de adici\u00f3n/eliminaci\u00f3n en la entrada "%s" debido a que no existe en la configuraci\u00f3n. |
| | | INFO_ADMIN_SUBCMD_REGISTER_SERVER_DESCRIPTION_58=Registrar un servidor en un dominio administrativo. |
| | | INFO_ADMIN_SUBCMD_REGISTER_SERVER_DESCRIPTION_58=Registrar un servidor en un dominio administrativo |
| | | INFO_ADMIN_SUBCMD_UNREGISTER_SERVER_DESCRIPTION_59=Cancelar el registro de un servidor en un dominio administrativo. |
| | | INFO_ADMIN_ARG_SERVERNAME_DESCRIPTION_60=El identificador del servidor. Se trata de un argumento necesario. |
| | | INFO_ADMIN_SUBCMD_LIST_SERVER_PROPS_DESCRIPTION_61=Describe las propiedades del servidor. |
| | |
| | | INFO_ADMIN_SUBCMD_DELETE_ADS_DESCRIPTION_34=Supprimer un DN ADS existant |
| | | FATAL_ERR_ADMIN_MISSING_HOSTNAME_35=Le nom d'h\u00f4te est manquant |
| | | FATAL_ERR_ADMIN_NOVALID_HOSTNAME_36=Le nom d'h\u00f4te n'est pas valide |
| | | FATAL_ERR_ADMIN_MISSING_IPATH_37=Le chemin d'installation est manquant |
| | | FATAL_ERR_ADMIN_NOVALID_IPATH_38=Le chemin d'installation n'est pas valide |
| | | FATAL_ERR_ADMIN_MISSING_IPATH_37=Le r\u00e9pertoire d'installation est manquant |
| | | FATAL_ERR_ADMIN_NOVALID_IPATH_38=Le r\u00e9pertoire d'installation n'est pas valide |
| | | FATAL_ERR_ADMIN_ACCESS_PERMISSION_39=Une erreur de droit d'acc\u00e8s s'est produite |
| | | FATAL_ERR_ADMIN_ALREADY_REGISTERED_40=L'entit\u00e9 est d\u00e9j\u00e0 enregistr\u00e9e |
| | | FATAL_ERR_ADMIN_BROKEN_INSTALL_41=Le r\u00e9f\u00e9rentiel administratif est corrompu |
| | |
| | | INFO_ADMIN_SUCCESSFUL_50=L'op\u00e9ration est termin\u00e9e |
| | | INFO_ADMIN_SUCCESSFUL_NOP_51=L'op\u00e9ration est termin\u00e9e, mais aucune action n'a \u00e9t\u00e9 requise |
| | | SEVERE_ERR_ADMIN_NO_MESSAGE_52= |
| | | INFO_ADMIN_ARG_CREATE_GROUP_GROUPNAME_DESCRIPTION_53=Nouvel identifiant du groupe. Cet argument est obligatoire |
| | | INFO_ADMIN_ARG_CREATE_GROUP_GROUPNAME_DESCRIPTION_53=Nouvel identifiant du groupe. Cet argument est obligatoire. |
| | | INFO_ADMIN_ARG_GROUPNAME_DESCRIPTION_54=Identifiant du groupe. Cet argument est obligatoire. |
| | | INFO_ADMIN_ARG_MEMBERNAME_DESCRIPTION_55=Identifiant du membre. Cet argument est obligatoire. |
| | | INFO_ADMIN_ARG_BACKENDNAME_DESCRIPTION_56=Nom de l'arri\u00e8re-plan dans lequel les donn\u00e9es d'administration vont \u00eatre stock\u00e9es |
| | | INFO_ADMIN_ARG_BACKENDNAME_DESCRIPTION_56=Nom du backend dans lequel seront stock\u00e9es les donn\u00e9es d'administration |
| | | SEVERE_ERR_ADMIN_UNABLE_TO_REGISTER_LISTENER_57=Impossible d'enregistrer un listener ajouter/supprimer avec l'entit\u00e9 "%s" car il n'existe pas dans la configuration |
| | | INFO_ADMIN_SUBCMD_REGISTER_SERVER_DESCRIPTION_58=Enregistrer un serveur dans le domaine administratif |
| | | INFO_ADMIN_SUBCMD_UNREGISTER_SERVER_DESCRIPTION_59=Annuler l'enregistrement d'un serveur dans le domaine administratif |
| | |
| | | # |
| | | # Global directives |
| | | # |
| | | global.category=\u7ba1\u7406 |
| | | global.category=ADMIN |
| | | |
| | | # |
| | | # Format string definitions |
| | |
| | | FATAL_ERR_ADMIN_MISSING_ADMIN_PASSWORD_47=\u7ba1\u7406\u8005\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u3042\u308a\u307e\u305b\u3093 |
| | | FATAL_ERR_ADMIN_ERROR_UNEXPECTED_48=\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | INFO_ADMIN_ERROR_49=[\u30a8\u30e9\u30fc] |
| | | INFO_ADMIN_SUCCESSFUL_50=\u64cd\u4f5c\u304c\u6b63\u5e38\u306b\u5b8c\u4e86\u306b\u3057\u307e\u3057\u305f |
| | | INFO_ADMIN_SUCCESSFUL_50=\u64cd\u4f5c\u304c\u6b63\u5e38\u306b\u5b8c\u4e86\u3057\u307e\u3057\u305f |
| | | INFO_ADMIN_SUCCESSFUL_NOP_51=\u64cd\u4f5c\u304c\u6b63\u5e38\u306b\u5b8c\u4e86\u3057\u307e\u3057\u305f\u304c\u3001\u30a2\u30af\u30b7\u30e7\u30f3\u306f\u5fc5\u8981\u3042\u308a\u307e\u305b\u3093\u3067\u3057\u305f |
| | | SEVERE_ERR_ADMIN_NO_MESSAGE_52= |
| | | INFO_ADMIN_ARG_CREATE_GROUP_GROUPNAME_DESCRIPTION_53=\u65b0\u898f\u30b0\u30eb\u30fc\u30d7\u306e\u8b58\u5225\u5b50\u3002\u3053\u308c\u306f\u5fc5\u9808\u306e\u5f15\u6570\u3067\u3059 |
| | |
| | | SEVERE_ERR_ADMIN_LISTENER_BASE_DOES_NOT_EXIST_2=\uad00\uacc4 \ud56d\ubaa9 %s\uc774(\uac00) \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc5d0 \uc5c6\ub294 \uac83 \uac19\uc2b5\ub2c8\ub2e4. \uc774 \ud56d\ubaa9\uc740 \ud544\uc218 \ud56d\ubaa9\uc785\ub2c8\ub2e4. |
| | | SEVERE_ERR_ADMIN_CANNOT_GET_MANAGED_OBJECT_3=\uad00\ub9ac \ub300\uc0c1 \uac1d\uccb4 \uad6c\uc131 \ud56d\ubaa9 %s\uc744(\ub97c) \uac80\uc0c9\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_ADMIN_MANAGED_OBJECT_DOES_NOT_EXIST_4=\uad00\ub9ac \ub300\uc0c1 \uac1d\uccb4 \uad6c\uc131 \ud56d\ubaa9 %s\uc774(\uac00) \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc5d0 \uc5c6\ub294 \uac83 \uac19\uc2b5\ub2c8\ub2e4. \uc774 \ud56d\ubaa9\uc740 \ud544\uc218 \ud56d\ubaa9\uc785\ub2c8\ub2e4. |
| | | SEVERE_ERR_ADMIN_MANAGED_OBJECT_DECODING_PROBLEM_5=\uad00\ub9ac \ub300\uc0c1 \uac1d\uccb4 \uad6c\uc131 \ud56d\ubaa9 %s\uc758 \uc554\ud638\ub97c \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_ADMIN_MANAGED_OBJECT_DECODING_PROBLEM_5=\uad00\ub9ac \ub300\uc0c1 \uac1d\uccb4 \uad6c\uc131 \ud56d\ubaa9 %s(\uc744)\ub97c \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_ADMIN_CANNOT_INSTANTIATE_CLASS_6=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0\uc11c %s \ud074\ub798\uc2a4\ub97c \ub85c\ub4dc\ud558\uc5ec \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ub300\ub85c \uad6c\uc131\uc694\uc18c \uc778\uc2a4\ud134\uc2a4\ub97c \uc791\uc131\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. %s \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \uc774 \uad6c\uc131\uc694\uc18c\uac00 \ube44\ud65c\uc131\ud654\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_ADMIN_CANNOT_INITIALIZE_COMPONENT_7=%s \ud074\ub798\uc2a4\uc5d0\uc11c \ub85c\ub4dc\ub41c \uad6c\uc131\uc694\uc18c \uc778\uc2a4\ud134\uc2a4\ub97c \uad6c\uc131 \ud56d\ubaa9 %s\uc758 \uc815\ubcf4\ub85c \ucd08\uae30\ud654\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \uc774 \uad6c\uc131\uc694\uc18c\uac00 \ube44\ud65c\uc131\ud654\ub429\ub2c8\ub2e4. |
| | | MILD_WARN_ADMIN_COMPONENT_DISABLED_8=%s \ud56d\ubaa9\uc5d0 \uad6c\uc131\ub41c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc694\uc18c\uac00 \ube44\ud65c\uc131\ud654\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. |
| | |
| | | SEVERE_ERR_DECODING_EXCEPTION_NO_TYPE_INFO_82=%s\uc744(\ub97c) \ucc3e\uc744 \uc218 \uc788\uc9c0\ub9cc \uc720\ud615 \uc815\ubcf4\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4(\uc608: LDAP\uc5d0 \uac1d\uccb4 \ud074\ub798\uc2a4\uac00 \uc5c6\ub294 \uacbd\uc6b0). |
| | | SEVERE_ERR_DECODING_EXCEPTION_WRONG_TYPE_INFO_83=%s\uc744(\ub97c) \ucc3e\uc744 \uc218 \uc788\uc9c0\ub9cc \ud544\uc694\ud55c \uc720\ud615 \uc815\ubcf4\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4(\uc608: LDAP\uc758 \uac1d\uccb4 \ud074\ub798\uc2a4\uac00 \uc798\ubabb\ub41c \uacbd\uc6b0). |
| | | SEVERE_ERR_DECODING_EXCEPTION_ABSTRACT_TYPE_INFO_84=%s\uc744(\ub97c) \ucc3e\uc744 \uc218 \uc788\uc9c0\ub9cc \ud574\ub2f9 \uc720\ud615\uc774 \ucd94\uc0c1 \uad00\ub9ac \ub300\uc0c1 \uac1d\uccb4\uc758 \uc815\uc758\ub85c \ud655\uc778\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_DECODING_EXCEPTION_UNKNOWN_85=\uc9c0\uc815\ub418\uc9c0 \uc54a\uc740 \uc774\uc720\ub85c \uad00\ub9ac \ub300\uc0c1 \uac1d\uccb4\uc758 \uc554\ud638\ub97c \ud574\ub3c5\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_DECODING_EXCEPTION_UNKNOWN_85=\uc9c0\uc815\ub418\uc9c0 \uc54a\uc740 \uc774\uc720\ub85c \uad00\ub9ac \ub300\uc0c1 \uac1d\uccb4\ub97c \ud574\ub3c5\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_DEFAULT_BEHAVIOR_PROPERTY_EXCEPTION_86=\"%s\" \ub4f1\ub85d \uc815\ubcf4\uc758 \uae30\ubcf8\uac12\uc744 \uacb0\uc815\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_ILLEGAL_PROPERTY_VALUE_EXCEPTION_87=\"%s\" \uac12\uc740 \"%s\" \ub4f1\ub85d \uc815\ubcf4\uc5d0 \ub300\ud574 \uc720\ud6a8\ud55c \uac12\uc774 \uc544\ub2c8\ubbc0\ub85c \ub2e4\uc74c \uad6c\ubb38\uc744 \uc0ac\uc6a9\ud574\uc57c \ud569\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_ILLEGAL_PROPERTY_VALUE_STRING_EXCEPTION_88=\"%s\" \ubb38\uc790\uc5f4 \uac12\uc740 \"%s\" \ub4f1\ub85d \uc815\ubcf4\uc5d0 \ub300\ud574 \uc720\ud6a8\ud55c \uac12\uc774 \uc544\ub2c8\ubbc0\ub85c \ub2e4\uc74c \uad6c\ubb38\uc744 \uc0ac\uc6a9\ud574\uc57c \ud569\ub2c8\ub2e4: %s |
| | |
| | | SEVERE_ERR_OPERATION_REJECTED_EXCEPTION_SINGLE_97=\ub2e4\uc74c\uacfc \uac19\uc740 \uc774\uc720\ub85c \uc791\uc5c5\uc774 \uac70\ubd80\ub418\uc5c8\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_OPERATION_REJECTED_EXCEPTION_PLURAL_98=\ub2e4\uc74c\uacfc \uac19\uc740 \uc774\uc720\ub85c \uc791\uc5c5\uc774 \uac70\ubd80\ub418\uc5c8\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONCURRENT_MODIFICATION_EXCEPTION_DEFAULT_99=\ucda9\ub3cc\ud558\ub294 \ubcc0\uacbd \ub0b4\uc6a9\uc774 \uc774\ubbf8 \uc788\uc73c\ubbc0\ub85c \uc791\uc5c5\uc744 \uc218\ud589\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \ub2e4\ub978 \ud074\ub77c\uc774\uc5b8\ud2b8 \uad00\ub9ac \ub3c4\uad6c\uac00 \uc0ac\uc6a9 \uc911\uc77c \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_MANAGED_OBJECT_DECODING_EXCEPTION_SINGLE_100=\ub2e4\uc74c\uacfc \uac19\uc740 \uc774\uc720\ub85c %s\uc758 \uc554\ud638\ub97c \ud574\ub3c5\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_MANAGED_OBJECT_DECODING_EXCEPTION_PLURAL_101=\ub2e4\uc74c\uacfc \uac19\uc740 \uc774\uc720\ub85c %s\uc758 \uc554\ud638\ub97c \ud574\ub3c5\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_MANAGED_OBJECT_DECODING_EXCEPTION_SINGLE_100=\ub2e4\uc74c\uacfc \uac19\uc740 \uc774\uc720\ub85c %s(\uc744)\ub97c \ud574\ub3c5\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_MANAGED_OBJECT_DECODING_EXCEPTION_PLURAL_101=\ub2e4\uc74c\uacfc \uac19\uc740 \uc774\uc720\ub85c %s(\uc744)\ub97c \ud574\ub3c5\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_EMPTY_102=\uad00\ub9ac \ub300\uc0c1 \uac1d\uccb4 \uc774\ub984\uc740 \ube44\uc6cc\ub458 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_BLANK_103=\uad00\ub9ac \ub300\uc0c1 \uac1d\uccb4 \uc774\ub984\uc740 \uacf5\ubc31\uc73c\ub85c \ub458 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_SYNTAX_104=\uad00\ub9ac \ub300\uc0c1 \uac1d\uccb4 \uc774\ub984 \"%s\"\uc740(\ub294) \uc774\ub984 \uc9c0\uc815 \ub4f1\ub85d \uc815\ubcf4 \"%s\"\uc5d0 \ub300\ud574 \uc720\ud6a8\ud55c \uac12\uc774 \uc544\ub2c8\ubbc0\ub85c \ub2e4\uc74c \uad6c\ubb38\uc744 \uc0ac\uc6a9\ud574\uc57c \ud569\ub2c8\ub2e4: %s |
| | |
| | | INFO_CLI_UNINSTALL_CONFIRM_OUTSIDEDBS=Der Directory Server enth\u00e4lt Datenbankdateien an den folgenden Speicherorten au\u00dferhalb des Serverpfads: %n%s%nDiese Dateien entfernen? |
| | | INFO_CLI_UNINSTALL_CONFIRM_OUTSIDELOGS=Der Directory Server enth\u00e4lt Protokolldateien an den folgenden Speicherorten au\u00dferhalb des Serverpfads: %n%s%nDiese Dateien entfernen? |
| | | INFO_CLI_UNINSTALL_CONFIRM_STOP=Der OpenDS-Server wird derzeit ausgef\u00fchrt und muss gestoppt werden, bevor die Deinstallation fortgesetzt werden kann.%nServer stoppen und Dateien permanent l\u00f6schen? |
| | | SEVERE_ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED_NON_INTERACTIVE=Sie m\u00fcssen die Elemente f\u00fcr die Deinstallation ausw\u00e4hlen. Verwenden Sie die in der Syntax\u00b7beschriebenen Optionen, um anzugeben, was deinstalliert werden muss. |
| | | SEVERE_ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED=Sie m\u00fcssen etwas zur Deinstallation ausw\u00e4hlen. |
| | | SEVERE_ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED_NON_INTERACTIVE=You must select the elements to uninstall. Use the options described in the usage to specify what must be uninstalled. |
| | | SEVERE_ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED=You must select something to be uninstalled. |
| | | INFO_CLI_UNINSTALL_SERVER_STOPPED=Der Server wurde gestoppt. |
| | | INFO_CLI_UNINSTALL_CONFIRM_UPDATE_REMOTE=Der Server ist f\u00fcr Replikation konfiguriert.%nFalls der Server tats\u00e4chlich Inhalte mit anderen Servern repliziert, m\u00fcssen Sie die Administrator-Authentifizierung bereitstellen, damit Referenzen auf diesen Server in den Replikations-OpenDS-Servern entfernt werden.%n%nGeben Sie 'Ja' ein, um die Authentifizierung zum L\u00f6schen der Remote-Referenzen bereitzustellen.%nGeben Sie 'Nein' ein, um die Deinstallation ohne Aktualisierung der Remote-Referenzen fortzusetzen.%nAuthentifizierung bereitstellen? |
| | | INFO_CLI_UNINSTALL_CONFIRM_UPDATE_REMOTE_AND_START=Der Server ist f\u00fcr Replikation konfiguriert.%nFalls der Server tats\u00e4chlich Inhalte mit anderen Servern repliziert, m\u00fcssen Sie ihn starten und die Administrator-Authentifizierung bereitstellen, damit Referenzen auf diesen Server in den Replikations-OpenDS-Servern entfernt werden.%n%nGeben Sie 'Ja' ein, um den Server zu starten, und stellen Sie anschlie\u00dfend die Authentifizierung zum Entfernen der Remote-Referenzen bereit.%nGeben Sie 'Nein' ein, um die Deinstallation ohne Aktualisierung der Remote-Referenzen fortzusetzen.%nServer starten und Authentifizierung bereitstellen? |
| | | INFO_UNINSTALL_CLI_REFERENCED_HOSTNAME_PROMPT=Der Name dieses Hosts (bzw. IP-Adresse) wie in Remote-Servern f\u00fcr Replikation referenziert |
| | | INFO_UNINSTALL_CLI_REFERENCED_HOSTNAME_PROMPT=Der Name dieses Hosts (bzw. IP-Adresse) wie in Remote-Servern zur Replikation referenziert. |
| | | INFO_UNINSTALL_CONFIRM_PROVIDE_AUTHENTICATION_AGAIN=M\u00f6chten Sie die Authentifizierung erneut bereitstellen? (Bei 'Nein' werden die Referenzen auf diesen Server in anderen OpenDS-Servern nicht entfernt). |
| | | INFO_CLI_UNINSTALL_WHAT_TO_DELETE=M\u00f6chten Sie alle Komponenten von OpenDS entfernen oder die zu entfernenden Komponenten ausw\u00e4hlen? |
| | | INFO_CLI_UNINSTALL_REMOVE_ALL=Alle Komponenten entfernen |
| | |
| | | INFO_CONFIRM_RESTART_TITLE=Best\u00e4tigung erforderlich |
| | | INFO_CONFIRM_STOP_MESSAGE=M\u00f6chten Sie den Directory Server wirklich stoppen? |
| | | INFO_CONFIRM_STOP_TITLE=Best\u00e4tigung erforderlich |
| | | INFO_CONFIRM_UNINSTALL_PANEL_INSTRUCTIONS=Das OpenDS-Deinstallations-Tool entfernt alle Komponenten\u00b7des OpenDS-Servers, die Sie unten ausgew\u00e4hlt haben, von Ihrem System. Sind alle Komponenten ausgew\u00e4hlt, wird der Server komplett entfernt. |
| | | INFO_CONFIRM_UNINSTALL_PANEL_INSTRUCTIONS=Das OpenDS-Deinstallations-Tool entfernt alle Komponenten des OpenDS-Servers, die Sie unten ausgew\u00e4hlt haben, von Ihrem System. Sind alle Komponenten ausgew\u00e4hlt, wird der Server komplett entfernt. |
| | | INFO_CONFIRM_UNINSTALL_PANEL_TITLE=Optionen f\u00fcr Deinstallation |
| | | INFO_CONFIRM_UNINSTALL_REPLICATION_SERVER_NOT_RUNNING_MSG=Der Server ist f\u00fcr Replikation konfiguriert.%nFalls der Server tats\u00e4chlich Inhalte mit anderen Servern repliziert, m\u00fcssen Sie ihn starten und anschlie\u00dfend die Administrator-Authentifizierung bereitstellen, damit Referenzen auf diesen Server in den Replikations-OpenDS-Servern entfernt werden.%n%nKlicken Sie auf 'Ja', um den Server zu starten, und stellen Sie anschlie\u00dfend die Authentifizierung zum Entfernen der Remote-Referenzen bereit.%nKlicken Sie auf 'Nein', um die Deinstallation ohne Aktualisierung der Remote-Referenzen fortzusetzen. |
| | | INFO_CONFIRM_UNINSTALL_REPLICATION_SERVER_NOT_RUNNING_TITLE=Best\u00e4tigung erforderlich |
| | |
| | | INFO_CONFIRM_UNINSTALL_SERVER_NOT_RUNNING_TITLE=Deinstallation best\u00e4tigen |
| | | INFO_CONFIRM_UNINSTALL_SERVER_RUNNING_MSG=Server wird ausgef\u00fchrt%nDer OpenDS-Server wird derzeit ausgef\u00fchrt und muss gestoppt werden, bevor die Deinstallation fortgesetzt werden kann. M\u00f6chten Sie, dass das Deinstallationsprogramm den Server f\u00fcr Sie stoppt und die Deinstallation fortsetzt? Wenn Sie auf 'Nein' klicken, m\u00fcssen Sie den Server manuell stoppen, um fortfahren zu k\u00f6nnen. |
| | | MILD_ERR_UNINSTALL_READING_REGISTERED_SERVERS_CONFIRM_UPDATE_REMOTE=Beim Lesen der Konfiguration der vorhandenen Server traten folgende Fehler auf:\n%s\nM\u00f6chten Sie, dass das Deinstallationsprogramm die Referenzen auf diesen Server auf die effizienteste Weise zu entfernen versucht? |
| | | MILD_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_FORCE=Der Server ist so konfiguriert, dass einige seiner Basis-DNs repliziert werden. Beim Abrufen der Referenzen auf den Server in den replizierten Servern ist ein Fehler aufgetreten. Um Remote-Referenzen entfernen zu k\u00f6nnen, m\u00fcssen Sie Berechtigungsnachweise f\u00fcr globale Administratoren unter Verwendung der Optionen {%s} und {%s} (oder {%s}) bereitstellen.%nDie Deinstallation wird fortgesetzt, da sich das System im Erzwingen-bei-Fehler-Modus befindet. |
| | | SEVERE_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_NO_FORCE=Der Server ist so konfiguriert, dass einige seiner Basis-DNs repliziert werden. Beim Abrufen der Referenzen auf den Server in den replizierten Servern ist ein Fehler aufgetreten. Um Remote-Referenzen entfernen zu k\u00f6nnen, m\u00fcssen Sie Berechtigungsnachweise f\u00fcr globale Administratoren unter Verwendung der Optionen {%s} und {%s} (oder {%s}) bereitstellen.%nPr\u00fcfen Sie, ob die von Ihnen bereitgestellten Verbindungsparameter korrekt sind.%nWenn Sie den Server deinstallieren m\u00f6chten, selbst wenn Remote-Referenzen nicht entfernt werden k\u00f6nnen, k\u00f6nnen Sie die Option {%s} verwenden. |
| | | MILD_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_FORCE=Der Server ist so konfiguriert, dass einige seiner Basis-DNs repliziert werden. Beim Abrufen der Referenzen auf den Server in den replizierten Servern ist ein Fehler aufgetreten. Um Remote-Referenzen entfernen zu k\u00f6nnen, m\u00fcssen Sie Berechtigungsnachweise f\u00fcr globale Administratorenunter Verwendung der Optionen %s und %s (oder %s) bereitstellen.%nDie Deinstallation wird fortgesetzt, da sich das System im Erzwingen-bei-Fehler-Modus befindet. |
| | | SEVERE_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_NO_FORCE=This server is configured to replicate some of its Base DNs. There was an error retrieving the references to it in the replicated servers. Note that to be able to remove remote references you must provide Global Administrator credentials using the %s and %s (or %s) options.%nCheck that the connection parameters you provided are correct.%nIf you want to uninstall the server even when remote references cannot be removed, you can use the %s option. |
| | | MILD_ERR_UNINSTALL_NOT_UPDATE_REMOTE_PROMPT=Der Server ist so konfiguriert, dass einige seiner Basis-DNs repliziert werden. Beim Abrufen der Referenzen auf den Server in den replizierten Servern ist ein Fehler aufgetreten.%nM\u00f6chten Sie fortfahren? |
| | | INFO_CONFIRM_UNINSTALL_SERVER_RUNNING_TITLE=Server wird ausgef\u00fchrt |
| | | INFO_CONNECTIONS_LABEL=Offene Verbindungen: |
| | |
| | | INFO_ENABLED_LABEL=Aktiviert |
| | | MILD_ERR_READING_CONFIG_FILE=Fehler beim Lesen der Konfigurationsdatei. |
| | | MILD_ERR_READING_CONFIG_LDAP=Fehler beim Lesen von Daten vom Server. \u00dcberpr\u00fcfen Sie die bereitgestellten Authentifizierungsinformationen.%nDetails: %s |
| | | SEVERE_ERR_STARTING_SERVER_GENERIC=Server konnte nicht gestartet werden. |
| | | SEVERE_ERR_STARTING_SERVER_GENERIC=Could not Start server. |
| | | INFO_FINISH_BUTTON_UNINSTALL_LABEL=Deinstallieren |
| | | INFO_FINISH_BUTTON_UNINSTALL_TOOLTIP=Deinstallation fertig stellen |
| | | INFO_FRAME_UNINSTALL_TITLE=OpenDS-Deinstallationsprogramm |
| | |
| | | INFO_LDAP_PROTOCOL_LABEL=LDAP |
| | | INFO_LDAPS_PROTOCOL_LABEL=LDAPS |
| | | INFO_LDIF_PROTOCOL_LABEL=LDIF |
| | | INFO_SNMP_PROTOCOL_LABEL=SNMP |
| | | INFO_LISTENERS_TITLE=Verbindungs-Handler |
| | | INFO_LOGIN_CANCEL_BUTTON_TOOLTIP=Anmeldedialogfeld schlie\u00dfen |
| | | INFO_LOGIN_DIALOG_MSG=Sie m\u00fcssen einen Administrator-DN und ein Administrator-Passwort bereitstellen, um \u00dcberwachungsinformationen abrufen zu k\u00f6nnen. |
| | |
| | | INFO_RESTART_BUTTON_TOOLTIP=Der Directory Server wird neu gestartet. |
| | | INFO_SERVER_DETAILS_TITLE=Serverdetails |
| | | INFO_SERVER_PATH_LABEL=Serverpfad: |
| | | INFO_SERVER_STARTED_LABEL=GESTARTET |
| | | INFO_SERVER_STARTED_LABEL=Gestartet |
| | | INFO_SERVER_STARTING_LABEL=Wird gestartet |
| | | INFO_SERVER_STATUS_LABEL=Serverausf\u00fchrungsstatus: |
| | | INFO_SERVER_STATUS_TITLE=Serverstatus |
| | |
| | | INFO_START_BUTTON_TOOLTIP=Startet den Directory Server |
| | | INFO_STATE_COLUMN=Status |
| | | INFO_STATUS_CLI_USAGE_DESCRIPTION=Dieses Dienstprogramm kann zur Anzeige grundlegender Serverinformationen verwendet werden. |
| | | SEVERE_ERR_STATUS_PANEL_LAUNCHER_GUI_LAUNCH_FAILED=Starten von Statusbereich nicht m\u00f6glich. \u00dcberpr\u00fcfen Sie, ob Sie Zugriff auf die Anzeige haben. |
| | | SEVERE_ERR_STATUS_PANEL_LAUNCHER_GUI_LAUNCH_FAILED_DETAILS=Starten von Statusbereich nicht m\u00f6glich. \u00dcberpr\u00fcfen Sie, ob Sie Zugriff auf die Anzeige haben. Details finden Sie in der Datei %s. |
| | | SEVERE_ERR_STATUS_PANEL_LAUNCHER_GUI_LAUNCH_FAILED=Could not launch Status Panel. Check that you have access to the display. |
| | | SEVERE_ERR_STATUS_PANEL_LAUNCHER_GUI_LAUNCH_FAILED_DETAILS=Could not launch Status Panel. Check that you have access to the display. Check file %s for details. |
| | | INFO_STATUS_PANEL_LAUNCHER_USAGE_DESCRIPTION=Mit diesem Dienstprogramm k\u00f6nnen Sie das Statusbereich-Fenster anzeigen, das grundlegende Serverinformationen enth\u00e4lt und mit dem Sie den Server starten, stoppen und neu starten k\u00f6nnen. |
| | | INFO_STATUSPANEL_DIALOG_TITLE=OpenDS - Statusbereich |
| | | INFO_STOP_BUTTON_LABEL=Stoppen |
| | |
| | | INFO_SUMMARY_UNINSTALL_FINISHED_WITH_ERROR_DELETING_CLI=OpenDS wurde von dem lokalen Rechner erfolgreich deinstalliert, aber beim L\u00f6schen von Dateien traten Fehler auf. Im Textbereich 'Details' finden Sie weitere Informationen zu den problematischen Dateien.%n%nStellen Sie sicher, dass diese Dateien von keinem anderen Programm verwendet werden, und l\u00f6schen Sie die Dateien anschlie\u00dfend manuell. |
| | | INFO_SUMMARY_UNINSTALL_NOT_STARTED=Deinstallation wird gestartet... |
| | | INFO_UNDEFINED_PROTOCOL_LABEL=-Unbekannt- |
| | | SEVERE_ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED=%n%nDeinstallationsstart \u00fcber grafische Benutzeroberfl\u00e4che ist fehlgeschlagen.%n%nDeinstallation \u00fcber Befehlszeile wird gestartet... |
| | | SEVERE_ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED_DETAILS=%n%nDeinstallationsstart \u00fcber grafische Benutzeroberfl\u00e4che ist fehlgeschlagen. Weitere Details finden Sie in der Datei %s.%n%nDeinstallation \u00fcber Befehlszeile wird gestartet... |
| | | SEVERE_ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED=%n%nThe graphical Uninstall launch failed.%n%nLaunching command line uninstall... |
| | | SEVERE_ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED_DETAILS=%n%nThe graphical Uninstall launch failed. Check file %s for more details.%n%nLaunching command line uninstall... |
| | | INFO_UNINSTALL_LAUNCHER_LAUNCHING_CLI=Deinstallation \u00fcber Befehlszeile wird gestartet... |
| | | INFO_UNINSTALL_LAUNCHER_LAUNCHING_GUI=Deinstallation \u00fcber grafische Benutzeroberfl\u00e4che wird gestartet... |
| | | INFO_UNINSTALL_LAUNCHER_USAGE_DESCRIPTION=Dieses Dienstprogramm kann zur Deinstallation des Directory Server verwendet werden. |
| | |
| | | INFO_UNINSTALL_LOGIN_PWD_TOOLTIP=Das Passwort des globalen Administrators, das zum Lesen und Aktualisieren der Konfiguration in anderen OpenDS-Servern verwendet werden soll. |
| | | INFO_UNINSTALL_LOGIN_UID_TOOLTIP=Die Benutzer-ID des globalen Administrators, die zum Lesen und Aktualisieren der Konfiguration in anderen OpenDS-Servern verwendet werden soll. |
| | | INFO_UNKNOWN_LABEL=-- |
| | | INFO_UNINSTALLDS_DESCRIPTION_FORCE=Gibt an, ob die Deinstallation fortgesetzt werden soll oder nicht, wenn bei der Aktualisierung der Referenzen auf diesen Server in Remote-OpenDS-Instanzen Fehler auftreten. Dieses Argument kann nur mit dem Nicht-Eingabeaufforderungs-Argument {%s} verwendet werden. |
| | | INFO_UNINSTALLDS_DESCRIPTION_FORCE=Gibt an, ob die Deinstallation fortgesetzt werden soll oder nicht, wenn bei der Aktualisierung der Referenzen auf diesen Server in Remote-OpenDS-Instanzen Fehler auftreten. Dieses Argument kann nur mit dem Nicht-Eingabeaufforderungs-Argument %s verwendet werden. |
| | | INFO_DESCRIPTION_REFERENCED_HOST=Der Name dieses Hosts (bzw. IP-Adresse) wie in Remote-Servern zur Replikation referenziert. |
| | | INFO_UNINSTALLDS_DESCRIPTION_CLI=Gibt an, dass die Befehlszeileninstallation verwendet werden soll. Falls nicht angegeben, wird die grafische Benutzeroberfl\u00e4che gestartet. Die \u00fcbrigen Optionen (au\u00dfer Hilfe und Version) werden nur ber\u00fccksichtigt, wenn diese Option angegeben ist. |
| | | INFO_UNINSTALLDS_DESCRIPTION_QUIET=Deinstallation im stillen Modus durchf\u00fchren. Im stillen Modus werden Fortschrittsinformationen nicht an den Standardoutput ausgegeben. |
| | |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_HOST1=Vollst\u00e4ndig qualifizierter Directory Server-Hostname oder IP-Adresse des ersten Servers, dessen Inhalt repliziert wird. |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_SERVER_PORT1=Directory Server-Port-Nummer des ersten Servers, dessen Inhalt repliziert wird. |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_BINDDN1=DN, der zur Verbindung mit dem ersten Server verwendet werden soll, dessen Inhalt repliziert wird. Falls nicht angegeben, wird der globale Administrator f\u00fcr die Verbindung verwendet. |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_BINDPASSWORD1=Passwort, das zur Verbindung mit dem ersten Server verwendet werden soll, dessen Inhalt repliziert wird. Falls kein Verbindungs-DN f\u00fcr den ersten Server angegeben wurde, wird das Passwort des globalen Administrators f\u00fcr die Verbindung verwendet |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_BINDPASSWORD1=Passwort, das zur Verbindung mit dem ersten Server verwendet werden soll, dessen Inhalt repliziert wird. Falls kein Verbindungs-DN f\u00fcr den ersten Server angegeben wurde, wird das Passwort des globalen Administrators f\u00fcr die Verbindung verwendet. |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_BINDPASSWORDFILE1=Datei mit dem Passwort, das zur Verbindung mit dem ersten Server zu verwenden ist, dessen Inhalt repliziert wird. Falls kein Verbindungs-DN f\u00fcr den ersten Server angegeben wurde, wird das Passwort des globalen Administrators f\u00fcr die Verbindung verwendet. |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_USE_SSL1=SSL f\u00fcr sichere Kommunikation mit dem ersten Server verwenden |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_STARTTLS1=StartTLS f\u00fcr sichere Kommunikation mit dem ersten Server verwenden |
| | |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_BINDDN2=DN, der zur Verbindung mit dem zweiten Server zu verwenden ist, dessen Inhalt repliziert wird. Falls nicht angegeben, wird der globale Administrator f\u00fcr die Verbindung verwendet. |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_SKIPPORT=Pr\u00fcfung, ob die angegebenen Replikations-Ports verwendbar sind, \u00fcberspringen |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_NO_SCHEMA_REPLICATION=Schema nicht zwischen den Servern replizieren |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_USE_SECOND_AS_SCHEMA_SOURCE=Den zweiten Server zur Initialisierung des Schemas des ersten Servers verwenden. Wenn weder diese Option noch die Option {%s} angegeben sind, wird das Schema des ersten Servers zur Initialisierung des Schemas des zweiten Servers verwendet. |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_USE_SECOND_AS_SCHEMA_SOURCE=Den zweiten Server zur Initialisierung des Schemas des ersten Servers verwenden. Wenn weder diese Option noch die Option %s angegeben sind, wird das Schema des ersten Servers zur Initialisierung des Schemas des zweiten Servers verwendet. |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_BINDPASSWORD2=Passwort, das zur Verbindung mit dem zweiten Server zu verwenden ist, dessen Inhalt repliziert wird. Falls kein Verbindungs-DN f\u00fcr den zweiten Server angegeben wurde, wird das Passwort des globalen Administrators f\u00fcr die Verbindung verwendet. |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_BINDPASSWORDFILE2=Die Datei mit dem Passwort, das zur Verbindung mit dem zweiten Server zu verwenden ist, dessen Inhalt repliziert wird. Falls kein Verbindungs-DN f\u00fcr den zweiten Server angegeben wurde, wird das Passwort des globalen Administrators f\u00fcr die Verbindung verwendet |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_BINDPASSWORDFILE2=Die Datei mit dem Passwort, das zur Verbindung mit dem zweiten Server zu verwenden ist, dessen Inhalt repliziert wird. Falls kein Verbindungs-DN f\u00fcr den zweiten Server angegeben wurde, wird das Passwort des globalen Administrators f\u00fcr die Verbindung verwendet. |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_USE_SSL2=SSL f\u00fcr sichere Kommunikation mit dem zweiten Server verwenden |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_PORT2=Port, der vom Replikationsmechanismus auf dem\u00b7zweiten Server zur Kommunikation mit den \u00fcbrigen Servern verwendet wird. Sie brauchen diese Option nur anzugeben, wenn der zweite Server zuvor nicht f\u00fcr Replikation konfiguriert wurde. |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_PORT2=Port, der vom Replikationsmechanismus auf dem zweiten Server zur Kommunikation mit den \u00fcbrigen Servern verwendet wird. Sie brauchen diese Option nur anzugeben, wenn der zweite Server zuvor nicht f\u00fcr Replikation konfiguriert wurde. |
| | | INFO_DESCRIPTION_ENABLE_SECURE_REPLICATION2=Gibt an, ob die Kommunikation \u00fcber den Replikations-Port des zweiten Servers verschl\u00fcsselt ist oder nicht. Diese Option wird nur ber\u00fccksichtigt, wenn die Replikation erstmalig auf dem zweiten Server konfiguriert wird. |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_STARTTLS2=StartTLS f\u00fcr sichere Kommunikation mit dem zweiten Server verwenden |
| | | INFO_DESCRIPTION_REPLICATION_BASEDNS=Basis-DN der Daten, die repliziert oder initialisiert oder f\u00fcr welche die Replikation deaktiviert werden soll. Wenn diese Option mehrmals verwendet wird, k\u00f6nnen mehrere Basis-DNs bereitgestellt werden. |
| | | INFO_DESCRIPTION_REPLICATION_ADMIN_UID=Benutzer-ID des globalen Administrators, die f\u00fcr die Verbindung mit dem Server zu verwenden ist. F\u00fcr den Unterbefehl {%s} wird ein globaler Administrator unter Verwendung der bereitgestellten Daten erstellt, falls zuvor kein globaler Administrator f\u00fcr keinen der Server definiert wurde. |
| | | INFO_DESCRIPTION_REPLICATION_ADMIN_UID=Benutzer-ID des globalen Administrators, die f\u00fcr die Verbindung mit dem Server zu verwenden ist. F\u00fcr den Unterbefehl '%s' wird ein globaler Administrator unter Verwendung der bereitgestellten Daten erstellt, falls zuvor kein globaler Administrator f\u00fcr keinen der Server definiert wurde. |
| | | INFO_DESCRIPTION_REPLICATION_ADMIN_BINDPASSWORD=Das Passwort des globalen Administrators |
| | | INFO_DESCRIPTION_REPLICATION_ADMIN_BINDPASSWORDFILE=Die Datei, die das Passwort des globalen Administrators enth\u00e4lt. |
| | | INFO_DESCRIPTION_INITIALIZE_REPLICATION_HOST_SOURCE=Der Directory Server-Hostname oder die IP-Adresse des Quellservers, dessen Inhalt zur Initialisierung des Zielservers verwendet wird |
| | |
| | | INFO_DESCRIPTION_INITIALIZE_REPLICATION_USE_SSL_DESTINATION=SSL f\u00fcr sichere Kommunikation mit dem Zielserver verwenden |
| | | INFO_DESCRIPTION_INITIALIZE_REPLICATION_STARTTLS_DESTINATION=StartTLS f\u00fcr sichere Kommunikation mit dem Zielserver verwenden |
| | | INFO_DESCRIPTION_EXTERNAL_INITIALIZATION_LOCAL=Verwenden Sie diese Option, wenn nur der Inhalt des angegebenen Directory Servers mit einer externen Methode (import-ldif-Befehl oder Bin\u00e4rkopie) initialisiert wird. |
| | | INFO_REPLICATION_TOOL_DESCRIPTION=Mit diesem Dienstprogramm k\u00f6nnen Sie die Replikation zwischen Servern so konfigurieren, dass die Daten der Server synchronisiert werden. Damit die Replikation funktioniert, m\u00fcssen Sie diese zuerst mit dem Unterbefehl {%s} aktivieren und anschlie\u00dfend den Inhalt eines der Server mit dem Inhalt des anderen mithilfe des Unterbefehls {%s} initialisieren. |
| | | INFO_REPLICATION_TOOL_DESCRIPTION=Mit diesem Dienstprogramm k\u00f6nnen Sie die Replikation zwischen Servern so konfigurieren, dass die Daten der Server synchronisiert werden. Damit die Replikation funktioniert, m\u00fcssen Sie diese zuerst mit dem Unterbefehl '%s' aktivieren und anschlie\u00dfend den Inhalt eines der Server mit dem Inhalt des anderen mithilfe des Unterbefehls '%s' initialisieren. |
| | | INFO_REPLICATION_DESCRIPTION_QUIET=Vorgang im stillen Modus durchf\u00fchren (es werden keine Fortschrittsinformationen in die Standardausgabe geschrieben) |
| | | INFO_DESCRIPTION_DISABLE_REPLICATION_BINDDN=Der DN, der zur Verbindung mit dem Server zu verwenden ist, auf dem die Replikation deaktiviert werden soll. Die Option muss verwendet werden, wenn kein globaler Administrator auf dem Server definiert wurde oder wenn der Benutzer keine Referenzen in den anderen replizierten Servern entfernen m\u00f6chte. Bei dieser Option wird das Passwort f\u00fcr den globalen Administrator verwendet. |
| | | INFO_DESCRIPTION_SUBCMD_INITIALIZE_REPLICATION=Den Inhalt der Daten unter dem angegebenen Basis-DN auf dem Zielserver mit dem Inhalt auf dem Quellserver initialisieren. Dieser Vorgang ist erforderlich, damit die Replikation nach der Aktivierung funktioniert ({%s} ist hierf\u00fcr ebenfalls verwendbar). |
| | | INFO_DESCRIPTION_SUBCMD_INITIALIZE_ALL_REPLICATION=Den Inhalt der Daten unter dem angegebenen Basis-DN auf allen Servern initialisieren, deren Inhalt mit dem Inhalt des angegebenen Servers repliziert wird. Dieser Vorgang ist erforderlich, damit die Replikation nach der Aktivierung funktioniert ({%s}, auf jeden Server angewendet, ist hierf\u00fcr ebenfalls verwendbar). |
| | | INFO_DESCRIPTION_SUBCMD_PRE_EXTERNAL_INITIALIZATION=Dieser Unterbefehl muss aufgerufen werden, bevor der Inhalt aller replizierten Server mit dem Tool import-ldif oder der Bin\u00e4rkopie-Methode initialisiert wird. Sie m\u00fcssen die Liste der Basis-DNs angeben, die initialisiert wird, und Sie m\u00fcssen die Berechtigungsnachweise jedes Servers bereitstellen, der repliziert wird. Initialisieren Sie nach dem Aufrufen dieses Unterbefehls den Inhalt aller Server in der Topologie. Rufen Sie anschlie\u00dfend den Unterbefehl {%s} auf. |
| | | INFO_DESCRIPTION_SUBCMD_POST_EXTERNAL_INITIALIZATION=Dieser Unterbefehl muss aufgerufen werden, nachdem der Inhalt aller replizierten Server mit dem Tool import-ldif oder der Bin\u00e4rkopie-Methode initialisiert wurde. Sie m\u00fcssen die Liste der Basis-DNs angeben, die initialisiert wurden, und Sie m\u00fcssen die Berechtigungsnachweise jedes Servers bereitstellen, der repliziert wird. In der Syntax\u00b7des Unterbefehls {%s} finden Sie weitere Informationen. |
| | | INFO_DESCRIPTION_SUBCMD_ENABLE_REPLICATION=Aktualisiert die Konfiguration der Server, welche die Daten unter dem angegebenen Basis-DN replizieren sollen. Wenn einer der angegebenen Server die Daten unter dem Basis-DN bereits mit anderen Servern repliziert, wird durch die Ausf\u00fchrung dieses Unterbefehls die Konfiguration aller Server aktualisiert (d. h., die Eingabeaufforderung muss nur ein Mal f\u00fcr jeden Server ausgef\u00fchrt werden, welcher der Replikationstopologie hingef\u00fcgt wird). |
| | | INFO_DESCRIPTION_SUBCMD_INITIALIZE_REPLICATION=Den Inhalt der Daten unter dem angegebenen Basis-DN auf dem Zielserver mit dem Inhalt auf dem Quellserver initialisieren. Dieser Vorgang ist erforderlich, damit die Replikation nach der Aktivierung funktioniert ('%s' ist hierf\u00fcr ebenfalls verwendbar). |
| | | INFO_DESCRIPTION_SUBCMD_INITIALIZE_ALL_REPLICATION=Den Inhalt der Daten unter dem angegebenen Basis-DN auf allen Servern initialisieren, deren Inhalt mit dem Inhalt des angegebenen Servers repliziert wird. Dieser Vorgang ist erforderlich, damit die Replikation nach der Aktivierung funktioniert ('%s', auf jeden Server angewendet, ist hierf\u00fcr ebenfalls verwendbar). |
| | | INFO_DESCRIPTION_SUBCMD_PRE_EXTERNAL_INITIALIZATION=Dieser Unterbefehl muss aufgerufen werden, bevor der Inhalt aller replizierten Server mit dem Tool import-ldif oder der Bin\u00e4rkopie-Methode initialisiert wird. Sie m\u00fcssen die Liste der Basis-DNs angeben, die initialisiert wird, und Sie m\u00fcssen die Berechtigungsnachweise jedes Servers bereitstellen, der repliziert wird. Initialisieren Sie nach dem Aufrufen dieses Unterbefehls den Inhalt aller Server in der Topologie. Rufen Sie anschlie\u00dfend den Unterbefehl '%s' auf. |
| | | INFO_DESCRIPTION_SUBCMD_POST_EXTERNAL_INITIALIZATION=Dieser Unterbefehl muss aufgerufen werden, nachdem der Inhalt aller replizierten Server mit dem Tool import-ldif oder der Bin\u00e4rkopie-Methode initialisiert wurde. Sie m\u00fcssen die Liste der Basis-DNs angeben, die initialisiert wurden, und Sie m\u00fcssen die Berechtigungsnachweise jedes Servers bereitstellen, der repliziert wird. In der Syntax des Unterbefehls '%s' finden Sie weitere Informationen. |
| | | INFO_DESCRIPTION_SUBCMD_ENABLE_REPLICATION=Aktualisiert die Konfiguration der Server, welche die Daten unter dem angegebenen Basis-DN replizieren sollen. Wenn einer der angegebenen Server die Daten unter dem Basis-DN bereits mit anderen Servern repliziert, wird durch die Ausf\u00fchrung dieses Unterbefehls die Konfiguration aller Server aktualisiert (d. h., die Eingabeaufforderung muss nur ein Mal f\u00fcr jeden Server ausgef\u00fchrt werden, welcher der Replikationstopologie hinzugef\u00fcgt wird). |
| | | INFO_DESCRIPTION_SUBCMD_DISABLE_REPLICATION=Deaktiviert die Replikation auf dem angegebenen Server f\u00fcr den bereitgestellten Basis-DN und entfernt Referenzen in den anderen Servern, mit denen der Server Daten repliziert. |
| | | INFO_DESCRIPTION_SUBCMD_STATUS_REPLICATION=Zeigt eine Liste mit der Basis-Replikations-Konfiguration der Basis-DNs der Server an, die in den Registrierungsinformationen festgelegt sind. Sind keine Basis-DNs als Parameter angegeben, werden die Informationen f\u00fcr alle Basis-DNs angezeigt. |
| | | SEVERE_ERR_REPLICATION_NO_BASE_DN_PROVIDED=Sie m\u00fcssen mindestens einen Basis-DN im nicht interaktiven Modus bereitstellen. |
| | | SEVERE_ERR_REPLICATION_NO_ADMINISTRATOR_PASSWORD_PROVIDED=Sie m\u00fcssen das Passwort des globalen Administrators im nicht interaktiven Modus bereitstellen. Hierf\u00fcr k\u00f6nnen Sie die Option {%s} oder {%s} verwenden. |
| | | SEVERE_ERR_REPLICATION_NOT_A_VALID_BASEDN=Der bereitgestellte Wert %s ist kein g\u00fcltiger Basis-DN. |
| | | SEVERE_ERR_REPLICATION_ENABLE_SAME_SERVER_PORT=F\u00fcr die Aktivierung der Replikation m\u00fcssen Sie zwei verschiedene Server bereitstellen. Sie haben den Server %s:%s zweimal bereitgestellt. |
| | | SEVERE_ERR_REPLICATION_INITIALIZE_SAME_SERVER_PORT=F\u00fcr Quelle und Ziel der Initialisierung m\u00fcssen Sie zwei verschiedene Server angeben. Sie haben den Server %s:%s zweimal bereitgestellt. |
| | | SEVERE_ERR_REPLICATION_PORT_AND_REPLICATION_PORT_EQUAL=Der Server-LDAP-Port und der Replikations-Port haben denselben Wert in Host %s. Sie haben %s f\u00fcr beide angegeben. |
| | | SEVERE_ERR_REPLICATION_SAME_REPLICATION_PORT=Sie haben denselben Replikations-Port (%s) f\u00fcr zwei Server auf dem gleichen Rechner (%s) bereitgestellt. |
| | | SEVERE_ERR_REPLICATION_VALID_SUBCOMMAND_NOT_FOUND=Es konnte kein g\u00fcltiger Unterbefehl gefunden werden. |
| | | SEVERE_ERR_REPLICATION_STATUS_QUIET=Der Unterbefehl {%s} ist nicht mit dem Argument {%s} kompatibel. |
| | | SEVERE_ERR_REPLICATION_NO_BASE_DN_PROVIDED=You must provide at least one base DN in no interactive mode. |
| | | SEVERE_ERR_REPLICATION_NO_ADMINISTRATOR_PASSWORD_PROVIDED=You must provide the password of the global administrator in non interactive mode. You can provide it using the %s or the %s options. |
| | | SEVERE_ERR_REPLICATION_NOT_A_VALID_BASEDN=The provided value %s is not a valid base DN. |
| | | SEVERE_ERR_REPLICATION_ENABLE_SAME_SERVER_PORT=You have to provide two different servers to enable replication. You have provided twice the server %s:%s |
| | | SEVERE_ERR_REPLICATION_INITIALIZE_SAME_SERVER_PORT=You have to provide two different servers as source and destination of the initialization. You have provided twice the server %s:%s |
| | | SEVERE_ERR_REPLICATION_PORT_AND_REPLICATION_PORT_EQUAL=The server LDAP port and the replication port have the same value in host %s. You provided %s for both. |
| | | SEVERE_ERR_REPLICATION_SAME_REPLICATION_PORT=You have provided the same replication port (%s) for two servers located on the same machine (%s). |
| | | SEVERE_ERR_REPLICATION_VALID_SUBCOMMAND_NOT_FOUND=Could not find a valid subcommand. You must specify a subcommand when using the option %s. |
| | | SEVERE_ERR_REPLICATION_STATUS_QUIET=The '%s' subcommand is not compatible with the %s argument. |
| | | INFO_REPLICATION_SUCCESSFUL=Der Vorgang wurde erfolgreich abgeschlossen. |
| | | INFO_REPLICATION_SUCCESSFUL_NOP=Der Vorgang wurde erfolgreich abgeschlossen, aber es war keine Aktion erforderlich. |
| | | MILD_ERR_REPLICATION_USER_CANCELLED=Benutzer hat Vorgang abgebrochen |
| | | SEVERE_ERR_REPLICATION_NO_MESSAGE= |
| | | SEVERE_ERR_UNINSTALL_FORCE_REQUIRES_NO_PROMPT=Das Argument {%s} kann nur verwendet werden, wenn {%s} angegeben wurde. |
| | | INFO_REPLICATION_ENABLE_ADMINISTRATOR_MUST_BE_CREATED=Sie m\u00fcssen die Berechtigungsnachweise des globalen Administrators angeben, der zur Verwaltung der OpenDS-Instanzen verwendet wird, die repliziert werden. |
| | | SEVERE_ERR_UNINSTALL_FORCE_REQUIRES_NO_PROMPT=The %s argument only can be used when %s has been specified |
| | | INFO_REPLICATION_ENABLE_ADMINISTRATOR_MUST_BE_CREATED=Es muss ein globaler Administrator erstellt werden.%nSie m\u00fcssen die Berechtigungsnachweise des globalen Administrators angeben, der zur Verwaltung der zu replizierenden OpenDS-Instanzen erstellt wird. |
| | | INFO_ADMINISTRATOR_UID_PROMPT=Benutzer-ID des globalen Administrators |
| | | INFO_ADMINISTRATOR_PWD_PROMPT=Passwort des globalen Administrators: |
| | | INFO_ADMINISTRATOR_PWD_CONFIRM_PROMPT=Passwort best\u00e4tigen: |
| | |
| | | INFO_REPLICATION_ENABLE_PASSWORD2_PROMPT=Passwort f\u00fcr %s auf dem zweiten Server: |
| | | INFO_REPLICATION_INITIALIZE_SOURCE_CONNECTION_PARAMETERS=>>>> OpenDS-LDAP-Verbindungsparameter f\u00fcr den Quellserver angeben |
| | | INFO_REPLICATION_INITIALIZE_DESTINATION_CONNECTION_PARAMETERS=>>>> OpenDS-LDAP-Verbindungsparameter f\u00fcr den Zielserver angeben |
| | | SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_ENABLE_REPLICATION=Es sind keine Basis-DNs f\u00fcr die Aktivierung der Replikation zwischen den beiden Servern verf\u00fcgbar. |
| | | SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_ENABLE_REPLICATION=There are no base DNs available to enable replication between the two servers. |
| | | INFO_ALREADY_REPLICATED_SUFFIXES=Die folgenden Basis-DNs sind bereits zwischen den beiden Servern repliziert:%n%s |
| | | INFO_ALREADY_NOT_REPLICATED_SUFFIXES=Die folgenden Basis-DNs sind nicht repliziert: %n%s |
| | | MILD_ERR_REPLICATION_ENABLE_SUFFIXES_NOT_FOUND=Die folgenden Basis-DNs k\u00f6nnen nicht zwischen den beiden Servern repliziert werden, da sie in mindestens einem der beiden Server nicht gefunden wurden:%n%s |
| | | MILD_ERR_NO_SUFFIXES_SELECTED_TO_REPLICATE=Sie m\u00fcssen mindestens einen Basis-DN f\u00fcr die Replikation ausw\u00e4hlen. |
| | | INFO_REPLICATION_ENABLE_SUFFIX_PROMPT=Basis-DN %s replizieren? |
| | | SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_REPLICATION=Es sind keine zwischen den beiden Servern replizierten Basis-DNs vorhanden. |
| | | SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_REPLICATION=There are no base DNs replicated between the two servers. |
| | | MILD_ERR_SUFFIXES_CANNOT_BE_INITIALIZED=Die folgenden Basis-DNs k\u00f6nnen nicht initialisiert werden, da sie nicht repliziert oder nicht auf beiden Servern konfiguriert sind:%n%s |
| | | MILD_ERR_NO_SUFFIXES_SELECTED_TO_INITIALIZE=Sie m\u00fcssen mindestens einen Basis-DN f\u00fcr die Initialisierung ausw\u00e4hlen. |
| | | INFO_REPLICATION_INITIALIZE_SUFFIX_PROMPT=Basis-DN %s initialisieren? |
| | | SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_DISABLE_REPLICATION=Auf dem\u00b7Server sind keine replizierten Basis-DNs vorhanden. |
| | | SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_ALL_REPLICATION=Im Server sind keine replizierten Basis-DNs vorhanden. Die Basis-DNs m\u00fcssen repliziert werden, damit mit ihrem Inhalt die Basis-DNs auf den anderen Servern initialisiert werden k\u00f6nnen. |
| | | MILD_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_LOCAL_REPLICATION=Im Server sind keine replizierten Basis-DNs vorhanden. |
| | | SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_DISABLE_REPLICATION=There are no base DNs replicated in the server. |
| | | SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_ALL_REPLICATION=There are no base DNs replicated in the server. The base DNs must be replicated to be able to use their contents to initialize the base DNs on the other servers. |
| | | MILD_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_LOCAL_REPLICATION=Auf dem Server sind keine replizierten Basis-DNs vorhanden. |
| | | MILD_ERR_REPLICATION_DISABLE_SUFFIXES_NOT_FOUND=Die folgenden Basis-DNs konnten nicht auf dem Server gefunden werden:%n%s |
| | | MILD_ERR_REPLICATION_INITIALIZE_LOCAL_SUFFIXES_NOT_FOUND=Die folgenden Basis-DNs konnten nicht auf dem Server gefunden werden:%n%s |
| | | MILD_ERR_NO_SUFFIXES_SELECTED_TO_DISABLE=Sie m\u00fcssen mindestens einen Basis-DN f\u00fcr die Deaktivierung ausw\u00e4hlen. |
| | |
| | | INFO_REPLICATION_ENABLE_CONFIGURING_ADS=Aktualisieren der Registrierungskonfiguration auf Server %s |
| | | INFO_ENABLE_REPLICATION_INITIALIZING_ADS=Initialisieren der Registrierungsinformationen auf Server %s mit dem Inhalt von Server %s |
| | | INFO_ENABLE_REPLICATION_INITIALIZING_SCHEMA=Initialisieren von Schema auf Server %s mit dem Inhalt von Server %s |
| | | SEVERE_ERR_REPLICATION_ENABLE_SEEDING_TRUSTSTORE=Unerwarteter Fehler beim Seeding von Truststore-Inhalt. Details: %s |
| | | SEVERE_ERR_INITIALIZING_REPLICATIONID_NOT_FOUND=Fehler bei der Initialisierung. Replikations-ID im Server %s f\u00fcr Basis-DN %s konnte nicht gefunden werden. |
| | | SEVERE_ERR_REPLICATION_INITIALIZING_TRIES_COMPLETED=Fehler bei der Initialisierung. Es konnte kein Peer f\u00fcr das Starten der Initialisierung nach mehreren Versuchen gefunden werden. Details: %s |
| | | SEVERE_ERR_REPLICATION_CONFIGURING_REPLICATIONSERVER=Fehler beim Konfigurieren von Replikations-Port auf Server %s. |
| | | SEVERE_ERR_REPLICATION_DISABLING_REPLICATIONSERVER=Fehler beim Deaktivieren von Replikations-Port auf Server %s. |
| | | SEVERE_ERR_REPLICATION_CONFIGURING_BASEDN=Fehler beim Aktualisieren der Replikationskonfiguration auf dem Basis-DN %s von Server %s. |
| | | SEVERE_ERR_REPLICATION_UPDATING_ADS=Fehler beim Aktualisieren der Registrierungsinformationen. Details: %s |
| | | SEVERE_ERR_REPLICATION_READING_ADS=Fehler beim Lesen\u00b7der Registrierungsinformationen. Details: %s |
| | | SEVERE_ERR_REPLICATION_ADS_MERGE_NOT_SUPPORTED=Die auf den Servern %s und %s vorgefundenen Registrierungsinformationen sind unterschiedlich. Mit diesem Tool kann dieses Szenario nicht verarbeitet werden. |
| | | SEVERE_ERR_REPLICATION_ERROR_READING_CONFIGURATION=Fehler beim Lesen der Replikationskonfiguration von Server %s.%nDetails: %s |
| | | SEVERE_ERR_REPLICATION_ENABLE_SEEDING_TRUSTSTORE=An unexpected error occurred seeding the truststore contents. Details: %s |
| | | SEVERE_ERR_INITIALIZING_REPLICATIONID_NOT_FOUND=Error initializing. Could not find replication ID in the server %s for base DN %s. |
| | | SEVERE_ERR_REPLICATION_INITIALIZING_TRIES_COMPLETED=Error initializing. Could not find a peer to start the initialization after several tries. Details: %s |
| | | SEVERE_ERR_REPLICATION_CONFIGURING_REPLICATIONSERVER=Error configuring replication port on server %s. |
| | | SEVERE_ERR_REPLICATION_DISABLING_REPLICATIONSERVER=Error disabling replication port on server %s. |
| | | SEVERE_ERR_REPLICATION_CONFIGURING_BASEDN=Error updating replication configuration on base DN %s of server %s. |
| | | SEVERE_ERR_REPLICATION_UPDATING_ADS=Error updating Registration information. Details: %s |
| | | SEVERE_ERR_REPLICATION_READING_ADS=Error reading Registration information. Details: %s |
| | | SEVERE_ERR_REPLICATION_ADS_MERGE_NOT_SUPPORTED=The registry information found in servers %s and %s is different. This tool does not allow to handle this scenario. |
| | | SEVERE_ERR_REPLICATION_ERROR_READING_CONFIGURATION=Error reading replication configuration of server %s.%nDetails: %s |
| | | INFO_REPLICATION_REMOVING_REFERENCES_ON_REMOTE=Referenzen auf Basis-DN %s von Server %s werden entfernt |
| | | INFO_REPLICATION_DISABLING_BASEDN=Die Replikation auf Basis-DN %s von Server %s wird deaktiviert |
| | | INFO_REPLICATION_DISABLING_REPLICATION_SERVER=Der Replikations-Port %s von Server %s wird deaktiviert |
| | |
| | | INFO_REPLICATION_CRITICAL_ERROR_DETAILS=Details: %s |
| | | INFO_PROGRESS_PRE_EXTERNAL_INITIALIZATION=Externe Initialisierung des Basis-DN %s wird vorbereitet |
| | | INFO_PROGRESS_POST_EXTERNAL_INITIALIZATION=Replikationsinformationen auf Basis-DN %s werden aktualisiert |
| | | INFO_PROGRESS_PRE_INITIALIZATION_LOCAL_FINISHED_PROCEDURE=Sie k\u00f6nnen jetzt mit der Initialisierung des Inhalts der Basis-DNs auf Server %s fortfahren. Hierf\u00fcr k\u00f6nnen Sie den Befehl import-ldif oder die Bin\u00e4rkopie verwenden.%n%nNach Abschluss der Initialisierung m\u00fcssen Sie den Unterbefehl {%s}verwenden, damit die Replikation mit den neuen Basis-DNs funktioniert. |
| | | INFO_PROGRESS_PRE_INITIALIZATION_FINISHED_PROCEDURE=Sie k\u00f6nnen jetzt mit der Initialisierung des Inhalts der Basis-DNs auf allen replizierten Servern fortfahren. Hierf\u00fcr k\u00f6nnen Sie den Befehl import-ldif oder die Bin\u00e4rkopie verwenden.%n%nNach Abschluss der Initialisierung m\u00fcssen Sie den Unterbefehl {%s}verwenden, damit die Replikation mit den neuen Basis-DNs-Inhalten funktioniert. |
| | | INFO_PROGRESS_PRE_INITIALIZATION_LOCAL_FINISHED_PROCEDURE=Sie k\u00f6nnen jetzt mit der Initialisierung des Inhalts der Basis-DNs auf Server %s fortfahren. Hierf\u00fcr k\u00f6nnen Sie den Befehl import-ldif oder die Bin\u00e4rkopie verwenden.%n%nNach Abschluss der Initialisierung m\u00fcssen Sie den Unterbefehl '%s' verwenden, damit die Replikation mit den neuen Basis-DNs funktioniert. |
| | | INFO_PROGRESS_PRE_INITIALIZATION_FINISHED_PROCEDURE=Sie k\u00f6nnen jetzt mit der Initialisierung des Inhalts der Basis-DNs auf allen replizierten Servern fortfahren. Hierf\u00fcr k\u00f6nnen Sie den Befehl import-ldif oder die Bin\u00e4rkopie verwenden.%n%nNach Abschluss der Initialisierung m\u00fcssen Sie den Unterbefehl '%s' verwenden, damit die Replikation mit den neuen Basis-DNs-Inhalten funktioniert. |
| | | INFO_PROGRESS_POST_INITIALIZATION_FINISHED_PROCEDURE=Post-Initialisierungs-Verfahren erfolgreich abgeschlossen. |
| | | SEVERE_ERR_POOLING_PRE_EXTERNAL_INITIALIZATION=Fehler beim Lesen des Fortschritts des Vorgangs. |
| | | SEVERE_ERR_POOLING_POST_EXTERNAL_INITIALIZATION=Fehler beim Lesen des Fortschritts des Vorgangs. |
| | | SEVERE_ERR_POOLING_PRE_EXTERNAL_INITIALIZATION=Error reading the progress of the operation. |
| | | SEVERE_ERR_POOLING_POST_EXTERNAL_INITIALIZATION=Error reading the progress of the operation. |
| | | INFO_ERROR_DURING_PRE_EXTERNAL_INITIALIZATION_NO_LOG=Unerwarteter Fehler w\u00e4hrend des Vorgangs. Aufgabenstatus: %s. Pr\u00fcfen Sie die Fehlerprotokolle von %s auf weitere Informationen. |
| | | INFO_ERROR_DURING_PRE_EXTERNAL_INITIALIZATION_LOG=Unerwarteter Fehler w\u00e4hrend des Vorgangs. Neueste Protokolldetails: %s. Aufgabenstatus: %s. Pr\u00fcfen Sie die Fehlerprotokolle von %s auf weitere Informationen. |
| | | INFO_ERROR_DURING_POST_EXTERNAL_INITIALIZATION_NO_LOG=Unerwarteter Fehler w\u00e4hrend des Vorgangs. Aufgabenstatus: %s. Pr\u00fcfen Sie die Fehlerprotokolle von %s auf weitere Informationen. |
| | | INFO_ERROR_DURING_POST_EXTERNAL_INITIALIZATION_LOG=Unerwarteter Fehler w\u00e4hrend des Vorgangs. Neueste Protokolldetails: %s. Aufgabenstatus: %s. Pr\u00fcfen Sie die Fehlerprotokolle von %s auf weitere Informationen. |
| | | SEVERE_ERR_LAUNCHING_PRE_EXTERNAL_INITIALIZATION=Fehler beim Starten\u00b7des Vorgangs. |
| | | SEVERE_ERR_LAUNCHING_POST_EXTERNAL_INITIALIZATION=Fehler beim Starten\u00b7des Vorgangs. |
| | | SEVERE_ERR_LAUNCHING_PRE_EXTERNAL_INITIALIZATION=Error launching the operation. |
| | | SEVERE_ERR_LAUNCHING_POST_EXTERNAL_INITIALIZATION=Error launching the operation. |
| | | INFO_REPLICATION_SUBCOMMAND_PROMPT=Sie haben folgende M\u00f6glichkeiten: |
| | | INFO_REPLICATION_ENABLE_MENU_PROMPT=Replikation aktivieren |
| | | INFO_REPLICATION_DISABLE_MENU_PROMPT=Replikation deaktivieren |
| | | INFO_REPLICATION_INITIALIZE_MENU_PROMPT=Replikation auf einem Server initialisieren |
| | | INFO_REPLICATION_INITIALIZE_ALL_MENU_PROMPT=Alle Server initialisieren |
| | | INFO_REPLICATION_PRE_EXTERNAL_INITIALIZATION_MENU_PROMPT=Pre-externe Initialisierung |
| | | INFO_REPLICATION_POST_EXTERNAL_INITIALIZATION_MENU_PROMPT=Post-externe Initialisierung |
| | | INFO_REPLICATION_STATUS_MENU_PROMPT=Replikationsstatus anzeigen |
| | | INFO_REPLICATION_POST_ENABLE_INFO=Replikation wurde erfolgreich aktiviert. Beachten Sie, dass Sie f\u00fcr eine erfolgreiche Replikation die Inhalte der zu replizierenden Basis-DNs mit %s %s initialisieren m\u00fcssen. |
| | |
| | | INFO_CLI_UNINSTALL_CONFIRM_OUTSIDEDBS=El servidor de directorios contiene archivos de base de datos en las siguientes ubicaciones situadas fuera de la ruta del servidor:%n%s%n\u00bfDesea suprimir estos archivos? |
| | | INFO_CLI_UNINSTALL_CONFIRM_OUTSIDELOGS=El servidor de directorios contiene archivos de registro de datos en las siguientes ubicaciones situadas fuera de la ruta del servidor:%n%s%n\u00bfDesea suprimir estos archivos? |
| | | INFO_CLI_UNINSTALL_CONFIRM_STOP=El servidor OpenDS se est\u00e1 ejecutando actualmente y debe detenerse para poder continuar con la desinstalaci\u00f3n.%n\u00bfDesea detener el servidor y eliminar de forma permanente los archivos? |
| | | SEVERE_ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED_NON_INTERACTIVE=Debe seleccionar los elementos que se desinstalar\u00e1n. Use las opciones descritas en la sintaxis para especificar los elementos que deben desinstalarse. |
| | | SEVERE_ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED=Debe seleccionar alg\u00fan elemento para desinstalarlo. |
| | | SEVERE_ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED_NON_INTERACTIVE=You must select the elements to uninstall. Use the options described in the usage to specify what must be uninstalled. |
| | | SEVERE_ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED=You must select something to be uninstalled. |
| | | INFO_CLI_UNINSTALL_SERVER_STOPPED=Se ha detenido el servidor. |
| | | INFO_CLI_UNINSTALL_CONFIRM_UPDATE_REMOTE=Se ha configurado el servidor para que efect\u00fae la r\u00e9plica.%nSi el servidor ya est\u00e1 replicando contenido en otros servidores, debe especificar la informaci\u00f3n de autenticaci\u00f3n del administrador para suprimir las referencias a este servidor en los servidores OpenDS en los que se est\u00e9 realizando la r\u00e9plica.%n%nEscriba "Yes" para proporcionar la informaci\u00f3n de autenticaci\u00f3n con el fin de suprimir las referencias remotas.%nEscriba "No" para continuar la desinstalaci\u00f3n sin actualizar las referencias remotas.%n\u00bfDesea proporcionar la informaci\u00f3n de autenticaci\u00f3n? |
| | | INFO_CLI_UNINSTALL_CONFIRM_UPDATE_REMOTE_AND_START=Se ha configurado el servidor para que efect\u00fae la r\u00e9plica.%nSi el servidor est\u00e1 replicando actualmente contenido en otros servidores, debe reiniciarse y se debe especificar la informaci\u00f3n de autenticaci\u00f3n del administrador para suprimir las referencias a este servidor en los servidores OpenDS en los que se est\u00e9 realizando la r\u00e9plica.%n%nEscriba "Yes" para iniciar el servidor y, a continuaci\u00f3n, proporcione la informaci\u00f3n de autenticaci\u00f3n para suprimir las referencias remotas.%nEscriba "No" para continuar la desinstalaci\u00f3n sin actualizar las referencias remotas.%n\u00bfDesea iniciar el servidor y proporcionar la informaci\u00f3n de autenticaci\u00f3n? |
| | |
| | | INFO_CONFIRM_UNINSTALL_SERVER_NOT_RUNNING_TITLE=Confirmar desinstalaci\u00f3n |
| | | INFO_CONFIRM_UNINSTALL_SERVER_RUNNING_MSG=El servidor se est\u00e1 ejecutando.%nEl servidor OpenDS se est\u00e1 ejecutando actualmente y debe detenerse para poder continuar con la desinstalaci\u00f3n. \u00bfDesea que el programa de desinstalaci\u00f3n detenga autom\u00e1ticamente el servidor para poder continuar con la desinstalaci\u00f3n? Si hace clic en No, deber\u00e1 detener manualmente el servidor para continuar. |
| | | MILD_ERR_UNINSTALL_READING_REGISTERED_SERVERS_CONFIRM_UPDATE_REMOTE=Se han detectado los siguientes errores al leer la configuraci\u00f3n de los servidores existentes:\n%s\n\u00bfDesea que el programa de desinstalaci\u00f3n intente suprimir las referencias a este servidor en el modo de m\u00e1ximo esfuerzo? |
| | | MILD_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_FORCE=Este servidor se ha configurado para que replique algunos de sus ND de base. Se ha producido un error al recuperar la referencias a \u00e9l en los servidores replicados. Tenga en cuenta que, para poder suprimir las referencias remotas, debe proporcionar las credenciales de administrador global mediante las opciones {%s} y {%s} (o {%s}).%nSi se sigue realizando la desinstalaci\u00f3n de este modo, se forzar\u00e1 la aparici\u00f3n del modo de error. |
| | | SEVERE_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_NO_FORCE=Este servidor se ha configurado para que replique algunos de sus ND de base. Se ha producido un error al recuperar la referencias a \u00e9l en los servidores replicados. Tenga en cuenta que, para poder suprimir las referencias remotas, debe proporcionar las credenciales de administrador global mediante las opciones {%s} y {%s} (o {%s}).%nCompruebe que los par\u00e1metros de conexi\u00f3n especificados sean correctos.%nSi desea realizar la desinstalaci\u00f3n, aunque no se puedan suprimir las referencias, puede utilizar la opci\u00f3n {%s}. |
| | | MILD_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_FORCE=Este servidor se ha configurado para que replique algunos de sus ND de base. Se ha producido un error al recuperar la referencias a \u00e9l en los servidores replicados. Tenga en cuenta que, para poder suprimir las referencias remotas, debe proporcionar las credenciales de administrador global mediante las opciones %s y %s (o %s).%nSi se sigue realizando la desinstalaci\u00f3n de este modo, se forzar\u00e1 la aparici\u00f3n del modo de error. |
| | | SEVERE_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_NO_FORCE=This server is configured to replicate some of its Base DNs. There was an error retrieving the references to it in the replicated servers. Note that to be able to remove remote references you must provide Global Administrator credentials using the %s and %s (or %s) options.%nCheck that the connection parameters you provided are correct.%nIf you want to uninstall the server even when remote references cannot be removed, you can use the %s option. |
| | | MILD_ERR_UNINSTALL_NOT_UPDATE_REMOTE_PROMPT=Este servidor se ha configurado para que replique algunos de sus ND de base. Se ha producido un error al recuperar las referencias a \u00e9l en los servidores replicados.%n\u00bfDesea continuar? |
| | | INFO_CONFIRM_UNINSTALL_SERVER_RUNNING_TITLE=El servidor se est\u00e1 ejecutando. |
| | | INFO_CONNECTIONS_LABEL=Conexiones abiertas: |
| | |
| | | INFO_ENABLED_LABEL=Habilitado |
| | | MILD_ERR_READING_CONFIG_FILE=Error al leer el archivo de configuraci\u00f3n. |
| | | MILD_ERR_READING_CONFIG_LDAP=Error al leer los datos del servidor. Verifique la informaci\u00f3n de autenticaci\u00f3n especificada.%nDetalles: %s |
| | | SEVERE_ERR_STARTING_SERVER_GENERIC=No se pudo iniciar el servidor. |
| | | SEVERE_ERR_STARTING_SERVER_GENERIC=Could not Start server. |
| | | INFO_FINISH_BUTTON_UNINSTALL_LABEL=Desinstalar |
| | | INFO_FINISH_BUTTON_UNINSTALL_TOOLTIP=Finalizar desinstalaci\u00f3n |
| | | INFO_FRAME_UNINSTALL_TITLE=Desinstalaci\u00f3n de OpenDS |
| | |
| | | INFO_LDAP_PROTOCOL_LABEL=LDAP |
| | | INFO_LDAPS_PROTOCOL_LABEL=LDAPS |
| | | INFO_LDIF_PROTOCOL_LABEL=LDIF |
| | | INFO_SNMP_PROTOCOL_LABEL=SNMP |
| | | INFO_LISTENERS_TITLE=Controladores de conexi\u00f3n |
| | | INFO_LOGIN_CANCEL_BUTTON_TOOLTIP=Cerrar cuadro de di\u00e1logo de inicio de sesi\u00f3n |
| | | INFO_LOGIN_DIALOG_MSG=Debe especificar un ND de usuario administrativo y una contrase\u00f1a para recuperar la informaci\u00f3n de supervisi\u00f3n. |
| | |
| | | INFO_START_BUTTON_TOOLTIP=Inicia el servidor de directorios. |
| | | INFO_STATE_COLUMN=Estado |
| | | INFO_STATUS_CLI_USAGE_DESCRIPTION=Esta utilidad se puede utilizar para mostrar informaci\u00f3n b\u00e1sica del servidor. |
| | | SEVERE_ERR_STATUS_PANEL_LAUNCHER_GUI_LAUNCH_FAILED=No se pudo iniciar el panel de estado. Compruebe que tenga acceso a la pantalla. |
| | | SEVERE_ERR_STATUS_PANEL_LAUNCHER_GUI_LAUNCH_FAILED_DETAILS=No se pudo iniciar el panel de estado. Compruebe que tenga acceso a la pantalla. Consulte el archivo %s para obtener informaci\u00f3n. |
| | | SEVERE_ERR_STATUS_PANEL_LAUNCHER_GUI_LAUNCH_FAILED=Could not launch Status Panel. Check that you have access to the display. |
| | | SEVERE_ERR_STATUS_PANEL_LAUNCHER_GUI_LAUNCH_FAILED_DETAILS=Could not launch Status Panel. Check that you have access to the display. Check file %s for details. |
| | | INFO_STATUS_PANEL_LAUNCHER_USAGE_DESCRIPTION=Esta utilidad se puede utilizar para mostrar la ventana Panel de estado que proporciona informaci\u00f3n b\u00e1sica del servidor, y permite iniciarlo, detenerlo y reiniciarlo. |
| | | INFO_STATUSPANEL_DIALOG_TITLE=Panel de estado de OpenDS |
| | | INFO_STOP_BUTTON_LABEL=Detener |
| | |
| | | INFO_SUMMARY_UNINSTALL_FINISHED_WITH_ERROR_DELETING_CLI=OpenDS se ha desinstalado correctamente en el equipo local, pero se han producido algunos errores al eliminar los archivos. Consulte el \u00e1rea de texto "Detalles" para obtener m\u00e1s informaci\u00f3n sobre los archivos que han provocado el problema.%n%nVerifique que no haya ning\u00fan otro programa utilizando esos archivos y elim\u00ednelos manualmente. |
| | | INFO_SUMMARY_UNINSTALL_NOT_STARTED=Iniciando desinstalaci\u00f3n... |
| | | INFO_UNDEFINED_PROTOCOL_LABEL=-Desconocido- |
| | | SEVERE_ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED=%n%nError al iniciar la desinstalaci\u00f3n gr\u00e1fica.%n%nIniciando la desinstalaci\u00f3n mediante l\u00ednea de comandos... |
| | | SEVERE_ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED_DETAILS=%n%nError al iniciar la desinstalaci\u00f3n gr\u00e1fica. Consulte el archivo %s para obtener m\u00e1s informaci\u00f3n.%n%nIniciando la desinstalaci\u00f3n mediante l\u00ednea de comandos... |
| | | SEVERE_ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED=%n%nThe graphical Uninstall launch failed.%n%nLaunching command line uninstall... |
| | | SEVERE_ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED_DETAILS=%n%nThe graphical Uninstall launch failed. Check file %s for more details.%n%nLaunching command line uninstall... |
| | | INFO_UNINSTALL_LAUNCHER_LAUNCHING_CLI=Iniciando la desinstalaci\u00f3n mediante l\u00ednea de comandos... |
| | | INFO_UNINSTALL_LAUNCHER_LAUNCHING_GUI=Iniciando la desinstalaci\u00f3n gr\u00e1fica... |
| | | INFO_UNINSTALL_LAUNCHER_USAGE_DESCRIPTION=Esta utilidad se puede usar para desinstalar el servidor de directorios. |
| | |
| | | INFO_UNINSTALL_LOGIN_PWD_TOOLTIP=La contrase\u00f1a del administrador global que se utilizar\u00e1 para leer y actualizar la configuraci\u00f3n de los otros servidores OpenDS. |
| | | INFO_UNINSTALL_LOGIN_UID_TOOLTIP=El Id. de usuario administrativo global que se utilizar\u00e1 para leer y actualizar la configuraci\u00f3n de los otros servidores OpenDS. |
| | | INFO_UNKNOWN_LABEL=-- |
| | | INFO_UNINSTALLDS_DESCRIPTION_FORCE=Especifica si la desinstalaci\u00f3n debe continuar o no en caso de producirse un error al actualizar las referencias a este servidor en las instancias remotas de OpenDS. Este argumento s\u00f3lo puede utilizarse con el argumento sin mensaje de petici\u00f3n {%s}. |
| | | INFO_UNINSTALLDS_DESCRIPTION_FORCE=Especifica si la desinstalaci\u00f3n debe continuar o no en caso de producirse un error al actualizar las referencias a este servidor en las instancias remotas de OpenDS. Este argumento s\u00f3lo puede utilizarse con el argumento sin mensaje de petici\u00f3n %s. |
| | | INFO_DESCRIPTION_REFERENCED_HOST=El nombre de este host (o la direcci\u00f3n IP) tal y como aparece indicado en los servidores remotos de la r\u00e9plica. |
| | | INFO_UNINSTALLDS_DESCRIPTION_CLI=Indica que se utilizar\u00e1 la instalaci\u00f3n mediante l\u00ednea de comandos. Si no se especifica esta opci\u00f3n, se iniciar\u00e1 la interfaz gr\u00e1fica. El resto de las opciones (a excepci\u00f3n de las opciones de ayuda y versi\u00f3n) s\u00f3lo se tendr\u00e1n en cuenta si se especifica esta opci\u00f3n. |
| | | INFO_UNINSTALLDS_DESCRIPTION_QUIET=Ejecutar la desinstalaci\u00f3n en el modo silencioso. En el modo silencioso, no se proporcionar\u00e1 la informaci\u00f3n de progreso en la salida est\u00e1ndar. |
| | |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_BINDDN2=ND que se utilizar\u00e1 para enlazar con el segundo servidor cuyo contenido se replicar\u00e1. Si no se especifica esta opci\u00f3n, se utilizar\u00e1 el administrador global para el enlace. |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_SKIPPORT=Omita la comprobaci\u00f3n para determinar si se pueden utilizar los puertos de r\u00e9plica especificados. |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_NO_SCHEMA_REPLICATION=No replique el esquema entre los servidores. |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_USE_SECOND_AS_SCHEMA_SOURCE=Utilice el segundo servidor para inicializar el esquema del primer servidor. Si no se especifica esta opci\u00f3n ni la opci\u00f3n (%s), se utilizar\u00e1 el esquema del primer servidor para inicializar el esquema del segundo servidor. |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_USE_SECOND_AS_SCHEMA_SOURCE=Utilice el segundo servidor para inicializar el esquema del primer servidor. Si no se especifica esta opci\u00f3n ni la opci\u00f3n %s, se utilizar\u00e1 el esquema del primer servidor para inicializar el esquema del segundo servidor. |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_BINDPASSWORD2=La contrase\u00f1a que se utilizar\u00e1 para enlazar con el segundo servidor cuyo contenido se replicar\u00e1. Si no se especifica ning\u00fan ND de enlace para el segundo servidor, se utilizar\u00e1 la contrase\u00f1a del administrador global para el enlace. |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_BINDPASSWORDFILE2=El archivo que contiene la contrase\u00f1a que se utilizar\u00e1 para enlazar con el segundo servidor cuyo contenido se replicar\u00e1. Si no se especifica ning\u00fan ND de enlace para el segundo servidor, se utilizar\u00e1 la contrase\u00f1a del administrador global para el enlace. |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_USE_SSL2=Utilizar SSL para la comunicaci\u00f3n segura con el segundo servidor |
| | |
| | | INFO_DESCRIPTION_ENABLE_SECURE_REPLICATION2=Especifica si est\u00e1 cifrada o no la comunicaci\u00f3n a trav\u00e9s del puerto de r\u00e9plica del segundo servidor. Esta opci\u00f3n s\u00f3lo se tendr\u00e1 en cuenta la primera vez que se configure la r\u00e9plica en el segundo servidor. |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_STARTTLS2=Utilizar StartTLS para la comunicaci\u00f3n segura con el segundo servidor |
| | | INFO_DESCRIPTION_REPLICATION_BASEDNS=ND de base de los datos que se replicar\u00e1n o inicializar\u00e1n, o para los que se ha inhabilitado la r\u00e9plica. Se pueden especificar varios ND de base utilizando esta opci\u00f3n varias veces. |
| | | INFO_DESCRIPTION_REPLICATION_ADMIN_UID=Id. de usuario del administrador global que se utilizar\u00e1 para enlazar con el servidor. Si se utiliza el subcomando {%s} y no se ha definido anteriormente ning\u00fan administrador global para ninguno de los servidores, se crear\u00e1 uno en funci\u00f3n de los datos especificados. |
| | | INFO_DESCRIPTION_REPLICATION_ADMIN_UID=Id. de usuario del administrador global que se utilizar\u00e1 para enlazar con el servidor. Si se utiliza el subcomando '%s' y no se ha definido anteriormente ning\u00fan administrador global para ninguno de los servidores, se crear\u00e1 el administrador global en funci\u00f3n de los datos especificados. |
| | | INFO_DESCRIPTION_REPLICATION_ADMIN_BINDPASSWORD=La contrase\u00f1a del administrador global |
| | | INFO_DESCRIPTION_REPLICATION_ADMIN_BINDPASSWORDFILE=El archivo que contiene la contrase\u00f1a del administrador global |
| | | INFO_DESCRIPTION_INITIALIZE_REPLICATION_HOST_SOURCE=El nombre de host o la direcci\u00f3n IP del servidor de origen cuyo contenido se utilizar\u00e1 para inicializar el servidor de destino. |
| | |
| | | INFO_DESCRIPTION_INITIALIZE_REPLICATION_USE_SSL_SOURCE=Utilizar SSL para la comunicaci\u00f3n segura con el servidor de origen |
| | | INFO_DESCRIPTION_INITIALIZE_REPLICATION_STARTTLS_SOURCE=Utilizar StartTLS para la comunicaci\u00f3n segura con el servidor de origen |
| | | INFO_DESCRIPTION_INITIALIZE_REPLICATION_HOST_DESTINATION=El nombre de host o la direcci\u00f3n IP del servidor de destino cuyo contenido se inicializar\u00e1. |
| | | INFO_DESCRIPTION_INITIALIZE_REPLICATION_SERVER_PORT_DESTINATION=El n\u00famero de puerto del servidor de destino cuyo contenido se inicializar\u00e1. |
| | | INFO_DESCRIPTION_INITIALIZE_REPLICATION_SERVER_PORT_DESTINATION=El n\u00famero de puerto del servidor de destino cuyo contenido se inicializar\u00e1 |
| | | INFO_DESCRIPTION_INITIALIZE_REPLICATION_USE_SSL_DESTINATION=Utilizar SSL para la comunicaci\u00f3n segura con el servidor de destino |
| | | INFO_DESCRIPTION_INITIALIZE_REPLICATION_STARTTLS_DESTINATION=Utilizar StartTLS para la comunicaci\u00f3n segura con el servidor de destino |
| | | INFO_DESCRIPTION_EXTERNAL_INITIALIZATION_LOCAL=Utilice esta opci\u00f3n s\u00f3lo cuando el contenido del servidor de directorios especificado se inicialice con un m\u00e9todo externo (el comando "import-ldif" o la copia binaria). |
| | | INFO_REPLICATION_TOOL_DESCRIPTION=Esta utilidad se puede usar para configurar la r\u00e9plica entre los servidores con el fin de sincronizar sus datos. Para que la r\u00e9plica funcione, debe habilitar, en primer lugar, la r\u00e9plica mediante el subcomando {%s} y, a continuaci\u00f3n, inicializar el contenido de uno de los servidores con el contenido de otro mediante el subcomando {%s}. |
| | | INFO_REPLICATION_TOOL_DESCRIPTION=Esta utilidad se puede usar para configurar la r\u00e9plica entre los servidores con el fin de sincronizar sus datos. Para que la r\u00e9plica funcione, debe habilitar, en primer lugar, la r\u00e9plica mediante el subcomando '%s' y, a continuaci\u00f3n, inicializar el contenido de uno de los servidores con el contenido de otro mediante el subcomando '%s'. |
| | | INFO_REPLICATION_DESCRIPTION_QUIET=Realizar una operaci\u00f3n silenciosa (no se escribir\u00e1 ninguna informaci\u00f3n de progreso en la salida est\u00e1ndar) |
| | | INFO_DESCRIPTION_DISABLE_REPLICATION_BINDDN=ND que se utilizar\u00e1 para enlazar con el servidor en el que deseamos inhabilitar la r\u00e9plica. Esta opci\u00f3n debe utilizarse si no se ha definido ning\u00fan administrador global en el servidor o si el usuario no desea suprimir las referencias en los otros servidores replicados. La contrase\u00f1a proporcionada para el administrador global se utilizar\u00e1 al especificar esta opci\u00f3n. |
| | | INFO_DESCRIPTION_SUBCMD_INITIALIZE_REPLICATION=Inicialice el contenido de los datos incluidos debajo del ND de base especificado en el servidor de destino con el contenido del servidor de origen. Una vez habilitada la r\u00e9plica, es necesario realizar esta operaci\u00f3n para que funcione (tambi\u00e9n se puede utilizar {%s} para el mismo fin). |
| | | INFO_DESCRIPTION_SUBCMD_INITIALIZE_ALL_REPLICATION=Inicialice el contenido de los datos incluidos debajo del ND de base especificado en todos los servidores cuyo contenido se est\u00e9 replicando con el contenido del servidor especificado. Una vez habilitada la r\u00e9plica, es necesario realizar esta operaci\u00f3n para que funcione (tambi\u00e9n se puede aplicar la opci\u00f3n {%s} en cada servidor para el mismo fin). |
| | | INFO_DESCRIPTION_SUBCMD_PRE_EXTERNAL_INITIALIZATION=Debe llamarse a este subcomando antes de inicializar el contenido de todos los servidores replicados mediante la herramienta "import-ldif" o el m\u00e9todo de copia binaria. Debe especificar la lista de ND de base que se inicializar\u00e1 y proporcionar las credenciales de cualquier servidor en el que se est\u00e9 realizando la r\u00e9plica. Despu\u00e9s de llamar a este subcomando, inicialice el contenido de todos los servidores de la topolog\u00eda y, a continuaci\u00f3n, llame al subcomando {%s}. |
| | | INFO_DESCRIPTION_SUBCMD_POST_EXTERNAL_INITIALIZATION=Debe llamarse a este subcomando despu\u00e9s de inicializar el contenido de todos los servidores replicados mediante la herramienta "import-ldif" o el m\u00e9todo de copia binaria. Debe especificar la lista de ND de base que se ha inicializado y proporcionar las credenciales de cualquier servidor en el que se est\u00e9 realizando la r\u00e9plica. Consulte la sintaxis del subcomando {%s} para obtener m\u00e1s informaci\u00f3n. |
| | | INFO_DESCRIPTION_SUBCMD_INITIALIZE_REPLICATION=Inicializa el contenido de los datos incluidos debajo del ND de base especificado en el servidor de destino con el contenido del servidor de origen. Una vez habilitada la r\u00e9plica, es necesario realizar esta operaci\u00f3n para que funcione (tambi\u00e9n se puede utilizar '%s' para el mismo fin). |
| | | INFO_DESCRIPTION_SUBCMD_INITIALIZE_ALL_REPLICATION=Inicializa el contenido de los datos incluidos debajo del ND de base especificado en todos los servidores cuyo contenido se est\u00e9 replicando con el contenido del servidor especificado. Una vez habilitada la r\u00e9plica, es necesario realizar esta operaci\u00f3n para que funcione (tambi\u00e9n se puede aplicar la opci\u00f3n '%s' en cada servidor para el mismo fin). |
| | | INFO_DESCRIPTION_SUBCMD_PRE_EXTERNAL_INITIALIZATION=Debe llamarse a este subcomando antes de inicializar el contenido de todos los servidores replicados mediante la herramienta "import-ldif" o el m\u00e9todo de copia binaria. Debe especificar la lista de ND de base que se inicializar\u00e1 y proporcionar las credenciales de cualquier servidor en el que se est\u00e9 realizando la r\u00e9plica. Despu\u00e9s de llamar a este subcomando, inicialice el contenido de todos los servidores de la topolog\u00eda y, a continuaci\u00f3n, llame al subcomando '%s'. |
| | | INFO_DESCRIPTION_SUBCMD_POST_EXTERNAL_INITIALIZATION=Debe llamarse a este subcomando despu\u00e9s de inicializar el contenido de todos los servidores replicados mediante la herramienta "import-ldif" o el m\u00e9todo de copia binaria. Debe especificar la lista de ND de base que se ha inicializado y proporcionar las credenciales de cualquier servidor en el que se est\u00e9 realizando la r\u00e9plica. Consulte la sintaxis del subcomando '%s' para obtener m\u00e1s informaci\u00f3n. |
| | | INFO_DESCRIPTION_SUBCMD_ENABLE_REPLICATION=Actualiza la configuraci\u00f3n de los servidores para replicar los datos del ND de base especificado. Si uno de los servidores ya est\u00e1 replicando los datos situados debajo del ND de base en otros servidores, al ejecutar este subcomando, se actualizar\u00e1 la configuraci\u00f3n de todos los servidores (por lo que s\u00f3lo es necesario ejecutar una vez la l\u00ednea de comandos para cada servidor que agreguemos a la topolog\u00eda de r\u00e9plica). |
| | | INFO_DESCRIPTION_SUBCMD_DISABLE_REPLICATION=Inhabilita la r\u00e9plica en el servidor especificado para el ND de base proporcionado y suprime las referencias en los restantes servidores en los que se est\u00e9n replicando los datos. |
| | | INFO_DESCRIPTION_SUBCMD_STATUS_REPLICATION=Muestra una lista con la configuraci\u00f3n de r\u00e9plica b\u00e1sica de los ND de base de los servidores definidos en la informaci\u00f3n de registro. Si no se ha especificado ning\u00fan ND de base como par\u00e1metro, se mostrar\u00e1 la informaci\u00f3n de todos los ND de base. |
| | | SEVERE_ERR_REPLICATION_NO_BASE_DN_PROVIDED=Debe especificar, como m\u00ednimo, un ND de base en el modo no interactivo. |
| | | SEVERE_ERR_REPLICATION_NO_ADMINISTRATOR_PASSWORD_PROVIDED=Debe especificar la contrase\u00f1a del administrador global en el modo no interactivo. Puede especificarla mediante las opciones {%s} o {%s}. |
| | | SEVERE_ERR_REPLICATION_NOT_A_VALID_BASEDN=El valor proporcionado %s no es un ND de base v\u00e1lido. |
| | | SEVERE_ERR_REPLICATION_ENABLE_SAME_SERVER_PORT=Debe especificar dos servidores diferentes para habilitar la r\u00e9plica. Ha especificado dos veces el servidor %s:%s |
| | | SEVERE_ERR_REPLICATION_INITIALIZE_SAME_SERVER_PORT=Debe especificar dos servidores diferentes como origen y destino de la inicializaci\u00f3n. Ha especificado dos veces el servidor %s:%s |
| | | SEVERE_ERR_REPLICATION_PORT_AND_REPLICATION_PORT_EQUAL=El puerto LDAP del servidor y el puerto de r\u00e9plica presentan el mismo valor en el host %s. Ha especificado %s para ambos. |
| | | SEVERE_ERR_REPLICATION_SAME_REPLICATION_PORT=Ha especificado el mismo puerto de r\u00e9plica (%s) para dos servidores ubicados en el mismo equipo (%s). |
| | | SEVERE_ERR_REPLICATION_VALID_SUBCOMMAND_NOT_FOUND=No se pudo encontrar un subcomando v\u00e1lido. |
| | | SEVERE_ERR_REPLICATION_STATUS_QUIET=El subcomando {%s} no es compatible con el argumento {%s}. |
| | | SEVERE_ERR_REPLICATION_NO_BASE_DN_PROVIDED=You must provide at least one base DN in no interactive mode. |
| | | SEVERE_ERR_REPLICATION_NO_ADMINISTRATOR_PASSWORD_PROVIDED=You must provide the password of the global administrator in non interactive mode. You can provide it using the %s or the %s options. |
| | | SEVERE_ERR_REPLICATION_NOT_A_VALID_BASEDN=The provided value %s is not a valid base DN. |
| | | SEVERE_ERR_REPLICATION_ENABLE_SAME_SERVER_PORT=You have to provide two different servers to enable replication. You have provided twice the server %s:%s |
| | | SEVERE_ERR_REPLICATION_INITIALIZE_SAME_SERVER_PORT=You have to provide two different servers as source and destination of the initialization. You have provided twice the server %s:%s |
| | | SEVERE_ERR_REPLICATION_PORT_AND_REPLICATION_PORT_EQUAL=The server LDAP port and the replication port have the same value in host %s. You provided %s for both. |
| | | SEVERE_ERR_REPLICATION_SAME_REPLICATION_PORT=You have provided the same replication port (%s) for two servers located on the same machine (%s). |
| | | SEVERE_ERR_REPLICATION_VALID_SUBCOMMAND_NOT_FOUND=Could not find a valid subcommand. You must specify a subcommand when using the option %s. |
| | | SEVERE_ERR_REPLICATION_STATUS_QUIET=The '%s' subcommand is not compatible with the %s argument. |
| | | INFO_REPLICATION_SUCCESSFUL=Se ha completado correctamente la operaci\u00f3n. |
| | | INFO_REPLICATION_SUCCESSFUL_NOP=Se ha completado correctamente la operaci\u00f3n, pero no era necesario realizar ninguna acci\u00f3n. |
| | | MILD_ERR_REPLICATION_USER_CANCELLED=El usuario ha cancelado la operaci\u00f3n. |
| | | SEVERE_ERR_REPLICATION_NO_MESSAGE= |
| | | SEVERE_ERR_UNINSTALL_FORCE_REQUIRES_NO_PROMPT=El argumento {%s} s\u00f3lo se puede utilizar si se ha especificado {%s}. |
| | | INFO_REPLICATION_ENABLE_ADMINISTRATOR_MUST_BE_CREATED=Debe especificar las credenciales del administrador global que se utilizar\u00e1n para administrar las instancias de OpenDS que se est\u00e1n replicando. |
| | | SEVERE_ERR_UNINSTALL_FORCE_REQUIRES_NO_PROMPT=The %s argument only can be used when %s has been specified |
| | | INFO_REPLICATION_ENABLE_ADMINISTRATOR_MUST_BE_CREATED=Se debe crear un administrador global.%nDebe especificar las credenciales del administrador global que se crear\u00e1n para administrar las instancias de OpenDS que se est\u00e1n repitiendo. |
| | | INFO_ADMINISTRATOR_UID_PROMPT=Id. de usuario del administrador global |
| | | INFO_ADMINISTRATOR_PWD_PROMPT=Contrase\u00f1a del administrador global: |
| | | INFO_ADMINISTRATOR_PWD_CONFIRM_PROMPT=Contrase\u00f1a (confirmar): |
| | |
| | | INFO_REPLICATION_ENABLE_PORT1_PROMPT=Puerto LDAP del primer servidor |
| | | INFO_REPLICATION_ENABLE_PROTOCOL1=\u00bfC\u00f3mo desea conectarse al primer servidor? |
| | | INFO_REPLICATION_ENABLE_REPLICATIONPORT1_PROMPT=Puerto de r\u00e9plica del primer servidor (el puerto debe estar libre) |
| | | INFO_REPLICATION_ENABLE_SECURE1_PROMPT=\u00bfDesea que la r\u00e9plica utilice una comunicaci\u00f3n cifrada al establecer la conexi\u00f3n con el puerto de r\u00e9plica %s en el primer servidor? |
| | | INFO_REPLICATION_ENABLE_SECURE1_PROMPT=\u00bfDesea que la repetici\u00f3n utilice una comunicaci\u00f3n cifrada al establecer la conexi\u00f3n con el puerto de r\u00e9plica %s en el primer servidor? |
| | | INFO_REPLICATION_ENABLE_BINDDN1_PROMPT=ND de enlace del primer servidor |
| | | INFO_REPLICATION_ENABLE_PASSWORD1_PROMPT=Contrase\u00f1a de %s en el primer servidor: |
| | | INFO_REPLICATION_ENABLE_HOST2_CONNECTION_PARAMETERS=>>>> Especifique los par\u00e1metros de conexi\u00f3n LDAP de OpenDS para el segundo servidor. |
| | |
| | | INFO_REPLICATION_ENABLE_PORT2_PROMPT=Puerto LDAP del segundo servidor |
| | | INFO_REPLICATION_ENABLE_PROTOCOL2=\u00bfC\u00f3mo desea conectarse al segundo servidor? |
| | | INFO_REPLICATION_ENABLE_REPLICATIONPORT2_PROMPT=Puerto de r\u00e9plica del segundo servidor (el puerto debe estar libre) |
| | | INFO_REPLICATION_ENABLE_SECURE2_PROMPT=\u00bfDesea que la r\u00e9plica utilice una comunicaci\u00f3n cifrada al establecer conexi\u00f3n con el puerto de r\u00e9plica %s en el segundo servidor? |
| | | INFO_REPLICATION_ENABLE_SECURE2_PROMPT=\u00bfDesea que la repetici\u00f3n utilice una comunicaci\u00f3n cifrada al establecer conexi\u00f3n con el puerto de r\u00e9plica %s en el segundo servidor? |
| | | INFO_REPLICATION_ENABLE_BINDDN2_PROMPT=ND de enlace del segundo servidor |
| | | INFO_REPLICATION_ENABLE_PASSWORD2_PROMPT=Contrase\u00f1a de %s en el segundo servidor: |
| | | INFO_REPLICATION_INITIALIZE_SOURCE_CONNECTION_PARAMETERS=>>>> Especifique los par\u00e1metros de la conexi\u00f3n LDAP de OpenDS para el servidor de origen. |
| | | INFO_REPLICATION_INITIALIZE_DESTINATION_CONNECTION_PARAMETERS=>>>> Especifique los par\u00e1metros de la conexi\u00f3n LDAP de OpenDS para el servidor de destino. |
| | | SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_ENABLE_REPLICATION=No hay ning\u00fan ND de base disponible para habilitar la r\u00e9plica entre los dos servidores. |
| | | SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_ENABLE_REPLICATION=There are no base DNs available to enable replication between the two servers. |
| | | INFO_ALREADY_REPLICATED_SUFFIXES=Ya se han replicado los siguientes ND de base entre los dos servidores:%n%s |
| | | INFO_ALREADY_NOT_REPLICATED_SUFFIXES=Los siguientes ND de base no se han replicado:%n%s |
| | | MILD_ERR_REPLICATION_ENABLE_SUFFIXES_NOT_FOUND=Los siguientes ND de base no se pueden replicar entre los dos servidores porque no se pudieron encontrar en, al menos, uno de los servidores:%n%s |
| | | MILD_ERR_NO_SUFFIXES_SELECTED_TO_REPLICATE=Debe seleccionar, al menos, un ND de base para replicarlo. |
| | | INFO_REPLICATION_ENABLE_SUFFIX_PROMPT=\u00bfDesea replicar el ND de base %s? |
| | | SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_REPLICATION=No hay ning\u00fan ND de base replicado entre los dos servidores. |
| | | SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_REPLICATION=There are no base DNs replicated between the two servers. |
| | | MILD_ERR_SUFFIXES_CANNOT_BE_INITIALIZED=Los siguientes ND de base no se pudieron inicializar porque no se han replicado o no se han configurado en ambos servidores:%n%s |
| | | MILD_ERR_NO_SUFFIXES_SELECTED_TO_INITIALIZE=Debe seleccionar, al menos, un ND de base para inicializarlo. |
| | | INFO_REPLICATION_INITIALIZE_SUFFIX_PROMPT=\u00bfDesea inicializar el ND de base %s? |
| | | SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_DISABLE_REPLICATION=No hay ning\u00fan ND de base replicado en el servidor. |
| | | SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_ALL_REPLICATION=No hay ning\u00fan ND de base replicado en el servidor. El ND de base debe replicarse para poder utilizar su contenido con el fin de inicializar los ND de base en otros servidores. |
| | | SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_DISABLE_REPLICATION=There are no base DNs replicated in the server. |
| | | SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_ALL_REPLICATION=There are no base DNs replicated in the server. The base DNs must be replicated to be able to use their contents to initialize the base DNs on the other servers. |
| | | MILD_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_LOCAL_REPLICATION=No hay ning\u00fan ND de base replicado en el servidor. |
| | | MILD_ERR_REPLICATION_DISABLE_SUFFIXES_NOT_FOUND=No se pudo encontrar el siguiente ND de base en el servidor:%n%s |
| | | MILD_ERR_REPLICATION_INITIALIZE_LOCAL_SUFFIXES_NOT_FOUND=No se pudo encontrar el siguiente ND de base en el servidor:%n%s |
| | |
| | | INFO_REPLICATION_CONFIRM_DISABLE_ADS=Ha optado por inhabilitar la r\u00e9plica en el ND de base %s. El mecanismo de r\u00e9plica y algunas herramientas administrativas utilizan este ND de base, por lo que no se recomienda configurarlo directamente. \u00bfDesea continuar? |
| | | INFO_REPLICATION_CONFIRM_DISABLE_SCHEMA=Ha optado por inhabilitar la r\u00e9plica del esquema. S\u00f3lo se recomienda inhabilitar la r\u00e9plica del esquema en determinadas situaciones. \u00bfDesea continuar? |
| | | INFO_REPLICATION_CONFIRM_DISABLE_GENERIC=Si se inhabilita la r\u00e9plica, los datos ubicados debajo del ND de base seleccionado ya no se sincronizar\u00e1n con los dem\u00e1s servidores. \u00bfDesea continuar? |
| | | INFO_REPLICATION_CONFIRM_DISABLE_LAST_SUFFIXES=Si se inhabilita la r\u00e9plica, los datos ubicados en el ND de base seleccionado ya no se sincronizar\u00e1n con los dem\u00e1s servidores. Tambi\u00e9n se inhabilitar\u00e1 el puerto de r\u00e9plica del servidor. \u00bfDesea continuar? |
| | | INFO_REPLICATION_CONFIRM_DISABLE_LAST_SUFFIXES=Si se inhabilita la r\u00e9plica, los datos ubicados debajo del ND de base seleccionado ya no se sincronizar\u00e1n con los dem\u00e1s servidores. Tambi\u00e9n se inhabilitar\u00e1 el puerto de r\u00e9plica del servidor. \u00bfDesea continuar? |
| | | INFO_REPLICATION_CONFIRM_INITIALIZE_ADS=Ha optado por inicializar el contenido del ND de base %s del servidor %s con el contenido del servidor %s. El mecanismo de r\u00e9plica y algunas herramientas administrativas utilizan este ND de base, por lo que no se recomienda configurarlo directamente. \u00bfDesea continuar? |
| | | INFO_REPLICATION_CONFIRM_INITIALIZE_GENERIC=Si se inicializa el contenido de un ND de base, se suprimir\u00e1 todo su contenido. \u00bfDesea suprimir el contenido de los ND de base seleccionados en el servidor %s y sustituirlo por el contenido del servidor %s? |
| | | INFO_REPLICATION_CONFIRM_INITIALIZE_ALL_ADS=Ha optado por inicializar el contenido del ND de base %s con el contenido del servidor %s. El mecanismo de r\u00e9plica y algunas herramientas administrativas utilizan este ND de base, por lo que no se recomienda configurarlo directamente. \u00bfDesea continuar? |
| | |
| | | INFO_REPLICATION_ENABLE_CONFIGURING_ADS=Actualizando la configuraci\u00f3n de registro en el servidor %s |
| | | INFO_ENABLE_REPLICATION_INITIALIZING_ADS=Inicializando la informaci\u00f3n de registro en el servidor %s con el contenido del servidor %s |
| | | INFO_ENABLE_REPLICATION_INITIALIZING_SCHEMA=Inicializando el esquema en el servidor %s con el contenido del servidor %s |
| | | SEVERE_ERR_REPLICATION_ENABLE_SEEDING_TRUSTSTORE=Se ha producido un error inesperado al inicializar el contenido del almac\u00e9n de confianza. Detalles: %s |
| | | SEVERE_ERR_INITIALIZING_REPLICATIONID_NOT_FOUND=Error al inicializar. No se pudo encontrar el Id. de r\u00e9plica en el servidor %s para el ND de base %s. |
| | | SEVERE_ERR_REPLICATION_INITIALIZING_TRIES_COMPLETED=Error al inicializar. No se pudo encontrar un interlocutor para ejecutar la inicializaci\u00f3n tras varios intentos. Detalles: %s |
| | | SEVERE_ERR_REPLICATION_CONFIGURING_REPLICATIONSERVER=Error al configurar el puerto de r\u00e9plica en el servidor %s. |
| | | SEVERE_ERR_REPLICATION_DISABLING_REPLICATIONSERVER=Error al inhabilitar el puerto de r\u00e9plica en el servidor %s. |
| | | SEVERE_ERR_REPLICATION_CONFIGURING_BASEDN=Error al actualizar la configuraci\u00f3n de r\u00e9plica en el ND de base %s del servidor %s. |
| | | SEVERE_ERR_REPLICATION_UPDATING_ADS=Error al actualizar la informaci\u00f3n de registro. Detalles: %s |
| | | SEVERE_ERR_REPLICATION_READING_ADS=Error al leer la informaci\u00f3n de registro. Detalles: %s |
| | | SEVERE_ERR_REPLICATION_ADS_MERGE_NOT_SUPPORTED=La informaci\u00f3n de registro encontrada en los servidores %s y %s no coincide. Esta herramienta no permite administrar este escenario. |
| | | SEVERE_ERR_REPLICATION_ERROR_READING_CONFIGURATION=Error al leer la configuraci\u00f3n de r\u00e9plica del servidor %s.%nDetalles: %s |
| | | SEVERE_ERR_REPLICATION_ENABLE_SEEDING_TRUSTSTORE=An unexpected error occurred seeding the truststore contents. Details: %s |
| | | SEVERE_ERR_INITIALIZING_REPLICATIONID_NOT_FOUND=Error initializing. Could not find replication ID in the server %s for base DN %s. |
| | | SEVERE_ERR_REPLICATION_INITIALIZING_TRIES_COMPLETED=Error initializing. Could not find a peer to start the initialization after several tries. Details: %s |
| | | SEVERE_ERR_REPLICATION_CONFIGURING_REPLICATIONSERVER=Error configuring replication port on server %s. |
| | | SEVERE_ERR_REPLICATION_DISABLING_REPLICATIONSERVER=Error disabling replication port on server %s. |
| | | SEVERE_ERR_REPLICATION_CONFIGURING_BASEDN=Error updating replication configuration on base DN %s of server %s. |
| | | SEVERE_ERR_REPLICATION_UPDATING_ADS=Error updating Registration information. Details: %s |
| | | SEVERE_ERR_REPLICATION_READING_ADS=Error reading Registration information. Details: %s |
| | | SEVERE_ERR_REPLICATION_ADS_MERGE_NOT_SUPPORTED=The registry information found in servers %s and %s is different. This tool does not allow to handle this scenario. |
| | | SEVERE_ERR_REPLICATION_ERROR_READING_CONFIGURATION=Error reading replication configuration of server %s.%nDetails: %s |
| | | INFO_REPLICATION_REMOVING_REFERENCES_ON_REMOTE=Suprimiendo referencias en el ND de base %s del servidor %s |
| | | INFO_REPLICATION_DISABLING_BASEDN=Inhabilitando la r\u00e9plica en el ND de base %s del servidor %s |
| | | INFO_REPLICATION_DISABLING_REPLICATION_SERVER=Inhabilitando el puerto de r\u00e9plica %s del servidor %s |
| | |
| | | INFO_REPLICATION_CRITICAL_ERROR_DETAILS=Detalles: %s |
| | | INFO_PROGRESS_PRE_EXTERNAL_INITIALIZATION=Preparando el ND de base %s que se inicializar\u00e1 de forma externa |
| | | INFO_PROGRESS_POST_EXTERNAL_INITIALIZATION=Actualizando la informaci\u00f3n de r\u00e9plica en el ND de base %s |
| | | INFO_PROGRESS_PRE_INITIALIZATION_LOCAL_FINISHED_PROCEDURE=Ahora puede continuar con la inicializaci\u00f3n del contenido de los ND de base en el servidor %s. Para ello, puede utilizar "import-ldif" o la copia binaria.%n%nUna vez completada la inicializaci\u00f3n, debe utilizar el subcomando {%s} para que la r\u00e9plica funcione con los nuevos ND de base. |
| | | INFO_PROGRESS_PRE_INITIALIZATION_FINISHED_PROCEDURE=Ahora puede continuar con la inicializaci\u00f3n del contenido de los ND de base en todos los servidores replicados. Para ello, puede utilizar el comando "import-ldif" o el m\u00e9todo de copia binaria.%n%nUna vez completada la inicializaci\u00f3n, debe utilizar el subcomando {%s} para que la r\u00e9plica funcione con el contenido de los nuevos ND de base. |
| | | INFO_PROGRESS_PRE_INITIALIZATION_LOCAL_FINISHED_PROCEDURE=Ahora puede continuar con la inicializaci\u00f3n del contenido de los ND de base en el servidor %s. Para ello, puede utilizar "import-ldif" o la copia binaria.%n%nUna vez completada la inicializaci\u00f3n, debe utilizar el subcomando '%s' para que la r\u00e9plica funcione con los nuevos ND de base. |
| | | INFO_PROGRESS_PRE_INITIALIZATION_FINISHED_PROCEDURE=Ahora puede continuar con la inicializaci\u00f3n del contenido de los ND de base en todos los servidores replicados. Para ello, puede utilizar el comando "import-ldif" o el m\u00e9todo de copia binaria.%n%nUna vez completada la inicializaci\u00f3n, debe utilizar el subcomando '%s' para que la r\u00e9plica funcione con el contenido de los nuevos ND de base. |
| | | INFO_PROGRESS_POST_INITIALIZATION_FINISHED_PROCEDURE=El procedimiento posterior a la inicializaci\u00f3n se ha completado correctamente. |
| | | SEVERE_ERR_POOLING_PRE_EXTERNAL_INITIALIZATION=Error al leer el progreso de la operaci\u00f3n. |
| | | SEVERE_ERR_POOLING_POST_EXTERNAL_INITIALIZATION=Error al leer el progreso de la operaci\u00f3n. |
| | | SEVERE_ERR_POOLING_PRE_EXTERNAL_INITIALIZATION=Error reading the progress of the operation. |
| | | SEVERE_ERR_POOLING_POST_EXTERNAL_INITIALIZATION=Error reading the progress of the operation. |
| | | INFO_ERROR_DURING_PRE_EXTERNAL_INITIALIZATION_NO_LOG=Error inesperado durante la operaci\u00f3n. Estado de la tarea: %s. Consulte los registros de errores de %s para obtener m\u00e1s informaci\u00f3n. |
| | | INFO_ERROR_DURING_PRE_EXTERNAL_INITIALIZATION_LOG=Error inesperado durante la operaci\u00f3n. Detalles del \u00faltimo registro: %s. Estado de la tarea: %s. Consulte los registros de errores de %s para obtener m\u00e1s informaci\u00f3n. |
| | | INFO_ERROR_DURING_POST_EXTERNAL_INITIALIZATION_NO_LOG=Error inesperado durante la operaci\u00f3n. Estado de la tarea: %s. Consulte los registros de errores de %s para obtener m\u00e1s informaci\u00f3n. |
| | | INFO_ERROR_DURING_POST_EXTERNAL_INITIALIZATION_LOG=Error inesperado durante la operaci\u00f3n. Detalles del \u00faltimo registro: %s. Estado de la tarea: %s. Consulte los registros de errores de %s para obtener m\u00e1s informaci\u00f3n. |
| | | SEVERE_ERR_LAUNCHING_PRE_EXTERNAL_INITIALIZATION=Error al iniciar la operaci\u00f3n. |
| | | SEVERE_ERR_LAUNCHING_POST_EXTERNAL_INITIALIZATION=Error al iniciar la operaci\u00f3n. |
| | | SEVERE_ERR_LAUNCHING_PRE_EXTERNAL_INITIALIZATION=Error launching the operation. |
| | | SEVERE_ERR_LAUNCHING_POST_EXTERNAL_INITIALIZATION=Error launching the operation. |
| | | INFO_REPLICATION_SUBCOMMAND_PROMPT=\u00bfQu\u00e9 desea hacer? |
| | | INFO_REPLICATION_ENABLE_MENU_PROMPT=Habilitar repetici\u00f3n |
| | | INFO_REPLICATION_DISABLE_MENU_PROMPT=Deshabilitar la repetici\u00f3n |
| | | INFO_REPLICATION_INITIALIZE_MENU_PROMPT=Inicializar repetici\u00f3n en un servidor |
| | | INFO_REPLICATION_INITIALIZE_ALL_MENU_PROMPT=Inicializar todos los servidores |
| | | INFO_REPLICATION_PRE_EXTERNAL_INITIALIZATION_MENU_PROMPT=Inicializaci\u00f3n pre externa |
| | | INFO_REPLICATION_POST_EXTERNAL_INITIALIZATION_MENU_PROMPT=Inicializaci\u00f3n post externa |
| | | INFO_REPLICATION_STATUS_MENU_PROMPT=Mostrar estado de repetici\u00f3n |
| | | INFO_REPLICATION_POST_ENABLE_INFO=La repetici\u00f3n se ha habilitado correctamente. Tenga en cuenta que para que la repetici\u00f3n trabaje debe inicializar el contenido de los ND de base que est\u00e1n siendo repetidos (utilice %s %s para hacerlo). |
| | |
| | | INFO_AGE_OF_OLDEST_MISSING_CHANGE_COLUMN_CLI=\u00c2ge de la plus ancienne modification manquante |
| | | INFO_AUTHENTICATE_BUTTON_LABEL=Authentifier |
| | | INFO_AUTHENTICATE_STATUS_PANEL_BUTTON_TOOLTIP=Authentifier en tant qu'administrateur pour afficher toutes les informations de contr\u00f4le |
| | | INFO_BACKENDID_COLUMN=ID d'arri\u00e8re-plan |
| | | INFO_BACKENDID_COLUMN=Identifiant du backend |
| | | INFO_BASEDN_COLUMN=DN de base |
| | | INFO_CANCEL_BUTTON_UNINSTALL_TOOLTIP=Annuler la d\u00e9sinstallation |
| | | MILD_ERR_CANNOT_CONNECT_TO_LOGIN_WITH_CAUSE=Impossible de se connecter \u00e0 Directory Server avec les informations d'authentification fournies. Les causes possibles sont\u00a0:%n%s |
| | |
| | | SEVERE_ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED=Vous devez s\u00e9lectionner un \u00e9l\u00e9ment \u00e0 d\u00e9sinstaller. |
| | | INFO_CLI_UNINSTALL_SERVER_STOPPED=Le serveur a \u00e9t\u00e9 arr\u00eat\u00e9. |
| | | INFO_CLI_UNINSTALL_CONFIRM_UPDATE_REMOTE=Le serveur est configur\u00e9 pour la r\u00e9plication.%nSi le serveur est en train de r\u00e9pliquer des contenus sur d'autres serveurs, vous devez vous authentifier en tant qu'administrateur pour pouvoir supprimer les r\u00e9f\u00e9rences \u00e0 ce serveur dans les serveurs OpenDS r\u00e9pliqu\u00e9s.%n%nEntrez 'Oui' pour vous authentifier et supprimer les r\u00e9f\u00e9rences distantes.%nEntrez 'Non' pour poursuivre la d\u00e9sinstallation sans mettre \u00e0 jour les r\u00e9f\u00e9rences distantes.%nS'authentifier\u00a0? |
| | | INFO_CLI_UNINSTALL_CONFIRM_UPDATE_REMOTE_AND_START=Ce serveur est configur\u00e9 pour la r\u00e9plication.%nSi le serveur est en train de r\u00e9pliquer des contenus sur d'autres serveurs, il doit \u00eatre d\u00e9marr\u00e9 et vous devez vous authentifier en tant qu'administrateur pour supprimer les r\u00e9f\u00e9rences \u00e0 ce serveur sur les serveurs OpenDS r\u00e9pliqu\u00e9s.%n%nTapez 'Oui' pour d\u00e9marrer le serveur, puis authentifiez-vous pour pouvoir supprimer les r\u00e9f\u00e9rences distantes.%nEntrez 'Non' pour poursuivre la d\u00e9sinstallation sans mettre \u00e0 jour les r\u00e9f\u00e9rences distantes.%nD\u00e9marrer le serveur et vous authentifier\u00a0? |
| | | INFO_CLI_UNINSTALL_CONFIRM_UPDATE_REMOTE_AND_START=Le serveur est configur\u00e9 pour la r\u00e9plication.%nSi le serveur est en train de r\u00e9pliquer des contenus sur d'autres serveurs, il doit \u00eatre d\u00e9marr\u00e9 et vous devez vous authentifier en tant qu'administrateur pour supprimer les r\u00e9f\u00e9rences \u00e0 ce serveur sur les serveurs OpenDS r\u00e9pliqu\u00e9s.%n%nTapez 'Oui' pour d\u00e9marrer le serveur, puis authentifiez-vous pour pouvoir supprimer les r\u00e9f\u00e9rences distantes.%nEntrez 'Non' pour poursuivre la d\u00e9sinstallation sans mettre \u00e0 jour les r\u00e9f\u00e9rences distantes.%nD\u00e9marrer le serveur et vous authentifier\u00a0? |
| | | INFO_UNINSTALL_CLI_REFERENCED_HOSTNAME_PROMPT=Le nom de cet h\u00f4te (ou adresse IP) tel que r\u00e9f\u00e9renc\u00e9 sur les serveurs distants pour la r\u00e9plication |
| | | INFO_UNINSTALL_CONFIRM_PROVIDE_AUTHENTICATION_AGAIN=Souhaitez-vous vous r\u00e9authentifier\u00a0? (Si vous entrez Non, les r\u00e9f\u00e9rences \u00e0 ce serveur dans d'autres serveurs OpenDS ne seront pas supprim\u00e9es). |
| | | INFO_CLI_UNINSTALL_WHAT_TO_DELETE=Souhaitez-vous supprimer tous les composants OpenDS ou s\u00e9lectionner les composants \u00e0 supprimer\u00a0? |
| | |
| | | INFO_CONFIRM_STOP_TITLE=Confirmation requise |
| | | INFO_CONFIRM_UNINSTALL_PANEL_INSTRUCTIONS=L'outil de d\u00e9sinstallation d'OpenDS va supprimer de votre syst\u00e8me tous les composants du serveur OpenDS s\u00e9lectionn\u00e9s ci-dessous. Si tous les composants sont s\u00e9lectionn\u00e9s, le serveur sera int\u00e9gralement supprim\u00e9. |
| | | INFO_CONFIRM_UNINSTALL_PANEL_TITLE=Options de d\u00e9sinstallation |
| | | INFO_CONFIRM_UNINSTALL_REPLICATION_SERVER_NOT_RUNNING_MSG=Ce serveur est configur\u00e9 pour la r\u00e9plication.%nSi le serveur est en train de r\u00e9pliquer des contenus sur d'autres serveurs, il doit \u00eatre d\u00e9marr\u00e9 et vous devez vous authentifier en tant qu'administrateur pour supprimer les r\u00e9f\u00e9rences \u00e0 ce serveur sur les serveurs OpenDS r\u00e9pliqu\u00e9s.%n%nCliquez sur 'Oui' pour d\u00e9marrer le serveur et vous authentifier afin de supprimer les r\u00e9f\u00e9rences distantes.%nCliquez sur 'Non' pour poursuivre la d\u00e9sinstallation sans mettre \u00e0 jour les r\u00e9f\u00e9rences distantes. |
| | | INFO_CONFIRM_UNINSTALL_REPLICATION_SERVER_NOT_RUNNING_MSG=Le serveur est configur\u00e9 pour la r\u00e9plication.%nSi le serveur est en train de r\u00e9pliquer des contenus sur d'autres serveurs, il doit \u00eatre d\u00e9marr\u00e9 et vous devez vous authentifier en tant qu'administrateur pour supprimer les r\u00e9f\u00e9rences \u00e0 ce serveur sur les serveurs OpenDS r\u00e9pliqu\u00e9s.%n%nCliquez sur 'Oui' pour d\u00e9marrer le serveur et vous authentifier afin de supprimer les r\u00e9f\u00e9rences distantes.%nCliquez sur 'Non' pour poursuivre la d\u00e9sinstallation sans mettre \u00e0 jour les r\u00e9f\u00e9rences distantes. |
| | | INFO_CONFIRM_UNINSTALL_REPLICATION_SERVER_NOT_RUNNING_TITLE=Confirmation requise |
| | | INFO_CONFIRM_UNINSTALL_REPLICATION_SERVER_RUNNING_MSG=Ce serveur est configur\u00e9 pour la r\u00e9plication.%nSi le serveur est en train de r\u00e9pliquer des contenus sur d'autres serveurs, vous devez vous authentifier en tant qu'administrateur pour pouvoir supprimer les r\u00e9f\u00e9rences \u00e0 ce serveur dans les serveurs OpenDS r\u00e9pliqu\u00e9s.%n%nCliquez sur 'Oui' pour vous authentifier et supprimer les r\u00e9f\u00e9rences distantes.%nCliquez sur 'Non' pour poursuivre la d\u00e9sinstallation sans mettre \u00e0 jour les r\u00e9f\u00e9rences distantes. |
| | | INFO_CONFIRM_UNINSTALL_REPLICATION_SERVER_RUNNING_MSG=Le serveur est configur\u00e9 pour la r\u00e9plication.%nSi le serveur est en train de r\u00e9pliquer des contenus sur d'autres serveurs, vous devez vous authentifier en tant qu'administrateur pour pouvoir supprimer les r\u00e9f\u00e9rences \u00e0 ce serveur dans les serveurs OpenDS r\u00e9pliqu\u00e9s.%n%nCliquez sur 'Oui' pour vous authentifier et supprimer les r\u00e9f\u00e9rences distantes.%nCliquez sur 'Non' pour poursuivre la d\u00e9sinstallation sans mettre \u00e0 jour les r\u00e9f\u00e9rences distantes. |
| | | INFO_CONFIRM_UNINSTALL_REPLICATION_SERVER_RUNNING_TITLE=Confirmation requise |
| | | INFO_CONFIRM_UNINSTALL_SERVER_NOT_RUNNING_MSG=Confirmer la d\u00e9sinstallation%nTous les fichiers s\u00e9lectionn\u00e9s seront d\u00e9finitivement supprim\u00e9s, \u00eates-vous s\u00fbr de vouloir continuer\u00a0? |
| | | INFO_CONFIRM_UNINSTALL_SERVER_NOT_RUNNING_TITLE=Confirmer la d\u00e9sinstallation |
| | | INFO_CONFIRM_UNINSTALL_SERVER_RUNNING_MSG=Le serveur est en cours d'ex\u00e9cution%nLe serveur OpenDS est en cours d'ex\u00e9cution et doit \u00eatre arr\u00eat\u00e9 avant de poursuivre la d\u00e9sinstallation. Souhaitez-vous que l'outil de d\u00e9sinstallation arr\u00eate le serveur et poursuive la d\u00e9sinstallation\u00a0? Si vous cliquez sur Non, vous devrez arr\u00eater le serveur manuellement avant de poursuivre. |
| | | MILD_ERR_UNINSTALL_READING_REGISTERED_SERVERS_CONFIRM_UPDATE_REMOTE=Les erreurs suivantes se sont produites lors de la lecture de la configuration des serveurs existants\u00a0:\n%s\nSouhaitez-vous que l'outil de d\u00e9sinstallation tente de supprimer les r\u00e9f\u00e9rences \u00e0 ce serveur via le mode best-effort\u00a0? |
| | | MILD_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_FORCE=Ce serveur est configur\u00e9 pour r\u00e9pliquer certains DN de base. Une erreur s'est produite lors de l'extraction des r\u00e9f\u00e9rences dans les serveurs r\u00e9pliqu\u00e9s. Remarque\u00a0: pour pouvoir supprimer les r\u00e9f\u00e9rences distantes, vous devez fournir les informations d'authentification de l'administrateur global en utilisant les options {%s} et {%s} (ou {%s}).%nPoursuivre la d\u00e9sinstallation avec le mode d'erreur activ\u00e9. |
| | | SEVERE_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_NO_FORCE=Ce serveur est configur\u00e9 pour r\u00e9pliquer certains DN de base. Une erreur s'est produite lors de l'extraction des r\u00e9f\u00e9rences dans les serveurs r\u00e9pliqu\u00e9s. Remarque\u00a0: pour pouvoir supprimer les r\u00e9f\u00e9rences distantes, vous devez fournir les informations d'authentification de l'administrateur global en utilisant les options {%s} et {%s} (ou {%s}).%nAssurez-vous que les param\u00e8tres de connexion que vous avez fournis sont corrects.%nPour d\u00e9sinstaller le serveur m\u00eame s'il est impossible de supprimer les r\u00e9f\u00e9rences distantes, utilisez l'option {%s}. |
| | | MILD_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_FORCE=Ce serveur est configur\u00e9 pour r\u00e9pliquer certains DN de base. Une erreur s'est produite lors de l'extraction des r\u00e9f\u00e9rences dans les serveurs r\u00e9pliqu\u00e9s. Note that to be able to remove remote references you must provide Global Administrator credentials using the %s and %s (or %s) options.%nPoursuivre la d\u00e9sinstallation avec le mode d'erreur activ\u00e9. |
| | | SEVERE_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_NO_FORCE=Ce serveur est configur\u00e9 pour r\u00e9pliquer certains DN de base. Une erreur s'est produite lors de l'extraction des r\u00e9f\u00e9rences dans les serveurs r\u00e9pliqu\u00e9s. Note that to be able to remove remote references you must provide Global Administrator credentials using the %s and %s (or %s) options.%nAssurez-vous que les param\u00e8tres de connexion que vous avez fournis sont corrects.%nIf you want to uninstall the server even when remote references cannot be removed, you can use the %s option. |
| | | MILD_ERR_UNINSTALL_NOT_UPDATE_REMOTE_PROMPT=Ce serveur est configur\u00e9 pour r\u00e9pliquer certains DN de base. Une erreur s'est produite lors de l'extraction des r\u00e9f\u00e9rences dans les serveurs r\u00e9pliqu\u00e9s.\nVoulez-vous continuer\u00a0? |
| | | INFO_CONFIRM_UNINSTALL_SERVER_RUNNING_TITLE=Le serveur est en cours d'ex\u00e9cution |
| | | INFO_CONNECTIONS_LABEL=Ouvrir connexions\u00a0: |
| | | INFO_CONNECTIONS_LABEL=Connexions ouvertes: |
| | | MILD_ERR_COULD_NOT_FIND_VALID_LDAPURL=Une erreur s'est produite lors de la lecture du fichier de configuration.%nPeut-\u00eatre qu'aucun port LDAP n'est activ\u00e9 pour les param\u00e8tres de connexion sp\u00e9cifi\u00e9s ou que vous ne disposez pas des droits en \u00e9criture pour le fichier de configuration. |
| | | INFO_DATABASES_TITLE=Sources de donn\u00e9es |
| | | INFO_DELETE_OUTSIDE_DBS_LABEL=Supprimer ces fichiers de base de donn\u00e9es |
| | |
| | | INFO_FINISH_BUTTON_UNINSTALL_LABEL=D\u00e9sinstaller |
| | | INFO_FINISH_BUTTON_UNINSTALL_TOOLTIP=Terminer la d\u00e9sinstallation |
| | | INFO_FRAME_UNINSTALL_TITLE=D\u00e9sinstallation d'OpenDS |
| | | INFO_INSTALLATION_PATH_LABEL=Chemin d'installation\u00a0: |
| | | INFO_INSTALLATION_PATH_LABEL=R\u00e9pertoire d'installation : |
| | | INFO_JAVA_VERSION_LABEL=Version Java\u00a0: |
| | | INFO_JMX_PROTOCOL_LABEL=JMX |
| | | INFO_JMX_SECURE_PROTOCOL_LABEL=JMX (s\u00e9curis\u00e9) |
| | | INFO_LDAP_PROTOCOL_LABEL=LDAP |
| | | INFO_LDAPS_PROTOCOL_LABEL= LDAPS |
| | | INFO_LDIF_PROTOCOL_LABEL=LDIF |
| | | INFO_SNMP_PROTOCOL_LABEL=SNMP |
| | | INFO_LISTENERS_TITLE=Gestionnaires de connexion |
| | | INFO_LOGIN_CANCEL_BUTTON_TOOLTIP=Fermer la bo\u00eete de dialogue de connexion |
| | | INFO_LOGIN_DIALOG_MSG=Vous devez fournir un DN et un mot de passe d'utilisateur administratif pour pouvoir extraire les informations de contr\u00f4le. |
| | |
| | | INFO_STATE_COLUMN=\u00c9tat |
| | | INFO_STATUS_CLI_USAGE_DESCRIPTION=Cet utilitaire permet d'afficher les informations de base sur le serveur |
| | | SEVERE_ERR_STATUS_PANEL_LAUNCHER_GUI_LAUNCH_FAILED=Impossible de lancer le panneau d'\u00e9tat. Assurez-vous que vous avez acc\u00e8s \u00e0 l'affichage. |
| | | SEVERE_ERR_STATUS_PANEL_LAUNCHER_GUI_LAUNCH_FAILED_DETAILS=Impossible de lancer le panneau d'\u00e9tat. Assurez-vous que vous avez acc\u00e8s \u00e0 l'affichage. Pour plus d'informations, consultez le %s du fichier. |
| | | SEVERE_ERR_STATUS_PANEL_LAUNCHER_GUI_LAUNCH_FAILED_DETAILS=Impossible de lancer le panneau d'\u00e9tat. Assurez-vous que vous avez acc\u00e8s \u00e0 l'affichage. Pour plus d'informations, consultez le fichier journal %s. |
| | | INFO_STATUS_PANEL_LAUNCHER_USAGE_DESCRIPTION=Cet utilitaire permet d'afficher la fen\u00eatre de panneau d'\u00e9tat affichant des informations de base sur le serveur et permettant de d\u00e9marrer, d'arr\u00eater et de red\u00e9marrer le serveur. |
| | | INFO_STATUSPANEL_DIALOG_TITLE=Panneau d'\u00e9tat d'OpenDS |
| | | INFO_STOP_BUTTON_LABEL=Arr\u00eater |
| | | INFO_STOP_BUTTON_TOOLTIP=Arr\u00eate Directory Server |
| | | INFO_BASEDN_NOT_REPLICATED_LABEL=D\u00e9sactiv\u00e9 |
| | | INFO_BASEDN_REPLICATED_LABEL=Activ\u00e9 |
| | | INFO_SUMMARY_DELETING_EXTERNAL_DB_FILES=Suppression des fichiers de base de donn\u00e9es en dehors du chemin d'installation... |
| | | INFO_SUMMARY_DELETING_EXTERNAL_LOG_FILES=Suppression des fichiers journaux en dehors du chemin d'installation... |
| | | INFO_SUMMARY_DELETING_EXTERNAL_DB_FILES=Suppression des fichiers de base de donn\u00e9es en dehors du r\u00e9pertoire d'installation... |
| | | INFO_SUMMARY_DELETING_EXTERNAL_LOG_FILES=Suppression des fichiers journaux en dehors du r\u00e9pertoire d'installation... |
| | | INFO_SUMMARY_DELETING_EXTERNAL_REFERENCES=Suppression des r\u00e9f\u00e9rences externes... |
| | | INFO_SUMMARY_DELETING_INSTALLATION_FILES=Suppression des fichiers dans le chemin d'installation... |
| | | INFO_SUMMARY_DELETING_INSTALLATION_FILES=Suppression des fichiers dans le r\u00e9pertoire d'installation... |
| | | INFO_SUMMARY_DISABLING_WINDOWS_SERVICE=D\u00e9sactivation du service Windows... |
| | | INFO_SUMMARY_UNCONFIGURING_REPLICATION=Suppression des r\u00e9f\u00e9rences dans les serveurs OpenDS distants... |
| | | INFO_SUMMARY_UNINSTALL_FINISHED_SUCCESSFULLY=<b>Fin de la d\u00e9sinstallation d'OpenDS.</b> |
| | |
| | | INFO_SUMMARY_UNINSTALL_NOT_STARTED=D\u00e9but de la d\u00e9sinstallation... |
| | | INFO_UNDEFINED_PROTOCOL_LABEL=-Inconnu- |
| | | SEVERE_ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED=%n%n\u00c9chec du lancement de la d\u00e9sinstallation graphique.%n%nD\u00e9but de la d\u00e9sinstallation via la ligne de commande... |
| | | SEVERE_ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED_DETAILS=%n%n\u00c9chec du lancement de la d\u00e9sinstallation graphique. Reportez-vous au %s du fichier pour plus d'informations.%n%nD\u00e9but de la d\u00e9sinstallation via la ligne de commande... |
| | | SEVERE_ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED_DETAILS=%n%n\u00c9chec du lancement de la d\u00e9sinstallation graphique. Reportez-vous au fichier %s pour plus d'informations.%n%nD\u00e9but de la d\u00e9sinstallation via la ligne de commande... |
| | | INFO_UNINSTALL_LAUNCHER_LAUNCHING_CLI=D\u00e9but de la d\u00e9sinstallation via la ligne de commande... |
| | | INFO_UNINSTALL_LAUNCHER_LAUNCHING_GUI=D\u00e9but de la d\u00e9sinstallation graphique... |
| | | INFO_UNINSTALL_LAUNCHER_USAGE_DESCRIPTION=Cet utilitaire permet de d\u00e9sinstaller Directory Server. |
| | |
| | | INFO_UNINSTALL_LOGIN_PWD_TOOLTIP=Le mot de passe de l'administrateur global \u00e0 utiliser pour lire et mettre \u00e0 jour la configuration dans d'autres serveurs OpenDS. |
| | | INFO_UNINSTALL_LOGIN_UID_TOOLTIP=L'ID d'utilisateur administratif global \u00e0 utiliser pour lire et mettre \u00e0 jour la configuration sur d'autres serveurs OpenDS. |
| | | INFO_UNKNOWN_LABEL=-- |
| | | INFO_UNINSTALLDS_DESCRIPTION_FORCE=Indique si la d\u00e9sinstallation doit se poursuivre ou non lorsqu'une erreur se produit lors de la mise \u00e0 jour des r\u00e9f\u00e9rences sur ce serveur dans les instances distantes d'OpenDS. Cet argument peut uniquement \u00eatre utilis\u00e9 avec l'argument {%s}, pas d'invite. |
| | | INFO_UNINSTALLDS_DESCRIPTION_FORCE=Indique si la d\u00e9sinstallation doit se poursuivre ou non lorsqu'une erreur se produit lors de la mise \u00e0 jour des r\u00e9f\u00e9rences sur ce serveur dans les instances distantes d'OpenDS. Cet argument ne peut \u00eatre utilis\u00e9 qu'avec l'argument %s, qui n'est pas un argument d'invite. |
| | | INFO_DESCRIPTION_REFERENCED_HOST=Le nom de cet h\u00f4te (ou adresse IP) tel que r\u00e9f\u00e9renc\u00e9 sur les serveurs distants pour la r\u00e9plication |
| | | INFO_UNINSTALLDS_DESCRIPTION_CLI=Indique de proc\u00e9der \u00e0 l'installation via la ligne de commande. Si rien n'est sp\u00e9cifi\u00e9, l'interface graphique sera lanc\u00e9e. Le reste des options (\u00e0 l'exception de help et de version) ne sera pris en compte que si cette option est sp\u00e9cifi\u00e9e. |
| | | INFO_UNINSTALLDS_DESCRIPTION_QUIET=Effectuer la d\u00e9sinstallation en mode silencieux. Le mode silencieux va envoyer les informations de progression vers la sortie standard |
| | |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_SERVER_PORT1=Num\u00e9ro de port du serveur d'annuaire du premier serveur dont le contenu sera r\u00e9pliqu\u00e9 |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_BINDDN1=DN \u00e0 utiliser pour \u00e9tablir la liaison vers le premier serveur dont le contenu sera r\u00e9pliqu\u00e9. Si rien n'est sp\u00e9cifi\u00e9, l'administrateur global sera utilis\u00e9 pour la liaison |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_BINDPASSWORD1=Mot de passe \u00e0 utiliser pour \u00e9tablir la liaison vers le premier serveur dont le contenu sera r\u00e9pliqu\u00e9. Si aucun DN de liaison n'a \u00e9t\u00e9 sp\u00e9cifi\u00e9 pour le serveur, le mot de passe de l'administrateur global sera utilis\u00e9 pour la liaison |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_BINDPASSWORDFILE1=Fichier contenant le mot de passe \u00e0 utiliser pour \u00e9tablir la liaison vers le premier serveur dont le contenu doit \u00eatre r\u00e9pliqu\u00e9. Le mot de passe de l'administrateur global sera utilis\u00e9 pour la liaison si aucun mot de passe de liaison n'a \u00e9t\u00e9 sp\u00e9cifi\u00e9 pour le premier serveur |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_BINDPASSWORDFILE1=Fichier contenant le mot de passe \u00e0 utiliser pour \u00e9tablir la liaison vers le premier serveur dont le contenu doit \u00eatre r\u00e9pliqu\u00e9. Si aucun DN de liaison n'a \u00e9t\u00e9 sp\u00e9cifi\u00e9 pour le serveur, le mot de passe de l'administrateur global sera utilis\u00e9 pour la liaison |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_USE_SSL1=Utilisez le protocole SSL pour s\u00e9curiser la communication avec le premier serveur |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_STARTTLS1=Utilisez StartTLS pour s\u00e9curiser la communication avec le premier serveur |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_PORT1=Port utilis\u00e9 par le m\u00e9canisme de r\u00e9plication du premier serveur pour communiquer avec les autres serveurs. Ne sp\u00e9cifiez cette option que si le premier serveur n'\u00e9tait pas configur\u00e9 pour la r\u00e9plication. |
| | |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_BINDDN2=DN \u00e0 utiliser pour \u00e9tablir la liaison avec le second serveur dont le contenu sera r\u00e9pliqu\u00e9. Si rien n'est sp\u00e9cifi\u00e9, l'administrateur global sera utilis\u00e9 pour la liaison |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_SKIPPORT=Ignorer la v\u00e9rification visant \u00e0 d\u00e9terminer si les ports de r\u00e9plication sp\u00e9cifi\u00e9s sont utilisables |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_NO_SCHEMA_REPLICATION=Ne pas r\u00e9pliquer le sch\u00e9ma entre les serveurs |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_USE_SECOND_AS_SCHEMA_SOURCE=Utiliser le second serveur pour initialiser le sch\u00e9ma du premier serveur. Si cette option et l'option {%s} ne sont pas sp\u00e9cifi\u00e9es, le sch\u00e9ma du premier serveur sera utilis\u00e9 pour initialiser le sch\u00e9ma du second serveur |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_USE_SECOND_AS_SCHEMA_SOURCE=Utiliser le second serveur pour initialiser le sch\u00e9ma du premier serveur. Si cette option et l'option %s ne sont pas sp\u00e9cifi\u00e9es, le sch\u00e9ma du premier serveur sera utilis\u00e9 pour initialiser le sch\u00e9ma du second |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_BINDPASSWORD2=Mot de passe \u00e0 utiliser pour \u00e9tablir la liaison avec le second serveur dont le contenu sera r\u00e9pliqu\u00e9. Si aucun DN de liaison n'a \u00e9t\u00e9 sp\u00e9cifi\u00e9 pour le second serveur, le mot de passe de l'administrateur global sera utilis\u00e9 pour la liaison |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_BINDPASSWORDFILE2=Fichier contenant le mot de passe \u00e0 utiliser pour le second serveur dont le contenu sera r\u00e9pliqu\u00e9. Si aucun DN de liaison n'a \u00e9t\u00e9 sp\u00e9cifi\u00e9 pour le second serveur, le mot de passe de l'administrateur global sera utilis\u00e9 pour la liaison |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_USE_SSL2=Utiliser SSL pour s\u00e9curiser la communication avec le second serveur |
| | |
| | | INFO_DESCRIPTION_ENABLE_SECURE_REPLICATION2=Sp\u00e9cifie si la communication via le port de r\u00e9plication du second serveur est chiffr\u00e9e ou non. Cette option ne sera prise en compte qu'une fois la r\u00e9plication configur\u00e9e sur le second serveur. |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_STARTTLS2=Utiliser StartTLS pour s\u00e9curiser la communication avec le second serveur |
| | | INFO_DESCRIPTION_REPLICATION_BASEDNS=DN de base des donn\u00e9es \u00e0 r\u00e9pliquer, \u00e0 initialiser ou pour lesquelles la r\u00e9plication doit \u00eatre d\u00e9sactiv\u00e9e. Vous pouvez obtenir plusieurs DN de base en utilisant cette option plusieurs fois |
| | | INFO_DESCRIPTION_REPLICATION_ADMIN_UID=ID utilisateur de l'administrateur global \u00e0 utiliser pour \u00e9tablir la liaison avec le serveur. Pour la sous-commande {%s}, si aucun administrateur global n'a \u00e9t\u00e9 d\u00e9fini pour aucun des serveurs, il en sera cr\u00e9\u00e9 un \u00e0 l'aide des donn\u00e9es fournies. |
| | | INFO_DESCRIPTION_REPLICATION_ADMIN_UID=ID utilisateur de l'administrateur global \u00e0 utiliser pour \u00e9tablir la liaison avec le serveur. Pour la sous-commande '%s', si aucun administrateur global n'a \u00e9t\u00e9 d\u00e9fini pour aucun des serveurs, les donn\u00e9es fournies serviront \u00e0 en cr\u00e9er un. |
| | | INFO_DESCRIPTION_REPLICATION_ADMIN_BINDPASSWORD=Le mot de passe de l'administrateur global |
| | | INFO_DESCRIPTION_REPLICATION_ADMIN_BINDPASSWORDFILE=Le fichier contenant le mot de passe de l'administrateur global |
| | | INFO_DESCRIPTION_INITIALIZE_REPLICATION_HOST_SOURCE=Nom d'h\u00f4te du serveur d'annuaire ou adresse IP du serveur source dont le contenu sera utilis\u00e9 pour initialiser le serveur de destination |
| | |
| | | INFO_DESCRIPTION_INITIALIZE_REPLICATION_USE_SSL_DESTINATION=Utiliser SSL pour s\u00e9curiser la communication avec le serveur de destination |
| | | INFO_DESCRIPTION_INITIALIZE_REPLICATION_STARTTLS_DESTINATION=Utiliser StartTLS pour s\u00e9curiser la communication avec le serveur de destination |
| | | INFO_DESCRIPTION_EXTERNAL_INITIALIZATION_LOCAL=Utilisez cette option lorsque seul le contenu du serveur d'annuaire sp\u00e9cifi\u00e9 sera initialis\u00e9 via une m\u00e9thode externe (commande import-ldif ou copie binaire) |
| | | INFO_REPLICATION_TOOL_DESCRIPTION=Cet utilitaire peut \u00eatre utilis\u00e9 pour configurer la r\u00e9plication entre les serveurs de sorte que les donn\u00e9es des serveurs soient synchronis\u00e9es. Pour que la r\u00e9plication fonctionne, vous devez commencer par activer la r\u00e9plication via la sous-commande {%s}, puis initialiser le contenu de l'un des serveurs avec le contenu de l'autre \u00e0 l'aide de la sous-commande {%s}. |
| | | INFO_REPLICATION_TOOL_DESCRIPTION=Cet utilitaire peut \u00eatre utilis\u00e9 pour configurer la r\u00e9plication entre les serveurs de sorte que leurs donn\u00e9es soient synchronis\u00e9es. Pour que la r\u00e9plication fonctionne, vous devez commencer par activer la r\u00e9plication via la sous-commande '%s', puis initialiser le contenu de l'un des serveurs avec le contenu de l'autre \u00e0 l'aide de la sous-commande '%s'. |
| | | INFO_REPLICATION_DESCRIPTION_QUIET=Effectuer une op\u00e9ration silencieuse (aucune information de progression n'est \u00e9crite dans la sortie standard). |
| | | INFO_DESCRIPTION_DISABLE_REPLICATION_BINDDN=DN \u00e0 utiliser pour \u00e9tablir la liaison avec le serveur pour lequel la r\u00e9plication doit \u00eatre d\u00e9sactiv\u00e9e. Cette option doit \u00eatre utilis\u00e9e lorsqu'aucun administrateur global n'a \u00e9t\u00e9 d\u00e9fini sur le serveur ou si l'utilisateur ne souhaite pas supprimer les r\u00e9f\u00e9rences sur les autres serveurs r\u00e9pliqu\u00e9s. Si vous d\u00e9finissez cette option, le mot de passe de l'administrateur global sera utilis\u00e9. |
| | | INFO_DESCRIPTION_SUBCMD_INITIALIZE_REPLICATION=Initialiser le contenu des donn\u00e9es sous le DN de base sp\u00e9cifi\u00e9 sur le serveur de destination avec le contenu sur le serveur source. Cette op\u00e9ration doit \u00eatre effectu\u00e9e apr\u00e8s activation de la r\u00e9plication pour que la r\u00e9plication puisse fonctionner (vous pouvez \u00e9galement utiliser {%s}). |
| | | INFO_DESCRIPTION_SUBCMD_INITIALIZE_ALL_REPLICATION=Initialiser le contenu des donn\u00e9es sous le DN de base sp\u00e9cifi\u00e9 sur tous les serveurs dont le contenu est r\u00e9pliqu\u00e9 avec le contenu sur le serveur sp\u00e9cifi\u00e9. Cette op\u00e9ration doit \u00eatre effectu\u00e9e apr\u00e8s activation de la r\u00e9plication pour que la r\u00e9plication puisse fonctionner (vous pouvez \u00e9galement utiliser {%s} appliqu\u00e9 \u00e0 chaque serveur). |
| | | INFO_DESCRIPTION_SUBCMD_PRE_EXTERNAL_INITIALIZATION=Cette sous-commande doit \u00eatre appel\u00e9e avant d'initialiser le contenu de tous les serveurs r\u00e9pliqu\u00e9s \u00e0 l'aide de l'outil import-ldif ou de la m\u00e9thode de copie binaire. Vous devez sp\u00e9cifier la liste de DN de base qui seront initialis\u00e9s et fournir les informations d'authentification de tous les serveurs r\u00e9pliqu\u00e9s. Apr\u00e8s avoir appel\u00e9 cette sous-commande, initialisez le contenu de tous les serveurs de la topologie, puis appelez la sous-commande {%s}. |
| | | INFO_DESCRIPTION_SUBCMD_POST_EXTERNAL_INITIALIZATION=Cette sous-commande doit \u00eatre appel\u00e9e apr\u00e8s avoir initialis\u00e9 le contenu de tous les serveurs r\u00e9pliqu\u00e9s \u00e0 l'aide de l'outil import-ldif ou de la m\u00e9thode de copie binaire. Vous devez sp\u00e9cifier la liste de DN de base ayant \u00e9t\u00e9 initialis\u00e9s et fournir les informations d'authentification de tous les serveurs r\u00e9pliqu\u00e9s. Pour plus d'informations, reportez-vous aux instructions d'utilisation de la sous-commande {%s}. |
| | | INFO_DESCRIPTION_SUBCMD_INITIALIZE_REPLICATION=Initialiser le contenu des donn\u00e9es sous le DN de base sp\u00e9cifi\u00e9 sur le serveur de destination avec le contenu sur le serveur source. Cette op\u00e9ration doit \u00eatre effectu\u00e9e apr\u00e8s activation de la r\u00e9plication pour que celle-ci puisse fonctionner (vous pouvez \u00e9galement utiliser '%s'). |
| | | INFO_DESCRIPTION_SUBCMD_INITIALIZE_ALL_REPLICATION=Initialiser le contenu des donn\u00e9es sous le DN de base sp\u00e9cifi\u00e9 sur tous les serveurs dont le contenu est r\u00e9pliqu\u00e9 avec le contenu sur le serveur sp\u00e9cifi\u00e9. Cette op\u00e9ration doit \u00eatre effectu\u00e9e apr\u00e8s activation de la r\u00e9plication pour que celle-ci puisse fonctionner (vous pouvez \u00e9galement utiliser '%s' appliqu\u00e9 \u00e0 chaque serveur). |
| | | INFO_DESCRIPTION_SUBCMD_PRE_EXTERNAL_INITIALIZATION=Cette sous-commande doit \u00eatre appel\u00e9e avant d'initialiser le contenu de tous les serveurs r\u00e9pliqu\u00e9s \u00e0 l'aide de l'outil import-ldif ou de la m\u00e9thode de copie binaire. Vous devez sp\u00e9cifier la liste de DN de base qui seront initialis\u00e9s et fournir les informations d'authentification de tous les serveurs r\u00e9pliqu\u00e9s. Apr\u00e8s avoir appel\u00e9 cette sous-commande, initialisez le contenu de tous les serveurs de la topologie, puis appelez la sous-commande '%s'. |
| | | INFO_DESCRIPTION_SUBCMD_POST_EXTERNAL_INITIALIZATION=Cette sous-commande doit \u00eatre appel\u00e9e apr\u00e8s avoir initialis\u00e9 le contenu de tous les serveurs r\u00e9pliqu\u00e9s \u00e0 l'aide de l'outil import-ldif ou de la m\u00e9thode de copie binaire. Vous devez sp\u00e9cifier la liste de DN de base ayant \u00e9t\u00e9 initialis\u00e9s et fournir les informations d'authentification de tous les serveurs r\u00e9pliqu\u00e9s. Pour plus d'informations, reportez-vous aux instructions d'utilisation de la sous-commande '%s'. |
| | | INFO_DESCRIPTION_SUBCMD_ENABLE_REPLICATION=Met \u00e0 jour la configuration des serveurs pour r\u00e9pliquer les donn\u00e9es sous le DN de base sp\u00e9cifi\u00e9. Si un des serveurs sp\u00e9cifi\u00e9s effectue d\u00e9j\u00e0 la r\u00e9plication des donn\u00e9es sous le DN de base avec d'autres serveurs, la configuration de tous les serveurs sera mise \u00e0 jour lorsque vous ex\u00e9cutez cette sous-commande (il suffit d'ex\u00e9cuter la ligne de commande une fois pour chaque serveur ajout\u00e9 \u00e0 la topologie de r\u00e9plication). |
| | | INFO_DESCRIPTION_SUBCMD_DISABLE_REPLICATION=D\u00e9sactive la r\u00e9plication sur le serveur sp\u00e9cifi\u00e9 pour le DN de base fourni et supprime les r\u00e9f\u00e9rences dans les autres serveurs avec lesquels il r\u00e9plique des donn\u00e9es. |
| | | INFO_DESCRIPTION_SUBCMD_STATUS_REPLICATION=Affiche une liste indiquant la configuration de r\u00e9plication standard des DN de base des serveurs d\u00e9finis dans les informations d'enregistrement. Si aucun DN de base n'est sp\u00e9cifi\u00e9 comme param\u00e8tre, les informations relatives \u00e0 tous les DN de base s'affichent. |
| | | SEVERE_ERR_REPLICATION_NO_BASE_DN_PROVIDED=Vous devez fournir au moins un DN de base en mode non interactif. |
| | | SEVERE_ERR_REPLICATION_NO_ADMINISTRATOR_PASSWORD_PROVIDED=Vous devez fournir le mot de passe de l'administrateur global en mode non interactif. Utilisez l'option {%s} ou l'option {%s} pour l'indiquer. |
| | | SEVERE_ERR_REPLICATION_NO_ADMINISTRATOR_PASSWORD_PROVIDED=Vous devez fournir le mot de passe de l'administrateur global en mode non interactif. You can provide it using the %s or the %s options. |
| | | SEVERE_ERR_REPLICATION_NOT_A_VALID_BASEDN=La valeur %s fournie n'est pas un DN de base valide. |
| | | SEVERE_ERR_REPLICATION_ENABLE_SAME_SERVER_PORT=Vous devez indiquer deux serveurs diff\u00e9rents pour activer la r\u00e9plication. Vous avez indiqu\u00e9 deux fois le serveur %s:%s |
| | | SEVERE_ERR_REPLICATION_INITIALIZE_SAME_SERVER_PORT=Le serveur source et le serveur de destination de l'initialisation doivent \u00eatre diff\u00e9rents. Vous avez indiqu\u00e9 deux fois le serveur %s:%s |
| | | SEVERE_ERR_REPLICATION_PORT_AND_REPLICATION_PORT_EQUAL=Le port LDAP du serveur et le port de r\u00e9plication ont la m\u00eame valeur dans l'h\u00f4te %s. Vous avez indiqu\u00e9 %s pour les deux. |
| | | SEVERE_ERR_REPLICATION_SAME_REPLICATION_PORT=Vous avez indiqu\u00e9 le m\u00eame port de r\u00e9plication (%s) pour deux serveurs situ\u00e9s sur le m\u00eame ordinateur (%s). |
| | | SEVERE_ERR_REPLICATION_VALID_SUBCOMMAND_NOT_FOUND=Aucune sous-commande valide trouv\u00e9e. |
| | | SEVERE_ERR_REPLICATION_STATUS_QUIET=La sous-commande {%s} n'est pas compatible avec l'argument {%s}. |
| | | SEVERE_ERR_REPLICATION_VALID_SUBCOMMAND_NOT_FOUND=Aucune sous-commande valide trouv\u00e9e. You must specify a subcommand when using the option %s. |
| | | SEVERE_ERR_REPLICATION_STATUS_QUIET=The '%s' subcommand is not compatible with the %s argument. |
| | | INFO_REPLICATION_SUCCESSFUL=L'op\u00e9ration est termin\u00e9e |
| | | INFO_REPLICATION_SUCCESSFUL_NOP=L'op\u00e9ration est termin\u00e9e, mais aucune action n'est requise |
| | | INFO_REPLICATION_SUCCESSFUL_NOP=L'op\u00e9ration est termin\u00e9e, mais aucune action n'a \u00e9t\u00e9 requise |
| | | MILD_ERR_REPLICATION_USER_CANCELLED=L'op\u00e9ration a \u00e9t\u00e9 annul\u00e9e par l'utilisateur |
| | | SEVERE_ERR_REPLICATION_NO_MESSAGE= |
| | | SEVERE_ERR_UNINSTALL_FORCE_REQUIRES_NO_PROMPT=Seul l'argument {%s} peut \u00eatre utilis\u00e9 lorsque {%s} est sp\u00e9cifi\u00e9. |
| | | INFO_REPLICATION_ENABLE_ADMINISTRATOR_MUST_BE_CREATED=Vous devez fournir les informations d'authentification de l'administrateur global qui seront utilis\u00e9es pour g\u00e9rer les instances OpenDS qui sont r\u00e9pliqu\u00e9es. |
| | | SEVERE_ERR_UNINSTALL_FORCE_REQUIRES_NO_PROMPT=The %s argument only can be used when %s has been specified |
| | | INFO_REPLICATION_ENABLE_ADMINISTRATOR_MUST_BE_CREATED=Un administrateur global doit \u00eatre cr\u00e9\u00e9.%nVous devez fournir les informations d'authentification de l'administrateur global qui seront cr\u00e9\u00e9es pour g\u00e9rer les instances OpenDS r\u00e9pliqu\u00e9es. |
| | | INFO_ADMINISTRATOR_UID_PROMPT=ID utilisateur de l'administrateur global |
| | | INFO_ADMINISTRATOR_PWD_PROMPT=Mot de passe de l'administrateur global\u00a0: |
| | | INFO_ADMINISTRATOR_PWD_CONFIRM_PROMPT=Confirmation du mot de passe\u00a0: |
| | |
| | | INFO_REPLICATION_ENABLE_PORT2_PROMPT=Port LDAP du second serveur |
| | | INFO_REPLICATION_ENABLE_PROTOCOL2=Comment souhaitez-vous vous connecter au second serveur\u00a0? |
| | | INFO_REPLICATION_ENABLE_REPLICATIONPORT2_PROMPT=Port de r\u00e9plication pour le second serveur (le port doit \u00eatre libre) |
| | | INFO_REPLICATION_ENABLE_SECURE2_PROMPT=Souhaitez-vous que la r\u00e9plication utilise la communication chiffr\u00e9e pour la connexion au %s du port de r\u00e9plication sur le premier serveur\u00a0? |
| | | INFO_REPLICATION_ENABLE_SECURE2_PROMPT=Souhaitez-vous que la r\u00e9plication utilise la communication chiffr\u00e9e pour la connexion au port de r\u00e9plication %s sur le deuxi\u00e8me serveur\u00a0? |
| | | INFO_REPLICATION_ENABLE_BINDDN2_PROMPT=DN de liaison pour le second serveur |
| | | INFO_REPLICATION_ENABLE_PASSWORD2_PROMPT=Mot de passe pour % sur le second serveur\u00a0: |
| | | INFO_REPLICATION_INITIALIZE_SOURCE_CONNECTION_PARAMETERS=>>>> Sp\u00e9cifiez les param\u00e8tres de connexion LDAP OpenDS pour le serveur source |
| | |
| | | INFO_REPLICATION_CRITICAL_ERROR_DETAILS=D\u00e9tails\u00a0: %s |
| | | INFO_PROGRESS_PRE_EXTERNAL_INITIALIZATION=Pr\u00e9paration du DN de base %s pour l'initialisation externe |
| | | INFO_PROGRESS_POST_EXTERNAL_INITIALIZATION=Mise \u00e0 jour des informations de r\u00e9plication sur le DN de base %s |
| | | INFO_PROGRESS_PRE_INITIALIZATION_LOCAL_FINISHED_PROCEDURE=Vous pouvez d\u00e9sormais proc\u00e9der \u00e0 l'initialisation du contenu des DN de base sur le serveur %s. Pour ce faire, vous pouvez utiliser la commande import-ldif ou bien la copie binaire.%n%nUne fois l'initialisation termin\u00e9e, utilisez la sous-commande {%s} pour que la r\u00e9plication fonctionne avec les nouveaux DN de base. |
| | | INFO_PROGRESS_PRE_INITIALIZATION_FINISHED_PROCEDURE=Vous pouvez d\u00e9sormais proc\u00e9der \u00e0 l'initialisation du contenu des DN de base sur tous les serveurs r\u00e9pliqu\u00e9s. Pour ce faire, vous pouvez utiliser la commander import-ldif ou bien la copie binaire.%n%nUne fois l'initialisation termin\u00e9e, utilisez la sous-commande {%s} pour que la r\u00e9plication fonctionne avec le contenu des nouveaux DN de base. |
| | | INFO_PROGRESS_PRE_INITIALIZATION_LOCAL_FINISHED_PROCEDURE=Vous pouvez d\u00e9sormais proc\u00e9der \u00e0 l'initialisation du contenu des DN de base sur le serveur %s. Pour ce faire, vous pouvez utiliser la commande import-ldif ou bien la copie binaire.%n%nUne fois l'initialisation termin\u00e9e, utilisez la sous-commande '%s' pour que la r\u00e9plication fonctionne avec les nouveaux DN de base. |
| | | INFO_PROGRESS_PRE_INITIALIZATION_FINISHED_PROCEDURE=Vous pouvez d\u00e9sormais proc\u00e9der \u00e0 l'initialisation du contenu des DN de base sur tous les serveurs r\u00e9pliqu\u00e9s. Pour ce faire, vous pouvez utiliser la commander import-ldif ou bien la copie binaire.%n%nUne fois l'initialisation termin\u00e9e, utilisez la sous-commande ''%s' pour que la r\u00e9plication fonctionne avec le contenu des nouveaux DN de base. |
| | | INFO_PROGRESS_POST_INITIALIZATION_FINISHED_PROCEDURE=Proc\u00e9dure post-initialisation termin\u00e9e. |
| | | SEVERE_ERR_POOLING_PRE_EXTERNAL_INITIALIZATION=Une erreur s'est produite lors de la lecture de la progression de l'op\u00e9ration. |
| | | SEVERE_ERR_POOLING_POST_EXTERNAL_INITIALIZATION=Une erreur s'est produite lors de la lecture de la progression de l'op\u00e9ration. |
| | |
| | | INFO_ERROR_DURING_POST_EXTERNAL_INITIALIZATION_LOG=Une erreur inattendue s'est produite au cours de l'op\u00e9ration. Derniers d\u00e9tails du fichier journal\u00a0: %s. Statut de la t\u00e2che\u00a0 %s. Consultez les journaux d'erreurs de %s pour plus d'informations. |
| | | SEVERE_ERR_LAUNCHING_PRE_EXTERNAL_INITIALIZATION=Une erreur s'est produite lors du lancement de l'op\u00e9ration. |
| | | SEVERE_ERR_LAUNCHING_POST_EXTERNAL_INITIALIZATION=Une erreur s'est produite lors du lancement de l'op\u00e9ration. |
| | | INFO_REPLICATION_SUBCOMMAND_PROMPT=Que souhaitez-vous faire\u00a0? |
| | | INFO_REPLICATION_ENABLE_MENU_PROMPT=Activer la r\u00e9plication |
| | | INFO_REPLICATION_DISABLE_MENU_PROMPT=D\u00e9sactiver la r\u00e9plication |
| | | INFO_REPLICATION_INITIALIZE_MENU_PROMPT=Initialiser la r\u00e9plication sur un serveur |
| | | INFO_REPLICATION_INITIALIZE_ALL_MENU_PROMPT=Initialiser tous les serveurs |
| | | INFO_REPLICATION_PRE_EXTERNAL_INITIALIZATION_MENU_PROMPT=Initialisation pr\u00e9-externe |
| | | INFO_REPLICATION_POST_EXTERNAL_INITIALIZATION_MENU_PROMPT=Initialisation post-externe |
| | | INFO_REPLICATION_STATUS_MENU_PROMPT=Statut de la r\u00e9plication de l'affichage |
| | | INFO_REPLICATION_POST_ENABLE_INFO=La r\u00e9plication a bien \u00e9t\u00e9 activ\u00e9e. Remarque: pour que la r\u00e9plication puisse fonctionner, vous devez initialiser le contenu des DN de base que vous r\u00e9pliquez (utilisez %s %s). |
| | |
| | | SEVERE_ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED=\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u5bfe\u8c61\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | INFO_CLI_UNINSTALL_SERVER_STOPPED=\u30b5\u30fc\u30d0\u30fc\u306f\u505c\u6b62\u3057\u3066\u3044\u307e\u3059\u3002 |
| | | INFO_CLI_UNINSTALL_CONFIRM_UPDATE_REMOTE=\u3053\u306e\u30b5\u30fc\u30d0\u30fc\u3092\u69cb\u6210\u3057\u3066\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u5b9f\u884c\u3057\u307e\u3059\u3002%n\u30b5\u30fc\u30d0\u30fc\u304c\u5b9f\u969b\u306b\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u307b\u304b\u306e\u30b5\u30fc\u30d0\u30fc\u306b\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u3059\u308b\u5834\u5408\u306f\u3001\u7ba1\u7406\u8005\u8a8d\u8a3c\u3092\u6307\u5b9a\u3057\u3066\u3001\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u4e2d\u306e OpenDS \u30b5\u30fc\u30d0\u30fc\u5185\u306b\u5b58\u5728\u3059\u308b\u3053\u306e\u30b5\u30fc\u30d0\u30fc\u3078\u306e\u53c2\u7167\u3092\u524a\u9664\u3057\u3066\u304f\u3060\u3055\u3044\u3002%n%n\u30ea\u30e2\u30fc\u30c8\u53c2\u7167\u3092\u524a\u9664\u3059\u308b\u305f\u3081\u306e\u8a8d\u8a3c\u3092\u6307\u5b9a\u3059\u308b\u306b\u306f\u3001'Yes' \u3068\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002%n\u30ea\u30e2\u30fc\u30c8\u53c2\u7167\u3092\u66f4\u65b0\u305b\u305a\u306b\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u7d9a\u884c\u3059\u308b\u306b\u306f\u3001'No' \u3068\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002%n\u8a8d\u8a3c\u3092\u6307\u5b9a\u3057\u307e\u3059\u304b ? |
| | | INFO_CLI_UNINSTALL_CONFIRM_UPDATE_REMOTE_AND_START=\u3053\u306e\u30b5\u30fc\u30d0\u30fc\u3092\u69cb\u6210\u3057\u3066\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u5b9f\u884c\u3057\u307e\u3059\u3002%n\u30b5\u30fc\u30d0\u30fc\u304c\u5b9f\u969b\u306b\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u307b\u304b\u306e\u30b5\u30fc\u30d0\u30fc\u306b\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u3059\u308b\u5834\u5408\u306f\u3001\u3053\u306e\u30b5\u30fc\u30d0\u30fc\u3092\u8d77\u52d5\u3057\u3066\u7ba1\u7406\u8005\u8a8d\u8a3c\u3092\u6307\u5b9a\u3057\u3001\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u4e2d\u306e OpenDS \u30b5\u30fc\u30d0\u30fc\u5185\u306b\u5b58\u5728\u3059\u308b\u3053\u306e\u30b5\u30fc\u30d0\u30fc\u3078\u306e\u53c2\u7167\u3092\u524a\u9664\u3057\u3066\u304f\u3060\u3055\u3044\u3002%n%n\u30b5\u30fc\u30d0\u30fc\u3092\u8d77\u52d5\u3057\u3066\u304b\u3089\u3001\u8a8d\u8a3c\u3092\u6307\u5b9a\u3057\u3066\u30ea\u30e2\u30fc\u30c8\u53c2\u7167\u3092\u524a\u9664\u3059\u308b\u306b\u306f\u3001'Yes' \u3068\u5165\u529b\u3057\u307e\u3059\u3002%n\u30ea\u30e2\u30fc\u30c8\u53c2\u7167\u3092\u66f4\u65b0\u305b\u305a\u306b\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u7d9a\u884c\u3059\u308b\u306b\u306f\u3001'No' \u3068\u5165\u529b\u3057\u307e\u3059\u3002%n\u30b5\u30fc\u30d0\u30fc\u3092\u8d77\u52d5\u3057\u3066\u3001\u8a8d\u8a3c\u3092\u6307\u5b9a\u3057\u307e\u3059\u304b ? |
| | | INFO_CLI_UNINSTALL_CONFIRM_UPDATE_REMOTE_AND_START=\u3053\u306e\u30b5\u30fc\u30d0\u30fc\u3092\u69cb\u6210\u3057\u3066\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u5b9f\u884c\u3057\u307e\u3059\u3002%n\u30b5\u30fc\u30d0\u30fc\u304c\u5b9f\u969b\u306b\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u307b\u304b\u306e\u30b5\u30fc\u30d0\u30fc\u306b\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u3059\u308b\u5834\u5408\u306f\u3001\u3053\u306e\u30b5\u30fc\u30d0\u30fc\u3092\u8d77\u52d5\u3057\u3066\u7ba1\u7406\u8005\u8a8d\u8a3c\u3092\u6307\u5b9a\u3057\u3001\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u4e2d\u306e OpenDS \u30b5\u30fc\u30d0\u30fc\u5185\u306b\u5b58\u5728\u3059\u308b\u3053\u306e\u30b5\u30fc\u30d0\u30fc\u3078\u306e\u53c2\u7167\u3092\u524a\u9664\u3057\u3066\u304f\u3060\u3055\u3044\u3002%n%n\u30b5\u30fc\u30d0\u30fc\u3092\u8d77\u52d5\u3057\u3066\u304b\u3089\u3001\u8a8d\u8a3c\u3092\u6307\u5b9a\u3057\u3066\u30ea\u30e2\u30fc\u30c8\u53c2\u7167\u3092\u524a\u9664\u3059\u308b\u306b\u306f\u3001'Yes' \u3068\u5165\u529b\u3057\u307e\u3059\u3002%n\u30ea\u30e2\u30fc\u30c8\u53c2\u7167\u3092\u66f4\u65b0\u305b\u305a\u306b\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u7d9a\u884c\u3059\u308b\u306b\u306f\u3001'No' \u3068\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002%n\u30b5\u30fc\u30d0\u30fc\u3092\u8d77\u52d5\u3057\u3066\u3001\u8a8d\u8a3c\u3092\u6307\u5b9a\u3057\u307e\u3059\u304b ? |
| | | INFO_UNINSTALL_CLI_REFERENCED_HOSTNAME_PROMPT=\u30ea\u30e2\u30fc\u30c8\u30b5\u30fc\u30d0\u30fc\u5185\u3067\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u7528\u306b\u53c2\u7167\u3055\u308c\u3066\u3044\u308b\u3001\u3053\u306e\u30db\u30b9\u30c8\u306e\u540d\u524d (\u307e\u305f\u306f IP \u30a2\u30c9\u30ec\u30b9) |
| | | INFO_UNINSTALL_CONFIRM_PROVIDE_AUTHENTICATION_AGAIN=\u8a8d\u8a3c\u3092\u518d\u5ea6\u6307\u5b9a\u3057\u307e\u3059\u304b ? (\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408\u3001\u307b\u304b\u306e OpenDS \u30b5\u30fc\u30d0\u30fc\u5185\u306b\u5b58\u5728\u3059\u308b\u3053\u306e\u30b5\u30fc\u30d0\u30fc\u3078\u306e\u53c2\u7167\u306f\u524a\u9664\u3055\u308c\u306a\u3044)\u3002 |
| | | INFO_CLI_UNINSTALL_WHAT_TO_DELETE=OpenDS \u306e\u3059\u3079\u3066\u306e\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u3092\u524a\u9664\u3057\u307e\u3059\u304b\u3001\u305d\u308c\u3068\u3082\u524a\u9664\u3059\u308b\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u3092\u9078\u629e\u3057\u307e\u3059\u304b ? |
| | |
| | | INFO_CLOSE_BUTTON_UNINSTALL_TOOLTIP=\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30a6\u30a3\u30f3\u30c9\u30a6\u3092\u9589\u3058\u308b |
| | | INFO_CONFIRM_CLOSE_UNINSTALL_MSG=OpenDS \u306e\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u304c\u5b8c\u4e86\u3057\u3066\u3044\u307e\u305b\u3093\u3002%n\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30a6\u30a3\u30f3\u30c9\u30a6\u3092\u9589\u3058\u3066\u3088\u308d\u3057\u3044\u3067\u3059\u304b ? |
| | | INFO_CONFIRM_CLOSE_UNINSTALL_TITLE=\u78ba\u8a8d\u304c\u5fc5\u8981 |
| | | INFO_CONFIRM_RESTART_MESSAGE=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc % \u3092\u518d\u8d77\u52d5\u3057\u3066\u3088\u308d\u3057\u3044\u3067\u3059\u304b ? |
| | | INFO_CONFIRM_RESTART_MESSAGE=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u3092\u518d\u8d77\u52d5\u3057\u3066\u3088\u308d\u3057\u3044\u3067\u3059\u304b ? |
| | | INFO_CONFIRM_RESTART_TITLE=\u78ba\u8a8d\u304c\u5fc5\u8981 |
| | | INFO_CONFIRM_STOP_MESSAGE=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc % \u3092\u505c\u6b62\u3057\u3066\u3088\u308d\u3057\u3044\u3067\u3059\u304b ? |
| | | INFO_CONFIRM_STOP_MESSAGE=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u3092\u505c\u6b62\u3057\u3066\u3088\u308d\u3057\u3044\u3067\u3059\u304b ? |
| | | INFO_CONFIRM_STOP_TITLE=\u78ba\u8a8d\u304c\u5fc5\u8981 |
| | | INFO_CONFIRM_UNINSTALL_PANEL_INSTRUCTIONS=OpenDS \u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c4\u30fc\u30eb\u306b\u3088\u308a\u3001\u4e0b\u3067\u9078\u629e\u3057\u305f OpenDS \u30b5\u30fc\u30d0\u30fc\u306e\u90e8\u5206\u3059\u3079\u3066\u304c\u30b7\u30b9\u30c6\u30e0\u304b\u3089\u524a\u9664\u3055\u308c\u307e\u3059\u3002\u3059\u3079\u3066\u304c\u9078\u629e\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u3001\u30b5\u30fc\u30d0\u30fc\u5168\u4f53\u304c\u524a\u9664\u3055\u308c\u307e\u3059\u3002 |
| | | INFO_CONFIRM_UNINSTALL_PANEL_TITLE=\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30aa\u30d7\u30b7\u30e7\u30f3 |
| | | INFO_CONFIRM_UNINSTALL_REPLICATION_SERVER_NOT_RUNNING_MSG=\u3053\u306e\u30b5\u30fc\u30d0\u30fc\u3092\u69cb\u6210\u3057\u3066\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u5b9f\u884c\u3057\u307e\u3059\u3002%n\u30b5\u30fc\u30d0\u30fc\u304c\u5b9f\u969b\u306b\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u307b\u304b\u306e\u30b5\u30fc\u30d0\u30fc\u306b\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u3057\u3066\u3044\u308b\u5834\u5408\u306f\u3001\u3053\u308c\u3092\u8d77\u52d5\u3057\u3066\u7ba1\u7406\u8005\u8a8d\u8a3c\u3092\u6307\u5b9a\u3057\u3001\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u4e2d\u306e OpenDS \u30b5\u30fc\u30d0\u30fc\u5185\u306b\u5b58\u5728\u3059\u308b\u3053\u306e\u30b5\u30fc\u30d0\u30fc\u3078\u306e\u53c2\u7167\u3092\u524a\u9664\u3057\u3066\u304f\u3060\u3055\u3044\u3002%n%n\u30b5\u30fc\u30d0\u30fc\u3092\u8d77\u52d5\u3057\u3066\u304b\u3089\u8a8d\u8a3c\u3092\u6307\u5b9a\u3057\u3001\u30ea\u30e2\u30fc\u30c8\u53c2\u7167\u3092\u524a\u9664\u3059\u308b\u306b\u306f\u3001\u300c\u306f\u3044\u300d\u3092\u30af\u30ea\u30c3\u30af\u3057\u307e\u3059\u3002%n\u30ea\u30e2\u30fc\u30c8\u53c2\u7167\u3092\u66f4\u65b0\u305b\u305a\u306b\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u7d9a\u884c\u3059\u308b\u306b\u306f\u3001\u300c\u3044\u3044\u3048\u300d\u3092\u30af\u30ea\u30c3\u30af\u3057\u307e\u3059\u3002 |
| | | INFO_CONFIRM_UNINSTALL_REPLICATION_SERVER_NOT_RUNNING_TITLE=\u78ba\u8a8d\u304c\u5fc5\u8981 |
| | | INFO_CONFIRM_UNINSTALL_REPLICATION_SERVER_RUNNING_MSG=\u3053\u306e\u30b5\u30fc\u30d0\u30fc\u3092\u69cb\u6210\u3057\u3066\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u5b9f\u884c\u3057\u307e\u3059\u3002%n\u30b5\u30fc\u30d0\u30fc\u304c\u5b9f\u969b\u306b\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u307b\u304b\u306e\u30b5\u30fc\u30d0\u30fc\u306b\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u3057\u3066\u3044\u308b\u5834\u5408\u3001\u7ba1\u7406\u8005\u8a8d\u8a3c\u3092\u6307\u5b9a\u3057\u3066\u3001\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u4e2d\u306e OpenDS \u30b5\u30fc\u30d0\u30fc\u5185\u306b\u5b58\u5728\u3059\u308b\u3053\u306e\u30b5\u30fc\u30d0\u30fc\u3078\u306e\u53c2\u7167\u3092\u524a\u9664\u3057\u3066\u304f\u3060\u3055\u3044\u3002%n%n\u8a8d\u8a3c\u3092\u6307\u5b9a\u3057\u3066\u30ea\u30e2\u30fc\u30c8\u53c2\u7167\u3092\u524a\u9664\u3059\u308b\u306b\u306f\u3001\u300c\u306f\u3044\u300d\u3092\u30af\u30ea\u30c3\u30af\u3057\u307e\u3059\u3002%n\u30ea\u30e2\u30fc\u30c8\u53c2\u7167\u3092\u66f4\u65b0\u305b\u305a\u306b\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u7d9a\u884c\u3059\u308b\u306b\u306f\u3001\u300c\u3044\u3044\u3048\u300d\u3092\u30af\u30ea\u30c3\u30af\u3057\u307e\u3059\u3002 |
| | | INFO_CONFIRM_UNINSTALL_REPLICATION_SERVER_RUNNING_MSG=\u3053\u306e\u30b5\u30fc\u30d0\u30fc\u3092\u69cb\u6210\u3057\u3066\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u5b9f\u884c\u3057\u307e\u3059\u3002%n\u30b5\u30fc\u30d0\u30fc\u304c\u5b9f\u969b\u306b\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u307b\u304b\u306e\u30b5\u30fc\u30d0\u30fc\u306b\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u3059\u308b\u5834\u5408\u306f\u3001\u7ba1\u7406\u8005\u8a8d\u8a3c\u3092\u6307\u5b9a\u3057\u3066\u3001\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u4e2d\u306e OpenDS \u30b5\u30fc\u30d0\u30fc\u5185\u306b\u5b58\u5728\u3059\u308b\u3053\u306e\u30b5\u30fc\u30d0\u30fc\u3078\u306e\u53c2\u7167\u3092\u524a\u9664\u3057\u3066\u304f\u3060\u3055\u3044\u3002%n%n\u8a8d\u8a3c\u3092\u6307\u5b9a\u3057\u3066\u30ea\u30e2\u30fc\u30c8\u53c2\u7167\u3092\u524a\u9664\u3059\u308b\u306b\u306f\u3001\u300c\u306f\u3044\u300d\u3092\u30af\u30ea\u30c3\u30af\u3057\u307e\u3059\u3002%n\u30ea\u30e2\u30fc\u30c8\u53c2\u7167\u3092\u66f4\u65b0\u305b\u305a\u306b\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u7d9a\u884c\u3059\u308b\u306b\u306f\u3001\u300c\u3044\u3044\u3048\u300d\u3092\u30af\u30ea\u30c3\u30af\u3057\u307e\u3059\u3002 |
| | | INFO_CONFIRM_UNINSTALL_REPLICATION_SERVER_RUNNING_TITLE=\u78ba\u8a8d\u304c\u5fc5\u8981 |
| | | INFO_CONFIRM_UNINSTALL_SERVER_NOT_RUNNING_MSG=\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306e\u78ba\u8a8d%n\u9078\u629e\u3057\u305f\u30d5\u30a1\u30a4\u30eb\u3059\u3079\u3066\u304c\u6c38\u7d9a\u7684\u306b\u524a\u9664\u3055\u308c\u307e\u3059\u3002\u7d9a\u884c\u3057\u3066\u3088\u308d\u3057\u3044\u3067\u3059\u304b ? |
| | | INFO_CONFIRM_UNINSTALL_SERVER_NOT_RUNNING_TITLE=\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306e\u78ba\u8a8d |
| | | INFO_CONFIRM_UNINSTALL_SERVER_RUNNING_MSG=\u30b5\u30fc\u30d0\u30fc\u304c\u7a3c\u50cd\u4e2d%nOpenDS \u30b5\u30fc\u30d0\u30fc\u306f\u7a3c\u50cd\u4e2d\u3067\u3042\u308b\u305f\u3081\u3001\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u7d9a\u884c\u3059\u308b\u524d\u306b\u505c\u6b62\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u30b5\u30fc\u30d0\u30fc\u3092\u505c\u6b62\u3057\u3001\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u7d9a\u884c\u3057\u3066\u3088\u308d\u3057\u3044\u3067\u3059\u304b ?\u300c\u3044\u3044\u3048\u300d\u3092\u30af\u30ea\u30c3\u30af\u3059\u308b\u5834\u5408\u306f\u3001\u30b5\u30fc\u30d0\u30fc\u3092\u624b\u52d5\u3067\u505c\u6b62\u3057\u3066\u304b\u3089\u7d9a\u884c\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002 |
| | | MILD_ERR_UNINSTALL_READING_REGISTERED_SERVERS_CONFIRM_UPDATE_REMOTE=\u65e2\u5b58\u30b5\u30fc\u30d0\u30fc\u306e\u69cb\u6210\u306e\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u6b21\u306e\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:\n%s\n\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u304c\u3053\u306e\u30b5\u30fc\u30d0\u30fc\u3078\u306e\u53c2\u7167\u306e\u524a\u9664\u3092\u30d9\u30b9\u30c8\u30a8\u30d5\u30a9\u30fc\u30c8\u30e2\u30fc\u30c9\u3067\u8a66\u307f\u308b\u3088\u3046\u306b\u3057\u307e\u3059\u304b ? |
| | | MILD_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_FORCE=\u3053\u306e\u30b5\u30fc\u30d0\u30fc\u306f\u3001\u30d9\u30fc\u30b9 DN \u306e\u4e00\u90e8\u3092\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u3059\u308b\u3088\u3046\u306b\u69cb\u6210\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u5bfe\u8c61\u30b5\u30fc\u30d0\u30fc\u5185\u3067\u3001\u3053\u306e\u30b5\u30fc\u30d0\u30fc\u306b\u5bfe\u3059\u308b\u53c2\u7167\u3092\u53d6\u5f97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u30ea\u30e2\u30fc\u30c8\u53c2\u7167\u3092\u524a\u9664\u3059\u308b\u306b\u306f\u3001{%s} \u304a\u3088\u3073 {%s} (\u307e\u305f\u306f {%s}) \u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u4f7f\u3063\u3066\u30b0\u30ed\u30fc\u30d0\u30eb\u7ba1\u7406\u8005\u306e\u8cc7\u683c\u3092\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308b\u3053\u3068\u306b\u7559\u610f\u3057\u3066\u304f\u3060\u3055\u3044\u3002%n\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u3066\u3082\u5f37\u5236\u7684\u306b\u7d9a\u884c\u3059\u308b\u30e2\u30fc\u30c9\u3067\u3042\u308b\u305f\u3081\u3001\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u7d9a\u884c\u3057\u3066\u3044\u307e\u3059\u3002 |
| | | SEVERE_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_NO_FORCE=\u3053\u306e\u30b5\u30fc\u30d0\u30fc\u306f\u3001\u30d9\u30fc\u30b9 DN \u306e\u4e00\u90e8\u3092\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u3059\u308b\u3088\u3046\u306b\u69cb\u6210\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u5bfe\u8c61\u30b5\u30fc\u30d0\u30fc\u5185\u3067\u3001\u3053\u306e\u30b5\u30fc\u30d0\u30fc\u306b\u5bfe\u3059\u308b\u53c2\u7167\u3092\u53d6\u5f97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u30ea\u30e2\u30fc\u30c8\u53c2\u7167\u3092\u524a\u9664\u3059\u308b\u306b\u306f\u3001{%s} \u304a\u3088\u3073 {%s} (\u307e\u305f\u306f {%s}) \u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u4f7f\u3063\u3066\u30b0\u30ed\u30fc\u30d0\u30eb\u7ba1\u7406\u8005\u306e\u8cc7\u683c\u3092\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308b\u3053\u3068\u306b\u7559\u610f\u3057\u3066\u304f\u3060\u3055\u3044\u3002%n\u6307\u5b9a\u3057\u305f\u63a5\u7d9a\u30d1\u30e9\u30e1\u30fc\u30bf\u304c\u6b63\u3057\u3044\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002%n\u30ea\u30e2\u30fc\u30c8\u53c2\u7167\u3092\u524a\u9664\u3067\u304d\u306a\u304f\u3066\u3082\u30b5\u30fc\u30d0\u30fc\u3092\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u5834\u5408\u306f\u3001{%s} \u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u4f7f\u7528\u3067\u304d\u307e\u3059\u3002 |
| | | MILD_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_FORCE=\u3053\u306e\u30b5\u30fc\u30d0\u30fc\u306f\u3001\u30d9\u30fc\u30b9 DN \u306e\u4e00\u90e8\u3092\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u3059\u308b\u3088\u3046\u306b\u69cb\u6210\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u5bfe\u8c61\u30b5\u30fc\u30d0\u30fc\u5185\u3067\u3001\u3053\u306e\u30b5\u30fc\u30d0\u30fc\u306b\u5bfe\u3059\u308b\u53c2\u7167\u3092\u53d6\u5f97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u30ea\u30e2\u30fc\u30c8\u53c2\u7167\u3092\u524a\u9664\u3059\u308b\u306b\u306f\u3001%s \u304a\u3088\u3073 %s (\u307e\u305f\u306f %s) \u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u4f7f\u3063\u3066\u30b0\u30ed\u30fc\u30d0\u30eb\u7ba1\u7406\u8005\u306e\u8cc7\u683c\u3092\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308b\u3053\u3068\u306b\u7559\u610f\u3057\u3066\u304f\u3060\u3055\u3044\u3002%n\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u3066\u3082\u5f37\u5236\u7684\u306b\u7d9a\u884c\u3059\u308b\u30e2\u30fc\u30c9\u3067\u3042\u308b\u305f\u3081\u3001\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u7d9a\u884c\u3057\u3066\u3044\u307e\u3059\u3002 |
| | | SEVERE_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_NO_FORCE=\u3053\u306e\u30b5\u30fc\u30d0\u30fc\u306f\u3001\u30d9\u30fc\u30b9 DN \u306e\u4e00\u90e8\u3092\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u3059\u308b\u3088\u3046\u306b\u69cb\u6210\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u5bfe\u8c61\u30b5\u30fc\u30d0\u30fc\u5185\u3067\u3001\u3053\u306e\u30b5\u30fc\u30d0\u30fc\u306b\u5bfe\u3059\u308b\u53c2\u7167\u3092\u53d6\u5f97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002Note that to be able to remove remote references you must provide Global Administrator credentials using the %s and %s (or %s) options.%n\u6307\u5b9a\u3057\u305f\u63a5\u7d9a\u30d1\u30e9\u30e1\u30fc\u30bf\u304c\u6b63\u3057\u3044\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002%nIf you want to uninstall the server even when remote references cannot be removed, you can use the %s option. |
| | | MILD_ERR_UNINSTALL_NOT_UPDATE_REMOTE_PROMPT=\u3053\u306e\u30b5\u30fc\u30d0\u30fc\u306f\u3001\u30d9\u30fc\u30b9 DN \u306e\u4e00\u90e8\u3092\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u3059\u308b\u3088\u3046\u306b\u69cb\u6210\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u5bfe\u8c61\u30b5\u30fc\u30d0\u30fc\u5185\u3067\u3001\u3053\u306e\u30b5\u30fc\u30d0\u30fc\u306b\u5bfe\u3059\u308b\u53c2\u7167\u3092\u53d6\u5f97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002%n\u7d9a\u884c\u3057\u307e\u3059\u304b ? |
| | | INFO_CONFIRM_UNINSTALL_SERVER_RUNNING_TITLE=\u30b5\u30fc\u30d0\u30fc\u304c\u7a3c\u50cd\u4e2d\u3067\u3059 |
| | | INFO_CONNECTIONS_LABEL=\u958b\u3044\u3066\u3044\u308b\u63a5\u7d9a\u6570: |
| | |
| | | INFO_LDAP_PROTOCOL_LABEL=LDAP |
| | | INFO_LDAPS_PROTOCOL_LABEL=LDAPS |
| | | INFO_LDIF_PROTOCOL_LABEL=LDIF |
| | | INFO_SNMP_PROTOCOL_LABEL=SNMP |
| | | INFO_LISTENERS_TITLE=\u63a5\u7d9a\u30cf\u30f3\u30c9\u30e9 |
| | | INFO_LOGIN_CANCEL_BUTTON_TOOLTIP=\u30ed\u30b0\u30a4\u30f3\u30c0\u30a4\u30a2\u30ed\u30b0\u3092\u9589\u3058\u308b |
| | | INFO_LOGIN_DIALOG_MSG=\u7ba1\u7406\u30e6\u30fc\u30b6\u30fc DN \u3068\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u6307\u5b9a\u3057\u3066\u3001\u76e3\u8996\u60c5\u5831\u3092\u53d6\u5f97\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | |
| | | INFO_UNINSTALL_LOGIN_CANCEL_BUTTON_TOOLTIP=\u3053\u306e\u30c0\u30a4\u30a2\u30ed\u30b0\u3092\u9589\u3058\u3066\u3001\u307b\u304b\u306e OpenDS \u30b5\u30fc\u30d0\u30fc\u5185\u306b\u5b58\u5728\u3059\u308b\u3053\u306e\u30b5\u30fc\u30d0\u30fc\u3078\u306e\u53c2\u7167\u3092\u524a\u9664\u3057\u3088\u3046\u3068\u3057\u306a\u3044\u3067\u304f\u3060\u3055\u3044\u3002 |
| | | INFO_UNINSTALL_LOGIN_DIALOG_MSG=\u307b\u304b\u306e OpenDS \u30b5\u30fc\u30d0\u30fc\u5185\u306b\u5b58\u5728\u3059\u308b\u3053\u306e\u30b5\u30fc\u30d0\u30fc\u3078\u306e\u53c2\u7167\u3092\u524a\u9664\u3059\u308b\u306b\u306f\u3001\u30b0\u30ed\u30fc\u30d0\u30eb\u7ba1\u7406\u8005\u306e\u30e6\u30fc\u30b6\u30fc ID \u3092\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002%n\u30ea\u30e2\u30fc\u30c8\u30b5\u30fc\u30d0\u30fc\u5185\u3067\u53c2\u7167\u3055\u308c\u308b\u30db\u30b9\u30c8\u540d (\u307e\u305f\u306f IP \u30a2\u30c9\u30ec\u30b9) \u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | INFO_UNINSTALL_LOGIN_HOST_NAME_LABEL=\u30db\u30b9\u30c8\u540d: |
| | | INFO_UNINSTALL_LOGIN_HOST_NAME_TOOLTIP=\u307b\u304b\u306e OpenDS \u30b5\u30fc\u30d0\u30fc\u5185\u3067\u53c2\u7167\u3055\u308c\u308b\u3001\u3053\u306e\u30db\u30b9\u30c8\u306e\u540d\u524d (\u307e\u305f\u306f IP \u30a2\u30c9\u30ec\u30b9) |
| | | INFO_UNINSTALL_LOGIN_HOST_NAME_TOOLTIP=\u307b\u304b\u306e OpenDS \u30b5\u30fc\u30d0\u30fc\u5185\u3067\u53c2\u7167\u3055\u308c\u308b\u3001\u3053\u306e\u30db\u30b9\u30c8\u306e\u540d\u524d (\u307e\u305f\u306f IP \u30a2\u30c9\u30ec\u30b9)\u3002 |
| | | INFO_UNINSTALL_LOGIN_OK_BUTTON_TOOLTIP=\u6307\u5b9a\u3055\u308c\u305f\u8a8d\u8a3c\u3092\u4f7f\u3063\u3066\u63a5\u7d9a\u3092\u8a66\u307f\u307e\u3059\u3002 |
| | | INFO_UNINSTALL_LOGIN_PWD_TOOLTIP=\u307b\u304b\u306e OpenDS \u30b5\u30fc\u30d0\u30fc\u5185\u306e\u69cb\u6210\u306e\u8aad\u307f\u53d6\u308a\u304a\u3088\u3073\u66f4\u65b0\u306b\u4f7f\u7528\u3059\u308b\u30b0\u30ed\u30fc\u30d0\u30eb\u7ba1\u7406\u8005\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3002 |
| | | INFO_UNINSTALL_LOGIN_UID_TOOLTIP=\u307b\u304b\u306e OpenDS \u30b5\u30fc\u30d0\u30fc\u5185\u306e\u69cb\u6210\u306e\u8aad\u307f\u53d6\u308a\u304a\u3088\u3073\u66f4\u65b0\u306b\u4f7f\u7528\u3059\u308b\u30b0\u30ed\u30fc\u30d0\u30eb\u7ba1\u7406\u8005\u306e\u30e6\u30fc\u30b6\u30fc ID\u3002 |
| | | INFO_UNKNOWN_LABEL=-- |
| | | INFO_UNINSTALLDS_DESCRIPTION_FORCE=\u30ea\u30e2\u30fc\u30c8 OpenDS \u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u5185\u3067\u3053\u306e\u30b5\u30fc\u30d0\u30fc\u3078\u306e\u53c2\u7167\u3092\u66f4\u65b0\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u305f\u5834\u5408\u306b\u3001\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u7d9a\u884c\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002\u3053\u306e\u5f15\u6570\u3092\u4f7f\u7528\u3067\u304d\u308b\u306e\u306f\u3001\u30d7\u30ed\u30f3\u30d7\u30c8\u5f15\u6570\u306a\u3057\u306e {%s} \u306e\u5834\u5408\u3060\u3051\u3067\u3059\u3002 |
| | | INFO_UNINSTALLDS_DESCRIPTION_FORCE=\u30ea\u30e2\u30fc\u30c8 OpenDS \u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u5185\u3067\u3053\u306e\u30b5\u30fc\u30d0\u30fc\u3078\u306e\u53c2\u7167\u3092\u66f4\u65b0\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u305f\u5834\u5408\u306b\u3001\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u7d9a\u884c\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002\u3053\u306e\u5f15\u6570\u3092\u4f7f\u7528\u3067\u304d\u308b\u306e\u306f\u3001\u30d7\u30ed\u30f3\u30d7\u30c8\u5f15\u6570\u306a\u3057\u306e %s \u306e\u5834\u5408\u3060\u3051\u3067\u3059\u3002 |
| | | INFO_DESCRIPTION_REFERENCED_HOST=\u30ea\u30e2\u30fc\u30c8\u30b5\u30fc\u30d0\u30fc\u5185\u3067\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u7528\u306b\u53c2\u7167\u3055\u308c\u3066\u3044\u308b\u3001\u3053\u306e\u30db\u30b9\u30c8\u306e\u540d\u524d (\u307e\u305f\u306f IP \u30a2\u30c9\u30ec\u30b9) |
| | | INFO_UNINSTALLDS_DESCRIPTION_CLI=\u30b3\u30de\u30f3\u30c9\u884c\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306e\u4f7f\u7528\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408\u3001\u30b0\u30e9\u30d5\u30a3\u30ab\u30eb\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u304c\u8d77\u52d5\u3057\u307e\u3059\u3002\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306b\u306e\u307f\u3001\u6b8b\u308a\u306e\u30aa\u30d7\u30b7\u30e7\u30f3 (help \u3068 version \u3092\u9664\u304f) \u306e\u4f7f\u7528\u3092\u8003\u616e\u3057\u307e\u3059\u3002 |
| | | INFO_UNINSTALLDS_DESCRIPTION_QUIET=\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u975e\u51fa\u529b\u30e2\u30fc\u30c9\u3067\u5b9f\u884c\u3057\u307e\u3059\u3002\u975e\u51fa\u529b\u30e2\u30fc\u30c9\u3067\u306f\u3001\u9032\u6357\u60c5\u5831\u304c\u6a19\u6e96\u51fa\u529b\u306b\u51fa\u529b\u3055\u308c\u307e\u305b\u3093\u3002 |
| | |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_BINDDN2=\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u3059\u308b 2 \u756a\u76ee\u306e\u30b5\u30fc\u30d0\u30fc\u3078\u306e\u30d0\u30a4\u30f3\u30c9\u306b\u4f7f\u7528\u3059\u308b DN\u3002\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408\u306f\u3001\u30b0\u30ed\u30fc\u30d0\u30eb\u7ba1\u7406\u8005\u304c\u30d0\u30a4\u30f3\u30c9\u306b\u4f7f\u7528\u3055\u308c\u307e\u3059 |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_SKIPPORT=\u6307\u5b9a\u3057\u305f\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30dd\u30fc\u30c8\u304c\u4f7f\u7528\u53ef\u80fd\u304b\u3069\u3046\u304b\u3092\u5224\u5b9a\u3059\u308b\u305f\u3081\u306e\u30c1\u30a7\u30c3\u30af\u3092\u30b9\u30ad\u30c3\u30d7\u3057\u307e\u3059\u3002 |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_NO_SCHEMA_REPLICATION=\u30b5\u30fc\u30d0\u30fc\u9593\u306e\u30b9\u30ad\u30fc\u30de\u3092\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u3057\u307e\u305b\u3093 |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_USE_SECOND_AS_SCHEMA_SOURCE=2 \u756a\u76ee\u306e\u30b5\u30fc\u30d0\u30fc\u3092\u4f7f\u7528\u3057\u3066\u3001\u6700\u521d\u306e\u30b5\u30fc\u30d0\u30fc\u306e\u30b9\u30ad\u30fc\u30de\u3092\u521d\u671f\u5316\u3057\u307e\u3059\u3002\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3082\u30aa\u30d7\u30b7\u30e7\u30f3 {%s} \u3082\u6307\u5b9a\u3055\u308c\u3066\u3044\u306a\u3044\u5834\u5408\u3001\u6700\u521d\u306e\u30b5\u30fc\u30d0\u30fc\u306e\u30b9\u30ad\u30fc\u30de\u3092\u4f7f\u7528\u3057\u3066 2 \u756a\u76ee\u306e\u30b5\u30fc\u30d0\u30fc\u306e\u30b9\u30ad\u30fc\u30de\u304c\u521d\u671f\u5316\u3055\u308c\u307e\u3059\u3002 |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_USE_SECOND_AS_SCHEMA_SOURCE=2 \u756a\u76ee\u306e\u30b5\u30fc\u30d0\u30fc\u3092\u4f7f\u7528\u3057\u3066\u3001\u6700\u521d\u306e\u30b5\u30fc\u30d0\u30fc\u306e\u30b9\u30ad\u30fc\u30de\u3092\u521d\u671f\u5316\u3057\u307e\u3059\u3002\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3082\u30aa\u30d7\u30b7\u30e7\u30f3 %s \u3082\u6307\u5b9a\u3055\u308c\u3066\u3044\u306a\u3044\u5834\u5408\u3001\u6700\u521d\u306e\u30b5\u30fc\u30d0\u30fc\u306e\u30b9\u30ad\u30fc\u30de\u3092\u4f7f\u7528\u3057\u3066 2 \u756a\u76ee\u306e\u30b5\u30fc\u30d0\u30fc\u306e\u30b9\u30ad\u30fc\u30de\u304c\u521d\u671f\u5316\u3055\u308c\u307e\u3059 |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_BINDPASSWORD2=\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u3059\u308b 2 \u756a\u76ee\u306e\u30b5\u30fc\u30d0\u30fc\u3078\u306e\u30d0\u30a4\u30f3\u30c9\u306b\u4f7f\u7528\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u30022 \u756a\u76ee\u306e\u30b5\u30fc\u30d0\u30fc\u306e\u30d0\u30a4\u30f3\u30c9 DN \u3092\u6307\u5b9a\u3057\u306a\u304b\u3063\u305f\u5834\u5408\u306f\u3001\u30b0\u30ed\u30fc\u30d0\u30eb\u7ba1\u7406\u8005\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u30d0\u30a4\u30f3\u30c9\u306b\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002 |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_BINDPASSWORDFILE2=\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u3059\u308b 2 \u756a\u76ee\u306e\u30b5\u30fc\u30d0\u30fc\u3078\u306e\u30d0\u30a4\u30f3\u30c9\u306b\u4f7f\u7528\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u542b\u3080\u30d5\u30a1\u30a4\u30eb\u30022 \u756a\u76ee\u306e\u30b5\u30fc\u30d0\u30fc\u306e\u30d0\u30a4\u30f3\u30c9 DN \u3092\u6307\u5b9a\u3057\u306a\u304b\u3063\u305f\u5834\u5408\u306f\u3001\u30b0\u30ed\u30fc\u30d0\u30eb\u7ba1\u7406\u8005\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u30d0\u30a4\u30f3\u30c9\u306b\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002 |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_USE_SSL2=2 \u756a\u76ee\u306e\u30b5\u30fc\u30d0\u30fc\u3068\u306e\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc\u4fdd\u8b77\u3055\u308c\u305f\u901a\u4fe1\u306b SSL \u3092\u4f7f\u7528\u3057\u307e\u3059 |
| | |
| | | INFO_DESCRIPTION_ENABLE_SECURE_REPLICATION2=2 \u756a\u76ee\u306e\u30b5\u30fc\u30d0\u30fc\u306e\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30dd\u30fc\u30c8\u7d4c\u7531\u3067\u306e\u901a\u4fe1\u3092\u6697\u53f7\u5316\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059\u30022 \u756a\u76ee\u306e\u30b5\u30fc\u30d0\u30fc\u3067\u521d\u56de\u306e\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u69cb\u6210\u3059\u308b\u5834\u5408\u306b\u306e\u307f\u3001\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u4f7f\u7528\u3092\u8003\u616e\u3057\u307e\u3059\u3002 |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_STARTTLS2=2 \u756a\u76ee\u306e\u30b5\u30fc\u30d0\u30fc\u3068\u306e\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc\u4fdd\u8b77\u3055\u308c\u305f\u901a\u4fe1\u306b StartTLS \u3092\u4f7f\u7528\u3057\u307e\u3059 |
| | | INFO_DESCRIPTION_REPLICATION_BASEDNS=\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u3059\u308b\u30c7\u30fc\u30bf\u3001\u521d\u671f\u5316\u3059\u308b\u30c7\u30fc\u30bf\u3001\u307e\u305f\u306f\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u7121\u52b9\u306b\u3059\u308b\u30c7\u30fc\u30bf\u306e\u30d9\u30fc\u30b9 DN\u3002\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u8907\u6570\u56de\u4f7f\u7528\u3059\u308b\u3053\u3068\u3067\u3001\u8907\u6570\u306e\u30d9\u30fc\u30b9 DN \u3092\u6307\u5b9a\u3067\u304d\u307e\u3059 |
| | | INFO_DESCRIPTION_REPLICATION_ADMIN_UID=\u30b5\u30fc\u30d0\u30fc\u3078\u306e\u30d0\u30a4\u30f3\u30c9\u306b\u4f7f\u7528\u3059\u308b\u30b0\u30ed\u30fc\u30d0\u30eb\u7ba1\u7406\u8005\u306e\u30e6\u30fc\u30b6\u30fc ID\u3002{%s} \u30b5\u30d6\u30b3\u30de\u30f3\u30c9\u3092\u4f7f\u7528\u3059\u308b\u3068\u3001\u30b0\u30ed\u30fc\u30d0\u30eb\u7ba1\u7406\u8005\u304c\u4ee5\u524d\u306b\u3044\u305a\u308c\u306e\u30b5\u30fc\u30d0\u30fc\u3067\u3082\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u5834\u5408\u306b\u3001\u6307\u5b9a\u3057\u305f\u30c7\u30fc\u30bf\u3092\u4f7f\u3063\u3066\u30b0\u30ed\u30fc\u30d0\u30eb\u7ba1\u7406\u8005\u304c\u4f5c\u6210\u3055\u308c\u307e\u3059\u3002 |
| | | INFO_DESCRIPTION_REPLICATION_ADMIN_UID=\u30b5\u30fc\u30d0\u30fc\u3078\u306e\u30d0\u30a4\u30f3\u30c9\u306b\u4f7f\u7528\u3059\u308b\u30b0\u30ed\u30fc\u30d0\u30eb\u7ba1\u7406\u8005\u306e\u30e6\u30fc\u30b6\u30fc ID\u3002 '%s' \u30b5\u30d6\u30b3\u30de\u30f3\u30c9\u3092\u4f7f\u7528\u3059\u308b\u3068\u3001\u30b0\u30ed\u30fc\u30d0\u30eb\u7ba1\u7406\u8005\u304c\u4ee5\u524d\u306b\u3044\u305a\u308c\u306e\u30b5\u30fc\u30d0\u30fc\u3067\u3082\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u5834\u5408\u306b\u3001\u6307\u5b9a\u3057\u305f\u30c7\u30fc\u30bf\u3092\u4f7f\u3063\u3066\u30b0\u30ed\u30fc\u30d0\u30eb\u7ba1\u7406\u8005\u304c\u4f5c\u6210\u3055\u308c\u307e\u3059\u3002 |
| | | INFO_DESCRIPTION_REPLICATION_ADMIN_BINDPASSWORD=\u30b0\u30ed\u30fc\u30d0\u30eb\u7ba1\u7406\u8005\u306e\u30d1\u30b9\u30ef\u30fc\u30c9 |
| | | INFO_DESCRIPTION_REPLICATION_ADMIN_BINDPASSWORDFILE=\u30b0\u30ed\u30fc\u30d0\u30eb\u7ba1\u7406\u8005\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u542b\u3080\u30d5\u30a1\u30a4\u30eb |
| | | INFO_DESCRIPTION_INITIALIZE_REPLICATION_HOST_SOURCE=\u5b9b\u5148\u30b5\u30fc\u30d0\u30fc\u306e\u521d\u671f\u5316\u306b\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u542b\u3080\u30bd\u30fc\u30b9\u30b5\u30fc\u30d0\u30fc\u306e\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u30db\u30b9\u30c8\u540d\u307e\u305f\u306f IP \u30a2\u30c9\u30ec\u30b9 |
| | |
| | | INFO_DESCRIPTION_INITIALIZE_REPLICATION_USE_SSL_DESTINATION=\u5b9b\u5148\u30b5\u30fc\u30d0\u30fc\u3068\u306e\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc\u4fdd\u8b77\u3055\u308c\u305f\u901a\u4fe1\u306b SSL \u3092\u4f7f\u7528\u3057\u307e\u3059 |
| | | INFO_DESCRIPTION_INITIALIZE_REPLICATION_STARTTLS_DESTINATION=\u5b9b\u5148\u30b5\u30fc\u30d0\u30fc\u3068\u306e\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc\u4fdd\u8b77\u3055\u308c\u305f\u901a\u4fe1\u306b StartTLS \u3092\u4f7f\u7528\u3057\u307e\u3059 |
| | | INFO_DESCRIPTION_EXTERNAL_INITIALIZATION_LOCAL=\u5916\u90e8\u30e1\u30bd\u30c3\u30c9 (import-ldif \u30b3\u30de\u30f3\u30c9\u307e\u305f\u306f\u30d0\u30a4\u30ca\u30ea\u30b3\u30d4\u30fc) \u3092\u4f7f\u7528\u3057\u3066\u6307\u5b9a\u3057\u305f\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3060\u3051\u3092\u521d\u671f\u5316\u3059\u308b\u5834\u5408\u306b\u3001\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u4f7f\u7528\u3057\u307e\u3059\u3002 |
| | | INFO_REPLICATION_TOOL_DESCRIPTION=\u3053\u306e\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30fc\u3092\u4f7f\u7528\u3057\u3066\u30b5\u30fc\u30d0\u30fc\u9593\u306e\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u69cb\u6210\u3059\u308b\u3053\u3068\u3067\u3001\u30b5\u30fc\u30d0\u30fc\u306e\u30c7\u30fc\u30bf\u3092\u540c\u671f\u3067\u304d\u307e\u3059\u3002\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u52d5\u4f5c\u3055\u305b\u308b\u306b\u306f\u3001\u6700\u521d\u306b {%s} \u30b5\u30d6\u30b3\u30de\u30f3\u30c9\u3092\u4f7f\u7528\u3057\u3066\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u6709\u52b9\u306b\u3057\u3066\u304b\u3089\u3001{%s} \u30b5\u30d6\u30b3\u30de\u30f3\u30c9\u3092\u4f7f\u7528\u3057\u3066\u3001\u3042\u308b\u30b5\u30fc\u30d0\u30fc\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u307b\u304b\u306e\u30b5\u30fc\u30d0\u30fc\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3067\u521d\u671f\u5316\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002 |
| | | INFO_REPLICATION_TOOL_DESCRIPTION=\u3053\u306e\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30fc\u3092\u4f7f\u7528\u3057\u3066\u30b5\u30fc\u30d0\u30fc\u9593\u306e\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u69cb\u6210\u3059\u308b\u3053\u3068\u3067\u3001\u30b5\u30fc\u30d0\u30fc\u306e\u30c7\u30fc\u30bf\u3092\u540c\u671f\u3067\u304d\u307e\u3059\u3002\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u52d5\u4f5c\u3055\u305b\u308b\u306b\u306f\u3001\u6700\u521d\u306b '%s' \u30b5\u30d6\u30b3\u30de\u30f3\u30c9\u3092\u4f7f\u7528\u3057\u3066\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u6709\u52b9\u306b\u3057\u3066\u304b\u3089\u3001 '%s' \u30b5\u30d6\u30b3\u30de\u30f3\u30c9\u3092\u4f7f\u7528\u3057\u3066\u3001\u3042\u308b\u30b5\u30fc\u30d0\u30fc\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u307b\u304b\u306e\u30b5\u30fc\u30d0\u30fc\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3067\u521d\u671f\u5316\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002 |
| | | INFO_REPLICATION_DESCRIPTION_QUIET=\u975e\u51fa\u529b\u64cd\u4f5c\u3092\u5b9f\u884c\u3057\u307e\u3059 (\u9032\u6357\u60c5\u5831\u306f\u6a19\u6e96\u51fa\u529b\u306b\u51fa\u529b\u3055\u308c\u306a\u3044) |
| | | INFO_DESCRIPTION_DISABLE_REPLICATION_BINDDN=\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u7121\u52b9\u306b\u3059\u308b\u30b5\u30fc\u30d0\u30fc\u3078\u306e\u30d0\u30a4\u30f3\u30c9\u306b\u4f7f\u7528\u3059\u308b DN\u3002\u30b0\u30ed\u30fc\u30d0\u30eb\u7ba1\u7406\u8005\u304c\u30b5\u30fc\u30d0\u30fc\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u5834\u5408\u3001\u307e\u305f\u306f\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u3055\u308c\u305f\u307b\u304b\u306e\u30b5\u30fc\u30d0\u30fc\u5185\u306e\u53c2\u7167\u3092\u524a\u9664\u3059\u308b\u3053\u3068\u3092\u30e6\u30fc\u30b6\u30fc\u304c\u671b\u307e\u306a\u3044\u5834\u5408\u306b\u3001\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u4f7f\u7528\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3059\u308b\u5834\u5408\u306b\u306f\u3001\u30b0\u30ed\u30fc\u30d0\u30eb\u7ba1\u7406\u8005\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002 |
| | | INFO_DESCRIPTION_SUBCMD_INITIALIZE_REPLICATION=\u5b9b\u5148\u30b5\u30fc\u30d0\u30fc\u306e\u6307\u5b9a\u3057\u305f\u30d9\u30fc\u30b9 DN \u5185\u306b\u3042\u308b\u30c7\u30fc\u30bf\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u3001\u30bd\u30fc\u30b9\u30b5\u30fc\u30d0\u30fc\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3067\u521d\u671f\u5316\u3057\u307e\u3059\u3002\u3053\u306e\u64cd\u4f5c\u306f\u3001\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u6709\u52b9\u306b\u3057\u305f\u3042\u3068\u3067\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u6a5f\u80fd\u3055\u305b\u308b\u305f\u3081\u306b\u5fc5\u8981\u3067\u3059 ({%s} \u3082\u540c\u3058\u76ee\u7684\u3067\u4f7f\u7528\u53ef\u80fd)\u3002 |
| | | INFO_DESCRIPTION_SUBCMD_INITIALIZE_ALL_REPLICATION=\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u542b\u3080\u3059\u3079\u3066\u306e\u30b5\u30fc\u30d0\u30fc\u306e\u3001\u6307\u5b9a\u3057\u305f\u30d9\u30fc\u30b9 DN \u5185\u306e\u30c7\u30fc\u30bf\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u3001\u6307\u5b9a\u3057\u305f\u30b5\u30fc\u30d0\u30fc\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3067\u521d\u671f\u5316\u3057\u307e\u3059\u3002\u3053\u306e\u64cd\u4f5c\u306f\u3001\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u6709\u52b9\u306b\u3057\u305f\u3042\u3068\u3067\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u6a5f\u80fd\u3055\u305b\u308b\u305f\u3081\u306b\u5fc5\u8981\u3067\u3059 (\u5404\u30b5\u30fc\u30d0\u30fc\u306b\u9069\u7528\u3055\u308c\u308b {%s} \u3082\u540c\u3058\u76ee\u7684\u3067\u4f7f\u7528\u53ef\u80fd)\u3002 |
| | | INFO_DESCRIPTION_SUBCMD_PRE_EXTERNAL_INITIALIZATION=import-ldif \u30c4\u30fc\u30eb\u307e\u305f\u306f\u30d0\u30a4\u30ca\u30ea\u30b3\u30d4\u30fc\u30e1\u30bd\u30c3\u30c9\u3092\u4f7f\u3063\u3066\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u5bfe\u8c61\u306e\u5168\u30b5\u30fc\u30d0\u30fc\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u521d\u671f\u5316\u3059\u308b\u524d\u306b\u3001\u3053\u306e\u30b5\u30d6\u30b3\u30de\u30f3\u30c9\u3092\u547c\u3073\u51fa\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u521d\u671f\u5316\u3059\u308b\u30d9\u30fc\u30b9 DN \u306e\u30ea\u30b9\u30c8\u3092\u6307\u5b9a\u3057\u3066\u304b\u3089\u3001\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u4e2d\u306e\u30b5\u30fc\u30d0\u30fc\u306e\u8cc7\u683c\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u3053\u306e\u30b5\u30d6\u30b3\u30de\u30f3\u30c9\u3092\u547c\u3073\u51fa\u3057\u305f\u3042\u3068\u3067\u3001\u30c8\u30dd\u30ed\u30b8\u5185\u306e\u3059\u3079\u3066\u306e\u30b5\u30fc\u30d0\u30fc\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u521d\u671f\u5316\u3057\u3066\u304b\u3089\u3001\u30b5\u30d6\u30b3\u30de\u30f3\u30c9 {%s} \u3092\u547c\u3073\u51fa\u3057\u307e\u3059\u3002 |
| | | INFO_DESCRIPTION_SUBCMD_POST_EXTERNAL_INITIALIZATION=import-ldif \u30c4\u30fc\u30eb\u307e\u305f\u306f\u30d0\u30a4\u30ca\u30ea\u30b3\u30d4\u30fc\u30e1\u30bd\u30c3\u30c9\u3092\u4f7f\u3063\u3066\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u5bfe\u8c61\u306e\u5168\u30b5\u30fc\u30d0\u30fc\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u521d\u671f\u5316\u3057\u3066\u304b\u3089\u3001\u3053\u306e\u30b5\u30d6\u30b3\u30de\u30f3\u30c9\u3092\u547c\u3073\u51fa\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u521d\u671f\u5316\u3057\u305f\u30d9\u30fc\u30b9 DN \u306e\u30ea\u30b9\u30c8\u3092\u6307\u5b9a\u3057\u3066\u304b\u3089\u3001\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u4e2d\u306e\u30b5\u30fc\u30d0\u30fc\u306e\u8cc7\u683c\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u8a73\u7d30\u306f\u3001\u30b5\u30d6\u30b3\u30de\u30f3\u30c9 {%s} \u306e\u4f7f\u7528\u6cd5\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | INFO_DESCRIPTION_SUBCMD_INITIALIZE_REPLICATION=\u5b9b\u5148\u30b5\u30fc\u30d0\u30fc\u306e\u6307\u5b9a\u3057\u305f\u30d9\u30fc\u30b9 DN \u5185\u306b\u3042\u308b\u30c7\u30fc\u30bf\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u3001\u30bd\u30fc\u30b9\u30b5\u30fc\u30d0\u30fc\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3067\u521d\u671f\u5316\u3057\u307e\u3059\u3002\u3053\u306e\u64cd\u4f5c\u306f\u3001\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u6709\u52b9\u306b\u3057\u305f\u3042\u3068\u3067\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u6a5f\u80fd\u3055\u305b\u308b\u305f\u3081\u306b\u5fc5\u8981\u3067\u3059 ('%s' \u3082\u540c\u3058\u76ee\u7684\u3067\u4f7f\u7528\u53ef\u80fd)\u3002 |
| | | INFO_DESCRIPTION_SUBCMD_INITIALIZE_ALL_REPLICATION=\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u542b\u3080\u3059\u3079\u3066\u306e\u30b5\u30fc\u30d0\u30fc\u306e\u3001\u6307\u5b9a\u3057\u305f\u30d9\u30fc\u30b9 DN \u5185\u306e\u30c7\u30fc\u30bf\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u3001\u6307\u5b9a\u3057\u305f\u30b5\u30fc\u30d0\u30fc\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3067\u521d\u671f\u5316\u3057\u307e\u3059\u3002\u3053\u306e\u64cd\u4f5c\u306f\u3001\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u6709\u52b9\u306b\u3057\u305f\u3042\u3068\u3067\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u6a5f\u80fd\u3055\u305b\u308b\u305f\u3081\u306b\u5fc5\u8981\u3067\u3059 (\u5404\u30b5\u30fc\u30d0\u30fc\u306b\u9069\u7528\u3055\u308c\u308b '%s' \u3082\u540c\u3058\u76ee\u7684\u3067\u4f7f\u7528\u53ef\u80fd)\u3002 |
| | | INFO_DESCRIPTION_SUBCMD_PRE_EXTERNAL_INITIALIZATION=import-ldif \u30c4\u30fc\u30eb\u307e\u305f\u306f\u30d0\u30a4\u30ca\u30ea\u30b3\u30d4\u30fc\u30e1\u30bd\u30c3\u30c9\u3092\u4f7f\u3063\u3066\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u5bfe\u8c61\u306e\u5168\u30b5\u30fc\u30d0\u30fc\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u521d\u671f\u5316\u3059\u308b\u524d\u306b\u3001\u3053\u306e\u30b5\u30d6\u30b3\u30de\u30f3\u30c9\u3092\u547c\u3073\u51fa\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u521d\u671f\u5316\u3059\u308b\u30d9\u30fc\u30b9 DN \u306e\u30ea\u30b9\u30c8\u3092\u6307\u5b9a\u3057\u3066\u304b\u3089\u3001\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u4e2d\u306e\u30b5\u30fc\u30d0\u30fc\u306e\u8cc7\u683c\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u3053\u306e\u30b5\u30d6\u30b3\u30de\u30f3\u30c9\u3092\u547c\u3073\u51fa\u3057\u305f\u3042\u3068\u3067\u3001\u30c8\u30dd\u30ed\u30b8\u5185\u306e\u3059\u3079\u3066\u306e\u30b5\u30fc\u30d0\u30fc\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u521d\u671f\u5316\u3057\u3066\u304b\u3089\u3001\u30b5\u30d6\u30b3\u30de\u30f3\u30c9 '%s' \u3092\u547c\u3073\u51fa\u3057\u307e\u3059\u3002 |
| | | INFO_DESCRIPTION_SUBCMD_POST_EXTERNAL_INITIALIZATION=import-ldif \u30c4\u30fc\u30eb\u307e\u305f\u306f\u30d0\u30a4\u30ca\u30ea\u30b3\u30d4\u30fc\u30e1\u30bd\u30c3\u30c9\u3092\u4f7f\u3063\u3066\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u5bfe\u8c61\u306e\u5168\u30b5\u30fc\u30d0\u30fc\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u521d\u671f\u5316\u3057\u3066\u304b\u3089\u3001\u3053\u306e\u30b5\u30d6\u30b3\u30de\u30f3\u30c9\u3092\u547c\u3073\u51fa\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u521d\u671f\u5316\u3057\u305f\u30d9\u30fc\u30b9 DN \u306e\u30ea\u30b9\u30c8\u3092\u6307\u5b9a\u3057\u3066\u304b\u3089\u3001\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u4e2d\u306e\u30b5\u30fc\u30d0\u30fc\u306e\u8cc7\u683c\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u8a73\u7d30\u306f\u3001\u30b5\u30d6\u30b3\u30de\u30f3\u30c9 '%s' \u306e\u4f7f\u7528\u6cd5\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | INFO_DESCRIPTION_SUBCMD_ENABLE_REPLICATION=\u30b5\u30fc\u30d0\u30fc\u306e\u69cb\u6210\u3092\u66f4\u65b0\u3057\u3066\u3001\u6307\u5b9a\u3057\u305f\u30d9\u30fc\u30b9 DN \u5185\u306e\u30c7\u30fc\u30bf\u3092\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u3057\u307e\u3059\u3002\u6307\u5b9a\u3057\u305f\u30b5\u30fc\u30d0\u30fc\u306e\u3044\u305a\u308c\u304b\u304c\u30d9\u30fc\u30b9 DN \u5185\u306e\u30c7\u30fc\u30bf\u3092\u307b\u304b\u306e\u30b5\u30fc\u30d0\u30fc\u306b\u3059\u3067\u306b\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u4e2d\u3067\u3042\u308b\u5834\u5408\u3001\u3053\u306e\u30b5\u30d6\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u3068\u3001\u3059\u3079\u3066\u306e\u30b5\u30fc\u30d0\u30fc\u306e\u69cb\u6210\u304c\u66f4\u65b0\u3055\u308c\u307e\u3059 (\u3053\u306e\u305f\u3081\u3001\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30c8\u30dd\u30ed\u30b8\u306b\u8ffd\u52a0\u3059\u308b\u30b5\u30fc\u30d0\u30fc\u3054\u3068\u306b\u3001\u3053\u306e\u30b3\u30de\u30f3\u30c9\u884c\u3092 1 \u56de\u5b9f\u884c\u3059\u308c\u3070\u5341\u5206\u3067\u3042\u308b)\u3002 |
| | | INFO_DESCRIPTION_SUBCMD_DISABLE_REPLICATION=\u6307\u5b9a\u3057\u305f\u30b5\u30fc\u30d0\u30fc\u4e0a\u3067\u7279\u5b9a\u306e\u30d9\u30fc\u30b9 DN \u306e\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u7121\u52b9\u306b\u3057\u3066\u3001\u30c7\u30fc\u30bf\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u5148\u306e\u307b\u304b\u306e\u30b5\u30fc\u30d0\u30fc\u5185\u306e\u53c2\u7167\u3092\u524a\u9664\u3057\u307e\u3059\u3002 |
| | | INFO_DESCRIPTION_SUBCMD_STATUS_REPLICATION=\u767b\u9332\u60c5\u5831\u5185\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30b5\u30fc\u30d0\u30fc\u306e\u30d9\u30fc\u30b9 DN \u306e\u57fa\u672c\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u69cb\u6210\u30ea\u30b9\u30c8\u3092\u8868\u793a\u3057\u307e\u3059\u3002\u30d9\u30fc\u30b9 DN \u304c\u30d1\u30e9\u30e1\u30fc\u30bf\u3068\u3057\u3066\u6307\u5b9a\u3055\u308c\u3066\u3044\u306a\u3044\u5834\u5408\u3001\u3059\u3079\u3066\u306e\u30d9\u30fc\u30b9 DN \u306e\u60c5\u5831\u304c\u8868\u793a\u3055\u308c\u307e\u3059\u3002 |
| | | SEVERE_ERR_REPLICATION_NO_BASE_DN_PROVIDED=\u975e\u5bfe\u8a71\u578b\u30e2\u30fc\u30c9\u3067\u306f\u3001\u30d9\u30fc\u30b9 DN \u3092 1 \u3064\u4ee5\u4e0a\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | SEVERE_ERR_REPLICATION_NO_ADMINISTRATOR_PASSWORD_PROVIDED=\u975e\u5bfe\u8a71\u578b\u30e2\u30fc\u30c9\u3067\u306f\u3001\u30b0\u30ed\u30fc\u30d0\u30eb\u7ba1\u7406\u8005\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002{%s} \u307e\u305f\u306f {%s} \u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u4f7f\u7528\u3057\u3066\u6307\u5b9a\u3067\u304d\u307e\u3059\u3002 |
| | | SEVERE_ERR_REPLICATION_NO_ADMINISTRATOR_PASSWORD_PROVIDED=\u975e\u5bfe\u8a71\u578b\u30e2\u30fc\u30c9\u3067\u306f\u3001\u30b0\u30ed\u30fc\u30d0\u30eb\u7ba1\u7406\u8005\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002You can provide it using the %s or the %s options. |
| | | SEVERE_ERR_REPLICATION_NOT_A_VALID_BASEDN=\u6307\u5b9a\u3055\u308c\u305f\u5024 %s \u306f\u6709\u52b9\u306a\u30d9\u30fc\u30b9 DN \u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002 |
| | | SEVERE_ERR_REPLICATION_ENABLE_SAME_SERVER_PORT=\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u6709\u52b9\u306b\u3059\u308b\u306b\u306f\u30012 \u3064\u306e\u7570\u306a\u308b\u30b5\u30fc\u30d0\u30fc\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u30b5\u30fc\u30d0\u30fc %s:%s \u304c 2 \u56de\u6307\u5b9a\u3055\u308c\u307e\u3057\u305f |
| | | SEVERE_ERR_REPLICATION_INITIALIZE_SAME_SERVER_PORT=\u521d\u671f\u5316\u306e\u30bd\u30fc\u30b9\u304a\u3088\u3073\u5b9b\u5148\u306b 2 \u3064\u306e\u7570\u306a\u308b\u30b5\u30fc\u30d0\u30fc\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 \u30b5\u30fc\u30d0\u30fc %s:%s \u304c 2 \u56de\u6307\u5b9a\u3055\u308c\u307e\u3057\u305f |
| | | SEVERE_ERR_REPLICATION_PORT_AND_REPLICATION_PORT_EQUAL=\u30b5\u30fc\u30d0\u30fc\u306e LDAP \u30dd\u30fc\u30c8\u304a\u3088\u3073\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30dd\u30fc\u30c8\u306e\u5024\u304c\u30db\u30b9\u30c8 %s \u5185\u3067\u540c\u3058\u3067\u3059\u3002\u4e21\u65b9\u306b %s \u304c\u6307\u5b9a\u3055\u308c\u307e\u3057\u305f\u3002 |
| | | SEVERE_ERR_REPLICATION_SAME_REPLICATION_PORT=\u540c\u4e00\u306e\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30dd\u30fc\u30c8 (%s) \u304c\u540c\u4e00\u30de\u30b7\u30f3 (%s) \u4e0a\u306e 2 \u3064\u306e\u30b5\u30fc\u30d0\u30fc\u306b\u6307\u5b9a\u3055\u308c\u307e\u3057\u305f\u3002 |
| | | SEVERE_ERR_REPLICATION_VALID_SUBCOMMAND_NOT_FOUND=\u6709\u52b9\u306a\u30b5\u30d6\u30b3\u30de\u30f3\u30c9\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002 |
| | | SEVERE_ERR_REPLICATION_STATUS_QUIET={%s} \u30b5\u30d6\u30b3\u30de\u30f3\u30c9\u306f {%s} \u5f15\u6570\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u307e\u305b\u3093\u3002 |
| | | SEVERE_ERR_REPLICATION_VALID_SUBCOMMAND_NOT_FOUND=\u6709\u52b9\u306a\u30b5\u30d6\u30b3\u30de\u30f3\u30c9\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002You must specify a subcommand when using the option %s. |
| | | SEVERE_ERR_REPLICATION_STATUS_QUIET=The '%s' subcommand is not compatible with the %s argument. |
| | | INFO_REPLICATION_SUCCESSFUL=\u64cd\u4f5c\u304c\u6b63\u5e38\u306b\u5b8c\u4e86\u3057\u307e\u3057\u305f |
| | | INFO_REPLICATION_SUCCESSFUL_NOP=\u64cd\u4f5c\u304c\u6b63\u5e38\u306b\u5b8c\u4e86\u3057\u307e\u3057\u305f\u304c\u3001\u30a2\u30af\u30b7\u30e7\u30f3\u306f\u5fc5\u8981\u3042\u308a\u307e\u305b\u3093\u3067\u3057\u305f |
| | | MILD_ERR_REPLICATION_USER_CANCELLED=\u30e6\u30fc\u30b6\u30fc\u304c\u64cd\u4f5c\u3092\u30ad\u30e3\u30f3\u30bb\u30eb\u3057\u307e\u3057\u305f |
| | | SEVERE_ERR_REPLICATION_NO_MESSAGE= |
| | | SEVERE_ERR_UNINSTALL_FORCE_REQUIRES_NO_PROMPT={%s} \u5f15\u6570\u3092\u4f7f\u7528\u3067\u304d\u308b\u306e\u306f\u3001{%s} \u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u3060\u3051\u3067\u3059 |
| | | INFO_REPLICATION_ENABLE_ADMINISTRATOR_MUST_BE_CREATED=\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u4e2d\u306e OpenDS \u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u306e\u7ba1\u7406\u306b\u4f7f\u7528\u3059\u308b\u30b0\u30ed\u30fc\u30d0\u30eb\u7ba1\u7406\u8005\u306e\u8cc7\u683c\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | SEVERE_ERR_UNINSTALL_FORCE_REQUIRES_NO_PROMPT=The %s argument only can be used when %s has been specified |
| | | INFO_REPLICATION_ENABLE_ADMINISTRATOR_MUST_BE_CREATED=\u30b0\u30ed\u30fc\u30d0\u30eb\u7ba1\u7406\u8005\u3092\u4f5c\u6210\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002%n\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u4e2d\u306e OpenDS \u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u306e\u7ba1\u7406\u7528\u306b\u4f5c\u6210\u3059\u308b\u30b0\u30ed\u30fc\u30d0\u30eb\u7ba1\u7406\u8005\u306e\u8cc7\u683c\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | INFO_ADMINISTRATOR_UID_PROMPT=\u30b0\u30ed\u30fc\u30d0\u30eb\u7ba1\u7406\u8005\u306e\u30e6\u30fc\u30b6\u30fc ID |
| | | INFO_ADMINISTRATOR_PWD_PROMPT=\u30b0\u30ed\u30fc\u30d0\u30eb\u7ba1\u7406\u8005\u306e\u30d1\u30b9\u30ef\u30fc\u30c9: |
| | | INFO_ADMINISTRATOR_PWD_CONFIRM_PROMPT=\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u78ba\u8a8d: |
| | |
| | | INFO_REPLICATION_STATUS_SECURITY_DISABLED=\u7121\u52b9 |
| | | INFO_REPLICATION_CRITICAL_ERROR_DETAILS=\u8a73\u7d30: %s |
| | | INFO_PROGRESS_PRE_EXTERNAL_INITIALIZATION=\u5916\u90e8\u3067\u521d\u671f\u5316\u3059\u308b\u30d9\u30fc\u30b9 DN %s \u3092\u6e96\u5099\u3057\u3066\u3044\u307e\u3059 |
| | | INFO_PROGRESS_POST_EXTERNAL_INITIALIZATION=\u30d9\u30fc\u30b9 DN % \u306e\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u60c5\u5831\u3092\u66f4\u65b0\u3057\u3066\u3044\u307e\u3059 |
| | | INFO_PROGRESS_PRE_INITIALIZATION_LOCAL_FINISHED_PROCEDURE=\u3053\u308c\u3067\u3001\u30b5\u30fc\u30d0\u30fc %s \u4e0a\u3067\u30d9\u30fc\u30b9 DN \u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u521d\u671f\u5316\u3067\u304d\u307e\u3059\u3002\u3053\u306e\u64cd\u4f5c\u306b\u306f import-ldif \u30b3\u30de\u30f3\u30c9\u307e\u305f\u306f\u30d0\u30a4\u30ca\u30ea\u30b3\u30d4\u30fc\u3092\u4f7f\u7528\u3067\u304d\u307e\u3059\u3002%n%n\u521d\u671f\u5316\u304c\u5b8c\u4e86\u3057\u305f\u3089\u3001\u65b0\u3057\u3044\u30d9\u30fc\u30b9 DN \u306b\u5bfe\u3057\u3066\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u6709\u52b9\u306b\u3059\u308b\u305f\u3081\u306b\u3001\u30b5\u30d6\u30b3\u30de\u30f3\u30c9 {%s} \u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | INFO_PROGRESS_PRE_INITIALIZATION_FINISHED_PROCEDURE=\u3053\u308c\u3067\u3001\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u3055\u308c\u305f\u3059\u3079\u3066\u306e\u30b5\u30fc\u30d0\u30fc\u4e0a\u3067\u30d9\u30fc\u30b9 DN \u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u521d\u671f\u5316\u3092\u5b9f\u884c\u3067\u304d\u307e\u3059\u3002\u3053\u306e\u64cd\u4f5c\u306b\u306f import-ldif \u307e\u305f\u306f\u30d0\u30a4\u30ca\u30ea\u30b3\u30d4\u30fc\u3092\u4f7f\u7528\u3067\u304d\u307e\u3059\u3002%n%n\u521d\u671f\u5316\u304c\u5b8c\u4e86\u3057\u305f\u3089\u3001\u65b0\u3057\u3044\u30d9\u30fc\u30b9 DN \u30b3\u30f3\u30c6\u30f3\u30c4\u306b\u5bfe\u3057\u3066\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u6709\u52b9\u306b\u3059\u308b\u305f\u3081\u306b\u3001\u30b5\u30d6\u30b3\u30de\u30f3\u30c9 {%s} \u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | INFO_PROGRESS_POST_EXTERNAL_INITIALIZATION=\u30d9\u30fc\u30b9 DN %s \u306e\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u60c5\u5831\u3092\u66f4\u65b0\u3057\u3066\u3044\u307e\u3059 |
| | | INFO_PROGRESS_PRE_INITIALIZATION_LOCAL_FINISHED_PROCEDURE=\u3053\u308c\u3067\u3001\u30b5\u30fc\u30d0\u30fc %s \u4e0a\u3067\u30d9\u30fc\u30b9 DN \u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u521d\u671f\u5316\u3067\u304d\u307e\u3059\u3002\u3053\u306e\u64cd\u4f5c\u306b\u306f import-ldif \u30b3\u30de\u30f3\u30c9\u307e\u305f\u306f\u30d0\u30a4\u30ca\u30ea\u30b3\u30d4\u30fc\u3092\u4f7f\u7528\u3067\u304d\u307e\u3059\u3002%n%n\u521d\u671f\u5316\u304c\u5b8c\u4e86\u3057\u305f\u3089\u3001\u65b0\u3057\u3044\u30d9\u30fc\u30b9 DN \u306b\u5bfe\u3057\u3066\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u6709\u52b9\u306b\u3059\u308b\u305f\u3081\u306b\u3001\u30b5\u30d6\u30b3\u30de\u30f3\u30c9 '%s' \u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | INFO_PROGRESS_PRE_INITIALIZATION_FINISHED_PROCEDURE=\u3053\u308c\u3067\u3001\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u3055\u308c\u305f\u3059\u3079\u3066\u306e\u30b5\u30fc\u30d0\u30fc\u4e0a\u3067\u30d9\u30fc\u30b9 DN \u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u521d\u671f\u5316\u3092\u5b9f\u884c\u3067\u304d\u307e\u3059\u3002\u3053\u306e\u64cd\u4f5c\u306b\u306f import-ldif \u307e\u305f\u306f\u30d0\u30a4\u30ca\u30ea\u30b3\u30d4\u30fc\u3092\u4f7f\u7528\u3067\u304d\u307e\u3059\u3002%n%n\u521d\u671f\u5316\u304c\u5b8c\u4e86\u3057\u305f\u3089\u3001\u65b0\u3057\u3044\u30d9\u30fc\u30b9 DN \u30b3\u30f3\u30c6\u30f3\u30c4\u306b\u5bfe\u3057\u3066\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u6709\u52b9\u306b\u3059\u308b\u305f\u3081\u306b\u3001\u30b5\u30d6\u30b3\u30de\u30f3\u30c9 '%s' \u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | INFO_PROGRESS_POST_INITIALIZATION_FINISHED_PROCEDURE=\u521d\u671f\u5316\u5f8c\u306e\u624b\u9806\u304c\u6b63\u5e38\u306b\u5b8c\u4e86\u3057\u307e\u3057\u305f\u3002 |
| | | SEVERE_ERR_POOLING_PRE_EXTERNAL_INITIALIZATION=\u64cd\u4f5c\u306e\u9032\u6357\u72b6\u6cc1\u306e\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002 |
| | | SEVERE_ERR_POOLING_POST_EXTERNAL_INITIALIZATION=\u64cd\u4f5c\u306e\u9032\u6357\u72b6\u6cc1\u306e\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002 |
| | |
| | | INFO_ERROR_DURING_POST_EXTERNAL_INITIALIZATION_LOG=\u64cd\u4f5c\u4e2d\u306b\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u6700\u65b0\u30ed\u30b0\u306e\u8a73\u7d30: %s\u3002\u30bf\u30b9\u30af\u72b6\u614b: %s\u3002\u8a73\u7d30\u306f %s \u306e\u30a8\u30e9\u30fc\u30ed\u30b0\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | SEVERE_ERR_LAUNCHING_PRE_EXTERNAL_INITIALIZATION=\u64cd\u4f5c\u306e\u8d77\u52d5\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002 |
| | | SEVERE_ERR_LAUNCHING_POST_EXTERNAL_INITIALIZATION=\u64cd\u4f5c\u306e\u8d77\u52d5\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002 |
| | | INFO_REPLICATION_SUBCOMMAND_PROMPT=\u3069\u306e\u51e6\u7406\u3092\u5b9f\u884c\u3057\u307e\u3059\u304b? |
| | | INFO_REPLICATION_ENABLE_MENU_PROMPT=\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u6709\u52b9\u306b\u3059\u308b |
| | | INFO_REPLICATION_DISABLE_MENU_PROMPT=\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u7121\u52b9\u306b\u3059\u308b |
| | | INFO_REPLICATION_INITIALIZE_MENU_PROMPT=1 \u53f0\u306e\u30b5\u30fc\u30d0\u30fc\u3067\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u521d\u671f\u5316 |
| | | INFO_REPLICATION_INITIALIZE_ALL_MENU_PROMPT=\u3059\u3079\u3066\u306e\u30b5\u30fc\u30d0\u30fc\u3092\u521d\u671f\u5316 |
| | | INFO_REPLICATION_PRE_EXTERNAL_INITIALIZATION_MENU_PROMPT=\u5916\u90e8\u521d\u671f\u5316\u524d |
| | | INFO_REPLICATION_POST_EXTERNAL_INITIALIZATION_MENU_PROMPT=\u5916\u90e8\u521d\u671f\u5316\u5f8c |
| | | INFO_REPLICATION_STATUS_MENU_PROMPT=\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e\u72b6\u614b\u3092\u8868\u793a |
| | | INFO_REPLICATION_POST_ENABLE_INFO=\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u304c\u6b63\u5e38\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3057\u305f\u3002\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u304c\u6a5f\u80fd\u3059\u308b\u306b\u306f\u3001\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u3059\u308b\u30d9\u30fc\u30b9 DN \u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u521d\u671f\u5316\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059 (%s %s \u3092\u4f7f\u7528\u3057\u3066\u521d\u671f\u5316)\u3002 |
| | |
| | | INFO_CONFIRM_UNINSTALL_SERVER_NOT_RUNNING_TITLE=\uc81c\uac70 \ud655\uc778 |
| | | INFO_CONFIRM_UNINSTALL_SERVER_RUNNING_MSG=\uc11c\ubc84\ub97c \uc2e4\ud589\ud558\ub294 \uc911\uc785\ub2c8\ub2e4.%nOpenDS \uc11c\ubc84\uac00 \ud604\uc7ac \uc2e4\ud589 \uc911\uc774\ubbc0\ub85c \uc81c\uac70\ub97c \uacc4\uc18d\ud558\ub824\uba74 \uc11c\ubc84\ub97c \uc911\uc9c0\ud574\uc57c \ud569\ub2c8\ub2e4. \uc81c\uac70 \ud504\ub85c\uadf8\ub7a8\uc774 \uc11c\ubc84\ub97c \uc911\uc9c0\ud558\uace0 \uc81c\uac70\ub97c \uacc4\uc18d\ud558\ub3c4\ub85d \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? \uc544\ub2c8\uc624\ub97c \ub204\ub978 \uacbd\uc6b0 \uacc4\uc18d\ud558\ub824\uba74 \uc11c\ubc84\ub97c \uc218\ub3d9\uc73c\ub85c \uc911\uc9c0\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | MILD_ERR_UNINSTALL_READING_REGISTERED_SERVERS_CONFIRM_UPDATE_REMOTE=\uae30\uc874 \uc11c\ubc84\uc758 \uad6c\uc131\uc744 \uc77d\ub294 \ub3d9\uc548 \ub2e4\uc74c\uacfc \uac19\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4:\n%s\n\uc81c\uac70 \ud504\ub85c\uadf8\ub7a8\uc774 \ucd5c\uc0c1\uc758 \ubaa8\ub4dc\uc5d0\uc11c \uc774 \uc11c\ubc84\uc5d0 \ub300\ud55c \ucc38\uc870\ub97c \uc81c\uac70\ud558\ub3c4\ub85d \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? |
| | | MILD_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_FORCE=\uc774 \uc11c\ubc84\ub294 \uae30\ubcf8 DN\uc758 \uc77c\ubd80\ub97c \ubcf5\uc81c\ud558\ub3c4\ub85d \uad6c\uc131\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \ubcf5\uc81c\ub41c \uc11c\ubc84\uc5d0\uc11c \ud574\ub2f9 \ucc38\uc870\ub97c \uac80\uc0c9\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \uc6d0\uaca9 \ucc38\uc870\ub97c \uc81c\uac70\ud558\ub824\uba74 {%s} \ubc0f {%s}(\ub610\ub294 {%s}) \uc635\uc158\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc804\uc5ed \uad00\ub9ac\uc790 \uc790\uaca9 \uc99d\uba85\uc744 \uc81c\uacf5\ud574\uc57c \ud569\ub2c8\ub2e4.%n\uc624\ub958 \ubaa8\ub4dc\uc5d0\uc11c \uac15\uc81c\ub85c \uc81c\uac70\ub97c \uacc4\uc18d\ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_NO_FORCE=\uc774 \uc11c\ubc84\ub294 \uae30\ubcf8 DN\uc758 \uc77c\ubd80\ub97c \ubcf5\uc81c\ud558\ub3c4\ub85d \uad6c\uc131\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \ubcf5\uc81c\ub41c \uc11c\ubc84\uc5d0\uc11c \ud574\ub2f9 \ucc38\uc870\ub97c \uac80\uc0c9\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \uc6d0\uaca9 \ucc38\uc870\ub97c \uc81c\uac70\ud558\ub824\uba74 {%s} \ubc0f {%s}(\ub610\ub294 {%s}) \uc635\uc158\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc804\uc5ed \uad00\ub9ac\uc790 \uc790\uaca9 \uc99d\uba85\uc744 \uc81c\uacf5\ud574\uc57c \ud569\ub2c8\ub2e4.%n\uc81c\uacf5\ud55c \uc5f0\uacb0 \ub9e4\uac1c\ubcc0\uc218\uac00 \uc62c\ubc14\ub978\uc9c0 \ud655\uc778\ud558\uc2ed\uc2dc\uc624.%n\uc6d0\uaca9 \ucc38\uc870\ub97c \uc81c\uac70\ud560 \uc218 \uc5c6\ub294 \uacbd\uc6b0\uc5d0\ub3c4 \uc11c\ubc84\ub97c \uc81c\uac70\ud558\ub824\uba74 {%s} \uc635\uc158\uc744 \uc0ac\uc6a9\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | MILD_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_FORCE=\uc774 \uc11c\ubc84\ub294 \uae30\ubcf8 DN\uc758 \uc77c\ubd80\ub97c \ubcf5\uc81c\ud558\ub3c4\ub85d \uad6c\uc131\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \ubcf5\uc81c\ub41c \uc11c\ubc84\uc5d0\uc11c \ud574\ub2f9 \ucc38\uc870\ub97c \uac80\uc0c9\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \uc6d0\uaca9 \ucc38\uc870\ub97c \uc81c\uac70\ud558\ub824\uba74 %s \ubc0f %s(\ub610\ub294 %s) \uc635\uc158\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc804\uc5ed \uad00\ub9ac\uc790 \uc790\uaca9 \uc99d\uba85\uc744 \uc81c\uacf5\ud574\uc57c \ud569\ub2c8\ub2e4.%n\uc624\ub958 \ubaa8\ub4dc\uc5d0\uc11c \uac15\uc81c\ub85c \uc81c\uac70\ub97c \uacc4\uc18d\ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_NO_FORCE=\uc774 \uc11c\ubc84\ub294 \uae30\ubcf8 DN\uc758 \uc77c\ubd80\ub97c \ubcf5\uc81c\ud558\ub3c4\ub85d \uad6c\uc131\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \ubcf5\uc81c\ub41c \uc11c\ubc84\uc5d0\uc11c \ud574\ub2f9 \ucc38\uc870\ub97c \uac80\uc0c9\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \uc6d0\uaca9 \ucc38\uc870\ub97c \uc81c\uac70\ud558\ub824\uba74 %s \ubc0f %s(\ub610\ub294 %s) \uc635\uc158\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc804\uc5ed \uad00\ub9ac\uc790 \uc790\uaca9 \uc99d\uba85\uc744 \uc81c\uacf5\ud574\uc57c \ud569\ub2c8\ub2e4.%n\uc81c\uacf5\ud55c \uc5f0\uacb0 \ub9e4\uac1c\ubcc0\uc218\uac00 \uc62c\ubc14\ub978\uc9c0 \ud655\uc778\ud558\uc2ed\uc2dc\uc624.%n\uc6d0\uaca9 \ucc38\uc870\ub97c \uc81c\uac70\ud560 \uc218 \uc5c6\ub294 \uacbd\uc6b0\uc5d0\ub3c4 \uc11c\ubc84\ub97c \uc81c\uac70\ud558\ub824\uba74 %s \uc635\uc158\uc744 \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_UNINSTALL_NOT_UPDATE_REMOTE_PROMPT=\uc774 \uc11c\ubc84\ub294 \uae30\ubcf8 DN\uc758 \uc77c\ubd80\ub97c \ubcf5\uc81c\ud558\ub3c4\ub85d \uad6c\uc131\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \ubcf5\uc81c\ub41c \uc11c\ubc84\uc5d0\uc11c \ud574\ub2f9 \ucc38\uc870\ub97c \uac80\uc0c9\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4.%n\uacc4\uc18d\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? |
| | | INFO_CONFIRM_UNINSTALL_SERVER_RUNNING_TITLE=\uc11c\ubc84 \uc2e4\ud589 \uc911 |
| | | INFO_CONNECTIONS_LABEL=\uc5f0\uacb0 \uc5f4\uae30: |
| | |
| | | INFO_LDAP_PROTOCOL_LABEL=LDAP |
| | | INFO_LDAPS_PROTOCOL_LABEL=LDAPS |
| | | INFO_LDIF_PROTOCOL_LABEL=LDIF |
| | | INFO_SNMP_PROTOCOL_LABEL=SNMP |
| | | INFO_LISTENERS_TITLE=\uc5f0\uacb0 \ucc98\ub9ac\uae30 |
| | | INFO_LOGIN_CANCEL_BUTTON_TOOLTIP=\ub85c\uadf8\uc778 \ub300\ud654 \uc0c1\uc790 \ub2eb\uae30 |
| | | INFO_LOGIN_DIALOG_MSG=\ubaa8\ub2c8\ud130\ub9c1 \uc815\ubcf4\ub97c \uac80\uc0c9\ud558\ub824\uba74 \uad00\ub9ac\uc790 DN \ubc0f \ube44\ubc00\ubc88\ud638\ub97c \uc81c\uacf5\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | |
| | | INFO_UNINSTALL_LOGIN_PWD_TOOLTIP=\ub2e4\ub978 OpenDS \uc11c\ubc84\uc5d0\uc11c \uad6c\uc131\uc744 \uc77d\uac70\ub098 \uc5c5\ub370\uc774\ud2b8\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 \uc804\uc5ed \uad00\ub9ac\uc790\uc758 \ube44\ubc00\ubc88\ud638. |
| | | INFO_UNINSTALL_LOGIN_UID_TOOLTIP=\ub2e4\ub978 OpenDS \uc11c\ubc84\uc5d0\uc11c \uad6c\uc131\uc744 \uc77d\uac70\ub098 \uc5c5\ub370\uc774\ud2b8\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 \uc804\uc5ed \uad00\ub9ac\uc790 \uc544\uc774\ub514. |
| | | INFO_UNKNOWN_LABEL=-- |
| | | INFO_UNINSTALLDS_DESCRIPTION_FORCE=\uc6d0\uaca9 OpenDS \uc778\uc2a4\ud134\uc2a4\uc5d0\uc11c \uc774 \uc11c\ubc84\uc5d0 \ub300\ud55c \ucc38\uc870\ub97c \uc5c5\ub370\uc774\ud2b8\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\ub294 \uacbd\uc6b0\uc5d0 \uc81c\uac70\ub97c \uacc4\uc18d\ud560\uc9c0 \uc5ec\ubd80\ub97c \uc9c0\uc815\ud569\ub2c8\ub2e4. \uc774 \uc778\uc218\ub294 \ud504\ub86c\ud504\ud2b8 \uc778\uc218 \uc5c6\uc774 {%s}\uacfc(\uc640) \ud568\uaed8\ub9cc \uc0ac\uc6a9\ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | INFO_UNINSTALLDS_DESCRIPTION_FORCE=\uc6d0\uaca9 OpenDS \uc778\uc2a4\ud134\uc2a4\uc5d0\uc11c \uc774 \uc11c\ubc84\uc5d0 \ub300\ud55c \ucc38\uc870\ub97c \uc5c5\ub370\uc774\ud2b8\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\ub294 \uacbd\uc6b0\uc5d0 \uc81c\uac70\ub97c \uacc4\uc18d\ud560\uc9c0 \uc5ec\ubd80\ub97c \uc9c0\uc815\ud569\ub2c8\ub2e4. \uc774 \uc778\uc218\ub294 %s no prompt \uc778\uc218\uc640\ub9cc \uc0ac\uc6a9\ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | INFO_DESCRIPTION_REFERENCED_HOST=\ubcf5\uc81c\ub97c \uc704\ud574 \uc6d0\uaca9 \uc11c\ubc84\uc5d0\uc11c \ucc38\uc870\ub418\ub294 \uc774 \ud638\uc2a4\ud2b8\uc758 \uc774\ub984 \ub610\ub294 IP \uc8fc\uc18c |
| | | INFO_UNINSTALLDS_DESCRIPTION_CLI=\uba85\ub839\uc904 \uc124\uce58\ub97c \uc0ac\uc6a9\ud558\ub824\uba74 \uc9c0\uc815\ud569\ub2c8\ub2e4. \uc9c0\uc815\ud558\uc9c0 \uc54a\uc73c\uba74 \uadf8\ub798\ud53d \uc778\ud130\ud398\uc774\uc2a4\uac00 \uc2dc\uc791\ub429\ub2c8\ub2e4. \ub3c4\uc6c0\ub9d0\uacfc \ubc84\uc804\uc744 \uc81c\uc678\ud55c \ub098\uba38\uc9c0 \uc635\uc158\uc740 \uc774 \uc635\uc158\uc744 \uc9c0\uc815\ud55c \uacbd\uc6b0\uc5d0\ub9cc \uace0\ub824\ub429\ub2c8\ub2e4. |
| | | INFO_UNINSTALLDS_DESCRIPTION_QUIET=Quiet \ubaa8\ub4dc\uc5d0\uc11c \uc81c\uac70\ub97c \uc2e4\ud589\ud569\ub2c8\ub2e4. Quiet \ubaa8\ub4dc\uc5d0\uc11c\ub294 \ud45c\uc900 \ucd9c\ub825\uc5d0 \uc9c4\ud589\ub960 \uc815\ubcf4\ub97c \ucd9c\ub825\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_SERVER_PORT1=\ub0b4\uc6a9\uc744 \ubcf5\uc81c\ud560 \uccab \ubc88\uc9f8 \uc11c\ubc84\uc758 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ud3ec\ud2b8 \ubc88\ud638 |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_BINDDN1=\ub0b4\uc6a9\uc744 \ubcf5\uc81c\ud560 \uccab \ubc88\uc9f8 \uc11c\ubc84\uc5d0 \ubc14\uc778\ub4dc\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 DN\uc785\ub2c8\ub2e4. \uc9c0\uc815\ud558\uc9c0 \uc54a\uc740 \uacbd\uc6b0 \uc804\uc5ed \uad00\ub9ac\uc790\ub97c \uc0ac\uc6a9\ud558\uc5ec \ubc14\uc778\ub4dc\ud569\ub2c8\ub2e4. |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_BINDPASSWORD1=\ub0b4\uc6a9\uc744 \ubcf5\uc81c\ud560 \uccab \ubc88\uc9f8 \uc11c\ubc84\uc5d0 \ubc14\uc778\ub4dc\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 \ube44\ubc00\ubc88\ud638. \uccab \ubc88\uc9f8 \uc11c\ubc84\uc5d0 \ub300\ud574 \ubc14\uc778\ub4dc DN\uc744 \uc9c0\uc815\ud558\uc9c0 \uc54a\uc740 \uacbd\uc6b0 \uc804\uc5ed \uad00\ub9ac\uc790\uc758 \ube44\ubc00\ubc88\ud638\ub97c \uc0ac\uc6a9\ud558\uc5ec \ubc14\uc778\ub4dc\ud569\ub2c8\ub2e4. |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_BINDPASSWORDFILE1=\ub0b4\uc6a9\uc744 \ubcf5\uc81c\ud560 \uccab \ubc88\uc9f8 \uc11c\ubc84\uc5d0 \ubc14\uc778\ub4dc\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 \ube44\ubc00\ubc88\ud638\uac00 \ub4e4\uc5b4 \uc788\ub294 \ud30c\uc77c. \uccab \ubc88\uc9f8 \uc11c\ubc84\uc5d0 \ub300\ud55c \ubc14\uc778\ub4dc DN\uc744 \uc9c0\uc815\ud558\uc9c0 \uc54a\uc740 \uacbd\uc6b0 \uc804\uc5ed \uad00\ub9ac\uc790\uc758 \ube44\ubc00\ubc88\ud638\ub97c \uc0ac\uc6a9\ud558\uc5ec \ubc14\uc778\ub4dc\ud569\ub2c8\ub2e4. |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_BINDPASSWORDFILE1=\ub0b4\uc6a9\uc744 \ubcf5\uc81c\ud560 \uccab \ubc88\uc9f8 \uc11c\ubc84\uc5d0 \ubc14\uc778\ub4dc\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 \ube44\ubc00\ubc88\ud638\uac00 \ub4e4\uc5b4 \uc788\ub294 \ud30c\uc77c. \uccab \ubc88\uc9f8 \uc11c\ubc84\uc5d0 \ub300\ud574 \ubc14\uc778\ub4dc DN\uc744 \uc9c0\uc815\ud558\uc9c0 \uc54a\uc740 \uacbd\uc6b0 \uc804\uc5ed \uad00\ub9ac\uc790\uc758 \ube44\ubc00\ubc88\ud638\ub97c \uc0ac\uc6a9\ud558\uc5ec \ubc14\uc778\ub4dc\ud569\ub2c8\ub2e4. |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_USE_SSL1=\uccab \ubc88\uc9f8 \uc11c\ubc84\uc640\uc758 \ubcf4\uc548 \ud1b5\uc2e0\uc5d0 SSL \uc0ac\uc6a9 |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_STARTTLS1=\uccab \ubc88\uc9f8 \uc11c\ubc84\uc640\uc758 \ubcf4\uc548 \ud1b5\uc2e0\uc5d0 StartTLS \uc0ac\uc6a9 |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_PORT1=\uccab \ubc88\uc9f8 \uc11c\ubc84\uc758 \ubcf5\uc81c \uba54\ucee4\ub2c8\uc998\uc5d0\uc11c \ub2e4\ub978 \uc11c\ubc84\uc640 \ud1b5\uc2e0\ud558\ub294 \ub370 \uc0ac\uc6a9\ub418\ub294 \ud3ec\ud2b8\uc785\ub2c8\ub2e4. \uccab \ubc88\uc9f8 \uc11c\ubc84\uc5d0\uc11c \ubcf5\uc81c\ub97c \uad6c\uc131\ud55c \uc801\uc774 \uc5c6\ub294 \uacbd\uc6b0\uc5d0\ub9cc \uc774 \uc635\uc158\uc744 \uc9c0\uc815\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_BINDDN2=\ub0b4\uc6a9\uc744 \ubcf5\uc81c\ud560 \ub450 \ubc88\uc9f8 \uc11c\ubc84\uc5d0 \ubc14\uc778\ub4dc\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 DN. \uc9c0\uc815\ud558\uc9c0 \uc54a\uc740 \uacbd\uc6b0 \uc804\uc5ed \uad00\ub9ac\uc790\ub97c \uc0ac\uc6a9\ud558\uc5ec \ubc14\uc778\ub4dc\ud569\ub2c8\ub2e4. |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_SKIPPORT=\uc9c0\uc815\ub41c \ubcf5\uc81c \ud3ec\ud2b8\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc788\ub294\uc9c0 \uc5ec\ubd80\ub97c \uacb0\uc815\ud558\ub824\uba74 \ud655\uc778\uc744 \uac74\ub108\ub701\ub2c8\ub2e4. |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_NO_SCHEMA_REPLICATION=\uc11c\ubc84 \uac04\uc5d0 \uc2a4\ud0a4\ub9c8 \ubcf5\uc81c \uc548 \ud568 |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_USE_SECOND_AS_SCHEMA_SOURCE=\ub450 \ubc88\uc9f8 \uc11c\ubc84\ub97c \uc0ac\uc6a9\ud558\uc5ec \uccab \ubc88\uc9f8 \uc11c\ubc84\uc758 \uc2a4\ud0a4\ub9c8\ub97c \ucd08\uae30\ud654\ud569\ub2c8\ub2e4. \uc774 \uc635\uc158\uacfc {%s} \uc635\uc158\uc744 \ubaa8\ub450 \uc9c0\uc815\ud558\uc9c0 \uc54a\uc740 \uacbd\uc6b0 \uccab \ubc88\uc9f8 \uc11c\ubc84\uc758 \uc2a4\ud0a4\ub9c8\ub97c \uc0ac\uc6a9\ud558\uc5ec \ub450 \ubc88\uc9f8 \uc11c\ubc84\uc758 \uc2a4\ud0a4\ub9c8\ub97c \ucd08\uae30\ud654\ud569\ub2c8\ub2e4. |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_USE_SECOND_AS_SCHEMA_SOURCE=\ub450 \ubc88\uc9f8 \uc11c\ubc84\ub97c \uc0ac\uc6a9\ud558\uc5ec \uccab \ubc88\uc9f8 \uc11c\ubc84\uc758 \uc2a4\ud0a4\ub9c8\ub97c \ucd08\uae30\ud654\ud569\ub2c8\ub2e4. \uc774 \uc635\uc158\uacfc %s \uc635\uc158\uc744 \ubaa8\ub450 \uc9c0\uc815\ud558\uc9c0 \uc54a\uc740 \uacbd\uc6b0 \uccab \ubc88\uc9f8 \uc11c\ubc84\uc758 \uc2a4\ud0a4\ub9c8\ub97c \uc0ac\uc6a9\ud558\uc5ec \ub450 \ubc88\uc9f8 \uc11c\ubc84\uc758 \uc2a4\ud0a4\ub9c8\ub97c \ucd08\uae30\ud654\ud569\ub2c8\ub2e4. |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_BINDPASSWORD2=\ub0b4\uc6a9\uc744 \ubcf5\uc81c\ud560 \ub450 \ubc88\uc9f8 \uc11c\ubc84\uc5d0 \ubc14\uc778\ub4dc\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 \ube44\ubc00\ubc88\ud638. \ub450 \ubc88\uc9f8 \uc11c\ubc84\uc5d0 \ub300\ud574 \ubc14\uc778\ub4dc DN\uc744 \uc9c0\uc815\ud558\uc9c0 \uc54a\uc740 \uacbd\uc6b0 \uc804\uc5ed \uad00\ub9ac\uc790\uc758 \ube44\ubc00\ubc88\ud638\ub97c \uc0ac\uc6a9\ud558\uc5ec \ubc14\uc778\ub4dc\ud569\ub2c8\ub2e4. |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_BINDPASSWORDFILE2=\ub0b4\uc6a9\uc744 \ubcf5\uc81c\ud560 \ub450 \ubc88\uc9f8 \uc11c\ubc84\uc5d0 \ubc14\uc778\ub4dc\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 \ube44\ubc00\ubc88\ud638\uac00 \ub4e4\uc5b4 \uc788\ub294 \ud30c\uc77c. \ub450 \ubc88\uc9f8 \uc11c\ubc84\uc5d0 \ub300\ud574 \ubc14\uc778\ub4dc DN\uc744 \uc9c0\uc815\ud558\uc9c0 \uc54a\uc740 \uacbd\uc6b0 \uc804\uc5ed \uad00\ub9ac\uc790\uc758 \ube44\ubc00\ubc88\ud638\ub97c \uc0ac\uc6a9\ud558\uc5ec \ubc14\uc778\ub4dc\ud569\ub2c8\ub2e4. |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_USE_SSL2=\ub450 \ubc88\uc9f8 \uc11c\ubc84\uc640\uc758 \ubcf4\uc548 \ud1b5\uc2e0\uc5d0 SSL \uc0ac\uc6a9 |
| | |
| | | INFO_DESCRIPTION_ENABLE_SECURE_REPLICATION2=\ub450 \ubc88\uc9f8 \uc11c\ubc84\uc758 \ubcf5\uc81c \ud3ec\ud2b8\ub97c \ud1b5\ud574 \ud1b5\uc2e0\uc744 \uc554\ud638\ud654\ud560\uc9c0 \uc5ec\ubd80\ub97c \uc9c0\uc815\ud569\ub2c8\ub2e4. \uc774 \uc635\uc158\uc740 \ub450 \ubc88\uc9f8 \uc11c\ubc84\uc5d0\uc11c \ubcf5\uc81c\ub97c \ucc98\uc74c \uad6c\uc131\ud560 \ub54c\uc5d0\ub9cc \uace0\ub824\ub429\ub2c8\ub2e4. |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_STARTTLS2=\ub450 \ubc88\uc9f8 \uc11c\ubc84\uc640\uc758 \ubcf4\uc548 \ud1b5\uc2e0\uc5d0 StartTLS \uc0ac\uc6a9 |
| | | INFO_DESCRIPTION_REPLICATION_BASEDNS=\ubcf5\uc81c \ub610\ub294 \ucd08\uae30\ud654\ud558\uac70\ub098 \ubcf5\uc81c\ub97c \ube44\ud65c\uc131\ud654\ud560 \ub370\uc774\ud130\uc758 \uae30\ubcf8 DN\uc785\ub2c8\ub2e4. \uc774 \uc635\uc158\uc744 \uc5ec\ub7ec \ubc88 \uc0ac\uc6a9\ud558\uc5ec \uae30\ubcf8 DN\uc744 \uc5ec\ub7ec \uac1c \uc81c\uacf5\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | INFO_DESCRIPTION_REPLICATION_ADMIN_UID=\uc11c\ubc84\uc5d0 \ubc14\uc778\ub4dc\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 \uc804\uc5ed \uad00\ub9ac\uc790\uc758 \uc0ac\uc6a9\uc790 \uc544\uc774\ub514. {%s} \ud558\uc704 \uba85\ub839\uc5d0\uc11c \uc5b4\ub290 \uc11c\ubc84\uc5d0 \ub300\ud574\uc11c\ub3c4 \uc804\uc5ed \uad00\ub9ac\uc790\ub97c \uc815\uc758\ud55c \uc801\uc774 \uc5c6\ub294 \uacbd\uc6b0 \uc81c\uacf5\ub41c \ub370\uc774\ud130\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc804\uc5ed \uad00\ub9ac\uc790\ub97c \ub9cc\ub4ed\ub2c8\ub2e4. |
| | | INFO_DESCRIPTION_REPLICATION_ADMIN_UID=\uc11c\ubc84\uc5d0 \ubc14\uc778\ub4dc\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 \uc804\uc5ed \uad00\ub9ac\uc790\uc758 \uc0ac\uc6a9\uc790 \uc544\uc774\ub514. %s \ud558\uc704 \uba85\ub839\uc5d0\uc11c \uc5b4\ub290 \uc11c\ubc84\uc5d0 \ub300\ud574\uc11c\ub3c4 \uc804\uc5ed \uad00\ub9ac\uc790\ub97c \uc815\uc758\ud55c \uc801\uc774 \uc5c6\ub294 \uacbd\uc6b0 \uc81c\uacf5\ub41c \ub370\uc774\ud130\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc804\uc5ed \uad00\ub9ac\uc790\ub97c \ub9cc\ub4ed\ub2c8\ub2e4. |
| | | INFO_DESCRIPTION_REPLICATION_ADMIN_BINDPASSWORD=\uc804\uc5ed \uad00\ub9ac\uc790 \ube44\ubc00\ubc88\ud638 |
| | | INFO_DESCRIPTION_REPLICATION_ADMIN_BINDPASSWORDFILE=\uc804\uc5ed \uad00\ub9ac\uc790\uc758 \ube44\ubc00\ubc88\ud638\uac00 \ub4e4\uc5b4 \uc788\ub294 \ud30c\uc77c |
| | | INFO_DESCRIPTION_INITIALIZE_REPLICATION_HOST_SOURCE=\ub300\uc0c1 \uc11c\ubc84\ub97c \ucd08\uae30\ud654\ud558\ub294 \ub370 \ub0b4\uc6a9\uc744 \uc0ac\uc6a9\ud560 \uc18c\uc2a4 \uc11c\ubc84\uc758 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ud638\uc2a4\ud2b8 \uc774\ub984 \ub610\ub294 IP \uc8fc\uc18c |
| | |
| | | INFO_DESCRIPTION_INITIALIZE_REPLICATION_USE_SSL_DESTINATION=\ub300\uc0c1 \uc11c\ubc84\uc640\uc758 \ubcf4\uc548 \ud1b5\uc2e0\uc5d0 SSL \uc0ac\uc6a9 |
| | | INFO_DESCRIPTION_INITIALIZE_REPLICATION_STARTTLS_DESTINATION=\ub300\uc0c1 \uc11c\ubc84\uc640\uc758 \ubcf4\uc548 \ud1b5\uc2e0\uc5d0 StartTLS \uc0ac\uc6a9 |
| | | INFO_DESCRIPTION_EXTERNAL_INITIALIZATION_LOCAL=\uc678\ubd80 \uba54\uc18c\ub4dc(import-ldif \uba85\ub839 \ub610\ub294 \uc774\uc9c4 \ubcf5\uc0ac)\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc9c0\uc815\ub41c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc758 \ub0b4\uc6a9\ub9cc \ucd08\uae30\ud654\ud560 \uacbd\uc6b0 \uc774 \uc635\uc158\uc744 \uc0ac\uc6a9\ud569\ub2c8\ub2e4. |
| | | INFO_REPLICATION_TOOL_DESCRIPTION=\uc774 \uc720\ud2f8\ub9ac\ud2f0\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc11c\ubc84\uc758 \ub370\uc774\ud130\uac00 \ub3d9\uae30\ud654\ub418\ub3c4\ub85d \uc11c\ubc84 \uac04\uc758 \ubcf5\uc81c\ub97c \uad6c\uc131\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ubcf5\uc81c \uc791\uc5c5\uc744 \uc218\ud589\ud558\ub824\uba74 {%s} \ud558\uc704 \uba85\ub839\uc744 \uc0ac\uc6a9\ud558\uc5ec \ubcf5\uc81c\ub97c \ud65c\uc131\ud654\ud55c \ub2e4\uc74c {%s} \ud558\uc704 \uba85\ub839\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc11c\ubc84 \uc911 \ud558\ub098\uc758 \ub0b4\uc6a9\uc744 \ub2e4\ub978 \uc11c\ubc84\uc758 \ub0b4\uc6a9\uc73c\ub85c \ucd08\uae30\ud654\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | INFO_REPLICATION_TOOL_DESCRIPTION=\uc774 \uc720\ud2f8\ub9ac\ud2f0\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc11c\ubc84\uc758 \ub370\uc774\ud130\uac00 \ub3d9\uae30\ud654\ub418\ub3c4\ub85d \uc11c\ubc84 \uac04\uc758 \ubcf5\uc81c\ub97c \uad6c\uc131\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ubcf5\uc81c \uc791\uc5c5\uc744 \uc218\ud589\ud558\ub824\uba74 '%s' \ud558\uc704 \uba85\ub839\uc744 \uc0ac\uc6a9\ud558\uc5ec \ubcf5\uc81c\ub97c \ud65c\uc131\ud654\ud55c \ub2e4\uc74c '%s' \ud558\uc704 \uba85\ub839\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc11c\ubc84 \uc911 \ud558\ub098\uc758 \ub0b4\uc6a9\uc744 \ub2e4\ub978 \uc11c\ubc84\uc758 \ub0b4\uc6a9\uc73c\ub85c \ucd08\uae30\ud654\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | INFO_REPLICATION_DESCRIPTION_QUIET=Quiet \uc791\uc5c5 \uc218\ud589(\ud45c\uc900 \ucd9c\ub825\uc5d0 \uc9c4\ud589\ub960 \uc815\ubcf4 \uae30\ub85d \uc548 \ub428) |
| | | INFO_DESCRIPTION_DISABLE_REPLICATION_BINDDN=\ubcf5\uc81c\ub97c \ube44\ud65c\uc131\ud654\ud560 \uc11c\ubc84\uc5d0 \ubc14\uc778\ub4dc\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 DN. \uc774 \uc635\uc158\uc740 \uc11c\ubc84\uc5d0\uc11c \uc804\uc5ed \uad00\ub9ac\uc790\ub97c \uc815\uc758\ud558\uc9c0 \uc54a\uc740 \uacbd\uc6b0\ub098 \uc0ac\uc6a9\uc790\uac00 \ub2e4\ub978 \ubcf5\uc81c\ub41c \uc11c\ubc84\uc5d0\uc11c \ucc38\uc870\ub97c \uc81c\uac70\ud558\ub824 \ud558\uc9c0 \uc54a\ub294 \uacbd\uc6b0\uc5d0 \uc0ac\uc6a9\ud574\uc57c \ud569\ub2c8\ub2e4. \uc774 \uc635\uc158\uc744 \uc9c0\uc815\ud560 \ub54c \uc804\uc5ed \uad00\ub9ac\uc790\uac00 \uc81c\uacf5\ud55c \ube44\ubc00\ubc88\ud638\uac00 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. |
| | | INFO_DESCRIPTION_SUBCMD_INITIALIZE_REPLICATION=\ub300\uc0c1 \uc11c\ubc84\uc758 \uc9c0\uc815\ub41c \uae30\ubcf8 DN \uc544\ub798\uc5d0 \uc788\ub294 \ub370\uc774\ud130\uc758 \ub0b4\uc6a9\uc744 \uc18c\uc2a4 \uc11c\ubc84\uc758 \ub0b4\uc6a9\uc73c\ub85c \ucd08\uae30\ud654\ud569\ub2c8\ub2e4. \ubcf5\uc81c \uc791\uc5c5\uc744 \uc218\ud589\ud558\ub824\uba74 \ubcf5\uc81c\ub97c \ud65c\uc131\ud654\ud55c \ud6c4 \uc774 \uc791\uc5c5\uc744 \uc218\ud589\ud574\uc57c \ud569\ub2c8\ub2e4. {%s}\uc744(\ub97c) \uc774 \uc6a9\ub3c4\ub85c \uc0ac\uc6a9\ud560 \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4. |
| | | INFO_DESCRIPTION_SUBCMD_INITIALIZE_ALL_REPLICATION=\ub0b4\uc6a9\uc744 \ubcf5\uc81c\ud560 \ubaa8\ub4e0 \uc11c\ubc84\uc5d0\uc11c \uc9c0\uc815\ub41c \uae30\ubcf8 DN \uc544\ub798\uc5d0 \uc788\ub294 \ub370\uc774\ud130\uc758 \ub0b4\uc6a9\uc744 \uc9c0\uc815\ub41c \uc11c\ubc84\uc758 \ub0b4\uc6a9\uc73c\ub85c \ucd08\uae30\ud654\ud569\ub2c8\ub2e4. \ubcf5\uc81c \uc791\uc5c5\uc744 \uc218\ud589\ud558\ub824\uba74 \ubcf5\uc81c\ub97c \ud65c\uc131\ud654\ud55c \ud6c4 \uc774 \uc791\uc5c5\uc744 \uc218\ud589\ud574\uc57c \ud569\ub2c8\ub2e4. \uac01 \uc11c\ubc84\uc5d0 \uc801\uc6a9\ub41c {%s}\uc744(\ub97c) \uc774 \uc6a9\ub3c4\ub85c \uc0ac\uc6a9\ud560 \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4. |
| | | INFO_DESCRIPTION_SUBCMD_PRE_EXTERNAL_INITIALIZATION=import-ldif \ub3c4\uad6c \ub610\ub294 \uc774\uc9c4 \ubcf5\uc0ac \uba54\uc18c\ub4dc\ub97c \uc0ac\uc6a9\ud558\uc5ec \ubcf5\uc81c\ub41c \ubaa8\ub4e0 \uc11c\ubc84\uc758 \ub0b4\uc6a9\uc744 \ucd08\uae30\ud654\ud558\uae30 \uc804\uc5d0 \uc774 \ud558\uc704 \uba85\ub839\uc744 \ud638\ucd9c\ud574\uc57c \ud569\ub2c8\ub2e4. \ucd08\uae30\ud654\ud560 \uae30\ubcf8 DN\uc758 \ubaa9\ub85d\uc744 \uc9c0\uc815\ud558\uace0 \ubcf5\uc81c \uc911\uc778 \uc11c\ubc84\uc758 \uc790\uaca9 \uc99d\uba85\uc744 \uc81c\uacf5\ud574\uc57c \ud569\ub2c8\ub2e4. \uc774 \ud558\uc704 \uba85\ub839\uc744 \ud638\ucd9c\ud55c \ud6c4 \ud1a0\ud3f4\ub85c\uc9c0\uc5d0 \uc788\ub294 \ubaa8\ub4e0 \uc11c\ubc84\uc758 \ub0b4\uc6a9\uc744 \ucd08\uae30\ud654\ud558\uace0 \ud558\uc704 \uba85\ub839 {%s}\uc744(\ub97c) \ud638\ucd9c\ud569\ub2c8\ub2e4. |
| | | INFO_DESCRIPTION_SUBCMD_POST_EXTERNAL_INITIALIZATION=import-ldif \ub3c4\uad6c \ub610\ub294 \uc774\uc9c4 \ubcf5\uc0ac \uba54\uc18c\ub4dc\ub97c \uc0ac\uc6a9\ud558\uc5ec \ubaa8\ub4e0 \ubcf5\uc81c\ub41c \uc11c\ubc84\uc758 \ub0b4\uc6a9\uc744 \ucd08\uae30\ud654\ud55c \ud6c4\uc5d0 \uc774 \ud558\uc704 \uba85\ub839\uc744 \ud638\ucd9c\ud574\uc57c \ud569\ub2c8\ub2e4. \ucd08\uae30\ud654\ud55c \uae30\ubcf8 DN\uc758 \ubaa9\ub85d\uc744 \uc9c0\uc815\ud558\uace0 \ubcf5\uc81c \uc911\uc778 \uc11c\ubc84\uc758 \uc790\uaca9 \uc99d\uba85\uc744 \uc81c\uacf5\ud574\uc57c \ud569\ub2c8\ub2e4. \uc790\uc138\ud55c \ub0b4\uc6a9\uc740 {%s} \ud558\uc704 \uba85\ub839\uc758 \uc0ac\uc6a9\ubc95\uc744 \ucc38\uc870\ud558\uc2ed\uc2dc\uc624. |
| | | INFO_DESCRIPTION_SUBCMD_INITIALIZE_REPLICATION=\ub300\uc0c1 \uc11c\ubc84\uc758 \uc9c0\uc815\ub41c \uae30\ubcf8 DN \uc544\ub798\uc5d0 \uc788\ub294 \ub370\uc774\ud130\uc758 \ub0b4\uc6a9\uc744 \uc18c\uc2a4 \uc11c\ubc84\uc758 \ub0b4\uc6a9\uc73c\ub85c \ucd08\uae30\ud654\ud569\ub2c8\ub2e4. \ubcf5\uc81c \uc791\uc5c5\uc744 \uc218\ud589\ud558\ub824\uba74 \ubcf5\uc81c\ub97c \ud65c\uc131\ud654\ud55c \ud6c4 \uc774 \uc791\uc5c5\uc744 \uc218\ud589\ud574\uc57c \ud569\ub2c8\ub2e4. '%s'\uc744(\ub97c) \uc774 \uc6a9\ub3c4\ub85c \uc0ac\uc6a9\ud560 \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4. |
| | | INFO_DESCRIPTION_SUBCMD_INITIALIZE_ALL_REPLICATION=\ub0b4\uc6a9\uc744 \ubcf5\uc81c\ud560 \ubaa8\ub4e0 \uc11c\ubc84\uc5d0\uc11c \uc9c0\uc815\ub41c \uae30\ubcf8 DN \uc544\ub798\uc5d0 \uc788\ub294 \ub370\uc774\ud130\uc758 \ub0b4\uc6a9\uc744 \uc9c0\uc815\ub41c \uc11c\ubc84\uc758 \ub0b4\uc6a9\uc73c\ub85c \ucd08\uae30\ud654\ud569\ub2c8\ub2e4. \ubcf5\uc81c \uc791\uc5c5\uc744 \uc218\ud589\ud558\ub824\uba74 \ubcf5\uc81c\ub97c \ud65c\uc131\ud654\ud55c \ud6c4 \uc774 \uc791\uc5c5\uc744 \uc218\ud589\ud574\uc57c \ud569\ub2c8\ub2e4. \uac01 \uc11c\ubc84\uc5d0 \uc801\uc6a9\ub41c '%s'\uc744(\ub97c) \uc774 \uc6a9\ub3c4\ub85c \uc0ac\uc6a9\ud560 \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4. |
| | | INFO_DESCRIPTION_SUBCMD_PRE_EXTERNAL_INITIALIZATION=import-ldif \ub3c4\uad6c \ub610\ub294 \uc774\uc9c4 \ubcf5\uc0ac \uba54\uc18c\ub4dc\ub97c \uc0ac\uc6a9\ud558\uc5ec \ubcf5\uc81c\ub41c \ubaa8\ub4e0 \uc11c\ubc84\uc758 \ub0b4\uc6a9\uc744 \ucd08\uae30\ud654\ud558\uae30 \uc804\uc5d0 \uc774 \ud558\uc704 \uba85\ub839\uc744 \ud638\ucd9c\ud574\uc57c \ud569\ub2c8\ub2e4. \ucd08\uae30\ud654\ud560 \uae30\ubcf8 DN\uc758 \ubaa9\ub85d\uc744 \uc9c0\uc815\ud558\uace0 \ubcf5\uc81c \uc911\uc778 \uc11c\ubc84\uc758 \uc790\uaca9 \uc99d\uba85\uc744 \uc81c\uacf5\ud574\uc57c \ud569\ub2c8\ub2e4. \uc774 \ud558\uc704 \uba85\ub839\uc744 \ud638\ucd9c\ud55c \ud6c4 \ud1a0\ud3f4\ub85c\uc9c0\uc5d0 \uc788\ub294 \ubaa8\ub4e0 \uc11c\ubc84\uc758 \ub0b4\uc6a9\uc744 \ucd08\uae30\ud654\ud558\uace0 \ud558\uc704 \uba85\ub839 '%s'\uc744(\ub97c) \ud638\ucd9c\ud569\ub2c8\ub2e4. |
| | | INFO_DESCRIPTION_SUBCMD_POST_EXTERNAL_INITIALIZATION=import-ldif \ub3c4\uad6c \ub610\ub294 \uc774\uc9c4 \ubcf5\uc0ac \uba54\uc18c\ub4dc\ub97c \uc0ac\uc6a9\ud558\uc5ec \ubaa8\ub4e0 \ubcf5\uc81c\ub41c \uc11c\ubc84\uc758 \ub0b4\uc6a9\uc744 \ucd08\uae30\ud654\ud55c \ud6c4\uc5d0 \uc774 \ud558\uc704 \uba85\ub839\uc744 \ud638\ucd9c\ud574\uc57c \ud569\ub2c8\ub2e4. \ucd08\uae30\ud654\ud55c \uae30\ubcf8 DN\uc758 \ubaa9\ub85d\uc744 \uc9c0\uc815\ud558\uace0 \ubcf5\uc81c \uc911\uc778 \uc11c\ubc84\uc758 \uc790\uaca9 \uc99d\uba85\uc744 \uc81c\uacf5\ud574\uc57c \ud569\ub2c8\ub2e4. \uc790\uc138\ud55c \ub0b4\uc6a9\uc740 '%s' \ud558\uc704 \uba85\ub839\uc758 \uc0ac\uc6a9\ubc95\uc744 \ucc38\uc870\ud558\uc2ed\uc2dc\uc624. |
| | | INFO_DESCRIPTION_SUBCMD_ENABLE_REPLICATION=\uc11c\ubc84 \uad6c\uc131\uc744 \uc5c5\ub370\uc774\ud2b8\ud558\uc5ec \uc9c0\uc815\ub41c \uae30\ubcf8 DN \uc544\ub798\uc5d0 \uc788\ub294 \ub370\uc774\ud130\ub97c \ubcf5\uc81c\ud569\ub2c8\ub2e4. \uc9c0\uc815\ub41c \uc11c\ubc84 \uc911 \ud55c \uc11c\ubc84\uc5d0\uc11c \ub2e4\ub978 \uc11c\ubc84\ub97c \uc0ac\uc6a9\ud558\uc5ec \uae30\ubcf8 DN \uc544\ub798\uc5d0 \uc788\ub294 \ub370\uc774\ud130\ub97c \uc774\ubbf8 \ubcf5\uc81c\ud558\uace0 \uc788\ub294 \uacbd\uc6b0 \uc774 \ud558\uc704 \uba85\ub839\uc744 \uc2e4\ud589\ud558\uba74 \ubaa8\ub4e0 \uc11c\ubc84\uc758 \uad6c\uc131\uc774 \uc5c5\ub370\uc774\ud2b8\ub429\ub2c8\ub2e4. \ub530\ub77c\uc11c \ubcf5\uc81c \ud1a0\ud3f4\ub85c\uc9c0\uc5d0 \ucd94\uac00\ud558\ub294 \uac01 \uc11c\ubc84\uc5d0 \ub300\ud574 \uba85\ub839\uc904\uc744 \ud55c \ubc88\ub9cc \uc2e4\ud589\ud558\uba74 \ub429\ub2c8\ub2e4. |
| | | INFO_DESCRIPTION_SUBCMD_DISABLE_REPLICATION=\uc81c\uacf5\ub41c \uae30\ubcf8 DN\uc5d0 \ub300\ud574 \uc9c0\uc815\ub41c \uc11c\ubc84\uc5d0\uc11c \ubcf5\uc81c\ub97c \ube44\ud65c\uc131\ud654\ud558\uace0 \ub370\uc774\ud130\ub97c \ubcf5\uc81c \uc911\uc778 \ub2e4\ub978 \uc11c\ubc84\uc5d0\uc11c \ucc38\uc870\ub97c \uc81c\uac70\ud569\ub2c8\ub2e4. |
| | | INFO_DESCRIPTION_SUBCMD_STATUS_REPLICATION=\ub4f1\ub85d \uc815\ubcf4\uc5d0\uc11c \uc815\uc758\ud55c \uc11c\ubc84\uc758 \uae30\ubcf8 DN\uc5d0 \ub300\ud55c \uae30\ubcf8 \ubcf5\uc81c \uad6c\uc131\uc744 \uc0ac\uc6a9\ud558\uc5ec \ubaa9\ub85d\uc744 \ud45c\uc2dc\ud569\ub2c8\ub2e4. \uae30\ubcf8 DN\uc744 \ub9e4\uac1c\ubcc0\uc218\ub85c \uc9c0\uc815\ud558\uc9c0 \uc54a\uc740 \uacbd\uc6b0 \ubaa8\ub4e0 \uae30\ubcf8 DN\uc5d0 \ub300\ud55c \uc815\ubcf4\uac00 \ud45c\uc2dc\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_REPLICATION_NO_BASE_DN_PROVIDED=\ube44\ub300\ud654\uc2dd \ubaa8\ub4dc\uc5d0\uc11c \ud558\ub098 \uc774\uc0c1\uc758 \uae30\ubcf8 DN\uc744 \uc81c\uacf5\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_REPLICATION_NO_ADMINISTRATOR_PASSWORD_PROVIDED=\ube44\ub300\ud654\uc2dd \ubaa8\ub4dc\uc5d0\uc11c \uc804\uc5ed \uad00\ub9ac\uc790\uc758 \ube44\ubc00\ubc88\ud638\ub97c \uc81c\uacf5\ud574\uc57c \ud569\ub2c8\ub2e4. {%s} \ub610\ub294 {%s} \uc635\uc158\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc81c\uacf5\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_REPLICATION_NO_ADMINISTRATOR_PASSWORD_PROVIDED=\ube44\ub300\ud654\uc2dd \ubaa8\ub4dc\uc5d0\uc11c \uc804\uc5ed \uad00\ub9ac\uc790\uc758 \ube44\ubc00\ubc88\ud638\ub97c \uc81c\uacf5\ud574\uc57c \ud569\ub2c8\ub2e4. %s \ub610\ub294 %s \uc635\uc158\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc81c\uacf5\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_REPLICATION_NOT_A_VALID_BASEDN=\uc81c\uacf5\ub41c \uac12 %s\uc740(\ub294) \uc62c\ubc14\ub978 \uae30\ubcf8 DN\uc774 \uc544\ub2d9\ub2c8\ub2e4. |
| | | SEVERE_ERR_REPLICATION_ENABLE_SAME_SERVER_PORT=\ubcf5\uc81c\ub97c \ud65c\uc131\ud654\ud558\ub824\uba74 \ub2e4\ub978 \ub450 \uc11c\ubc84\ub97c \uc81c\uacf5\ud574\uc57c \ud569\ub2c8\ub2e4. %s \uc11c\ubc84\ub97c \ub450 \ubc88 \uc81c\uacf5\ud588\uc2b5\ub2c8\ub2e4:%s |
| | | SEVERE_ERR_REPLICATION_INITIALIZE_SAME_SERVER_PORT=\ub2e4\ub978 \ub450 \uc11c\ubc84\ub97c \ucd08\uae30\ud654\uc758 \uc18c\uc2a4\uc640 \ub300\uc0c1\uc73c\ub85c \uc81c\uacf5\ud574\uc57c \ud569\ub2c8\ub2e4. %s \uc11c\ubc84\ub97c \ub450 \ubc88 \uc81c\uacf5\ud588\uc2b5\ub2c8\ub2e4:%s |
| | | SEVERE_ERR_REPLICATION_PORT_AND_REPLICATION_PORT_EQUAL=\uc11c\ubc84 LDAP \ud3ec\ud2b8\uc640 \ubcf5\uc81c \ud3ec\ud2b8\uc758 \uac12\uc774 %s \ud638\uc2a4\ud2b8\uc5d0\uc11c \ub3d9\uc77c\ud569\ub2c8\ub2e4. \ub450 \ud3ec\ud2b8\uc5d0 \ub300\ud574 \ubaa8\ub450 %s\uc744(\ub97c) \uc81c\uacf5\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_REPLICATION_SAME_REPLICATION_PORT=\ub3d9\uc77c\ud55c \uc2dc\uc2a4\ud15c(%s)\uc5d0 \uc788\ub294 \ub450 \uc11c\ubc84\uc5d0 \ub3d9\uc77c\ud55c \ubcf5\uc81c \ud3ec\ud2b8(%s)\ub97c \uc81c\uacf5\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_REPLICATION_VALID_SUBCOMMAND_NOT_FOUND=\uc720\ud6a8\ud55c \ud558\uc704 \uba85\ub839\uc744 \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_REPLICATION_STATUS_QUIET={%s} \ud558\uc704 \uba85\ub839\uc774 {%s} \uc778\uc218\uc640 \ud638\ud658\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_REPLICATION_VALID_SUBCOMMAND_NOT_FOUND=\uc720\ud6a8\ud55c \ud558\uc704 \uba85\ub839\uc744 \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. %s \uc635\uc158\uc744 \uc0ac\uc6a9\ud560 \uacbd\uc6b0 \ud558\uc704 \uba85\ub839\uc744 \uc9c0\uc815\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_REPLICATION_STATUS_QUIET='%s' \ud558\uc704 \uba85\ub839\uc774 %s \uc778\uc218\uc640 \ud638\ud658\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | INFO_REPLICATION_SUCCESSFUL=\uc791\uc5c5\uc774 \uc131\uacf5\uc801\uc73c\ub85c \uc644\ub8cc\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | INFO_REPLICATION_SUCCESSFUL_NOP=\uc791\uc5c5\uc774 \uc131\uacf5\uc801\uc73c\ub85c \uc644\ub8cc\ub418\uc5c8\uc9c0\ub9cc \ud544\uc694\ud55c \uc870\uce58\uac00 \uc5c6\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_REPLICATION_USER_CANCELLED=\uc0ac\uc6a9\uc790\uac00 \uc791\uc5c5\uc744 \ucde8\uc18c\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_REPLICATION_NO_MESSAGE= |
| | | SEVERE_ERR_UNINSTALL_FORCE_REQUIRES_NO_PROMPT={%s} \uc778\uc218\ub294 {%s}\uc744(\ub97c) \uc9c0\uc815\ud55c \uacbd\uc6b0\uc5d0\ub9cc \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | INFO_REPLICATION_ENABLE_ADMINISTRATOR_MUST_BE_CREATED=\ubcf5\uc81c \uc911\uc778 OpenDS \uc778\uc2a4\ud134\uc2a4\ub97c \uad00\ub9ac\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 \uc804\uc5ed \uad00\ub9ac\uc790\uc758 \uc790\uaca9 \uc99d\uba85\uc744 \uc81c\uacf5\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_UNINSTALL_FORCE_REQUIRES_NO_PROMPT=%s \uc778\uc218\ub294 %s\uc744(\ub97c) \uc9c0\uc815\ud55c \uacbd\uc6b0\uc5d0\ub9cc \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | INFO_REPLICATION_ENABLE_ADMINISTRATOR_MUST_BE_CREATED=\uc804\uc5ed \uad00\ub9ac\uc790\ub97c \ub9cc\ub4e4\uc5b4\uc57c \ud569\ub2c8\ub2e4.%n\ubcf5\uc81c \uc911\uc778 OpenDS \uc778\uc2a4\ud134\uc2a4\ub97c \uad00\ub9ac\ud558\uae30 \uc704\ud574 \ub9cc\ub4e4 \uc804\uc5ed \uad00\ub9ac\uc790\uc758 \uc790\uaca9 \uc99d\uba85\uc744 \uc81c\uacf5\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | INFO_ADMINISTRATOR_UID_PROMPT=\uc804\uc5ed \uad00\ub9ac\uc790 \uc0ac\uc6a9\uc790 \uc544\uc774\ub514 |
| | | INFO_ADMINISTRATOR_PWD_PROMPT=\uc804\uc5ed \uad00\ub9ac\uc790 \ube44\ubc00\ubc88\ud638: |
| | | INFO_ADMINISTRATOR_PWD_CONFIRM_PROMPT=\ube44\ubc00\ubc88\ud638 \ud655\uc778: |
| | |
| | | INFO_REPLICATION_CRITICAL_ERROR_DETAILS=\uc138\ubd80 \uc815\ubcf4: %s |
| | | INFO_PROGRESS_PRE_EXTERNAL_INITIALIZATION=\uae30\ubcf8 DN %s\uc744(\ub97c) \uc678\ubd80\uc5d0\uc11c \ucd08\uae30\ud654\ud558\ub3c4\ub85d \uc900\ube44 |
| | | INFO_PROGRESS_POST_EXTERNAL_INITIALIZATION=\uae30\ubcf8 DN %s\uc5d0\uc11c \ubcf5\uc81c \uc815\ubcf4 \uc5c5\ub370\uc774\ud2b8 |
| | | INFO_PROGRESS_PRE_INITIALIZATION_LOCAL_FINISHED_PROCEDURE=\uc774\uc81c %s \uc11c\ubc84\uc5d0\uc11c \uae30\ubcf8 DN\uc758 \ub0b4\uc6a9\uc5d0 \ub300\ud574 \ucd08\uae30\ud654 \uc791\uc5c5\uc744 \uc9c4\ud589\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. import-ldif \uba85\ub839 \ub610\ub294 \uc774\uc9c4 \ubcf5\uc0ac\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc774 \uc791\uc5c5\uc744 \uc218\ud589\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.%n%n\ucd08\uae30\ud654\uac00 \uc644\ub8cc\ub41c \ud6c4 \uc0c8 \uae30\ubcf8 DN\uc73c\ub85c \ubcf5\uc81c\ud558\ub824\uba74 {%s} \ud558\uc704 \uba85\ub839\uc744 \uc0ac\uc6a9\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | INFO_PROGRESS_PRE_INITIALIZATION_FINISHED_PROCEDURE=\uc774\uc81c \ubaa8\ub4e0 \ubcf5\uc81c\ub41c \uc11c\ubc84\uc5d0\uc11c \uae30\ubcf8 DN\uc758 \ub0b4\uc6a9\uc5d0 \ub300\ud574 \ucd08\uae30\ud654 \uc791\uc5c5\uc744 \uc9c4\ud589\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. import-ldif \uba85\ub839 \ub610\ub294 \uc774\uc9c4 \ubcf5\uc0ac\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc774 \uc791\uc5c5\uc744 \uc218\ud589\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.%n%n\ucd08\uae30\ud654\uac00 \uc644\ub8cc\ub41c \ud6c4 \uc0c8 \uae30\ubcf8 DN \ub0b4\uc6a9\uc73c\ub85c \ubcf5\uc81c\ud558\ub824\uba74 {%s} \ud558\uc704 \uba85\ub839\uc744 \uc0ac\uc6a9\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | INFO_PROGRESS_PRE_INITIALIZATION_LOCAL_FINISHED_PROCEDURE=\uc774\uc81c %s \uc11c\ubc84\uc5d0\uc11c \uae30\ubcf8 DN\uc758 \ub0b4\uc6a9\uc5d0 \ub300\ud574 \ucd08\uae30\ud654 \uc791\uc5c5\uc744 \uc9c4\ud589\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. import-ldif \uba85\ub839 \ub610\ub294 \uc774\uc9c4 \ubcf5\uc0ac\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc774 \uc791\uc5c5\uc744 \uc218\ud589\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.%n%n\ucd08\uae30\ud654\uac00 \uc644\ub8cc\ub41c \ud6c4 \uc0c8 \uae30\ubcf8 DN\uc73c\ub85c \ubcf5\uc81c\ud558\ub824\uba74 '%s' \ud558\uc704 \uba85\ub839\uc744 \uc0ac\uc6a9\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | INFO_PROGRESS_PRE_INITIALIZATION_FINISHED_PROCEDURE=\uc774\uc81c \ubaa8\ub4e0 \ubcf5\uc81c\ub41c \uc11c\ubc84\uc5d0\uc11c \uae30\ubcf8 DN\uc758 \ub0b4\uc6a9\uc5d0 \ub300\ud574 \ucd08\uae30\ud654 \uc791\uc5c5\uc744 \uc9c4\ud589\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. import-ldif \uba85\ub839 \ub610\ub294 \uc774\uc9c4 \ubcf5\uc0ac\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc774 \uc791\uc5c5\uc744 \uc218\ud589\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.%n%n\ucd08\uae30\ud654\uac00 \uc644\ub8cc\ub41c \ud6c4 \uc0c8 \uae30\ubcf8 DN \ub0b4\uc6a9\uc73c\ub85c \ubcf5\uc81c\ud558\ub824\uba74 '%s' \ud558\uc704 \uba85\ub839\uc744 \uc0ac\uc6a9\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | INFO_PROGRESS_POST_INITIALIZATION_FINISHED_PROCEDURE=\uc0ac\ud6c4 \ucd08\uae30\ud654 \uc808\ucc28\ub97c \uc644\ub8cc\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_POOLING_PRE_EXTERNAL_INITIALIZATION=\uc791\uc5c5 \uc9c4\ud589\ub960\uc744 \uc77d\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_POOLING_POST_EXTERNAL_INITIALIZATION=\uc791\uc5c5 \uc9c4\ud589\ub960\uc744 \uc77d\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. |
| | |
| | | INFO_ERROR_DURING_POST_EXTERNAL_INITIALIZATION_LOG=\uc791\uc5c5 \uc911\uc5d0 \uc608\uc0c1\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ub9c8\uc9c0\ub9c9 \ub85c\uadf8 \uc138\ubd80 \uc815\ubcf4: %s. \uc791\uc5c5 \uc0c1\ud0dc: %s. \uc790\uc138\ud55c \ub0b4\uc6a9\uc740 %s\uc758 \uc624\ub958 \ub85c\uadf8\ub97c \ucc38\uc870\ud558\uc2ed\uc2dc\uc624. |
| | | SEVERE_ERR_LAUNCHING_PRE_EXTERNAL_INITIALIZATION=\uc791\uc5c5\uc744 \uc2dc\uc791\ud558\ub294 \uc911\uc5d0 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_LAUNCHING_POST_EXTERNAL_INITIALIZATION=\uc791\uc5c5\uc744 \uc2dc\uc791\ud558\ub294 \uc911\uc5d0 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. |
| | | INFO_REPLICATION_SUBCOMMAND_PROMPT=\uc5b4\ub5bb\uac8c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? |
| | | INFO_REPLICATION_ENABLE_MENU_PROMPT=\ubcf5\uc81c \ud65c\uc131\ud654 |
| | | INFO_REPLICATION_DISABLE_MENU_PROMPT=\ubcf5\uc81c \ube44\ud65c\uc131\ud654 |
| | | INFO_REPLICATION_INITIALIZE_MENU_PROMPT=\ud558\ub098\uc758 \uc11c\ubc84\uc5d0\uc11c \ubcf5\uc81c \ucd08\uae30\ud654 |
| | | INFO_REPLICATION_INITIALIZE_ALL_MENU_PROMPT=\ubaa8\ub4e0 \uc11c\ubc84 \ucd08\uae30\ud654 |
| | | INFO_REPLICATION_PRE_EXTERNAL_INITIALIZATION_MENU_PROMPT=\uc0ac\uc804 \uc678\ubd80 \ucd08\uae30\ud654 |
| | | INFO_REPLICATION_POST_EXTERNAL_INITIALIZATION_MENU_PROMPT=\uc0ac\ud6c4 \uc678\ubd80 \ucd08\uae30\ud654 |
| | | INFO_REPLICATION_STATUS_MENU_PROMPT=\ubcf5\uc81c \uc0c1\ud0dc \ud45c\uc2dc |
| | | INFO_REPLICATION_POST_ENABLE_INFO=\ubcf5\uc81c\ub97c \uc131\uacf5\uc801\uc73c\ub85c \ud65c\uc131\ud654\ud588\uc2b5\ub2c8\ub2e4. \ubcf5\uc81c \uc791\uc5c5\uc744 \uc218\ud589\ud558\ub824\uba74 \ubcf5\uc81c\ud560 \uae30\ubcf8 DN\uc758 \ub0b4\uc6a9\uc744 \ucd08\uae30\ud654\ud574\uc57c \ud569\ub2c8\ub2e4. \uc774\ub807\uac8c \ud558\ub824\uba74 %s %s\uc744(\ub97c) \uc0ac\uc6a9\ud558\uc2ed\uc2dc\uc624. |
| | |
| | | INFO_CONFIRM_UNINSTALL_SERVER_NOT_RUNNING_TITLE=\u786e\u8ba4\u5378\u8f7d |
| | | INFO_CONFIRM_UNINSTALL_SERVER_RUNNING_MSG=\u670d\u52a1\u5668\u6b63\u5728\u8fd0\u884c%n\u76ee\u524d\u6b63\u5728\u8fd0\u884c OpenDS \u670d\u52a1\u5668\uff0c\u5fc5\u987b\u5148\u505c\u6b62\u8be5\u670d\u52a1\u5668\uff0c\u7136\u540e\u624d\u80fd\u7ee7\u7eed\u5378\u8f7d\u3002\u662f\u5426\u8981\u5378\u8f7d\u7a0b\u5e8f\u5148\u505c\u6b62\u8be5\u670d\u52a1\u5668\uff0c\u7136\u540e\u518d\u7ee7\u7eed\u5378\u8f7d\uff1f\u5982\u679c\u5355\u51fb\u201c\u5426\u201d\uff0c\u5219\u9700\u8981\u624b\u52a8\u505c\u6b62\u8be5\u670d\u52a1\u5668\u4ee5\u7ee7\u7eed\u5378\u8f7d\u3002 |
| | | MILD_ERR_UNINSTALL_READING_REGISTERED_SERVERS_CONFIRM_UPDATE_REMOTE=\u8bfb\u53d6\u73b0\u6709\u670d\u52a1\u5668\u7684\u914d\u7f6e\u65f6\u9047\u5230\u4ee5\u4e0b\u9519\u8bef:\n%s\n\u662f\u5426\u8981\u5378\u8f7d\u7a0b\u5e8f\u5c1d\u8bd5\u5728\u201c\u5c3d\u529b\u201d(best-effort) \u6a21\u5f0f\u4e0b\u5220\u9664\u5bf9\u6b64\u670d\u52a1\u5668\u7684\u5f15\u7528\uff1f |
| | | MILD_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_FORCE=\u5df2\u5c06\u6b64\u670d\u52a1\u5668\u914d\u7f6e\u4e3a\u590d\u5236\u5176\u67d0\u4e9b\u57fa DN\u3002\u5728\u6240\u590d\u5236\u7684\u670d\u52a1\u5668\u4e2d\u68c0\u7d22\u5bf9\u6b64\u670d\u52a1\u5668\u7684\u5f15\u7528\u65f6\u9047\u5230\u9519\u8bef\u3002\u8bf7\u6ce8\u610f\uff0c\u4e3a\u4e86\u80fd\u5220\u9664\u8fdc\u7a0b\u5f15\u7528\uff0c\u5fc5\u987b\u4f7f\u7528 {%s} \u548c {%s}\uff08\u6216 {%s}\uff09\u9009\u9879\u63d0\u4f9b\u5168\u5c40\u7ba1\u7406\u5458\u51ed\u8bc1\u3002%n\u5c06\u7ee7\u7eed\u5728\u9519\u8bef\u6a21\u5f0f\u4e0b\u5f3a\u5236\u5378\u8f7d\u3002 |
| | | SEVERE_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_NO_FORCE=\u5df2\u5c06\u6b64\u670d\u52a1\u5668\u914d\u7f6e\u4e3a\u590d\u5236\u5176\u67d0\u4e9b\u57fa DN\u3002\u5728\u6240\u590d\u5236\u7684\u670d\u52a1\u5668\u4e2d\u68c0\u7d22\u5bf9\u6b64\u670d\u52a1\u5668\u7684\u5f15\u7528\u65f6\u9047\u5230\u9519\u8bef\u3002\u8bf7\u6ce8\u610f\uff0c\u4e3a\u4e86\u80fd\u5220\u9664\u8fdc\u7a0b\u5f15\u7528\uff0c\u5fc5\u987b\u4f7f\u7528 {%s} \u548c {%s}\uff08\u6216 {%s}\uff09\u9009\u9879\u63d0\u4f9b\u5168\u5c40\u7ba1\u7406\u5458\u51ed\u8bc1\u3002%n\u8bf7\u68c0\u67e5\u60a8\u6240\u63d0\u4f9b\u7684\u8fde\u63a5\u53c2\u6570\u662f\u5426\u6b63\u786e\u3002%n\u5982\u679c\u5728\u65e0\u6cd5\u5220\u9664\u8fdc\u7a0b\u5f15\u7528\u7684\u60c5\u51b5\u4e0b\u4ecd\u8981\u5378\u8f7d\u670d\u52a1\u5668\uff0c\u5219\u53ef\u4ee5\u4f7f\u7528 {%s} \u9009\u9879\u3002 |
| | | MILD_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_FORCE=\u5df2\u5c06\u6b64\u670d\u52a1\u5668\u914d\u7f6e\u4e3a\u590d\u5236\u5176\u67d0\u4e9b\u57fa DN\u3002\u5728\u6240\u590d\u5236\u7684\u670d\u52a1\u5668\u4e2d\u68c0\u7d22\u5bf9\u6b64\u670d\u52a1\u5668\u7684\u5f15\u7528\u65f6\u9047\u5230\u9519\u8bef\u3002\u8bf7\u6ce8\u610f\uff0c\u8981\u80fd\u591f\u5220\u9664\u8fdc\u7a0b\u5f15\u7528\uff0c\u60a8\u5fc5\u987b\u4f7f\u7528 %s \u548c %s\uff08\u6216 %s\uff09\u9009\u9879\u63d0\u4f9b\u5168\u5c40\u7ba1\u7406\u5458\u51ed\u8bc1\u3002%n\u5c06\u7ee7\u7eed\u5728\u9519\u8bef\u6a21\u5f0f\u4e0b\u5f3a\u5236\u5378\u8f7d\u3002 |
| | | SEVERE_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_NO_FORCE=\u5df2\u5c06\u6b64\u670d\u52a1\u5668\u914d\u7f6e\u4e3a\u590d\u5236\u5176\u67d0\u4e9b\u57fa DN\u3002\u5728\u6240\u590d\u5236\u7684\u670d\u52a1\u5668\u4e2d\u68c0\u7d22\u5bf9\u6b64\u670d\u52a1\u5668\u7684\u5f15\u7528\u65f6\u9047\u5230\u9519\u8bef\u3002\u8bf7\u6ce8\u610f\uff0c\u8981\u80fd\u591f\u5220\u9664\u8fdc\u7a0b\u5f15\u7528\uff0c\u60a8\u5fc5\u987b\u4f7f\u7528 %s \u548c %s\uff08\u6216 %s\uff09\u9009\u9879\u63d0\u4f9b\u5168\u5c40\u7ba1\u7406\u5458\u51ed\u8bc1\u3002%n\u8bf7\u68c0\u67e5\u60a8\u6240\u63d0\u4f9b\u7684\u8fde\u63a5\u53c2\u6570\u662f\u5426\u6b63\u786e\u3002%n\u5728\u65e0\u6cd5\u5220\u9664\u8fdc\u7a0b\u5f15\u7528\u7684\u60c5\u51b5\u4e0b\uff0c\u5982\u679c\u4ecd\u8981\u5378\u8f7d\u670d\u52a1\u5668\uff0c\u60a8\u53ef\u4ee5\u4f7f\u7528 %s \u9009\u9879\u3002 |
| | | MILD_ERR_UNINSTALL_NOT_UPDATE_REMOTE_PROMPT=\u5df2\u5c06\u6b64\u670d\u52a1\u5668\u914d\u7f6e\u4e3a\u590d\u5236\u5176\u67d0\u4e9b\u57fa DN\u3002\u5728\u6240\u590d\u5236\u7684\u670d\u52a1\u5668\u4e2d\u68c0\u7d22\u5bf9\u6b64\u670d\u52a1\u5668\u7684\u5f15\u7528\u65f6\u9047\u5230\u9519\u8bef\u3002%n\u662f\u5426\u8981\u7ee7\u7eed\uff1f |
| | | INFO_CONFIRM_UNINSTALL_SERVER_RUNNING_TITLE=\u670d\u52a1\u5668\u6b63\u5728\u8fd0\u884c |
| | | INFO_CONNECTIONS_LABEL=\u6253\u5f00\u8fde\u63a5: |
| | |
| | | INFO_LDAP_PROTOCOL_LABEL=LDAP |
| | | INFO_LDAPS_PROTOCOL_LABEL=LDAPS |
| | | INFO_LDIF_PROTOCOL_LABEL=LDIF |
| | | INFO_SNMP_PROTOCOL_LABEL=SNMP |
| | | INFO_LISTENERS_TITLE=\u8fde\u63a5\u5904\u7406\u7a0b\u5e8f |
| | | INFO_LOGIN_CANCEL_BUTTON_TOOLTIP=\u5173\u95ed\u201c\u767b\u5f55\u201d\u5bf9\u8bdd\u6846 |
| | | INFO_LOGIN_DIALOG_MSG=\u5fc5\u987b\u63d0\u4f9b\u7ba1\u7406\u7528\u6237 DN \u548c\u5bc6\u7801\uff0c\u624d\u80fd\u68c0\u7d22\u76d1\u89c6\u4fe1\u606f\u3002 |
| | |
| | | INFO_UNINSTALL_LOGIN_PWD_TOOLTIP=\u5168\u5c40\u7ba1\u7406\u5458\u5bc6\u7801\uff0c\u7528\u4e8e\u8bfb\u53d6\u5e76\u66f4\u65b0\u5176\u4ed6 OpenDS \u670d\u52a1\u5668\u4e2d\u7684\u914d\u7f6e\u3002 |
| | | INFO_UNINSTALL_LOGIN_UID_TOOLTIP=\u5168\u5c40\u7ba1\u7406\u5458\u7528\u6237 ID\uff0c\u7528\u4e8e\u8bfb\u53d6\u5e76\u66f4\u65b0\u5176\u4ed6 OpenDS \u670d\u52a1\u5668\u4e2d\u7684\u914d\u7f6e\u3002 |
| | | INFO_UNKNOWN_LABEL=-- |
| | | INFO_UNINSTALLDS_DESCRIPTION_FORCE=\u6307\u5b9a\u5982\u679c\u5728\u8fdc\u7a0b OpenDS \u5b9e\u4f8b\u4e2d\u66f4\u65b0\u5bf9\u6b64\u670d\u52a1\u5668\u7684\u5f15\u7528\u65f6\u51fa\u9519\uff0c\u662f\u5426\u5e94\u7ee7\u7eed\u8fdb\u884c\u5378\u8f7d\u3002\u6b64\u53c2\u6570\u53ea\u80fd\u4e0e\u65e0\u63d0\u793a\u53c2\u6570 {%s} \u4e00\u8d77\u4f7f\u7528\u3002 |
| | | INFO_UNINSTALLDS_DESCRIPTION_FORCE=\u6307\u5b9a\u5982\u679c\u5728\u8fdc\u7a0b OpenDS \u5b9e\u4f8b\u4e2d\u66f4\u65b0\u5bf9\u6b64\u670d\u52a1\u5668\u7684\u5f15\u7528\u65f6\u51fa\u9519\uff0c\u662f\u5426\u5e94\u7ee7\u7eed\u8fdb\u884c\u5378\u8f7d\u3002\u8be5\u53c2\u6570\u53ea\u80fd\u4e0e\u65e0\u63d0\u793a\u53c2\u6570 %s \u4e00\u8d77\u4f7f\u7528\u3002 |
| | | INFO_DESCRIPTION_REFERENCED_HOST=\u6b64\u4e3b\u673a\u5728\u8981\u590d\u5236\u5176\u5185\u5bb9\u7684\u8fdc\u7a0b\u670d\u52a1\u5668\u4e2d\u5f15\u7528\u65f6\u6240\u7528\u7684\u540d\u79f0\uff08\u6216 IP \u5730\u5740\uff09 |
| | | INFO_UNINSTALLDS_DESCRIPTION_CLI=\u6307\u5b9a\u91c7\u7528\u547d\u4ee4\u884c\u65b9\u5f0f\u5b89\u88c5\u3002\u5982\u679c\u672a\u6307\u5b9a\uff0c\u5c06\u4f1a\u542f\u52a8\u56fe\u5f62\u754c\u9762\u3002\u4ec5\u5f53\u6307\u5b9a\u6b64\u9009\u9879\u65f6\uff0c\u624d\u8003\u8651\u4f7f\u7528\u5176\u4f59\u9009\u9879\uff08\u4e0d\u5305\u62ec\u201c\u5e2e\u52a9\u201d\u548c\u201c\u7248\u672c\u201d\uff09 |
| | | INFO_UNINSTALLDS_DESCRIPTION_QUIET=\u4ee5\u9759\u9ed8\u6a21\u5f0f\u8fd0\u884c\u5378\u8f7d\u3002\u5728\u9759\u9ed8\u6a21\u5f0f\u4e0b\uff0c\u8fdb\u5ea6\u4fe1\u606f\u5c06\u4e0d\u8f93\u51fa\u5230\u6807\u51c6\u8f93\u51fa\u4e2d |
| | |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_BINDDN2=\u7ed1\u5b9a\u7b2c\u4e8c\u4e2a\u670d\u52a1\u5668\uff08\u5176\u5185\u5bb9\u5c06\u88ab\u590d\u5236\uff09\u65f6\u6240\u7528\u7684 DN\u5982\u679c\u672a\u6307\u5b9a\uff0c\u5c06\u4f7f\u7528\u5168\u5c40\u7ba1\u7406\u5458\u8fdb\u884c\u7ed1\u5b9a |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_SKIPPORT=\u8df3\u8fc7\u7528\u4e8e\u786e\u5b9a\u6307\u5b9a\u7684\u590d\u5236\u7aef\u53e3\u662f\u5426\u53ef\u7528\u7684\u68c0\u67e5 |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_NO_SCHEMA_REPLICATION=\u4e0d\u590d\u5236\u670d\u52a1\u5668\u4e4b\u95f4\u7684\u6a21\u5f0f |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_USE_SECOND_AS_SCHEMA_SOURCE=\u4f7f\u7528\u7b2c\u4e8c\u4e2a\u670d\u52a1\u5668\u6765\u521d\u59cb\u5316\u7b2c\u4e00\u4e2a\u670d\u52a1\u5668\u7684\u6a21\u5f0f\u3002\u5982\u679c\u672a\u6307\u5b9a\u6b64\u9009\u9879\u6216 {%s} \u9009\u9879\uff0c\u5c06\u4f7f\u7528\u7b2c\u4e00\u4e2a\u670d\u52a1\u5668\u7684\u6a21\u5f0f\u6765\u521d\u59cb\u5316\u7b2c\u4e8c\u4e2a\u670d\u52a1\u5668\u7684\u6a21\u5f0f |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_USE_SECOND_AS_SCHEMA_SOURCE=\u4f7f\u7528\u7b2c\u4e8c\u4e2a\u670d\u52a1\u5668\u6765\u521d\u59cb\u5316\u7b2c\u4e00\u4e2a\u670d\u52a1\u5668\u7684\u6a21\u5f0f\u3002\u5982\u679c\u672a\u6307\u5b9a\u8be5\u9009\u9879\u6216 %s \u9009\u9879\uff0c\u5c06\u4f7f\u7528\u7b2c\u4e00\u4e2a\u670d\u52a1\u5668\u7684\u6a21\u5f0f\u6765\u521d\u59cb\u5316\u7b2c\u4e8c\u4e2a\u670d\u52a1\u5668\u7684\u6a21\u5f0f |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_BINDPASSWORD2=\u7ed1\u5b9a\u7b2c\u4e8c\u4e2a\u670d\u52a1\u5668\uff08\u5176\u5185\u5bb9\u5c06\u88ab\u590d\u5236\uff09\u65f6\u6240\u7528\u7684\u5bc6\u7801\u5982\u679c\u6ca1\u6709\u4e3a\u7b2c\u4e8c\u4e2a\u670d\u52a1\u5668\u6307\u5b9a\u7ed1\u5b9a DN\uff0c\u5c06\u4f7f\u7528\u5168\u5c40\u7ba1\u7406\u5458\u5bc6\u7801\u8fdb\u884c\u7ed1\u5b9a |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_BINDPASSWORDFILE2=\u8be5\u6587\u4ef6\u5305\u542b\u7ed1\u5b9a\u7b2c\u4e8c\u4e2a\u670d\u52a1\u5668\uff08\u5176\u5185\u5bb9\u5c06\u88ab\u590d\u5236\uff09\u65f6\u6240\u7528\u7684\u5bc6\u7801\u3002\u5982\u679c\u6ca1\u6709\u4e3a\u7b2c\u4e8c\u4e2a\u670d\u52a1\u5668\u6307\u5b9a\u7ed1\u5b9a DN\uff0c\u5c06\u4f7f\u7528\u5168\u5c40\u7ba1\u7406\u5458\u5bc6\u7801\u8fdb\u884c\u7ed1\u5b9a |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_USE_SSL2=\u4f7f\u7528 SSL \u786e\u4fdd\u4e0e\u7b2c\u4e8c\u4e2a\u670d\u52a1\u5668\u8fdb\u884c\u5b89\u5168\u901a\u4fe1 |
| | |
| | | INFO_DESCRIPTION_ENABLE_SECURE_REPLICATION2=\u6307\u5b9a\u662f\u5426\u5bf9\u901a\u8fc7\u7b2c\u4e8c\u4e2a\u670d\u52a1\u5668\u7684\u590d\u5236\u7aef\u53e3\u8fdb\u884c\u7684\u901a\u4fe1\u52a0\u5bc6\u3002\u4ec5\u5f53\u9996\u6b21\u5728\u7b2c\u4e8c\u4e2a\u670d\u52a1\u5668\u4e0a\u914d\u7f6e\u590d\u5236\u65f6\uff0c\u624d\u8003\u8651\u4f7f\u7528\u6b64\u9009\u9879\u3002 |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_STARTTLS2=\u4f7f\u7528 StartTLS \u786e\u4fdd\u4e0e\u7b2c\u4e8c\u4e2a\u670d\u52a1\u5668\u8fdb\u884c\u5b89\u5168\u901a\u4fe1 |
| | | INFO_DESCRIPTION_REPLICATION_BASEDNS=\u6570\u636e\u7684\u57fa DN\uff0c\u5c06\u5bf9\u8be5\u6570\u636e\u8fdb\u884c\u590d\u5236\u3001\u521d\u59cb\u5316\u6216\u7981\u7528\u590d\u5236\u3002\u91cd\u590d\u4f7f\u7528\u6b64\u9009\u9879\u53ef\u4ee5\u63d0\u4f9b\u591a\u4e2a\u57fa DN |
| | | INFO_DESCRIPTION_REPLICATION_ADMIN_UID=\u7ed1\u5b9a\u670d\u52a1\u5668\u65f6\u6240\u7528\u7684\u5168\u5c40\u7ba1\u7406\u5458\u7684\u7528\u6237 ID\u3002\u5bf9\u4e8e {%s} \u5b50\u547d\u4ee4\uff0c\u5982\u679c\u4ee5\u524d\u6ca1\u6709\u4e3a\u4efb\u4f55\u670d\u52a1\u5668\u5b9a\u4e49\u5168\u5c40\u7ba1\u7406\u5458\uff0c\u5219\u5c06\u4f7f\u7528\u63d0\u4f9b\u7684\u6570\u636e\u521b\u5efa\u4e00\u4e2a\u5168\u5c40\u7ba1\u7406\u5458\u3002 |
| | | INFO_DESCRIPTION_REPLICATION_ADMIN_UID=\u7ed1\u5b9a\u670d\u52a1\u5668\u65f6\u6240\u7528\u7684\u5168\u5c40\u7ba1\u7406\u5458\u7684\u7528\u6237 ID\u3002\u5bf9\u4e8e '%s' \u5b50\u547d\u4ee4\uff0c\u5982\u679c\u4ee5\u524d\u6ca1\u6709\u4e3a\u4efb\u4f55\u670d\u52a1\u5668\u5b9a\u4e49\u5168\u5c40\u7ba1\u7406\u5458\uff0c\u5219\u4f1a\u4f7f\u7528\u63d0\u4f9b\u7684\u6570\u636e\u521b\u5efa\u5168\u5c40\u7ba1\u7406\u5458\u3002 |
| | | INFO_DESCRIPTION_REPLICATION_ADMIN_BINDPASSWORD=\u5168\u5c40\u7ba1\u7406\u5458\u5bc6\u7801 |
| | | INFO_DESCRIPTION_REPLICATION_ADMIN_BINDPASSWORDFILE=\u8be5\u6587\u4ef6\u5305\u542b\u5168\u5c40\u7ba1\u7406\u5458\u5bc6\u7801 |
| | | INFO_DESCRIPTION_INITIALIZE_REPLICATION_HOST_SOURCE=\u6e90\u670d\u52a1\u5668\uff08\u5176\u5185\u5bb9\u5c06\u7528\u6765\u521d\u59cb\u5316\u76ee\u6807\u670d\u52a1\u5668\uff09\u7684\u76ee\u5f55\u670d\u52a1\u5668\u4e3b\u673a\u540d\u6216 IP \u5730\u5740 |
| | |
| | | INFO_DESCRIPTION_INITIALIZE_REPLICATION_USE_SSL_DESTINATION=\u4f7f\u7528 SSL \u786e\u4fdd\u4e0e\u76ee\u6807\u670d\u52a1\u5668\u8fdb\u884c\u5b89\u5168\u901a\u4fe1 |
| | | INFO_DESCRIPTION_INITIALIZE_REPLICATION_STARTTLS_DESTINATION=\u4f7f\u7528 StartTLS \u786e\u4fdd\u4e0e\u76ee\u6807\u670d\u52a1\u5668\u8fdb\u884c\u5b89\u5168\u901a\u4fe1 |
| | | INFO_DESCRIPTION_EXTERNAL_INITIALIZATION_LOCAL=\u5982\u679c\u4ec5\u5bf9\u6307\u5b9a\u76ee\u5f55\u670d\u52a1\u5668\u7684\u5185\u5bb9\u4f7f\u7528\u5916\u90e8\u65b9\u6cd5\uff08import-ldif \u547d\u4ee4\u6216\u4e8c\u8fdb\u5236\u590d\u5236\uff09\u8fdb\u884c\u521d\u59cb\u5316\uff0c\u5219\u5e94\u4f7f\u7528\u6b64\u9009\u9879 |
| | | INFO_REPLICATION_TOOL_DESCRIPTION=\u53ef\u4ee5\u4f7f\u7528\u6b64\u5b9e\u7528\u7a0b\u5e8f\u6765\u914d\u7f6e\u670d\u52a1\u5668\u4e4b\u95f4\u7684\u590d\u5236\uff0c\u4ee5\u4f7f\u670d\u52a1\u5668\u6570\u636e\u4fdd\u6301\u540c\u6b65\u3002\u8981\u6b63\u5e38\u8fdb\u884c\u590d\u5236\uff0c\u5fc5\u987b\u5148\u4f7f\u7528 {%s} \u5b50\u547d\u4ee4\u542f\u7528\u590d\u5236\uff0c\u7136\u540e\u518d\u4f7f\u7528 {%s} \u5b50\u547d\u4ee4\u5c06\u4e00\u4e2a\u670d\u52a1\u5668\u7684\u5185\u5bb9\u521d\u59cb\u5316\u4e3a\u53e6\u4e00\u4e2a\u670d\u52a1\u5668\u7684\u5185\u5bb9\u3002 |
| | | INFO_REPLICATION_TOOL_DESCRIPTION=\u53ef\u4ee5\u4f7f\u7528\u8be5\u5b9e\u7528\u7a0b\u5e8f\u6765\u914d\u7f6e\u670d\u52a1\u5668\u4e4b\u95f4\u7684\u590d\u5236\uff0c\u4ee5\u4f7f\u670d\u52a1\u5668\u6570\u636e\u4fdd\u6301\u540c\u6b65\u3002\u8981\u6b63\u786e\u8fdb\u884c\u590d\u5236\uff0c\u5fc5\u987b\u5148\u4f7f\u7528 '%s' \u5b50\u547d\u4ee4\u542f\u7528\u590d\u5236\uff0c\u7136\u540e\u518d\u4f7f\u7528 '%s' \u5b50\u547d\u4ee4\u5c06\u4e00\u4e2a\u670d\u52a1\u5668\u7684\u5185\u5bb9\u521d\u59cb\u5316\u4e3a\u53e6\u4e00\u4e2a\u670d\u52a1\u5668\u7684\u5185\u5bb9\u3002 |
| | | INFO_REPLICATION_DESCRIPTION_QUIET=\u6267\u884c\u9759\u9ed8\u64cd\u4f5c\uff08\u4e0d\u5728\u6807\u51c6\u8f93\u51fa\u4e2d\u5199\u5165\u8fdb\u5ea6\u4fe1\u606f\uff09 |
| | | INFO_DESCRIPTION_DISABLE_REPLICATION_BINDDN=\u7ed1\u5b9a\u8981\u5bf9\u5176\u7981\u7528\u590d\u5236\u7684\u670d\u52a1\u5668\u65f6\u6240\u7528\u7684 DN\u3002\u5f53\u672a\u5728\u670d\u52a1\u5668\u4e2d\u5b9a\u4e49\u4efb\u4f55\u5168\u5c40\u7ba1\u7406\u5458\uff0c\u6216\u8005\u7528\u6237\u4e0d\u60f3\u5728\u5176\u4ed6\u6240\u590d\u5236\u7684\u670d\u52a1\u5668\u4e2d\u5220\u9664\u5f15\u7528\u65f6\uff0c\u5fc5\u987b\u4f7f\u7528\u6b64\u9009\u9879\u3002\u6307\u5b9a\u6b64\u9009\u9879\u65f6\uff0c\u5c06\u7528\u5230\u4e3a\u5168\u5c40\u7ba1\u7406\u5458\u63d0\u4f9b\u7684\u5bc6\u7801\u3002 |
| | | INFO_DESCRIPTION_SUBCMD_INITIALIZE_REPLICATION=\u5c06\u76ee\u6807\u670d\u52a1\u5668\u4e2d\u6307\u5b9a\u57fa DN \u4e0b\u7684\u6570\u636e\u5185\u5bb9\u521d\u59cb\u5316\u4e3a\u6e90\u670d\u52a1\u5668\u7684\u5185\u5bb9\u3002\u8981\u6b63\u5e38\u8fdb\u884c\u590d\u5236\uff0c\u5728\u542f\u7528\u590d\u5236\u540e\u5fc5\u987b\u6267\u884c\u6b64\u64cd\u4f5c\uff08\u8fd8\u53ef\u4ee5\u4e3a\u6b64\u4f7f\u7528 {%s}\uff09\u3002 |
| | | INFO_DESCRIPTION_SUBCMD_INITIALIZE_ALL_REPLICATION=\u5bf9\u4e8e\u6b63\u5728\u590d\u5236\u5176\u5185\u5bb9\u7684\u6240\u6709\u670d\u52a1\u5668\uff0c\u5c06\u5b83\u4eec\u6307\u5b9a\u57fa DN \u4e0b\u7684\u6570\u636e\u5185\u5bb9\u521d\u59cb\u5316\u4e3a\u6307\u5b9a\u670d\u52a1\u5668\u7684\u5185\u5bb9\u3002\u8981\u6b63\u5e38\u8fdb\u884c\u590d\u5236\uff0c\u5728\u542f\u7528\u590d\u5236\u540e\u5fc5\u987b\u6267\u884c\u6b64\u64cd\u4f5c\uff08\u8fd8\u53ef\u4ee5\u4e3a\u6b64\u4f7f\u7528\u5bf9\u6bcf\u4e2a\u670d\u52a1\u5668\u6240\u5e94\u7528\u7684 {%s}\uff09\u3002 |
| | | INFO_DESCRIPTION_SUBCMD_PRE_EXTERNAL_INITIALIZATION=\u5728\u4f7f\u7528 import-ldif \u5de5\u5177\u6216\u4e8c\u8fdb\u5236\u590d\u5236\u65b9\u6cd5\u5bf9\u6240\u6709\u590d\u5236\u670d\u52a1\u5668\u7684\u5185\u5bb9\u8fdb\u884c\u521d\u59cb\u5316\u4e4b\u524d\uff0c\u5fc5\u987b\u8c03\u7528\u6b64\u5b50\u547d\u4ee4\u3002\u540c\u65f6\uff0c\u5fc5\u987b\u6307\u5b9a\u8981\u521d\u59cb\u5316\u7684\u57fa DN \u5217\u8868\uff0c\u5e76\u63d0\u4f9b\u4efb\u4f55\u6b63\u88ab\u590d\u5236\u7684\u670d\u52a1\u5668\u7684\u51ed\u8bc1\u3002\u8c03\u7528\u6b64\u5b50\u547d\u4ee4\u540e\uff0c\u521d\u59cb\u5316\u62d3\u6251\u4e2d\u6240\u6709\u670d\u52a1\u5668\u7684\u5185\u5bb9\uff0c\u7136\u540e\u8c03\u7528\u5b50\u547d\u4ee4 {%s}\u3002 |
| | | INFO_DESCRIPTION_SUBCMD_POST_EXTERNAL_INITIALIZATION=\u5728\u4f7f\u7528 import-ldif \u5de5\u5177\u6216\u4e8c\u8fdb\u5236\u590d\u5236\u65b9\u6cd5\u5bf9\u6240\u6709\u590d\u5236\u670d\u52a1\u5668\u7684\u5185\u5bb9\u8fdb\u884c\u521d\u59cb\u5316\u4e4b\u524d\uff0c\u5fc5\u987b\u8c03\u7528\u6b64\u5b50\u547d\u4ee4\u3002\u540c\u65f6\uff0c\u5fc5\u987b\u6307\u5b9a\u5df2\u521d\u59cb\u5316\u7684\u57fa DN \u5217\u8868\uff0c\u5e76\u63d0\u4f9b\u4efb\u4f55\u6b63\u88ab\u590d\u5236\u7684\u670d\u52a1\u5668\u7684\u51ed\u8bc1\u3002\u6709\u5173\u8be6\u7ec6\u4fe1\u606f\uff0c\u8bf7\u53c2\u89c1\u5b50\u547d\u4ee4 {%s} \u7684\u7528\u6cd5\u3002 |
| | | INFO_DESCRIPTION_SUBCMD_INITIALIZE_REPLICATION=\u5c06\u76ee\u6807\u670d\u52a1\u5668\u4e2d\u6307\u5b9a\u57fa DN \u4e0b\u7684\u6570\u636e\u5185\u5bb9\u521d\u59cb\u5316\u4e3a\u6e90\u670d\u52a1\u5668\u7684\u5185\u5bb9\u3002\u8981\u6b63\u786e\u8fdb\u884c\u590d\u5236\uff0c\u5728\u542f\u7528\u590d\u5236\u540e\u5fc5\u987b\u6267\u884c\u8be5\u64cd\u4f5c\uff08\u4e5f\u53ef\u4ee5\u4f7f\u7528 '%s' \u8fbe\u5230\u8be5\u76ee\u7684\uff09\u3002 |
| | | INFO_DESCRIPTION_SUBCMD_INITIALIZE_ALL_REPLICATION=\u5bf9\u4e8e\u6b63\u5728\u590d\u5236\u5176\u5185\u5bb9\u7684\u6240\u6709\u670d\u52a1\u5668\uff0c\u5c06\u5b83\u4eec\u6307\u5b9a\u57fa DN \u4e0b\u7684\u6570\u636e\u5185\u5bb9\u521d\u59cb\u5316\u4e3a\u6307\u5b9a\u670d\u52a1\u5668\u7684\u5185\u5bb9\u3002\u8981\u6b63\u786e\u8fdb\u884c\u590d\u5236\uff0c\u5728\u542f\u7528\u590d\u5236\u540e\u5fc5\u987b\u6267\u884c\u8be5\u64cd\u4f5c\uff08\u4e5f\u53ef\u4ee5\u4f7f\u7528\u4e3a\u6bcf\u4e2a\u670d\u52a1\u5668\u5e94\u7528\u7684 '%s' \u8fbe\u5230\u8be5\u76ee\u7684\uff09\u3002 |
| | | INFO_DESCRIPTION_SUBCMD_PRE_EXTERNAL_INITIALIZATION=\u5728\u4f7f\u7528 import-ldif \u5de5\u5177\u6216\u4e8c\u8fdb\u5236\u590d\u5236\u65b9\u6cd5\u5bf9\u6240\u6709\u590d\u5236\u670d\u52a1\u5668\u7684\u5185\u5bb9\u8fdb\u884c\u521d\u59cb\u5316\u4e4b\u524d\uff0c\u5fc5\u987b\u8c03\u7528\u6b64\u5b50\u547d\u4ee4\u3002\u540c\u65f6\uff0c\u5fc5\u987b\u6307\u5b9a\u8981\u521d\u59cb\u5316\u7684\u57fa DN \u5217\u8868\uff0c\u5e76\u63d0\u4f9b\u4efb\u4f55\u6b63\u88ab\u590d\u5236\u7684\u670d\u52a1\u5668\u7684\u51ed\u8bc1\u3002\u8c03\u7528\u8be5\u5b50\u547d\u4ee4\u540e\uff0c\u521d\u59cb\u5316\u62d3\u6251\u4e2d\u6240\u6709\u670d\u52a1\u5668\u7684\u5185\u5bb9\uff0c\u7136\u540e\u8c03\u7528\u5b50\u547d\u4ee4 '%s'\u3002 |
| | | INFO_DESCRIPTION_SUBCMD_POST_EXTERNAL_INITIALIZATION=\u5728\u4f7f\u7528 import-ldif \u5de5\u5177\u6216\u4e8c\u8fdb\u5236\u590d\u5236\u65b9\u6cd5\u5bf9\u6240\u6709\u590d\u5236\u670d\u52a1\u5668\u7684\u5185\u5bb9\u8fdb\u884c\u521d\u59cb\u5316\u4e4b\u524d\uff0c\u5fc5\u987b\u8c03\u7528\u6b64\u5b50\u547d\u4ee4\u3002\u540c\u65f6\uff0c\u5fc5\u987b\u6307\u5b9a\u5df2\u521d\u59cb\u5316\u7684\u57fa DN \u5217\u8868\uff0c\u5e76\u63d0\u4f9b\u4efb\u4f55\u6b63\u88ab\u590d\u5236\u7684\u670d\u52a1\u5668\u7684\u51ed\u8bc1\u3002\u6709\u5173\u8be6\u7ec6\u4fe1\u606f\uff0c\u8bf7\u53c2\u89c1\u5b50\u547d\u4ee4 '%s' \u7684\u7528\u6cd5\u3002 |
| | | INFO_DESCRIPTION_SUBCMD_ENABLE_REPLICATION=\u66f4\u65b0\u670d\u52a1\u5668\u7684\u914d\u7f6e\u4ee5\u590d\u5236\u6307\u5b9a\u57fa DN \u4e0b\u7684\u6570\u636e\u3002\u5982\u679c\u67d0\u4e2a\u6307\u5b9a\u7684\u670d\u52a1\u5668\u6b63\u5728\u590d\u5236\u5176\u4ed6\u670d\u52a1\u5668\u4e2d\u57fa DN \u4e0b\u7684\u6570\u636e\uff0c\u6267\u884c\u6b64\u5b50\u547d\u4ee4\u5c06\u4f1a\u66f4\u65b0\u6240\u6709\u670d\u52a1\u5668\u7684\u914d\u7f6e\uff08\u56e0\u6b64\uff0c\u5bf9\u4e8e\u6bcf\u4e2a\u6dfb\u52a0\u5230\u590d\u5236\u62d3\u6251\u4e2d\u7684\u670d\u52a1\u5668\uff0c\u5c06\u90fd\u80fd\u6267\u884c\u4e00\u6b21\u547d\u4ee4\u884c\uff09\u3002 |
| | | INFO_DESCRIPTION_SUBCMD_DISABLE_REPLICATION=\u5bf9\u6307\u5b9a\u670d\u52a1\u5668\u4e2d\u6240\u63d0\u4f9b\u7684\u57fa DN \u7981\u7528\u590d\u5236\uff0c\u5e76\u4e14\u5220\u9664\u5176\u4ed6\u670d\u52a1\u5668\uff08\u6307\u5b9a\u670d\u52a1\u5668\u6b63\u5728\u590d\u5236\u5176\u4e2d\u7684\u6570\u636e\uff09\u4e2d\u7684\u5f15\u7528\u3002 |
| | | INFO_DESCRIPTION_SUBCMD_STATUS_REPLICATION=\u663e\u793a\u6ce8\u518c\u4fe1\u606f\u4e2d\u5b9a\u4e49\u7684\u670d\u52a1\u5668\u57fa DN \u7684\u57fa\u672c\u590d\u5236\u914d\u7f6e\u5217\u8868\u3002\u5982\u679c\u672a\u6307\u5b9a\u7528\u4f5c\u53c2\u6570\u7684\u57fa DN\uff0c\u5219\u5c06\u663e\u793a\u6240\u6709\u57fa DN \u7684\u4fe1\u606f\u3002 |
| | | SEVERE_ERR_REPLICATION_NO_BASE_DN_PROVIDED=\u5fc5\u987b\u5728\u975e\u4ea4\u4e92\u6a21\u5f0f\u4e0b\u63d0\u4f9b\u81f3\u5c11\u4e00\u4e2a\u57fa DN\u3002 |
| | | SEVERE_ERR_REPLICATION_NO_ADMINISTRATOR_PASSWORD_PROVIDED=\u5fc5\u987b\u5728\u975e\u4ea4\u4e92\u6a21\u5f0f\u4e0b\u63d0\u4f9b\u5168\u5c40\u7ba1\u7406\u5458\u5bc6\u7801\u3002\u53ef\u4ee5\u4f7f\u7528 {%s} \u6216 {%s} \u9009\u9879\u6765\u63d0\u4f9b\u3002 |
| | | SEVERE_ERR_REPLICATION_NO_ADMINISTRATOR_PASSWORD_PROVIDED=\u5fc5\u987b\u5728\u975e\u4ea4\u4e92\u6a21\u5f0f\u4e0b\u63d0\u4f9b\u5168\u5c40\u7ba1\u7406\u5458\u5bc6\u7801\u3002\u53ef\u4ee5\u4f7f\u7528 %s \u6216 %s \u9009\u9879\u6765\u63d0\u4f9b\u8be5\u4fe1\u606f\u3002 |
| | | SEVERE_ERR_REPLICATION_NOT_A_VALID_BASEDN=\u63d0\u4f9b\u7684\u503c %s \u4e0d\u662f\u6709\u6548\u7684\u57fa DN\u3002 |
| | | SEVERE_ERR_REPLICATION_ENABLE_SAME_SERVER_PORT=\u5fc5\u987b\u63d0\u4f9b\u4e24\u4e2a\u4e0d\u540c\u7684\u670d\u52a1\u5668\uff0c\u624d\u80fd\u542f\u7528\u590d\u5236\u3002\u60a8\u5df2\u63d0\u4f9b\u4e86\u4e24\u6b21\u670d\u52a1\u5668 %s:%s |
| | | SEVERE_ERR_REPLICATION_INITIALIZE_SAME_SERVER_PORT=\u5fc5\u987b\u63d0\u4f9b\u4e24\u4e2a\u4e0d\u540c\u7684\u670d\u52a1\u5668\uff0c\u5206\u522b\u4f5c\u4e3a\u521d\u59cb\u5316\u7684\u6e90\u670d\u52a1\u5668\u548c\u76ee\u6807\u670d\u52a1\u5668\u3002\u60a8\u5df2\u63d0\u4f9b\u4e86\u4e24\u6b21\u670d\u52a1\u5668 %s:%s |
| | | SEVERE_ERR_REPLICATION_PORT_AND_REPLICATION_PORT_EQUAL=\u4e3b\u673a %s \u4e2d\u7684\u670d\u52a1\u5668 LDAP \u7aef\u53e3\u503c\u548c\u590d\u5236\u7aef\u53e3\u503c\u76f8\u540c\u3002\u60a8\u4e3a\u5b83\u4eec\u63d0\u4f9b\u7684\u503c\u4e3a %s\u3002 |
| | | SEVERE_ERR_REPLICATION_SAME_REPLICATION_PORT=\u4e3a\u540c\u4e00\u8ba1\u7b97\u673a (%2$s) \u4e0a\u7684\u4e24\u4e2a\u670d\u52a1\u5668\u63d0\u4f9b\u4e86\u76f8\u540c\u7684\u590d\u5236\u7aef\u53e3 (%1$s)\u3002 |
| | | SEVERE_ERR_REPLICATION_VALID_SUBCOMMAND_NOT_FOUND=\u627e\u4e0d\u5230\u6709\u6548\u7684\u5b50\u547d\u4ee4\u3002 |
| | | SEVERE_ERR_REPLICATION_STATUS_QUIET={%s} \u5b50\u547d\u4ee4\u4e0e {%s} \u53c2\u6570\u4e0d\u517c\u5bb9\u3002 |
| | | SEVERE_ERR_REPLICATION_VALID_SUBCOMMAND_NOT_FOUND=\u627e\u4e0d\u5230\u6709\u6548\u7684\u5b50\u547d\u4ee4\u3002\u5728\u4f7f\u7528 %s \u9009\u9879\u65f6\uff0c\u5fc5\u987b\u6307\u5b9a\u4e00\u4e2a\u5b50\u547d\u4ee4\u3002 |
| | | SEVERE_ERR_REPLICATION_STATUS_QUIET='%s' \u5b50\u547d\u4ee4\u4e0e %s \u53c2\u6570\u4e0d\u517c\u5bb9\u3002 |
| | | INFO_REPLICATION_SUCCESSFUL=\u5df2\u6210\u529f\u5b8c\u6210\u8be5\u64cd\u4f5c |
| | | INFO_REPLICATION_SUCCESSFUL_NOP=\u5df2\u6210\u529f\u5b8c\u6210\u8be5\u64cd\u4f5c\uff0c\u800c\u65e0\u9700\u6267\u884c\u4efb\u4f55\u5176\u4ed6\u64cd\u4f5c |
| | | MILD_ERR_REPLICATION_USER_CANCELLED=\u7528\u6237\u5df2\u53d6\u6d88\u8be5\u64cd\u4f5c |
| | | SEVERE_ERR_REPLICATION_NO_MESSAGE= |
| | | SEVERE_ERR_UNINSTALL_FORCE_REQUIRES_NO_PROMPT=\u4ec5\u5f53\u6307\u5b9a\u4e86 {%2$s} \u65f6\uff0c\u624d\u53ef\u4f7f\u7528 {%1$s} \u53c2\u6570 |
| | | INFO_REPLICATION_ENABLE_ADMINISTRATOR_MUST_BE_CREATED=\u5fc5\u987b\u63d0\u4f9b\u5168\u5c40\u7ba1\u7406\u5458\u51ed\u8bc1\uff0c\u5c06\u4f7f\u7528\u8fd9\u4e9b\u51ed\u8bc1\u6765\u7ba1\u7406\u6b63\u88ab\u590d\u5236\u7684 OpenDS \u5b9e\u4f8b\u3002 |
| | | SEVERE_ERR_UNINSTALL_FORCE_REQUIRES_NO_PROMPT=%s \u53c2\u6570\u53ea\u80fd\u5728\u6307\u5b9a\u4e86 %s \u65f6\u4f7f\u7528 |
| | | INFO_REPLICATION_ENABLE_ADMINISTRATOR_MUST_BE_CREATED=\u5fc5\u987b\u521b\u5efa\u5168\u5c40\u7ba1\u7406\u5458\u3002%n\u5fc5\u987b\u63d0\u4f9b\u5168\u5c40\u7ba1\u7406\u5458\u51ed\u8bc1\uff0c\u5c06\u521b\u5efa\u8fd9\u4e9b\u51ed\u8bc1\u4ee5\u7ba1\u7406\u6240\u590d\u5236\u7684 OpenDS \u5b9e\u4f8b\u3002 |
| | | INFO_ADMINISTRATOR_UID_PROMPT=\u5168\u5c40\u7ba1\u7406\u5458\u7528\u6237 ID |
| | | INFO_ADMINISTRATOR_PWD_PROMPT=\u5168\u5c40\u7ba1\u7406\u5458\u5bc6\u7801: |
| | | INFO_ADMINISTRATOR_PWD_CONFIRM_PROMPT=\u786e\u8ba4\u5bc6\u7801: |
| | |
| | | INFO_REPLICATION_ENABLE_PORT1_PROMPT=\u7b2c\u4e00\u4e2a\u670d\u52a1\u5668\u7684 LDAP \u7aef\u53e3 |
| | | INFO_REPLICATION_ENABLE_PROTOCOL1=\u5c06\u8981\u5982\u4f55\u8fde\u63a5\u7b2c\u4e00\u4e2a\u670d\u52a1\u5668\uff1f |
| | | INFO_REPLICATION_ENABLE_REPLICATIONPORT1_PROMPT=\u7b2c\u4e00\u4e2a\u670d\u52a1\u5668\u7684\u590d\u5236\u7aef\u53e3\uff08\u5fc5\u987b\u662f\u53ef\u7528\u7684\u7aef\u53e3\uff09 |
| | | INFO_REPLICATION_ENABLE_SECURE1_PROMPT=\u5728\u8fde\u63a5\u7b2c\u4e00\u4e2a\u670d\u52a1\u5668\u4e0a\u7684\u590d\u5236\u7aef\u53e3 %s \u65f6\uff0c\u662f\u5426\u8981\u5bf9\u590d\u5236\u4f7f\u7528\u52a0\u5bc6\u901a\u4fe1\uff1f |
| | | INFO_REPLICATION_ENABLE_SECURE1_PROMPT=\u5728\u8fde\u63a5\u5230\u7b2c\u4e00\u4e2a\u670d\u52a1\u5668\u4e0a\u7684\u590d\u5236\u7aef\u53e3 %s \u65f6\uff0c\u662f\u5426\u5e0c\u671b\u590d\u5236\u4f7f\u7528\u52a0\u5bc6\u901a\u4fe1\uff1f |
| | | INFO_REPLICATION_ENABLE_BINDDN1_PROMPT=\u7b2c\u4e00\u4e2a\u670d\u52a1\u5668\u7684\u7ed1\u5b9a DN |
| | | INFO_REPLICATION_ENABLE_PASSWORD1_PROMPT=\u7b2c\u4e00\u4e2a\u670d\u52a1\u5668\u4e0a\u7684 %s \u5bc6\u7801: |
| | | INFO_REPLICATION_ENABLE_HOST2_CONNECTION_PARAMETERS=>>>> \u4e3a\u7b2c\u4e8c\u4e2a\u670d\u52a1\u5668\u6307\u5b9a OpenDS LDAP \u8fde\u63a5\u53c2\u6570 |
| | |
| | | INFO_REPLICATION_ENABLE_PORT2_PROMPT=\u7b2c\u4e8c\u4e2a\u670d\u52a1\u5668\u7684 LDAP \u7aef\u53e3 |
| | | INFO_REPLICATION_ENABLE_PROTOCOL2=\u5c06\u8981\u5982\u4f55\u8fde\u63a5\u7b2c\u4e8c\u4e2a\u670d\u52a1\u5668\uff1f |
| | | INFO_REPLICATION_ENABLE_REPLICATIONPORT2_PROMPT=\u7b2c\u4e8c\u4e2a\u670d\u52a1\u5668\u7684\u590d\u5236\u7aef\u53e3\uff08\u5fc5\u987b\u662f\u53ef\u7528\u7684\u7aef\u53e3\uff09 |
| | | INFO_REPLICATION_ENABLE_SECURE2_PROMPT=\u5728\u8fde\u63a5\u7b2c\u4e8c\u4e2a\u670d\u52a1\u5668\u4e0a\u7684\u590d\u5236\u7aef\u53e3 %s \u65f6\uff0c\u662f\u5426\u8981\u5bf9\u590d\u5236\u4f7f\u7528\u52a0\u5bc6\u901a\u4fe1\uff1f |
| | | INFO_REPLICATION_ENABLE_SECURE2_PROMPT=\u5728\u8fde\u63a5\u5230\u7b2c\u4e8c\u4e2a\u670d\u52a1\u5668\u4e0a\u7684\u590d\u5236\u7aef\u53e3 %s \u65f6\uff0c\u662f\u5426\u5e0c\u671b\u590d\u5236\u4f7f\u7528\u52a0\u5bc6\u901a\u4fe1\uff1f |
| | | INFO_REPLICATION_ENABLE_BINDDN2_PROMPT=\u7b2c\u4e8c\u4e2a\u670d\u52a1\u5668\u7684\u7ed1\u5b9a DN |
| | | INFO_REPLICATION_ENABLE_PASSWORD2_PROMPT=\u7b2c\u4e8c\u4e2a\u670d\u52a1\u5668\u4e0a\u7684 %s \u5bc6\u7801: |
| | | INFO_REPLICATION_INITIALIZE_SOURCE_CONNECTION_PARAMETERS=>>>> \u4e3a\u6e90\u670d\u52a1\u5668\u6307\u5b9a OpenDS LDAP \u8fde\u63a5\u53c2\u6570 |
| | |
| | | SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_ENABLE_REPLICATION=\u5728\u4e24\u4e2a\u670d\u52a1\u5668\u4e4b\u95f4\u6ca1\u6709\u53ef\u542f\u7528\u590d\u5236\u7684\u57fa DN\u3002 |
| | | INFO_ALREADY_REPLICATED_SUFFIXES=\u5df2\u5728\u4e24\u4e2a\u670d\u52a1\u5668\u4e4b\u95f4\u590d\u5236\u4e86\u4ee5\u4e0b\u57fa DN:%n%s |
| | | INFO_ALREADY_NOT_REPLICATED_SUFFIXES=\u672a\u590d\u5236\u4ee5\u4e0b\u57fa DN:%n%s |
| | | MILD_ERR_REPLICATION_ENABLE_SUFFIXES_NOT_FOUND=\u65e0\u6cd5\u5728\u4e24\u4e2a\u670d\u52a1\u5668\u4e4b\u95f4\u590d\u5236\u4ee5\u4e0b\u57fa DN\uff0c\u56e0\u4e3a\u81f3\u5c11\u5728\u4e00\u4e2a\u670d\u52a1\u5668\u4e2d\u627e\u4e0d\u5230\u8fd9\u4e9b\u57fa DN:%n% |
| | | MILD_ERR_REPLICATION_ENABLE_SUFFIXES_NOT_FOUND=\u65e0\u6cd5\u5728\u4e24\u4e2a\u670d\u52a1\u5668\u4e4b\u95f4\u590d\u5236\u4ee5\u4e0b\u57fa DN\uff0c\u56e0\u4e3a\u81f3\u5c11\u5728\u4e00\u4e2a\u670d\u52a1\u5668\u4e2d\u627e\u4e0d\u5230\u8fd9\u4e9b\u57fa DN:%n%s |
| | | MILD_ERR_NO_SUFFIXES_SELECTED_TO_REPLICATE=\u5fc5\u987b\u81f3\u5c11\u9009\u62e9\u4e00\u4e2a\u8981\u590d\u5236\u7684\u57fa DN\u3002 |
| | | INFO_REPLICATION_ENABLE_SUFFIX_PROMPT=\u662f\u5426\u8981\u590d\u5236\u57fa DN %s\uff1f |
| | | SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_REPLICATION=\u672a\u5728\u4e24\u4e2a\u670d\u52a1\u5668\u4e4b\u95f4\u590d\u5236\u4efb\u4f55\u57fa DN\u3002 |
| | |
| | | INFO_REPLICATION_CRITICAL_ERROR_DETAILS=\u8be6\u7ec6\u4fe1\u606f: %s |
| | | INFO_PROGRESS_PRE_EXTERNAL_INITIALIZATION=\u6b63\u5728\u5916\u90e8\u51c6\u5907\u8981\u521d\u59cb\u5316\u7684\u57fa DN %s |
| | | INFO_PROGRESS_POST_EXTERNAL_INITIALIZATION=\u6b63\u5728\u66f4\u65b0\u6709\u5173\u57fa DN %s \u7684\u590d\u5236\u4fe1\u606f |
| | | INFO_PROGRESS_PRE_INITIALIZATION_LOCAL_FINISHED_PROCEDURE=\u63a5\u4e0b\u6765\uff0c\u60a8\u53ef\u4ee5\u7ee7\u7eed\u5bf9\u670d\u52a1\u5668 %s \u4e0a\u7684\u57fa DN \u5185\u5bb9\u8fdb\u884c\u521d\u59cb\u5316\u3002\u53ef\u4ee5\u4f7f\u7528\u547d\u4ee4 import-ldif \u6216\u4e8c\u8fdb\u5236\u590d\u5236\u6765\u6267\u884c\u6b64\u64cd\u4f5c\u3002%n%n\u5b8c\u6210\u521d\u59cb\u5316\u540e\uff0c\u5fc5\u987b\u4f7f\u7528\u5b50\u547d\u4ee4 {%s} \u8fdb\u884c\u590d\u5236\uff0c\u4ee5\u4fbf\u4f7f\u7528\u65b0\u7684\u57fa DN\u3002 |
| | | INFO_PROGRESS_PRE_INITIALIZATION_FINISHED_PROCEDURE=\u63a5\u4e0b\u6765\uff0c\u60a8\u53ef\u4ee5\u7ee7\u7eed\u5bf9\u6240\u6709\u590d\u5236\u670d\u52a1\u5668\u4e0a\u7684\u57fa DN \u5185\u5bb9\u8fdb\u884c\u521d\u59cb\u5316\u3002\u53ef\u4ee5\u4f7f\u7528\u547d\u4ee4 import-ldif \u6216\u4e8c\u8fdb\u5236\u590d\u5236\u6765\u6267\u884c\u6b64\u64cd\u4f5c\u3002%n%n\u5b8c\u6210\u521d\u59cb\u5316\u540e\uff0c\u5fc5\u987b\u4f7f\u7528\u5b50\u547d\u4ee4 {%s} \u8fdb\u884c\u590d\u5236\uff0c\u4ee5\u4fbf\u4f7f\u7528\u65b0\u7684\u57fa DN \u5185\u5bb9\u3002 |
| | | INFO_PROGRESS_PRE_INITIALIZATION_LOCAL_FINISHED_PROCEDURE=\u63a5\u4e0b\u6765\uff0c\u60a8\u53ef\u4ee5\u7ee7\u7eed\u5bf9\u670d\u52a1\u5668 %s \u4e0a\u7684\u57fa DN \u5185\u5bb9\u8fdb\u884c\u521d\u59cb\u5316\u3002\u53ef\u4ee5\u4f7f\u7528\u547d\u4ee4 import-ldif \u6216\u4e8c\u8fdb\u5236\u590d\u5236\u6765\u6267\u884c\u6b64\u64cd\u4f5c\u3002%n%n\u5b8c\u6210\u521d\u59cb\u5316\u540e\uff0c\u5fc5\u987b\u4f7f\u7528\u5b50\u547d\u4ee4 '%s'\uff0c\u4ee5\u4fbf\u590d\u5236\u4f7f\u7528\u65b0\u7684\u57fa DN\u3002 |
| | | INFO_PROGRESS_PRE_INITIALIZATION_FINISHED_PROCEDURE=\u63a5\u4e0b\u6765\uff0c\u60a8\u53ef\u4ee5\u7ee7\u7eed\u5bf9\u6240\u6709\u590d\u5236\u670d\u52a1\u5668\u4e0a\u7684\u57fa DN \u5185\u5bb9\u8fdb\u884c\u521d\u59cb\u5316\u3002\u53ef\u4ee5\u4f7f\u7528\u547d\u4ee4 import-ldif \u6216\u4e8c\u8fdb\u5236\u590d\u5236\u6765\u6267\u884c\u6b64\u64cd\u4f5c\u3002%n%n\u5b8c\u6210\u521d\u59cb\u5316\u540e\uff0c\u5fc5\u987b\u4f7f\u7528\u5b50\u547d\u4ee4 '%s'\uff0c\u4ee5\u4fbf\u590d\u5236\u4f7f\u7528\u65b0\u7684\u57fa DN \u5185\u5bb9\u3002 |
| | | INFO_PROGRESS_POST_INITIALIZATION_FINISHED_PROCEDURE=\u5df2\u6210\u529f\u5b8c\u6210\u540e\u521d\u59cb\u5316\u8fc7\u7a0b\u3002 |
| | | SEVERE_ERR_POOLING_PRE_EXTERNAL_INITIALIZATION=\u8bfb\u53d6\u64cd\u4f5c\u8fdb\u5ea6\u65f6\u51fa\u9519\u3002 |
| | | SEVERE_ERR_POOLING_POST_EXTERNAL_INITIALIZATION=\u8bfb\u53d6\u64cd\u4f5c\u8fdb\u5ea6\u65f6\u51fa\u9519\u3002 |
| | |
| | | INFO_ERROR_DURING_POST_EXTERNAL_INITIALIZATION_LOG=\u6267\u884c\u64cd\u4f5c\u671f\u95f4\u51fa\u73b0\u610f\u5916\u9519\u8bef\u3002\u6700\u65b0\u65e5\u5fd7\u7684\u8be6\u7ec6\u4fe1\u606f: %s\u3002\u4efb\u52a1\u72b6\u6001: %s\u3002\u8bf7\u67e5\u770b %s \u7684\u9519\u8bef\u65e5\u5fd7\u4ee5\u83b7\u53d6\u8be6\u7ec6\u4fe1\u606f\u3002 |
| | | SEVERE_ERR_LAUNCHING_PRE_EXTERNAL_INITIALIZATION=\u542f\u52a8\u64cd\u4f5c\u65f6\u51fa\u9519\u3002 |
| | | SEVERE_ERR_LAUNCHING_POST_EXTERNAL_INITIALIZATION=\u542f\u52a8\u64cd\u4f5c\u65f6\u51fa\u9519\u3002 |
| | | INFO_REPLICATION_SUBCOMMAND_PROMPT=\u60a8\u8981\u6267\u884c\u54ea\u4e9b\u64cd\u4f5c\uff1f |
| | | INFO_REPLICATION_ENABLE_MENU_PROMPT=\u542f\u7528\u590d\u5236 |
| | | INFO_REPLICATION_DISABLE_MENU_PROMPT=\u7981\u7528\u590d\u5236 |
| | | INFO_REPLICATION_INITIALIZE_MENU_PROMPT=\u5728\u67d0\u4e2a\u670d\u52a1\u5668\u4e0a\u521d\u59cb\u5316\u590d\u5236 |
| | | INFO_REPLICATION_INITIALIZE_ALL_MENU_PROMPT=\u521d\u59cb\u5316\u6240\u6709\u670d\u52a1\u5668 |
| | | INFO_REPLICATION_PRE_EXTERNAL_INITIALIZATION_MENU_PROMPT=\u5916\u90e8\u521d\u59cb\u5316\u4e4b\u524d |
| | | INFO_REPLICATION_POST_EXTERNAL_INITIALIZATION_MENU_PROMPT=\u5916\u90e8\u521d\u59cb\u5316\u4e4b\u540e |
| | | INFO_REPLICATION_STATUS_MENU_PROMPT=\u663e\u793a\u590d\u5236\u72b6\u6001 |
| | | INFO_REPLICATION_POST_ENABLE_INFO=\u5df2\u6210\u529f\u542f\u7528\u590d\u5236\u3002\u8bf7\u6ce8\u610f\uff0c\u8981\u6b63\u786e\u8fdb\u884c\u590d\u5236\uff0c\u60a8\u5fc5\u987b\u521d\u59cb\u5316\u6240\u590d\u5236\u7684 \u57fa DN \u7684\u5185\u5bb9\uff08\u4f7f\u7528 %s %s \u6267\u884c\u8be5\u64cd\u4f5c\uff09\u3002 |
| | |
| | | INFO_CONFIRM_UNINSTALL_SERVER_NOT_RUNNING_TITLE=\u78ba\u8a8d\u89e3\u9664\u5b89\u88dd |
| | | INFO_CONFIRM_UNINSTALL_SERVER_RUNNING_MSG=\u4f3a\u670d\u5668\u6b63\u5728\u57f7\u884c\u4e2d%nOpenDS \u4f3a\u670d\u5668\u76ee\u524d\u6b63\u5728\u57f7\u884c\uff0c\u5fc5\u9808\u5c07\u5176\u505c\u6b62\u624d\u80fd\u7e7c\u7e8c\u89e3\u9664\u5b89\u88dd\u3002\u8981\u8b93\u89e3\u9664\u5b89\u88dd\u7a0b\u5f0f\u70ba\u60a8\u505c\u6b62\u4f3a\u670d\u5668\u4e26\u7e7c\u7e8c\u89e3\u9664\u5b89\u88dd\u55ce\uff1f\u5982\u679c\u60a8\u6309\u4e00\u4e0b\u3010\u5426\u3011\uff0c\u60a8\u5c07\u9700\u8981\u624b\u52d5\u505c\u6b62\u4f3a\u670d\u5668\u4ee5\u7e7c\u7e8c\u3002 |
| | | MILD_ERR_UNINSTALL_READING_REGISTERED_SERVERS_CONFIRM_UPDATE_REMOTE=\u8b80\u53d6\u73fe\u6709\u4f3a\u670d\u5668\u7684\u914d\u7f6e\u6642\u767c\u751f\u4e0b\u5217\u932f\u8aa4:\n%s\n\u8981\u8b93\u89e3\u9664\u5b89\u88dd\u7a0b\u5f0f\u5617\u8a66\u4ee5\u6700\u9ad8\u901f\u7387 (best-effort) \u6a21\u5f0f\u79fb\u9664\u5c0d\u6b64\u4f3a\u670d\u5668\u7684\u53c3\u7167\u55ce\uff1f |
| | | MILD_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_FORCE=\u6b64\u4f3a\u670d\u5668\u914d\u7f6e\u70ba\u8907\u88fd\u5176\u672c\u8eab\u4e4b\u90e8\u5206\u57fa\u5e95 DN\u3002\u5728\u8907\u88fd\u7684\u4f3a\u670d\u5668\u4e0a\u64f7\u53d6\u5c0d\u5176\u4e4b\u53c3\u7167\u6642\u767c\u751f\u932f\u8aa4\u3002\u8acb\u6ce8\u610f\uff0c\u8981\u80fd\u5920\u79fb\u9664\u9060\u7aef\u53c3\u7167\uff0c\u60a8\u5fc5\u9808\u4f7f\u7528 {%s} \u548c {%s} (\u6216 {%s}) \u9078\u9805\u63d0\u4f9b\u5168\u57df\u7ba1\u7406\u54e1\u6191\u8b49\u3002%n\u5728\u767c\u751f\u932f\u8aa4\u6642\u5f37\u5236\u9032\u884c (force on error) \u6a21\u5f0f\u6642\u7e7c\u7e8c\u89e3\u9664\u5b89\u88dd\u3002 |
| | | SEVERE_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_NO_FORCE=\u6b64\u4f3a\u670d\u5668\u914d\u7f6e\u70ba\u8907\u88fd\u5176\u672c\u8eab\u4e4b\u90e8\u5206\u57fa\u5e95 DN\u3002\u5728\u8907\u88fd\u7684\u4f3a\u670d\u5668\u4e0a\u64f7\u53d6\u5c0d\u5176\u4e4b\u53c3\u7167\u6642\u767c\u751f\u932f\u8aa4\u3002\u8acb\u6ce8\u610f\uff0c\u8981\u80fd\u5920\u79fb\u9664\u9060\u7aef\u53c3\u7167\uff0c\u60a8\u5fc5\u9808\u4f7f\u7528 {%s} \u548c {%s} (\u6216 {%s}) \u9078\u9805\u63d0\u4f9b\u5168\u57df\u7ba1\u7406\u54e1\u6191\u8b49\u3002%n\u8acb\u6aa2\u67e5\u60a8\u63d0\u4f9b\u7684\u9023\u7dda\u53c3\u6578\u662f\u5426\u6b63\u78ba\u3002%n\u5982\u679c\u60a8\u60f3\u8981\u5728\u751a\u81f3\u7121\u6cd5\u79fb\u9664\u9060\u7aef\u53c3\u7167\u6642\u89e3\u9664\u5b89\u88dd\u4f3a\u670d\u5668\uff0c\u60a8\u53ef\u4ee5\u4f7f\u7528 {%s} \u9078\u9805\u3002 |
| | | MILD_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_FORCE=\u6b64\u4f3a\u670d\u5668\u914d\u7f6e\u70ba\u8907\u88fd\u5176\u672c\u8eab\u4e4b\u90e8\u5206\u57fa\u5e95 DN\u3002\u5728\u8907\u88fd\u7684\u4f3a\u670d\u5668\u4e0a\u64f7\u53d6\u5c0d\u5176\u4e4b\u53c3\u7167\u6642\u767c\u751f\u932f\u8aa4\u3002\u8acb\u6ce8\u610f\uff0c\u70ba\u4e86\u8981\u79fb\u9664\u9060\u7aef\u53c3\u7167\uff0c\u60a8\u5fc5\u9808\u4f7f\u7528 %s \u548c %s (\u6216 %s) \u9078\u9805\u63d0\u4f9b\u5168\u57df\u7ba1\u7406\u54e1\u6191\u8b49\u3002%n\u5728\u767c\u751f\u932f\u8aa4\u6642\u5f37\u5236\u9032\u884c (force on error) \u6a21\u5f0f\u6642\u7e7c\u7e8c\u89e3\u9664\u5b89\u88dd\u3002 |
| | | SEVERE_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_NO_FORCE=\u6b64\u4f3a\u670d\u5668\u914d\u7f6e\u70ba\u8907\u88fd\u5176\u672c\u8eab\u4e4b\u90e8\u5206\u57fa\u5e95 DN\u3002\u5728\u8907\u88fd\u7684\u4f3a\u670d\u5668\u4e0a\u64f7\u53d6\u5c0d\u5176\u4e4b\u53c3\u7167\u6642\u767c\u751f\u932f\u8aa4\u3002\u8acb\u6ce8\u610f\uff0c\u70ba\u4e86\u8981\u79fb\u9664\u9060\u7aef\u53c3\u7167\uff0c\u60a8\u5fc5\u9808\u4f7f\u7528 %s \u548c %s (\u6216 %s) \u9078\u9805\u63d0\u4f9b\u5168\u57df\u7ba1\u7406\u54e1\u6191\u8b49\u3002%n\u8acb\u6aa2\u67e5\u60a8\u63d0\u4f9b\u7684\u9023\u7dda\u53c3\u6578\u662f\u5426\u6b63\u78ba\u3002%n\u5982\u679c\u60a8\u60f3\u8981\u5728\u7121\u6cd5\u79fb\u9664\u9060\u7aef\u53c3\u7167\u6642\u89e3\u9664\u5b89\u88dd\u4f3a\u670d\u5668\uff0c\u60a8\u53ef\u4ee5\u4f7f\u7528 %s \u9078\u9805\u3002 |
| | | MILD_ERR_UNINSTALL_NOT_UPDATE_REMOTE_PROMPT=\u6b64\u4f3a\u670d\u5668\u914d\u7f6e\u70ba\u8907\u88fd\u5176\u672c\u8eab\u4e4b\u90e8\u5206\u57fa\u5e95 DN\u3002\u5728\u8907\u88fd\u7684\u4f3a\u670d\u5668\u4e0a\u64f7\u53d6\u5c0d\u5176\u4e4b\u53c3\u7167\u6642\u767c\u751f\u932f\u8aa4\u3002%n\u8981\u7e7c\u7e8c\u55ce\uff1f |
| | | INFO_CONFIRM_UNINSTALL_SERVER_RUNNING_TITLE=\u4f3a\u670d\u5668\u6b63\u5728\u57f7\u884c\u4e2d |
| | | INFO_CONNECTIONS_LABEL=\u958b\u555f\u9023\u7dda: |
| | |
| | | INFO_LDAP_PROTOCOL_LABEL=LDAP |
| | | INFO_LDAPS_PROTOCOL_LABEL=LDAPS |
| | | INFO_LDIF_PROTOCOL_LABEL=LDIF |
| | | INFO_SNMP_PROTOCOL_LABEL=SNMP |
| | | INFO_LISTENERS_TITLE=\u9023\u7dda\u8655\u7406\u7a0b\u5f0f |
| | | INFO_LOGIN_CANCEL_BUTTON_TOOLTIP=\u95dc\u9589\u767b\u5165\u5c0d\u8a71\u65b9\u584a |
| | | INFO_LOGIN_DIALOG_MSG=\u60a8\u5fc5\u9808\u63d0\u4f9b\u7ba1\u7406\u4f7f\u7528\u8005 DN \u548c\u5bc6\u78bc\u4ee5\u64f7\u53d6\u76e3\u8996\u8cc7\u8a0a\u3002 |
| | |
| | | INFO_UNINSTALL_LOGIN_PWD_TOOLTIP=\u7528\u4f86\u5728\u5176\u4ed6 OpenDS \u4f3a\u670d\u5668\u4e2d\u8b80\u53d6\u548c\u66f4\u65b0\u914d\u7f6e\u7684\u5168\u57df\u7ba1\u7406\u54e1\u5bc6\u78bc\u3002 |
| | | INFO_UNINSTALL_LOGIN_UID_TOOLTIP=\u7528\u4f86\u5728\u5176\u4ed6 OpenDS \u4f3a\u670d\u5668\u4e2d\u8b80\u53d6\u548c\u66f4\u65b0\u914d\u7f6e\u7684\u5168\u57df\u7ba1\u7406\u54e1\u4f7f\u7528\u8005 ID\u3002 |
| | | INFO_UNKNOWN_LABEL=-- |
| | | INFO_UNINSTALLDS_DESCRIPTION_FORCE=\u6307\u5b9a\u7576\u5728\u9060\u7aef OpenDS \u5be6\u4f8b\u4e2d\u66f4\u65b0\u5c0d\u6b64\u4f3a\u670d\u5668\u7684\u53c3\u7167\u6642\uff0c\u5982\u679c\u767c\u751f\u932f\u8aa4\uff0c\u662f\u5426\u8981\u7e7c\u7e8c\u89e3\u9664\u5b89\u88dd\u3002\u6b64\u5f15\u6578\u50c5\u80fd\u8207 {%s} \u7121\u63d0\u793a\u5f15\u6578\u5171\u540c\u4f7f\u7528\u3002 |
| | | INFO_UNINSTALLDS_DESCRIPTION_FORCE=\u6307\u5b9a\u7576\u5728\u9060\u7aef OpenDS \u5be6\u4f8b\u4e2d\u66f4\u65b0\u5c0d\u6b64\u4f3a\u670d\u5668\u7684\u53c3\u7167\u6642\uff0c\u5982\u679c\u767c\u751f\u932f\u8aa4\uff0c\u662f\u5426\u8981\u7e7c\u7e8c\u89e3\u9664\u5b89\u88dd\u3002\u6b64\u5f15\u6578\u50c5\u80fd\u8207 %s \u7121\u63d0\u793a\u5f15\u6578\u5171\u540c\u4f7f\u7528\u3002 |
| | | INFO_DESCRIPTION_REFERENCED_HOST=\u9060\u7aef\u4f3a\u670d\u5668\u4e2d\u53c3\u7167\u6b64\u4e3b\u6a5f\u4ee5\u9032\u884c\u8907\u88fd\u7684\u4e3b\u6a5f\u540d\u7a31 (\u6216 IP \u4f4d\u5740) |
| | | INFO_UNINSTALLDS_DESCRIPTION_CLI=\u6307\u5b9a\u4f7f\u7528\u6307\u4ee4\u884c\u5b89\u88dd\u3002\u5982\u679c\u672a\u6307\u5b9a\uff0c\u5c07\u6703\u555f\u52d5\u5716\u5f62\u5316\u4ecb\u9762\u3002\u5176\u4ed6\u9078\u9805 (\u9664 help \u548c version \u5916) \u50c5\u6703\u65bc\u6307\u5b9a\u6b64\u9078\u9805\u6642\u52a0\u4ee5\u8003\u91cf |
| | | INFO_UNINSTALLDS_DESCRIPTION_QUIET=\u4ee5\u7121\u8a0a\u606f\u6a21\u5f0f\u57f7\u884c\u89e3\u9664\u5b89\u88dd\u3002\u7121\u8a0a\u606f\u6a21\u5f0f\u4e0d\u6703\u5c07\u9032\u5ea6\u8cc7\u8a0a\u8f38\u51fa\u81f3\u6a19\u6e96\u8f38\u51fa\u3002 |
| | |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_BINDDN2=\u7528\u4ee5\u9023\u7d50\u81f3\u7b2c\u4e8c\u90e8\u8981\u8907\u88fd\u5176\u5167\u5bb9\u7684\u4f3a\u670d\u5668\u4e4b DN\u3002\u5982\u679c\u672a\u6307\u5b9a\uff0c\u5c07\u6703\u4f7f\u7528\u5168\u57df\u7ba1\u7406\u54e1\u9032\u884c\u9023\u7d50 |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_SKIPPORT=\u7565\u904e\u5224\u65b7\u6307\u5b9a\u7684\u8907\u88fd\u9023\u63a5\u57e0\u662f\u5426\u53ef\u4ee5\u4f7f\u7528\u7684\u6aa2\u67e5 |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_NO_SCHEMA_REPLICATION=\u4e0d\u8981\u5728\u4f3a\u670d\u5668\u4e4b\u9593\u8907\u88fd\u6a21\u5f0f |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_USE_SECOND_AS_SCHEMA_SOURCE=\u4f7f\u7528\u7b2c\u4e8c\u90e8\u4f3a\u670d\u5668\u521d\u59cb\u5316\u7b2c\u4e00\u90e8\u4f3a\u670d\u5668\u7684\u6a21\u5f0f\u3002\u5982\u679c\u672a\u6307\u5b9a\u6b64\u9078\u9805\u6216\u9078\u9805 {%s}\uff0c\u6703\u4f7f\u7528\u7b2c\u4e00\u90e8\u4f3a\u670d\u5668\u7684\u6a21\u5f0f\u521d\u59cb\u5316\u7b2c\u4e8c\u90e8\u4f3a\u670d\u5668\u7684\u6a21\u5f0f |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_USE_SECOND_AS_SCHEMA_SOURCE=\u4f7f\u7528\u7b2c\u4e8c\u90e8\u4f3a\u670d\u5668\u521d\u59cb\u5316\u7b2c\u4e00\u90e8\u4f3a\u670d\u5668\u7684\u6a21\u5f0f\u3002\u5982\u679c\u672a\u6307\u5b9a\u6b64\u9078\u9805\u6216\u9078\u9805 %s\uff0c\u5247\u6703\u4f7f\u7528\u7b2c\u4e00\u90e8\u4f3a\u670d\u5668\u7684\u6a21\u5f0f\u521d\u59cb\u5316\u7b2c\u4e8c\u90e8\u4f3a\u670d\u5668\u7684\u6a21\u5f0f |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_BINDPASSWORD2=\u7528\u4ee5\u9023\u7d50\u81f3\u7b2c\u4e8c\u90e8\u8981\u8907\u88fd\u5176\u5167\u5bb9\u7684\u4f3a\u670d\u5668\u4e4b\u5bc6\u78bc\u3002\u5982\u679c\u6c92\u6709\u70ba\u7b2c\u4e8c\u90e8\u4f3a\u670d\u5668\u6307\u5b9a\u9023\u7d50 DN\uff0c\u5c07\u6703\u4f7f\u7528\u5168\u57df\u7ba1\u7406\u54e1\u7684\u5bc6\u78bc\u9032\u884c\u9023\u7d50 |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_BINDPASSWORDFILE2=\u5305\u542b\u7528\u4ee5\u9023\u7d50\u81f3\u7b2c\u4e8c\u90e8\u8981\u8907\u88fd\u5176\u5167\u5bb9\u7684\u4f3a\u670d\u5668\u4e4b\u5bc6\u78bc\u7684\u6a94\u6848\u3002\u5982\u679c\u6c92\u6709\u70ba\u7b2c\u4e8c\u90e8\u4f3a\u670d\u5668\u6307\u5b9a\u9023\u7d50 DN\uff0c\u5c07\u6703\u4f7f\u7528\u5168\u57df\u7ba1\u7406\u54e1\u7684\u5bc6\u78bc\u9032\u884c\u9023\u7d50 |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_USE_SSL2=\u4f7f\u7528 SSL \u7dad\u8b77\u8207\u7b2c\u4e8c\u90e8\u4f3a\u670d\u5668\u9593\u7684\u901a\u8a0a\u5b89\u5168 |
| | |
| | | INFO_DESCRIPTION_ENABLE_SECURE_REPLICATION2=\u6307\u5b9a\u900f\u904e\u7b2c\u4e8c\u90e8\u4f3a\u670d\u5668\u4e4b\u8907\u88fd\u9023\u63a5\u57e0\u9032\u884c\u7684\u901a\u8a0a\u662f\u5426\u8981\u52a0\u5bc6\u3002\u6b64\u9078\u9805\u50c5\u6703\u65bc\u5728\u7b2c\u4e8c\u90e8\u4f3a\u670d\u5668\u4e0a\u521d\u6b21\u914d\u7f6e\u8907\u88fd\u6642\u52a0\u4ee5\u8003\u91cf\u3002 |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_STARTTLS2=\u4f7f\u7528 StartTLS \u7dad\u8b77\u8207\u7b2c\u4e8c\u90e8\u4f3a\u670d\u5668\u9593\u7684\u901a\u8a0a\u5b89\u5168 |
| | | INFO_DESCRIPTION_REPLICATION_BASEDNS=\u5c07\u8981\u8907\u88fd\u3001\u521d\u59cb\u5316\u6216\u8981\u505c\u7528\u8907\u88fd\u4e4b\u8cc7\u6599\u7684\u57fa\u5e95 DN\u60a8\u53ef\u4ee5\u591a\u6b21\u4f7f\u7528\u6b64\u9078\u9805\u4ee5\u63d0\u4f9b\u591a\u500b\u57fa\u5e95 DN |
| | | INFO_DESCRIPTION_REPLICATION_ADMIN_UID=\u7528\u4f86\u9023\u7d50\u81f3\u4f3a\u670d\u5668\u7684\u5168\u57df\u7ba1\u7406\u54e1\u4f7f\u7528\u8005 ID\u3002\u5c0d\u65bc {%s} \u5b50\u6307\u4ee4\uff0c\u5982\u679c\u5148\u524d\u6c92\u6709\u70ba\u4efb\u4f55\u4f3a\u670d\u5668\u5b9a\u7fa9\u5168\u57df\u7ba1\u7406\u54e1\uff0c\u5c07\u6703\u4f7f\u7528\u6240\u63d0\u4f9b\u7684\u8cc7\u6599\u52a0\u4ee5\u5efa\u7acb\u3002 |
| | | INFO_DESCRIPTION_REPLICATION_ADMIN_UID=\u7528\u4f86\u9023\u7d50\u81f3\u4f3a\u670d\u5668\u7684\u5168\u57df\u7ba1\u7406\u54e1\u4f7f\u7528\u8005 ID\u3002\u5c0d\u65bc\u300c%s\u300d\u5b50\u6307\u4ee4\uff0c\u5982\u679c\u5148\u524d\u6c92\u6709\u70ba\u4efb\u4f55\u4f3a\u670d\u5668\u5b9a\u7fa9\u5168\u57df\u7ba1\u7406\u54e1\uff0c\u5c07\u6703\u4f7f\u7528\u6240\u63d0\u4f9b\u7684\u8cc7\u6599\u5efa\u7acb\u5168\u57df\u7ba1\u7406\u54e1\u3002 |
| | | INFO_DESCRIPTION_REPLICATION_ADMIN_BINDPASSWORD=\u5168\u57df\u7ba1\u7406\u54e1\u5bc6\u78bc |
| | | INFO_DESCRIPTION_REPLICATION_ADMIN_BINDPASSWORDFILE=\u5305\u542b\u5168\u57df\u7ba1\u7406\u54e1\u5bc6\u78bc\u7684\u6a94\u6848 |
| | | INFO_DESCRIPTION_INITIALIZE_REPLICATION_HOST_SOURCE=\u5167\u5bb9\u5c07\u6703\u7528\u4f86\u521d\u59cb\u5316\u76ee\u6a19\u4f3a\u670d\u5668\u4e4b\u4f86\u6e90\u4f3a\u670d\u5668\u7684\u76ee\u9304\u4f3a\u670d\u5668\u4e3b\u6a5f\u540d\u7a31\u6216 IP \u4f4d\u5740 |
| | |
| | | INFO_DESCRIPTION_INITIALIZE_REPLICATION_USE_SSL_DESTINATION=\u4f7f\u7528 SSL \u7dad\u8b77\u8207\u76ee\u6a19\u4f3a\u670d\u5668\u9593\u7684\u901a\u8a0a\u5b89\u5168 |
| | | INFO_DESCRIPTION_INITIALIZE_REPLICATION_STARTTLS_DESTINATION=\u4f7f\u7528 StartTLS \u7dad\u8b77\u8207\u76ee\u6a19\u4f3a\u670d\u5668\u9593\u7684\u901a\u8a0a\u5b89\u5168 |
| | | INFO_DESCRIPTION_EXTERNAL_INITIALIZATION_LOCAL=\u7576\u60a8\u8981\u4ee5\u5916\u90e8\u65b9\u6cd5 (import-ldif \u6307\u4ee4\u6216\u4e8c\u9032\u4f4d\u8907\u88fd) \u50c5\u521d\u59cb\u5316\u6307\u5b9a\u7684\u76ee\u9304\u4f3a\u670d\u5668\u5167\u5bb9\u6642\uff0c\u8acb\u4f7f\u7528\u6b64\u9078\u9805\u3002 |
| | | INFO_REPLICATION_TOOL_DESCRIPTION=\u6b64\u516c\u7528\u7a0b\u5f0f\u53ef\u7528\u4f86\u914d\u7f6e\u4f3a\u670d\u5668\u9593\u7684\u8907\u88fd\uff0c\u8b93\u4f3a\u670d\u5668\u7684\u8cc7\u6599\u540c\u6b65\u5316\u3002\u70ba\u4f7f\u8907\u88fd\u9806\u5229\u904b\u4f5c\uff0c\u60a8\u5fc5\u9808\u5148\u4f7f\u7528 {%s} \u5b50\u6307\u4ee4\u555f\u7528\u8907\u88fd\uff0c\u7136\u5f8c\u4f7f\u7528 {%s} \u5b50\u6307\u4ee4\u4ee5\u5176\u4ed6\u4f3a\u670d\u5668\u7684\u5167\u5bb9\u521d\u59cb\u5316\u5176\u4e2d\u4e00\u90e8\u4f3a\u670d\u5668\u7684\u5167\u5bb9\u3002 |
| | | INFO_REPLICATION_TOOL_DESCRIPTION=\u6b64\u516c\u7528\u7a0b\u5f0f\u53ef\u7528\u4f86\u914d\u7f6e\u4f3a\u670d\u5668\u9593\u7684\u8907\u88fd\uff0c\u8b93\u4f3a\u670d\u5668\u7684\u8cc7\u6599\u540c\u6b65\u5316\u3002\u70ba\u4f7f\u8907\u88fd\u9806\u5229\u904b\u4f5c\uff0c\u60a8\u5fc5\u9808\u5148\u4f7f\u7528\u300c%s\u300d\u5b50\u6307\u4ee4\u555f\u7528\u8907\u88fd\uff0c\u7136\u5f8c\u4f7f\u7528\u300c%s\u300d\u5b50\u6307\u4ee4\u4ee5\u5176\u4ed6\u4f3a\u670d\u5668\u7684\u5167\u5bb9\u521d\u59cb\u5316\u5176\u4e2d\u4e00\u90e8\u4f3a\u670d\u5668\u7684\u5167\u5bb9\u3002 |
| | | INFO_REPLICATION_DESCRIPTION_QUIET=\u57f7\u884c\u7121\u8a0a\u606f\u4f5c\u696d (\u4e0d\u6703\u5c07\u9032\u5ea6\u8cc7\u8a0a\u5beb\u5165\u6a19\u6e96\u8f38\u51fa) |
| | | INFO_DESCRIPTION_DISABLE_REPLICATION_BINDDN=\u7528\u4ee5\u9023\u7d50\u81f3\u8981\u505c\u7528\u8907\u88fd\u4e4b\u4f3a\u670d\u5668\u7684 DN\u3002\u7576\u5c1a\u672a\u5728\u4f3a\u670d\u5668\u4e0a\u5b9a\u7fa9\u5168\u57df\u7ba1\u7406\u54e1\uff0c\u6216\u4f7f\u7528\u8005\u4e0d\u60f3\u8981\u79fb\u9664\u5176\u4ed6\u8907\u88fd\u4f3a\u670d\u5668\u4e2d\u7684\u53c3\u7167\u6642\uff0c\u5fc5\u9808\u4f7f\u7528\u6b64\u9078\u9805\u3002\u6307\u5b9a\u6b64\u9078\u9805\u6642\u6703\u4f7f\u7528\u63d0\u4f9b\u7d66\u5168\u57df\u7ba1\u7406\u54e1\u7684\u5bc6\u78bc\u3002 |
| | | INFO_DESCRIPTION_SUBCMD_INITIALIZE_REPLICATION=\u4ee5\u4f86\u6e90\u4f3a\u670d\u5668\u4e0a\u7684\u5167\u5bb9\u521d\u59cb\u5316\u76ee\u6a19\u4f3a\u670d\u5668\u4e0a\u6307\u5b9a\u4e4b\u57fa\u5e95 DN \u4e0b\u7684\u8cc7\u6599\u5167\u5bb9\u3002\u555f\u7528\u8907\u88fd\u5f8c\u5fc5\u9808\u9032\u884c\u9019\u9805\u4f5c\u696d\uff0c\u8907\u88fd\u624d\u53ef\u4ee5\u958b\u59cb\u4f7f\u7528 ({%s} \u4e5f\u53ef\u4ee5\u7528\u65bc\u6b64\u7528\u9014)\u3002 |
| | | INFO_DESCRIPTION_SUBCMD_INITIALIZE_ALL_REPLICATION=\u4ee5\u6307\u5b9a\u4f3a\u670d\u5668\u4e0a\u7684\u5167\u5bb9\u521d\u59cb\u5316\u6240\u6709\u6b63\u5728\u8907\u5beb\u5167\u5bb9\u4e4b\u4f3a\u670d\u5668\u4e0a\u6307\u5b9a\u4e4b\u57fa\u5e95 DN \u4e0b\u7684\u8cc7\u6599\u5167\u5bb9\u3002\u555f\u7528\u8907\u88fd\u5f8c\u5fc5\u9808\u9032\u884c\u9019\u9805\u4f5c\u696d\uff0c\u8907\u88fd\u624d\u53ef\u4ee5\u958b\u59cb\u4f7f\u7528 (\u4e5f\u53ef\u4ee5\u5c07 {%s} \u5957\u7528\u5230\u6bcf\u90e8\u4f3a\u670d\u5668\u4f86\u9032\u884c\u9019\u9805\u4f5c\u696d)\u3002 |
| | | INFO_DESCRIPTION_SUBCMD_PRE_EXTERNAL_INITIALIZATION=\u5fc5\u9808\u5728\u4f7f\u7528 import-ldif \u5de5\u5177\u6216\u4e8c\u9032\u4f4d\u8907\u88fd\u65b9\u6cd5\u521d\u59cb\u5316\u6240\u6709\u8907\u88fd\u4f3a\u670d\u5668\u5167\u5bb9\u4e4b\u524d\u547c\u53eb\u6b64\u5b50\u6307\u4ee4\u3002\u60a8\u5fc5\u9808\u6307\u5b9a\u5c07\u6703\u521d\u59cb\u5316\u4e4b\u57fa\u5e95 DN \u6e05\u55ae\uff0c\u4e14\u60a8\u5fc5\u9808\u63d0\u4f9b\u4efb\u4f55\u6b63\u5728\u8907\u88fd\u7684\u4f3a\u670d\u5668\u4e4b\u6191\u8b49\u3002\u547c\u53eb\u6b64\u5b50\u6307\u4ee4\u5f8c\uff0c\u8acb\u521d\u59cb\u5316\u62d3\u6a38\u4e2d\u6240\u6709\u4f3a\u670d\u5668\u7684\u5167\u5bb9\uff0c\u7136\u5f8c\u547c\u53eb\u5b50\u6307\u4ee4 {%s}\u3002 |
| | | INFO_DESCRIPTION_SUBCMD_POST_EXTERNAL_INITIALIZATION=\u5fc5\u9808\u5728\u4f7f\u7528 import-ldif \u5de5\u5177\u6216\u4e8c\u9032\u4f4d\u8907\u88fd\u65b9\u6cd5\u521d\u59cb\u5316\u6240\u6709\u8907\u88fd\u4f3a\u670d\u5668\u5167\u5bb9\u4e4b\u5f8c\u547c\u53eb\u6b64\u5b50\u6307\u4ee4\u3002\u60a8\u5fc5\u9808\u6307\u5b9a\u5df2\u7d93\u521d\u59cb\u5316\u4e4b\u57fa\u5e95 DN \u6e05\u55ae\uff0c\u4e14\u60a8\u5fc5\u9808\u63d0\u4f9b\u4efb\u4f55\u6b63\u5728\u8907\u88fd\u7684\u4f3a\u670d\u5668\u4e4b\u6191\u8b49\u3002\u5982\u9700\u66f4\u591a\u8cc7\u8a0a\uff0c\u8acb\u53c3\u95b1\u5b50\u6307\u4ee4 {%s} \u7684\u7528\u6cd5\u3002 |
| | | INFO_DESCRIPTION_SUBCMD_INITIALIZE_REPLICATION=\u4ee5\u4f86\u6e90\u4f3a\u670d\u5668\u4e0a\u7684\u5167\u5bb9\u521d\u59cb\u5316\u76ee\u6a19\u4f3a\u670d\u5668\u4e0a\u6307\u5b9a\u4e4b\u57fa\u5e95 DN \u4e0b\u7684\u8cc7\u6599\u5167\u5bb9\u3002\u555f\u7528\u8907\u88fd\u5f8c\u5fc5\u9808\u9032\u884c\u9019\u9805\u4f5c\u696d\uff0c\u8907\u88fd\u624d\u53ef\u4ee5\u958b\u59cb\u4f7f\u7528 (\u300c%s\u300d\u4e5f\u53ef\u4ee5\u7528\u65bc\u6b64\u7528\u9014)\u3002 |
| | | INFO_DESCRIPTION_SUBCMD_INITIALIZE_ALL_REPLICATION=\u5c0d\u65bc\u6b63\u5728\u5c07\u6307\u5b9a\u4f3a\u670d\u5668\u4e0a\u7684\u5167\u5bb9\u8907\u88fd\u70ba\u5176\u5167\u5bb9\u4e4b\u6240\u6709\u4f3a\u670d\u5668\uff0c\u521d\u59cb\u5316\u6307\u5b9a\u4e4b\u57fa\u5e95 DN \u4e0b\u7684\u8cc7\u6599\u5167\u5bb9\u3002\u555f\u7528\u8907\u88fd\u5f8c\u5fc5\u9808\u9032\u884c\u9019\u9805\u4f5c\u696d\uff0c\u8907\u88fd\u624d\u53ef\u4ee5\u958b\u59cb\u4f7f\u7528 (\u4e5f\u53ef\u4ee5\u5c07\u300c%s\u300d\u5957\u7528\u5230\u6bcf\u90e8\u4f3a\u670d\u5668\u4f86\u9032\u884c\u9019\u9805\u4f5c\u696d)\u3002 |
| | | INFO_DESCRIPTION_SUBCMD_PRE_EXTERNAL_INITIALIZATION=\u5fc5\u9808\u5728\u4f7f\u7528 import-ldif \u5de5\u5177\u6216\u4e8c\u9032\u4f4d\u8907\u88fd\u65b9\u6cd5\u521d\u59cb\u5316\u6240\u6709\u8907\u88fd\u4f3a\u670d\u5668\u5167\u5bb9\u4e4b\u524d\u547c\u53eb\u6b64\u5b50\u6307\u4ee4\u3002\u60a8\u5fc5\u9808\u6307\u5b9a\u5c07\u6703\u521d\u59cb\u5316\u4e4b\u57fa\u5e95 DN \u6e05\u55ae\uff0c\u4e14\u60a8\u5fc5\u9808\u63d0\u4f9b\u4efb\u4f55\u6b63\u5728\u8907\u88fd\u7684\u4f3a\u670d\u5668\u4e4b\u6191\u8b49\u3002\u547c\u53eb\u6b64\u5b50\u6307\u4ee4\u5f8c\uff0c\u8acb\u521d\u59cb\u5316\u62d3\u6a38\u4e2d\u6240\u6709\u4f3a\u670d\u5668\u7684\u5167\u5bb9\uff0c\u7136\u5f8c\u547c\u53eb\u5b50\u6307\u4ee4\u300c%s\u300d\u3002 |
| | | INFO_DESCRIPTION_SUBCMD_POST_EXTERNAL_INITIALIZATION=\u5fc5\u9808\u5728\u4f7f\u7528 import-ldif \u5de5\u5177\u6216\u4e8c\u9032\u4f4d\u8907\u88fd\u65b9\u6cd5\u521d\u59cb\u5316\u6240\u6709\u8907\u88fd\u4f3a\u670d\u5668\u5167\u5bb9\u4e4b\u5f8c\u547c\u53eb\u6b64\u5b50\u6307\u4ee4\u3002\u60a8\u5fc5\u9808\u6307\u5b9a\u5df2\u7d93\u521d\u59cb\u5316\u4e4b\u57fa\u5e95 DN \u6e05\u55ae\uff0c\u4e14\u60a8\u5fc5\u9808\u63d0\u4f9b\u4efb\u4f55\u6b63\u5728\u8907\u88fd\u7684\u4f3a\u670d\u5668\u4e4b\u6191\u8b49\u3002\u5982\u9700\u66f4\u591a\u8cc7\u8a0a\uff0c\u8acb\u53c3\u95b1\u5b50\u6307\u4ee4\u300c%s\u300d\u7684\u7528\u6cd5\u3002 |
| | | INFO_DESCRIPTION_SUBCMD_ENABLE_REPLICATION=\u66f4\u65b0\u4f3a\u670d\u5668\u914d\u7f6e\u4ee5\u8907\u88fd\u6307\u5b9a\u57fa\u5e95 DN \u4e0b\u7684\u8cc7\u6599\u3002\u5982\u679c\u5176\u4e2d\u4e00\u500b\u6307\u5b9a\u7684\u4f3a\u670d\u5668\u5df2\u5728\u8207\u5176\u4ed6\u4f3a\u670d\u5668\u8907\u88fd\u57fa\u5e95 DN \u4e0b\u7684\u8cc7\u6599\uff0c\u57f7\u884c\u6b64\u5b50\u6307\u4ee4\u5c07\u6703\u66f4\u65b0\u6240\u6709\u4f3a\u670d\u5668\u7684\u914d\u7f6e (\u56e0\u6b64\u70ba\u6bcf\u90e8\u589e\u52a0\u81f3\u8907\u88fd\u62d3\u6a38\u7684\u4f3a\u670d\u5668\u57f7\u884c\u4e00\u6b21\u6307\u4ee4\u884c\u5c31\u8db3\u5920)\u3002 |
| | | INFO_DESCRIPTION_SUBCMD_DISABLE_REPLICATION=\u70ba\u63d0\u4f9b\u7684\u57fa\u5e95 DN \u505c\u7528\u6307\u5b9a\u4f3a\u670d\u5668\u4e0a\u7684\u8907\u88fd\uff0c\u4e26\u79fb\u9664\u6b63\u5728\u8207\u5176\u8907\u88fd\u8cc7\u6599\u7684\u5176\u4ed6\u4f3a\u670d\u5668\u4e2d\u7684\u53c3\u7167\u3002 |
| | | INFO_DESCRIPTION_SUBCMD_STATUS_REPLICATION=\u986f\u793a\u8a3b\u518a\u8cc7\u8a0a\u4e2d\u5b9a\u7fa9\u4e4b\u4f3a\u670d\u5668\u7684\u57fa\u5e95 DN \u4e4b\u57fa\u672c\u8907\u88fd\u914d\u7f6e\u6e05\u55ae\u3002\u5982\u679c\u6c92\u6709\u6307\u5b9a\u4efb\u4f55\u57fa\u5e95 DN \u70ba\u53c3\u6578\uff0c\u6703\u986f\u793a\u6240\u6709\u57fa\u5e95 DN \u7684\u8cc7\u8a0a\u3002 |
| | | SEVERE_ERR_REPLICATION_NO_BASE_DN_PROVIDED=\u60a8\u5fc5\u9808\u5728\u975e\u4e92\u52d5\u6a21\u5f0f\u4e2d\u63d0\u4f9b\u81f3\u5c11\u4e00\u500b\u57fa\u5e95 DN\u3002 |
| | | SEVERE_ERR_REPLICATION_NO_ADMINISTRATOR_PASSWORD_PROVIDED=\u60a8\u5fc5\u9808\u5728\u975e\u4e92\u52d5\u6a21\u5f0f\u4e2d\u63d0\u4f9b\u5168\u57df\u7ba1\u7406\u54e1\u7684\u5bc6\u78bc\u3002\u60a8\u53ef\u4ee5\u4f7f\u7528 {%s} \u6216 {%s} \u9078\u9805\u52a0\u4ee5\u63d0\u4f9b\u3002 |
| | | SEVERE_ERR_REPLICATION_NO_ADMINISTRATOR_PASSWORD_PROVIDED=\u60a8\u5fc5\u9808\u5728\u975e\u4e92\u52d5\u6a21\u5f0f\u4e2d\u63d0\u4f9b\u5168\u57df\u7ba1\u7406\u54e1\u7684\u5bc6\u78bc\u3002\u60a8\u53ef\u4ee5\u4f7f\u7528 %s \u6216 %s \u9078\u9805\u52a0\u4ee5\u63d0\u4f9b\u3002 |
| | | SEVERE_ERR_REPLICATION_NOT_A_VALID_BASEDN=\u63d0\u4f9b\u7684\u503c %s \u4e0d\u662f\u6709\u6548\u7684\u57fa\u5e95 DN\u3002 |
| | | SEVERE_ERR_REPLICATION_ENABLE_SAME_SERVER_PORT=\u60a8\u5fc5\u9808\u63d0\u4f9b\u5169\u500b\u4e0d\u540c\u7684\u4f3a\u670d\u5668\u4ee5\u555f\u7528\u8907\u88fd\u3002\u60a8\u5df2\u63d0\u4f9b\u5169\u6b21\u4f3a\u670d\u5668 %s:%s |
| | | SEVERE_ERR_REPLICATION_INITIALIZE_SAME_SERVER_PORT=\u60a8\u5fc5\u9808\u63d0\u4f9b\u5169\u500b\u4e0d\u540c\u7684\u4f3a\u670d\u5668\u505a\u70ba\u521d\u59cb\u5316\u7684\u4f86\u6e90\u548c\u76ee\u6a19\u3002\u60a8\u5df2\u63d0\u4f9b\u5169\u6b21\u4f3a\u670d\u5668 %s:%s |
| | | SEVERE_ERR_REPLICATION_PORT_AND_REPLICATION_PORT_EQUAL=\u4f3a\u670d\u5668 LDAP \u9023\u63a5\u57e0\u548c\u8907\u88fd\u9023\u63a5\u57e0\u5728\u4e3b\u6a5f %s \u4e0a\u6709\u76f8\u540c\u7684\u503c\u3002\u60a8\u5df2\u70ba\u5169\u8005\u63d0\u4f9b %s\u3002 |
| | | SEVERE_ERR_REPLICATION_SAME_REPLICATION_PORT=\u60a8\u70ba\u5169\u90e8\u4f4d\u65bc\u76f8\u540c\u96fb\u8166 (%2$s) \u4e0a\u7684\u4f3a\u670d\u5668\u63d0\u4f9b\u4e86\u76f8\u540c\u7684\u8907\u88fd\u9023\u63a5\u57e0 (%1$s)\u3002 |
| | | SEVERE_ERR_REPLICATION_VALID_SUBCOMMAND_NOT_FOUND=\u627e\u4e0d\u5230\u6709\u6548\u7684\u5b50\u6307\u4ee4\u3002 |
| | | SEVERE_ERR_REPLICATION_STATUS_QUIET={%s} \u5b50\u6307\u4ee4\u8207 {%s} \u5f15\u6578\u4e0d\u76f8\u5bb9\u3002 |
| | | SEVERE_ERR_REPLICATION_VALID_SUBCOMMAND_NOT_FOUND=\u627e\u4e0d\u5230\u6709\u6548\u7684\u5b50\u6307\u4ee4\u3002\u4f7f\u7528\u9078\u9805 %s \u6642\uff0c\u60a8\u5fc5\u9808\u6307\u5b9a\u5b50\u6307\u4ee4\u3002 |
| | | SEVERE_ERR_REPLICATION_STATUS_QUIET=\u300c%s\u300d\u5b50\u6307\u4ee4\u8207 %s \u5f15\u6578\u4e0d\u76f8\u5bb9\u3002 |
| | | INFO_REPLICATION_SUCCESSFUL=\u5df2\u6210\u529f\u5b8c\u6210\u4f5c\u696d |
| | | INFO_REPLICATION_SUCCESSFUL_NOP=\u5df2\u6210\u529f\u5b8c\u6210\u4f5c\u696d\uff0c\u4f46\u4e0d\u9700\u8981\u4efb\u4f55\u52d5\u4f5c |
| | | MILD_ERR_REPLICATION_USER_CANCELLED=\u4f7f\u7528\u8005\u5df2\u53d6\u6d88\u4f5c\u696d |
| | | SEVERE_ERR_REPLICATION_NO_MESSAGE= |
| | | SEVERE_ERR_UNINSTALL_FORCE_REQUIRES_NO_PROMPT={%s} \u5f15\u6578\u50c5\u80fd\u5728\u5df2\u6307\u5b9a {%s} \u6642\u4f7f\u7528 |
| | | INFO_REPLICATION_ENABLE_ADMINISTRATOR_MUST_BE_CREATED=\u60a8\u5fc5\u9808\u63d0\u4f9b\u5168\u57df\u7ba1\u7406\u54e1\u6191\u8b49\uff0c\u6b64\u6191\u8b49\u5c07\u7528\u65bc\u7ba1\u7406\u6b63\u5728\u8907\u88fd\u4e4b OpenDS \u5be6\u4f8b\u3002 |
| | | SEVERE_ERR_UNINSTALL_FORCE_REQUIRES_NO_PROMPT=%s \u5f15\u6578\u50c5\u80fd\u5728\u5df2\u6307\u5b9a %s \u6642\u4f7f\u7528 |
| | | INFO_REPLICATION_ENABLE_ADMINISTRATOR_MUST_BE_CREATED=\u5fc5\u9808\u5efa\u7acb\u5168\u57df\u7ba1\u7406\u54e1\u3002%n\u60a8\u5fc5\u9808\u63d0\u4f9b\u5168\u57df\u7ba1\u7406\u54e1\u6191\u8b49\uff0c\u5c07\u5efa\u7acb\u6b64\u7ba1\u7406\u54e1\u4ee5\u7ba1\u7406\u6b63\u5728\u8907\u88fd\u4e4b OpenDS \u5be6\u4f8b\u3002 |
| | | INFO_ADMINISTRATOR_UID_PROMPT=\u5168\u57df\u7ba1\u7406\u54e1\u4f7f\u7528\u8005 ID |
| | | INFO_ADMINISTRATOR_PWD_PROMPT=\u5168\u57df\u7ba1\u7406\u54e1\u5bc6\u78bc: |
| | | INFO_ADMINISTRATOR_PWD_CONFIRM_PROMPT=\u78ba\u8a8d\u5bc6\u78bc: |
| | |
| | | INFO_REPLICATION_ENABLE_PORT1_PROMPT=\u7b2c\u4e00\u90e8\u4f3a\u670d\u5668\u7684 LDAP \u9023\u63a5\u57e0 |
| | | INFO_REPLICATION_ENABLE_PROTOCOL1=\u60a8\u60f3\u8981\u5982\u4f55\u9023\u7dda\u81f3\u7b2c\u4e00\u90e8\u4f3a\u670d\u5668\uff1f |
| | | INFO_REPLICATION_ENABLE_REPLICATIONPORT1_PROMPT=\u7b2c\u4e00\u90e8\u4f3a\u670d\u5668\u7684\u8907\u88fd\u9023\u63a5\u57e0 (\u8a72\u9023\u63a5\u57e0\u5fc5\u9808\u70ba\u53ef\u7528) |
| | | INFO_REPLICATION_ENABLE_SECURE1_PROMPT=\u60a8\u60f3\u8981\u8907\u88fd\u5728\u9023\u7dda\u81f3\u7b2c\u4e00\u90e8\u4f3a\u670d\u5668\u4e0a\u7684\u8907\u88fd\u9023\u63a5\u57e0 %s \u6642\u4f7f\u7528\u52a0\u5bc6\u901a\u8a0a\u55ce\uff1f |
| | | INFO_REPLICATION_ENABLE_SECURE1_PROMPT=\u5728\u9023\u7dda\u81f3\u7b2c\u4e00\u90e8\u4f3a\u670d\u5668\u4e0a\u7684\u8907\u88fd\u9023\u63a5\u57e0 %s \u6642\uff0c\u60a8\u60f3\u8981\u8b93\u8907\u88fd\u4f7f\u7528\u52a0\u5bc6\u901a\u8a0a\u55ce\uff1f |
| | | INFO_REPLICATION_ENABLE_BINDDN1_PROMPT=\u7b2c\u4e00\u90e8\u4f3a\u670d\u5668\u7684\u9023\u7d50 DN |
| | | INFO_REPLICATION_ENABLE_PASSWORD1_PROMPT=\u7b2c\u4e00\u90e8\u4f3a\u670d\u5668\u4e0a %s \u7684\u5bc6\u78bc: |
| | | INFO_REPLICATION_ENABLE_HOST2_CONNECTION_PARAMETERS=>>>> \u70ba\u7b2c\u4e8c\u90e8\u4f3a\u670d\u5668\u6307\u5b9a OpenDS LDAP \u9023\u7dda\u53c3\u6578 |
| | |
| | | INFO_REPLICATION_ENABLE_PORT2_PROMPT=\u7b2c\u4e8c\u90e8\u4f3a\u670d\u5668\u7684 LDAP \u9023\u63a5\u57e0 |
| | | INFO_REPLICATION_ENABLE_PROTOCOL2=\u60a8\u60f3\u8981\u5982\u4f55\u9023\u7dda\u81f3\u7b2c\u4e8c\u90e8\u4f3a\u670d\u5668\u55ce\uff1f |
| | | INFO_REPLICATION_ENABLE_REPLICATIONPORT2_PROMPT=\u7b2c\u4e8c\u90e8\u4f3a\u670d\u5668\u7684\u8907\u88fd\u9023\u63a5\u57e0 (\u8a72\u9023\u63a5\u57e0\u5fc5\u9808\u70ba\u53ef\u7528) |
| | | INFO_REPLICATION_ENABLE_SECURE2_PROMPT=\u60a8\u60f3\u8981\u8907\u88fd\u5728\u9023\u7dda\u81f3\u7b2c\u4e8c\u90e8\u4f3a\u670d\u5668\u4e0a\u7684\u8907\u88fd\u9023\u63a5\u57e0 %s \u6642\u4f7f\u7528\u52a0\u5bc6\u901a\u8a0a\u55ce\uff1f |
| | | INFO_REPLICATION_ENABLE_SECURE2_PROMPT=\u5728\u9023\u7dda\u81f3\u7b2c\u4e8c\u90e8\u4f3a\u670d\u5668\u4e0a\u7684\u8907\u88fd\u9023\u63a5\u57e0 %s \u6642\uff0c\u60a8\u60f3\u8981\u8b93\u8907\u88fd\u4f7f\u7528\u52a0\u5bc6\u901a\u8a0a\u55ce\uff1f |
| | | INFO_REPLICATION_ENABLE_BINDDN2_PROMPT=\u7b2c\u4e8c\u90e8\u4f3a\u670d\u5668\u7684\u9023\u7d50 DN |
| | | INFO_REPLICATION_ENABLE_PASSWORD2_PROMPT=\u7b2c\u4e8c\u90e8\u4f3a\u670d\u5668\u4e0a %s \u7684\u5bc6\u78bc: |
| | | INFO_REPLICATION_INITIALIZE_SOURCE_CONNECTION_PARAMETERS=>>>> \u70ba\u4f86\u6e90\u4f3a\u670d\u5668\u6307\u5b9a OpenDS LDAP \u9023\u7dda\u53c3\u6578 |
| | |
| | | INFO_REPLICATION_CRITICAL_ERROR_DETAILS=\u8a73\u7d30\u8cc7\u8a0a: %s |
| | | INFO_PROGRESS_PRE_EXTERNAL_INITIALIZATION=\u6b63\u5728\u6e96\u5099\u5916\u90e8\u521d\u59cb\u5316\u57fa\u5e95 DN %s |
| | | INFO_PROGRESS_POST_EXTERNAL_INITIALIZATION=\u6b63\u5728\u66f4\u65b0\u57fa\u5e95 DN %s \u4e0a\u7684\u8907\u88fd\u8cc7\u8a0a |
| | | INFO_PROGRESS_PRE_INITIALIZATION_LOCAL_FINISHED_PROCEDURE=\u73fe\u5728\u60a8\u53ef\u4ee5\u7e7c\u7e8c\u5728\u4f3a\u670d\u5668 %s \u4e0a\u9032\u884c\u57fa\u5e95 DN \u5167\u5bb9\u7684\u521d\u59cb\u5316\u3002\u60a8\u53ef\u4ee5\u4f7f\u7528 import-ldif \u6307\u4ee4\u6216\u4e8c\u9032\u4f4d\u8907\u88fd\u9032\u884c\u521d\u59cb\u5316\u3002%n%n\u7576\u521d\u59cb\u5316\u5b8c\u6210\u6642\uff0c\u60a8\u5fc5\u9808\u4f7f\u7528\u5b50\u6307\u4ee4 {%s}\uff0c\u8b93\u8907\u88fd\u53ef\u4ee5\u8207\u65b0\u7684\u57fa\u5e95 DN \u5171\u540c\u904b\u4f5c\u3002 |
| | | INFO_PROGRESS_PRE_INITIALIZATION_FINISHED_PROCEDURE=\u73fe\u5728\u60a8\u53ef\u4ee5\u7e7c\u7e8c\u5728\u6240\u6709\u8907\u88fd\u7684\u4f3a\u670d\u5668\u4e0a\u9032\u884c\u57fa\u5e95 DN \u5167\u5bb9\u7684\u521d\u59cb\u5316\u3002\u60a8\u53ef\u4ee5\u4f7f\u7528 import-ldif \u6307\u4ee4\u6216\u4e8c\u9032\u4f4d\u8907\u88fd\u9032\u884c\u3002%n%n\u7576\u521d\u59cb\u5316\u5b8c\u6210\u6642\uff0c\u60a8\u5fc5\u9808\u4f7f\u7528\u5b50\u6307\u4ee4 {%s}\uff0c\u8b93\u8907\u88fd\u53ef\u4ee5\u8207\u65b0\u7684\u57fa\u5e95 DN \u5167\u5bb9\u5171\u540c\u904b\u4f5c\u3002 |
| | | INFO_PROGRESS_PRE_INITIALIZATION_LOCAL_FINISHED_PROCEDURE=\u73fe\u5728\u60a8\u53ef\u4ee5\u7e7c\u7e8c\u5728\u4f3a\u670d\u5668 %s \u4e0a\u9032\u884c\u57fa\u5e95 DN \u5167\u5bb9\u7684\u521d\u59cb\u5316\u3002\u60a8\u53ef\u4ee5\u4f7f\u7528 import-ldif \u6307\u4ee4\u6216\u4e8c\u9032\u4f4d\u8907\u88fd\u9032\u884c\u521d\u59cb\u5316\u3002%n%n\u7576\u521d\u59cb\u5316\u5b8c\u6210\u6642\uff0c\u60a8\u5fc5\u9808\u4f7f\u7528\u5b50\u6307\u4ee4\u300c%s\u300d\uff0c\u8b93\u8907\u88fd\u53ef\u4ee5\u8207\u65b0\u7684\u57fa\u5e95 DN \u5171\u540c\u904b\u4f5c\u3002 |
| | | INFO_PROGRESS_PRE_INITIALIZATION_FINISHED_PROCEDURE=\u73fe\u5728\u60a8\u53ef\u4ee5\u7e7c\u7e8c\u5728\u6240\u6709\u8907\u88fd\u7684\u4f3a\u670d\u5668\u4e0a\u9032\u884c\u57fa\u5e95 DN \u5167\u5bb9\u7684\u521d\u59cb\u5316\u3002\u60a8\u53ef\u4ee5\u4f7f\u7528 import-ldif \u6307\u4ee4\u6216\u4e8c\u9032\u4f4d\u8907\u88fd\u9032\u884c\u3002%n%n\u7576\u521d\u59cb\u5316\u5b8c\u6210\u6642\uff0c\u60a8\u5fc5\u9808\u4f7f\u7528\u5b50\u6307\u4ee4\u300c%s\u300d\uff0c\u8b93\u8907\u88fd\u53ef\u4ee5\u8207\u65b0\u7684\u57fa\u5e95 DN \u5167\u5bb9\u5171\u540c\u904b\u4f5c\u3002 |
| | | INFO_PROGRESS_POST_INITIALIZATION_FINISHED_PROCEDURE=\u5df2\u6210\u529f\u5b8c\u6210\u5f8c\u7f6e\u521d\u59cb\u5316\u7a0b\u5e8f\u3002 |
| | | SEVERE_ERR_POOLING_PRE_EXTERNAL_INITIALIZATION=\u8b80\u53d6\u4f5c\u696d\u9032\u5ea6\u6642\u767c\u751f\u932f\u8aa4\u3002 |
| | | SEVERE_ERR_POOLING_POST_EXTERNAL_INITIALIZATION=\u8b80\u53d6\u4f5c\u696d\u9032\u5ea6\u6642\u767c\u751f\u932f\u8aa4\u3002 |
| | | INFO_ERROR_DURING_PRE_EXTERNAL_INITIALIZATION_NO_LOG=\u4f5c\u696d\u671f\u9593\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4\u3002\u4f5c\u696d\u72c0\u614b: %s\u3002\u5982\u9700\u66f4\u591a\u8cc7\u8a0a\uff0c\u8acb\u6aa2\u67e5 %s \u7684\u932f\u8aa4\u8a18\u9304\u3002 |
| | | INFO_ERROR_DURING_PRE_EXTERNAL_INITIALIZATION_LOG=\u4f5c\u696d\u671f\u9593\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4\u3002\u6700\u65b0\u7684\u8a18\u9304\u8a73\u7d30\u8cc7\u8a0a: %s\u3002\u4f5c\u696d\u72c0\u614b: %s\u3002\u5982\u9700\u66f4\u591a\u8cc7\u8a0a\uff0c\u8acb\u6aa2\u67e5 %s \u7684\u932f\u8aa4\u8a18\u9304\u3002 |
| | | INFO_ERROR_DURING_PRE_EXTERNAL_INITIALIZATION_LOG=\u4f5c\u696d\u671f\u9593\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4\u3002\u6700\u65b0\u8a18\u9304\u8a73\u7d30\u8cc7\u8a0a: %s\u3002\u4f5c\u696d\u72c0\u614b: %s\u3002\u5982\u9700\u66f4\u591a\u8cc7\u8a0a\uff0c\u8acb\u6aa2\u67e5 %s \u7684\u932f\u8aa4\u8a18\u9304\u3002 |
| | | INFO_ERROR_DURING_POST_EXTERNAL_INITIALIZATION_NO_LOG=\u4f5c\u696d\u671f\u9593\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4\u3002\u4f5c\u696d\u72c0\u614b: %s\u3002\u5982\u9700\u66f4\u591a\u8cc7\u8a0a\uff0c\u8acb\u6aa2\u67e5 %s \u7684\u932f\u8aa4\u8a18\u9304\u3002 |
| | | INFO_ERROR_DURING_POST_EXTERNAL_INITIALIZATION_LOG=\u4f5c\u696d\u671f\u9593\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4\u3002\u6700\u65b0\u8a18\u9304\u8a73\u7d30\u8cc7\u8a0a: %s\u3002\u4f5c\u696d\u72c0\u614b: %s\u3002\u5982\u9700\u66f4\u591a\u8cc7\u8a0a\uff0c\u8acb\u6aa2\u67e5 %s \u7684\u932f\u8aa4\u8a18\u9304\u3002 |
| | | SEVERE_ERR_LAUNCHING_PRE_EXTERNAL_INITIALIZATION=\u555f\u52d5\u4f5c\u696d\u6642\u767c\u751f\u932f\u8aa4\u3002 |
| | | SEVERE_ERR_LAUNCHING_POST_EXTERNAL_INITIALIZATION=\u555f\u52d5\u4f5c\u696d\u6642\u767c\u751f\u932f\u8aa4\u3002 |
| | | INFO_REPLICATION_SUBCOMMAND_PROMPT=\u60a8\u60f3\u8981\u505a\u4ec0\u9ebc\uff1f |
| | | INFO_REPLICATION_ENABLE_MENU_PROMPT=\u555f\u7528\u8907\u88fd |
| | | INFO_REPLICATION_DISABLE_MENU_PROMPT=\u505c\u7528\u8907\u88fd |
| | | INFO_REPLICATION_INITIALIZE_MENU_PROMPT=\u5728\u4e00\u90e8\u4f3a\u670d\u5668\u4e0a\u521d\u59cb\u5316\u8907\u88fd |
| | | INFO_REPLICATION_INITIALIZE_ALL_MENU_PROMPT=\u521d\u59cb\u5316\u6240\u6709\u4f3a\u670d\u5668 |
| | | INFO_REPLICATION_PRE_EXTERNAL_INITIALIZATION_MENU_PROMPT=\u5916\u90e8\u521d\u59cb\u5316\u524d |
| | | INFO_REPLICATION_POST_EXTERNAL_INITIALIZATION_MENU_PROMPT=\u5916\u90e8\u521d\u59cb\u5316\u5f8c |
| | | INFO_REPLICATION_STATUS_MENU_PROMPT=\u986f\u793a\u8907\u88fd\u72c0\u614b |
| | | INFO_REPLICATION_POST_ENABLE_INFO=\u5df2\u6210\u529f\u555f\u7528\u8907\u88fd\u3002\u8acb\u6ce8\u610f\uff0c\u60a8\u5fc5\u9808\u521d\u59cb\u5316\u6b63\u5728\u8907\u88fd\u4e4b\u57fa\u5e95 DN \u7684\u5167\u5bb9 (\u65b9\u6cd5\u662f\u4f7f\u7528 %s %s)\uff0c\u8907\u88fd\u624d\u80fd\u904b\u4f5c\u3002 |
| | |
| | | SEVERE_ERR_ADMIN_CANNOT_LOAD_CLASS_FROM_EXTENSION_MANIFEST_11=\u7121\u6cd5\u5f9e\u64f4\u5145\u8edf\u9ad4\u6e05\u55ae\u6a94\u6848 %s (\u4f4d\u65bc\u64f4\u5145\u8edf\u9ad4 %s \u4e2d) \u8f09\u5165\u914d\u7f6e\u5b9a\u7fa9\u985e\u5225\uff0c\u56e0\u70ba\u5617\u8a66\u521d\u59cb\u5316\u6642\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | MILD_ERR_ADMIN_NO_EXTENSIONS_DIR_12=\u64f4\u5145\u8edf\u9ad4\u76ee\u9304 %s \u4e0d\u5b58\u5728\uff0c\u56e0\u6b64\u4e0d\u6703\u8f09\u5165\u4efb\u4f55\u64f4\u5145\u8edf\u9ad4 |
| | | SEVERE_ERR_ADMIN_EXTENSIONS_DIR_NOT_DIRECTORY_13=\u7121\u6cd5\u8b80\u53d6\u76ee\u9304\u4f3a\u670d\u5668\u64f4\u5145\u8edf\u9ad4\uff0c\u56e0\u70ba\u64f4\u5145\u8edf\u9ad4\u76ee\u9304 %s \u5b58\u5728\uff0c\u4f46\u4e26\u975e\u76ee\u9304 |
| | | SEVERE_ERR_ADMIN_EXTENSIONS_CANNOT_LIST_FILES_14=\u7121\u6cd5\u5f9e\u76ee\u9304 % \u8b80\u53d6\u76ee\u9304\u4f3a\u670d\u5668\u64f4\u5145\u8edf\u9ad4\uff0c\u56e0\u70ba\u5617\u8a66\u5217\u51fa\u8a72\u76ee\u9304\u4e2d\u7684\u6a94\u6848\u6642\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | SEVERE_ERR_ADMIN_EXTENSIONS_CANNOT_LIST_FILES_14=\u7121\u6cd5\u5f9e\u76ee\u9304 %s \u8b80\u53d6\u76ee\u9304\u4f3a\u670d\u5668\u64f4\u5145\u8edf\u9ad4\uff0c\u56e0\u70ba\u5617\u8a66\u5217\u51fa\u8a72\u76ee\u9304\u4e2d\u7684\u6a94\u6848\u6642\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | FATAL_ERR_ADMIN_CANNOT_FIND_CORE_MANIFEST_15=\u627e\u4e0d\u5230\u6838\u5fc3\u7ba1\u7406\u6e05\u55ae\u6a94\u6848 %s |
| | | FATAL_ERR_ADMIN_CANNOT_READ_CORE_MANIFEST_16=\u7121\u6cd5\u8f09\u5165\u6838\u5fc3\u7ba1\u7406\u6e05\u55ae\u6a94\u6848 %s\uff0c\u56e0\u70ba\u5617\u8a66\u8b80\u53d6\u6a94\u6848\u6642\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | SEVERE_ERR_ADMIN_CANNOT_READ_EXTENSION_MANIFEST_17=\u7121\u6cd5\u8f09\u5165\u7ba1\u7406\u6e05\u55ae\u6a94\u6848 %s (\u8207\u64f4\u5145\u8edf\u9ad4 %s \u76f8\u95dc)\uff0c\u56e0\u70ba\u5617\u8a66\u8b80\u53d6\u6a94\u6848\u6642\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| New file |
| | |
| | | # CDDL HEADER START |
| | | # |
| | | # The contents of this file are subject to the terms of the |
| | | # Common Development and Distribution License, Version 1.0 only |
| | | # (the "License"). You may not use this file except in compliance |
| | | # with the License. |
| | | # |
| | | # You can obtain a copy of the license at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE |
| | | # or https://OpenDS.dev.java.net/OpenDS.LICENSE. |
| | | # See the License for the specific language governing permissions |
| | | # and limitations under the License. |
| | | # |
| | | # When distributing Covered Code, include this CDDL HEADER in each |
| | | # file and include the License file at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, |
| | | # add the following below this CDDL HEADER, with the fields enclosed |
| | | # by brackets "[]" replaced with your own identifying information: |
| | | # Portions Copyright [yyyy] [name of copyright owner] |
| | | # |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2008 Sun Microsystems, Inc. |
| | | |
| | | |
| | | |
| | | # |
| | | # Global directives |
| | | # |
| | | global.category=BACKEND |
| | | |
| | | # |
| | | # Format string definitions |
| | | # |
| | | # Keys must be formatted as follows: |
| | | # |
| | | # [SEVERITY]_[DESCRIPTION]_[ORDINAL] |
| | | # |
| | | # where: |
| | | # |
| | | # SEVERITY is one of: |
| | | # [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE] |
| | | # |
| | | # DESCRIPTION is an upper case string providing a hint as to the context of |
| | | # the message in upper case with the underscore ('_') character serving as |
| | | # word separator |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | FATAL_ERR_BACKEND_CANNOT_REMOVE_MULTIBASE_SUB_SUFFIX_1=An attempt was made to de-register sub-suffix "%s" from the backend with suffix "%s". However, the subordinate backend containing that sub-suffix also contains additional sub-suffixes and may not be de-registered. It may be possible to remove this sub-suffix by editing the configuration for the subordinate backend with which it is associated |
| | | FATAL_ERR_ROOTDSE_CONFIG_ENTRY_NULL_2=An attempt was made to configure the root DSE backend without providing a configuration entry. This is not allowed |
| | | INFO_ROOTDSE_SUBORDINATE_BASE_DESCRIPTION_3=Satz von Basis-DNs, der f\u00fcr singleLevel-, wholeSubtree- und subordinateSubtree-Suchen im Root-DSE verwendet wird. Wenn dieser nicht angegeben wird, wird der Satz aller benutzerdefinierten Suffixe verwendet |
| | | SEVERE_WARN_ROOTDSE_NO_BACKEND_FOR_SUBORDINATE_BASE_4=Base DN "%s" is configured as one of the subordinate base DNs to use for searches below the root DSE. However, this base DN is not handled by any suffix registered with the Directory Server and will therefore not be used |
| | | SEVERE_WARN_ROOTDSE_SUBORDINATE_BASE_EXCEPTION_5=An unexpected problem occurred while trying to determine the set of subordinate base DNs to use for searches below the root DSE: %s |
| | | MILD_WARN_ROOTDSE_GET_ENTRY_NONROOT_6=Beim Root-DSE-Backend wurde die Abfrage des Eintrags mit der DN "%s" angefordert. Fragen Sie \u00fcber dieses Backend ausschlie\u00dflich den Root-DSE selbst ab. Die definierten untergeordneten Backends werden trotzdem \u00fcberpr\u00fcft und der angeforderte Eintrag wird gesucht |
| | | MILD_ERR_ROOTDSE_ADD_NOT_SUPPORTED_7=Eintrag "%s" kann nicht hinzugef\u00fcgt werden, da Hinzuf\u00fcgevorg\u00e4nge im Root-DSE-Backend nicht unterst\u00fctzt werden |
| | | MILD_ERR_ROOTDSE_DELETE_NOT_SUPPORTED_8=Eintrag "%s" kann nicht entfernt werden, da L\u00f6schvorg\u00e4nge im Root-DSE-Backend nicht unterst\u00fctzt werden |
| | | MILD_ERR_ROOTDSE_MODIFY_NOT_SUPPORTED_9=Eintrag "%s" kann nicht aktualisiert werden, da Bearbeitungsvorg\u00e4nge im Root-DSE-Backend nicht unterst\u00fctzt werden Um Inhalte des Root-DSE zu \u00e4ndern, bearbeiten Sie den Eintrag "%s" in der Konfiguration |
| | | MILD_ERR_ROOTDSE_MODIFY_DN_NOT_SUPPORTED_10=Eintrag "%s" kann nicht umbenannt werden, weil DN-Bearbeitungsvorg\u00e4nge im Root-DSE-Backend nicht unterst\u00fctzt werden |
| | | MILD_ERR_ROOTDSE_INVALID_SEARCH_BASE_11=Suche (Verbindungs-ID %d, Vorgangs-ID %D) mit dem Basis-DN "%s" kann im Root-DSE-Backend nicht ausgef\u00fchrt werden. Der Basis-DN f\u00fcr Suchen in diesem Backend muss dem DN des Root-DSE entsprechen |
| | | SEVERE_ERR_ROOTDSE_UNEXPECTED_SEARCH_FAILURE_12=An unexpected failure occurred while trying to process a search operation (connection ID %d, operation ID %d) in the root DSE backend: %s |
| | | SEVERE_ERR_ROOTDSE_INVALID_SEARCH_SCOPE_13=Unable to process the search with connection ID %d and operation ID %d because it had an invalid scope of %s |
| | | SEVERE_ERR_ROOTDSE_UNABLE_TO_CREATE_LDIF_WRITER_14=An unexpected error occurred while trying to open the LDIF writer for the root DSE backend: %s |
| | | SEVERE_ERR_ROOTDSE_UNABLE_TO_EXPORT_DSE_15=An unexpected error occurred while trying to export the root DSE entry to the specified LDIF target: %s |
| | | SEVERE_ERR_ROOTDSE_IMPORT_NOT_SUPPORTED_16=The root DSE backend does not support LDIF import operations |
| | | SEVERE_ERR_ROOTDSE_BACKUP_AND_RESTORE_NOT_SUPPORTED_17=The root DSE backend does not provide a facility for backup and restore operations. The contents of the root DSE should be backed up as part of the Directory Server configuration |
| | | INFO_ROOTDSE_USING_SUFFIXES_AS_BASE_DNS_18=Die Root-DSE-Konfiguration wurde aktualisiert und verwendet den definierten Satz von Directory-Server-Suffixen f\u00fcr Suchen unterhalb des Root-DSE |
| | | INFO_ROOTDSE_USING_NEW_SUBORDINATE_BASE_DNS_19=Die Root-DSE-Konfiguration wurde aktualisiert und verwendet den Basis-DN-Satz %s f\u00fcr Suchen unterhalb des Root-DSE |
| | | INFO_ROOTDSE_USING_NEW_USER_ATTRS_20=Die Root-DSE-Konfiguration wurde aktualisiert und verwendet einen neuen Satz benutzerdefinierter Attribute |
| | | SEVERE_ERR_MONITOR_CONFIG_ENTRY_NULL_21=An attempt was made to configure the monitor backend without providing a configuration entry. This is not allowed, and no monitor information will be available over protocol |
| | | SEVERE_ERR_MONITOR_CANNOT_DECODE_MONITOR_ROOT_DN_22=An unexpected error occurred while attempting to decode cn=monitor as the base DN for the Directory Server monitor information: %s. No monitor information will be available over protocol |
| | | MILD_ERR_MONITOR_ADD_NOT_SUPPORTED_23=Eintrag "%s" kann nicht hinzugef\u00fcgt werden, da Hinzuf\u00fcgevorg\u00e4nge im Monitor-Backend nicht unterst\u00fctzt werden |
| | | MILD_ERR_MONITOR_DELETE_NOT_SUPPORTED_24=Eintrag "%s" kann nicht entfernt werden, da L\u00f6schvorg\u00e4nge im Monitor-Backend nicht unterst\u00fctzt werden |
| | | MILD_ERR_MONITOR_MODIFY_NOT_SUPPORTED_25=Eintrag "%s" kann nicht aktualisiert werden, da Bearbeitungsvorg\u00e4nge im Monitor-Backend nicht unterst\u00fctzt werden Um die Inhalte des Basismonitoreintrags zu \u00e4ndern, bearbeiten Sie den Eintrag "%s" in der Konfiguration |
| | | MILD_ERR_MONITOR_MODIFY_DN_NOT_SUPPORTED_26=Eintrag "%s" kann nicht umbenannt werden, da DN-Bearbeitungsvorg\u00e4ngen im Monitor-Backend nicht unterst\u00fctzt werden |
| | | SEVERE_ERR_MONITOR_UNABLE_TO_EXPORT_BASE_27=An error occurred while attempting to export the base monitor entry: %s |
| | | SEVERE_ERR_MONITOR_UNABLE_TO_EXPORT_PROVIDER_ENTRY_28=An error occurred while attempting to export the monitor entry for monitor provider %s: %s |
| | | SEVERE_ERR_MONITOR_IMPORT_NOT_SUPPORTED_29=The monitor backend does not support LDIF import operations |
| | | SEVERE_ERR_MONITOR_BACKUP_AND_RESTORE_NOT_SUPPORTED_30=The monitor backend does not provide a facility for backup and restore operations |
| | | INFO_MONITOR_USING_NEW_USER_ATTRS_31=Die Monitorkonfiguration wurde aktualisiert und verwendet einen neuen Satz benutzerdefinierter Attribute |
| | | MILD_ERR_MONITOR_GET_ENTRY_NULL_32=Angeforderter Eintrag kann nicht vom Monitor-Backend abgerufen werden, da der angegebene DN ung\u00fcltig ist |
| | | MILD_ERR_MONITOR_BASE_TOO_DEEP_33=Angeforderter Eintrag %s kann nicht vom Monitor-Backend abgerufen werden, da der DN zu tief ist Monitoreintr\u00e4ge d\u00fcrfen sich maximal eine Ebene unterhalb von %s befinden |
| | | MILD_ERR_MONITOR_INVALID_BASE_34=Angeforderter Eintrag %s kann nicht vom Monitor-Backend abgerufen werden, da sich der DN nicht unterhalb der Monitorbasis %s befindet |
| | | MILD_ERR_MONITOR_MULTIVALUED_RDN_35=Angeforderter Eintrag %s kann nicht vom Monitor-Backend abgerufen werden, da Monitoreintr\u00e4ge keine mehrwertigen RDNs enthalten d\u00fcrfen |
| | | MILD_ERR_MONITOR_NO_SUCH_PROVIDER_36=Angeforderter Eintrag %s kann nicht vom Monitor-Backend abgerufen werden, da der Monitor Provider "%s" nicht im Directory-Server registriert ist |
| | | INFO_MONITOR_UPTIME_37=%d Tage %d Stunden %d Minuten %d Sekunden |
| | | SEVERE_ERR_SCHEMA_CONFIG_ENTRY_NULL_38=An attempt was made to configure the schema backend without providing a configuration entry. This is not allowed, and no schema information will be available over protocol |
| | | INFO_SCHEMA_DESCRIPTION_ENTRY_DN_39=DN oder Satz von DNs f\u00fcr die abrufbaren Eintr\u00e4ge zum Abrufen der Schemainformationen des Directory-Servers. Es k\u00f6nnen mehrere Werte angegeben werden, falls das Schema aus Kompatibilit\u00e4tsgr\u00fcnden an mehreren Stellen verf\u00fcgbar sein muss. Wenn kein Wert angegeben wird, wird standardm\u00e4\u00dfig "cn=schema" verwendet |
| | | SEVERE_ERR_SCHEMA_CANNOT_DETERMINE_BASE_DN_40=An error occurred while trying to determine the base DNs to use when publishing the Directory Server schema information, as specified in the ds-cfg-schema-entry-dn attribute of configuration entry %s: %s. The default schema base DN of cn=schema will be used |
| | | MILD_ERR_SCHEMA_ADD_NOT_SUPPORTED_41=Eintrag "%s" kann nicht hinzugef\u00fcgt werden, da Hinzuf\u00fcgevorg\u00e4nge im Schema-Backend nicht unterst\u00fctzt werden |
| | | MILD_ERR_SCHEMA_DELETE_NOT_SUPPORTED_42=Eintrag "%s" kann nicht entfernt werden, da L\u00f6schvorg\u00e4nge im Schema-Backend nicht unterst\u00fctzt werden |
| | | MILD_ERR_SCHEMA_MODIFY_NOT_SUPPORTED_43=Eintrag "%s" kann nicht aktualisiert werden, da Bearbeitungsvorg\u00e4nge im Schema-Backend noch nicht unterst\u00fctzt werden Um die Inhalte des Basisschemaeintrags zu \u00e4ndern, bearbeiten Sie den Eintrag "%s" in der Konfiguration |
| | | MILD_ERR_SCHEMA_MODIFY_DN_NOT_SUPPORTED_44=Eintrag "%s" kann nicht umbenannt werden, da DN-Bearbeitungsvorg\u00e4nge im Schema-Backend nicht unterst\u00fctzt werden |
| | | SEVERE_ERR_SCHEMA_UNABLE_TO_EXPORT_BASE_45=An error occurred while attempting to export the base schema entry: %s |
| | | SEVERE_ERR_SCHEMA_IMPORT_NOT_SUPPORTED_46=The schema backend does not support LDIF import operations |
| | | SEVERE_ERR_SCHEMA_BACKUP_AND_RESTORE_NOT_SUPPORTED_47=The schema backend does not yet provide a facility for backup and restore operations |
| | | MILD_ERR_SCHEMA_INVALID_BASE_48=Angeforderter Eintrag %s kann nicht vom Schema-Backend abgerufen werden, weil der DN einem der Schemaeintrags-DNs entspricht |
| | | SEVERE_ERR_SCHEMA_UNABLE_TO_CREATE_LDIF_WRITER_49=An unexpected error occurred while trying to open the LDIF writer for the schema backend: %s |
| | | INFO_SCHEMA_DEREGISTERED_BASE_DN_50=Registrierung von DN %s wurde erfolgreich aufgehoben, sodass er nicht mehr als Schemaeintrags-DN verf\u00fcgbar ist |
| | | SEVERE_ERR_SCHEMA_CANNOT_DEREGISTER_BASE_DN_51=An error occurred while trying to deregister %s as a schema entry DN: %s |
| | | INFO_SCHEMA_REGISTERED_BASE_DN_52=DN %s wurde erfolgreich als neuer Schemaeintrags-DN registriert |
| | | SEVERE_ERR_SCHEMA_CANNOT_REGISTER_BASE_DN_53=An error occurred while trying to register %s as a schema entry DN: %s |
| | | INFO_SCHEMA_USING_NEW_USER_ATTRS_54=Die Schemakonfiguration wurde aktualisiert und verwendet einen neuen Satz von benutzerdefinierten Attributen |
| | | FATAL_ERR_BACKEND_CANNOT_LOCK_ENTRY_55=The Directory Server was unable to obtain a lock on entry %s after multiple attempts. This could mean that the entry is already locked by a long-running operation or that the entry has previously been locked but was not properly unlocked |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_GET_MAC_56=An error occurred while attempting to obtain the %s MAC provider to create the signed hash for the backup: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_GET_DIGEST_57=An error occurred while attempting to obtain the %s message digest to create the hash for the backup: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_58=An error occurred while trying to create the schema archive file %s in directory %s: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_GET_CIPHER_59=An error occurred while attempting to obtain the cipher to use to encrypt the backup: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_ZIP_COMMENT_60=%s schema backup %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_LIST_SCHEMA_FILES_61=An error occurred while attempting to obtain a list of the files in directory %s to include in the schema backup: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_BACKUP_SCHEMA_FILE_62=An error occurred while attempting to back up schema file %s: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_CLOSE_ZIP_STREAM_63=An error occurred while trying to close the schema archive file %s in directory %s: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_64=An error occurred while attempting to update the backup descriptor file %s with information about the schema backup: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_NO_SUCH_BACKUP_65=Unable to restore or verify schema backup %s in directory %s because no such backup exists |
| | | SEVERE_ERR_SCHEMA_RESTORE_NO_BACKUP_FILE_66=Unable to restore or verify schema backup %s in directory %s because the archive filename could not be determined |
| | | SEVERE_ERR_SCHEMA_RESTORE_NO_SUCH_FILE_67=Unable to restore or verify schema backup %s because the specified archive file %s does not exist |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_CHECK_FOR_ARCHIVE_68=Unable to restore or verify schema backup %s because an error occurred while trying to determine whether backup archive %s exists: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_UNKNOWN_DIGEST_69=Unable to restore or verify schema backup %s because an unsigned hash of this backup is available but the server cannot determine the digest algorithm used to generate this hash |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_DIGEST_70=Unable to restore or verify schema backup %s because it has an unsigned hash that uses an unknown or unsupported digest algorithm of %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_UNKNOWN_MAC_71=Unable to restore or verify schema backup %s because a signed hash of this backup is available but the server cannot determine the MAC algorithm used to generate this hash |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_MAC_72=Unable to restore or verify schema backup %s because it has a signed hash that uses an unknown or unsupported MAC algorithm of %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_OPEN_BACKUP_FILE_73=Unable to restore or verify schema backup %s because an error occurred while attempting to open the backup archive file %s: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_CIPHER_75=Unable to restore or verify schema backup %s because it is encrypted using an unknown or unsupported cipher: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_RENAME_CURRENT_DIRECTORY_76=Unable to restore schema backup %s because an error occurred while attempting to rename the current schema directory from %s to %s: %s |
| | | NOTICE_SCHEMA_RESTORE_RESTORED_OLD_SCHEMA_77=Ein Fehler verhindert, dass die Schemasicherung ordnungsgem\u00e4\u00df wiederhergestellt wird. Die originalen, vor dem Start des Wiederherstellungsprozesses g\u00fcltigen Schemadateien sind jedoch noch erhalten und befinden sich an ihrem Originalspeicherort unter %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_RESTORE_OLD_SCHEMA_78=An error occurred that prevented the schema backup from being properly restored. The original schema files that were in place before the start of the restore process have been preserved and are contained in the %s directory |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_CREATE_SCHEMA_DIRECTORY_79=Unable to restore schema backup %s because an error occurred while attempting to create a new empty directory %s into which the files should be restored: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_OLD_SCHEMA_SAVED_80=An error occurred that prevented the schema backup from being properly restored. The original schema files that were in place before the start of the restore process have been preserved in the %s directory |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_ZIP_ENTRY_81=Unable to restore or verify schema backup %s because an error occurred while trying to read the next entry from the archive file %s: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_CREATE_FILE_82=Unable to restore schema backup %s because an error occurred while trying to recreate file %s: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_PROCESS_ARCHIVE_FILE_83=Unable to restore or verify schema backup %s because an error occurred while processing archived file %s: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_ERROR_ON_ZIP_STREAM_CLOSE_84=Unable to restore or verify schema backup %s because an unexpected error occurred while trying to close the archive file %s: %s |
| | | NOTICE_SCHEMA_RESTORE_UNSIGNED_HASH_VALID_85=Der berechnete Message Digest vom Sicherungsarchiv stimmt mit dem in den Sicherungsinformationen gespeichertem Digest \u00fcberein |
| | | SEVERE_ERR_SCHEMA_RESTORE_UNSIGNED_HASH_INVALID_86=Unable to restore or verify schema backup %s because the message digest calculated from the backup archive does not match the digest stored with the backup information |
| | | NOTICE_SCHEMA_RESTORE_SIGNED_HASH_VALID_87=Der berechnete signierte Digest vom Sicherungsarchiv stimmt mit der in den Sicherungsinformationen gespeicherten Signatur \u00fcberein |
| | | SEVERE_ERR_SCHEMA_RESTORE_SIGNED_HASH_INVALID_88=Unable to restore or verify schema backup %s because the signed digest calculated from the backup archive does not match the signature stored with the backup information |
| | | NOTICE_SCHEMA_RESTORE_VERIFY_SUCCESSFUL_89=Alle mit der Schemasicherung %s aus dem Verzeichnis %s durchgef\u00fchrten Pr\u00fcfungen ergeben, dass es sich anscheinend um ein g\u00fcltiges Archiv handelt |
| | | NOTICE_SCHEMA_RESTORE_SUCCESSFUL_90=Schemasicherung %s wurde erfolgreich vom Archiv im Verzeichnis %s wiederhergestellt |
| | | SEVERE_ERR_TASK_INVALID_STATE_91=The task defined in entry %s is invalid because it has an invalid state %s |
| | | SEVERE_ERR_TASK_CANNOT_PARSE_SCHEDULED_START_TIME_92=An error occurred while trying to parse the scheduled start time value %s from task entry %s |
| | | SEVERE_ERR_TASK_CANNOT_PARSE_ACTUAL_START_TIME_93=An error occurred while trying to parse the actual start time value %s from task entry %s |
| | | SEVERE_ERR_TASK_CANNOT_PARSE_COMPLETION_TIME_94=An error occurred while trying to parse the completion time value %s from task entry %s |
| | | SEVERE_ERR_TASK_MISSING_ATTR_95=Task entry %s is missing required attribute %s |
| | | SEVERE_ERR_TASK_MULTIPLE_ATTRS_FOR_TYPE_96=There are multiple instances of attribute %s in task entry %s |
| | | SEVERE_ERR_TASK_NO_VALUES_FOR_ATTR_97=There are no values for attribute %s in task entry %s |
| | | SEVERE_ERR_TASK_MULTIPLE_VALUES_FOR_ATTR_98=There are multiple values for attribute %s in task entry %s |
| | | SEVERE_ERR_TASK_EXECUTE_FAILED_99=An error occurred while executing the task defined in entry %s: %s |
| | | SEVERE_ERR_RECURRINGTASK_NO_ID_ATTRIBUTE_100=The provided recurring task entry does not contain attribute %s which is needed to hold the recurring task ID |
| | | SEVERE_ERR_RECURRINGTASK_MULTIPLE_ID_TYPES_101=The provided recurring task entry contains multiple attributes with type %s, which is used to hold the recurring task ID, but only a single instance is allowed |
| | | SEVERE_ERR_RECURRINGTASK_NO_ID_102=The provided recurring task entry does not contain any values for the %s attribute, which is used to specify the recurring task ID |
| | | SEVERE_ERR_RECURRINGTASK_MULTIPLE_ID_VALUES_103=The provided recurring task entry contains multiple values for the %s attribute, which is used to specify the recurring task ID, but only a single value is allowed |
| | | SEVERE_ERR_RECURRINGTASK_NO_CLASS_ATTRIBUTE_104=The provided recurring task entry does not contain attribute %s which is needed to specify the fully-qualified name of the class providing the task logic |
| | | SEVERE_ERR_RECURRINGTASK_MULTIPLE_CLASS_TYPES_105=The provided recurring task entry contains multiple attributes with type %s, which is used to hold the task class name, but only a single instance is allowed |
| | | SEVERE_ERR_RECURRINGTASK_NO_CLASS_VALUES_106=The provided recurring task entry does not contain any values for the %s attribute, which is used to specify the fully-qualified name of the class providing the task logic |
| | | SEVERE_ERR_RECURRINGTASK_MULTIPLE_CLASS_VALUES_107=The provided recurring task entry contains multiple values for the %s attribute, which is used to specify the task class name, but only a single value is allowed |
| | | SEVERE_ERR_RECURRINGTASK_CANNOT_LOAD_CLASS_108=An error occurred while attempting to load class %s specified in attribute %s of the provided recurring task entry: %s. Does this class exist in the Directory Server classpath? |
| | | SEVERE_ERR_RECURRINGTASK_CANNOT_INSTANTIATE_CLASS_AS_TASK_109=An error occurred while trying to create an instance of class %s as a Directory Server task. Is this class a subclass of %s? |
| | | SEVERE_ERR_RECURRINGTASK_CANNOT_INITIALIZE_INTERNAL_110=An error occurred while attempting to perform internal initialization on an instance of class %s with the information contained in the provided entry: %s |
| | | SEVERE_ERR_TASKBE_CONFIG_ENTRY_NULL_111=The configuration entry provided when attempting to initialize the task backend was null |
| | | SEVERE_ERR_TASKBE_NO_BASE_DNS_112=The task backend configuration entry does not contain any base DNs. There must be exactly one base DN for task information in the Directory Server |
| | | SEVERE_ERR_TASKBE_MULTIPLE_BASE_DNS_113=The task backend configuration entry contains multiple base DNs. There must be exactly one base DN for task information in the Directory Server |
| | | SEVERE_ERR_TASKBE_CANNOT_DECODE_RECURRING_TASK_BASE_DN_114=An error occurred while attempting to decode recurring task base %s as a DN: %s |
| | | SEVERE_ERR_TASKBE_CANNOT_DECODE_SCHEDULED_TASK_BASE_DN_115=An error occurred while attempting to decode scheduled task base %s as a DN: %s |
| | | INFO_TASKBE_DESCRIPTION_RETENTION_TIME_116=Zeitdauer in Sekunden, f\u00fcr die Aufgabeninformationen nach Abschluss der Aufgabenverarbeitung aufbewahrt werden. Nach Ablauf dieser Zeitdauer werden die Aufgabeninformationen automatisch entfernt, um Speicher und Festplattenspeicher zu sparen |
| | | SEVERE_ERR_TASKBE_CANNOT_INITIALIZE_RETENTION_TIME_117=An unexpected error occurred while attempting to initialize the task retention time configuration: %s |
| | | INFO_TASKBE_DESCRIPTION_BACKING_FILE_118=Pfad zur Erg\u00e4nzungsdatei f\u00fcr das Aufgaben-Backend. Diese LDIF-Datei enth\u00e4lt die vollst\u00e4ndige Konfiguration der definierten geplanten und wiederkehrenden Aufgaben |
| | | SEVERE_ERR_TASKBE_CANNOT_INITIALIZE_BACKING_FILE_119=An unexpected error occurred while attempting to initialize the task backing file configuration: %s |
| | | SEVERE_ERR_TASKBE_NO_BACKING_FILE_120=The updated configuration entry does not have a value for the required %s attribute, which specifies the path to the task data backing file |
| | | SEVERE_ERR_TASKBE_BACKING_FILE_EXISTS_121=The specified task data backing file %s already exists and the Directory Server will not attempt to overwrite it. Please delete or rename the existing file before attempting to use that path for the new backing file, or choose a new path |
| | | SEVERE_ERR_TASKBE_INVALID_BACKING_FILE_PATH_122=The specified path %s for the new task data backing file appears to be an invalid path. Please choose a new path for the task data backing file |
| | | SEVERE_ERR_TASKBE_BACKING_FILE_MISSING_PARENT_123=The parent directory %s for the new task data backing file %s does not exist. Please create this directory before attempting to use this path for the new backing file or choose a new path |
| | | SEVERE_ERR_TASKBE_BACKING_FILE_PARENT_NOT_DIRECTORY_124=The parent directory %s for the new task data backing file %s exists but is not a directory. Please choose a new path for the task data backing file |
| | | SEVERE_ERR_TASKBE_ERROR_GETTING_BACKING_FILE_125=An error occurred while attempting to determine the new path to the task data backing file: %s |
| | | SEVERE_ERR_TASKBE_NO_RETENTION_TIME_126=The updated configuration entry does not have a value for the required %s attribute, which specifies the length of time in seconds that information about completed tasks should be retained before they are cleaned up |
| | | SEVERE_ERR_TASKBE_ERROR_GETTING_RETENTION_TIME_127=An error occurred while attempting to determine the completed task retention time: %s |
| | | INFO_TASKBE_UPDATED_RETENTION_TIME_128=Die Aufbewahrungszeit f\u00fcr abgeschlossene Aufgaben wurde auf %d Sekunden aktualisiert. Sie tritt sofort in Kraft |
| | | INFO_TASKBE_UPDATED_BACKING_FILE_129=Der Pfad zur Erg\u00e4nzungsdatei wurde ge\u00e4ndert nach %s. Ein Schnappschuss der aktuellen Aufgabenkonfiguration wurde in die Datei geschrieben und wird f\u00fcr zuk\u00fcnftige Aktualisierungen weiterverwendet |
| | | SEVERE_ERR_TASKBE_ADD_DISALLOWED_DN_130=New entries in the task backend may only be added immediately below %s for scheduled tasks or immediately below %s for recurring tasks |
| | | SEVERE_ERR_TASKBE_MODIFY_DN_NOT_SUPPORTED_131=Modify DN operations are not supported in the task backend |
| | | INFO_TASKBE_BACKING_FILE_HEADER_132=Diese Datei enth\u00e4lt die Daten, die der Aufgaben-Scheduler-Backend des Directory-Servers verwendet. Bearbeiten Sie diese Datei nicht direkt, da solche \u00c4nderungen verloren gehen k\u00f6nnen. Bearbeiten Sie Definitionen von geplanten und wiederkehrenden Aufgaben nur mit den zusammen mit dem Directory-Server gelieferten Administrationsdienstprogrammen |
| | | SEVERE_ERR_TASKSCHED_DUPLICATE_RECURRING_ID_133=Unable to add recurring task %s to the task scheduler because another recurring task already exists with the same ID |
| | | SEVERE_ERR_TASKSCHED_DUPLICATE_TASK_ID_134=Unable to schedule task %s because another task already exists with the same ID |
| | | SEVERE_ERR_TASKSCHED_CANNOT_FIND_RECURRING_TASK_135=Task %s has completed processing and indicates that it is associated with recurring task %s but no recurring task with that ID is currently defined so it is not possible to schedule the next iteration |
| | | SEVERE_ERR_TASKSCHED_ERROR_SCHEDULING_RECURRING_ITERATION_136=An error occurred while attempting to schedule the next iteration of recurring task %s: %s |
| | | SEVERE_ERR_TASKSCHED_CANNOT_PARSE_ENTRY_RECOVERABLE_137=An error occurred while attempting to read an entry from the tasks backing file %s on or near line %d: %s. This is not a fatal error, so the task scheduler will attempt to continue parsing the file and schedule any additional tasks that it contains |
| | | FATAL_ERR_TASKSCHED_CANNOT_PARSE_ENTRY_FATAL_138=An error occurred while attempting to read an entry from the tasks backing file %s on or near line %d: %s. This is an unrecoverable error, and parsing cannot continue |
| | | SEVERE_ERR_TASKSCHED_ENTRY_HAS_NO_PARENT_139=Entry %s read from the tasks backing file is invalid because it has no parent and does not match the task root DN of %s |
| | | SEVERE_ERR_TASKSCHED_CANNOT_SCHEDULE_RECURRING_TASK_FROM_ENTRY_140=An error occurred while attempting to parse entry %s as a recurring task and add it to the scheduler: %s |
| | | SEVERE_ERR_TASKSCHED_CANNOT_SCHEDULE_TASK_FROM_ENTRY_141=An error occurred while attempting to parse entry %s as a task and add it to the scheduler: %s |
| | | SEVERE_ERR_TASKSCHED_INVALID_TASK_ENTRY_DN_142=Entry %s read from the tasks backing file %s has a DN which is not valid for a task or recurring task definition and will be ignored |
| | | SEVERE_ERR_TASKSCHED_ERROR_READING_TASK_BACKING_FILE_143=An error occurred while attempting to read from the tasks data backing file %s: %s |
| | | SEVERE_ERR_TASKSCHED_CANNOT_CREATE_BACKING_FILE_144=An error occurred while attempting to create a new tasks backing file %s for use with the task scheduler: %s |
| | | SEVERE_ERR_TASKSCHED_NO_CLASS_ATTRIBUTE_145=The provided task entry does not contain attribute %s which is needed to specify the fully-qualified name of the class providing the task logic |
| | | SEVERE_ERR_TASKSCHED_MULTIPLE_CLASS_TYPES_146=The provided task entry contains multiple attributes with type %s, which is used to hold the task class name, but only a single instance is allowed |
| | | SEVERE_ERR_TASKSCHED_NO_CLASS_VALUES_147=The provided task entry does not contain any values for the %s attribute, which is used to specify the fully-qualified name of the class providing the task logic |
| | | SEVERE_ERR_TASKSCHED_MULTIPLE_CLASS_VALUES_148=The provided task entry contains multiple values for the %s attribute, which is used to specify the task class name, but only a single value is allowed |
| | | SEVERE_ERR_TASKSCHED_CANNOT_LOAD_CLASS_149=An error occurred while attempting to load class %s specified in attribute %s of the provided task entry: %s. Does this class exist in the Directory Server classpath? |
| | | SEVERE_ERR_TASKSCHED_CANNOT_INSTANTIATE_CLASS_AS_TASK_150=An error occurred while trying to create an instance of class %s as a Directory Server task. Is this class a subclass of %s? |
| | | SEVERE_ERR_TASKSCHED_CANNOT_INITIALIZE_INTERNAL_151=An error occurred while attempting to perform internal initialization on an instance of class %s with the information contained in the provided entry: %s |
| | | SEVERE_WARN_TASKSCHED_CANNOT_RENAME_CURRENT_BACKING_FILE_152=An error occurred while attempting to rename the current tasks backing file from %s to %s: %s. The previous task configuration (which does not reflect the latest update) may be lost |
| | | SEVERE_ERR_TASKSCHED_CANNOT_RENAME_NEW_BACKING_FILE_153=An error occurred while attempting to rename the new tasks backing file from %s to %s: %s. If the Directory Server is restarted, then the task scheduler may not be able to |
| | | SEVERE_ERR_TASKSCHED_CANNOT_WRITE_BACKING_FILE_154=An error occurred while attempting to write the new tasks data backing file %s: %s. Configuration information reflecting the latest update may be lost |
| | | SEVERE_ERR_TASKBE_IMPORT_NOT_SUPPORTED_155=The task backend does not support LDIF import operations |
| | | INFO_TASKBE_INTERRUPTED_BY_SHUTDOWN_156=Das Aufgaben-Backend wird heruntergefahren |
| | | INFO_ROOTDSE_DESCRIPTION_SHOW_ALL_ATTRIBUTES_157=Zeigt an, ob alle Attribute im Root-DSE unabh\u00e4ngig von der Schemakonfiguration des Directory-Servers wie Benutzerattribute behandelt werden (und somit standardm\u00e4\u00dfig an die Clients zur\u00fcckgegeben werden) |
| | | SEVERE_ERR_ROOTDSE_CANNOT_DETERMINE_ALL_USER_ATTRIBUTES_158=An error occurred while trying to determine the value of the %s configuration attribute, which controls whether to treat all root DSE attributes like user attributes: %s. The attributes in the root DSE will be treated based on their definition in the server schema |
| | | INFO_ROOTDSE_UPDATED_SHOW_ALL_ATTRS_159=Die Root-DSE-Konfiguration wurde aktualisiert. Das Konfigurationsattribut %s verwendet zuk\u00fcnftig den Wert %s |
| | | SEVERE_ERR_TASKSCHED_REMOVE_RECURRING_EXISTING_ITERATION_160=Unable to remove recurring task %s because there is already a scheduled iteration of that task with ID %s that must be removed first |
| | | SEVERE_ERR_TASKSCHED_REMOVE_PENDING_NO_SUCH_TASK_161=Unable to remove pending task %s because no such task exists |
| | | SEVERE_ERR_TASKSCHED_REMOVE_PENDING_NOT_PENDING_162=Unable to remove pending task %s because the task is no longer pending |
| | | SEVERE_ERR_TASKSCHED_REMOVE_COMPLETED_NO_SUCH_TASK_163=Unable to remove completed task %s because no such task exists in the list of completed tasks |
| | | SEVERE_ERR_TASKBE_DELETE_INVALID_ENTRY_164=Unable to remove entry %s from the task backend because its DN is either not appropriate for that backend or it is not below the scheduled or recurring tasks base entry |
| | | SEVERE_ERR_TASKBE_DELETE_NO_SUCH_TASK_165=Unable to remove entry %s from the task backend because there is no scheduled task associated with that entry DN |
| | | SEVERE_ERR_TASKBE_DELETE_RUNNING_166=Unable to delete entry %s from the task backend because the associated task is currently running |
| | | SEVERE_ERR_TASKBE_DELETE_NO_SUCH_RECURRING_TASK_167=Unable to remove entry %s from the task backend because there is no recurring task associated with that entry DN |
| | | SEVERE_ERR_TASKBE_SEARCH_INVALID_BASE_168=Unable to process the search operation in the task backend because the provided base DN %s is not valid for entries in the task backend |
| | | SEVERE_ERR_TASKBE_SEARCH_NO_SUCH_TASK_169=Unable to process the search operation in the task backend because there is no scheduled task associated with the provided search base entry %s |
| | | SEVERE_ERR_TASKBE_SEARCH_NO_SUCH_RECURRING_TASK_170=Unable to process the search operation in the task backend because there is no recurring task associated with the provided search base entry %s |
| | | SEVERE_ERR_BACKUP_CONFIG_ENTRY_NULL_171=Unable to initialize the backup backend because the provided configuration entry is null |
| | | SEVERE_ERR_BACKUP_CANNOT_DECODE_BACKUP_ROOT_DN_172=Unable to initialize the backup backend because an error occurred while attempting to decode the base DN for the backend: %s |
| | | INFO_BACKUP_DESCRIPTION_BACKUP_DIR_LIST_173=Satz von Verzeichnissen, auf die standardm\u00e4\u00dfig f\u00fcr Suchvorg\u00e4nge im Sicherungs-Backend zugegriffen wird. Auf Sicherungsverzeichnisse, die nicht auf dieser Liste sind, kann weiterhin zugegriffen werden, indem Sie das Sicherungsverzeichnis direkt im Basis-DN der Suche eingeben. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | SEVERE_ERR_BACKUP_CANNOT_DETERMINE_BACKUP_DIR_LIST_174=An error occurred while attempting to determine the backup directory list: %s. Initialization of the backup backend cannot continue |
| | | SEVERE_ERR_BACKUP_GET_ENTRY_NULL_175=Unable to retrieve an entry from the backup backend because the requested entry was null |
| | | SEVERE_ERR_BACKUP_INVALID_BASE_176=Requested entry %s does not exist in the backup backend |
| | | SEVERE_ERR_BACKUP_DN_DOES_NOT_SPECIFY_DIRECTORY_177=Unable to retrieve entry %s from the backup backend because the requested DN is one level below the base DN but does not specify a backup directory |
| | | SEVERE_ERR_BACKUP_INVALID_BACKUP_DIRECTORY_178=Unable to retrieve entry %s from the backup backend because the requested backup directory is invalid: %s |
| | | SEVERE_ERR_BACKUP_ERROR_GETTING_BACKUP_DIRECTORY_179=An error occurred while attempting to examine the requested backup directory: %s |
| | | SEVERE_ERR_BACKUP_NO_BACKUP_ID_IN_DN_180=Unable to retrieve entry %s from the backup backend because the requested DN is two levels below the base DN but does not specify a backup ID |
| | | SEVERE_ERR_BACKUP_NO_BACKUP_PARENT_DN_181=Unable to retrieve entry %s from the backup backend because it does not have a parent |
| | | SEVERE_ERR_BACKUP_NO_BACKUP_DIR_IN_DN_182=Unable to retrieve entry %s from the backup backend because the DN does not contain the backup directory in which the requested backup should reside |
| | | SEVERE_ERR_BACKUP_NO_SUCH_BACKUP_183=Backup %s does not exist in backup directory %s |
| | | SEVERE_ERR_BACKUP_ADD_NOT_SUPPORTED_184=Add operations are not supported in the backup backend |
| | | SEVERE_ERR_BACKUP_DELETE_NOT_SUPPORTED_185=Delete operations are not supported in the backup backend |
| | | SEVERE_ERR_BACKUP_MODIFY_NOT_SUPPORTED_186=Modify operations are not supported in the backup backend |
| | | SEVERE_ERR_BACKUP_MODIFY_DN_NOT_SUPPORTED_187=Modify DN operations are not supported in the backup backend |
| | | SEVERE_ERR_BACKUP_NO_SUCH_ENTRY_188=The requested entry %s does not exist in the backup backend |
| | | SEVERE_ERR_BACKUP_EXPORT_NOT_SUPPORTED_189=LDIF export operations are not supported in the backup backend |
| | | SEVERE_ERR_BACKUP_IMPORT_NOT_SUPPORTED_190=LDIF import operations are not supported in the backup backend |
| | | SEVERE_ERR_BACKUP_BACKUP_AND_RESTORE_NOT_SUPPORTED_191=Backup and restore operations are not supported in the backup backend |
| | | SEVERE_ERR_MEMORYBACKEND_REQUIRE_EXACTLY_ONE_BASE_192=Exactly one base DN must be provided for use with the memory-based backend |
| | | SEVERE_ERR_MEMORYBACKEND_ENTRY_ALREADY_EXISTS_193=Entry %s already exists in the memory-based backend |
| | | SEVERE_ERR_MEMORYBACKEND_ENTRY_DOESNT_BELONG_194=Entry %s does not belong in the memory-based backend |
| | | SEVERE_ERR_MEMORYBACKEND_PARENT_DOESNT_EXIST_195=Unable to add entry %s because its parent entry %s does not exist in the memory-based backend |
| | | SEVERE_ERR_MEMORYBACKEND_ENTRY_DOESNT_EXIST_196=Entry %s does not exist in the memory-based backend |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_DELETE_ENTRY_WITH_CHILDREN_197=Cannot delete entry %s because it has one or more subordinate entries |
| | | SEVERE_ERR_MEMORYBACKEND_MODDN_NOT_SUPPORTED_198=Modify DN operations are not supported in the memory-based backend |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_WRITER_199=Unable to create an LDIF writer: %s |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_WRITE_ENTRY_TO_LDIF_200=Cannot write entry %s to LDIF: %s |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_READER_201=Unable to create an LDIF reader: %s |
| | | SEVERE_ERR_MEMORYBACKEND_ERROR_READING_LDIF_202=An unrecoverable error occurred while reading from LDIF: %s |
| | | SEVERE_ERR_MEMORYBACKEND_ERROR_DURING_IMPORT_203=An unexpected error occurred while processing the import: %s |
| | | SEVERE_ERR_MEMORYBACKEND_BACKUP_RESTORE_NOT_SUPPORTED_204=The memory-based backend does not support backup or restore operations |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_RENAME_ENRY_WITH_CHILDREN_205=Cannot rename entry %s because it has one or more subordinate entries |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_RENAME_TO_ANOTHER_BACKEND_206=Cannot rename entry %s because the target entry is in a different backend |
| | | SEVERE_ERR_MEMORYBACKEND_RENAME_PARENT_DOESNT_EXIST_207=Cannot rename entry %s because the new parent entry %s doesn't exist |
| | | INFO_SCHEMA_DESCRIPTION_SHOW_ALL_ATTRIBUTES_208=Gibt an, ob Attribute im Unterschemaeintrag als Benutzerattribute behandelt werden, selbst wenn sie als Betriebsattribute markiert sind. Dadurch wird Kompatibilit\u00e4t mit anderen Anwendungen erm\u00f6glicht, die voraussetzen, dass Schemaattribute wie attributeType und objectClasses standardm\u00e4\u00dfig enthalten sind, selbst wenn sie nicht angefordert sind. Beachten Sie, dass das Attribut ldapSyntaxes immer als Betriebsattribut behandelt wird, um Probleme mit Versuchen zu vermeiden, das Schema \u00fcber das Protokoll zu bearbeiten |
| | | SEVERE_ERR_SCHEMA_CANNOT_DETERMINE_SHOW_ALL_209=An error occurred while trying to determine whether to treat all subschema entry attributes as user attributes regardless of the way they are defined in the schema, as specified in the ds-cfg-show-all-attributes attribute of configuration entry %s: %s. The default behavior, which is to treat the attribute types as defined in the server schema, will be used |
| | | FATAL_ERR_BACKEND_CANNOT_REGISTER_BASEDN_210=An error occurred while attempting to register base DN %s in the Directory Server: %s |
| | | MILD_ERR_SCHEMA_DELETE_MODTYPE_NOT_SUPPORTED_211=Das Schema-Backend unterst\u00fctzt noch nicht das Entfernen von bestehenden Schemaelementen |
| | | MILD_ERR_SCHEMA_INVALID_MODIFICATION_TYPE_212=Das Schema-Backend unterst\u00fctzt nicht den Bearbeitungstyp %s |
| | | MILD_ERR_SCHEMA_MODIFY_UNSUPPORTED_ATTRIBUTE_TYPE_213=Das Schema-Backend unterst\u00fctzt nicht die Bearbeitung des Attributtyps %s. Es k\u00f6nnen nur Attributtypen, Objektklassen, Namensformen, DIT-Inhaltsregeln, DIT-Strukturregeln und die Verwendung von \u00dcbereinstimmungsregeln bearbeitet werden |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_ATTRTYPE_214=Fehler beim Versuch, den Attributtyp "%s" zu dekodieren: %s |
| | | MILD_ERR_SCHEMA_MODIFY_ATTRTYPE_ALREADY_EXISTS_215=Attributtyp %s kann nicht zum Serverschema hinzugef\u00fcgt werden, da es Namens- oder OID-Konflikte mit einem bestehenden Attributtyp gibt: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_OBJECTCLASS_216=Fehler beim Versuch, die Objektklasse "%s" zu dekodieren: %s |
| | | MILD_ERR_SCHEMA_MODIFY_UNDEFINED_SUPERIOR_OBJECTCLASS_217=Objektklasse %s kann nicht hinzugef\u00fcgt werden, da ihre \u00fcbergeordnete Objektklasse %s nicht im Serverschema definiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_OC_UNDEFINED_REQUIRED_ATTR_218=Objektklasse %s kann nicht hinzugef\u00fcgt werden, da das erforderliche Attribut %s nicht im Serverschema definiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_OC_UNDEFINED_OPTIONAL_ATTR_219=Objektklasse %s kann nicht hinzugef\u00fcgt werden, da sie das Attribut %s zul\u00e4sst, das nicht im Serverschema definiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_OBJECTCLASS_ALREADY_EXISTS_220=Objektklasse %s kann nicht zum Serverschema hinzugef\u00fcgt werden, da es Namens- oder OID-Konflikte mit einer bestehenden Objektklasse gibt: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_READ_EXISTING_USER_SCHEMA_221=Fehler beim Versuch, die Inhalte der Schemadatei %s zu lesen: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_SCHEMA_222=Fehler beim Versuch, das aktualisierte Schema zu schreiben: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_NAME_FORM_223=Fehler beim Versuch, die Namensform "%s" zu dekodieren: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_DCR_224=Fehler beim Versuch, die DIT-Inhaltsregel "%s" zu dekodieren: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_DSR_225=Fehler beim Versuch, die DIT-Strukturregel "%s" zu dekodieren: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_MR_USE_226=Fehler beim Versuch, die Verwendung der \u00dcbereinstimmungsregel "%s" zu dekodieren: %s |
| | | MILD_ERR_SCHEMA_MODIFY_DELETE_NO_VALUES_227=Das Entfernen aller Werte f\u00fcr den Attributtyp %s im Serverschema wird vom Server nicht zugelassen |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_ATTRTYPE_228=Attributtyp %s kann nicht hinzugef\u00fcgt werden, da es Konflikte mit mehreren bestehenden Attributtypen (%s und %s) gibt |
| | | MILD_ERR_SCHEMA_MODIFY_UNDEFINED_SUPERIOR_ATTRIBUTE_TYPE_229=Attributtyp %s kann nicht hinzugef\u00fcgt werden, da er auf den \u00fcbergeordnete Attributtyp %s verweist, der nicht im Serverschema definiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_OBJECTCLASS_230=Objektklasse %s kann nicht hinzugef\u00fcgt werden, da es Konflikte mit mehreren bestehenden Objektklassen (%s und %s) gibt |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_NAME_FORM_231=Namensform %s kann nicht hinzugef\u00fcgt werden, da es Konflikte mit mehreren bestehenden Namensformen (%s und %s) gibt |
| | | MILD_ERR_SCHEMA_MODIFY_NF_UNDEFINED_STRUCTURAL_OC_232=Namensform %s kann nicht hinzugef\u00fcgt werden, da sie auf die strukturelle Objektklasse %s verweist, die nicht im Serverschema definiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_NF_UNDEFINED_REQUIRED_ATTR_233=Namensform %s kann nicht hinzugef\u00fcgt werden, da sie auf den erforderlichen Attributtyp %s verweist, der nicht im Serverschema definiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_NF_UNDEFINED_OPTIONAL_ATTR_234=Namensform %s kann nicht hinzugef\u00fcgt werden, da sie auf den optionalen Attributtyp %s verweist, der nicht im Serverschema definiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DCR_235=DIT-Inhaltsregel %s kann nicht hinzugef\u00fcgt werden, da es Konflikte mit mehreren bestehenden DIT-Inhaltsregeln (%s und %s) gibt |
| | | MILD_ERR_SCHEMA_MODIFY_STRUCTURAL_OC_CONFLICT_FOR_ADD_DCR_236=DIT-Inhaltsregel %s kann nicht hinzugef\u00fcgt werden, da sie auf die strukturelle Objektklasse %s verweist, die bereits der DIT-Inhaltsregel %s zugeordnet ist |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_STRUCTURAL_OC_237=DIT-Inhaltsregel %s kann nicht hinzugef\u00fcgt werden, da sie auf die strukturelle Objektklasse %s verweist, die nicht im Serverschema definiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_AUXILIARY_OC_238=DIT-Inhaltsregel %s kann nicht hinzugef\u00fcgt werden, da sie auf die Hilfsobjektklasse %s verweist, die nicht im Serverschema definiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_REQUIRED_ATTR_239=DIT-Inhaltsregel %s kann nicht hinzugef\u00fcgt werden, da sie auf den erforderlichen Attributtyp %s verweist, der nicht im Serverschema definiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_OPTIONAL_ATTR_240=DIT-Inhaltsregel %s kann nicht hinzugef\u00fcgt werden, da sie auf den optionalen Attributtyp %s verweist, der nicht im Serverschema definiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_PROHIBITED_ATTR_241=DIT-Inhaltsregel %s kann nicht hinzugef\u00fcgt werden, da sie auf den unzul\u00e4ssigen Attributtyp %s verweist, der nicht im Serverschema definiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DSR_242=DIT-Strukturregel kann nicht hinzugef\u00fcgt werden, da es Konflikte mit mehreren bestehenden DIT-Strukturregeln (%s und %s) gibt |
| | | MILD_ERR_SCHEMA_MODIFY_NAME_FORM_CONFLICT_FOR_ADD_DSR_243=DIT-Strukturregel %s kann nicht hinzugef\u00fcgt werden, da sie auf die Namensform %s verweist, die bereits der DIT-Strukturregel %s zugeordnet ist |
| | | MILD_ERR_SCHEMA_MODIFY_DSR_UNDEFINED_NAME_FORM_244=DIT-Strukturregel %s kann nicht hinzugef\u00fcgt werden, da sie auf die Namensform %s verweist, die nicht im Serverschema definiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_MR_USE_245=Die Verwendung der \u00dcbereinstimmungsregel %s kann nicht hinzugef\u00fcgt werden, da es Konflikte mit mehreren bestehenden Verwendungen von \u00dcbereinstimmungsregeln (%s und %s) gibt |
| | | MILD_ERR_SCHEMA_MODIFY_MR_CONFLICT_FOR_ADD_MR_USE_246=Die Verwendung der \u00dcbereinstimmungsregel %s kann nicht hinzugef\u00fcgt werden, da sie auf die \u00dcbereinstimmungsregel %s verweist, die bereits der Verwendung der \u00dcbereinstimmungsregel %s zugeordnet ist |
| | | MILD_ERR_SCHEMA_MODIFY_MRU_UNDEFINED_ATTR_247=Die Verwendung der \u00dcbereinstimmungsregel %s kann nicht hinzugef\u00fcgt werden, da sie auf den Attributtyp %s verweist, der nicht im Serverschema definiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_AT_248=Ringreferenz f\u00fcr Attributtyp %s entdeckt, in dem der \u00fcbergeordnete Typ auf den Attributtyp selbst zur\u00fcckverweist |
| | | MILD_ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_OC_249=Ringreferenz f\u00fcr Objektklasse %s entdeckt, in der die \u00fcbergeordnete Klasse auf die Objektklasse selbst zur\u00fcckverweist |
| | | MILD_ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_DSR_250=Ringreferenz f\u00fcr DIT-Strukturregel %s entdeckt, in der die \u00fcbergeordnete Regel auf die DIT-Strukturregel selbst zur\u00fcckverweist |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_CLEANED_251=Fehler beim Versuch, vor der Aktualisierung Kopien der bestehenden Schemadateien zu erstellen: %s. Der Server konnte die originale Schemakonfiguration wiederherstellen, sodass keine zus\u00e4tzliche Bereinigung erforderlich ist |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_NOT_CLEANED_252=Fehler beim Versuch, vor der Aktualisierung Kopien von den bestehenden Schemadateien zu erstellen: %s. Es trat auch ein Problem beim Versuch auf, die originale Schemakonfiguration wiederherzustellen, sodass der Server sich eventuell in einem inkonsistenten Zustand befindet und eine manuelle Bereinigung erforderlich sein kann |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_RESTORED_253=Fehler beim Versuch, neue Versionen der Serverschemadateien zu schreiben: %s. Der Server konnte die originale Schemakonfiguration wiederherstellen, sodass keine zus\u00e4tzliche Bereinigung erforderlich ist |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_NOT_RESTORED_254=Fehler beim Versuch, neue Versionen der Serverschemadateien zu schreiben: %s. Es trat auch ein Problem beim Versuch auf, die originale Schemakonfiguration wiederherzustellen, sodass der Server sich eventuell in einem inkonsistenten Zustand befindet und eine manuelle Bereinigung erforderlich sein kann |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_ATTRIBUTE_TYPE_255=Attributtyp %s kann nicht aus dem Serverschema entfernt werden, da dieser Attributtyp nicht definiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_SUPERIOR_TYPE_256=Attributtyp %s kann nicht aus dem Serverschema entfernt werden, da auf ihn als \u00fcbergeordneter Typ f\u00fcr Attributtyp %s verwiesen wird |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_OC_257=Attributtyp %s kann nicht aus dem Serverschema entfernt werden, da auf ihn als erforderlicher oder optionaler Typ in Objektklasse %s verwiesen wird |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_NF_258=Attributtyp %s kann nicht aus dem Serverschema entfernt werden, da auf ihn als erforderlicher oder optionaler Typ in Namensform %s verwiesen wird |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_DCR_259=Attributtyp %s kann nicht aus dem Serverschema entfernt werden, da auf ihn als erforderlicher, optionaler oder unzul\u00e4ssiger Typ in DIT-Inhaltsregel %s verwiesen wird |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_MR_USE_260=Attributtyp %s kann nicht aus dem Serverschema entfernt werden, da auf ihn von der Verwendung der \u00dcbereinstimmungsregel %s verwiesen wird |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_OBJECTCLASS_261=Objektklasse %s kann nicht aus dem Serverschema entfernt werden, da diese Objektklasse nicht definiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_OC_SUPERIOR_CLASS_262=Objektklasse %s kann nicht aus dem Serverschema entfernt werden, da auf sie als \u00fcbergeordneter Klasse f\u00fcr Objektklasse %s verwiesen wird |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_OC_IN_NF_263=Objektklasse %s kann nicht aus dem Serverschema entfernt werden, da auf sie als strukturelle Klasse f\u00fcr Namensform %s verwiesen wird |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_OC_IN_DCR_264=Objektklasse %s kann nicht aus dem Serverschema entfernt werden, da auf sie als strukturelle Klasse oder Hilfsklasse f\u00fcr DIT-Inhaltsregel %s verwiesen wird |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_NAME_FORM_265=Namensform %s kann nicht aus dem Serverschema entfernt werden, da diese Namensform nicht definiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NF_IN_DSR_266=Namensform %s kann nicht aus dem Serverschema entfernt werden, da auf sie von DIT-Strukturregel %s verwiesen wird |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DCR_267=DIT-Inhaltsregel %s kann nicht aus dem Serverschema entfernt werden, da diese DIT-Inhaltsregel nicht definiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DSR_268=DIT-Strukturregel %s kann nicht aus dem Serverschema entfernt werden, da diese DIT-Strukturregel nicht definiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_DSR_SUPERIOR_RULE_269=DIT-Strukturregel %s kann nicht aus dem Serverschema entfernt werden, da auf sie als \u00fcbergeordnete Regel f\u00fcr DIT-Strukturregel %s verwiesen wird |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_MR_USE_270=Die Verwendung der \u00dcbereinstimmungsregel %s kann nicht aus dem Serverschema entfernt werden, da diese Verwendung der \u00dcbereinstimmungsregel nicht definiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OC_NOT_STRUCTURAL_271=Namensform %s kann nicht hinzugef\u00fcgt werden, da sie auf die Objektklasse %s verweist, die zwar im Serverschema definiert ist, aber keine strukturelle Objektklasse darstellt |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OC_NOT_STRUCTURAL_272=DIT-Inhaltsregel %s kann nicht hinzugef\u00fcgt werden, da sie auf die strukturelle Objektklasse %s verweist, die zwar im Serverschema definiert ist, aber keine strukturelle Klasse darstellt |
| | | MILD_ERR_SCHEMA_MODIFY_STRUCTURAL_OC_CONFLICT_FOR_ADD_NF_273=Namensform %s kann nicht hinzugef\u00fcgt werden, da sie auf die strukturelle Objektklasse %s verweist, die bereits der Namensform %s zugeordnet ist |
| | | MILD_ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_ATTRIBUTE_TYPE_274=Attributtyp %s kann nicht hinzugef\u00fcgt werden, da der \u00fcbergeordneter Typ %s im Serverschema als OBSOLETE markiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_ATTRTYPE_OBSOLETE_MR_275=Attributtyp %s kann nicht hinzugef\u00fcgt werden, da die zugeordnete \u00dcbereinstimmungsregel %s im Serverschema als OBSOLETE markiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_OBJECTCLASS_276=Objektklasse %s kann nicht hinzugef\u00fcgt werden, da die \u00fcbergeordnete Klasse %s im Serverschema als OBSOLETE markiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_OC_OBSOLETE_REQUIRED_ATTR_277=Objektklasse %s kann nicht hinzugef\u00fcgt werden, da das erforderliche Attribut %s im Serverschema als OBSOLETE markiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_OC_OBSOLETE_OPTIONAL_ATTR_278=Objektklasse %s kann nicht hinzugef\u00fcgt werden, da das optionale Attribut %s im Serverschema als OBSOLETE markiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OC_OBSOLETE_279=Namensform %s kann nicht hinzugef\u00fcgt werden, da ihre strukturelle Objektklasse %s im Serverschema als OBSOLETE markiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OBSOLETE_REQUIRED_ATTR_280=Namensform %s kann nicht hinzugef\u00fcgt werden, da sie den Attributtyp %s erfordert, der im Serverschema als VERALTET markiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OBSOLETE_OPTIONAL_ATTR_281=Namensform %s kann nicht hinzugef\u00fcgt werden, da sie den Attributtyp %s zul\u00e4sst, der im Serverschema als OBSOLETE markiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_STRUCTURAL_OC_OBSOLETE_282=DIT-Inhaltsregel %s kann nicht hinzugef\u00fcgt werden, da ihre strukturelle Objektklasse %s im Serverschema als OBSOLETE markiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OC_NOT_AUXILIARY_283=DIT-Inhaltsregel %s kann nicht hinzugef\u00fcgt werden, da sie auf die Hilfsobjektklasse %s verweist, die zwar im Serverschema definiert ist, aber keine Hilfsklasse darstellt |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_AUXILIARY_OC_OBSOLETE_284=DIT-Inhaltsregel %s kann nicht hinzugef\u00fcgt werden, da sie die Hilfsobjektklasse %s zul\u00e4sst, die im Serverschema als OBSOLETE markiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_REQUIRED_ATTR_285=DIT-Inhaltsregel %s kann nicht hinzugef\u00fcgt werden, da sie den Attributtyp %s erfordert, der im Serverschema als OBSOLETE markiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_OPTIONAL_ATTR_286=DIT-Inhaltsregel %s kann nicht hinzugef\u00fcgt werden, da sie den Attributtyp %s zul\u00e4sst, der im Serverschema als OBSOLETE markiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_PROHIBITED_ATTR_287=DIT-Inhaltsregel %s kann nicht hinzugef\u00fcgt werden, da sie den Attributtyp %s verbietet, der im Serverschema als OBSOLETE markiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_DSR_OBSOLETE_NAME_FORM_288=DIT-Strukturregel %s kann nicht hinzugef\u00fcgt werden, da ihre Namensform %s im Serverschema als OBSOLETE markiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_DSR_OBSOLETE_SUPERIOR_RULE_289=DIT-Strukturregel %s kann nicht hinzugef\u00fcgt werden, da sie auf die \u00fcbergeordneter Regel %s verweist, die im Serverschema als OBSOLETE markiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_MRU_OBSOLETE_MR_290=Die Verwendung der \u00dcbereinstimmungsregel %s kann nicht hinzugef\u00fcgt werden, da ihre \u00dcbereinstimmungsregel %s im Serverschema als OBSOLETE markiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_MRU_OBSOLETE_ATTR_291=Die Verwendung der \u00dcbereinstimmungsregel %s kann nicht hinzugef\u00fcgt werden, da sie auf den Attributtyp %s verweist, der im Serverschema als OBSOLETE markiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_AUXILIARY_OC_292=DIT-Inhaltsregel %s kann nicht hinzugef\u00fcgt werden, da sie auf die Hilfsobjektklasse %s verweist, die im Serverschema als OBSOLETE markiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_INSUFFICIENT_PRIVILEGES_293=Sie verf\u00fcgen nicht \u00fcber ausreichende Berechtigungen, um das Directory-Server-Schema zu \u00e4ndern |
| | | SEVERE_ERR_SCHEMA_CANNOT_FIND_CONCAT_FILE_294=Unable to find a file containing concatenated schema element definitions in order to determine if any schema changes were made with the server offline. The file was expected in the %s directory and should have been named either %s or %s |
| | | SEVERE_ERR_SCHEMA_ERROR_DETERMINING_SCHEMA_CHANGES_295=An error occurred while attempting to determine whether any schema changes had been made by directly editing the schema files with the server offline: %s |
| | | SEVERE_ERR_SCHEMA_CANNOT_WRITE_CONCAT_SCHEMA_FILE_296=An error occurred while attempting to write file %s containing a concatenated list of all server schema elements: %s. The server may not be able to accurately identify any schema changes made with the server offline |
| | | NOTICE_BACKEND_ENVIRONMENT_UNUSABLE_297=Die JE-Datenbankumgebung mit der Backend-ID %s ist besch\u00e4digt. Starten Sie den Directory-Server neu, um die Umgebung neu zu \u00f6ffnen |
| | | SEVERE_ERR_TASKSCHED_NOT_ALLOWED_TASK_298=The Directory Server is not configured to allow task %s to be invoked |
| | | INFO_TASK_COMPLETION_BODY_299=Aufgaben-ID: %s\r\nAufgabenstatus: %s\r\nGeplante Startzeit: %s\r\nTats\u00e4chliche Startzeit: %s\r\nFertigstellungszeit: %s\r\n\r\nProtokollmeldungen:\r\n |
| | | SEVERE_ERR_TRUSTSTORE_GET_ENTRY_NULL_300=Unable to retrieve an entry from the trust store backend because the requested entry was null |
| | | SEVERE_ERR_TRUSTSTORE_INVALID_BASE_301=Requested entry %s does not exist in the trust store backend |
| | | SEVERE_ERR_TRUSTSTORE_DN_DOES_NOT_SPECIFY_CERTIFICATE_302=Unable to process entry %s in the trust store backend because the requested DN is one level below the base DN but does not specify a certificate name |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_RETRIEVE_CERT_303=Error while trying to retrieve certificate %s from the trust store file %s: %s |
| | | SEVERE_ERR_TRUSTSTORE_MODIFY_NOT_SUPPORTED_304=Modify operations are not supported in the trust store backend |
| | | SEVERE_ERR_TRUSTSTORE_MODIFY_DN_NOT_SUPPORTED_305=Modify DN operations are not supported in the trust store backend |
| | | SEVERE_ERR_TRUSTSTORE_REQUIRES_ONE_BASE_DN_306=Unable to initialize the trust store backend from configuration entry %s because it does not contain exactly one base DN |
| | | SEVERE_ERR_TRUSTSTORE_IMPORT_AND_EXPORT_NOT_SUPPORTED_307=LDIF import and export operations are not supported in the trust store backend |
| | | SEVERE_ERR_TRUSTSTORE_BACKUP_AND_RESTORE_NOT_SUPPORTED_308=Backup and restore operations are not supported in the trust store backend |
| | | SEVERE_ERR_TRUSTSTORE_NO_SUCH_FILE_309=The trust store file %s specified in attribute ds-cfg-trust-store-file of configuration entry %s does not exist |
| | | SEVERE_ERR_TRUSTSTORE_INVALID_TYPE_310=The trust store type %s specified in attribute ds-cfg-trust-store-type of configuration entry %s is not valid: %s |
| | | SEVERE_ERR_TRUSTSTORE_PIN_FILE_CANNOT_CREATE_311=An error occurred while trying to create the PIN file %s specified in attribute ds-cfg-trust-store-pin-file of configuration entry %s |
| | | SEVERE_ERR_TRUSTSTORE_PIN_FILE_CANNOT_READ_312=An error occurred while trying to read the trust store PIN from file %s specified in configuration attribute ds-cfg-trust-store-pin-file of configuration entry %s: %s |
| | | SEVERE_ERR_TRUSTSTORE_PIN_FILE_EMPTY_313=File %s specified in attribute ds-cfg-trust-store-pin-file of configuration entry %s should contain the PIN needed to access the trust store, but this file is empty |
| | | SEVERE_ERR_TRUSTSTORE_PIN_ENVAR_NOT_SET_314=Environment variable %s which is specified in attribute ds-cfg-trust-store-pin-environment-variable of configuration entry %s should contain the PIN needed to access the trust store, but this property is not set |
| | | SEVERE_ERR_TRUSTSTORE_PIN_PROPERTY_NOT_SET_315=Java property %s which is specified in attribute ds-cfg-trust-store-pin-property of configuration entry %s should contain the PIN needed to access the file-based trust manager, but this property is not set |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_DETERMINE_FILE_316=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-trust-store-file in configuration entry %s: %s |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_LOAD_317=An error occurred while trying to load the trust store contents from file %s: %s |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_CREATE_FACTORY_318=An error occurred while trying to create a trust manager factory to access the contents of trust store file %s: %s |
| | | SEVERE_ERR_TRUSTSTORE_ALIAS_IN_USE_319=The certificate entry %s already exists |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_GENERATE_CERT_320=Error while attempting to generate a self-signed certificate %s in the trust store file %s: %s |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_ADD_CERT_321=Error while trying to add certificate %s to the trust store file %s: %s |
| | | SEVERE_ERR_TRUSTSTORE_DELETE_NOT_SUPPORTED_322=Delete operations are not supported in the trust store backend |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_MISSING_CERT_ATTR_323=The entry %s could not be added because it does not contain a certificate attribute %s |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_ATTRS_324=The entry %s could not be added because it contains multiple certificate attributes %s |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_MISSING_CERT_VALUE_325=The entry %s could not be added because it does not contain a value of certificate attribute %s |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_VALUES_326=The entry %s could not be added because it contains multiple values of certificate attribute %s |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_WRITE_CERT_327=Error while writing certificate %s to a file: %s |
| | | SEVERE_WARN_TRUSTSTORE_SET_PERMISSIONS_FAILED_328=Failed to set permissions on trust store file %s |
| | | SEVERE_ERR_ROOT_CONTAINER_NOT_INITIALIZED_329=The root container for backend %s has not been initialized preventing this backend from processing the requested operation |
| | | SEVERE_ERR_TASKBE_MODIFY_CANNOT_LOCK_ENTRY_330=Unable to obtain a write lock on entry %s |
| | | SEVERE_ERR_TASKBE_MODIFY_INVALID_ENTRY_331=Entry %s cannot be modified because it does not represent a task entry. Only task entries may be modified in the task backend |
| | | SEVERE_ERR_TASKBE_MODIFY_NO_SUCH_TASK_332=Entry %s cannot be modified because it does not represent a valid task in the server |
| | | SEVERE_ERR_TASKBE_MODIFY_COMPLETED_333=Entry %s cannot be modified because the assoicated task has completed running. Completed tasks cannot be modified |
| | | SEVERE_ERR_TASKBE_MODIFY_RECURRING_334=Entry %s cannot be modified because the server does not currently support modifying recurring task entries |
| | | SEVERE_ERR_TASKBE_MODIFY_RUNNING_335=The task associated with entry %s is currently running. The only modification allowed for running tasks is to replace the value of the ds-task-state attribute with "cancel" |
| | | INFO_TASKBE_RUNNING_TASK_CANCELLED_336=Die Ausf\u00fchrung der Aufgabe wurde durch eine \u00c4nderungsanforderung unterbrochen, um die Aufgabe abzubrechen |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_DELETE_CERT_337=Error while trying to delete certificate %s from the trust store file %s: %s |
| | | SEVERE_ERR_TRUSTSTORE_CERTIFICATE_NOT_FOUND_338=Unable to retrieve entry %s from the trust store backend because the certificate %s does not exist |
| | | SEVERE_ERR_LDIF_BACKEND_MULTIPLE_BASE_DNS_339=The LDIF backend defined in configuration entry %s only supports a single base DN, but was configured for use with multiple base DNs |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_OPENING_FILE_340=An error occurred while attempting to open LDIF file %s for use by the LDIF backend defined in configuration entry %s: %s |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_READING_ENTRY_341=An error occurred while attempting to read data from LDIF file %s into the LDIF backend defined in configuration entry %s: %s |
| | | MILD_ERR_LDIF_BACKEND_DUPLICATE_ENTRY_342=Die LDIF-Datei %s, die vom LDIF-Backend verwendet wird, welches im Konfigurationseintrag %s definiert ist, enth\u00e4lt mehrere Eintr\u00e4ge mit dem DN %s |
| | | MILD_ERR_LDIF_BACKEND_ENTRY_OUT_OF_SCOPE_343=Die LDIF-Datei %s, die vom LDIF-Backend verwendet wird, welches im Konfigurationseintrag %s definiert ist, enth\u00e4lt den Eintrag %s, der nicht unterhalb des f\u00fcr das Backend definierten Basis-DNs befindet |
| | | MILD_ERR_LDIF_BACKEND_MISSING_PARENT_344=Die LDIF-Datei %s, die vom LDIF-Backend verwendet wird, welches im Konfigurationseintrag %s definiert ist, enth\u00e4lt den Eintrag %s. Der \u00fcbergeordnete Eintrag wurde jedoch noch nicht gelesen |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_CREATING_FILE_345=An error occurred while trying to create file %s to write an updated version of the data for the LDIF backend defined in configuration entry %s: %s |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_WRITING_FILE_346=An error occurred while trying to write updated data to file %s for the LDIF backend defined in configuration entry %s: %s |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_RENAMING_FILE_347=An error occurred while attempting to rename file %s to %s while writing updated data for the LDIF backend defined in configuration entry %s: %s |
| | | MILD_ERR_LDIF_BACKEND_ADD_ALREADY_EXISTS_348=Eintrag %s ist bereits im LDIF-Backend vorhanden |
| | | MILD_ERR_LDIF_BACKEND_ADD_MISSING_PARENT_349=\u00dcbergeordnete Eintrag von Eintrag %s ist nicht vorhanden |
| | | MILD_ERR_LDIF_BACKEND_DELETE_NO_SUCH_ENTRY_350=Eintrag %s ist nicht vorhanden |
| | | MILD_ERR_LDIF_BACKEND_DELETE_NONLEAF_351=Eintrag %s hat einen oder mehrere untergeordnete Eintr\u00e4ge und kann erst gel\u00f6scht werden, nachdem die untergeordneten Eintr\u00e4ge entfernt wurden |
| | | MILD_ERR_LDIF_BACKEND_MODIFY_NO_SUCH_ENTRY_352=Eintrag %s ist nicht vorhanden |
| | | MILD_ERR_LDIF_BACKEND_MODDN_NO_SUCH_SOURCE_ENTRY_353=Quelleintrag %s ist nicht vorhanden |
| | | MILD_ERR_LDIF_BACKEND_MODDN_TARGET_ENTRY_ALREADY_EXISTS_354=Zieleintrag %s ist bereits vorhanden |
| | | MILD_ERR_LDIF_BACKEND_MODDN_NEW_PARENT_DOESNT_EXIST_355=Neuer \u00fcbergeordneter DN %s ist nicht vorhanden |
| | | MILD_ERR_LDIF_BACKEND_SEARCH_NO_SUCH_BASE_356=Der als Basis-DN f\u00fcr Suchen festgelegte Eintrag %s ist nicht vorhanden |
| | | SEVERE_ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_WRITER_357=An error occurred while trying to create the writer for the LDIF export operation: %s |
| | | SEVERE_ERR_LDIF_BACKEND_CANNOT_WRITE_ENTRY_TO_LDIF_358=An error occurred while trying to write entry %s during the LDIF export: %s |
| | | SEVERE_ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_READER_359=An error occurred while trying to create the reader for the LDIF import operation: %s |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_READING_LDIF_360=An unrecoverable error occurred while attempting to read data from the import file: %s. The LDIF import cannot continue |
| | | MILD_ERR_LDIF_BACKEND_BACKUP_RESTORE_NOT_SUPPORTED_361=Das LDIF-Backend verf\u00fcgt momentan noch \u00fcber keinen Sicherungs- und Wiederherstellungsmechanismus. Verwenden Sie stattdessen LDIF-Import- und Exportvorg\u00e4nge |
| | | MILD_ERR_LDIF_BACKEND_LDIF_DOESNT_EXIST_362=Die LDIF-Datei %s, auf die im LDIF-Backend-Konfigurationseintrag %s verwiesen wird, ist nicht vorhanden |
| | | INFO_LDIF_BACKEND_LDIF_FILE_CHANGED_363=Die \u00c4nderungen am LDIF-Dateipfad treten erst in Kraft, wenn das Backend deaktiviert und wieder reaktiviert wird |
| | | INFO_LDIF_BACKEND_BASE_DN_CHANGED_364=Die \u00c4nderungen am Basis-DN des LDIF-Backends treten erst in Kraft, wenn das Backend deaktiviert und wieder reaktiviert wird |
| | | MILD_ERR_LDIF_BACKEND_HAS_SUBORDINATES_NO_SUCH_ENTRY_365=Zieleintrag %s ist nicht vorhanden |
| | | MILD_ERR_LDIF_BACKEND_NUM_SUBORDINATES_NO_SUCH_ENTRY_366=Zieleintrag %s ist nicht vorhanden |
| | | SEVERE_ERR_TRUSTSTORE_ERROR_READING_KEY_367=Error reading key %s from key store %s: %s |
| | | MILD_ERR_HAS_SUBORDINATES_NOT_SUPPORTED_368=Dieses Backend bietet keine Unterst\u00fctzung f\u00fcr das Betriebsattribut hasSubordinates |
| | | MILD_ERR_NUM_SUBORDINATES_NOT_SUPPORTED_369=Dieses Backend bietet keine Unterst\u00fctzung f\u00fcr das Betriebsattribut numSubordinates |
| | | NOTICE_BACKEND_OFFLINE_370=Backend %s geht jetzt offline |
| New file |
| | |
| | | # CDDL HEADER START |
| | | # |
| | | # The contents of this file are subject to the terms of the |
| | | # Common Development and Distribution License, Version 1.0 only |
| | | # (the "License"). You may not use this file except in compliance |
| | | # with the License. |
| | | # |
| | | # You can obtain a copy of the license at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE |
| | | # or https://OpenDS.dev.java.net/OpenDS.LICENSE. |
| | | # See the License for the specific language governing permissions |
| | | # and limitations under the License. |
| | | # |
| | | # When distributing Covered Code, include this CDDL HEADER in each |
| | | # file and include the License file at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, |
| | | # add the following below this CDDL HEADER, with the fields enclosed |
| | | # by brackets "[]" replaced with your own identifying information: |
| | | # Portions Copyright [yyyy] [name of copyright owner] |
| | | # |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2008 Sun Microsystems, Inc. |
| | | |
| | | |
| | | |
| | | # |
| | | # Global directives |
| | | # |
| | | global.category=BACKEND |
| | | |
| | | # |
| | | # Format string definitions |
| | | # |
| | | # Keys must be formatted as follows: |
| | | # |
| | | # [SEVERITY]_[DESCRIPTION]_[ORDINAL] |
| | | # |
| | | # where: |
| | | # |
| | | # SEVERITY is one of: |
| | | # [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE] |
| | | # |
| | | # DESCRIPTION is an upper case string providing a hint as to the context of |
| | | # the message in upper case with the underscore ('_') character serving as |
| | | # word separator |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | FATAL_ERR_BACKEND_CANNOT_REMOVE_MULTIBASE_SUB_SUFFIX_1=An attempt was made to de-register sub-suffix "%s" from the backend with suffix "%s". However, the subordinate backend containing that sub-suffix also contains additional sub-suffixes and may not be de-registered. It may be possible to remove this sub-suffix by editing the configuration for the subordinate backend with which it is associated |
| | | FATAL_ERR_ROOTDSE_CONFIG_ENTRY_NULL_2=An attempt was made to configure the root DSE backend without providing a configuration entry. This is not allowed |
| | | INFO_ROOTDSE_SUBORDINATE_BASE_DESCRIPTION_3=El conjunto de ND de base que se utilizar\u00e1 para las b\u00fasquedas "singleLevel" (un solo nivel), "wholeSubtree" (todo el \u00e1rbol) y "subordinateSubtree" (\u00e1rbol subordinado) en funci\u00f3n del DSE ra\u00edz. Si no se especifica esta opci\u00f3n, se utilizar\u00e1 el conjunto de todos los sufijos definidos por el usuario. |
| | | SEVERE_WARN_ROOTDSE_NO_BACKEND_FOR_SUBORDINATE_BASE_4=Base DN "%s" is configured as one of the subordinate base DNs to use for searches below the root DSE. However, this base DN is not handled by any suffix registered with the Directory Server and will therefore not be used |
| | | SEVERE_WARN_ROOTDSE_SUBORDINATE_BASE_EXCEPTION_5=An unexpected problem occurred while trying to determine the set of subordinate base DNs to use for searches below the root DSE: %s |
| | | MILD_WARN_ROOTDSE_GET_ENTRY_NONROOT_6=Se ha solicitado al servidor de fondo DSE ra\u00edz que recupere la entrada con el ND "%s". A este servidor de fondo s\u00f3lo se le puede solicitar que recupere el propio DSE ra\u00edz. Sin embargo, se realizar\u00e1 una comprobaci\u00f3n del mismo con los servidores de fondo subordinados definidos y se verificar\u00e1 si puede buscar la entrada solicitada. |
| | | MILD_ERR_ROOTDSE_ADD_NOT_SUPPORTED_7=No se puede agregar la entrada "%s" porque no se admiten las operaciones de adici\u00f3n en el servidor de fondo DSE ra\u00edz. |
| | | MILD_ERR_ROOTDSE_DELETE_NOT_SUPPORTED_8=No se puede suprimir la entrada "%s" porque no se admiten las operaciones de eliminaci\u00f3n en el servidor de fondo DSE ra\u00edz. |
| | | MILD_ERR_ROOTDSE_MODIFY_NOT_SUPPORTED_9=No se puede actualizar la entrada "%s" porque no se admiten las operaciones de modificaci\u00f3n en el servidor de fondo DSE ra\u00edz. Si desea modificar el contenido del propio DSE ra\u00edz, es posible realizar esta operaci\u00f3n mediante la modificaci\u00f3n de la entrada "%s" de la configuraci\u00f3n. |
| | | MILD_ERR_ROOTDSE_MODIFY_DN_NOT_SUPPORTED_10=No se puede cambiar el nombre de la entrada "%s" porque no se admiten las operaciones de modificaci\u00f3n de ND en el servidor de fondo DSE ra\u00edz. |
| | | MILD_ERR_ROOTDSE_INVALID_SEARCH_BASE_11=No se puede realizar una b\u00fasqueda (Id. de conexi\u00f3n %d, Id. de operaci\u00f3n %d) con el ND de base de "%s" en el servidor de fondo DSE ra\u00edz. El ND de base de las b\u00fasquedas de este servidor de fondo debe ser el ND del propio DSE ra\u00edz. |
| | | SEVERE_ERR_ROOTDSE_UNEXPECTED_SEARCH_FAILURE_12=An unexpected failure occurred while trying to process a search operation (connection ID %d, operation ID %d) in the root DSE backend: %s |
| | | SEVERE_ERR_ROOTDSE_INVALID_SEARCH_SCOPE_13=Unable to process the search with connection ID %d and operation ID %d because it had an invalid scope of %s |
| | | SEVERE_ERR_ROOTDSE_UNABLE_TO_CREATE_LDIF_WRITER_14=An unexpected error occurred while trying to open the LDIF writer for the root DSE backend: %s |
| | | SEVERE_ERR_ROOTDSE_UNABLE_TO_EXPORT_DSE_15=An unexpected error occurred while trying to export the root DSE entry to the specified LDIF target: %s |
| | | SEVERE_ERR_ROOTDSE_IMPORT_NOT_SUPPORTED_16=The root DSE backend does not support LDIF import operations |
| | | SEVERE_ERR_ROOTDSE_BACKUP_AND_RESTORE_NOT_SUPPORTED_17=The root DSE backend does not provide a facility for backup and restore operations. The contents of the root DSE should be backed up as part of the Directory Server configuration |
| | | INFO_ROOTDSE_USING_SUFFIXES_AS_BASE_DNS_18=Se ha actualizado la configuraci\u00f3n del DSE ra\u00edz para que utilice el conjunto definido de sufijos del servidor de directorios al realizar b\u00fasquedas por debajo del DSE ra\u00edz. |
| | | INFO_ROOTDSE_USING_NEW_SUBORDINATE_BASE_DNS_19=Se ha actualizado la configuraci\u00f3n del DSE ra\u00edz para que utilice el conjunto de ND de base %s al realizar b\u00fasquedas por debajo del DSE ra\u00edz. |
| | | INFO_ROOTDSE_USING_NEW_USER_ATTRS_20=Se ha actualizado la configuraci\u00f3n del DSE ra\u00edz para que utilice un nuevo conjunto de atributos definidos por el usuario. |
| | | SEVERE_ERR_MONITOR_CONFIG_ENTRY_NULL_21=An attempt was made to configure the monitor backend without providing a configuration entry. This is not allowed, and no monitor information will be available over protocol |
| | | SEVERE_ERR_MONITOR_CANNOT_DECODE_MONITOR_ROOT_DN_22=An unexpected error occurred while attempting to decode cn=monitor as the base DN for the Directory Server monitor information: %s. No monitor information will be available over protocol |
| | | MILD_ERR_MONITOR_ADD_NOT_SUPPORTED_23=No se puede agregar la entrada "%s" porque no se admiten las operaciones de adici\u00f3n en el servidor de fondo de supervisi\u00f3n. |
| | | MILD_ERR_MONITOR_DELETE_NOT_SUPPORTED_24=No se puede suprimir la entrada "%s" porque no se admiten las operaciones de eliminaci\u00f3n en el servidor de fondo de supervisi\u00f3n. |
| | | MILD_ERR_MONITOR_MODIFY_NOT_SUPPORTED_25=No se puede actualizar la entrada "%s" porque no se admiten las operaciones de modificaci\u00f3n en el servidor de fondo de supervisi\u00f3n. Si desea modificar el contenido de la propia entrada de supervisi\u00f3n de base, es posible realizar esta operaci\u00f3n mediante la modificaci\u00f3n de la entrada "%s" en la configuraci\u00f3n. |
| | | MILD_ERR_MONITOR_MODIFY_DN_NOT_SUPPORTED_26=No se puede cambiar el nombre de la entrada "%s" porque no se admiten las operaciones de modificaci\u00f3n de ND en el servidor de fondo de supervisi\u00f3n. |
| | | SEVERE_ERR_MONITOR_UNABLE_TO_EXPORT_BASE_27=An error occurred while attempting to export the base monitor entry: %s |
| | | SEVERE_ERR_MONITOR_UNABLE_TO_EXPORT_PROVIDER_ENTRY_28=An error occurred while attempting to export the monitor entry for monitor provider %s: %s |
| | | SEVERE_ERR_MONITOR_IMPORT_NOT_SUPPORTED_29=The monitor backend does not support LDIF import operations |
| | | SEVERE_ERR_MONITOR_BACKUP_AND_RESTORE_NOT_SUPPORTED_30=The monitor backend does not provide a facility for backup and restore operations |
| | | INFO_MONITOR_USING_NEW_USER_ATTRS_31=Se ha actualizado la configuraci\u00f3n de supervisi\u00f3n para que utilice un nuevo conjunto de atributos definidos por el usuario. |
| | | MILD_ERR_MONITOR_GET_ENTRY_NULL_32=No se puede recuperar la entrada solicitada del servidor de fondo de supervisi\u00f3n porque el ND especificado es nulo. |
| | | MILD_ERR_MONITOR_BASE_TOO_DEEP_33=No se puede recuperar la entrada solicitada %s del servidor de fondo de supervisi\u00f3n porque el ND se encuentra en un nivel demasiado profundo. Las entradas de supervisi\u00f3n s\u00f3lo pueden encontrarse en un nivel por debajo de %s. |
| | | MILD_ERR_MONITOR_INVALID_BASE_34=No se puede recuperar la entrada solicitada %s del servidor de fondo de supervisi\u00f3n porque el ND no se encuentra por debajo de la base de supervisi\u00f3n de %s. |
| | | MILD_ERR_MONITOR_MULTIVALUED_RDN_35=No se puede recuperar la entrada solicitada %s del servidor de fondo de supervisi\u00f3n porque es posible que las entradas de supervisi\u00f3n no contengan RDN con varios valores. |
| | | MILD_ERR_MONITOR_NO_SUCH_PROVIDER_36=No se puede recuperar la entrada solicitada del servidor de fondo de supervisi\u00f3n porque no hay ning\u00fan proveedor de supervisi\u00f3n "%s" registrado en el servidor de directorios. |
| | | INFO_MONITOR_UPTIME_37=%d d\u00edas %d horas %d minutos %d segundos |
| | | SEVERE_ERR_SCHEMA_CONFIG_ENTRY_NULL_38=An attempt was made to configure the schema backend without providing a configuration entry. This is not allowed, and no schema information will be available over protocol |
| | | INFO_SCHEMA_DESCRIPTION_ENTRY_DN_39=ND o conjunto de ND de las entradas que pueden recuperarse con el fin de obtener la informaci\u00f3n del esquema de Directory Server. Pueden especificarse varios valores si el esquema va a estar disponible en varias ubicaciones por motivos de compatibilidad. Si se no se especifica ning\u00fan valor, se utilizar\u00e1 el valor predeterminado "cn=schema". |
| | | SEVERE_ERR_SCHEMA_CANNOT_DETERMINE_BASE_DN_40=An error occurred while trying to determine the base DNs to use when publishing the Directory Server schema information, as specified in the ds-cfg-schema-entry-dn attribute of configuration entry %s: %s. The default schema base DN of cn=schema will be used |
| | | MILD_ERR_SCHEMA_ADD_NOT_SUPPORTED_41=No se puede agregar la entrada "%s" porque no se admiten las operaciones de adici\u00f3n en el servidor de fondo del esquema. |
| | | MILD_ERR_SCHEMA_DELETE_NOT_SUPPORTED_42=No se puede suprimir la entrada "%s" porque no se admiten las operaciones de eliminaci\u00f3n en el servidor de fondo del esquema. |
| | | MILD_ERR_SCHEMA_MODIFY_NOT_SUPPORTED_43=No se puede actualizar la entrada "%s" porque a\u00fan no se admiten las operaciones de modificaci\u00f3n en el servidor de fondo del esquema. Si desea modificar el contenido de la propia entrada de esquema de base, es posible realizar esta operaci\u00f3n mediante la modificaci\u00f3n de la entrada "%s" de la configuraci\u00f3n. |
| | | MILD_ERR_SCHEMA_MODIFY_DN_NOT_SUPPORTED_44=No se puede cambiar el nombre de la entrada "%s" porque no se admiten las operaciones de modificaci\u00f3n de ND en el servidor de fondo del esquema. |
| | | SEVERE_ERR_SCHEMA_UNABLE_TO_EXPORT_BASE_45=An error occurred while attempting to export the base schema entry: %s |
| | | SEVERE_ERR_SCHEMA_IMPORT_NOT_SUPPORTED_46=The schema backend does not support LDIF import operations |
| | | SEVERE_ERR_SCHEMA_BACKUP_AND_RESTORE_NOT_SUPPORTED_47=The schema backend does not yet provide a facility for backup and restore operations |
| | | MILD_ERR_SCHEMA_INVALID_BASE_48=No se puede recuperar la entrada solicitada %s desde el servidor de fondo del esquema debido a que el ND es igual a uno de los ND de entrada de esquema. |
| | | SEVERE_ERR_SCHEMA_UNABLE_TO_CREATE_LDIF_WRITER_49=An unexpected error occurred while trying to open the LDIF writer for the schema backend: %s |
| | | INFO_SCHEMA_DEREGISTERED_BASE_DN_50=Se ha anulado satisfactoriamente el registro del ND %s, por lo que ya no estar\u00e1 disponible como ND de entrada de esquema. |
| | | SEVERE_ERR_SCHEMA_CANNOT_DEREGISTER_BASE_DN_51=An error occurred while trying to deregister %s as a schema entry DN: %s |
| | | INFO_SCHEMA_REGISTERED_BASE_DN_52=Se ha registrado satisfactoriamente el ND %s como ND de entrada de esquema. |
| | | SEVERE_ERR_SCHEMA_CANNOT_REGISTER_BASE_DN_53=An error occurred while trying to register %s as a schema entry DN: %s |
| | | INFO_SCHEMA_USING_NEW_USER_ATTRS_54=La configuraci\u00f3n de esquema se ha actualizado para que utilice un nuevo conjunto de atributos definidos por el usuario. |
| | | FATAL_ERR_BACKEND_CANNOT_LOCK_ENTRY_55=The Directory Server was unable to obtain a lock on entry %s after multiple attempts. This could mean that the entry is already locked by a long-running operation or that the entry has previously been locked but was not properly unlocked |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_GET_MAC_56=An error occurred while attempting to obtain the %s MAC provider to create the signed hash for the backup: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_GET_DIGEST_57=An error occurred while attempting to obtain the %s message digest to create the hash for the backup: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_58=An error occurred while trying to create the schema archive file %s in directory %s: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_GET_CIPHER_59=An error occurred while attempting to obtain the cipher to use to encrypt the backup: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_ZIP_COMMENT_60=%s schema backup %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_LIST_SCHEMA_FILES_61=An error occurred while attempting to obtain a list of the files in directory %s to include in the schema backup: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_BACKUP_SCHEMA_FILE_62=An error occurred while attempting to back up schema file %s: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_CLOSE_ZIP_STREAM_63=An error occurred while trying to close the schema archive file %s in directory %s: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_64=An error occurred while attempting to update the backup descriptor file %s with information about the schema backup: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_NO_SUCH_BACKUP_65=Unable to restore or verify schema backup %s in directory %s because no such backup exists |
| | | SEVERE_ERR_SCHEMA_RESTORE_NO_BACKUP_FILE_66=Unable to restore or verify schema backup %s in directory %s because the archive filename could not be determined |
| | | SEVERE_ERR_SCHEMA_RESTORE_NO_SUCH_FILE_67=Unable to restore or verify schema backup %s because the specified archive file %s does not exist |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_CHECK_FOR_ARCHIVE_68=Unable to restore or verify schema backup %s because an error occurred while trying to determine whether backup archive %s exists: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_UNKNOWN_DIGEST_69=Unable to restore or verify schema backup %s because an unsigned hash of this backup is available but the server cannot determine the digest algorithm used to generate this hash |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_DIGEST_70=Unable to restore or verify schema backup %s because it has an unsigned hash that uses an unknown or unsupported digest algorithm of %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_UNKNOWN_MAC_71=Unable to restore or verify schema backup %s because a signed hash of this backup is available but the server cannot determine the MAC algorithm used to generate this hash |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_MAC_72=Unable to restore or verify schema backup %s because it has a signed hash that uses an unknown or unsupported MAC algorithm of %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_OPEN_BACKUP_FILE_73=Unable to restore or verify schema backup %s because an error occurred while attempting to open the backup archive file %s: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_CIPHER_75=Unable to restore or verify schema backup %s because it is encrypted using an unknown or unsupported cipher: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_RENAME_CURRENT_DIRECTORY_76=Unable to restore schema backup %s because an error occurred while attempting to rename the current schema directory from %s to %s: %s |
| | | NOTICE_SCHEMA_RESTORE_RESTORED_OLD_SCHEMA_77=Se ha producido un error que impide que se restablezca correctamente la copia de seguridad del esquema. Sin embargo, los archivos de esquema originales, presentes al inicio del proceso de restablecimiento, se han conservado y se encuentran actualmente en su ubicaci\u00f3n original %s. |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_RESTORE_OLD_SCHEMA_78=An error occurred that prevented the schema backup from being properly restored. The original schema files that were in place before the start of the restore process have been preserved and are contained in the %s directory |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_CREATE_SCHEMA_DIRECTORY_79=Unable to restore schema backup %s because an error occurred while attempting to create a new empty directory %s into which the files should be restored: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_OLD_SCHEMA_SAVED_80=An error occurred that prevented the schema backup from being properly restored. The original schema files that were in place before the start of the restore process have been preserved in the %s directory |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_ZIP_ENTRY_81=Unable to restore or verify schema backup %s because an error occurred while trying to read the next entry from the archive file %s: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_CREATE_FILE_82=Unable to restore schema backup %s because an error occurred while trying to recreate file %s: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_PROCESS_ARCHIVE_FILE_83=Unable to restore or verify schema backup %s because an error occurred while processing archived file %s: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_ERROR_ON_ZIP_STREAM_CLOSE_84=Unable to restore or verify schema backup %s because an unexpected error occurred while trying to close the archive file %s: %s |
| | | NOTICE_SCHEMA_RESTORE_UNSIGNED_HASH_VALID_85=La recopilaci\u00f3n de mensajes calculada a partir del archivo de copia de seguridad coincide con la recopilaci\u00f3n almacenada en la informaci\u00f3n de copia de seguridad. |
| | | SEVERE_ERR_SCHEMA_RESTORE_UNSIGNED_HASH_INVALID_86=Unable to restore or verify schema backup %s because the message digest calculated from the backup archive does not match the digest stored with the backup information |
| | | NOTICE_SCHEMA_RESTORE_SIGNED_HASH_VALID_87=La recopilaci\u00f3n firmada que se ha calculado a partir del archivo de copia de seguridad coincide con la firma almacenada en la informaci\u00f3n de copia de seguridad. |
| | | SEVERE_ERR_SCHEMA_RESTORE_SIGNED_HASH_INVALID_88=Unable to restore or verify schema backup %s because the signed digest calculated from the backup archive does not match the signature stored with the backup information |
| | | NOTICE_SCHEMA_RESTORE_VERIFY_SUCCESSFUL_89=Todas las pruebas realizadas en la copia de seguridad del esquema %s del directorio %s indican que el archivo parece v\u00e1lido. |
| | | NOTICE_SCHEMA_RESTORE_SUCCESSFUL_90=La copia de seguridad del esquema %s se ha restablecido satisfactoriamente a partir del archivo ubicado en el directorio %s. |
| | | SEVERE_ERR_TASK_INVALID_STATE_91=The task defined in entry %s is invalid because it has an invalid state %s |
| | | SEVERE_ERR_TASK_CANNOT_PARSE_SCHEDULED_START_TIME_92=An error occurred while trying to parse the scheduled start time value %s from task entry %s |
| | | SEVERE_ERR_TASK_CANNOT_PARSE_ACTUAL_START_TIME_93=An error occurred while trying to parse the actual start time value %s from task entry %s |
| | | SEVERE_ERR_TASK_CANNOT_PARSE_COMPLETION_TIME_94=An error occurred while trying to parse the completion time value %s from task entry %s |
| | | SEVERE_ERR_TASK_MISSING_ATTR_95=Task entry %s is missing required attribute %s |
| | | SEVERE_ERR_TASK_MULTIPLE_ATTRS_FOR_TYPE_96=There are multiple instances of attribute %s in task entry %s |
| | | SEVERE_ERR_TASK_NO_VALUES_FOR_ATTR_97=There are no values for attribute %s in task entry %s |
| | | SEVERE_ERR_TASK_MULTIPLE_VALUES_FOR_ATTR_98=There are multiple values for attribute %s in task entry %s |
| | | SEVERE_ERR_TASK_EXECUTE_FAILED_99=An error occurred while executing the task defined in entry %s: %s |
| | | SEVERE_ERR_RECURRINGTASK_NO_ID_ATTRIBUTE_100=The provided recurring task entry does not contain attribute %s which is needed to hold the recurring task ID |
| | | SEVERE_ERR_RECURRINGTASK_MULTIPLE_ID_TYPES_101=The provided recurring task entry contains multiple attributes with type %s, which is used to hold the recurring task ID, but only a single instance is allowed |
| | | SEVERE_ERR_RECURRINGTASK_NO_ID_102=The provided recurring task entry does not contain any values for the %s attribute, which is used to specify the recurring task ID |
| | | SEVERE_ERR_RECURRINGTASK_MULTIPLE_ID_VALUES_103=The provided recurring task entry contains multiple values for the %s attribute, which is used to specify the recurring task ID, but only a single value is allowed |
| | | SEVERE_ERR_RECURRINGTASK_NO_CLASS_ATTRIBUTE_104=The provided recurring task entry does not contain attribute %s which is needed to specify the fully-qualified name of the class providing the task logic |
| | | SEVERE_ERR_RECURRINGTASK_MULTIPLE_CLASS_TYPES_105=The provided recurring task entry contains multiple attributes with type %s, which is used to hold the task class name, but only a single instance is allowed |
| | | SEVERE_ERR_RECURRINGTASK_NO_CLASS_VALUES_106=The provided recurring task entry does not contain any values for the %s attribute, which is used to specify the fully-qualified name of the class providing the task logic |
| | | SEVERE_ERR_RECURRINGTASK_MULTIPLE_CLASS_VALUES_107=The provided recurring task entry contains multiple values for the %s attribute, which is used to specify the task class name, but only a single value is allowed |
| | | SEVERE_ERR_RECURRINGTASK_CANNOT_LOAD_CLASS_108=An error occurred while attempting to load class %s specified in attribute %s of the provided recurring task entry: %s. Does this class exist in the Directory Server classpath? |
| | | SEVERE_ERR_RECURRINGTASK_CANNOT_INSTANTIATE_CLASS_AS_TASK_109=An error occurred while trying to create an instance of class %s as a Directory Server task. Is this class a subclass of %s? |
| | | SEVERE_ERR_RECURRINGTASK_CANNOT_INITIALIZE_INTERNAL_110=An error occurred while attempting to perform internal initialization on an instance of class %s with the information contained in the provided entry: %s |
| | | SEVERE_ERR_TASKBE_CONFIG_ENTRY_NULL_111=The configuration entry provided when attempting to initialize the task backend was null |
| | | SEVERE_ERR_TASKBE_NO_BASE_DNS_112=The task backend configuration entry does not contain any base DNs. There must be exactly one base DN for task information in the Directory Server |
| | | SEVERE_ERR_TASKBE_MULTIPLE_BASE_DNS_113=The task backend configuration entry contains multiple base DNs. There must be exactly one base DN for task information in the Directory Server |
| | | SEVERE_ERR_TASKBE_CANNOT_DECODE_RECURRING_TASK_BASE_DN_114=An error occurred while attempting to decode recurring task base %s as a DN: %s |
| | | SEVERE_ERR_TASKBE_CANNOT_DECODE_SCHEDULED_TASK_BASE_DN_115=An error occurred while attempting to decode scheduled task base %s as a DN: %s |
| | | INFO_TASKBE_DESCRIPTION_RETENTION_TIME_116=Periodo de tiempo, en segundos, que debe conservarse la informaci\u00f3n de la tarea una vez finalizado el procesamiento de dicha tarea. Una vez transcurrido este periodo, la informaci\u00f3n de la tarea se suprimir\u00e1 autom\u00e1ticamente para conservar espacio en el disco y memoria. |
| | | SEVERE_ERR_TASKBE_CANNOT_INITIALIZE_RETENTION_TIME_117=An unexpected error occurred while attempting to initialize the task retention time configuration: %s |
| | | INFO_TASKBE_DESCRIPTION_BACKING_FILE_118=La ruta al archivo de copia de seguridad del servidor de fondo de tareas. El archivo LDIF albergar\u00e1 la configuraci\u00f3n completa de las tareas programadas y peri\u00f3dicas definidas. |
| | | SEVERE_ERR_TASKBE_CANNOT_INITIALIZE_BACKING_FILE_119=An unexpected error occurred while attempting to initialize the task backing file configuration: %s |
| | | SEVERE_ERR_TASKBE_NO_BACKING_FILE_120=The updated configuration entry does not have a value for the required %s attribute, which specifies the path to the task data backing file |
| | | SEVERE_ERR_TASKBE_BACKING_FILE_EXISTS_121=The specified task data backing file %s already exists and the Directory Server will not attempt to overwrite it. Please delete or rename the existing file before attempting to use that path for the new backing file, or choose a new path |
| | | SEVERE_ERR_TASKBE_INVALID_BACKING_FILE_PATH_122=The specified path %s for the new task data backing file appears to be an invalid path. Please choose a new path for the task data backing file |
| | | SEVERE_ERR_TASKBE_BACKING_FILE_MISSING_PARENT_123=The parent directory %s for the new task data backing file %s does not exist. Please create this directory before attempting to use this path for the new backing file or choose a new path |
| | | SEVERE_ERR_TASKBE_BACKING_FILE_PARENT_NOT_DIRECTORY_124=The parent directory %s for the new task data backing file %s exists but is not a directory. Please choose a new path for the task data backing file |
| | | SEVERE_ERR_TASKBE_ERROR_GETTING_BACKING_FILE_125=An error occurred while attempting to determine the new path to the task data backing file: %s |
| | | SEVERE_ERR_TASKBE_NO_RETENTION_TIME_126=The updated configuration entry does not have a value for the required %s attribute, which specifies the length of time in seconds that information about completed tasks should be retained before they are cleaned up |
| | | SEVERE_ERR_TASKBE_ERROR_GETTING_RETENTION_TIME_127=An error occurred while attempting to determine the completed task retention time: %s |
| | | INFO_TASKBE_UPDATED_RETENTION_TIME_128=El tiempo de retenci\u00f3n de las tareas completadas se ha actualizado a %s segundos. Este cambio se aplicar\u00e1 inmediatamente. |
| | | INFO_TASKBE_UPDATED_BACKING_FILE_129=La ruta al archivo de copia de seguridad de los datos de tareas se ha cambiado a %s. Se ha incluido una captura de la configuraci\u00f3n de tareas actual en ese archivo, que se seguir\u00e1 utilizando en futuras actualizaciones. |
| | | SEVERE_ERR_TASKBE_ADD_DISALLOWED_DN_130=New entries in the task backend may only be added immediately below %s for scheduled tasks or immediately below %s for recurring tasks |
| | | SEVERE_ERR_TASKBE_MODIFY_DN_NOT_SUPPORTED_131=Modify DN operations are not supported in the task backend |
| | | INFO_TASKBE_BACKING_FILE_HEADER_132=El archivo contiene los datos utilizados por el servidor de fondo del programador de tareas del servidor de directorios. No modifique directamente este archivo, ya que es posible que esos cambios se pierdan. Las definiciones de tareas programadas y peri\u00f3dicas s\u00f3lo deben modificarse mediante las utilidades de administraci\u00f3n proporcionadas con el servidor de directorios. |
| | | SEVERE_ERR_TASKSCHED_DUPLICATE_RECURRING_ID_133=Unable to add recurring task %s to the task scheduler because another recurring task already exists with the same ID |
| | | SEVERE_ERR_TASKSCHED_DUPLICATE_TASK_ID_134=Unable to schedule task %s because another task already exists with the same ID |
| | | SEVERE_ERR_TASKSCHED_CANNOT_FIND_RECURRING_TASK_135=Task %s has completed processing and indicates that it is associated with recurring task %s but no recurring task with that ID is currently defined so it is not possible to schedule the next iteration |
| | | SEVERE_ERR_TASKSCHED_ERROR_SCHEDULING_RECURRING_ITERATION_136=An error occurred while attempting to schedule the next iteration of recurring task %s: %s |
| | | SEVERE_ERR_TASKSCHED_CANNOT_PARSE_ENTRY_RECOVERABLE_137=An error occurred while attempting to read an entry from the tasks backing file %s on or near line %d: %s. This is not a fatal error, so the task scheduler will attempt to continue parsing the file and schedule any additional tasks that it contains |
| | | FATAL_ERR_TASKSCHED_CANNOT_PARSE_ENTRY_FATAL_138=An error occurred while attempting to read an entry from the tasks backing file %s on or near line %d: %s. This is an unrecoverable error, and parsing cannot continue |
| | | SEVERE_ERR_TASKSCHED_ENTRY_HAS_NO_PARENT_139=Entry %s read from the tasks backing file is invalid because it has no parent and does not match the task root DN of %s |
| | | SEVERE_ERR_TASKSCHED_CANNOT_SCHEDULE_RECURRING_TASK_FROM_ENTRY_140=An error occurred while attempting to parse entry %s as a recurring task and add it to the scheduler: %s |
| | | SEVERE_ERR_TASKSCHED_CANNOT_SCHEDULE_TASK_FROM_ENTRY_141=An error occurred while attempting to parse entry %s as a task and add it to the scheduler: %s |
| | | SEVERE_ERR_TASKSCHED_INVALID_TASK_ENTRY_DN_142=Entry %s read from the tasks backing file %s has a DN which is not valid for a task or recurring task definition and will be ignored |
| | | SEVERE_ERR_TASKSCHED_ERROR_READING_TASK_BACKING_FILE_143=An error occurred while attempting to read from the tasks data backing file %s: %s |
| | | SEVERE_ERR_TASKSCHED_CANNOT_CREATE_BACKING_FILE_144=An error occurred while attempting to create a new tasks backing file %s for use with the task scheduler: %s |
| | | SEVERE_ERR_TASKSCHED_NO_CLASS_ATTRIBUTE_145=The provided task entry does not contain attribute %s which is needed to specify the fully-qualified name of the class providing the task logic |
| | | SEVERE_ERR_TASKSCHED_MULTIPLE_CLASS_TYPES_146=The provided task entry contains multiple attributes with type %s, which is used to hold the task class name, but only a single instance is allowed |
| | | SEVERE_ERR_TASKSCHED_NO_CLASS_VALUES_147=The provided task entry does not contain any values for the %s attribute, which is used to specify the fully-qualified name of the class providing the task logic |
| | | SEVERE_ERR_TASKSCHED_MULTIPLE_CLASS_VALUES_148=The provided task entry contains multiple values for the %s attribute, which is used to specify the task class name, but only a single value is allowed |
| | | SEVERE_ERR_TASKSCHED_CANNOT_LOAD_CLASS_149=An error occurred while attempting to load class %s specified in attribute %s of the provided task entry: %s. Does this class exist in the Directory Server classpath? |
| | | SEVERE_ERR_TASKSCHED_CANNOT_INSTANTIATE_CLASS_AS_TASK_150=An error occurred while trying to create an instance of class %s as a Directory Server task. Is this class a subclass of %s? |
| | | SEVERE_ERR_TASKSCHED_CANNOT_INITIALIZE_INTERNAL_151=An error occurred while attempting to perform internal initialization on an instance of class %s with the information contained in the provided entry: %s |
| | | SEVERE_WARN_TASKSCHED_CANNOT_RENAME_CURRENT_BACKING_FILE_152=An error occurred while attempting to rename the current tasks backing file from %s to %s: %s. The previous task configuration (which does not reflect the latest update) may be lost |
| | | SEVERE_ERR_TASKSCHED_CANNOT_RENAME_NEW_BACKING_FILE_153=An error occurred while attempting to rename the new tasks backing file from %s to %s: %s. If the Directory Server is restarted, then the task scheduler may not be able to |
| | | SEVERE_ERR_TASKSCHED_CANNOT_WRITE_BACKING_FILE_154=An error occurred while attempting to write the new tasks data backing file %s: %s. Configuration information reflecting the latest update may be lost |
| | | SEVERE_ERR_TASKBE_IMPORT_NOT_SUPPORTED_155=The task backend does not support LDIF import operations |
| | | INFO_TASKBE_INTERRUPTED_BY_SHUTDOWN_156=Se est\u00e1 cerrando el servidor de fondo de tareas. |
| | | INFO_ROOTDSE_DESCRIPTION_SHOW_ALL_ATTRIBUTES_157=Indica si todos los atributos del DSE ra\u00edz deben considerarse como atributos de usuario (y, por lo tanto, devolverse a los clientes de forma predeterminada), independientemente de la configuraci\u00f3n de esquema del servidor de directorios. |
| | | SEVERE_ERR_ROOTDSE_CANNOT_DETERMINE_ALL_USER_ATTRIBUTES_158=An error occurred while trying to determine the value of the %s configuration attribute, which controls whether to treat all root DSE attributes like user attributes: %s. The attributes in the root DSE will be treated based on their definition in the server schema |
| | | INFO_ROOTDSE_UPDATED_SHOW_ALL_ATTRS_159=La configuraci\u00f3n del DSE ra\u00edz se ha actualizado para que el atributo de configuraci\u00f3n %s utilice el valor %s. |
| | | SEVERE_ERR_TASKSCHED_REMOVE_RECURRING_EXISTING_ITERATION_160=Unable to remove recurring task %s because there is already a scheduled iteration of that task with ID %s that must be removed first |
| | | SEVERE_ERR_TASKSCHED_REMOVE_PENDING_NO_SUCH_TASK_161=Unable to remove pending task %s because no such task exists |
| | | SEVERE_ERR_TASKSCHED_REMOVE_PENDING_NOT_PENDING_162=Unable to remove pending task %s because the task is no longer pending |
| | | SEVERE_ERR_TASKSCHED_REMOVE_COMPLETED_NO_SUCH_TASK_163=Unable to remove completed task %s because no such task exists in the list of completed tasks |
| | | SEVERE_ERR_TASKBE_DELETE_INVALID_ENTRY_164=Unable to remove entry %s from the task backend because its DN is either not appropriate for that backend or it is not below the scheduled or recurring tasks base entry |
| | | SEVERE_ERR_TASKBE_DELETE_NO_SUCH_TASK_165=Unable to remove entry %s from the task backend because there is no scheduled task associated with that entry DN |
| | | SEVERE_ERR_TASKBE_DELETE_RUNNING_166=Unable to delete entry %s from the task backend because the associated task is currently running |
| | | SEVERE_ERR_TASKBE_DELETE_NO_SUCH_RECURRING_TASK_167=Unable to remove entry %s from the task backend because there is no recurring task associated with that entry DN |
| | | SEVERE_ERR_TASKBE_SEARCH_INVALID_BASE_168=Unable to process the search operation in the task backend because the provided base DN %s is not valid for entries in the task backend |
| | | SEVERE_ERR_TASKBE_SEARCH_NO_SUCH_TASK_169=Unable to process the search operation in the task backend because there is no scheduled task associated with the provided search base entry %s |
| | | SEVERE_ERR_TASKBE_SEARCH_NO_SUCH_RECURRING_TASK_170=Unable to process the search operation in the task backend because there is no recurring task associated with the provided search base entry %s |
| | | SEVERE_ERR_BACKUP_CONFIG_ENTRY_NULL_171=Unable to initialize the backup backend because the provided configuration entry is null |
| | | SEVERE_ERR_BACKUP_CANNOT_DECODE_BACKUP_ROOT_DN_172=Unable to initialize the backup backend because an error occurred while attempting to decode the base DN for the backend: %s |
| | | INFO_BACKUP_DESCRIPTION_BACKUP_DIR_LIST_173=El conjunto de directorios al que se acceder\u00e1 de forma predeterminada para las operaciones de b\u00fasqueda del servidor de fondo de copia de seguridad. A\u00fan se puede acceder a los directorios de copia de seguridad que no aparezcan en esta lista. Para ello, especifique el directorio de copia de seguridad en el ND de base de b\u00fasqueda. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_BACKUP_CANNOT_DETERMINE_BACKUP_DIR_LIST_174=An error occurred while attempting to determine the backup directory list: %s. Initialization of the backup backend cannot continue |
| | | SEVERE_ERR_BACKUP_GET_ENTRY_NULL_175=Unable to retrieve an entry from the backup backend because the requested entry was null |
| | | SEVERE_ERR_BACKUP_INVALID_BASE_176=Requested entry %s does not exist in the backup backend |
| | | SEVERE_ERR_BACKUP_DN_DOES_NOT_SPECIFY_DIRECTORY_177=Unable to retrieve entry %s from the backup backend because the requested DN is one level below the base DN but does not specify a backup directory |
| | | SEVERE_ERR_BACKUP_INVALID_BACKUP_DIRECTORY_178=Unable to retrieve entry %s from the backup backend because the requested backup directory is invalid: %s |
| | | SEVERE_ERR_BACKUP_ERROR_GETTING_BACKUP_DIRECTORY_179=An error occurred while attempting to examine the requested backup directory: %s |
| | | SEVERE_ERR_BACKUP_NO_BACKUP_ID_IN_DN_180=Unable to retrieve entry %s from the backup backend because the requested DN is two levels below the base DN but does not specify a backup ID |
| | | SEVERE_ERR_BACKUP_NO_BACKUP_PARENT_DN_181=Unable to retrieve entry %s from the backup backend because it does not have a parent |
| | | SEVERE_ERR_BACKUP_NO_BACKUP_DIR_IN_DN_182=Unable to retrieve entry %s from the backup backend because the DN does not contain the backup directory in which the requested backup should reside |
| | | SEVERE_ERR_BACKUP_NO_SUCH_BACKUP_183=Backup %s does not exist in backup directory %s |
| | | SEVERE_ERR_BACKUP_ADD_NOT_SUPPORTED_184=Add operations are not supported in the backup backend |
| | | SEVERE_ERR_BACKUP_DELETE_NOT_SUPPORTED_185=Delete operations are not supported in the backup backend |
| | | SEVERE_ERR_BACKUP_MODIFY_NOT_SUPPORTED_186=Modify operations are not supported in the backup backend |
| | | SEVERE_ERR_BACKUP_MODIFY_DN_NOT_SUPPORTED_187=Modify DN operations are not supported in the backup backend |
| | | SEVERE_ERR_BACKUP_NO_SUCH_ENTRY_188=The requested entry %s does not exist in the backup backend |
| | | SEVERE_ERR_BACKUP_EXPORT_NOT_SUPPORTED_189=LDIF export operations are not supported in the backup backend |
| | | SEVERE_ERR_BACKUP_IMPORT_NOT_SUPPORTED_190=LDIF import operations are not supported in the backup backend |
| | | SEVERE_ERR_BACKUP_BACKUP_AND_RESTORE_NOT_SUPPORTED_191=Backup and restore operations are not supported in the backup backend |
| | | SEVERE_ERR_MEMORYBACKEND_REQUIRE_EXACTLY_ONE_BASE_192=Exactly one base DN must be provided for use with the memory-based backend |
| | | SEVERE_ERR_MEMORYBACKEND_ENTRY_ALREADY_EXISTS_193=Entry %s already exists in the memory-based backend |
| | | SEVERE_ERR_MEMORYBACKEND_ENTRY_DOESNT_BELONG_194=Entry %s does not belong in the memory-based backend |
| | | SEVERE_ERR_MEMORYBACKEND_PARENT_DOESNT_EXIST_195=Unable to add entry %s because its parent entry %s does not exist in the memory-based backend |
| | | SEVERE_ERR_MEMORYBACKEND_ENTRY_DOESNT_EXIST_196=Entry %s does not exist in the memory-based backend |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_DELETE_ENTRY_WITH_CHILDREN_197=Cannot delete entry %s because it has one or more subordinate entries |
| | | SEVERE_ERR_MEMORYBACKEND_MODDN_NOT_SUPPORTED_198=Modify DN operations are not supported in the memory-based backend |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_WRITER_199=Unable to create an LDIF writer: %s |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_WRITE_ENTRY_TO_LDIF_200=Cannot write entry %s to LDIF: %s |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_READER_201=Unable to create an LDIF reader: %s |
| | | SEVERE_ERR_MEMORYBACKEND_ERROR_READING_LDIF_202=An unrecoverable error occurred while reading from LDIF: %s |
| | | SEVERE_ERR_MEMORYBACKEND_ERROR_DURING_IMPORT_203=An unexpected error occurred while processing the import: %s |
| | | SEVERE_ERR_MEMORYBACKEND_BACKUP_RESTORE_NOT_SUPPORTED_204=The memory-based backend does not support backup or restore operations |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_RENAME_ENRY_WITH_CHILDREN_205=Cannot rename entry %s because it has one or more subordinate entries |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_RENAME_TO_ANOTHER_BACKEND_206=Cannot rename entry %s because the target entry is in a different backend |
| | | SEVERE_ERR_MEMORYBACKEND_RENAME_PARENT_DOESNT_EXIST_207=Cannot rename entry %s because the new parent entry %s doesn't exist |
| | | INFO_SCHEMA_DESCRIPTION_SHOW_ALL_ATTRIBUTES_208=Indica si los atributos de la entrada del subesquema deben considerarse como atributos de usuarios, aunque est\u00e9n marcados como operativos. Esto puede proporcionar compatibilidad con algunas aplicaciones que esperan que se incluyan, de forma predeterminada, atributos como "attributeType" y "objectClasses", aunque no se soliciten. Tenga en cuenta que el atributo "ldapSyntaxes" se considerar\u00e1 siempre como operativo para evitar problemas al intentar modificar el esquema a trav\u00e9s del protocolo. |
| | | SEVERE_ERR_SCHEMA_CANNOT_DETERMINE_SHOW_ALL_209=An error occurred while trying to determine whether to treat all subschema entry attributes as user attributes regardless of the way they are defined in the schema, as specified in the ds-cfg-show-all-attributes attribute of configuration entry %s: %s. The default behavior, which is to treat the attribute types as defined in the server schema, will be used |
| | | FATAL_ERR_BACKEND_CANNOT_REGISTER_BASEDN_210=An error occurred while attempting to register base DN %s in the Directory Server: %s |
| | | MILD_ERR_SCHEMA_DELETE_MODTYPE_NOT_SUPPORTED_211=El servidor de fondo del esquema no admite actualmente la eliminaci\u00f3n de elementos de esquema existentes. |
| | | MILD_ERR_SCHEMA_INVALID_MODIFICATION_TYPE_212=El servidor de fondo del esquema no admite el tipo de modificaci\u00f3n %s. |
| | | MILD_ERR_SCHEMA_MODIFY_UNSUPPORTED_ATTRIBUTE_TYPE_213=El servidor de fondo del esquema no admite la modificaci\u00f3n del tipo de atributo %s. S\u00f3lo se pueden modificar los tipos de atributos, las clases de objetos, los formatos de nombre, las reglas de contenido de DIT, las reglas de estructura de DIT y el uso de las reglas de coincidencia. |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_ATTRTYPE_214=Se ha producido un error al intentar descodificar el tipo de atributo "%s": %s |
| | | MILD_ERR_SCHEMA_MODIFY_ATTRTYPE_ALREADY_EXISTS_215=No se puede agregar el tipo de atributo %s al esquema del servidor porque hay un tipo de atributo existente con un nombre u OID conflictivo: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_OBJECTCLASS_216=Se ha producido un error al intentar descodificar el clase de objeto "%s": %s |
| | | MILD_ERR_SCHEMA_MODIFY_UNDEFINED_SUPERIOR_OBJECTCLASS_217=No se puede agregar la clase de objeto %s porque su clase superior %s no se ha definido en el esquema del servidor. |
| | | MILD_ERR_SCHEMA_MODIFY_OC_UNDEFINED_REQUIRED_ATTR_218=No se puede agregar la clase de objeto %s porque necesita el atributo %s, que no se ha definido en el esquema del servidor. |
| | | MILD_ERR_SCHEMA_MODIFY_OC_UNDEFINED_OPTIONAL_ATTR_219=No se puede agregar la clase de objeto %s porque permite el atributo %s, que no se ha definido en el esquema del servidor. |
| | | MILD_ERR_SCHEMA_MODIFY_OBJECTCLASS_ALREADY_EXISTS_220=No se puede agregar la clase de objeto %s al esquema del servidor porque hay una clase de objeto existente con un nombre u OID conflictivo: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_READ_EXISTING_USER_SCHEMA_221=Se ha producido un error al intentar leer el contenido del archivo de esquema %s: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_SCHEMA_222=Se ha producido un error al intentar escribir el esquema actualizado: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_NAME_FORM_223=Se ha producido un error al intentar descodificar el formato de nombre "%s": %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_DCR_224=Se ha producido un error al intentar descodificar la regla de contenido de DIT "%s": %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_DSR_225=Se ha producido un error al intentar descodificar la regla de estructura de DIT "%s": %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_MR_USE_226=Se ha producido un error al intentar descodificar el uso de la regla de coincidencia "%s": %s |
| | | MILD_ERR_SCHEMA_MODIFY_DELETE_NO_VALUES_227=El servidor no permitir\u00e1 la eliminaci\u00f3n de todos los valores del tipo de atributo %s del esquema del servidor. |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_ATTRTYPE_228=No se puede agregar el tipo de atributo %s porque entra en conflicto con varios tipos de atributos existentes (%s y %s). |
| | | MILD_ERR_SCHEMA_MODIFY_UNDEFINED_SUPERIOR_ATTRIBUTE_TYPE_229=No se puede agregar el tipo de atributo %s porque hace referencia al tipo de atributo superior %s, que no se ha definido en el esquema del servidor. |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_OBJECTCLASS_230=No se puede agregar la clase de objeto %s porque entra en conflicto con varias clases de objetos existentes (%s y %s). |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_NAME_FORM_231=No se puede agregar el formato de nombre %s porque entra en conflicto con varios formatos de nombre existentes (%s y %s). |
| | | MILD_ERR_SCHEMA_MODIFY_NF_UNDEFINED_STRUCTURAL_OC_232=No se puede agregar el formato de nombre %s porque hace referencia a la clase de objeto estructural %s, que no se ha definido en el esquema del servidor. |
| | | MILD_ERR_SCHEMA_MODIFY_NF_UNDEFINED_REQUIRED_ATTR_233=No se puede agregar el formato de nombre %s porque hace referencia al tipo de atributo necesario %s, que no se ha definido en el esquema del servidor. |
| | | MILD_ERR_SCHEMA_MODIFY_NF_UNDEFINED_OPTIONAL_ATTR_234=No se puede agregar el formato de nombre %s porque hace referencia al tipo de atributo opcional %s, que no se ha definido en el esquema del servidor. |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DCR_235=No se puede agregar la regla de contenido de DIT %s porque entra en conflicto con varias reglas de contenido de DIT existentes (%s y %s). |
| | | MILD_ERR_SCHEMA_MODIFY_STRUCTURAL_OC_CONFLICT_FOR_ADD_DCR_236=No se puede agregar la regla de contenido de DIT %s porque hace referencia a la clase de objeto estructural %s, que ya se ha asociado a otra regla de contenido de DIT %s. |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_STRUCTURAL_OC_237=No se puede agregar la regla de contenido de DIT %s porque hace referencia a la clase de objeto estructural %s, que no se ha definido en el esquema del servidor. |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_AUXILIARY_OC_238=No se puede agregar la regla de contenido de DIT %s porque hace referencia a la clase de objeto auxiliar %s, que no se ha definido en el esquema del servidor. |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_REQUIRED_ATTR_239=No se puede agregar la regla de contenido de DIT %s porque hace referencia al tipo de atributo necesario %s, que no se ha definido en el esquema del servidor. |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_OPTIONAL_ATTR_240=No se puede agregar la regla de contenido de DIT %s porque hace referencia al tipo de atributo opcional %s, que no se ha definido en el esquema del servidor. |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_PROHIBITED_ATTR_241=No se puede agregar la regla de contenido de DIT %s porque hace referencia al tipo de atributo prohibido %s, que no se ha definido en el esquema del servidor. |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DSR_242=No se puede agregar la regla de estructura de DIT %s porque entra en conflicto con varias reglas de estructura de DIT existentes (%s y %s). |
| | | MILD_ERR_SCHEMA_MODIFY_NAME_FORM_CONFLICT_FOR_ADD_DSR_243=No se puede agregar la regla de estructura de DIT %s porque hace referencia al formato de nombre %s, que ya se ha asociado a otra regla de estructura de DIT %s. |
| | | MILD_ERR_SCHEMA_MODIFY_DSR_UNDEFINED_NAME_FORM_244=No se puede agregar la regla de estructura de DIT %s porque hace referencia al formato de nombre %s, que no se ha definido en el esquema del servidor. |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_MR_USE_245=No se puede agregar el uso de la regla de coincidencia %s porque entra en conflicto con varios usos de reglas de coincidencia existentes (%s y %s). |
| | | MILD_ERR_SCHEMA_MODIFY_MR_CONFLICT_FOR_ADD_MR_USE_246=No se puede agregar el uso de la regla de coincidencia %s porque hace referencia a la regla de coincidencia %s, que ya se ha asociado a otro uso de la regla de coincidencia %s. |
| | | MILD_ERR_SCHEMA_MODIFY_MRU_UNDEFINED_ATTR_247=No se puede agregar el uso de la regla de coincidencia %s porque hace referencia al tipo de atributo %s, que no se ha definido en el esquema del servidor. |
| | | MILD_ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_AT_248=La referencia circular detectada para el tipo de atributo %s en el que la cadena de tipo superior hace referencia al propio tipo de atributo. |
| | | MILD_ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_OC_249=La referencia circular detectada para la clase de objeto %s en la que la cadena de clase superior hace referencia la propia clase de objeto. |
| | | MILD_ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_DSR_250=La referencia circular detectada para la regla de estructura de DIT %s en la que la cadena de regla superior hace referencia a la propia regla de estructura de DIT. |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_CLEANED_251=Se ha producido un error al intentar crear copias de los archivos de esquema existentes antes de aplicar las actualizaciones: %s. El servidor pudo restablecer la configuraci\u00f3n de esquema original, por lo que no ser\u00e1 necesario realizar ninguna limpieza adicional. |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_NOT_CLEANED_252=Se ha producido un error al intentar crear copias de los archivos de esquema existentes antes de aplicar las actualizaciones: %s. Tambi\u00e9n se ha producido un problema al intentar restablecer la configuraci\u00f3n de esquema original, por lo que es posible que el servidor permanezca en un estado incoherente y podr\u00eda requerir una limpieza manual. |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_RESTORED_253=Se ha producido un error al intentar escribir nuevas versiones de los archivos de esquema del servidor: %s. El servidor pudo restablecer la configuraci\u00f3n de esquema original, por lo que no ser\u00e1 necesario realizar ninguna limpieza adicional. |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_NOT_RESTORED_254=Se ha producido un error al intentar escribir nuevas versiones de los archivos de esquema del servidor: %s. Tambi\u00e9n se ha producido un problema al intentar restablecer la configuraci\u00f3n de esquema original, por lo que es posible que el servidor permanezca en un estado incoherente y podr\u00eda requerir una limpieza manual. |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_ATTRIBUTE_TYPE_255=No se puede suprimir el tipo de atributo %s del esquema del servidor porque no se ha definido. |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_SUPERIOR_TYPE_256=No se puede suprimir el tipo de atributo %s del esquema del servidor porque se hace referencia a \u00e9l como tipo superior para el tipo de atributo %s. |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_OC_257=No se puede suprimir el tipo de atributo %s del esquema del servidor porque se hace referencia a \u00e9l como tipo de atributo necesario u opcional en la clase de objeto (ND) %s. |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_NF_258=No se puede suprimir el tipo de atributo %s del esquema del servidor porque se hace referencia a \u00e9l como tipo de atributo necesario u opcional en el formato de nombre %s. |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_DCR_259=No se puede suprimir el tipo de atributo %s del esquema del servidor porque se hace referencia a \u00e9l como tipo de atributo necesario, opcional o prohibido en la regla de contenido de DIT %s. |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_MR_USE_260=No se puede suprimir el tipo de atributo %s del esquema del servidor porque se hace referencia a \u00e9l en el uso de la regla de coincidencia %s. |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_OBJECTCLASS_261=No se puede suprimir la clase de objeto %s del esquema del servidor porque no se ha definido. |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_OC_SUPERIOR_CLASS_262=No se puede suprimir la clase de objeto %s del esquema del servidor porque se hace referencia a ella como clase superior para la clase de objeto %s. |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_OC_IN_NF_263=No se puede suprimir la clase de objeto %s del esquema del servidor porque se hace referencia a ella como clase estructural para el formato de nombre %s. |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_OC_IN_DCR_264=No se puede suprimir la clase de objeto %s del esquema del servidor porque se hace referencia a ella como clase estructural o auxiliar para la regla de contenido de DIT %s. |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_NAME_FORM_265=No se puede suprimir el formato de nombre %s del esquema del servidor porque no se ha definido. |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NF_IN_DSR_266=No se puede suprimir el formato de nombre %s del esquema del servidor porque se hace referencia a \u00e9l en la regla de estructura de DIT %s. |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DCR_267=No se puede suprimir la regla de contenido de DIT %s del esquema del servidor porque no se ha definido. |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DSR_268=No se puede suprimir la regla de estructura de DIT %s del esquema del servidor porque no se ha definido. |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_DSR_SUPERIOR_RULE_269=No se puede suprimir la regla de estructura de DIT % porque se hace referencia a ella como regla superior para la regla de estructura de DIT %s. |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_MR_USE_270=No se puede suprimir el uso de la regla de coincidencia %s del esquema del servidor porque no se ha definido. |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OC_NOT_STRUCTURAL_271=No se puede agregar el formato de nombre %s porque hace referencia a la clase de objeto %s, que se ha definido en el esquema del servidor, pero no es una clase de objeto estructural. |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OC_NOT_STRUCTURAL_272=No se puede agregar la regla de contenido de DIT %s porque hace referencia a la clase de objeto estructural %s, que se ha definido en el esquema del servidor, pero no es estructural. |
| | | MILD_ERR_SCHEMA_MODIFY_STRUCTURAL_OC_CONFLICT_FOR_ADD_NF_273=No se puede agregar el formato de nombre %s porque hace referencia a la clase de objeto estructural %s, que ya se ha asociado a otro formato de nombre. |
| | | MILD_ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_ATTRIBUTE_TYPE_274=No se puede agregar el tipo de atributo %s porque el tipo superior se ha marcado como OBSOLETO en el esquema del servidor. |
| | | MILD_ERR_SCHEMA_MODIFY_ATTRTYPE_OBSOLETE_MR_275=No se puede agregar el tipo de atributo %s porque la regla de coincidencia asociada se ha marcado como OBSOLETA en el esquema del servidor. |
| | | MILD_ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_OBJECTCLASS_276=No se puede agregar la clase de objeto %s porque la clase superior se ha marcado como OBSOLETA en el esquema del servidor. |
| | | MILD_ERR_SCHEMA_MODIFY_OC_OBSOLETE_REQUIRED_ATTR_277=No se puede agregar la clase de objeto %s porque el atributo necesario %s se ha marcado como OBSOLETO en el esquema del servidor. |
| | | MILD_ERR_SCHEMA_MODIFY_OC_OBSOLETE_OPTIONAL_ATTR_278=No se puede agregar la clase de objeto %s porque el atributo opcional %s se ha marcado como OBSOLETO en el esquema del servidor. |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OC_OBSOLETE_279=No se puede agregar el formato de nombre %s porque la clase de objeto estructural %s se ha marcado como OBSOLETA en el esquema del servidor. |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OBSOLETE_REQUIRED_ATTR_280=No se puede agregar el formato de nombre %s porque necesita el tipo de atributo %s, que se ha marcado como OBSOLETO en el esquema del servidor. |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OBSOLETE_OPTIONAL_ATTR_281=No se puede agregar el formato de nombre %s porque permite el tipo de atributo %s, que se ha marcado como OBSOLETO en el esquema del servidor. |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_STRUCTURAL_OC_OBSOLETE_282=No se puede agregar la regla de contenido de DIT %s porque la clase de objeto estructural %s se ha marcado como OBSOLETA en el esquema del servidor. |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OC_NOT_AUXILIARY_283=No se puede agregar la regla de contenido de DIT %s porque hace referencia a la clase de objeto auxiliar %s, que se ha definido en el esquema del servidor, pero no es una clase auxiliar. |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_AUXILIARY_OC_OBSOLETE_284=No se puede agregar la regla de contenido de DIT %s porque permite la clase de objeto auxiliar %s, que se ha marcado como OBSOLETA en el esquema del servidor. |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_REQUIRED_ATTR_285=No se puede agregar la regla de contenido de DIT %s porque necesita el tipo de atributo %s, que se ha marcado como OBSOLETO en el esquema del servidor. |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_OPTIONAL_ATTR_286=No se puede agregar la regla de contenido de DIT %s porque permite el tipo de atributo %s, que se ha marcado como OBSOLETO en el esquema del servidor. |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_PROHIBITED_ATTR_287=No se puede agregar la regla de contenido de DIT %s porque proh\u00edbe el tipo de atributo %s, que se ha marcado como OBSOLETO en el esquema del servidor. |
| | | MILD_ERR_SCHEMA_MODIFY_DSR_OBSOLETE_NAME_FORM_288=No se puede agregar la regla de estructura de DIT %s porque su formato de nombre %s se ha marcado como OBSOLETO en el esquema del servidor. |
| | | MILD_ERR_SCHEMA_MODIFY_DSR_OBSOLETE_SUPERIOR_RULE_289=No se puede agregar la regla de estructura de DIT %s porque hace referencia a la regla superior %s, que se ha marcado como OBSOLETA en el esquema del servidor. |
| | | MILD_ERR_SCHEMA_MODIFY_MRU_OBSOLETE_MR_290=No se puede agregar el uso de la regla de coincidencia %s porque su regla de coincidencia %s se ha marcado como OBSOLETA en el esquema del servidor. |
| | | MILD_ERR_SCHEMA_MODIFY_MRU_OBSOLETE_ATTR_291=No se puede agregar el uso de la regla de coincidencia %s porque hace referencia al tipo de atributo %s, que se ha marcado como OBSOLETO en el esquema del servidor. |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_AUXILIARY_OC_292=No se puede agregar la regla de contenido de DIT %s porque hace referencia a la clase de objeto auxiliar %s, que se ha marcado como OBSOLETA en el esquema del servidor. |
| | | MILD_ERR_SCHEMA_MODIFY_INSUFFICIENT_PRIVILEGES_293=No dispone de suficientes privilegios para modificar el esquema del servidor de directorios. |
| | | SEVERE_ERR_SCHEMA_CANNOT_FIND_CONCAT_FILE_294=Unable to find a file containing concatenated schema element definitions in order to determine if any schema changes were made with the server offline. The file was expected in the %s directory and should have been named either %s or %s |
| | | SEVERE_ERR_SCHEMA_ERROR_DETERMINING_SCHEMA_CHANGES_295=An error occurred while attempting to determine whether any schema changes had been made by directly editing the schema files with the server offline: %s |
| | | SEVERE_ERR_SCHEMA_CANNOT_WRITE_CONCAT_SCHEMA_FILE_296=An error occurred while attempting to write file %s containing a concatenated list of all server schema elements: %s. The server may not be able to accurately identify any schema changes made with the server offline |
| | | NOTICE_BACKEND_ENVIRONMENT_UNUSABLE_297=El entorno de la base de datos JE correspondiente al Id. de servidor de fondo %s est\u00e1 da\u00f1ado. Reinicie Directory Server para volver a abrir el entorno. |
| | | SEVERE_ERR_TASKSCHED_NOT_ALLOWED_TASK_298=The Directory Server is not configured to allow task %s to be invoked |
| | | INFO_TASK_COMPLETION_BODY_299=Id. de tarea: %s\r\nEstado de la tarea: %s\r\nHora de inicio programada: %s\r\nHora de inicio real: %s\r\nHora de finalizaci\u00f3n: %s\r\n\r\nMensajes del registro:\r\n |
| | | SEVERE_ERR_TRUSTSTORE_GET_ENTRY_NULL_300=Unable to retrieve an entry from the trust store backend because the requested entry was null |
| | | SEVERE_ERR_TRUSTSTORE_INVALID_BASE_301=Requested entry %s does not exist in the trust store backend |
| | | SEVERE_ERR_TRUSTSTORE_DN_DOES_NOT_SPECIFY_CERTIFICATE_302=Unable to process entry %s in the trust store backend because the requested DN is one level below the base DN but does not specify a certificate name |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_RETRIEVE_CERT_303=Error while trying to retrieve certificate %s from the trust store file %s: %s |
| | | SEVERE_ERR_TRUSTSTORE_MODIFY_NOT_SUPPORTED_304=Modify operations are not supported in the trust store backend |
| | | SEVERE_ERR_TRUSTSTORE_MODIFY_DN_NOT_SUPPORTED_305=Modify DN operations are not supported in the trust store backend |
| | | SEVERE_ERR_TRUSTSTORE_REQUIRES_ONE_BASE_DN_306=Unable to initialize the trust store backend from configuration entry %s because it does not contain exactly one base DN |
| | | SEVERE_ERR_TRUSTSTORE_IMPORT_AND_EXPORT_NOT_SUPPORTED_307=LDIF import and export operations are not supported in the trust store backend |
| | | SEVERE_ERR_TRUSTSTORE_BACKUP_AND_RESTORE_NOT_SUPPORTED_308=Backup and restore operations are not supported in the trust store backend |
| | | SEVERE_ERR_TRUSTSTORE_NO_SUCH_FILE_309=The trust store file %s specified in attribute ds-cfg-trust-store-file of configuration entry %s does not exist |
| | | SEVERE_ERR_TRUSTSTORE_INVALID_TYPE_310=The trust store type %s specified in attribute ds-cfg-trust-store-type of configuration entry %s is not valid: %s |
| | | SEVERE_ERR_TRUSTSTORE_PIN_FILE_CANNOT_CREATE_311=An error occurred while trying to create the PIN file %s specified in attribute ds-cfg-trust-store-pin-file of configuration entry %s |
| | | SEVERE_ERR_TRUSTSTORE_PIN_FILE_CANNOT_READ_312=An error occurred while trying to read the trust store PIN from file %s specified in configuration attribute ds-cfg-trust-store-pin-file of configuration entry %s: %s |
| | | SEVERE_ERR_TRUSTSTORE_PIN_FILE_EMPTY_313=File %s specified in attribute ds-cfg-trust-store-pin-file of configuration entry %s should contain the PIN needed to access the trust store, but this file is empty |
| | | SEVERE_ERR_TRUSTSTORE_PIN_ENVAR_NOT_SET_314=Environment variable %s which is specified in attribute ds-cfg-trust-store-pin-environment-variable of configuration entry %s should contain the PIN needed to access the trust store, but this property is not set |
| | | SEVERE_ERR_TRUSTSTORE_PIN_PROPERTY_NOT_SET_315=Java property %s which is specified in attribute ds-cfg-trust-store-pin-property of configuration entry %s should contain the PIN needed to access the file-based trust manager, but this property is not set |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_DETERMINE_FILE_316=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-trust-store-file in configuration entry %s: %s |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_LOAD_317=An error occurred while trying to load the trust store contents from file %s: %s |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_CREATE_FACTORY_318=An error occurred while trying to create a trust manager factory to access the contents of trust store file %s: %s |
| | | SEVERE_ERR_TRUSTSTORE_ALIAS_IN_USE_319=The certificate entry %s already exists |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_GENERATE_CERT_320=Error while attempting to generate a self-signed certificate %s in the trust store file %s: %s |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_ADD_CERT_321=Error while trying to add certificate %s to the trust store file %s: %s |
| | | SEVERE_ERR_TRUSTSTORE_DELETE_NOT_SUPPORTED_322=Delete operations are not supported in the trust store backend |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_MISSING_CERT_ATTR_323=The entry %s could not be added because it does not contain a certificate attribute %s |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_ATTRS_324=The entry %s could not be added because it contains multiple certificate attributes %s |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_MISSING_CERT_VALUE_325=The entry %s could not be added because it does not contain a value of certificate attribute %s |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_VALUES_326=The entry %s could not be added because it contains multiple values of certificate attribute %s |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_WRITE_CERT_327=Error while writing certificate %s to a file: %s |
| | | SEVERE_WARN_TRUSTSTORE_SET_PERMISSIONS_FAILED_328=Failed to set permissions on trust store file %s |
| | | SEVERE_ERR_ROOT_CONTAINER_NOT_INITIALIZED_329=The root container for backend %s has not been initialized preventing this backend from processing the requested operation |
| | | SEVERE_ERR_TASKBE_MODIFY_CANNOT_LOCK_ENTRY_330=Unable to obtain a write lock on entry %s |
| | | SEVERE_ERR_TASKBE_MODIFY_INVALID_ENTRY_331=Entry %s cannot be modified because it does not represent a task entry. Only task entries may be modified in the task backend |
| | | SEVERE_ERR_TASKBE_MODIFY_NO_SUCH_TASK_332=Entry %s cannot be modified because it does not represent a valid task in the server |
| | | SEVERE_ERR_TASKBE_MODIFY_COMPLETED_333=Entry %s cannot be modified because the assoicated task has completed running. Completed tasks cannot be modified |
| | | SEVERE_ERR_TASKBE_MODIFY_RECURRING_334=Entry %s cannot be modified because the server does not currently support modifying recurring task entries |
| | | SEVERE_ERR_TASKBE_MODIFY_RUNNING_335=The task associated with entry %s is currently running. The only modification allowed for running tasks is to replace the value of the ds-task-state attribute with "cancel" |
| | | INFO_TASKBE_RUNNING_TASK_CANCELLED_336=Una solicitud de modificaci\u00f3n para cancelar la tarea ha interrumpido el procesamiento de las tareas. |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_DELETE_CERT_337=Error while trying to delete certificate %s from the trust store file %s: %s |
| | | SEVERE_ERR_TRUSTSTORE_CERTIFICATE_NOT_FOUND_338=Unable to retrieve entry %s from the trust store backend because the certificate %s does not exist |
| | | SEVERE_ERR_LDIF_BACKEND_MULTIPLE_BASE_DNS_339=The LDIF backend defined in configuration entry %s only supports a single base DN, but was configured for use with multiple base DNs |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_OPENING_FILE_340=An error occurred while attempting to open LDIF file %s for use by the LDIF backend defined in configuration entry %s: %s |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_READING_ENTRY_341=An error occurred while attempting to read data from LDIF file %s into the LDIF backend defined in configuration entry %s: %s |
| | | MILD_ERR_LDIF_BACKEND_DUPLICATE_ENTRY_342=El archivo LDIF %s configurado para su uso con el servidor de fondo de LDIF definido en la entrada de configuraci\u00f3n %s presenta varias entradas con el ND %s. |
| | | MILD_ERR_LDIF_BACKEND_ENTRY_OUT_OF_SCOPE_343=El archivo LDIF %s configurado para su uso con el servidor de fondo de LDIF definido en la entrada de configuraci\u00f3n %s incluye la entrada %s, que no se encuentra por debajo del ND de base definido para ese servidor de fondo. |
| | | MILD_ERR_LDIF_BACKEND_MISSING_PARENT_344=El archivo LDIF %s configurado para su uso con el servidor de fondo de LDIF definido en la entrada de configuraci\u00f3n %s contiene la entrada %s, pero a\u00fan no se ha le\u00eddo su entrada principal. |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_CREATING_FILE_345=An error occurred while trying to create file %s to write an updated version of the data for the LDIF backend defined in configuration entry %s: %s |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_WRITING_FILE_346=An error occurred while trying to write updated data to file %s for the LDIF backend defined in configuration entry %s: %s |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_RENAMING_FILE_347=An error occurred while attempting to rename file %s to %s while writing updated data for the LDIF backend defined in configuration entry %s: %s |
| | | MILD_ERR_LDIF_BACKEND_ADD_ALREADY_EXISTS_348=La entrada %s ya existe en el servidor de seguridad de LDIF. |
| | | MILD_ERR_LDIF_BACKEND_ADD_MISSING_PARENT_349=El elemento principal de la entrada %s no existe. |
| | | MILD_ERR_LDIF_BACKEND_DELETE_NO_SUCH_ENTRY_350=La entrada %s no existe. |
| | | MILD_ERR_LDIF_BACKEND_DELETE_NONLEAF_351=La entrada %s presenta una o varias entradas subordinadas y no puede eliminarse hasta que se hayan suprimido primero sus entradas subordinadas. |
| | | MILD_ERR_LDIF_BACKEND_MODIFY_NO_SUCH_ENTRY_352=La entrada %s no existe. |
| | | MILD_ERR_LDIF_BACKEND_MODDN_NO_SUCH_SOURCE_ENTRY_353=La entrada de origen %s no existe. |
| | | MILD_ERR_LDIF_BACKEND_MODDN_TARGET_ENTRY_ALREADY_EXISTS_354=La entrada de destino %s no existe. |
| | | MILD_ERR_LDIF_BACKEND_MODDN_NEW_PARENT_DOESNT_EXIST_355=El nuevo ND principal %s no existe. |
| | | MILD_ERR_LDIF_BACKEND_SEARCH_NO_SUCH_BASE_356=La entrada %s especificada como ND de base de b\u00fasqueda no existe. |
| | | SEVERE_ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_WRITER_357=An error occurred while trying to create the writer for the LDIF export operation: %s |
| | | SEVERE_ERR_LDIF_BACKEND_CANNOT_WRITE_ENTRY_TO_LDIF_358=An error occurred while trying to write entry %s during the LDIF export: %s |
| | | SEVERE_ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_READER_359=An error occurred while trying to create the reader for the LDIF import operation: %s |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_READING_LDIF_360=An unrecoverable error occurred while attempting to read data from the import file: %s. The LDIF import cannot continue |
| | | MILD_ERR_LDIF_BACKEND_BACKUP_RESTORE_NOT_SUPPORTED_361=El servidor de fondo de LDIF no proporciona actualmente ning\u00fan mecanismo de copia de seguridad o restablecimiento. En su lugar, utilice las operaciones de importaci\u00f3n y exportaci\u00f3n de LDIF. |
| | | MILD_ERR_LDIF_BACKEND_LDIF_DOESNT_EXIST_362=El archivo LDIF %s, al que se hace referencia en la entrada de configuraci\u00f3n del servidor de fondo de LDIF %s, no existe. |
| | | INFO_LDIF_BACKEND_LDIF_FILE_CHANGED_363=El cambio realizado en la ruta del archivo LDIF no se aplicar\u00e1 hasta que se deshabilite y se vuelva a habilitar el servidor de fondo. |
| | | INFO_LDIF_BACKEND_BASE_DN_CHANGED_364=El cambio realizado en el ND de base del servidor de fondo de LDIF no se aplicar\u00e1 hasta que se deshabilite y se vuelva a habilitar el servidor de fondo. |
| | | MILD_ERR_LDIF_BACKEND_HAS_SUBORDINATES_NO_SUCH_ENTRY_365=La entrada de destino %s no existe. |
| | | MILD_ERR_LDIF_BACKEND_NUM_SUBORDINATES_NO_SUCH_ENTRY_366=La entrada de destino %s no existe. |
| | | SEVERE_ERR_TRUSTSTORE_ERROR_READING_KEY_367=Error reading key %s from key store %s: %s |
| | | MILD_ERR_HAS_SUBORDINATES_NOT_SUPPORTED_368=Este servidor de fondo no proporciona compatibilidad con el atributo operativo "hasSubordinates". |
| | | MILD_ERR_NUM_SUBORDINATES_NOT_SUPPORTED_369=Este servidor de fondo no proporciona compatibilidad con el atributo operativo "numSubordinates". |
| | | NOTICE_BACKEND_OFFLINE_370=El servidor de fondo %s se ha establecido sin conexi\u00f3n. |
| New file |
| | |
| | | # CDDL HEADER START |
| | | # |
| | | # The contents of this file are subject to the terms of the |
| | | # Common Development and Distribution License, Version 1.0 only |
| | | # (the "License"). You may not use this file except in compliance |
| | | # with the License. |
| | | # |
| | | # You can obtain a copy of the license at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE |
| | | # or https://OpenDS.dev.java.net/OpenDS.LICENSE. |
| | | # See the License for the specific language governing permissions |
| | | # and limitations under the License. |
| | | # |
| | | # When distributing Covered Code, include this CDDL HEADER in each |
| | | # file and include the License file at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, |
| | | # add the following below this CDDL HEADER, with the fields enclosed |
| | | # by brackets "[]" replaced with your own identifying information: |
| | | # Portions Copyright [yyyy] [name of copyright owner] |
| | | # |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2008 Sun Microsystems, Inc. |
| | | |
| | | |
| | | |
| | | # |
| | | # Global directives |
| | | # |
| | | global.category=BACKEND |
| | | |
| | | # |
| | | # Format string definitions |
| | | # |
| | | # Keys must be formatted as follows: |
| | | # |
| | | # [SEVERITY]_[DESCRIPTION]_[ORDINAL] |
| | | # |
| | | # where: |
| | | # |
| | | # SEVERITY is one of: |
| | | # [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE] |
| | | # |
| | | # DESCRIPTION is an upper case string providing a hint as to the context of |
| | | # the message in upper case with the underscore ('_') character serving as |
| | | # word separator |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | FATAL_ERR_BACKEND_CANNOT_REMOVE_MULTIBASE_SUB_SUFFIX_1=An attempt was made to de-register sub-suffix "%s" from the backend with suffix "%s". However, the subordinate backend containing that sub-suffix also contains additional sub-suffixes and may not be de-registered. It may be possible to remove this sub-suffix by editing the configuration for the subordinate backend with which it is associated |
| | | FATAL_ERR_ROOTDSE_CONFIG_ENTRY_NULL_2=An attempt was made to configure the root DSE backend without providing a configuration entry. This is not allowed |
| | | INFO_ROOTDSE_SUBORDINATE_BASE_DESCRIPTION_3=Le jeu de DN de base sera utilis\u00e9 pour chaque recherche singleLevel, wholeSubtree et subordinateSubtree bas\u00e9e sur la racine DSE. En son absence, le jeu de tous les suffixes d\u00e9finis par l'utilisateur sera utilis\u00e9 |
| | | SEVERE_WARN_ROOTDSE_NO_BACKEND_FOR_SUBORDINATE_BASE_4=Base DN "%s" is configured as one of the subordinate base DNs to use for searches below the root DSE. However, this base DN is not handled by any suffix registered with the Directory Server and will therefore not be used |
| | | SEVERE_WARN_ROOTDSE_SUBORDINATE_BASE_EXCEPTION_5=An unexpected problem occurred while trying to determine the set of subordinate base DNs to use for searches below the root DSE: %s |
| | | MILD_WARN_ROOTDSE_GET_ENTRY_NONROOT_6=Il a \u00e9t\u00e9 demand\u00e9 au backend de DSE racine de r\u00e9cup\u00e9rer une entr\u00e9e avec DN "%s". Seule une demande de r\u00e9cup\u00e9ration de la DSE racine elle-m\u00eame peut \u00eatre adress\u00e9e \u00e0 ce backend. Cependant, il v\u00e9rifiera avec les backends subordonn\u00e9s d\u00e9finis s'il peut trouver l'entr\u00e9e souhait\u00e9e. |
| | | MILD_ERR_ROOTDSE_ADD_NOT_SUPPORTED_7=Impossible d'ajouter l'entr\u00e9e "%s" car le backend de DSE racine ne prend pas en charge les op\u00e9ration d'ajout |
| | | MILD_ERR_ROOTDSE_DELETE_NOT_SUPPORTED_8=Impossible de supprimer l'entr\u00e9e "%s" car le backend de DSE racine ne prend pas en charge les op\u00e9rations de suppression |
| | | MILD_ERR_ROOTDSE_MODIFY_NOT_SUPPORTED_9=Impossible de mettre l'entr\u00e9e "%s" \u00e0 jour car le backend de DSE racine ne prend pas en charge les op\u00e9rations de modification. Si vous souhaitez changer le contenu du DSE racine, vous devriez pouvoir le faire en modifant l'entr\u00e9e "%s" dans la configuration |
| | | MILD_ERR_ROOTDSE_MODIFY_DN_NOT_SUPPORTED_10=Impossible de renommer l'entr\u00e9e "%s" car le backend de DSE racine ne prend pas en charge les op\u00e9rations de modification de DN |
| | | MILD_ERR_ROOTDSE_INVALID_SEARCH_BASE_11=Impossible d'effectuer une recherche (ID de connexion %d, ID d'op\u00e9ration %d) avec un DN de base de "%" dans le backend de DSE racine. Le DN de base pour les recherches dans ce backend doit \u00eatre le DN du DSE racine. |
| | | SEVERE_ERR_ROOTDSE_UNEXPECTED_SEARCH_FAILURE_12=An unexpected failure occurred while trying to process a search operation (connection ID %d, operation ID %d) in the root DSE backend: %s |
| | | SEVERE_ERR_ROOTDSE_INVALID_SEARCH_SCOPE_13=Unable to process the search with connection ID %d and operation ID %d because it had an invalid scope of %s |
| | | SEVERE_ERR_ROOTDSE_UNABLE_TO_CREATE_LDIF_WRITER_14=An unexpected error occurred while trying to open the LDIF writer for the root DSE backend: %s |
| | | SEVERE_ERR_ROOTDSE_UNABLE_TO_EXPORT_DSE_15=An unexpected error occurred while trying to export the root DSE entry to the specified LDIF target: %s |
| | | SEVERE_ERR_ROOTDSE_IMPORT_NOT_SUPPORTED_16=The root DSE backend does not support LDIF import operations |
| | | SEVERE_ERR_ROOTDSE_BACKUP_AND_RESTORE_NOT_SUPPORTED_17=The root DSE backend does not provide a facility for backup and restore operations. The contents of the root DSE should be backed up as part of the Directory Server configuration |
| | | INFO_ROOTDSE_USING_SUFFIXES_AS_BASE_DNS_18=La configuration du DSE racine ayant \u00e9t\u00e9 mise \u00e0 jour, celui-ci va d\u00e9sormais utiliser le jeu d\u00e9fini pour les suffixes Directory Server lors de recherches sous le DSE racine |
| | | INFO_ROOTDSE_USING_NEW_SUBORDINATE_BASE_DNS_19=La configuration du DSE racine ayant \u00e9t\u00e9 mise \u00e0 jour, celui-ci va d\u00e9sormais utiliser le jeu de DN de base %s lors de recherches sous le DSE racine |
| | | INFO_ROOTDSE_USING_NEW_USER_ATTRS_20=La configuration du DSE racine ayant \u00e9t\u00e9 mise \u00e0 jour, celui-ci va d\u00e9sormais utiliser un nouveau jeu d'attributs d\u00e9finis par l'utilisateur |
| | | SEVERE_ERR_MONITOR_CONFIG_ENTRY_NULL_21=An attempt was made to configure the monitor backend without providing a configuration entry. This is not allowed, and no monitor information will be available over protocol |
| | | SEVERE_ERR_MONITOR_CANNOT_DECODE_MONITOR_ROOT_DN_22=An unexpected error occurred while attempting to decode cn=monitor as the base DN for the Directory Server monitor information: %s. No monitor information will be available over protocol |
| | | MILD_ERR_MONITOR_ADD_NOT_SUPPORTED_23=Impossible d'ajouter l'entr\u00e9e "%s" car le backend de moniteur ne prend pas en charge les op\u00e9rations d'ajout |
| | | MILD_ERR_MONITOR_DELETE_NOT_SUPPORTED_24=Impossible de supprimer l'entr\u00e9e "%s" car le backend de moniteur ne prend pas en charge les op\u00e9rations de suppression |
| | | MILD_ERR_MONITOR_MODIFY_NOT_SUPPORTED_25=Impossible de mettre l'entr\u00e9e "%s" \u00e0 jour car le backend de moniteur ne prend pas en charge les op\u00e9rations de modification. Si vous souhaitez changer le contenu du moniteur de base, vous devriez pouvoir le faire en modifant l'entr\u00e9e "%s" dans la configuration |
| | | MILD_ERR_MONITOR_MODIFY_DN_NOT_SUPPORTED_26=Impossible de renommer l'entr\u00e9e "%s" car le backend de moniteur ne prend pas en charge les op\u00e9rations de modification de DN |
| | | SEVERE_ERR_MONITOR_UNABLE_TO_EXPORT_BASE_27=An error occurred while attempting to export the base monitor entry: %s |
| | | SEVERE_ERR_MONITOR_UNABLE_TO_EXPORT_PROVIDER_ENTRY_28=An error occurred while attempting to export the monitor entry for monitor provider %s: %s |
| | | SEVERE_ERR_MONITOR_IMPORT_NOT_SUPPORTED_29=The monitor backend does not support LDIF import operations |
| | | SEVERE_ERR_MONITOR_BACKUP_AND_RESTORE_NOT_SUPPORTED_30=The monitor backend does not provide a facility for backup and restore operations |
| | | INFO_MONITOR_USING_NEW_USER_ATTRS_31=La configuration du moniteur ayant \u00e9t\u00e9 mise \u00e0 jour, celui-ci va d\u00e9sormais utiliser un nouveau jeu d'attributs d\u00e9finis par l'utilisateur |
| | | MILD_ERR_MONITOR_GET_ENTRY_NULL_32=Impossible de r\u00e9cup\u00e9rer l'entr\u00e9e demand\u00e9e du backend de moniteur car le DN fourni \u00e9tait null |
| | | MILD_ERR_MONITOR_BASE_TOO_DEEP_33=Impossible de r\u00e9cup\u00e9rer l'entr\u00e9e demand\u00e9e %s du backend de moniteur car le DN est trop profond. Les entr\u00e9es de moniteur ne doivent pas se trouver plus d'un niveau sous %s |
| | | MILD_ERR_MONITOR_INVALID_BASE_34=Impossible de r\u00e9cup\u00e9rer l'entr\u00e9e demand\u00e9e %s du backend de moniteur car le DN ne se trouve pas sous la base de moniteur de %s |
| | | MILD_ERR_MONITOR_MULTIVALUED_RDN_35=Impossible de r\u00e9cup\u00e9rer l'entr\u00e9e demand\u00e9e %s du backend de moniteur car les entr\u00e9es de moniteur ne doivent pas contenir de RDN \u00e0 valeurs multiples |
| | | MILD_ERR_MONITOR_NO_SUCH_PROVIDER_36=Impossible de r\u00e9cup\u00e9rer l'entr\u00e9e demand\u00e9e %s du backend de moniteur en l'absence d'un fournisseur de moniteur "%s" enregistr\u00e9 avec Directory Server |
| | | INFO_MONITOR_UPTIME_37=%d jours %d heures %d minutes %d secondes |
| | | SEVERE_ERR_SCHEMA_CONFIG_ENTRY_NULL_38=An attempt was made to configure the schema backend without providing a configuration entry. This is not allowed, and no schema information will be available over protocol |
| | | INFO_SCHEMA_DESCRIPTION_ENTRY_DN_39=DN ou jeu de DN pour les entr\u00e9es pouvant \u00eatre r\u00e9cup\u00e9r\u00e9es afin de r\u00e9cup\u00e9rer les informations de sch\u00e9ma de Directory Server. Veuillez fournir plusieurs valeurs si le sch\u00e9ma doit \u00eatre disponible dans plusieurs emplacements pour des raisons de compatibilit\u00e9. En l'absence de valeur, une valeur par d\u00e9faut de "cn=schema" est utilis\u00e9e |
| | | SEVERE_ERR_SCHEMA_CANNOT_DETERMINE_BASE_DN_40=An error occurred while trying to determine the base DNs to use when publishing the Directory Server schema information, as specified in the ds-cfg-schema-entry-dn attribute of configuration entry %s: %s. The default schema base DN of cn=schema will be used |
| | | MILD_ERR_SCHEMA_ADD_NOT_SUPPORTED_41=Impossible d'ajouter l'entr\u00e9e "%s" car le backend de sch\u00e9ma ne prend pas en charge les op\u00e9rations d'ajout |
| | | MILD_ERR_SCHEMA_DELETE_NOT_SUPPORTED_42=Impossible de supprimer l'entr\u00e9e "%s" car le backend de sch\u00e9ma ne prend pas en charge les op\u00e9rations de suppression |
| | | MILD_ERR_SCHEMA_MODIFY_NOT_SUPPORTED_43=Impossible de mettre l'entr\u00e9e "%s" \u00e0 jour car le backend de sch\u00e9ma ne prend plus en charge les op\u00e9rations de modification. Si vous souhaitez changer le contenu du sch\u00e9ma de base, vous devriez pouvoir le faire en modifant l'entr\u00e9e "%s" dans la configuration |
| | | MILD_ERR_SCHEMA_MODIFY_DN_NOT_SUPPORTED_44=Impossible de renommer l'entr\u00e9e "%s" car le backend de sch\u00e9ma ne prend pas en charge les op\u00e9rations de modification de DN |
| | | SEVERE_ERR_SCHEMA_UNABLE_TO_EXPORT_BASE_45=An error occurred while attempting to export the base schema entry: %s |
| | | SEVERE_ERR_SCHEMA_IMPORT_NOT_SUPPORTED_46=The schema backend does not support LDIF import operations |
| | | SEVERE_ERR_SCHEMA_BACKUP_AND_RESTORE_NOT_SUPPORTED_47=The schema backend does not yet provide a facility for backup and restore operations |
| | | MILD_ERR_SCHEMA_INVALID_BASE_48=Impossible de r\u00e9cup\u00e9rer l'entr\u00e9e demand\u00e9e % du backend de sch\u00e9ma car le DN est \u00e9gal \u00e0 un des DN d'entr\u00e9e de sch\u00e9ma |
| | | SEVERE_ERR_SCHEMA_UNABLE_TO_CREATE_LDIF_WRITER_49=An unexpected error occurred while trying to open the LDIF writer for the schema backend: %s |
| | | INFO_SCHEMA_DEREGISTERED_BASE_DN_50=Le DN %s n'est plus inscrit et ne sera donc plus disponible en tant que DN d'entr\u00e9e de sch\u00e9ma |
| | | SEVERE_ERR_SCHEMA_CANNOT_DEREGISTER_BASE_DN_51=An error occurred while trying to deregister %s as a schema entry DN: %s |
| | | INFO_SCHEMA_REGISTERED_BASE_DN_52= Le DN %s est bien inscrit en tant que DN d'entr\u00e9e de sch\u00e9ma |
| | | SEVERE_ERR_SCHEMA_CANNOT_REGISTER_BASE_DN_53=An error occurred while trying to register %s as a schema entry DN: %s |
| | | INFO_SCHEMA_USING_NEW_USER_ATTRS_54=La configuration du sch\u00e9ma ayant \u00e9t\u00e9 mise \u00e0 jour, celui-ci va d\u00e9sormais utiliser un nouveau jeu d'attributs d\u00e9finis par l'utilisateur |
| | | FATAL_ERR_BACKEND_CANNOT_LOCK_ENTRY_55=The Directory Server was unable to obtain a lock on entry %s after multiple attempts. This could mean that the entry is already locked by a long-running operation or that the entry has previously been locked but was not properly unlocked |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_GET_MAC_56=An error occurred while attempting to obtain the %s MAC provider to create the signed hash for the backup: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_GET_DIGEST_57=An error occurred while attempting to obtain the %s message digest to create the hash for the backup: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_58=An error occurred while trying to create the schema archive file %s in directory %s: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_GET_CIPHER_59=An error occurred while attempting to obtain the cipher to use to encrypt the backup: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_ZIP_COMMENT_60=%s schema backup %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_LIST_SCHEMA_FILES_61=An error occurred while attempting to obtain a list of the files in directory %s to include in the schema backup: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_BACKUP_SCHEMA_FILE_62=An error occurred while attempting to back up schema file %s: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_CLOSE_ZIP_STREAM_63=An error occurred while trying to close the schema archive file %s in directory %s: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_64=An error occurred while attempting to update the backup descriptor file %s with information about the schema backup: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_NO_SUCH_BACKUP_65=Unable to restore or verify schema backup %s in directory %s because no such backup exists |
| | | SEVERE_ERR_SCHEMA_RESTORE_NO_BACKUP_FILE_66=Unable to restore or verify schema backup %s in directory %s because the archive filename could not be determined |
| | | SEVERE_ERR_SCHEMA_RESTORE_NO_SUCH_FILE_67=Unable to restore or verify schema backup %s because the specified archive file %s does not exist |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_CHECK_FOR_ARCHIVE_68=Unable to restore or verify schema backup %s because an error occurred while trying to determine whether backup archive %s exists: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_UNKNOWN_DIGEST_69=Unable to restore or verify schema backup %s because an unsigned hash of this backup is available but the server cannot determine the digest algorithm used to generate this hash |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_DIGEST_70=Unable to restore or verify schema backup %s because it has an unsigned hash that uses an unknown or unsupported digest algorithm of %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_UNKNOWN_MAC_71=Unable to restore or verify schema backup %s because a signed hash of this backup is available but the server cannot determine the MAC algorithm used to generate this hash |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_MAC_72=Unable to restore or verify schema backup %s because it has a signed hash that uses an unknown or unsupported MAC algorithm of %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_OPEN_BACKUP_FILE_73=Unable to restore or verify schema backup %s because an error occurred while attempting to open the backup archive file %s: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_CIPHER_75=Unable to restore or verify schema backup %s because it is encrypted using an unknown or unsupported cipher: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_RENAME_CURRENT_DIRECTORY_76=Unable to restore schema backup %s because an error occurred while attempting to rename the current schema directory from %s to %s: %s |
| | | NOTICE_SCHEMA_RESTORE_RESTORED_OLD_SCHEMA_77=Une erreur a emp\u00each\u00e9 la sauvegarde du sch\u00e9ma d'\u00eatre correctement restaur\u00e9e. Cependant, les fichiers du sch\u00e9ma d'origine en place avant le d\u00e9but de la proc\u00e9dure de restauration ont \u00e9t\u00e9 conserv\u00e9s et se trouvent maintenant dans leur emplacement d'origine de %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_RESTORE_OLD_SCHEMA_78=An error occurred that prevented the schema backup from being properly restored. The original schema files that were in place before the start of the restore process have been preserved and are contained in the %s directory |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_CREATE_SCHEMA_DIRECTORY_79=Unable to restore schema backup %s because an error occurred while attempting to create a new empty directory %s into which the files should be restored: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_OLD_SCHEMA_SAVED_80=An error occurred that prevented the schema backup from being properly restored. The original schema files that were in place before the start of the restore process have been preserved in the %s directory |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_ZIP_ENTRY_81=Unable to restore or verify schema backup %s because an error occurred while trying to read the next entry from the archive file %s: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_CREATE_FILE_82=Unable to restore schema backup %s because an error occurred while trying to recreate file %s: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_PROCESS_ARCHIVE_FILE_83=Unable to restore or verify schema backup %s because an error occurred while processing archived file %s: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_ERROR_ON_ZIP_STREAM_CLOSE_84=Unable to restore or verify schema backup %s because an unexpected error occurred while trying to close the archive file %s: %s |
| | | NOTICE_SCHEMA_RESTORE_UNSIGNED_HASH_VALID_85=La synth\u00e8se de message calcul\u00e9e \u00e0 partir du fichier de sauvegarde correspond \u00e0 la synth\u00e8se stock\u00e9e dans les informations de sauvegarde |
| | | SEVERE_ERR_SCHEMA_RESTORE_UNSIGNED_HASH_INVALID_86=Unable to restore or verify schema backup %s because the message digest calculated from the backup archive does not match the digest stored with the backup information |
| | | NOTICE_SCHEMA_RESTORE_SIGNED_HASH_VALID_87=La synth\u00e8se sign\u00e9e calcul\u00e9e \u00e0 partir de la sauvegarde correspond \u00e0 la signature stock\u00e9e dans les informations de sauvegarde |
| | | SEVERE_ERR_SCHEMA_RESTORE_SIGNED_HASH_INVALID_88=Unable to restore or verify schema backup %s because the signed digest calculated from the backup archive does not match the signature stored with the backup information |
| | | NOTICE_SCHEMA_RESTORE_VERIFY_SUCCESSFUL_89=Tous les tests effectu\u00e9s sur la sauvegarde de sch\u00e9ma %s du r\u00e9pertoire %s montrent que le fichier semble valide. |
| | | NOTICE_SCHEMA_RESTORE_SUCCESSFUL_90=La sauvegarde de sch\u00e9ma %s a \u00e9t\u00e9 restaur\u00e9e \u00e0 partir du fichier du r\u00e9pertoire %s |
| | | SEVERE_ERR_TASK_INVALID_STATE_91=The task defined in entry %s is invalid because it has an invalid state %s |
| | | SEVERE_ERR_TASK_CANNOT_PARSE_SCHEDULED_START_TIME_92=An error occurred while trying to parse the scheduled start time value %s from task entry %s |
| | | SEVERE_ERR_TASK_CANNOT_PARSE_ACTUAL_START_TIME_93=An error occurred while trying to parse the actual start time value %s from task entry %s |
| | | SEVERE_ERR_TASK_CANNOT_PARSE_COMPLETION_TIME_94=An error occurred while trying to parse the completion time value %s from task entry %s |
| | | SEVERE_ERR_TASK_MISSING_ATTR_95=Task entry %s is missing required attribute %s |
| | | SEVERE_ERR_TASK_MULTIPLE_ATTRS_FOR_TYPE_96=There are multiple instances of attribute %s in task entry %s |
| | | SEVERE_ERR_TASK_NO_VALUES_FOR_ATTR_97=There are no values for attribute %s in task entry %s |
| | | SEVERE_ERR_TASK_MULTIPLE_VALUES_FOR_ATTR_98=There are multiple values for attribute %s in task entry %s |
| | | SEVERE_ERR_TASK_EXECUTE_FAILED_99=An error occurred while executing the task defined in entry %s: %s |
| | | SEVERE_ERR_RECURRINGTASK_NO_ID_ATTRIBUTE_100=The provided recurring task entry does not contain attribute %s which is needed to hold the recurring task ID |
| | | SEVERE_ERR_RECURRINGTASK_MULTIPLE_ID_TYPES_101=The provided recurring task entry contains multiple attributes with type %s, which is used to hold the recurring task ID, but only a single instance is allowed |
| | | SEVERE_ERR_RECURRINGTASK_NO_ID_102=The provided recurring task entry does not contain any values for the %s attribute, which is used to specify the recurring task ID |
| | | SEVERE_ERR_RECURRINGTASK_MULTIPLE_ID_VALUES_103=The provided recurring task entry contains multiple values for the %s attribute, which is used to specify the recurring task ID, but only a single value is allowed |
| | | SEVERE_ERR_RECURRINGTASK_NO_CLASS_ATTRIBUTE_104=The provided recurring task entry does not contain attribute %s which is needed to specify the fully-qualified name of the class providing the task logic |
| | | SEVERE_ERR_RECURRINGTASK_MULTIPLE_CLASS_TYPES_105=The provided recurring task entry contains multiple attributes with type %s, which is used to hold the task class name, but only a single instance is allowed |
| | | SEVERE_ERR_RECURRINGTASK_NO_CLASS_VALUES_106=The provided recurring task entry does not contain any values for the %s attribute, which is used to specify the fully-qualified name of the class providing the task logic |
| | | SEVERE_ERR_RECURRINGTASK_MULTIPLE_CLASS_VALUES_107=The provided recurring task entry contains multiple values for the %s attribute, which is used to specify the task class name, but only a single value is allowed |
| | | SEVERE_ERR_RECURRINGTASK_CANNOT_LOAD_CLASS_108=An error occurred while attempting to load class %s specified in attribute %s of the provided recurring task entry: %s. Does this class exist in the Directory Server classpath? |
| | | SEVERE_ERR_RECURRINGTASK_CANNOT_INSTANTIATE_CLASS_AS_TASK_109=An error occurred while trying to create an instance of class %s as a Directory Server task. Is this class a subclass of %s? |
| | | SEVERE_ERR_RECURRINGTASK_CANNOT_INITIALIZE_INTERNAL_110=An error occurred while attempting to perform internal initialization on an instance of class %s with the information contained in the provided entry: %s |
| | | SEVERE_ERR_TASKBE_CONFIG_ENTRY_NULL_111=The configuration entry provided when attempting to initialize the task backend was null |
| | | SEVERE_ERR_TASKBE_NO_BASE_DNS_112=The task backend configuration entry does not contain any base DNs. There must be exactly one base DN for task information in the Directory Server |
| | | SEVERE_ERR_TASKBE_MULTIPLE_BASE_DNS_113=The task backend configuration entry contains multiple base DNs. There must be exactly one base DN for task information in the Directory Server |
| | | SEVERE_ERR_TASKBE_CANNOT_DECODE_RECURRING_TASK_BASE_DN_114=An error occurred while attempting to decode recurring task base %s as a DN: %s |
| | | SEVERE_ERR_TASKBE_CANNOT_DECODE_SCHEDULED_TASK_BASE_DN_115=An error occurred while attempting to decode scheduled task base %s as a DN: %s |
| | | INFO_TASKBE_DESCRIPTION_RETENTION_TIME_116=La p\u00e9riode (en secondes) pendant laquelle les informations de la t\u00e2che doivent \u00eatre conserv\u00e9es apr\u00e8s le traitement de cette t\u00e2che est \u00e9coul\u00e9e. Une fois cette p\u00e9riode \u00e9coul\u00e9e, les informations de la t\u00e2che seront automatiquement supprim\u00e9es pour pr\u00e9server la m\u00e9moire et l'espace disque |
| | | SEVERE_ERR_TASKBE_CANNOT_INITIALIZE_RETENTION_TIME_117=An unexpected error occurred while attempting to initialize the task retention time configuration: %s |
| | | INFO_TASKBE_DESCRIPTION_BACKING_FILE_118=Chemin vers le fichier de sauvegarde pour le backend de t\u00e2che. Ce fichier LDIF conservera toute la configuration pour les t\u00e2ches planifi\u00e9es et r\u00e9currentes d\u00e9finies |
| | | SEVERE_ERR_TASKBE_CANNOT_INITIALIZE_BACKING_FILE_119=An unexpected error occurred while attempting to initialize the task backing file configuration: %s |
| | | SEVERE_ERR_TASKBE_NO_BACKING_FILE_120=The updated configuration entry does not have a value for the required %s attribute, which specifies the path to the task data backing file |
| | | SEVERE_ERR_TASKBE_BACKING_FILE_EXISTS_121=The specified task data backing file %s already exists and the Directory Server will not attempt to overwrite it. Please delete or rename the existing file before attempting to use that path for the new backing file, or choose a new path |
| | | SEVERE_ERR_TASKBE_INVALID_BACKING_FILE_PATH_122=The specified path %s for the new task data backing file appears to be an invalid path. Please choose a new path for the task data backing file |
| | | SEVERE_ERR_TASKBE_BACKING_FILE_MISSING_PARENT_123=The parent directory %s for the new task data backing file %s does not exist. Please create this directory before attempting to use this path for the new backing file or choose a new path |
| | | SEVERE_ERR_TASKBE_BACKING_FILE_PARENT_NOT_DIRECTORY_124=The parent directory %s for the new task data backing file %s exists but is not a directory. Please choose a new path for the task data backing file |
| | | SEVERE_ERR_TASKBE_ERROR_GETTING_BACKING_FILE_125=An error occurred while attempting to determine the new path to the task data backing file: %s |
| | | SEVERE_ERR_TASKBE_NO_RETENTION_TIME_126=The updated configuration entry does not have a value for the required %s attribute, which specifies the length of time in seconds that information about completed tasks should be retained before they are cleaned up |
| | | SEVERE_ERR_TASKBE_ERROR_GETTING_RETENTION_TIME_127=An error occurred while attempting to determine the completed task retention time: %s |
| | | INFO_TASKBE_UPDATED_RETENTION_TIME_128=La p\u00e9riode de r\u00e9tention de la t\u00e2che termin\u00e9e a \u00e9t\u00e9 mise \u00e0 jour et dure maintenant %d secondes. Elle prend effet imm\u00e9diatement |
| | | INFO_TASKBE_UPDATED_BACKING_FILE_129=Le chemin vers le fichier de sauvegarde des donn\u00e9es de la t\u00e2che est maintenant %s. Un instantan\u00e9 de la configuration de la t\u00e2che actuelle a \u00e9t\u00e9 \u00e9crit dans ce fichier et continuera \u00e0 \u00eatre utilis\u00e9 pour de futures mises \u00e0 jour |
| | | SEVERE_ERR_TASKBE_ADD_DISALLOWED_DN_130=New entries in the task backend may only be added immediately below %s for scheduled tasks or immediately below %s for recurring tasks |
| | | SEVERE_ERR_TASKBE_MODIFY_DN_NOT_SUPPORTED_131=Modify DN operations are not supported in the task backend |
| | | INFO_TASKBE_BACKING_FILE_HEADER_132=Ce fichier contient les donn\u00e9es utilis\u00e9es par le backend du planificateur de t\u00e2ches de Directory Server. N'\u00e9ditez pas directement ce fichier car il existe un risque de perte de ces modifications. Les d\u00e9finitions de t\u00e2ches planifi\u00e9es et r\u00e9currentes doivent uniquement \u00eatre \u00e9dit\u00e9es au moyen des utilitaires d'administration fournis avec Directory Server |
| | | SEVERE_ERR_TASKSCHED_DUPLICATE_RECURRING_ID_133=Unable to add recurring task %s to the task scheduler because another recurring task already exists with the same ID |
| | | SEVERE_ERR_TASKSCHED_DUPLICATE_TASK_ID_134=Unable to schedule task %s because another task already exists with the same ID |
| | | SEVERE_ERR_TASKSCHED_CANNOT_FIND_RECURRING_TASK_135=Task %s has completed processing and indicates that it is associated with recurring task %s but no recurring task with that ID is currently defined so it is not possible to schedule the next iteration |
| | | SEVERE_ERR_TASKSCHED_ERROR_SCHEDULING_RECURRING_ITERATION_136=An error occurred while attempting to schedule the next iteration of recurring task %s: %s |
| | | SEVERE_ERR_TASKSCHED_CANNOT_PARSE_ENTRY_RECOVERABLE_137=An error occurred while attempting to read an entry from the tasks backing file %s on or near line %d: %s. This is not a fatal error, so the task scheduler will attempt to continue parsing the file and schedule any additional tasks that it contains |
| | | FATAL_ERR_TASKSCHED_CANNOT_PARSE_ENTRY_FATAL_138=An error occurred while attempting to read an entry from the tasks backing file %s on or near line %d: %s. This is an unrecoverable error, and parsing cannot continue |
| | | SEVERE_ERR_TASKSCHED_ENTRY_HAS_NO_PARENT_139=Entry %s read from the tasks backing file is invalid because it has no parent and does not match the task root DN of %s |
| | | SEVERE_ERR_TASKSCHED_CANNOT_SCHEDULE_RECURRING_TASK_FROM_ENTRY_140=An error occurred while attempting to parse entry %s as a recurring task and add it to the scheduler: %s |
| | | SEVERE_ERR_TASKSCHED_CANNOT_SCHEDULE_TASK_FROM_ENTRY_141=An error occurred while attempting to parse entry %s as a task and add it to the scheduler: %s |
| | | SEVERE_ERR_TASKSCHED_INVALID_TASK_ENTRY_DN_142=Entry %s read from the tasks backing file %s has a DN which is not valid for a task or recurring task definition and will be ignored |
| | | SEVERE_ERR_TASKSCHED_ERROR_READING_TASK_BACKING_FILE_143=An error occurred while attempting to read from the tasks data backing file %s: %s |
| | | SEVERE_ERR_TASKSCHED_CANNOT_CREATE_BACKING_FILE_144=An error occurred while attempting to create a new tasks backing file %s for use with the task scheduler: %s |
| | | SEVERE_ERR_TASKSCHED_NO_CLASS_ATTRIBUTE_145=The provided task entry does not contain attribute %s which is needed to specify the fully-qualified name of the class providing the task logic |
| | | SEVERE_ERR_TASKSCHED_MULTIPLE_CLASS_TYPES_146=The provided task entry contains multiple attributes with type %s, which is used to hold the task class name, but only a single instance is allowed |
| | | SEVERE_ERR_TASKSCHED_NO_CLASS_VALUES_147=The provided task entry does not contain any values for the %s attribute, which is used to specify the fully-qualified name of the class providing the task logic |
| | | SEVERE_ERR_TASKSCHED_MULTIPLE_CLASS_VALUES_148=The provided task entry contains multiple values for the %s attribute, which is used to specify the task class name, but only a single value is allowed |
| | | SEVERE_ERR_TASKSCHED_CANNOT_LOAD_CLASS_149=An error occurred while attempting to load class %s specified in attribute %s of the provided task entry: %s. Does this class exist in the Directory Server classpath? |
| | | SEVERE_ERR_TASKSCHED_CANNOT_INSTANTIATE_CLASS_AS_TASK_150=An error occurred while trying to create an instance of class %s as a Directory Server task. Is this class a subclass of %s? |
| | | SEVERE_ERR_TASKSCHED_CANNOT_INITIALIZE_INTERNAL_151=An error occurred while attempting to perform internal initialization on an instance of class %s with the information contained in the provided entry: %s |
| | | SEVERE_WARN_TASKSCHED_CANNOT_RENAME_CURRENT_BACKING_FILE_152=An error occurred while attempting to rename the current tasks backing file from %s to %s: %s. The previous task configuration (which does not reflect the latest update) may be lost |
| | | SEVERE_ERR_TASKSCHED_CANNOT_RENAME_NEW_BACKING_FILE_153=An error occurred while attempting to rename the new tasks backing file from %s to %s: %s. If the Directory Server is restarted, then the task scheduler may not be able to |
| | | SEVERE_ERR_TASKSCHED_CANNOT_WRITE_BACKING_FILE_154=An error occurred while attempting to write the new tasks data backing file %s: %s. Configuration information reflecting the latest update may be lost |
| | | SEVERE_ERR_TASKBE_IMPORT_NOT_SUPPORTED_155=The task backend does not support LDIF import operations |
| | | INFO_TASKBE_INTERRUPTED_BY_SHUTDOWN_156=Le backend des t\u00e2ches est en cours de cl\u00f4ture |
| | | INFO_ROOTDSE_DESCRIPTION_SHOW_ALL_ATTRIBUTES_157=Indique si tous les attributs dans le DSE racine doivent \u00eatre trait\u00e9s comme des attributs d'utilisateurs (et par cons\u00e9quent retourn\u00e9s aux clients par d\u00e9faut), quelle que soit la configuration du sch\u00e9ma de Directory Server |
| | | SEVERE_ERR_ROOTDSE_CANNOT_DETERMINE_ALL_USER_ATTRIBUTES_158=An error occurred while trying to determine the value of the %s configuration attribute, which controls whether to treat all root DSE attributes like user attributes: %s. The attributes in the root DSE will be treated based on their definition in the server schema |
| | | INFO_ROOTDSE_UPDATED_SHOW_ALL_ATTRS_159=La configuration du DSE racine a \u00e9t\u00e9 mise \u00e0 jour afin que l'attribut de configuration %s utilise d\u00e9sormais une valeur de %s |
| | | SEVERE_ERR_TASKSCHED_REMOVE_RECURRING_EXISTING_ITERATION_160=Unable to remove recurring task %s because there is already a scheduled iteration of that task with ID %s that must be removed first |
| | | SEVERE_ERR_TASKSCHED_REMOVE_PENDING_NO_SUCH_TASK_161=Unable to remove pending task %s because no such task exists |
| | | SEVERE_ERR_TASKSCHED_REMOVE_PENDING_NOT_PENDING_162=Unable to remove pending task %s because the task is no longer pending |
| | | SEVERE_ERR_TASKSCHED_REMOVE_COMPLETED_NO_SUCH_TASK_163=Unable to remove completed task %s because no such task exists in the list of completed tasks |
| | | SEVERE_ERR_TASKBE_DELETE_INVALID_ENTRY_164=Unable to remove entry %s from the task backend because its DN is either not appropriate for that backend or it is not below the scheduled or recurring tasks base entry |
| | | SEVERE_ERR_TASKBE_DELETE_NO_SUCH_TASK_165=Unable to remove entry %s from the task backend because there is no scheduled task associated with that entry DN |
| | | SEVERE_ERR_TASKBE_DELETE_RUNNING_166=Unable to delete entry %s from the task backend because the associated task is currently running |
| | | SEVERE_ERR_TASKBE_DELETE_NO_SUCH_RECURRING_TASK_167=Unable to remove entry %s from the task backend because there is no recurring task associated with that entry DN |
| | | SEVERE_ERR_TASKBE_SEARCH_INVALID_BASE_168=Unable to process the search operation in the task backend because the provided base DN %s is not valid for entries in the task backend |
| | | SEVERE_ERR_TASKBE_SEARCH_NO_SUCH_TASK_169=Unable to process the search operation in the task backend because there is no scheduled task associated with the provided search base entry %s |
| | | SEVERE_ERR_TASKBE_SEARCH_NO_SUCH_RECURRING_TASK_170=Unable to process the search operation in the task backend because there is no recurring task associated with the provided search base entry %s |
| | | SEVERE_ERR_BACKUP_CONFIG_ENTRY_NULL_171=Unable to initialize the backup backend because the provided configuration entry is null |
| | | SEVERE_ERR_BACKUP_CANNOT_DECODE_BACKUP_ROOT_DN_172=Unable to initialize the backup backend because an error occurred while attempting to decode the base DN for the backend: %s |
| | | INFO_BACKUP_DESCRIPTION_BACKUP_DIR_LIST_173=Ensemble de r\u00e9pertoires auxquels les op\u00e9rations de recherche acc\u00e8deront par d\u00e9faut dans le backend de sauvegarde. L'acc\u00e8s aux r\u00e9pertoires de sauvegarde ne figurant pas dans cette liste sera encore possible en sp\u00e9cifiant directement le r\u00e9pertoire de sauvegarde dans le DN de base de recherche. Les modifications apport\u00e9es \u00e0 cet attribut de configuration prendront effet imm\u00e9diatement |
| | | SEVERE_ERR_BACKUP_CANNOT_DETERMINE_BACKUP_DIR_LIST_174=An error occurred while attempting to determine the backup directory list: %s. Initialization of the backup backend cannot continue |
| | | SEVERE_ERR_BACKUP_GET_ENTRY_NULL_175=Unable to retrieve an entry from the backup backend because the requested entry was null |
| | | SEVERE_ERR_BACKUP_INVALID_BASE_176=Requested entry %s does not exist in the backup backend |
| | | SEVERE_ERR_BACKUP_DN_DOES_NOT_SPECIFY_DIRECTORY_177=Unable to retrieve entry %s from the backup backend because the requested DN is one level below the base DN but does not specify a backup directory |
| | | SEVERE_ERR_BACKUP_INVALID_BACKUP_DIRECTORY_178=Unable to retrieve entry %s from the backup backend because the requested backup directory is invalid: %s |
| | | SEVERE_ERR_BACKUP_ERROR_GETTING_BACKUP_DIRECTORY_179=An error occurred while attempting to examine the requested backup directory: %s |
| | | SEVERE_ERR_BACKUP_NO_BACKUP_ID_IN_DN_180=Unable to retrieve entry %s from the backup backend because the requested DN is two levels below the base DN but does not specify a backup ID |
| | | SEVERE_ERR_BACKUP_NO_BACKUP_PARENT_DN_181=Unable to retrieve entry %s from the backup backend because it does not have a parent |
| | | SEVERE_ERR_BACKUP_NO_BACKUP_DIR_IN_DN_182=Unable to retrieve entry %s from the backup backend because the DN does not contain the backup directory in which the requested backup should reside |
| | | SEVERE_ERR_BACKUP_NO_SUCH_BACKUP_183=Backup %s does not exist in backup directory %s |
| | | SEVERE_ERR_BACKUP_ADD_NOT_SUPPORTED_184=Add operations are not supported in the backup backend |
| | | SEVERE_ERR_BACKUP_DELETE_NOT_SUPPORTED_185=Delete operations are not supported in the backup backend |
| | | SEVERE_ERR_BACKUP_MODIFY_NOT_SUPPORTED_186=Modify operations are not supported in the backup backend |
| | | SEVERE_ERR_BACKUP_MODIFY_DN_NOT_SUPPORTED_187=Modify DN operations are not supported in the backup backend |
| | | SEVERE_ERR_BACKUP_NO_SUCH_ENTRY_188=The requested entry %s does not exist in the backup backend |
| | | SEVERE_ERR_BACKUP_EXPORT_NOT_SUPPORTED_189=LDIF export operations are not supported in the backup backend |
| | | SEVERE_ERR_BACKUP_IMPORT_NOT_SUPPORTED_190=LDIF import operations are not supported in the backup backend |
| | | SEVERE_ERR_BACKUP_BACKUP_AND_RESTORE_NOT_SUPPORTED_191=Backup and restore operations are not supported in the backup backend |
| | | SEVERE_ERR_MEMORYBACKEND_REQUIRE_EXACTLY_ONE_BASE_192=Exactly one base DN must be provided for use with the memory-based backend |
| | | SEVERE_ERR_MEMORYBACKEND_ENTRY_ALREADY_EXISTS_193=Entry %s already exists in the memory-based backend |
| | | SEVERE_ERR_MEMORYBACKEND_ENTRY_DOESNT_BELONG_194=Entry %s does not belong in the memory-based backend |
| | | SEVERE_ERR_MEMORYBACKEND_PARENT_DOESNT_EXIST_195=Unable to add entry %s because its parent entry %s does not exist in the memory-based backend |
| | | SEVERE_ERR_MEMORYBACKEND_ENTRY_DOESNT_EXIST_196=Entry %s does not exist in the memory-based backend |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_DELETE_ENTRY_WITH_CHILDREN_197=Cannot delete entry %s because it has one or more subordinate entries |
| | | SEVERE_ERR_MEMORYBACKEND_MODDN_NOT_SUPPORTED_198=Modify DN operations are not supported in the memory-based backend |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_WRITER_199=Unable to create an LDIF writer: %s |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_WRITE_ENTRY_TO_LDIF_200=Cannot write entry %s to LDIF: %s |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_READER_201=Unable to create an LDIF reader: %s |
| | | SEVERE_ERR_MEMORYBACKEND_ERROR_READING_LDIF_202=An unrecoverable error occurred while reading from LDIF: %s |
| | | SEVERE_ERR_MEMORYBACKEND_ERROR_DURING_IMPORT_203=An unexpected error occurred while processing the import: %s |
| | | SEVERE_ERR_MEMORYBACKEND_BACKUP_RESTORE_NOT_SUPPORTED_204=The memory-based backend does not support backup or restore operations |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_RENAME_ENRY_WITH_CHILDREN_205=Cannot rename entry %s because it has one or more subordinate entries |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_RENAME_TO_ANOTHER_BACKEND_206=Cannot rename entry %s because the target entry is in a different backend |
| | | SEVERE_ERR_MEMORYBACKEND_RENAME_PARENT_DOESNT_EXIST_207=Cannot rename entry %s because the new parent entry %s doesn't exist |
| | | INFO_SCHEMA_DESCRIPTION_SHOW_ALL_ATTRIBUTES_208=Indique si les atttributs dans l'entr\u00e9e de sous-sch\u00e9ma doivent \u00eatre trait\u00e9s comme des attributs d'utilisateur m\u00eame s'ils sont marqu\u00e9s comme op\u00e9rationnels. Ceci peut fournir une compatibilit\u00e9 avec des applications qui requi\u00e8rent que des attributs de sch\u00e9ma comme attributeType et objectClasses soient inclus par d\u00e9faut m\u00eame s'ils ne sont pas n\u00e9cessaires. Remarquez que l'attribut ldapSyntaxes sera toujours consid\u00e9r\u00e9 comme op\u00e9rationnel, afin d'\u00e9viter des probl\u00e8mes lors des tentatives de modifications du sch\u00e9ma sur le protocole. |
| | | SEVERE_ERR_SCHEMA_CANNOT_DETERMINE_SHOW_ALL_209=An error occurred while trying to determine whether to treat all subschema entry attributes as user attributes regardless of the way they are defined in the schema, as specified in the ds-cfg-show-all-attributes attribute of configuration entry %s: %s. The default behavior, which is to treat the attribute types as defined in the server schema, will be used |
| | | FATAL_ERR_BACKEND_CANNOT_REGISTER_BASEDN_210=An error occurred while attempting to register base DN %s in the Directory Server: %s |
| | | MILD_ERR_SCHEMA_DELETE_MODTYPE_NOT_SUPPORTED_211=Le backend de sch\u00e9ma ne prend actuellement pas en charge la suppression des \u00e9l\u00e9ments de sch\u00e9ma existants |
| | | MILD_ERR_SCHEMA_INVALID_MODIFICATION_TYPE_212=Le backend de sch\u00e9ma ne prend actuellement pas en charge le type de modification %s |
| | | MILD_ERR_SCHEMA_MODIFY_UNSUPPORTED_ATTRIBUTE_TYPE_213=Le backend de sch\u00e9ma ne prend actuellement pas en charge la modification de ce type d'attribut %s Seules les utilisations des types d'attributs, des classes d'objet, des formulaires de noms, des r\u00e8gles de contenu DIT, des r\u00e8gles de structure DIT et des r\u00e8gles de correspondance peuvent \u00eatre modifi\u00e9es |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_ATTRTYPE_214=Une erreur s'est produite lors de la tentative de d\u00e9codage du type d'attribut "%s"\u00a0: %s |
| | | MILD_ERR_SCHEMA_MODIFY_ATTRTYPE_ALREADY_EXISTS_215=Impossible d'ajouter un type d'attribut %s au sch\u00e9ma de serveur car il existe un type d'attribut avec un nom ou un OID\u00a0incompatible : %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_OBJECTCLASS_216=Une erreur s'est produite lors lors de la tentative de d\u00e9codage de la classe d'objet "%s"\u00a0: %s |
| | | MILD_ERR_SCHEMA_MODIFY_UNDEFINED_SUPERIOR_OBJECTCLASS_217=Impossible d'ajouter une classe d'objet %s car sa classe sup\u00e9rieure de %s n'est pas d\u00e9finie dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_OC_UNDEFINED_REQUIRED_ATTR_218=Impossible d'ajouter une classe d'objet %s car elle n\u00e9cessite un attribut %s qui n'est pas d\u00e9fini dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_OC_UNDEFINED_OPTIONAL_ATTR_219=Impossible d'ajouter une classe d'objet %s car elle autorise un attribut %s qui n'est pas d\u00e9fini dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_OBJECTCLASS_ALREADY_EXISTS_220=Impossible d'ajouter une classe d'objet %s au sch\u00e9ma de serveur car il existe une classe d'objet avec avec un nom ou un OID\u00a0incompatible : %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_READ_EXISTING_USER_SCHEMA_221=Une erreur s'est produite lors de la tentative de lecture du contenu du fichier de sch\u00e9ma %s\u00a0: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_SCHEMA_222=Une erreur s'est produite lors de la tentative d'\u00e9criture du sch\u00e9ma mis \u00e0 jour\u00a0: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_NAME_FORM_223=Une erreur s'est produite lors de la tentative de d\u00e9codage du formulaire de nom "%s"\u00a0: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_DCR_224=Une erreur s'est produite lors de la tentative de d\u00e9codage de la r\u00e8gle de contenu DIT "%s"\u00a0: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_DSR_225=Une erreur s'est produite lors de la tentative de d\u00e9codage de la r\u00e8gle de structure DIT "%s"\u00a0: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_MR_USE_226=Une erreur s'est produite lors de la tentative de d\u00e9codage de l'utilisation de la r\u00e8gle de correspondance "%s"\u00a0: %s |
| | | MILD_ERR_SCHEMA_MODIFY_DELETE_NO_VALUES_227=Le serveur n'autorisera pas la suppression de toutes les valeurs pour le type d'attribut %s dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_ATTRTYPE_228=Impossible d'ajouter un type d'attribut %s car il entre en conflit avec plusieurs types d'attributs existants (%s et %s) |
| | | MILD_ERR_SCHEMA_MODIFY_UNDEFINED_SUPERIOR_ATTRIBUTE_TYPE_229=Impossible d'ajouter un type d'attribut %s car il fait r\u00e9f\u00e9rence \u00e0 un type d'attribut sup\u00e9rieur %s qui n'est pas d\u00e9fini dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_OBJECTCLASS_230=Impossible d'ajouter une classe d'objet %s car elle entre en conflit avec plusieurs classes d'objets existantes (%s et %s) |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_NAME_FORM_231=Impossible d'ajouter un formulaire de nom %s car il entre en conflit avec plusieurs formulaires de noms existants (%s et %s) |
| | | MILD_ERR_SCHEMA_MODIFY_NF_UNDEFINED_STRUCTURAL_OC_232=Impossible d'ajouter un formulaire de nom %s car il fait r\u00e9f\u00e9rence \u00e0 une classe d'objet structurelle %s qui n'est pas d\u00e9finie dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_NF_UNDEFINED_REQUIRED_ATTR_233=Impossible d'ajouter un formulaire de nom %s car il fait r\u00e9f\u00e9rence \u00e0 un type d'attribut requis %s qui n'est pas d\u00e9fini dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_NF_UNDEFINED_OPTIONAL_ATTR_234=Impossible d'ajouter un formulaire de nom %s car il fait r\u00e9f\u00e9rence \u00e0 un type d'attribut facultatif %s qui n'est pas d\u00e9fini dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DCR_235=Impossible d'ajouter une r\u00e8gle de contenu DIT %s car elle entre en conflit avec des r\u00e8gles de contenus DIT existantes (%s et %s) |
| | | MILD_ERR_SCHEMA_MODIFY_STRUCTURAL_OC_CONFLICT_FOR_ADD_DCR_236=Impossible d'ajouter une r\u00e8gle de contenu DIT %s car elle fait r\u00e9f\u00e9rence \u00e0 une classe d'objet structurelle %s, qui est d\u00e9j\u00e0 associ\u00e9e \u00e0 une autre r\u00e8gle de contenu DIT %s |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_STRUCTURAL_OC_237=Impossible d'ajouter une r\u00e8gle de contenu DIT %s car elle fait r\u00e9f\u00e9rence \u00e0 une classe d'objet structurelle %s qui n'est pas d\u00e9finie dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_AUXILIARY_OC_238=Impossible d'ajouter une r\u00e8gle de contenu DIT %s car elle fait r\u00e9f\u00e9rence \u00e0 une classe d'objet auxiliaire %s qui n'est pas d\u00e9finie dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_REQUIRED_ATTR_239=Impossible d'ajouter une r\u00e8gle de contenu DIT %s car elle fait r\u00e9f\u00e9rence \u00e0 un type d'attribut requis %s qui n'est pas d\u00e9fini dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_OPTIONAL_ATTR_240=Impossible d'ajouter une r\u00e8gle de contenu DIT %s car elle fait r\u00e9f\u00e9rence \u00e0 un type d'attribut facultatif %s qui n'est pas d\u00e9fini dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_PROHIBITED_ATTR_241=Impossible d'ajouter une r\u00e8gle de contenu DIT %s car elle fait r\u00e9f\u00e9rence \u00e0 un type d'attribut interdit %s qui n'est pas d\u00e9fini dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DSR_242=Impossible d'ajouter une r\u00e8gle de structure DIT %s car elle entre en conflit avec plusieurs r\u00e8gles de structures DIT existantes (%s et %s) |
| | | MILD_ERR_SCHEMA_MODIFY_NAME_FORM_CONFLICT_FOR_ADD_DSR_243=Impossible d'ajouter une r\u00e8gle de structure DIT %s car elle fait r\u00e9f\u00e9rence \u00e0 un formulaire de nom %s, qui est d\u00e9j\u00e0 associ\u00e9 \u00e0 une autre r\u00e8gle de structure DIT %s |
| | | MILD_ERR_SCHEMA_MODIFY_DSR_UNDEFINED_NAME_FORM_244=Impossible d'ajouter une r\u00e8gle de structure DIT %s car elle fait r\u00e9f\u00e9rence \u00e0 un formulaire de nom %s qui n'est pas d\u00e9fini dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_MR_USE_245=Impossible d'ajouter une utilisation de r\u00e8gle de correspondance %s car elle entre en conflit avec plusieurs utilisations de r\u00e8gles de correspondance (%s et %s) |
| | | MILD_ERR_SCHEMA_MODIFY_MR_CONFLICT_FOR_ADD_MR_USE_246=Impossible d'ajouter une utilisation de r\u00e8gle de correspondance %s car elle fait r\u00e9f\u00e9rence \u00e0 une r\u00e8gle de correspondance %s d\u00e9j\u00e0 associ\u00e9e \u00e0 une autre utilisation de r\u00e8gles de correspondance %s |
| | | MILD_ERR_SCHEMA_MODIFY_MRU_UNDEFINED_ATTR_247=Impossible d'ajouter une utilisation de r\u00e8gle de correspondance %s car elle fait r\u00e9f\u00e9rence \u00e0 un type d'attribut %s qui n'est pas d\u00e9fini dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_AT_248=R\u00e9ference circulaire d\u00e9tect\u00e9e pour un type d'attribut %s dans lequel la cha\u00eene de type sup\u00e9rieur fait r\u00e9f\u00e9rence au type d'attribut lui-m\u00eame |
| | | MILD_ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_OC_249=R\u00e9ference circulaire d\u00e9tect\u00e9e pour une classe d'objet %s dans laquelle la cha\u00eene de type sup\u00e9rieur fait r\u00e9f\u00e9rence \u00e0 la classe d'objet elle-m\u00eame |
| | | MILD_ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_DSR_250=R\u00e9ference circulaire d\u00e9tect\u00e9e pour une r\u00e8gle de structure DIT %s dans lequel la cha\u00eene de type sup\u00e9rieur fait r\u00e9f\u00e9rence \u00e0 la r\u00e8gle de structure DIT elle-m\u00eame |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_CLEANED_251=Une erreur s'est produite lors de la tentative de cr\u00e9ation de copies des fichiers de sch\u00e9ma existants avant d'appliquer les mises \u00e0 jour\u00a0: %s. Le serveur a pu restaurer la configuration de sch\u00e9ma d'origine et aucun nettoyage suppl\u00e9mentaire ne sera donc n\u00e9cessaire |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_NOT_CLEANED_252=Une erreur s'est produite lors de la tentative de cr\u00e9ation de copies des fichiers de sch\u00e9ma existants avant d'appliquer les mises \u00e0 jour\u00a0: %s. Un probl\u00e8me s'est \u00e9galement produit lors de la tentative de restauration de la configuration de sch\u00e9ma d'origine et le serveur peut se trouver dans un \u00e9tat incoh\u00e9rent et n\u00e9cessiter un nettoyage manuel |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_RESTORED_253=Une erreur s'est produite lors de la tentative d'\u00e9criture de nouvelles versions des fichiers de sch\u00e9ma existants\u00a0: %s. Le serveur a pu restaurer la configuration de sch\u00e9ma d'origine et aucun nettoyage suppl\u00e9mentaire ne sera donc n\u00e9cessaire |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_NOT_RESTORED_254=Une erreur s'est produite lors de la tentative d'\u00e9criture de nouvelles versions des fichiers de sch\u00e9ma existants\u00a0: %s. Un probl\u00e8me s'est \u00e9galement produit lors de la tentative de restauration de la configuration de sch\u00e9ma d'origine et le serveur peut se trouver dans un \u00e9tat incoh\u00e9rent et n\u00e9cessiter un nettoyage manuel |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_ATTRIBUTE_TYPE_255=Impossible de supprimer un type d'attribut %s du sch\u00e9ma de serveur car aucun type d'attribut de ce genre n'a \u00e9t\u00e9 d\u00e9fini |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_SUPERIOR_TYPE_256=Impossible de supprimer un type d'attribut %s du sch\u00e9ma de serveur car il est r\u00e9f\u00e9renc\u00e9 en tant que type sup\u00e9rieur pour un type d'attribut %s |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_OC_257=Impossible de supprimer un type d'attribut %s du sch\u00e9ma de serveur car il est r\u00e9f\u00e9renc\u00e9 en tant que type d'attribut requis ou facultatif dans une classe d'objet %s |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_NF_258=Impossible de supprimer un type d'attribut %s du sch\u00e9ma de serveur car il est r\u00e9f\u00e9renc\u00e9 en tant que type d'attribut requis ou facultatif dans un formulaire de nom %s |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_DCR_259=Impossible de supprimer un type d'attribut %s du sch\u00e9ma de serveur car il est r\u00e9f\u00e9renc\u00e9 en tant que type d'attribut requis, facultatif ou interdit dans une r\u00e8gle de contenu DIT %s |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_MR_USE_260=Impossible de supprimer un type d'attribut %s du sch\u00e9ma de serveur car il est r\u00e9f\u00e9renc\u00e9 par une utilisation de r\u00e8gle de correspondance %s |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_OBJECTCLASS_261=Impossible de supprimer une classe d'objet %s du sch\u00e9ma de serveur car aucune classe d'objet de ce type n'a \u00e9t\u00e9 d\u00e9finie |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_OC_SUPERIOR_CLASS_262=Impossible de supprimer une classe d'objet %s du sch\u00e9ma de serveur car elle est r\u00e9f\u00e9renc\u00e9e en tant que type sup\u00e9rieur pour une classe d'objet %s |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_OC_IN_NF_263=Impossible de supprimer une classe d'objet %s du sch\u00e9ma de serveur car elle est r\u00e9f\u00e9renc\u00e9e en tant que classe structurelle pour un formulaire de nom %s |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_OC_IN_DCR_264=Impossible de supprimer une classe d'objet %s du sch\u00e9ma de serveur car elle est r\u00e9f\u00e9renc\u00e9e en tant que classe structurelle ou structurelle pour une r\u00e8gle de contenu DIT %s |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_NAME_FORM_265=Impossible de supprimer un formulaire de nom %s du sch\u00e9ma de serveur car aucun formulaire de nom de ce type n'a \u00e9t\u00e9 d\u00e9fini |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NF_IN_DSR_266=Impossible de supprimer un formulaire de nom %s du sch\u00e9ma de serveur car il est r\u00e9f\u00e9renc\u00e9 par une r\u00e8gle de structure DIT %s |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DCR_267=Impossibler de supprimer une r\u00e8gle de contenu DIT %s du sch\u00e9ma de serveur car aucune r\u00e8gle de contenu de ce type n'a \u00e9t\u00e9 d\u00e9finie |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DSR_268=Impossibler de supprimer une r\u00e8gle de structure DIT %s du sch\u00e9ma de serveur car aucune r\u00e8gle de structure de ce type n'a \u00e9t\u00e9 d\u00e9finie |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_DSR_SUPERIOR_RULE_269=Impossibler de supprimer une r\u00e8gle de structure DIT %s du sch\u00e9ma de serveur car elle est r\u00e9f\u00e9renc\u00e9e en tant que r\u00e8gle sup\u00e9rieure pour une r\u00e8gle de structure %s |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_MR_USE_270=Impossibler de supprimer une utilisation de r\u00e8gle de correspondance %s du sch\u00e9ma de serveur car aucune une utilisation de r\u00e8gle de correspondance de ce type n'a \u00e9t\u00e9 d\u00e9finie |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OC_NOT_STRUCTURAL_271=Impossible d'ajouter un formulaire de nom % car il fait r\u00e9f\u00e9rence \u00e0 une classe d'objet qui est d\u00e9finie sur le sch\u00e9ma de serveur mais n'est pas une classe d'objet structurelle |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OC_NOT_STRUCTURAL_272=Impossible d'ajouter une r\u00e8gle de contenu DIT %s car elle fait r\u00e9f\u00e9rence \u00e0 une classe d'objet structurelle %s qui est d\u00e9finie dans le sch\u00e9ma de serveur mais n'est pas structurelle |
| | | MILD_ERR_SCHEMA_MODIFY_STRUCTURAL_OC_CONFLICT_FOR_ADD_NF_273=Impossible d'ajouter un formulaire de nom %s car il fait r\u00e9f\u00e9rence \u00e0 une classe d'objet structurelle %s qui est d\u00e9j\u00e0 associ\u00e9e \u00e0 un autre formulaire de nom %s |
| | | MILD_ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_ATTRIBUTE_TYPE_274=Impossible d'ajouter un type d'attribut %s car le type sup\u00e9rieur %s est marqu\u00e9 comme OBSOLETE dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_ATTRTYPE_OBSOLETE_MR_275=Impossible d'ajouter un type d'attribut %s car la r\u00e8gle de correspondance associ\u00e9e %s est marqu\u00e9e comme OBSOLETE dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_OBJECTCLASS_276=Impossible d'ajouter une classe d'objet %s car la classe sup\u00e9rieure %s est marqu\u00e9e comme OBSOLETE dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_OC_OBSOLETE_REQUIRED_ATTR_277=Impossible d'ajouter une classe d'objet %s car l'attribut requis %s est marqu\u00e9 comme OBSOLETE dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_OC_OBSOLETE_OPTIONAL_ATTR_278=Impossible d'ajouter une classe d'objet %s car l'attribut facultatif %s est marqu\u00e9 comme OBSOLETE dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OC_OBSOLETE_279=Impossible d'ajouter un formulaire de nom %s car sa classe d'objet structurelle %s est marqu\u00e9e comme OBSOLETE dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OBSOLETE_REQUIRED_ATTR_280=Impossible d'ajouter un formulaire de nom %s car il n\u00e9cessite un type d'attribut %s marqu\u00e9 comme OBSOLETE dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OBSOLETE_OPTIONAL_ATTR_281=Impossible d'ajouter un formulaire de nom %s car il autorise un type d'attribut %s marqu\u00e9 comme OBSOLETE dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_STRUCTURAL_OC_OBSOLETE_282=Impossible d'ajouter une r\u00e8gle de contenu DIT %s car sa classe d'objet structurelle %s est marqu\u00e9e comme OBSOLETE dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OC_NOT_AUXILIARY_283=Impossible d'ajouter une r\u00e8gle de contenu DIT %s car elle fait r\u00e9f\u00e9rence \u00e0 une classe d'objet auxiliaire %s qui est d\u00e9finie dans le sch\u00e9ma de serveur mais n'est pas une classe auxiliaire |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_AUXILIARY_OC_OBSOLETE_284=Impossible d'ajouter une r\u00e8gle de contenu DIT %s car elle autorise une classe d'objet auxiliaire %s marqu\u00e9e comme OBSOLETE dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_REQUIRED_ATTR_285=Impossible d'ajouter une r\u00e8gle de contenu DIT %s car elle n\u00e9cessite un type d'attribut %s marqu\u00e9 comme OBSOLETE dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_OPTIONAL_ATTR_286=Impossible d'ajouter une r\u00e8gle de contenu DIT %s car elle autorise un type d'attribut %s marqu\u00e9 comme OBSOLETE dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_PROHIBITED_ATTR_287=Impossible d'ajouter une r\u00e8gle de contenu DIT %s car elle interdit un type d'attribut %s marqu\u00e9 comme OBSOLETE dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_DSR_OBSOLETE_NAME_FORM_288=Impossible d'ajouter une r\u00e8gle de structure DIT %s car son formulaire de nom %s est marqu\u00e9 comme OBSOLETE dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_DSR_OBSOLETE_SUPERIOR_RULE_289=Impossible d'ajouter une r\u00e8gle de structure DIT %s car elle fait r\u00e9f\u00e9rence \u00e0 une r\u00e8gle sup\u00e9rieure %s marqu\u00e9e comme OBSOLETE dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_MRU_OBSOLETE_MR_290=Impossible d'ajouter une utilisation de r\u00e8gle de correspondance %s car sa r\u00e8gle de correspondance %s est marqu\u00e9e comme OBSOLETE dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_MRU_OBSOLETE_ATTR_291=Impossible d'ajouter une utilisation de r\u00e8gle de correspondance %s car elle fait r\u00e9f\u00e9rence \u00e0 un type d'attribut %s marqu\u00e9 comme OBSOLETE dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_AUXILIARY_OC_292=Impossible d'ajouter une r\u00e8gle de contenu DIT %s car elle fait r\u00e9f\u00e9rence \u00e0 une classe d'objet auxiliaire %s marqu\u00e9e comme OBSOLETE dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_INSUFFICIENT_PRIVILEGES_293=Vous ne disposez pas de privil\u00e8ges suffisants pour modifier le sch\u00e9ma de Directory Server |
| | | SEVERE_ERR_SCHEMA_CANNOT_FIND_CONCAT_FILE_294=Unable to find a file containing concatenated schema element definitions in order to determine if any schema changes were made with the server offline. The file was expected in the %s directory and should have been named either %s or %s |
| | | SEVERE_ERR_SCHEMA_ERROR_DETERMINING_SCHEMA_CHANGES_295=An error occurred while attempting to determine whether any schema changes had been made by directly editing the schema files with the server offline: %s |
| | | SEVERE_ERR_SCHEMA_CANNOT_WRITE_CONCAT_SCHEMA_FILE_296=An error occurred while attempting to write file %s containing a concatenated list of all server schema elements: %s. The server may not be able to accurately identify any schema changes made with the server offline |
| | | NOTICE_BACKEND_ENVIRONMENT_UNUSABLE_297=L'environnement de bases de donn\u00e9es JE correspondant \u00e0 l 'id de backend %s est corrompu Red\u00e9marrez Directory Server pour rouvrir l'environnement |
| | | SEVERE_ERR_TASKSCHED_NOT_ALLOWED_TASK_298=The Directory Server is not configured to allow task %s to be invoked |
| | | INFO_TASK_COMPLETION_BODY_299=ID de t\u00e2che\u00a0: %s\r\n\u00c9tat de la t\u00e2che: %s\r\nHeure de d\u00e9but planifi\u00e9e\u00a0: %s\r\nHeure de d\u00e9but r\u00e9elle\u00a0: %s\r\nHeure d'ach\u00e8vement\u00a0: %s\r\n\r\nMessages du fichier journal\u00a0:\r\n |
| | | SEVERE_ERR_TRUSTSTORE_GET_ENTRY_NULL_300=Unable to retrieve an entry from the trust store backend because the requested entry was null |
| | | SEVERE_ERR_TRUSTSTORE_INVALID_BASE_301=Requested entry %s does not exist in the trust store backend |
| | | SEVERE_ERR_TRUSTSTORE_DN_DOES_NOT_SPECIFY_CERTIFICATE_302=Unable to process entry %s in the trust store backend because the requested DN is one level below the base DN but does not specify a certificate name |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_RETRIEVE_CERT_303=Error while trying to retrieve certificate %s from the trust store file %s: %s |
| | | SEVERE_ERR_TRUSTSTORE_MODIFY_NOT_SUPPORTED_304=Modify operations are not supported in the trust store backend |
| | | SEVERE_ERR_TRUSTSTORE_MODIFY_DN_NOT_SUPPORTED_305=Modify DN operations are not supported in the trust store backend |
| | | SEVERE_ERR_TRUSTSTORE_REQUIRES_ONE_BASE_DN_306=Unable to initialize the trust store backend from configuration entry %s because it does not contain exactly one base DN |
| | | SEVERE_ERR_TRUSTSTORE_IMPORT_AND_EXPORT_NOT_SUPPORTED_307=LDIF import and export operations are not supported in the trust store backend |
| | | SEVERE_ERR_TRUSTSTORE_BACKUP_AND_RESTORE_NOT_SUPPORTED_308=Backup and restore operations are not supported in the trust store backend |
| | | SEVERE_ERR_TRUSTSTORE_NO_SUCH_FILE_309=The trust store file %s specified in attribute ds-cfg-trust-store-file of configuration entry %s does not exist |
| | | SEVERE_ERR_TRUSTSTORE_INVALID_TYPE_310=The trust store type %s specified in attribute ds-cfg-trust-store-type of configuration entry %s is not valid: %s |
| | | SEVERE_ERR_TRUSTSTORE_PIN_FILE_CANNOT_CREATE_311=An error occurred while trying to create the PIN file %s specified in attribute ds-cfg-trust-store-pin-file of configuration entry %s |
| | | SEVERE_ERR_TRUSTSTORE_PIN_FILE_CANNOT_READ_312=An error occurred while trying to read the trust store PIN from file %s specified in configuration attribute ds-cfg-trust-store-pin-file of configuration entry %s: %s |
| | | SEVERE_ERR_TRUSTSTORE_PIN_FILE_EMPTY_313=File %s specified in attribute ds-cfg-trust-store-pin-file of configuration entry %s should contain the PIN needed to access the trust store, but this file is empty |
| | | SEVERE_ERR_TRUSTSTORE_PIN_ENVAR_NOT_SET_314=Environment variable %s which is specified in attribute ds-cfg-trust-store-pin-environment-variable of configuration entry %s should contain the PIN needed to access the trust store, but this property is not set |
| | | SEVERE_ERR_TRUSTSTORE_PIN_PROPERTY_NOT_SET_315=Java property %s which is specified in attribute ds-cfg-trust-store-pin-property of configuration entry %s should contain the PIN needed to access the file-based trust manager, but this property is not set |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_DETERMINE_FILE_316=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-trust-store-file in configuration entry %s: %s |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_LOAD_317=An error occurred while trying to load the trust store contents from file %s: %s |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_CREATE_FACTORY_318=An error occurred while trying to create a trust manager factory to access the contents of trust store file %s: %s |
| | | SEVERE_ERR_TRUSTSTORE_ALIAS_IN_USE_319=The certificate entry %s already exists |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_GENERATE_CERT_320=Error while attempting to generate a self-signed certificate %s in the trust store file %s: %s |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_ADD_CERT_321=Error while trying to add certificate %s to the trust store file %s: %s |
| | | SEVERE_ERR_TRUSTSTORE_DELETE_NOT_SUPPORTED_322=Delete operations are not supported in the trust store backend |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_MISSING_CERT_ATTR_323=The entry %s could not be added because it does not contain a certificate attribute %s |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_ATTRS_324=The entry %s could not be added because it contains multiple certificate attributes %s |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_MISSING_CERT_VALUE_325=The entry %s could not be added because it does not contain a value of certificate attribute %s |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_VALUES_326=The entry %s could not be added because it contains multiple values of certificate attribute %s |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_WRITE_CERT_327=Error while writing certificate %s to a file: %s |
| | | SEVERE_WARN_TRUSTSTORE_SET_PERMISSIONS_FAILED_328=Failed to set permissions on trust store file %s |
| | | SEVERE_ERR_ROOT_CONTAINER_NOT_INITIALIZED_329=The root container for backend %s has not been initialized preventing this backend from processing the requested operation |
| | | SEVERE_ERR_TASKBE_MODIFY_CANNOT_LOCK_ENTRY_330=Unable to obtain a write lock on entry %s |
| | | SEVERE_ERR_TASKBE_MODIFY_INVALID_ENTRY_331=Entry %s cannot be modified because it does not represent a task entry. Only task entries may be modified in the task backend |
| | | SEVERE_ERR_TASKBE_MODIFY_NO_SUCH_TASK_332=Entry %s cannot be modified because it does not represent a valid task in the server |
| | | SEVERE_ERR_TASKBE_MODIFY_COMPLETED_333=Entry %s cannot be modified because the assoicated task has completed running. Completed tasks cannot be modified |
| | | SEVERE_ERR_TASKBE_MODIFY_RECURRING_334=Entry %s cannot be modified because the server does not currently support modifying recurring task entries |
| | | SEVERE_ERR_TASKBE_MODIFY_RUNNING_335=The task associated with entry %s is currently running. The only modification allowed for running tasks is to replace the value of the ds-task-state attribute with "cancel" |
| | | INFO_TASKBE_RUNNING_TASK_CANCELLED_336=Le traitement de la t\u00e2che a \u00e9t\u00e9 interrompu par une requ\u00eate de modification destin\u00e9e \u00e0 annuler la t\u00e2che |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_DELETE_CERT_337=Error while trying to delete certificate %s from the trust store file %s: %s |
| | | SEVERE_ERR_TRUSTSTORE_CERTIFICATE_NOT_FOUND_338=Unable to retrieve entry %s from the trust store backend because the certificate %s does not exist |
| | | SEVERE_ERR_LDIF_BACKEND_MULTIPLE_BASE_DNS_339=The LDIF backend defined in configuration entry %s only supports a single base DN, but was configured for use with multiple base DNs |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_OPENING_FILE_340=An error occurred while attempting to open LDIF file %s for use by the LDIF backend defined in configuration entry %s: %s |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_READING_ENTRY_341=An error occurred while attempting to read data from LDIF file %s into the LDIF backend defined in configuration entry %s: %s |
| | | MILD_ERR_LDIF_BACKEND_DUPLICATE_ENTRY_342=Le fichier LDIF %s configur\u00e9 pour \u00eatre utilis\u00e9 avec le backend de LDIF d\u00e9fini dans l'entr\u00e9e de configuration %s a plusieurs entr\u00e9es avec un DN de %s |
| | | MILD_ERR_LDIF_BACKEND_ENTRY_OUT_OF_SCOPE_343=Le fichier LDIF %s configur\u00e9 pour \u00eatre utilis\u00e9 avec le backend de LDIF d\u00e9fini dans l'entr\u00e9e de configuration %s inclut une entr\u00e9e %s qui n'est pas sous le DN de base d\u00e9fini pour ce backend |
| | | MILD_ERR_LDIF_BACKEND_MISSING_PARENT_344=Le fichier LDIF %s configur\u00e9 pour \u00eatre utilis\u00e9 avec le backend de LDIF d\u00e9fini dans l'entr\u00e9e de configuration %s inclut une entr\u00e9e %s mais son entr\u00e9e parent n'a pas encore \u00e9t\u00e9 lue |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_CREATING_FILE_345=An error occurred while trying to create file %s to write an updated version of the data for the LDIF backend defined in configuration entry %s: %s |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_WRITING_FILE_346=An error occurred while trying to write updated data to file %s for the LDIF backend defined in configuration entry %s: %s |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_RENAMING_FILE_347=An error occurred while attempting to rename file %s to %s while writing updated data for the LDIF backend defined in configuration entry %s: %s |
| | | MILD_ERR_LDIF_BACKEND_ADD_ALREADY_EXISTS_348=L'entr\u00e9e %s existe d\u00e9j\u00e0 dans la m\u00e9moire bas\u00e9e sur le backend de LDIF |
| | | MILD_ERR_LDIF_BACKEND_ADD_MISSING_PARENT_349=Le parent de l'entr\u00e9e %s n'existe pas |
| | | MILD_ERR_LDIF_BACKEND_DELETE_NO_SUCH_ENTRY_350=L'entr\u00e9e %s n'existe pas |
| | | MILD_ERR_LDIF_BACKEND_DELETE_NONLEAF_351=L'entr\u00e9e %s a une ou plusieurs entr\u00e9es subordonn\u00e9es et ne peut \u00eatre supprim\u00e9e tant que celles-ci n'ont pas \u00e9t\u00e9 supprim\u00e9es |
| | | MILD_ERR_LDIF_BACKEND_MODIFY_NO_SUCH_ENTRY_352=L'entr\u00e9e %s n'existe pas |
| | | MILD_ERR_LDIF_BACKEND_MODDN_NO_SUCH_SOURCE_ENTRY_353=L'entr\u00e9e source %s n'existe pas |
| | | MILD_ERR_LDIF_BACKEND_MODDN_TARGET_ENTRY_ALREADY_EXISTS_354=L'entr\u00e9e cible %s existe d\u00e9j\u00e0 |
| | | MILD_ERR_LDIF_BACKEND_MODDN_NEW_PARENT_DOESNT_EXIST_355=Le nouveau DN parent %s n'existe pas |
| | | MILD_ERR_LDIF_BACKEND_SEARCH_NO_SUCH_BASE_356=L'entr\u00e9e %s sp\u00e9cifi\u00e9e comme DN de base de recherche n'existe pas |
| | | SEVERE_ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_WRITER_357=An error occurred while trying to create the writer for the LDIF export operation: %s |
| | | SEVERE_ERR_LDIF_BACKEND_CANNOT_WRITE_ENTRY_TO_LDIF_358=An error occurred while trying to write entry %s during the LDIF export: %s |
| | | SEVERE_ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_READER_359=An error occurred while trying to create the reader for the LDIF import operation: %s |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_READING_LDIF_360=An unrecoverable error occurred while attempting to read data from the import file: %s. The LDIF import cannot continue |
| | | MILD_ERR_LDIF_BACKEND_BACKUP_RESTORE_NOT_SUPPORTED_361=Le backend de LDIF ne fournit pas actuellement de m\u00e9canisme de sauvegarde ou de restauration Utilisez plut\u00f4t les op\u00e9rations d'importation et exportation de LDIF |
| | | MILD_ERR_LDIF_BACKEND_LDIF_DOESNT_EXIST_362=Le fichier LDIF %s r\u00e9f\u00e9renc\u00e9 dans la configuration de l'entr\u00e9e de configuration du backend de LDIF %s n'existe pas |
| | | INFO_LDIF_BACKEND_LDIF_FILE_CHANGED_363=La modification du chemin du fichier de LDIF ne prend pas effet tant que le backend n'est pas d\u00e9sactiv\u00e9 et activ\u00e9 \u00e0 nouveau |
| | | INFO_LDIF_BACKEND_BASE_DN_CHANGED_364=La modification du DN de base du backend de LDIF ne prend pas effet tant que le backend n'est pas d\u00e9sactiv\u00e9 et activ\u00e9 \u00e0 nouveau |
| | | MILD_ERR_LDIF_BACKEND_HAS_SUBORDINATES_NO_SUCH_ENTRY_365=L'entr\u00e9e cible %s n'existe pas |
| | | MILD_ERR_LDIF_BACKEND_NUM_SUBORDINATES_NO_SUCH_ENTRY_366=L'entr\u00e9e cible %s n'existe pas |
| | | SEVERE_ERR_TRUSTSTORE_ERROR_READING_KEY_367=Error reading key %s from key store %s: %s |
| | | MILD_ERR_HAS_SUBORDINATES_NOT_SUPPORTED_368=Ce backend ne prend pas en charge l'attribut op\u00e9rationnel hasSubordinates |
| | | MILD_ERR_NUM_SUBORDINATES_NOT_SUPPORTED_369=Ce backend ne prend pas en charge l'attribut op\u00e9rationnel numSubordinates |
| | | NOTICE_BACKEND_OFFLINE_370=Le backend %s est maintenant hors ligne |
| New file |
| | |
| | | # CDDL HEADER START |
| | | # |
| | | # The contents of this file are subject to the terms of the |
| | | # Common Development and Distribution License, Version 1.0 only |
| | | # (the "License"). You may not use this file except in compliance |
| | | # with the License. |
| | | # |
| | | # You can obtain a copy of the license at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE |
| | | # or https://OpenDS.dev.java.net/OpenDS.LICENSE. |
| | | # See the License for the specific language governing permissions |
| | | # and limitations under the License. |
| | | # |
| | | # When distributing Covered Code, include this CDDL HEADER in each |
| | | # file and include the License file at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, |
| | | # add the following below this CDDL HEADER, with the fields enclosed |
| | | # by brackets "[]" replaced with your own identifying information: |
| | | # Portions Copyright [yyyy] [name of copyright owner] |
| | | # |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2008 Sun Microsystems, Inc. |
| | | |
| | | |
| | | |
| | | # |
| | | # Global directives |
| | | # |
| | | global.category=BACKEND |
| | | |
| | | # |
| | | # Format string definitions |
| | | # |
| | | # Keys must be formatted as follows: |
| | | # |
| | | # [SEVERITY]_[DESCRIPTION]_[ORDINAL] |
| | | # |
| | | # where: |
| | | # |
| | | # SEVERITY is one of: |
| | | # [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE] |
| | | # |
| | | # DESCRIPTION is an upper case string providing a hint as to the context of |
| | | # the message in upper case with the underscore ('_') character serving as |
| | | # word separator |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | FATAL_ERR_BACKEND_CANNOT_REMOVE_MULTIBASE_SUB_SUFFIX_1=An attempt was made to de-register sub-suffix "%s" from the backend with suffix "%s". However, the subordinate backend containing that sub-suffix also contains additional sub-suffixes and may not be de-registered. It may be possible to remove this sub-suffix by editing the configuration for the subordinate backend with which it is associated |
| | | FATAL_ERR_ROOTDSE_CONFIG_ENTRY_NULL_2=An attempt was made to configure the root DSE backend without providing a configuration entry. This is not allowed |
| | | INFO_ROOTDSE_SUBORDINATE_BASE_DESCRIPTION_3=\u30eb\u30fc\u30c8 DSE \u3092\u8d77\u70b9\u306b\u3057\u305f singleLevel\u3001wholeSubtree\u3001\u304a\u3088\u3073 subordinateSubtree \u691c\u7d22\u3067\u4f7f\u7528\u3059\u308b\u30d9\u30fc\u30b9 DN \u306e\u30bb\u30c3\u30c8\u3002\u6307\u5b9a\u3055\u308c\u306a\u3044\u5834\u5408\u3001\u30e6\u30fc\u30b6\u30fc\u304c\u5b9a\u7fa9\u3057\u305f\u3059\u3079\u3066\u306e\u30b5\u30d5\u30a3\u30c3\u30af\u30b9\u306e\u30bb\u30c3\u30c8\u304c\u4f7f\u7528\u3055\u308c\u307e\u3059 |
| | | SEVERE_WARN_ROOTDSE_NO_BACKEND_FOR_SUBORDINATE_BASE_4=Base DN "%s" is configured as one of the subordinate base DNs to use for searches below the root DSE. However, this base DN is not handled by any suffix registered with the Directory Server and will therefore not be used |
| | | SEVERE_WARN_ROOTDSE_SUBORDINATE_BASE_EXCEPTION_5=An unexpected problem occurred while trying to determine the set of subordinate base DNs to use for searches below the root DSE: %s |
| | | MILD_WARN_ROOTDSE_GET_ENTRY_NONROOT_6=\u30eb\u30fc\u30c8 DSE \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304c\u3001DN \u304c "%s" \u306e\u30a8\u30f3\u30c8\u30ea\u3092\u53d6\u5f97\u3059\u308b\u3088\u3046\u8981\u6c42\u3055\u308c\u307e\u3057\u305f\u3002\u3053\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306f\u3001\u30eb\u30fc\u30c8 DSE \u81ea\u4f53\u3092\u53d6\u5f97\u3059\u308b\u5834\u5408\u306e\u307f\u8981\u6c42\u3059\u308b\u3088\u3046\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u305f\u3060\u3057\u3001\u5b9a\u7fa9\u6e08\u307f\u306e\u4e0b\u4f4d\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3092\u30c1\u30a7\u30c3\u30af\u3057\u3001\u8981\u6c42\u3055\u308c\u305f\u30a8\u30f3\u30c8\u30ea\u3092\u898b\u3064\u3051\u3089\u308c\u308b\u304b\u3069\u3046\u304b\u3092\u78ba\u8a8d\u3057\u307e\u3059 |
| | | MILD_ERR_ROOTDSE_ADD_NOT_SUPPORTED_7=\u30a8\u30f3\u30c8\u30ea "%s" \u3092\u8ffd\u52a0\u3057\u307e\u305b\u3093\u3002\u8ffd\u52a0\u64cd\u4f5c\u306f\u3001\u30eb\u30fc\u30c8 DSE \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_ROOTDSE_DELETE_NOT_SUPPORTED_8=\u30a8\u30f3\u30c8\u30ea "%s" \u3092\u524a\u9664\u3057\u307e\u305b\u3093\u3002\u524a\u9664\u64cd\u4f5c\u306f\u3001\u30eb\u30fc\u30c8 DSE \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_ROOTDSE_MODIFY_NOT_SUPPORTED_9=\u30a8\u30f3\u30c8\u30ea "%s" \u3092\u66f4\u65b0\u3057\u307e\u305b\u3093\u3002\u5909\u66f4\u64cd\u4f5c\u306f\u3001\u30eb\u30fc\u30c8 DSE \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u30eb\u30fc\u30c8 DSE \u81ea\u4f53\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u5909\u66f4\u3059\u308b\u5834\u5408\u306f\u3001\u69cb\u6210\u306e "%s" \u30a8\u30f3\u30c8\u30ea\u3092\u4fee\u6b63\u3059\u308b\u3053\u3068\u3067\u5909\u66f4\u3067\u304d\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059 |
| | | MILD_ERR_ROOTDSE_MODIFY_DN_NOT_SUPPORTED_10=\u30a8\u30f3\u30c8\u30ea "%s" \u3092\u30ea\u30cd\u30fc\u30e0\u3057\u307e\u305b\u3093\u3002DN \u5909\u66f4\u64cd\u4f5c\u306f\u3001\u30eb\u30fc\u30c8 DSE \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_ROOTDSE_INVALID_SEARCH_BASE_11=\u30eb\u30fc\u30c8 DSE \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067 "%3$s" \u306e\u30d9\u30fc\u30b9 DN \u3092\u4f7f\u7528\u3057\u3066\u691c\u7d22 (\u63a5\u7d9a ID %1$d\u3001\u64cd\u4f5c ID %2$d) \u3092\u5b9f\u884c\u3057\u307e\u305b\u3093\u3002\u3053\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e \u691c\u7d22\u306e\u30d9\u30fc\u30b9 DN \u306f\u3001\u30eb\u30fc\u30c8 DSE \u81ea\u4f53\u306e DN \u3067\u3042\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059 |
| | | SEVERE_ERR_ROOTDSE_UNEXPECTED_SEARCH_FAILURE_12=An unexpected failure occurred while trying to process a search operation (connection ID %d, operation ID %d) in the root DSE backend: %s |
| | | SEVERE_ERR_ROOTDSE_INVALID_SEARCH_SCOPE_13=Unable to process the search with connection ID %d and operation ID %d because it had an invalid scope of %s |
| | | SEVERE_ERR_ROOTDSE_UNABLE_TO_CREATE_LDIF_WRITER_14=An unexpected error occurred while trying to open the LDIF writer for the root DSE backend: %s |
| | | SEVERE_ERR_ROOTDSE_UNABLE_TO_EXPORT_DSE_15=An unexpected error occurred while trying to export the root DSE entry to the specified LDIF target: %s |
| | | SEVERE_ERR_ROOTDSE_IMPORT_NOT_SUPPORTED_16=The root DSE backend does not support LDIF import operations |
| | | SEVERE_ERR_ROOTDSE_BACKUP_AND_RESTORE_NOT_SUPPORTED_17=The root DSE backend does not provide a facility for backup and restore operations. The contents of the root DSE should be backed up as part of the Directory Server configuration |
| | | INFO_ROOTDSE_USING_SUFFIXES_AS_BASE_DNS_18=\u30eb\u30fc\u30c8 DSE \u69cb\u6210\u304c\u66f4\u65b0\u3055\u308c\u3001\u30eb\u30fc\u30c8 DSE \u3088\u308a\u4e0b\u4f4d\u306e\u691c\u7d22\u5b9f\u884c\u6642\u306b\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u30b5\u30d5\u30a3\u30c3\u30af\u30b9\u306e\u5b9a\u7fa9\u6e08\u307f\u30bb\u30c3\u30c8\u3092\u4f7f\u7528\u3059\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3057\u305f |
| | | INFO_ROOTDSE_USING_NEW_SUBORDINATE_BASE_DNS_19=\u30eb\u30fc\u30c8 DSE \u69cb\u6210\u304c\u66f4\u65b0\u3055\u308c\u3001\u30eb\u30fc\u30c8 DSE \u3088\u308a\u4e0b\u4f4d\u306e\u5b9f\u884c\u6642\u306b\u30d9\u30fc\u30b9 DN \u30bb\u30c3\u30c8 %s \u3092\u4f7f\u7528\u3059\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3057\u305f |
| | | INFO_ROOTDSE_USING_NEW_USER_ATTRS_20=\u30eb\u30fc\u30c8 DSE \u69cb\u6210\u304c\u66f4\u65b0\u3055\u308c\u3001\u30e6\u30fc\u30b6\u30fc\u304c\u5b9a\u7fa9\u3057\u305f\u65b0\u898f\u5c5e\u6027\u30bb\u30c3\u30c8\u3092\u4f7f\u7528\u3059\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3057\u305f |
| | | SEVERE_ERR_MONITOR_CONFIG_ENTRY_NULL_21=An attempt was made to configure the monitor backend without providing a configuration entry. This is not allowed, and no monitor information will be available over protocol |
| | | SEVERE_ERR_MONITOR_CANNOT_DECODE_MONITOR_ROOT_DN_22=An unexpected error occurred while attempting to decode cn=monitor as the base DN for the Directory Server monitor information: %s. No monitor information will be available over protocol |
| | | MILD_ERR_MONITOR_ADD_NOT_SUPPORTED_23=\u30a8\u30f3\u30c8\u30ea "%s" \u3092\u8ffd\u52a0\u3057\u307e\u305b\u3093\u3002\u8ffd\u52a0\u64cd\u4f5c\u306f\u3001\u76e3\u8996\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_MONITOR_DELETE_NOT_SUPPORTED_24=\u30a8\u30f3\u30c8\u30ea "%s" \u3092\u524a\u9664\u3057\u307e\u305b\u3093\u3002\u524a\u9664\u64cd\u4f5c\u306f\u3001\u76e3\u8996\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_MONITOR_MODIFY_NOT_SUPPORTED_25=\u30a8\u30f3\u30c8\u30ea "%s" \u3092\u66f4\u65b0\u3057\u307e\u305b\u3093\u3002\u5909\u66f4\u64cd\u4f5c\u306f\u3001\u76e3\u8996\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u30d9\u30fc\u30b9\u76e3\u8996\u30a8\u30f3\u30c8\u30ea\u81ea\u4f53\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u5909\u66f4\u3059\u308b\u5834\u5408\u306f\u3001\u69cb\u6210\u306e "%s" \u30a8\u30f3\u30c8\u30ea\u3092\u4fee\u6b63\u3059\u308b\u3053\u3068\u3067\u5909\u66f4\u3067\u304d\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059 |
| | | MILD_ERR_MONITOR_MODIFY_DN_NOT_SUPPORTED_26=\u30a8\u30f3\u30c8\u30ea "%s" \u3092\u30ea\u30cd\u30fc\u30e0\u3057\u307e\u305b\u3093\u3002DN \u5909\u66f4\u64cd\u4f5c\u306f\u3001\u76e3\u8996\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | SEVERE_ERR_MONITOR_UNABLE_TO_EXPORT_BASE_27=An error occurred while attempting to export the base monitor entry: %s |
| | | SEVERE_ERR_MONITOR_UNABLE_TO_EXPORT_PROVIDER_ENTRY_28=An error occurred while attempting to export the monitor entry for monitor provider %s: %s |
| | | SEVERE_ERR_MONITOR_IMPORT_NOT_SUPPORTED_29=The monitor backend does not support LDIF import operations |
| | | SEVERE_ERR_MONITOR_BACKUP_AND_RESTORE_NOT_SUPPORTED_30=The monitor backend does not provide a facility for backup and restore operations |
| | | INFO_MONITOR_USING_NEW_USER_ATTRS_31=\u76e3\u8996\u69cb\u6210\u304c\u66f4\u65b0\u3055\u308c\u3001\u30e6\u30fc\u30b6\u30fc\u304c\u5b9a\u7fa9\u3057\u305f\u65b0\u898f\u5c5e\u6027\u30bb\u30c3\u30c8\u3092\u4f7f\u7528\u3059\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3057\u305f |
| | | MILD_ERR_MONITOR_GET_ENTRY_NULL_32=\u8981\u6c42\u3055\u308c\u305f\u30a8\u30f3\u30c8\u30ea\u3092\u76e3\u8996\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304b\u3089\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3002\u6307\u5b9a\u3055\u308c\u305f DN \u304c NULL \u3067\u3057\u305f |
| | | MILD_ERR_MONITOR_BASE_TOO_DEEP_33=\u8981\u6c42\u3055\u308c\u305f\u30a8\u30f3\u30c8\u30ea %s \u3092\u76e3\u8996\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304b\u3089\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3002DN \u304c\u6df1\u3059\u304e\u307e\u3059\u3002\u76e3\u8996\u30a8\u30f3\u30c8\u30ea\u304c %s \u3088\u308a\u3082 2 \u3064\u4ee5\u4e0a\u30ec\u30d9\u30eb\u304c\u4e0b\u3067\u306f\u3044\u3051\u307e\u305b\u3093 |
| | | MILD_ERR_MONITOR_INVALID_BASE_34=\u8981\u6c42\u3055\u308c\u305f\u30a8\u30f3\u30c8\u30ea %s \u3092\u76e3\u8996\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304b\u3089\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3002DN \u304c %s \u306e\u76e3\u8996\u30d9\u30fc\u30b9\u3088\u308a\u4e0b\u3067\u306f\u3042\u308a\u307e\u305b\u3093 |
| | | MILD_ERR_MONITOR_MULTIVALUED_RDN_35=\u8981\u6c42\u3055\u308c\u305f\u30a8\u30f3\u30c8\u30ea %s \u3092\u76e3\u8996\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304b\u3089\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3002\u76e3\u8996\u30a8\u30f3\u30c8\u30ea\u306b\u591a\u5024 RDN \u304c\u542b\u307e\u308c\u3066\u3044\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059 |
| | | MILD_ERR_MONITOR_NO_SUCH_PROVIDER_36=\u8981\u6c42\u3055\u308c\u305f\u30a8\u30f3\u30c8\u30ea\u3092\u76e3\u8996\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304b\u3089\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3002\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306b\u767b\u9332\u3055\u308c\u305f\u76e3\u8996\u30d7\u30ed\u30d0\u30a4\u30c0 "%s" \u304c\u3042\u308a\u307e\u305b\u3093 |
| | | INFO_MONITOR_UPTIME_37=%d \u65e5 %d \u6642\u9593 %d \u5206 %d \u79d2 |
| | | SEVERE_ERR_SCHEMA_CONFIG_ENTRY_NULL_38=An attempt was made to configure the schema backend without providing a configuration entry. This is not allowed, and no schema information will be available over protocol |
| | | INFO_SCHEMA_DESCRIPTION_ENTRY_DN_39=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30b9\u30ad\u30fc\u30de\u60c5\u5831\u3092\u53d6\u5f97\u3059\u308b\u305f\u3081\u306b\u53d6\u5f97\u3055\u308c\u308b\u53ef\u80fd\u6027\u306e\u3042\u308b\u30a8\u30f3\u30c8\u30ea\u306e DN \u307e\u305f\u306f DN \u306e\u30bb\u30c3\u30c8\u3002\u4e92\u63db\u6027\u306e\u76ee\u7684\u3067\u30b9\u30ad\u30fc\u30de\u304c\u8907\u6570\u306e\u5834\u6240\u3067\u6709\u52b9\u306b\u306a\u308b\u53ef\u80fd\u6027\u304c\u3042\u308b\u5834\u5408\u306f\u3001\u8907\u6570\u306e\u5024\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059\u3002\u5024\u304c\u6307\u5b9a\u3055\u308c\u306a\u3044\u5834\u5408\u3001\u30c7\u30d5\u30a9\u30eb\u30c8\u306e "cn=schema" \u304c\u4f7f\u7528\u3055\u308c\u307e\u3059 |
| | | SEVERE_ERR_SCHEMA_CANNOT_DETERMINE_BASE_DN_40=An error occurred while trying to determine the base DNs to use when publishing the Directory Server schema information, as specified in the ds-cfg-schema-entry-dn attribute of configuration entry %s: %s. The default schema base DN of cn=schema will be used |
| | | MILD_ERR_SCHEMA_ADD_NOT_SUPPORTED_41=\u30a8\u30f3\u30c8\u30ea "%s" \u3092\u8ffd\u52a0\u3057\u307e\u305b\u3093\u3002\u8ffd\u52a0\u64cd\u4f5c\u306f\u3001\u30b9\u30ad\u30fc\u30de\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_SCHEMA_DELETE_NOT_SUPPORTED_42=\u30a8\u30f3\u30c8\u30ea "%s" \u3092\u524a\u9664\u3057\u307e\u305b\u3093\u3002\u524a\u9664\u64cd\u4f5c\u306f\u3001\u30b9\u30ad\u30fc\u30de\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_SCHEMA_MODIFY_NOT_SUPPORTED_43=\u30a8\u30f3\u30c8\u30ea "%s" \u3092\u66f4\u65b0\u3057\u307e\u305b\u3093\u3002\u5909\u66f4\u64cd\u4f5c\u306f\u3001\u30b9\u30ad\u30fc\u30de\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u73fe\u5728\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u30d9\u30fc\u30b9\u30b9\u30ad\u30fc\u30de\u30a8\u30f3\u30c8\u30ea\u81ea\u4f53\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u5909\u66f4\u3059\u308b\u5834\u5408\u306f\u3001\u69cb\u6210\u306e "%s" \u30a8\u30f3\u30c8\u30ea\u3092\u4fee\u6b63\u3059\u308b\u3053\u3068\u3067\u5909\u66f4\u3067\u304d\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_DN_NOT_SUPPORTED_44=\u30a8\u30f3\u30c8\u30ea "%s" \u3092\u30ea\u30cd\u30fc\u30e0\u3057\u307e\u305b\u3093\u3002DN \u5909\u66f4\u64cd\u4f5c\u306f\u3001\u30b9\u30ad\u30fc\u30de\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | SEVERE_ERR_SCHEMA_UNABLE_TO_EXPORT_BASE_45=An error occurred while attempting to export the base schema entry: %s |
| | | SEVERE_ERR_SCHEMA_IMPORT_NOT_SUPPORTED_46=The schema backend does not support LDIF import operations |
| | | SEVERE_ERR_SCHEMA_BACKUP_AND_RESTORE_NOT_SUPPORTED_47=The schema backend does not yet provide a facility for backup and restore operations |
| | | MILD_ERR_SCHEMA_INVALID_BASE_48=\u8981\u6c42\u3055\u308c\u305f\u30a8\u30f3\u30c8\u30ea %s \u3092\u30b9\u30ad\u30fc\u30de\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304b\u3089\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3002DN \u304c\u30b9\u30ad\u30fc\u30de\u30a8\u30f3\u30c8\u30ea DN \u306e\u3044\u305a\u308c\u304b\u3068\u540c\u3058\u3067\u3059 |
| | | SEVERE_ERR_SCHEMA_UNABLE_TO_CREATE_LDIF_WRITER_49=An unexpected error occurred while trying to open the LDIF writer for the schema backend: %s |
| | | INFO_SCHEMA_DEREGISTERED_BASE_DN_50=DN %s \u3092\u6b63\u5e38\u306b\u767b\u9332\u89e3\u9664\u3057\u307e\u3057\u305f\u3002\u3053\u306e DN \u306f\u30b9\u30ad\u30fc\u30de\u30a8\u30f3\u30c8\u30ea DN \u3068\u3057\u3066\u4f7f\u7528\u3067\u304d\u306a\u304f\u306a\u308a\u307e\u3057\u305f |
| | | SEVERE_ERR_SCHEMA_CANNOT_DEREGISTER_BASE_DN_51=An error occurred while trying to deregister %s as a schema entry DN: %s |
| | | INFO_SCHEMA_REGISTERED_BASE_DN_52=DN %s \u3092\u65b0\u898f\u30b9\u30ad\u30fc\u30de\u30a8\u30f3\u30c8\u30ea DN \u3068\u3057\u3066\u6b63\u5e38\u306b\u767b\u9332\u3057\u307e\u3057\u305f |
| | | SEVERE_ERR_SCHEMA_CANNOT_REGISTER_BASE_DN_53=An error occurred while trying to register %s as a schema entry DN: %s |
| | | INFO_SCHEMA_USING_NEW_USER_ATTRS_54=\u30b9\u30ad\u30fc\u30de\u69cb\u6210\u304c\u66f4\u65b0\u3055\u308c\u3001\u30e6\u30fc\u30b6\u30fc\u304c\u5b9a\u7fa9\u3057\u305f\u65b0\u898f\u5c5e\u6027\u30bb\u30c3\u30c8\u3092\u4f7f\u7528\u3059\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3057\u305f |
| | | FATAL_ERR_BACKEND_CANNOT_LOCK_ENTRY_55=The Directory Server was unable to obtain a lock on entry %s after multiple attempts. This could mean that the entry is already locked by a long-running operation or that the entry has previously been locked but was not properly unlocked |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_GET_MAC_56=An error occurred while attempting to obtain the %s MAC provider to create the signed hash for the backup: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_GET_DIGEST_57=An error occurred while attempting to obtain the %s message digest to create the hash for the backup: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_58=An error occurred while trying to create the schema archive file %s in directory %s: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_GET_CIPHER_59=An error occurred while attempting to obtain the cipher to use to encrypt the backup: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_ZIP_COMMENT_60=%s schema backup %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_LIST_SCHEMA_FILES_61=An error occurred while attempting to obtain a list of the files in directory %s to include in the schema backup: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_BACKUP_SCHEMA_FILE_62=An error occurred while attempting to back up schema file %s: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_CLOSE_ZIP_STREAM_63=An error occurred while trying to close the schema archive file %s in directory %s: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_64=An error occurred while attempting to update the backup descriptor file %s with information about the schema backup: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_NO_SUCH_BACKUP_65=Unable to restore or verify schema backup %s in directory %s because no such backup exists |
| | | SEVERE_ERR_SCHEMA_RESTORE_NO_BACKUP_FILE_66=Unable to restore or verify schema backup %s in directory %s because the archive filename could not be determined |
| | | SEVERE_ERR_SCHEMA_RESTORE_NO_SUCH_FILE_67=Unable to restore or verify schema backup %s because the specified archive file %s does not exist |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_CHECK_FOR_ARCHIVE_68=Unable to restore or verify schema backup %s because an error occurred while trying to determine whether backup archive %s exists: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_UNKNOWN_DIGEST_69=Unable to restore or verify schema backup %s because an unsigned hash of this backup is available but the server cannot determine the digest algorithm used to generate this hash |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_DIGEST_70=Unable to restore or verify schema backup %s because it has an unsigned hash that uses an unknown or unsupported digest algorithm of %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_UNKNOWN_MAC_71=Unable to restore or verify schema backup %s because a signed hash of this backup is available but the server cannot determine the MAC algorithm used to generate this hash |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_MAC_72=Unable to restore or verify schema backup %s because it has a signed hash that uses an unknown or unsupported MAC algorithm of %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_OPEN_BACKUP_FILE_73=Unable to restore or verify schema backup %s because an error occurred while attempting to open the backup archive file %s: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_CIPHER_75=Unable to restore or verify schema backup %s because it is encrypted using an unknown or unsupported cipher: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_RENAME_CURRENT_DIRECTORY_76=Unable to restore schema backup %s because an error occurred while attempting to rename the current schema directory from %s to %s: %s |
| | | NOTICE_SCHEMA_RESTORE_RESTORED_OLD_SCHEMA_77=\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u3001\u30b9\u30ad\u30fc\u30de\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306e\u5fa9\u5143\u304c\u6b63\u5e38\u306b\u884c\u306a\u308f\u308c\u307e\u305b\u3093\u3067\u3057\u305f\u3002 \u305f\u3060\u3057\u3001\u5fa9\u5143\u30d7\u30ed\u30bb\u30b9\u306e\u958b\u59cb\u524d\u306b\u5b58\u5728\u3057\u305f\u5143\u306e\u30b9\u30ad\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u306f\u4fdd\u6301\u3055\u308c\u3001\u73fe\u5728\u306f %s \u306e\u5143\u306e\u5834\u6240\u306b\u3042\u308a\u307e\u3059 |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_RESTORE_OLD_SCHEMA_78=An error occurred that prevented the schema backup from being properly restored. The original schema files that were in place before the start of the restore process have been preserved and are contained in the %s directory |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_CREATE_SCHEMA_DIRECTORY_79=Unable to restore schema backup %s because an error occurred while attempting to create a new empty directory %s into which the files should be restored: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_OLD_SCHEMA_SAVED_80=An error occurred that prevented the schema backup from being properly restored. The original schema files that were in place before the start of the restore process have been preserved in the %s directory |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_ZIP_ENTRY_81=Unable to restore or verify schema backup %s because an error occurred while trying to read the next entry from the archive file %s: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_CREATE_FILE_82=Unable to restore schema backup %s because an error occurred while trying to recreate file %s: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_PROCESS_ARCHIVE_FILE_83=Unable to restore or verify schema backup %s because an error occurred while processing archived file %s: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_ERROR_ON_ZIP_STREAM_CLOSE_84=Unable to restore or verify schema backup %s because an unexpected error occurred while trying to close the archive file %s: %s |
| | | NOTICE_SCHEMA_RESTORE_UNSIGNED_HASH_VALID_85=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30a2\u30fc\u30ab\u30a4\u30d6\u304b\u3089\u8a08\u7b97\u3055\u308c\u305f\u30e1\u30c3\u30bb\u30fc\u30b8\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u304c\u3001\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u60c5\u5831\u306b\u683c\u7d0d\u3055\u308c\u305f\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u3068\u4e00\u81f4\u3057\u307e\u3059 |
| | | SEVERE_ERR_SCHEMA_RESTORE_UNSIGNED_HASH_INVALID_86=Unable to restore or verify schema backup %s because the message digest calculated from the backup archive does not match the digest stored with the backup information |
| | | NOTICE_SCHEMA_RESTORE_SIGNED_HASH_VALID_87=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30a2\u30fc\u30ab\u30a4\u30d6\u304b\u3089\u8a08\u7b97\u3055\u308c\u305f\u7f72\u540d\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u304c\u3001\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u60c5\u5831\u306b\u683c\u7d0d\u3055\u308c\u305f\u7f72\u540d\u3068\u4e00\u81f4\u3057\u307e\u3059 |
| | | SEVERE_ERR_SCHEMA_RESTORE_SIGNED_HASH_INVALID_88=Unable to restore or verify schema backup %s because the signed digest calculated from the backup archive does not match the signature stored with the backup information |
| | | NOTICE_SCHEMA_RESTORE_VERIFY_SUCCESSFUL_89=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %2$s \u304b\u3089\u30b9\u30ad\u30fc\u30de\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %1$s \u3067\u5b9f\u884c\u3055\u308c\u305f\u3059\u3079\u3066\u306e\u30c6\u30b9\u30c8\u304c\u3001\u30a2\u30fc\u30ab\u30a4\u30d6\u304c\u6709\u52b9\u3067\u3042\u308b\u3053\u3068\u3092\u793a\u3057\u3066\u3044\u307e\u3059 |
| | | NOTICE_SCHEMA_RESTORE_SUCCESSFUL_90=\u30b9\u30ad\u30fc\u30de\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u306f\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %s \u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u304b\u3089\u6b63\u5e38\u306b\u5fa9\u5143\u3055\u308c\u307e\u3057\u305f |
| | | SEVERE_ERR_TASK_INVALID_STATE_91=The task defined in entry %s is invalid because it has an invalid state %s |
| | | SEVERE_ERR_TASK_CANNOT_PARSE_SCHEDULED_START_TIME_92=An error occurred while trying to parse the scheduled start time value %s from task entry %s |
| | | SEVERE_ERR_TASK_CANNOT_PARSE_ACTUAL_START_TIME_93=An error occurred while trying to parse the actual start time value %s from task entry %s |
| | | SEVERE_ERR_TASK_CANNOT_PARSE_COMPLETION_TIME_94=An error occurred while trying to parse the completion time value %s from task entry %s |
| | | SEVERE_ERR_TASK_MISSING_ATTR_95=Task entry %s is missing required attribute %s |
| | | SEVERE_ERR_TASK_MULTIPLE_ATTRS_FOR_TYPE_96=There are multiple instances of attribute %s in task entry %s |
| | | SEVERE_ERR_TASK_NO_VALUES_FOR_ATTR_97=There are no values for attribute %s in task entry %s |
| | | SEVERE_ERR_TASK_MULTIPLE_VALUES_FOR_ATTR_98=There are multiple values for attribute %s in task entry %s |
| | | SEVERE_ERR_TASK_EXECUTE_FAILED_99=An error occurred while executing the task defined in entry %s: %s |
| | | SEVERE_ERR_RECURRINGTASK_NO_ID_ATTRIBUTE_100=The provided recurring task entry does not contain attribute %s which is needed to hold the recurring task ID |
| | | SEVERE_ERR_RECURRINGTASK_MULTIPLE_ID_TYPES_101=The provided recurring task entry contains multiple attributes with type %s, which is used to hold the recurring task ID, but only a single instance is allowed |
| | | SEVERE_ERR_RECURRINGTASK_NO_ID_102=The provided recurring task entry does not contain any values for the %s attribute, which is used to specify the recurring task ID |
| | | SEVERE_ERR_RECURRINGTASK_MULTIPLE_ID_VALUES_103=The provided recurring task entry contains multiple values for the %s attribute, which is used to specify the recurring task ID, but only a single value is allowed |
| | | SEVERE_ERR_RECURRINGTASK_NO_CLASS_ATTRIBUTE_104=The provided recurring task entry does not contain attribute %s which is needed to specify the fully-qualified name of the class providing the task logic |
| | | SEVERE_ERR_RECURRINGTASK_MULTIPLE_CLASS_TYPES_105=The provided recurring task entry contains multiple attributes with type %s, which is used to hold the task class name, but only a single instance is allowed |
| | | SEVERE_ERR_RECURRINGTASK_NO_CLASS_VALUES_106=The provided recurring task entry does not contain any values for the %s attribute, which is used to specify the fully-qualified name of the class providing the task logic |
| | | SEVERE_ERR_RECURRINGTASK_MULTIPLE_CLASS_VALUES_107=The provided recurring task entry contains multiple values for the %s attribute, which is used to specify the task class name, but only a single value is allowed |
| | | SEVERE_ERR_RECURRINGTASK_CANNOT_LOAD_CLASS_108=An error occurred while attempting to load class %s specified in attribute %s of the provided recurring task entry: %s. Does this class exist in the Directory Server classpath? |
| | | SEVERE_ERR_RECURRINGTASK_CANNOT_INSTANTIATE_CLASS_AS_TASK_109=An error occurred while trying to create an instance of class %s as a Directory Server task. Is this class a subclass of %s? |
| | | SEVERE_ERR_RECURRINGTASK_CANNOT_INITIALIZE_INTERNAL_110=An error occurred while attempting to perform internal initialization on an instance of class %s with the information contained in the provided entry: %s |
| | | SEVERE_ERR_TASKBE_CONFIG_ENTRY_NULL_111=The configuration entry provided when attempting to initialize the task backend was null |
| | | SEVERE_ERR_TASKBE_NO_BASE_DNS_112=The task backend configuration entry does not contain any base DNs. There must be exactly one base DN for task information in the Directory Server |
| | | SEVERE_ERR_TASKBE_MULTIPLE_BASE_DNS_113=The task backend configuration entry contains multiple base DNs. There must be exactly one base DN for task information in the Directory Server |
| | | SEVERE_ERR_TASKBE_CANNOT_DECODE_RECURRING_TASK_BASE_DN_114=An error occurred while attempting to decode recurring task base %s as a DN: %s |
| | | SEVERE_ERR_TASKBE_CANNOT_DECODE_SCHEDULED_TASK_BASE_DN_115=An error occurred while attempting to decode scheduled task base %s as a DN: %s |
| | | INFO_TASKBE_DESCRIPTION_RETENTION_TIME_116=\u30bf\u30b9\u30af\u306e\u51e6\u7406\u304c\u5b8c\u4e86\u3057\u305f\u3042\u3068\u3001\u305d\u306e\u30bf\u30b9\u30af\u60c5\u5831\u304c\u4fdd\u6301\u3055\u308c\u308b\u6642\u9593 (\u79d2\u6570)\u3002\u3053\u306e\u671f\u9593\u304c\u7d4c\u904e\u3059\u308b\u3068\u3001\u30e1\u30e2\u30ea\u30fc\u3084\u30c7\u30a3\u30b9\u30af\u5bb9\u91cf\u3092\u7bc0\u7d04\u3059\u308b\u305f\u3081\u306b\u30bf\u30b9\u30af\u60c5\u5831\u306f\u81ea\u52d5\u7684\u306b\u524a\u9664\u3055\u308c\u307e\u3059 |
| | | SEVERE_ERR_TASKBE_CANNOT_INITIALIZE_RETENTION_TIME_117=An unexpected error occurred while attempting to initialize the task retention time configuration: %s |
| | | INFO_TASKBE_DESCRIPTION_BACKING_FILE_118=\u30bf\u30b9\u30af\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e\u30d0\u30c3\u30ad\u30f3\u30b0\u30d5\u30a1\u30a4\u30eb\u3078\u306e\u30d1\u30b9\u3002\u3053\u306e LDIF \u30d5\u30a1\u30a4\u30eb\u306f\u3001\u5b9a\u7fa9\u6e08\u307f\u306e\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u30bf\u30b9\u30af\u304a\u3088\u3073\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u306e\u3059\u3079\u3066\u306e\u69cb\u6210\u3092\u4fdd\u6301\u3057\u307e\u3059 |
| | | SEVERE_ERR_TASKBE_CANNOT_INITIALIZE_BACKING_FILE_119=An unexpected error occurred while attempting to initialize the task backing file configuration: %s |
| | | SEVERE_ERR_TASKBE_NO_BACKING_FILE_120=The updated configuration entry does not have a value for the required %s attribute, which specifies the path to the task data backing file |
| | | SEVERE_ERR_TASKBE_BACKING_FILE_EXISTS_121=The specified task data backing file %s already exists and the Directory Server will not attempt to overwrite it. Please delete or rename the existing file before attempting to use that path for the new backing file, or choose a new path |
| | | SEVERE_ERR_TASKBE_INVALID_BACKING_FILE_PATH_122=The specified path %s for the new task data backing file appears to be an invalid path. Please choose a new path for the task data backing file |
| | | SEVERE_ERR_TASKBE_BACKING_FILE_MISSING_PARENT_123=The parent directory %s for the new task data backing file %s does not exist. Please create this directory before attempting to use this path for the new backing file or choose a new path |
| | | SEVERE_ERR_TASKBE_BACKING_FILE_PARENT_NOT_DIRECTORY_124=The parent directory %s for the new task data backing file %s exists but is not a directory. Please choose a new path for the task data backing file |
| | | SEVERE_ERR_TASKBE_ERROR_GETTING_BACKING_FILE_125=An error occurred while attempting to determine the new path to the task data backing file: %s |
| | | SEVERE_ERR_TASKBE_NO_RETENTION_TIME_126=The updated configuration entry does not have a value for the required %s attribute, which specifies the length of time in seconds that information about completed tasks should be retained before they are cleaned up |
| | | SEVERE_ERR_TASKBE_ERROR_GETTING_RETENTION_TIME_127=An error occurred while attempting to determine the completed task retention time: %s |
| | | INFO_TASKBE_UPDATED_RETENTION_TIME_128=\u5b8c\u4e86\u30bf\u30b9\u30af\u306e\u4fdd\u6301\u671f\u9593\u304c %d \u79d2\u306b\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f\u3002\u3053\u308c\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | INFO_TASKBE_UPDATED_BACKING_FILE_129=\u30bf\u30b9\u30af\u30c7\u30fc\u30bf\u306e\u30d0\u30c3\u30ad\u30f3\u30b0\u30d5\u30a1\u30a4\u30eb\u3078\u306e\u30d1\u30b9\u304c %s \u306b\u5909\u66f4\u3055\u308c\u307e\u3057\u305f\u3002\u73fe\u5728\u306e\u30bf\u30b9\u30af\u69cb\u6210\u306e\u30b9\u30ca\u30c3\u30d7\u30b7\u30e7\u30c3\u30c8\u306f\u3001\u305d\u306e\u30d5\u30a1\u30a4\u30eb\u306b\u66f8\u304d\u8fbc\u307f\u6e08\u307f\u3067\u3001\u4eca\u5f8c\u306e\u66f4\u65b0\u3067\u7d99\u7d9a\u3057\u3066\u4f7f\u7528\u3055\u308c\u307e\u3059 |
| | | SEVERE_ERR_TASKBE_ADD_DISALLOWED_DN_130=New entries in the task backend may only be added immediately below %s for scheduled tasks or immediately below %s for recurring tasks |
| | | SEVERE_ERR_TASKBE_MODIFY_DN_NOT_SUPPORTED_131=Modify DN operations are not supported in the task backend |
| | | INFO_TASKBE_BACKING_FILE_HEADER_132=\u3053\u306e\u30d5\u30a1\u30a4\u30eb\u306b\u306f\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30bf\u30b9\u30af\u30b9\u30b1\u30b8\u30e5\u30fc\u30e9\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u4f7f\u7528\u3055\u308c\u308b\u30c7\u30fc\u30bf\u304c\u542b\u307e\u308c\u307e\u3059\u3002\u3053\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u76f4\u63a5\u7de8\u96c6\u3057\u306a\u3044\u3067\u304f\u3060\u3055\u3044\u3002\u5909\u66f4\u304c\u5931\u308f\u308c\u308b\u304a\u305d\u308c\u304c\u3042\u308a\u307e\u3059\u3002\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u30bf\u30b9\u30af\u3068\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u306e\u5b9a\u7fa9\u306f\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u3067\u63d0\u4f9b\u3055\u308c\u308b\u7ba1\u7406\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30fc\u3092\u4f7f\u7528\u3057\u3066\u306e\u307f\u7de8\u96c6\u3059\u308b\u3088\u3046\u306b\u3057\u3066\u304f\u3060\u3055\u3044 |
| | | SEVERE_ERR_TASKSCHED_DUPLICATE_RECURRING_ID_133=Unable to add recurring task %s to the task scheduler because another recurring task already exists with the same ID |
| | | SEVERE_ERR_TASKSCHED_DUPLICATE_TASK_ID_134=Unable to schedule task %s because another task already exists with the same ID |
| | | SEVERE_ERR_TASKSCHED_CANNOT_FIND_RECURRING_TASK_135=Task %s has completed processing and indicates that it is associated with recurring task %s but no recurring task with that ID is currently defined so it is not possible to schedule the next iteration |
| | | SEVERE_ERR_TASKSCHED_ERROR_SCHEDULING_RECURRING_ITERATION_136=An error occurred while attempting to schedule the next iteration of recurring task %s: %s |
| | | SEVERE_ERR_TASKSCHED_CANNOT_PARSE_ENTRY_RECOVERABLE_137=An error occurred while attempting to read an entry from the tasks backing file %s on or near line %d: %s. This is not a fatal error, so the task scheduler will attempt to continue parsing the file and schedule any additional tasks that it contains |
| | | FATAL_ERR_TASKSCHED_CANNOT_PARSE_ENTRY_FATAL_138=An error occurred while attempting to read an entry from the tasks backing file %s on or near line %d: %s. This is an unrecoverable error, and parsing cannot continue |
| | | SEVERE_ERR_TASKSCHED_ENTRY_HAS_NO_PARENT_139=Entry %s read from the tasks backing file is invalid because it has no parent and does not match the task root DN of %s |
| | | SEVERE_ERR_TASKSCHED_CANNOT_SCHEDULE_RECURRING_TASK_FROM_ENTRY_140=An error occurred while attempting to parse entry %s as a recurring task and add it to the scheduler: %s |
| | | SEVERE_ERR_TASKSCHED_CANNOT_SCHEDULE_TASK_FROM_ENTRY_141=An error occurred while attempting to parse entry %s as a task and add it to the scheduler: %s |
| | | SEVERE_ERR_TASKSCHED_INVALID_TASK_ENTRY_DN_142=Entry %s read from the tasks backing file %s has a DN which is not valid for a task or recurring task definition and will be ignored |
| | | SEVERE_ERR_TASKSCHED_ERROR_READING_TASK_BACKING_FILE_143=An error occurred while attempting to read from the tasks data backing file %s: %s |
| | | SEVERE_ERR_TASKSCHED_CANNOT_CREATE_BACKING_FILE_144=An error occurred while attempting to create a new tasks backing file %s for use with the task scheduler: %s |
| | | SEVERE_ERR_TASKSCHED_NO_CLASS_ATTRIBUTE_145=The provided task entry does not contain attribute %s which is needed to specify the fully-qualified name of the class providing the task logic |
| | | SEVERE_ERR_TASKSCHED_MULTIPLE_CLASS_TYPES_146=The provided task entry contains multiple attributes with type %s, which is used to hold the task class name, but only a single instance is allowed |
| | | SEVERE_ERR_TASKSCHED_NO_CLASS_VALUES_147=The provided task entry does not contain any values for the %s attribute, which is used to specify the fully-qualified name of the class providing the task logic |
| | | SEVERE_ERR_TASKSCHED_MULTIPLE_CLASS_VALUES_148=The provided task entry contains multiple values for the %s attribute, which is used to specify the task class name, but only a single value is allowed |
| | | SEVERE_ERR_TASKSCHED_CANNOT_LOAD_CLASS_149=An error occurred while attempting to load class %s specified in attribute %s of the provided task entry: %s. Does this class exist in the Directory Server classpath? |
| | | SEVERE_ERR_TASKSCHED_CANNOT_INSTANTIATE_CLASS_AS_TASK_150=An error occurred while trying to create an instance of class %s as a Directory Server task. Is this class a subclass of %s? |
| | | SEVERE_ERR_TASKSCHED_CANNOT_INITIALIZE_INTERNAL_151=An error occurred while attempting to perform internal initialization on an instance of class %s with the information contained in the provided entry: %s |
| | | SEVERE_WARN_TASKSCHED_CANNOT_RENAME_CURRENT_BACKING_FILE_152=An error occurred while attempting to rename the current tasks backing file from %s to %s: %s. The previous task configuration (which does not reflect the latest update) may be lost |
| | | SEVERE_ERR_TASKSCHED_CANNOT_RENAME_NEW_BACKING_FILE_153=An error occurred while attempting to rename the new tasks backing file from %s to %s: %s. If the Directory Server is restarted, then the task scheduler may not be able to |
| | | SEVERE_ERR_TASKSCHED_CANNOT_WRITE_BACKING_FILE_154=An error occurred while attempting to write the new tasks data backing file %s: %s. Configuration information reflecting the latest update may be lost |
| | | SEVERE_ERR_TASKBE_IMPORT_NOT_SUPPORTED_155=The task backend does not support LDIF import operations |
| | | INFO_TASKBE_INTERRUPTED_BY_SHUTDOWN_156=\u30bf\u30b9\u30af\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3092\u30b7\u30e3\u30c3\u30c8\u30c0\u30a6\u30f3\u3057\u3066\u3044\u307e\u3059 |
| | | INFO_ROOTDSE_DESCRIPTION_SHOW_ALL_ATTRIBUTES_157=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30b9\u30ad\u30fc\u30de\u69cb\u6210\u306b\u304b\u304b\u308f\u3089\u305a\u3001\u30eb\u30fc\u30c8 DSE \u306e\u3059\u3079\u3066\u306e\u5c5e\u6027\u304c\u30e6\u30fc\u30b6\u30fc\u5c5e\u6027\u3068\u540c\u3058\u3088\u3046\u306b\u51e6\u7406\u3055\u308c\u308b (\u305d\u306e\u5834\u5408\u3001\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u306b\u8fd4\u3055\u308c\u308b) \u304b\u3069\u3046\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059 |
| | | SEVERE_ERR_ROOTDSE_CANNOT_DETERMINE_ALL_USER_ATTRIBUTES_158=An error occurred while trying to determine the value of the %s configuration attribute, which controls whether to treat all root DSE attributes like user attributes: %s. The attributes in the root DSE will be treated based on their definition in the server schema |
| | | INFO_ROOTDSE_UPDATED_SHOW_ALL_ATTRS_159=\u30eb\u30fc\u30c8 DSE \u69cb\u6210\u304c\u66f4\u65b0\u3055\u308c\u3001\u8a2d\u5b9a\u5c5e\u6027 %s \u3067 %s \u306e\u5024\u3092\u4f7f\u7528\u3059\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3057\u305f |
| | | SEVERE_ERR_TASKSCHED_REMOVE_RECURRING_EXISTING_ITERATION_160=Unable to remove recurring task %s because there is already a scheduled iteration of that task with ID %s that must be removed first |
| | | SEVERE_ERR_TASKSCHED_REMOVE_PENDING_NO_SUCH_TASK_161=Unable to remove pending task %s because no such task exists |
| | | SEVERE_ERR_TASKSCHED_REMOVE_PENDING_NOT_PENDING_162=Unable to remove pending task %s because the task is no longer pending |
| | | SEVERE_ERR_TASKSCHED_REMOVE_COMPLETED_NO_SUCH_TASK_163=Unable to remove completed task %s because no such task exists in the list of completed tasks |
| | | SEVERE_ERR_TASKBE_DELETE_INVALID_ENTRY_164=Unable to remove entry %s from the task backend because its DN is either not appropriate for that backend or it is not below the scheduled or recurring tasks base entry |
| | | SEVERE_ERR_TASKBE_DELETE_NO_SUCH_TASK_165=Unable to remove entry %s from the task backend because there is no scheduled task associated with that entry DN |
| | | SEVERE_ERR_TASKBE_DELETE_RUNNING_166=Unable to delete entry %s from the task backend because the associated task is currently running |
| | | SEVERE_ERR_TASKBE_DELETE_NO_SUCH_RECURRING_TASK_167=Unable to remove entry %s from the task backend because there is no recurring task associated with that entry DN |
| | | SEVERE_ERR_TASKBE_SEARCH_INVALID_BASE_168=Unable to process the search operation in the task backend because the provided base DN %s is not valid for entries in the task backend |
| | | SEVERE_ERR_TASKBE_SEARCH_NO_SUCH_TASK_169=Unable to process the search operation in the task backend because there is no scheduled task associated with the provided search base entry %s |
| | | SEVERE_ERR_TASKBE_SEARCH_NO_SUCH_RECURRING_TASK_170=Unable to process the search operation in the task backend because there is no recurring task associated with the provided search base entry %s |
| | | SEVERE_ERR_BACKUP_CONFIG_ENTRY_NULL_171=Unable to initialize the backup backend because the provided configuration entry is null |
| | | SEVERE_ERR_BACKUP_CANNOT_DECODE_BACKUP_ROOT_DN_172=Unable to initialize the backup backend because an error occurred while attempting to decode the base DN for the backend: %s |
| | | INFO_BACKUP_DESCRIPTION_BACKUP_DIR_LIST_173=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u691c\u7d22\u64cd\u4f5c\u306b\u3088\u308a\u30a2\u30af\u30bb\u30b9\u3055\u308c\u308b\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306e\u30bb\u30c3\u30c8\u3002\u3053\u306e\u30ea\u30b9\u30c8\u306b\u306a\u3044\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3082\u3001\u691c\u7d22\u30d9\u30fc\u30b9 DN \u3067\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u76f4\u63a5\u6307\u5b9a\u3059\u308b\u3053\u3068\u306b\u3088\u308a\u3001\u30a2\u30af\u30bb\u30b9\u3067\u304d\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_BACKUP_CANNOT_DETERMINE_BACKUP_DIR_LIST_174=An error occurred while attempting to determine the backup directory list: %s. Initialization of the backup backend cannot continue |
| | | SEVERE_ERR_BACKUP_GET_ENTRY_NULL_175=Unable to retrieve an entry from the backup backend because the requested entry was null |
| | | SEVERE_ERR_BACKUP_INVALID_BASE_176=Requested entry %s does not exist in the backup backend |
| | | SEVERE_ERR_BACKUP_DN_DOES_NOT_SPECIFY_DIRECTORY_177=Unable to retrieve entry %s from the backup backend because the requested DN is one level below the base DN but does not specify a backup directory |
| | | SEVERE_ERR_BACKUP_INVALID_BACKUP_DIRECTORY_178=Unable to retrieve entry %s from the backup backend because the requested backup directory is invalid: %s |
| | | SEVERE_ERR_BACKUP_ERROR_GETTING_BACKUP_DIRECTORY_179=An error occurred while attempting to examine the requested backup directory: %s |
| | | SEVERE_ERR_BACKUP_NO_BACKUP_ID_IN_DN_180=Unable to retrieve entry %s from the backup backend because the requested DN is two levels below the base DN but does not specify a backup ID |
| | | SEVERE_ERR_BACKUP_NO_BACKUP_PARENT_DN_181=Unable to retrieve entry %s from the backup backend because it does not have a parent |
| | | SEVERE_ERR_BACKUP_NO_BACKUP_DIR_IN_DN_182=Unable to retrieve entry %s from the backup backend because the DN does not contain the backup directory in which the requested backup should reside |
| | | SEVERE_ERR_BACKUP_NO_SUCH_BACKUP_183=Backup %s does not exist in backup directory %s |
| | | SEVERE_ERR_BACKUP_ADD_NOT_SUPPORTED_184=Add operations are not supported in the backup backend |
| | | SEVERE_ERR_BACKUP_DELETE_NOT_SUPPORTED_185=Delete operations are not supported in the backup backend |
| | | SEVERE_ERR_BACKUP_MODIFY_NOT_SUPPORTED_186=Modify operations are not supported in the backup backend |
| | | SEVERE_ERR_BACKUP_MODIFY_DN_NOT_SUPPORTED_187=Modify DN operations are not supported in the backup backend |
| | | SEVERE_ERR_BACKUP_NO_SUCH_ENTRY_188=The requested entry %s does not exist in the backup backend |
| | | SEVERE_ERR_BACKUP_EXPORT_NOT_SUPPORTED_189=LDIF export operations are not supported in the backup backend |
| | | SEVERE_ERR_BACKUP_IMPORT_NOT_SUPPORTED_190=LDIF import operations are not supported in the backup backend |
| | | SEVERE_ERR_BACKUP_BACKUP_AND_RESTORE_NOT_SUPPORTED_191=Backup and restore operations are not supported in the backup backend |
| | | SEVERE_ERR_MEMORYBACKEND_REQUIRE_EXACTLY_ONE_BASE_192=Exactly one base DN must be provided for use with the memory-based backend |
| | | SEVERE_ERR_MEMORYBACKEND_ENTRY_ALREADY_EXISTS_193=Entry %s already exists in the memory-based backend |
| | | SEVERE_ERR_MEMORYBACKEND_ENTRY_DOESNT_BELONG_194=Entry %s does not belong in the memory-based backend |
| | | SEVERE_ERR_MEMORYBACKEND_PARENT_DOESNT_EXIST_195=Unable to add entry %s because its parent entry %s does not exist in the memory-based backend |
| | | SEVERE_ERR_MEMORYBACKEND_ENTRY_DOESNT_EXIST_196=Entry %s does not exist in the memory-based backend |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_DELETE_ENTRY_WITH_CHILDREN_197=Cannot delete entry %s because it has one or more subordinate entries |
| | | SEVERE_ERR_MEMORYBACKEND_MODDN_NOT_SUPPORTED_198=Modify DN operations are not supported in the memory-based backend |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_WRITER_199=Unable to create an LDIF writer: %s |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_WRITE_ENTRY_TO_LDIF_200=Cannot write entry %s to LDIF: %s |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_READER_201=Unable to create an LDIF reader: %s |
| | | SEVERE_ERR_MEMORYBACKEND_ERROR_READING_LDIF_202=An unrecoverable error occurred while reading from LDIF: %s |
| | | SEVERE_ERR_MEMORYBACKEND_ERROR_DURING_IMPORT_203=An unexpected error occurred while processing the import: %s |
| | | SEVERE_ERR_MEMORYBACKEND_BACKUP_RESTORE_NOT_SUPPORTED_204=The memory-based backend does not support backup or restore operations |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_RENAME_ENRY_WITH_CHILDREN_205=Cannot rename entry %s because it has one or more subordinate entries |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_RENAME_TO_ANOTHER_BACKEND_206=Cannot rename entry %s because the target entry is in a different backend |
| | | SEVERE_ERR_MEMORYBACKEND_RENAME_PARENT_DOESNT_EXIST_207=Cannot rename entry %s because the new parent entry %s doesn't exist |
| | | INFO_SCHEMA_DESCRIPTION_SHOW_ALL_ATTRIBUTES_208=\u30b5\u30d6\u30b9\u30ad\u30fc\u30de\u30a8\u30f3\u30c8\u30ea\u3067\u5c5e\u6027\u304c\u30aa\u30da\u30ec\u30fc\u30b7\u30e7\u30ca\u30eb\u3067\u3042\u308b\u3068\u30de\u30fc\u30af\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u3067\u3082\u3001\u305d\u308c\u3089\u306e\u5c5e\u6027\u3092\u30e6\u30fc\u30b6\u30fc\u5c5e\u6027\u3068\u3057\u3066\u51e6\u7406\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002\u3053\u308c\u306b\u3088\u308a\u3001attributeType \u3084 objectClasses \u306a\u3069\u306e\u30b9\u30ad\u30fc\u30de\u5c5e\u6027\u304c\u8981\u6c42\u3055\u308c\u306a\u3044\u5834\u5408\u3067\u3082\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u542b\u307e\u308c\u308b\u3053\u3068\u3092\u60f3\u5b9a\u3059\u308b\u4e00\u90e8\u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3068\u306e\u4e92\u63db\u6027\u304c\u5b9f\u73fe\u3067\u304d\u307e\u3059\u3002\u30d7\u30ed\u30c8\u30b3\u30eb\u7d4c\u7531\u3067\u30b9\u30ad\u30fc\u30de\u306e\u5909\u66f4\u3092\u8a66\u307f\u308b\u5834\u5408\u306e\u554f\u984c\u3092\u56de\u907f\u3059\u308b\u305f\u3081\u3001ldapSyntaxes \u5c5e\u6027\u306f\u5e38\u306b\u30aa\u30da\u30ec\u30fc\u30b7\u30e7\u30ca\u30eb\u3068\u3057\u3066\u51e6\u7406\u3055\u308c\u307e\u3059 |
| | | SEVERE_ERR_SCHEMA_CANNOT_DETERMINE_SHOW_ALL_209=An error occurred while trying to determine whether to treat all subschema entry attributes as user attributes regardless of the way they are defined in the schema, as specified in the ds-cfg-show-all-attributes attribute of configuration entry %s: %s. The default behavior, which is to treat the attribute types as defined in the server schema, will be used |
| | | FATAL_ERR_BACKEND_CANNOT_REGISTER_BASEDN_210=An error occurred while attempting to register base DN %s in the Directory Server: %s |
| | | MILD_ERR_SCHEMA_DELETE_MODTYPE_NOT_SUPPORTED_211=\u30b9\u30ad\u30fc\u30de\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u306f\u3001\u73fe\u5728\u3001\u65e2\u5b58\u306e\u30b9\u30ad\u30fc\u30de\u8981\u7d20\u306e\u524a\u9664\u306f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_SCHEMA_INVALID_MODIFICATION_TYPE_212=\u30b9\u30ad\u30fc\u30de\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u306f\u3001%s \u5909\u66f4\u30bf\u30a4\u30d7\u306f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_SCHEMA_MODIFY_UNSUPPORTED_ATTRIBUTE_TYPE_213=\u30b9\u30ad\u30fc\u30de\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u306f\u3001%s \u5c5e\u6027\u578b\u306e\u5909\u66f4\u306f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u5c5e\u6027\u578b\u3001\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u3001\u540d\u524d\u66f8\u5f0f\u3001DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247\u3001DIT \u69cb\u9020\u898f\u5247\u3001\u304a\u3088\u3073\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u4f7f\u7528\u306e\u307f\u3092\u5909\u66f4\u3067\u304d\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_ATTRTYPE_214=\u5c5e\u6027\u578b "%s" \u306e\u5fa9\u53f7\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_SCHEMA_MODIFY_ATTRTYPE_ALREADY_EXISTS_215=\u5c5e\u6027\u578b %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u306b\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u540d\u524d\u307e\u305f\u306f OID \u304c\u7af6\u5408\u3059\u308b\u65e2\u5b58\u306e\u5c5e\u6027\u578b\u304c\u5b58\u5728\u3057\u307e\u3059: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_OBJECTCLASS_216=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 "%s" \u306e\u5fa9\u53f7\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_SCHEMA_MODIFY_UNDEFINED_SUPERIOR_OBJECTCLASS_217=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002%s \u306e\u4e0a\u4f4d\u30af\u30e9\u30b9\u304c\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_SCHEMA_MODIFY_OC_UNDEFINED_REQUIRED_ATTR_218=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u5c5e\u6027 %s \u304c\u5fc5\u8981\u3067\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_OC_UNDEFINED_OPTIONAL_ATTR_219=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u5c5e\u6027 %s \u3092\u8a31\u53ef\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_OBJECTCLASS_ALREADY_EXISTS_220=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u306b\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u540d\u524d\u307e\u305f\u306f OID \u304c\u7af6\u5408\u3059\u308b\u65e2\u5b58\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u304c\u5b58\u5728\u3057\u307e\u3059: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_READ_EXISTING_USER_SCHEMA_221=\u30b9\u30ad\u30fc\u30de\u30d5\u30a1\u30a4\u30eb %s \u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_SCHEMA_222=\u66f4\u65b0\u3055\u308c\u305f\u30b9\u30ad\u30fc\u30de\u306e\u66f8\u304d\u8fbc\u307f\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_NAME_FORM_223=\u540d\u524d\u66f8\u5f0f "%s" \u306e\u5fa9\u53f7\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_DCR_224=DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 "%s" \u306e\u5fa9\u53f7\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_DSR_225=DIT \u69cb\u9020\u898f\u5247 "%s" \u306e\u5fa9\u53f7\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_MR_USE_226=\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u4f7f\u7528 "%s" \u306e\u5fa9\u53f7\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_SCHEMA_MODIFY_DELETE_NO_VALUES_227=\u30b5\u30fc\u30d0\u30fc\u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u306e %s \u5c5e\u6027\u578b\u306b\u5bfe\u3059\u308b\u3059\u3079\u3066\u306e\u5024\u306e\u524a\u9664\u3092\u8a31\u53ef\u3057\u307e\u305b\u3093 |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_ATTRTYPE_228=\u5c5e\u6027\u578b %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u8907\u6570\u306e\u65e2\u5b58\u5c5e\u6027\u578b (%s \u304a\u3088\u3073 %s) \u3068\u7af6\u5408\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_UNDEFINED_SUPERIOR_ATTRIBUTE_TYPE_229=\u5c5e\u6027\u578b %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u4e0a\u4f4d\u5c5e\u6027\u578b %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_OBJECTCLASS_230=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u8907\u6570\u306e\u65e2\u5b58\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 (%s \u304a\u3088\u3073 %s) \u3068\u7af6\u5408\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_NAME_FORM_231=\u540d\u524d\u66f8\u5f0f %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u8907\u6570\u306e\u65e2\u5b58\u540d\u524d\u66f8\u5f0f (%s \u304a\u3088\u3073 %s) \u3068\u7af6\u5408\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_NF_UNDEFINED_STRUCTURAL_OC_232=\u540d\u524d\u66f8\u5f0f %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u69cb\u9020\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_NF_UNDEFINED_REQUIRED_ATTR_233=\u540d\u524d\u66f8\u5f0f %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u5fc5\u9808\u306e\u5c5e\u6027\u578b %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_NF_UNDEFINED_OPTIONAL_ATTR_234=\u540d\u524d\u66f8\u5f0f %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u5c5e\u6027\u578b %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DCR_235=DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u8907\u6570\u306e\u65e2\u5b58 DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 (%s \u304a\u3088\u3073 %s) \u3068\u7af6\u5408\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_STRUCTURAL_OC_CONFLICT_FOR_ADD_DCR_236=DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u69cb\u9020\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059\u304c\u3001\u3053\u306e\u69cb\u9020\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u306f\u5225\u306e DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 %s \u3068\u3059\u3067\u306b\u95a2\u9023\u4ed8\u3051\u3089\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_STRUCTURAL_OC_237=DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u69cb\u9020\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_AUXILIARY_OC_238=DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u88dc\u52a9\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_REQUIRED_ATTR_239=DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u5fc5\u9808\u306e\u5c5e\u6027\u578b %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_OPTIONAL_ATTR_240=DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u5c5e\u6027\u578b %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_PROHIBITED_ATTR_241=DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u7981\u6b62\u3055\u308c\u308b\u5c5e\u6027\u578b %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DSR_242=DIT \u69cb\u9020\u898f\u5247 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u8907\u6570\u306e\u65e2\u5b58 DIT \u69cb\u9020\u898f\u5247 (%s \u304a\u3088\u3073 %s) \u3068\u7af6\u5408\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_NAME_FORM_CONFLICT_FOR_ADD_DSR_243=DIT \u69cb\u9020\u898f\u5247 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u540d\u524d\u66f8\u5f0f %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059\u304c\u3001\u3053\u306e\u540d\u524d\u66f8\u5f0f\u306f\u5225\u306e DIT \u69cb\u9020\u898f\u5247 %s \u3068\u3059\u3067\u306b\u95a2\u9023\u4ed8\u3051\u3089\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_DSR_UNDEFINED_NAME_FORM_244=DIT \u69cb\u9020\u898f\u5247 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u540d\u524d\u66f8\u5f0f %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_MR_USE_245=\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u4f7f\u7528 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u8907\u6570\u306e\u65e2\u5b58\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u4f7f\u7528 (%s \u304a\u3088\u3073 %s) \u3068\u7af6\u5408\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_MR_CONFLICT_FOR_ADD_MR_USE_246=\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u4f7f\u7528 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059\u304c\u3001\u3053\u306e\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306f\u5225\u306e\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u4f7f\u7528 %s \u3068\u3059\u3067\u306b\u95a2\u9023\u4ed8\u3051\u3089\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_MRU_UNDEFINED_ATTR_247=\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u4f7f\u7528 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u5c5e\u6027\u578b %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_AT_248=\u5c5e\u6027\u578b %s \u3067\u5faa\u74b0\u53c2\u7167\u304c\u691c\u51fa\u3055\u308c\u307e\u3057\u305f\u3002\u4e0a\u4f4d\u306e\u578b\u304c\u3053\u306e\u5c5e\u6027\u578b\u81ea\u4f53\u3092\u9023\u9396\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_OC_249=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3067\u5faa\u74b0\u53c2\u7167\u304c\u691c\u51fa\u3055\u308c\u307e\u3057\u305f\u3002\u4e0a\u4f4d\u30af\u30e9\u30b9\u304c\u3053\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u81ea\u4f53\u3092\u9023\u9396\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_DSR_250=DIT \u69cb\u9020\u898f\u5247 %s \u3067\u5faa\u74b0\u53c2\u7167\u304c\u691c\u51fa\u3055\u308c\u307e\u3057\u305f\u3002\u4e0a\u4f4d\u898f\u5247\u304c\u3053\u306e DIT \u69cb\u9020\u898f\u5247\u81ea\u4f53\u3092\u9023\u9396\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_CLEANED_251=\u66f4\u65b0\u3092\u9069\u7528\u3059\u308b\u524d\u306b\u3001\u65e2\u5b58\u30b9\u30ad\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u306e\u30b3\u30d4\u30fc\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s\u3002\u30b5\u30fc\u30d0\u30fc\u304c\u5143\u306e\u30b9\u30ad\u30fc\u30de\u69cb\u6210\u3092\u5fa9\u5143\u3067\u304d\u305f\u305f\u3081\u3001\u8ffd\u52a0\u306e\u30af\u30ea\u30fc\u30f3\u30a2\u30c3\u30d7\u306f\u5fc5\u8981\u3042\u308a\u307e\u305b\u3093 |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_NOT_CLEANED_252=\u66f4\u65b0\u3092\u9069\u7528\u3059\u308b\u524d\u306b\u3001\u65e2\u5b58\u30b9\u30ad\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u306e\u30b3\u30d4\u30fc\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s\u3002\u3055\u3089\u306b\u3001\u5143\u306e\u30b9\u30ad\u30fc\u30de\u69cb\u6210\u306e\u5fa9\u5143\u4e2d\u306b\u554f\u984c\u304c\u767a\u751f\u3057\u305f\u305f\u3081\u3001\u30b5\u30fc\u30d0\u30fc\u306f\u77db\u76fe\u3057\u305f\u72b6\u614b\u306e\u307e\u307e\u3067\u3042\u308b\u304a\u305d\u308c\u304c\u3042\u308a\u3001\u624b\u52d5\u306e\u30af\u30ea\u30fc\u30f3\u30a2\u30c3\u30d7\u304c\u5fc5\u8981\u306a\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_RESTORED_253=\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u306e\u65b0\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u66f8\u304d\u8fbc\u307f\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s\u3002\u30b5\u30fc\u30d0\u30fc\u304c\u5143\u306e\u30b9\u30ad\u30fc\u30de\u69cb\u6210\u3092\u5fa9\u5143\u3067\u304d\u305f\u305f\u3081\u3001\u8ffd\u52a0\u306e\u30af\u30ea\u30fc\u30f3\u30a2\u30c3\u30d7\u306f\u5fc5\u8981\u3042\u308a\u307e\u305b\u3093 |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_NOT_RESTORED_254=\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u306e\u65b0\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u66f8\u304d\u8fbc\u307f\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s\u3002\u3055\u3089\u306b\u3001\u5143\u306e\u30b9\u30ad\u30fc\u30de\u69cb\u6210\u306e\u5fa9\u5143\u4e2d\u306b\u554f\u984c\u304c\u767a\u751f\u3057\u305f\u305f\u3081\u3001\u30b5\u30fc\u30d0\u30fc\u306f\u77db\u76fe\u3057\u305f\u72b6\u614b\u306e\u307e\u307e\u3067\u3042\u308b\u304a\u305d\u308c\u304c\u3042\u308a\u3001\u624b\u52d5\u306e\u30af\u30ea\u30fc\u30f3\u30a2\u30c3\u30d7\u304c\u5fc5\u8981\u306a\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_ATTRIBUTE_TYPE_255=\u5c5e\u6027\u578b %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u3088\u3046\u306a\u5c5e\u6027\u578b\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_SUPERIOR_TYPE_256=\u5c5e\u6027\u578b %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u5c5e\u6027\u578b %s \u306e\u4e0a\u4f4d\u578b\u3068\u3057\u3066\u53c2\u7167\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_OC_257=\u5c5e\u6027\u578b %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3067\u5fc5\u9808\u307e\u305f\u306f\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u5c5e\u6027\u578b\u3068\u3057\u3066\u53c2\u7167\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_NF_258=\u5c5e\u6027\u578b %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u540d\u524d\u66f8\u5f0f %s \u3067\u5fc5\u9808\u307e\u305f\u306f\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u5c5e\u6027\u578b\u3068\u3057\u3066\u53c2\u7167\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_DCR_259=\u5c5e\u6027\u578b %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 %s \u3067\u5fc5\u9808\u3001\u30aa\u30d7\u30b7\u30e7\u30f3\u3001\u307e\u305f\u306f\u7981\u6b62\u306e\u5c5e\u6027\u578b\u3068\u3057\u3066\u53c2\u7167\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_MR_USE_260=\u5c5e\u6027\u578b %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u4f7f\u7528 %s \u306b\u3088\u3063\u3066\u53c2\u7167\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_OBJECTCLASS_261=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u3088\u3046\u306a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_OC_SUPERIOR_CLASS_262=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u306e\u4e0a\u4f4d\u30af\u30e9\u30b9\u3068\u3057\u3066\u53c2\u7167\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_OC_IN_NF_263=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u540d\u524d\u66f8\u5f0f %s \u306e\u69cb\u9020\u30af\u30e9\u30b9\u3068\u3057\u3066\u53c2\u7167\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_OC_IN_DCR_264=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 %s \u306e\u69cb\u9020\u30af\u30e9\u30b9\u307e\u305f\u306f\u88dc\u52a9\u30af\u30e9\u30b9\u3068\u3057\u3066\u53c2\u7167\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_NAME_FORM_265=\u540d\u524d\u66f8\u5f0f %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u3088\u3046\u306a\u540d\u524d\u66f8\u5f0f\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NF_IN_DSR_266=\u540d\u524d\u66f8\u5f0f %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002DIT \u69cb\u9020\u898f\u5247 %s \u306b\u3088\u3063\u3066\u53c2\u7167\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DCR_267=DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u3088\u3046\u306a DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DSR_268=DIT \u69cb\u9020\u898f\u5247 %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u3088\u3046\u306a DIT \u69cb\u9020\u898f\u5247\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_DSR_SUPERIOR_RULE_269=DIT \u69cb\u9020\u898f\u5247 %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002DIT \u69cb\u9020\u898f\u5247 %s \u306e\u4e0a\u4f4d\u30eb\u30fc\u30eb\u3068\u3057\u3066\u53c2\u7167\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_MR_USE_270=\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u4f7f\u7528 %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u3088\u3046\u306a\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u4f7f\u7528\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OC_NOT_STRUCTURAL_271=\u540d\u524d\u66f8\u5f0f %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u53c2\u7167\u3057\u3066\u3044\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u3059\u304c\u3001\u69cb\u9020\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093 |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OC_NOT_STRUCTURAL_272=DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u53c2\u7167\u3057\u3066\u3044\u308b\u69cb\u9020\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u3059\u304c\u3001\u69cb\u9020\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093 |
| | | MILD_ERR_SCHEMA_MODIFY_STRUCTURAL_OC_CONFLICT_FOR_ADD_NF_273=\u540d\u524d\u66f8\u5f0f %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u69cb\u9020\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059\u304c\u3001\u3053\u306e\u69cb\u9020\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u306f\u5225\u306e\u540d\u524d\u66f8\u5f0f %s \u3068\u3059\u3067\u306b\u95a2\u9023\u4ed8\u3051\u3089\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_ATTRIBUTE_TYPE_274=\u5c5e\u6027\u578b %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u4e0a\u4f4d\u578b %s \u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 OBSOLETE \u3068\u3057\u3066\u30de\u30fc\u30af\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_ATTRTYPE_OBSOLETE_MR_275=\u5c5e\u6027\u578b %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u95a2\u9023\u4ed8\u3051\u3089\u308c\u3066\u3044\u308b\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb %s \u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 OBSOLETE \u3068\u3057\u3066\u30de\u30fc\u30af\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_OBJECTCLASS_276=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u4e0a\u4f4d\u30af\u30e9\u30b9 %s \u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 OBSOLETE \u3068\u3057\u3066\u30de\u30fc\u30af\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_OC_OBSOLETE_REQUIRED_ATTR_277=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u5fc5\u9808\u5c5e\u6027 %s \u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 OBSOLETE \u3068\u3057\u3066\u30de\u30fc\u30af\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_OC_OBSOLETE_OPTIONAL_ATTR_278=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u5c5e\u6027 %s \u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 OBSOLETE \u3068\u3057\u3066\u30de\u30fc\u30af\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OC_OBSOLETE_279=\u540d\u524d\u66f8\u5f0f %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u69cb\u9020\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 OBSOLETE \u3068\u3057\u3066\u30de\u30fc\u30af\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OBSOLETE_REQUIRED_ATTR_280=\u540d\u524d\u66f8\u5f0f %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u5fc5\u8981\u3068\u3059\u308b\u5c5e\u6027\u578b %s \u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 OBSOLETE \u3068\u3057\u3066\u30de\u30fc\u30af\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OBSOLETE_OPTIONAL_ATTR_281=\u540d\u524d\u66f8\u5f0f %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 OBSOLETE \u3068\u3057\u3066\u30de\u30fc\u30af\u3055\u308c\u3066\u3044\u308b\u5c5e\u6027\u578b %s \u3092\u8a31\u53ef\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_STRUCTURAL_OC_OBSOLETE_282=DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u69cb\u9020\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 OBSOLETE \u3068\u3057\u3066\u30de\u30fc\u30af\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OC_NOT_AUXILIARY_283=DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u53c2\u7167\u3057\u3066\u3044\u308b\u88dc\u52a9\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u3059\u304c\u3001\u88dc\u52a9\u30af\u30e9\u30b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093 |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_AUXILIARY_OC_OBSOLETE_284=DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 OBSOLETE \u3068\u3057\u3066\u30de\u30fc\u30af\u3055\u308c\u3066\u3044\u308b\u88dc\u52a9\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3092\u8a31\u53ef\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_REQUIRED_ATTR_285=DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u5fc5\u8981\u3068\u3059\u308b\u5c5e\u6027\u578b %s \u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 OBSOLETE \u3068\u3057\u3066\u30de\u30fc\u30af\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_OPTIONAL_ATTR_286=DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 OBSOLETE \u3068\u3057\u3066\u30de\u30fc\u30af\u3055\u308c\u3066\u3044\u308b\u5c5e\u6027\u578b %s \u3092\u8a31\u53ef\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_PROHIBITED_ATTR_287=DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 OBSOLETE \u3068\u3057\u3066\u30de\u30fc\u30af\u3055\u308c\u3066\u3044\u308b\u5c5e\u6027\u578b %s \u3092\u7981\u6b62\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_DSR_OBSOLETE_NAME_FORM_288=DIT \u69cb\u9020\u898f\u5247 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u540d\u524d\u66f8\u5f0f %s \u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 OBSOLETE \u3068\u3057\u3066\u30de\u30fc\u30af\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_DSR_OBSOLETE_SUPERIOR_RULE_289=DIT \u69cb\u9020\u898f\u5247 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 OBSOLETE \u3068\u3057\u3066\u30de\u30fc\u30af\u3055\u308c\u3066\u3044\u308b\u4e0a\u4f4d\u30eb\u30fc\u30eb %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_MRU_OBSOLETE_MR_290=\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u4f7f\u7528 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb %s \u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 OBSOLETE \u306b\u30de\u30fc\u30af\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_MRU_OBSOLETE_ATTR_291=\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u4f7f\u7528 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 OBSOLETE \u3068\u3057\u3066\u30de\u30fc\u30af\u3055\u308c\u3066\u3044\u308b\u5c5e\u6027\u578b %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_AUXILIARY_OC_292=DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 OBSOLETE \u3068\u3057\u3066\u30de\u30fc\u30af\u3055\u308c\u3066\u3044\u308b\u88dc\u52a9\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_INSUFFICIENT_PRIVILEGES_293=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3092\u5909\u66f4\u3059\u308b\u305f\u3081\u306e\u5341\u5206\u306a\u7279\u6a29\u304c\u3042\u308a\u307e\u305b\u3093 |
| | | SEVERE_ERR_SCHEMA_CANNOT_FIND_CONCAT_FILE_294=Unable to find a file containing concatenated schema element definitions in order to determine if any schema changes were made with the server offline. The file was expected in the %s directory and should have been named either %s or %s |
| | | SEVERE_ERR_SCHEMA_ERROR_DETERMINING_SCHEMA_CHANGES_295=An error occurred while attempting to determine whether any schema changes had been made by directly editing the schema files with the server offline: %s |
| | | SEVERE_ERR_SCHEMA_CANNOT_WRITE_CONCAT_SCHEMA_FILE_296=An error occurred while attempting to write file %s containing a concatenated list of all server schema elements: %s. The server may not be able to accurately identify any schema changes made with the server offline |
| | | NOTICE_BACKEND_ENVIRONMENT_UNUSABLE_297=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 ID %s \u306b\u5bfe\u5fdc\u3059\u308b JE \u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u74b0\u5883\u304c\u58ca\u308c\u3066\u3044\u307e\u3059\u3002\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u3092\u518d\u8d77\u52d5\u3057\u3066\u3001\u74b0\u5883\u3092\u958b\u304d\u76f4\u3057\u3066\u304f\u3060\u3055\u3044 |
| | | SEVERE_ERR_TASKSCHED_NOT_ALLOWED_TASK_298=The Directory Server is not configured to allow task %s to be invoked |
| | | INFO_TASK_COMPLETION_BODY_299=\u30bf\u30b9\u30af ID: %s\r\n\u30bf\u30b9\u30af\u306e\u72b6\u614b: %s\r\n\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u8a2d\u5b9a\u3055\u308c\u305f\u958b\u59cb\u6642\u523b: %s\r\n\u5b9f\u969b\u306e\u958b\u59cb\u6642\u523b: %s\r\n\u5b8c\u4e86\u6642\u523b: %s\r\n\r\n\u30ed\u30b0\u30e1\u30c3\u30bb\u30fc\u30b8:\r\n |
| | | SEVERE_ERR_TRUSTSTORE_GET_ENTRY_NULL_300=Unable to retrieve an entry from the trust store backend because the requested entry was null |
| | | SEVERE_ERR_TRUSTSTORE_INVALID_BASE_301=Requested entry %s does not exist in the trust store backend |
| | | SEVERE_ERR_TRUSTSTORE_DN_DOES_NOT_SPECIFY_CERTIFICATE_302=Unable to process entry %s in the trust store backend because the requested DN is one level below the base DN but does not specify a certificate name |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_RETRIEVE_CERT_303=Error while trying to retrieve certificate %s from the trust store file %s: %s |
| | | SEVERE_ERR_TRUSTSTORE_MODIFY_NOT_SUPPORTED_304=Modify operations are not supported in the trust store backend |
| | | SEVERE_ERR_TRUSTSTORE_MODIFY_DN_NOT_SUPPORTED_305=Modify DN operations are not supported in the trust store backend |
| | | SEVERE_ERR_TRUSTSTORE_REQUIRES_ONE_BASE_DN_306=Unable to initialize the trust store backend from configuration entry %s because it does not contain exactly one base DN |
| | | SEVERE_ERR_TRUSTSTORE_IMPORT_AND_EXPORT_NOT_SUPPORTED_307=LDIF import and export operations are not supported in the trust store backend |
| | | SEVERE_ERR_TRUSTSTORE_BACKUP_AND_RESTORE_NOT_SUPPORTED_308=Backup and restore operations are not supported in the trust store backend |
| | | SEVERE_ERR_TRUSTSTORE_NO_SUCH_FILE_309=The trust store file %s specified in attribute ds-cfg-trust-store-file of configuration entry %s does not exist |
| | | SEVERE_ERR_TRUSTSTORE_INVALID_TYPE_310=The trust store type %s specified in attribute ds-cfg-trust-store-type of configuration entry %s is not valid: %s |
| | | SEVERE_ERR_TRUSTSTORE_PIN_FILE_CANNOT_CREATE_311=An error occurred while trying to create the PIN file %s specified in attribute ds-cfg-trust-store-pin-file of configuration entry %s |
| | | SEVERE_ERR_TRUSTSTORE_PIN_FILE_CANNOT_READ_312=An error occurred while trying to read the trust store PIN from file %s specified in configuration attribute ds-cfg-trust-store-pin-file of configuration entry %s: %s |
| | | SEVERE_ERR_TRUSTSTORE_PIN_FILE_EMPTY_313=File %s specified in attribute ds-cfg-trust-store-pin-file of configuration entry %s should contain the PIN needed to access the trust store, but this file is empty |
| | | SEVERE_ERR_TRUSTSTORE_PIN_ENVAR_NOT_SET_314=Environment variable %s which is specified in attribute ds-cfg-trust-store-pin-environment-variable of configuration entry %s should contain the PIN needed to access the trust store, but this property is not set |
| | | SEVERE_ERR_TRUSTSTORE_PIN_PROPERTY_NOT_SET_315=Java property %s which is specified in attribute ds-cfg-trust-store-pin-property of configuration entry %s should contain the PIN needed to access the file-based trust manager, but this property is not set |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_DETERMINE_FILE_316=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-trust-store-file in configuration entry %s: %s |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_LOAD_317=An error occurred while trying to load the trust store contents from file %s: %s |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_CREATE_FACTORY_318=An error occurred while trying to create a trust manager factory to access the contents of trust store file %s: %s |
| | | SEVERE_ERR_TRUSTSTORE_ALIAS_IN_USE_319=The certificate entry %s already exists |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_GENERATE_CERT_320=Error while attempting to generate a self-signed certificate %s in the trust store file %s: %s |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_ADD_CERT_321=Error while trying to add certificate %s to the trust store file %s: %s |
| | | SEVERE_ERR_TRUSTSTORE_DELETE_NOT_SUPPORTED_322=Delete operations are not supported in the trust store backend |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_MISSING_CERT_ATTR_323=The entry %s could not be added because it does not contain a certificate attribute %s |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_ATTRS_324=The entry %s could not be added because it contains multiple certificate attributes %s |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_MISSING_CERT_VALUE_325=The entry %s could not be added because it does not contain a value of certificate attribute %s |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_VALUES_326=The entry %s could not be added because it contains multiple values of certificate attribute %s |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_WRITE_CERT_327=Error while writing certificate %s to a file: %s |
| | | SEVERE_WARN_TRUSTSTORE_SET_PERMISSIONS_FAILED_328=Failed to set permissions on trust store file %s |
| | | SEVERE_ERR_ROOT_CONTAINER_NOT_INITIALIZED_329=The root container for backend %s has not been initialized preventing this backend from processing the requested operation |
| | | SEVERE_ERR_TASKBE_MODIFY_CANNOT_LOCK_ENTRY_330=Unable to obtain a write lock on entry %s |
| | | SEVERE_ERR_TASKBE_MODIFY_INVALID_ENTRY_331=Entry %s cannot be modified because it does not represent a task entry. Only task entries may be modified in the task backend |
| | | SEVERE_ERR_TASKBE_MODIFY_NO_SUCH_TASK_332=Entry %s cannot be modified because it does not represent a valid task in the server |
| | | SEVERE_ERR_TASKBE_MODIFY_COMPLETED_333=Entry %s cannot be modified because the assoicated task has completed running. Completed tasks cannot be modified |
| | | SEVERE_ERR_TASKBE_MODIFY_RECURRING_334=Entry %s cannot be modified because the server does not currently support modifying recurring task entries |
| | | SEVERE_ERR_TASKBE_MODIFY_RUNNING_335=The task associated with entry %s is currently running. The only modification allowed for running tasks is to replace the value of the ds-task-state attribute with "cancel" |
| | | INFO_TASKBE_RUNNING_TASK_CANCELLED_336=\u30bf\u30b9\u30af\u3092\u53d6\u308a\u6d88\u3059\u5909\u66f4\u8981\u6c42\u306b\u3088\u308a\u3001\u30bf\u30b9\u30af\u51e6\u7406\u304c\u4e2d\u65ad\u3055\u308c\u307e\u3057\u305f |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_DELETE_CERT_337=Error while trying to delete certificate %s from the trust store file %s: %s |
| | | SEVERE_ERR_TRUSTSTORE_CERTIFICATE_NOT_FOUND_338=Unable to retrieve entry %s from the trust store backend because the certificate %s does not exist |
| | | SEVERE_ERR_LDIF_BACKEND_MULTIPLE_BASE_DNS_339=The LDIF backend defined in configuration entry %s only supports a single base DN, but was configured for use with multiple base DNs |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_OPENING_FILE_340=An error occurred while attempting to open LDIF file %s for use by the LDIF backend defined in configuration entry %s: %s |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_READING_ENTRY_341=An error occurred while attempting to read data from LDIF file %s into the LDIF backend defined in configuration entry %s: %s |
| | | MILD_ERR_LDIF_BACKEND_DUPLICATE_ENTRY_342=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u3067 LDIF \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u4f7f\u7528\u3059\u308b\u3088\u3046\u5b9a\u7fa9\u3055\u308c\u305f LDIF \u30d5\u30a1\u30a4\u30eb %1$s \u306b\u3001%3$s \u306e DN \u3092\u6301\u3064\u30a8\u30f3\u30c8\u30ea\u304c\u8907\u6570\u3042\u308a\u307e\u3059 |
| | | MILD_ERR_LDIF_BACKEND_ENTRY_OUT_OF_SCOPE_343=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u3067 LDIF \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u4f7f\u7528\u3059\u308b\u3088\u3046\u5b9a\u7fa9\u3055\u308c\u305f LDIF \u30d5\u30a1\u30a4\u30eb %1$s \u306b\u3001\u305d\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u5b9a\u7fa9\u3055\u308c\u305f\u30d9\u30fc\u30b9 DN \u306e\u4e0b\u4f4d\u306b\u306a\u3044\u30a8\u30f3\u30c8\u30ea %3$s \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_LDIF_BACKEND_MISSING_PARENT_344=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u3067 LDIF \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u4f7f\u7528\u3059\u308b\u3088\u3046\u5b9a\u7fa9\u3055\u308c\u305f LDIF \u30d5\u30a1\u30a4\u30eb %1$s \u306b\u3001\u30a8\u30f3\u30c8\u30ea %3$s \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u304c\u3001\u305d\u306e\u89aa\u30a8\u30f3\u30c8\u30ea\u306f\u307e\u3060\u8aad\u307f\u8fbc\u307e\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_CREATING_FILE_345=An error occurred while trying to create file %s to write an updated version of the data for the LDIF backend defined in configuration entry %s: %s |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_WRITING_FILE_346=An error occurred while trying to write updated data to file %s for the LDIF backend defined in configuration entry %s: %s |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_RENAMING_FILE_347=An error occurred while attempting to rename file %s to %s while writing updated data for the LDIF backend defined in configuration entry %s: %s |
| | | MILD_ERR_LDIF_BACKEND_ADD_ALREADY_EXISTS_348=\u30a8\u30f3\u30c8\u30ea %s \u306f\u3001LDIF \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306b\u3059\u3067\u306b\u5b58\u5728\u3057\u307e\u3059 |
| | | MILD_ERR_LDIF_BACKEND_ADD_MISSING_PARENT_349=\u30a8\u30f3\u30c8\u30ea %s \u306e\u89aa\u304c\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | MILD_ERR_LDIF_BACKEND_DELETE_NO_SUCH_ENTRY_350=\u30a8\u30f3\u30c8\u30ea %s \u304c\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | MILD_ERR_LDIF_BACKEND_DELETE_NONLEAF_351=\u30a8\u30f3\u30c8\u30ea %s \u306b 1 \u3064\u4ee5\u4e0a\u306e\u4e0b\u4f4d\u30a8\u30f3\u30c8\u30ea\u304c\u3042\u308b\u305f\u3081\u3001\u305d\u306e\u4e0b\u4f4d\u30a8\u30f3\u30c8\u30ea\u306e\u3059\u3079\u3066\u304c\u5148\u306b\u524a\u9664\u3055\u308c\u308b\u307e\u3067\u3053\u306e\u30a8\u30f3\u30c8\u30ea\u3092\u524a\u9664\u3067\u304d\u307e\u305b\u3093 |
| | | MILD_ERR_LDIF_BACKEND_MODIFY_NO_SUCH_ENTRY_352=\u30a8\u30f3\u30c8\u30ea %s \u304c\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | MILD_ERR_LDIF_BACKEND_MODDN_NO_SUCH_SOURCE_ENTRY_353=\u30bd\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea %s \u304c\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | MILD_ERR_LDIF_BACKEND_MODDN_TARGET_ENTRY_ALREADY_EXISTS_354=\u30bf\u30fc\u30b2\u30c3\u30c8\u30a8\u30f3\u30c8\u30ea %s \u306f\u3059\u3067\u306b\u5b58\u5728\u3057\u307e\u3059 |
| | | MILD_ERR_LDIF_BACKEND_MODDN_NEW_PARENT_DOESNT_EXIST_355=\u65b0\u898f\u89aa DN %s \u304c\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | MILD_ERR_LDIF_BACKEND_SEARCH_NO_SUCH_BASE_356=\u691c\u7d22\u30d9\u30fc\u30b9 DN \u3068\u3057\u3066\u6307\u5b9a\u3055\u308c\u305f\u30a8\u30f3\u30c8\u30ea %s \u304c\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | SEVERE_ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_WRITER_357=An error occurred while trying to create the writer for the LDIF export operation: %s |
| | | SEVERE_ERR_LDIF_BACKEND_CANNOT_WRITE_ENTRY_TO_LDIF_358=An error occurred while trying to write entry %s during the LDIF export: %s |
| | | SEVERE_ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_READER_359=An error occurred while trying to create the reader for the LDIF import operation: %s |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_READING_LDIF_360=An unrecoverable error occurred while attempting to read data from the import file: %s. The LDIF import cannot continue |
| | | MILD_ERR_LDIF_BACKEND_BACKUP_RESTORE_NOT_SUPPORTED_361=LDIF \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u306f\u3001\u73fe\u5728\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u307e\u305f\u306f\u5fa9\u5143\u306e\u6a5f\u69cb\u3092\u63d0\u4f9b\u3057\u3066\u3044\u307e\u305b\u3093\u3002\u4ee3\u308f\u308a\u306b\u3001LDIF \u30a4\u30f3\u30dd\u30fc\u30c8\u304a\u3088\u3073\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u64cd\u4f5c\u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044 |
| | | MILD_ERR_LDIF_BACKEND_LDIF_DOESNT_EXIST_362=LDIF \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u3067\u53c2\u7167\u3055\u308c\u3066\u3044\u308b LDIF \u30d5\u30a1\u30a4\u30eb %1$s \u304c\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | INFO_LDIF_BACKEND_LDIF_FILE_CHANGED_363=LDIF \u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u306b\u5bfe\u3059\u308b\u5909\u66f4\u306f\u3001\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3092\u7121\u52b9\u306b\u3057\u3066\u518d\u5ea6\u6709\u52b9\u306b\u3059\u308b\u307e\u3067\u3001\u6709\u52b9\u306b\u306a\u308a\u307e\u305b\u3093 |
| | | INFO_LDIF_BACKEND_BASE_DN_CHANGED_364=LDIF \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u30d9\u30fc\u30b9 DN \u306b\u5bfe\u3059\u308b\u5909\u66f4\u306f\u3001\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3092\u7121\u52b9\u306b\u3057\u3066\u518d\u5ea6\u6709\u52b9\u306b\u3059\u308b\u307e\u3067\u3001\u6709\u52b9\u306b\u306a\u308a\u307e\u305b\u3093 |
| | | MILD_ERR_LDIF_BACKEND_HAS_SUBORDINATES_NO_SUCH_ENTRY_365=\u30bf\u30fc\u30b2\u30c3\u30c8\u30a8\u30f3\u30c8\u30ea %s \u304c\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | MILD_ERR_LDIF_BACKEND_NUM_SUBORDINATES_NO_SUCH_ENTRY_366=\u30bf\u30fc\u30b2\u30c3\u30c8\u30a8\u30f3\u30c8\u30ea %s \u304c\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | SEVERE_ERR_TRUSTSTORE_ERROR_READING_KEY_367=Error reading key %s from key store %s: %s |
| | | MILD_ERR_HAS_SUBORDINATES_NOT_SUPPORTED_368=\u3053\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306f\u3001hasSubordinates \u30aa\u30da\u30ec\u30fc\u30b7\u30e7\u30ca\u30eb\u5c5e\u6027\u306e\u30b5\u30dd\u30fc\u30c8\u3092\u63d0\u4f9b\u3057\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_NUM_SUBORDINATES_NOT_SUPPORTED_369=\u3053\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306f\u3001numSubordinates \u30aa\u30da\u30ec\u30fc\u30b7\u30e7\u30ca\u30eb\u5c5e\u6027\u306e\u30b5\u30dd\u30fc\u30c8\u3092\u63d0\u4f9b\u3057\u3066\u3044\u307e\u305b\u3093 |
| | | NOTICE_BACKEND_OFFLINE_370=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 %s \u306f\u30aa\u30d5\u30e9\u30a4\u30f3\u306b\u306a\u308a\u307e\u3057\u305f |
| New file |
| | |
| | | # CDDL HEADER START |
| | | # |
| | | # The contents of this file are subject to the terms of the |
| | | # Common Development and Distribution License, Version 1.0 only |
| | | # (the "License"). You may not use this file except in compliance |
| | | # with the License. |
| | | # |
| | | # You can obtain a copy of the license at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE |
| | | # or https://OpenDS.dev.java.net/OpenDS.LICENSE. |
| | | # See the License for the specific language governing permissions |
| | | # and limitations under the License. |
| | | # |
| | | # When distributing Covered Code, include this CDDL HEADER in each |
| | | # file and include the License file at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, |
| | | # add the following below this CDDL HEADER, with the fields enclosed |
| | | # by brackets "[]" replaced with your own identifying information: |
| | | # Portions Copyright [yyyy] [name of copyright owner] |
| | | # |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2008 Sun Microsystems, Inc. |
| | | |
| | | |
| | | |
| | | # |
| | | # Global directives |
| | | # |
| | | global.category=BACKEND |
| | | |
| | | # |
| | | # Format string definitions |
| | | # |
| | | # Keys must be formatted as follows: |
| | | # |
| | | # [SEVERITY]_[DESCRIPTION]_[ORDINAL] |
| | | # |
| | | # where: |
| | | # |
| | | # SEVERITY is one of: |
| | | # [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE] |
| | | # |
| | | # DESCRIPTION is an upper case string providing a hint as to the context of |
| | | # the message in upper case with the underscore ('_') character serving as |
| | | # word separator |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | FATAL_ERR_BACKEND_CANNOT_REMOVE_MULTIBASE_SUB_SUFFIX_1=\ud558\uc704 \uc811\ubbf8\uc5b4 \"%s\"\uc744(\ub97c) \uc811\ubbf8\uc5b4 \"%s\"\uc774(\uac00) \uc788\ub294 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \ub4f1\ub85d \ud574\uc81c\ud558\ub824\uace0 \ud588\uc2b5\ub2c8\ub2e4. \ud558\uc9c0\ub9cc \ud574\ub2f9 \ud558\uc704 \uc811\ubbf8\uc5b4\uac00 \uc788\ub294 \ud558\uc704 \ubc31\uc5d4\ub4dc\uc5d0\ub3c4 \ucd94\uac00 \ud558\uc704 \uc811\ubbf8\uc5b4\uac00 \uc788\uc5b4\uc11c \ub4f1\ub85d\uc744 \ud574\uc81c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uc5f0\uacb0\ub41c \ud558\uc704 \ubc31\uc5d4\ub4dc\uc5d0 \ub300\ud55c \uad6c\uc131\uc744 \ud3b8\uc9d1\ud558\uc5ec \uc774 \ud558\uc704 \uc811\ubbf8\uc5b4\ub97c \uc81c\uac70\ud560 \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4. |
| | | FATAL_ERR_ROOTDSE_CONFIG_ENTRY_NULL_2=\uad6c\uc131 \ud56d\ubaa9\uc744 \uc81c\uacf5\ud558\uc9c0 \uc54a\uace0 \ub8e8\ud2b8 DSE \ubc31\uc5d4\ub4dc\ub97c \uad6c\uc131\ud558\ub824\uace0 \ud588\uc2b5\ub2c8\ub2e4. \uc774\ub294 \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | INFO_ROOTDSE_SUBORDINATE_BASE_DESCRIPTION_3=\ub8e8\ud2b8 DSE\ub97c \uae30\ubc18\uc73c\ub85c singleLevel, wholeSubtree \ubc0f subordinateSubtree \uac80\uc0c9\uc5d0 \uc0ac\uc6a9\ud560 \uae30\ubcf8 DN \uc9d1\ud569\uc785\ub2c8\ub2e4. \uc81c\uacf5\ub418\uc9c0 \uc54a\uc744 \uacbd\uc6b0 \ubaa8\ub4e0 \uc0ac\uc6a9\uc790 \uc815\uc758 \uc811\ubbf8\uc0ac \uc9d1\ud569\uc774 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_WARN_ROOTDSE_NO_BACKEND_FOR_SUBORDINATE_BASE_4=\uae30\ubcf8 DN \"%s\"\uc740(\ub294) \ub8e8\ud2b8 DSE \uc544\ub798\uc5d0\uc11c \uac80\uc0c9\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 \ud558\uc704 \uae30\ubcf8 DN \uc911 \ud558\ub098\ub85c \uad6c\uc131\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \ud558\uc9c0\ub9cc \uc774 \uae30\ubcf8 DN\uc740 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0 \ub4f1\ub85d\ub41c \uc811\ubbf8\uc0ac\uc5d0 \uc758\ud574 \ucc98\ub9ac\ub418\uc9c0 \uc54a\uc73c\ubbc0\ub85c \uc0ac\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_ROOTDSE_SUBORDINATE_BASE_EXCEPTION_5=\ub8e8\ud2b8 DSE \uc544\ub798\uc5d0\uc11c \uac80\uc0c9\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 \ud558\uc704 \uae30\ubcf8 DN \uc9d1\ud569\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \ubb38\uc81c\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_WARN_ROOTDSE_GET_ENTRY_NONROOT_6=\ub8e8\ud2b8 DSE \ubc31\uc5d4\ub4dc\uac00 DN\uc774 \"%s\"\uc778 \ud56d\ubaa9\uc744 \uac80\uc0c9\ud558\ub3c4\ub85d \uc694\uccad \ubc1b\uc558\uc2b5\ub2c8\ub2e4. \uc774 \ubc31\uc5d4\ub4dc\ub294 \ub8e8\ud2b8 DSE \uc790\uccb4\ub9cc \uac80\uc0c9\ud558\ub3c4\ub85d \uc694\uccad \ubc1b\uc544\uc57c \ud569\ub2c8\ub2e4. \ud558\uc9c0\ub9cc \uc815\uc758\ub41c \ud558\uc704 \ubc31\uc5d4\ub4dc\ub97c \uac80\uc0ac\ud558\uc5ec \uc694\uccad\ud55c \ud56d\ubaa9\uc744 \ucc3e\uc744 \uc218 \uc788\ub294\uc9c0 \ud655\uc778\ud569\ub2c8\ub2e4. |
| | | MILD_ERR_ROOTDSE_ADD_NOT_SUPPORTED_7=\ub8e8\ud2b8 DSE \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 \ucd94\uac00 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc73c\ubbc0\ub85c \"%s\" \ud56d\ubaa9\uc774 \ucd94\uac00\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_ROOTDSE_DELETE_NOT_SUPPORTED_8=\ub8e8\ud2b8 DSE \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 \uc0ad\uc81c \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc73c\ubbc0\ub85c \"%s\" \ud56d\ubaa9\uc774 \uc81c\uac70\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_ROOTDSE_MODIFY_NOT_SUPPORTED_9=\ub8e8\ud2b8 DSE \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 \uc218\uc815 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc73c\ubbc0\ub85c \"%s\" \ud56d\ubaa9\uc774 \uc5c5\ub370\uc774\ud2b8\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \ub8e8\ud2b8 DSE \uc790\uccb4\uc758 \ub0b4\uc6a9\uc744 \ubcc0\uacbd\ud558\ub824\ub294 \uacbd\uc6b0 \uad6c\uc131\uc5d0\uc11c \"%s\" \ud56d\ubaa9\uc744 \uc218\uc815\ud558\uba74 \uac00\ub2a5\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_ROOTDSE_MODIFY_DN_NOT_SUPPORTED_10=\ub8e8\ud2b8 DSE \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 DN \uc218\uc815 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc73c\ubbc0\ub85c \"%s\" \ud56d\ubaa9 \uc774\ub984\uc774 \ubcc0\uacbd\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_ROOTDSE_INVALID_SEARCH_BASE_11=\ub8e8\ud2b8 DSE \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 \"%3$s\"\uc758 \uae30\ubcf8 DN\uc73c\ub85c \uac80\uc0c9(\uc5f0\uacb0 ID %1$d, \uc791\uc5c5 ID %2$d)\uc774 \uc218\ud589\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc774 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \uac80\uc0c9\ud560 \uae30\ubcf8 DN\uc740 \ub8e8\ud2b8 DSE \uc790\uccb4\uc758 DN\uc774\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_ROOTDSE_UNEXPECTED_SEARCH_FAILURE_12=\ub8e8\ud2b8 DSE \ubc31\uc5d4\ub4dc\uc5d0\uc11c \uac80\uc0c9 \uc791\uc5c5(\uc5f0\uacb0 ID %d, \uc791\uc5c5 ID %d)\uc744 \ucc98\ub9ac\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_ROOTDSE_INVALID_SEARCH_SCOPE_13=%3$s \ubc94\uc704\uac00 \uc798\ubabb\ub418\uc5c8\uc73c\ubbc0\ub85c \uc5f0\uacb0 ID %1$d \ubc0f \uc791\uc5c5 ID %2$d(\uc73c)\ub85c \uac80\uc0c9\uc744 \ucc98\ub9ac\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_ROOTDSE_UNABLE_TO_CREATE_LDIF_WRITER_14=\ub8e8\ud2b8 DSE \ubc31\uc5d4\ub4dc\uc5d0 \ub300\ud55c LDIF \uc791\uc131\uae30\ub97c \uc5ec\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_ROOTDSE_UNABLE_TO_EXPORT_DSE_15=\ub8e8\ud2b8 DSE \ud56d\ubaa9\uc744 \uc9c0\uc815\ub41c LDIF \ub300\uc0c1\uc5d0 \ub0b4\ubcf4\ub0b4\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_ROOTDSE_IMPORT_NOT_SUPPORTED_16=\ub8e8\ud2b8 DSE \ubc31\uc5d4\ub4dc\ub294 LDIF \uac00\uc838\uc624\uae30 \uc791\uc5c5\uc744 \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_ROOTDSE_BACKUP_AND_RESTORE_NOT_SUPPORTED_17=\ub8e8\ud2b8 DSE \ubc31\uc5d4\ub4dc\ub294 \ubc31\uc5c5 \ubc0f \ubcf5\uc6d0 \uc791\uc5c5\uc744 \uc704\ud55c \uae30\ub2a5\uc744 \uc81c\uacf5\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \ub8e8\ud2b8 DSE\uc758 \ub0b4\uc6a9\uc740 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc758 \uc77c\ubd80\ub85c \ubc31\uc5c5\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | INFO_ROOTDSE_USING_SUFFIXES_AS_BASE_DNS_18=\ub8e8\ud2b8 DSE \uad6c\uc131\uc774 \uc5c5\ub370\uc774\ud2b8\ub418\uc5c8\uc73c\ubbc0\ub85c \uc774\uc81c \ub8e8\ud2b8 DSE \uc544\ub798\uc5d0\uc11c \uac80\uc0c9\uc744 \uc218\ud589\ud560 \ub54c \uc815\uc758\ub41c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc811\ubbf8\uc0ac \uc9d1\ud569\uc774 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. |
| | | INFO_ROOTDSE_USING_NEW_SUBORDINATE_BASE_DNS_19=\ub8e8\ud2b8 DSE \uad6c\uc131\uc774 \uc5c5\ub370\uc774\ud2b8\ub418\uc5c8\uc73c\ubbc0\ub85c \uc774\uc81c \ub8e8\ud2b8 DSE \uc544\ub798\uc5d0\uc11c \uc218\ud589\ud560 \ub54c \uae30\ubcf8 DN \uc9d1\ud569 %s\uc774(\uac00) \uc0ac\uc6a9\ub429\ub2c8\ub2e4. |
| | | INFO_ROOTDSE_USING_NEW_USER_ATTRS_20=\ub8e8\ud2b8 DSE \uad6c\uc131\uc774 \uc5c5\ub370\uc774\ud2b8\ub418\uc5c8\uc73c\ubbc0\ub85c \uc774\uc81c \uc0c8 \uc0ac\uc6a9\uc790 \uc815\uc758 \uc18d\uc131 \uc9d1\ud569\uc774 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_MONITOR_CONFIG_ENTRY_NULL_21=\uad6c\uc131 \ud56d\ubaa9\uc744 \uc81c\uacf5\ud558\uc9c0 \uc54a\uace0 \ubaa8\ub2c8\ud130 \ubc31\uc5d4\ub4dc\ub97c \uad6c\uc131\ud558\ub824\uace0 \ud588\uc2b5\ub2c8\ub2e4. \uc774\ub294 \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uc73c\ubbc0\ub85c \ud504\ub85c\ud1a0\ucf5c\uc744 \ud1b5\ud574 \ubaa8\ub2c8\ud130 \uc815\ubcf4\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_MONITOR_CANNOT_DECODE_MONITOR_ROOT_DN_22=cn=monitor\uc758 \uc554\ud638\ub97c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ubaa8\ub2c8\ud130 \uc815\ubcf4\uc5d0 \ub300\ud55c \uae30\ubcf8 DN\uc73c\ub85c \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \ud504\ub85c\ud1a0\ucf5c\uc744 \ud1b5\ud574 \ubaa8\ub2c8\ud130 \uc815\ubcf4\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_MONITOR_ADD_NOT_SUPPORTED_23=\ubaa8\ub2c8\ud130 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 \ucd94\uac00 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc73c\ubbc0\ub85c \"%s\" \ud56d\ubaa9\uc774 \ucd94\uac00\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_MONITOR_DELETE_NOT_SUPPORTED_24=\ubaa8\ub2c8\ud130 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 \uc0ad\uc81c \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc73c\ubbc0\ub85c \"%s\" \ud56d\ubaa9\uc774 \uc81c\uac70\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_MONITOR_MODIFY_NOT_SUPPORTED_25=\ubaa8\ub2c8\ud130 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 \uc218\uc815 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc73c\ubbc0\ub85c \"%s\" \ud56d\ubaa9\uc774 \uc5c5\ub370\uc774\ud2b8\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uae30\ubcf8 \ubaa8\ub2c8\ud130 \ud56d\ubaa9 \uc790\uccb4\uc758 \ub0b4\uc6a9\uc744 \ubcc0\uacbd\ud558\ub824\ub294 \uacbd\uc6b0 \uad6c\uc131\uc5d0\uc11c \"%s\" \ud56d\ubaa9\uc744 \uc218\uc815\ud558\uba74 \uac00\ub2a5\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_MONITOR_MODIFY_DN_NOT_SUPPORTED_26=\ubaa8\ub2c8\ud130 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 DN \uc218\uc815 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc73c\ubbc0\ub85c \"%s\" \ud56d\ubaa9 \uc774\ub984\uc774 \ubcc0\uacbd\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_MONITOR_UNABLE_TO_EXPORT_BASE_27=\uae30\ubcf8 \ubaa8\ub2c8\ud130 \ud56d\ubaa9\uc744 \ub0b4\ubcf4\ub0b4\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_MONITOR_UNABLE_TO_EXPORT_PROVIDER_ENTRY_28=\ubaa8\ub2c8\ud130 \uacf5\uae09\uc790 %s\uc5d0 \ub300\ud55c \ubaa8\ub2c8\ud130 \ud56d\ubaa9\uc744 \ub0b4\ubcf4\ub0b4\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_MONITOR_IMPORT_NOT_SUPPORTED_29=\ubaa8\ub2c8\ud130 \ubc31\uc5d4\ub4dc\ub294 LDIF \uac00\uc838\uc624\uae30 \uc791\uc5c5\uc744 \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_MONITOR_BACKUP_AND_RESTORE_NOT_SUPPORTED_30=\ubaa8\ub2c8\ud130 \ubc31\uc5d4\ub4dc\ub294 \ubc31\uc5c5 \ubc0f \ubcf5\uc6d0 \uc791\uc5c5\uc744 \uc704\ud55c \uae30\ub2a5\uc744 \uc81c\uacf5\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | INFO_MONITOR_USING_NEW_USER_ATTRS_31=\ubaa8\ub2c8\ud130 \uad6c\uc131\uc774 \uc5c5\ub370\uc774\ud2b8\ub418\uc5c8\uc73c\ubbc0\ub85c \uc774\uc81c \uc0c8 \uc0ac\uc6a9\uc790 \uc815\uc758 \uc18d\uc131 \uc9d1\ud569\uc774 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. |
| | | MILD_ERR_MONITOR_GET_ENTRY_NULL_32=\uc81c\uacf5\ub41c DN\uc774 Null\uc774\ubbc0\ub85c \ubaa8\ub2c8\ud130 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \uc694\uccad\ud55c \ud56d\ubaa9\uc744 \uac80\uc0c9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_MONITOR_BASE_TOO_DEEP_33=DN\uc774 \ub108\ubb34 \uae4a\uc5b4\uc11c \ubaa8\ub2c8\ud130 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \uc694\uccad\ud55c \ud56d\ubaa9 %s\uc744(\ub97c) \uac80\uc0c9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \ubaa8\ub2c8\ud130 \ud56d\ubaa9\uc740 %s\ubcf4\ub2e4 \ub450 \uc218\uc900 \uc774\uc0c1 \uc544\ub798\uc77c \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_MONITOR_INVALID_BASE_34=DN\uc774 %2$s\uc758 \ubaa8\ub2c8\ud130 \uae30\ubcf8 \uc544\ub798\uc5d0 \uc788\uc9c0 \uc54a\uc73c\ubbc0\ub85c \ubaa8\ub2c8\ud130 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \uc694\uccad\ud55c \ud56d\ubaa9 %1$s\uc744(\ub97c) \uac80\uc0c9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_MONITOR_MULTIVALUED_RDN_35=\ubaa8\ub2c8\ud130 \ud56d\ubaa9\uc5d0 \uc5ec\ub7ec \uac12\uc744 \uac00\uc9c4 RDN\uc744 \ud3ec\ud568\ud560 \uc218 \uc5c6\uc73c\ubbc0\ub85c \ubaa8\ub2c8\ud130 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \uc694\uccad\ud55c \ud56d\ubaa9 %s\uc744(\ub97c) \uac80\uc0c9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_MONITOR_NO_SUCH_PROVIDER_36=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0 \ubaa8\ub2c8\ud130 \uacf5\uae09\uc790 \"%s\"\uc774(\uac00) \ub4f1\ub85d\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc73c\ubbc0\ub85c \ubaa8\ub2c8\ud130 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \uc694\uccad\ud55c \ud56d\ubaa9\uc744 \uac80\uc0c9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | INFO_MONITOR_UPTIME_37=%d\uc77c %d\uc2dc\uac04 %d\ubd84 %d\ucd08 |
| | | SEVERE_ERR_SCHEMA_CONFIG_ENTRY_NULL_38=\uad6c\uc131 \ud56d\ubaa9\uc744 \uc81c\uacf5\ud558\uc9c0 \uc54a\uace0 \uc2a4\ud0a4\ub9c8 \ubc31\uc5d4\ub4dc\ub97c \uad6c\uc131\ud558\ub824\uace0 \ud588\uc2b5\ub2c8\ub2e4. \uc774\ub294 \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uc73c\ubbc0\ub85c \ud504\ub85c\ud1a0\ucf5c\uc744 \ud1b5\ud574 \uc2a4\ud0a4\ub9c8 \uc815\ubcf4\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | INFO_SCHEMA_DESCRIPTION_ENTRY_DN_39=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc2a4\ud0a4\ub9c8 \uc815\ubcf4\ub97c \ucc3e\uae30 \uc704\ud574 \uac80\uc0c9\ud560 \uc218 \uc788\ub294 \ud56d\ubaa9\uc5d0 \ub300\ud55c DN \ub610\ub294 DN \uc9d1\ud569\uc785\ub2c8\ub2e4. \ud638\ud658\uc131\uc744 \uc704\ud574 \uc5ec\ub7ec \uc704\uce58\uc5d0\uc11c \uc2a4\ud0a4\ub9c8\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc788\ub294 \uacbd\uc6b0 \uac12\uc774 \uc5ec\ub7ec \uac1c \uc81c\uacf5\ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc81c\uacf5\ub41c \uac12\uc774 \uc5c6\uc744 \uacbd\uc6b0 \uae30\ubcf8\uac12 \"cn=schema\"\uac00 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_SCHEMA_CANNOT_DETERMINE_BASE_DN_40=\uad6c\uc131 \ud56d\ubaa9 %s\uc758 ds-cfg-schema-entry-dn \uc18d\uc131\uc5d0 \uc9c0\uc815\ub41c \ub300\ub85c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc2a4\ud0a4\ub9c8 \uc815\ubcf4\ub97c \uac8c\uc2dc\ud560 \ub54c \uc0ac\uc6a9\ud560 \uae30\ubcf8 DN\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \uae30\ubcf8 \uc2a4\ud0a4\ub9c8 \uae30\ubcf8 DN\uc778 cn=schema\uac00 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_ADD_NOT_SUPPORTED_41=\uc2a4\ud0a4\ub9c8 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 \ucd94\uac00 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc73c\ubbc0\ub85c \"%s\" \ud56d\ubaa9\uc774 \ucd94\uac00\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_DELETE_NOT_SUPPORTED_42=\uc2a4\ud0a4\ub9c8 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 \uc0ad\uc81c \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc73c\ubbc0\ub85c \"%s\" \ud56d\ubaa9\uc774 \uc81c\uac70\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_NOT_SUPPORTED_43=\uc2a4\ud0a4\ub9c8 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 \uc544\uc9c1 \uc218\uc815 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc73c\ubbc0\ub85c \"%s\" \ud56d\ubaa9\uc774 \uc5c5\ub370\uc774\ud2b8\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uae30\ubcf8 \uc2a4\ud0a4\ub9c8 \ud56d\ubaa9 \uc790\uccb4\uc758 \ub0b4\uc6a9\uc744 \ubcc0\uacbd\ud558\ub824\ub294 \uacbd\uc6b0 \uad6c\uc131\uc5d0\uc11c \"%s\" \ud56d\ubaa9\uc744 \uc218\uc815\ud558\uba74 \uac00\ub2a5\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_DN_NOT_SUPPORTED_44=\uc2a4\ud0a4\ub9c8 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 DN \uc218\uc815 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc73c\ubbc0\ub85c \"%s\" \ud56d\ubaa9 \uc774\ub984\uc774 \ubcc0\uacbd\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_SCHEMA_UNABLE_TO_EXPORT_BASE_45=\uae30\ubcf8 \uc2a4\ud0a4\ub9c8 \ud56d\ubaa9\uc744 \ub0b4\ubcf4\ub0b4\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_SCHEMA_IMPORT_NOT_SUPPORTED_46=\uc2a4\ud0a4\ub9c8 \ubc31\uc5d4\ub4dc\ub294 LDIF \uac00\uc838\uc624\uae30 \uc791\uc5c5\uc744 \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_SCHEMA_BACKUP_AND_RESTORE_NOT_SUPPORTED_47=\uc2a4\ud0a4\ub9c8 \ubc31\uc5d4\ub4dc\ub294 \uc544\uc9c1 \ubc31\uc5c5 \ubc0f \ubcf5\uc6d0 \uc791\uc5c5\uc744 \uc704\ud55c \uae30\ub2a5\uc744 \uc81c\uacf5\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_INVALID_BASE_48=DN\uc774 \uc2a4\ud0a4\ub9c8 \ud56d\ubaa9 DN \uc911 \ud558\ub098\uc640 \ub3d9\uc77c\ud558\ubbc0\ub85c \uc2a4\ud0a4\ub9c8 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \uc694\uccad\ud55c \ud56d\ubaa9 %s\uc744(\ub97c) \uac80\uc0c9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_SCHEMA_UNABLE_TO_CREATE_LDIF_WRITER_49=\uc2a4\ud0a4\ub9c8 \ubc31\uc5d4\ub4dc\uc5d0 \ub300\ud55c LDIF \uc791\uc131\uae30\ub97c \uc5ec\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_SCHEMA_DEREGISTERED_BASE_DN_50=DN %s\uc758 \ub4f1\ub85d\uc744 \ud574\uc81c\ud588\uc73c\ubbc0\ub85c \ub354 \uc774\uc0c1 \uc2a4\ud0a4\ub9c8 \ud56d\ubaa9 DN\uc73c\ub85c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_SCHEMA_CANNOT_DEREGISTER_BASE_DN_51=\uc2a4\ud0a4\ub9c8 \ud56d\ubaa9 DN\uc73c\ub85c \ub4f1\ub85d\ub41c %s\uc758 \ub4f1\ub85d\uc744 \ud574\uc81c\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_SCHEMA_REGISTERED_BASE_DN_52=DN %s\uc744(\ub97c) \uc0c8 \uc2a4\ud0a4\ub9c8 \ud56d\ubaa9 DN\uc73c\ub85c \ub4f1\ub85d\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_SCHEMA_CANNOT_REGISTER_BASE_DN_53=%s\uc744(\ub97c) \uc2a4\ud0a4\ub9c8 \ud56d\ubaa9 DN\uc73c\ub85c \ub4f1\ub85d\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_SCHEMA_USING_NEW_USER_ATTRS_54=\uc2a4\ud0a4\ub9c8 \uad6c\uc131\uc774 \uc5c5\ub370\uc774\ud2b8\ub418\uc5c8\uc73c\ubbc0\ub85c \uc774\uc81c \uc0c8 \uc0ac\uc6a9\uc790 \uc815\uc758 \uc18d\uc131 \uc9d1\ud569\uc774 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. |
| | | FATAL_ERR_BACKEND_CANNOT_LOCK_ENTRY_55=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uac00 \uc5ec\ub7ec \ubc88 \uc2dc\ub3c4\ud588\uc9c0\ub9cc \ud56d\ubaa9 %s\uc5d0 \ub300\ud55c \uc7a0\uae08\uc744 \uac00\uc838\uc624\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. \uc774\ub294 \uc624\ub798 \uc2e4\ud589\ub418\ub294 \uc791\uc5c5\uc5d0 \uc758\ud574 \ud56d\ubaa9\uc774 \uc774\ubbf8 \uc7a0\uaca8 \uc788\uac70\ub098 \uc774\uc804\uc5d0 \uc7a0\uacbc\ub294\ub370 \uc81c\ub300\ub85c \uc7a0\uae08\uc744 \ud574\uc81c\ud558\uc9c0 \uc54a\uc558\uc74c\uc744 \uc758\ubbf8\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_GET_MAC_56=\uc11c\uba85\ub41c \ubc31\uc5c5\uc6a9 \ud574\uc2dc\ub97c \ub9cc\ub4e4\uae30 \uc704\ud574 %s MAC \uacf5\uae09\uc790\ub97c \uac00\uc838\uc624\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_GET_DIGEST_57=\ubc31\uc5c5\uc6a9 \ud574\uc2dc\ub97c \ub9cc\ub4e4\uae30 \uc704\ud574 %s \uba54\uc2dc\uc9c0 \ub2e4\uc774\uc81c\uc2a4\ud2b8\ub97c \uac00\uc838\uc624\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_58=\ub514\ub809\ud1a0\ub9ac %2$s\uc5d0 \uc2a4\ud0a4\ub9c8 \uc544\uce74\uc774\ube0c \ud30c\uc77c %1$s\uc744(\ub97c) \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_GET_CIPHER_59=\ubc31\uc5c5\uc744 \uc554\ud638\ud654\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 \uc554\ud638\ub97c \uac00\uc838\uc624\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_ZIP_COMMENT_60=%s \uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_LIST_SCHEMA_FILES_61=\uc2a4\ud0a4\ub9c8 \ubc31\uc5c5\uc5d0 \ud3ec\ud568\ud560 \ub514\ub809\ud1a0\ub9ac %s\uc758 \ud30c\uc77c \ubaa9\ub85d\uc744 \uac00\uc838\uc624\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_BACKUP_SCHEMA_FILE_62=\uc2a4\ud0a4\ub9c8 \ud30c\uc77c %s\uc744(\ub97c) \ubc31\uc5c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_CLOSE_ZIP_STREAM_63=\ub514\ub809\ud1a0\ub9ac %2$s\uc758 \uc2a4\ud0a4\ub9c8 \uc544\uce74\uc774\ube0c \ud30c\uc77c %1$s\uc744(\ub97c) \ub2eb\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_64=\uc2a4\ud0a4\ub9c8 \ubc31\uc5c5\uc5d0 \ub300\ud55c \uc815\ubcf4\ub97c \uc0ac\uc6a9\ud558\uc5ec \ubc31\uc5c5 \uc124\uba85\uc790 \ud30c\uc77c %s\uc744(\ub97c) \uc5c5\ub370\uc774\ud2b8\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_NO_SUCH_BACKUP_65=\uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %s\uc774(\uac00) \uc5c6\uc73c\ubbc0\ub85c \ub514\ub809\ud1a0\ub9ac %s\uc5d0\uc11c \uc774 \ubc31\uc5c5\uc744 \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_SCHEMA_RESTORE_NO_BACKUP_FILE_66=\uc544\uce74\uc774\ube0c \ud30c\uc77c \uc774\ub984\uc744 \ud655\uc778\ud560 \uc218 \uc5c6\uc73c\ubbc0\ub85c \ub514\ub809\ud1a0\ub9ac %2$s\uc5d0\uc11c \uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %1$s\uc744(\ub97c) \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_SCHEMA_RESTORE_NO_SUCH_FILE_67=\uc9c0\uc815\ub41c \uc544\uce74\uc774\ube0c \ud30c\uc77c %2$s\uc774(\uac00) \uc5c6\uc73c\ubbc0\ub85c \uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %1$s\uc744(\ub97c) \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_CHECK_FOR_ARCHIVE_68=\ubc31\uc5c5 \uc544\uce74\uc774\ube0c %2$s\uc774(\uac00) \uc788\ub294\uc9c0 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc5ec \uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %1$s\uc744(\ub97c) \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %3$s |
| | | SEVERE_ERR_SCHEMA_RESTORE_UNKNOWN_DIGEST_69=\uc774 \ubc31\uc5c5\uc758 \uc11c\uba85\ub418\uc9c0 \uc54a\uc740 \ud574\uc2dc\ub97c \uc0ac\uc6a9\ud560 \uc218\ub294 \uc788\uc9c0\ub9cc \uc11c\ubc84\uac00 \uc774 \ud574\uc2dc\ub97c \uc0dd\uc131\ud558\ub294 \ub370 \uc0ac\uc6a9\ud55c \ub2e4\uc774\uc81c\uc2a4\ud2b8 \uc54c\uace0\ub9ac\uc998\uc744 \ud655\uc778\ud560 \uc218 \uc5c6\uc73c\ubbc0\ub85c \uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %s\uc744(\ub97c) \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_DIGEST_70=\uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %s\uc5d0 \uc54c \uc218 \uc5c6\uac70\ub098 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\ub294 %s \ub2e4\uc774\uc81c\uc2a4\ud2b8 \uc54c\uace0\ub9ac\uc998\uc744 \uc0ac\uc6a9\ud558\ub294 \uc11c\uba85\ub418\uc9c0 \uc54a\uc740 \ud574\uc2dc\uac00 \uc788\uc73c\ubbc0\ub85c \uc774 \ubc31\uc5c5\uc744 \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_SCHEMA_RESTORE_UNKNOWN_MAC_71=\uc774 \ubc31\uc5c5\uc758 \uc11c\uba85\ub41c \ud574\uc2dc\ub97c \uc0ac\uc6a9\ud560 \uc218\ub294 \uc788\uc9c0\ub9cc \uc11c\ubc84\uac00 \uc774 \ud574\uc2dc\ub97c \uc0dd\uc131\ud558\ub294 \ub370 \uc0ac\uc6a9\ud55c MAC \uc54c\uace0\ub9ac\uc998\uc744 \ud655\uc778\ud560 \uc218 \uc5c6\uc73c\ubbc0\ub85c \uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %s\uc744(\ub97c) \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_MAC_72=\uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %s\uc5d0 \uc54c \uc218 \uc5c6\uac70\ub098 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\ub294 %s MAC \uc54c\uace0\ub9ac\uc998\uc744 \uc0ac\uc6a9\ud558\ub294 \uc11c\uba85\ub41c \ud574\uc2dc\uac00 \uc788\uc73c\ubbc0\ub85c \uc774 \ubc31\uc5c5\uc744 \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_OPEN_BACKUP_FILE_73=\ubc31\uc5c5 \uc544\uce74\uc774\ube0c \ud30c\uc77c %2$s\uc744(\ub97c) \uc5ec\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc5ec \uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %1$s\uc744(\ub97c) \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %3$s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_CIPHER_75=\uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %s\uc774(\uac00) \uc54c \uc218 \uc5c6\uac70\ub098 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\ub294 \uc554\ud638\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc554\ud638\ud654\ub418\uc5c8\uc73c\ubbc0\ub85c \uc774 \ubc31\uc5c5\uc744 \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_RENAME_CURRENT_DIRECTORY_76=\ud604\uc7ac \uc2a4\ud0a4\ub9c8 \ub514\ub809\ud1a0\ub9ac\uc758 \uc774\ub984\uc744 %2$s\uc5d0\uc11c %3$s(\uc73c)\ub85c \ubcc0\uacbd\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc5ec \uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %1$s\uc744(\ub97c) \ubcf5\uc6d0\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %4$s |
| | | NOTICE_SCHEMA_RESTORE_RESTORED_OLD_SCHEMA_77=\uc2a4\ud0a4\ub9c8 \ubc31\uc5c5\uc758 \uc62c\ubc14\ub978 \ubcf5\uc6d0\uc744 \ubc29\ud574\ud558\ub294 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ud558\uc9c0\ub9cc \ubcf5\uc6d0 \ud504\ub85c\uc138\uc2a4\uac00 \uc2dc\uc791\ub418\uae30 \uc804\uc5d0 \uc0ac\uc6a9\ub418\uc5c8\ub358 \uc6d0\ubcf8 \uc2a4\ud0a4\ub9c8 \ud30c\uc77c\uc740 \ubcf4\uc874\ub418\uc5b4 \uc774\uc81c \uc6d0\ub798 \uc704\uce58 %s\uc5d0 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_RESTORE_OLD_SCHEMA_78=\uc2a4\ud0a4\ub9c8 \ubc31\uc5c5\uc758 \uc62c\ubc14\ub978 \ubcf5\uc6d0\uc744 \ubc29\ud574\ud558\ub294 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ubcf5\uc6d0 \ud504\ub85c\uc138\uc2a4\uac00 \uc2dc\uc791\ub418\uae30 \uc804\uc5d0 \uc0ac\uc6a9\ub418\uc5c8\ub358 \uc6d0\ubcf8 \uc2a4\ud0a4\ub9c8 \ud30c\uc77c\uc740 \ubcf4\uc874\ub418\uc5b4 %s \ub514\ub809\ud1a0\ub9ac\uc5d0 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_CREATE_SCHEMA_DIRECTORY_79=\ud30c\uc77c\uc744 \ubcf5\uc6d0\ud558\uc5ec \uc800\uc7a5\ud560 \ube48 \uc0c8 \ub514\ub809\ud1a0\ub9ac %2$s\uc744(\ub97c) \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc5ec \uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %1$s\uc744(\ub97c) \ubcf5\uc6d0\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %3$s |
| | | SEVERE_ERR_SCHEMA_RESTORE_OLD_SCHEMA_SAVED_80=\uc2a4\ud0a4\ub9c8 \ubc31\uc5c5\uc758 \uc62c\ubc14\ub978 \ubcf5\uc6d0\uc744 \ubc29\ud574\ud558\ub294 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ubcf5\uc6d0 \ud504\ub85c\uc138\uc2a4\uac00 \uc2dc\uc791\ub418\uae30 \uc804\uc5d0 \uc0ac\uc6a9\ub418\uc5c8\ub358 \uc6d0\ubcf8 \uc2a4\ud0a4\ub9c8 \ud30c\uc77c\uc740 %s \ub514\ub809\ud1a0\ub9ac\uc5d0 \ubcf4\uc874\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_ZIP_ENTRY_81=\uc544\uce74\uc774\ube0c \ud30c\uc77c %2$s\uc5d0\uc11c \ub2e4\uc74c \ud56d\ubaa9\uc744 \uc77d\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc5ec \uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %1$s\uc744(\ub97c) \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %3$s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_CREATE_FILE_82=\ud30c\uc77c %2$s\uc744(\ub97c) \ub2e4\uc2dc \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc5ec \uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %1$s\uc744(\ub97c) \ubcf5\uc6d0\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %3$s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_PROCESS_ARCHIVE_FILE_83=\uc544\uce74\uc774\ube0c \ud30c\uc77c %2$s\uc744(\ub97c) \ucc98\ub9ac\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc5ec \uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %1$s\uc744(\ub97c) \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %3$s |
| | | SEVERE_ERR_SCHEMA_RESTORE_ERROR_ON_ZIP_STREAM_CLOSE_84=\uc544\uce74\uc774\ube0c \ud30c\uc77c %2$s\uc744(\ub97c) \ub2eb\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc5ec \uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %1$s\uc744(\ub97c) \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %3$s |
| | | NOTICE_SCHEMA_RESTORE_UNSIGNED_HASH_VALID_85=\ubc31\uc5c5 \uc544\uce74\uc774\ube0c\uc5d0\uc11c \uacc4\uc0b0\ub41c \uba54\uc2dc\uc9c0 \ub2e4\uc774\uc81c\uc2a4\ud2b8\uac00 \ubc31\uc5c5 \uc815\ubcf4\uc640 \ud568\uaed8 \uc800\uc7a5\ub41c \ub2e4\uc774\uc81c\uc2a4\ud2b8\uc640 \uc77c\uce58\ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_SCHEMA_RESTORE_UNSIGNED_HASH_INVALID_86=\ubc31\uc5c5 \uc544\uce74\uc774\ube0c\uc5d0\uc11c \uacc4\uc0b0\ub41c \uba54\uc2dc\uc9c0 \ub2e4\uc774\uc81c\uc2a4\ud2b8\uac00 \ubc31\uc5c5 \uc815\ubcf4\uc640 \ud568\uaed8 \uc800\uc7a5\ub41c \ub2e4\uc774\uc81c\uc2a4\ud2b8\uc640 \uc77c\uce58\ud558\uc9c0 \uc54a\uc544 \uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %s\uc744(\ub97c) \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | NOTICE_SCHEMA_RESTORE_SIGNED_HASH_VALID_87=\ubc31\uc5c5 \uc544\uce74\uc774\ube0c\uc5d0\uc11c \uacc4\uc0b0\ub41c \uc11c\uba85\ub41c \ub2e4\uc774\uc81c\uc2a4\ud2b8\uac00 \ubc31\uc5c5 \uc815\ubcf4\uc640 \ud568\uaed8 \uc800\uc7a5\ub41c \uc11c\uba85\uacfc \uc77c\uce58\ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_SCHEMA_RESTORE_SIGNED_HASH_INVALID_88=\ubc31\uc5c5 \uc544\uce74\uc774\ube0c\uc5d0\uc11c \uacc4\uc0b0\ub41c \uc11c\uba85\ub41c \ub2e4\uc774\uc81c\uc2a4\ud2b8\uac00 \ubc31\uc5c5 \uc815\ubcf4\uc640 \ud568\uaed8 \uc800\uc7a5\ub41c \uc11c\uba85\uacfc \uc77c\uce58\ud558\uc9c0 \uc54a\uc544 \uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %s\uc744(\ub97c) \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | NOTICE_SCHEMA_RESTORE_VERIFY_SUCCESSFUL_89=\ub514\ub809\ud1a0\ub9ac %2$s\uc758 \uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %1$s\uc5d0\uc11c \uc218\ud589\ub41c \ubaa8\ub4e0 \ud14c\uc2a4\ud2b8\ub97c \ud1b5\ud574 \uc544\uce74\uc774\ube0c\uac00 \uc720\ud6a8\ud568\uc744 \uc54c \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | NOTICE_SCHEMA_RESTORE_SUCCESSFUL_90=\ub514\ub809\ud1a0\ub9ac %2$s\uc758 \uc544\uce74\uc774\ube0c\uc5d0\uc11c \uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %1$s\uc774(\uac00) \ubcf5\uc6d0\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASK_INVALID_STATE_91=\ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \uc791\uc5c5\uc758 \uc0c1\ud0dc %s\uc774(\uac00) \uc798\ubabb\ub418\uc5b4 \uc774 \uc791\uc5c5\uc740 \uc720\ud6a8\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASK_CANNOT_PARSE_SCHEDULED_START_TIME_92=\uc791\uc5c5 \ud56d\ubaa9 %2$s\uc758 \uc608\uc57d\ub41c \uc2dc\uc791 \uc2dc\uac04 \uac12 %1$s\uc744(\ub97c) \uad6c\ubb38 \ubd84\uc11d\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASK_CANNOT_PARSE_ACTUAL_START_TIME_93=\uc791\uc5c5 \ud56d\ubaa9 %2$s\uc758 \uc2e4\uc81c \uc2dc\uc791 \uc2dc\uac04 \uac12 %1$s\uc744(\ub97c) \uad6c\ubb38 \ubd84\uc11d\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASK_CANNOT_PARSE_COMPLETION_TIME_94=\uc791\uc5c5 \ud56d\ubaa9 %2$s\uc758 \uc644\ub8cc \uc2dc\uac04 \uac12 %1$s\uc744(\ub97c) \uad6c\ubb38 \ubd84\uc11d\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASK_MISSING_ATTR_95=\uc791\uc5c5 \ud56d\ubaa9 %s\uc5d0 \ud544\uc218 \uc18d\uc131 %s\uc774(\uac00) \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASK_MULTIPLE_ATTRS_FOR_TYPE_96=\uc791\uc5c5 \ud56d\ubaa9 %2$s\uc5d0 \uc18d\uc131 %1$s\uc758 \uc778\uc2a4\ud134\uc2a4\uac00 \uc5ec\ub7ec \uac1c \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASK_NO_VALUES_FOR_ATTR_97=\uc791\uc5c5 \ud56d\ubaa9 %2$s\uc5d0 \uc18d\uc131 %1$s\uc5d0 \ub300\ud55c \uac12\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASK_MULTIPLE_VALUES_FOR_ATTR_98=\uc791\uc5c5 \ud56d\ubaa9 %2$s\uc5d0 \uc18d\uc131 %1$s\uc5d0 \ub300\ud55c \uac12\uc774 \uc5ec\ub7ec \uac1c \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASK_EXECUTE_FAILED_99=\ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \uc791\uc5c5\uc744 \uc2e4\ud589\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_RECURRINGTASK_NO_ID_ATTRIBUTE_100=\uc81c\uacf5\ub41c \ubc18\ubcf5 \uc791\uc5c5 \ud56d\ubaa9\uc5d0 \ubc18\ubcf5 \uc791\uc5c5 ID\ub97c \ubcf4\uad00\ud558\ub294 \ub370 \ud544\uc694\ud55c \uc18d\uc131 %s\uc774(\uac00) \ub4e4\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_RECURRINGTASK_MULTIPLE_ID_TYPES_101=\uc81c\uacf5\ub41c \ubc18\ubcf5 \uc791\uc5c5 \ud56d\ubaa9\uc5d0 \ubc18\ubcf5 \uc791\uc5c5 ID\ub97c \ubcf4\uad00\ud558\ub294 \ub370 \uc0ac\uc6a9\ub418\ub294 %s \uc720\ud615\uc758 \uc18d\uc131\uc774 \uc5ec\ub7ec \uac1c \ub4e4\uc5b4 \uc788\uc9c0\ub9cc \ud55c \uac1c \uc778\uc2a4\ud134\uc2a4\ub9cc \ud5c8\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_RECURRINGTASK_NO_ID_102=\uc81c\uacf5\ub41c \ubc18\ubcf5 \uc791\uc5c5 \ud56d\ubaa9\uc5d0 \ubc18\ubcf5 \uc791\uc5c5 ID\ub97c \uc9c0\uc815\ud558\ub294 \ub370 \uc0ac\uc6a9\ub418\ub294 %s \uc18d\uc131\uc5d0 \ub300\ud55c \uac12\uc774 \ub4e4\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_RECURRINGTASK_MULTIPLE_ID_VALUES_103=\uc81c\uacf5\ub41c \ubc18\ubcf5 \uc791\uc5c5 \ud56d\ubaa9\uc5d0 \ubc18\ubcf5 \uc791\uc5c5 ID\ub97c \uc9c0\uc815\ud558\ub294 \ub370 \uc0ac\uc6a9\ub418\ub294 %s \uc18d\uc131\uc5d0 \ub300\ud55c \uac12\uc774 \uc5ec\ub7ec \uac1c \ub4e4\uc5b4 \uc788\uc9c0\ub9cc \ud55c \uac1c \uac12\ub9cc \ud5c8\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_RECURRINGTASK_NO_CLASS_ATTRIBUTE_104=\uc81c\uacf5\ub41c \ubc18\ubcf5 \uc791\uc5c5 \ud56d\ubaa9\uc5d0 \uc791\uc5c5 \ub17c\ub9ac\ub97c \uc81c\uacf5\ud558\ub294 \ud074\ub798\uc2a4\uc758 \uc815\uaddc\ud654\ub41c \uc774\ub984\uc744 \uc9c0\uc815\ud558\ub294 \ub370 \uc0ac\uc6a9\ub418\ub294 \uc18d\uc131 %s\uc774(\uac00) \ub4e4\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_RECURRINGTASK_MULTIPLE_CLASS_TYPES_105=\uc81c\uacf5\ub41c \ubc18\ubcf5 \uc791\uc5c5 \ud56d\ubaa9\uc5d0 \uc791\uc5c5 \ud074\ub798\uc2a4 \uc774\ub984\uc744 \ubcf4\uad00\ud558\ub294 \ub370 \uc0ac\uc6a9\ub418\ub294 %s \uc720\ud615\uc758 \uc18d\uc131\uc774 \uc5ec\ub7ec \uac1c \ub4e4\uc5b4 \uc788\uc9c0\ub9cc \ud55c \uac1c \uc778\uc2a4\ud134\uc2a4\ub9cc \ud5c8\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_RECURRINGTASK_NO_CLASS_VALUES_106=\uc81c\uacf5\ub41c \ubc18\ubcf5 \uc791\uc5c5 \ud56d\ubaa9\uc5d0 \uc791\uc5c5 \ub17c\ub9ac\ub97c \uc81c\uacf5\ud558\ub294 \ud074\ub798\uc2a4\uc758 \uc815\uaddc\ud654\ub41c \uc774\ub984\uc744 \uc9c0\uc815\ud558\ub294 \ub370 \uc0ac\uc6a9\ub418\ub294 %s \uc18d\uc131 \uac12\uc774 \ub4e4\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_RECURRINGTASK_MULTIPLE_CLASS_VALUES_107=\uc81c\uacf5\ub41c \ubc18\ubcf5 \uc791\uc5c5 \ud56d\ubaa9\uc5d0 \uc791\uc5c5 \ud074\ub798\uc2a4 \uc774\ub984\uc744 \uc9c0\uc815\ud558\ub294 \ub370 \uc0ac\uc6a9\ub418\ub294 %s \uc18d\uc131 \uac12\uc774 \uc5ec\ub7ec \uac1c \ub4e4\uc5b4 \uc788\uc9c0\ub9cc \ud55c \uac1c \uac12\ub9cc \ud5c8\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_RECURRINGTASK_CANNOT_LOAD_CLASS_108=\uc81c\uacf5\ub41c \ubc18\ubcf5 \uc791\uc5c5 \ud56d\ubaa9\uc758 \uc18d\uc131 %2$s\uc5d0 \uc9c0\uc815\ub41c \ud074\ub798\uc2a4 %1$s\uc744(\ub97c) \ub85c\ub4dc\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s. \uc774 \ud074\ub798\uc2a4\uac00 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ud074\ub798\uc2a4 \uacbd\ub85c\uc5d0 \uc788\uc2b5\ub2c8\uae4c? |
| | | SEVERE_ERR_RECURRINGTASK_CANNOT_INSTANTIATE_CLASS_AS_TASK_109=\ud074\ub798\uc2a4 %s\uc758 \uc778\uc2a4\ud134\uc2a4\ub97c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc791\uc5c5\uc73c\ub85c \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \uc774 \ud074\ub798\uc2a4\ub294 %s\uc758 \ud558\uc704 \ud074\ub798\uc2a4\uc785\ub2c8\uae4c? |
| | | SEVERE_ERR_RECURRINGTASK_CANNOT_INITIALIZE_INTERNAL_110=\uc81c\uacf5\ub41c \ud56d\ubaa9\uc5d0 \ud3ec\ud568\ub41c \uc815\ubcf4\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud074\ub798\uc2a4 %s\uc758 \uc778\uc2a4\ud134\uc2a4\uc5d0\uc11c \ub0b4\ubd80 \ucd08\uae30\ud654\ub97c \uc218\ud589\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_TASKBE_CONFIG_ENTRY_NULL_111=\uc791\uc5c5 \ubc31\uc5d4\ub4dc\ub97c \ucd08\uae30\ud654\ud560 \ub54c \uc81c\uacf5\ud55c \uad6c\uc131 \ud56d\ubaa9\uc774 Null\uc774\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKBE_NO_BASE_DNS_112=\uc791\uc5c5 \ubc31\uc5d4\ub4dc \uad6c\uc131 \ud56d\ubaa9\uc5d0 \uae30\ubcf8 DN\uc774 \ub4e4\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc758 \uc791\uc5c5 \uc815\ubcf4\uc5d0 \uae30\ubcf8 DN\uc774 \ud558\ub098\ub9cc \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKBE_MULTIPLE_BASE_DNS_113=\uc791\uc5c5 \ubc31\uc5d4\ub4dc \uad6c\uc131 \ud56d\ubaa9\uc5d0 \uae30\ubcf8 DN\uc774 \uc5ec\ub7ec \uac1c \ub4e4\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc758 \uc791\uc5c5 \uc815\ubcf4\uc5d0 \uae30\ubcf8 DN\uc774 \ud558\ub098\ub9cc \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKBE_CANNOT_DECODE_RECURRING_TASK_BASE_DN_114=DN\uc778 \ubc18\ubcf5 \uc791\uc5c5 \uae30\ubcf8 %s(\uc744)\ub97c \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_TASKBE_CANNOT_DECODE_SCHEDULED_TASK_BASE_DN_115=DN\uc778 \uc608\uc57d\ub41c \uc791\uc5c5 \uae30\ubcf8 %s(\uc744)\ub97c \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_TASKBE_DESCRIPTION_RETENTION_TIME_116=\ud574\ub2f9 \uc791\uc5c5\uc5d0 \ub300\ud55c \ucc98\ub9ac\ub97c \uc644\ub8cc\ud55c \ud6c4 \uc791\uc5c5 \uc815\ubcf4\ub97c \uc720\uc9c0\ud574\uc57c \ud558\ub294 \uc2dc\uac04(\ucd08)\uc785\ub2c8\ub2e4. \uc774 \uae30\uac04\uc774 \uc9c0\ub098\uba74 \uba54\ubaa8\ub9ac\uc640 \ub514\uc2a4\ud06c \uacf5\uac04\uc744 \ud655\ubcf4\ud558\uae30 \uc704\ud574 \uc791\uc5c5 \uc815\ubcf4\uac00 \uc790\ub3d9\uc73c\ub85c \uc81c\uac70\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKBE_CANNOT_INITIALIZE_RETENTION_TIME_117=\uc791\uc5c5 \uc720\uc9c0 \uc2dc\uac04 \uad6c\uc131\uc744 \ucd08\uae30\ud654\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_TASKBE_DESCRIPTION_BACKING_FILE_118=\uc791\uc5c5 \ubc31\uc5d4\ub4dc\ub97c \uc704\ud55c \ubc31\uc5c5 \ud30c\uc77c \uacbd\ub85c\uc785\ub2c8\ub2e4. \uc774 LDIF \ud30c\uc77c\uc740 \uc815\uc758\ub41c \uc608\uc57d \uc791\uc5c5 \ubc0f \ubc18\ubcf5 \uc791\uc5c5\uc5d0 \ub300\ud55c \ubaa8\ub4e0 \uad6c\uc131\uc744 \ubcf4\uad00\ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKBE_CANNOT_INITIALIZE_BACKING_FILE_119=\uc791\uc5c5 \ubc31\uc5c5 \ud30c\uc77c \uad6c\uc131\uc744 \ucd08\uae30\ud654\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_TASKBE_NO_BACKING_FILE_120=\uc5c5\ub370\uc774\ud2b8\ub41c \uad6c\uc131 \ud56d\ubaa9\uc5d0 \uc791\uc5c5 \ub370\uc774\ud130 \ubc31\uc5c5 \ud30c\uc77c\uc758 \uacbd\ub85c\ub97c \uc9c0\uc815\ud558\ub294 \ud544\uc218 %s \uc18d\uc131 \uac12\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKBE_BACKING_FILE_EXISTS_121=\uc9c0\uc815\ub41c \uc791\uc5c5 \ub370\uc774\ud130 \ubc31\uc5c5 \ud30c\uc77c %s\uc774(\uac00) \uc774\ubbf8 \uc788\uace0 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\ub294 \uc774 \ud30c\uc77c\uc744 \ub36e\uc5b4\uc4f0\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc0c8 \ubc31\uc5c5 \ud30c\uc77c\uc5d0 \ud574\ub2f9 \uacbd\ub85c\ub97c \uc0ac\uc6a9\ud558\ub824\uba74 \uba3c\uc800 \uae30\uc874 \ud30c\uc77c\uc744 \uc0ad\uc81c\ud558\uac70\ub098 \ud30c\uc77c \uc774\ub984\uc744 \ubcc0\uacbd\ud558\uc2ed\uc2dc\uc624. \ub610\ub294 \uc0c8 \uacbd\ub85c\ub97c \uc120\ud0dd\ud558\uc2ed\uc2dc\uc624. |
| | | SEVERE_ERR_TASKBE_INVALID_BACKING_FILE_PATH_122=\uc0c8 \uc791\uc5c5 \ub370\uc774\ud130 \ubc31\uc5c5 \ud30c\uc77c\uc5d0 \ub300\ud55c \uc9c0\uc815\ub41c \uacbd\ub85c %s\uc740(\ub294) \uc798\ubabb\ub41c \uacbd\ub85c\uc785\ub2c8\ub2e4. \uc791\uc5c5 \ub370\uc774\ud130 \ubc31\uc5c5 \ud30c\uc77c\uc5d0 \ub300\ud55c \uc0c8 \uacbd\ub85c\ub97c \uc120\ud0dd\ud558\uc2ed\uc2dc\uc624. |
| | | SEVERE_ERR_TASKBE_BACKING_FILE_MISSING_PARENT_123=\uc0c8 \uc791\uc5c5 \ub370\uc774\ud130 \ubc31\uc5c5 \ud30c\uc77c %2$s\uc758 \ubd80\ubaa8 \ub514\ub809\ud1a0\ub9ac %1$s\uc774(\uac00) \uc5c6\uc2b5\ub2c8\ub2e4. \uc0c8 \ubc31\uc5c5 \ud30c\uc77c\uc5d0 \uc774 \uacbd\ub85c\ub97c \uc0ac\uc6a9\ud558\ub824\uba74 \uba3c\uc800 \uc774 \ub514\ub809\ud1a0\ub9ac\ub97c \ub9cc\ub4dc\uc2ed\uc2dc\uc624. \ub610\ub294 \uc0c8 \uacbd\ub85c\ub97c \uc120\ud0dd\ud558\uc2ed\uc2dc\uc624. |
| | | SEVERE_ERR_TASKBE_BACKING_FILE_PARENT_NOT_DIRECTORY_124=\uc0c8 \uc791\uc5c5 \ub370\uc774\ud130 \ubc31\uc5c5 \ud30c\uc77c %2$s\uc758 \ubd80\ubaa8 \ub514\ub809\ud1a0\ub9ac %1$s\uc774(\uac00) \uc788\uc9c0\ub9cc \ub514\ub809\ud1a0\ub9ac\uac00 \uc544\ub2d9\ub2c8\ub2e4. \uc791\uc5c5 \ub370\uc774\ud130 \ubc31\uc5c5 \ud30c\uc77c\uc5d0 \ub300\ud55c \uc0c8 \uacbd\ub85c\ub97c \uc120\ud0dd\ud558\uc2ed\uc2dc\uc624. |
| | | SEVERE_ERR_TASKBE_ERROR_GETTING_BACKING_FILE_125=\uc791\uc5c5 \ub370\uc774\ud130 \ubc31\uc5c5 \ud30c\uc77c\uc758 \uc0c8 \uacbd\ub85c\ub97c \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_TASKBE_NO_RETENTION_TIME_126=\uc5c5\ub370\uc774\ud2b8\ub41c \uad6c\uc131 \ud56d\ubaa9\uc5d0 \uc644\ub8cc\ub41c \uc791\uc5c5\uc744 \uc9c0\uc6b0\uae30 \uc804\uc5d0 \ud574\ub2f9 \uc791\uc5c5\uc5d0 \ub300\ud55c \uc815\ubcf4\ub97c \uc720\uc9c0\ud574\uc57c \ud558\ub294 \uc2dc\uac04(\ucd08)\uc744 \uc9c0\uc815\ud558\ub294 \ud544\uc218 %s \uc18d\uc131 \uac12\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKBE_ERROR_GETTING_RETENTION_TIME_127=\uc644\ub8cc\ub41c \uc791\uc5c5 \uc720\uc9c0 \uc2dc\uac04\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_TASKBE_UPDATED_RETENTION_TIME_128=\uc644\ub8cc\ub41c \uc791\uc5c5 \uc720\uc9c0 \uc2dc\uac04\uc774 %d\ucd08\ub85c \uc5c5\ub370\uc774\ud2b8\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc774 \ub0b4\uc6a9\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | INFO_TASKBE_UPDATED_BACKING_FILE_129=\uc791\uc5c5 \ub370\uc774\ud130 \ubc31\uc5c5 \ud30c\uc77c\uc758 \uacbd\ub85c\uac00 %s(\uc73c)\ub85c \ubcc0\uacbd\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \ud604\uc7ac \uc791\uc5c5 \uad6c\uc131\uc758 \uc2a4\ub0c5\uc0f7\uc774 \ud574\ub2f9 \ud30c\uc77c\uc5d0 \uae30\ub85d\ub418\uc5b4 \ud5a5\ud6c4 \uc5c5\ub370\uc774\ud2b8\uc5d0 \uacc4\uc18d \uc0ac\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKBE_ADD_DISALLOWED_DN_130=\uc791\uc5c5 \ubc31\uc5d4\ub4dc\uc758 \uc0c8 \ud56d\ubaa9\uc740 \uc608\uc57d \uc791\uc5c5\uc758 \uacbd\uc6b0 %s \ubc14\ub85c \uc544\ub798, \ubc18\ubcf5 \uc791\uc5c5\uc758 \uacbd\uc6b0 %s \ubc14\ub85c \uc544\ub798\uc5d0\ub9cc \ucd94\uac00\ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKBE_MODIFY_DN_NOT_SUPPORTED_131=\uc791\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 DN \uc218\uc815 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | INFO_TASKBE_BACKING_FILE_HEADER_132=\uc774 \ud30c\uc77c\uc5d0\ub294 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc791\uc5c5 \uc2a4\ucf00\uc904\ub7ec \ubc31\uc5d4\ub4dc\uac00 \uc0ac\uc6a9\ud558\ub294 \ub370\uc774\ud130\uac00 \ub4e4\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \ud574\ub2f9 \ubcc0\uacbd \ub0b4\uc6a9\uc774 \uc190\uc2e4\ub420 \uc704\ud5d8\uc774 \uc788\uc73c\ubbc0\ub85c \uc774 \ud30c\uc77c\uc744 \uc9c1\uc811 \ud3b8\uc9d1\ud558\uc9c0 \ub9c8\uc2ed\uc2dc\uc624. \uc608\uc57d \ubc0f \ubc18\ubcf5 \uc791\uc5c5 \uc815\uc758\ub294 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc640 \ud568\uaed8 \uc81c\uacf5\ub418\ub294 \uad00\ub9ac \uc720\ud2f8\ub9ac\ud2f0\ub9cc\uc744 \uc0ac\uc6a9\ud558\uc5ec \ud3b8\uc9d1\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKSCHED_DUPLICATE_RECURRING_ID_133=\ub3d9\uc77c\ud55c ID\ub97c \uc0ac\uc6a9\ud558\ub294 \ub2e4\ub978 \ubc18\ubcf5 \uc791\uc5c5\uc774 \uc788\uc73c\ubbc0\ub85c \ubc18\ubcf5 \uc791\uc5c5 %s\uc744(\ub97c) \uc791\uc5c5 \uc2a4\ucf00\uc904\ub7ec\uc5d0 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKSCHED_DUPLICATE_TASK_ID_134=\ub3d9\uc77c\ud55c ID\ub97c \uc0ac\uc6a9\ud558\ub294 \ub2e4\ub978 \uc791\uc5c5\uc774 \uc788\uc73c\ubbc0\ub85c \uc791\uc5c5 %s\uc744(\ub97c) \uc608\uc57d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKSCHED_CANNOT_FIND_RECURRING_TASK_135=\uc791\uc5c5 %s\uc774(\uac00) \ucc98\ub9ac\ub97c \uc644\ub8cc\ud558\uace0 \ubc18\ubcf5 \uc791\uc5c5 %s\uacfc(\uc640) \uc5f0\uacb0\ub418\uc5b4 \uc788\uc74c\uc744 \ub098\ud0c0\ub0b4\uc9c0\ub9cc \ud604\uc7ac \ud574\ub2f9 ID\uc758 \ubc18\ubcf5 \uc791\uc5c5\uc774 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc544 \ub2e4\uc74c \ubc18\ubcf5\uc744 \uc608\uc57d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKSCHED_ERROR_SCHEDULING_RECURRING_ITERATION_136=\ubc18\ubcf5 \uc791\uc5c5 %s\uc758 \ub2e4\uc74c \ubc18\ubcf5\uc744 \uc608\uc57d\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_TASKSCHED_CANNOT_PARSE_ENTRY_RECOVERABLE_137=\uc904 %2$d \ub610\ub294 \uc774 \uc904 \uadfc\ucc98\uc5d0 \uc788\ub294 \uc791\uc5c5 \ubc31\uc5c5 \ud30c\uc77c %1$s\uc758 \ud56d\ubaa9\uc744 \uc77d\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s. \uce58\uba85\uc801\uc778 \uc624\ub958\ub294 \uc544\ub2c8\ubbc0\ub85c \uc791\uc5c5 \uc2a4\ucf00\uc904\ub7ec\ub294 \uacc4\uc18d \ud30c\uc77c\uc758 \uad6c\ubb38 \ubd84\uc11d\uc744 \uc2dc\ub3c4\ud558\uace0 \uc5ec\uae30 \ud3ec\ud568\ub41c \ucd94\uac00 \uc791\uc5c5\uc744 \uc608\uc57d\ud569\ub2c8\ub2e4. |
| | | FATAL_ERR_TASKSCHED_CANNOT_PARSE_ENTRY_FATAL_138=\uc904 %2$d \ub610\ub294 \uc774 \uc904 \uadfc\ucc98\uc5d0 \uc788\ub294 \uc791\uc5c5 \ubc31\uc5c5 \ud30c\uc77c %1$s\uc758 \ud56d\ubaa9\uc744 \uc77d\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s. \uc774 \uc624\ub958\ub294 \ubcf5\uad6c\ud560 \uc218 \uc5c6\uc73c\uba70 \uad6c\ubb38 \ubd84\uc11d\uc744 \uacc4\uc18d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKSCHED_ENTRY_HAS_NO_PARENT_139=\ubd80\ubaa8 \ud56d\ubaa9\uc774 \uc5c6\uace0 %s\uc758 \uc791\uc5c5 \ub8e8\ud2b8 DN\uacfc \uc77c\uce58\ud558\uc9c0 \uc54a\uc73c\ubbc0\ub85c \uc791\uc5c5 \ubc31\uc5c5 \ud30c\uc77c\uc5d0\uc11c \uc77d\uc5b4 \uc628 \ud56d\ubaa9 %s\uc740(\ub294) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKSCHED_CANNOT_SCHEDULE_RECURRING_TASK_FROM_ENTRY_140=\ud56d\ubaa9 %s\uc744(\ub97c) \ubc18\ubcf5 \uc791\uc5c5\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc5ec \uc2a4\ucf00\uc904\ub7ec\uc5d0 \ucd94\uac00\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_TASKSCHED_CANNOT_SCHEDULE_TASK_FROM_ENTRY_141=\ud56d\ubaa9 %s\uc744(\ub97c) \uc791\uc5c5\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc5ec \uc2a4\ucf00\uc904\ub7ec\uc5d0 \ucd94\uac00\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_TASKSCHED_INVALID_TASK_ENTRY_DN_142=\uc791\uc5c5 \ubc31\uc5c5 \ud30c\uc77c %2$s\uc5d0\uc11c \uc77d\uc5b4 \uc628 \ud56d\ubaa9 %1$s\uc5d0 \uc791\uc5c5 \ub610\ub294 \ubc18\ubcf5 \uc791\uc5c5 \uc815\uc758\uc5d0 \uc720\ud6a8\ud558\uc9c0 \uc54a\uc740 DN\uc774 \uc788\uc73c\ubbc0\ub85c \ubb34\uc2dc\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKSCHED_ERROR_READING_TASK_BACKING_FILE_143=\uc791\uc5c5 \ub370\uc774\ud130 \ubc31\uc5c5 \ud30c\uc77c %s\uc5d0\uc11c \uc77d\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_TASKSCHED_CANNOT_CREATE_BACKING_FILE_144=\uc791\uc5c5 \uc2a4\ucf00\uc904\ub7ec\uc5d0 \uc0ac\uc6a9\ud560 \uc0c8 \uc791\uc5c5 \ubc31\uc5c5 \ud30c\uc77c %s\uc744(\ub97c) \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_TASKSCHED_NO_CLASS_ATTRIBUTE_145=\uc81c\uacf5\ub41c \uc791\uc5c5 \ud56d\ubaa9\uc5d0 \uc791\uc5c5 \ub17c\ub9ac\ub97c \uc81c\uacf5\ud558\ub294 \ud074\ub798\uc2a4\uc758 \uc815\uaddc\ud654\ub41c \uc774\ub984\uc744 \uc9c0\uc815\ud558\ub294 \ub370 \ud544\uc694\ud55c \uc18d\uc131 %s\uc774(\uac00) \ub4e4\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKSCHED_MULTIPLE_CLASS_TYPES_146=\uc81c\uacf5\ub41c \uc791\uc5c5 \ud56d\ubaa9\uc5d0 \uc791\uc5c5 \ud074\ub798\uc2a4 \uc774\ub984\uc744 \ubcf4\uad00\ud558\ub294 \ub370 \uc0ac\uc6a9\ub418\ub294 %s \uc720\ud615\uc758 \uc18d\uc131\uc774 \uc5ec\ub7ec \uac1c \ub4e4\uc5b4 \uc788\uc9c0\ub9cc \ud55c \uac1c \uc778\uc2a4\ud134\uc2a4\ub9cc \ud5c8\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKSCHED_NO_CLASS_VALUES_147=\uc81c\uacf5\ub41c \uc791\uc5c5 \ud56d\ubaa9\uc5d0 \uc791\uc5c5 \ub17c\ub9ac\ub97c \uc81c\uacf5\ud558\ub294 \ud074\ub798\uc2a4\uc758 \uc815\uaddc\ud654\ub41c \uc774\ub984\uc744 \uc9c0\uc815\ud558\ub294 \ub370 \uc0ac\uc6a9\ub418\ub294 %s \uc18d\uc131 \uac12\uc774 \ub4e4\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKSCHED_MULTIPLE_CLASS_VALUES_148=\uc81c\uacf5\ub41c \uc791\uc5c5 \ud56d\ubaa9\uc5d0 \uc791\uc5c5 \ud074\ub798\uc2a4 \uc774\ub984\uc744 \uc9c0\uc815\ud558\ub294 \ub370 \uc0ac\uc6a9\ub418\ub294 %s \uc18d\uc131 \uac12\uc774 \uc5ec\ub7ec \uac1c \ub4e4\uc5b4 \uc788\uc9c0\ub9cc \ud55c \uac1c \uac12\ub9cc \ud5c8\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKSCHED_CANNOT_LOAD_CLASS_149=\uc81c\uacf5\ub41c \uc791\uc5c5 \ud56d\ubaa9\uc758 \uc18d\uc131 %2$s\uc5d0 \uc9c0\uc815\ub41c \ud074\ub798\uc2a4 %1$s\uc744(\ub97c) \ub85c\ub4dc\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s. \uc774 \ud074\ub798\uc2a4\uac00 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ud074\ub798\uc2a4 \uacbd\ub85c\uc5d0 \uc788\uc2b5\ub2c8\uae4c? |
| | | SEVERE_ERR_TASKSCHED_CANNOT_INSTANTIATE_CLASS_AS_TASK_150=\ud074\ub798\uc2a4 %s\uc758 \uc778\uc2a4\ud134\uc2a4\ub97c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc791\uc5c5\uc73c\ub85c \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \uc774 \ud074\ub798\uc2a4\ub294 %s\uc758 \ud558\uc704 \ud074\ub798\uc2a4\uc785\ub2c8\uae4c? |
| | | SEVERE_ERR_TASKSCHED_CANNOT_INITIALIZE_INTERNAL_151=\uc81c\uacf5\ub41c \ud56d\ubaa9\uc5d0 \ud3ec\ud568\ub41c \uc815\ubcf4\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud074\ub798\uc2a4 %s\uc758 \uc778\uc2a4\ud134\uc2a4\uc5d0\uc11c \ub0b4\ubd80 \ucd08\uae30\ud654\ub97c \uc218\ud589\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_WARN_TASKSCHED_CANNOT_RENAME_CURRENT_BACKING_FILE_152=\ud604\uc7ac \uc791\uc5c5 \ubc31\uc5c5 \ud30c\uc77c\uc758 \uc774\ub984\uc744 %s\uc5d0\uc11c %s(\uc73c)\ub85c \ubcc0\uacbd\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \uc774\uc804 \uc791\uc5c5 \uad6c\uc131(\ucd5c\uc2e0 \uc5c5\ub370\uc774\ud2b8\ub97c \ubc18\uc601\ud558\uc9c0 \uc54a\uc74c)\uc774 \uc190\uc2e4\ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKSCHED_CANNOT_RENAME_NEW_BACKING_FILE_153=\uc0c8 \uc791\uc5c5 \ubc31\uc5c5 \ud30c\uc77c\uc758 \uc774\ub984\uc744 %s\uc5d0\uc11c %s(\uc73c)\ub85c \ubcc0\uacbd\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uac00 \ub2e4\uc2dc \uc2dc\uc791\ub418\uba74 \uc791\uc5c5 \uc2a4\ucf00\uc904\ub7ec\uac00 \ub2e4\uc74c \uc791\uc5c5\uc744 \uc218\ud589\ud558\uc9c0 \ubabb\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKSCHED_CANNOT_WRITE_BACKING_FILE_154=\uc0c8 \uc791\uc5c5 \ub370\uc774\ud130 \ubc31\uc5c5 \ud30c\uc77c %s\uc744(\ub97c) \uc4f0\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \ucd5c\uc2e0 \uc5c5\ub370\uc774\ud2b8\ub97c \ubc18\uc601\ud558\ub294 \uad6c\uc131 \uc815\ubcf4\uac00 \uc190\uc2e4\ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKBE_IMPORT_NOT_SUPPORTED_155=\uc791\uc5c5 \ubc31\uc5d4\ub4dc\ub294 LDIF \uac00\uc838\uc624\uae30 \uc791\uc5c5\uc744 \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | INFO_TASKBE_INTERRUPTED_BY_SHUTDOWN_156=\uc791\uc5c5 \ubc31\uc5d4\ub4dc\uac00 \uc885\ub8cc\ub429\ub2c8\ub2e4. |
| | | INFO_ROOTDSE_DESCRIPTION_SHOW_ALL_ATTRIBUTES_157=\ub8e8\ud2b8 DSE\uc758 \ubaa8\ub4e0 \uc18d\uc131\uc744 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc2a4\ud0a4\ub9c8 \uad6c\uc131\uc5d0 \uc0c1\uad00\uc5c6\uc774 \uc0ac\uc6a9\uc790 \uc18d\uc131\ucc98\ub7fc \ucc98\ub9ac\ud558\uc5ec \uae30\ubcf8\uc801\uc73c\ub85c \ud074\ub77c\uc774\uc5b8\ud2b8\uc5d0 \ubc18\ud658\ud574\uc57c \ud560\uc9c0 \uc5ec\ubd80\ub97c \ub098\ud0c0\ub0c5\ub2c8\ub2e4. |
| | | SEVERE_ERR_ROOTDSE_CANNOT_DETERMINE_ALL_USER_ATTRIBUTES_158=\ubaa8\ub4e0 \ub8e8\ud2b8 DSE \uc18d\uc131\uc744 \uc0ac\uc6a9\uc790 \uc18d\uc131\ucc98\ub7fc \ucc98\ub9ac\ud574\uc57c \ud560\uc9c0 \uc5ec\ubd80\ub97c \uc81c\uc5b4\ud558\ub294 %s \uad6c\uc131 \uc18d\uc131 \uac12\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \ub8e8\ud2b8 DSE\uc758 \uc18d\uc131\uc740 \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc788\ub294 \ud574\ub2f9 \uc815\uc758\ub97c \uae30\ubc18\uc73c\ub85c \ucc98\ub9ac\ub429\ub2c8\ub2e4. |
| | | INFO_ROOTDSE_UPDATED_SHOW_ALL_ATTRS_159=\ub8e8\ud2b8 DSE \uad6c\uc131\uc774 \uc5c5\ub370\uc774\ud2b8\ub418\uc5c8\uc73c\ubbc0\ub85c \uc774\uc81c \uad6c\uc131 \uc18d\uc131 %s\uc5d0\uc11c %s \uac12\uc744 \uc0ac\uc6a9\ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKSCHED_REMOVE_RECURRING_EXISTING_ITERATION_160=\ubc18\ubcf5 \uc791\uc5c5 %s\uc758 \uc608\uc57d\ub41c \ubc18\ubcf5\uc774 ID %s\uc744(\ub97c) \uc0ac\uc6a9\ud558\uc5ec \uc774\ubbf8 \uc9c0\uc815\ub418\uc5b4 \uc788\uace0 \uc774 \ubc18\ubcf5\uc744 \uba3c\uc800 \uc81c\uac70\ud574\uc57c \ud558\ubbc0\ub85c \ud574\ub2f9 \ubc18\ubcf5 \uc791\uc5c5\uc744 \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKSCHED_REMOVE_PENDING_NO_SUCH_TASK_161=\ubcf4\ub958 \uc911\uc778 \uc791\uc5c5 %s\uc774(\uac00) \uc5c6\uc73c\ubbc0\ub85c \uc774 \uc791\uc5c5\uc744 \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKSCHED_REMOVE_PENDING_NOT_PENDING_162=\ubcf4\ub958 \uc911\uc778 \uc791\uc5c5 %s\uc774(\uac00) \ub354 \uc774\uc0c1 \ubcf4\ub958 \uc0c1\ud0dc\uac00 \uc544\ub2c8\ubbc0\ub85c \uc774 \uc791\uc5c5\uc744 \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKSCHED_REMOVE_COMPLETED_NO_SUCH_TASK_163=\uc644\ub8cc\ub41c \uc791\uc5c5 %s\uc774(\uac00) \uc644\ub8cc \uc791\uc5c5 \ubaa9\ub85d\uc5d0 \uc5c6\uc73c\ubbc0\ub85c \uc774 \uc791\uc5c5\uc744 \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKBE_DELETE_INVALID_ENTRY_164=DN\uc774 \ud574\ub2f9 \ubc31\uc5d4\ub4dc\uc5d0 \ub300\ud574 \uc801\uc808\ud558\uc9c0 \uc54a\uac70\ub098 \uc608\uc57d \ub610\ub294 \ubc18\ubcf5 \uc791\uc5c5 \uae30\ubcf8 \ud56d\ubaa9 \uc544\ub798\uc5d0 \uc788\uc9c0 \uc54a\uc73c\ubbc0\ub85c \uc791\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \ud56d\ubaa9 %s\uc744(\ub97c) \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKBE_DELETE_NO_SUCH_TASK_165=\ud574\ub2f9 \ud56d\ubaa9 DN\uacfc \uc5f0\uacb0\ub41c \uc608\uc57d \uc791\uc5c5\uc774 \uc5c6\uc73c\ubbc0\ub85c \uc791\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \ud56d\ubaa9 %s\uc744(\ub97c) \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKBE_DELETE_RUNNING_166=\uc5f0\uacb0\ub41c \uc791\uc5c5\uc774 \ud604\uc7ac \uc2e4\ud589 \uc911\uc774\ubbc0\ub85c \uc791\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \ud56d\ubaa9 %s\uc744(\ub97c) \uc0ad\uc81c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKBE_DELETE_NO_SUCH_RECURRING_TASK_167=\ud56d\ubaa9 DN\uacfc \uc5f0\uacb0\ub41c \ubc18\ubcf5 \uc791\uc5c5\uc774 \uc5c6\uc73c\ubbc0\ub85c \uc791\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \ud56d\ubaa9 %s\uc744(\ub97c) \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKBE_SEARCH_INVALID_BASE_168=\uc81c\uacf5\ub41c \uae30\ubcf8 DN %s\uc774(\uac00) \uc791\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0 \uc788\ub294 \ud56d\ubaa9\uc5d0 \ub300\ud574 \uc720\ud6a8\ud558\uc9c0 \uc54a\uc73c\ubbc0\ub85c \uc791\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \uac80\uc0c9 \uc791\uc5c5\uc744 \ucc98\ub9ac\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKBE_SEARCH_NO_SUCH_TASK_169=\uc81c\uacf5\ub41c \uac80\uc0c9 \uae30\uc900 \ud56d\ubaa9 %s\uacfc(\uc640) \uc5f0\uacb0\ub41c \uc608\uc57d \uc791\uc5c5\uc774 \uc5c6\uc73c\ubbc0\ub85c \uc791\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \uac80\uc0c9 \uc791\uc5c5\uc744 \ucc98\ub9ac\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKBE_SEARCH_NO_SUCH_RECURRING_TASK_170=\uc81c\uacf5\ub41c \uac80\uc0c9 \uae30\uc900 \ud56d\ubaa9 %s\uacfc(\uc640) \uc5f0\uacb0\ub41c \ubc18\ubcf5 \uc791\uc5c5\uc774 \uc5c6\uc73c\ubbc0\ub85c \uc791\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \uac80\uc0c9 \uc791\uc5c5\uc744 \ucc98\ub9ac\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_BACKUP_CONFIG_ENTRY_NULL_171=\uc81c\uacf5\ub41c \uad6c\uc131 \ud56d\ubaa9\uc774 Null\uc774\ubbc0\ub85c \ubc31\uc5c5 \ubc31\uc5d4\ub4dc\ub97c \ucd08\uae30\ud654\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_BACKUP_CANNOT_DECODE_BACKUP_ROOT_DN_172=\ubc31\uc5d4\ub4dc\uc5d0 \ub300\ud55c \uae30\ubcf8 DN\uc744 \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc5ec \ubc31\uc5c5 \ubc31\uc5d4\ub4dc\ub97c \ucd08\uae30\ud654\ud560 \uc218 \uc5c6\uc74c: %s |
| | | INFO_BACKUP_DESCRIPTION_BACKUP_DIR_LIST_173=\ubc31\uc5c5 \ubc31\uc5d4\ub4dc\uc758 \uac80\uc0c9 \uc791\uc5c5\uc744 \uc704\ud574 \uae30\ubcf8\uc801\uc73c\ub85c \uc561\uc138\uc2a4\ud558\ub294 \ub514\ub809\ud1a0\ub9ac \uc9d1\ud569\uc785\ub2c8\ub2e4. \uc774 \ubaa9\ub85d\uc5d0 \uc5c6\ub294 \ubc31\uc5c5 \ub514\ub809\ud1a0\ub9ac\ub3c4 \uac80\uc0c9 \uae30\uc900 DN\uc5d0 \ubc31\uc5c5 \ub514\ub809\ud1a0\ub9ac\ub97c \uc9c1\uc811 \uc9c0\uc815\ud558\uc5ec \uacc4\uc18d \uc561\uc138\uc2a4\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \ub0b4\uc6a9\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_BACKUP_CANNOT_DETERMINE_BACKUP_DIR_LIST_174=\ubc31\uc5c5 \ub514\ub809\ud1a0\ub9ac \ubaa9\ub85d\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \ubc31\uc5c5 \ubc31\uc5d4\ub4dc \ucd08\uae30\ud654\ub97c \uacc4\uc18d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_BACKUP_GET_ENTRY_NULL_175=\uc694\uccad\ud55c \ud56d\ubaa9\uc774 Null\uc774\ubbc0\ub85c \ubc31\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \ud56d\ubaa9\uc744 \uac80\uc0c9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_BACKUP_INVALID_BASE_176=\uc694\uccad\ud55c \ud56d\ubaa9 %s\uc774(\uac00) \ubc31\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_BACKUP_DN_DOES_NOT_SPECIFY_DIRECTORY_177=\uc694\uccad\ud55c DN\uc774 \uae30\ubcf8 DN\ubcf4\ub2e4 \ud55c \uc218\uc900 \uc544\ub798\uc9c0\ub9cc \ubc31\uc5c5 \ub514\ub809\ud1a0\ub9ac\ub97c \uc9c0\uc815\ud558\uc9c0 \uc54a\uc73c\ubbc0\ub85c \ubc31\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \ud56d\ubaa9 %s\uc744(\ub97c) \uac80\uc0c9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_BACKUP_INVALID_BACKUP_DIRECTORY_178=\uc694\uccad\ud55c \ubc31\uc5c5 \ub514\ub809\ud1a0\ub9ac\uac00 \uc798\ubabb\ub418\uc5c8\uc73c\ubbc0\ub85c \ubc31\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \ud56d\ubaa9 %s\uc744(\ub97c) \uac80\uc0c9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_BACKUP_ERROR_GETTING_BACKUP_DIRECTORY_179=\uc694\uccad\ud55c \ubc31\uc5c5 \ub514\ub809\ud1a0\ub9ac\ub97c \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_BACKUP_NO_BACKUP_ID_IN_DN_180=\uc694\uccad\ud55c DN\uc774 \uae30\ubcf8 DN\ubcf4\ub2e4 \ub450 \uc218\uc900 \uc544\ub798\uc9c0\ub9cc \ubc31\uc5c5 ID\ub97c \uc9c0\uc815\ud558\uc9c0 \uc54a\uc73c\ubbc0\ub85c \ubc31\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \ud56d\ubaa9 %s\uc744(\ub97c) \uac80\uc0c9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_BACKUP_NO_BACKUP_PARENT_DN_181=\ubd80\ubaa8 \ud56d\ubaa9\uc774 \uc5c6\uc73c\ubbc0\ub85c \ubc31\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \ud56d\ubaa9 %s\uc744(\ub97c) \uac80\uc0c9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_BACKUP_NO_BACKUP_DIR_IN_DN_182=DN\uc5d0 \uc694\uccad\ud55c \ubc31\uc5c5\uc774 \uc800\uc7a5\ub41c \ubc31\uc5c5 \ub514\ub809\ud1a0\ub9ac\uac00 \uc5c6\uc73c\ubbc0\ub85c \ubc31\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \ud56d\ubaa9 %s\uc744(\ub97c) \uac80\uc0c9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_BACKUP_NO_SUCH_BACKUP_183=\ubc31\uc5c5 %s\uc774(\uac00) \ubc31\uc5c5 \ub514\ub809\ud1a0\ub9ac %s\uc5d0 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_BACKUP_ADD_NOT_SUPPORTED_184=\ubc31\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 \ucd94\uac00 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_BACKUP_DELETE_NOT_SUPPORTED_185=\ubc31\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 \uc0ad\uc81c \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_BACKUP_MODIFY_NOT_SUPPORTED_186=\ubc31\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 \uc218\uc815 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_BACKUP_MODIFY_DN_NOT_SUPPORTED_187=\ubc31\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 DN \uc218\uc815 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_BACKUP_NO_SUCH_ENTRY_188=\uc694\uccad\ud55c \ud56d\ubaa9 %s\uc774(\uac00) \ubc31\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_BACKUP_EXPORT_NOT_SUPPORTED_189=\ubc31\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 LDIF \ub0b4\ubcf4\ub0b4\uae30 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_BACKUP_IMPORT_NOT_SUPPORTED_190=\ubc31\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 LDIF \uac00\uc838\uc624\uae30 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_BACKUP_BACKUP_AND_RESTORE_NOT_SUPPORTED_191=\ubc31\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 \ubc31\uc5c5 \ubc0f \ubcf5\uc6d0 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_MEMORYBACKEND_REQUIRE_EXACTLY_ONE_BASE_192=\uba54\ubaa8\ub9ac \uae30\ubc18 \ubc31\uc5d4\ub4dc\uc5d0 \uc0ac\uc6a9\ud558\uae30 \uc704\ud574 \uae30\ubcf8 DN\uc744 \ud558\ub098\ub9cc \uc81c\uacf5\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_MEMORYBACKEND_ENTRY_ALREADY_EXISTS_193=\ud56d\ubaa9 %s\uc774(\uac00) \uba54\ubaa8\ub9ac \uae30\ubc18 \ubc31\uc5d4\ub4dc\uc5d0 \uc774\ubbf8 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_MEMORYBACKEND_ENTRY_DOESNT_BELONG_194=\ud56d\ubaa9 %s\uc740(\ub294) \uba54\ubaa8\ub9ac \uae30\ubc18 \ubc31\uc5d4\ub4dc\uc5d0 \uc18d\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_MEMORYBACKEND_PARENT_DOESNT_EXIST_195=\ubd80\ubaa8 \ud56d\ubaa9 %2$s\uc774(\uac00) \uba54\ubaa8\ub9ac \uae30\ubc18 \ubc31\uc5d4\ub4dc\uc5d0 \uc5c6\uc73c\ubbc0\ub85c \ud56d\ubaa9 %1$s\uc744(\ub97c) \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_MEMORYBACKEND_ENTRY_DOESNT_EXIST_196=\ud56d\ubaa9 %s\uc774(\uac00) \uba54\ubaa8\ub9ac \uae30\ubc18 \ubc31\uc5d4\ub4dc\uc5d0 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_DELETE_ENTRY_WITH_CHILDREN_197=\ud558\ub098 \uc774\uc0c1\uc758 \ud558\uc704 \ud56d\ubaa9\uc774 \uc788\uc73c\ubbc0\ub85c \ud56d\ubaa9 %s\uc744(\ub97c) \uc0ad\uc81c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_MEMORYBACKEND_MODDN_NOT_SUPPORTED_198=\uba54\ubaa8\ub9ac \uae30\ubc18 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 DN \uc218\uc815 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_WRITER_199=LDIF \uc791\uc131\uae30\ub97c \ub9cc\ub4e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_WRITE_ENTRY_TO_LDIF_200=\ud56d\ubaa9 %s\uc744(\ub97c) LDIF\uc5d0 \uc4f8 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_READER_201=LDIF \ud310\ub3c5\uae30\ub97c \ub9cc\ub4e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_MEMORYBACKEND_ERROR_READING_LDIF_202=LDIF\uc5d0\uc11c \uc77d\ub294 \ub3d9\uc548 \ubcf5\uad6c\ud560 \uc218 \uc5c6\ub294 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. |
| | | SEVERE_ERR_MEMORYBACKEND_ERROR_DURING_IMPORT_203=\uac00\uc838\uc624\uae30\ub97c \ucc98\ub9ac\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. |
| | | SEVERE_ERR_MEMORYBACKEND_BACKUP_RESTORE_NOT_SUPPORTED_204=\uba54\ubaa8\ub9ac \uae30\ubc18 \ubc31\uc5d4\ub4dc\uac00 \ubc31\uc5c5 \ub610\ub294 \ubcf5\uc6d0 \uc791\uc5c5\uc744 \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_RENAME_ENRY_WITH_CHILDREN_205=\ud558\ub098 \uc774\uc0c1\uc758 \ud558\uc704 \ud56d\ubaa9\uc774 \uc788\uc73c\ubbc0\ub85c \ud56d\ubaa9 %s\uc758 \uc774\ub984\uc744 \ubcc0\uacbd\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_RENAME_TO_ANOTHER_BACKEND_206=\ub300\uc0c1 \ud56d\ubaa9\uc774 \ub2e4\ub978 \ubc31\uc5d4\ub4dc\uc5d0 \uc788\uc73c\ubbc0\ub85c \ud56d\ubaa9 %s\uc758 \uc774\ub984\uc744 \ubcc0\uacbd\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_MEMORYBACKEND_RENAME_PARENT_DOESNT_EXIST_207=\uc0c8 \ubd80\ubaa8 \ud56d\ubaa9 %2$s\uc774(\uac00) \uc5c6\uc73c\ubbc0\ub85c \ud56d\ubaa9 %1$s\uc758 \uc774\ub984\uc744 \ubcc0\uacbd\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | INFO_SCHEMA_DESCRIPTION_SHOW_ALL_ATTRIBUTES_208=\ud558\uc704 \uc2a4\ud0a4\ub9c8 \ud56d\ubaa9\uc5d0 \uc788\ub294 \uc18d\uc131\uc774 \uc791\ub3d9 \uac00\ub2a5\uc73c\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\ub354\ub77c\ub3c4 \uc774 \uc18d\uc131\uc744 \uc0ac\uc6a9\uc790 \uc18d\uc131\uc73c\ub85c \ucc98\ub9ac\ud560\uc9c0 \uc5ec\ubd80\ub97c \ub098\ud0c0\ub0c5\ub2c8\ub2e4. \uc694\uccad\ud558\uc9c0 \uc54a\uc544\ub3c4 \uae30\ubcf8\uc801\uc73c\ub85c \ud3ec\ud568\ub418\ub294 attributeType \ubc0f objectClasses\uc640 \uac19\uc740 \uc2a4\ud0a4\ub9c8 \uc18d\uc131\uc744 \ud544\uc694\ub85c \ud558\ub294 \uc77c\ubd80 \uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8\uacfc\uc758 \ud638\ud658\uc131\uc744 \uc81c\uacf5\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. ldapSyntaxes \uc18d\uc131\uc740 \ud504\ub85c\ud1a0\ucf5c\uc744 \ud1b5\ud574 \uc2a4\ud0a4\ub9c8\ub97c \uc218\uc815\ud558\ub824 \ud560 \ub54c \ubb38\uc81c\uac00 \ubc1c\uc0dd\ud558\uc9c0 \uc54a\ub3c4\ub85d \ud558\uae30 \uc704\ud574 \ud56d\uc0c1 \uc791\ub3d9 \uac00\ub2a5\uc73c\ub85c \ucc98\ub9ac\ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_SCHEMA_CANNOT_DETERMINE_SHOW_ALL_209=\uad6c\uc131 \ud56d\ubaa9 %s\uc758 ds-cfg-show-all-attributes \uc18d\uc131\uc5d0 \uc9c0\uc815\ub41c \uac83\ucc98\ub7fc, \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub41c \ubc29\uc2dd\uc5d0 \uc0c1\uad00\uc5c6\uc774 \ubaa8\ub4e0 \ud558\uc704 \uc2a4\ud0a4\ub9c8 \ud56d\ubaa9 \uc18d\uc131\uc744 \uc0ac\uc6a9\uc790 \uc18d\uc131\uc73c\ub85c \ucc98\ub9ac\ud560\uc9c0 \uc5ec\ubd80\ub97c \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \uc18d\uc131 \uc720\ud615\uc744 \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub41c \ub300\ub85c \ucc98\ub9ac\ud558\ub294 \uae30\ubcf8 \ub3d9\uc791\uc774 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. |
| | | FATAL_ERR_BACKEND_CANNOT_REGISTER_BASEDN_210=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0\uc11c \uae30\ubcf8 DN %s\uc744(\ub97c) \ub4f1\ub85d\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_SCHEMA_DELETE_MODTYPE_NOT_SUPPORTED_211=\uc2a4\ud0a4\ub9c8 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 \ud604\uc7ac \uae30\uc874 \uc2a4\ud0a4\ub9c8 \uc694\uc18c\uc758 \uc81c\uac70\ub97c \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_INVALID_MODIFICATION_TYPE_212=\uc2a4\ud0a4\ub9c8 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 %s \uc218\uc815 \uc720\ud615\uc744 \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_UNSUPPORTED_ATTRIBUTE_TYPE_213=\uc2a4\ud0a4\ub9c8 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 %s \uc18d\uc131 \uc720\ud615\uc758 \uc218\uc815\uc744 \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc18d\uc131 \uc720\ud615, \uac1d\uccb4 \ud074\ub798\uc2a4, \uc774\ub984 \ud615\uc2dd, DIT \ucee8\ud150\ud2b8 \uaddc\uce59, DIT \uad6c\uc870 \uaddc\uce59 \ubc0f \uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9\ub9cc \uc218\uc815\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_ATTRTYPE_214=\uc18d\uc131 \uc720\ud615 \"%s\"(\uc744)\ub97c \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_SCHEMA_MODIFY_ATTRTYPE_ALREADY_EXISTS_215=\uc774\ub984 \ub610\ub294 OID\uac00 \ucda9\ub3cc\ud558\ub294 \uae30\uc874 \uc18d\uc131 \uc720\ud615\uc774 \uc788\uc73c\ubbc0\ub85c \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc18d\uc131 \uc720\ud615 %s\uc744(\ub97c) \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_OBJECTCLASS_216=\uac1d\uccb4 \ud074\ub798\uc2a4 \"%s\"(\uc744)\ub97c \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_SCHEMA_MODIFY_UNDEFINED_SUPERIOR_OBJECTCLASS_217=\uc0c1\uc704 \ud074\ub798\uc2a4 %2$s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc73c\ubbc0\ub85c \uac1d\uccb4 \ud074\ub798\uc2a4 %1$s\uc744(\ub97c) \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_OC_UNDEFINED_REQUIRED_ATTR_218=\uac1d\uccb4 \ud074\ub798\uc2a4 %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc740 \uc18d\uc131 %s\uc744(\ub97c) \ud544\uc694\ub85c \ud558\ubbc0\ub85c \uc774 \uac1d\uccb4 \ud074\ub798\uc2a4\ub97c \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_OC_UNDEFINED_OPTIONAL_ATTR_219=\uac1d\uccb4 \ud074\ub798\uc2a4 %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc740 \uc18d\uc131 %s\uc744(\ub97c) \ud5c8\uc6a9\ud558\ubbc0\ub85c \uc774 \uac1d\uccb4 \ud074\ub798\uc2a4\ub97c \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_OBJECTCLASS_ALREADY_EXISTS_220=\uc774\ub984 \ub610\ub294 OID\uac00 \ucda9\ub3cc\ud558\ub294 \uae30\uc874 \uac1d\uccb4 \ud074\ub798\uc2a4\uac00 \uc788\uc73c\ubbc0\ub85c \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uac1d\uccb4 \ud074\ub798\uc2a4 %s\uc744(\ub97c) \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_READ_EXISTING_USER_SCHEMA_221=\uc2a4\ud0a4\ub9c8 \ud30c\uc77c %s\uc758 \ub0b4\uc6a9\uc744 \uc77d\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_SCHEMA_222=\uc5c5\ub370\uc774\ud2b8\ub41c \uc2a4\ud0a4\ub9c8\ub97c \uc4f0\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_NAME_FORM_223=\uc774\ub984 \ud615\uc2dd \"%s\"(\uc744)\ub97c \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_DCR_224=DIT \ucee8\ud150\ud2b8 \uaddc\uce59 \"%s\"(\uc744)\ub97c \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_DSR_225=DIT \uad6c\uc870 \uaddc\uce59 \"%s\"(\uc744)\ub97c \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_MR_USE_226=\uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9 \"%s\"(\uc744)\ub97c \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_SCHEMA_MODIFY_DELETE_NO_VALUES_227=\uc11c\ubc84\uac00 \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc788\ub294 %s \uc18d\uc131 \uc720\ud615\uc5d0 \ub300\ud55c \ubaa8\ub4e0 \uac12\uc744 \uc81c\uac70\ud558\ub3c4\ub85d \ud5c8\uc6a9\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_ATTRTYPE_228=\uc18d\uc131 \uc720\ud615 %s\uc774(\uac00) \uc5ec\ub7ec \uae30\uc874 \uc18d\uc131 \uc720\ud615(%s \ubc0f %s)\uacfc \ucda9\ub3cc\ud558\ubbc0\ub85c \uc774 \uc18d\uc131 \uc720\ud615\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_UNDEFINED_SUPERIOR_ATTRIBUTE_TYPE_229=\uc18d\uc131 \uc720\ud615 %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc740 \uc0c1\uc704 \uc18d\uc131 \uc720\ud615 %s\uc744(\ub97c) \ucc38\uc870\ud558\ubbc0\ub85c \uc774 \uc18d\uc131 \uc720\ud615\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_OBJECTCLASS_230=\uac1d\uccb4 \ud074\ub798\uc2a4 %s\uc774(\uac00) \uc5ec\ub7ec \uae30\uc874 \uac1d\uccb4 \ud074\ub798\uc2a4(%s \ubc0f %s)\uc640 \ucda9\ub3cc\ud558\ubbc0\ub85c \uc774 \uac1d\uccb4 \ud074\ub798\uc2a4\ub97c \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_NAME_FORM_231=\uc774\ub984 \ud615\uc2dd %s\uc774(\uac00) \uc5ec\ub7ec \uae30\uc874 \uc774\ub984 \ud615\uc2dd(%s \ubc0f %s)\uacfc \ucda9\ub3cc\ud558\ubbc0\ub85c \uc774 \uc774\ub984 \ud615\uc2dd\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_NF_UNDEFINED_STRUCTURAL_OC_232=\uc774\ub984 \ud615\uc2dd %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc740 \uad6c\uc870\uc801 \uac1d\uccb4 \ud074\ub798\uc2a4 %s\uc744(\ub97c) \ucc38\uc870\ud558\ubbc0\ub85c \uc774 \uc774\ub984 \ud615\uc2dd\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_NF_UNDEFINED_REQUIRED_ATTR_233=\uc774\ub984 \ud615\uc2dd %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc740 \ud544\uc218 \uc18d\uc131 \uc720\ud615 %s\uc744(\ub97c) \ucc38\uc870\ud558\ubbc0\ub85c \uc774 \uc774\ub984 \ud615\uc2dd\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_NF_UNDEFINED_OPTIONAL_ATTR_234=\uc774\ub984 \ud615\uc2dd %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc740 \uc120\ud0dd \uc18d\uc131 \uc720\ud615 %s\uc744(\ub97c) \ucc38\uc870\ud558\ubbc0\ub85c \uc774 \uc774\ub984 \ud615\uc2dd\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DCR_235=DIT \ucee8\ud150\ud2b8 \uaddc\uce59 %s\uc774(\uac00) \uc5ec\ub7ec \uae30\uc874 DIT \ucee8\ud150\ud2b8 \uaddc\uce59(%s \ubc0f %s)\uacfc \ucda9\ub3cc\ud558\ubbc0\ub85c \uc774 \ucee8\ud150\ud2b8 \uaddc\uce59\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_STRUCTURAL_OC_CONFLICT_FOR_ADD_DCR_236=DIT \ucee8\ud150\ud2b8 \uaddc\uce59 %1$s\uc774(\uac00) \uc774\ubbf8 \ub2e4\ub978 DIT \ucee8\ud150\ud2b8 \uaddc\uce59 %3$s\uacfc(\uc640) \uc5f0\uacb0\ub41c \uad6c\uc870\uc801 \uac1d\uccb4 \ud074\ub798\uc2a4 %2$s\uc744(\ub97c) \ucc38\uc870\ud558\ubbc0\ub85c \uc774 \ucee8\ud150\ud2b8 \uaddc\uce59\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_STRUCTURAL_OC_237=DIT \ucee8\ud150\ud2b8 \uaddc\uce59 %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc740 \uad6c\uc870\uc801 \uac1d\uccb4 \ud074\ub798\uc2a4 %s\uc744(\ub97c) \ucc38\uc870\ud558\ubbc0\ub85c \uc774 \ucee8\ud150\ud2b8 \uaddc\uce59\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_AUXILIARY_OC_238=DIT \ucee8\ud150\ud2b8 \uaddc\uce59 %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc740 \ubcf4\uc870 \uac1d\uccb4 \ud074\ub798\uc2a4 %s\uc744(\ub97c) \ucc38\uc870\ud558\ubbc0\ub85c \uc774 \ucee8\ud150\ud2b8 \uaddc\uce59\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_REQUIRED_ATTR_239=DIT \ucee8\ud150\ud2b8 \uaddc\uce59 %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc740 \ud544\uc218 \uc18d\uc131 \uc720\ud615 %s\uc744(\ub97c) \ucc38\uc870\ud558\ubbc0\ub85c \uc774 \ucee8\ud150\ud2b8 \uaddc\uce59\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_OPTIONAL_ATTR_240= DIT \ucee8\ud150\ud2b8 \uaddc\uce59 %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc740 \uc120\ud0dd \uc18d\uc131 \uc720\ud615 %s\uc744(\ub97c) \ucc38\uc870\ud558\ubbc0\ub85c \uc774 \ucee8\ud150\ud2b8 \uaddc\uce59\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_PROHIBITED_ATTR_241=DIT \ucee8\ud150\ud2b8 \uaddc\uce59 %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc740 \uae08\uc9c0\ub41c \uc18d\uc131 \uc720\ud615 %s\uc744(\ub97c) \ucc38\uc870\ud558\ubbc0\ub85c \uc774 \ucee8\ud150\ud2b8 \uaddc\uce59\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DSR_242=DIT \uad6c\uc870 \uaddc\uce59 %s\uc774(\uac00) \uc5ec\ub7ec \uae30\uc874 DIT \uad6c\uc870 \uaddc\uce59(%s \ubc0f %s)\uacfc \ucda9\ub3cc\ud558\ubbc0\ub85c \uc774 \uad6c\uc870 \uaddc\uce59\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_NAME_FORM_CONFLICT_FOR_ADD_DSR_243=DIT \uad6c\uc870 \uaddc\uce59 %1$s\uc774(\uac00) \uc774\ubbf8 \ub2e4\ub978 DIT \uad6c\uc870 \uaddc\uce59 %3$s\uacfc(\uc640) \uc5f0\uacb0\ub41c \uc774\ub984 \ud615\uc2dd %2$s\uc744(\ub97c) \ucc38\uc870\ud558\ubbc0\ub85c \uc774 \uad6c\uc870 \uaddc\uce59\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_DSR_UNDEFINED_NAME_FORM_244=DIT \uad6c\uc870 \uaddc\uce59 %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc740 \uc774\ub984 \ud615\uc2dd %s\uc744(\ub97c) \ucc38\uc870\ud558\ubbc0\ub85c \uc774 \uad6c\uc870 \uaddc\uce59\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_MR_USE_245=\uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9 %s\uc774(\uac00) \uc5ec\ub7ec \uae30\uc874 \uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9(%s \ubc0f %s)\uacfc \ucda9\ub3cc\ud558\ubbc0\ub85c \uc774 \uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_MR_CONFLICT_FOR_ADD_MR_USE_246=\uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9 %1$s\uc774(\uac00) \uc774\ubbf8 \ub2e4\ub978 \uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9 %3$s\uacfc(\uc640) \uc5f0\uacb0\ub41c \uc77c\uce58 \uaddc\uce59 %2$s\uc744(\ub97c) \ucc38\uc870\ud558\ubbc0\ub85c \uc774 \uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_MRU_UNDEFINED_ATTR_247=\uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9 %1$s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc740 \uc18d\uc131 \uc720\ud615 %2$s\uc744(\ub97c) \ucc38\uc870\ud558\ubbc0\ub85c \uc774 \uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_AT_248=\uc18d\uc131 \uc720\ud615 %s\uc5d0 \ub300\ud574 \uc0c1\uc704 \uc720\ud615 \uc5f0\uacb0\uc774 \uc18d\uc131 \uc720\ud615 \uc790\uc2e0\uc744 \ucc38\uc870\ud558\ub294 \uc21c\ud658 \ucc38\uc870\uac00 \uac10\uc9c0\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_OC_249=\uac1d\uccb4 \ud074\ub798\uc2a4 %s\uc5d0 \ub300\ud574 \uc0c1\uc704 \ud074\ub798\uc2a4 \uc5f0\uacb0\uc774 \uac1d\uccb4 \ud074\ub798\uc2a4 \uc790\uc2e0\uc744 \ucc38\uc870\ud558\ub294 \uc21c\ud658 \ucc38\uc870\uac00 \uac10\uc9c0\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_DSR_250=DIT \uad6c\uc870 \uaddc\uce59 %s\uc5d0 \ub300\ud574 \uc0c1\uc704 \uaddc\uce59 \uc5f0\uacb0\uc774 DIT \uad6c\uc870 \uaddc\uce59 \uc790\uc2e0\uc744 \ucc38\uc870\ud558\ub294 \uc21c\ud658 \ucc38\uc870\uac00 \uac10\uc9c0\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_CLEANED_251=\uc5c5\ub370\uc774\ud2b8\ub97c \uc801\uc6a9\ud558\uae30 \uc804\uc5d0 \uae30\uc874 \uc2a4\ud0a4\ub9c8 \ud30c\uc77c\uc758 \ubcf5\uc0ac\ubcf8\uc744 \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \uc11c\ubc84\uac00 \uc6d0\ubcf8 \uc2a4\ud0a4\ub9c8 \uad6c\uc131\uc744 \ubcf5\uc6d0\ud588\uc73c\ubbc0\ub85c \ucd94\uac00 \uc815\ub9ac\uac00 \ud544\uc694\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_NOT_CLEANED_252=\uc5c5\ub370\uc774\ud2b8\ub97c \uc801\uc6a9\ud558\uae30 \uc804\uc5d0 \uae30\uc874 \uc2a4\ud0a4\ub9c8 \ud30c\uc77c\uc758 \ubcf5\uc0ac\ubcf8\uc744 \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \uc6d0\ubcf8 \uc2a4\ud0a4\ub9c8 \uad6c\uc131\uc744 \ubcf5\uc6d0\ud560 \ub54c\uc5d0\ub3c4 \ubb38\uc81c\uac00 \ubc1c\uc0dd\ud588\uc73c\ubbc0\ub85c \uc11c\ubc84\uac00 \uc77c\uad00\ub418\uc9c0 \uc54a\uc740 \uc0c1\ub300\ub85c \ub0a8\uc544 \uc788\uc5b4 \uc218\ub3d9 \uc815\ub9ac\uac00 \ud544\uc694\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_RESTORED_253=\uc11c\ubc84 \uc2a4\ud0a4\ub9c8 \ud30c\uc77c\uc758 \uc0c8 \ubc84\uc804\uc744 \uc4f0\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \uc11c\ubc84\uac00 \uc6d0\ubcf8 \uc2a4\ud0a4\ub9c8 \uad6c\uc131\uc744 \ubcf5\uc6d0\ud588\uc73c\ubbc0\ub85c \ucd94\uac00 \uc815\ub9ac\uac00 \ud544\uc694\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_NOT_RESTORED_254=\uc11c\ubc84 \uc2a4\ud0a4\ub9c8 \ud30c\uc77c\uc758 \uc0c8 \ubc84\uc804\uc744 \uc4f0\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \uc6d0\ubcf8 \uc2a4\ud0a4\ub9c8 \uad6c\uc131\uc744 \ubcf5\uc6d0\ud560 \ub54c\uc5d0\ub3c4 \ubb38\uc81c\uac00 \ubc1c\uc0dd\ud588\uc73c\ubbc0\ub85c \uc11c\ubc84\uac00 \uc77c\uad00\ub418\uc9c0 \uc54a\uc740 \uc0c1\ub300\ub85c \ub0a8\uc544 \uc788\uc5b4 \uc218\ub3d9 \uc815\ub9ac\uac00 \ud544\uc694\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_ATTRIBUTE_TYPE_255=\uc18d\uc131 \uc720\ud615 %s\uc774(\uac00) \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc73c\ubbc0\ub85c \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0\uc11c \uc774 \uc18d\uc131 \uc720\ud615\uc744 \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_SUPERIOR_TYPE_256=\uc18d\uc131 \uc720\ud615 %s\uc774(\uac00) \uc18d\uc131 \uc720\ud615 %s\uc5d0 \ub300\ud55c \uc0c1\uc704 \uc720\ud615\uc73c\ub85c \ucc38\uc870\ub418\ubbc0\ub85c \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0\uc11c \uc774 \uc18d\uc131 \uc720\ud615\uc744 \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_OC_257=\uc18d\uc131 \uc720\ud615 %s\uc774(\uac00) \uac1d\uccb4 \ud074\ub798\uc2a4 %s\uc5d0\uc11c \ud544\uc218 \ub610\ub294 \uc120\ud0dd \uc18d\uc131 \uc720\ud615\uc73c\ub85c \ucc38\uc870\ub418\ubbc0\ub85c \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0\uc11c \uc774 \uc18d\uc131 \uc720\ud615\uc744 \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_NF_258=\uc18d\uc131 \uc720\ud615 %s\uc774(\uac00) \uc774\ub984 \ud615\uc2dd %s\uc5d0\uc11c \ud544\uc218 \ub610\ub294 \uc120\ud0dd \uc18d\uc131 \uc720\ud615\uc73c\ub85c \ucc38\uc870\ub418\ubbc0\ub85c \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0\uc11c \uc774 \uc18d\uc131 \uc720\ud615\uc744 \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_DCR_259=\uc18d\uc131 \uc720\ud615 %s\uc774(\uac00) DIT \ucee8\ud150\ud2b8 \uaddc\uce59 %s\uc5d0\uc11c \ud544\uc218, \uc120\ud0dd \ub610\ub294 \uae08\uc9c0\ub41c \uc18d\uc131 \uc720\ud615\uc73c\ub85c \ucc38\uc870\ub418\ubbc0\ub85c \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0\uc11c \uc774 \uc18d\uc131 \uc720\ud615\uc744 \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_MR_USE_260=\uc18d\uc131 \uc720\ud615 %s\uc774(\uac00) \uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9 %s\uc5d0 \uc758\ud574 \ucc38\uc870\ub418\ubbc0\ub85c \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0\uc11c \uc774 \uc18d\uc131 \uc720\ud615\uc744 \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_OBJECTCLASS_261=\uac1d\uccb4 \ud074\ub798\uc2a4 %s\uc774(\uac00) \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc73c\ubbc0\ub85c \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0\uc11c \uc774 \uac1d\uccb4 \ud074\ub798\uc2a4\ub97c \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_OC_SUPERIOR_CLASS_262=\uac1d\uccb4 \ud074\ub798\uc2a4 %s\uc774(\uac00) \uac1d\uccb4 \ud074\ub798\uc2a4 %s\uc5d0 \ub300\ud55c \uc0c1\uc704 \ud074\ub798\uc2a4\ub85c \ucc38\uc870\ub418\ubbc0\ub85c \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0\uc11c \uc774 \uac1d\uccb4 \ud074\ub798\uc2a4\ub97c \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_OC_IN_NF_263=\uac1d\uccb4 \ud074\ub798\uc2a4 %s\uc774(\uac00) \uc774\ub984 \ud615\uc2dd %s\uc5d0 \ub300\ud55c \uad6c\uc870\uc801 \ud074\ub798\uc2a4\ub85c \ucc38\uc870\ub418\ubbc0\ub85c \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0\uc11c \uc774 \uac1d\uccb4 \ud074\ub798\uc2a4\ub97c \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_OC_IN_DCR_264=\uac1d\uccb4 \ud074\ub798\uc2a4 %s\uc774(\uac00) DIT \ucee8\ud150\ud2b8 \uaddc\uce59 %s\uc5d0 \ub300\ud55c \uad6c\uc870\uc801 \ub610\ub294 \ubcf4\uc870 \ud074\ub798\uc2a4\ub85c \ucc38\uc870\ub418\ubbc0\ub85c \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0\uc11c \uc774 \uac1d\uccb4 \ud074\ub798\uc2a4\ub97c \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_NAME_FORM_265=\uc774\ub984 \ud615\uc2dd %s\uc774(\uac00) \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc73c\ubbc0\ub85c \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0\uc11c \uc774 \uc774\ub984 \ud615\uc2dd\uc744 \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NF_IN_DSR_266=\uc774\ub984 \ud615\uc2dd %s\uc774(\uac00) DIT \uad6c\uc870 \uaddc\uce59 %s\uc5d0 \uc758\ud574 \ucc38\uc870\ub418\ubbc0\ub85c \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0\uc11c \uc774 \uc774\ub984 \ud615\uc2dd\uc744 \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DCR_267=DIT \ucee8\ud150\ud2b8 \uaddc\uce59 %s\uc774(\uac00) \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc73c\ubbc0\ub85c \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0\uc11c \uc774 \ucee8\ud150\ud2b8 \uaddc\uce59\uc744 \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DSR_268=DIT \uad6c\uc870 \uaddc\uce59 %s\uc774(\uac00) \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc73c\ubbc0\ub85c \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0\uc11c \uc774 \uad6c\uc870 \uaddc\uce59\uc744 \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_DSR_SUPERIOR_RULE_269=DIT \uad6c\uc870 \uaddc\uce59 %s\uc774(\uac00) DIT \uad6c\uc870 \uaddc\uce59 %s\uc5d0 \ub300\ud55c \uc0c1\uc704 \uaddc\uce59\uc73c\ub85c \ucc38\uc870\ub418\ubbc0\ub85c \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0\uc11c \uc774 \uad6c\uc870 \uaddc\uce59\uc744 \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_MR_USE_270=\uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9 %s\uc774(\uac00) \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc73c\ubbc0\ub85c \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0\uc11c \uc774 \uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9\uc744 \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OC_NOT_STRUCTURAL_271=\uc774\ub984 \ud615\uc2dd %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\ub294 \uac1d\uccb4 \ud074\ub798\uc2a4 %s\uc744(\ub97c) \ucc38\uc870\ud558\uc9c0\ub9cc \uad6c\uc870\uc801 \uac1d\uccb4 \ud074\ub798\uc2a4\uac00 \uc544\ub2c8\ubbc0\ub85c \uc774 \uc774\ub984 \ud615\uc2dd\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OC_NOT_STRUCTURAL_272=DIT \ucee8\ud150\ud2b8 \uaddc\uce59 %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\ub294 \uad6c\uc870\uc801 \uac1d\uccb4 \ud074\ub798\uc2a4 %s\uc744(\ub97c) \ucc38\uc870\ud558\uc9c0\ub9cc \uad6c\uc870\uc801\uc774\uc9c0 \uc54a\uc73c\ubbc0\ub85c \uc774 \ucee8\ud150\ud2b8 \uaddc\uce59\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_STRUCTURAL_OC_CONFLICT_FOR_ADD_NF_273=\uc774\ub984 \ud615\uc2dd %1$s\uc774(\uac00) \uc774\ubbf8 \ub2e4\ub978 \uc774\ub984 \ud615\uc2dd %3$s\uacfc(\uc640) \uc5f0\uacb0\ub41c \uad6c\uc870\uc801 \uac1d\uccb4 \ud074\ub798\uc2a4 %2$s\uc744(\ub97c) \ucc38\uc870\ud558\ubbc0\ub85c \uc774 \uc774\ub984 \ud615\uc2dd\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_ATTRIBUTE_TYPE_274=\uc0c1\uc704 \uc720\ud615 %2$s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 OBSOLETE\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\uc73c\ubbc0\ub85c \uc18d\uc131 \uc720\ud615 %1$s\uc744(\ub97c) \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_ATTRTYPE_OBSOLETE_MR_275=\uc5f0\uacb0\ub41c \uc77c\uce58 \uaddc\uce59 %2$s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 OBSOLETE\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\uc73c\ubbc0\ub85c \uc18d\uc131 \uc720\ud615 %1$s\uc744(\ub97c) \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_OBJECTCLASS_276=\uc0c1\uc704 \ud074\ub798\uc2a4 %2$s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 OBSOLETE\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\uc73c\ubbc0\ub85c \uac1d\uccb4 \ud074\ub798\uc2a4 %1$s\uc744(\ub97c) \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_OC_OBSOLETE_REQUIRED_ATTR_277=\ud544\uc218 \uc18d\uc131 %2$s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 OBSOLETE\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\uc73c\ubbc0\ub85c \uac1d\uccb4 \ud074\ub798\uc2a4 %1$s\uc744(\ub97c) \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_OC_OBSOLETE_OPTIONAL_ATTR_278=\uc120\ud0dd \uc18d\uc131 %2$s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 OBSOLETE\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\uc73c\ubbc0\ub85c \uac1d\uccb4 \ud074\ub798\uc2a4 %1$s\uc744(\ub97c) \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OC_OBSOLETE_279=\uad6c\uc870\uc801 \uac1d\uccb4 \ud074\ub798\uc2a4 %2$s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 OBSOLETE\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\uc73c\ubbc0\ub85c \uc774\ub984 \ud615\uc2dd %1$s\uc744(\ub97c) \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OBSOLETE_REQUIRED_ATTR_280=\uc774\ub984 \ud615\uc2dd %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 OBSOLETE\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\ub294 \uc18d\uc131 \uc720\ud615 %s\uc744(\ub97c) \ud544\uc694\ub85c \ud558\ubbc0\ub85c \uc774 \uc774\ub984 \ud615\uc2dd\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OBSOLETE_OPTIONAL_ATTR_281=\uc774\ub984 \ud615\uc2dd %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 OBSOLETE\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\ub294 \uc18d\uc131 \uc720\ud615 %s\uc744(\ub97c) \ud5c8\uc6a9\ud558\ubbc0\ub85c \uc774 \uc774\ub984 \ud615\uc2dd\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_STRUCTURAL_OC_OBSOLETE_282=\uad6c\uc870\uc801 \uac1d\uccb4 \ud074\ub798\uc2a4 %2$s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 OBSOLETE\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\uc73c\ubbc0\ub85c DIT \ucee8\ud150\ud2b8 \uaddc\uce59 %1$s\uc744(\ub97c) \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OC_NOT_AUXILIARY_283=DIT \ucee8\ud150\ud2b8 \uaddc\uce59 %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\ub294 \ubcf4\uc870 \uac1d\uccb4 \ud074\ub798\uc2a4 %s\uc744(\ub97c) \ucc38\uc870\ud558\uc9c0\ub9cc \ubcf4\uc870 \ud074\ub798\uc2a4\uac00 \uc544\ub2c8\ubbc0\ub85c \uc774 \ucee8\ud150\ud2b8 \uaddc\uce59\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_AUXILIARY_OC_OBSOLETE_284=DIT \ucee8\ud150\ud2b8 \uaddc\uce59 %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 OBSOLETE\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\ub294 \ubcf4\uc870 \uac1d\uccb4 \ud074\ub798\uc2a4 %s\uc744(\ub97c) \ud5c8\uc6a9\ud558\ubbc0\ub85c \uc774 \ucee8\ud150\ud2b8 \uaddc\uce59\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_REQUIRED_ATTR_285=DIT \ucee8\ud150\ud2b8 \uaddc\uce59 %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 OBSOLETE\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\ub294 \uc18d\uc131 \uc720\ud615 %s\uc744(\ub97c) \ud544\uc694\ub85c \ud558\ubbc0\ub85c \uc774 \ucee8\ud150\ud2b8 \uaddc\uce59\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_OPTIONAL_ATTR_286=DIT \ucee8\ud150\ud2b8 \uaddc\uce59 %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 OBSOLETE\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\ub294 \uc18d\uc131 \uc720\ud615 %s\uc744(\ub97c) \ud5c8\uc6a9\ud558\ubbc0\ub85c \uc774 \ucee8\ud150\ud2b8 \uaddc\uce59\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_PROHIBITED_ATTR_287=DIT \ucee8\ud150\ud2b8 \uaddc\uce59 %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 OBSOLETE\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\ub294 \uc18d\uc131 \uc720\ud615 %s\uc744(\ub97c) \uae08\uc9c0\ud558\ubbc0\ub85c \uc774 \ucee8\ud150\ud2b8 \uaddc\uce59\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_DSR_OBSOLETE_NAME_FORM_288=\uc774\ub984 \ud615\uc2dd %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 OBSOLETE\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\uc73c\ubbc0\ub85c DIT \uad6c\uc870 \uaddc\uce59 %s\uc744(\ub97c) \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_DSR_OBSOLETE_SUPERIOR_RULE_289=DIT \uad6c\uc870 \uaddc\uce59 %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 OBSOLETE\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\ub294 \uc0c1\uc704 \uaddc\uce59 %s\uc744(\ub97c) \ucc38\uc870\ud558\ubbc0\ub85c \uc774 \uad6c\uc870 \uaddc\uce59\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_MRU_OBSOLETE_MR_290=\uc77c\uce58 \uaddc\uce59 %2$s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 OBSOLETE\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\uc73c\ubbc0\ub85c \uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9 %1$s\uc744(\ub97c) \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_MRU_OBSOLETE_ATTR_291=\uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9 %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 OBSOLETE\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\ub294 \uc18d\uc131 \uc720\ud615 %s\uc744(\ub97c) \ucc38\uc870\ud558\ubbc0\ub85c \uc774 \uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_AUXILIARY_OC_292=DIT \ucee8\ud150\ud2b8 \uaddc\uce59 %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 OBSOLETE\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\ub294 \ubcf4\uc870 \uac1d\uccb4 \ud074\ub798\uc2a4 %s\uc744(\ub97c) \ucc38\uc870\ud558\ubbc0\ub85c \uc774 \ucee8\ud150\ud2b8 \uaddc\uce59\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_INSUFFICIENT_PRIVILEGES_293=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\ub97c \uc218\uc815\ud560 \uc218 \uc788\ub294 \ucda9\ubd84\ud55c \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_SCHEMA_CANNOT_FIND_CONCAT_FILE_294=\uc624\ud504\ub77c\uc778\uc5d0\uc11c \uc11c\ubc84\uc758 \uc2a4\ud0a4\ub9c8\uac00 \ubcc0\uacbd\ub418\uc5c8\ub294\uc9c0 \ud655\uc778\ud558\uae30 \uc704\ud574 \uc5f0\uacb0\ub41c \uc2a4\ud0a4\ub9c8 \uc694\uc18c \uc815\uc758\uac00 \ub4e4\uc5b4 \uc788\ub294 \ud30c\uc77c\uc744 \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uc774 \ud30c\uc77c\uc740 %s \ub514\ub809\ud1a0\ub9ac\uc5d0 \uc788\uc5b4\uc57c \ud558\uace0 \uc774\ub984\uc740 %s \ub610\ub294 %s(\uc73c)\ub85c \uc9c0\uc815\ub418\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_SCHEMA_ERROR_DETERMINING_SCHEMA_CHANGES_295=\uc11c\ubc84\uc758 \uc2a4\ud0a4\ub9c8 \ud30c\uc77c\uc744 \uc624\ud504\ub77c\uc778\uc73c\ub85c \uc9c1\uc811 \ud3b8\uc9d1\ud558\uc5ec \uc2a4\ud0a4\ub9c8\ub97c \ubcc0\uacbd\ud588\ub294\uc9c0 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_SCHEMA_CANNOT_WRITE_CONCAT_SCHEMA_FILE_296=\ubaa8\ub4e0 \uc11c\ubc84 \uc2a4\ud0a4\ub9c8 \uc694\uc18c\uc758 \uc5f0\uacb0\ub41c \ubaa9\ub85d\uc774 \ub4e4\uc5b4 \uc788\ub294 \ud30c\uc77c %s\uc744(\ub97c) \uc4f0\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \uc11c\ubc84\uac00 \uc624\ud504\ub77c\uc778\uc73c\ub85c \uc11c\ubc84\uc758 \uc2a4\ud0a4\ub9c8\uc5d0 \uc218\ud589\ub41c \ubcc0\uacbd \ub0b4\uc6a9\uc744 \uc815\ud655\ud788 \uc2dd\ubcc4\ud558\uc9c0 \ubabb\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | NOTICE_BACKEND_ENVIRONMENT_UNUSABLE_297=\ubc31\uc5d4\ub4dc ID %s\uc5d0 \ud574\ub2f9\ud558\ub294 JE \ub370\uc774\ud130\ubca0\uc774\uc2a4 \ud658\uacbd\uc774 \uc190\uc0c1\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\ub97c \ub2e4\uc2dc \uc2dc\uc791\ud558\uc5ec \ud658\uacbd\uc744 \ub2e4\uc2dc \uc5ec\uc2ed\uc2dc\uc624. |
| | | SEVERE_ERR_TASKSCHED_NOT_ALLOWED_TASK_298=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uac00 \uc791\uc5c5 %s\uc744(\ub97c) \ud638\ucd9c\ud558\ub3c4\ub85d \uad6c\uc131\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | INFO_TASK_COMPLETION_BODY_299=\uc791\uc5c5 ID: %s\r\n\uc791\uc5c5 \uc0c1\ud0dc: %s\r\n\uc608\uc57d\ub41c \uc2dc\uc791 \uc2dc\uac04: %s\r\n\uc2e4\uc81c \uc2dc\uc791 \uc2dc\uac04: %s\r\n\uc644\ub8cc \uc2dc\uac04: %s\r\n\r\n\ub85c\uadf8 \uba54\uc2dc\uc9c0:\r\n |
| | | SEVERE_ERR_TRUSTSTORE_GET_ENTRY_NULL_300=\uc694\uccad\ud55c \ud56d\ubaa9\uc774 Null\uc774\ubbc0\ub85c \ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \ubc31\uc5d4\ub4dc\uc5d0\uc11c \ud56d\ubaa9\uc744 \uac80\uc0c9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TRUSTSTORE_INVALID_BASE_301=\uc694\uccad\ud55c \ud56d\ubaa9 %s\uc774(\uac00) \ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \ubc31\uc5d4\ub4dc\uc5d0 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TRUSTSTORE_DN_DOES_NOT_SPECIFY_CERTIFICATE_302=\uc694\uccad\ud55c DN\uc774 \uae30\ubcf8 DN\ubcf4\ub2e4 \ud55c \uc218\uc900 \uc544\ub798\uc9c0\ub9cc \uc778\uc99d\uc11c \uc774\ub984\uc744 \uc9c0\uc815\ud558\uc9c0 \uc54a\uc73c\ubbc0\ub85c \ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \ubc31\uc5d4\ub4dc\uc5d0\uc11c \ud56d\ubaa9 %s\uc744(\ub97c) \ucc98\ub9ac\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_RETRIEVE_CERT_303=\ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \ud30c\uc77c %2$s\uc5d0\uc11c \uc778\uc99d\uc11c %1$s\uc744(\ub97c) \uac80\uc0c9\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s |
| | | SEVERE_ERR_TRUSTSTORE_MODIFY_NOT_SUPPORTED_304=\ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 \uc218\uc815 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TRUSTSTORE_MODIFY_DN_NOT_SUPPORTED_305=\ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 DN \uc218\uc815 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TRUSTSTORE_REQUIRES_ONE_BASE_DN_306=\uae30\ubcf8 DN\uc774 \ud558\ub098\ub9cc \ub4e4\uc5b4 \uc788\uc9c0 \uc54a\uc73c\ubbc0\ub85c \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c \ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \ubc31\uc5d4\ub4dc\ub97c \ucd08\uae30\ud654\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TRUSTSTORE_IMPORT_AND_EXPORT_NOT_SUPPORTED_307=\ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 LDIF \uac00\uc838\uc624\uae30 \ubc0f \ub0b4\ubcf4\ub0b4\uae30 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TRUSTSTORE_BACKUP_AND_RESTORE_NOT_SUPPORTED_308=\ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 \ubc31\uc5c5 \ubc0f \ubcf5\uc6d0 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TRUSTSTORE_NO_SUCH_FILE_309=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 \uc18d\uc131 ds-cfg-trust-store-file\uc5d0 \uc9c0\uc815\ub41c \ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \ud30c\uc77c %1$s\uc774(\uac00) \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TRUSTSTORE_INVALID_TYPE_310=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 \uc18d\uc131 ds-cfg-trust-store-type\uc5d0 \uc9c0\uc815\ub41c \ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \uc720\ud615 %1$s\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4: %3$s |
| | | SEVERE_ERR_TRUSTSTORE_PIN_FILE_CANNOT_CREATE_311=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 \uc18d\uc131 ds-cfg-trust-store-pin-file\uc5d0 \uc9c0\uc815\ub41c PIN \ud30c\uc77c %1$s\uc744(\ub97c) \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TRUSTSTORE_PIN_FILE_CANNOT_READ_312=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 \uad6c\uc131 \uc18d\uc131 ds-cfg-trust-store-pin-file\uc5d0 \uc9c0\uc815\ub41c \ud30c\uc77c %1$s\uc5d0\uc11c \ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c PIN\uc744 \uc77d\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s |
| | | SEVERE_ERR_TRUSTSTORE_PIN_FILE_EMPTY_313=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 \uc18d\uc131 ds-cfg-trust-store-pin-file\uc5d0 \uc9c0\uc815\ub41c \ud30c\uc77c %1$s\uc5d0 \ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c\uc5d0 \uc561\uc138\uc2a4\ud558\ub294 \ub370 \ud544\uc694\ud55c PIN\uc774 \ub4e4\uc5b4 \uc788\uc5b4\uc57c \ud558\ub294\ub370 \uc774 \ud30c\uc77c\uc774 \ube44\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TRUSTSTORE_PIN_ENVAR_NOT_SET_314=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 \uc18d\uc131 ds-cfg-trust-store-pin-environment-variable\uc5d0 \uc9c0\uc815\ub41c \ud658\uacbd \ubcc0\uc218 %1$s\uc5d0 \ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c\uc5d0 \uc561\uc138\uc2a4\ud558\ub294 \ub370 \ud544\uc694\ud55c PIN\uc774 \ub4e4\uc5b4 \uc788\uc5b4\uc57c \ud558\ub294\ub370 \uc774 \ub4f1\ub85d \uc815\ubcf4\uac00 \uc124\uc815\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TRUSTSTORE_PIN_PROPERTY_NOT_SET_315=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 \uc18d\uc131 ds-cfg-trust-store-pin-property\uc5d0 \uc9c0\uc815\ub41c Java \ub4f1\ub85d \uc815\ubcf4 %1$s\uc5d0 \ud30c\uc77c \uae30\ubc18 \ud2b8\ub7ec\uc2a4\ud2b8 \uad00\ub9ac\uc790\uc5d0 \uc561\uc138\uc2a4\ud558\ub294 \ub370 \ud544\uc694\ud55c PIN\uc774 \ub4e4\uc5b4 \uc788\uc5b4\uc57c \ud558\ub294\ub370 \uc774 \ub4f1\ub85d \uc815\ubcf4\uac00 \uc124\uc815\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_DETERMINE_FILE_316=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c \uad6c\uc131 \uc18d\uc131 ds-cfg-trust-store-file\uc758 \uac12\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_LOAD_317=\ud30c\uc77c %s\uc5d0\uc11c \ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \ub0b4\uc6a9\uc744 \ub85c\ub4dc\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_CREATE_FACTORY_318=\ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \ud30c\uc77c %s\uc758 \ub0b4\uc6a9\uc5d0 \uc561\uc138\uc2a4\ud558\uae30 \uc704\ud574 \ud2b8\ub7ec\uc2a4\ud2b8 \uad00\ub9ac\uc790 \ud329\ud1a0\ub9ac\ub97c \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_TRUSTSTORE_ALIAS_IN_USE_319=\uc778\uc99d\uc11c \ud56d\ubaa9 %s\uc774(\uac00) \uc774\ubbf8 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_GENERATE_CERT_320=\ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \ud30c\uc77c %2$s\uc5d0\uc11c \uc790\uccb4 \uc11c\uba85\ub41c \uc778\uc99d\uc11c %1$s\uc744(\ub97c) \uc0dd\uc131\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_ADD_CERT_321=\uc778\uc99d\uc11c %s\uc744(\ub97c) \ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \ud30c\uc77c %s\uc5d0 \ucd94\uac00\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_TRUSTSTORE_DELETE_NOT_SUPPORTED_322=\ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 \uc0ad\uc81c \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_MISSING_CERT_ATTR_323=\uc778\uc99d\uc11c \uc18d\uc131 %2$s\uc774(\uac00) \ub4e4\uc5b4 \uc788\uc9c0 \uc54a\uc73c\ubbc0\ub85c \ud56d\ubaa9 %1$s\uc744(\ub97c) \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_ATTRS_324=\uc778\uc99d\uc11c \uc18d\uc131 %2$s\uc774(\uac00) \uc5ec\ub7ec \uac1c \ub4e4\uc5b4 \uc788\uc73c\ubbc0\ub85c \ud56d\ubaa9 %1$s\uc744(\ub97c) \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_MISSING_CERT_VALUE_325=\uc778\uc99d\uc11c \uc18d\uc131 %2$s\uc758 \uac12\uc774 \ub4e4\uc5b4 \uc788\uc9c0 \uc54a\uc73c\ubbc0\ub85c \ud56d\ubaa9 %1$s\uc744(\ub97c) \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_VALUES_326=\uc778\uc99d\uc11c \uc18d\uc131 %2$s\uc758 \uac12\uc774 \uc5ec\ub7ec \uac1c \ub4e4\uc5b4 \uc788\uc73c\ubbc0\ub85c \ud56d\ubaa9 %1$s\uc744(\ub97c) \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_WRITE_CERT_327=\uc778\uc99d\uc11c %s\uc744(\ub97c) \ud30c\uc77c\uc5d0 \uc4f0\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_WARN_TRUSTSTORE_SET_PERMISSIONS_FAILED_328=\ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \ud30c\uc77c %s\uc5d0 \ub300\ud55c \uad8c\ud55c\uc744 \uc124\uc815\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_ROOT_CONTAINER_NOT_INITIALIZED_329=\ubc31\uc5d4\ub4dc %s\uc5d0 \ub300\ud55c \ub8e8\ud2b8 \ucee8\ud14c\uc774\ub108\uac00 \ucd08\uae30\ud654\ub418\uc9c0 \uc54a\uc544 \uc694\uccad\ud55c \uc791\uc5c5\uc744 \uc774 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \ucc98\ub9ac\ud558\uc9c0 \ubabb\ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKBE_MODIFY_CANNOT_LOCK_ENTRY_330=\ud56d\ubaa9 %s\uc5d0 \ub300\ud55c \uc4f0\uae30 \uc7a0\uae08\uc744 \uac00\uc838\uc62c \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKBE_MODIFY_INVALID_ENTRY_331=\uc791\uc5c5 \ud56d\ubaa9\uc744 \ud45c\uc2dc\ud558\uc9c0 \uc54a\uc73c\ubbc0\ub85c \ud56d\ubaa9 %s\uc744(\ub97c) \uc218\uc815\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uc791\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 \uc791\uc5c5 \ud56d\ubaa9\ub9cc \uc218\uc815\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKBE_MODIFY_NO_SUCH_TASK_332=\uc11c\ubc84\uc758 \uc720\ud6a8\ud55c \uc791\uc5c5\uc744 \ud45c\uc2dc\ud558\uc9c0 \uc54a\uc73c\ubbc0\ub85c \ud56d\ubaa9 %s\uc744(\ub97c) \uc218\uc815\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKBE_MODIFY_COMPLETED_333=\uc5f0\uacb0\ub41c \uc791\uc5c5\uc758 \uc2e4\ud589\uc774 \uc644\ub8cc\ub418\uc5c8\uc73c\ubbc0\ub85c \ud56d\ubaa9 %s\uc744(\ub97c) \uc218\uc815\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uc644\ub8cc\ub41c \uc791\uc5c5\uc740 \uc218\uc815\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKBE_MODIFY_RECURRING_334=\uc11c\ubc84\uac00 \ud604\uc7ac \ubc18\ubcf5 \uc791\uc5c5 \ud56d\ubaa9\uc758 \uc218\uc815\uc744 \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc73c\ubbc0\ub85c \ud56d\ubaa9 %s\uc744(\ub97c) \uc218\uc815\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKBE_MODIFY_RUNNING_335=\ud56d\ubaa9 %s\uacfc(\uc640) \uc5f0\uacb0\ub41c \uc791\uc5c5\uc774 \ud604\uc7ac \uc2e4\ud589 \uc911\uc785\ub2c8\ub2e4. \uc2e4\ud589 \uc911\uc778 \uc791\uc5c5\uc5d0 \ub300\ud574\uc11c\ub294 ds-task-state \uc18d\uc131 \uac12\uc744 \"cancel\"\ub85c \uc218\uc815\ud558\ub294 \uc791\uc5c5\ub9cc \ud5c8\uc6a9\ub429\ub2c8\ub2e4. |
| | | INFO_TASKBE_RUNNING_TASK_CANCELLED_336=\uc791\uc5c5 \ucc98\ub9ac\uac00 \uc791\uc5c5\uc744 \ucde8\uc18c\ud558\ub77c\ub294 \uc218\uc815 \uc694\uccad\uc5d0 \uc758\ud574 \uc911\ub2e8\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_DELETE_CERT_337=\ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \ud30c\uc77c %2$s\uc5d0\uc11c \uc778\uc99d\uc11c %1$s\uc744(\ub97c) \uc0ad\uc81c\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s |
| | | SEVERE_ERR_TRUSTSTORE_CERTIFICATE_NOT_FOUND_338=\uc778\uc99d\uc11c %2$s\uc774(\uac00) \uc5c6\uc73c\ubbc0\ub85c \ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \ubc31\uc5d4\ub4dc\uc5d0\uc11c \ud56d\ubaa9 %1$s\uc744(\ub97c) \uac80\uc0c9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_LDIF_BACKEND_MULTIPLE_BASE_DNS_339=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c LDIF \ubc31\uc5d4\ub4dc\ub294 \ud55c \uac1c \uae30\ubcf8 DN\ub9cc \uc9c0\uc6d0\ud558\ub294\ub370 \uc5ec\ub7ec \uae30\ubcf8 DN\uc744 \uc0ac\uc6a9\ud558\ub3c4\ub85d \uad6c\uc131\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_OPENING_FILE_340=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc5d0 \uc815\uc758\ub41c LDIF \ubc31\uc5d4\ub4dc\uac00 \uc0ac\uc6a9\ud560 LDIF \ud30c\uc77c %1$s\uc744(\ub97c) \uc5ec\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_READING_ENTRY_341=LDIF \ud30c\uc77c %s\uc758 \ub370\uc774\ud130\ub97c \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c LDIF \ubc31\uc5d4\ub4dc\ub85c \uc77d\uc5b4 \uc624\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_LDIF_BACKEND_DUPLICATE_ENTRY_342=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc5d0 \uc815\uc758\ub41c LDIF \ubc31\uc5d4\ub4dc\uc5d0\uc11c \uc0ac\uc6a9\ud558\ub3c4\ub85d \uad6c\uc131\ub41c LDIF \ud30c\uc77c %1$s\uc5d0 DN\uc774 %3$s\uc778 \ud56d\ubaa9\uc774 \uc5ec\ub7ec \uac1c \uc788\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_LDIF_BACKEND_ENTRY_OUT_OF_SCOPE_343=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc5d0 \uc815\uc758\ub41c LDIF \ubc31\uc5d4\ub4dc\uc5d0\uc11c \uc0ac\uc6a9\ud558\ub3c4\ub85d \uad6c\uc131\ub41c LDIF \ud30c\uc77c %1$s\uc5d0 \ud574\ub2f9 \ubc31\uc5d4\ub4dc\uc5d0 \ub300\ud574 \uc815\uc758\ub41c \uae30\ubcf8 DN \uc544\ub798\uc5d0 \uc788\uc9c0 \uc54a\uc740 \ud56d\ubaa9 %3$s\uc774(\uac00) \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_LDIF_BACKEND_MISSING_PARENT_344=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc5d0 \uc815\uc758\ub41c LDIF \ubc31\uc5d4\ub4dc\uc5d0\uc11c \uc0ac\uc6a9\ud558\ub3c4\ub85d \uad6c\uc131\ub41c LDIF \ud30c\uc77c %1$s\uc5d0 \ud56d\ubaa9 %3$s\uc774(\uac00) \ub4e4\uc5b4 \uc788\uc9c0\ub9cc \uadf8 \ubd80\ubaa8 \ud56d\ubaa9\uc744 \uc544\uc9c1 \uc77d\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_CREATING_FILE_345=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc5d0 \uc815\uc758\ub41c LDIF \ubc31\uc5d4\ub4dc\uc758 \uc5c5\ub370\uc774\ud2b8\ub41c \ub370\uc774\ud130 \ubc84\uc804\uc744 \uc4f0\uae30 \uc704\ud574 \ud30c\uc77c %1$s\uc744(\ub97c) \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_WRITING_FILE_346=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc5d0 \uc815\uc758\ub41c LDIF \ubc31\uc5d4\ub4dc\uc758 \ud30c\uc77c %1$s\uc5d0 \uc5c5\ub370\uc774\ud2b8\ub41c \ub370\uc774\ud130\ub97c \uc4f0\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_RENAMING_FILE_347=\uad6c\uc131 \ud56d\ubaa9 %3$s\uc5d0 \uc815\uc758\ub41c LDIF \ubc31\uc5d4\ub4dc\uc758 \uc5c5\ub370\uc774\ud2b8\ub41c \ub370\uc774\ud130\ub97c \uc4f0\uba74\uc11c \ud30c\uc77c %1$s\uc758 \uc774\ub984\uc744 %2$s(\uc73c)\ub85c \ubcc0\uacbd\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %4$s |
| | | MILD_ERR_LDIF_BACKEND_ADD_ALREADY_EXISTS_348=\ud56d\ubaa9 %s\uc774(\uac00) \uc774\ubbf8 LDIF \ubc31\uc5d4\ub4dc\uc5d0 \uc788\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_LDIF_BACKEND_ADD_MISSING_PARENT_349=\ud56d\ubaa9 %s\uc758 \ubd80\ubaa8\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_LDIF_BACKEND_DELETE_NO_SUCH_ENTRY_350=\ud56d\ubaa9 %s\uc774(\uac00) \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_LDIF_BACKEND_DELETE_NONLEAF_351=\ud56d\ubaa9 %s\uc5d0 \ud558\ub098 \uc774\uc0c1\uc758 \ud558\uc704 \ud56d\ubaa9\uc774 \uc788\uc73c\ubbc0\ub85c \uba3c\uc800 \ud558\uc704 \ud56d\ubaa9\uc744 \ubaa8\ub450 \uc81c\uac70\ud574\uc57c \uc774 \ud56d\ubaa9\uc744 \uc0ad\uc81c\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_LDIF_BACKEND_MODIFY_NO_SUCH_ENTRY_352=\ud56d\ubaa9 %s\uc774(\uac00) \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_LDIF_BACKEND_MODDN_NO_SUCH_SOURCE_ENTRY_353=\uc18c\uc2a4 \ud56d\ubaa9 %s\uc774(\uac00) \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_LDIF_BACKEND_MODDN_TARGET_ENTRY_ALREADY_EXISTS_354=\ub300\uc0c1 \ud56d\ubaa9 %s\uc774(\uac00) \uc774\ubbf8 \uc788\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_LDIF_BACKEND_MODDN_NEW_PARENT_DOESNT_EXIST_355=\uc0c8 \ubd80\ubaa8 DN %s\uc774(\uac00) \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_LDIF_BACKEND_SEARCH_NO_SUCH_BASE_356=\uac80\uc0c9 \uae30\uc900 DN\uc73c\ub85c \uc9c0\uc815\ub41c \ud56d\ubaa9 %s\uc774(\uac00) \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_WRITER_357=LDIF \ub0b4\ubcf4\ub0b4\uae30 \uc791\uc5c5\uc744 \uc704\ud574 \uc791\uc131\uae30\ub97c \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_LDIF_BACKEND_CANNOT_WRITE_ENTRY_TO_LDIF_358=LDIF \ub0b4\ubcf4\ub0b4\uae30\uc5d0\uc11c \ud56d\ubaa9 %s\uc744(\ub97c) \uc4f0\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_READER_359=LDIF \uac00\uc838\uc624\uae30 \uc791\uc5c5\uc744 \uc704\ud574 \ud310\ub3c5\uae30\ub97c \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_READING_LDIF_360=\uac00\uc838\uc624\uae30 \ud30c\uc77c\uc5d0\uc11c \ub370\uc774\ud130\ub97c \uc77d\ub294 \ub3d9\uc548 \ubcf5\uad6c\ud560 \uc218 \uc5c6\ub294 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. LDIF \uac00\uc838\uc624\uae30\ub97c \uacc4\uc18d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_LDIF_BACKEND_BACKUP_RESTORE_NOT_SUPPORTED_361=LDIF \ubc31\uc5d4\ub4dc\ub294 \ud604\uc7ac \ubc31\uc5c5 \ubc0f \ubcf5\uc6d0 \uba54\ucee4\ub2c8\uc998\uc744 \uc81c\uacf5\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \ub300\uc2e0 LDIF \uac00\uc838\uc624\uae30 \ubc0f \ub0b4\ubcf4\ub0b4\uae30 \uc791\uc5c5\uc744 \uc0ac\uc6a9\ud558\uc2ed\uc2dc\uc624. |
| | | MILD_ERR_LDIF_BACKEND_LDIF_DOESNT_EXIST_362=LDIF \ubc31\uc5d4\ub4dc \uad6c\uc131 \ud56d\ubaa9 %2$s\uc5d0 \ucc38\uc870\ub41c LDIF \ud30c\uc77c %1$s\uc774(\uac00) \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | INFO_LDIF_BACKEND_LDIF_FILE_CHANGED_363=LDIF \ud30c\uc77c \uacbd\ub85c\uc5d0 \ub300\ud55c \ubcc0\uacbd \ub0b4\uc6a9\uc740 \ubc31\uc5d4\ub4dc\ub97c \ube44\ud65c\uc131\ud654\ud588\ub2e4\uac00 \ub2e4\uc2dc \ud65c\uc131\ud654\ud574\uc57c \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | INFO_LDIF_BACKEND_BASE_DN_CHANGED_364=LDIF \ubc31\uc5d4\ub4dc \uae30\ubcf8 DN\uc5d0 \ub300\ud55c \ubcc0\uacbd \ub0b4\uc6a9\uc740 \ubc31\uc5d4\ub4dc\ub97c \ube44\ud65c\uc131\ud654\ud588\ub2e4\uac00 \ub2e4\uc2dc \ud65c\uc131\ud654\ud574\uc57c \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | MILD_ERR_LDIF_BACKEND_HAS_SUBORDINATES_NO_SUCH_ENTRY_365=\ub300\uc0c1 \ud56d\ubaa9 %s\uc774(\uac00) \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_LDIF_BACKEND_NUM_SUBORDINATES_NO_SUCH_ENTRY_366=\ub300\uc0c1 \ud56d\ubaa9 %s\uc774(\uac00) \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TRUSTSTORE_ERROR_READING_KEY_367=\ud0a4 \uc800\uc7a5\uc18c %2$s\uc5d0\uc11c \ud0a4 %1$s\uc744(\ub97c) \uc77d\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s |
| | | MILD_ERR_HAS_SUBORDINATES_NOT_SUPPORTED_368=\uc774 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 hasSubordinates \uc791\uc5c5 \uc18d\uc131\uc744 \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_NUM_SUBORDINATES_NOT_SUPPORTED_369=\uc774 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 numSubordinates \uc791\uc5c5 \uc18d\uc131\uc744 \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | NOTICE_BACKEND_OFFLINE_370=\ubc31\uc5d4\ub4dc %s\uc774(\uac00) \uc774\uc81c \uc624\ud504\ub77c\uc778\uc73c\ub85c \uc804\ud658\ub429\ub2c8\ub2e4. |
| New file |
| | |
| | | # CDDL HEADER START |
| | | # |
| | | # The contents of this file are subject to the terms of the |
| | | # Common Development and Distribution License, Version 1.0 only |
| | | # (the "License"). You may not use this file except in compliance |
| | | # with the License. |
| | | # |
| | | # You can obtain a copy of the license at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE |
| | | # or https://OpenDS.dev.java.net/OpenDS.LICENSE. |
| | | # See the License for the specific language governing permissions |
| | | # and limitations under the License. |
| | | # |
| | | # When distributing Covered Code, include this CDDL HEADER in each |
| | | # file and include the License file at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, |
| | | # add the following below this CDDL HEADER, with the fields enclosed |
| | | # by brackets "[]" replaced with your own identifying information: |
| | | # Portions Copyright [yyyy] [name of copyright owner] |
| | | # |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2008 Sun Microsystems, Inc. |
| | | |
| | | |
| | | |
| | | # |
| | | # Global directives |
| | | # |
| | | global.category=BACKEND |
| | | |
| | | # |
| | | # Format string definitions |
| | | # |
| | | # Keys must be formatted as follows: |
| | | # |
| | | # [SEVERITY]_[DESCRIPTION]_[ORDINAL] |
| | | # |
| | | # where: |
| | | # |
| | | # SEVERITY is one of: |
| | | # [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE] |
| | | # |
| | | # DESCRIPTION is an upper case string providing a hint as to the context of |
| | | # the message in upper case with the underscore ('_') character serving as |
| | | # word separator |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | FATAL_ERR_BACKEND_CANNOT_REMOVE_MULTIBASE_SUB_SUFFIX_1=\u5df2\u5c1d\u8bd5\u4ece\u5177\u6709 "%2$s" \u540e\u7f00\u7684\u540e\u7aef\u4e2d\u53d6\u6d88\u6ce8\u518c\u5b50\u540e\u7f00 "%1$s"\u3002\u4e0d\u8fc7\uff0c\u5305\u542b\u8be5\u5b50\u540e\u7f00\u7684\u4ece\u5c5e\u540e\u7aef\u8fd8\u5305\u542b\u5176\u4ed6\u5b50\u540e\u7f00\uff0c\u56e0\u6b64\u53ef\u80fd\u65e0\u6cd5\u4ece\u8be5\u540e\u7aef\u4e2d\u53d6\u6d88\u6ce8\u518c\u8be5\u5b50\u540e\u7f00\u3002\u4e5f\u8bb8\u53ef\u901a\u8fc7\u4ee5\u4e0b\u65b9\u5f0f\u5220\u9664\u8be5\u5b50\u540e\u7f00\uff1a\u7f16\u8f91\u8be5\u5b50\u540e\u7f00\u6240\u5173\u8054\u7684\u4ece\u5c5e\u540e\u7aef\u7684\u914d\u7f6e |
| | | FATAL_ERR_ROOTDSE_CONFIG_ENTRY_NULL_2=\u5df2\u5c1d\u8bd5\u914d\u7f6e\u6839 DSE \u540e\u7aef\uff0c\u4f46\u6ca1\u6709\u63d0\u4f9b\u914d\u7f6e\u6761\u76ee\u3002\u4e0d\u5141\u8bb8\u5b58\u5728\u8fd9\u79cd\u60c5\u51b5 |
| | | INFO_ROOTDSE_SUBORDINATE_BASE_DESCRIPTION_3=\u5c06\u7528\u4e8e\u57fa\u4e8e\u6839 DSE \u7684 singleLevel\u3001wholeSubtree \u548c subordinateSubtree \u641c\u7d22\u7684\u57fa DN \u96c6\u3002\u5982\u679c\u672a\u63d0\u4f9b\u8be5\u96c6\uff0c\u5219\u4f7f\u7528\u7528\u6237\u5b9a\u4e49\u7684\u6240\u6709\u540e\u7f00\u7684\u96c6 |
| | | SEVERE_WARN_ROOTDSE_NO_BACKEND_FOR_SUBORDINATE_BASE_4=\u57fa DN "%s" \u88ab\u914d\u7f6e\u4e3a\u7528\u4e8e\u6839 DSE \u4e0b\u7684\u641c\u7d22\u7684\u4ece\u5c5e\u57fa DN \u4e4b\u4e00\u3002\u4e0d\u8fc7\uff0c\u76ee\u5f55\u670d\u52a1\u5668\u4e2d\u6ce8\u518c\u7684\u4efb\u4f55\u540e\u7f00\u5747\u672a\u5904\u7406\u8be5\u57fa DN\uff0c\u56e0\u800c\u4e0d\u4f1a\u4f7f\u7528\u8be5\u57fa DN |
| | | SEVERE_WARN_ROOTDSE_SUBORDINATE_BASE_EXCEPTION_5=\u5728\u5c1d\u8bd5\u786e\u5b9a\u4ece\u5c5e\u57fa DN \u96c6\uff08\u7528\u4e8e\u6839 DSE \u4e0b\u7684\u641c\u7d22\uff09\u65f6\u51fa\u73b0\u610f\u5916\u95ee\u9898: %s |
| | | MILD_WARN_ROOTDSE_GET_ENTRY_NONROOT_6=\u5df2\u8bf7\u6c42\u6839 DSE \u540e\u7aef\u68c0\u7d22\u5177\u6709 DN "%s" \u7684\u6761\u76ee\u3002\u53ea\u5e94\u8bf7\u6c42\u8be5\u540e\u7aef\u68c0\u7d22\u6839 DSE \u672c\u8eab\u3002\u4e0d\u8fc7\uff0c\u5b83\u5c06\u68c0\u67e5\u5b9a\u4e49\u7684\u4ece\u5c5e\u540e\u7aef\uff0c\u5e76\u67e5\u770b\u80fd\u5426\u627e\u5230\u8bf7\u6c42\u7684\u6761\u76ee |
| | | MILD_ERR_ROOTDSE_ADD_NOT_SUPPORTED_7=\u65e0\u6cd5\u6dfb\u52a0\u6761\u76ee "%s"\uff0c\u56e0\u4e3a\u6839 DSE \u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u6dfb\u52a0\u64cd\u4f5c |
| | | MILD_ERR_ROOTDSE_DELETE_NOT_SUPPORTED_8=\u65e0\u6cd5\u5220\u9664\u6761\u76ee "%s"\uff0c\u56e0\u4e3a\u6839 DSE \u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u5220\u9664\u64cd\u4f5c |
| | | MILD_ERR_ROOTDSE_MODIFY_NOT_SUPPORTED_9=\u65e0\u6cd5\u66f4\u65b0\u6761\u76ee "%s"\uff0c\u56e0\u4e3a\u6839 DSE \u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u4fee\u6539\u64cd\u4f5c\u3002\u5982\u679c\u8981\u4fee\u6539\u6839 DSE \u672c\u8eab\u7684\u5185\u5bb9\uff0c\u4e5f\u8bb8\u53ef\u901a\u8fc7\u4fee\u6539\u914d\u7f6e\u4e2d\u7684 "%s" \u6761\u76ee\u6765\u5b8c\u6210 |
| | | MILD_ERR_ROOTDSE_MODIFY_DN_NOT_SUPPORTED_10=\u65e0\u6cd5\u91cd\u547d\u540d\u6761\u76ee "%s"\uff0c\u56e0\u4e3a\u6839 DSE \u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u4fee\u6539 DN \u64cd\u4f5c |
| | | MILD_ERR_ROOTDSE_INVALID_SEARCH_BASE_11=\u65e0\u6cd5\u5728\u6839 DSE \u540e\u7aef\u4e2d\u4f7f\u7528\u57fa DN "%3$s" \u6267\u884c\u641c\u7d22\uff08\u8fde\u63a5 ID \u4e3a %1$d\uff0c\u64cd\u4f5c ID \u4e3a %2$d\uff09\u3002\u5728\u8be5\u540e\u7aef\u4e2d\uff0c\u7528\u4e8e\u641c\u7d22\u7684\u57fa DN \u5fc5\u987b\u4e3a\u6839 DSE \u672c\u8eab\u7684 DN |
| | | SEVERE_ERR_ROOTDSE_UNEXPECTED_SEARCH_FAILURE_12=\u5728\u6839 DSE \u540e\u7aef\u4e2d\u5c1d\u8bd5\u5904\u7406\u641c\u7d22\u64cd\u4f5c\uff08\u8fde\u63a5 ID \u4e3a %d\uff0c\u64cd\u4f5c ID \u4e3a %d\uff09\u65f6\u51fa\u73b0\u610f\u5916\u6545\u969c: %s |
| | | SEVERE_ERR_ROOTDSE_INVALID_SEARCH_SCOPE_13=\u65e0\u6cd5\u5904\u7406\u8fde\u63a5 ID \u4e3a %d \u4e14\u64cd\u4f5c ID \u4e3a %d \u7684\u641c\u7d22\uff0c\u56e0\u4e3a\u5b83\u5177\u6709\u65e0\u6548\u8303\u56f4 %s |
| | | SEVERE_ERR_ROOTDSE_UNABLE_TO_CREATE_LDIF_WRITER_14=\u5728\u5c1d\u8bd5\u4e3a\u6839 DSE \u540e\u7aef\u6253\u5f00 LDIF \u4e66\u5199\u5668\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | SEVERE_ERR_ROOTDSE_UNABLE_TO_EXPORT_DSE_15=\u5728\u5c1d\u8bd5\u5c06\u6839 DSE \u6761\u76ee\u5bfc\u51fa\u5230\u6307\u5b9a LDIF \u76ee\u6807\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | SEVERE_ERR_ROOTDSE_IMPORT_NOT_SUPPORTED_16=\u6839 DSE \u540e\u7aef\u4e0d\u652f\u6301 LDIF \u5bfc\u5165\u64cd\u4f5c |
| | | SEVERE_ERR_ROOTDSE_BACKUP_AND_RESTORE_NOT_SUPPORTED_17=\u6839 DSE \u540e\u7aef\u672a\u63d0\u4f9b\u6267\u884c\u5907\u4efd\u548c\u6062\u590d\u64cd\u4f5c\u7684\u5de5\u5177\u3002\u5e94\u5c06\u6839 DSE \u7684\u5185\u5bb9\u4f5c\u4e3a\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u7684\u4e00\u90e8\u5206\u8fdb\u884c\u5907\u4efd |
| | | INFO_ROOTDSE_USING_SUFFIXES_AS_BASE_DNS_18=\u5df2\u66f4\u65b0\u6839 DSE \u914d\u7f6e\uff0c\u56e0\u6b64\uff0c\u5b83\u73b0\u5728\u4f1a\u4f7f\u7528\u5df2\u5b9a\u4e49\u7684\u76ee\u5f55\u670d\u52a1\u5668\u540e\u7f00\u96c6\u5728\u6839 DSE \u4e0b\u6267\u884c\u641c\u7d22 |
| | | INFO_ROOTDSE_USING_NEW_SUBORDINATE_BASE_DNS_19=\u5df2\u66f4\u65b0\u6839 DSE \u914d\u7f6e\uff0c\u56e0\u6b64\uff0c\u5b83\u73b0\u5728\u4f1a\u4f7f\u7528\u57fa DN \u96c6 %s \u5728\u6839 DSE \u4e0b\u6267\u884c\u641c\u7d22 |
| | | INFO_ROOTDSE_USING_NEW_USER_ATTRS_20=\u5df2\u66f4\u65b0\u6839 DSE \u914d\u7f6e\uff0c\u56e0\u6b64\uff0c\u5b83\u73b0\u5728\u4f1a\u4f7f\u7528\u65b0\u7684\u7528\u6237\u5b9a\u4e49\u5c5e\u6027\u96c6 |
| | | SEVERE_ERR_MONITOR_CONFIG_ENTRY_NULL_21=\u5df2\u5c1d\u8bd5\u914d\u7f6e\u76d1\u89c6\u5668\u540e\u7aef\uff0c\u4f46\u6ca1\u6709\u63d0\u4f9b\u914d\u7f6e\u6761\u76ee\u3002\u4e0d\u5141\u8bb8\u5b58\u5728\u8fd9\u79cd\u60c5\u51b5\uff0c\u4e0d\u4f1a\u901a\u8fc7\u534f\u8bae\u63d0\u4f9b\u4efb\u4f55\u76d1\u89c6\u5668\u4fe1\u606f |
| | | SEVERE_ERR_MONITOR_CANNOT_DECODE_MONITOR_ROOT_DN_22=\u5728\u5c1d\u8bd5\u5c06 cn=monitor \u4f5c\u4e3a\u57fa DN \u89e3\u7801\u4ee5\u83b7\u53d6\u76ee\u5f55\u670d\u52a1\u5668\u76d1\u89c6\u5668\u4fe1\u606f\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s\u3002\u4e0d\u4f1a\u901a\u8fc7\u534f\u8bae\u63d0\u4f9b\u4efb\u4f55\u76d1\u89c6\u5668\u4fe1\u606f |
| | | MILD_ERR_MONITOR_ADD_NOT_SUPPORTED_23=\u65e0\u6cd5\u6dfb\u52a0\u6761\u76ee "%s"\uff0c\u56e0\u4e3a\u76d1\u89c6\u5668\u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u6dfb\u52a0\u64cd\u4f5c |
| | | MILD_ERR_MONITOR_DELETE_NOT_SUPPORTED_24=\u65e0\u6cd5\u5220\u9664\u6761\u76ee "%s"\uff0c\u56e0\u4e3a\u76d1\u89c6\u5668\u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u5220\u9664\u64cd\u4f5c |
| | | MILD_ERR_MONITOR_MODIFY_NOT_SUPPORTED_25=\u65e0\u6cd5\u66f4\u65b0\u6761\u76ee "%s"\uff0c\u56e0\u4e3a\u76d1\u89c6\u5668\u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u4fee\u6539\u64cd\u4f5c\u3002\u5982\u679c\u8981\u4fee\u6539\u57fa\u76d1\u89c6\u5668\u6761\u76ee\u672c\u8eab\u7684\u5185\u5bb9\uff0c\u4e5f\u8bb8\u53ef\u901a\u8fc7\u4fee\u6539\u914d\u7f6e\u4e2d\u7684 "%s" \u6761\u76ee\u6765\u5b8c\u6210 |
| | | MILD_ERR_MONITOR_MODIFY_DN_NOT_SUPPORTED_26=\u65e0\u6cd5\u91cd\u547d\u540d\u6761\u76ee "%s"\uff0c\u56e0\u4e3a\u76d1\u89c6\u5668\u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u4fee\u6539 DN \u64cd\u4f5c |
| | | SEVERE_ERR_MONITOR_UNABLE_TO_EXPORT_BASE_27=\u5728\u5c1d\u8bd5\u5bfc\u51fa\u57fa\u76d1\u89c6\u5668\u6761\u76ee\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_MONITOR_UNABLE_TO_EXPORT_PROVIDER_ENTRY_28=\u5728\u5c1d\u8bd5\u4e3a\u76d1\u89c6\u5668\u63d0\u4f9b\u7a0b\u5e8f %s \u5bfc\u51fa\u76d1\u89c6\u5668\u6761\u76ee\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_MONITOR_IMPORT_NOT_SUPPORTED_29=\u76d1\u89c6\u5668\u540e\u7aef\u4e0d\u652f\u6301 LDIF \u5bfc\u5165\u64cd\u4f5c |
| | | SEVERE_ERR_MONITOR_BACKUP_AND_RESTORE_NOT_SUPPORTED_30=\u76d1\u89c6\u5668\u540e\u7aef\u672a\u63d0\u4f9b\u6267\u884c\u5907\u4efd\u548c\u6062\u590d\u64cd\u4f5c\u7684\u5de5\u5177 |
| | | INFO_MONITOR_USING_NEW_USER_ATTRS_31=\u5df2\u66f4\u65b0\u76d1\u89c6\u5668\u914d\u7f6e\uff0c\u56e0\u6b64\uff0c\u5b83\u73b0\u5728\u4f1a\u4f7f\u7528\u65b0\u7684\u7528\u6237\u5b9a\u4e49\u5c5e\u6027\u96c6 |
| | | MILD_ERR_MONITOR_GET_ENTRY_NULL_32=\u65e0\u6cd5\u4ece\u76d1\u89c6\u5668\u540e\u7aef\u4e2d\u68c0\u7d22\u8bf7\u6c42\u7684\u6761\u76ee\uff0c\u56e0\u4e3a\u63d0\u4f9b\u7684 DN \u4e3a Null |
| | | MILD_ERR_MONITOR_BASE_TOO_DEEP_33=\u65e0\u6cd5\u4ece\u76d1\u89c6\u5668\u540e\u7aef\u4e2d\u68c0\u7d22\u8bf7\u6c42\u7684\u6761\u76ee %s\uff0c\u56e0\u4e3a DN \u592a\u6df1\u3002\u76d1\u89c6\u5668\u6761\u76ee\u4e0d\u53ef\u4ee5\u4f4d\u4e8e %s \u4e4b\u4e0b\u4e00\u7ea7\uff08\u4e0d\u542b\uff09\u4ee5\u4e0a |
| | | MILD_ERR_MONITOR_INVALID_BASE_34=\u65e0\u6cd5\u4ece\u76d1\u89c6\u5668\u540e\u7aef\u4e2d\u68c0\u7d22\u8bf7\u6c42\u7684\u6761\u76ee %s\uff0c\u56e0\u4e3a\u8be5 DN \u4e0d\u5728\u76d1\u89c6\u5668\u57fa %s \u4e4b\u4e0b |
| | | MILD_ERR_MONITOR_MULTIVALUED_RDN_35=\u65e0\u6cd5\u4ece\u76d1\u89c6\u5668\u540e\u7aef\u4e2d\u68c0\u7d22\u8bf7\u6c42\u7684\u6761\u76ee %s\uff0c\u56e0\u4e3a\u76d1\u89c6\u5668\u6761\u76ee\u4e0d\u53ef\u4ee5\u5305\u542b\u591a\u503c RDN |
| | | MILD_ERR_MONITOR_NO_SUCH_PROVIDER_36=\u65e0\u6cd5\u4ece\u76d1\u89c6\u5668\u540e\u7aef\u4e2d\u68c0\u7d22\u8bf7\u6c42\u7684\u6761\u76ee\uff0c\u56e0\u4e3a\u6ca1\u6709\u5728\u76ee\u5f55\u670d\u52a1\u5668\u4e2d\u6ce8\u518c\u76d1\u89c6\u5668\u63d0\u4f9b\u7a0b\u5e8f "%s" |
| | | INFO_MONITOR_UPTIME_37=%d \u5929 %d \u5c0f\u65f6 %d \u5206\u949f %d \u79d2 |
| | | SEVERE_ERR_SCHEMA_CONFIG_ENTRY_NULL_38=\u5df2\u5c1d\u8bd5\u914d\u7f6e\u6a21\u5f0f\u540e\u7aef\uff0c\u4f46\u6ca1\u6709\u63d0\u4f9b\u914d\u7f6e\u6761\u76ee\u3002\u4e0d\u5141\u8bb8\u5b58\u5728\u8fd9\u79cd\u60c5\u51b5\uff0c\u4e0d\u4f1a\u901a\u8fc7\u534f\u8bae\u63d0\u4f9b\u4efb\u4f55\u6a21\u5f0f\u4fe1\u606f |
| | | INFO_SCHEMA_DESCRIPTION_ENTRY_DN_39=\u5728\u68c0\u7d22\u76ee\u5f55\u670d\u52a1\u5668\u6a21\u5f0f\u4fe1\u606f\u65f6\u53ef\u80fd\u9700\u8981\u68c0\u7d22\u7684\u6761\u76ee\u7684 DN \u6216 DN \u96c6\u3002\u5982\u679c\u8981\u5728\u591a\u4e2a\u4f4d\u7f6e\u63d0\u4f9b\u6a21\u5f0f\u4ee5\u5b9e\u73b0\u517c\u5bb9\uff0c\u5219\u53ef\u4ee5\u63d0\u4f9b\u591a\u4e2a\u503c\u3002\u5982\u679c\u672a\u63d0\u4f9b\u4efb\u4f55\u503c\uff0c\u5219\u4f7f\u7528\u9ed8\u8ba4\u503c "cn=schema" |
| | | SEVERE_ERR_SCHEMA_CANNOT_DETERMINE_BASE_DN_40=\u5728\u5c1d\u8bd5\u786e\u5b9a\u53d1\u5e03\u76ee\u5f55\u670d\u52a1\u5668\u6a21\u5f0f\u4fe1\u606f\u65f6\u4f7f\u7528\u7684\u57fa DN\uff08\u5728\u914d\u7f6e\u6761\u76ee %s \u7684 ds-cfg-schema-entry-dn \u5c5e\u6027\u4e2d\u6307\u5b9a\uff09\u65f6\u51fa\u73b0\u9519\u8bef: %s\u3002\u5c06\u4f7f\u7528\u9ed8\u8ba4\u6a21\u5f0f\u57fa DN cn=schema |
| | | MILD_ERR_SCHEMA_ADD_NOT_SUPPORTED_41=\u65e0\u6cd5\u6dfb\u52a0\u6761\u76ee "%s"\uff0c\u56e0\u4e3a\u6a21\u5f0f\u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u6dfb\u52a0\u64cd\u4f5c |
| | | MILD_ERR_SCHEMA_DELETE_NOT_SUPPORTED_42=\u65e0\u6cd5\u5220\u9664\u6761\u76ee "%s"\uff0c\u56e0\u4e3a\u6a21\u5f0f\u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u5220\u9664\u64cd\u4f5c |
| | | MILD_ERR_SCHEMA_MODIFY_NOT_SUPPORTED_43=\u65e0\u6cd5\u66f4\u65b0\u6761\u76ee "%s"\uff0c\u56e0\u4e3a\u6a21\u5f0f\u540e\u7aef\u4e2d\u5c1a\u4e0d\u652f\u6301\u4fee\u6539\u64cd\u4f5c\u3002\u5982\u679c\u8981\u4fee\u6539\u57fa\u6a21\u5f0f\u6761\u76ee\u672c\u8eab\u7684\u5185\u5bb9\uff0c\u4e5f\u8bb8\u53ef\u901a\u8fc7\u4fee\u6539\u914d\u7f6e\u4e2d\u7684 "%s" \u6761\u76ee\u6765\u5b8c\u6210 |
| | | MILD_ERR_SCHEMA_MODIFY_DN_NOT_SUPPORTED_44=\u65e0\u6cd5\u91cd\u547d\u540d\u6761\u76ee "%s"\uff0c\u56e0\u4e3a\u6a21\u5f0f\u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u4fee\u6539 DN \u64cd\u4f5c |
| | | SEVERE_ERR_SCHEMA_UNABLE_TO_EXPORT_BASE_45=\u5728\u5c1d\u8bd5\u5bfc\u51fa\u57fa\u6a21\u5f0f\u6761\u76ee\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_SCHEMA_IMPORT_NOT_SUPPORTED_46=\u6a21\u5f0f\u540e\u7aef\u4e0d\u652f\u6301 LDIF \u5bfc\u5165\u64cd\u4f5c |
| | | SEVERE_ERR_SCHEMA_BACKUP_AND_RESTORE_NOT_SUPPORTED_47=\u6a21\u5f0f\u540e\u7aef\u5c1a\u672a\u63d0\u4f9b\u6267\u884c\u5907\u4efd\u548c\u6062\u590d\u64cd\u4f5c\u7684\u5de5\u5177 |
| | | MILD_ERR_SCHEMA_INVALID_BASE_48=\u65e0\u6cd5\u4ece\u6a21\u5f0f\u540e\u7aef\u4e2d\u68c0\u7d22\u8bf7\u6c42\u7684\u6761\u76ee %s\uff0c\u56e0\u4e3a\u8be5 DN \u4e0e\u67d0\u4e2a\u6a21\u5f0f\u6761\u76ee DN \u76f8\u540c |
| | | SEVERE_ERR_SCHEMA_UNABLE_TO_CREATE_LDIF_WRITER_49=\u5728\u5c1d\u8bd5\u4e3a\u6a21\u5f0f\u540e\u7aef\u6253\u5f00 LDIF \u4e66\u5199\u5668\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | INFO_SCHEMA_DEREGISTERED_BASE_DN_50=\u5df2\u6210\u529f\u53d6\u6d88\u6ce8\u518c DN %s\uff0c\u56e0\u6b64\uff0c\u5b83\u5c06\u4e0d\u518d\u4f5c\u4e3a\u6a21\u5f0f\u6761\u76ee DN \u63d0\u4f9b |
| | | SEVERE_ERR_SCHEMA_CANNOT_DEREGISTER_BASE_DN_51=\u5728\u5c1d\u8bd5\u53d6\u6d88\u6ce8\u518c %s\uff08\u4f5c\u4e3a\u6a21\u5f0f\u6761\u76ee DN\uff09\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | INFO_SCHEMA_REGISTERED_BASE_DN_52=\u5df2\u6210\u529f\u5c06 DN %s \u6ce8\u518c\u4e3a\u65b0\u7684\u6a21\u5f0f\u6761\u76ee DN |
| | | SEVERE_ERR_SCHEMA_CANNOT_REGISTER_BASE_DN_53=\u5728\u5c1d\u8bd5\u5c06 %s \u6ce8\u518c\u4e3a\u6a21\u5f0f\u6761\u76ee DN \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | INFO_SCHEMA_USING_NEW_USER_ATTRS_54=\u5df2\u66f4\u65b0\u6a21\u5f0f\u914d\u7f6e\uff0c\u56e0\u6b64\uff0c\u5b83\u73b0\u5728\u4f1a\u4f7f\u7528\u65b0\u7684\u7528\u6237\u5b9a\u4e49\u5c5e\u6027\u96c6 |
| | | FATAL_ERR_BACKEND_CANNOT_LOCK_ENTRY_55=\u5728\u8fdb\u884c\u591a\u6b21\u5c1d\u8bd5\u540e\uff0c\u76ee\u5f55\u670d\u52a1\u5668\u4ecd\u65e0\u6cd5\u83b7\u53d6\u5bf9\u6761\u76ee %s \u7684\u9501\u5b9a\u3002\u8fd9\u53ef\u80fd\u610f\u5473\u7740\uff0c\u8be5\u6761\u76ee\u5df2\u88ab\u957f\u65f6\u95f4\u8fd0\u884c\u7684\u64cd\u4f5c\u9501\u5b9a\uff0c\u6216\u8005\u4ee5\u524d\u9501\u5b9a\u4e86\u8be5\u6761\u76ee\uff0c\u4f46\u6ca1\u6709\u6b63\u786e\u8fdb\u884c\u89e3\u9501 |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_GET_MAC_56=\u5728\u5c1d\u8bd5\u83b7\u53d6 %s MAC \u63d0\u4f9b\u7a0b\u5e8f\u4ee5\u4fbf\u4e3a\u5907\u4efd\u521b\u5efa\u7b7e\u540d\u6563\u5217\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_GET_DIGEST_57=\u5728\u5c1d\u8bd5\u83b7\u53d6 %s \u6d88\u606f\u6458\u8981\u4ee5\u4fbf\u4e3a\u5907\u4efd\u521b\u5efa\u6563\u5217\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_58=\u5c1d\u8bd5\u5728\u76ee\u5f55 %2$s \u4e2d\u521b\u5efa\u6a21\u5f0f\u5f52\u6863\u6587\u4ef6 %1$s \u65f6\u51fa\u73b0\u9519\u8bef: %3$s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_GET_CIPHER_59=\u5728\u5c1d\u8bd5\u83b7\u53d6\u7528\u4e8e\u52a0\u5bc6\u5907\u4efd\u7684\u5bc6\u7801\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_ZIP_COMMENT_60=%s \u6a21\u5f0f\u5907\u4efd %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_LIST_SCHEMA_FILES_61=\u5728\u5c1d\u8bd5\u83b7\u53d6\u76ee\u5f55 %s \u4e2d\u7684\u6587\u4ef6\u5217\u8868\uff08\u4ee5\u5305\u542b\u5728\u6a21\u5f0f\u5907\u4efd\u4e2d\uff09\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_BACKUP_SCHEMA_FILE_62=\u5728\u5c1d\u8bd5\u5907\u4efd\u6a21\u5f0f\u6587\u4ef6 %s \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_CLOSE_ZIP_STREAM_63=\u5728\u5c1d\u8bd5\u5173\u95ed\u76ee\u5f55 %2$s \u4e2d\u7684\u6a21\u5f0f\u5f52\u6863\u6587\u4ef6 %1$s \u65f6\u51fa\u73b0\u9519\u8bef: %3$s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_64=\u5728\u5c1d\u8bd5\u4f7f\u7528\u6709\u5173\u6a21\u5f0f\u5907\u4efd\u7684\u4fe1\u606f\u66f4\u65b0\u5907\u4efd\u63cf\u8ff0\u7b26\u6587\u4ef6 %s \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_NO_SUCH_BACKUP_65=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u76ee\u5f55 %2$s \u4e2d\u7684\u6a21\u5f0f\u5907\u4efd %1$s\uff0c\u56e0\u4e3a\u4e0d\u5b58\u5728\u8be5\u5907\u4efd |
| | | SEVERE_ERR_SCHEMA_RESTORE_NO_BACKUP_FILE_66=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u76ee\u5f55 %2$s \u4e2d\u7684\u6a21\u5f0f\u5907\u4efd %1$s\uff0c\u56e0\u4e3a\u65e0\u6cd5\u786e\u5b9a\u5f52\u6863\u6587\u4ef6\u540d |
| | | SEVERE_ERR_SCHEMA_RESTORE_NO_SUCH_FILE_67=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u6a21\u5f0f\u5907\u4efd %s\uff0c\u56e0\u4e3a\u6307\u5b9a\u7684\u5f52\u6863\u6587\u4ef6 %s \u4e0d\u5b58\u5728 |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_CHECK_FOR_ARCHIVE_68=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u6a21\u5f0f\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5728\u5c1d\u8bd5\u786e\u5b9a\u5907\u4efd\u5f52\u6863\u6587\u4ef6 %s \u662f\u5426\u5b58\u5728\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_UNKNOWN_DIGEST_69=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u6a21\u5f0f\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5c3d\u7ba1\u63d0\u4f9b\u4e86\u8be5\u5907\u4efd\u7684\u672a\u7b7e\u540d\u6563\u5217\uff0c\u4f46\u670d\u52a1\u5668\u65e0\u6cd5\u786e\u5b9a\u7528\u4e8e\u751f\u6210\u8be5\u6563\u5217\u7684\u6458\u8981\u7b97\u6cd5 |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_DIGEST_70=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u6a21\u5f0f\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5b83\u5305\u542b\u4e00\u4e2a\u672a\u7b7e\u540d\u6563\u5217\uff0c\u8be5\u6563\u5217\u4f7f\u7528\u4e86\u672a\u77e5\u6216\u4e0d\u53d7\u652f\u6301\u7684\u6458\u8981\u7b97\u6cd5 %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_UNKNOWN_MAC_71=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u6a21\u5f0f\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5c3d\u7ba1\u63d0\u4f9b\u4e86\u8be5\u5907\u4efd\u7684\u7b7e\u540d\u6563\u5217\uff0c\u4f46\u670d\u52a1\u5668\u65e0\u6cd5\u786e\u5b9a\u7528\u4e8e\u751f\u6210\u8be5\u6563\u5217\u7684 MAC \u7b97\u6cd5 |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_MAC_72=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u6a21\u5f0f\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5b83\u5305\u542b\u4e00\u4e2a\u7b7e\u540d\u6563\u5217\uff0c\u8be5\u6563\u5217\u4f7f\u7528\u4e86\u672a\u77e5\u6216\u4e0d\u53d7\u652f\u6301\u7684 MAC \u7b97\u6cd5 %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_OPEN_BACKUP_FILE_73=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u6a21\u5f0f\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5728\u5c1d\u8bd5\u6253\u5f00\u5907\u4efd\u5f52\u6863\u6587\u4ef6 %s \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_CIPHER_75=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u6a21\u5f0f\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5b83\u662f\u4f7f\u7528\u672a\u77e5\u6216\u4e0d\u53d7\u652f\u6301\u7684\u5bc6\u7801\u52a0\u5bc6\u7684: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_RENAME_CURRENT_DIRECTORY_76=\u65e0\u6cd5\u6062\u590d\u6a21\u5f0f\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5728\u5c1d\u8bd5\u5c06\u5f53\u524d\u6a21\u5f0f\u76ee\u5f55\u4ece %s \u91cd\u547d\u540d\u4e3a %s \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | NOTICE_SCHEMA_RESTORE_RESTORED_OLD_SCHEMA_77=\u51fa\u73b0\u4e86\u5bfc\u81f4\u65e0\u6cd5\u6b63\u786e\u6062\u590d\u6a21\u5f0f\u5907\u4efd\u7684\u9519\u8bef\u3002\u4e0d\u8fc7\uff0c\u5df2\u4fdd\u7559\u5728\u6062\u590d\u8fc7\u7a0b\u5f00\u59cb\u4e4b\u524d\u4f4d\u4e8e\u9002\u5f53\u4f4d\u7f6e\u7684\u539f\u59cb\u6a21\u5f0f\u6587\u4ef6\uff0c\u8fd9\u4e9b\u6587\u4ef6\u73b0\u5728\u4f4d\u4e8e\u5176\u539f\u59cb\u4f4d\u7f6e %s \u4e2d |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_RESTORE_OLD_SCHEMA_78=\u51fa\u73b0\u4e86\u5bfc\u81f4\u65e0\u6cd5\u6b63\u786e\u6062\u590d\u6a21\u5f0f\u5907\u4efd\u7684\u9519\u8bef\u3002\u5df2\u4fdd\u7559\u5728\u6062\u590d\u8fc7\u7a0b\u5f00\u59cb\u4e4b\u524d\u4f4d\u4e8e\u9002\u5f53\u4f4d\u7f6e\u7684\u539f\u59cb\u6a21\u5f0f\u6587\u4ef6\uff0c\u8fd9\u4e9b\u6587\u4ef6\u5305\u542b\u5728 %s \u76ee\u5f55\u4e2d |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_CREATE_SCHEMA_DIRECTORY_79=\u65e0\u6cd5\u6062\u590d\u6a21\u5f0f\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5728\u5c1d\u8bd5\u521b\u5efa\u65b0\u7684\u7a7a\u76ee\u5f55 %s\uff08\u5e94\u5728\u5176\u4e2d\u6062\u590d\u6587\u4ef6\uff09\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_OLD_SCHEMA_SAVED_80=\u51fa\u73b0\u4e86\u5bfc\u81f4\u65e0\u6cd5\u6b63\u786e\u6062\u590d\u6a21\u5f0f\u5907\u4efd\u7684\u9519\u8bef\u3002\u5df2\u5c06\u5728\u6062\u590d\u8fc7\u7a0b\u5f00\u59cb\u4e4b\u524d\u4f4d\u4e8e\u9002\u5f53\u4f4d\u7f6e\u7684\u539f\u59cb\u6a21\u5f0f\u6587\u4ef6\u4fdd\u7559\u5728 %s \u76ee\u5f55\u4e2d |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_ZIP_ENTRY_81=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u6a21\u5f0f\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5728\u5c1d\u8bd5\u4ece\u5f52\u6863\u6587\u4ef6 %s \u4e2d\u8bfb\u53d6\u4e0b\u4e00\u4e2a\u6761\u76ee\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_CREATE_FILE_82=\u65e0\u6cd5\u6062\u590d\u6a21\u5f0f\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5728\u5c1d\u8bd5\u91cd\u65b0\u521b\u5efa\u6587\u4ef6 %s \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_PROCESS_ARCHIVE_FILE_83=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u6a21\u5f0f\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5728\u5904\u7406\u5f52\u6863\u6587\u4ef6 %s \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_ERROR_ON_ZIP_STREAM_CLOSE_84=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u6a21\u5f0f\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5728\u5c1d\u8bd5\u5173\u95ed\u5f52\u6863\u6587\u4ef6 %s \u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | NOTICE_SCHEMA_RESTORE_UNSIGNED_HASH_VALID_85=\u901a\u8fc7\u5907\u4efd\u5f52\u6863\u6587\u4ef6\u8ba1\u7b97\u7684\u6d88\u606f\u6458\u8981\u4e0e\u968f\u5907\u4efd\u4fe1\u606f\u4e00\u8d77\u5b58\u50a8\u7684\u6458\u8981\u76f8\u5339\u914d |
| | | SEVERE_ERR_SCHEMA_RESTORE_UNSIGNED_HASH_INVALID_86=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u6a21\u5f0f\u5907\u4efd %s\uff0c\u56e0\u4e3a\u901a\u8fc7\u5907\u4efd\u5f52\u6863\u6587\u4ef6\u8ba1\u7b97\u7684\u6d88\u606f\u6458\u8981\u4e0e\u968f\u5907\u4efd\u4fe1\u606f\u4e00\u8d77\u5b58\u50a8\u7684\u6458\u8981\u4e0d\u5339\u914d |
| | | NOTICE_SCHEMA_RESTORE_SIGNED_HASH_VALID_87=\u901a\u8fc7\u5907\u4efd\u5f52\u6863\u6587\u4ef6\u8ba1\u7b97\u7684\u7b7e\u540d\u6458\u8981\u4e0e\u968f\u5907\u4efd\u4fe1\u606f\u4e00\u8d77\u5b58\u50a8\u7684\u7b7e\u540d\u76f8\u5339\u914d |
| | | SEVERE_ERR_SCHEMA_RESTORE_SIGNED_HASH_INVALID_88=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u6a21\u5f0f\u5907\u4efd %s\uff0c\u56e0\u4e3a\u901a\u8fc7\u5907\u4efd\u5f52\u6863\u6587\u4ef6\u8ba1\u7b97\u7684\u7b7e\u540d\u6458\u8981\u4e0e\u968f\u5907\u4efd\u4fe1\u606f\u4e00\u8d77\u5b58\u50a8\u7684\u7b7e\u540d\u4e0d\u5339\u914d |
| | | NOTICE_SCHEMA_RESTORE_VERIFY_SUCCESSFUL_89=\u5bf9\u76ee\u5f55 %2$s \u4e2d\u7684\u6a21\u5f0f\u5907\u4efd %1$s \u6267\u884c\u7684\u6240\u6709\u6d4b\u8bd5\u8868\u660e\u5f52\u6863\u6587\u4ef6\u4f3c\u4e4e\u6709\u6548 |
| | | NOTICE_SCHEMA_RESTORE_SUCCESSFUL_90=\u5df2\u6210\u529f\u4ece\u76ee\u5f55 %2$s \u4e2d\u7684\u5f52\u6863\u6587\u4ef6\u6062\u590d\u6a21\u5f0f\u5907\u4efd %1$s |
| | | SEVERE_ERR_TASK_INVALID_STATE_91=\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u4efb\u52a1\u65e0\u6548\uff0c\u56e0\u4e3a\u5b83\u5177\u6709\u65e0\u6548\u72b6\u6001 %s |
| | | SEVERE_ERR_TASK_CANNOT_PARSE_SCHEDULED_START_TIME_92=\u5728\u5c1d\u8bd5\u89e3\u6790\u4efb\u52a1\u6761\u76ee %2$s \u4e2d\u7684\u9884\u5b9a\u5f00\u59cb\u65f6\u95f4\u503c %1$s \u65f6\u51fa\u73b0\u9519\u8bef |
| | | SEVERE_ERR_TASK_CANNOT_PARSE_ACTUAL_START_TIME_93=\u5728\u5c1d\u8bd5\u89e3\u6790\u4efb\u52a1\u6761\u76ee %2$s \u4e2d\u7684\u5b9e\u9645\u5f00\u59cb\u65f6\u95f4\u503c %1$s \u65f6\u51fa\u73b0\u9519\u8bef |
| | | SEVERE_ERR_TASK_CANNOT_PARSE_COMPLETION_TIME_94=\u5728\u5c1d\u8bd5\u89e3\u6790\u4efb\u52a1\u6761\u76ee %2$s \u4e2d\u7684\u5b8c\u6210\u65f6\u95f4\u503c %1$s \u65f6\u51fa\u73b0\u9519\u8bef |
| | | SEVERE_ERR_TASK_MISSING_ATTR_95=\u4efb\u52a1\u6761\u76ee %s \u7f3a\u5c11\u5fc5\u9700\u5c5e\u6027 %s |
| | | SEVERE_ERR_TASK_MULTIPLE_ATTRS_FOR_TYPE_96=\u4efb\u52a1\u6761\u76ee %2$s \u4e2d\u6709\u5c5e\u6027 %1$s \u7684\u591a\u4e2a\u5b9e\u4f8b |
| | | SEVERE_ERR_TASK_NO_VALUES_FOR_ATTR_97=\u4efb\u52a1\u6761\u76ee %2$s \u4e2d\u6ca1\u6709\u5c5e\u6027 %1$s \u7684\u503c |
| | | SEVERE_ERR_TASK_MULTIPLE_VALUES_FOR_ATTR_98=\u4efb\u52a1\u6761\u76ee %2$s \u4e2d\u6709\u5c5e\u6027 %1$s \u7684\u591a\u4e2a\u503c |
| | | SEVERE_ERR_TASK_EXECUTE_FAILED_99=\u6267\u884c\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u4efb\u52a1\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_RECURRINGTASK_NO_ID_ATTRIBUTE_100=\u63d0\u4f9b\u7684\u590d\u53d1\u6027\u4efb\u52a1\u6761\u76ee\u4e0d\u5305\u542b\u4fdd\u5b58\u590d\u53d1\u6027\u4efb\u52a1 ID \u6240\u9700\u7684\u5c5e\u6027 %s |
| | | SEVERE_ERR_RECURRINGTASK_MULTIPLE_ID_TYPES_101=\u63d0\u4f9b\u7684\u590d\u53d1\u6027\u4efb\u52a1\u6761\u76ee\u5305\u542b\u591a\u4e2a %s \u7c7b\u578b\u7684\u5c5e\u6027\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u4fdd\u5b58\u590d\u53d1\u6027\u4efb\u52a1 ID\uff0c\u4f46\u53ea\u5141\u8bb8\u4f7f\u7528\u4e00\u4e2a\u5b9e\u4f8b |
| | | SEVERE_ERR_RECURRINGTASK_NO_ID_102=\u63d0\u4f9b\u7684\u590d\u53d1\u6027\u4efb\u52a1\u6761\u76ee\u4e0d\u5305\u542b\u4efb\u4f55 %s \u5c5e\u6027\u503c\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u5b9a\u590d\u53d1\u6027\u4efb\u52a1 ID |
| | | SEVERE_ERR_RECURRINGTASK_MULTIPLE_ID_VALUES_103=\u63d0\u4f9b\u7684\u590d\u53d1\u6027\u4efb\u52a1\u6761\u76ee\u5305\u542b %s \u5c5e\u6027\u7684\u591a\u4e2a\u503c\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u5b9a\u590d\u53d1\u6027\u4efb\u52a1 ID\uff0c\u4f46\u53ea\u5141\u8bb8\u4f7f\u7528\u4e00\u4e2a\u503c |
| | | SEVERE_ERR_RECURRINGTASK_NO_CLASS_ATTRIBUTE_104=\u63d0\u4f9b\u7684\u590d\u53d1\u6027\u4efb\u52a1\u6761\u76ee\u4e0d\u5305\u542b\u5c5e\u6027 %s\uff0c\u9700\u8981\u4f7f\u7528\u8be5\u5c5e\u6027\u6765\u6307\u5b9a\u63d0\u4f9b\u4efb\u52a1\u903b\u8f91\u7684\u7c7b\u7684\u5168\u9650\u5b9a\u540d\u79f0 |
| | | SEVERE_ERR_RECURRINGTASK_MULTIPLE_CLASS_TYPES_105=\u63d0\u4f9b\u7684\u590d\u53d1\u6027\u4efb\u52a1\u6761\u76ee\u5305\u542b\u591a\u4e2a %s \u7c7b\u578b\u7684\u5c5e\u6027\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u4fdd\u5b58\u4efb\u52a1\u7c7b\u540d\uff0c\u4f46\u53ea\u5141\u8bb8\u4f7f\u7528\u4e00\u4e2a\u5b9e\u4f8b |
| | | SEVERE_ERR_RECURRINGTASK_NO_CLASS_VALUES_106=\u63d0\u4f9b\u7684\u590d\u53d1\u6027\u4efb\u52a1\u6761\u76ee\u4e0d\u5305\u542b\u4efb\u4f55 %s \u5c5e\u6027\u503c\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u5b9a\u63d0\u4f9b\u4efb\u52a1\u903b\u8f91\u7684\u7c7b\u7684\u5168\u9650\u5b9a\u540d\u79f0 |
| | | SEVERE_ERR_RECURRINGTASK_MULTIPLE_CLASS_VALUES_107=\u63d0\u4f9b\u7684\u590d\u53d1\u6027\u4efb\u52a1\u6761\u76ee\u5305\u542b %s \u5c5e\u6027\u7684\u591a\u4e2a\u503c\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u5b9a\u4efb\u52a1\u7c7b\u540d\uff0c\u4f46\u53ea\u5141\u8bb8\u4f7f\u7528\u4e00\u4e2a\u503c |
| | | SEVERE_ERR_RECURRINGTASK_CANNOT_LOAD_CLASS_108=\u5728\u5c1d\u8bd5\u52a0\u8f7d\u7c7b %s\uff08\u5728\u63d0\u4f9b\u7684\u590d\u53d1\u6027\u4efb\u52a1\u6761\u76ee\u7684\u5c5e\u6027 %s \u4e2d\u6307\u5b9a\uff09\u65f6\u51fa\u73b0\u9519\u8bef: %s\u3002\u76ee\u5f55\u670d\u52a1\u5668\u7c7b\u8def\u5f84\u4e2d\u662f\u5426\u5b58\u5728\u8be5\u7c7b\uff1f |
| | | SEVERE_ERR_RECURRINGTASK_CANNOT_INSTANTIATE_CLASS_AS_TASK_109=\u5728\u5c1d\u8bd5\u521b\u5efa\u7c7b %s \u7684\u5b9e\u4f8b\uff08\u4f5c\u4e3a\u76ee\u5f55\u670d\u52a1\u5668\u4efb\u52a1\uff09\u65f6\u51fa\u73b0\u9519\u8bef\u3002\u8be5\u7c7b\u662f\u5426\u4e3a %s \u7684\u5b50\u7c7b\uff1f |
| | | SEVERE_ERR_RECURRINGTASK_CANNOT_INITIALIZE_INTERNAL_110=\u5728\u5c1d\u8bd5\u4f7f\u7528\u63d0\u4f9b\u7684\u6761\u76ee\u4e2d\u5305\u542b\u7684\u4fe1\u606f\u5bf9\u7c7b %s \u7684\u5b9e\u4f8b\u6267\u884c\u5185\u90e8\u521d\u59cb\u5316\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_TASKBE_CONFIG_ENTRY_NULL_111=\u5728\u5c1d\u8bd5\u521d\u59cb\u5316\u4efb\u52a1\u540e\u7aef\u65f6\u63d0\u4f9b\u7684\u914d\u7f6e\u6761\u76ee\u4e3a Null |
| | | SEVERE_ERR_TASKBE_NO_BASE_DNS_112=\u4efb\u52a1\u540e\u7aef\u914d\u7f6e\u6761\u76ee\u4e0d\u5305\u542b\u4efb\u4f55\u57fa DN\u3002\u5728\u76ee\u5f55\u670d\u52a1\u5668\u4e2d\uff0c\u4efb\u52a1\u4fe1\u606f\u5fc5\u987b\u6070\u597d\u6709\u4e00\u4e2a\u57fa DN |
| | | SEVERE_ERR_TASKBE_MULTIPLE_BASE_DNS_113=\u4efb\u52a1\u540e\u7aef\u914d\u7f6e\u6761\u76ee\u5305\u542b\u591a\u4e2a\u57fa DN\u3002\u5728\u76ee\u5f55\u670d\u52a1\u5668\u4e2d\uff0c\u4efb\u52a1\u4fe1\u606f\u5fc5\u987b\u6070\u597d\u6709\u4e00\u4e2a\u57fa DN |
| | | SEVERE_ERR_TASKBE_CANNOT_DECODE_RECURRING_TASK_BASE_DN_114=\u5728\u5c1d\u8bd5\u5c06\u590d\u53d1\u6027\u4efb\u52a1\u57fa %s \u89e3\u7801\u4e3a DN \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_TASKBE_CANNOT_DECODE_SCHEDULED_TASK_BASE_DN_115=\u5728\u5c1d\u8bd5\u5c06\u9884\u5b9a\u4efb\u52a1\u57fa %s \u89e3\u7801\u4e3a DN \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | INFO_TASKBE_DESCRIPTION_RETENTION_TIME_116=\u5728\u5904\u7406\u5b8c\u4efb\u52a1\u540e\u5e94\u4fdd\u7559\u4efb\u52a1\u4fe1\u606f\u7684\u65f6\u95f4\u957f\u5ea6\uff08\u4ee5\u79d2\u4e3a\u5355\u4f4d\uff09\u3002\u8fd9\u6bb5\u65f6\u95f4\u8fc7\u540e\uff0c\u5c06\u4f1a\u81ea\u52a8\u5220\u9664\u8be5\u4efb\u52a1\u4fe1\u606f\u4ee5\u8282\u7701\u5185\u5b58\u548c\u78c1\u76d8\u7a7a\u95f4 |
| | | SEVERE_ERR_TASKBE_CANNOT_INITIALIZE_RETENTION_TIME_117=\u5728\u5c1d\u8bd5\u521d\u59cb\u5316\u4efb\u52a1\u4fdd\u7559\u65f6\u95f4\u914d\u7f6e\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | INFO_TASKBE_DESCRIPTION_BACKING_FILE_118=\u4efb\u52a1\u540e\u7aef\u7684\u652f\u6301\u6587\u4ef6\u7684\u8def\u5f84\u3002\u8be5 LDIF \u6587\u4ef6\u5c06\u4fdd\u5b58\u5df2\u5b9a\u4e49\u7684\u9884\u5b9a\u4efb\u52a1\u548c\u590d\u53d1\u6027\u4efb\u52a1\u7684\u6240\u6709\u914d\u7f6e |
| | | SEVERE_ERR_TASKBE_CANNOT_INITIALIZE_BACKING_FILE_119=\u5728\u5c1d\u8bd5\u521d\u59cb\u5316\u4efb\u52a1\u652f\u6301\u6587\u4ef6\u914d\u7f6e\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | SEVERE_ERR_TASKBE_NO_BACKING_FILE_120=\u66f4\u65b0\u7684\u914d\u7f6e\u6761\u76ee\u4e0d\u5305\u542b\u5fc5\u9700\u5c5e\u6027 %s \u7684\u503c\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u5b9a\u4efb\u52a1\u6570\u636e\u652f\u6301\u6587\u4ef6\u7684\u8def\u5f84 |
| | | SEVERE_ERR_TASKBE_BACKING_FILE_EXISTS_121=\u6307\u5b9a\u7684\u4efb\u52a1\u6570\u636e\u652f\u6301\u6587\u4ef6 %s \u5df2\u5b58\u5728\uff0c\u76ee\u5f55\u670d\u52a1\u5668\u4e0d\u4f1a\u5c1d\u8bd5\u8986\u5199\u8be5\u6587\u4ef6\u3002\u5728\u5c1d\u8bd5\u4f7f\u7528\u8be5\u8def\u5f84\u4fdd\u5b58\u65b0\u7684\u652f\u6301\u6587\u4ef6\u4e4b\u524d\uff0c\u8bf7\u5220\u9664\u6216\u91cd\u547d\u540d\u73b0\u6709\u6587\u4ef6\uff0c\u6216\u8005\u9009\u62e9\u65b0\u7684\u8def\u5f84 |
| | | SEVERE_ERR_TASKBE_INVALID_BACKING_FILE_PATH_122=\u4e3a\u65b0\u7684\u4efb\u52a1\u6570\u636e\u652f\u6301\u6587\u4ef6\u6307\u5b9a\u7684\u8def\u5f84 %s \u4f3c\u4e4e\u65e0\u6548\u3002\u8bf7\u4e3a\u4efb\u52a1\u6570\u636e\u652f\u6301\u6587\u4ef6\u9009\u62e9\u4e00\u4e2a\u65b0\u8def\u5f84 |
| | | SEVERE_ERR_TASKBE_BACKING_FILE_MISSING_PARENT_123=\u65b0\u7684\u4efb\u52a1\u6570\u636e\u652f\u6301\u6587\u4ef6 %2$s \u7684\u7236\u76ee\u5f55 %1$s \u4e0d\u5b58\u5728\u3002\u5728\u5c1d\u8bd5\u4f7f\u7528\u8be5\u8def\u5f84\u4fdd\u5b58\u65b0\u7684\u652f\u6301\u6587\u4ef6\u4e4b\u524d\uff0c\u8bf7\u521b\u5efa\u8be5\u76ee\u5f55\uff0c\u6216\u8005\u9009\u62e9\u65b0\u7684\u8def\u5f84 |
| | | SEVERE_ERR_TASKBE_BACKING_FILE_PARENT_NOT_DIRECTORY_124=\u65b0\u7684\u4efb\u52a1\u6570\u636e\u652f\u6301\u6587\u4ef6 %2$s \u7684\u7236\u76ee\u5f55 %1$s \u5b58\u5728\uff0c\u4f46\u4e0d\u662f\u76ee\u5f55\u3002\u8bf7\u4e3a\u4efb\u52a1\u6570\u636e\u652f\u6301\u6587\u4ef6\u9009\u62e9\u4e00\u4e2a\u65b0\u8def\u5f84 |
| | | SEVERE_ERR_TASKBE_ERROR_GETTING_BACKING_FILE_125=\u5728\u5c1d\u8bd5\u786e\u5b9a\u4efb\u52a1\u6570\u636e\u652f\u6301\u6587\u4ef6\u7684\u65b0\u8def\u5f84\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_TASKBE_NO_RETENTION_TIME_126=\u66f4\u65b0\u7684\u914d\u7f6e\u6761\u76ee\u4e0d\u5305\u542b\u5fc5\u9700\u5c5e\u6027 %s \u7684\u503c\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u5b9a\u5df2\u5b8c\u6210\u4efb\u52a1\u7684\u76f8\u5173\u4fe1\u606f\u5728\u6e05\u9664\u4e4b\u524d\u5e94\u4fdd\u7559\u7684\u65f6\u95f4\u957f\u5ea6\uff08\u4ee5\u79d2\u4e3a\u5355\u4f4d\uff09 |
| | | SEVERE_ERR_TASKBE_ERROR_GETTING_RETENTION_TIME_127=\u5728\u5c1d\u8bd5\u786e\u5b9a\u5df2\u5b8c\u6210\u4efb\u52a1\u7684\u4fdd\u7559\u65f6\u95f4\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | INFO_TASKBE_UPDATED_RETENTION_TIME_128=\u5df2\u5b8c\u6210\u4efb\u52a1\u7684\u4fdd\u7559\u65f6\u95f4\u5df2\u66f4\u65b0\u4e3a %d \u79d2\u3002\u6b64\u66f4\u65b0\u5c06\u7acb\u5373\u751f\u6548 |
| | | INFO_TASKBE_UPDATED_BACKING_FILE_129=\u5df2\u5c06\u4efb\u52a1\u6570\u636e\u652f\u6301\u6587\u4ef6\u7684\u8def\u5f84\u66f4\u6539\u4e3a %s\u3002\u5f53\u524d\u4efb\u52a1\u914d\u7f6e\u7684\u5feb\u7167\u5df2\u5199\u5165\u5230\u8be5\u6587\u4ef6\u4e2d\uff0c\u5b83\u5c06\u7ee7\u7eed\u7528\u4e8e\u4ee5\u540e\u7684\u66f4\u65b0 |
| | | SEVERE_ERR_TASKBE_ADD_DISALLOWED_DN_130=\u53ea\u80fd\u7d27\u9760 %s\uff08\u5bf9\u4e8e\u9884\u5b9a\u4efb\u52a1\uff09\u6216 %s\uff08\u5bf9\u4e8e\u590d\u53d1\u6027\u4efb\u52a1\uff09\u4e4b\u4e0b\u6dfb\u52a0\u4efb\u52a1\u540e\u7aef\u4e2d\u7684\u65b0\u6761\u76ee |
| | | SEVERE_ERR_TASKBE_MODIFY_DN_NOT_SUPPORTED_131=\u4efb\u52a1\u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u4fee\u6539 DN \u64cd\u4f5c |
| | | INFO_TASKBE_BACKING_FILE_HEADER_132=\u8be5\u6587\u4ef6\u5305\u542b\u76ee\u5f55\u670d\u52a1\u5668\u4efb\u52a1\u8c03\u5ea6\u7a0b\u5e8f\u540e\u7aef\u4f7f\u7528\u7684\u6570\u636e\u3002\u4e0d\u8981\u76f4\u63a5\u7f16\u8f91\u8be5\u6587\u4ef6\uff0c\u56e0\u4e3a\u5b58\u5728\u8fd9\u4e9b\u66f4\u6539\u5c06\u4f1a\u4e22\u5931\u7684\u98ce\u9669\u3002\u53ea\u5e94\u4f7f\u7528\u968f\u76ee\u5f55\u670d\u52a1\u5668\u63d0\u4f9b\u7684\u7ba1\u7406\u5b9e\u7528\u7a0b\u5e8f\u6765\u7f16\u8f91\u9884\u5b9a\u4efb\u52a1\u548c\u590d\u53d1\u6027\u4efb\u52a1\u5b9a\u4e49 |
| | | SEVERE_ERR_TASKSCHED_DUPLICATE_RECURRING_ID_133=\u65e0\u6cd5\u5c06\u590d\u53d1\u6027\u4efb\u52a1 %s \u6dfb\u52a0\u5230\u4efb\u52a1\u8c03\u5ea6\u7a0b\u5e8f\u4e2d\uff0c\u56e0\u4e3a\u53e6\u4e00\u4e2a\u5177\u6709\u76f8\u540c ID \u7684\u590d\u53d1\u6027\u4efb\u52a1\u5df2\u5b58\u5728 |
| | | SEVERE_ERR_TASKSCHED_DUPLICATE_TASK_ID_134=\u65e0\u6cd5\u5b89\u6392\u4efb\u52a1 %s\uff0c\u56e0\u4e3a\u53e6\u4e00\u4e2a\u5177\u6709\u76f8\u540c ID \u7684\u4efb\u52a1\u5df2\u5b58\u5728 |
| | | SEVERE_ERR_TASKSCHED_CANNOT_FIND_RECURRING_TASK_135=\u5df2\u5904\u7406\u5b8c\u4efb\u52a1 %s\uff0c\u5e76\u6307\u793a\u5b83\u4e0e\u590d\u53d1\u6027\u4efb\u52a1 %s \u76f8\u5173\u8054\uff0c\u4f46\u5f53\u524d\u672a\u5b9a\u4e49\u5177\u6709\u8be5 ID \u7684\u590d\u53d1\u6027\u4efb\u52a1\uff0c\u56e0\u6b64\u65e0\u6cd5\u5b89\u6392\u8be5\u4efb\u52a1\u7684\u4e0b\u4e00\u6b21\u6267\u884c\u8ba1\u5212 |
| | | SEVERE_ERR_TASKSCHED_ERROR_SCHEDULING_RECURRING_ITERATION_136=\u5728\u5c1d\u8bd5\u5b89\u6392\u590d\u53d1\u6027\u4efb\u52a1 %s \u7684\u4e0b\u4e00\u6b21\u6267\u884c\u8ba1\u5212\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_TASKSCHED_CANNOT_PARSE_ENTRY_RECOVERABLE_137=\u5728\u5c1d\u8bd5\u4ece\u4efb\u52a1\u652f\u6301\u6587\u4ef6 %s \u4e2d\u7684\u7b2c %d \u884c\u6216\u8be5\u884c\u9644\u8fd1\u8bfb\u53d6\u6761\u76ee\u65f6\u51fa\u73b0\u9519\u8bef: %s\u3002\u8fd9\u4e0d\u662f\u4e00\u4e2a\u81f4\u547d\u9519\u8bef\uff0c\u56e0\u6b64\uff0c\u4efb\u52a1\u8c03\u5ea6\u7a0b\u5e8f\u5c06\u5c1d\u8bd5\u7ee7\u7eed\u89e3\u6790\u8be5\u6587\u4ef6\uff0c\u5e76\u5b89\u6392\u5176\u4e2d\u5305\u542b\u7684\u4efb\u4f55\u5176\u4ed6\u4efb\u52a1 |
| | | FATAL_ERR_TASKSCHED_CANNOT_PARSE_ENTRY_FATAL_138=\u5728\u5c1d\u8bd5\u4ece\u4efb\u52a1\u652f\u6301\u6587\u4ef6 %s \u4e2d\u7684\u7b2c %d \u884c\u6216\u8be5\u884c\u9644\u8fd1\u8bfb\u53d6\u6761\u76ee\u65f6\u51fa\u73b0\u9519\u8bef: %s\u3002\u8fd9\u662f\u4e00\u4e2a\u4e0d\u53ef\u4fee\u590d\u7684\u9519\u8bef\uff0c\u5c06\u65e0\u6cd5\u7ee7\u7eed\u8fdb\u884c\u89e3\u6790 |
| | | SEVERE_ERR_TASKSCHED_ENTRY_HAS_NO_PARENT_139=\u4ece\u4efb\u52a1\u652f\u6301\u6587\u4ef6\u4e2d\u8bfb\u53d6\u7684\u6761\u76ee %s \u65e0\u6548\uff0c\u56e0\u4e3a\u5b83\u6ca1\u6709\u7236\u6761\u76ee\uff0c\u5e76\u4e14\u4e0e %s \u7684\u4efb\u52a1\u6839 DN \u4e0d\u5339\u914d |
| | | SEVERE_ERR_TASKSCHED_CANNOT_SCHEDULE_RECURRING_TASK_FROM_ENTRY_140=\u5728\u5c1d\u8bd5\u5c06\u6761\u76ee %s \u89e3\u6790\u4e3a\u590d\u53d1\u6027\u4efb\u52a1\u5e76\u6dfb\u52a0\u5230\u8c03\u5ea6\u7a0b\u5e8f\u4e2d\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_TASKSCHED_CANNOT_SCHEDULE_TASK_FROM_ENTRY_141=\u5728\u5c1d\u8bd5\u5c06\u6761\u76ee %s \u89e3\u6790\u4e3a\u4efb\u52a1\u5e76\u6dfb\u52a0\u5230\u8c03\u5ea6\u7a0b\u5e8f\u4e2d\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_TASKSCHED_INVALID_TASK_ENTRY_DN_142=\u4ece\u4efb\u52a1\u652f\u6301\u6587\u4ef6 %2$s \u4e2d\u8bfb\u53d6\u7684\u6761\u76ee %1$s \u5305\u542b\u5bf9\u4efb\u52a1\u6216\u590d\u53d1\u6027\u4efb\u52a1\u5b9a\u4e49\u65e0\u6548\u7684 DN\uff0c\u5c06\u5ffd\u7565\u8be5\u6761\u76ee |
| | | SEVERE_ERR_TASKSCHED_ERROR_READING_TASK_BACKING_FILE_143=\u5728\u5c1d\u8bd5\u4ece\u4efb\u52a1\u6570\u636e\u652f\u6301\u6587\u4ef6 %s \u4e2d\u8fdb\u884c\u8bfb\u53d6\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_TASKSCHED_CANNOT_CREATE_BACKING_FILE_144=\u5728\u5c1d\u8bd5\u521b\u5efa\u7528\u4e8e\u4efb\u52a1\u8c03\u5ea6\u7a0b\u5e8f\u7684\u65b0\u7684\u4efb\u52a1\u652f\u6301\u6587\u4ef6 %s \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_TASKSCHED_NO_CLASS_ATTRIBUTE_145=\u63d0\u4f9b\u7684\u4efb\u52a1\u6761\u76ee\u4e0d\u5305\u542b\u5c5e\u6027 %s\uff0c\u9700\u8981\u4f7f\u7528\u8be5\u5c5e\u6027\u6765\u6307\u5b9a\u63d0\u4f9b\u4efb\u52a1\u903b\u8f91\u7684\u7c7b\u7684\u5168\u9650\u5b9a\u540d\u79f0 |
| | | SEVERE_ERR_TASKSCHED_MULTIPLE_CLASS_TYPES_146=\u63d0\u4f9b\u7684\u4efb\u52a1\u6761\u76ee\u5305\u542b\u591a\u4e2a %s \u7c7b\u578b\u7684\u5c5e\u6027\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u4fdd\u5b58\u4efb\u52a1\u7c7b\u540d\uff0c\u4f46\u53ea\u5141\u8bb8\u4f7f\u7528\u4e00\u4e2a\u5b9e\u4f8b |
| | | SEVERE_ERR_TASKSCHED_NO_CLASS_VALUES_147=\u63d0\u4f9b\u7684\u4efb\u52a1\u6761\u76ee\u4e0d\u5305\u542b\u4efb\u4f55 %s \u5c5e\u6027\u503c\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u5b9a\u63d0\u4f9b\u4efb\u52a1\u903b\u8f91\u7684\u7c7b\u7684\u5168\u9650\u5b9a\u540d\u79f0 |
| | | SEVERE_ERR_TASKSCHED_MULTIPLE_CLASS_VALUES_148=\u63d0\u4f9b\u7684\u4efb\u52a1\u6761\u76ee\u5305\u542b %s \u5c5e\u6027\u7684\u591a\u4e2a\u503c\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u5b9a\u4efb\u52a1\u7c7b\u540d\uff0c\u4f46\u53ea\u5141\u8bb8\u4f7f\u7528\u4e00\u4e2a\u503c |
| | | SEVERE_ERR_TASKSCHED_CANNOT_LOAD_CLASS_149=\u5728\u5c1d\u8bd5\u52a0\u8f7d\u7c7b %s\uff08\u5728\u63d0\u4f9b\u7684\u4efb\u52a1\u6761\u76ee\u7684\u5c5e\u6027 %s \u4e2d\u6307\u5b9a\uff09\u65f6\u51fa\u73b0\u9519\u8bef: %s\u3002\u76ee\u5f55\u670d\u52a1\u5668\u7c7b\u8def\u5f84\u4e2d\u662f\u5426\u5b58\u5728\u8be5\u7c7b\uff1f |
| | | SEVERE_ERR_TASKSCHED_CANNOT_INSTANTIATE_CLASS_AS_TASK_150=\u5728\u5c1d\u8bd5\u521b\u5efa\u7c7b %s \u7684\u5b9e\u4f8b\uff08\u4f5c\u4e3a\u76ee\u5f55\u670d\u52a1\u5668\u4efb\u52a1\uff09\u65f6\u51fa\u73b0\u9519\u8bef\u3002\u8be5\u7c7b\u662f\u5426\u4e3a %s \u7684\u5b50\u7c7b\uff1f |
| | | SEVERE_ERR_TASKSCHED_CANNOT_INITIALIZE_INTERNAL_151=\u5728\u5c1d\u8bd5\u4f7f\u7528\u63d0\u4f9b\u7684\u6761\u76ee\u4e2d\u5305\u542b\u7684\u4fe1\u606f\u5bf9\u7c7b %s \u7684\u5b9e\u4f8b\u6267\u884c\u5185\u90e8\u521d\u59cb\u5316\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_WARN_TASKSCHED_CANNOT_RENAME_CURRENT_BACKING_FILE_152=\u5728\u5c1d\u8bd5\u5c06\u5f53\u524d\u4efb\u52a1\u652f\u6301\u6587\u4ef6\u4ece %s \u91cd\u547d\u540d\u4e3a %s \u65f6\u51fa\u73b0\u9519\u8bef: %s\u3002\u4ee5\u524d\u7684\u4efb\u52a1\u914d\u7f6e\uff08\u672a\u53cd\u6620\u6700\u65b0\u66f4\u65b0\uff09\u53ef\u80fd\u4f1a\u4e22\u5931 |
| | | SEVERE_ERR_TASKSCHED_CANNOT_RENAME_NEW_BACKING_FILE_153=\u5728\u5c1d\u8bd5\u5c06\u65b0\u7684\u4efb\u52a1\u652f\u6301\u6587\u4ef6\u4ece %s \u91cd\u547d\u540d\u4e3a %s \u65f6\u51fa\u73b0\u9519\u8bef: %s\u3002\u5982\u679c\u91cd\u65b0\u542f\u52a8\u76ee\u5f55\u670d\u52a1\u5668\uff0c\u4efb\u52a1\u8c03\u5ea6\u7a0b\u5e8f\u53ef\u80fd\u65e0\u6cd5\u6b63\u5e38\u8fd0\u884c |
| | | SEVERE_ERR_TASKSCHED_CANNOT_WRITE_BACKING_FILE_154=\u5728\u5c1d\u8bd5\u5199\u5165\u65b0\u7684\u4efb\u52a1\u6570\u636e\u652f\u6301\u6587\u4ef6 %s \u65f6\u51fa\u73b0\u9519\u8bef: %s\u3002\u53cd\u6620\u6700\u65b0\u66f4\u65b0\u7684\u914d\u7f6e\u4fe1\u606f\u53ef\u80fd\u4f1a\u4e22\u5931 |
| | | SEVERE_ERR_TASKBE_IMPORT_NOT_SUPPORTED_155=\u4efb\u52a1\u540e\u7aef\u4e0d\u652f\u6301 LDIF \u5bfc\u5165\u64cd\u4f5c |
| | | INFO_TASKBE_INTERRUPTED_BY_SHUTDOWN_156=\u6b63\u5728\u5173\u95ed\u4efb\u52a1\u540e\u7aef |
| | | INFO_ROOTDSE_DESCRIPTION_SHOW_ALL_ATTRIBUTES_157=\u6307\u793a\u662f\u5426\u5e94\u5c06\u6839 DSE \u4e2d\u7684\u6240\u6709\u5c5e\u6027\u89c6\u4e3a\u7528\u6237\u5c5e\u6027\uff08\u56e0\u800c\u9ed8\u8ba4\u8fd4\u56de\u5230\u5ba2\u6237\u7aef\uff09\uff0c\u800c\u4e0d\u8003\u8651\u76ee\u5f55\u670d\u52a1\u5668\u6a21\u5f0f\u914d\u7f6e |
| | | SEVERE_ERR_ROOTDSE_CANNOT_DETERMINE_ALL_USER_ATTRIBUTES_158=\u5728\u5c1d\u8bd5\u786e\u5b9a %s \u914d\u7f6e\u5c5e\u6027\uff08\u7528\u4e8e\u63a7\u5236\u662f\u5426\u5c06\u6240\u6709\u6839 DSE \u5c5e\u6027\u89c6\u4e3a\u7528\u6237\u5c5e\u6027\uff09\u7684\u503c\u65f6\u51fa\u73b0\u9519\u8bef: %s\u3002\u5c06\u6839\u636e\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u7684\u5b9a\u4e49\u6765\u5904\u7406\u6839 DSE \u4e2d\u7684\u5c5e\u6027 |
| | | INFO_ROOTDSE_UPDATED_SHOW_ALL_ATTRS_159=\u5df2\u66f4\u65b0\u6839 DSE \u914d\u7f6e\uff0c\u56e0\u6b64\uff0c\u914d\u7f6e\u5c5e\u6027 %s \u73b0\u5728\u4f1a\u4f7f\u7528\u503c %s |
| | | SEVERE_ERR_TASKSCHED_REMOVE_RECURRING_EXISTING_ITERATION_160=\u65e0\u6cd5\u5220\u9664\u590d\u53d1\u6027\u4efb\u52a1 %s\uff0c\u56e0\u4e3a\u5df2\u9488\u5bf9\u8be5\u4efb\u52a1\u5b89\u6392\u4e86\u4e00\u6b21\u6267\u884c\u8ba1\u5212\uff08ID \u4e3a %s\uff09\uff0c\u5fc5\u987b\u5148\u5220\u9664\u8be5\u6267\u884c\u8ba1\u5212 |
| | | SEVERE_ERR_TASKSCHED_REMOVE_PENDING_NO_SUCH_TASK_161=\u65e0\u6cd5\u5220\u9664\u5f85\u5904\u7406\u4efb\u52a1 %s\uff0c\u56e0\u4e3a\u4e0d\u5b58\u5728\u8be5\u4efb\u52a1 |
| | | SEVERE_ERR_TASKSCHED_REMOVE_PENDING_NOT_PENDING_162=\u65e0\u6cd5\u5220\u9664\u5f85\u5904\u7406\u4efb\u52a1 %s\uff0c\u56e0\u4e3a\u8be5\u4efb\u52a1\u5df2\u4e0d\u518d\u662f\u5f85\u5904\u7406\u4efb\u52a1 |
| | | SEVERE_ERR_TASKSCHED_REMOVE_COMPLETED_NO_SUCH_TASK_163=\u65e0\u6cd5\u5220\u9664\u5df2\u5b8c\u6210\u4efb\u52a1 %s\uff0c\u56e0\u4e3a\u5df2\u5b8c\u6210\u4efb\u52a1\u5217\u8868\u4e2d\u4e0d\u5b58\u5728\u8be5\u4efb\u52a1 |
| | | SEVERE_ERR_TASKBE_DELETE_INVALID_ENTRY_164=\u65e0\u6cd5\u4ece\u4efb\u52a1\u540e\u7aef\u4e2d\u5220\u9664\u6761\u76ee %s\uff0c\u56e0\u4e3a\u5176 DN \u4e0d\u9002\u7528\u4e8e\u8be5\u540e\u7aef\uff0c\u6216\u8005\u8be5\u6761\u76ee\u4e0d\u5728\u9884\u5b9a\u4efb\u52a1\u6216\u590d\u53d1\u6027\u4efb\u52a1\u57fa\u6761\u76ee\u4e4b\u4e0b |
| | | SEVERE_ERR_TASKBE_DELETE_NO_SUCH_TASK_165=\u65e0\u6cd5\u4ece\u4efb\u52a1\u540e\u7aef\u4e2d\u5220\u9664\u6761\u76ee %s\uff0c\u56e0\u4e3a\u8be5\u6761\u76ee DN \u6ca1\u6709\u5173\u8054\u7684\u9884\u5b9a\u4efb\u52a1 |
| | | SEVERE_ERR_TASKBE_DELETE_RUNNING_166=\u65e0\u6cd5\u4ece\u4efb\u52a1\u540e\u7aef\u4e2d\u5220\u9664\u6761\u76ee %s\uff0c\u56e0\u4e3a\u5f53\u524d\u6b63\u5728\u8fd0\u884c\u5173\u8054\u7684\u4efb\u52a1 |
| | | SEVERE_ERR_TASKBE_DELETE_NO_SUCH_RECURRING_TASK_167=\u65e0\u6cd5\u4ece\u4efb\u52a1\u540e\u7aef\u4e2d\u5220\u9664\u6761\u76ee %s\uff0c\u56e0\u4e3a\u8be5\u6761\u76ee DN \u6ca1\u6709\u5173\u8054\u7684\u590d\u53d1\u6027\u4efb\u52a1 |
| | | SEVERE_ERR_TASKBE_SEARCH_INVALID_BASE_168=\u65e0\u6cd5\u5904\u7406\u4efb\u52a1\u540e\u7aef\u4e2d\u7684\u641c\u7d22\u64cd\u4f5c\uff0c\u56e0\u4e3a\u63d0\u4f9b\u7684\u57fa DN %s \u5bf9\u4efb\u52a1\u540e\u7aef\u4e2d\u7684\u6761\u76ee\u65e0\u6548 |
| | | SEVERE_ERR_TASKBE_SEARCH_NO_SUCH_TASK_169=\u65e0\u6cd5\u5904\u7406\u4efb\u52a1\u540e\u7aef\u4e2d\u7684\u641c\u7d22\u64cd\u4f5c\uff0c\u56e0\u4e3a\u63d0\u4f9b\u7684\u641c\u7d22\u57fa\u6761\u76ee %s \u6ca1\u6709\u5173\u8054\u7684\u9884\u5b9a\u4efb\u52a1 |
| | | SEVERE_ERR_TASKBE_SEARCH_NO_SUCH_RECURRING_TASK_170=\u65e0\u6cd5\u5904\u7406\u4efb\u52a1\u540e\u7aef\u4e2d\u7684\u641c\u7d22\u64cd\u4f5c\uff0c\u56e0\u4e3a\u63d0\u4f9b\u7684\u641c\u7d22\u57fa\u6761\u76ee %s \u6ca1\u6709\u5173\u8054\u7684\u590d\u53d1\u6027\u4efb\u52a1 |
| | | SEVERE_ERR_BACKUP_CONFIG_ENTRY_NULL_171=\u65e0\u6cd5\u521d\u59cb\u5316\u5907\u4efd\u540e\u7aef\uff0c\u56e0\u4e3a\u63d0\u4f9b\u7684\u914d\u7f6e\u6761\u76ee\u4e3a Null |
| | | SEVERE_ERR_BACKUP_CANNOT_DECODE_BACKUP_ROOT_DN_172=\u65e0\u6cd5\u521d\u59cb\u5316\u5907\u4efd\u540e\u7aef\uff0c\u56e0\u4e3a\u5728\u5c1d\u8bd5\u89e3\u7801\u8be5\u540e\u7aef\u7684\u57fa DN \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | INFO_BACKUP_DESCRIPTION_BACKUP_DIR_LIST_173=\u9ed8\u8ba4\u60c5\u51b5\u4e0b\uff0c\u9488\u5bf9\u5907\u4efd\u540e\u7aef\u4e2d\u7684\u641c\u7d22\u64cd\u4f5c\u8bbf\u95ee\u7684\u76ee\u5f55\u96c6\u3002\u5bf9\u4e8e\u4e0d\u5728\u8be5\u5217\u8868\u4e2d\u7684\u5907\u4efd\u76ee\u5f55\uff0c\u4ecd\u53ef\u901a\u8fc7\u76f4\u63a5\u5728\u641c\u7d22\u57fa DN \u4e2d\u6307\u5b9a\u8be5\u5907\u4efd\u76ee\u5f55\u6765\u8fdb\u884c\u8bbf\u95ee\u3002\u5bf9\u6b64\u914d\u7f6e\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_BACKUP_CANNOT_DETERMINE_BACKUP_DIR_LIST_174=\u5728\u5c1d\u8bd5\u786e\u5b9a\u5907\u4efd\u76ee\u5f55\u5217\u8868\u65f6\u51fa\u73b0\u9519\u8bef: %s\u3002\u65e0\u6cd5\u7ee7\u7eed\u521d\u59cb\u5316\u5907\u4efd\u540e\u7aef |
| | | SEVERE_ERR_BACKUP_GET_ENTRY_NULL_175=\u65e0\u6cd5\u4ece\u5907\u4efd\u540e\u7aef\u4e2d\u68c0\u7d22\u6761\u76ee\uff0c\u56e0\u4e3a\u8bf7\u6c42\u7684\u6761\u76ee\u4e3a Null |
| | | SEVERE_ERR_BACKUP_INVALID_BASE_176=\u5907\u4efd\u540e\u7aef\u4e2d\u4e0d\u5b58\u5728\u8bf7\u6c42\u7684\u6761\u76ee %s |
| | | SEVERE_ERR_BACKUP_DN_DOES_NOT_SPECIFY_DIRECTORY_177=\u65e0\u6cd5\u4ece\u5907\u4efd\u540e\u7aef\u4e2d\u68c0\u7d22\u6761\u76ee %s\uff0c\u56e0\u4e3a\u8bf7\u6c42\u7684 DN \u6bd4\u57fa DN \u4f4e\u4e00\u7ea7\uff0c\u4f46\u6ca1\u6709\u6307\u5b9a\u5907\u4efd\u76ee\u5f55 |
| | | SEVERE_ERR_BACKUP_INVALID_BACKUP_DIRECTORY_178=\u65e0\u6cd5\u4ece\u5907\u4efd\u540e\u7aef\u4e2d\u68c0\u7d22\u6761\u76ee %s\uff0c\u56e0\u4e3a\u8bf7\u6c42\u7684\u5907\u4efd\u76ee\u5f55\u65e0\u6548: %s |
| | | SEVERE_ERR_BACKUP_ERROR_GETTING_BACKUP_DIRECTORY_179=\u5728\u5c1d\u8bd5\u68c0\u67e5\u8bf7\u6c42\u7684\u5907\u4efd\u76ee\u5f55\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_BACKUP_NO_BACKUP_ID_IN_DN_180=\u65e0\u6cd5\u4ece\u5907\u4efd\u540e\u7aef\u4e2d\u68c0\u7d22\u6761\u76ee %s\uff0c\u56e0\u4e3a\u8bf7\u6c42\u7684 DN \u6bd4\u57fa DN \u4f4e\u4e24\u7ea7\uff0c\u4f46\u6ca1\u6709\u6307\u5b9a\u5907\u4efd ID |
| | | SEVERE_ERR_BACKUP_NO_BACKUP_PARENT_DN_181=\u65e0\u6cd5\u4ece\u5907\u4efd\u540e\u7aef\u4e2d\u68c0\u7d22\u6761\u76ee %s\uff0c\u56e0\u4e3a\u5b83\u6ca1\u6709\u7236\u6761\u76ee |
| | | SEVERE_ERR_BACKUP_NO_BACKUP_DIR_IN_DN_182=\u65e0\u6cd5\u4ece\u5907\u4efd\u540e\u7aef\u4e2d\u68c0\u7d22\u6761\u76ee %s\uff0c\u56e0\u4e3a\u8be5 DN \u4e0d\u5305\u542b\u8bf7\u6c42\u7684\u5907\u4efd\u5e94\u4f4d\u4e8e\u5176\u4e2d\u7684\u5907\u4efd\u76ee\u5f55 |
| | | SEVERE_ERR_BACKUP_NO_SUCH_BACKUP_183=\u5907\u4efd\u76ee\u5f55 %2$s \u4e2d\u4e0d\u5b58\u5728\u5907\u4efd %1$s |
| | | SEVERE_ERR_BACKUP_ADD_NOT_SUPPORTED_184=\u5907\u4efd\u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u6dfb\u52a0\u64cd\u4f5c |
| | | SEVERE_ERR_BACKUP_DELETE_NOT_SUPPORTED_185=\u5907\u4efd\u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u5220\u9664\u64cd\u4f5c |
| | | SEVERE_ERR_BACKUP_MODIFY_NOT_SUPPORTED_186=\u5907\u4efd\u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u4fee\u6539\u64cd\u4f5c |
| | | SEVERE_ERR_BACKUP_MODIFY_DN_NOT_SUPPORTED_187=\u5907\u4efd\u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u4fee\u6539 DN \u64cd\u4f5c |
| | | SEVERE_ERR_BACKUP_NO_SUCH_ENTRY_188=\u5907\u4efd\u540e\u7aef\u4e2d\u4e0d\u5b58\u5728\u8bf7\u6c42\u7684\u6761\u76ee %s |
| | | SEVERE_ERR_BACKUP_EXPORT_NOT_SUPPORTED_189=\u5907\u4efd\u540e\u7aef\u4e2d\u4e0d\u652f\u6301 LDIF \u5bfc\u51fa\u64cd\u4f5c |
| | | SEVERE_ERR_BACKUP_IMPORT_NOT_SUPPORTED_190=\u5907\u4efd\u540e\u7aef\u4e2d\u4e0d\u652f\u6301 LDIF \u5bfc\u5165\u64cd\u4f5c |
| | | SEVERE_ERR_BACKUP_BACKUP_AND_RESTORE_NOT_SUPPORTED_191=\u5907\u4efd\u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u5907\u4efd\u548c\u6062\u590d\u64cd\u4f5c |
| | | SEVERE_ERR_MEMORYBACKEND_REQUIRE_EXACTLY_ONE_BASE_192=\u5fc5\u987b\u6070\u597d\u63d0\u4f9b\u4e00\u4e2a\u7528\u4e8e\u57fa\u4e8e\u5185\u5b58\u7684\u540e\u7aef\u7684\u57fa DN |
| | | SEVERE_ERR_MEMORYBACKEND_ENTRY_ALREADY_EXISTS_193=\u57fa\u4e8e\u5185\u5b58\u7684\u540e\u7aef\u4e2d\u5df2\u5b58\u5728\u6761\u76ee %s |
| | | SEVERE_ERR_MEMORYBACKEND_ENTRY_DOESNT_BELONG_194=\u6761\u76ee %s \u4e0d\u5c5e\u4e8e\u57fa\u4e8e\u5185\u5b58\u7684\u540e\u7aef |
| | | SEVERE_ERR_MEMORYBACKEND_PARENT_DOESNT_EXIST_195=\u65e0\u6cd5\u6dfb\u52a0\u6761\u76ee %s\uff0c\u56e0\u4e3a\u57fa\u4e8e\u5185\u5b58\u7684\u540e\u7aef\u4e2d\u4e0d\u5b58\u5728\u5176\u7236\u6761\u76ee %s |
| | | SEVERE_ERR_MEMORYBACKEND_ENTRY_DOESNT_EXIST_196=\u57fa\u4e8e\u5185\u5b58\u7684\u540e\u7aef\u4e2d\u4e0d\u5b58\u5728\u6761\u76ee %s |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_DELETE_ENTRY_WITH_CHILDREN_197=\u65e0\u6cd5\u5220\u9664\u6761\u76ee %s\uff0c\u56e0\u4e3a\u5b83\u5305\u542b\u4e00\u4e2a\u6216\u591a\u4e2a\u4e0b\u7ea7\u6761\u76ee |
| | | SEVERE_ERR_MEMORYBACKEND_MODDN_NOT_SUPPORTED_198=\u57fa\u4e8e\u5185\u5b58\u7684\u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u4fee\u6539 DN \u64cd\u4f5c |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_WRITER_199=\u65e0\u6cd5\u521b\u5efa LDIF \u4e66\u5199\u5668: %s |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_WRITE_ENTRY_TO_LDIF_200=\u65e0\u6cd5\u5c06\u6761\u76ee %s \u5199\u5165\u5230 LDIF \u4e2d: %s |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_READER_201=\u65e0\u6cd5\u521b\u5efa LDIF \u8bfb\u53d6\u5668: %s |
| | | SEVERE_ERR_MEMORYBACKEND_ERROR_READING_LDIF_202=\u4ece LDIF \u4e2d\u8bfb\u53d6\u65f6\u51fa\u73b0\u4e0d\u53ef\u4fee\u590d\u7684\u9519\u8bef: %s |
| | | SEVERE_ERR_MEMORYBACKEND_ERROR_DURING_IMPORT_203=\u5728\u5904\u7406\u5bfc\u5165\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | SEVERE_ERR_MEMORYBACKEND_BACKUP_RESTORE_NOT_SUPPORTED_204=\u57fa\u4e8e\u5185\u5b58\u7684\u540e\u7aef\u4e0d\u652f\u6301\u5907\u4efd\u6216\u6062\u590d\u64cd\u4f5c |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_RENAME_ENRY_WITH_CHILDREN_205=\u65e0\u6cd5\u91cd\u547d\u540d\u6761\u76ee %s\uff0c\u56e0\u4e3a\u5b83\u5305\u542b\u4e00\u4e2a\u6216\u591a\u4e2a\u4e0b\u7ea7\u6761\u76ee |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_RENAME_TO_ANOTHER_BACKEND_206=\u65e0\u6cd5\u91cd\u547d\u540d\u6761\u76ee %s\uff0c\u56e0\u4e3a\u76ee\u6807\u6761\u76ee\u4f4d\u4e8e\u4e0d\u540c\u7684\u540e\u7aef\u4e2d |
| | | SEVERE_ERR_MEMORYBACKEND_RENAME_PARENT_DOESNT_EXIST_207=\u65e0\u6cd5\u91cd\u547d\u540d\u6761\u76ee %s\uff0c\u56e0\u4e3a\u4e0d\u5b58\u5728\u65b0\u7684\u7236\u6761\u76ee %s |
| | | INFO_SCHEMA_DESCRIPTION_SHOW_ALL_ATTRIBUTES_208=\u6307\u793a\u662f\u5426\u5c06\u5b50\u6a21\u5f0f\u6761\u76ee\u4e2d\u7684\u5c5e\u6027\u89c6\u4e3a\u7528\u6237\u5c5e\u6027\uff08\u5373\u4f7f\u8fd9\u4e9b\u5c5e\u6027\u88ab\u6807\u8bb0\u4e3a\u64cd\u4f5c\u5c5e\u6027\uff09\u3002\u8fd9\u6837\u53ef\u4ee5\u5b9e\u73b0\u4e0e\u67d0\u4e9b\u5e94\u7528\u7a0b\u5e8f\u7684\u517c\u5bb9\uff0c\u8fd9\u4e9b\u5e94\u7528\u7a0b\u5e8f\u8981\u6c42\u9ed8\u8ba4\u5305\u542b\u6a21\u5f0f\u5c5e\u6027\uff08\u5982 attributeType \u548c objectClasses\uff09\uff0c\u5373\u4f7f\u5e76\u672a\u8bf7\u6c42\u8fd9\u4e9b\u5c5e\u6027\u4e5f\u662f\u5982\u6b64\u3002\u8bf7\u6ce8\u610f\uff0c\u4f1a\u59cb\u7ec8\u5c06 ldapSyntaxes \u5c5e\u6027\u89c6\u4e3a\u64cd\u4f5c\u5c5e\u6027\uff0c\u4ee5\u907f\u514d\u5c1d\u8bd5\u901a\u8fc7\u534f\u8bae\u4fee\u6539\u6a21\u5f0f\u65f6\u51fa\u73b0\u95ee\u9898 |
| | | SEVERE_ERR_SCHEMA_CANNOT_DETERMINE_SHOW_ALL_209=\u5728\u5c1d\u8bd5\u786e\u5b9a\u662f\u5426\u5c06\u6240\u6709\u5b50\u6a21\u5f0f\u6761\u76ee\u5c5e\u6027\u89c6\u4e3a\u7528\u6237\u5c5e\u6027\u800c\u4e0d\u8003\u8651\u5b83\u4eec\u5728\u6a21\u5f0f\u4e2d\u7684\u5b9a\u4e49\u65b9\u5f0f\uff08\u5728\u914d\u7f6e\u6761\u76ee %s \u7684 ds-cfg-show-all-attributes \u5c5e\u6027\u4e2d\u6307\u5b9a\uff09\u65f6\u51fa\u73b0\u9519\u8bef: %s\u3002\u5c06\u4f7f\u7528\u9ed8\u8ba4\u884c\u4e3a\uff0c\u5373\uff0c\u6309\u7167\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5b9a\u4e49\u7684\u65b9\u5f0f\u5904\u7406\u5c5e\u6027\u7c7b\u578b |
| | | FATAL_ERR_BACKEND_CANNOT_REGISTER_BASEDN_210=\u5c1d\u8bd5\u5728\u76ee\u5f55\u670d\u52a1\u5668\u4e2d\u6ce8\u518c\u57fa DN %s \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_SCHEMA_DELETE_MODTYPE_NOT_SUPPORTED_211=\u6a21\u5f0f\u540e\u7aef\u5f53\u524d\u4e0d\u652f\u6301\u5220\u9664\u73b0\u6709\u7684\u6a21\u5f0f\u5143\u7d20 |
| | | MILD_ERR_SCHEMA_INVALID_MODIFICATION_TYPE_212=\u6a21\u5f0f\u540e\u7aef\u4e0d\u652f\u6301 %s \u4fee\u6539\u7c7b\u578b |
| | | MILD_ERR_SCHEMA_MODIFY_UNSUPPORTED_ATTRIBUTE_TYPE_213=\u6a21\u5f0f\u540e\u7aef\u4e0d\u652f\u6301\u4fee\u6539 %s \u5c5e\u6027\u7c7b\u578b\u3002\u53ea\u80fd\u4fee\u6539\u5c5e\u6027\u7c7b\u578b\u3001\u5bf9\u8c61\u7c7b\u3001\u540d\u79f0\u683c\u5f0f\u3001DIT \u5185\u5bb9\u89c4\u5219\u3001DIT \u7ed3\u6784\u89c4\u5219\u548c\u5339\u914d\u89c4\u5219\u7528\u6cd5 |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_ATTRTYPE_214=\u5728\u5c1d\u8bd5\u89e3\u7801\u5c5e\u6027\u7c7b\u578b "%s" \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_SCHEMA_MODIFY_ATTRTYPE_ALREADY_EXISTS_215=\u65e0\u6cd5\u5c06\u5c5e\u6027\u7c7b\u578b %s \u6dfb\u52a0\u5230\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\uff0c\u56e0\u4e3a\u73b0\u6709\u7684\u5c5e\u6027\u7c7b\u578b\u5177\u6709\u4e0e\u4e4b\u51b2\u7a81\u7684\u540d\u79f0\u6216 OID: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_OBJECTCLASS_216=\u5728\u5c1d\u8bd5\u89e3\u7801\u5bf9\u8c61\u7c7b "%s" \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_SCHEMA_MODIFY_UNDEFINED_SUPERIOR_OBJECTCLASS_217=\u65e0\u6cd5\u6dfb\u52a0 objectclass %s\uff0c\u56e0\u4e3a\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u672a\u5b9a\u4e49\u5176\u4e0a\u7ea7\u7c7b %s |
| | | MILD_ERR_SCHEMA_MODIFY_OC_UNDEFINED_REQUIRED_ATTR_218=\u65e0\u6cd5\u6dfb\u52a0 objectclass %s\uff0c\u56e0\u4e3a\u5b83\u9700\u8981\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u672a\u5b9a\u4e49\u7684\u5c5e\u6027 %s |
| | | MILD_ERR_SCHEMA_MODIFY_OC_UNDEFINED_OPTIONAL_ATTR_219=\u65e0\u6cd5\u6dfb\u52a0 objectclass %s\uff0c\u56e0\u4e3a\u5b83\u5141\u8bb8\u4f7f\u7528\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u672a\u5b9a\u4e49\u7684\u5c5e\u6027 %s |
| | | MILD_ERR_SCHEMA_MODIFY_OBJECTCLASS_ALREADY_EXISTS_220=\u65e0\u6cd5\u5c06 objectclass %s \u6dfb\u52a0\u5230\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\uff0c\u56e0\u4e3a\u73b0\u6709\u7684 objectclass \u5177\u6709\u4e0e\u4e4b\u51b2\u7a81\u7684\u540d\u79f0\u6216 OID: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_READ_EXISTING_USER_SCHEMA_221=\u5728\u5c1d\u8bd5\u8bfb\u53d6\u6a21\u5f0f\u6587\u4ef6 %s \u7684\u5185\u5bb9\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_SCHEMA_222=\u5728\u5c1d\u8bd5\u5199\u5165\u66f4\u65b0\u7684\u6a21\u5f0f\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_NAME_FORM_223=\u5728\u5c1d\u8bd5\u89e3\u7801\u540d\u79f0\u683c\u5f0f "%s" \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_DCR_224=\u5728\u5c1d\u8bd5\u89e3\u7801 DIT \u5185\u5bb9\u89c4\u5219 "%s" \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_DSR_225=\u5728\u5c1d\u8bd5\u89e3\u7801 DIT \u7ed3\u6784\u89c4\u5219 "%s" \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_MR_USE_226=\u5728\u5c1d\u8bd5\u89e3\u7801\u5339\u914d\u89c4\u5219\u7528\u6cd5 "%s" \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_SCHEMA_MODIFY_DELETE_NO_VALUES_227=\u670d\u52a1\u5668\u5c06\u7981\u6b62\u5220\u9664\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d %s \u5c5e\u6027\u7c7b\u578b\u7684\u6240\u6709\u503c |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_ATTRTYPE_228=\u65e0\u6cd5\u6dfb\u52a0\u5c5e\u6027\u7c7b\u578b %s\uff0c\u56e0\u4e3a\u5b83\u4e0e\u591a\u4e2a\u73b0\u6709\u7684\u5c5e\u6027\u7c7b\u578b\uff08%s \u548c %s\uff09\u53d1\u751f\u51b2\u7a81 |
| | | MILD_ERR_SCHEMA_MODIFY_UNDEFINED_SUPERIOR_ATTRIBUTE_TYPE_229=\u65e0\u6cd5\u6dfb\u52a0\u5c5e\u6027\u7c7b\u578b %s\uff0c\u56e0\u4e3a\u5b83\u5f15\u7528\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u672a\u5b9a\u4e49\u7684\u4e0a\u7ea7\u5c5e\u6027\u7c7b\u578b %s |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_OBJECTCLASS_230=\u65e0\u6cd5\u6dfb\u52a0 objectclass %s\uff0c\u56e0\u4e3a\u5b83\u4e0e\u591a\u4e2a\u73b0\u6709\u7684 objectclass\uff08%s \u548c %s\uff09\u53d1\u751f\u51b2\u7a81 |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_NAME_FORM_231=\u65e0\u6cd5\u6dfb\u52a0\u540d\u79f0\u683c\u5f0f %s\uff0c\u56e0\u4e3a\u5b83\u4e0e\u591a\u4e2a\u73b0\u6709\u7684\u540d\u79f0\u683c\u5f0f\uff08%s \u548c %s\uff09\u53d1\u751f\u51b2\u7a81 |
| | | MILD_ERR_SCHEMA_MODIFY_NF_UNDEFINED_STRUCTURAL_OC_232=\u65e0\u6cd5\u6dfb\u52a0\u540d\u79f0\u683c\u5f0f %s\uff0c\u56e0\u4e3a\u5b83\u5f15\u7528\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u672a\u5b9a\u4e49\u7684\u7ed3\u6784\u5316 objectclass %s |
| | | MILD_ERR_SCHEMA_MODIFY_NF_UNDEFINED_REQUIRED_ATTR_233=\u65e0\u6cd5\u6dfb\u52a0\u540d\u79f0\u683c\u5f0f %s\uff0c\u56e0\u4e3a\u5b83\u5f15\u7528\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u672a\u5b9a\u4e49\u7684\u5fc5\u9700\u5c5e\u6027\u7c7b\u578b %s |
| | | MILD_ERR_SCHEMA_MODIFY_NF_UNDEFINED_OPTIONAL_ATTR_234=\u65e0\u6cd5\u6dfb\u52a0\u540d\u79f0\u683c\u5f0f %s\uff0c\u56e0\u4e3a\u5b83\u5f15\u7528\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u672a\u5b9a\u4e49\u7684\u53ef\u9009\u5c5e\u6027\u7c7b\u578b %s |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DCR_235=\u65e0\u6cd5\u6dfb\u52a0 DIT \u5185\u5bb9\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5b83\u4e0e\u591a\u4e2a\u73b0\u6709\u7684 DIT \u5185\u5bb9\u89c4\u5219\uff08%s \u548c %s\uff09\u53d1\u751f\u51b2\u7a81 |
| | | MILD_ERR_SCHEMA_MODIFY_STRUCTURAL_OC_CONFLICT_FOR_ADD_DCR_236=\u65e0\u6cd5\u6dfb\u52a0 DIT \u5185\u5bb9\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5b83\u5f15\u7528\u7684\u7ed3\u6784\u5316 objectclass %s \u5df2\u7ecf\u4e0e\u53e6\u4e00\u4e2a DIT \u5185\u5bb9\u89c4\u5219 %s \u76f8\u5173\u8054 |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_STRUCTURAL_OC_237=\u65e0\u6cd5\u6dfb\u52a0 DIT \u5185\u5bb9\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5b83\u5f15\u7528\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u672a\u5b9a\u4e49\u7684\u7ed3\u6784\u5316 objectclass %s |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_AUXILIARY_OC_238=\u65e0\u6cd5\u6dfb\u52a0 DIT \u5185\u5bb9\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5b83\u5f15\u7528\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u672a\u5b9a\u4e49\u7684\u8f85\u52a9 objectclass %s |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_REQUIRED_ATTR_239=\u65e0\u6cd5\u6dfb\u52a0 DIT \u5185\u5bb9\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5b83\u5f15\u7528\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u672a\u5b9a\u4e49\u7684\u5fc5\u9700\u5c5e\u6027\u7c7b\u578b %s |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_OPTIONAL_ATTR_240=\u65e0\u6cd5\u6dfb\u52a0 DIT \u5185\u5bb9\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5b83\u5f15\u7528\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u672a\u5b9a\u4e49\u7684\u53ef\u9009\u5c5e\u6027\u7c7b\u578b %s |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_PROHIBITED_ATTR_241=\u65e0\u6cd5\u6dfb\u52a0 DIT \u5185\u5bb9\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5b83\u5f15\u7528\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u672a\u5b9a\u4e49\u7684\u7981\u6b62\u5c5e\u6027\u7c7b\u578b %s |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DSR_242=\u65e0\u6cd5\u6dfb\u52a0 DIT \u7ed3\u6784\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5b83\u4e0e\u591a\u4e2a\u73b0\u6709\u7684 DIT \u7ed3\u6784\u89c4\u5219\uff08%s \u548c %s\uff09\u53d1\u751f\u51b2\u7a81 |
| | | MILD_ERR_SCHEMA_MODIFY_NAME_FORM_CONFLICT_FOR_ADD_DSR_243=\u65e0\u6cd5\u6dfb\u52a0 DIT \u7ed3\u6784\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5b83\u5f15\u7528\u7684\u540d\u79f0\u683c\u5f0f %s \u5df2\u7ecf\u4e0e\u53e6\u4e00\u4e2a DIT \u7ed3\u6784\u89c4\u5219 %s \u76f8\u5173\u8054 |
| | | MILD_ERR_SCHEMA_MODIFY_DSR_UNDEFINED_NAME_FORM_244=\u65e0\u6cd5\u6dfb\u52a0 DIT \u7ed3\u6784\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5b83\u5f15\u7528\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u672a\u5b9a\u4e49\u7684\u540d\u79f0\u683c\u5f0f %s |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_MR_USE_245=\u65e0\u6cd5\u6dfb\u52a0\u5339\u914d\u89c4\u5219\u7528\u6cd5 %s\uff0c\u56e0\u4e3a\u5b83\u4e0e\u591a\u4e2a\u73b0\u6709\u7684\u5339\u914d\u89c4\u5219\u7528\u6cd5\uff08%s \u548c %s\uff09\u53d1\u751f\u51b2\u7a81 |
| | | MILD_ERR_SCHEMA_MODIFY_MR_CONFLICT_FOR_ADD_MR_USE_246=\u65e0\u6cd5\u6dfb\u52a0\u5339\u914d\u89c4\u5219\u7528\u6cd5 %s\uff0c\u56e0\u4e3a\u5b83\u5f15\u7528\u7684\u5339\u914d\u89c4\u5219 %s \u5df2\u7ecf\u4e0e\u53e6\u4e00\u4e2a\u5339\u914d\u89c4\u5219\u7528\u6cd5 %s \u76f8\u5173\u8054 |
| | | MILD_ERR_SCHEMA_MODIFY_MRU_UNDEFINED_ATTR_247=\u65e0\u6cd5\u6dfb\u52a0\u5339\u914d\u89c4\u5219\u7528\u6cd5 %s\uff0c\u56e0\u4e3a\u5b83\u5f15\u7528\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u672a\u5b9a\u4e49\u7684\u5c5e\u6027\u7c7b\u578b %s |
| | | MILD_ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_AT_248=\u68c0\u6d4b\u5230\u5c5e\u6027\u7c7b\u578b %s \u53d1\u751f\u5faa\u73af\u5f15\u7528\uff0c\u5176\u4e2d\u4e0a\u7ea7\u7c7b\u578b\u94fe\u5f15\u7528\u8be5\u5c5e\u6027\u7c7b\u578b\u672c\u8eab |
| | | MILD_ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_OC_249=\u68c0\u6d4b\u5230 objectclass %s \u53d1\u751f\u5faa\u73af\u5f15\u7528\uff0c\u5176\u4e2d\u4e0a\u7ea7\u7c7b\u94fe\u5f15\u7528\u8be5 objectclass \u672c\u8eab |
| | | MILD_ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_DSR_250=\u68c0\u6d4b\u5230 DIT \u7ed3\u6784\u89c4\u5219 %s \u53d1\u751f\u5faa\u73af\u5f15\u7528\uff0c\u5176\u4e2d\u4e0a\u7ea7\u89c4\u5219\u94fe\u5f15\u7528\u8be5 DIT \u7ed3\u6784\u89c4\u5219\u672c\u8eab |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_CLEANED_251=\u5728\u5e94\u7528\u66f4\u65b0\u4e4b\u524d\u5c1d\u8bd5\u521b\u5efa\u73b0\u6709\u6a21\u5f0f\u6587\u4ef6\u7684\u526f\u672c\u65f6\u51fa\u73b0\u9519\u8bef: %s\u3002\u670d\u52a1\u5668\u53ef\u4ee5\u6062\u590d\u539f\u59cb\u6a21\u5f0f\u914d\u7f6e\uff0c\u56e0\u6b64\uff0c\u4e0d\u9700\u8981\u6267\u884c\u5176\u4ed6\u6e05\u9664\u64cd\u4f5c |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_NOT_CLEANED_252=\u5728\u5e94\u7528\u66f4\u65b0\u4e4b\u524d\u5c1d\u8bd5\u521b\u5efa\u73b0\u6709\u6a21\u5f0f\u6587\u4ef6\u7684\u526f\u672c\u65f6\u51fa\u73b0\u9519\u8bef: %s\u3002\u5728\u5c1d\u8bd5\u6062\u590d\u539f\u59cb\u6a21\u5f0f\u914d\u7f6e\u65f6\uff0c\u4e5f\u51fa\u73b0\u4e86\u95ee\u9898\uff0c\u56e0\u6b64\uff0c\u670d\u52a1\u5668\u53ef\u80fd\u5904\u4e8e\u4e0d\u4e00\u81f4\u72b6\u6001\uff0c\u5e76\u4e14\u53ef\u80fd\u9700\u8981\u624b\u52a8\u6267\u884c\u6e05\u9664\u64cd\u4f5c |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_RESTORED_253=\u5728\u5c1d\u8bd5\u5199\u5165\u65b0\u7248\u672c\u7684\u670d\u52a1\u5668\u6a21\u5f0f\u6587\u4ef6\u65f6\u51fa\u73b0\u9519\u8bef: %s\u3002\u670d\u52a1\u5668\u53ef\u4ee5\u6062\u590d\u539f\u59cb\u6a21\u5f0f\u914d\u7f6e\uff0c\u56e0\u6b64\uff0c\u4e0d\u9700\u8981\u6267\u884c\u5176\u4ed6\u6e05\u9664\u64cd\u4f5c |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_NOT_RESTORED_254=\u5728\u5c1d\u8bd5\u5199\u5165\u65b0\u7248\u672c\u7684\u670d\u52a1\u5668\u6a21\u5f0f\u6587\u4ef6\u65f6\u51fa\u73b0\u9519\u8bef: %s\u3002\u5728\u5c1d\u8bd5\u6062\u590d\u539f\u59cb\u6a21\u5f0f\u914d\u7f6e\u65f6\uff0c\u4e5f\u51fa\u73b0\u4e86\u95ee\u9898\uff0c\u56e0\u6b64\uff0c\u670d\u52a1\u5668\u53ef\u80fd\u5904\u4e8e\u4e0d\u4e00\u81f4\u72b6\u6001\uff0c\u5e76\u4e14\u53ef\u80fd\u9700\u8981\u624b\u52a8\u6267\u884c\u6e05\u9664\u64cd\u4f5c |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_ATTRIBUTE_TYPE_255=\u65e0\u6cd5\u4ece\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5220\u9664\u5c5e\u6027\u7c7b\u578b %s\uff0c\u56e0\u4e3a\u672a\u5b9a\u4e49\u8fd9\u79cd\u5c5e\u6027\u7c7b\u578b |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_SUPERIOR_TYPE_256=\u65e0\u6cd5\u4ece\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5220\u9664\u5c5e\u6027\u7c7b\u578b %s\uff0c\u56e0\u4e3a\u5b83\u4f5c\u4e3a\u5c5e\u6027\u7c7b\u578b %s \u7684\u4e0a\u7ea7\u7c7b\u578b\u88ab\u5f15\u7528 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_OC_257=\u65e0\u6cd5\u4ece\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5220\u9664\u5c5e\u6027\u7c7b\u578b %s\uff0c\u56e0\u4e3a\u5b83\u4f5c\u4e3a objectclass %s \u4e2d\u7684\u5fc5\u9700\u6216\u53ef\u9009\u5c5e\u6027\u7c7b\u578b\u88ab\u5f15\u7528 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_NF_258=\u65e0\u6cd5\u4ece\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5220\u9664\u5c5e\u6027\u7c7b\u578b %s\uff0c\u56e0\u4e3a\u5b83\u4f5c\u4e3a\u540d\u79f0\u683c\u5f0f %s \u4e2d\u7684\u5fc5\u9700\u6216\u53ef\u9009\u5c5e\u6027\u7c7b\u578b\u88ab\u5f15\u7528 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_DCR_259=\u65e0\u6cd5\u4ece\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5220\u9664\u5c5e\u6027\u7c7b\u578b %s\uff0c\u56e0\u4e3a\u5b83\u4f5c\u4e3a DIT \u5185\u5bb9\u89c4\u5219 %s \u4e2d\u7684\u5fc5\u9700\u3001\u53ef\u9009\u6216\u7981\u6b62\u5c5e\u6027\u7c7b\u578b\u88ab\u5f15\u7528 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_MR_USE_260=\u65e0\u6cd5\u4ece\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5220\u9664\u5c5e\u6027\u7c7b\u578b %s\uff0c\u56e0\u4e3a\u5339\u914d\u89c4\u5219\u7528\u6cd5 %s \u5f15\u7528\u8be5\u7c7b\u578b |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_OBJECTCLASS_261=\u65e0\u6cd5\u4ece\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5220\u9664 objectclass %s\uff0c\u56e0\u4e3a\u672a\u5b9a\u4e49\u8fd9\u79cd objectclass |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_OC_SUPERIOR_CLASS_262=\u65e0\u6cd5\u4ece\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5220\u9664 objectclass %s\uff0c\u56e0\u4e3a\u5b83\u4f5c\u4e3a objectclass %s \u7684\u4e0a\u7ea7\u7c7b\u88ab\u5f15\u7528 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_OC_IN_NF_263=\u65e0\u6cd5\u4ece\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5220\u9664 objectclass %s\uff0c\u56e0\u4e3a\u5b83\u4f5c\u4e3a\u540d\u79f0\u683c\u5f0f %s \u7684\u7ed3\u6784\u5316\u7c7b\u88ab\u5f15\u7528 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_OC_IN_DCR_264=\u65e0\u6cd5\u4ece\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5220\u9664 objectclass %s\uff0c\u56e0\u4e3a\u5b83\u4f5c\u4e3a DIT \u5185\u5bb9\u89c4\u5219 %s \u7684\u7ed3\u6784\u5316\u7c7b\u6216\u8f85\u52a9\u7c7b\u88ab\u5f15\u7528 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_NAME_FORM_265=\u65e0\u6cd5\u4ece\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5220\u9664\u540d\u79f0\u683c\u5f0f %s\uff0c\u56e0\u4e3a\u672a\u5b9a\u4e49\u8fd9\u79cd\u540d\u79f0\u683c\u5f0f |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NF_IN_DSR_266=\u65e0\u6cd5\u4ece\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5220\u9664\u540d\u79f0\u683c\u5f0f %s\uff0c\u56e0\u4e3a DIT \u7ed3\u6784\u89c4\u5219 %s \u5f15\u7528\u8be5\u683c\u5f0f |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DCR_267=\u65e0\u6cd5\u4ece\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5220\u9664 DIT \u5185\u5bb9\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u672a\u5b9a\u4e49\u8fd9\u79cd DIT \u5185\u5bb9\u89c4\u5219 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DSR_268=\u65e0\u6cd5\u4ece\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5220\u9664 DIT \u7ed3\u6784\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u672a\u5b9a\u4e49\u8fd9\u79cd DIT \u7ed3\u6784\u89c4\u5219 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_DSR_SUPERIOR_RULE_269=\u65e0\u6cd5\u4ece\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5220\u9664 DIT \u7ed3\u6784\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5b83\u4f5c\u4e3a DIT \u7ed3\u6784\u89c4\u5219 %s \u7684\u4e0a\u7ea7\u89c4\u5219\u88ab\u5f15\u7528 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_MR_USE_270=\u65e0\u6cd5\u4ece\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5220\u9664\u5339\u914d\u89c4\u5219\u7528\u6cd5 %s\uff0c\u56e0\u4e3a\u672a\u5b9a\u4e49\u8fd9\u79cd\u5339\u914d\u89c4\u5219\u7528\u6cd5 |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OC_NOT_STRUCTURAL_271=\u65e0\u6cd5\u6dfb\u52a0\u540d\u79f0\u683c\u5f0f %s\uff0c\u56e0\u4e3a\u5c3d\u7ba1\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5b9a\u4e49\u4e86\u5b83\u5f15\u7528\u7684 objectclass %s\uff0c\u4f46\u8be5 objectclass \u4e0d\u662f\u7ed3\u6784\u5316 objectclass |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OC_NOT_STRUCTURAL_272=\u65e0\u6cd5\u6dfb\u52a0 DIT \u5185\u5bb9\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5b83\u5f15\u7528\u4e86\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5b9a\u4e49\u7684\u975e\u7ed3\u6784\u5316 objectclass %s |
| | | MILD_ERR_SCHEMA_MODIFY_STRUCTURAL_OC_CONFLICT_FOR_ADD_NF_273=\u65e0\u6cd5\u6dfb\u52a0\u540d\u79f0\u683c\u5f0f %s\uff0c\u56e0\u4e3a\u5b83\u5f15\u7528\u7684\u7ed3\u6784\u5316 objectclass %s \u5df2\u7ecf\u4e0e\u53e6\u4e00\u4e2a\u540d\u79f0\u683c\u5f0f %s \u76f8\u5173\u8054 |
| | | MILD_ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_ATTRIBUTE_TYPE_274=\u65e0\u6cd5\u6dfb\u52a0\u5c5e\u6027\u7c7b\u578b %s\uff0c\u56e0\u4e3a\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u4e0a\u7ea7\u7c7b\u578b %s \u88ab\u6807\u8bb0\u4e3a OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_ATTRTYPE_OBSOLETE_MR_275=\u65e0\u6cd5\u6dfb\u52a0\u5c5e\u6027\u7c7b\u578b %s\uff0c\u56e0\u4e3a\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5173\u8054\u7684\u5339\u914d\u89c4\u5219 %s \u88ab\u6807\u8bb0\u4e3a OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_OBJECTCLASS_276=\u65e0\u6cd5\u6dfb\u52a0\u5bf9\u8c61\u7c7b %s\uff0c\u56e0\u4e3a\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u4e0a\u7ea7\u7c7b %s \u88ab\u6807\u8bb0\u4e3a OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_OC_OBSOLETE_REQUIRED_ATTR_277=\u65e0\u6cd5\u6dfb\u52a0\u5bf9\u8c61\u7c7b %s\uff0c\u56e0\u4e3a\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5fc5\u9700\u5c5e\u6027 %s \u88ab\u6807\u8bb0\u4e3a OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_OC_OBSOLETE_OPTIONAL_ATTR_278=\u65e0\u6cd5\u6dfb\u52a0\u5bf9\u8c61\u7c7b %s\uff0c\u56e0\u4e3a\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u53ef\u9009\u5c5e\u6027 %s \u88ab\u6807\u8bb0\u4e3a OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OC_OBSOLETE_279=\u65e0\u6cd5\u6dfb\u52a0\u540d\u79f0\u683c\u5f0f %s\uff0c\u56e0\u4e3a\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5176\u7ed3\u6784\u5316\u5bf9\u8c61\u7c7b %s \u88ab\u6807\u8bb0\u4e3a OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OBSOLETE_REQUIRED_ATTR_280=\u65e0\u6cd5\u6dfb\u52a0\u540d\u79f0\u683c\u5f0f %s\uff0c\u56e0\u4e3a\u5b83\u6240\u9700\u7684\u5c5e\u6027\u7c7b\u578b %s \u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u88ab\u6807\u8bb0\u4e3a OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OBSOLETE_OPTIONAL_ATTR_281=\u65e0\u6cd5\u6dfb\u52a0\u540d\u79f0\u683c\u5f0f %s\uff0c\u56e0\u4e3a\u5b83\u5141\u8bb8\u4f7f\u7528\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u88ab\u6807\u8bb0\u4e3a OBSOLETE \u7684\u5c5e\u6027\u7c7b\u578b %s |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_STRUCTURAL_OC_OBSOLETE_282=\u65e0\u6cd5\u6dfb\u52a0 DIT \u5185\u5bb9\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5176\u7ed3\u6784\u5316\u5bf9\u8c61\u7c7b %s \u88ab\u6807\u8bb0\u4e3a OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OC_NOT_AUXILIARY_283=\u65e0\u6cd5\u6dfb\u52a0 DIT \u5185\u5bb9\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5c3d\u7ba1\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5b9a\u4e49\u4e86\u5b83\u5f15\u7528\u7684\u8f85\u52a9\u5bf9\u8c61\u7c7b %s\uff0c\u4f46\u8be5\u5bf9\u8c61\u7c7b\u4e0d\u662f\u8f85\u52a9\u7c7b |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_AUXILIARY_OC_OBSOLETE_284=\u65e0\u6cd5\u6dfb\u52a0 DIT \u5185\u5bb9\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5b83\u5141\u8bb8\u4f7f\u7528\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u88ab\u6807\u8bb0\u4e3a OBSOLETE \u7684\u8f85\u52a9\u5bf9\u8c61\u7c7b %s |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_REQUIRED_ATTR_285=\u65e0\u6cd5\u6dfb\u52a0 DIT \u5185\u5bb9\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5b83\u6240\u9700\u7684\u5c5e\u6027\u7c7b\u578b %s \u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u88ab\u6807\u8bb0\u4e3a OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_OPTIONAL_ATTR_286=\u65e0\u6cd5\u6dfb\u52a0 DIT \u5185\u5bb9\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5b83\u5141\u8bb8\u4f7f\u7528\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u88ab\u6807\u8bb0\u4e3a OBSOLETE \u7684\u5c5e\u6027\u7c7b\u578b %s |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_PROHIBITED_ATTR_287=\u65e0\u6cd5\u6dfb\u52a0 DIT \u5185\u5bb9\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5b83\u7981\u6b62\u4f7f\u7528\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u88ab\u6807\u8bb0\u4e3a OBSOLETE \u7684\u5c5e\u6027\u7c7b\u578b %s |
| | | MILD_ERR_SCHEMA_MODIFY_DSR_OBSOLETE_NAME_FORM_288=\u65e0\u6cd5\u6dfb\u52a0 DIT \u7ed3\u6784\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5176\u540d\u79f0\u683c\u5f0f %s \u88ab\u6807\u8bb0\u4e3a OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_DSR_OBSOLETE_SUPERIOR_RULE_289=\u65e0\u6cd5\u6dfb\u52a0 DIT \u7ed3\u6784\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5b83\u5f15\u7528\u7684\u4e0a\u7ea7\u89c4\u5219 %s \u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u88ab\u6807\u8bb0\u4e3a OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_MRU_OBSOLETE_MR_290=\u65e0\u6cd5\u6dfb\u52a0\u5339\u914d\u89c4\u5219\u7528\u6cd5 %s\uff0c\u56e0\u4e3a\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5176\u5339\u914d\u89c4\u5219 %s \u88ab\u6807\u8bb0\u4e3a OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_MRU_OBSOLETE_ATTR_291=\u65e0\u6cd5\u6dfb\u52a0\u5339\u914d\u89c4\u5219\u7528\u6cd5 %s\uff0c\u56e0\u4e3a\u5b83\u5f15\u7528\u7684\u5c5e\u6027\u7c7b\u578b %s \u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u88ab\u6807\u8bb0\u4e3a OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_AUXILIARY_OC_292=\u65e0\u6cd5\u6dfb\u52a0 DIT \u5185\u5bb9\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5b83\u5f15\u7528\u7684\u8f85\u52a9\u5bf9\u8c61\u7c7b %s \u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u88ab\u6807\u8bb0\u4e3a OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_INSUFFICIENT_PRIVILEGES_293=\u60a8\u6ca1\u6709\u8db3\u591f\u7684\u6743\u9650\u4fee\u6539\u76ee\u5f55\u670d\u52a1\u5668\u6a21\u5f0f |
| | | SEVERE_ERR_SCHEMA_CANNOT_FIND_CONCAT_FILE_294=\u627e\u4e0d\u5230\u5305\u542b\u4e32\u8054\u7684\u6a21\u5f0f\u5143\u7d20\u5b9a\u4e49\u7684\u6587\u4ef6\uff0c\u65e0\u6cd5\u786e\u5b9a\u5728\u670d\u52a1\u5668\u8131\u673a\u65f6\u662f\u5426\u8fdb\u884c\u4e86\u4efb\u4f55\u6a21\u5f0f\u66f4\u6539\u3002\u8be5\u6587\u4ef6\u5e94\u4f4d\u4e8e %s \u76ee\u5f55\u4e2d\uff0c\u5176\u540d\u79f0\u5e94\u8be5\u4e3a %s \u6216 %s |
| | | SEVERE_ERR_SCHEMA_ERROR_DETERMINING_SCHEMA_CHANGES_295=\u5728\u5c1d\u8bd5\u786e\u5b9a\u662f\u5426\u5728\u670d\u52a1\u5668\u8131\u673a\u65f6\u8fdb\u884c\u4e86\u4efb\u4f55\u6a21\u5f0f\u66f4\u6539\uff08\u901a\u8fc7\u76f4\u63a5\u7f16\u8f91\u6a21\u5f0f\u6587\u4ef6\uff09\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_SCHEMA_CANNOT_WRITE_CONCAT_SCHEMA_FILE_296=\u5728\u5c1d\u8bd5\u5199\u5165\u6587\u4ef6 %s\uff08\u5305\u542b\u6240\u6709\u670d\u52a1\u5668\u6a21\u5f0f\u5143\u7d20\u7684\u4e32\u8054\u5217\u8868\uff09\u65f6\u51fa\u73b0\u9519\u8bef: %s\u3002\u670d\u52a1\u5668\u53ef\u80fd\u65e0\u6cd5\u51c6\u786e\u5730\u8bc6\u522b\u5728\u670d\u52a1\u5668\u8131\u673a\u65f6\u8fdb\u884c\u7684\u4efb\u4f55\u6a21\u5f0f\u66f4\u6539 |
| | | NOTICE_BACKEND_ENVIRONMENT_UNUSABLE_297=\u4e0e\u540e\u7aef ID %s \u5bf9\u5e94\u7684 JE \u6570\u636e\u5e93\u73af\u5883\u5df2\u635f\u574f\u3002\u91cd\u65b0\u542f\u52a8\u76ee\u5f55\u670d\u52a1\u5668\u4ee5\u91cd\u65b0\u6253\u5f00\u8be5\u73af\u5883 |
| | | SEVERE_ERR_TASKSCHED_NOT_ALLOWED_TASK_298=\u672a\u5c06\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e3a\u5141\u8bb8\u8c03\u7528\u4efb\u52a1 %s |
| | | INFO_TASK_COMPLETION_BODY_299=\u4efb\u52a1 ID: %s\r\n\u4efb\u52a1\u72b6\u6001: %s\r\n\u9884\u5b9a\u5f00\u59cb\u65f6\u95f4: %s\r\n\u5b9e\u9645\u5f00\u59cb\u65f6\u95f4: %s\r\n\u5b8c\u6210\u65f6\u95f4: %s\r\n\r\n\u65e5\u5fd7\u6d88\u606f:\r\n |
| | | SEVERE_ERR_TRUSTSTORE_GET_ENTRY_NULL_300=\u65e0\u6cd5\u4ece\u4fe1\u4efb\u5e93\u540e\u7aef\u4e2d\u68c0\u7d22\u6761\u76ee\uff0c\u56e0\u4e3a\u8bf7\u6c42\u7684\u6761\u76ee\u4e3a Null |
| | | SEVERE_ERR_TRUSTSTORE_INVALID_BASE_301=\u4fe1\u4efb\u5e93\u540e\u7aef\u4e2d\u4e0d\u5b58\u5728\u8bf7\u6c42\u7684\u6761\u76ee %s |
| | | SEVERE_ERR_TRUSTSTORE_DN_DOES_NOT_SPECIFY_CERTIFICATE_302=\u65e0\u6cd5\u5904\u7406\u4fe1\u4efb\u5e93\u540e\u7aef\u4e2d\u7684\u6761\u76ee %s\uff0c\u56e0\u4e3a\u8bf7\u6c42\u7684 DN \u6bd4\u57fa DN \u4f4e\u4e00\u7ea7\uff0c\u4f46\u6ca1\u6709\u6307\u5b9a\u8bc1\u4e66\u540d\u79f0 |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_RETRIEVE_CERT_303=\u5728\u5c1d\u8bd5\u4ece\u4fe1\u4efb\u5e93\u6587\u4ef6 %2$s \u4e2d\u68c0\u7d22\u8bc1\u4e66 %1$s \u65f6\u51fa\u73b0\u9519\u8bef: %3$s |
| | | SEVERE_ERR_TRUSTSTORE_MODIFY_NOT_SUPPORTED_304=\u4fe1\u4efb\u5e93\u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u4fee\u6539\u64cd\u4f5c |
| | | SEVERE_ERR_TRUSTSTORE_MODIFY_DN_NOT_SUPPORTED_305=\u4fe1\u4efb\u5e93\u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u4fee\u6539 DN \u64cd\u4f5c |
| | | SEVERE_ERR_TRUSTSTORE_REQUIRES_ONE_BASE_DN_306=\u65e0\u6cd5\u4ece\u914d\u7f6e\u6761\u76ee %s \u4e2d\u521d\u59cb\u5316\u4fe1\u4efb\u5e93\u540e\u7aef\uff0c\u56e0\u4e3a\u5b83\u5e76\u975e\u6070\u597d\u5305\u542b\u4e00\u4e2a\u57fa DN |
| | | SEVERE_ERR_TRUSTSTORE_IMPORT_AND_EXPORT_NOT_SUPPORTED_307=\u4fe1\u4efb\u5e93\u540e\u7aef\u4e2d\u4e0d\u652f\u6301 LDIF \u5bfc\u5165\u548c\u5bfc\u51fa\u64cd\u4f5c |
| | | SEVERE_ERR_TRUSTSTORE_BACKUP_AND_RESTORE_NOT_SUPPORTED_308=\u4fe1\u4efb\u5e93\u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u5907\u4efd\u548c\u6062\u590d\u64cd\u4f5c |
| | | SEVERE_ERR_TRUSTSTORE_NO_SUCH_FILE_309=\u914d\u7f6e\u6761\u76ee %2$s \u7684\u5c5e\u6027 ds-cfg-trust-store-file \u4e2d\u6307\u5b9a\u7684\u4fe1\u4efb\u5e93\u6587\u4ef6 %1$s \u4e0d\u5b58\u5728 |
| | | SEVERE_ERR_TRUSTSTORE_INVALID_TYPE_310=\u914d\u7f6e\u6761\u76ee %2$s \u7684\u5c5e\u6027 ds-cfg-trust-store-type \u4e2d\u6307\u5b9a\u7684\u4fe1\u4efb\u5e93\u7c7b\u578b %1$s \u65e0\u6548: %3$s |
| | | SEVERE_ERR_TRUSTSTORE_PIN_FILE_CANNOT_CREATE_311=\u5728\u5c1d\u8bd5\u521b\u5efa PIN \u6587\u4ef6 %s\uff08\u5728\u914d\u7f6e\u6761\u76ee %s \u7684\u5c5e\u6027 ds-cfg-trust-store-pin-file \u4e2d\u6307\u5b9a\uff09\u65f6\u51fa\u73b0\u9519\u8bef |
| | | SEVERE_ERR_TRUSTSTORE_PIN_FILE_CANNOT_READ_312=\u5728\u5c1d\u8bd5\u4ece\u6587\u4ef6 %s\uff08\u5728\u914d\u7f6e\u6761\u76ee %s \u7684\u914d\u7f6e\u5c5e\u6027 ds-cfg-trust-store-pin-file \u4e2d\u6307\u5b9a\uff09\u4e2d\u8bfb\u53d6\u4fe1\u4efb\u5e93 PIN \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_TRUSTSTORE_PIN_FILE_EMPTY_313=\u6587\u4ef6 %s\uff08\u5728\u914d\u7f6e\u6761\u76ee %s \u7684\u5c5e\u6027 ds-cfg-trust-store-pin-file \u4e2d\u6307\u5b9a\uff09\u5e94\u5305\u542b\u8bbf\u95ee\u4fe1\u4efb\u5e93\u6240\u9700\u7684 PIN\uff0c\u4f46\u8be5\u6587\u4ef6\u4e3a\u7a7a |
| | | SEVERE_ERR_TRUSTSTORE_PIN_ENVAR_NOT_SET_314=\u73af\u5883\u53d8\u91cf %s\uff08\u5728\u914d\u7f6e\u6761\u76ee %s \u7684\u5c5e\u6027 ds-cfg-trust-store-pin-environment-variable \u4e2d\u6307\u5b9a\uff09\u5e94\u5305\u542b\u8bbf\u95ee\u4fe1\u4efb\u5e93\u6240\u9700\u7684 PIN\uff0c\u4f46\u672a\u8bbe\u7f6e\u8be5\u5c5e\u6027 |
| | | SEVERE_ERR_TRUSTSTORE_PIN_PROPERTY_NOT_SET_315=Java \u5c5e\u6027 %s\uff08\u5728\u914d\u7f6e\u6761\u76ee %s \u7684\u5c5e\u6027 ds-cfg-trust-store-pin-property \u4e2d\u6307\u5b9a\uff09\u5e94\u5305\u542b\u8bbf\u95ee\u57fa\u4e8e\u6587\u4ef6\u7684\u4fe1\u4efb\u7ba1\u7406\u5668\u6240\u9700\u7684 PIN\uff0c\u4f46\u672a\u8bbe\u7f6e\u8be5\u5c5e\u6027 |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_DETERMINE_FILE_316=\u5728\u5c1d\u8bd5\u786e\u5b9a\u914d\u7f6e\u6761\u76ee %s \u4e2d\u7684\u914d\u7f6e\u5c5e\u6027 ds-cfg-trust-store-file \u7684\u503c\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_LOAD_317=\u5728\u5c1d\u8bd5\u4ece\u6587\u4ef6 %s \u4e2d\u52a0\u8f7d\u4fe1\u4efb\u5e93\u5185\u5bb9\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_CREATE_FACTORY_318=\u5728\u5c1d\u8bd5\u521b\u5efa\u4fe1\u4efb\u7ba1\u7406\u5668\u5de5\u5382\u4ee5\u8bbf\u95ee\u4fe1\u4efb\u5e93\u6587\u4ef6 %s \u7684\u5185\u5bb9\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_TRUSTSTORE_ALIAS_IN_USE_319=\u8bc1\u4e66\u6761\u76ee %s \u5df2\u5b58\u5728 |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_GENERATE_CERT_320=\u5c1d\u8bd5\u5728\u4fe1\u4efb\u5e93\u6587\u4ef6 %2$s \u4e2d\u751f\u6210\u81ea\u7b7e\u540d\u8bc1\u4e66 %1$s \u65f6\u51fa\u73b0\u9519\u8bef: %3$s |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_ADD_CERT_321=\u5728\u5c1d\u8bd5\u5c06\u8bc1\u4e66 %s \u6dfb\u52a0\u5230\u4fe1\u4efb\u5e93\u6587\u4ef6 %s \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_TRUSTSTORE_DELETE_NOT_SUPPORTED_322=\u4fe1\u4efb\u5e93\u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u5220\u9664\u64cd\u4f5c |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_MISSING_CERT_ATTR_323=\u65e0\u6cd5\u6dfb\u52a0\u6761\u76ee %s\uff0c\u56e0\u4e3a\u5b83\u4e0d\u5305\u542b\u8bc1\u4e66\u5c5e\u6027 %s |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_ATTRS_324=\u65e0\u6cd5\u6dfb\u52a0\u6761\u76ee %s\uff0c\u56e0\u4e3a\u5b83\u5305\u542b\u591a\u4e2a\u8bc1\u4e66\u5c5e\u6027 %s |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_MISSING_CERT_VALUE_325=\u65e0\u6cd5\u6dfb\u52a0\u6761\u76ee %s\uff0c\u56e0\u4e3a\u5b83\u4e0d\u5305\u542b\u8bc1\u4e66\u5c5e\u6027 %s \u7684\u503c |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_VALUES_326=\u65e0\u6cd5\u6dfb\u52a0\u6761\u76ee %s\uff0c\u56e0\u4e3a\u5b83\u5305\u542b\u8bc1\u4e66\u5c5e\u6027 %s \u7684\u591a\u4e2a\u503c |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_WRITE_CERT_327=\u5728\u5c06\u8bc1\u4e66 %s \u5199\u5165\u5230\u6587\u4ef6\u4e2d\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_WARN_TRUSTSTORE_SET_PERMISSIONS_FAILED_328=\u65e0\u6cd5\u8bbe\u7f6e\u5bf9\u4fe1\u4efb\u5e93\u6587\u4ef6 %s \u7684\u6743\u9650 |
| | | SEVERE_ERR_ROOT_CONTAINER_NOT_INITIALIZED_329=\u5c1a\u672a\u521d\u59cb\u5316\u540e\u7aef %s \u7684\u6839\u5bb9\u5668\uff0c\u56e0\u800c\u8be5\u540e\u7aef\u65e0\u6cd5\u5904\u7406\u8bf7\u6c42\u7684\u64cd\u4f5c |
| | | SEVERE_ERR_TASKBE_MODIFY_CANNOT_LOCK_ENTRY_330=\u65e0\u6cd5\u83b7\u53d6\u5bf9\u6761\u76ee %s \u7684\u5199\u5165\u9501\u5b9a |
| | | SEVERE_ERR_TASKBE_MODIFY_INVALID_ENTRY_331=\u65e0\u6cd5\u4fee\u6539\u6761\u76ee %s\uff0c\u56e0\u4e3a\u5b83\u4e0d\u662f\u4e00\u4e2a\u4efb\u52a1\u6761\u76ee\u3002\u53ea\u80fd\u5728\u4efb\u52a1\u540e\u7aef\u4e2d\u4fee\u6539\u4efb\u52a1\u6761\u76ee |
| | | SEVERE_ERR_TASKBE_MODIFY_NO_SUCH_TASK_332=\u65e0\u6cd5\u4fee\u6539\u6761\u76ee %s\uff0c\u56e0\u4e3a\u5b83\u4e0d\u662f\u670d\u52a1\u5668\u4e2d\u7684\u6709\u6548\u4efb\u52a1 |
| | | SEVERE_ERR_TASKBE_MODIFY_COMPLETED_333=\u65e0\u6cd5\u4fee\u6539\u6761\u76ee %s\uff0c\u56e0\u4e3a\u5173\u8054\u7684\u4efb\u52a1\u5df2\u5b8c\u6210\u8fd0\u884c\u3002\u65e0\u6cd5\u4fee\u6539\u5b8c\u6210\u7684\u4efb\u52a1 |
| | | SEVERE_ERR_TASKBE_MODIFY_RECURRING_334=\u65e0\u6cd5\u4fee\u6539\u6761\u76ee %s\uff0c\u56e0\u4e3a\u670d\u52a1\u5668\u5f53\u524d\u4e0d\u652f\u6301\u4fee\u6539\u590d\u53d1\u6027\u4efb\u52a1\u6761\u76ee |
| | | SEVERE_ERR_TASKBE_MODIFY_RUNNING_335=\u4e0e\u6761\u76ee %s \u5173\u8054\u7684\u4efb\u52a1\u5f53\u524d\u6b63\u5728\u8fd0\u884c\u3002\u5141\u8bb8\u5bf9\u6b63\u5728\u8fd0\u884c\u7684\u4efb\u52a1\u8fdb\u884c\u7684\u552f\u4e00\u4fee\u6539\u662f\uff1a\u5c06 ds-task-state \u5c5e\u6027\u7684\u503c\u66ff\u6362\u4e3a "cancel" |
| | | INFO_TASKBE_RUNNING_TASK_CANCELLED_336=\u53d6\u6d88\u4efb\u52a1\u7684\u4fee\u6539\u8bf7\u6c42\u4e2d\u65ad\u4e86\u4efb\u52a1\u5904\u7406 |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_DELETE_CERT_337=\u5728\u5c1d\u8bd5\u4ece\u4fe1\u4efb\u5e93\u6587\u4ef6 %2$s \u4e2d\u5220\u9664\u8bc1\u4e66 %1$s \u65f6\u51fa\u73b0\u9519\u8bef: %3$s |
| | | SEVERE_ERR_TRUSTSTORE_CERTIFICATE_NOT_FOUND_338=\u65e0\u6cd5\u4ece\u4fe1\u4efb\u5e93\u540e\u7aef\u4e2d\u68c0\u7d22\u6761\u76ee %s\uff0c\u56e0\u4e3a\u8bc1\u4e66 %s \u4e0d\u5b58\u5728 |
| | | SEVERE_ERR_LDIF_BACKEND_MULTIPLE_BASE_DNS_339=\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684 LDIF \u540e\u7aef\u4ec5\u652f\u6301\u5355\u4e2a\u57fa DN\uff0c\u4f46\u8be5\u540e\u7aef\u88ab\u914d\u7f6e\u4e3a\u4e0e\u591a\u4e2a\u57fa DN \u914d\u5408\u4f7f\u7528 |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_OPENING_FILE_340=\u5728\u5c1d\u8bd5\u6253\u5f00 LDIF \u540e\u7aef\uff08\u5728\u914d\u7f6e\u6761\u76ee %2$s \u4e2d\u5b9a\u4e49\uff09\u4f7f\u7528\u7684 LDIF \u6587\u4ef6 %1$s \u65f6\u51fa\u73b0\u9519\u8bef: %3$s |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_READING_ENTRY_341=\u5728\u5c1d\u8bd5\u5c06 LDIF \u6587\u4ef6 %s \u4e2d\u7684\u6570\u636e\u8bfb\u53d6\u5230 LDIF \u540e\u7aef\uff08\u5728\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\uff09\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_LDIF_BACKEND_DUPLICATE_ENTRY_342=\u914d\u7f6e\u4e3a\u4e0e LDIF \u540e\u7aef\uff08\u5728\u914d\u7f6e\u6761\u76ee %2$s \u4e2d\u5b9a\u4e49\uff09\u914d\u5408\u4f7f\u7528\u7684 LDIF \u6587\u4ef6 %1$s \u5305\u542b\u591a\u4e2a DN \u4e3a %3$s \u7684\u6761\u76ee |
| | | MILD_ERR_LDIF_BACKEND_ENTRY_OUT_OF_SCOPE_343=\u914d\u7f6e\u4e3a\u4e0e LDIF \u540e\u7aef\uff08\u5728\u914d\u7f6e\u6761\u76ee %2$s \u4e2d\u5b9a\u4e49\uff09\u914d\u5408\u4f7f\u7528\u7684 LDIF \u6587\u4ef6 %1$s \u5305\u542b\u6761\u76ee %3$s\uff0c\u8be5\u6761\u76ee\u4e0d\u5728\u4e3a\u8be5\u540e\u7aef\u5b9a\u4e49\u7684\u57fa DN \u4e4b\u4e0b |
| | | MILD_ERR_LDIF_BACKEND_MISSING_PARENT_344=\u914d\u7f6e\u4e3a\u4e0e LDIF \u540e\u7aef\uff08\u5728\u914d\u7f6e\u6761\u76ee %2$s \u4e2d\u5b9a\u4e49\uff09\u914d\u5408\u4f7f\u7528\u7684 LDIF \u6587\u4ef6 %1$s \u5305\u542b\u6761\u76ee %3$s\uff0c\u4f46\u5c1a\u672a\u8bfb\u53d6\u5176\u7236\u6761\u76ee |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_CREATING_FILE_345=\u5728\u5c1d\u8bd5\u521b\u5efa\u6587\u4ef6 %s \u4ee5\u4fbf\u4e3a LDIF \u540e\u7aef\uff08\u5728\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\uff09\u5199\u5165\u66f4\u65b0\u7248\u672c\u7684\u6570\u636e\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_WRITING_FILE_346=\u5c1d\u8bd5\u5728\u6587\u4ef6 %s \u4e2d\u4e3a LDIF \u540e\u7aef\uff08\u5728\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\uff09\u5199\u5165\u66f4\u65b0\u7684\u6570\u636e\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_RENAMING_FILE_347=\u5728\u5c1d\u8bd5\u5c06\u6587\u4ef6 %s \u91cd\u547d\u540d\u4e3a %s\uff08\u5728\u4e3a\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684 LDIF \u540e\u7aef\u5199\u5165\u66f4\u65b0\u7684\u6570\u636e\u65f6\uff09\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_LDIF_BACKEND_ADD_ALREADY_EXISTS_348=LDIF \u540e\u7aef\u4e2d\u5df2\u5b58\u5728\u6761\u76ee %s |
| | | MILD_ERR_LDIF_BACKEND_ADD_MISSING_PARENT_349=\u6761\u76ee %s \u7684\u7236\u6761\u76ee\u4e0d\u5b58\u5728 |
| | | MILD_ERR_LDIF_BACKEND_DELETE_NO_SUCH_ENTRY_350=\u6761\u76ee %s \u4e0d\u5b58\u5728 |
| | | MILD_ERR_LDIF_BACKEND_DELETE_NONLEAF_351=\u6761\u76ee %s \u5177\u6709\u4e00\u4e2a\u6216\u591a\u4e2a\u4e0b\u7ea7\u6761\u76ee\uff0c\u76f4\u5230\u5148\u5220\u9664\u5176\u6240\u6709\u4e0b\u7ea7\u6761\u76ee\u540e\uff0c\u624d\u80fd\u5220\u9664\u8be5\u6761\u76ee |
| | | MILD_ERR_LDIF_BACKEND_MODIFY_NO_SUCH_ENTRY_352=\u6761\u76ee %s \u4e0d\u5b58\u5728 |
| | | MILD_ERR_LDIF_BACKEND_MODDN_NO_SUCH_SOURCE_ENTRY_353=\u6e90\u6761\u76ee %s \u4e0d\u5b58\u5728 |
| | | MILD_ERR_LDIF_BACKEND_MODDN_TARGET_ENTRY_ALREADY_EXISTS_354=\u76ee\u6807\u6761\u76ee %s \u5df2\u5b58\u5728 |
| | | MILD_ERR_LDIF_BACKEND_MODDN_NEW_PARENT_DOESNT_EXIST_355=\u65b0\u7684\u7236 DN %s \u4e0d\u5b58\u5728 |
| | | MILD_ERR_LDIF_BACKEND_SEARCH_NO_SUCH_BASE_356=\u6307\u5b9a\u4e3a\u641c\u7d22\u57fa DN \u7684\u6761\u76ee %s \u4e0d\u5b58\u5728 |
| | | SEVERE_ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_WRITER_357=\u5728\u5c1d\u8bd5\u4e3a LDIF \u5bfc\u51fa\u64cd\u4f5c\u521b\u5efa\u4e66\u5199\u5668\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_LDIF_BACKEND_CANNOT_WRITE_ENTRY_TO_LDIF_358=\u5728 LDIF \u5bfc\u51fa\u671f\u95f4\u5c1d\u8bd5\u5199\u5165\u6761\u76ee %s \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_READER_359=\u5728\u5c1d\u8bd5\u4e3a LDIF \u5bfc\u5165\u64cd\u4f5c\u521b\u5efa\u8bfb\u53d6\u5668\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_READING_LDIF_360=\u5728\u5c1d\u8bd5\u4ece\u5bfc\u5165\u6587\u4ef6\u4e2d\u8bfb\u53d6\u6570\u636e\u65f6\u51fa\u73b0\u4e0d\u53ef\u4fee\u590d\u7684\u9519\u8bef: %s\u3002\u65e0\u6cd5\u7ee7\u7eed\u6267\u884c LDIF \u5bfc\u5165 |
| | | MILD_ERR_LDIF_BACKEND_BACKUP_RESTORE_NOT_SUPPORTED_361=LDIF \u540e\u7aef\u5f53\u524d\u672a\u63d0\u4f9b\u5907\u4efd\u6216\u6062\u590d\u673a\u5236\u3002\u8bf7\u6539\u7528 LDIF \u5bfc\u5165\u548c\u5bfc\u51fa\u64cd\u4f5c |
| | | MILD_ERR_LDIF_BACKEND_LDIF_DOESNT_EXIST_362=LDIF \u540e\u7aef\u914d\u7f6e\u6761\u76ee %2$s \u4e2d\u5f15\u7528\u7684 LDIF \u6587\u4ef6 %1$s \u4e0d\u5b58\u5728 |
| | | INFO_LDIF_BACKEND_LDIF_FILE_CHANGED_363=\u76f4\u5230\u7981\u7528\u5e76\u91cd\u65b0\u542f\u7528\u540e\u7aef\u540e\uff0c\u5bf9 LDIF \u6587\u4ef6\u8def\u5f84\u6240\u505a\u7684\u66f4\u6539\u624d\u4f1a\u751f\u6548 |
| | | INFO_LDIF_BACKEND_BASE_DN_CHANGED_364=\u76f4\u5230\u7981\u7528\u5e76\u91cd\u65b0\u542f\u7528\u540e\u7aef\u540e\uff0c\u5bf9 LDIF \u540e\u7aef\u57fa DN \u6240\u505a\u7684\u66f4\u6539\u624d\u4f1a\u751f\u6548 |
| | | MILD_ERR_LDIF_BACKEND_HAS_SUBORDINATES_NO_SUCH_ENTRY_365=\u76ee\u6807\u6761\u76ee %s \u4e0d\u5b58\u5728 |
| | | MILD_ERR_LDIF_BACKEND_NUM_SUBORDINATES_NO_SUCH_ENTRY_366=\u76ee\u6807\u6761\u76ee %s \u4e0d\u5b58\u5728 |
| | | SEVERE_ERR_TRUSTSTORE_ERROR_READING_KEY_367=\u4ece\u5bc6\u94a5\u5e93 %2$s \u4e2d\u8bfb\u53d6\u5bc6\u94a5 %1$s \u65f6\u51fa\u73b0\u9519\u8bef: %3$s |
| | | MILD_ERR_HAS_SUBORDINATES_NOT_SUPPORTED_368=\u8be5\u540e\u7aef\u672a\u63d0\u4f9b\u5bf9 hasSubordinates \u64cd\u4f5c\u5c5e\u6027\u7684\u652f\u6301 |
| | | MILD_ERR_NUM_SUBORDINATES_NOT_SUPPORTED_369=\u8be5\u540e\u7aef\u672a\u63d0\u4f9b\u5bf9 numSubordinates \u64cd\u4f5c\u5c5e\u6027\u7684\u652f\u6301 |
| | | NOTICE_BACKEND_OFFLINE_370=\u73b0\u5728\uff0c\u540e\u7aef %s \u5df2\u8131\u673a |
| New file |
| | |
| | | # CDDL HEADER START |
| | | # |
| | | # The contents of this file are subject to the terms of the |
| | | # Common Development and Distribution License, Version 1.0 only |
| | | # (the "License"). You may not use this file except in compliance |
| | | # with the License. |
| | | # |
| | | # You can obtain a copy of the license at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE |
| | | # or https://OpenDS.dev.java.net/OpenDS.LICENSE. |
| | | # See the License for the specific language governing permissions |
| | | # and limitations under the License. |
| | | # |
| | | # When distributing Covered Code, include this CDDL HEADER in each |
| | | # file and include the License file at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, |
| | | # add the following below this CDDL HEADER, with the fields enclosed |
| | | # by brackets "[]" replaced with your own identifying information: |
| | | # Portions Copyright [yyyy] [name of copyright owner] |
| | | # |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2008 Sun Microsystems, Inc. |
| | | |
| | | |
| | | |
| | | # |
| | | # Global directives |
| | | # |
| | | global.category=BACKEND |
| | | |
| | | # |
| | | # Format string definitions |
| | | # |
| | | # Keys must be formatted as follows: |
| | | # |
| | | # [SEVERITY]_[DESCRIPTION]_[ORDINAL] |
| | | # |
| | | # where: |
| | | # |
| | | # SEVERITY is one of: |
| | | # [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE] |
| | | # |
| | | # DESCRIPTION is an upper case string providing a hint as to the context of |
| | | # the message in upper case with the underscore ('_') character serving as |
| | | # word separator |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | FATAL_ERR_BACKEND_CANNOT_REMOVE_MULTIBASE_SUB_SUFFIX_1=\u5df2\u5617\u8a66\u5f9e\u5f8c\u7aef\u53d6\u6d88\u8a3b\u518a\u5b50\u5c3e\u78bc\u300c%s\u300d\uff0c\u8a72\u5f8c\u7aef\u5177\u6709\u5c3e\u78bc\u300c%s\u300d\u3002\u4f46\u662f\uff0c\u542b\u6709\u8a72\u5b50\u5c3e\u78bc\u7684\u5f9e\u5c6c\u5f8c\u7aef\u4e5f\u5305\u542b\u5176\u4ed6\u5b50\u5c3e\u78bc\uff0c\u56e0\u800c\u53ef\u80fd\u7121\u6cd5\u53d6\u6d88\u8a3b\u518a\u3002\u7de8\u8f2f\u5176\u76f8\u95dc\u5f9e\u5c6c\u5f8c\u7aef\u7684\u914d\u7f6e\uff0c\u5c31\u6709\u53ef\u80fd\u79fb\u9664\u6b64\u5b50\u5c3e\u78bc |
| | | FATAL_ERR_ROOTDSE_CONFIG_ENTRY_NULL_2=\u5df2\u5617\u8a66\u914d\u7f6e Root DSE \u5f8c\u7aef\uff0c\u4f46\u672a\u63d0\u4f9b\u914d\u7f6e\u9805\u76ee\u3002\u9019\u662f\u4e0d\u5141\u8a31\u7684 |
| | | INFO_ROOTDSE_SUBORDINATE_BASE_DESCRIPTION_3=\u5c07\u7528\u65bc\u4ee5 Root DSE \u70ba\u57fa\u790e\u4e4b singleLevel\u3001wholeSubtree \u548c subordinateSubtree \u641c\u5c0b\u7684\u57fa\u5e95 DN \u96c6\u3002\u5982\u679c\u672a\u63d0\u4f9b\u6b64\u96c6\u5408\uff0c\u5247\u6703\u4f7f\u7528\u6240\u6709\u4f7f\u7528\u8005\u5b9a\u7fa9\u7684\u5c3e\u78bc\u96c6 |
| | | SEVERE_WARN_ROOTDSE_NO_BACKEND_FOR_SUBORDINATE_BASE_4=\u57fa\u5e95 DN\u300c%s\u300d\u5df2\u914d\u7f6e\u70ba\u5176\u4e2d\u4e00\u500b\u8981\u7528\u65bc\u5728 Root DSE \u4e4b\u4e0b\u641c\u5c0b\u7684\u5f9e\u5c6c\u57fa\u5e95 DN\u3002\u4f46\u662f\uff0c\u6b64\u57fa\u5e95 DN \u672a\u7531\u4efb\u4f55\u5728\u76ee\u9304\u4f3a\u670d\u5668\u4e2d\u8a3b\u518a\u7684\u5c3e\u78bc\u8655\u7406\uff0c\u56e0\u6b64\u4e0d\u6703\u52a0\u4ee5\u4f7f\u7528 |
| | | SEVERE_WARN_ROOTDSE_SUBORDINATE_BASE_EXCEPTION_5=\u5617\u8a66\u5224\u5b9a\u8981\u7528\u65bc\u5728 Root DSE \u4e4b\u4e0b\u641c\u5c0b\u7684\u5f9e\u5c6c\u57fa\u5e95 DN \u96c6\u6642\u767c\u751f\u672a\u9810\u671f\u7684\u554f\u984c: %s |
| | | MILD_WARN_ROOTDSE_GET_ENTRY_NONROOT_6=Root DSE \u5f8c\u7aef\u88ab\u8981\u6c42\u64f7\u53d6\u5177\u6709 DN\u300c%s\u300d\u7684\u9805\u76ee\u3002\u6b64\u5f8c\u7aef\u61c9\u8a72\u53ea\u9700\u64f7\u53d6 Root DSE \u672c\u8eab\u3002\u4f46\u662f\uff0c\u5b83\u6703\u6aa2\u67e5\u6240\u5b9a\u7fa9\u7684\u5f9e\u5c6c\u5f8c\u7aef\u4e26\u67e5\u770b\u5b83\u662f\u5426\u53ef\u4ee5\u627e\u5230\u8acb\u6c42\u7684\u9805\u76ee |
| | | MILD_ERR_ROOTDSE_ADD_NOT_SUPPORTED_7=\u4e0d\u9858\u610f\u589e\u52a0\u9805\u76ee\u300c%s\u300d\uff0c\u56e0\u70ba Root DSE \u5f8c\u7aef\u4e0d\u652f\u63f4\u589e\u52a0\u4f5c\u696d |
| | | MILD_ERR_ROOTDSE_DELETE_NOT_SUPPORTED_8=\u4e0d\u9858\u610f\u79fb\u9664\u9805\u76ee\u300c%s\u300d\uff0c\u56e0\u70ba Root DSE \u5f8c\u7aef\u4e0d\u652f\u63f4\u522a\u9664\u4f5c\u696d |
| | | MILD_ERR_ROOTDSE_MODIFY_NOT_SUPPORTED_9=\u4e0d\u9858\u610f\u66f4\u65b0\u9805\u76ee\u300c%s\u300d\uff0c\u56e0\u70ba Root DSE \u5f8c\u7aef\u4e0d\u652f\u63f4\u4fee\u6539\u4f5c\u696d\u3002\u5982\u679c\u60a8\u8981\u6539\u8b8a Root DSE \u672c\u8eab\u7684\u5167\u5bb9\uff0c\u5247\u6709\u53ef\u80fd\u7d93\u7531\u4fee\u6539\u914d\u7f6e\u4e2d\u7684\u300c%s\u300d\u9805\u76ee\u4f86\u9054\u6210 |
| | | MILD_ERR_ROOTDSE_MODIFY_DN_NOT_SUPPORTED_10=\u4e0d\u9858\u610f\u91cd\u65b0\u547d\u540d\u9805\u76ee\u300c%s\u300d\uff0c\u56e0\u70ba Root DSE \u5f8c\u7aef\u4e0d\u652f\u63f4\u4fee\u6539 DN \u4f5c\u696d |
| | | MILD_ERR_ROOTDSE_INVALID_SEARCH_BASE_11=\u4e0d\u9858\u610f\u5728 Root DSE \u5f8c\u7aef\u4e2d\u4f7f\u7528\u300c%3$s\u300d\u7684\u57fa\u5e95 DN \u57f7\u884c\u641c\u5c0b (\u9023\u7dda ID %1$d\u3001\u4f5c\u696d ID %2$d)\u3002\u8981\u5728\u6b64\u5f8c\u7aef\u4e2d\u641c\u5c0b\u7684\u57fa\u5e95 DN \u5fc5\u9808\u662f Root DSE \u672c\u8eab\u7684 DN |
| | | SEVERE_ERR_ROOTDSE_UNEXPECTED_SEARCH_FAILURE_12=\u5617\u8a66\u5728 Root DSE \u5f8c\u7aef\u4e2d\u8655\u7406\u641c\u5c0b\u4f5c\u696d (\u9023\u7dda ID %d\u3001\u4f5c\u696d ID %d) \u6642\u767c\u751f\u672a\u9810\u671f\u7684\u5931\u6557: %s |
| | | SEVERE_ERR_ROOTDSE_INVALID_SEARCH_SCOPE_13=\u7121\u6cd5\u8655\u7406\u5177\u6709\u9023\u7dda ID %d \u8207\u4f5c\u696d ID %d \u7684\u641c\u5c0b\uff0c\u56e0\u70ba\u8a72\u641c\u5c0b\u7684\u7bc4\u570d %s \u7121\u6548 |
| | | SEVERE_ERR_ROOTDSE_UNABLE_TO_CREATE_LDIF_WRITER_14=\u5617\u8a66\u958b\u555f Root DSE \u5f8c\u7aef\u7684 LDIF \u5beb\u5165\u5668\u6642\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | SEVERE_ERR_ROOTDSE_UNABLE_TO_EXPORT_DSE_15=\u5617\u8a66\u5c07 Root DSE \u9805\u76ee\u532f\u51fa\u81f3\u6307\u5b9a\u7684 LDIF \u76ee\u6a19\u6642\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | SEVERE_ERR_ROOTDSE_IMPORT_NOT_SUPPORTED_16=Root DSE \u5f8c\u7aef\u4e0d\u652f\u63f4 LDIF \u532f\u5165\u4f5c\u696d |
| | | SEVERE_ERR_ROOTDSE_BACKUP_AND_RESTORE_NOT_SUPPORTED_17=Root DSE \u5f8c\u7aef\u4e26\u672a\u63d0\u4f9b\u5099\u4efd\u8207\u5fa9\u539f\u4f5c\u696d\u7684\u8a2d\u5099\u3002Root DSE \u7684\u5167\u5bb9\u61c9\u5099\u4efd\u70ba\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u7684\u4e00\u90e8\u4efd |
| | | INFO_ROOTDSE_USING_SUFFIXES_AS_BASE_DNS_18=Root DSE \u914d\u7f6e\u5df2\u66f4\u65b0\uff0c\u6240\u4ee5\u73fe\u5728\u65bc Root DSE \u4e4b\u4e0b\u57f7\u884c\u641c\u5c0b\u6642\uff0c\u6703\u4f7f\u7528\u6240\u5b9a\u7fa9\u7684\u76ee\u9304\u4f3a\u670d\u5668\u5c3e\u78bc\u96c6 |
| | | INFO_ROOTDSE_USING_NEW_SUBORDINATE_BASE_DNS_19=Root DSE \u914d\u7f6e\u5df2\u66f4\u65b0\uff0c\u6240\u4ee5\u73fe\u5728\u65bc Root DSE \u4e4b\u4e0b\u57f7\u884c\u641c\u5c0b\u6642\uff0c\u6703\u4f7f\u7528\u57fa\u5e95 DN \u96c6 %s |
| | | INFO_ROOTDSE_USING_NEW_USER_ATTRS_20=Root DSE \u914d\u7f6e\u5df2\u66f4\u65b0\uff0c\u6240\u4ee5\u73fe\u5728\u6703\u4f7f\u7528\u65b0\u7684\u4f7f\u7528\u8005\u5b9a\u7fa9\u5c6c\u6027\u96c6 |
| | | SEVERE_ERR_MONITOR_CONFIG_ENTRY_NULL_21=\u5df2\u5617\u8a66\u914d\u7f6e\u76e3\u8996\u5f8c\u7aef\uff0c\u4f46\u672a\u63d0\u4f9b\u914d\u7f6e\u9805\u76ee\u3002\u9019\u662f\u4e0d\u5141\u8a31\u7684\uff0c\u800c\u4e14\u7121\u6cd5\u900f\u904e\u5354\u5b9a\u53d6\u5f97\u76e3\u8996\u8cc7\u8a0a |
| | | SEVERE_ERR_MONITOR_CANNOT_DECODE_MONITOR_ROOT_DN_22=\u5617\u8a66\u89e3\u78bc cn=monitor \u4f5c\u70ba\u76ee\u9304\u4f3a\u670d\u5668\u76e3\u8996\u8cc7\u8a0a\u7684\u57fa\u5e95 DN \u6642\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s\u3002\u7121\u6cd5\u900f\u904e\u5354\u5b9a\u53d6\u5f97\u76e3\u8996\u8cc7\u8a0a |
| | | MILD_ERR_MONITOR_ADD_NOT_SUPPORTED_23=\u4e0d\u9858\u610f\u589e\u52a0\u9805\u76ee\u300c%s\u300d\uff0c\u56e0\u70ba\u76e3\u8996\u5f8c\u7aef\u4e0d\u652f\u63f4\u589e\u52a0\u4f5c\u696d |
| | | MILD_ERR_MONITOR_DELETE_NOT_SUPPORTED_24=\u4e0d\u9858\u610f\u79fb\u9664\u9805\u76ee\u300c%s\u300d\uff0c\u56e0\u70ba\u76e3\u8996\u5f8c\u7aef\u4e0d\u652f\u63f4\u522a\u9664\u4f5c\u696d |
| | | MILD_ERR_MONITOR_MODIFY_NOT_SUPPORTED_25=\u4e0d\u9858\u610f\u66f4\u65b0\u9805\u76ee\u300c%s\u300d\uff0c\u56e0\u70ba\u76e3\u8996\u5f8c\u7aef\u4e0d\u652f\u63f4\u4fee\u6539\u4f5c\u696d\u3002\u5982\u679c\u60a8\u8981\u6539\u8b8a\u57fa\u5e95\u76e3\u8996\u9805\u76ee\u672c\u8eab\u7684\u5167\u5bb9\uff0c\u5247\u6709\u53ef\u80fd\u7d93\u7531\u4fee\u6539\u914d\u7f6e\u4e2d\u7684\u300c%s\u300d\u9805\u76ee\u4f86\u9054\u6210 |
| | | MILD_ERR_MONITOR_MODIFY_DN_NOT_SUPPORTED_26=\u4e0d\u9858\u610f\u91cd\u65b0\u547d\u540d\u9805\u76ee\u300c%s\u300d\uff0c\u56e0\u70ba\u76e3\u8996\u5f8c\u7aef\u4e0d\u652f\u63f4\u4fee\u6539 DN \u4f5c\u696d |
| | | SEVERE_ERR_MONITOR_UNABLE_TO_EXPORT_BASE_27=\u5617\u8a66\u532f\u51fa\u57fa\u5e95\u76e3\u8996\u9805\u76ee\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_MONITOR_UNABLE_TO_EXPORT_PROVIDER_ENTRY_28=\u5617\u8a66\u532f\u51fa\u76e3\u8996\u63d0\u4f9b\u8005 %s \u7684\u76e3\u8996\u9805\u76ee\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_MONITOR_IMPORT_NOT_SUPPORTED_29=\u76e3\u8996\u5f8c\u7aef\u4e0d\u652f\u63f4 LDIF \u532f\u5165\u4f5c\u696d |
| | | SEVERE_ERR_MONITOR_BACKUP_AND_RESTORE_NOT_SUPPORTED_30=\u76e3\u8996\u5f8c\u7aef\u4e26\u672a\u63d0\u4f9b\u5099\u4efd\u8207\u5fa9\u539f\u4f5c\u696d\u7684\u8a2d\u5099 |
| | | INFO_MONITOR_USING_NEW_USER_ATTRS_31=\u76e3\u8996\u914d\u7f6e\u5df2\u66f4\u65b0\uff0c\u6240\u4ee5\u73fe\u5728\u6703\u4f7f\u7528\u65b0\u7684\u4f7f\u7528\u8005\u5b9a\u7fa9\u5c6c\u6027\u96c6 |
| | | MILD_ERR_MONITOR_GET_ENTRY_NULL_32=\u7121\u6cd5\u5f9e\u76e3\u8996\u5f8c\u7aef\u64f7\u53d6\u8acb\u6c42\u7684\u9805\u76ee\uff0c\u56e0\u70ba\u6240\u63d0\u4f9b\u7684 DN \u70ba\u7a7a\u503c |
| | | MILD_ERR_MONITOR_BASE_TOO_DEEP_33=\u7121\u6cd5\u5f9e\u76e3\u8996\u5f8c\u7aef\u64f7\u53d6\u8acb\u6c42\u7684\u9805\u76ee %s\uff0c\u56e0\u70ba DN \u592a\u6df1\u3002\u76e3\u8996\u9805\u76ee\u4e0d\u5f97\u8d85\u904e %s \u4e4b\u4e0b\u7684\u4e00\u500b\u5c64\u7d1a |
| | | MILD_ERR_MONITOR_INVALID_BASE_34=\u7121\u6cd5\u5f9e\u76e3\u8996\u5f8c\u7aef\u64f7\u53d6\u8acb\u6c42\u7684\u9805\u76ee %s\uff0c\u56e0\u70ba DN \u4e0d\u5728 %s \u7684\u76e3\u8996\u57fa\u5e95\u4e4b\u4e0b |
| | | MILD_ERR_MONITOR_MULTIVALUED_RDN_35=\u7121\u6cd5\u5f9e\u76e3\u8996\u5f8c\u7aef\u64f7\u53d6\u8acb\u6c42\u7684\u9805\u76ee %s\uff0c\u56e0\u70ba\u76e3\u8996\u9805\u76ee\u4e0d\u53ef\u5305\u542b\u591a\u91cd\u503c\u7684 RDN |
| | | MILD_ERR_MONITOR_NO_SUCH_PROVIDER_36=\u7121\u6cd5\u5f9e\u76e3\u8996\u5f8c\u7aef\u64f7\u53d6\u8acb\u6c42\u7684\u9805\u76ee\uff0c\u56e0\u70ba\u76ee\u9304\u4f3a\u670d\u5668\u4e2d\u6c92\u6709\u8a3b\u518a\u7684\u76e3\u8996\u63d0\u4f9b\u8005\u300c%s\u300d |
| | | INFO_MONITOR_UPTIME_37=%d \u5929 %d \u5c0f\u6642 %d \u5206 %d \u79d2 |
| | | SEVERE_ERR_SCHEMA_CONFIG_ENTRY_NULL_38=\u5df2\u5617\u8a66\u914d\u7f6e\u6a21\u5f0f\u5f8c\u7aef\uff0c\u4f46\u672a\u63d0\u4f9b\u914d\u7f6e\u9805\u76ee\u3002\u9019\u662f\u4e0d\u5141\u8a31\u7684\uff0c\u800c\u4e14\u7121\u6cd5\u900f\u904e\u5354\u5b9a\u53d6\u5f97\u6a21\u5f0f\u8cc7\u8a0a |
| | | INFO_SCHEMA_DESCRIPTION_ENTRY_DN_39=\u53ef\u80fd\u6703\u64f7\u53d6\u4e4b\u9805\u76ee\u7684 DN \u6216 DN \u96c6\uff0c\u4ee5\u4fbf\u64f7\u53d6\u76ee\u9304\u4f3a\u670d\u5668\u6a21\u5f0f\u8cc7\u8a0a\u3002\u5982\u679c\u6a21\u5f0f\u5c07\u7528\u65bc\u591a\u500b\u4f4d\u7f6e\uff0c\u5247\u53ef\u80fd\u6703\u63d0\u4f9b\u591a\u500b\u503c\uff0c\u4ee5\u9054\u5230\u76f8\u5bb9\u76ee\u7684\u3002\u5982\u679c\u672a\u63d0\u4f9b\u4efb\u4f55\u503c\uff0c\u5c07\u6703\u4f7f\u7528\u9810\u8a2d\u503c\u300ccn=schema\u300d |
| | | SEVERE_ERR_SCHEMA_CANNOT_DETERMINE_BASE_DN_40=\u5617\u8a66\u4f9d\u7167\u914d\u7f6e\u9805\u76ee %s \u7684 ds-cfg-schema-entry-dn \u5c6c\u6027\u6240\u6307\u5b9a\uff0c\u5224\u5b9a\u5728\u767c\u4f48\u76ee\u9304\u4f3a\u670d\u5668\u6a21\u5f0f\u8cc7\u8a0a\u6642\u6240\u8981\u4f7f\u7528\u7684\u57fa\u5e95 DN \u6642\u767c\u751f\u932f\u8aa4: %s\u3002\u5c07\u4f7f\u7528 cn=schema \u7684\u9810\u8a2d\u6a21\u5f0f\u57fa\u5e95 DN |
| | | MILD_ERR_SCHEMA_ADD_NOT_SUPPORTED_41=\u4e0d\u9858\u610f\u589e\u52a0\u9805\u76ee\u300c%s\u300d\uff0c\u56e0\u70ba\u6a21\u5f0f\u5f8c\u7aef\u4e0d\u652f\u63f4\u589e\u52a0\u4f5c\u696d |
| | | MILD_ERR_SCHEMA_DELETE_NOT_SUPPORTED_42=\u4e0d\u9858\u610f\u79fb\u9664\u9805\u76ee\u300c%s\u300d\uff0c\u56e0\u70ba\u6a21\u5f0f\u5f8c\u7aef\u4e0d\u652f\u63f4\u522a\u9664\u4f5c\u696d |
| | | MILD_ERR_SCHEMA_MODIFY_NOT_SUPPORTED_43=\u4e0d\u9858\u610f\u66f4\u65b0\u9805\u76ee\u300c%s\u300d\uff0c\u56e0\u70ba\u6a21\u5f0f\u5f8c\u7aef\u5c1a\u672a\u652f\u63f4\u4fee\u6539\u4f5c\u696d\u3002\u5982\u679c\u60a8\u8981\u6539\u8b8a\u57fa\u5e95\u6a21\u5f0f\u9805\u76ee\u672c\u8eab\u7684\u5167\u5bb9\uff0c\u5247\u6709\u53ef\u80fd\u7d93\u7531\u4fee\u6539\u914d\u7f6e\u4e2d\u7684\u300c%s\u300d\u9805\u76ee\u4f86\u9054\u6210 |
| | | MILD_ERR_SCHEMA_MODIFY_DN_NOT_SUPPORTED_44=\u4e0d\u9858\u610f\u91cd\u65b0\u547d\u540d\u9805\u76ee\u300c%s\u300d\uff0c\u56e0\u70ba\u6a21\u5f0f\u5f8c\u7aef\u4e0d\u652f\u63f4\u4fee\u6539 DN \u4f5c\u696d |
| | | SEVERE_ERR_SCHEMA_UNABLE_TO_EXPORT_BASE_45=\u5617\u8a66\u532f\u51fa\u57fa\u5e95\u6a21\u5f0f\u9805\u76ee\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_SCHEMA_IMPORT_NOT_SUPPORTED_46=\u6a21\u5f0f\u5f8c\u7aef\u4e0d\u652f\u63f4 LDIF \u532f\u5165\u4f5c\u696d |
| | | SEVERE_ERR_SCHEMA_BACKUP_AND_RESTORE_NOT_SUPPORTED_47=\u6a21\u5f0f\u5f8c\u7aef\u5c1a\u672a\u63d0\u4f9b\u5099\u4efd\u8207\u5fa9\u539f\u4f5c\u696d\u7684\u8a2d\u5099 |
| | | MILD_ERR_SCHEMA_INVALID_BASE_48=\u7121\u6cd5\u5f9e\u6a21\u5f0f\u5f8c\u7aef\u64f7\u53d6\u8acb\u6c42\u7684\u9805\u76ee %s\uff0c\u56e0\u70ba DN \u7b49\u65bc\u5176\u4e2d\u4e00\u500b\u6a21\u5f0f\u9805\u76ee DN |
| | | SEVERE_ERR_SCHEMA_UNABLE_TO_CREATE_LDIF_WRITER_49=\u5617\u8a66\u958b\u555f\u6a21\u5f0f\u5f8c\u7aef\u7684 LDIF \u5beb\u5165\u5668\u6642\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | INFO_SCHEMA_DEREGISTERED_BASE_DN_50=\u5df2\u6210\u529f\u53d6\u6d88\u8a3b\u518a DN %s\uff0c\u8a72 DN \u4fbf\u4e0d\u53ef\u518d\u4f5c\u70ba\u6a21\u5f0f\u9805\u76ee DN \u4f7f\u7528 |
| | | SEVERE_ERR_SCHEMA_CANNOT_DEREGISTER_BASE_DN_51=\u5617\u8a66\u53d6\u6d88\u8a3b\u518a\u7576\u4f5c\u6a21\u5f0f\u9805\u76ee DN \u7684 %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | INFO_SCHEMA_REGISTERED_BASE_DN_52=\u5df2\u6210\u529f\u5c07 DN %s \u8a3b\u518a\u70ba\u65b0\u7684\u6a21\u5f0f\u9805\u76ee DN |
| | | SEVERE_ERR_SCHEMA_CANNOT_REGISTER_BASE_DN_53=\u5617\u8a66\u8a3b\u518a\u7576\u4f5c\u6a21\u5f0f\u9805\u76ee DN \u7684 %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | INFO_SCHEMA_USING_NEW_USER_ATTRS_54=\u6a21\u5f0f\u914d\u7f6e\u5df2\u66f4\u65b0\uff0c\u6240\u4ee5\u73fe\u5728\u6703\u4f7f\u7528\u65b0\u7684\u4f7f\u7528\u8005\u5b9a\u7fa9\u5c6c\u6027\u96c6 |
| | | FATAL_ERR_BACKEND_CANNOT_LOCK_ENTRY_55=\u76ee\u9304\u4f3a\u670d\u5668\u5728\u591a\u6b21\u5617\u8a66\u5f8c\uff0c\u7121\u6cd5\u53d6\u5f97\u9805\u76ee %s \u4e0a\u7684\u9396\u5b9a\u3002\u9019\u53ef\u80fd\u8868\u793a\u9805\u76ee\u5df2\u7d93\u88ab\u9577\u6642\u9593\u57f7\u884c\u7684\u4f5c\u696d\u9396\u5b9a\uff0c\u6216\u9805\u76ee\u5148\u524d\u65e9\u5df2\u9396\u5b9a\uff0c\u4f46\u4e26\u672a\u6b63\u78ba\u5730\u89e3\u9664\u9396\u5b9a |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_GET_MAC_56=\u5617\u8a66\u53d6\u5f97 %s MAC \u63d0\u4f9b\u8005\u4ee5\u5efa\u7acb\u5099\u4efd\u7684\u7c3d\u7f72\u96dc\u6e4a\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_GET_DIGEST_57=\u5617\u8a66\u53d6\u5f97 %s \u8a0a\u606f\u6458\u8981\u4ee5\u5efa\u7acb\u5099\u4efd\u7684\u96dc\u6e4a\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_58=\u5617\u8a66\u5728\u76ee\u9304 %2$s \u4e2d\u5efa\u7acb\u6a21\u5f0f\u6b78\u6a94\u6a94\u6848 %1$s \u6642\u767c\u751f\u932f\u8aa4: %3$s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_GET_CIPHER_59=\u5617\u8a66\u53d6\u5f97\u5bc6\u78bc\u4ee5\u52a0\u5bc6\u5099\u4efd\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_ZIP_COMMENT_60=%s \u6a21\u5f0f\u5099\u4efd %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_LIST_SCHEMA_FILES_61=\u5617\u8a66\u53d6\u5f97\u76ee\u9304 %s \u4e2d\u7684\u6a94\u6848\u6e05\u55ae\u4ee5\u7d0d\u5165\u6a21\u5f0f\u5099\u4efd\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_BACKUP_SCHEMA_FILE_62=\u5617\u8a66\u5099\u4efd\u6a21\u5f0f\u6a94\u6848 %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_CLOSE_ZIP_STREAM_63=\u5617\u8a66\u5728\u76ee\u9304 %2$s \u4e2d\u95dc\u9589\u6a21\u5f0f\u6b78\u6a94\u6a94\u6848 %1$s \u6642\u767c\u751f\u932f\u8aa4: %3$s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_64=\u5617\u8a66\u4f7f\u7528\u6a21\u5f0f\u5099\u4efd\u7684\u76f8\u95dc\u8cc7\u8a0a\u4f86\u66f4\u65b0\u5099\u4efd\u63cf\u8ff0\u5143\u6a94\u6848 %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_NO_SUCH_BACKUP_65=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u76ee\u9304 %2$s \u4e2d\u7684\u6a21\u5f0f\u5099\u4efd %1$s\uff0c\u56e0\u70ba\u4e0d\u5b58\u5728\u6b64\u7a2e\u5099\u4efd |
| | | SEVERE_ERR_SCHEMA_RESTORE_NO_BACKUP_FILE_66=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u76ee\u9304 %2$s \u4e2d\u7684\u6a21\u5f0f\u5099\u4efd %1$s\uff0c\u56e0\u70ba\u7121\u6cd5\u5224\u5b9a\u6b78\u6a94\u6a94\u6848\u540d\u7a31 |
| | | SEVERE_ERR_SCHEMA_RESTORE_NO_SUCH_FILE_67=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u6a21\u5f0f\u5099\u4efd %s\uff0c\u56e0\u70ba\u6307\u5b9a\u7684\u6b78\u6a94\u6a94\u6848 %s \u4e0d\u5b58\u5728 |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_CHECK_FOR_ARCHIVE_68=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u6a21\u5f0f\u5099\u4efd %s\uff0c\u56e0\u70ba\u5728\u5617\u8a66\u5224\u5b9a\u5099\u4efd\u6b78\u6a94 %s \u662f\u5426\u5b58\u5728\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_UNKNOWN_DIGEST_69=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u6a21\u5f0f\u5099\u4efd %s\uff0c\u56e0\u70ba\u6b64\u5099\u4efd\u6709\u53ef\u7528\u7684\u672a\u7c3d\u7f72\u96dc\u6e4a\uff0c\u4f46\u4f3a\u670d\u5668\u7121\u6cd5\u5224\u5b9a\u7528\u65bc\u7522\u751f\u6b64\u96dc\u6e4a\u7684\u6458\u8981\u6f14\u7b97\u6cd5 |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_DIGEST_70=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u6a21\u5f0f\u5099\u4efd %s\uff0c\u56e0\u70ba\u5b83\u7684\u672a\u7c3d\u7f72\u96dc\u6e4a\u4f7f\u7528\u4e0d\u660e\u6216\u4e0d\u53d7\u652f\u63f4\u4e4b %s \u7684\u6458\u8981\u6f14\u7b97\u6cd5 |
| | | SEVERE_ERR_SCHEMA_RESTORE_UNKNOWN_MAC_71=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u6a21\u5f0f\u5099\u4efd %s\uff0c\u56e0\u70ba\u6b64\u5099\u4efd\u6709\u53ef\u7528\u7684\u7c3d\u7f72\u96dc\u6e4a\uff0c\u4f46\u4f3a\u670d\u5668\u7121\u6cd5\u5224\u5b9a\u7528\u65bc\u7522\u751f\u6b64\u96dc\u6e4a\u7684 MAC \u6f14\u7b97\u6cd5 |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_MAC_72=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u6a21\u5f0f\u5099\u4efd %s\uff0c\u56e0\u70ba\u5b83\u7684\u7c3d\u7f72\u96dc\u6e4a\u4f7f\u7528\u4e0d\u660e\u6216\u4e0d\u53d7\u652f\u63f4\u4e4b %s \u7684 MAC \u6f14\u7b97\u6cd5 |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_OPEN_BACKUP_FILE_73=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u6a21\u5f0f\u5099\u4efd %s\uff0c\u56e0\u70ba\u5728\u5617\u8a66\u958b\u555f\u5099\u4efd\u6b78\u6a94\u6a94\u6848 %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_CIPHER_75=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u6a21\u5f0f\u5099\u4efd %s\uff0c\u56e0\u70ba\u5b83\u662f\u4f7f\u7528\u4e0d\u660e\u6216\u4e0d\u53d7\u652f\u63f4\u7684\u5bc6\u78bc\u9032\u884c\u52a0\u5bc6: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_RENAME_CURRENT_DIRECTORY_76=\u7121\u6cd5\u5fa9\u539f\u6a21\u5f0f\u5099\u4efd %s\uff0c\u56e0\u70ba\u5728\u5617\u8a66\u5c07\u76ee\u524d\u7684\u6a21\u5f0f\u76ee\u9304\u7531 %s \u91cd\u65b0\u547d\u540d\u70ba %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | NOTICE_SCHEMA_RESTORE_RESTORED_OLD_SCHEMA_77=\u767c\u751f\u4e86\u4f7f\u6a21\u5f0f\u5099\u4efd\u7121\u6cd5\u6b63\u78ba\u5fa9\u539f\u7684\u932f\u8aa4\u3002\u4f46\u662f\uff0c\u5728\u5fa9\u539f\u7a0b\u5e8f\u555f\u52d5\u524d\u5373\u5df2\u5c31\u7dd2\u7684\u539f\u59cb\u6a21\u5f0f\u6a94\u6848\u5df2\u4fdd\u7559\u4e0b\u4f86\uff0c\u800c\u4e14\u76ee\u524d\u4f4d\u65bc\u5176\u539f\u59cb\u4f4d\u7f6e %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_RESTORE_OLD_SCHEMA_78=\u767c\u751f\u4e86\u4f7f\u6a21\u5f0f\u5099\u4efd\u7121\u6cd5\u6b63\u78ba\u5fa9\u539f\u7684\u932f\u8aa4\u3002\u5728\u5fa9\u539f\u7a0b\u5e8f\u555f\u52d5\u524d\u5373\u5df2\u5c31\u7dd2\u7684\u539f\u59cb\u6a21\u5f0f\u6a94\u6848\u5df2\u4fdd\u7559\u4e0b\u4f86\uff0c\u800c\u4e14\u5305\u542b\u5728 %s \u76ee\u9304\u4e2d |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_CREATE_SCHEMA_DIRECTORY_79=\u7121\u6cd5\u5fa9\u539f\u6a21\u5f0f\u5099\u4efd %s\uff0c\u56e0\u70ba\u5617\u8a66\u5728\u6a94\u6848\u5fa9\u539f\u8655\u5efa\u7acb\u65b0\u7684\u7a7a\u76ee\u9304 %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_OLD_SCHEMA_SAVED_80=\u767c\u751f\u4e86\u4f7f\u6a21\u5f0f\u5099\u4efd\u7121\u6cd5\u6b63\u78ba\u5fa9\u539f\u7684\u932f\u8aa4\u3002\u5728\u5fa9\u539f\u7a0b\u5e8f\u555f\u52d5\u524d\u5373\u5df2\u5c31\u7dd2\u7684\u539f\u59cb\u6a21\u5f0f\u6a94\u6848\u5df2\u4fdd\u7559\u5728 %s \u76ee\u9304\u4e2d |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_ZIP_ENTRY_81=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u6a21\u5f0f\u5099\u4efd %s\uff0c\u56e0\u70ba\u5728\u5617\u8a66\u8b80\u53d6\u6b78\u6a94\u6a94\u6848 %s \u4e2d\u7684\u4e0b\u4e00\u500b\u9805\u76ee\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_CREATE_FILE_82=\u7121\u6cd5\u5fa9\u539f\u6a21\u5f0f\u5099\u4efd %s\uff0c\u56e0\u70ba\u5728\u5617\u8a66\u91cd\u65b0\u5efa\u7acb\u6a94\u6848 %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_PROCESS_ARCHIVE_FILE_83=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u6a21\u5f0f\u5099\u4efd %s\uff0c\u56e0\u70ba\u5728\u8655\u7406\u6b78\u6a94\u6a94\u6848 %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_ERROR_ON_ZIP_STREAM_CLOSE_84=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u6a21\u5f0f\u5099\u4efd %s\uff0c\u56e0\u70ba\u5728\u5617\u8a66\u95dc\u9589\u6b78\u6a94\u6a94\u6848 %s \u6642\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | NOTICE_SCHEMA_RESTORE_UNSIGNED_HASH_VALID_85=\u5f9e\u5099\u4efd\u6b78\u6a94\u8a08\u7b97\u800c\u4f86\u7684\u8a0a\u606f\u6458\u8981\u7b26\u5408\u8207\u5099\u4efd\u8cc7\u8a0a\u4e00\u8d77\u5132\u5b58\u7684\u6458\u8981 |
| | | SEVERE_ERR_SCHEMA_RESTORE_UNSIGNED_HASH_INVALID_86=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u6a21\u5f0f\u5099\u4efd %s\uff0c\u56e0\u70ba\u5f9e\u5099\u4efd\u6b78\u6a94\u8a08\u7b97\u800c\u4f86\u7684\u8a0a\u606f\u6458\u8981\u4e0d\u7b26\u5408\u8207\u5099\u4efd\u8cc7\u8a0a\u4e00\u8d77\u5132\u5b58\u7684\u6458\u8981 |
| | | NOTICE_SCHEMA_RESTORE_SIGNED_HASH_VALID_87=\u5f9e\u5099\u4efd\u6b78\u6a94\u8a08\u7b97\u800c\u4f86\u7684\u7c3d\u7f72\u6458\u8981\u7b26\u5408\u8207\u5099\u4efd\u8cc7\u8a0a\u4e00\u8d77\u5132\u5b58\u7684\u7c3d\u540d |
| | | SEVERE_ERR_SCHEMA_RESTORE_SIGNED_HASH_INVALID_88=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u6a21\u5f0f\u5099\u4efd %s\uff0c\u56e0\u70ba\u5f9e\u5099\u4efd\u6b78\u6a94\u8a08\u7b97\u800c\u4f86\u7684\u7c3d\u7f72\u6458\u8981\u4e0d\u7b26\u5408\u8207\u5099\u4efd\u8cc7\u8a0a\u4e00\u8d77\u5132\u5b58\u7684\u7c3d\u540d |
| | | NOTICE_SCHEMA_RESTORE_VERIFY_SUCCESSFUL_89=\u5c0d\u76ee\u9304 %2$s \u4e2d\u7684\u6a21\u5f0f\u5099\u4efd %1$s \u57f7\u884c\u7684\u6240\u6709\u6e2c\u8a66\u5747\u986f\u793a\u6b78\u6a94\u4f3c\u4e4e\u6709\u6548 |
| | | NOTICE_SCHEMA_RESTORE_SUCCESSFUL_90=\u5df2\u6210\u529f\u5f9e\u76ee\u9304 %2$s \u4e2d\u7684\u6b78\u6a94\u5fa9\u539f\u6a21\u5f0f\u5099\u4efd %1$s |
| | | SEVERE_ERR_TASK_INVALID_STATE_91=\u5728\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u4f5c\u696d\u7121\u6548\uff0c\u56e0\u70ba\u5176\u72c0\u614b %s \u7121\u6548 |
| | | SEVERE_ERR_TASK_CANNOT_PARSE_SCHEDULED_START_TIME_92=\u5617\u8a66\u5256\u6790\u4f5c\u696d\u9805\u76ee %2$s \u4e2d\u7684\u6392\u5b9a\u555f\u52d5\u6642\u9593\u503c %1$s \u6642\u767c\u751f\u932f\u8aa4 |
| | | SEVERE_ERR_TASK_CANNOT_PARSE_ACTUAL_START_TIME_93=\u5617\u8a66\u5256\u6790\u4f5c\u696d\u9805\u76ee %2$s \u4e2d\u7684\u5be6\u969b\u555f\u52d5\u6642\u9593\u503c %1$s \u6642\u767c\u751f\u932f\u8aa4 |
| | | SEVERE_ERR_TASK_CANNOT_PARSE_COMPLETION_TIME_94=\u5617\u8a66\u5256\u6790\u4f5c\u696d\u9805\u76ee %2$s \u4e2d\u7684\u5b8c\u6210\u6642\u9593\u503c %1$s \u6642\u767c\u751f\u932f\u8aa4 |
| | | SEVERE_ERR_TASK_MISSING_ATTR_95=\u4f5c\u696d\u9805\u76ee %s \u7f3a\u5c11\u5fc5\u8981\u7684\u5c6c\u6027 %s |
| | | SEVERE_ERR_TASK_MULTIPLE_ATTRS_FOR_TYPE_96=\u4f5c\u696d\u9805\u76ee %2$s \u4e2d\u6709\u591a\u500b\u5c6c\u6027 %1$s \u7684\u5be6\u4f8b |
| | | SEVERE_ERR_TASK_NO_VALUES_FOR_ATTR_97=\u4f5c\u696d\u9805\u76ee %2$s \u4e2d\u6c92\u6709\u5c6c\u6027 %1$s \u7684\u503c |
| | | SEVERE_ERR_TASK_MULTIPLE_VALUES_FOR_ATTR_98=\u4f5c\u696d\u9805\u76ee %2$s \u4e2d\u6709\u591a\u500b\u5c6c\u6027 %1$s \u7684\u503c |
| | | SEVERE_ERR_TASK_EXECUTE_FAILED_99=\u5728\u57f7\u884c\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u4f5c\u696d\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_RECURRINGTASK_NO_ID_ATTRIBUTE_100=\u63d0\u4f9b\u7684\u9031\u671f\u6027\u4f5c\u696d\u9805\u76ee\u4e0d\u5305\u542b\u4fdd\u7559\u9031\u671f\u6027\u4f5c\u696d ID \u6240\u9700\u7684\u5c6c\u6027 %s |
| | | SEVERE_ERR_RECURRINGTASK_MULTIPLE_ID_TYPES_101=\u63d0\u4f9b\u7684\u9031\u671f\u6027\u4f5c\u696d\u9805\u76ee\u5305\u542b\u591a\u500b\u5177\u6709\u985e\u578b %s \u7684\u5c6c\u6027\uff0c\u8a72\u5c6c\u6027\u7528\u65bc\u4fdd\u7559\u9031\u671f\u6027\u4f5c\u696d ID\uff0c\u4f46\u53ea\u5141\u8a31\u4e00\u500b\u5be6\u4f8b |
| | | SEVERE_ERR_RECURRINGTASK_NO_ID_102=\u63d0\u4f9b\u7684\u9031\u671f\u6027\u4f5c\u696d\u9805\u76ee\u4e0d\u5305\u542b\u4efb\u4f55\u7684 %s \u5c6c\u6027\u503c\uff0c\u8a72\u5c6c\u6027\u7528\u65bc\u6307\u5b9a\u9031\u671f\u6027\u4f5c\u696d ID |
| | | SEVERE_ERR_RECURRINGTASK_MULTIPLE_ID_VALUES_103=\u63d0\u4f9b\u7684\u9031\u671f\u6027\u4f5c\u696d\u9805\u76ee\u5305\u542b\u591a\u500b %s \u5c6c\u6027\u503c\uff0c\u8a72\u5c6c\u6027\u7528\u65bc\u6307\u5b9a\u9031\u671f\u6027\u4f5c\u696d ID\uff0c\u4f46\u53ea\u5141\u8a31\u4e00\u500b\u503c |
| | | SEVERE_ERR_RECURRINGTASK_NO_CLASS_ATTRIBUTE_104=\u63d0\u4f9b\u7684\u9031\u671f\u6027\u4f5c\u696d\u9805\u76ee\u4e0d\u5305\u542b\u5c6c\u6027 %s\uff0c\u8a72\u5c6c\u6027\u5fc5\u9808\u7528\u65bc\u6307\u5b9a\u53ef\u63d0\u4f9b\u4f5c\u696d\u908f\u8f2f\u4e4b\u985e\u5225\u7684\u5b8c\u5168\u5408\u683c\u540d\u7a31 |
| | | SEVERE_ERR_RECURRINGTASK_MULTIPLE_CLASS_TYPES_105=\u63d0\u4f9b\u7684\u9031\u671f\u6027\u4f5c\u696d\u9805\u76ee\u5305\u542b\u591a\u500b\u5177\u6709\u985e\u578b %s \u7684\u5c6c\u6027\uff0c\u8a72\u5c6c\u6027\u7528\u65bc\u4fdd\u7559\u4f5c\u696d\u985e\u5225\u540d\u7a31\uff0c\u4f46\u53ea\u5141\u8a31\u4e00\u500b\u5be6\u4f8b |
| | | SEVERE_ERR_RECURRINGTASK_NO_CLASS_VALUES_106=\u63d0\u4f9b\u7684\u9031\u671f\u6027\u4f5c\u696d\u9805\u76ee\u4e0d\u5305\u542b\u4efb\u4f55\u7684 %s \u5c6c\u6027\u503c\uff0c\u8a72\u5c6c\u6027\u7528\u65bc\u6307\u5b9a\u53ef\u63d0\u4f9b\u4f5c\u696d\u908f\u8f2f\u4e4b\u985e\u5225\u7684\u5b8c\u5168\u5408\u683c\u540d\u7a31 |
| | | SEVERE_ERR_RECURRINGTASK_MULTIPLE_CLASS_VALUES_107=\u63d0\u4f9b\u7684\u9031\u671f\u6027\u4f5c\u696d\u9805\u76ee\u5305\u542b\u591a\u500b %s \u5c6c\u6027\u503c\uff0c\u8a72\u5c6c\u6027\u7528\u65bc\u6307\u5b9a\u4f5c\u696d\u985e\u5225\u540d\u7a31\uff0c\u4f46\u53ea\u5141\u8a31\u4e00\u500b\u503c |
| | | SEVERE_ERR_RECURRINGTASK_CANNOT_LOAD_CLASS_108=\u5617\u8a66\u8f09\u5165\u985e\u5225 %s (\u6307\u5b9a\u65bc\u63d0\u4f9b\u4e4b\u9031\u671f\u6027\u4f5c\u696d\u9805\u76ee\u7684\u5c6c\u6027 %s \u4e2d) \u6642\u767c\u751f\u932f\u8aa4: %s\u3002\u6b64\u985e\u5225\u662f\u5426\u5b58\u5728\u65bc\u76ee\u9304\u4f3a\u670d\u5668\u985e\u5225\u8def\u5f91\u4e2d\uff1f |
| | | SEVERE_ERR_RECURRINGTASK_CANNOT_INSTANTIATE_CLASS_AS_TASK_109=\u5617\u8a66\u5efa\u7acb\u985e\u5225 %s \u7684\u5be6\u4f8b\u4f5c\u70ba\u76ee\u9304\u4f3a\u670d\u5668\u4f5c\u696d\u6642\u767c\u751f\u932f\u8aa4\u3002\u6b64\u985e\u5225\u662f\u5426\u70ba %s \u7684\u5b50\u985e\u5225\uff1f |
| | | SEVERE_ERR_RECURRINGTASK_CANNOT_INITIALIZE_INTERNAL_110=\u5617\u8a66\u5229\u7528\u6240\u63d0\u4f9b\u9805\u76ee\u5167\u542b\u7684\u8cc7\u8a0a\uff0c\u5c0d\u985e\u5225 %s \u7684\u5be6\u4f8b\u57f7\u884c\u5167\u90e8\u521d\u59cb\u5316\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_TASKBE_CONFIG_ENTRY_NULL_111=\u5728\u5617\u8a66\u521d\u59cb\u5316\u4f5c\u696d\u5f8c\u7aef\u6642\u63d0\u4f9b\u7684\u914d\u7f6e\u9805\u76ee\u70ba\u7a7a\u503c |
| | | SEVERE_ERR_TASKBE_NO_BASE_DNS_112=\u4f5c\u696d\u5f8c\u7aef\u914d\u7f6e\u9805\u76ee\u4e0d\u5305\u542b\u4efb\u4f55\u57fa\u5e95 DN\u3002\u76ee\u9304\u4f3a\u670d\u5668\u4e2d\u7684\u4f5c\u696d\u8cc7\u8a0a\u5fc5\u9808\u6b63\u597d\u6709\u4e00\u500b\u57fa\u5e95 DN |
| | | SEVERE_ERR_TASKBE_MULTIPLE_BASE_DNS_113=\u4f5c\u696d\u5f8c\u7aef\u914d\u7f6e\u9805\u76ee\u5305\u542b\u591a\u500b\u57fa\u5e95 DN\u3002\u76ee\u9304\u4f3a\u670d\u5668\u4e2d\u7684\u4f5c\u696d\u8cc7\u8a0a\u5fc5\u9808\u6b63\u597d\u6709\u4e00\u500b\u57fa\u5e95 DN |
| | | SEVERE_ERR_TASKBE_CANNOT_DECODE_RECURRING_TASK_BASE_DN_114=\u5617\u8a66\u5c07\u9031\u671f\u6027\u4f5c\u696d\u57fa\u5e95 %s \u89e3\u78bc\u70ba DN \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_TASKBE_CANNOT_DECODE_SCHEDULED_TASK_BASE_DN_115=\u5617\u8a66\u5c07\u6392\u5b9a\u7684\u4f5c\u696d\u57fa\u5e95 %s \u89e3\u78bc\u70ba DN \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | INFO_TASKBE_DESCRIPTION_RETENTION_TIME_116=\u5728\u5b8c\u6210\u8a72\u4f5c\u696d\u7684\u8655\u7406\u7a0b\u5e8f\u5f8c\uff0c\u8a72\u4f5c\u696d\u8cc7\u8a0a\u6240\u61c9\u4fdd\u7559\u7684\u6642\u9593\u9577\u5ea6 (\u4ee5\u79d2\u70ba\u55ae\u4f4d)\u4e00\u65e6\u7d93\u904e\u9019\u6bb5\u671f\u9593\uff0c\u5c31\u6703\u81ea\u52d5\u79fb\u9664\u4f5c\u696d\u8cc7\u8a0a\uff0c\u4ee5\u7bc0\u7701\u8a18\u61b6\u9ad4\u8207\u78c1\u789f\u7a7a\u9593 |
| | | SEVERE_ERR_TASKBE_CANNOT_INITIALIZE_RETENTION_TIME_117=\u5617\u8a66\u521d\u59cb\u5316\u4f5c\u696d\u4fdd\u7559\u6642\u9593\u914d\u7f6e\u6642\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | INFO_TASKBE_DESCRIPTION_BACKING_FILE_118=\u4f5c\u696d\u5f8c\u7aef\u7684\u80cc\u666f\u6a94\u6848\u8def\u5f91\u3002\u6b64 LDIF \u6a94\u6848\u5c07\u4fdd\u7559\u6240\u5b9a\u7fa9\u4e4b\u6392\u5b9a\u4f5c\u696d\u8207\u9031\u671f\u6027\u4f5c\u696d\u7684\u6240\u6709\u914d\u7f6e |
| | | SEVERE_ERR_TASKBE_CANNOT_INITIALIZE_BACKING_FILE_119=\u5617\u8a66\u521d\u59cb\u5316\u4f5c\u696d\u80cc\u666f\u6a94\u6848\u914d\u7f6e\u6642\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | SEVERE_ERR_TASKBE_NO_BACKING_FILE_120=\u66f4\u65b0\u5f8c\u7684\u914d\u7f6e\u9805\u76ee\u6c92\u6709\u5fc5\u8981 %s \u5c6c\u6027\u7684\u503c\uff0c\u8a72\u5c6c\u6027\u6307\u5b9a\u4f5c\u696d\u8cc7\u6599\u80cc\u666f\u6a94\u6848\u7684\u8def\u5f91 |
| | | SEVERE_ERR_TASKBE_BACKING_FILE_EXISTS_121=\u6307\u5b9a\u7684\u4f5c\u696d\u8cc7\u6599\u80cc\u666f\u6a94\u6848 %s \u5df2\u7d93\u5b58\u5728\uff0c\u76ee\u9304\u4f3a\u670d\u5668\u5c07\u4e0d\u6703\u5617\u8a66\u4e88\u4ee5\u8986\u5beb\u3002\u5728\u5617\u8a66\u5c07\u8a72\u8def\u5f91\u7528\u65bc\u65b0\u80cc\u666f\u6a94\u6848\u524d\uff0c\u8acb\u5148\u522a\u9664\u6216\u91cd\u65b0\u547d\u540d\u73fe\u6709\u7684\u6a94\u6848\uff0c\u6216\u9078\u64c7\u65b0\u7684\u8def\u5f91 |
| | | SEVERE_ERR_TASKBE_INVALID_BACKING_FILE_PATH_122=\u65b0\u4f5c\u696d\u8cc7\u6599\u80cc\u666f\u6a94\u6848\u7684\u6307\u5b9a\u8def\u5f91 %s \u4f3c\u4e4e\u662f\u7121\u6548\u7684\u8def\u5f91\u3002\u8acb\u9078\u64c7\u4f5c\u696d\u8cc7\u6599\u80cc\u666f\u6a94\u6848\u7684\u65b0\u8def\u5f91 |
| | | SEVERE_ERR_TASKBE_BACKING_FILE_MISSING_PARENT_123=\u65b0\u4f5c\u696d\u8cc7\u6599\u80cc\u666f\u6a94\u6848 %2$s \u7684\u7236\u7cfb\u76ee\u9304 %1$s \u4e0d\u5b58\u5728\u3002\u5728\u5617\u8a66\u5c07\u6b64\u8def\u5f91\u7528\u65bc\u65b0\u80cc\u666f\u6a94\u6848\u524d\uff0c\u8acb\u5148\u5efa\u7acb\u6b64\u76ee\u9304\uff0c\u6216\u9078\u64c7\u65b0\u7684\u8def\u5f91 |
| | | SEVERE_ERR_TASKBE_BACKING_FILE_PARENT_NOT_DIRECTORY_124=\u65b0\u4f5c\u696d\u8cc7\u6599\u80cc\u666f\u6a94\u6848 %2$s \u7684\u7236\u7cfb\u76ee\u9304 %1$s \u5b58\u5728\uff0c\u4f46\u4e26\u4e0d\u662f\u76ee\u9304\u3002\u8acb\u9078\u64c7\u4f5c\u696d\u8cc7\u6599\u80cc\u666f\u6a94\u6848\u7684\u65b0\u8def\u5f91 |
| | | SEVERE_ERR_TASKBE_ERROR_GETTING_BACKING_FILE_125=\u5617\u8a66\u5224\u5b9a\u4f5c\u696d\u8cc7\u6599\u80cc\u666f\u6a94\u6848\u7684\u65b0\u8def\u5f91\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_TASKBE_NO_RETENTION_TIME_126=\u66f4\u65b0\u5f8c\u7684\u914d\u7f6e\u9805\u76ee\u6c92\u6709\u5fc5\u8981 %s \u5c6c\u6027\u7684\u503c\uff0c\u8a72\u5c6c\u6027\u6307\u5b9a\u5df2\u5b8c\u6210\u4f5c\u696d\u76f8\u95dc\u8cc7\u8a0a\u5728\u6e05\u9664\u524d\u6240\u61c9\u4fdd\u7559\u7684\u6642\u9593\u9577\u5ea6 (\u4ee5\u79d2\u70ba\u55ae\u4f4d) |
| | | SEVERE_ERR_TASKBE_ERROR_GETTING_RETENTION_TIME_127=\u5617\u8a66\u5224\u5b9a\u5df2\u5b8c\u6210\u4f5c\u696d\u7684\u4fdd\u7559\u6642\u9593\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | INFO_TASKBE_UPDATED_RETENTION_TIME_128=\u5df2\u5b8c\u6210\u4f5c\u696d\u7684\u4fdd\u7559\u6642\u9593\u5df2\u66f4\u65b0\u70ba %d \u79d2\u3002\u9019\u6703\u7acb\u5373\u751f\u6548 |
| | | INFO_TASKBE_UPDATED_BACKING_FILE_129=\u4f5c\u696d\u8cc7\u6599\u80cc\u666f\u6a94\u6848\u7684\u8def\u5f91\u5df2\u8b8a\u66f4\u70ba %s\u3002\u76ee\u524d\u4f5c\u696d\u914d\u7f6e\u7684\u5feb\u7167\u5df2\u5beb\u5165\u81f3\u8a72\u6a94\u6848\uff0c\u800c\u4e14\u5c07\u7e7c\u7e8c\u7528\u65bc\u672a\u4f86\u7684\u66f4\u65b0 |
| | | SEVERE_ERR_TASKBE_ADD_DISALLOWED_DN_130=\u4f5c\u696d\u5f8c\u7aef\u4e2d\u7684\u65b0\u9805\u76ee\u53ea\u80fd\u76f4\u63a5\u589e\u52a0\u65bc\u6392\u5b9a\u4f5c\u696d\u7684 %s \u4e4b\u4e0b\u6216\u9031\u671f\u6027\u4f5c\u696d\u7684 %s \u4e4b\u4e0b |
| | | SEVERE_ERR_TASKBE_MODIFY_DN_NOT_SUPPORTED_131=\u4f5c\u696d\u5f8c\u7aef\u4e0d\u652f\u63f4\u4fee\u6539 DN \u4f5c\u696d |
| | | INFO_TASKBE_BACKING_FILE_HEADER_132=\u6b64\u6a94\u6848\u5305\u542b\u76ee\u9304\u4f3a\u670d\u5668\u4f5c\u696d\u6392\u7a0b\u7a0b\u5f0f\u5f8c\u7aef\u6240\u4f7f\u7528\u7684\u8cc7\u6599\u3002\u8acb\u52ff\u76f4\u63a5\u7de8\u8f2f\u6b64\u6a94\u6848\uff0c\u56e0\u70ba\u9019\u4e9b\u8b8a\u66f4\u6709\u53ef\u80fd\u6703\u907a\u5931\u3002\u53ea\u80fd\u4f7f\u7528\u76ee\u9304\u4f3a\u670d\u5668\u96a8\u9644\u7684\u7ba1\u7406\u516c\u7528\u7a0b\u5f0f\u4f86\u7de8\u8f2f\u6392\u5b9a\u7684\u8207\u9031\u671f\u6027\u7684\u4f5c\u696d\u5b9a\u7fa9 |
| | | SEVERE_ERR_TASKSCHED_DUPLICATE_RECURRING_ID_133=\u7121\u6cd5\u5c07\u9031\u671f\u6027\u4f5c\u696d %s \u589e\u52a0\u81f3\u4f5c\u696d\u6392\u7a0b\u7a0b\u5f0f\uff0c\u56e0\u70ba\u5df2\u7d93\u5b58\u5728\u5177\u6709\u76f8\u540c ID \u7684\u5176\u4ed6\u9031\u671f\u6027\u4f5c\u696d |
| | | SEVERE_ERR_TASKSCHED_DUPLICATE_TASK_ID_134=\u7121\u6cd5\u6392\u7a0b\u4f5c\u696d %s\uff0c\u56e0\u70ba\u5df2\u7d93\u6709\u76f8\u540c ID \u7684\u5176\u4ed6\u4f5c\u696d\u5b58\u5728 |
| | | SEVERE_ERR_TASKSCHED_CANNOT_FIND_RECURRING_TASK_135=\u4f5c\u696d %s \u5df2\u5b8c\u6210\u8655\u7406\u4e26\u6307\u51fa\u5b83\u8207\u9031\u671f\u6027\u4f5c\u696d %s \u76f8\u95dc\u806f\uff0c\u4f46\u76ee\u524d\u4e26\u672a\u5b9a\u7fa9\u5177\u6709\u8a72 ID \u7684\u9031\u671f\u6027\u4f5c\u696d\uff0c\u6240\u4ee5\u7121\u6cd5\u6392\u7a0b\u4e0b\u4e00\u6b21\u91cd\u8907\u904b\u7b97 |
| | | SEVERE_ERR_TASKSCHED_ERROR_SCHEDULING_RECURRING_ITERATION_136=\u5617\u8a66\u6392\u7a0b\u9031\u671f\u6027\u4f5c\u696d %s \u7684\u4e0b\u4e00\u6b21\u91cd\u8907\u904b\u7b97\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_TASKSCHED_CANNOT_PARSE_ENTRY_RECOVERABLE_137=\u5617\u8a66\u5f9e\u4f4d\u65bc\u6216\u9760\u8fd1\u884c %2$d \u7684\u4f5c\u696d\u80cc\u666f\u6a94\u6848 %1$s \u8b80\u53d6\u9805\u76ee\u6642\u767c\u751f\u932f\u8aa4: %3$s\u3002\u9019\u4e26\u975e\u56b4\u91cd\u932f\u8aa4\uff0c\u6240\u4ee5\u4f5c\u696d\u6392\u7a0b\u7a0b\u5f0f\u6703\u5617\u8a66\u7e7c\u7e8c\u5256\u6790\u6a94\u6848\u4e26\u6392\u7a0b\u5176\u5167\u542b\u7684\u4efb\u4f55\u5176\u4ed6\u4f5c\u696d |
| | | FATAL_ERR_TASKSCHED_CANNOT_PARSE_ENTRY_FATAL_138=\u5617\u8a66\u5f9e\u4f4d\u65bc\u6216\u9760\u8fd1\u884c %2$d \u7684\u4f5c\u696d\u80cc\u666f\u6a94\u6848 %1$s \u8b80\u53d6\u9805\u76ee\u6642\u767c\u751f\u932f\u8aa4: %3$s\u3002\u9019\u500b\u932f\u8aa4\u7121\u6cd5\u56de\u5fa9\uff0c\u7121\u6cd5\u7e7c\u7e8c\u9032\u884c\u5256\u6790 |
| | | SEVERE_ERR_TASKSCHED_ENTRY_HAS_NO_PARENT_139=\u5f9e\u4f5c\u696d\u80cc\u666f\u6a94\u6848\u8b80\u53d6\u7684\u9805\u76ee %s \u7121\u6548\uff0c\u56e0\u70ba\u8a72\u9805\u76ee\u6c92\u6709\u7236\u7cfb\u4e14\u4e0d\u7b26\u5408 %s \u7684\u4f5c\u696d\u6839 DN |
| | | SEVERE_ERR_TASKSCHED_CANNOT_SCHEDULE_RECURRING_TASK_FROM_ENTRY_140=\u5617\u8a66\u5c07\u9805\u76ee %s \u5256\u6790\u70ba\u9031\u671f\u6027\u4f5c\u696d\u4e26\u5c07\u5b83\u589e\u52a0\u81f3\u6392\u7a0b\u7a0b\u5f0f\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_TASKSCHED_CANNOT_SCHEDULE_TASK_FROM_ENTRY_141=\u5617\u8a66\u5c07\u9805\u76ee %s \u5256\u6790\u70ba\u4f5c\u696d\u4e26\u5c07\u5b83\u589e\u52a0\u81f3\u6392\u7a0b\u7a0b\u5f0f\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_TASKSCHED_INVALID_TASK_ENTRY_DN_142=\u9805\u76ee %s (\u8b80\u53d6\u81ea\u4f5c\u696d\u80cc\u666f\u6a94\u6848 %s) \u5177\u6709\u7684 DN\uff0c\u5c0d\u65bc\u4f5c\u696d\u6216\u9031\u671f\u6027\u4f5c\u696d\u5b9a\u7fa9\u800c\u8a00\u7121\u6548\u4e14\u5c07\u6703\u88ab\u5ffd\u7565 |
| | | SEVERE_ERR_TASKSCHED_ERROR_READING_TASK_BACKING_FILE_143=\u5617\u8a66\u5f9e\u4f5c\u696d\u8cc7\u6599\u80cc\u666f\u6a94\u6848 %s \u8b80\u53d6\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_TASKSCHED_CANNOT_CREATE_BACKING_FILE_144=\u5617\u8a66\u5efa\u7acb\u65b0\u4f5c\u696d\u80cc\u666f\u6a94\u6848 %s \u4ee5\u4f9b\u4f5c\u696d\u6392\u7a0b\u7a0b\u5f0f\u4f7f\u7528\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_TASKSCHED_NO_CLASS_ATTRIBUTE_145=\u63d0\u4f9b\u7684\u4f5c\u696d\u9805\u76ee\u4e0d\u5305\u542b\u5c6c\u6027 %s\uff0c\u8a72\u5c6c\u6027\u5fc5\u9808\u7528\u65bc\u6307\u5b9a\u53ef\u63d0\u4f9b\u4f5c\u696d\u908f\u8f2f\u4e4b\u985e\u5225\u7684\u5b8c\u5168\u5408\u683c\u540d\u7a31 |
| | | SEVERE_ERR_TASKSCHED_MULTIPLE_CLASS_TYPES_146=\u63d0\u4f9b\u7684\u4f5c\u696d\u9805\u76ee\u5305\u542b\u591a\u500b\u5177\u6709\u985e\u578b %s \u7684\u5c6c\u6027\uff0c\u8a72\u5c6c\u6027\u7528\u65bc\u4fdd\u7559\u4f5c\u696d\u985e\u5225\u540d\u7a31\uff0c\u4f46\u53ea\u5141\u8a31\u4e00\u500b\u5be6\u4f8b |
| | | SEVERE_ERR_TASKSCHED_NO_CLASS_VALUES_147=\u63d0\u4f9b\u7684\u4f5c\u696d\u9805\u76ee\u4e0d\u5305\u542b\u4efb\u4f55\u7684 %s \u5c6c\u6027\u503c\uff0c\u8a72\u5c6c\u6027\u7528\u65bc\u6307\u5b9a\u53ef\u63d0\u4f9b\u4f5c\u696d\u908f\u8f2f\u4e4b\u985e\u5225\u7684\u5b8c\u5168\u5408\u683c\u540d\u7a31 |
| | | SEVERE_ERR_TASKSCHED_MULTIPLE_CLASS_VALUES_148=\u63d0\u4f9b\u7684\u4f5c\u696d\u9805\u76ee\u5305\u542b\u591a\u500b %s \u5c6c\u6027\u503c\uff0c\u8a72\u5c6c\u6027\u7528\u65bc\u6307\u5b9a\u4f5c\u696d\u985e\u5225\u540d\u7a31\uff0c\u4f46\u53ea\u5141\u8a31\u4e00\u500b\u503c |
| | | SEVERE_ERR_TASKSCHED_CANNOT_LOAD_CLASS_149=\u5617\u8a66\u8f09\u5165\u985e\u5225 %s (\u6307\u5b9a\u65bc\u63d0\u4f9b\u4e4b\u4f5c\u696d\u9805\u76ee\u7684\u5c6c\u6027 %s \u4e2d) \u6642\u767c\u751f\u932f\u8aa4: %s\u3002\u6b64\u985e\u5225\u662f\u5426\u5b58\u5728\u65bc\u76ee\u9304\u4f3a\u670d\u5668\u985e\u5225\u8def\u5f91\u4e2d\uff1f |
| | | SEVERE_ERR_TASKSCHED_CANNOT_INSTANTIATE_CLASS_AS_TASK_150=\u5617\u8a66\u5efa\u7acb\u985e\u5225 %s \u7684\u5be6\u4f8b\u4f5c\u70ba\u76ee\u9304\u4f3a\u670d\u5668\u4f5c\u696d\u6642\u767c\u751f\u932f\u8aa4\u3002\u6b64\u985e\u5225\u662f\u5426\u70ba %s \u7684\u5b50\u985e\u5225\uff1f |
| | | SEVERE_ERR_TASKSCHED_CANNOT_INITIALIZE_INTERNAL_151=\u5617\u8a66\u5229\u7528\u6240\u63d0\u4f9b\u9805\u76ee\u5167\u542b\u7684\u8cc7\u8a0a\uff0c\u5c0d\u985e\u5225 %s \u7684\u5be6\u4f8b\u57f7\u884c\u5167\u90e8\u521d\u59cb\u5316\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_WARN_TASKSCHED_CANNOT_RENAME_CURRENT_BACKING_FILE_152=\u5617\u8a66\u5c07\u76ee\u524d\u7684\u4f5c\u696d\u80cc\u666f\u6a94\u6848\u7531 %s \u91cd\u65b0\u547d\u540d\u70ba %s \u6642\u767c\u751f\u932f\u8aa4: %s\u3002\u5148\u524d\u7684\u4f5c\u696d\u914d\u7f6e (\u4e26\u672a\u53cd\u6620\u6700\u8fd1\u7684\u66f4\u65b0\u5167\u5bb9) \u53ef\u80fd\u5df2\u907a\u5931 |
| | | SEVERE_ERR_TASKSCHED_CANNOT_RENAME_NEW_BACKING_FILE_153=\u5617\u8a66\u5c07\u65b0\u7684\u4f5c\u696d\u80cc\u666f\u6a94\u6848\u7531 %s \u91cd\u65b0\u547d\u540d\u70ba %s \u6642\u767c\u751f\u932f\u8aa4: %s\u3002\u5982\u679c\u5df2\u91cd\u65b0\u555f\u52d5\u76ee\u9304\u4f3a\u670d\u5668\uff0c\u5247\u4f5c\u696d\u6392\u7a0b\u7a0b\u5f0f\u53ef\u80fd\u7121\u6cd5 |
| | | SEVERE_ERR_TASKSCHED_CANNOT_WRITE_BACKING_FILE_154=\u5617\u8a66\u5beb\u5165\u65b0\u4f5c\u696d\u8cc7\u6599\u80cc\u666f\u6a94\u6848 %s \u6642\u767c\u751f\u932f\u8aa4: %s\u3002\u53cd\u6620\u6700\u8fd1\u66f4\u65b0\u5167\u5bb9\u7684\u914d\u7f6e\u8cc7\u8a0a\u53ef\u80fd\u5df2\u907a\u5931 |
| | | SEVERE_ERR_TASKBE_IMPORT_NOT_SUPPORTED_155=\u4f5c\u696d\u5f8c\u7aef\u4e0d\u652f\u63f4 LDIF \u532f\u5165\u4f5c\u696d |
| | | INFO_TASKBE_INTERRUPTED_BY_SHUTDOWN_156=\u4f5c\u696d\u5f8c\u7aef\u95dc\u9589\u4e2d |
| | | INFO_ROOTDSE_DESCRIPTION_SHOW_ALL_ATTRIBUTES_157=\u8868\u793a\u4e0d\u8ad6\u76ee\u9304\u4f3a\u670d\u5668\u6a21\u5f0f\u914d\u7f6e\u70ba\u4f55\uff0c\u662f\u5426\u61c9\u5982\u540c\u4f7f\u7528\u8005\u5c6c\u6027\u4e00\u6a23\u770b\u5f85 Root DSE \u4e2d\u7684\u6240\u6709\u5c6c\u6027 (\u56e0\u6b64\u6703\u4f9d\u9810\u8a2d\u50b3\u56de\u81f3\u7528\u6236\u7aef) |
| | | SEVERE_ERR_ROOTDSE_CANNOT_DETERMINE_ALL_USER_ATTRIBUTES_158=\u5617\u8a66\u5224\u5b9a %s \u914d\u7f6e\u5c6c\u6027 (\u53ef\u63a7\u5236\u662f\u5426\u5c07\u6240\u6709\u7684 Root DSE \u5c6c\u6027\u7576\u4f5c\u4f7f\u7528\u8005\u5c6c\u6027\u4e00\u6a23\u770b\u5f85) \u7684\u503c\u6642\u767c\u751f\u932f\u8aa4: %s\u3002Root DSE \u7684\u5c6c\u6027\u6703\u6839\u64da\u5176\u5728\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u7684\u5b9a\u7fa9\u4f86\u770b\u5f85 |
| | | INFO_ROOTDSE_UPDATED_SHOW_ALL_ATTRS_159=Root DSE \u914d\u7f6e\u5df2\u66f4\u65b0\uff0c\u6240\u4ee5\u914d\u7f6e\u5c6c\u6027 %s \u73fe\u5728\u5373\u53ef\u4f7f\u7528\u503c %s |
| | | SEVERE_ERR_TASKSCHED_REMOVE_RECURRING_EXISTING_ITERATION_160=\u7121\u6cd5\u79fb\u9664\u9031\u671f\u6027\u4f5c\u696d %s\uff0c\u56e0\u70ba\u8a72\u4f5c\u696d\u5df2\u7d93\u6709 ID \u70ba %s \u7684\u6392\u5b9a\u91cd\u8907\u904b\u7b97\uff0c\u800c\u4e14\u8a72\u91cd\u8907\u904b\u7b97\u5fc5\u9808\u5148\u884c\u79fb\u9664 |
| | | SEVERE_ERR_TASKSCHED_REMOVE_PENDING_NO_SUCH_TASK_161=\u7121\u6cd5\u79fb\u9664\u64f1\u7f6e\u4f5c\u696d %s\uff0c\u56e0\u70ba\u4e0d\u5b58\u5728\u6b64\u7a2e\u4f5c\u696d |
| | | SEVERE_ERR_TASKSCHED_REMOVE_PENDING_NOT_PENDING_162=\u7121\u6cd5\u79fb\u9664\u64f1\u7f6e\u4f5c\u696d %s\uff0c\u56e0\u70ba\u6b64\u4f5c\u696d\u4e0d\u518d\u64f1\u7f6e |
| | | SEVERE_ERR_TASKSCHED_REMOVE_COMPLETED_NO_SUCH_TASK_163=\u7121\u6cd5\u79fb\u9664\u5df2\u5b8c\u6210\u7684\u4f5c\u696d %s\uff0c\u56e0\u70ba\u5df2\u5b8c\u6210\u7684\u4f5c\u696d\u6e05\u55ae\u4e2d\u6c92\u6709\u6b64\u4f5c\u696d\u5b58\u5728 |
| | | SEVERE_ERR_TASKBE_DELETE_INVALID_ENTRY_164=\u7121\u6cd5\u5f9e\u4f5c\u696d\u5f8c\u7aef\u4e2d\u79fb\u9664\u9805\u76ee %s\uff0c\u56e0\u70ba\u5176 DN \u4e0d\u9069\u5408\u65bc\u8a72\u5f8c\u7aef\uff0c\u6216\u4e0d\u5728\u6392\u5b9a\u6216\u9031\u671f\u6027\u4f5c\u696d\u57fa\u5e95\u9805\u76ee\u4e4b\u4e0b |
| | | SEVERE_ERR_TASKBE_DELETE_NO_SUCH_TASK_165=\u7121\u6cd5\u5f9e\u4f5c\u696d\u5f8c\u7aef\u4e2d\u79fb\u9664\u9805\u76ee %s\uff0c\u56e0\u70ba\u8a72\u9805\u76ee DN \u6c92\u6709\u76f8\u95dc\u806f\u7684\u6392\u5b9a\u4f5c\u696d |
| | | SEVERE_ERR_TASKBE_DELETE_RUNNING_166=\u7121\u6cd5\u5f9e\u4f5c\u696d\u5f8c\u7aef\u4e2d\u522a\u9664\u9805\u76ee %s\uff0c\u56e0\u70ba\u76f8\u95dc\u806f\u7684\u4f5c\u696d\u76ee\u524d\u6b63\u5728\u57f7\u884c\u4e2d |
| | | SEVERE_ERR_TASKBE_DELETE_NO_SUCH_RECURRING_TASK_167=\u7121\u6cd5\u5f9e\u4f5c\u696d\u5f8c\u7aef\u4e2d\u79fb\u9664\u9805\u76ee %s\uff0c\u56e0\u70ba\u8a72\u9805\u76ee DN \u6c92\u6709\u76f8\u95dc\u806f\u7684\u9031\u671f\u6027\u4f5c\u696d |
| | | SEVERE_ERR_TASKBE_SEARCH_INVALID_BASE_168=\u7121\u6cd5\u5728\u4f5c\u696d\u5f8c\u7aef\u4e2d\u8655\u7406\u641c\u5c0b\u4f5c\u696d\uff0c\u56e0\u70ba\u6240\u63d0\u4f9b\u7684\u57fa\u5e95 DN %s \u5c0d\u65bc\u4f5c\u696d\u5f8c\u7aef\u4e2d\u7684\u9805\u76ee\u800c\u8a00\u7121\u6548 |
| | | SEVERE_ERR_TASKBE_SEARCH_NO_SUCH_TASK_169=\u7121\u6cd5\u5728\u4f5c\u696d\u5f8c\u7aef\u4e2d\u8655\u7406\u641c\u5c0b\u4f5c\u696d\uff0c\u56e0\u70ba\u6240\u63d0\u4f9b\u7684\u641c\u5c0b\u57fa\u5e95\u9805\u76ee %s \u6c92\u6709\u76f8\u95dc\u806f\u7684\u6392\u5b9a\u4f5c\u696d |
| | | SEVERE_ERR_TASKBE_SEARCH_NO_SUCH_RECURRING_TASK_170=\u7121\u6cd5\u5728\u4f5c\u696d\u5f8c\u7aef\u4e2d\u8655\u7406\u641c\u5c0b\u4f5c\u696d\uff0c\u56e0\u70ba\u6240\u63d0\u4f9b\u7684\u641c\u5c0b\u57fa\u5e95\u9805\u76ee %s \u6c92\u6709\u76f8\u95dc\u806f\u7684\u9031\u671f\u6027\u4f5c\u696d |
| | | SEVERE_ERR_BACKUP_CONFIG_ENTRY_NULL_171=\u7121\u6cd5\u521d\u59cb\u5316\u5099\u4efd\u5f8c\u7aef\uff0c\u56e0\u70ba\u6240\u63d0\u4f9b\u7684\u914d\u7f6e\u9805\u76ee\u70ba\u7a7a\u503c |
| | | SEVERE_ERR_BACKUP_CANNOT_DECODE_BACKUP_ROOT_DN_172=\u7121\u6cd5\u521d\u59cb\u5316\u5099\u4efd\u5f8c\u7aef\uff0c\u56e0\u70ba\u5728\u5617\u8a66\u89e3\u78bc\u5f8c\u7aef\u7684\u57fa\u5e95 DN \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | INFO_BACKUP_DESCRIPTION_BACKUP_DIR_LIST_173=\u5099\u4efd\u5f8c\u7aef\u4e2d\u7684\u641c\u5c0b\u4f5c\u696d\u9810\u8a2d\u8981\u5b58\u53d6\u7684\u76ee\u9304\u96c6\u3002\u76f4\u63a5\u5728\u641c\u5c0b\u57fa\u5e95 DN \u4e2d\u6307\u5b9a\u5099\u4efd\u76ee\u9304\uff0c\u4ecd\u53ef\u5b58\u53d6\u4e0d\u5728\u6b64\u6e05\u55ae\u4e2d\u7684\u5099\u4efd\u76ee\u9304\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_BACKUP_CANNOT_DETERMINE_BACKUP_DIR_LIST_174=\u5617\u8a66\u5224\u5b9a\u5f8c\u7aef\u76ee\u9304\u6e05\u55ae\u6642\u767c\u751f\u932f\u8aa4: %s\u3002\u7121\u6cd5\u7e7c\u7e8c\u5099\u4efd\u5f8c\u7aef\u7684\u521d\u59cb\u5316\u4f5c\u696d |
| | | SEVERE_ERR_BACKUP_GET_ENTRY_NULL_175=\u7121\u6cd5\u5f9e\u5099\u4efd\u5f8c\u7aef\u64f7\u53d6\u9805\u76ee\uff0c\u56e0\u70ba\u8acb\u6c42\u7684\u9805\u76ee\u70ba\u7a7a\u503c |
| | | SEVERE_ERR_BACKUP_INVALID_BASE_176=\u8acb\u6c42\u7684\u9805\u76ee %s \u4e0d\u5b58\u5728\u65bc\u5099\u4efd\u5f8c\u7aef\u4e2d |
| | | SEVERE_ERR_BACKUP_DN_DOES_NOT_SPECIFY_DIRECTORY_177=\u7121\u6cd5\u5f9e\u5099\u4efd\u5f8c\u7aef\u64f7\u53d6\u9805\u76ee %s\uff0c\u56e0\u70ba\u8acb\u6c42\u7684 DN \u5728\u57fa\u5e95 DN \u7684\u4e0b\u4e00\u500b\u5c64\u7d1a\uff0c\u4f46\u4e26\u672a\u6307\u5b9a\u5099\u4efd\u76ee\u9304 |
| | | SEVERE_ERR_BACKUP_INVALID_BACKUP_DIRECTORY_178=\u7121\u6cd5\u5f9e\u5099\u4efd\u5f8c\u7aef\u64f7\u53d6\u9805\u76ee %s\uff0c\u56e0\u70ba\u8acb\u6c42\u7684\u5099\u4efd\u76ee\u9304\u7121\u6548: %s |
| | | SEVERE_ERR_BACKUP_ERROR_GETTING_BACKUP_DIRECTORY_179=\u5617\u8a66\u6aa2\u67e5\u8acb\u6c42\u7684\u5099\u4efd\u76ee\u9304\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_BACKUP_NO_BACKUP_ID_IN_DN_180=\u7121\u6cd5\u5f9e\u5099\u4efd\u5f8c\u7aef\u64f7\u53d6\u9805\u76ee %s\uff0c\u56e0\u70ba\u8acb\u6c42\u7684 DN \u5728\u57fa\u5e95 DN \u7684\u4e0b\u5169\u500b\u5c64\u7d1a\uff0c\u4f46\u4e26\u672a\u6307\u5b9a\u5099\u4efd ID |
| | | SEVERE_ERR_BACKUP_NO_BACKUP_PARENT_DN_181=\u7121\u6cd5\u5f9e\u5099\u4efd\u5f8c\u7aef\u64f7\u53d6\u9805\u76ee %s\uff0c\u56e0\u70ba\u5b83\u6c92\u6709\u7236\u7cfb |
| | | SEVERE_ERR_BACKUP_NO_BACKUP_DIR_IN_DN_182=\u7121\u6cd5\u5f9e\u5099\u4efd\u5f8c\u7aef\u64f7\u53d6\u9805\u76ee %s\uff0c\u56e0\u70ba DN \u4e0d\u5305\u542b\u8acb\u6c42\u7684\u5099\u4efd\u6240\u61c9\u5e38\u99d0\u7684\u5099\u4efd\u76ee\u9304 |
| | | SEVERE_ERR_BACKUP_NO_SUCH_BACKUP_183=\u5099\u4efd %s \u4e0d\u5b58\u5728\u65bc\u5099\u4efd\u76ee\u9304 %s \u4e2d |
| | | SEVERE_ERR_BACKUP_ADD_NOT_SUPPORTED_184=\u5099\u4efd\u5f8c\u7aef\u4e0d\u652f\u63f4\u589e\u52a0\u4f5c\u696d |
| | | SEVERE_ERR_BACKUP_DELETE_NOT_SUPPORTED_185=\u5099\u4efd\u5f8c\u7aef\u4e0d\u652f\u63f4\u522a\u9664\u4f5c\u696d |
| | | SEVERE_ERR_BACKUP_MODIFY_NOT_SUPPORTED_186=\u5099\u4efd\u5f8c\u7aef\u4e0d\u652f\u63f4\u4fee\u6539\u4f5c\u696d |
| | | SEVERE_ERR_BACKUP_MODIFY_DN_NOT_SUPPORTED_187=\u5099\u4efd\u5f8c\u7aef\u4e0d\u652f\u63f4\u4fee\u6539 DN \u4f5c\u696d |
| | | SEVERE_ERR_BACKUP_NO_SUCH_ENTRY_188=\u8acb\u6c42\u7684\u9805\u76ee %s \u4e0d\u5b58\u5728\u65bc\u5099\u4efd\u5f8c\u7aef\u4e2d |
| | | SEVERE_ERR_BACKUP_EXPORT_NOT_SUPPORTED_189=\u5099\u4efd\u5f8c\u7aef\u4e0d\u652f\u63f4 LDIF \u532f\u51fa\u4f5c\u696d |
| | | SEVERE_ERR_BACKUP_IMPORT_NOT_SUPPORTED_190=\u5099\u4efd\u5f8c\u7aef\u4e0d\u652f\u63f4 LDIF \u532f\u5165\u4f5c\u696d |
| | | SEVERE_ERR_BACKUP_BACKUP_AND_RESTORE_NOT_SUPPORTED_191=\u5099\u4efd\u5f8c\u7aef\u4e0d\u652f\u63f4\u5099\u4efd\u8207\u5fa9\u539f\u4f5c\u696d |
| | | SEVERE_ERR_MEMORYBACKEND_REQUIRE_EXACTLY_ONE_BASE_192=\u5fc5\u9808\u63d0\u4f9b\u6b63\u597d\u4e00\u500b\u57fa\u5e95 DN\uff0c\u4ee5\u4fbf\u7528\u65bc\u4ee5\u8a18\u61b6\u9ad4\u70ba\u57fa\u790e\u7684\u5f8c\u7aef |
| | | SEVERE_ERR_MEMORYBACKEND_ENTRY_ALREADY_EXISTS_193=\u9805\u76ee %s \u5df2\u7d93\u5b58\u5728\u65bc\u4ee5\u8a18\u61b6\u9ad4\u70ba\u57fa\u790e\u7684\u5f8c\u7aef\u4e2d |
| | | SEVERE_ERR_MEMORYBACKEND_ENTRY_DOESNT_BELONG_194=\u9805\u76ee %s \u4e0d\u5c6c\u65bc\u4ee5\u8a18\u61b6\u9ad4\u70ba\u57fa\u790e\u7684\u5f8c\u7aef |
| | | SEVERE_ERR_MEMORYBACKEND_PARENT_DOESNT_EXIST_195=\u7121\u6cd5\u589e\u52a0\u9805\u76ee %s\uff0c\u56e0\u70ba\u5176\u7236\u7cfb\u9805\u76ee %s \u4e0d\u5b58\u5728\u65bc\u4ee5\u8a18\u61b6\u9ad4\u70ba\u57fa\u790e\u7684\u5f8c\u7aef\u4e2d |
| | | SEVERE_ERR_MEMORYBACKEND_ENTRY_DOESNT_EXIST_196=\u9805\u76ee %s \u4e0d\u5b58\u5728\u65bc\u4ee5\u8a18\u61b6\u9ad4\u70ba\u57fa\u790e\u7684\u5f8c\u7aef\u4e2d |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_DELETE_ENTRY_WITH_CHILDREN_197=\u7121\u6cd5\u522a\u9664\u9805\u76ee %s\uff0c\u56e0\u70ba\u8a72\u9805\u76ee\u5177\u6709\u4e00\u6216\u591a\u500b\u5f9e\u5c6c\u9805\u76ee |
| | | SEVERE_ERR_MEMORYBACKEND_MODDN_NOT_SUPPORTED_198=\u4ee5\u8a18\u61b6\u9ad4\u70ba\u57fa\u790e\u7684\u5f8c\u7aef\u4e0d\u652f\u63f4\u4fee\u6539 DN \u4f5c\u696d |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_WRITER_199=\u7121\u6cd5\u5efa\u7acb LDIF \u5beb\u5165\u5668: %s |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_WRITE_ENTRY_TO_LDIF_200=\u7121\u6cd5\u5c07\u9805\u76ee %s \u5beb\u5165\u81f3 LDIF: % |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_READER_201=\u7121\u6cd5\u5efa\u7acb LDIF \u8b80\u53d6\u5668: %s |
| | | SEVERE_ERR_MEMORYBACKEND_ERROR_READING_LDIF_202=\u5617\u8a66\u5f9e LDIF \u8b80\u53d6\u6642\u767c\u751f\u7121\u6cd5\u56de\u5fa9\u7684\u932f\u8aa4: %s |
| | | SEVERE_ERR_MEMORYBACKEND_ERROR_DURING_IMPORT_203=\u5728\u8655\u7406\u532f\u5165\u6642\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | SEVERE_ERR_MEMORYBACKEND_BACKUP_RESTORE_NOT_SUPPORTED_204=\u4ee5\u8a18\u61b6\u9ad4\u70ba\u57fa\u790e\u7684\u5f8c\u7aef\u4e0d\u652f\u63f4\u5099\u4efd\u6216\u5fa9\u539f\u4f5c\u696d |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_RENAME_ENRY_WITH_CHILDREN_205=\u7121\u6cd5\u91cd\u65b0\u547d\u540d\u9805\u76ee %s\uff0c\u56e0\u70ba\u8a72\u9805\u76ee\u5177\u6709\u4e00\u6216\u591a\u500b\u5f9e\u5c6c\u9805\u76ee |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_RENAME_TO_ANOTHER_BACKEND_206=\u7121\u6cd5\u91cd\u65b0\u547d\u540d\u9805\u76ee %s\uff0c\u56e0\u70ba\u76ee\u6a19\u9805\u76ee\u4f4d\u65bc\u4e0d\u540c\u7684\u5f8c\u7aef\u4e2d |
| | | SEVERE_ERR_MEMORYBACKEND_RENAME_PARENT_DOESNT_EXIST_207=\u7121\u6cd5\u91cd\u65b0\u547d\u540d\u9805\u76ee %s\uff0c\u56e0\u70ba\u65b0\u7684\u7236\u7cfb\u9805\u76ee %s \u4e0d\u5b58\u5728 |
| | | INFO_SCHEMA_DESCRIPTION_SHOW_ALL_ATTRIBUTES_208=\u8868\u793a\u5373\u4f7f\u5b50\u6a21\u5f0f\u9805\u76ee\u4e2d\u7684\u5c6c\u6027\u5df2\u6a19\u793a\u70ba\u4f5c\u696d\u5c6c\u6027\uff0c\u662f\u5426\u5c07\u9019\u4e9b\u5c6c\u6027\u7576\u4f5c\u4f7f\u7528\u8005\u5c6c\u6027\u770b\u5f85\u9019\u53ef\u63d0\u4f9b\u8207\u67d0\u4e9b\u61c9\u7528\u7a0b\u5f0f\u7684\u76f8\u5bb9\u6027\uff0c\u800c\u9019\u4e9b\u61c9\u7528\u7a0b\u5f0f\u9810\u671f\u6703\u4f9d\u9810\u8a2d\u7d0d\u5165 attributeType \u8207 objectClasses \u7b49\u6a21\u5f0f\u5c6c\u6027 (\u5373\u4f7f\u672a\u8acb\u6c42\u9019\u4e9b\u5c6c\u6027)\u3002\u8acb\u6ce8\u610f\uff0cldapSyntaxes \u5c6c\u6027\u6703\u4e00\u5f8b\u88ab\u8996\u70ba\u4f5c\u696d\u5c6c\u6027\uff0c\u4ee5\u907f\u514d\u5728\u5617\u8a66\u900f\u904e\u5354\u5b9a\u4fee\u6539\u6a21\u5f0f\u6642\u767c\u751f\u554f\u984c |
| | | SEVERE_ERR_SCHEMA_CANNOT_DETERMINE_SHOW_ALL_209=\u5617\u8a66\u4f9d\u7167\u914d\u7f6e\u9805\u76ee %s \u7684 ds-cfg-show-all-attributes \u5c6c\u6027\u6240\u6307\u5b9a\uff0c\u5224\u5b9a\u662f\u5426\u5c07\u6240\u6709\u5b50\u6a21\u5f0f\u9805\u76ee\u5c6c\u6027\u7576\u4f5c\u4f7f\u7528\u8005\u5c6c\u6027\u770b\u5f85 (\u4e0d\u8ad6\u5176\u5728\u6a21\u5f0f\u4e2d\u7684\u5b9a\u7fa9\u65b9\u5f0f) \u6642\u767c\u751f\u932f\u8aa4: %s\u3002\u5c07\u6703\u4f7f\u7528\u9810\u8a2d\u884c\u70ba\uff0c\u4f9d\u7167\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u7684\u5b9a\u7fa9\u4f86\u770b\u5f85\u5c6c\u6027\u985e\u578b |
| | | FATAL_ERR_BACKEND_CANNOT_REGISTER_BASEDN_210=\u5617\u8a66\u5728\u76ee\u9304\u4f3a\u670d\u5668\u4e2d\u8a3b\u518a\u57fa\u5e95 DN %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_SCHEMA_DELETE_MODTYPE_NOT_SUPPORTED_211=\u6a21\u5f0f\u5f8c\u7aef\u76ee\u524d\u4e0d\u652f\u63f4\u79fb\u9664\u73fe\u6709\u7684\u6a21\u5f0f\u5143\u7d20 |
| | | MILD_ERR_SCHEMA_INVALID_MODIFICATION_TYPE_212=\u6a21\u5f0f\u5f8c\u7aef\u4e0d\u652f\u63f4 %s \u4fee\u6539\u985e\u578b |
| | | MILD_ERR_SCHEMA_MODIFY_UNSUPPORTED_ATTRIBUTE_TYPE_213=\u6a21\u5f0f\u5f8c\u7aef\u4e0d\u652f\u63f4 %s \u5c6c\u6027\u985e\u578b\u7684\u4fee\u6539\u3002\u53ea\u6703\u4fee\u6539\u5c6c\u6027\u985e\u578b\u3001\u7269\u4ef6\u985e\u5225\u3001\u540d\u7a31\u8868\u3001DIT \u5167\u5bb9\u898f\u5247\u3001DIT \u7d50\u69cb\u898f\u5247\u53ca\u76f8\u7b26\u898f\u5247\u4f7f\u7528 |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_ATTRTYPE_214=\u5617\u8a66\u89e3\u78bc\u5c6c\u6027\u985e\u578b\u300c%s\u300d\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_SCHEMA_MODIFY_ATTRTYPE_ALREADY_EXISTS_215=\u7121\u6cd5\u5c07\u5c6c\u6027\u985e\u578b %s \u589e\u52a0\u81f3\u4f3a\u670d\u5668\u6a21\u5f0f\uff0c\u56e0\u70ba\u73fe\u6709\u7684\u5c6c\u6027\u985e\u578b\u5177\u6709\u885d\u7a81\u7684\u540d\u7a31\u6216 OID: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_OBJECTCLASS_216=\u5617\u8a66\u89e3\u78bc\u7269\u4ef6\u985e\u5225\u300c%s\u300d\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_SCHEMA_MODIFY_UNDEFINED_SUPERIOR_OBJECTCLASS_217=\u7121\u6cd5\u589e\u52a0\u7269\u4ef6\u985e\u5225 %s\uff0c\u56e0\u70ba\u5176\u4e0a\u5c64\u985e\u5225 %s \u4e26\u672a\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d |
| | | MILD_ERR_SCHEMA_MODIFY_OC_UNDEFINED_REQUIRED_ATTR_218=\u7121\u6cd5\u589e\u52a0\u7269\u4ef6\u985e\u5225 %s\uff0c\u56e0\u70ba\u5b83\u9700\u8981\u7684\u5c6c\u6027 %s \u4e26\u672a\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d |
| | | MILD_ERR_SCHEMA_MODIFY_OC_UNDEFINED_OPTIONAL_ATTR_219=\u7121\u6cd5\u589e\u52a0\u7269\u4ef6\u985e\u5225 %s\uff0c\u56e0\u70ba\u5b83\u5141\u8a31\u7684\u5c6c\u6027 %s \u4e26\u672a\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d |
| | | MILD_ERR_SCHEMA_MODIFY_OBJECTCLASS_ALREADY_EXISTS_220=\u7121\u6cd5\u5c07\u7269\u4ef6\u985e\u5225 %s \u589e\u52a0\u81f3\u4f3a\u670d\u5668\u6a21\u5f0f\uff0c\u56e0\u70ba\u73fe\u6709\u7684\u7269\u4ef6\u985e\u5225\u5177\u6709\u885d\u7a81\u7684\u540d\u7a31\u6216 OID: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_READ_EXISTING_USER_SCHEMA_221=\u5617\u8a66\u8b80\u53d6\u6a21\u5f0f\u6a94\u6848 %s \u7684\u5167\u5bb9\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_SCHEMA_222=\u5617\u8a66\u5beb\u5165\u66f4\u65b0\u5f8c\u7684\u6a21\u5f0f\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_NAME_FORM_223=\u5617\u8a66\u89e3\u78bc\u540d\u7a31\u8868\u300c%s\u300d\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_DCR_224=\u5617\u8a66\u89e3\u78bc DIT \u5167\u5bb9\u898f\u5247\u300c%s\u300d\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_DSR_225=\u5617\u8a66\u89e3\u78bc DIT \u7d50\u69cb\u898f\u5247\u300c%s\u300d\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_MR_USE_226=\u5617\u8a66\u89e3\u78bc\u76f8\u7b26\u898f\u5247\u4f7f\u7528\u300c%s\u300d\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_SCHEMA_MODIFY_DELETE_NO_VALUES_227=\u4f3a\u670d\u5668\u5c07\u4e0d\u5141\u8a31\u79fb\u9664\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u6240\u6709\u7684 %s \u5c6c\u6027\u985e\u578b\u503c |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_ATTRTYPE_228=\u7121\u6cd5\u589e\u52a0\u5c6c\u6027\u985e\u578b %s\uff0c\u56e0\u70ba\u5b83\u8207\u591a\u500b\u73fe\u6709\u7684\u5c6c\u6027\u985e\u578b (%s \u8207 %s) \u885d\u7a81 |
| | | MILD_ERR_SCHEMA_MODIFY_UNDEFINED_SUPERIOR_ATTRIBUTE_TYPE_229=\u7121\u6cd5\u589e\u52a0\u5c6c\u6027\u985e\u578b %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u4e0a\u5c64\u5c6c\u6027\u985e\u578b %s \u4e26\u672a\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_OBJECTCLASS_230=\u7121\u6cd5\u589e\u52a0\u7269\u4ef6\u985e\u5225 %s\uff0c\u56e0\u70ba\u5b83\u8207\u591a\u500b\u73fe\u6709\u7684\u7269\u4ef6\u985e\u5225 (%s \u8207 %s) \u885d\u7a81 |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_NAME_FORM_231=\u7121\u6cd5\u589e\u52a0\u540d\u7a31\u8868 %s\uff0c\u56e0\u70ba\u5b83\u8207\u591a\u500b\u73fe\u6709\u7684\u540d\u7a31\u8868 (%s \u8207 %s) \u885d\u7a81 |
| | | MILD_ERR_SCHEMA_MODIFY_NF_UNDEFINED_STRUCTURAL_OC_232=\u7121\u6cd5\u589e\u52a0\u540d\u7a31\u8868 %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u7d50\u69cb\u7269\u4ef6\u985e\u5225 %s \u4e26\u672a\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d |
| | | MILD_ERR_SCHEMA_MODIFY_NF_UNDEFINED_REQUIRED_ATTR_233=\u7121\u6cd5\u589e\u52a0\u540d\u7a31\u8868 %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u5fc5\u8981\u5c6c\u6027\u985e\u578b %s \u4e26\u672a\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d |
| | | MILD_ERR_SCHEMA_MODIFY_NF_UNDEFINED_OPTIONAL_ATTR_234=\u7121\u6cd5\u589e\u52a0\u540d\u7a31\u8868 %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u9078\u64c7\u6027\u5c6c\u6027\u985e\u578b %s \u4e26\u672a\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DCR_235=\u7121\u6cd5\u589e\u52a0 DIT \u5167\u5bb9\u898f\u5247 %s\uff0c\u56e0\u70ba\u5b83\u8207\u591a\u500b\u73fe\u6709 DIT \u5167\u5bb9\u898f\u5247 (%s \u8207 %s) \u885d\u7a81 |
| | | MILD_ERR_SCHEMA_MODIFY_STRUCTURAL_OC_CONFLICT_FOR_ADD_DCR_236=\u7121\u6cd5\u589e\u52a0 DIT \u5167\u5bb9\u898f\u5247 %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u7d50\u69cb\u7269\u4ef6\u985e\u5225 %s \u5df2\u7d93\u8207\u5176\u4ed6 DIT \u5167\u5bb9\u898f\u5247 %s \u7522\u751f\u95dc\u806f |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_STRUCTURAL_OC_237=\u7121\u6cd5\u589e\u52a0 DIT \u5167\u5bb9\u898f\u5247 %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u7d50\u69cb\u7269\u4ef6\u985e\u5225 %s \u4e26\u672a\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_AUXILIARY_OC_238=\u7121\u6cd5\u589e\u52a0 DIT \u5167\u5bb9\u898f\u5247 %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u8f14\u52a9\u7269\u4ef6\u985e\u5225 %s \u4e26\u672a\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_REQUIRED_ATTR_239=\u7121\u6cd5\u589e\u52a0 DIT \u5167\u5bb9\u898f\u5247 %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u5fc5\u8981\u5c6c\u6027\u985e\u578b %s \u4e26\u672a\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_OPTIONAL_ATTR_240=\u7121\u6cd5\u589e\u52a0 DIT \u5167\u5bb9\u898f\u5247 %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u9078\u64c7\u6027\u5c6c\u6027\u985e\u578b %s \u4e26\u672a\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_PROHIBITED_ATTR_241=\u7121\u6cd5\u589e\u52a0 DIT \u5167\u5bb9\u898f\u5247 %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u7981\u6b62\u5c6c\u6027\u985e\u578b %s \u4e26\u672a\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DSR_242=\u7121\u6cd5\u589e\u52a0 DIT \u7d50\u69cb\u898f\u5247 %s\uff0c\u56e0\u70ba\u5b83\u8207\u591a\u500b\u73fe\u6709 DIT \u7d50\u69cb\u898f\u5247 (%s \u8207 %s) \u885d\u7a81 |
| | | MILD_ERR_SCHEMA_MODIFY_NAME_FORM_CONFLICT_FOR_ADD_DSR_243=\u7121\u6cd5\u589e\u52a0 DIT \u7d50\u69cb\u898f\u5247 %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u540d\u7a31\u8868 %s \u5df2\u7d93\u8207\u5176\u4ed6 DIT \u7d50\u69cb\u898f\u5247 %s \u7522\u751f\u95dc\u806f |
| | | MILD_ERR_SCHEMA_MODIFY_DSR_UNDEFINED_NAME_FORM_244=\u7121\u6cd5\u589e\u52a0 DIT \u7d50\u69cb\u898f\u5247 %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u540d\u7a31\u8868 %s \u4e26\u672a\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_MR_USE_245=\u7121\u6cd5\u589e\u52a0\u76f8\u7b26\u898f\u5247\u4f7f\u7528 %s\uff0c\u56e0\u70ba\u5b83\u8207\u591a\u500b\u73fe\u6709\u7684\u76f8\u7b26\u898f\u5247\u4f7f\u7528 (%s \u8207 %s) \u885d\u7a81 |
| | | MILD_ERR_SCHEMA_MODIFY_MR_CONFLICT_FOR_ADD_MR_USE_246=\u7121\u6cd5\u589e\u52a0\u76f8\u7b26\u898f\u5247\u4f7f\u7528 %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u76f8\u7b26\u898f\u5247 %s \u5df2\u7d93\u8207\u5176\u4ed6\u76f8\u7b26\u898f\u5247\u4f7f\u7528 %s \u7522\u751f\u95dc\u806f |
| | | MILD_ERR_SCHEMA_MODIFY_MRU_UNDEFINED_ATTR_247=\u7121\u6cd5\u589e\u52a0\u76f8\u7b26\u898f\u5247\u4f7f\u7528 %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u5c6c\u6027\u985e\u578b %s \u4e26\u672a\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d |
| | | MILD_ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_AT_248=\u5075\u6e2c\u5230\u5c6c\u6027\u985e\u578b %s \u7684\u5faa\u74b0\u53c3\u7167\uff0c\u5728\u6b64\u5faa\u74b0\u53c3\u7167\u4e2d\uff0c\u4e0a\u5c64\u985e\u578b\u93c8\u6703\u53c3\u7167\u5c6c\u6027\u985e\u578b\u672c\u8eab |
| | | MILD_ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_OC_249=\u5075\u6e2c\u5230\u7269\u4ef6\u985e\u5225 %s \u7684\u5faa\u74b0\u53c3\u7167\uff0c\u5728\u6b64\u5faa\u74b0\u53c3\u7167\u4e2d\uff0c\u4e0a\u5c64\u985e\u5225\u93c8\u6703\u53c3\u7167\u7269\u4ef6\u985e\u5225\u672c\u8eab |
| | | MILD_ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_DSR_250=\u5075\u6e2c\u5230 DIT \u7d50\u69cb\u898f\u5247 %s \u7684\u5faa\u74b0\u53c3\u7167\uff0c\u5728\u6b64\u5faa\u74b0\u53c3\u7167\u4e2d\uff0c\u4e0a\u5c64\u898f\u5247\u93c8\u6703\u53c3\u7167 DIT \u7d50\u69cb\u898f\u5247\u672c\u8eab |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_CLEANED_251=\u5617\u8a66\u5728\u5957\u7528\u66f4\u65b0\u524d\u5efa\u7acb\u73fe\u6709\u6a21\u5f0f\u6a94\u6848\u7684\u526f\u672c\u6642\u767c\u751f\u932f\u8aa4: %s\u3002\u4f3a\u670d\u5668\u80fd\u5920\u5fa9\u539f\u539f\u59cb\u6a21\u5f0f\u914d\u7f6e\uff0c\u56e0\u6b64\u4e0d\u9700\u8981\u984d\u5916\u6e05\u9664 |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_NOT_CLEANED_252=\u5617\u8a66\u5728\u5957\u7528\u66f4\u65b0\u524d\u5efa\u7acb\u73fe\u6709\u6a21\u5f0f\u6a94\u6848\u7684\u526f\u672c\u6642\u767c\u751f\u932f\u8aa4: %s\u3002\u800c\u5728\u5617\u8a66\u5fa9\u539f\u539f\u59cb\u6a21\u5f0f\u914d\u7f6e\u6642\u4e5f\u767c\u751f\u4e86\u554f\u984c\uff0c\u56e0\u6b64\u4f3a\u670d\u5668\u53ef\u80fd\u8655\u65bc\u4e0d\u4e00\u81f4\u72c0\u614b\uff0c\u800c\u53ef\u80fd\u9700\u8981\u624b\u52d5\u6e05\u9664 |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_RESTORED_253=\u5728\u5617\u8a66\u5beb\u5165\u4f3a\u670d\u5668\u6a21\u5f0f\u6a94\u6848\u7684\u65b0\u7248\u672c\u6642\u767c\u751f\u932f\u8aa4: %s\u3002\u4f3a\u670d\u5668\u80fd\u5920\u5fa9\u539f\u539f\u59cb\u6a21\u5f0f\u914d\u7f6e\uff0c\u56e0\u6b64\u4e0d\u9700\u8981\u984d\u5916\u6e05\u9664 |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_NOT_RESTORED_254=\u5728\u5617\u8a66\u5beb\u5165\u4f3a\u670d\u5668\u6a21\u5f0f\u6a94\u6848\u7684\u65b0\u7248\u672c\u6642\u767c\u751f\u932f\u8aa4: %s\u3002\u800c\u5728\u5617\u8a66\u5fa9\u539f\u539f\u59cb\u6a21\u5f0f\u914d\u7f6e\u6642\u4e5f\u767c\u751f\u4e86\u554f\u984c\uff0c\u56e0\u6b64\u4f3a\u670d\u5668\u53ef\u80fd\u8655\u65bc\u4e0d\u4e00\u81f4\u72c0\u614b\uff0c\u800c\u53ef\u80fd\u9700\u8981\u624b\u52d5\u6e05\u9664 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_ATTRIBUTE_TYPE_255=\u7121\u6cd5\u5f9e\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u79fb\u9664\u5c6c\u6027\u985e\u578b %s\uff0c\u56e0\u70ba\u5c1a\u672a\u5b9a\u7fa9\u6b64\u7a2e\u5c6c\u6027\u985e\u578b |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_SUPERIOR_TYPE_256=\u7121\u6cd5\u5f9e\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u79fb\u9664\u5c6c\u6027\u985e\u578b %s\uff0c\u56e0\u70ba\u5b83\u7576\u4f5c\u5c6c\u6027\u985e\u578b %s \u7684\u4e0a\u5c64\u985e\u578b\u53c3\u7167 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_OC_257=\u7121\u6cd5\u5f9e\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u79fb\u9664\u5c6c\u6027\u985e\u578b %s\uff0c\u56e0\u70ba\u5b83\u5728\u7269\u4ef6\u985e\u5225 %s \u4e2d\u7576\u4f5c\u5fc5\u8981\u7684\u6216\u9078\u64c7\u6027\u5c6c\u6027\u985e\u578b\u53c3\u7167 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_NF_258=\u7121\u6cd5\u5f9e\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u79fb\u9664\u5c6c\u6027\u985e\u578b %s\uff0c\u56e0\u70ba\u5b83\u5728\u540d\u7a31\u8868 %s \u4e2d\u7576\u4f5c\u5fc5\u8981\u7684\u6216\u9078\u64c7\u6027\u5c6c\u6027\u985e\u578b\u53c3\u7167 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_DCR_259=\u7121\u6cd5\u5f9e\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u79fb\u9664\u5c6c\u6027\u985e\u578b %s\uff0c\u56e0\u70ba\u5b83\u5728 DIT \u5167\u5bb9\u898f\u5247 %s \u4e2d\u7576\u4f5c\u5fc5\u8981\u7684\u3001\u9078\u64c7\u6027\u6216\u7981\u6b62\u7684\u5c6c\u6027\u985e\u578b\u53c3\u7167 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_MR_USE_260=\u7121\u6cd5\u5f9e\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u79fb\u9664\u5c6c\u6027\u985e\u578b %s\uff0c\u56e0\u70ba\u76f8\u7b26\u898f\u5247\u4f7f\u7528 %s \u5df2\u53c3\u7167\u8a72\u5c6c\u6027\u985e\u578b |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_OBJECTCLASS_261=\u7121\u6cd5\u5f9e\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u79fb\u9664\u7269\u4ef6\u985e\u5225 %s\uff0c\u56e0\u70ba\u5c1a\u672a\u5b9a\u7fa9\u6b64\u7a2e\u7269\u4ef6\u985e\u5225 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_OC_SUPERIOR_CLASS_262=\u7121\u6cd5\u5f9e\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u79fb\u9664\u7269\u4ef6\u985e\u5225 %s\uff0c\u56e0\u70ba\u5b83\u7576\u4f5c\u7269\u4ef6\u985e\u5225 %s \u7684\u4e0a\u5c64\u985e\u5225\u53c3\u7167 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_OC_IN_NF_263=\u7121\u6cd5\u5f9e\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u79fb\u9664\u7269\u4ef6\u985e\u5225 %s\uff0c\u56e0\u70ba\u5b83\u7576\u4f5c\u540d\u7a31\u8868 %s \u7684\u7d50\u69cb\u985e\u5225\u53c3\u7167 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_OC_IN_DCR_264=\u7121\u6cd5\u5f9e\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u79fb\u9664\u7269\u4ef6\u985e\u5225 %s\uff0c\u56e0\u70ba\u5b83\u7576\u4f5c DIT \u5167\u5bb9\u898f\u5247 %s \u7684\u7d50\u69cb\u6216\u8f14\u52a9\u985e\u5225\u53c3\u7167 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_NAME_FORM_265=\u7121\u6cd5\u5f9e\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u79fb\u9664\u540d\u7a31\u8868 %s\uff0c\u56e0\u70ba\u5c1a\u672a\u5b9a\u7fa9\u6b64\u7a2e\u540d\u7a31\u8868 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NF_IN_DSR_266=\u7121\u6cd5\u5f9e\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u79fb\u9664\u540d\u7a31\u8868 %s\uff0c\u56e0\u70ba DIT \u7d50\u69cb\u898f\u5247 %s \u5df2\u53c3\u7167\u8a72\u540d\u7a31\u8868 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DCR_267=\u7121\u6cd5\u5f9e\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u79fb\u9664 DIT \u5167\u5bb9\u898f\u5247 %s\uff0c\u56e0\u70ba\u5c1a\u672a\u5b9a\u7fa9\u6b64\u7a2e DIT \u5167\u5bb9\u898f\u5247 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DSR_268=\u7121\u6cd5\u5f9e\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u79fb\u9664 DIT \u7d50\u69cb\u898f\u5247 %s\uff0c\u56e0\u70ba\u5c1a\u672a\u5b9a\u7fa9\u6b64\u7a2e DIT \u7d50\u69cb\u898f\u5247 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_DSR_SUPERIOR_RULE_269=\u7121\u6cd5\u5f9e\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u79fb\u9664 DIT \u7d50\u69cb\u898f\u5247 %s\uff0c\u56e0\u70ba\u5b83\u7576\u4f5c DIT \u7d50\u69cb\u898f\u5247 %s \u7684\u4e0a\u5c64\u898f\u5247\u53c3\u7167 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_MR_USE_270=\u7121\u6cd5\u5f9e\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u79fb\u9664\u76f8\u7b26\u898f\u5247\u4f7f\u7528 %s\uff0c\u56e0\u70ba\u5c1a\u672a\u5b9a\u7fa9\u6b64\u7a2e\u76f8\u7b26\u898f\u5247\u4f7f\u7528 |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OC_NOT_STRUCTURAL_271=\u7121\u6cd5\u589e\u52a0\u540d\u7a31\u8868 %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u7269\u4ef6\u985e\u5225 %s \u96d6\u5df2\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\uff0c\u4f46\u4e26\u4e0d\u662f\u7d50\u69cb\u7269\u4ef6\u985e\u5225 |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OC_NOT_STRUCTURAL_272=\u7121\u6cd5\u589e\u52a0 DIT \u5167\u5bb9\u898f\u5247 %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u7d50\u69cb\u7269\u4ef6\u985e\u5225 %s \u96d6\u5df2\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\uff0c\u4f46\u4e26\u4e0d\u662f\u7d50\u69cb\u7269\u4ef6\u985e\u5225 |
| | | MILD_ERR_SCHEMA_MODIFY_STRUCTURAL_OC_CONFLICT_FOR_ADD_NF_273=\u7121\u6cd5\u589e\u52a0\u540d\u7a31\u8868 %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u7d50\u69cb\u7269\u4ef6\u985e\u5225 %s \u5df2\u7d93\u8207\u5176\u4ed6\u540d\u7a31\u8868 %s \u7522\u751f\u95dc\u806f |
| | | MILD_ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_ATTRIBUTE_TYPE_274=\u7121\u6cd5\u589e\u52a0\u5c6c\u6027\u985e\u578b %s\uff0c\u56e0\u70ba\u4e0a\u5c64\u985e\u578b %s \u5728\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5df2\u6a19\u793a\u70ba OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_ATTRTYPE_OBSOLETE_MR_275=\u7121\u6cd5\u589e\u52a0\u5c6c\u6027\u985e\u578b %s\uff0c\u56e0\u70ba\u76f8\u95dc\u806f\u7684\u76f8\u7b26\u898f\u5247 %s \u5728\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5df2\u6a19\u793a\u70ba OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_OBJECTCLASS_276=\u7121\u6cd5\u589e\u52a0\u7269\u4ef6\u985e\u5225 %s\uff0c\u56e0\u70ba\u4e0a\u5c64\u985e\u5225 %s \u5728\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5df2\u6a19\u793a\u70ba OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_OC_OBSOLETE_REQUIRED_ATTR_277=\u7121\u6cd5\u589e\u52a0\u7269\u4ef6\u985e\u5225 %s\uff0c\u56e0\u70ba\u5fc5\u8981\u5c6c\u6027 %s \u5728\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5df2\u6a19\u793a\u70ba OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_OC_OBSOLETE_OPTIONAL_ATTR_278=\u7121\u6cd5\u589e\u52a0\u7269\u4ef6\u985e\u5225 %s\uff0c\u56e0\u70ba\u9078\u64c7\u6027\u5c6c\u6027 %s \u5728\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5df2\u6a19\u793a\u70ba OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OC_OBSOLETE_279=\u7121\u6cd5\u589e\u52a0\u540d\u7a31\u8868 %s\uff0c\u56e0\u70ba\u5176\u7d50\u69cb\u7269\u4ef6\u985e\u5225 %s \u5728\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5df2\u6a19\u793a\u70ba OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OBSOLETE_REQUIRED_ATTR_280=\u7121\u6cd5\u589e\u52a0\u540d\u7a31\u8868 %s\uff0c\u56e0\u70ba\u5b83\u9700\u8981\u7684\u5c6c\u6027\u985e\u578b %s \u5728\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5df2\u6a19\u793a\u70ba OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OBSOLETE_OPTIONAL_ATTR_281=\u7121\u6cd5\u589e\u52a0\u540d\u7a31\u8868 %s\uff0c\u56e0\u70ba\u5b83\u5141\u8a31\u7684\u5c6c\u6027\u985e\u578b %s \u5728\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5df2\u6a19\u793a\u70ba OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_STRUCTURAL_OC_OBSOLETE_282=\u7121\u6cd5\u589e\u52a0 DIT \u5167\u5bb9\u898f\u5247 %s\uff0c\u56e0\u70ba\u5176\u7d50\u69cb\u7269\u4ef6\u985e\u5225 %s \u5728\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5df2\u6a19\u793a\u70ba OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OC_NOT_AUXILIARY_283=\u7121\u6cd5\u589e\u52a0 DIT \u5167\u5bb9\u898f\u5247 %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u8f14\u52a9\u7269\u4ef6\u985e\u5225 %s \u96d6\u5df2\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\uff0c\u4f46\u4e26\u4e0d\u662f\u8f14\u52a9\u985e\u5225 |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_AUXILIARY_OC_OBSOLETE_284=\u7121\u6cd5\u589e\u52a0 DIT \u5167\u5bb9\u898f\u5247 %s\uff0c\u56e0\u70ba\u5b83\u5141\u8a31\u7684\u8f14\u52a9\u7269\u4ef6\u985e\u5225 %s \u5728\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5df2\u6a19\u793a\u70ba OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_REQUIRED_ATTR_285=\u7121\u6cd5\u589e\u52a0 DIT \u5167\u5bb9\u898f\u5247 %s\uff0c\u56e0\u70ba\u5b83\u9700\u8981\u7684\u5c6c\u6027\u985e\u578b %s \u5728\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5df2\u6a19\u793a\u70ba OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_OPTIONAL_ATTR_286=\u7121\u6cd5\u589e\u52a0 DIT \u5167\u5bb9\u898f\u5247 %s\uff0c\u56e0\u70ba\u5b83\u5141\u8a31\u7684\u5c6c\u6027\u985e\u578b %s \u5728\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5df2\u6a19\u793a\u70ba OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_PROHIBITED_ATTR_287=\u7121\u6cd5\u589e\u52a0 DIT \u5167\u5bb9\u898f\u5247 %s\uff0c\u56e0\u70ba\u5b83\u7981\u6b62\u7684\u5c6c\u6027\u985e\u578b %s \u5728\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5df2\u6a19\u793a\u70ba OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_DSR_OBSOLETE_NAME_FORM_288=\u7121\u6cd5\u589e\u52a0 DIT \u7d50\u69cb\u898f\u5247 %s\uff0c\u56e0\u70ba\u5176\u540d\u7a31\u8868 %s \u5728\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5df2\u6a19\u793a\u70ba OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_DSR_OBSOLETE_SUPERIOR_RULE_289=\u7121\u6cd5\u589e\u52a0 DIT \u7d50\u69cb\u898f\u5247 %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u4e0a\u5c64\u898f\u5247 %s \u5728\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5df2\u6a19\u793a\u70ba OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_MRU_OBSOLETE_MR_290=\u7121\u6cd5\u589e\u52a0\u76f8\u7b26\u898f\u5247\u4f7f\u7528 %s\uff0c\u56e0\u70ba\u5176\u76f8\u7b26\u898f\u5247 %s \u5728\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5df2\u6a19\u793a\u70ba OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_MRU_OBSOLETE_ATTR_291=\u7121\u6cd5\u589e\u52a0\u76f8\u7b26\u898f\u5247\u4f7f\u7528 %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u5c6c\u6027\u985e\u578b %s \u5728\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5df2\u6a19\u793a\u70ba OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_AUXILIARY_OC_292=\u7121\u6cd5\u589e\u52a0 DIT \u5167\u5bb9\u898f\u5247 %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u8f14\u52a9\u7269\u4ef6\u985e\u5225 %s \u5728\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5df2\u6a19\u793a\u70ba OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_INSUFFICIENT_PRIVILEGES_293=\u60a8\u6c92\u6709\u8db3\u5920\u7684\u6b0a\u9650\u53ef\u4ee5\u4fee\u6539\u76ee\u9304\u4f3a\u670d\u5668\u6a21\u5f0f |
| | | SEVERE_ERR_SCHEMA_CANNOT_FIND_CONCAT_FILE_294=\u627e\u4e0d\u5230\u542b\u6709\u93c8\u7d50\u6a21\u5f0f\u5143\u7d20\u5b9a\u7fa9\u7684\u6a94\u6848\uff0c\u800c\u9019\u500b\u6a94\u6848\u7528\u65bc\u5224\u5b9a\u662f\u5426\u6709\u4efb\u4f55\u6a21\u5f0f\u8b8a\u66f4\u662f\u5728\u4f3a\u670d\u5668\u96e2\u7dda\u72c0\u614b\u4e0b\u9032\u884c\u6a94\u6848\u61c9\u8a72\u662f\u5728 %s \u76ee\u9304\u4e2d\uff0c\u800c\u4e14\u61c9\u662f\u88ab\u547d\u540d\u70ba %s \u6216 %s |
| | | SEVERE_ERR_SCHEMA_ERROR_DETERMINING_SCHEMA_CHANGES_295=\u5617\u8a66\u5224\u5b9a\u662f\u5426\u5df2\u5728\u4f3a\u670d\u5668\u96e2\u7dda\u72c0\u614b\u4e0b\u85c9\u7531\u76f4\u63a5\u7de8\u8f2f\u6a21\u5f0f\u6a94\u6848\u9032\u884c\u4efb\u4f55\u6a21\u5f0f\u8b8a\u66f4\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_SCHEMA_CANNOT_WRITE_CONCAT_SCHEMA_FILE_296=\u5617\u8a66\u5beb\u5165\u542b\u6709\u6240\u6709\u4f3a\u670d\u5668\u6a21\u5f0f\u5143\u7d20\u4e4b\u93c8\u7d50\u6e05\u55ae\u7684\u6a94\u6848 %s \u6642\u767c\u751f\u932f\u8aa4: %s\u3002\u4f3a\u670d\u5668\u53ef\u80fd\u7121\u6cd5\u6b63\u78ba\u5730\u8b58\u5225\u4efb\u4f55\u5728\u4f3a\u670d\u5668\u96e2\u7dda\u72c0\u614b\u4e0b\u57f7\u884c\u7684\u6a21\u5f0f\u8b8a\u66f4 |
| | | NOTICE_BACKEND_ENVIRONMENT_UNUSABLE_297=\u5c0d\u61c9\u65bc\u5f8c\u7aef id %s \u7684 JE \u8cc7\u6599\u5eab\u74b0\u5883\u5df2\u6bc0\u58de\u3002\u91cd\u65b0\u555f\u52d5\u76ee\u9304\u4f3a\u670d\u5668\u4ee5\u4fbf\u91cd\u65b0\u958b\u555f\u74b0\u5883 |
| | | SEVERE_ERR_TASKSCHED_NOT_ALLOWED_TASK_298=\u76ee\u9304\u4f3a\u670d\u5668\u4e26\u672a\u914d\u7f6e\u70ba\u5141\u8a31\u547c\u53eb\u4f5c\u696d %s |
| | | INFO_TASK_COMPLETION_BODY_299=\u4f5c\u696d ID: %s\r\n\u4f5c\u696d\u72c0\u614b: %s\r\n\u6392\u5b9a\u555f\u52d5\u6642\u9593: %s\r\n\u5be6\u969b\u555f\u52d5\u6642\u9593: %s\r\n\u5b8c\u6210\u6642\u9593: %s\r\n\r\n\u8a18\u9304\u8a0a\u606f:\r\n |
| | | SEVERE_ERR_TRUSTSTORE_GET_ENTRY_NULL_300=\u7121\u6cd5\u5f9e\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u5f8c\u7aef\u64f7\u53d6\u9805\u76ee\uff0c\u56e0\u70ba\u8acb\u6c42\u7684\u9805\u76ee\u70ba\u7a7a\u503c |
| | | SEVERE_ERR_TRUSTSTORE_INVALID_BASE_301=\u8acb\u6c42\u7684\u9805\u76ee %s \u4e0d\u5b58\u5728\u65bc\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u5f8c\u7aef\u4e2d |
| | | SEVERE_ERR_TRUSTSTORE_DN_DOES_NOT_SPECIFY_CERTIFICATE_302=\u7121\u6cd5\u5728\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u5f8c\u7aef\u4e2d\u8655\u7406\u9805\u76ee %s\uff0c\u56e0\u70ba\u8acb\u6c42\u7684 DN \u5728\u57fa\u5e95 DN \u7684\u4e0b\u4e00\u500b\u5c64\u7d1a\uff0c\u4f46\u4e26\u672a\u6307\u5b9a\u6191\u8b49\u540d\u7a31 |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_RETRIEVE_CERT_303=\u5617\u8a66\u5f9e\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u6a94\u6848 %2$s \u64f7\u53d6\u6191\u8b49 %1$s \u6642\u767c\u751f\u932f\u8aa4: %3$s |
| | | SEVERE_ERR_TRUSTSTORE_MODIFY_NOT_SUPPORTED_304=\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u5f8c\u7aef\u4e0d\u652f\u63f4\u4fee\u6539\u4f5c\u696d |
| | | SEVERE_ERR_TRUSTSTORE_MODIFY_DN_NOT_SUPPORTED_305=\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u5f8c\u7aef\u4e0d\u652f\u63f4\u4fee\u6539 DN \u4f5c\u696d |
| | | SEVERE_ERR_TRUSTSTORE_REQUIRES_ONE_BASE_DN_306=\u7121\u6cd5\u5f9e\u914d\u7f6e\u9805\u76ee %s \u521d\u59cb\u5316\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u5f8c\u7aef\uff0c\u56e0\u70ba\u5b83\u4e26\u4e0d\u662f\u6b63\u597d\u5305\u542b\u4e00\u500b\u57fa\u5e95 DN |
| | | SEVERE_ERR_TRUSTSTORE_IMPORT_AND_EXPORT_NOT_SUPPORTED_307=\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u5f8c\u7aef\u4e0d\u652f\u63f4 LDIF \u532f\u5165\u8207\u532f\u51fa\u4f5c\u696d |
| | | SEVERE_ERR_TRUSTSTORE_BACKUP_AND_RESTORE_NOT_SUPPORTED_308=\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u5f8c\u7aef\u4e0d\u652f\u63f4\u5099\u4efd\u8207\u5fa9\u539f\u4f5c\u696d |
| | | SEVERE_ERR_TRUSTSTORE_NO_SUCH_FILE_309=\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u6a94\u6848 %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u7684\u5c6c\u6027 ds-cfg-trust-store-file \u4e2d) \u4e0d\u5b58\u5728 |
| | | SEVERE_ERR_TRUSTSTORE_INVALID_TYPE_310=\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u985e\u578b %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u7684\u5c6c\u6027 ds-cfg-trust-store-type \u4e2d) \u7121\u6548: %s |
| | | SEVERE_ERR_TRUSTSTORE_PIN_FILE_CANNOT_CREATE_311=\u5617\u8a66\u5efa\u7acb PIN \u6a94\u6848 %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u7684\u5c6c\u6027 ds-cfg-trust-store-pin-file \u4e2d) \u6642\u767c\u751f\u932f\u8aa4 |
| | | SEVERE_ERR_TRUSTSTORE_PIN_FILE_CANNOT_READ_312=\u5617\u8a66\u5f9e\u6a94\u6848 %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u7684\u914d\u7f6e\u5c6c\u6027 ds-cfg-trust-store-pin-file \u4e2d) \u8b80\u53d6\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340 PIN \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_TRUSTSTORE_PIN_FILE_EMPTY_313=\u6a94\u6848 %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u7684\u5c6c\u6027 ds-cfg-trust-store-pin-file \u4e2d) \u61c9\u5305\u542b\u5b58\u53d6\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u6240\u9700\u7684 PIN\uff0c\u4f46\u6b64\u6a94\u6848\u662f\u7a7a\u7684 |
| | | SEVERE_ERR_TRUSTSTORE_PIN_ENVAR_NOT_SET_314=\u74b0\u5883\u8b8a\u6578 %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u7684\u5c6c\u6027 ds-cfg-trust-store-pin-environment-variable \u4e2d) \u61c9\u5305\u542b\u5b58\u53d6\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u6240\u9700\u7684 PIN\uff0c\u4f46\u6b64\u7279\u6027\u4e26\u672a\u8a2d\u5b9a |
| | | SEVERE_ERR_TRUSTSTORE_PIN_PROPERTY_NOT_SET_315=Java \u7279\u6027 %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u7684\u5c6c\u6027 ds-cfg-trust-store-pin-property \u4e2d) \u61c9\u5305\u542b\u5b58\u53d6\u4ee5\u6a94\u6848\u70ba\u57fa\u790e\u7684\u4fe1\u4efb\u7ba1\u7406\u54e1\u6240\u9700\u7684 PIN\uff0c\u4f46\u6b64\u7279\u6027\u4e26\u672a\u8a2d\u5b9a |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_DETERMINE_FILE_316=\u5617\u8a66\u5224\u5b9a\u914d\u7f6e\u9805\u76ee %s \u4e2d\u914d\u7f6e\u5c6c\u6027 ds-cfg-trust-store-file \u7684\u503c\u6642\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_LOAD_317=\u5617\u8a66\u5f9e\u6a94\u6848 %s \u8f09\u5165\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u5167\u5bb9\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_CREATE_FACTORY_318=\u5617\u8a66\u5efa\u7acb\u4fe1\u4efb\u7ba1\u7406\u54e1\u5de5\u5ee0\u4ee5\u5b58\u53d6\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u6a94\u6848 %s \u7684\u5167\u5bb9\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_TRUSTSTORE_ALIAS_IN_USE_319=\u6191\u8b49\u9805\u76ee %s \u5df2\u7d93\u5b58\u5728 |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_GENERATE_CERT_320=\u5617\u8a66\u5728\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u6a94\u6848 %2$s \u4e2d\u7522\u751f\u81ea\u6211\u7c3d\u7f72\u7684\u6191\u8b49 %1$s \u6642\u767c\u751f\u932f\u8aa4: %3$s |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_ADD_CERT_321=\u5617\u8a66\u5c07\u6191\u8b49 %s \u589e\u52a0\u81f3\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u6a94\u6848 %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_TRUSTSTORE_DELETE_NOT_SUPPORTED_322=\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u5f8c\u7aef\u4e0d\u652f\u63f4\u522a\u9664\u4f5c\u696d |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_MISSING_CERT_ATTR_323=\u7121\u6cd5\u589e\u52a0\u9805\u76ee %s\uff0c\u56e0\u70ba\u8a72\u9805\u76ee\u4e0d\u5305\u542b\u6191\u8b49\u5c6c\u6027 %s |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_ATTRS_324=\u7121\u6cd5\u589e\u52a0\u9805\u76ee %s\uff0c\u56e0\u70ba\u8a72\u9805\u76ee\u5305\u542b\u591a\u500b\u6191\u8b49\u5c6c\u6027 %s |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_MISSING_CERT_VALUE_325=\u7121\u6cd5\u589e\u52a0\u9805\u76ee %s\uff0c\u56e0\u70ba\u8a72\u9805\u76ee\u4e0d\u5305\u542b\u6191\u8b49\u5c6c\u6027 %s \u7684\u503c |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_VALUES_326=\u7121\u6cd5\u589e\u52a0\u9805\u76ee %s\uff0c\u56e0\u70ba\u8a72\u9805\u76ee\u5305\u542b\u591a\u500b\u6191\u8b49\u5c6c\u6027 %s \u503c |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_WRITE_CERT_327=\u5c07\u6191\u8b49 %s \u5beb\u5165\u81f3\u6a94\u6848\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_WARN_TRUSTSTORE_SET_PERMISSIONS_FAILED_328=\u7121\u6cd5\u5728\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u6a94\u6848 %s \u4e0a\u8a2d\u5b9a\u6b0a\u9650 |
| | | SEVERE_ERR_ROOT_CONTAINER_NOT_INITIALIZED_329=\u5f8c\u7aef %s \u7684\u6839\u5bb9\u5668\u5c1a\u672a\u521d\u59cb\u5316\uff0c\u800c\u4f7f\u6b64\u5f8c\u7aef\u7121\u6cd5\u8655\u7406\u8acb\u6c42\u7684\u4f5c\u696d |
| | | SEVERE_ERR_TASKBE_MODIFY_CANNOT_LOCK_ENTRY_330=\u7121\u6cd5\u53d6\u5f97\u9805\u76ee %s \u7684\u5beb\u5165\u9396\u5b9a |
| | | SEVERE_ERR_TASKBE_MODIFY_INVALID_ENTRY_331=\u7121\u6cd5\u4fee\u6539\u9805\u76ee %s\uff0c\u56e0\u70ba\u8a72\u9805\u76ee\u4e26\u4e0d\u4ee3\u8868\u4f5c\u696d\u9805\u76ee\u3002\u53ea\u53ef\u4ee5\u5728\u4f5c\u696d\u5f8c\u7aef\u4e2d\u4fee\u6539\u4f5c\u696d\u9805\u76ee |
| | | SEVERE_ERR_TASKBE_MODIFY_NO_SUCH_TASK_332=\u7121\u6cd5\u4fee\u6539\u9805\u76ee %s\uff0c\u56e0\u70ba\u8a72\u9805\u76ee\u4e26\u4e0d\u4ee3\u8868\u4f3a\u670d\u5668\u4e2d\u7684\u6709\u6548\u4f5c\u696d |
| | | SEVERE_ERR_TASKBE_MODIFY_COMPLETED_333=\u7121\u6cd5\u4fee\u6539\u9805\u76ee %s\uff0c\u56e0\u70ba\u76f8\u95dc\u806f\u7684\u4f5c\u696d\u5df2\u5b8c\u6210\u57f7\u884c\u3002\u7121\u6cd5\u4fee\u6539\u5df2\u5b8c\u6210\u7684\u4f5c\u696d |
| | | SEVERE_ERR_TASKBE_MODIFY_RECURRING_334=\u7121\u6cd5\u4fee\u6539\u9805\u76ee %s\uff0c\u56e0\u70ba\u4f3a\u670d\u5668\u76ee\u524d\u4e0d\u652f\u63f4\u4fee\u6539\u9031\u671f\u6027\u4f5c\u696d\u9805\u76ee |
| | | SEVERE_ERR_TASKBE_MODIFY_RUNNING_335=\u8207\u9805\u76ee %s \u76f8\u95dc\u806f\u7684\u4f5c\u696d\u76ee\u524d\u6b63\u5728\u57f7\u884c\u4e2d\u3002\u57f7\u884c\u4e2d\u4f5c\u696d\u552f\u4e00\u5141\u8a31\u7684\u4fee\u6539\u52d5\u4f5c\u5c31\u662f\u4ee5\u300ccancel\u300d\u53d6\u4ee3 ds-task-state \u5c6c\u6027\u7684\u503c |
| | | INFO_TASKBE_RUNNING_TASK_CANCELLED_336=\u4f5c\u696d\u8655\u7406\u56e0\u53d6\u6d88\u6b64\u4f5c\u696d\u7684\u4fee\u6539\u8acb\u6c42\u800c\u4e2d\u65b7 |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_DELETE_CERT_337=\u5617\u8a66\u5f9e\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u6a94\u6848 %2$s \u4e2d\u522a\u9664\u6191\u8b49 %1$s \u6642\u767c\u751f\u932f\u8aa4: %3$s |
| | | SEVERE_ERR_TRUSTSTORE_CERTIFICATE_NOT_FOUND_338=\u7121\u6cd5\u5f9e\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u5f8c\u7aef\u64f7\u53d6\u9805\u76ee %s\uff0c\u56e0\u70ba\u6191\u8b49 %s \u4e0d\u5b58\u5728 |
| | | SEVERE_ERR_LDIF_BACKEND_MULTIPLE_BASE_DNS_339=\u5b9a\u7fa9\u65bc\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684 LDIF \u5f8c\u7aef\u50c5\u652f\u63f4\u55ae\u4e00\u57fa\u5e95 DN\uff0c\u4f46\u5df2\u914d\u7f6e\u70ba\u7528\u65bc\u591a\u500b\u57fa\u5e95 DN |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_OPENING_FILE_340=\u5617\u8a66\u958b\u555f LDIF \u6a94\u6848 %s \u4ee5\u4f9b\u5728\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684 LDIF \u5f8c\u7aef\u4f7f\u7528\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_READING_ENTRY_341=\u5617\u8a66\u5c07 LDIF \u6a94\u6848 %s \u4e2d\u7684\u8cc7\u6599\u8b80\u53d6\u81f3\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684 LDIF \u5f8c\u7aef\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_LDIF_BACKEND_DUPLICATE_ENTRY_342=\u914d\u7f6e\u7528\u65bc\u5728\u914d\u7f6e\u9805\u76ee %2$s \u4e2d\u5b9a\u7fa9\u4e4b LDIF \u5f8c\u7aef\u7684 LDIF \u6a94\u6848 %1$s \u5177\u6709\u591a\u500b DN \u70ba %3$s \u7684\u9805\u76ee |
| | | MILD_ERR_LDIF_BACKEND_ENTRY_OUT_OF_SCOPE_343=\u914d\u7f6e\u7528\u65bc\u5728\u914d\u7f6e\u9805\u76ee %2$s \u4e2d\u5b9a\u7fa9\u4e4b LDIF \u5f8c\u7aef\u7684 LDIF \u6a94\u6848 %1$s \u5305\u542b\u9805\u76ee %3$s\uff0c\u800c\u8a72\u9805\u76ee\u4e0d\u5728\u91dd\u5c0d\u8a72\u5f8c\u7aef\u6240\u5b9a\u7fa9\u7684\u57fa\u5e95 DN \u4e4b\u4e0b |
| | | MILD_ERR_LDIF_BACKEND_MISSING_PARENT_344=\u914d\u7f6e\u7528\u65bc\u5728\u914d\u7f6e\u9805\u76ee %2$s \u4e2d\u5b9a\u7fa9\u4e4b LDIF \u5f8c\u7aef\u7684 LDIF \u6a94\u6848 %1$s \u5305\u542b\u9805\u76ee %3$s\uff0c\u4f46\u662f\u5176\u7236\u7cfb\u9805\u76ee\u5c1a\u672a\u8b80\u53d6 |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_CREATING_FILE_345=\u5617\u8a66\u5efa\u7acb\u6a94\u6848 %s \u4ee5\u5beb\u5165\u5728\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u4e4b LDIF \u5f8c\u7aef\u7684\u66f4\u65b0\u7248\u8cc7\u6599\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_WRITING_FILE_346=\u5617\u8a66\u5c07\u66f4\u65b0\u5f8c\u7684\u8cc7\u6599\u5beb\u5165\u5728\u914d\u7f6e\u9805\u76ee %2$s \u4e2d\u5b9a\u7fa9\u4e4b LDIF \u5f8c\u7aef\u7684\u6a94\u6848 %1$s \u6642\u767c\u751f\u932f\u8aa4: %3$s |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_RENAMING_FILE_347=\u7576\u5beb\u5165\u5728\u914d\u7f6e\u9805\u76ee %3$s \u4e2d\u5b9a\u7fa9\u4e4b LDIF \u5f8c\u7aef\u7684\u5df2\u66f4\u65b0\u8cc7\u6599\u7684\u6642\u5019\uff0c\u5617\u8a66\u5c07\u6a94\u6848 %1$s \u91cd\u65b0\u547d\u540d\u70ba %2$s \u6642\u767c\u751f\u932f\u8aa4: %4$s |
| | | MILD_ERR_LDIF_BACKEND_ADD_ALREADY_EXISTS_348=\u9805\u76ee %s \u5df2\u7d93\u5b58\u5728\u65bc LDIF \u5f8c\u7aef\u4e2d |
| | | MILD_ERR_LDIF_BACKEND_ADD_MISSING_PARENT_349=\u9805\u76ee %s \u7684\u7236\u7cfb\u4e0d\u5b58\u5728 |
| | | MILD_ERR_LDIF_BACKEND_DELETE_NO_SUCH_ENTRY_350=\u9805\u76ee %s \u4e0d\u5b58\u5728 |
| | | MILD_ERR_LDIF_BACKEND_DELETE_NONLEAF_351=\u9805\u76ee %s \u5177\u6709\u4e00\u6216\u591a\u500b\u5f9e\u5c6c\u9805\u76ee\uff0c\u5fc5\u9808\u5148\u79fb\u9664\u5176\u6240\u6709\u7684\u5f9e\u5c6c\u9805\u76ee\uff0c\u624d\u53ef\u52a0\u4ee5\u522a\u9664 |
| | | MILD_ERR_LDIF_BACKEND_MODIFY_NO_SUCH_ENTRY_352=\u9805\u76ee %s \u4e0d\u5b58\u5728 |
| | | MILD_ERR_LDIF_BACKEND_MODDN_NO_SUCH_SOURCE_ENTRY_353=\u4f86\u6e90\u9805\u76ee %s \u4e0d\u5b58\u5728 |
| | | MILD_ERR_LDIF_BACKEND_MODDN_TARGET_ENTRY_ALREADY_EXISTS_354=\u76ee\u6a19\u9805\u76ee %s \u5df2\u7d93\u5b58\u5728 |
| | | MILD_ERR_LDIF_BACKEND_MODDN_NEW_PARENT_DOESNT_EXIST_355=\u65b0\u7684\u7236\u7cfb DN %s \u4e0d\u5b58\u5728 |
| | | MILD_ERR_LDIF_BACKEND_SEARCH_NO_SUCH_BASE_356=\u6307\u5b9a\u4f5c\u70ba\u641c\u5c0b\u57fa\u5e95 DN \u7684\u9805\u76ee %s \u4e0d\u5b58\u5728 |
| | | SEVERE_ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_WRITER_357=\u5617\u8a66\u5efa\u7acb LDIF \u532f\u51fa\u4f5c\u696d\u7684\u5beb\u5165\u5668\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_LDIF_BACKEND_CANNOT_WRITE_ENTRY_TO_LDIF_358=\u5617\u8a66\u5728 LDIF \u532f\u51fa\u671f\u9593\u5beb\u5165\u9805\u76ee %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_READER_359=\u5617\u8a66\u5efa\u7acb LDIF \u532f\u5165\u4f5c\u696d\u7684\u8b80\u53d6\u5668\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_READING_LDIF_360=\u5617\u8a66\u5f9e\u532f\u5165\u6a94\u6848\u8b80\u53d6\u8cc7\u6599\u6642\u767c\u751f\u7121\u6cd5\u56de\u5fa9\u7684\u932f\u8aa4: %s\u3002\u7121\u6cd5\u7e7c\u7e8c LDIF \u532f\u5165 |
| | | MILD_ERR_LDIF_BACKEND_BACKUP_RESTORE_NOT_SUPPORTED_361=LDIF \u5f8c\u7aef\u76ee\u524d\u4e26\u672a\u63d0\u4f9b\u5099\u4efd\u6216\u5fa9\u539f\u6a5f\u5236\u3002\u6539\u7528 LDIF \u532f\u5165\u8207\u532f\u51fa\u4f5c\u696d |
| | | MILD_ERR_LDIF_BACKEND_LDIF_DOESNT_EXIST_362=LDIF \u5f8c\u7aef\u914d\u7f6e\u9805\u76ee %s \u4e2d\u6240\u53c3\u7167\u7684 LDIF \u6a94\u6848 %s \u4e0d\u5b58\u5728 |
| | | INFO_LDIF_BACKEND_LDIF_FILE_CHANGED_363=\u5728\u505c\u7528\u4e26\u91cd\u65b0\u555f\u7528\u5f8c\u7aef\u4e4b\u5f8c\uff0cLDIF \u6a94\u6848\u8def\u5f91\u7684\u8b8a\u66f4\u624d\u6703\u751f\u6548 |
| | | INFO_LDIF_BACKEND_BASE_DN_CHANGED_364=\u5728\u505c\u7528\u4e26\u91cd\u65b0\u555f\u7528\u5f8c\u7aef\u4e4b\u5f8c\uff0cLDIF \u5f8c\u7aef\u57fa\u5e95 DN \u7684\u8b8a\u66f4\u624d\u6703\u751f\u6548 |
| | | MILD_ERR_LDIF_BACKEND_HAS_SUBORDINATES_NO_SUCH_ENTRY_365=\u76ee\u6a19\u9805\u76ee %s \u4e0d\u5b58\u5728 |
| | | MILD_ERR_LDIF_BACKEND_NUM_SUBORDINATES_NO_SUCH_ENTRY_366=\u76ee\u6a19\u9805\u76ee %s \u4e0d\u5b58\u5728 |
| | | SEVERE_ERR_TRUSTSTORE_ERROR_READING_KEY_367=\u81ea\u91d1\u9470\u5eab %2$s\u8b80\u53d6\u91d1\u9470 %1$s \u6642\u767c\u751f\u932f\u8aa4: %3$s |
| | | MILD_ERR_HAS_SUBORDINATES_NOT_SUPPORTED_368=\u6b64\u5f8c\u7aef\u4e0d\u63d0\u4f9b hasSubordinates \u4f5c\u696d\u5c6c\u6027\u7684\u652f\u63f4 |
| | | MILD_ERR_NUM_SUBORDINATES_NOT_SUPPORTED_369=\u6b64\u5f8c\u7aef\u4e0d\u63d0\u4f9b numSubordinates \u4f5c\u696d\u5c6c\u6027\u7684\u652f\u63f4 |
| | | NOTICE_BACKEND_OFFLINE_370=\u5f8c\u7aef %s \u76ee\u524d\u5df2\u96e2\u7dda |
| New file |
| | |
| | | # CDDL HEADER START |
| | | # |
| | | # The contents of this file are subject to the terms of the |
| | | # Common Development and Distribution License, Version 1.0 only |
| | | # (the "License"). You may not use this file except in compliance |
| | | # with the License. |
| | | # |
| | | # You can obtain a copy of the license at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE |
| | | # or https://OpenDS.dev.java.net/OpenDS.LICENSE. |
| | | # See the License for the specific language governing permissions |
| | | # and limitations under the License. |
| | | # |
| | | # When distributing Covered Code, include this CDDL HEADER in each |
| | | # file and include the License file at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, |
| | | # add the following below this CDDL HEADER, with the fields enclosed |
| | | # by brackets "[]" replaced with your own identifying information: |
| | | # Portions Copyright [yyyy] [name of copyright owner] |
| | | # |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2008 Sun Microsystems, Inc. |
| | | |
| | | |
| | | |
| | | # |
| | | # Global directives |
| | | # |
| | | global.category=CONFIG |
| | | |
| | | # |
| | | # Format string definitions |
| | | # |
| | | # Keys must be formatted as follows: |
| | | # |
| | | # [SEVERITY]_[DESCRIPTION]_[ORDINAL] |
| | | # |
| | | # where: |
| | | # |
| | | # SEVERITY is one of: |
| | | # [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE] |
| | | # |
| | | # DESCRIPTION is an upper case string providing a hint as to the context of |
| | | # the message in upper case with the underscore ('_') character serving as |
| | | # word separator |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | MILD_ERR_CONFIG_ATTR_IS_REQUIRED_1=Konfigurationsattribut %s erfordert mindestens einen Wert, aber der sich daraus ergebende Vorgang h\u00e4tte alle Werte entfernt |
| | | MILD_ERR_CONFIG_ATTR_REJECTED_VALUE_2=Der angegebene Wert %s f\u00fcr Konfigurationsattribut %s wurde zur\u00fcckgewiesen. Die angegebene Ursache ist: %s |
| | | MILD_ERR_CONFIG_ATTR_SET_VALUES_IS_SINGLE_VALUED_3=Konfigurationsattribut %s ist einwertig, es wurden aber mehrere Werte angegeben |
| | | MILD_ERR_CONFIG_ATTR_ADD_VALUES_IS_SINGLE_VALUED_4=Konfigurationsattribut %s ist einwertig, durch das Hinzuf\u00fcgen der angegebenen Werte w\u00e4re es aber mehrwertig geworden |
| | | MILD_ERR_CONFIG_ATTR_ADD_VALUES_ALREADY_EXISTS_5=Konfigurationsattribut %s enth\u00e4lt bereits einen Wert %s |
| | | MILD_ERR_CONFIG_ATTR_NO_SUCH_VALUE_6=Wert %s kann nicht aus dem Konfigurationsattribut %s entfernt werden, da der angegebene Wert nicht vorhanden ist |
| | | MILD_ERR_CONFIG_ATTR_INVALID_BOOLEAN_VALUE_7=Wert f\u00fcr boolesches Konfigurationsattribut %s kann nicht gesetzt werden, da der angegebenen Wert %s nicht 'true' oder 'false' ist |
| | | MILD_ERR_CONFIG_ATTR_NO_INT_VALUE_8=Wert f\u00fcr Konfigurationsattribut %s kann nicht als Ganzzahl abgefragt werden, da das Attribut keine Werte enth\u00e4lt |
| | | MILD_ERR_CONFIG_ATTR_MULTIPLE_INT_VALUES_9=Wert f\u00fcr Konfigurationsattribut %s kann nicht als Ganzzahl abgefragt werden, da das Attribut mehrere Werte enth\u00e4lt |
| | | MILD_ERR_CONFIG_ATTR_VALUE_OUT_OF_INT_RANGE_10=Wert f\u00fcr Konfigurationsattribut %s kann nicht als Java-Ganzzahl abgefragt werden, da der Wert au\u00dferhalb des zul\u00e4ssigen Bereichs f\u00fcr Ganzzahlen liegt |
| | | MILD_ERR_CONFIG_ATTR_INVALID_INT_VALUE_11=Wert f\u00fcr das Ganzzahl-Konfigurationsattribut %s kann nicht gesetzt werden, da der angegebene Wert %s nicht als Ganzzahlwert interpretiert werden kann: %s |
| | | MILD_ERR_CONFIG_ATTR_INT_BELOW_LOWER_BOUND_12=Wert f\u00fcr Konfigurationsattribut %s kann nicht gesetzt werden, da der angegebene Wert %d kleiner als der niedrigste zul\u00e4ssige Wert %d ist |
| | | MILD_ERR_CONFIG_ATTR_INT_ABOVE_UPPER_BOUND_13=Wert f\u00fcr Konfigurationsattribut %s kann nicht gesetzt werden, da der angegebene Wert %d gr\u00f6\u00dfer als der h\u00f6chste zul\u00e4ssige Wert %d ist |
| | | MILD_ERR_CONFIG_ATTR_INT_COULD_NOT_PARSE_14=Wert %s f\u00fcr Konfigurationsattribut %s kann nicht als Ganzzahlwert geparst werden: %s |
| | | MILD_ERR_CONFIG_ATTR_NO_STRING_VALUE_15=Wert f\u00fcr Konfigurationsattribut %s kann nicht als Zeichenkette abgefragt werden, da das Attribut keine Werte enth\u00e4lt |
| | | MILD_ERR_CONFIG_ATTR_MULTIPLE_STRING_VALUES_16=Wert f\u00fcr Konfigurationsattribut %s kann nicht als Zeichenkette abgefragt werden, da das Attribut mehrere Werte enth\u00e4lt |
| | | MILD_ERR_CONFIG_ATTR_EMPTY_STRING_VALUE_17=F\u00fcr Konfigurationsattribut %s wurde eine leere Wertezeichenkette angegeben |
| | | MILD_ERR_CONFIG_ATTR_VALUE_NOT_ALLOWED_18=Wert %s ist nicht in der Liste der zul\u00e4ssigen Werte f\u00fcr Konfigurationsattribut %s enthalten |
| | | MILD_ERR_CONFIG_ATTR_INVALID_UNIT_19='%s' ist keine g\u00fcltige Einheit f\u00fcr Konfigurationsattribut %s |
| | | MILD_ERR_CONFIG_ATTR_NO_UNIT_DELIMITER_20=%s kann nicht als Ganzzahlwert und als Einheit f\u00fcr Konfigurationsattribut %s dekodiert werden, da kein Wert-/Einheitsbegrenzer gefunden werden kann |
| | | MILD_ERR_CONFIG_ATTR_COULD_NOT_PARSE_INT_COMPONENT_21=Ganzzahl-Anteil des Werts %s f\u00fcr Konfigurationsattribut %s kann nicht dekodiert werden: %s |
| | | MILD_ERR_CONFIG_ATTR_INVALID_VALUE_WITH_UNIT_22=Der angegebene Wert %s f\u00fcr die Ganzzahl mit dem Einheitsattribut %s ist unzul\u00e4ssig: %s |
| | | MILD_ERR_CONFIG_ENTRY_CONFLICTING_CHILD_23=Konfigurationseintrag %s kann nicht als untergeordneter Eintrag von Konfigurationseintrag %s hinzugef\u00fcgt werden, da bereits ein untergeordneter Eintrag mit dem DN vorhanden ist |
| | | MILD_ERR_CONFIG_ENTRY_NO_SUCH_CHILD_24=Eintrag %s kann nicht als untergeordneter Eintrag von Konfigurationseintrag %s entfernt werden, da der Eintrag keinen untergeordneten Eintrag mit dem angegebenen DN hat |
| | | MILD_ERR_CONFIG_ENTRY_CANNOT_REMOVE_NONLEAF_25=Eintrag %s kann nicht als untergeordneter Eintrag von Konfigurationseintrag %s entfernt werden, da der Eintrag eigene untergeordnete Eintr\u00e4ge hat und Non-Leaf-Eintr\u00e4ge nicht entfernt werden k\u00f6nnen |
| | | FATAL_ERR_CONFIG_FILE_DOES_NOT_EXIST_26=The specified configuration file %s does not exist or is not readable |
| | | FATAL_ERR_CONFIG_FILE_CANNOT_VERIFY_EXISTENCE_27=An unexpected error occurred while attempting to determine whether configuration file %s exists: %s |
| | | FATAL_ERR_CONFIG_FILE_CANNOT_OPEN_FOR_READ_28=An error occurred while attempting to open the configuration file %s for reading: %s |
| | | FATAL_ERR_CONFIG_FILE_READ_ERROR_29=An error occurred while attempting to read the contents of configuration file %s: %s |
| | | MILD_ERR_CONFIG_ATTR_OPTIONS_NOT_ALLOWED_30=Ung\u00fcltiges Konfigurationsattribut %s entdeckt: die einzige in der Directory-Server-Konfiguration zul\u00e4ssige Attributoption zum Anzeigen des Satzes anstehender Werte ist "pending" |
| | | FATAL_ERR_CONFIG_FILE_INVALID_LDIF_ENTRY_31=An error occurred at or near line %d while trying to parse the configuration from LDIF file %s: %s |
| | | FATAL_ERR_CONFIG_FILE_EMPTY_32=The specified configuration file %s does not appear to contain any configuration entries |
| | | FATAL_ERR_CONFIG_FILE_INVALID_BASE_DN_33=The first entry read from LDIF configuration file %s had a DN of "%s" rather than the expected "%s" which should be used as the Directory Server configuration root |
| | | FATAL_ERR_CONFIG_FILE_GENERIC_ERROR_34=An unexpected error occurred while attempting to process the Directory Server configuration file %s: %s |
| | | FATAL_ERR_CONFIG_FILE_DUPLICATE_ENTRY_35=Configuration entry %s starting at or near line %s in the LDIF configuration file %s has the same DN as another entry already read from that file |
| | | FATAL_ERR_CONFIG_FILE_NO_PARENT_36=Configuration entry %s starting at or near line %d in the configuration LDIF file %s does not appear to have a parent entry (expected parent DN was %s) |
| | | FATAL_ERR_CONFIG_FILE_UNKNOWN_PARENT_37=The Directory Server was unable to determine the parent DN for configuration entry %s starting at or near line %d in the configuration LDIF file %s |
| | | FATAL_ERR_CONFIG_CANNOT_DETERMINE_SERVER_ROOT_38=Unable to determine the Directory Server instance root from either an environment variable or based on the location of the configuration file. Please set an environment variable named %s with a value containing the absolute path to the server installation root |
| | | SEVERE_ERR_CONFIG_FILE_WRITE_ERROR_39=An unexpected error occurred while trying to write configuration entry %s to LDIF: %s |
| | | SEVERE_ERR_CONFIG_FILE_CLOSE_ERROR_40=An unexpected error occurred while trying to close the LDIF writer: %s |
| | | SEVERE_ERR_CONFIG_FILE_UNWILLING_TO_IMPORT_41=The Directory Server configuration may not be altered by importing a new configuration from LDIF |
| | | FATAL_ERR_CONFIG_LOGGER_CANNOT_GET_BASE_42=An error occurred while attempting to retrieve the base logger entry cn=Loggers,cn=config from the Directory Server configuration: %s |
| | | SEVERE_WARN_CONFIG_LOGGER_BASE_DOES_NOT_EXIST_43=The logger configuration base cn=Loggers,cn=config does not exist in the Directory Server configuration. Logging facilities will not be available until this entry is created and the Directory Server is restarted |
| | | SEVERE_WARN_CONFIG_LOGGER_NO_ACTIVE_ACCESS_LOGGERS_44=There are no active access loggers defined in the Directory Server configuration. No access logging will be performed |
| | | SEVERE_WARN_CONFIG_LOGGER_NO_ACTIVE_ERROR_LOGGERS_45=There are no active error loggers defined in the Directory Server configuration. No error logging will be performed |
| | | MILD_WARN_CONFIG_LOGGER_NO_ACTIVE_DEBUG_LOGGERS_46=There are no active debug loggers defined in the Directory Server configuration. No debug logging will be performed |
| | | SEVERE_ERR_CONFIG_LOGGER_ENTRY_UNACCEPTABLE_47=Configuration entry %s does not contain a valid logger configuration: %s. It will be ignored |
| | | INFO_CONFIG_UNKNOWN_UNACCEPTABLE_REASON_48=Unbekannte unzul\u00e4ssige Ursache |
| | | SEVERE_ERR_CONFIG_LOGGER_CANNOT_CREATE_LOGGER_49=An error occurred while attempting to create a Directory Server logger from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_OBJECTCLASS_50=Configuration entry %s does not contain a valid objectclass for a Directory Server access, error, or debug logger definition |
| | | INFO_CONFIG_LOGGER_DESCRIPTION_CLASS_NAME_51=Vollqualifizierter Name der Java-Klasse, die das Directory-Server-Protokoll definiert. Wenn der Name ge\u00e4ndert wird, w\u00e4hrend das zugeordnete Protokoll aktiv ist, muss das Protokoll deaktiviert und wieder reaktiviert werden, damit die \u00c4nderungen in Kraft treten |
| | | SEVERE_ERR_CONFIG_LOGGER_NO_CLASS_NAME_52=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-java-class which specifies the fully-qualified class name for the associated logger |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_CLASS_NAME_53=Configuration entry %s has an invalid value for attribute ds-cfg-java-class: %s |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_ACCESS_LOGGER_CLASS_54=Class %s specified in attribute ds-cfg-java-class of configuration entry %s cannot be instantiated as a Directory Server access logger: %s |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_ERROR_LOGGER_CLASS_55=Class %s specified in attribute ds-cfg-java-class of configuration entry %s cannot be instantiated as a Directory Server error logger: %s |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_DEBUG_LOGGER_CLASS_56=Class %s specified in attribute ds-cfg-java-class of configuration entry %s cannot be instantiated as a Directory Server debug logger: %s |
| | | INFO_CONFIG_LOGGER_DESCRIPTION_ENABLED_57=Gibt an, ob das Directory-Server-Protokoll aktiviert werden soll. \u00c4nderungen an diesem Attribut treten sofort in Kraft |
| | | SEVERE_ERR_CONFIG_LOGGER_NO_ENABLED_ATTR_58=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-enabled which indicates whether the logger should be enabled for use in the Directory Server |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_ENABLED_VALUE_59=Configuration entry %s has an invalid value for attribute ds-cfg-enabled: %s |
| | | INFO_CONFIG_CORE_DESCRIPTION_ALLOW_ATTR_EXCEPTIONS_60=Gibt an, ob Ausnahmen bei den Zeichen zul\u00e4ssig sind, die in Attributnamen verwendet werden. Standardm\u00e4\u00dfig d\u00fcrfen Attributnamen nur ASCII-Buchstaben, numerische Ziffern und Striche enthalten; au\u00dferdem m\u00fcssen sie mit einem Buchstaben beginnen. Wenn Ausnahmen beim Attributnamen aktiviert sind, ist auch das Unterstrich-Zeichen zul\u00e4ssig, und die Attributnamen d\u00fcrfen auch mit einer Ziffer beginnen. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_ALLOW_EXCEPTIONS_61=Configuration entry %s has an invalid value for configuration attribute ds-cfg-allow-attribute-name-exceptions (it should be a Boolean value of true or false): %s |
| | | INFO_CONFIG_CORE_DESCRIPTION_INVALID_SYNTAX_BEHAVIOR_62=Verhalten von Directory-Server, wenn ein Attribut gefunden wird, dessen Wert nicht der Syntax f\u00fcr das Attribut entspricht. Zul\u00e4ssige Werte f\u00fcr dieses Attribut sind "reject", um den ung\u00fcltigen Wert zur\u00fcckzuweisen, "warn", um den ung\u00fcltigen Wert zu akzeptieren aber dabei eine Warnmeldung ins Protokoll zu schreiben, oder "accept", um den ung\u00fcltigen Wert ohne Warnung zu akzeptieren. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_ENFORCE_STRICT_SYNTAX_63=Configuration entry %s has an invalid value for configuration attribute ds-cfg-invalid-attribute-syntax-behavior (it should be one of "accept", "reject", or "warn" ): %s |
| | | MILD_ERR_CONFIG_ATTR_MULTIPLE_PENDING_VALUE_SETS_64=Konfigurationseintrag %s enth\u00e4lt anscheinend mehrere anstehende Wertereihen |
| | | MILD_ERR_CONFIG_ATTR_MULTIPLE_ACTIVE_VALUE_SETS_65=Konfigurationseintrag %s enth\u00e4lt anscheinend mehrere aktive Wertereihen |
| | | MILD_ERR_CONFIG_ATTR_NO_ACTIVE_VALUE_SET_66=Konfigurationsattribut %s enth\u00e4lt keine aktive Wertereihe |
| | | MILD_ERR_CONFIG_ATTR_INT_INVALID_TYPE_67=Wert %s f\u00fcr Konfigurationsattribut %s kann nicht als Ganzzahl geparst werden, da das Element zu einem unzul\u00e4ssigen Typ (%s) geh\u00f6rt |
| | | MILD_ERR_CONFIG_ATTR_INT_INVALID_ARRAY_TYPE_68=Wert f\u00fcr Konfigurationsattribut %s kann nicht als Reihe von Ganzzahlwerten geparst werden, da das Array Elemente unzul\u00e4ssigen Typs (%s) enth\u00e4lt |
| | | MILD_ERR_CONFIG_ATTR_INVALID_STRING_VALUE_69=Wert %s f\u00fcr Konfigurationsattribut %s kann nicht als Zeichenkettenwert geparst werden: %s |
| | | MILD_ERR_CONFIG_ATTR_STRING_INVALID_TYPE_70=Wert %s f\u00fcr Konfigurationsattribut %s kann nicht als Zeichenkettenwert geparst werden, da das Element zu einem unzul\u00e4ssigen Typ (%s) geh\u00f6rt |
| | | MILD_ERR_CONFIG_ATTR_STRING_INVALID_ARRAY_TYPE_71=Wert f\u00fcr Konfigurationsattribut %s kann nicht als Reihe von Zeichenkettenwerten geparst werden, da das Array Elemente unzul\u00e4ssigen Typs (%s) enth\u00e4lt |
| | | MILD_ERR_CONFIG_ATTR_INT_WITH_UNIT_INVALID_TYPE_72=Wert %s f\u00fcr Konfigurationsattribut %s kann nicht als Ganzzahl mit Einheitswert geparst werden, da das Element zu einem unzul\u00e4ssigen Typ (%s) geh\u00f6rt |
| | | MILD_ERR_CONFIG_JMX_ATTR_NO_VALUE_73=Konfigurationseintrag %s enth\u00e4lt keinen Wert f\u00fcr Attribut %s |
| | | MILD_ERR_CONFIG_JMX_ATTR_NO_ATTR_74=Im Konfigurationseintrag %s ist das Attribut %s nicht enthalten (bzw. es ist enthalten, es kann aber nicht mit JMX darauf zugegriffen werden) |
| | | MILD_ERR_CONFIG_JMX_CANNOT_GET_CONFIG_ENTRY_75=Konfigurationseintrag %s kann nicht f\u00fcr Zugriff \u00fcber JMX abgerufen werden: %s |
| | | MILD_ERR_CONFIG_JMX_ATTR_INVALID_VALUE_76=Versuchte Aktualisierung des Attributs %s des Konfigurationseintrags %s \u00fcber JMX h\u00e4tte zu einem ung\u00fcltigen Wert gef\u00fchrt: %s |
| | | MILD_ERR_CONFIG_JMX_UNACCEPTABLE_CONFIG_77=Aktualisierung des Konfigurationseintrags %s \u00fcber JMX h\u00e4tte zu einer ung\u00fcltigen Konfiguration gef\u00fchrt: %s |
| | | MILD_ERR_CONFIG_JMX_NO_METHOD_78=Es wurde keine Methode %s f\u00fcr nicht aufrufbare Komponenten beim Konfigurationseintrag %s registriert |
| | | MILD_ERR_CONFIG_CANNOT_GET_CONFIG_ENTRY_79=Fehler beim Versuch, Konfigurationseintrag %s abzurufen: %s |
| | | INFO_CONFIG_SET_ATTRIBUTE_80=Der Wert des Konfigurationsattributs %s wurde auf %s im Konfigurationseintrag %s gesetzt |
| | | MILD_ERR_CONFIG_CHANGE_NOT_SUCCESSFUL_81=Der Versuch, den Konfigurationseintrag %s zu aktualisieren, ist fehlgeschlagen. Es sind ein oder mehrere Fehler aufgetreten: %s |
| | | SEVERE_ERR_CONFIG_LOGGER_NO_FILE_NAME_82=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-log-file which specifies the log file name for the associated logger |
| | | SEVERE_ERR_CONFIG_JMX_CANNOT_REGISTER_MBEAN_83=The Directory Server could not register a JMX MBean for the component associated with configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_LDIF_WRITE_ERROR_84=An unexpected error occurred while trying to export the Directory Server configuration to LDIF: %s |
| | | INFO_CONFIG_WORK_QUEUE_DESCRIPTION_NUM_THREADS_85=Anzahl der Worker-Threads, die zur Verarbeitung der Anfragen verwendet werden. Sie steuern die Zahl der Vorg\u00e4nge, die der Server gleichzeitig verarbeiten kann. Der optimale Wert h\u00e4ngt vom Systemtyp, auf dem der Server ausgef\u00fchrt wird, sowie von der zu verarbeitenden Arbeitslast ab. Er wird am besten durch Leistungstests ermittelt. \u00c4nderungen an diesem Attribut treten sofort in Kraft |
| | | INFO_CONFIG_WORK_QUEUE_DESCRIPTION_MAX_CAPACITY_86=Maximale Anzahl gleichzeitig anstehender Anfragen in der Arbeitswarteschlange, w\u00e4hrend alle Worker-Threads mit der Verarbeitung anderer Vorg\u00e4nge besch\u00e4ftigt sind. Wenn dieses Limit erreicht wird, werden neue Anfragen zur\u00fcckgewiesen. Der Wert 0 gibt an, dass kein Limit gesetzt ist. \u00c4nderungen an diesem Attribut treten sofort in Kraft |
| | | SEVERE_ERR_CONFIG_WORK_QUEUE_CANNOT_DETERMINE_NUM_WORKER_THREADS_87=An error occurred while attempting to retrieve the value of the ds-cfg-num-worker-threads attribute from the %s entry, which is used to specify the number of worker threads to service the work queue: %s. The Directory Server will use the default value of 24 |
| | | SEVERE_ERR_CONFIG_WORK_QUEUE_CANNOT_DETERMINE_QUEUE_CAPACITY_88=An error occurred while attempting to retrieve the value of the ds-cfg-max-work-queue-capacity attribute from the %s entry, which is used to specify the maximum number of pending operations that may be held in the work queue: %s. The Directory Server will use the default value of 0 |
| | | SEVERE_WARN_CONFIG_WORK_QUEUE_NUM_THREADS_INVALID_VALUE_89=The value of configuration attribute ds-cfg-num-worker-threads in configuration entry %s has an invalid value (%d). This attribute requires an integer value greater than zero |
| | | SEVERE_WARN_CONFIG_WORK_QUEUE_CAPACITY_INVALID_VALUE_90=The value of configuration attribute ds-cfg-max-work-queue-capacity in configuration entry %s has an invalid value (%d). This attribute requires an integer value greater than or equal to zero |
| | | INFO_CONFIG_WORK_QUEUE_CREATED_THREADS_91=%d zus\u00e4tzliche Worker-Threads wurden erstellt, um die Gesamtzahl der verf\u00fcgbaren Threads auf %d zu erh\u00f6hen |
| | | INFO_CONFIG_WORK_QUEUE_DESTROYING_THREADS_92=%d Worker-Threads werden so bald wie m\u00f6glich beendet (es kann ein paar Sekunden dauern, bis die Threads tats\u00e4chlich beendet werden), um die Gesamtzahl der verf\u00fcgbaren Threads auf %d zu verringern |
| | | INFO_CONFIG_WORK_QUEUE_NEW_CAPACITY_93=Die Kapazit\u00e4t der Arbeitswarteschlange wurde aktualisiert. Der neue Wert betr\u00e4gt %d |
| | | SEVERE_ERR_CONFIG_WORK_QUEUE_TOO_MANY_FAILURES_94=Worker thread "%s" has experienced too many repeated failures while attempting to retrieve the next operation from the work queue (%d failures experienced, maximum of %d failures allowed). This worker thread will be destroyed |
| | | SEVERE_ERR_CONFIG_WORK_QUEUE_CANNOT_CREATE_MONITOR_95=A problem occurred while trying to create and start an instance of class %s to use as a monitor provider for the Directory Server work queue: %s. No monitor information will be available for the work queue |
| | | INFO_CONFIG_DESCRIPTION_BACKEND_DIRECTORY_96=Name des Verzeichnisses, in dem Backend-Datenbankdateien gespeichert werden |
| | | SEVERE_ERR_CONFIG_BACKEND_NO_DIRECTORY_97=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-db-directory |
| | | MILD_ERR_CONFIG_ATTR_DN_NULL_98=F\u00fcr DN-Konfigurationsattribut %s wurde ein Nullwert angegeben |
| | | MILD_ERR_CONFIG_ATTR_DN_CANNOT_PARSE_99=Fehler beim Versuch, Wert "%s" des Attributs %s als DN zu parsen: %s |
| | | MILD_ERR_CONFIG_ATTR_INVALID_DN_VALUE_100=Wert %s f\u00fcr Konfigurationsattribut %s kann nicht als DN geparst werden: %s |
| | | MILD_ERR_CONFIG_ATTR_DN_INVALID_TYPE_101=Wert %s f\u00fcr Konfigurationsattribut %s kann nicht als DN geparst werden, da das Element zu einem unzul\u00e4ssigen Typ (%s) geh\u00f6rt |
| | | MILD_ERR_CONFIG_ATTR_DN_INVALID_ARRAY_TYPE_102=Wert f\u00fcr Konfigurationsattribut %s kann nicht als Reihe von DN-Werten geparst werden, da das Array Elemente unzul\u00e4ssigen Typs (%s) enth\u00e4lt |
| | | FATAL_ERR_CONFIG_CANNOT_REGISTER_AS_PRIVATE_SUFFIX_103=An unexpected error occurred while trying to register the configuration handler base DN "%s" as a private suffix with the Directory Server: %s |
| | | SEVERE_ERR_CONFIG_BACKEND_CANNOT_GET_CONFIG_BASE_104=An error occurred while trying to retrieve configuration entry cn=Backends,cn=config in order to initialize the Directory Server backends: %s |
| | | SEVERE_ERR_CONFIG_BACKEND_BASE_DOES_NOT_EXIST_105=The entry cn=Backends,cn=config does not appear to exist in the Directory Server configuration. This is a required entry |
| | | SEVERE_WARN_CONFIG_BACKEND_ENTRY_DOES_NOT_HAVE_BACKEND_CONFIG_106=Configuration entry %s exists below the backend configuration root of cn=Backends,cn=config but does not have objectclass ds-cfg-backend that is required for a Directory Server backend. This configuration entry will be ignored |
| | | SEVERE_ERR_CONFIG_BACKEND_ERROR_INTERACTING_WITH_BACKEND_ENTRY_107=An unexpected error occurred while interacting with backend configuration entry %s: %s |
| | | INFO_CONFIG_BACKEND_ATTR_DESCRIPTION_ENABLED_108=Gibt an, ob diese Backend zur Verwendung im Directory-Server aktiviert werden soll. Kann ge\u00e4ndert werden, w\u00e4hrend der Directory-Server online ist; wenn ein Backend aber deaktiviert ist, ist es nicht einsatzbereit |
| | | INFO_CONFIG_BACKEND_ATTR_DESCRIPTION_CLASS_109=Vollqualifizierter Name der Java-Klasse, die die Kernlogik f\u00fcr die Implementierung dieses Backends bereitstellt. \u00c4nderungen an diesem Konfigurationsattribut treten erst in Kraft, wenn das Backend deaktiviert und wieder reaktiviert oder der Server neu gestartet wird |
| | | SEVERE_WARN_CONFIG_BACKEND_NO_ENABLED_ATTR_110=Backend configuration entry %s does not contain attribute ds-cfg-enabled, which is used to indicate whether the backend should be enabled or disabled. Without this attribute, it will default to being disabled |
| | | INFO_CONFIG_BACKEND_DISABLED_111=Das im Konfigurationseintrag %s definierte Backend ist als deaktiviert markiert und wird daher nicht verwendet |
| | | SEVERE_ERR_CONFIG_BACKEND_UNABLE_TO_DETERMINE_ENABLED_STATE_112=An unexpected error occurred while attempting to determine whether the backend associated with configuration entry %s should be enabled or disabled: %s. It will be disabled |
| | | SEVERE_ERR_CONFIG_BACKEND_NO_CLASS_ATTR_113=Backend configuration entry %s does not contain attribute ds-cfg-java-class, which is used to specify the name of the class used to provide the backend implementation. The backend associated with this configuration entry will be disabled |
| | | SEVERE_ERR_CONFIG_BACKEND_CANNOT_GET_CLASS_114=An unexpected error occurred while trying to determine the name of the Java class that contains the implementation for backend %s: %s. This backend will be disabled |
| | | SEVERE_ERR_CONFIG_BACKEND_CANNOT_INSTANTIATE_115=The Directory Server was unable to load class %s and use it to create a backend instance as defined in configuration entry %s. The error that occurred was: %s. This backend will be disabled |
| | | SEVERE_ERR_CONFIG_BACKEND_CANNOT_INITIALIZE_116=An error occurred while trying to initialize a backend loaded from class %s with the information in configuration entry %s: %s. This backend will be disabled |
| | | SEVERE_ERR_CONFIG_BACKEND_CLASS_NOT_BACKEND_117=The class %s specified in configuration entry %s does not contain a valid Directory Server backend implementation |
| | | NOTICE_CONFIG_BACKEND_ACTION_REQUIRED_TO_CHANGE_CLASS_118=Durch die angeforderte \u00c4nderung am Konfigurationseintrag %s wird die Klasse des zugeordneten Backends von %s nach %s ge\u00e4ndert. Diese \u00c4nderung tritt erst in Kraft, wenn das Backend deaktiviert und wieder reaktiviert oder der Directory-Server neu gestartet wird |
| | | NOTICE_CONFIG_BACKEND_CANNOT_REMOVE_BACKEND_WITH_SUBORDINATES_119=Das in Konfigurationseintrag %s definierte Backend hat ein oder mehrere untergeordnete Backends. Ein Backend kann nicht entfernt werden, wenn es untergeordnete Backends hat |
| | | INFO_CONFIG_CORE_DESCRIPTION_MAX_ALLOWED_CONNECTIONS_120=Die maximale Anzahl an Client-Verbindungen, die gleichzeitig zum Directory-Server hergestellt werden k\u00f6nnen. Ein Wert kleiner gleich Null gibt an, dass es keine Begrenzung gibt. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft |
| | | INFO_CONFIG_LOGGER_CLASS_ACTION_REQUIRED_122=Die angeforderte \u00c4nderung des Protokollklassennamens von %s nach %s im Konfigurationseintrag %s kann nicht dynamisch ausgef\u00fchrt werden. Diese \u00c4nderung tritt erst in Kraft, wenn das Protokoll deaktiviert und wieder reaktiviert oder der Directory-Server neu gestartet wird |
| | | MILD_ERR_CONFIG_LOGGER_EXISTS_123=Neuer Protokolleintrag mit DN %s kann nicht hinzugef\u00fcgt werden, da bereits ein anderes Protokoll mit dem DN registriert ist |
| | | MILD_ERR_CONFIG_LOGGER_ACCESS_INITIALIZATION_FAILED_124=Fehler beim Versuch, eine Instanz der Klasse %s als Zugriffsprotokoll zu initialisieren, wie im Konfigurationseintrag %s definiert ist: %s |
| | | MILD_ERR_CONFIG_LOGGER_ERROR_INITIALIZATION_FAILED_125=Fehler beim Versuch, eine Instanz der Klasse %s als Fehlerprotokoll zu initialisieren, wie im Konfigurationseintrag %s definiert ist: %s |
| | | MILD_ERR_CONFIG_LOGGER_DEBUG_INITIALIZATION_FAILED_126=Fehler beim Versuch, eine Instanz der Klasse %s als Debug-Protokoll zu initialisieren, wie im Konfigurationseintrag %s definiert ist: %s |
| | | FATAL_ERR_CONFIG_MONITOR_CANNOT_GET_BASE_127=An error occurred while attempting to retrieve the base monitor entry cn=Monitor Providers,cn=config from the Directory Server configuration: %s |
| | | SEVERE_WARN_CONFIG_MONITOR_BASE_DOES_NOT_EXIST_128=The monitor configuration base cn=Monitor Providers,cn=config does not exist in the Directory Server configuration. Only limited monitoring information will be available |
| | | SEVERE_ERR_CONFIG_MONITOR_ENTRY_UNACCEPTABLE_129=Configuration entry %s does not contain a valid monitor provider configuration: %s. It will be ignored |
| | | SEVERE_ERR_CONFIG_MONITOR_CANNOT_CREATE_MONITOR_130=An error occurred while attempting to create a Directory Server monitor provider from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_MONITOR_INVALID_OBJECTCLASS_131=Configuration entry %s does not contain the ds-cfg-monitor-provider objectclass, which is required for monitor provider definitions |
| | | INFO_CONFIG_MONITOR_DESCRIPTION_CLASS_NAME_132=Vollqualifizierter Name der Java-Klasse, die den Directory-Server-Monitor Provider definiert. Wenn der Name ge\u00e4ndert wird, w\u00e4hrend der zugeordnete Monitor aktiv ist, muss der Monitor deaktiviert und wieder reaktiviert werden, damit die \u00c4nderungen in Kraft treten |
| | | SEVERE_ERR_CONFIG_MONITOR_NO_CLASS_NAME_133=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-java-class which specifies the fully-qualified class name for the associated monitor provider |
| | | SEVERE_ERR_CONFIG_MONITOR_INVALID_CLASS_NAME_134=Configuration entry %s has an invalid value for attribute ds-cfg-java-class: %s |
| | | SEVERE_ERR_CONFIG_MONITOR_INVALID_CLASS_135=Class %s specified in configuration entry %s does not contain a valid monitor provider implementation: %s |
| | | INFO_CONFIG_MONITOR_DESCRIPTION_ENABLED_136=Gibt an, ob dieser Directory-Server-Monitor Provider aktiviert werden soll. \u00c4nderungen an diesem Attribut treten sofort in Kraft |
| | | SEVERE_ERR_CONFIG_MONITOR_NO_ENABLED_ATTR_137=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-enabled which indicates whether the monitor provider should be enabled for use in the Directory Server |
| | | SEVERE_ERR_CONFIG_MONITOR_INVALID_ENABLED_VALUE_138=Configuration entry %s has an invalid value for attribute ds-cfg-enabled: %s |
| | | INFO_CONFIG_MONITOR_CLASS_ACTION_REQUIRED_139=Die angeforderte \u00c4nderung des Monitor-Klassennamens von %s nach %s im Konfigurationseintrag %s kann nicht dynamisch ausgef\u00fchrt werden. Diese \u00c4nderung tritt erst in Kraft, wenn der Monitor Provider deaktiviert und wieder reaktiviert oder der Directory-Server neu gestartet wird |
| | | MILD_ERR_CONFIG_MONITOR_INITIALIZATION_FAILED_140=Fehler beim Versuch, eine Instanz der Klasse %s als Monitor Provider zu initialisieren, wie im Konfigurationseintrag %s definiert ist: %s |
| | | MILD_ERR_CONFIG_MONITOR_EXISTS_141=Neuer Monitor Provider-Eintrag mit DN %s kann nicht hinzugef\u00fcgt werden, da bereits ein anderer Monitor Provider mit dem DN registriert ist |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_CANNOT_GET_CONFIG_BASE_142=An error occurred while trying to retrieve configuration entry cn=Connection Handlers,cn=config in order to initialize the Directory Server backends: %s |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_BASE_DOES_NOT_EXIST_143=The entry cn=Connection Handlers,cn=config does not appear to exist in the Directory Server configuration. This is a required entry |
| | | SEVERE_WARN_CONFIG_CONNHANDLER_ENTRY_DOES_NOT_HAVE_CONNHANDLER_CONFIG_144=Configuration entry %s exists below the connection handler configuration root of cn=Connection Handlers,cn=config but does not have objectclass ds-cfg-connection-handler that is required for a Directory Server connection handler. This configuration entry will be ignored |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_ERROR_INTERACTING_WITH_CONNHANDLER_ENTRY_145=An unexpected error occurred while interacting with connection handler configuration entry %s: %s |
| | | INFO_CONFIG_CONNHANDLER_ATTR_DESCRIPTION_ENABLED_146=Gibt an, ob diese Verbindungsbehandlungsroutine zur Verwendung im Directory-Server aktiviert werden soll. Kann ge\u00e4ndert werden, w\u00e4hrend der Directory-Server online ist; wenn eine Verbindungsbehandlungsroutine aber deaktiviert ist, ist sie nicht einsatzbereit |
| | | INFO_CONFIG_CONNHANDLER_ATTR_DESCRIPTION_CLASS_147=Vollqualifizierter Name der Java-Klasse, die die Kernlogik f\u00fcr die Implementierung dieser Verbindungsbehandlungsroutine bereitstellt. \u00c4nderungen an diesem Konfigurationsattribut treten erst in Kraft, wenn die Verbindungsbehandlungsroutine deaktiviert und wieder reaktiviert oder der Server neu gestartet wird |
| | | SEVERE_WARN_CONFIG_CONNHANDLER_NO_ENABLED_ATTR_148=Connection handler configuration entry %s does not contain attribute ds-cfg-enabled, which is used to indicate whether the connection handler should be enabled or disabled. Without this attribute, it will default to being disabled |
| | | INFO_CONFIG_CONNHANDLER_DISABLED_149=Die im Konfigurationseintrag %s definierte Verbindungsbehandlungsroutine ist als deaktiviert markiert und wird daher nicht verwendet |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_UNABLE_TO_DETERMINE_ENABLED_STATE_150=An unexpected error occurred while attempting to determine whether the connection handler associated with configuration entry %s should be enabled or disabled: %s. It will be disabled |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_NO_CLASS_ATTR_151=Connection handler configuration entry %s does not contain attribute ds-cfg-java-class, which is used to specify the name of the class used to provide the connection handler implementation. The connection handler associated with this configuration entry will be disabled |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_CANNOT_GET_CLASS_152=An unexpected error occurred while trying to determine the name of the Java class that contains the implementation for connection handler %s: %s. This connection handler will be disabled |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_CANNOT_INSTANTIATE_153=The Directory Server was unable to load class %s and use it to create a connection handler instance as defined in configuration entry %s. The error that occurred was: %s. This connection handler will be disabled |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_CANNOT_INITIALIZE_154=An error occurred while trying to initialize a connection handler loaded from class %s with the information in configuration entry %s: %s. This connection handler will be disabled |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_UNACCEPTABLE_CONFIG_155=The configuration for the connection handler defined in configuration entry %s was not acceptable according to its internal validation. However, no specific information is available regarding the problem(s) with the entry |
| | | SEVERE_ERR_CONFIG_BACKEND_UNACCEPTABLE_CONFIG_156=The configuration for the backend defined in configuration entry %s was not acceptable according to its internal validation. However, no specific information is available regarding the problem(s) with the entry |
| | | SEVERE_ERR_CONFIG_MONITOR_UNACCEPTABLE_CONFIG_157=The configuration for the monitor provider defined in configuration entry %s was not acceptable according to its internal validation. However, no specific information is available regarding the problem(s) with the entry |
| | | SEVERE_ERR_CONFIG_LOGGER_UNACCEPTABLE_CONFIG_158=The configuration for the logger defined in configuration entry %s was not acceptable according to its internal validation. However, no specific information is available regarding the problem(s) with the entry |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_CLASS_NOT_CONNHANDLER_159=The class %s specified in configuration entry %s does not contain a valid Directory Server connection handler implementation |
| | | SEVERE_ERR_CONFIG_SCHEMA_CANNOT_GET_MR_BASE_160=An error occurred while trying to retrieve configuration entry cn=Matching Rules,cn=config in order to initialize the Directory Server matching rules: %s |
| | | SEVERE_ERR_CONFIG_SCHEMA_MR_BASE_DOES_NOT_EXIST_161=The entry cn=Matching Rules,cn=config does not appear to exist in the Directory Server configuration. This is a required entry |
| | | SEVERE_ERR_CONFIG_SCHEMA_NO_MATCHING_RULES_162=No child entries were found below the entry cn=Matching Rules,cn=config to define the matching rules for use in the Directory Server. This is an error, because the Directory Server must have matching rules defined to function properly |
| | | SEVERE_WARN_CONFIG_SCHEMA_ENTRY_DOES_NOT_HAVE_MR_CONFIG_163=Configuration entry %s exists below the matching rule configuration root of cn=Matching Rules,cn=config but does not have objectclass ds-cfg-matching-rule that is required for a Directory Server matching rule. This configuration entry will be ignored |
| | | INFO_CONFIG_SCHEMA_MR_ATTR_DESCRIPTION_ENABLED_164=Gibt an, ob diese \u00dcbereinstimmungsregel zur Verwendung im Directory-Server aktiviert werden soll. Kann ge\u00e4ndert werden, w\u00e4hrend der Directory-Server online ist. Wenn eine \u00dcbereinstimmungsregel deaktiviert wird, nachdem sie f\u00fcr ein oder mehrere Attribute verwendet wurde, gilt die \u00dcbereinstimmung f\u00fcr die Attribute ggf. nicht mehr wie erwartet |
| | | INFO_CONFIG_SCHEMA_MR_ATTR_DESCRIPTION_CLASS_165=Vollqualifizierter Name der Java-Klasse, die die Kernlogik f\u00fcr die Implementierung dieser \u00dcbereinstimmungsregel bereitstellt. \u00c4nderungen an diesem Konfigurationsattribut treten erst in Kraft, wenn die \u00dcbereinstimmungsregel deaktiviert und wieder reaktiviert oder der Server neu gestartet wird. Auch \u00c4nderungen an der \u00dcbereinstimmungsregelklasse von \u00dcbereinstimmungsregeln, die bereits f\u00fcr ein oder mehrere Attribute verwendet wurden, k\u00f6nnen zu unerwarteten Ergebnissen bei der \u00dcbereinstimmung dieser Attribute f\u00fchren |
| | | SEVERE_WARN_CONFIG_SCHEMA_MR_NO_ENABLED_ATTR_166=Matching rule configuration entry %s does not contain attribute ds-cfg-enabled, which is used to indicate whether the matching rule should be enabled or disabled. Without this attribute, it will default to being disabled |
| | | INFO_CONFIG_SCHEMA_MR_DISABLED_167=Die im Konfigurationseintrag %s definierte \u00dcbereinstimmungsregel ist als deaktiviert markiert und wird daher nicht verwendet Wenn sie bereits f\u00fcr ein oder mehrere Attribute verwendet wurde, kann es sein, dass die \u00dcbereinstimmung f\u00fcr die Werte dieser Attribute ggf. nicht funktioniert |
| | | SEVERE_ERR_CONFIG_SCHEMA_MR_UNABLE_TO_DETERMINE_ENABLED_STATE_168=An unexpected error occurred while attempting to determine whether the matching rule associated with configuration entry %s should be enabled or disabled: %s. It will be disabled |
| | | SEVERE_ERR_CONFIG_SCHEMA_MR_NO_CLASS_ATTR_169=Matching rule configuration entry %s does not contain attribute ds-cfg-java-class, which is used to specify the name of the class used to provide the matching rule implementation. The matching rule associated with this configuration entry will be disabled |
| | | SEVERE_ERR_CONFIG_SCHEMA_MR_CANNOT_GET_CLASS_170=An unexpected error occurred while trying to determine the name of the Java class that contains the implementation for matching rule %s: %s. This matching rule will be disabled |
| | | SEVERE_ERR_CONFIG_SCHEMA_MR_CANNOT_INSTANTIATE_171=The Directory Server was unable to load class %s and use it to create a matching rule instance as defined in configuration entry %s. The error that occurred was: %s. This matching rule will be disabled |
| | | SEVERE_ERR_CONFIG_SCHEMA_MR_CANNOT_INITIALIZE_172=An error occurred while trying to initialize a matching rule loaded from class %s with the information in configuration entry %s: %s. This matching rule will be disabled |
| | | SEVERE_WARN_CONFIG_SCHEMA_MR_CONFLICTING_MR_173=The matching rule defined in configuration entry %s conflicts with another matching rule defined in the server configuration: %s. This matching rule will not be used |
| | | SEVERE_ERR_CONFIG_SCHEMA_CANNOT_GET_SYNTAX_BASE_174=An error occurred while trying to retrieve configuration entry cn=Syntaxes,cn=config in order to initialize the Directory Server attribute syntaxes: %s |
| | | SEVERE_ERR_CONFIG_SCHEMA_SYNTAX_BASE_DOES_NOT_EXIST_175=The entry cn=Syntaxes,cn=config does not appear to exist in the Directory Server configuration. This is a required entry |
| | | SEVERE_ERR_CONFIG_SCHEMA_NO_SYNTAXES_176=No child entries were found below the entry cn=Syntaxes,cn=config to define the attribute syntaxes for use in the Directory Server. This is an error, because the Directory Server must have syntaxes defined to function properly |
| | | SEVERE_WARN_CONFIG_SCHEMA_ENTRY_DOES_NOT_HAVE_SYNTAX_CONFIG_177=Configuration entry %s exists below the attribute syntax configuration root of cn=Syntaxes,cn=config but does not have objectclass ds-cfg-attribute-syntax that is required for a Directory Server attribute syntax. This configuration entry will be ignored |
| | | INFO_CONFIG_SCHEMA_SYNTAX_ATTR_DESCRIPTION_ENABLED_178=Gibt an, ob diese Attributsyntax zur Verwendung im Directory-Server aktiviert werden soll. Kann ge\u00e4ndert werden, w\u00e4hrend der Directory-Server online ist. Wenn eine Syntax deaktiviert wird, nachdem sie f\u00fcr ein oder mehrere Attribute verwendet wurde, gilt die \u00dcbereinstimmung f\u00fcr die Attribute ggf. nicht mehr wie erwartet |
| | | INFO_CONFIG_SCHEMA_SYNTAX_ATTR_DESCRIPTION_CLASS_179=Vollqualifizierter Name der Java-Klasse, die die Kernlogik f\u00fcr die Implementierung dieser Attributsyntax bereitstellt. \u00c4nderungen an diesem Konfigurationsattribut treten erst in Kraft, wenn die Syntax deaktiviert und wieder reaktiviert oder der Server neu gestartet wird. Auch \u00c4nderungen an der Syntaxklasse von Attributsyntaxen, die bereits f\u00fcr ein oder mehrere Attribute verwendet wurden, k\u00f6nnen zu unerwarteten Ergebnissen bei der \u00dcbereinstimmung dieser Attribute f\u00fchren |
| | | SEVERE_WARN_CONFIG_SCHEMA_SYNTAX_NO_ENABLED_ATTR_180=Attribute syntax configuration entry %s does not contain attribute ds-cfg-enabled, which is used to indicate whether the syntax should be enabled or disabled. Without this attribute, it will default to being disabled |
| | | INFO_CONFIG_SCHEMA_SYNTAX_DISABLED_181=Die im Konfigurationseintrag %s definierte Attributsyntax ist als deaktiviert markiert und wird daher nicht verwendet. Wenn sie bereits f\u00fcr ein oder mehrere Attribute verwendet wurde, kann es sein, dass die \u00dcbereinstimmung f\u00fcr die Werte dieser Attribute ggf. nicht funktioniert |
| | | SEVERE_ERR_CONFIG_SCHEMA_SYNTAX_UNABLE_TO_DETERMINE_ENABLED_STATE_182=An unexpected error occurred while attempting to determine whether the attribute syntax associated with configuration entry %s should be enabled or disabled: %s. It will be disabled |
| | | SEVERE_ERR_CONFIG_SCHEMA_SYNTAX_NO_CLASS_ATTR_183=Matching rule configuration entry %s does not contain attribute ds-cfg-java-class, which is used to specify the name of the class used to provide the attribute syntax implementation. The syntax associated with this configuration entry will be disabled |
| | | SEVERE_ERR_CONFIG_SCHEMA_SYNTAX_CANNOT_GET_CLASS_184=An unexpected error occurred while trying to determine the name of the Java class that contains the implementation for attribute syntax %s: %s. This syntax will be disabled |
| | | SEVERE_ERR_CONFIG_SCHEMA_SYNTAX_CANNOT_INSTANTIATE_185=The Directory Server was unable to load class %s and use it to create an attribute syntax instance as defined in configuration entry %s. The error that occurred was: %s. This syntax will be disabled |
| | | SEVERE_ERR_CONFIG_SCHEMA_SYNTAX_CANNOT_INITIALIZE_186=An error occurred while trying to initialize an attribute syntax loaded from class %s with the information in configuration entry %s: %s. This syntax will be disabled |
| | | SEVERE_WARN_CONFIG_SCHEMA_SYNTAX_CONFLICTING_SYNTAX_187=The attribute syntax defined in configuration entry %s conflicts with another syntax defined in the server configuration: %s. This attribute syntax will not be used |
| | | SEVERE_ERR_CONFIG_SCHEMA_NO_SCHEMA_DIR_188=Unable to read the Directory Server schema definitions because the schema directory %s does not exist |
| | | SEVERE_ERR_CONFIG_SCHEMA_DIR_NOT_DIRECTORY_189=Unable to read the Directory Server schema definitions because the schema directory %s exists but is not a directory |
| | | SEVERE_ERR_CONFIG_SCHEMA_CANNOT_LIST_FILES_190=Unable to read the Directory Server schema definitions from directory %s because an unexpected error occurred while trying to list the files in that directory: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_OPEN_FILE_191=Schema configuration file %s in directory %s cannot be parsed because an unexpected error occurred while trying to open the file for reading: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_READ_LDIF_ENTRY_192=Schema configuration file %s in directory %s cannot be parsed because an unexpected error occurred while trying to read its contents as an LDIF entry: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_PARSE_ATTR_TYPE_193=Unable to parse an attribute type definition from schema configuration file %s: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CONFLICTING_ATTR_TYPE_194=An attribute type read from schema configuration file %s conflicts with another attribute type already read into the schema: %s. The later attribute type definition will be used |
| | | SEVERE_WARN_CONFIG_SCHEMA_CONFLICTING_OC_195=An objectclass read from schema configuration file %s conflicts with another objectclass already read into the schema: %s. The later objectclass definition will be used |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_PARSE_OC_196=An objectclass read from schema configuration file %s could not be parsed: %s |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_STRUCTURAL_CLASS_BEHAVIOR_197=Configuration entry %s has an invalid value for configuration attribute ds-cfg-single-structural-objectclass-behavior (it should be one of "accept", "reject", or "warn" ): %s |
| | | INFO_CONFIG_CORE_DESCRIPTION_CHECK_SCHEMA_198=Gibt an, ob der Directory-Server Schemapr\u00fcfungen f\u00fcr Aktualisierungsvorg\u00e4nge durchf\u00fchren soll, um sicherzustellen, dass die Eintr\u00e4ge f\u00fcr die Schemakonfiguration des Servers zul\u00e4ssig sind (z.\u00a0B. dass alle erforderlichen Attribute und keine verbotenen Attribute vorhanden sind). Es ist nicht empfohlen, die Schemapr\u00fcfung zu deaktivieren, da dadurch ung\u00fcltige Eintr\u00e4ge in den Server gelangen k\u00f6nnen. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_CHECK_SCHEMA_199=Configuration entry %s has an invalid value for configuration attribute ds-cfg-check-schema (it should be a Boolean value of true or false): %s |
| | | SEVERE_ERR_CONFIG_ENTRYCACHE_CANNOT_INSTALL_DEFAULT_CACHE_200=An unexpected error occurred that prevented the server from installing its default entry cache framework: %s |
| | | SEVERE_WARN_CONFIG_ENTRYCACHE_NO_CONFIG_ENTRY_201=The entry cache configuration entry "cn=Entry Caches,cn=config" does not exist in the Directory Server configuration. No entry cache will be available until this entry is created with a valid entry cache configuration |
| | | SEVERE_ERR_CONFIG_ENTRYCACHE_CANNOT_INITIALIZE_CACHE_202=An error occurred while attempting to initialize an instance of class %s for use as the Directory Server entry cache: %s. As a result, the entry cache will be disabled |
| | | SEVERE_ERR_CONFIG_ENTRYCACHE_CONFIG_NOT_ACCEPTABLE_203=The configuration for the entry cache defined in configuration entry %s was not acceptable: %s |
| | | SEVERE_ERR_CONFIG_ENTRYCACHE_CONFIG_LEVEL_NOT_ACCEPTABLE_204=The configuration for the entry cache defined in configuration entry %s was not acceptable: the entry cache level %d is already in use |
| | | INFO_WARN_CONFIG_ENTRYCACHE_NO_MONITOR_CONFIG_ENTRY_205=Die Konfiguration des Eintragsspeichers %s Monitor Provider ist nicht verf\u00fcgbar. Der Monitor Provider %s wird daher nicht aktiviert |
| | | INFO_WARN_CONFIG_ENTRYCACHE_MONITOR_CONFIG_DISABLED_206=Die Konfiguration des Eintragsspeichers %s Monitor Provider wurde deaktiviert Der Monitor Provider %s wird daher nicht aktiviert |
| | | MILD_ERR_CONFIG_ENTRY_CANNOT_REMOVE_CHILD_215=Unerwarteter Fehler beim Versuch, Eintrag %s als untergeordneten Eintrag von Konfigurationseintrag %s zu entfernen: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_PARSE_NAME_FORM_216=Unable to parse a name form definition from schema configuration file %s: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CONFLICTING_NAME_FORM_217=A name form read from schema configuration file %s conflicts with another name form already read into the schema: %s. The later name form definition will be used |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_PARSE_DCR_218=Unable to parse a DIT content rule definition from schema configuration file %s: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CONFLICTING_DCR_219=A DIT content rule read from schema configuration file %s conflicts with another DIT content rule already read into the schema: %s. The later DIT content rule definition will be used |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_PARSE_DSR_220=Unable to parse a DIT structure rule definition from schema configuration file %s: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CONFLICTING_DSR_221=A DIT structure rule read from schema configuration file %s conflicts with another DIT structure rule already read into the schema: %s. The later DIT structure rule definition will be used |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_PARSE_MRU_222=Unable to parse a matching rule use definition from schema configuration file %s: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CONFLICTING_MRU_223=A matching rule use read from schema configuration file %s conflicts with another matching rule use already read into the schema: %s. The later matching rule use definition will be used |
| | | SEVERE_WARN_CONFIG_LOGGER_NO_ROTATION_POLICY_224=No file rotation policy has been defined in configuration entry %s. No log rotation will take place |
| | | SEVERE_ERR_CONFIG_LOGGER_NO_SIZE_LIMIT_225=No size limit has been defined for the size based file rotation policy in the configuration entry %s |
| | | SEVERE_ERR_CONFIG_LOGGER_NO_TIME_LIMIT_226=No time limit has been defined for the time based file rotation policy in the configuration entry %s |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_ROTATION_POLICY_227=An invalid file rotation policy %s has been defined in configuration entry %s |
| | | MILD_ERR_CONFIG_ATTR_READ_ONLY_228=Konfigurationsattribut %s ist schreibgesch\u00fctzt. Seine Werte k\u00f6nnen nicht ge\u00e4ndert werden |
| | | SEVERE_ERR_CONFIG_PLUGIN_CANNOT_GET_CONFIG_BASE_229=An error occurred while trying to retrieve configuration entry cn=Plugins,cn=config in order to initialize the Directory Server plugins: %s |
| | | SEVERE_ERR_CONFIG_PLUGIN_BASE_DOES_NOT_EXIST_230=The entry cn=Plugins,cn=config does not appear to exist in the Directory Server configuration. This is a required entry |
| | | SEVERE_WARN_CONFIG_PLUGIN_ENTRY_DOES_NOT_HAVE_PLUGIN_CONFIG_231=Configuration entry %s exists below the plugin configuration root of cn=Plugins,cn=config but does not have objectclass ds-cfg-backend that is required for a Directory Server plugin. This configuration entry will be ignored |
| | | SEVERE_ERR_CONFIG_PLUGIN_ERROR_INTERACTING_WITH_PLUGIN_ENTRY_232=An unexpected error occurred while interacting with backend configuration entry %s: %s |
| | | INFO_CONFIG_PLUGIN_ATTR_DESCRIPTION_ENABLED_233=Gibt an, ob diese Plugin zur Verwendung im Directory-Server aktiviert werden soll. Kann ge\u00e4ndert werden, w\u00e4hrend der Directory-Server online ist. Die \u00c4nderungen treten sofort in Kraft |
| | | SEVERE_WARN_CONFIG_PLUGIN_NO_ENABLED_ATTR_234=Plugin configuration entry %s does not contain attribute ds-cfg-enabled, which is used to indicate whether the plugin should be enabled or disabled. Without this attribute, it will default to being disabled |
| | | INFO_CONFIG_PLUGIN_DISABLED_235=Das im Konfigurationseintrag %s definierte Plugin ist als deaktiviert markiert und wird daher nicht verwendet |
| | | SEVERE_ERR_CONFIG_PLUGIN_UNABLE_TO_DETERMINE_ENABLED_STATE_236=An unexpected error occurred while attempting to determine whether the plugin associated with configuration entry %s should be enabled or disabled: %s. It will be disabled |
| | | INFO_CONFIG_PLUGIN_ATTR_DESCRIPTION_PLUGIN_TYPE_237=Plugin-Typen f\u00fcr diese Plugin, die steuern, wann das Plugin w\u00e4hrend der Verarbeitung aufgerufen wird. Dieser Wert ist w\u00e4hrend des Ladens und Initialisierens des Plugins schreibgesch\u00fctzt. \u00c4nderungen an diesem Attribut treten erst in Kraft, wenn das Plugin deaktiviert und wieder reaktiviert oder der Server neu gestartet wird |
| | | INFO_CONFIG_PLUGIN_ATTR_DESCRIPTION_CLASS_238=Vollqualifizierter Name der Java-Klasse, die die Kernlogik f\u00fcr Implementierung dieses Plugins bereitstellt. \u00c4nderungen an diesem Konfigurationsattribut treten erst in Kraft, wenn das Plugin deaktiviert und wieder reaktiviert oder der Server neu gestartet wird |
| | | SEVERE_ERR_CONFIG_PLUGIN_NO_PLUGIN_TYPES_239=Plugin configuration entry %s does not contain attribute ds-cfg-plugin-type, which is used to specify the name(s) of the plugin type(s) for the plugin. This is a required attribute, so this plugin will be disabled |
| | | SEVERE_ERR_CONFIG_PLUGIN_INVALID_PLUGIN_TYPE_240=Plugin configuration entry %s has an invalid value %s for attribute ds-cfg-plugin-type that does not name a valid plugin type. This plugin will be disabled |
| | | SEVERE_ERR_CONFIG_PLUGIN_CANNOT_GET_PLUGIN_TYPES_241=An unexpected error occurred while trying to determine the set of plugin types for the plugin defined in configuration entry %s: %s. This plugin will be disabled |
| | | SEVERE_ERR_CONFIG_PLUGIN_NO_CLASS_ATTR_242=Plugin configuration entry %s does not contain attribute ds-cfg-java-class, which is used to specify the name of the class used to provide the plugin implementation. The plugin associated with this configuration entry will be disabled |
| | | SEVERE_ERR_CONFIG_PLUGIN_CANNOT_GET_CLASS_243=An unexpected error occurred while trying to determine the name of the Java class that contains the implementation for plugin %s: %s. This plugin will be disabled |
| | | SEVERE_ERR_CONFIG_PLUGIN_CANNOT_INSTANTIATE_244=The Directory Server was unable to load class %s and use it to create a plugin instance as defined in configuration entry %s. The error that occurred was: %s. This plugin will be disabled |
| | | SEVERE_ERR_CONFIG_PLUGIN_CANNOT_INITIALIZE_245=An error occurred while attempting to initialize an instance of class %s as a Directory Server plugin using the information in configuration entry %s: %s. This plugin will be disabled |
| | | INFO_CONFIG_CORE_DESCRIPTION_NOTIFY_ABANDONED_OPERATIONS_246=Gibt an, ob der Directory-Server einem Client auf abgebrochene Vorg\u00e4nge eine Reaktion senden soll, damit dieser wei\u00df, dass der Server sie nicht mehr bearbeitet. Die LDAP-Spezifikation verbietet das Senden von Reaktionen in solchen F\u00e4llen, aber einige Clients funktionieren nicht ordnungsgem\u00e4\u00df, wenn sie vergeblich auf eine Reaktion auf abgebrochene Vorg\u00e4nge warten. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_NOTIFY_ABANDONED_OPERATIONS_247=Configuration entry %s has an invalid value for configuration attribute ds-cfg-notify-abandoned-operations (it should be a Boolean value of true or false): %s |
| | | SEVERE_ERR_CONFIG_EXTOP_INVALID_CLASS_256=Class %s specified in configuration entry %s does not contain a valid extended operation handler implementation: %s |
| | | MILD_ERR_CONFIG_EXTOP_INITIALIZATION_FAILED_261=Fehler beim Versuch, eine Instanz der Klasse %s als erweiterte Vorgangsbehandlungsroutine zu initialisieren, wie im Konfigurationseintrag %s definiert ist: %s |
| | | FATAL_ERR_CONFIG_SASL_CANNOT_GET_BASE_264=An error occurred while attempting to retrieve the SASL mechanism handler base entry cn=SASL Mechanisms,cn=config from the Directory Server configuration: %s |
| | | SEVERE_WARN_CONFIG_SASL_BASE_DOES_NOT_EXIST_265=The SASL mechanism configuration base cn=SASL Mechanisms,cn=config does not exist in the Directory Server configuration. This entry must be present for the server to function properly |
| | | SEVERE_ERR_CONFIG_SASL_ENTRY_UNACCEPTABLE_266=Configuration entry %s does not contain a valid SASL mechanism handler configuration: %s. It will be ignored |
| | | SEVERE_ERR_CONFIG_SASL_CANNOT_CREATE_HANDLER_267=An error occurred while attempting to create a Directory Server SASL mechanism handler from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_SASL_INVALID_OBJECTCLASS_268=Configuration entry %s does not contain the ds-cfg-sasl-mechanism-handler objectclass, which is required for SASL mechanism handler definitions |
| | | INFO_CONFIG_SASL_DESCRIPTION_CLASS_NAME_269=Vollqualifizierter Name der Java-Klasse, die die SASL-Mechanismus-Behandlungsroutine f\u00fcr den Directory-Server definiert. Wenn der Name ge\u00e4ndert wird, w\u00e4hrend die zugeordnete Behandlungsroutine aktiv ist, muss die Behandlungsroutine deaktiviert und wieder reaktiviert werden, damit die \u00c4nderungen in Kraft treten |
| | | SEVERE_ERR_CONFIG_SASL_NO_CLASS_NAME_270=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-java-class which specifies the fully-qualified class name for the associated SASL mechanism handler |
| | | SEVERE_ERR_CONFIG_SASL_INVALID_CLASS_NAME_271=Configuration entry %s has an invalid value for attribute ds-cfg-java-class: %s |
| | | SEVERE_ERR_CONFIG_SASL_INVALID_CLASS_272=Class %s specified in configuration entry %s does not contain a valid SASL mechanism handler implementation: %s |
| | | INFO_CONFIG_SASL_DESCRIPTION_ENABLED_273=Gibt an, ob diese SASL-Mechanismus-Behandlungsroutine f\u00fcr den Directory-Server aktiviert werden soll. \u00c4nderungen an diesem Attribut treten sofort in Kraft |
| | | SEVERE_ERR_CONFIG_SASL_NO_ENABLED_ATTR_274=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-enabled which indicates whether the SASL mechanism handler should be enabled for use in the Directory Server |
| | | SEVERE_ERR_CONFIG_SASL_INVALID_ENABLED_VALUE_275=Configuration entry %s has an invalid value for attribute ds-cfg-enabled: %s |
| | | INFO_CONFIG_SASL_CLASS_ACTION_REQUIRED_276=Die angeforderte \u00c4nderung des Klassennamens der SASL-Mechanismus-Behandlungsroutine von %s nach %s im Konfigurationseintrag %s kann nicht dynamisch ausgef\u00fchrt werden. Diese \u00c4nderung tritt erst in Kraft, wenn die Behandlungsroutine deaktiviert und wieder reaktiviert oder der Directory-Server neu gestartet wird |
| | | MILD_ERR_CONFIG_SASL_INITIALIZATION_FAILED_277=Fehler beim Versuch, eine Instanz der Klasse %s als SASL-Mechanismus-Behandlungsroutine zu initialisieren, wie im Konfigurationseintrag %s definiert ist: %s |
| | | MILD_ERR_CONFIG_SASL_EXISTS_278=Neuer Eintrag f\u00fcr SASL-Mechanismus-Behandlungsroutine mit DN %s kann nicht hinzugef\u00fcgt werden, da bereits eine andere Behandlungsroutine mit dem DN registriert ist |
| | | SEVERE_ERR_CONFIG_SASL_UNACCEPTABLE_CONFIG_279=The configuration for the SASL mechanism handler defined in configuration entry %s was not acceptable according to its internal validation. However, no specific information is available regarding the problem(s) with the entry |
| | | MILD_ERR_CONFIG_FILE_ADD_ALREADY_EXISTS_280=Eintrag %s kann nicht zur Directory-Server-Konfiguration hinzugef\u00fcgt werden, da bereits ein anderer Konfigurationseintrag mit dem DN vorhanden ist |
| | | MILD_ERR_CONFIG_FILE_ADD_NO_PARENT_DN_281=Eintrag %s kann nicht zur Directory-Server-Konfiguration hinzugef\u00fcgt werden, da der DN keinen \u00fcbergeordneten Eintrag hat |
| | | MILD_ERR_CONFIG_FILE_ADD_NO_PARENT_282=Eintrag %s kann nicht zur Directory-Server-Konfiguration hinzugef\u00fcgt werden, da der \u00fcbergeordnete Eintrag %s nicht vorhanden ist |
| | | MILD_ERR_CONFIG_FILE_ADD_REJECTED_BY_LISTENER_283=Konfigurationseintrag %s kann nicht zum Directory-Server hinzugef\u00fcgt werden, da einer der beim \u00fcbergeordneten Eintrag %s registrierten Hinzuf\u00fcge-Listener diese \u00c4nderung mit folgender Nachricht zur\u00fcckgewiesen hat: %s |
| | | MILD_ERR_CONFIG_FILE_ADD_FAILED_284=Unerwarteter Fehler beim Versuch, Konfigurationseintrag %s als untergeordneten Eintrag von %s hinzuzuf\u00fcgen: %s |
| | | MILD_ERR_CONFIG_FILE_DELETE_NO_SUCH_ENTRY_285=Eintrag %s kann nicht aus der Directory-Server-Konfiguration entfernt werden, da der angegebene Eintrag nicht vorhanden ist |
| | | MILD_ERR_CONFIG_FILE_DELETE_HAS_CHILDREN_286=Eintrag %s kann nicht aus der Directory-Server-Konfiguration entfernt werden, da der angegebene Eintrag ein oder mehrere untergeordnete Eintr\u00e4ge hat |
| | | MILD_ERR_CONFIG_FILE_DELETE_NO_PARENT_287=Eintrag %s kann nicht aus der Directory-Server-Konfiguration entfernt werden, da der Eintrag keinen \u00fcbergeordneten Eintrag hat und das Entfernen des Konfigurations-Root-Eintrags nicht zul\u00e4ssig ist |
| | | MILD_ERR_CONFIG_FILE_DELETE_REJECTED_288=Eintrag %s kann nicht aus der Directory-Server-Konfiguration entfernt werden, da einer der beim \u00fcbergeordneten Eintrag %s registrierten L\u00f6sch-Listener diese \u00c4nderung mit folgender Nachricht zur\u00fcckgewiesen hat: %s |
| | | MILD_ERR_CONFIG_FILE_DELETE_FAILED_289=Unerwarteter Fehler beim Versuch, Konfigurationseintrag %s als untergeordneten Eintrag von %s zu entfernen: %s |
| | | MILD_ERR_CONFIG_FILE_MODIFY_NO_SUCH_ENTRY_290=Eintrag %s kann nicht ge\u00e4ndert werden, da der angegebene Eintrag nicht vorhanden ist |
| | | MILD_ERR_CONFIG_FILE_MODIFY_REJECTED_BY_CHANGE_LISTENER_291=Eintrag %s kann nicht ge\u00e4ndert werden, da einer der bei diesem Eintrag registrierten Konfigurations\u00e4nderungs-Listener die \u00c4nderung zur\u00fcckgewiesen hat: %s |
| | | MILD_ERR_CONFIG_FILE_MODIFY_REJECTED_BY_COMPONENT_292=Eintrag %s kann nicht ge\u00e4ndert werden, da eine der bei diesem Eintrag registrierten konfigurierbaren Komponenten die \u00c4nderung zur\u00fcckgewiesen hat: %s |
| | | MILD_ERR_CONFIG_FILE_SEARCH_NO_SUCH_BASE_293=Der Suchvorgang kann nicht ausgef\u00fchrt werden, da der Basiseintrag %s nicht vorhanden ist |
| | | MILD_ERR_CONFIG_FILE_SEARCH_INVALID_SCOPE_294=Der Suchvorgang kann nicht ausgef\u00fchrt werden, da der angegebenen Suchbereich %s ung\u00fcltig ist |
| | | MILD_ERR_CONFIG_FILE_WRITE_CANNOT_CREATE_TEMP_ARCHIVE_295=Aufgrund einer Konfigurations\u00e4nderung ist ein Fehler beim Versuch aufgetreten, die tempor\u00e4re Datei %s zu erstellen, in der die archivierten Versionen der vorherigen Directory-Server-Konfigurationen gespeichert werden: %s |
| | | MILD_ERR_CONFIG_FILE_WRITE_CANNOT_COPY_EXISTING_ARCHIVE_296=Fehler beim Versuch, die archivierte Konfiguration von %s in die tempor\u00e4re Datei %s zu kopieren: %s |
| | | MILD_ERR_CONFIG_FILE_WRITE_CANNOT_COPY_CURRENT_CONFIG_297=Fehler beim Versuch, die archivierten Konfigurationen in Datei %s zu aktualisieren, um die aktuelle Konfiguration aus Datei %s hinzuzuf\u00fcgen: %s |
| | | MILD_ERR_CONFIG_FILE_WRITE_CANNOT_RENAME_TEMP_ARCHIVE_298=Fehler beim Versuch, die archivierten Konfigurationsdaten von %s nach %s umzubenennen. Die Ursache f\u00fcr den Fehler konnte nicht ermittelt werden |
| | | MILD_ERR_CONFIG_FILE_WRITE_CANNOT_REPLACE_ARCHIVE_299=Das aktualisierte Archiv mit den fr\u00fcheren Directory-Server-Konfigurationen kann nicht von %s nach %s umbenannt werden: %s |
| | | MILD_ERR_CONFIG_FILE_WRITE_CANNOT_EXPORT_NEW_CONFIG_300=Fehler beim Versuch, die neue Directory-Server-Konfiguration nach Datei %s zu exportieren: %s |
| | | MILD_ERR_CONFIG_FILE_WRITE_CANNOT_RENAME_NEW_CONFIG_301=Fehler beim Versuch, die neue Directory-Server-Konfigurationsdatei von %s nach %s umzubenennen: %s |
| | | MILD_ERR_CONFIG_FILE_MODDN_NOT_ALLOWED_302=DN-\u00c4nderungsvorg\u00e4nge sind in der Directory-Server-Konfiguration nicht erlaubt |
| | | INFO_CONFIG_LOGGER_SUPPRESS_INTERNAL_OPERATIONS_303=Gibt an, ob Nachrichten f\u00fcr interne Vorg\u00e4nge vom Zugriffsprotokoll ausgenommen bleiben |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_SUPPRESS_INT_OPERATION_VALUE_304=Invalid value specified for attribute %s. Allowed values are true or false |
| | | INFO_CONFIG_BACKEND_ATTR_DESCRIPTION_BASE_DNS_305=Satz von Basis-DNs, die f\u00fcr dieses Backend verwendet werden. Es h\u00e4ngt von der Backendimplementierung ab, ob \u00c4nderungen an diesem Attribut sofort in Kraft treten |
| | | SEVERE_ERR_CONFIG_BACKEND_NO_BASE_DNS_306=Backend configuration entry %s does not contain attribute ds-cfg-base-dn, which is used to specify the set of base DNs for the backend. This is a required attribute, and therefore the backend will be disabled |
| | | SEVERE_ERR_CONFIG_BACKEND_UNABLE_TO_DETERMINE_BASE_DNS_307=An unexpected error occurred while attempting to determine the set of base DNs associated with the backend defined in configuration entry %s: %s. This backend will be disabled |
| | | INFO_CONFIG_KEYMANAGER_DESCRIPTION_ENABLED_313=Gibt an, ob der Schl\u00fcssel-Manager-Anbieter f\u00fcr den Directory-Server aktiviert werden soll. Ein Schl\u00fcssel-Manager-Anbieter ist f\u00fcr Vorg\u00e4nge erforderlich, die Zugriff auf einen Schl\u00fcssel-Manager erfordern (z.\u00a0B. bei Kommunikation \u00fcber SSL). \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft, wirken sich aber nur auf zuk\u00fcnftige Versuche aus, auf den Schl\u00fcssel-Manager zuzugreifen |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_NO_ENABLED_ATTR_314=Configuration entry "%s" does not contain a value for attribute ds-cfg-enabled, which indicates whether the key manager provider is enabled for use in the server |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_DESCRIPTION_CLASS_317=Fully-qualified name of the Java class that includes the key manager provider implementation. Changes to this configuration attribute will not take effect until the key manager provider has been disabled and then re-enabled, or until the server is restarted |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_DESCRIPTION_ENABLED_328=Indicates whether the Directory Server trust manager provider should be enabled. A trust manager provider is required for operations that require access to a trust manager (e.g., communication over SSL). Changes to this configuration attribute will take effect immediately, but will only impact future attempts to access the trust manager |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_NO_ENABLED_ATTR_329=Configuration entry "%s" does not contain a value for attribute ds-cfg-enabled, which indicates whether the trust manager provider is enabled for use in the server |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_DESCRIPTION_CLASS_332=Fully-qualified name of the Java class that includes the trust manager provider implementation. Changes to this configuration attribute will not take effect until the trust manager provider has been disabled and then re-enabled, or until the server is restarted |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_DESCRIPTION_ENABLED_347=Indicates whether the Directory Server certificate mapper should be enabled. A certificate mapper is used to establish a mapping between a client certificate chain and a user entry in the Directory Server for SASL EXTERNAL authentication and similar purposes. Changes to this configuration attribute will take effect immediately |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_NO_ENABLED_ATTR_348=Configuration entry "%s" does not contain a value for attribute ds-cfg-enabled, which indicates whether the certificate mapper is enabled for use in the server |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_DESCRIPTION_CLASS_351=Fully-qualified name of the Java class that includes the certificate mapper implementation. Changes to this configuration attribute will not take effect until the certificate mapper has been disabled and then re-enabled, or until the server is restarted |
| | | MILD_WARN_CONFIG_LOGGER_NO_RETENTION_POLICY_357=Im Eintrag %s wurde keine Dateiaufbewahrungsrichtlinie definiert. Es werden keine Protokolldateien gel\u00f6scht |
| | | SEVERE_WARN_CONFIG_LOGGER_INVALID_RETENTION_POLICY_358=An invalid file retention policy %s has been defined in configuration entry %s |
| | | SEVERE_WARN_CONFIG_LOGGER_NO_NUMBER_OF_FILES_359=No file number limit has been defined for the retention policy in the configuration entry %s |
| | | SEVERE_WARN_CONFIG_LOGGER_NO_DISK_SPACE_USED_360=No disk space limit has been defined for the retention policy in the configuration entry %s |
| | | FATAL_ERR_CONFIG_PWSCHEME_CANNOT_GET_BASE_363=An error occurred while attempting to retrieve the password storage scheme base entry cn=Password Storage Schemes,cn=config from the Directory Server configuration: %s |
| | | SEVERE_WARN_CONFIG_PWSCHEME_BASE_DOES_NOT_EXIST_364=The password storage scheme configuration base cn=Password Storage Schemes,cn=config does not exist in the Directory Server configuration. This entry must be present for the server to function properly |
| | | SEVERE_ERR_CONFIG_PWSCHEME_ENTRY_UNACCEPTABLE_365=Configuration entry %s does not contain a valid password storage scheme configuration: %s. It will be ignored |
| | | SEVERE_ERR_CONFIG_PWSCHEME_CANNOT_CREATE_SCHEME_366=An error occurred while attempting to create a Directory Server password storage scheme from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_PWSCHEME_INVALID_OBJECTCLASS_367=Configuration entry %s does not contain the ds-cfg-password-storage-scheme objectclass, which is required for password storage scheme definitions |
| | | INFO_CONFIG_PWSCHEME_DESCRIPTION_CLASS_NAME_368=Vollqualifizierter Name der Java-Klasse, die das Directory-Server-Passwortspeicherschema definiert. Wenn der Name ge\u00e4ndert wird, w\u00e4hrend das zugeordnete Schema aktiv ist, muss das Speicherschema deaktiviert und wieder reaktiviert werden, damit die \u00c4nderungen in Kraft treten |
| | | SEVERE_ERR_CONFIG_PWSCHEME_NO_CLASS_NAME_369=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-java-class which specifies the fully-qualified class name for the associated password storage scheme |
| | | SEVERE_ERR_CONFIG_PWSCHEME_INVALID_CLASS_NAME_370=Configuration entry %s has an invalid value for attribute ds-cfg-java-class: %s |
| | | SEVERE_ERR_CONFIG_PWSCHEME_INVALID_CLASS_371=Class %s specified in configuration entry %s does not contain a valid password storage scheme implementation: %s |
| | | INFO_CONFIG_PWSCHEME_DESCRIPTION_ENABLED_372=Gibt an, ob dieses Directory-Server-Passwortspeicherschema aktiviert werden soll. \u00c4nderungen an diesem Attribut treten sofort in Kraft |
| | | SEVERE_ERR_CONFIG_PWSCHEME_NO_ENABLED_ATTR_373=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-enabled which indicates whether the password storage scheme should be enabled for use in the Directory Server |
| | | SEVERE_ERR_CONFIG_PWSCHEME_INVALID_ENABLED_VALUE_374=Configuration entry %s has an invalid value for attribute ds-cfg-enabled: %s |
| | | INFO_CONFIG_PWSCHEME_CLASS_ACTION_REQUIRED_375=Die angeforderte \u00c4nderung des Klassennamens f\u00fcr das Passwortspeicherschema von %s nach %s im Konfigurationseintrag %s kann nicht dynamisch ausgef\u00fchrt werden. Diese \u00c4nderung tritt erst in Kraft, wenn das Speicherschema deaktiviert und wieder reaktiviert oder der Directory-Server neu gestartet wird |
| | | MILD_ERR_CONFIG_PWSCHEME_INITIALIZATION_FAILED_376=Fehler beim Versuch, eine Instanz der Klasse %s als Passwortspeicherschema zu initialisieren, wie im Konfigurationseintrag %s definiert ist: %s |
| | | MILD_ERR_CONFIG_PWSCHEME_EXISTS_377=Neuer Eintrag f\u00fcr Passwortspeicherschema mit DN %s kann nicht hinzugef\u00fcgt werden, da bereits ein anderes Speicherschema mit dem DN registriert ist |
| | | SEVERE_ERR_CONFIG_PWSCHEME_UNACCEPTABLE_CONFIG_378=The configuration for the password storage scheme defined in configuration entry %s was not acceptable according to its internal validation. However, no specific information is available regarding the problem(s) with the entry |
| | | INFO_CONFIG_PLUGIN_CLASS_ACTION_REQUIRED_379=Die angeforderte \u00c4nderung des Plugin-Klassennamens von %s nach %s im Konfigurationseintrag %s kann nicht dynamisch ausgef\u00fchrt werden. Diese \u00c4nderung tritt erst in Kraft, wenn das Plugin deaktiviert und wieder reaktiviert oder der Directory-Server neu gestartet wird |
| | | SEVERE_ERR_CONFIG_LOGGER_NO_FREE_DISK_SPACE_380=No disk space limit has been defined for the retention policy in the configuration entry %s |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_JAVA5_POLICY_381=The free disk space based retention policy in the configuration entry %s. is not allowed for the Directory Server when running on pre Java 6 VMs |
| | | INFO_CONFIG_BACKEND_ATTR_DESCRIPTION_BACKEND_ID_382=Eindeutige Kennung f\u00fcr dieses Backend. \u00c4nderungen an diesem Konfigurationsattribut treten erst in Kraft, wenn das Backend deaktiviert und wieder reaktiviert oder der Server neu gestartet wird |
| | | SEVERE_WARN_CONFIG_BACKEND_NO_BACKEND_ID_383=Backend configuration entry %s does not contain attribute ds-cfg-backend-id, which is used to provide a unique identifier for the backend. The backend will be disabled |
| | | SEVERE_WARN_CONFIG_BACKEND_DUPLICATE_BACKEND_ID_384=The backend defined in configuration entry %s has a backend ID of %s that conflicts with the backend ID for another backend in the server. The backend will be disabled |
| | | SEVERE_ERR_CONFIG_BACKEND_UNABLE_TO_DETERMINE_BACKEND_ID_385=An unexpected error occurred while attempting to determine the backend ID for the backend defined in configuration entry %s: %s. The backend will be disabled |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_GET_MAC_386=An error occurred while attempting to obtain the %s MAC provider to create the signed hash for the backup: %s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_GET_DIGEST_387=An error occurred while attempting to obtain the %s message digest to create the hash for the backup: %s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_388=An error occurred while trying to create the config archive file %s in directory %s: %s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_GET_CIPHER_389=An error occurred while attempting to obtain the cipher to use to encrypt the backup: %s |
| | | SEVERE_ERR_CONFIG_BACKUP_ZIP_COMMENT_390=%s config backup %s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_DETERMINE_CONFIG_FILE_LOCATION_391=An error occurred while attempting to determine the path to the Directory Server configuration file so that it could be archived: %s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_BACKUP_CONFIG_FILE_392=An error occurred while attempting to back up configuration file %s: %s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_BACKUP_ARCHIVED_CONFIGS_393=An error occurred while attempting to back up the archived previous configurations from file %s: %s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_CLOSE_ZIP_STREAM_394=An error occurred while trying to close the config archive file %s in directory %s: %s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_395=An error occurred while attempting to update the backup descriptor file %s with information about the configuration backup: %s |
| | | SEVERE_ERR_CONFIG_RESTORE_NO_SUCH_BACKUP_396=Unable to restore or verify configuration backup %s in directory %s because no such backup exists |
| | | SEVERE_ERR_CONFIG_RESTORE_NO_BACKUP_FILE_397=Unable to restore or verify configuration backup %s in directory %s because the archive filename could not be determined |
| | | SEVERE_ERR_CONFIG_RESTORE_NO_SUCH_FILE_398=Unable to restore or verify configuration backup %s because the specified archive file %s does not exist |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_CHECK_FOR_ARCHIVE_399=Unable to restore or verify configuration backup %s because an error occurred while trying to determine whether backup archive %s exists: %s |
| | | SEVERE_ERR_CONFIG_RESTORE_UNKNOWN_DIGEST_400=Unable to restore or verify configuration backup %s because an unsigned hash of this backup is available but the server cannot determine the digest algorithm used to generate this hash |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_GET_DIGEST_401=Unable to restore or verify configuration backup %s because it has an unsigned hash that uses an unknown or unsupported digest algorithm of %s |
| | | SEVERE_ERR_CONFIG_RESTORE_UNKNOWN_MAC_402=Unable to restore or verify configuration backup %s because a signed hash of this backup is available but the server cannot determine the MAC algorithm used to generate this hash |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_GET_MAC_403=Unable to restore or verify configuration backup %s because it has a signed hash that uses an unknown or unsupported MAC algorithm of %s |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_OPEN_BACKUP_FILE_404=Unable to restore or verify configuration backup %s because an error occurred while attempting to open the backup archive file %s: %s |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_GET_CIPHER_406=Unable to restore or verify configuration backup %s because it is encrypted using an unknown or unsupported cipher: %s |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_BACKUP_EXISTING_CONFIG_407=Unable to restore configuration backup %s because an error occurred while attempting to temporarily back up the current configuration files from %s to %s: %s |
| | | NOTICE_CONFIG_RESTORE_RESTORED_OLD_CONFIG_408=Ein Fehler verhindert, dass die Konfigurationssicherung ordnungsgem\u00e4\u00df wiederhergestellt wird. Die originalen, vor dem Start des Wiederherstellungsprozesses g\u00fcltigen Konfigurationsdateien sind jedoch noch erhalten und befinden sich an ihrem Originalspeicherort unter %s |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_RESTORE_OLD_CONFIG_409=An error occurred that prevented the configuration backup from being properly restored. The original configuration files that were in place before the start of the restore process have been preserved and are contained in the %s directory |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_CREATE_CONFIG_DIRECTORY_410=Unable to restore configuration backup %s because an error occurred while attempting to create a new empty directory %s into which the files should be restored: %s |
| | | SEVERE_ERR_CONFIG_RESTORE_OLD_CONFIG_SAVED_411=An error occurred that prevented the configuration backup from being properly restored. The original configuration files that were in place before the start of the restore process have been preserved in the %s directory |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_GET_ZIP_ENTRY_412=Unable to restore or verify configuration backup %s because an error occurred while trying to read the next entry from the archive file %s: %s |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_CREATE_FILE_413=Unable to restore configuration backup %s because an error occurred while trying to recreate file %s: %s |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_PROCESS_ARCHIVE_FILE_414=Unable to restore or verify configuration backup %s because an error occurred while processing archived file %s: %s |
| | | SEVERE_ERR_CONFIG_RESTORE_ERROR_ON_ZIP_STREAM_CLOSE_415=Unable to restore or verify configuration backup %s because an unexpected error occurred while trying to close the archive file %s: %s |
| | | NOTICE_CONFIG_RESTORE_UNSIGNED_HASH_VALID_416=Der berechnete Message Digest vom Sicherungsarchiv stimmt mit dem in den Sicherungsinformationen gespeichertem Digest \u00fcberein |
| | | SEVERE_ERR_CONFIG_RESTORE_UNSIGNED_HASH_INVALID_417=Unable to restore or verify configuration backup %s because the message digest calculated from the backup archive does not match the digest stored with the backup information |
| | | NOTICE_CONFIG_RESTORE_SIGNED_HASH_VALID_418=Der berechnete signierte Digest vom Sicherungsarchiv stimmt mit der in den Sicherungsinformationen gespeicherten Signatur \u00fcberein |
| | | SEVERE_ERR_CONFIG_RESTORE_SIGNED_HASH_INVALID_419=Unable to restore or verify configuration backup %s because the signed digest calculated from the backup archive does not match the signature stored with the backup information |
| | | NOTICE_CONFIG_RESTORE_VERIFY_SUCCESSFUL_420=Alle mit der Konfigurationssicherung %s aus dem Verzeichnis %s durchgef\u00fchrten Pr\u00fcfungen ergeben, dass es sich anscheinend um ein g\u00fcltiges Archiv handelt |
| | | NOTICE_CONFIG_RESTORE_SUCCESSFUL_421=Konfigurationssicherung %s wurde erfolgreich vom Archiv im Verzeichnis %s wiederhergestellt |
| | | SEVERE_ERR_CONFIG_BACKEND_CANNOT_ACQUIRE_SHARED_LOCK_422=The Directory Server was unable to acquire a shared lock for backend %s: %s. This generally means that the backend is in use by a process that requires an exclusive lock (e.g., importing from LDIF or restoring a backup). This backend will be disabled |
| | | SEVERE_WARN_CONFIG_BACKEND_CANNOT_RELEASE_SHARED_LOCK_423=An error occurred while attempting to release a shared lock for backend %s: %s. This may interfere with operations that require exclusive access, including LDIF import and restoring a backup |
| | | INFO_CONFIG_FILE_HEADER_424=Diese Datei enth\u00e4lt die prim\u00e4re Directory-Server-Konfiguration. Sie darf nicht direkt bearbeitet werden, w\u00e4hrend der Server online ist. Verwalten Sie die Serverkonfiguration nur mit den Administrationstools, die mit dem Directory-Server geliefert wurden |
| | | INFO_CONFIG_CORE_DESCRIPTION_ADD_MISSING_RDN_ATTRS_425=Gibt an, ob der Directory-Server automatisch fehlende RDN-Attribute zu einem Eintrag hinzuf\u00fcgen soll, wenn der Eintrag hinzugef\u00fcgt wird. Standardm\u00e4\u00dfig werden Eintr\u00e4ge, die keine RDN-Attributwerte in ihrer Attributsliste haben, zur\u00fcckgewiesen, da sie nicht der LDAP-Spezifikation entsprechen. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_ADD_MISSING_RDN_ATTRS_426=Configuration entry %s has an invalid value for configuration attribute ds-cfg-add-missing-rdn-attributes (it should be a Boolean value of true or false): %s |
| | | INFO_CONFIG_CORE_DESCRIPTION_SERVER_ERROR_RESULT_CODE_427=Ergebniscode, der f\u00fcr Reaktionen verwendet wird, bei denen Vorg\u00e4nge aufgrund eines internen Serverfehlers fehlschlagen. Geben Sie als Wert die entsprechende Ganzzahl zum dazugeh\u00f6rigen LDAP-Ergebniscode an. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_SERVER_ERROR_RESULT_CODE_428=Configuration entry %s has an invalid value for configuration attribute ds-cfg-server-error-result-code (it should be an integer value greater than or equal to 1): %s |
| | | FATAL_ERR_CONFIG_IDMAPPER_CANNOT_GET_BASE_429=An error occurred while attempting to retrieve the identity mapper base entry cn=Identity Mappers,cn=config from the Directory Server configuration: %s |
| | | SEVERE_WARN_CONFIG_IDMAPPER_BASE_DOES_NOT_EXIST_430=The identity mapper configuration base cn=Identity Mappers,cn=config does not exist in the Directory Server configuration. This entry must be present for the server to function properly |
| | | SEVERE_ERR_CONFIG_IDMAPPER_ENTRY_UNACCEPTABLE_431=Configuration entry %s does not contain a valid identity mapper configuration: %s. It will be ignored |
| | | SEVERE_ERR_CONFIG_IDMAPPER_CANNOT_CREATE_MAPPER_432=An error occurred while attempting to create a Directory Server identity mapper from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_IDMAPPER_INVALID_OBJECTCLASS_433=Configuration entry %s does not contain the ds-cfg-identity-mapper objectclass, which is required for identity mapper definitions |
| | | INFO_CONFIG_IDMAPPER_DESCRIPTION_CLASS_NAME_434=Vollqualifizierter Name der Java-Klasse, die einen Identit\u00e4ts-Mapper f\u00fcr den Directory-Server definiert. Wenn der Name ge\u00e4ndert wird, w\u00e4hrend der zugeordnete Identit\u00e4ts-Mapper aktiv ist, muss der Mapper deaktiviert und wieder reaktiviert werden, damit die \u00c4nderungen in Kraft treten |
| | | SEVERE_ERR_CONFIG_IDMAPPER_NO_CLASS_NAME_435=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-java-class which specifies the fully-qualified class name for the associated identity mapper |
| | | SEVERE_ERR_CONFIG_IDMAPPER_INVALID_CLASS_NAME_436=Configuration entry %s has an invalid value for attribute ds-cfg-java-class: %s |
| | | SEVERE_ERR_CONFIG_IDMAPPER_INVALID_CLASS_437=Class %s specified in configuration entry %s does not contain a valid identity mapper implementation: %s |
| | | INFO_CONFIG_IDMAPPER_DESCRIPTION_ENABLED_438=Gibt an, ob der Identit\u00e4ts-Mapper f\u00fcr den Directory-Server aktiviert werden soll. \u00c4nderungen an diesem Attribut treten sofort in Kraft |
| | | SEVERE_ERR_CONFIG_IDMAPPER_NO_ENABLED_ATTR_439=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-enabled which indicates whether the identity mapper should be enabled for use in the Directory Server |
| | | SEVERE_ERR_CONFIG_IDMAPPER_INVALID_ENABLED_VALUE_440=Configuration entry %s has an invalid value for attribute ds-cfg-enabled: %s |
| | | INFO_CONFIG_IDMAPPER_CLASS_ACTION_REQUIRED_441=Die angeforderte \u00c4nderung des Klassennamen f\u00fcr den Identit\u00e4ts-Mapper von %s nach %s im Konfigurationseintrag %s kann nicht dynamisch ausgef\u00fchrt werden. Diese \u00c4nderung tritt erst in Kraft, wenn der Identit\u00e4ts-Mapper deaktiviert und wieder reaktiviert oder der Directory-Server neu gestartet wird |
| | | MILD_ERR_CONFIG_IDMAPPER_INITIALIZATION_FAILED_442=Fehler beim Versuch, eine Instanz der Klasse %s als Identit\u00e4ts-Mapper zu initialisieren, wie im Konfigurationseintrag %s definiert ist: %s |
| | | MILD_ERR_CONFIG_IDMAPPER_EXISTS_443=Neuer Identit\u00e4ts-Mapper-Eintrag mit DN %s kann nicht hinzugef\u00fcgt werden, da bereits ein anderer Identit\u00e4ts-Mapper mit dem DN registriert ist |
| | | SEVERE_ERR_CONFIG_IDMAPPER_UNACCEPTABLE_CONFIG_444=The configuration for the identity mapper defined in configuration entry %s was not acceptable according to its internal validation. However, no specific information is available regarding the problem(s) with the entry |
| | | INFO_CONFIG_CORE_DESCRIPTION_PROXY_MAPPER_DN_445=DN des Konfigurationseintrags f\u00fcr den Identit\u00e4ts-Mapper, den der Directory-Server zusammen mit der von einem Proxy verarbeiteten Authorisierungs-V2-Steuerung verwenden soll \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_PROXY_MAPPER_DN_446=Configuration entry %s has an invalid value for configuration attribute ds-cfg-proxied-authorization-identity-mapper (it should be the DN of a valid identity mapper configuration entry): %s |
| | | SEVERE_ERR_CONFIG_CORE_NO_PROXY_MAPPER_FOR_DN_447=The proxied authorization identity mapper DN %s specified in configuration entry %s does not refer to a valid identity mapper configuration entry |
| | | SEVERE_ERR_CONFIG_IDMAPPER_NO_PROXY_MAPPER_DN_448=The Directory Server does not have any identity mapper configured for use in conjunction with proxied authorization V2 operations. The Directory Server will not be able to process requests containing the proxied authorization control with a username-based authorization ID |
| | | SEVERE_ERR_CONFIG_IDMAPPER_INVALID_PROXY_MAPPER_DN_449=The configured proxied authorization identity mapper DN %s does not refer to an active identity mapper. The Directory Server will not be able to process requests containing the proxied authorization control with a username-based authorization ID |
| | | INFO_CONFIG_CORE_DESCRIPTION_SIZE_LIMIT_450=Standardm\u00e4\u00dfige Maximalzahl an Eintr\u00e4gen, die einem Client bei Suchvorg\u00e4ngen ausgegeben werden. Sie kann f\u00fcr einzelnen Benutzer \u00fcbergangen werden, indem das Betriebsattribut ds-rlim-size-limit in den Benutzereintrag eingef\u00fcgt wird. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_SIZE_LIMIT_451=Configuration entry %s has an invalid value for configuration attribute ds-cfg-size-limit (It should be a positive integer value specifying the size limit to use, or a value of 0 or -1 to indicate that no limit should be enforced): %s |
| | | FATAL_ERR_CONFIG_SYNCH_CANNOT_GET_CONFIG_BASE_452=An error occurred while attempting to retrieve the Directory Server synchronization provider configuration base entry cn=Synchronization Providers,cn=config: %s |
| | | FATAL_ERR_CONFIG_SYNCH_BASE_DOES_NOT_EXIST_453=The Directory Server synchronization provider base entry cn=Synchronization Providers,cn=config does not exist. This entry must be present in the Directory Server configuration |
| | | FATAL_ERR_CONFIG_SYNCH_ENTRY_DOES_NOT_HAVE_PROVIDER_CONFIG_454=Configuration entry %s exists below the Directory Server synchronization provider root but does not contain attribute ds-cfg-synchronization-provider which must be present in all synchronization provider configuration entries |
| | | FATAL_ERR_CONFIG_SYNCH_CANNOT_CHECK_FOR_PROVIDER_CONFIG_OC_455=An error occurred while attempting to determine whether configuration entry %s was a valid Directory Server synchronization provider: %s |
| | | INFO_CONFIG_SYNCH_DESCRIPTION_PROVIDER_ENABLED_456=Gibt an, ob der zugeordnete Directory-Server-Synchronisationsanbieter aktiviert ist und vom Server verwendet werden soll. Diese Attribut muss in allen Synchronisationsanbietereintr\u00e4gen vorhanden sein und darf nicht ge\u00e4ndert werden, w\u00e4hrend der Directory Server ausgef\u00fchrt wird |
| | | FATAL_ERR_CONFIG_SYNCH_PROVIDER_NO_ENABLED_ATTR_457=Synchronization provider configuration entry %s does not contain attribute ds-cfg-enabled which indicates whether the synchronization provider is enabled for use |
| | | SEVERE_WARN_CONFIG_SYNCH_PROVIDER_DISABLED_458=The Directory Server synchronization provider defined in configuration entry %s is disabled. This provider will not be used |
| | | FATAL_ERR_CONFIG_SYNCH_UNABLE_TO_DETERMINE_ENABLED_STATE_459=An error occurred while attempting to determine whether the Directory Server synchronization provider defined in configuration entry %s should be enabled: %s |
| | | INFO_CONFIG_SYNCH_DESCRIPTION_PROVIDER_CLASS_460=Vollqualifizierter Name der Java-Klasse, die die Logik f\u00fcr den Directory-Server-Synchronisationsanbieter bereitstellt. Diese Attribut muss in allen Synchronisationsanbietereintr\u00e4gen vorhanden sein und darf nicht ge\u00e4ndert werden, w\u00e4hrend der Directory Server ausgef\u00fchrt wird |
| | | FATAL_ERR_CONFIG_SYNCH_NO_CLASS_ATTR_461=Synchronization provider configuration entry %s does not contain attribute ds-cfg-java-class which specifies the name of the class that implements the synchronization provider logic |
| | | FATAL_ERR_CONFIG_SYNCH_UNABLE_TO_DETERMINE_CLASS_462=An error occurred while attempting to determine the name of the class used to provide the Directory Server synchronization provider logic from configuration entry %s: %s |
| | | FATAL_ERR_CONFIG_SYNCH_UNABLE_TO_LOAD_PROVIDER_CLASS_463=An error occurred while attempting to load class %s referenced in synchronization provider configuration entry %s: %s |
| | | FATAL_ERR_CONFIG_SYNCH_UNABLE_TO_INSTANTIATE_PROVIDER_464=An error occurred while attempting to instantiate class %s referenced in synchronization provider configuration entry %s: %s |
| | | FATAL_ERR_CONFIG_SYNCH_ERROR_INITIALIZING_PROVIDER_465=An error occurred while attempting to initialize the Directory Server synchronization provider referenced in configuration entry %s: %s |
| | | INFO_CONFIG_SYNCH_PROVIDER_HAS_BEEN_DISABLED_466=Der in Konfigurationseintrag %s definierte Synchronisationsanbieter ist momentan aktiviert, jedoch wurde die Konfiguration ge\u00e4ndert, sodass er deaktiviert werden sollte. Die Deaktivierung tritt erst in Kraft, wenn der Directory-Server neu gestartet wird |
| | | FATAL_ERR_CONFIG_SYNCH_PROVIDER_CLASS_CHANGED_467=The Java class providing the logic for the synchronization provider defined in configuration entry %s has changed from %s to %s. This will not take effect until the Directory Server is restarted |
| | | INFO_CONFIG_BACKEND_ATTR_DESCRIPTION_WRITABILITY_468=Schreib-Modus f\u00fcr dieses Backend. Der Wert ist "enabled", wenn alle Schreibvorg\u00e4nge erlaubt sind, "disabled", wenn alle Schreibvorg\u00e4nge zur\u00fcckgewiesen werden, oder "internal-only", wenn nur interne Schreibvorg\u00e4nge und Synchronisationsaktualisierungen zul\u00e4ssig sind. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft |
| | | SEVERE_ERR_CONFIG_BACKEND_NO_WRITABILITY_MODE_469=The backend defined in configuration entry %s does not have a value for configuration attribute ds-cfg-writability-mode which indicates the writability mode for that backend. The backend will be disabled |
| | | SEVERE_ERR_CONFIG_BACKEND_INVALID_WRITABILITY_MODE_470=The backend defined in configuration entry %s has an invalid writability mode of %s. The backend will be disabled |
| | | SEVERE_ERR_CONFIG_BACKEND_UNABLE_TO_DETERMINE_WRITABILITY_471=An unexpected error occurred while attempting to determine the writability mode for the backend defined in configuration entry %s: %s. The backend will be disabled |
| | | INFO_CONFIG_CORE_DESCRIPTION_WRITABILITY_MODE_472=Schreib-Modus f\u00fcr den Directory-Server. Zul\u00e4ssige Werte sind "enabled", "disabled" und "internal-only". \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_WRITABILITY_MODE_473=Configuration entry %s has an invalid value for configuration attribute ds-cfg-writability-mode (the value should be one of "enabled", "disabled", or "internal-only"): %s |
| | | INFO_CONFIG_CORE_DESCRIPTION_BIND_WITH_DN_REQUIRES_PW_474=Gibt an, ob einfache Verbindungen, die ein DN enthalten, auch ein Passwort enthalten m\u00fcssen. Wenn diese Option deaktiviert ist, werden Verbindungen ohne Passwort als anonyme Verbindungen behandelt, selbst wenn sie einen Verbindungs-DN enthalten. Dies kann bei einigen Anwendungstypen zu Sicherheitsl\u00fccken f\u00fchren. Wenn diese Option aktiviert ist, werden einfache Verbindungsanfragen, die ein DN aber kein Passwort enthalten, zur\u00fcckgewiesen, anstatt standardm\u00e4\u00dfig als anonyme Authentifizierungen behandelt zu werden. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_BIND_WITH_DN_REQUIRES_PW_475=Configuration entry %s has an invalid value for configuration attribute ds-cfg-bind-with-dn-requires-password (the value should be either "TRUE" or "FALSE"): %s |
| | | FATAL_ERR_CONFIG_PWVALIDATOR_CANNOT_GET_BASE_476=An error occurred while attempting to retrieve the password validator base entry cn=Password Validators,cn=config from the Directory Server configuration: %s |
| | | SEVERE_WARN_CONFIG_PWVALIDATOR_BASE_DOES_NOT_EXIST_477=The password validator configuration base cn=Password Validators,cn=config does not exist in the Directory Server configuration. This entry must be present for the server to function properly |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_ENTRY_UNACCEPTABLE_478=Configuration entry %s does not contain a valid password validator configuration: %s. It will be ignored |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_CANNOT_CREATE_VALIDATOR_479=An error occurred while attempting to create a Directory Server password validator from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_INVALID_OBJECTCLASS_480=Configuration entry %s does not contain the ds-cfg-password-validator objectclass, which is required for password validator definitions |
| | | INFO_CONFIG_PWVALIDATOR_DESCRIPTION_CLASS_NAME_481=Vollqualifizierter Name der Java-Klasse, die die Passwort\u00fcberpr\u00fcfung f\u00fcr den Directory-Server definiert. Wenn der Name ge\u00e4ndert wird, w\u00e4hrend die zugeordnete \u00dcberpr\u00fcfung aktiv ist, muss die \u00dcberpr\u00fcfung deaktiviert und wieder reaktiviert werden, damit die \u00c4nderungen in Kraft treten |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_NO_CLASS_NAME_482=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-java-class which specifies the fully-qualified class name for the associated password validator |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_INVALID_CLASS_NAME_483=Configuration entry %s has an invalid value for attribute ds-cfg-java-class: %s |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_INVALID_CLASS_484=Class %s specified in configuration entry %s does not contain a valid password validator implementation: %s |
| | | INFO_CONFIG_PWVALIDATOR_DESCRIPTION_ENABLED_485=Gibt an, ob die Passwort\u00fcberpr\u00fcfung f\u00fcr den Directory-Server aktiviert werden soll. \u00c4nderungen an diesem Attribut treten sofort in Kraft |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_NO_ENABLED_ATTR_486=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-enabled which indicates whether the password validator should be enabled for use in the Directory Server |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_INVALID_ENABLED_VALUE_487=Configuration entry %s has an invalid value for attribute ds-cfg-enabled: %s |
| | | INFO_CONFIG_PWVALIDATOR_CLASS_ACTION_REQUIRED_488=Die angeforderte \u00c4nderung des Klassennamens f\u00fcr die Passwort\u00fcberpr\u00fcfung von %s nach %s im Konfigurationseintrag %s kann nicht dynamisch ausgef\u00fchrt werden. Diese \u00c4nderung tritt erst in Kraft, wenn die Passwort\u00fcberpr\u00fcfung deaktiviert und wieder reaktiviert oder der Directory-Server neu gestartet wird |
| | | MILD_ERR_CONFIG_PWVALIDATOR_INITIALIZATION_FAILED_489=Fehler beim Versuch, eine Instanz der Klasse %s als Passwort\u00fcberpr\u00fcfung zu initialisieren, wie im Konfigurationseintrag %s definiert ist: %s |
| | | MILD_ERR_CONFIG_PWVALIDATOR_EXISTS_490=Neuer Eintrag f\u00fcr Passwort\u00fcberpr\u00fcfung mit DN %s kann nicht hinzugef\u00fcgt werden, da bereits eine andere \u00dcberpr\u00fcfung mit dem DN registriert ist |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_UNACCEPTABLE_CONFIG_491=The configuration for the password validator defined in configuration entry %s was not acceptable according to its internal validation. However, no specific information is available regarding the problem(s) with the entry |
| | | FATAL_ERR_CONFIG_PWGENERATOR_CANNOT_GET_BASE_492=An error occurred while attempting to retrieve the password generator base entry cn=Password Generators,cn=config from the Directory Server configuration: %s |
| | | SEVERE_WARN_CONFIG_PWGENERATOR_BASE_DOES_NOT_EXIST_493=The password generator configuration base cn=Password Generators,cn=config does not exist in the Directory Server configuration. This entry must be present for the server to function properly |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_ENTRY_UNACCEPTABLE_494=Configuration entry %s does not contain a valid password generator configuration: %s. It will be ignored |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_CANNOT_CREATE_GENERATOR_495=An error occurred while attempting to create a Directory Server password generator from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_INVALID_OBJECTCLASS_496=Configuration entry %s does not contain the ds-cfg-password-generator objectclass, which is required for password generator definitions |
| | | INFO_CONFIG_PWGENERATOR_DESCRIPTION_CLASS_NAME_497=Vollqualifizierter Name der Java-Klasse, die den Directory-Server-Passwortgenerator definiert. Wenn der Name ge\u00e4ndert wird, w\u00e4hrend der zugeordnete Generator aktiv ist, muss der Generator deaktiviert und wieder reaktiviert werden, damit die \u00c4nderungen in Kraft treten |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_NO_CLASS_NAME_498=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-java-class which specifies the fully-qualified class name for the associated password generator |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_INVALID_CLASS_NAME_499=Configuration entry %s has an invalid value for attribute ds-cfg-java-class: %s |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_INVALID_CLASS_500=Class %s specified in configuration entry %s does not contain a valid password generator implementation: %s |
| | | INFO_CONFIG_PWGENERATOR_DESCRIPTION_ENABLED_501=Gibt an, ob der Directory-Server-Passwortgenerator aktiviert werden soll. \u00c4nderungen an diesem Attribut treten sofort in Kraft |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_NO_ENABLED_ATTR_502=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-enabled which indicates whether the password generator should be enabled for use in the Directory Server |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_INVALID_ENABLED_VALUE_503=Configuration entry %s has an invalid value for attribute ds-cfg-enabled: %s |
| | | INFO_CONFIG_PWGENERATOR_CLASS_ACTION_REQUIRED_504=Die angeforderte \u00c4nderung des Klassennamens f\u00fcr den Passwortgenerator von %s nach %s im Konfigurationseintrag %s kann nicht dynamisch ausgef\u00fchrt werden. Diese \u00c4nderung tritt erst in Kraft, wenn der Generator deaktiviert und wieder reaktiviert oder der Directory-Server neu gestartet wird |
| | | MILD_ERR_CONFIG_PWGENERATOR_INITIALIZATION_FAILED_505=Fehler beim Versuch, eine Instanz der Klasse %s als Passwortgenerator zu initialisieren, wie im Konfigurationseintrag %s definiert ist: %s |
| | | MILD_ERR_CONFIG_PWGENERATOR_EXISTS_506=Neuer Passwortgeneratoreintrag mit DN %s kann nicht hinzugef\u00fcgt werden, da bereits ein anderer Generator mit dem DN registriert ist |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_UNACCEPTABLE_CONFIG_507=The configuration for the password generator defined in configuration entry %s was not acceptable according to its internal validation. However, no specific information is available regarding the problem(s) with the entry |
| | | INFO_CONFIG_CORE_DESCRIPTION_DEFAULT_PWPOLICY_DN_508=DN des Konfigurationseintrags, der die Standard-Passwortrichtline f\u00fcr den Directory-Server definiert. Diese gilt f\u00fcr alle Benutzer, f\u00fcr die keine benutzerdefinierte Passwortrichtlinie definiert ist. Dieser Eintrag ist obligatorisch und muss eine Konfiguration f\u00fcr eine g\u00fcltige Passwortrichtlinie enthalten. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft |
| | | SEVERE_ERR_CONFIG_CORE_NO_DEFAULT_PWPOLICY_509=No default password policy was configured for the Directory Server. This must be specified by the ds-cfg-default-password-policy attribute in configuration entry %s |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_DEFAULT_PWPOLICY_DN_510=Configuration entry %s has an invalid value for configuration attribute ds-cfg-default-password-policy (the value should a DN specifying the default password policy configuration entry): %s |
| | | SEVERE_ERR_CONFIG_CORE_NO_SUCH_PWPOLICY_511=The value %s for configuration attribute ds-cfg-default-password-policy does not refer to a valid password policy configuration entry |
| | | FATAL_ERR_CONFIG_PWPOLICY_CANNOT_GET_BASE_512=An error occurred while attempting to retrieve the password policy base entry cn=Password Policies,cn=config from the Directory Server configuration: %s |
| | | SEVERE_ERR_CONFIG_PWPOLICY_BASE_DOES_NOT_EXIST_513=The password policy configuration base cn=Password Policies,cn=config does not exist in the Directory Server configuration. This entry must be present for the server to function properly |
| | | SEVERE_ERR_CONFIG_PWPOLICY_NO_POLICIES_514=No password policies have been defined below the cn=Password Policies,cn=config entry in the Directory Server configuration. At least one password policy configuration must be defined |
| | | SEVERE_ERR_CONFIG_PWPOLICY_INVALID_POLICY_CONFIG_515=The password policy defined in configuration entry %s is invalid: %s |
| | | SEVERE_ERR_CONFIG_PWPOLICY_MISSING_DEFAULT_POLICY_516=The Directory Server default password policy is defined as %s, but that entry does not exist or is not below the password policy configuration base cn=Password Policies,cn=config |
| | | SEVERE_WARN_CONFIG_PWPOLICY_CANNOT_DELETE_DEFAULT_POLICY_517=The specified entry %s is currently defined as the configuration entry for the default password policy. The default password policy configuration entry may not be removed |
| | | INFO_CONFIG_PWPOLICY_REMOVED_POLICY_518=Passwortrichtlinieneintrag %s wurde aus der Directory-Server-Konfiguration entfernt. Alle Benutzereintr\u00e4ge, die explizit auf diese Passwortrichtlinie verweisen, k\u00f6nnen nicht mehr authentifiziert werden. |
| | | FATAL_ERR_CONFIG_AUTHZ_CANNOT_GET_ENTRY_519=An error occurred while attempting to retrieve the Directory Server access control configuration entry cn=Access Control Handler,cn=config: %s |
| | | FATAL_ERR_CONFIG_AUTHZ_ENTRY_DOES_NOT_EXIST_520=The Directory Server access control configuration entry cn=Access Control Handler,cn=config does not exist. This entry must be present in the Directory Server configuration |
| | | FATAL_ERR_CONFIG_AUTHZ_ENTRY_DOES_NOT_HAVE_OBJECT_CLASS_521=The Directory Server access control configuration entry cn=Access Control Handler,cn=config does not have the correct object class. This entry must have the object class ds-cfg-access-control-handler in order to be valid |
| | | INFO_CONFIG_AUTHZ_DESCRIPTION_ENABLED_523=Gibt an, ob die Zugriffssteuerung aktiviert ist und vom Server verwendet werden soll. Diese Attribut ist obligatorisch |
| | | FATAL_ERR_CONFIG_AUTHZ_NO_ENABLED_ATTR_524=The access control configuration entry %s does not contain attribute ds-cfg-enabled which indicates whether the access control is enabled for use |
| | | SEVERE_WARN_CONFIG_AUTHZ_DISABLED_525=Access control has been disabled |
| | | NOTICE_CONFIG_AUTHZ_ENABLED_526=Die Zugriffssteuerung wurde aktiviert und verwendet die Implementierung %s |
| | | FATAL_ERR_CONFIG_AUTHZ_UNABLE_TO_DETERMINE_ENABLED_STATE_527=An error occurred while attempting to determine whether the Directory Server access control as defined in configuration entry %s should be enabled: %s |
| | | INFO_CONFIG_AUTHZ_DESCRIPTION_CLASS_528=Vollqualifizierter Name der Java-Klasse, die die Zugriffssteuerungsimplementierung f\u00fcr den Directory-Server bereitstellt. Diese Attribut ist obligatorisch |
| | | FATAL_ERR_CONFIG_AUTHZ_NO_CLASS_ATTR_529=The access control configuration entry %s does not contain attribute ds-cfg-java-class which specifies the name of the Java class providing the access control implementation for the Directory Server |
| | | FATAL_ERR_CONFIG_AUTHZ_UNABLE_TO_DETERMINE_CLASS_530=An error occurred while attempting to determine the name of the class used to provide the Directory Server access control implementation from configuration entry %s: %s |
| | | FATAL_ERR_CONFIG_AUTHZ_UNABLE_TO_LOAD_CLASS_531=An error occurred while attempting to load class %s referenced in the access control configuration entry %s: %s |
| | | FATAL_ERR_CONFIG_AUTHZ_BAD_CLASS_532=The access control implementation class %s referenced in the access control configuration entry %s does not implement the %s interface: %s |
| | | FATAL_ERR_CONFIG_AUTHZ_UNABLE_TO_INSTANTIATE_HANDLER_533=An error occurred while attempting to instantiate class %s referenced in the access control configuration entry %s: %s |
| | | FATAL_ERR_CONFIG_AUTHZ_ERROR_INITIALIZING_HANDLER_534=An error occurred while attempting to initialize the Directory Server access control implementation referenced in configuration entry %s: %s |
| | | FATAL_ERR_CONFIG_ROOTDN_CANNOT_GET_BASE_535=An error occurred while attempting to retrieve the root DN base entry cn=Root DNs,cn=config from the Directory Server configuration: %s |
| | | SEVERE_ERR_CONFIG_ROOTDN_BASE_DOES_NOT_EXIST_536=The password policy configuration base cn=Root DNs,cn=config does not exist in the Directory Server configuration. This entry must be present for the server to function properly |
| | | SEVERE_ERR_CONFIG_ROOTDN_ENTRY_UNACCEPTABLE_537=Configuration entry %s does not contain a valid root DN configuration: %s. It will be ignored |
| | | SEVERE_ERR_CONFIG_ROOTDN_CANNOT_CREATE_538=An error occurred while attempting to create a Directory Server root DN from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_ROOTDN_INVALID_OBJECTCLASS_539=Configuration entry %s does not contain the ds-cfg-root-dn-user objectclass, which is required for Directory Server root DN definitions |
| | | INFO_CONFIG_ROOTDN_DESCRIPTION_ALTERNATE_BIND_DN_540=Legt einen oder mehrere alternative Verbindungs-DNs fest, die zus\u00e4tzlich zum tats\u00e4chlichen DN des Root-DN-Konfigurationseintrags als zugeordneter Root-DN zur Authentifizierung verwendet werden k\u00f6nnen. Alternative Verbindungs-DNs d\u00fcrfen sich nicht im Konflikt mit anderen Eintr\u00e4gen in dem Verzeichnis befinden, und sie d\u00fcrfen sich auch nicht im Konflikt mit anderen alternativen Verbindungs-DNs befinden, die f\u00fcr andere Root-DNs konfiguriert sind. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft |
| | | SEVERE_ERR_CONFIG_ROOTDN_CONFLICTING_MAPPING_541=Unable to register "%s" as an alternate bind DN for user "%s" because it is already registered as an alternate bind DN for root user "%s" |
| | | SEVERE_ERR_CONFIG_ROOTDN_CANNOT_PARSE_ALTERNATE_BIND_DNS_542=An error occurred while trying to parse the set of alternate bind DNs for root user %s: %s |
| | | SEVERE_ERR_CONFIG_ROOTDN_CANNOT_REGISTER_ALTERNATE_BIND_DN_543=An error occurred while trying to register"%s" as an alternate bind DN for root user "%s": %s |
| | | SEVERE_ERR_CONFIG_ROOTDN_EXISTS_544=Unable to add root DN entry %s because another root user is already registered with that DN |
| | | FATAL_ERR_CONFIG_ACCTNOTHANDLER_CANNOT_GET_BASE_545=An error occurred while attempting to retrieve the account status notification handler base entry cn=Account Status Notification Handlers,cn=config from the Directory Server configuration: %s |
| | | SEVERE_WARN_CONFIG_ACCTNOTHANDLER_BASE_DOES_NOT_EXIST_546=The account status notification handler configuration base cn=Account Status Notification Handlers,cn=config does not exist in the Directory Server configuration. This entry must be present for the server to function properly |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_ENTRY_UNACCEPTABLE_547=Configuration entry %s does not contain a valid account status notification handler configuration: %s. It will be ignored |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_CANNOT_CREATE_HANDLER_548=An error occurred while attempting to create a Directory Server account status notification handler from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_INVALID_OBJECTCLASS_549=Configuration entry %s does not contain the ds-cfg-account-status-notification-handler objectclass, which is required for account status notification handler definitions |
| | | INFO_CONFIG_ACCTNOTHANDLER_DESCRIPTION_CLASS_NAME_550=Vollqualifizierter Name der Java-Klasse, die die Kontostatusbenachrichtigungsroutine f\u00fcr den Directory-Server definiert. Wenn der Name ge\u00e4ndert wird, w\u00e4hrend die zugeordnete Benachrichtigungsroutine aktiv ist, muss die Routine deaktiviert und wieder reaktiviert werden, damit die \u00c4nderungen in Kraft treten |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_NO_CLASS_NAME_551=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-java-class which specifies the fully-qualified class name for the associated account status notification handler |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_INVALID_CLASS_NAME_552=Configuration entry %s has an invalid value for attribute ds-cfg-java-class: %s |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_INVALID_CLASS_553=Class %s specified in configuration entry %s does not contain a valid account status notification handler implementation: %s |
| | | INFO_CONFIG_ACCTNOTHANDLER_DESCRIPTION_ENABLED_554=Gibt an, ob diese Kontostatusbenachrichtigungsroutine f\u00fcr den Directory-Server aktiviert werden soll. \u00c4nderungen an diesem Attribut treten sofort in Kraft |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_NO_ENABLED_ATTR_555=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-enabled which indicates whether the account status notification handler should be enabled for use in the Directory Server |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_INVALID_ENABLED_VALUE_556=Configuration entry %s has an invalid value for attribute ds-cfg-enabled: %s |
| | | INFO_CONFIG_ACCTNOTHANDLER_CLASS_ACTION_REQUIRED_557=Die angeforderte \u00c4nderung des Klassennamens f\u00fcr die Kontostatusbenachrichtigungsroutine von %s nach %s im Konfigurationseintrag %s kann nicht dynamisch ausgef\u00fchrt werden. Diese \u00c4nderung tritt erst in Kraft, wenn die Benachrichtigungsroutine deaktiviert und wieder reaktiviert oder der Directory-Server neu gestartet wird |
| | | MILD_ERR_CONFIG_ACCTNOTHANDLER_INITIALIZATION_FAILED_558=Fehler beim Versuch, eine Instanz der Klasse %s als Kontostatusbenachrichtigungsroutine zu initialisieren, wie im Konfigurationseintrag %s definiert ist: %s |
| | | MILD_ERR_CONFIG_ACCTNOTHANDLER_EXISTS_559=Neuer Eintrag f\u00fcr Kontostatusbenachrichtigungsroutine mit DN %s kann nicht hinzugef\u00fcgt werden, da bereits eine andere Benachrichtigungsroutine mit dem DN registriert ist |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_UNACCEPTABLE_CONFIG_560=The configuration for the account status notification handler defined in configuration entry %s was not acceptable according to its internal validation. However, no specific information is available regarding the problem(s) with the entry |
| | | INFO_CONFIG_CORE_DESCRIPTION_LOOKTHROUGH_LIMIT_561=Standardm\u00e4\u00dfige Maximalzahl an Kandidateneintr\u00e4gen, die bei der Ausf\u00fchrung von Suchvorg\u00e4ngen nach Treffern durchsucht werden. Sie kann f\u00fcr einzelne Benutzer \u00fcbergangen werden, indem das Betriebsattribut ds-rlim-lookthrough-limit in den Benutzereintrag eingef\u00fcgt wird. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_LOOKTHROUGH_LIMIT_562=Configuration entry %s has an invalid value for configuration attribute ds-cfg-lookthrough-limit (It should be a positive integer value specifying the lookthrough limit to use, or a value of 0 or -1 to indicate that no limit should be enforced): %s |
| | | FATAL_ERR_CONFIG_UNABLE_TO_APPLY_STARTUP_CHANGES_563=An error occurred while attempting to apply the changes contained in file %s to the server configuration at startup: %s |
| | | FATAL_ERR_CONFIG_ERROR_APPLYING_STARTUP_CHANGE_564=Unable to apply a change at server startup: %s |
| | | FATAL_ERR_CONFIG_UNABLE_TO_APPLY_CHANGES_FILE_565=One or more errors occurred while applying changes on server startup |
| | | INFO_CONFIG_DESCRIPTION_BACKEND_MODE_566=Die Berechtigungen f\u00fcr das Verzeichnis mit den Backend-Datenbankdateien |
| | | SEVERE_ERR_CONFIG_BACKEND_MODE_INVALID_567=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-db-directory-permissions (It should be an UNIX permission mode in three-digit octal notation.) |
| | | SEVERE_ERR_CONFIG_BACKEND_INSANE_MODE_568=Invalid UNIX file permissions %s does not allow read and write access to the backend database directory by the backend |
| | | INFO_CONFIG_CORE_DESCRIPTION_TIME_LIMIT_569=Standardm\u00e4\u00dfige Maximaldauer f\u00fcr die Ausf\u00fchrung von Suchvorg\u00e4ngen Sie kann f\u00fcr einzelne Benutzer \u00fcbergangen werden, indem das Betriebsattribut ds-rlim-time-limit in den Benutzereintrag eingef\u00fcgt wird. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_TIME_LIMIT_570=Configuration entry %s has an invalid value for configuration attribute ds-cfg-time-limit (it should be an integer value followed by a space and a time unit of seconds, minutes, hours, days, or weeks): %s |
| | | SEVERE_ERR_CONFIG_PWPOLICY_NO_DEFAULT_POLICY_571=No default password policy is configured for the Directory Server. The default password policy must be specified by the ds-cfg-default-password-policy attribute in the cn=config entry |
| | | SEVERE_WARN_CONFIG_BACKEND_CANNOT_REGISTER_BACKEND_572=An error occurred while attempting to register backend %s with the Directory Server: %s |
| | | SEVERE_ERR_CONFIG_FILE_CANNOT_CREATE_ARCHIVE_DIR_NO_REASON_573=An error occurred while trying to create the configuration archive directory %s |
| | | SEVERE_ERR_CONFIG_FILE_CANNOT_CREATE_ARCHIVE_DIR_574=An error occurred while trying to create the configuration archive directory %s: %s |
| | | SEVERE_ERR_CONFIG_FILE_CANNOT_WRITE_CONFIG_ARCHIVE_575=An error occurred while trying to write the current configuration to the configuration archive: %s |
| | | INFO_CONFIG_CORE_DESCRIPTION_REJECT_UNAUTHENTICATED_REQUESTS_576=Gibt an, ob der Directory-Server Anfragen von nicht authentifizierten Clients zur\u00fcckweisen soll. Wenn der Wert "true" ist, d\u00fcrfen nicht authentifizierte Clients nur Verbindungs- und StartTLS-Anfragen senden. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft |
| | | SEVERE_ERR_CONFIG_CORE_REJECT_UNAUTHENTICATED_REQUESTS_INVALID_577=Configuration entry %s has an invalid value for configuration attribute ds-cfg-reject-unauthenticated-requests(the value should be either true or false) |
| | | FATAL_ERR_CONFIG_GROUP_CANNOT_GET_BASE_578=An error occurred while attempting to retrieve the group implementation base entry cn=Group Implementations,cn=config from the Directory Server configuration: %s |
| | | SEVERE_WARN_CONFIG_GROUP_BASE_DOES_NOT_EXIST_579=The group implementation configuration base cn=Group Implementations,cn=config does not exist in the Directory Server configuration. This entry must be present for the server to function properly |
| | | SEVERE_ERR_CONFIG_GROUP_ENTRY_UNACCEPTABLE_580=Configuration entry %s does not contain a valid group implementation configuration: %s. It will be ignored |
| | | SEVERE_ERR_CONFIG_GROUP_CANNOT_CREATE_IMPLEMENTATION_581=An error occurred while attempting to create a Directory Server group implementation from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_GROUP_INVALID_OBJECTCLASS_582=Configuration entry %s does not contain the ds-cfg-group-implementation objectclass, which is required for group implementation definitions |
| | | INFO_CONFIG_GROUP_DESCRIPTION_CLASS_NAME_583=Vollqualifizierter Name der Java-Klasse, die die Directory-Server-Gruppenimplementierung definiert. Wenn der Name ge\u00e4ndert wird, w\u00e4hrend die zugeordnete Implementierung aktiv ist, muss die Gruppenimplementierung deaktiviert und wieder reaktiviert werden, damit die \u00c4nderungen in Kraft treten |
| | | SEVERE_ERR_CONFIG_GROUP_NO_CLASS_NAME_584=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-java-class which specifies the fully-qualified class name for the associated group implementation |
| | | SEVERE_ERR_CONFIG_GROUP_INVALID_CLASS_NAME_585=Configuration entry %s has an invalid value for attribute ds-cfg-java-class: %s |
| | | SEVERE_ERR_CONFIG_GROUP_INVALID_CLASS_586=Class %s specified in configuration entry %s does not contain a valid group implementation: %s |
| | | INFO_CONFIG_GROUP_DESCRIPTION_ENABLED_587=Gibt an, ob die Directory-Server-Gruppenimplementierung aktiviert werden soll. \u00c4nderungen an diesem Attribut treten sofort in Kraft |
| | | SEVERE_ERR_CONFIG_GROUP_NO_ENABLED_ATTR_588=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-enabled which indicates whether the group implementation should be enabled for use in the Directory Server |
| | | SEVERE_ERR_CONFIG_GROUP_INVALID_ENABLED_VALUE_589=Configuration entry %s has an invalid value for attribute ds-cfg-enabled: %s |
| | | INFO_CONFIG_GROUP_CLASS_ACTION_REQUIRED_590=Die angeforderte \u00c4nderung des Klassennamens f\u00fcr die Gruppenimplementierung von %s nach %s im Konfigurationseintrag %s kann nicht dynamisch ausgef\u00fchrt werden. Diese \u00c4nderung tritt erst in Kraft, wenn die Gruppenimplementierung deaktiviert und wieder reaktiviert oder der Directory-Server neu gestartet wird |
| | | MILD_ERR_CONFIG_GROUP_INITIALIZATION_FAILED_591=Fehler beim Versuch, eine Instanz der Klasse %s als Gruppenimplementierung zu initialisieren, wie im Konfigurationseintrag %s definiert ist: %s |
| | | MILD_ERR_CONFIG_GROUP_EXISTS_592=Neuer Gruppenimplementierungseintrag mit DN %s kann nicht hinzugef\u00fcgt werden, da bereits eine andere Gruppenimplementierung mit dem DN registriert ist |
| | | SEVERE_ERR_CONFIG_GROUP_UNACCEPTABLE_CONFIG_593=The configuration for the group implementation defined in configuration entry %s was not acceptable according to its internal validation. However, no specific information is available regarding the problem(s) with the entry |
| | | SEVERE_ERR_CONFIG_ROOTDN_DESCRIPTION_ROOT_PRIVILEGE_594=Set of privileges that should automatically be assigned to root users when they authenticate to the server |
| | | SEVERE_WARN_CONFIG_ROOTDN_UNRECOGNIZED_PRIVILEGE_595=The set of default root privileges contained in configuration attribute %s of entry %s contains an unrecognized privilege %s |
| | | SEVERE_ERR_CONFIG_ROOTDN_ERROR_DETERMINING_ROOT_PRIVILEGES_596=An error occurred while attempting to determine the set of privileges that root users should be granted by default: %s |
| | | INFO_CONFIG_ROOTDN_UPDATED_PRIVILEGES_597=Der Satz an Berechtigungen, die Root-Benutzern automatisch zugewiesen werden, wurde aktualisiert. Dieser neue Berechtigungssatz gilt nicht f\u00fcr bestehende authentifizierte Verbindungen von Root-Benutzern, sondern erst f\u00fcr darauffolgende Root-Benutzer-Authentifizierungen |
| | | MILD_ERR_CONFIG_FILE_ADD_INSUFFICIENT_PRIVILEGES_598=Sie verf\u00fcgen nicht \u00fcber ausreichende Berechtigungen, um Hinzuf\u00fcgevorg\u00e4nge in der Directory-Server-Konfiguration durchzuf\u00fchren |
| | | MILD_ERR_CONFIG_FILE_DELETE_INSUFFICIENT_PRIVILEGES_599=Sie verf\u00fcgen nicht \u00fcber ausreichende Berechtigungen, um L\u00f6schvorg\u00e4nge in der Directory-Server-Konfiguration durchzuf\u00fchren |
| | | MILD_ERR_CONFIG_FILE_MODIFY_INSUFFICIENT_PRIVILEGES_600=Sie verf\u00fcgen nicht \u00fcber ausreichende Berechtigungen, um \u00c4nderungsvorg\u00e4nge in der Directory-Server-Konfiguration durchzuf\u00fchren |
| | | MILD_ERR_CONFIG_FILE_MODDN_INSUFFICIENT_PRIVILEGES_601=Sie verf\u00fcgen nicht \u00fcber ausreichende Berechtigungen, um DN-\u00c4nderungsvorg\u00e4nge in der Directory-Server-Konfiguration durchzuf\u00fchren |
| | | MILD_ERR_CONFIG_FILE_SEARCH_INSUFFICIENT_PRIVILEGES_602=Sie verf\u00fcgen nicht \u00fcber ausreichende Berechtigungen, um Suchvorg\u00e4nge in der Directory-Server-Konfiguration durchzuf\u00fchren |
| | | MILD_ERR_CONFIG_FILE_MODIFY_PRIVS_INSUFFICIENT_PRIVILEGES_603=Sie verf\u00fcgen nicht \u00fcber ausreichende Berechtigungen, um den Satz der Standard-Root-Berechtigungen zu \u00e4ndern |
| | | FATAL_ERR_CONFIG_CERTMAPPER_CANNOT_GET_BASE_604=An error occurred while attempting to retrieve the certificate mapper base entry cn=Certificate Mappers,cn=config from the Directory Server configuration: %s |
| | | SEVERE_WARN_CONFIG_CERTMAPPER_BASE_DOES_NOT_EXIST_605=The certificate mapper configuration base cn=Certificate Mappers,cn=config does not exist in the Directory Server configuration. This entry must be present for the server to function properly |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_ENTRY_UNACCEPTABLE_606=Configuration entry %s does not contain a valid certificate mapper configuration: %s. It will be ignored |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_CANNOT_CREATE_MAPPER_607=An error occurred while attempting to create a Directory Server certificate mapper from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_INVALID_OBJECTCLASS_608=Configuration entry %s does not contain the ds-cfg-certificate-mapper objectclass, which is required for certificate mapper definitions |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_NO_CLASS_NAME_609=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-java-class which specifies the fully-qualified class name for the associated certificate mapper |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_INVALID_CLASS_NAME_610=Configuration entry %s has an invalid value for attribute ds-cfg-java-class: %s |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_INVALID_CLASS_611=Class %s specified in configuration entry %s does not contain a valid certificate mapper implementation: %s |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_INVALID_ENABLED_VALUE_612=Configuration entry %s has an invalid value for attribute ds-cfg-enabled: %s |
| | | INFO_CONFIG_CERTMAPPER_CLASS_ACTION_REQUIRED_613=Die angeforderte \u00c4nderung des Klassennamen f\u00fcr den Zertifikat-Mapper von %s nach %s im Konfigurationseintrag %s kann nicht dynamisch ausgef\u00fchrt werden. Diese \u00c4nderung tritt erst in Kraft, wenn der Zertifikat-Mapper deaktiviert und wieder reaktiviert oder der Directory-Server neu gestartet wird |
| | | MILD_ERR_CONFIG_CERTMAPPER_INITIALIZATION_FAILED_614=Fehler beim Versuch, eine Instanz der Klasse %s als Zertifikat-Mapper zu initialisieren, wie im Konfigurationseintrag %s definiert ist: %s |
| | | MILD_ERR_CONFIG_CERTMAPPER_EXISTS_615=Neuer Zertifikat-Mapper-Eintrag mit DN %s kann nicht hinzugef\u00fcgt werden, da bereits ein anderer Mapper mit dem DN registriert ist |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_UNACCEPTABLE_CONFIG_616=The configuration for the certificate mapper defined in configuration entry %s was not acceptable according to its internal validation. However, no specific information is available regarding the problem(s) with the entry |
| | | FATAL_ERR_CONFIG_KEYMANAGER_CANNOT_GET_BASE_617=An error occurred while attempting to retrieve the key manager provider base entry cn=Key Manager Providers,cn=config from the Directory Server configuration: %s |
| | | SEVERE_WARN_CONFIG_KEYMANAGER_BASE_DOES_NOT_EXIST_618=The key manager provider configuration base cn=Key Manager Providers,cn=config does not exist in the Directory Server configuration. This entry must be present for the server to function properly |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_ENTRY_UNACCEPTABLE_619=Configuration entry %s does not contain a valid key manager provider configuration: %s. It will be ignored |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_CANNOT_CREATE_PROVIDER_620=An error occurred while attempting to create a Directory Server key manager provider from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_INVALID_OBJECTCLASS_621=Configuration entry %s does not contain the ds-cfg-key-manager-provider objectclass, which is required for key manager provider definitions |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_NO_CLASS_NAME_622=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-java-class which specifies the fully-qualified class name for the associated key manager provider |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_INVALID_CLASS_NAME_623=Configuration entry %s has an invalid value for attribute ds-cfg-java-class: %s |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_INVALID_CLASS_624=Class %s specified in configuration entry %s does not contain a valid key manager provider implementation: %s |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_INVALID_ENABLED_VALUE_625=Configuration entry %s has an invalid value for attribute ds-cfg-enabled: %s |
| | | INFO_CONFIG_KEYMANAGER_CLASS_ACTION_REQUIRED_626=Die angeforderte \u00c4nderung des Klassennamens f\u00fcr den Schl\u00fcssel-Manager-Anbieter von %s nach %s im Konfigurationseintrag %s kann nicht dynamisch ausgef\u00fchrt werden. Diese \u00c4nderung tritt erst in Kraft, wenn der Anbieter deaktiviert und wieder reaktiviert oder der Directory-Server neu gestartet wird |
| | | MILD_ERR_CONFIG_KEYMANAGER_INITIALIZATION_FAILED_627=Fehler beim Versuch, eine Instanz der Klasse %s als Schl\u00fcssel-Manager-Anbieter zu initialisieren, wie im Konfigurationseintrag %s definiert ist: %s |
| | | MILD_ERR_CONFIG_KEYMANAGER_EXISTS_628=Neuer Eintrag f\u00fcr Schl\u00fcssel-Manager-Anbieter mit DN %s kann nicht hinzugef\u00fcgt werden, da bereits ein anderer Anbieter mit dem DN registriert ist |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_UNACCEPTABLE_CONFIG_629=The configuration for the key manager provider defined in configuration entry %s was not acceptable according to its internal validation. However, no specific information is available regarding the problem(s) with the entry |
| | | FATAL_ERR_CONFIG_TRUSTMANAGER_CANNOT_GET_BASE_630=An error occurred while attempting to retrieve the trust manager provider base entry cn=Trust Manager Providers,cn=config from the Directory Server configuration: %s |
| | | SEVERE_WARN_CONFIG_TRUSTMANAGER_BASE_DOES_NOT_EXIST_631=The trust manager provider configuration base cn=Trust Manager Providers,cn=config does not exist in the Directory Server configuration. This entry must be present for the server to function properly |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_ENTRY_UNACCEPTABLE_632=Configuration entry %s does not contain a valid trust manager provider configuration: %s. It will be ignored |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_CANNOT_CREATE_PROVIDER_633=An error occurred while attempting to create a Directory Server trust manager provider from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_INVALID_OBJECTCLASS_634=Configuration entry %s does not contain the ds-cfg-trust-manager-provider objectclass, which is required for trust manager provider definitions |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_NO_CLASS_NAME_635=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-java-class which specifies the fully-qualified class name for the associated trust manager provider |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_INVALID_CLASS_NAME_636=Configuration entry %s has an invalid value for attribute ds-cfg-java-class: %s |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_INVALID_CLASS_637=Class %s specified in configuration entry %s does not contain a valid trust manager provider implementation: %s |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_INVALID_ENABLED_VALUE_638=Configuration entry %s has an invalid value for attribute ds-cfg-enabled: %s |
| | | INFO_CONFIG_TRUSTMANAGER_CLASS_ACTION_REQUIRED_639=Die angeforderte \u00c4nderung des Klassennamens f\u00fcr den Trust-Manager-Anbieter von %s nach %s im Konfigurationseintrag %s kann nicht dynamisch ausgef\u00fchrt werden. Diese \u00c4nderung tritt erst in Kraft, wenn der Anbieter deaktiviert und wieder reaktiviert oder der Directory-Server neu gestartet wird |
| | | MILD_ERR_CONFIG_TRUSTMANAGER_INITIALIZATION_FAILED_640=Fehler beim Versuch, eine Instanz der Klasse %s als Trust-Manager-Anbieter zu initialisieren, wie im Konfigurationseintrag %s definiert ist: %s |
| | | MILD_ERR_CONFIG_TRUSTMANAGER_EXISTS_641=Neuer Eintrag f\u00fcr Trust-Manager-Anbieter mit DN %s kann nicht hinzugef\u00fcgt werden, da bereits ein anderer Anbieter mit dem DN registriert ist |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_UNACCEPTABLE_CONFIG_642=The configuration for the trust manager provider defined in configuration entry %s was not acceptable according to its internal validation. However, no specific information is available regarding the problem(s) with the entry |
| | | SEVERE_ERR_CONFIG_JMX_CANNOT_GET_ATTRIBUTE_643=Unable to retrieve JMX attribute %s associated with configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_JMX_SET_ATTR_NO_CONNECTION_644=Unable to set the value of JMX attribute %s associated with configuration entry %s because no JMX connection is available |
| | | SEVERE_ERR_CONFIG_CHANGE_NO_RESULT_645=%s.%s returned a result of null for entry %s |
| | | SEVERE_ERR_CONFIG_CHANGE_RESULT_ERROR_646=%s.%s failed for entry %s: result code=%s, admin action required=%b, messages="%s" |
| | | SEVERE_WARN_CONFIG_CHANGE_RESULT_ACTION_REQUIRED_647=%s.%s indicated that administrative action is required for entry %s: messages="%s" |
| | | INFO_CONFIG_CHANGE_RESULT_MESSAGES_648=%s.%s war erfolgreich, hat aber folgende Nachricht f\u00fcr Eintrag %s erstellt: %s |
| | | SEVERE_ERR_CONFIG_VATTR_INVALID_SEARCH_FILTER_649=Unable to parse value "%s" from config entry "%s" as a valid search filter: %s |
| | | SEVERE_ERR_CONFIG_VATTR_INITIALIZATION_FAILED_650=An error occurred while trying to load an instance of class %s referenced in configuration entry %s as a virtual attribute provider: %s |
| | | SEVERE_ERR_CONFIG_VATTR_SV_TYPE_WITH_MV_PROVIDER_651=The virtual attribute configuration in entry "%s" is not valid because attribute type %s is single-valued but provider %s may generate multiple values |
| | | SEVERE_ERR_CONFIG_VATTR_SV_TYPE_WITH_MERGE_VALUES_652=The virtual attribute configuration in entry "%s" is not valid because attribute type %s is single-valued but the conflict behavior is configured to merge real and virtual values |
| | | MILD_ERR_CONFIG_FILE_MODIFY_STRUCTURAL_CHANGE_NOT_ALLOWED_653=Konfigurationseintrag %s kann nicht ge\u00e4ndert werden, da die \u00c4nderung seine strukturelle Objektklasse \u00e4ndern w\u00fcrde |
| | | FATAL_ERR_CONFIG_CANNOT_CALCULATE_DIGEST_654=An error occurred while attempting to calculate a SHA-1 digest of file %s: %s |
| | | SEVERE_WARN_CONFIG_MANUAL_CHANGES_DETECTED_655=The Directory Server has detected that one or more external changes have been made to the configuration file %s while the server was online, but another change has caused the server configuration to be overwritten. The manual changes have not been applied, but they have been preserved in file %s |
| | | SEVERE_ERR_CONFIG_MANUAL_CHANGES_LOST_656=The Directory Server encountered an error while attempting to determine whether the configuration file %s has been externally edited with the server online, and/or trying to preserve such changes: %s. Any manual changes made to that file may have been lost |
| | | SEVERE_ERR_CONFIG_ROTATION_POLICY_INVALID_CLASS_657=Class %s specified in attribute ds-cfg-java-class of configuration entry %s cannot be instantiated as a Directory Server log rotation policy: %s |
| | | SEVERE_ERR_CONFIG_RETENTION_POLICY_INVALID_CLASS_658=Class %s specified in attribute ds-cfg-java-class of configuration entry %s cannot be instantiated as a Directory Server log retention policy: %s |
| | | SEVERE_ERR_CONFIG_ROTATION_POLICY_CANNOT_CREATE_POLICY_659=An error occurred while attempting to create a Directory Server log rotation policy from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_RETENTION_POLICY_CANNOT_CREATE_POLICY_660=An error occurred while attempting to create a Directory Server log retention policy from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_LOGGING_CANNOT_CREATE_WRITER_661=An error occurred while attempting to create a text writer for a Directory Server logger from the information in configuration entry %s: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_MULTIPLE_ENTRIES_IN_FILE_662=Schema configuration file %s in directory %s contains more than one entry. Only the first entry will be examined, and the additional entries will be ignored |
| | | SEVERE_WARN_CONFIG_SCHEMA_UNPARSEABLE_EXTRA_DATA_IN_FILE_663=Schema configuration file %s in directory %s contains additional data after the schema entry that cannot be parsed by the LDIF reader: %s. The first entry will be processed, but the remaining data will be ignored |
| | | SEVERE_WARN_CONFIG_PLUGIN_EMPTY_ELEMENT_IN_ORDER_664=The plugin order definition for plugins of type %s contains an empty element. This may cause the plugin order to be evaluated incorrectly |
| | | SEVERE_WARN_CONFIG_PLUGIN_MULTIPLE_WILDCARDS_IN_ORDER_665=The plugin order definition for plugins of type %s contains multiple wildcard characters. All plugin definitions should contain exactly one wildcard element to indicate where unmatched plugins should be included in the order, and including multiple wildcards may cause the plugin order to be evaluated incorrectly |
| | | SEVERE_WARN_CONFIG_PLUGIN_LISTED_MULTIPLE_TIMES_666=The plugin order definition for plugins of type %s includes multiple references to the '%s' plugin. This may cause the plugin order to be evaluated incorrectly |
| | | SEVERE_WARN_CONFIG_PLUGIN_ORDER_NO_WILDCARD_667=The plugin order definition for plugins of type %s does not include a wildcard element to indicate where unmatched plugins should be included in the order. The server will default to invoking all unnamed plugins after set of named plugins |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_DELETE_SYNTAX_IN_USE_668=Attribute syntax %s cannot be deleted from the server because it is in use by attribute type %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_DISABLE_SYNTAX_IN_USE_669=Attribute syntax %s cannot be disabled because it is in use by attribute type %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_DELETE_MR_IN_USE_BY_AT_670=Matching rule %s cannot be deleted from the server because it is in use by attribute type %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_DELETE_MR_IN_USE_BY_MRU_671=Matching rule %s cannot be deleted from the server because it is in use by matching rule use %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_DISABLE_MR_IN_USE_BY_AT_672=Matching rule %s cannot be disabled because it is in use by attribute type %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_DISABLE_MR_IN_USE_BY_MRU_673=Matching rule %s cannot be disabled because it is in use by matching rule use %s |
| | | SEVERE_ERR_CONFIG_WORK_QUEUE_INITIALIZATION_FAILED_674=Unable to initialize an instance of class %s as a work queue as specified in configuration entry %s: %s |
| | | INFO_CONFIG_WORK_QUEUE_CLASS_CHANGE_REQUIRES_RESTART_675=Die Klasse, die zur Bereitstellung der Implementierung der Arbeitswarteschlange f\u00fcr den Directory-Server verwendet wird, wurde von %s nach %s ge\u00e4ndert. Diese \u00c4nderung tritt erst in Kraft, wenn der Server neu gestartet wird |
| | | SEVERE_ERR_CONFIG_FILE_ADD_APPLY_FAILED_676=The attempt to apply the configuration add failed. The preliminary checks were all successful and the entry was added to the server configuration, but at least one of the configuration add listeners reported an error when attempting to apply the change: %s |
| | | SEVERE_ERR_CONFIG_FILE_DELETE_APPLY_FAILED_677=The attempt to apply the configuration delete failed. The preliminary checks were all successful and the entry was removed from the server configuration, but at least one of the configuration delete listeners reported an error when attempting to apply the change: %s |
| | | SEVERE_ERR_CONFIG_FILE_MODIFY_APPLY_FAILED_678=The attempt to apply the configuration modification failed. The preliminary checks were all successful and the modified entry was written to the server configuration, but at least one of the configuration change listeners reported an error when attempting to apply the change: %s |
| | | MILD_ERR_CONFIG_KEYMANAGER_CONFIG_NOT_ACCEPTABLE_679=Die Konfiguration des in Konfigurationseintrag %s definierten Schl\u00fcssel-Manager-Anbieters ist ung\u00fcltig: %s |
| | | MILD_ERR_CONFIG_TRUSTMANAGER_CONFIG_NOT_ACCEPTABLE_680=Die Konfiguration des in Konfigurationseintrag %s definierten Trust-Manager-Anbieters ist ung\u00fcltig: %s |
| | | MILD_ERR_CONFIG_AUTHZ_CONFIG_NOT_ACCEPTABLE_681=Die Konfiguration des in Konfigurationseintrag %s definierten Trust-Manager-Anbieters ist ung\u00fcltig: %s |
| | | MILD_ERR_CONFIG_ACCTNOTHANDLER_CONFIG_NOT_ACCEPTABLE_682=Die Konfiguration der in Konfigurationseintrag %s definierten Kontostatusbenachrichtigungsroutine ist ung\u00fcltig: %s |
| | | MILD_ERR_CONFIG_SCHEMA_SYNTAX_CONFIG_NOT_ACCEPTABLE_683=Die Konfiguration der in Konfigurationseintrag %s definierten Attributsyntax ist ung\u00fcltig: %s |
| | | MILD_ERR_CONFIG_CERTMAPPER_CONFIG_NOT_ACCEPTABLE_684=Die Konfiguration des in Konfigurationseintrag %s definierten Zertifikat-Mappers ist ung\u00fcltig: %s |
| | | MILD_ERR_CONFIG_GROUP_CONFIG_NOT_ACCEPTABLE_686=Die Konfiguration der in Konfigurationseintrag %s definierten Gruppenimplementierung ist ung\u00fcltig: %s |
| | | MILD_ERR_CONFIG_IDMAPPER_CONFIG_NOT_ACCEPTABLE_687=Die Konfiguration des in Konfigurationseintrag %s definierten Identit\u00e4t-Mappers ist ung\u00fcltig: %s |
| | | MILD_ERR_CONFIG_SCHEMA_MR_CONFIG_NOT_ACCEPTABLE_688=Die Konfiguration der in Konfigurationseintrag %s definierten \u00dcbereinstimmungsregel ist ung\u00fcltig: %s |
| | | MILD_ERR_CONFIG_PWGENERATOR_CONFIG_NOT_ACCEPTABLE_689=Die Konfiguration des in Konfigurationseintrag %s definierten Passwortgenerators ist ung\u00fcltig: %s |
| | | MILD_ERR_CONFIG_PWSCHEME_CONFIG_NOT_ACCEPTABLE_690=Die Konfiguration des in Konfigurationseintrag %s definierten Passwortspeicherschemas ist ung\u00fcltig: %s |
| | | MILD_ERR_CONFIG_PWVALIDATOR_CONFIG_NOT_ACCEPTABLE_691=Die Konfiguration der in Konfigurationseintrag %s definierten Passwort\u00fcberpr\u00fcfung ist ung\u00fcltig: %s |
| | | MILD_ERR_CONFIG_PLUGIN_CONFIG_NOT_ACCEPTABLE_692=Die Konfiguration des in Konfigurationseintrag %s definierten Plugins ist ung\u00fcltig: %s |
| | | MILD_ERR_CONFIG_SASL_CONFIG_NOT_ACCEPTABLE_693=Die Konfiguration der in Konfigurationseintrag %s definierten SASL-Mechanismus-Behandlungsroutine ist ung\u00fcltig: %s |
| | | MILD_ERR_CONFIG_VATTR_CONFIG_NOT_ACCEPTABLE_694=Die Konfiguration des in Konfigurationseintrag %s definierten virtuellen Attributanbieters ist ung\u00fcltig: %s |
| | | MILD_ERR_CONFIG_ALERTHANDLER_CONFIG_NOT_ACCEPTABLE_695=Die Konfiguration der in Konfigurationseintrag %s definierten Warnungsbehandlungsroutine ist ung\u00fcltig: %s |
| | | MILD_ERR_CONFIG_ALERTHANDLER_INITIALIZATION_FAILED_696=Fehler beim Versuch, eine Instanz der Klasse %s als Warnungsbehandlungsroutine zu initialisieren, wie im Konfigurationseintrag %s definiert ist: %s |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_SMTP_SERVER_697=The provided SMTP server value '%s' is invalid. An SMTP server value must have an IP address or a resolvable name, and it may optionally be followed by a colon and an integer value between 1 and 65535 to specify the server port number |
| | | SEVERE_ERR_STARTOK_CANNOT_OPEN_FOR_READING_698=An error occurred while attempting to open the current configuration file %s for reading in order to copy it to the ".startok" file: %s |
| | | SEVERE_ERR_STARTOK_CANNOT_OPEN_FOR_WRITING_699=An error occurred while attempting to open file %s in order to write the ".startok" configuration file: %s |
| | | SEVERE_ERR_STARTOK_CANNOT_WRITE_700=An error occurred while attempting to copy the current configuration from file %s into temporary file %s for use as the ".startok" configuration file: %s |
| | | SEVERE_ERR_STARTOK_CANNOT_RENAME_701=An error occurred while attempting to rename file %s to %s for use as the ".startok" configuration file: %s |
| | | NOTICE_CONFIG_FILE_USING_STARTOK_FILE_702=Der Directory-Server wird mit der letzten als funktionierend bekannten Konfigurationsdatei %s anstelle mit der aktuellen Konfigurationsdatei %s gestartet |
| | | SEVERE_WARN_CONFIG_FILE_NO_STARTOK_FILE_703=No last known good configuration file %s exists. The server will attempt to start using the active configuration file %s |
| | | SEVERE_ERR_CONFIG_JE_PROPERTY_INVALID_704=An error occurred while trying to parse and validate Berkeley DB JE property %s: %s |
| | | SEVERE_ERR_CONFIG_JE_PROPERTY_INVALID_FORM_705=An error occurred while trying to parse and validate Berkeley DB JE property %s: the property does not follow a singular property=value form |
| | | SEVERE_ERR_CONFIG_JE_PROPERTY_SHADOWS_CONFIG_706=An error occurred while trying to parse and validate Berkeley DB JE property %s: the property shadows configuration attribute %s |
| | | SEVERE_ERR_CONFIG_JE_DUPLICATE_PROPERTY_707=An error occurred while trying to parse and validate Berkeley DB JE property %s: the property is already defined for this component |
| | | INFO_CONFIG_JE_PROPERTY_REQUIRES_RESTART_708=Das Setzen der Berkeley DB JE-Eigenschaft %s tritt erst in Kraft wenn die Komponente, f\u00fcr die sie gesetzt wurde, neu gestartet wird |
| | | SEVERE_ERR_CONFIG_LOGGING_CANNOT_OPEN_FILE_709=An error occurred while attempting to open the configured log file %s for logger %s: %s |
| | | SEVERE_ERR_CONFIG_WORKFLOW_ELEMENT_CONFIG_NOT_ACCEPTABLE_710=The configuration for the workflow element defined in configuration entry %s was not acceptable: %s |
| | | SEVERE_ERR_CONFIG_WORKFLOW_ELEMENT_CANNOT_INITIALIZE_711=An error occurred while trying to initialize a workflow element from class %s with the information in configuration entry %s: %s. This workflow element will be disabled |
| | | MILD_ERR_CONFIG_WORKFLOW_ELEMENT_ALREADY_REGISTERED_712=Das Arbeitsablaufelement %s ist bereits beim Directory-Server registriert. Diese Arbeitsablaufelement wird ignoriert |
| | | SEVERE_ERR_CONFIG_WORKFLOW_CANNOT_CONFIGURE_MANUAL_713=An error occurred while trying to configure in manual mode the workflows in the Directory Server, and rollback to automatic configuration mode has failed too. If the server is in an unstable state restart it with the last valid configuration |
| | | SEVERE_ERR_CONFIG_WORKFLOW_CANNOT_CONFIGURE_AUTO_714=An error occurred while trying to configure in automatic mode the workflows in the Directory Server, and rollback to manual configuration mode has failed too. If the server is in an unstable state restart it with the last valid configuration |
| | | SEVERE_ERR_CONFIG_LOGGING_INSANE_MODE_715=Invalid UNIX file permissions %s does not allow write access to the log file by the log publisher |
| | | SEVERE_ERR_CONFIG_LOGGING_MODE_INVALID_716=Invalid UNIX file permissions %s: %s |
| | | MILD_ERR_CONFIG_EXTENSION_CONFIG_NOT_ACCEPTABLE_717=Die Konfiguration der in Konfigurationseintrag %s definierten Erweiterung ist ung\u00fcltig: %s |
| | | MILD_ERR_CONFIG_EXTENSION_INITIALIZATION_FAILED_718=Fehler beim Versuch, eine Instanz der Klasse %s als eine Erweiterung zu initialisieren, wie im Konfigurationseintrag %s definiert ist: %s |
| | | |
| New file |
| | |
| | | # CDDL HEADER START |
| | | # |
| | | # The contents of this file are subject to the terms of the |
| | | # Common Development and Distribution License, Version 1.0 only |
| | | # (the "License"). You may not use this file except in compliance |
| | | # with the License. |
| | | # |
| | | # You can obtain a copy of the license at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE |
| | | # or https://OpenDS.dev.java.net/OpenDS.LICENSE. |
| | | # See the License for the specific language governing permissions |
| | | # and limitations under the License. |
| | | # |
| | | # When distributing Covered Code, include this CDDL HEADER in each |
| | | # file and include the License file at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, |
| | | # add the following below this CDDL HEADER, with the fields enclosed |
| | | # by brackets "[]" replaced with your own identifying information: |
| | | # Portions Copyright [yyyy] [name of copyright owner] |
| | | # |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2008 Sun Microsystems, Inc. |
| | | |
| | | |
| | | |
| | | # |
| | | # Global directives |
| | | # |
| | | global.category=CONFIG |
| | | |
| | | # |
| | | # Format string definitions |
| | | # |
| | | # Keys must be formatted as follows: |
| | | # |
| | | # [SEVERITY]_[DESCRIPTION]_[ORDINAL] |
| | | # |
| | | # where: |
| | | # |
| | | # SEVERITY is one of: |
| | | # [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE] |
| | | # |
| | | # DESCRIPTION is an upper case string providing a hint as to the context of |
| | | # the message in upper case with the underscore ('_') character serving as |
| | | # word separator |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | MILD_ERR_CONFIG_ATTR_IS_REQUIRED_1=El atributo de configuraci\u00f3n %s debe tener al menos un valor, pero es posible que la operaci\u00f3n resultante haya suprimido todos los valores. |
| | | MILD_ERR_CONFIG_ATTR_REJECTED_VALUE_2=Se ha rechazado el valor especificado %s para el atributo de configuraci\u00f3n %s. El motivo indicado era: %s |
| | | MILD_ERR_CONFIG_ATTR_SET_VALUES_IS_SINGLE_VALUED_3=El atributo de configuraci\u00f3n %s s\u00f3lo permite un valor, pero se han especificado varios valores. |
| | | MILD_ERR_CONFIG_ATTR_ADD_VALUES_IS_SINGLE_VALUED_4=El atributo de configuraci\u00f3n %s s\u00f3lo permite un valor, pero si se agrega el valor o valores especificados, esto dar\u00eda como resultado varios valores. |
| | | MILD_ERR_CONFIG_ATTR_ADD_VALUES_ALREADY_EXISTS_5=El atributo de configuraci\u00f3n %s ya contiene un valor %s |
| | | MILD_ERR_CONFIG_ATTR_NO_SUCH_VALUE_6=No se puede suprimir el valor %s del atributo de configuraci\u00f3n %s porque el valor especificado no existe. |
| | | MILD_ERR_CONFIG_ATTR_INVALID_BOOLEAN_VALUE_7=No se puede establecer el valor del atributo de configuraci\u00f3n booleano %s porque el valor especificado %s no era ni "true" (verdadero) ni "false" (falso). |
| | | MILD_ERR_CONFIG_ATTR_NO_INT_VALUE_8=No se puede recuperar el valor del atributo de configuraci\u00f3n %s como entero porque ese atributo no presenta ning\u00fan valor. |
| | | MILD_ERR_CONFIG_ATTR_MULTIPLE_INT_VALUES_9=No se puede recuperar el valor del atributo de configuraci\u00f3n %s como entero porque ese atributo presenta varios valores. |
| | | MILD_ERR_CONFIG_ATTR_VALUE_OUT_OF_INT_RANGE_10=No se puede recuperar el valor del atributo de configuraci\u00f3n %s como entero de Java porque el valor se encuentra fuera del intervalo permitido para un entero. |
| | | MILD_ERR_CONFIG_ATTR_INVALID_INT_VALUE_11=No se puede establecer el valor del atributo de configuraci\u00f3n de entero %s porque el valor especificado %s no se puede interpretar como valor de entero: %s |
| | | MILD_ERR_CONFIG_ATTR_INT_BELOW_LOWER_BOUND_12=No se puede establecer el valor del atributo de configuraci\u00f3n %s porque el valor especificado %d es inferior al valor m\u00ednimo permitido %d |
| | | MILD_ERR_CONFIG_ATTR_INT_ABOVE_UPPER_BOUND_13=No se puede establecer el valor del atributo de configuraci\u00f3n %s porque el valor especificado %d es superior al valor m\u00e1ximo permitido %d |
| | | MILD_ERR_CONFIG_ATTR_INT_COULD_NOT_PARSE_14=No se puede analizar el valor %s del atributo de configuraci\u00f3n %s como valor de entero: %s |
| | | MILD_ERR_CONFIG_ATTR_NO_STRING_VALUE_15=No se puede recuperar el valor del atributo de configuraci\u00f3n %s como cadena porque ese atributo no presenta ning\u00fan valor. |
| | | MILD_ERR_CONFIG_ATTR_MULTIPLE_STRING_VALUES_16=No se puede recuperar el valor del atributo de configuraci\u00f3n %s como cadena porque ese atributo presenta varios valores. |
| | | MILD_ERR_CONFIG_ATTR_EMPTY_STRING_VALUE_17=Se ha especificado un valor vac\u00edo para el atributo de configuraci\u00f3n %s |
| | | MILD_ERR_CONFIG_ATTR_VALUE_NOT_ALLOWED_18=El valor %s no se encuentra incluido en la lista de valores aceptables para el atributo de configuraci\u00f3n %s |
| | | MILD_ERR_CONFIG_ATTR_INVALID_UNIT_19='%s' no es una unidad v\u00e1lida para el atributo de configuraci\u00f3n %s |
| | | MILD_ERR_CONFIG_ATTR_NO_UNIT_DELIMITER_20=No se puede decodificar %s como valor de entero y unidad para el atributo de configuraci\u00f3n %s porque no se pudo encontrar ning\u00fan delimitador de valor/unidad. |
| | | MILD_ERR_CONFIG_ATTR_COULD_NOT_PARSE_INT_COMPONENT_21=No se pudo descodificar la parte de n\u00famero entero del valor %s para el atributo de configuraci\u00f3n %s: %s |
| | | MILD_ERR_CONFIG_ATTR_INVALID_VALUE_WITH_UNIT_22=No se permite el valor especificado %s para el entero con el atributo de unidad %s: %s |
| | | MILD_ERR_CONFIG_ENTRY_CONFLICTING_CHILD_23=No se puede agregar la entrada de configuraci\u00f3n %s como elemento secundario de la entrada de configuraci\u00f3n %s porque ya se ha encontrado una entrada secundaria con ese ND. |
| | | MILD_ERR_CONFIG_ENTRY_NO_SUCH_CHILD_24=No se puede suprimir la entrada %s como elemento secundario de la entrada de configuraci\u00f3n %s porque esa entrada no incluye ning\u00fan elemento secundario con el ND especificado. |
| | | MILD_ERR_CONFIG_ENTRY_CANNOT_REMOVE_NONLEAF_25=No se puede suprimir la entrada %s como elemento secundario de la entrada de configuraci\u00f3n %s porque esa entrada presenta elementos secundarios propios y las entradas sin hojas puede que no se puedan suprimir. |
| | | FATAL_ERR_CONFIG_FILE_DOES_NOT_EXIST_26=The specified configuration file %s does not exist or is not readable |
| | | FATAL_ERR_CONFIG_FILE_CANNOT_VERIFY_EXISTENCE_27=An unexpected error occurred while attempting to determine whether configuration file %s exists: %s |
| | | FATAL_ERR_CONFIG_FILE_CANNOT_OPEN_FOR_READ_28=An error occurred while attempting to open the configuration file %s for reading: %s |
| | | FATAL_ERR_CONFIG_FILE_READ_ERROR_29=An error occurred while attempting to read the contents of configuration file %s: %s |
| | | MILD_ERR_CONFIG_ATTR_OPTIONS_NOT_ALLOWED_30=Se ha detectado un atributo de configuraci\u00f3n %s no v\u00e1lido: la \u00fanica opci\u00f3n permitida en la configuraci\u00f3n de Directory Server es "pendiente" para indicar el conjunto de valores pendientes. |
| | | FATAL_ERR_CONFIG_FILE_INVALID_LDIF_ENTRY_31=An error occurred at or near line %d while trying to parse the configuration from LDIF file %s: %s |
| | | FATAL_ERR_CONFIG_FILE_EMPTY_32=The specified configuration file %s does not appear to contain any configuration entries |
| | | FATAL_ERR_CONFIG_FILE_INVALID_BASE_DN_33=The first entry read from LDIF configuration file %s had a DN of "%s" rather than the expected "%s" which should be used as the Directory Server configuration root |
| | | FATAL_ERR_CONFIG_FILE_GENERIC_ERROR_34=An unexpected error occurred while attempting to process the Directory Server configuration file %s: %s |
| | | FATAL_ERR_CONFIG_FILE_DUPLICATE_ENTRY_35=Configuration entry %s starting at or near line %s in the LDIF configuration file %s has the same DN as another entry already read from that file |
| | | FATAL_ERR_CONFIG_FILE_NO_PARENT_36=Configuration entry %s starting at or near line %d in the configuration LDIF file %s does not appear to have a parent entry (expected parent DN was %s) |
| | | FATAL_ERR_CONFIG_FILE_UNKNOWN_PARENT_37=The Directory Server was unable to determine the parent DN for configuration entry %s starting at or near line %d in the configuration LDIF file %s |
| | | FATAL_ERR_CONFIG_CANNOT_DETERMINE_SERVER_ROOT_38=Unable to determine the Directory Server instance root from either an environment variable or based on the location of the configuration file. Please set an environment variable named %s with a value containing the absolute path to the server installation root |
| | | SEVERE_ERR_CONFIG_FILE_WRITE_ERROR_39=An unexpected error occurred while trying to write configuration entry %s to LDIF: %s |
| | | SEVERE_ERR_CONFIG_FILE_CLOSE_ERROR_40=An unexpected error occurred while trying to close the LDIF writer: %s |
| | | SEVERE_ERR_CONFIG_FILE_UNWILLING_TO_IMPORT_41=The Directory Server configuration may not be altered by importing a new configuration from LDIF |
| | | FATAL_ERR_CONFIG_LOGGER_CANNOT_GET_BASE_42=An error occurred while attempting to retrieve the base logger entry cn=Loggers,cn=config from the Directory Server configuration: %s |
| | | SEVERE_WARN_CONFIG_LOGGER_BASE_DOES_NOT_EXIST_43=The logger configuration base cn=Loggers,cn=config does not exist in the Directory Server configuration. Logging facilities will not be available until this entry is created and the Directory Server is restarted |
| | | SEVERE_WARN_CONFIG_LOGGER_NO_ACTIVE_ACCESS_LOGGERS_44=There are no active access loggers defined in the Directory Server configuration. No access logging will be performed |
| | | SEVERE_WARN_CONFIG_LOGGER_NO_ACTIVE_ERROR_LOGGERS_45=There are no active error loggers defined in the Directory Server configuration. No error logging will be performed |
| | | MILD_WARN_CONFIG_LOGGER_NO_ACTIVE_DEBUG_LOGGERS_46=There are no active debug loggers defined in the Directory Server configuration. No debug logging will be performed |
| | | SEVERE_ERR_CONFIG_LOGGER_ENTRY_UNACCEPTABLE_47=Configuration entry %s does not contain a valid logger configuration: %s. It will be ignored |
| | | INFO_CONFIG_UNKNOWN_UNACCEPTABLE_REASON_48=Motivo inaceptable desconocido |
| | | SEVERE_ERR_CONFIG_LOGGER_CANNOT_CREATE_LOGGER_49=An error occurred while attempting to create a Directory Server logger from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_OBJECTCLASS_50=Configuration entry %s does not contain a valid objectclass for a Directory Server access, error, or debug logger definition |
| | | INFO_CONFIG_LOGGER_DESCRIPTION_CLASS_NAME_51=El nombre completo de la clase de Java que define el registro de Directory Server. Si se modifica mientras el registro asociado se encuentra habilitado, \u00e9ste deber\u00e1 deshabilitarse y habilitarse de nuevo para que se aplique el cambio. |
| | | SEVERE_ERR_CONFIG_LOGGER_NO_CLASS_NAME_52=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-java-class which specifies the fully-qualified class name for the associated logger |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_CLASS_NAME_53=Configuration entry %s has an invalid value for attribute ds-cfg-java-class: %s |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_ACCESS_LOGGER_CLASS_54=Class %s specified in attribute ds-cfg-java-class of configuration entry %s cannot be instantiated as a Directory Server access logger: %s |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_ERROR_LOGGER_CLASS_55=Class %s specified in attribute ds-cfg-java-class of configuration entry %s cannot be instantiated as a Directory Server error logger: %s |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_DEBUG_LOGGER_CLASS_56=Class %s specified in attribute ds-cfg-java-class of configuration entry %s cannot be instantiated as a Directory Server debug logger: %s |
| | | INFO_CONFIG_LOGGER_DESCRIPTION_ENABLED_57=Indica si debe habilitarse este registro de Directory Server. Los cambios realizados en este atributo se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_CONFIG_LOGGER_NO_ENABLED_ATTR_58=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-enabled which indicates whether the logger should be enabled for use in the Directory Server |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_ENABLED_VALUE_59=Configuration entry %s has an invalid value for attribute ds-cfg-enabled: %s |
| | | INFO_CONFIG_CORE_DESCRIPTION_ALLOW_ATTR_EXCEPTIONS_60=Indica si se debe permitir cierta flexibilidad en los caracteres que se utilicen en los nombres de atributos. De forma predeterminada, los nombres de atributos s\u00f3lo pueden contener letras alfab\u00e9ticas ASCII, d\u00edgitos num\u00e9ricos y guiones. Adem\u00e1s, deben comenzar por una letra. Si las excepciones de nombres de atributos se encuentran habilitadas, tambi\u00e9n se permitir\u00e1 el uso de caracteres de subrayado y el nombre puede comenzar por un d\u00edgito. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_ALLOW_EXCEPTIONS_61=Configuration entry %s has an invalid value for configuration attribute ds-cfg-allow-attribute-name-exceptions (it should be a Boolean value of true or false): %s |
| | | INFO_CONFIG_CORE_DESCRIPTION_INVALID_SYNTAX_BEHAVIOR_62=El comportamiento que deber\u00eda mostrar Directory Server en caso de que descubra un atributo cuyo valor no sea compatible con la sintaxis de dicho atributo. Los valores aceptados para este atributo son: "reject" para rechazar el valor no v\u00e1lido, "warn" para aceptar el valor no v\u00e1lido y registrar un mensaje de advertencia o "accept" para aceptarlo sin ninguna advertencia. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_ENFORCE_STRICT_SYNTAX_63=Configuration entry %s has an invalid value for configuration attribute ds-cfg-invalid-attribute-syntax-behavior (it should be one of "accept", "reject", or "warn" ): %s |
| | | MILD_ERR_CONFIG_ATTR_MULTIPLE_PENDING_VALUE_SETS_64=Parece que el atributo de configuraci\u00f3n %s contiene varios conjuntos de valores pendientes. |
| | | MILD_ERR_CONFIG_ATTR_MULTIPLE_ACTIVE_VALUE_SETS_65=Parece que el atributo de configuraci\u00f3n %s contiene varios conjuntos de valores activos. |
| | | MILD_ERR_CONFIG_ATTR_NO_ACTIVE_VALUE_SET_66=El atributo de configuraci\u00f3n %s no contiene ning\u00fan conjunto de valores activos. |
| | | MILD_ERR_CONFIG_ATTR_INT_INVALID_TYPE_67=No se puede analizar el valor %s del atributo de configuraci\u00f3n %s como valor de entero porque el elemento presenta un tipo no v\u00e1lido (%s). |
| | | MILD_ERR_CONFIG_ATTR_INT_INVALID_ARRAY_TYPE_68=No se puede analizar el valor del atributo de configuraci\u00f3n %s como conjunto de valores de entero porque la matriz contiene elementos de un tipo no v\u00e1lido ( %s). |
| | | MILD_ERR_CONFIG_ATTR_INVALID_STRING_VALUE_69=No se puede analizar el valor %s del atributo de configuraci\u00f3n %s como valor de cadena: %s |
| | | MILD_ERR_CONFIG_ATTR_STRING_INVALID_TYPE_70=No se puede analizar el valor %s del atributo de configuraci\u00f3n %s como valor de cadena porque el elemento presenta un tipo no v\u00e1lido (%s). |
| | | MILD_ERR_CONFIG_ATTR_STRING_INVALID_ARRAY_TYPE_71=No se puede analizar el valor del atributo de configuraci\u00f3n %s como conjunto de valores de cadena porque la matriz contiene elementos de un tipo no v\u00e1lido ( %s). |
| | | MILD_ERR_CONFIG_ATTR_INT_WITH_UNIT_INVALID_TYPE_72=No se puede analizar el valor %s del atributo de configuraci\u00f3n %s como un entero con valor de unidad porque el elemento presenta un tipo no v\u00e1lido (%s). |
| | | MILD_ERR_CONFIG_JMX_ATTR_NO_VALUE_73=La entrada de configuraci\u00f3n %s no contiene ning\u00fan valor para el atributo %s |
| | | MILD_ERR_CONFIG_JMX_ATTR_NO_ATTR_74=La entrada de configuraci\u00f3n %s no contiene el atributo %s (o ese atributo existe, pero no se puede acceder a \u00e9l mediante JMX). |
| | | MILD_ERR_CONFIG_JMX_CANNOT_GET_CONFIG_ENTRY_75=No se puede recuperar la entrada de configuraci\u00f3n %s para el acceso mediante JMX: %s |
| | | MILD_ERR_CONFIG_JMX_ATTR_INVALID_VALUE_76=El intento de actualizaci\u00f3n al atributo %s de la entrada de configuraci\u00f3n %s a trav\u00e9s de JMX ha proporcionado un valor no v\u00e1lido: %s |
| | | MILD_ERR_CONFIG_JMX_UNACCEPTABLE_CONFIG_77=La actualizaci\u00f3n a la entrada de configuraci\u00f3n %s a trav\u00e9s de JMX ha proporcionado una configuraci\u00f3n no v\u00e1lida: %s |
| | | MILD_ERR_CONFIG_JMX_NO_METHOD_78=No hay ning\u00fan m\u00e9todo %s para el componente registrado con la entrada de configuraci\u00f3n % al que se puede llamar. |
| | | MILD_ERR_CONFIG_CANNOT_GET_CONFIG_ENTRY_79=Se ha producido un error al intentar recuperar la entrada de configuraci\u00f3n %s: %s |
| | | INFO_CONFIG_SET_ATTRIBUTE_80=El valor del atributo de configuraci\u00f3n %s se ha establecido en %s en la entrada de configuraci\u00f3n %s |
| | | MILD_ERR_CONFIG_CHANGE_NOT_SUCCESSFUL_81=El intento de actualizaci\u00f3n de la entrada de configuraci\u00f3n %s no se ha realizado satisfactoriamente y se han detectado uno o varios errores: %s |
| | | SEVERE_ERR_CONFIG_LOGGER_NO_FILE_NAME_82=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-log-file which specifies the log file name for the associated logger |
| | | SEVERE_ERR_CONFIG_JMX_CANNOT_REGISTER_MBEAN_83=The Directory Server could not register a JMX MBean for the component associated with configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_LDIF_WRITE_ERROR_84=An unexpected error occurred while trying to export the Directory Server configuration to LDIF: %s |
| | | INFO_CONFIG_WORK_QUEUE_DESCRIPTION_NUM_THREADS_85=El n\u00famero de subprocesos de trabajo que deber\u00eda utilizarse para procesar las solicitudes y que controla el n\u00famero de operaciones que el servidor puede procesar simult\u00e1neamente. El valor \u00f3ptimo depende del tipo de sistema en el que se est\u00e9 ejecutando el servidor y la carga de trabajo que debe administrar. Puede determinarse de forma eficaz mediante una prueba de rendimiento. Los cambios realizados en este atributo se aplicar\u00e1n inmediatamente |
| | | INFO_CONFIG_WORK_QUEUE_DESCRIPTION_MAX_CAPACITY_86=N\u00famero m\u00e1ximo de solicitudes pendientes que puede albergar la cola de trabajo en cualquier momento mientras los subprocesos de trabajo se encuentran ocupados procesando otras operaciones. Si se alcanza este l\u00edmite, se rechazar\u00e1n las solicitudes nuevas. El valor 0 indica que no hay ning\u00fan l\u00edmite. Los cambios realizados en este atributo se aplicar\u00e1n inmediatamente |
| | | SEVERE_ERR_CONFIG_WORK_QUEUE_CANNOT_DETERMINE_NUM_WORKER_THREADS_87=An error occurred while attempting to retrieve the value of the ds-cfg-num-worker-threads attribute from the %s entry, which is used to specify the number of worker threads to service the work queue: %s. The Directory Server will use the default value of 24 |
| | | SEVERE_ERR_CONFIG_WORK_QUEUE_CANNOT_DETERMINE_QUEUE_CAPACITY_88=An error occurred while attempting to retrieve the value of the ds-cfg-max-work-queue-capacity attribute from the %s entry, which is used to specify the maximum number of pending operations that may be held in the work queue: %s. The Directory Server will use the default value of 0 |
| | | SEVERE_WARN_CONFIG_WORK_QUEUE_NUM_THREADS_INVALID_VALUE_89=The value of configuration attribute ds-cfg-num-worker-threads in configuration entry %s has an invalid value (%d). This attribute requires an integer value greater than zero |
| | | SEVERE_WARN_CONFIG_WORK_QUEUE_CAPACITY_INVALID_VALUE_90=The value of configuration attribute ds-cfg-max-work-queue-capacity in configuration entry %s has an invalid value (%d). This attribute requires an integer value greater than or equal to zero |
| | | INFO_CONFIG_WORK_QUEUE_CREATED_THREADS_91=Se han creado %d subprocesos de trabajo adicionales para establecer el n\u00famero total de subprocesos disponibles en %d |
| | | INFO_CONFIG_WORK_QUEUE_DESTROYING_THREADS_92=%d subprocesos de trabajo se finalizar\u00e1n en cuanto sea conveniente (es posible que los subprocesos tarden varios segundos en cerrarse) para establecer el n\u00famero total de subprocesos en %d |
| | | INFO_CONFIG_WORK_QUEUE_NEW_CAPACITY_93=La capacidad de la cola de trabajo se ha actualizado para que utilice el nuevo valor %d |
| | | SEVERE_ERR_CONFIG_WORK_QUEUE_TOO_MANY_FAILURES_94=Worker thread "%s" has experienced too many repeated failures while attempting to retrieve the next operation from the work queue (%d failures experienced, maximum of %d failures allowed). This worker thread will be destroyed |
| | | SEVERE_ERR_CONFIG_WORK_QUEUE_CANNOT_CREATE_MONITOR_95=A problem occurred while trying to create and start an instance of class %s to use as a monitor provider for the Directory Server work queue: %s. No monitor information will be available for the work queue |
| | | INFO_CONFIG_DESCRIPTION_BACKEND_DIRECTORY_96=El nombre del directorio en el que se han almacenado los archivos de base de datos del servidor de fondo. |
| | | SEVERE_ERR_CONFIG_BACKEND_NO_DIRECTORY_97=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-db-directory |
| | | MILD_ERR_CONFIG_ATTR_DN_NULL_98=Se ha especificado un valor nulo para el atributo de configuraci\u00f3n de ND %s |
| | | MILD_ERR_CONFIG_ATTR_DN_CANNOT_PARSE_99=Se ha producido un error al intentar analizar el valor "%s" del atributo %s como ND: %s |
| | | MILD_ERR_CONFIG_ATTR_INVALID_DN_VALUE_100=No se puede analizar el valor %s del atributo de configuraci\u00f3n %s como ND: %s |
| | | MILD_ERR_CONFIG_ATTR_DN_INVALID_TYPE_101=No se puede analizar el valor %s del atributo de configuraci\u00f3n %s como ND porque el elemento presenta un tipo no v\u00e1lido (%s). |
| | | MILD_ERR_CONFIG_ATTR_DN_INVALID_ARRAY_TYPE_102=No se puede analizar el valor del atributo de configuraci\u00f3n %s como conjunto de valores de ND porque la matriz contiene elementos de un tipo no v\u00e1lido ( %s). |
| | | FATAL_ERR_CONFIG_CANNOT_REGISTER_AS_PRIVATE_SUFFIX_103=An unexpected error occurred while trying to register the configuration handler base DN "%s" as a private suffix with the Directory Server: %s |
| | | SEVERE_ERR_CONFIG_BACKEND_CANNOT_GET_CONFIG_BASE_104=An error occurred while trying to retrieve configuration entry cn=Backends,cn=config in order to initialize the Directory Server backends: %s |
| | | SEVERE_ERR_CONFIG_BACKEND_BASE_DOES_NOT_EXIST_105=The entry cn=Backends,cn=config does not appear to exist in the Directory Server configuration. This is a required entry |
| | | SEVERE_WARN_CONFIG_BACKEND_ENTRY_DOES_NOT_HAVE_BACKEND_CONFIG_106=Configuration entry %s exists below the backend configuration root of cn=Backends,cn=config but does not have objectclass ds-cfg-backend that is required for a Directory Server backend. This configuration entry will be ignored |
| | | SEVERE_ERR_CONFIG_BACKEND_ERROR_INTERACTING_WITH_BACKEND_ENTRY_107=An unexpected error occurred while interacting with backend configuration entry %s: %s |
| | | INFO_CONFIG_BACKEND_ATTR_DESCRIPTION_ENABLED_108=Indica si debe habilitarse este servidor de fondo para su uso en Directory Server. Esto puede modificarse si Directory Server se encuentra en l\u00ednea. Sin embargo, si no se encuentra habilitado un servidor de fondo, no estar\u00e1 disponible para su uso. |
| | | INFO_CONFIG_BACKEND_ATTR_DESCRIPTION_CLASS_109=El nombre completo de la clase de Java que debe proporcionar la l\u00f3gica central para esta implementaci\u00f3n del servidor de fondo. Los cambios realizados en esta configuraci\u00f3n no se aplicar\u00e1n hasta que se deshabilite y se vuelva a habilitar el servidor de fondo o hasta que se reinicie el servidor. |
| | | SEVERE_WARN_CONFIG_BACKEND_NO_ENABLED_ATTR_110=Backend configuration entry %s does not contain attribute ds-cfg-enabled, which is used to indicate whether the backend should be enabled or disabled. Without this attribute, it will default to being disabled |
| | | INFO_CONFIG_BACKEND_DISABLED_111=El servidor de fondo definido en la entrada de configuraci\u00f3n %s se marca como deshabilitado y, por lo tanto, no se utilizar\u00e1. |
| | | SEVERE_ERR_CONFIG_BACKEND_UNABLE_TO_DETERMINE_ENABLED_STATE_112=An unexpected error occurred while attempting to determine whether the backend associated with configuration entry %s should be enabled or disabled: %s. It will be disabled |
| | | SEVERE_ERR_CONFIG_BACKEND_NO_CLASS_ATTR_113=Backend configuration entry %s does not contain attribute ds-cfg-java-class, which is used to specify the name of the class used to provide the backend implementation. The backend associated with this configuration entry will be disabled |
| | | SEVERE_ERR_CONFIG_BACKEND_CANNOT_GET_CLASS_114=An unexpected error occurred while trying to determine the name of the Java class that contains the implementation for backend %s: %s. This backend will be disabled |
| | | SEVERE_ERR_CONFIG_BACKEND_CANNOT_INSTANTIATE_115=The Directory Server was unable to load class %s and use it to create a backend instance as defined in configuration entry %s. The error that occurred was: %s. This backend will be disabled |
| | | SEVERE_ERR_CONFIG_BACKEND_CANNOT_INITIALIZE_116=An error occurred while trying to initialize a backend loaded from class %s with the information in configuration entry %s: %s. This backend will be disabled |
| | | SEVERE_ERR_CONFIG_BACKEND_CLASS_NOT_BACKEND_117=The class %s specified in configuration entry %s does not contain a valid Directory Server backend implementation |
| | | NOTICE_CONFIG_BACKEND_ACTION_REQUIRED_TO_CHANGE_CLASS_118=El cambio solicitado para la entrada de configuraci\u00f3n %s provocar\u00eda que la clase del servidor de fondo asociado cambiase de %s a %s. Este cambio no se aplicar\u00e1 hasta que se deshabilite y se vuelva a habilitar el servidor de fondo o hasta que se reinicie Directory Server. |
| | | NOTICE_CONFIG_BACKEND_CANNOT_REMOVE_BACKEND_WITH_SUBORDINATES_119=El servidor de fondo definido en la entrada de configuraci\u00f3n %s presenta uno o varios servidores de fondo subordinados. Los servidores de fondo con servidores de fondo subordinados no pueden suprimirse. |
| | | INFO_CONFIG_CORE_DESCRIPTION_MAX_ALLOWED_CONNECTIONS_120=El n\u00famero m\u00e1ximo de conexiones de cliente que pueden establecerse con Directory Server en cualquier momento. un valor inferior o igual a cero indica que no habr\u00e1 ning\u00fan l\u00edmite. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | INFO_CONFIG_LOGGER_CLASS_ACTION_REQUIRED_122=El cambio solicitado de %s a %s para el nombre de la clase de registro de la entrada de configuraci\u00f3n %s no puede aplicarse din\u00e1micamente. Este cambio no se aplicar\u00e1 hasta que el registro se deshabilite y se vuelva a habilitar o hasta que se reinicie Directory Server. |
| | | MILD_ERR_CONFIG_LOGGER_EXISTS_123=No se puede agregar una nueva entrada de registro con el ND %s porque ya hay un registro con ese ND. |
| | | MILD_ERR_CONFIG_LOGGER_ACCESS_INITIALIZATION_FAILED_124=Se ha producido un error al intentar inicializar una instancia de la clase %s como registro de acceso, tal y como se ha definido en la entrada de configuraci\u00f3n %s: %s |
| | | MILD_ERR_CONFIG_LOGGER_ERROR_INITIALIZATION_FAILED_125=Se ha producido un error al intentar inicializar una instancia de la clase %s como registro de errores, tal y como se ha definido en la entrada de configuraci\u00f3n %s: %s |
| | | MILD_ERR_CONFIG_LOGGER_DEBUG_INITIALIZATION_FAILED_126=An error occurred while trying to initialize an instance of class %s as a debug logger as defined in configuration entry %s: %s |
| | | FATAL_ERR_CONFIG_MONITOR_CANNOT_GET_BASE_127=An error occurred while attempting to retrieve the base monitor entry cn=Monitor Providers,cn=config from the Directory Server configuration: %s |
| | | SEVERE_WARN_CONFIG_MONITOR_BASE_DOES_NOT_EXIST_128=The monitor configuration base cn=Monitor Providers,cn=config does not exist in the Directory Server configuration. Only limited monitoring information will be available |
| | | SEVERE_ERR_CONFIG_MONITOR_ENTRY_UNACCEPTABLE_129=Configuration entry %s does not contain a valid monitor provider configuration: %s. It will be ignored |
| | | SEVERE_ERR_CONFIG_MONITOR_CANNOT_CREATE_MONITOR_130=An error occurred while attempting to create a Directory Server monitor provider from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_MONITOR_INVALID_OBJECTCLASS_131=Configuration entry %s does not contain the ds-cfg-monitor-provider objectclass, which is required for monitor provider definitions |
| | | INFO_CONFIG_MONITOR_DESCRIPTION_CLASS_NAME_132=El nombre completo de la clase de Java que define el proveedor de supervisi\u00f3n de Directory Server. Si se modifica mientras la supervisi\u00f3n asociada se encuentra habilitada, \u00e9sta deber\u00e1 deshabilitarse y habilitarse de nuevo para que se aplique el cambio. |
| | | SEVERE_ERR_CONFIG_MONITOR_NO_CLASS_NAME_133=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-java-class which specifies the fully-qualified class name for the associated monitor provider |
| | | SEVERE_ERR_CONFIG_MONITOR_INVALID_CLASS_NAME_134=Configuration entry %s has an invalid value for attribute ds-cfg-java-class: %s |
| | | SEVERE_ERR_CONFIG_MONITOR_INVALID_CLASS_135=Class %s specified in configuration entry %s does not contain a valid monitor provider implementation: %s |
| | | INFO_CONFIG_MONITOR_DESCRIPTION_ENABLED_136=Indica si debe habilitarse este proveedor de supervisi\u00f3n de Directory Server. Los cambios realizados en este atributo se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_CONFIG_MONITOR_NO_ENABLED_ATTR_137=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-enabled which indicates whether the monitor provider should be enabled for use in the Directory Server |
| | | SEVERE_ERR_CONFIG_MONITOR_INVALID_ENABLED_VALUE_138=Configuration entry %s has an invalid value for attribute ds-cfg-enabled: %s |
| | | INFO_CONFIG_MONITOR_CLASS_ACTION_REQUIRED_139=El cambio solicitado de %s a %s para el nombre de la clase de supervisi\u00f3n de la entrada de configuraci\u00f3n %s no puede aplicarse din\u00e1micamente. Este cambio no se aplicar\u00e1 hasta que el proveedor de supervisi\u00f3n se deshabilite y se vuelva a habilitar o hasta que se reinicie Directory Server. |
| | | MILD_ERR_CONFIG_MONITOR_INITIALIZATION_FAILED_140=Se ha producido un error al intentar inicializar una instancia de la clase %s como proveedor de supervisi\u00f3n, tal y como se ha definido en la entrada de configuraci\u00f3n %s: %s |
| | | MILD_ERR_CONFIG_MONITOR_EXISTS_141=No se puede agregar una nueva entrada del proveedor de supervisi\u00f3n con el ND %s porque ya hay un proveedor de supervisi\u00f3n registrado con ese ND. |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_CANNOT_GET_CONFIG_BASE_142=An error occurred while trying to retrieve configuration entry cn=Connection Handlers,cn=config in order to initialize the Directory Server backends: %s |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_BASE_DOES_NOT_EXIST_143=The entry cn=Connection Handlers,cn=config does not appear to exist in the Directory Server configuration. This is a required entry |
| | | SEVERE_WARN_CONFIG_CONNHANDLER_ENTRY_DOES_NOT_HAVE_CONNHANDLER_CONFIG_144=Configuration entry %s exists below the connection handler configuration root of cn=Connection Handlers,cn=config but does not have objectclass ds-cfg-connection-handler that is required for a Directory Server connection handler. This configuration entry will be ignored |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_ERROR_INTERACTING_WITH_CONNHANDLER_ENTRY_145=An unexpected error occurred while interacting with connection handler configuration entry %s: %s |
| | | INFO_CONFIG_CONNHANDLER_ATTR_DESCRIPTION_ENABLED_146=Indica si debe habilitarse este controlador de conexi\u00f3n para su uso en Directory Server. Esto puede modificarse si Directory Server se encuentra en l\u00ednea. Sin embargo, si no se encuentra habilitado un controlador de conexi\u00f3n, no estar\u00e1 disponible para su uso. |
| | | INFO_CONFIG_CONNHANDLER_ATTR_DESCRIPTION_CLASS_147=El nombre completo de la clase de Java que debe proporcionar la l\u00f3gica central para esta implementaci\u00f3n del controlador de conexi\u00f3n. Los cambios realizados en esta configuraci\u00f3n no se aplicar\u00e1n hasta que se deshabilite y se vuelva a habilitar el controlador de conexi\u00f3n o hasta que se reinicie el servidor. |
| | | SEVERE_WARN_CONFIG_CONNHANDLER_NO_ENABLED_ATTR_148=Connection handler configuration entry %s does not contain attribute ds-cfg-enabled, which is used to indicate whether the connection handler should be enabled or disabled. Without this attribute, it will default to being disabled |
| | | INFO_CONFIG_CONNHANDLER_DISABLED_149=El controlador de conexi\u00f3n definido en la entrada de configuraci\u00f3n %s se marca como deshabilitado y, por lo tanto, no se utilizar\u00e1. |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_UNABLE_TO_DETERMINE_ENABLED_STATE_150=An unexpected error occurred while attempting to determine whether the connection handler associated with configuration entry %s should be enabled or disabled: %s. It will be disabled |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_NO_CLASS_ATTR_151=Connection handler configuration entry %s does not contain attribute ds-cfg-java-class, which is used to specify the name of the class used to provide the connection handler implementation. The connection handler associated with this configuration entry will be disabled |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_CANNOT_GET_CLASS_152=An unexpected error occurred while trying to determine the name of the Java class that contains the implementation for connection handler %s: %s. This connection handler will be disabled |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_CANNOT_INSTANTIATE_153=The Directory Server was unable to load class %s and use it to create a connection handler instance as defined in configuration entry %s. The error that occurred was: %s. This connection handler will be disabled |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_CANNOT_INITIALIZE_154=An error occurred while trying to initialize a connection handler loaded from class %s with the information in configuration entry %s: %s. This connection handler will be disabled |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_UNACCEPTABLE_CONFIG_155=The configuration for the connection handler defined in configuration entry %s was not acceptable according to its internal validation. However, no specific information is available regarding the problem(s) with the entry |
| | | SEVERE_ERR_CONFIG_BACKEND_UNACCEPTABLE_CONFIG_156=The configuration for the backend defined in configuration entry %s was not acceptable according to its internal validation. However, no specific information is available regarding the problem(s) with the entry |
| | | SEVERE_ERR_CONFIG_MONITOR_UNACCEPTABLE_CONFIG_157=The configuration for the monitor provider defined in configuration entry %s was not acceptable according to its internal validation. However, no specific information is available regarding the problem(s) with the entry |
| | | SEVERE_ERR_CONFIG_LOGGER_UNACCEPTABLE_CONFIG_158=The configuration for the logger defined in configuration entry %s was not acceptable according to its internal validation. However, no specific information is available regarding the problem(s) with the entry |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_CLASS_NOT_CONNHANDLER_159=The class %s specified in configuration entry %s does not contain a valid Directory Server connection handler implementation |
| | | SEVERE_ERR_CONFIG_SCHEMA_CANNOT_GET_MR_BASE_160=An error occurred while trying to retrieve configuration entry cn=Matching Rules,cn=config in order to initialize the Directory Server matching rules: %s |
| | | SEVERE_ERR_CONFIG_SCHEMA_MR_BASE_DOES_NOT_EXIST_161=The entry cn=Matching Rules,cn=config does not appear to exist in the Directory Server configuration. This is a required entry |
| | | SEVERE_ERR_CONFIG_SCHEMA_NO_MATCHING_RULES_162=No child entries were found below the entry cn=Matching Rules,cn=config to define the matching rules for use in the Directory Server. This is an error, because the Directory Server must have matching rules defined to function properly |
| | | SEVERE_WARN_CONFIG_SCHEMA_ENTRY_DOES_NOT_HAVE_MR_CONFIG_163=Configuration entry %s exists below the matching rule configuration root of cn=Matching Rules,cn=config but does not have objectclass ds-cfg-matching-rule that is required for a Directory Server matching rule. This configuration entry will be ignored |
| | | INFO_CONFIG_SCHEMA_MR_ATTR_DESCRIPTION_ENABLED_164=Indica si debe habilitarse esta regla de coincidencia para su uso en Directory Server. Esto puede modificarse si Directory Server se encuentra en l\u00ednea. Sin embargo, si la regla de coincidencia se encuentra deshabilitada despu\u00e9s de utilizarla para uno o varios atributos, es posible que la b\u00fasqueda de coincidencias ya no funcione en la forma prevista para esos atributos. |
| | | INFO_CONFIG_SCHEMA_MR_ATTR_DESCRIPTION_CLASS_165=El nombre completo de la clase de Java que debe proporcionar la l\u00f3gica central para esta implementaci\u00f3n de la regla de coincidencia. Los cambios realizados en esta configuraci\u00f3n no se aplicar\u00e1n hasta que se deshabilite y se vuelva a habilitar la regla de coincidencias o hasta que se reinicie el servidor. Adem\u00e1s, los cambios realizados en la clase de las reglas de coincidencia que se han utilizado para uno o varios atributos pueden provocar resultados inesperados cuando se realice la b\u00fasqueda de coincidencias para esos atributos. |
| | | SEVERE_WARN_CONFIG_SCHEMA_MR_NO_ENABLED_ATTR_166=Matching rule configuration entry %s does not contain attribute ds-cfg-enabled, which is used to indicate whether the matching rule should be enabled or disabled. Without this attribute, it will default to being disabled |
| | | INFO_CONFIG_SCHEMA_MR_DISABLED_167=La regla de coincidencia definida en la entrada de configuraci\u00f3n %s se marca como deshabilitada y, por lo tanto, no se utilizar\u00e1. Si se ha utilizado anteriormente para uno o varios atributos, es posible que la regla de coincidencia ya no funcione para los valores de esos atributos. |
| | | SEVERE_ERR_CONFIG_SCHEMA_MR_UNABLE_TO_DETERMINE_ENABLED_STATE_168=An unexpected error occurred while attempting to determine whether the matching rule associated with configuration entry %s should be enabled or disabled: %s. It will be disabled |
| | | SEVERE_ERR_CONFIG_SCHEMA_MR_NO_CLASS_ATTR_169=Matching rule configuration entry %s does not contain attribute ds-cfg-java-class, which is used to specify the name of the class used to provide the matching rule implementation. The matching rule associated with this configuration entry will be disabled |
| | | SEVERE_ERR_CONFIG_SCHEMA_MR_CANNOT_GET_CLASS_170=An unexpected error occurred while trying to determine the name of the Java class that contains the implementation for matching rule %s: %s. This matching rule will be disabled |
| | | SEVERE_ERR_CONFIG_SCHEMA_MR_CANNOT_INSTANTIATE_171=The Directory Server was unable to load class %s and use it to create a matching rule instance as defined in configuration entry %s. The error that occurred was: %s. This matching rule will be disabled |
| | | SEVERE_ERR_CONFIG_SCHEMA_MR_CANNOT_INITIALIZE_172=An error occurred while trying to initialize a matching rule loaded from class %s with the information in configuration entry %s: %s. This matching rule will be disabled |
| | | SEVERE_WARN_CONFIG_SCHEMA_MR_CONFLICTING_MR_173=The matching rule defined in configuration entry %s conflicts with another matching rule defined in the server configuration: %s. This matching rule will not be used |
| | | SEVERE_ERR_CONFIG_SCHEMA_CANNOT_GET_SYNTAX_BASE_174=An error occurred while trying to retrieve configuration entry cn=Syntaxes,cn=config in order to initialize the Directory Server attribute syntaxes: %s |
| | | SEVERE_ERR_CONFIG_SCHEMA_SYNTAX_BASE_DOES_NOT_EXIST_175=The entry cn=Syntaxes,cn=config does not appear to exist in the Directory Server configuration. This is a required entry |
| | | SEVERE_ERR_CONFIG_SCHEMA_NO_SYNTAXES_176=No child entries were found below the entry cn=Syntaxes,cn=config to define the attribute syntaxes for use in the Directory Server. This is an error, because the Directory Server must have syntaxes defined to function properly |
| | | SEVERE_WARN_CONFIG_SCHEMA_ENTRY_DOES_NOT_HAVE_SYNTAX_CONFIG_177=Configuration entry %s exists below the attribute syntax configuration root of cn=Syntaxes,cn=config but does not have objectclass ds-cfg-attribute-syntax that is required for a Directory Server attribute syntax. This configuration entry will be ignored |
| | | INFO_CONFIG_SCHEMA_SYNTAX_ATTR_DESCRIPTION_ENABLED_178=Indica si debe habilitarse esta sintaxis de atributos para su uso en Directory Server. Esto puede modificarse si Directory Server se encuentra en l\u00ednea. Sin embargo, si la sintaxis se encuentra deshabilitada despu\u00e9s de utilizarla para uno o varios atributos, es posible que la b\u00fasqueda de coincidencias ya no funcione en la forma prevista para esos atributos. |
| | | INFO_CONFIG_SCHEMA_SYNTAX_ATTR_DESCRIPTION_CLASS_179=El nombre completo de la clase de Java que debe proporcionar la l\u00f3gica central para esta implementaci\u00f3n de la sintaxis de atributos. Los cambios realizados en esta configuraci\u00f3n no se aplicar\u00e1n hasta que se deshabilite y se vuelva a habilitar la sintaxis o hasta que se reinicie el servidor. Adem\u00e1s, los cambios realizados en la clase de las sintaxis que se han utilizado para uno o varios atributos pueden provocar resultados inesperados cuando se realice la b\u00fasqueda de coincidencias para esos atributos. |
| | | SEVERE_WARN_CONFIG_SCHEMA_SYNTAX_NO_ENABLED_ATTR_180=Attribute syntax configuration entry %s does not contain attribute ds-cfg-enabled, which is used to indicate whether the syntax should be enabled or disabled. Without this attribute, it will default to being disabled |
| | | INFO_CONFIG_SCHEMA_SYNTAX_DISABLED_181=La sintaxis de atributos definida en la entrada de configuraci\u00f3n %s se marca como deshabilitada y, por lo tanto, no se utilizar\u00e1. Si se ha utilizado anteriormente para uno o varios atributos, es posible que la regla de coincidencia ya no funcione para los valores de esos atributos. |
| | | SEVERE_ERR_CONFIG_SCHEMA_SYNTAX_UNABLE_TO_DETERMINE_ENABLED_STATE_182=An unexpected error occurred while attempting to determine whether the attribute syntax associated with configuration entry %s should be enabled or disabled: %s. It will be disabled |
| | | SEVERE_ERR_CONFIG_SCHEMA_SYNTAX_NO_CLASS_ATTR_183=Matching rule configuration entry %s does not contain attribute ds-cfg-java-class, which is used to specify the name of the class used to provide the attribute syntax implementation. The syntax associated with this configuration entry will be disabled |
| | | SEVERE_ERR_CONFIG_SCHEMA_SYNTAX_CANNOT_GET_CLASS_184=An unexpected error occurred while trying to determine the name of the Java class that contains the implementation for attribute syntax %s: %s. This syntax will be disabled |
| | | SEVERE_ERR_CONFIG_SCHEMA_SYNTAX_CANNOT_INSTANTIATE_185=The Directory Server was unable to load class %s and use it to create an attribute syntax instance as defined in configuration entry %s. The error that occurred was: %s. This syntax will be disabled |
| | | SEVERE_ERR_CONFIG_SCHEMA_SYNTAX_CANNOT_INITIALIZE_186=An error occurred while trying to initialize an attribute syntax loaded from class %s with the information in configuration entry %s: %s. This syntax will be disabled |
| | | SEVERE_WARN_CONFIG_SCHEMA_SYNTAX_CONFLICTING_SYNTAX_187=The attribute syntax defined in configuration entry %s conflicts with another syntax defined in the server configuration: %s. This attribute syntax will not be used |
| | | SEVERE_ERR_CONFIG_SCHEMA_NO_SCHEMA_DIR_188=Unable to read the Directory Server schema definitions because the schema directory %s does not exist |
| | | SEVERE_ERR_CONFIG_SCHEMA_DIR_NOT_DIRECTORY_189=Unable to read the Directory Server schema definitions because the schema directory %s exists but is not a directory |
| | | SEVERE_ERR_CONFIG_SCHEMA_CANNOT_LIST_FILES_190=Unable to read the Directory Server schema definitions from directory %s because an unexpected error occurred while trying to list the files in that directory: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_OPEN_FILE_191=Schema configuration file %s in directory %s cannot be parsed because an unexpected error occurred while trying to open the file for reading: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_READ_LDIF_ENTRY_192=Schema configuration file %s in directory %s cannot be parsed because an unexpected error occurred while trying to read its contents as an LDIF entry: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_PARSE_ATTR_TYPE_193=Unable to parse an attribute type definition from schema configuration file %s: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CONFLICTING_ATTR_TYPE_194=An attribute type read from schema configuration file %s conflicts with another attribute type already read into the schema: %s. The later attribute type definition will be used |
| | | SEVERE_WARN_CONFIG_SCHEMA_CONFLICTING_OC_195=An objectclass read from schema configuration file %s conflicts with another objectclass already read into the schema: %s. The later objectclass definition will be used |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_PARSE_OC_196=An objectclass read from schema configuration file %s could not be parsed: %s |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_STRUCTURAL_CLASS_BEHAVIOR_197=Configuration entry %s has an invalid value for configuration attribute ds-cfg-single-structural-objectclass-behavior (it should be one of "accept", "reject", or "warn" ): %s |
| | | INFO_CONFIG_CORE_DESCRIPTION_CHECK_SCHEMA_198=Indica si Directory Server debe realizar la comprobaci\u00f3n de esquema en busca de operaciones de actualizaci\u00f3n para garantizar que las entradas sean v\u00e1lidas en funci\u00f3n de la configuraci\u00f3n del esquema del servidor (por ejemplo, se incluyen todos los atributos necesarios y no hay presente ning\u00fan atributo prohibido). Normalmente, no se recomienda deshabilitar la comprobaci\u00f3n de esquema, ya que esto puede permitir que se incluyan entradas no v\u00e1lidas en el servidor. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_CHECK_SCHEMA_199=Configuration entry %s has an invalid value for configuration attribute ds-cfg-check-schema (it should be a Boolean value of true or false): %s |
| | | SEVERE_ERR_CONFIG_ENTRYCACHE_CANNOT_INSTALL_DEFAULT_CACHE_200=An unexpected error occurred that prevented the server from installing its default entry cache framework: %s |
| | | SEVERE_WARN_CONFIG_ENTRYCACHE_NO_CONFIG_ENTRY_201=The entry cache configuration entry "cn=Entry Caches,cn=config" does not exist in the Directory Server configuration. No entry cache will be available until this entry is created with a valid entry cache configuration |
| | | SEVERE_ERR_CONFIG_ENTRYCACHE_CANNOT_INITIALIZE_CACHE_202=An error occurred while attempting to initialize an instance of class %s for use as the Directory Server entry cache: %s. As a result, the entry cache will be disabled |
| | | SEVERE_ERR_CONFIG_ENTRYCACHE_CONFIG_NOT_ACCEPTABLE_203=The configuration for the entry cache defined in configuration entry %s was not acceptable: %s |
| | | SEVERE_ERR_CONFIG_ENTRYCACHE_CONFIG_LEVEL_NOT_ACCEPTABLE_204=The configuration for the entry cache defined in configuration entry %s was not acceptable: the entry cache level %d is already in use |
| | | INFO_WARN_CONFIG_ENTRYCACHE_NO_MONITOR_CONFIG_ENTRY_205=La configuraci\u00f3n de la cach\u00e9 de entradas %s del proveedor de supervisi\u00f3n no se encontraba disponible. Por lo tanto, no se habilitar\u00e1 este proveedor de supervisi\u00f3n %s |
| | | INFO_WARN_CONFIG_ENTRYCACHE_MONITOR_CONFIG_DISABLED_206=Se ha deshabilitado la configuraci\u00f3n de la cach\u00e9 de entradas %s del proveedor de supervisi\u00f3n. Por lo tanto, no se habilitar\u00e1 el proveedor de supervisi\u00f3n %s |
| | | MILD_ERR_CONFIG_ENTRY_CANNOT_REMOVE_CHILD_215=Se ha producido un error inesperado al intentar suprimir la entrada %s como elemento secundario de la entrada de configuraci\u00f3n %s: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_PARSE_NAME_FORM_216=Unable to parse a name form definition from schema configuration file %s: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CONFLICTING_NAME_FORM_217=A name form read from schema configuration file %s conflicts with another name form already read into the schema: %s. The later name form definition will be used |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_PARSE_DCR_218=Unable to parse a DIT content rule definition from schema configuration file %s: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CONFLICTING_DCR_219=A DIT content rule read from schema configuration file %s conflicts with another DIT content rule already read into the schema: %s. The later DIT content rule definition will be used |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_PARSE_DSR_220=Unable to parse a DIT structure rule definition from schema configuration file %s: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CONFLICTING_DSR_221=A DIT structure rule read from schema configuration file %s conflicts with another DIT structure rule already read into the schema: %s. The later DIT structure rule definition will be used |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_PARSE_MRU_222=Unable to parse a matching rule use definition from schema configuration file %s: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CONFLICTING_MRU_223=A matching rule use read from schema configuration file %s conflicts with another matching rule use already read into the schema: %s. The later matching rule use definition will be used |
| | | SEVERE_WARN_CONFIG_LOGGER_NO_ROTATION_POLICY_224=No file rotation policy has been defined in configuration entry %s. No log rotation will take place |
| | | SEVERE_ERR_CONFIG_LOGGER_NO_SIZE_LIMIT_225=No size limit has been defined for the size based file rotation policy in the configuration entry %s |
| | | SEVERE_ERR_CONFIG_LOGGER_NO_TIME_LIMIT_226=No time limit has been defined for the time based file rotation policy in the configuration entry %s |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_ROTATION_POLICY_227=An invalid file rotation policy %s has been defined in configuration entry %s |
| | | MILD_ERR_CONFIG_ATTR_READ_ONLY_228=El atributo de configuraci\u00f3n %s es de s\u00f3lo lectura y sus valores no pueden modificarse. |
| | | SEVERE_ERR_CONFIG_PLUGIN_CANNOT_GET_CONFIG_BASE_229=An error occurred while trying to retrieve configuration entry cn=Plugins,cn=config in order to initialize the Directory Server plugins: %s |
| | | SEVERE_ERR_CONFIG_PLUGIN_BASE_DOES_NOT_EXIST_230=The entry cn=Plugins,cn=config does not appear to exist in the Directory Server configuration. This is a required entry |
| | | SEVERE_WARN_CONFIG_PLUGIN_ENTRY_DOES_NOT_HAVE_PLUGIN_CONFIG_231=Configuration entry %s exists below the plugin configuration root of cn=Plugins,cn=config but does not have objectclass ds-cfg-backend that is required for a Directory Server plugin. This configuration entry will be ignored |
| | | SEVERE_ERR_CONFIG_PLUGIN_ERROR_INTERACTING_WITH_PLUGIN_ENTRY_232=An unexpected error occurred while interacting with backend configuration entry %s: %s |
| | | INFO_CONFIG_PLUGIN_ATTR_DESCRIPTION_ENABLED_233=Indica si debe habilitarse este complemento para su uso en Directory Server. Esta opci\u00f3n puede modificarse mientras Directory Server se encuentra en l\u00ednea y se aplicar\u00e1 inmediatamente. |
| | | SEVERE_WARN_CONFIG_PLUGIN_NO_ENABLED_ATTR_234=Plugin configuration entry %s does not contain attribute ds-cfg-enabled, which is used to indicate whether the plugin should be enabled or disabled. Without this attribute, it will default to being disabled |
| | | INFO_CONFIG_PLUGIN_DISABLED_235=El complemento definido en la entrada de configuraci\u00f3n %s se marca como deshabilitado y, por lo tanto, no se utilizar\u00e1. |
| | | SEVERE_ERR_CONFIG_PLUGIN_UNABLE_TO_DETERMINE_ENABLED_STATE_236=An unexpected error occurred while attempting to determine whether the plugin associated with configuration entry %s should be enabled or disabled: %s. It will be disabled |
| | | INFO_CONFIG_PLUGIN_ATTR_DESCRIPTION_PLUGIN_TYPE_237=Los tipos para este complemento, que controlan el n\u00famero de veces que se llamar\u00e1 a este complemento durante el procesamiento. Este valor s\u00f3lo se lee cuando se carga e inicializa el complemento, por lo que los cambios realizados en este atributo no se aplicar\u00e1n hasta que se deshabilite y se vuelva a habilitar el complemento o hasta que se reinicie el servidor. |
| | | INFO_CONFIG_PLUGIN_ATTR_DESCRIPTION_CLASS_238=El nombre completo de la clase de Java que debe proporcionar la l\u00f3gica central para esta implementaci\u00f3n del complemento. Los cambios realizados en esta configuraci\u00f3n no se aplicar\u00e1n hasta que se deshabilite y se vuelva a habilitar el complemento o hasta que se reinicie el servidor. |
| | | SEVERE_ERR_CONFIG_PLUGIN_NO_PLUGIN_TYPES_239=Plugin configuration entry %s does not contain attribute ds-cfg-plugin-type, which is used to specify the name(s) of the plugin type(s) for the plugin. This is a required attribute, so this plugin will be disabled |
| | | SEVERE_ERR_CONFIG_PLUGIN_INVALID_PLUGIN_TYPE_240=Plugin configuration entry %s has an invalid value %s for attribute ds-cfg-plugin-type that does not name a valid plugin type. This plugin will be disabled |
| | | SEVERE_ERR_CONFIG_PLUGIN_CANNOT_GET_PLUGIN_TYPES_241=An unexpected error occurred while trying to determine the set of plugin types for the plugin defined in configuration entry %s: %s. This plugin will be disabled |
| | | SEVERE_ERR_CONFIG_PLUGIN_NO_CLASS_ATTR_242=Plugin configuration entry %s does not contain attribute ds-cfg-java-class, which is used to specify the name of the class used to provide the plugin implementation. The plugin associated with this configuration entry will be disabled |
| | | SEVERE_ERR_CONFIG_PLUGIN_CANNOT_GET_CLASS_243=An unexpected error occurred while trying to determine the name of the Java class that contains the implementation for plugin %s: %s. This plugin will be disabled |
| | | SEVERE_ERR_CONFIG_PLUGIN_CANNOT_INSTANTIATE_244=The Directory Server was unable to load class %s and use it to create a plugin instance as defined in configuration entry %s. The error that occurred was: %s. This plugin will be disabled |
| | | SEVERE_ERR_CONFIG_PLUGIN_CANNOT_INITIALIZE_245=An error occurred while attempting to initialize an instance of class %s as a Directory Server plugin using the information in configuration entry %s: %s. This plugin will be disabled |
| | | INFO_CONFIG_CORE_DESCRIPTION_NOTIFY_ABANDONED_OPERATIONS_246=Indica si Directory Server debe enviar una respuesta a las operaciones que se han abandonado en el cliente para conocer si el servidor ha completado su procesamiento. La especificaci\u00f3n LDAP proh\u00edbe el env\u00edo de respuestas en este caso, pero es posible que algunos clientes no muestren un comportamiento adecuado si esperan una respuesta de una operaci\u00f3n cuando no existe ninguna debido a que se ha abandonado. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_NOTIFY_ABANDONED_OPERATIONS_247=Configuration entry %s has an invalid value for configuration attribute ds-cfg-notify-abandoned-operations (it should be a Boolean value of true or false): %s |
| | | SEVERE_ERR_CONFIG_EXTOP_INVALID_CLASS_256=Class %s specified in configuration entry %s does not contain a valid extended operation handler implementation: %s |
| | | MILD_ERR_CONFIG_EXTOP_INITIALIZATION_FAILED_261=Se ha producido un error al intentar inicializar una instancia de la clase %s como controlador de operaciones ampliadas, tal y como se ha definido en la entrada de configuraci\u00f3n %s: %s |
| | | FATAL_ERR_CONFIG_SASL_CANNOT_GET_BASE_264=An error occurred while attempting to retrieve the SASL mechanism handler base entry cn=SASL Mechanisms,cn=config from the Directory Server configuration: %s |
| | | SEVERE_WARN_CONFIG_SASL_BASE_DOES_NOT_EXIST_265=The SASL mechanism configuration base cn=SASL Mechanisms,cn=config does not exist in the Directory Server configuration. This entry must be present for the server to function properly |
| | | SEVERE_ERR_CONFIG_SASL_ENTRY_UNACCEPTABLE_266=Configuration entry %s does not contain a valid SASL mechanism handler configuration: %s. It will be ignored |
| | | SEVERE_ERR_CONFIG_SASL_CANNOT_CREATE_HANDLER_267=An error occurred while attempting to create a Directory Server SASL mechanism handler from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_SASL_INVALID_OBJECTCLASS_268=Configuration entry %s does not contain the ds-cfg-sasl-mechanism-handler objectclass, which is required for SASL mechanism handler definitions |
| | | INFO_CONFIG_SASL_DESCRIPTION_CLASS_NAME_269=El nombre completo de la clase de Java que define el controlador de mecanismos SASL de Directory Server. Si se modifica mientras el controlador asociado se encuentra habilitado, \u00e9ste deber\u00e1 deshabilitarse y habilitarse de nuevo para que se aplique el cambio. |
| | | SEVERE_ERR_CONFIG_SASL_NO_CLASS_NAME_270=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-java-class which specifies the fully-qualified class name for the associated SASL mechanism handler |
| | | SEVERE_ERR_CONFIG_SASL_INVALID_CLASS_NAME_271=Configuration entry %s has an invalid value for attribute ds-cfg-java-class: %s |
| | | SEVERE_ERR_CONFIG_SASL_INVALID_CLASS_272=Class %s specified in configuration entry %s does not contain a valid SASL mechanism handler implementation: %s |
| | | INFO_CONFIG_SASL_DESCRIPTION_ENABLED_273=Indica si debe habilitarse este controlador de mecanismos SASL de Directory Server. Los cambios realizados en este atributo se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_CONFIG_SASL_NO_ENABLED_ATTR_274=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-enabled which indicates whether the SASL mechanism handler should be enabled for use in the Directory Server |
| | | SEVERE_ERR_CONFIG_SASL_INVALID_ENABLED_VALUE_275=Configuration entry %s has an invalid value for attribute ds-cfg-enabled: %s |
| | | INFO_CONFIG_SASL_CLASS_ACTION_REQUIRED_276=El cambio solicitado de %s a %s para el nombre de la clase del controlador de mecanismos SASL de la entrada de configuraci\u00f3n %s no puede aplicarse din\u00e1micamente. Este cambio no se aplicar\u00e1 hasta que el controlador se deshabilite y se vuelva a habilitar o hasta que se reinicie Directory Server. |
| | | MILD_ERR_CONFIG_SASL_INITIALIZATION_FAILED_277=Se ha producido un error al intentar inicializar una instancia de la clase %s como controlador de mecanismos SASL, tal y como se ha definido en la entrada de configuraci\u00f3n %s: %s |
| | | MILD_ERR_CONFIG_SASL_EXISTS_278=No se puede agregar una nueva entrada del controlador de mecanismos SASL con el ND %s porque ya hay un controlador registrado con ese ND. |
| | | SEVERE_ERR_CONFIG_SASL_UNACCEPTABLE_CONFIG_279=The configuration for the SASL mechanism handler defined in configuration entry %s was not acceptable according to its internal validation. However, no specific information is available regarding the problem(s) with the entry |
| | | MILD_ERR_CONFIG_FILE_ADD_ALREADY_EXISTS_280=No se puede agregar la entrada %s en la configuraci\u00f3n de Directory Server porque ya existe otra entrada de configuraci\u00f3n con ese ND. |
| | | MILD_ERR_CONFIG_FILE_ADD_NO_PARENT_DN_281=No se puede agregar la entrada %s en la configuraci\u00f3n de Directory Server porque ese ND no tiene ning\u00fan elemento principal. |
| | | MILD_ERR_CONFIG_FILE_ADD_NO_PARENT_282=No se puede agregar la entrada %s en la configuraci\u00f3n de Directory Server porque su entrada principal %s no existe. |
| | | MILD_ERR_CONFIG_FILE_ADD_REJECTED_BY_LISTENER_283=Directory Server no est\u00e1 dispuesto a agregar la entrada de configuraci\u00f3n %s porque una de las escuchas de adici\u00f3n registradas en la entrada principal %s ha rechazado este cambio con el mensaje: %s |
| | | MILD_ERR_CONFIG_FILE_ADD_FAILED_284=Se ha producido un error inesperado al intentar agregar la entrada de configuraci\u00f3n %s como elemento secundario de la entrada %s: %s |
| | | MILD_ERR_CONFIG_FILE_DELETE_NO_SUCH_ENTRY_285=La entrada %s no se puede suprimir de la configuraci\u00f3n de Directory Server porque la entrada especificada no existe. |
| | | MILD_ERR_CONFIG_FILE_DELETE_HAS_CHILDREN_286=La entrada %s no se puede suprimir de la configuraci\u00f3n de Directory Server porque la entrada especificada presenta una o varias entradas subordinadas. |
| | | MILD_ERR_CONFIG_FILE_DELETE_NO_PARENT_287=La entrada %s no se puede suprimir de la configuraci\u00f3n de Directory Server porque no tiene ning\u00fan elemento principal, por lo que no se permite la eliminaci\u00f3n de la entrada ra\u00edz de la configuraci\u00f3n. |
| | | MILD_ERR_CONFIG_FILE_DELETE_REJECTED_288=La entrada %s no se puede suprimir de la configuraci\u00f3n de Directory Server porque una de las escuchas de eliminaci\u00f3n registradas en la entrada principal %s ha rechazado este cambio con el mensaje: %s |
| | | MILD_ERR_CONFIG_FILE_DELETE_FAILED_289=Se ha producido un error inesperado al intentar suprimir la entrada de configuraci\u00f3n %s como elemento secundario de la entrada %s: %s |
| | | MILD_ERR_CONFIG_FILE_MODIFY_NO_SUCH_ENTRY_290=La entrada %s no se puede modificar porque no existe la entrada especificada. |
| | | MILD_ERR_CONFIG_FILE_MODIFY_REJECTED_BY_CHANGE_LISTENER_291=La entrada %s no se puede modificar porque una de las escuchas de cambio de configuraci\u00f3n registradas para esa entrada ha rechazado el cambio: %s |
| | | MILD_ERR_CONFIG_FILE_MODIFY_REJECTED_BY_COMPONENT_292=La entrada %s no se puede modificar porque uno de los componentes configurables registrados para esa entrada ha rechazado el cambio: %s |
| | | MILD_ERR_CONFIG_FILE_SEARCH_NO_SUCH_BASE_293=La operaci\u00f3n de b\u00fasqueda no puede procesarse porque la entrada de base %s no existe. |
| | | MILD_ERR_CONFIG_FILE_SEARCH_INVALID_SCOPE_294=La operaci\u00f3n de b\u00fasqueda no puede procesarse porque el \u00e1mbito de b\u00fasqueda especificado %s no es v\u00e1lido. |
| | | MILD_ERR_CONFIG_FILE_WRITE_CANNOT_CREATE_TEMP_ARCHIVE_295=Se ha producido un error al intentar crear un archivo temporal %s que contenga las versiones archivadas de las configuraciones anteriores de Directory Server como resultado de un cambio de configuraci\u00f3n: %s |
| | | MILD_ERR_CONFIG_FILE_WRITE_CANNOT_COPY_EXISTING_ARCHIVE_296=Se ha producido un error al intentar copiar las configuraciones archivadas desde %s al archivo temporal %s: %s |
| | | MILD_ERR_CONFIG_FILE_WRITE_CANNOT_COPY_CURRENT_CONFIG_297=Se ha producido un error al intentar actualizar las configuraciones almacenadas en el archivo %s para que incluyan la configuraci\u00f3n en ejecuci\u00f3n desde el archivo %s: %s |
| | | MILD_ERR_CONFIG_FILE_WRITE_CANNOT_RENAME_TEMP_ARCHIVE_298=Se ha producido un error al intentar cambiar los datos de configuraci\u00f3n archivados de %s a %s, pero no se pudo determinar el motivo subyacente de este error. |
| | | MILD_ERR_CONFIG_FILE_WRITE_CANNOT_REPLACE_ARCHIVE_299=No se pudo cambiar el nombre del archivo actualizado que contiene las configuraciones anteriores de Directory Server de %s a %s: %s |
| | | MILD_ERR_CONFIG_FILE_WRITE_CANNOT_EXPORT_NEW_CONFIG_300=Se ha producido un error al intentar exportar la nueva configuraci\u00f3n de Directory Server al archivo %s: %s |
| | | MILD_ERR_CONFIG_FILE_WRITE_CANNOT_RENAME_NEW_CONFIG_301=Se ha producido un error al intentar cambiar el nombre de la nueva configuraci\u00f3n de Directory Server del archivo %s a %s: %s |
| | | MILD_ERR_CONFIG_FILE_MODDN_NOT_ALLOWED_302=No se permiten las operaciones de modificaci\u00f3n de ND en la configuraci\u00f3n de Directory Server. |
| | | INFO_CONFIG_LOGGER_SUPPRESS_INTERNAL_OPERATIONS_303=Indica si los mensajes de las operaciones externas deben excluirse del archivo de registro de acceso. |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_SUPPRESS_INT_OPERATION_VALUE_304=Invalid value specified for attribute %s. Allowed values are true or false |
| | | INFO_CONFIG_BACKEND_ATTR_DESCRIPTION_BASE_DNS_305=El conjunto de ND de base que debe utilizarse para este servidor de fondo. La aplicaci\u00f3n autom\u00e1tica de los cambios realizados en este atributo depende de la implementaci\u00f3n del servidor de fondo. |
| | | SEVERE_ERR_CONFIG_BACKEND_NO_BASE_DNS_306=Backend configuration entry %s does not contain attribute ds-cfg-base-dn, which is used to specify the set of base DNs for the backend. This is a required attribute, and therefore the backend will be disabled |
| | | SEVERE_ERR_CONFIG_BACKEND_UNABLE_TO_DETERMINE_BASE_DNS_307=An unexpected error occurred while attempting to determine the set of base DNs associated with the backend defined in configuration entry %s: %s. This backend will be disabled |
| | | INFO_CONFIG_KEYMANAGER_DESCRIPTION_ENABLED_313=Indica si debe habilitarse el proveedor del administrador de claves de Directory Server. El proveedor del administrador de claves es necesario para las operaciones que requieren acceso al administrador de claves (por ejemplo, las comunicaciones a trav\u00e9s de SSL). Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente, pero s\u00f3lo afectar\u00e1n a los futuros intentos de acceso al administrador de claves. |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_NO_ENABLED_ATTR_314=Configuration entry "%s" does not contain a value for attribute ds-cfg-enabled, which indicates whether the key manager provider is enabled for use in the server |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_DESCRIPTION_CLASS_317=Fully-qualified name of the Java class that includes the key manager provider implementation. Changes to this configuration attribute will not take effect until the key manager provider has been disabled and then re-enabled, or until the server is restarted |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_DESCRIPTION_ENABLED_328=Indicates whether the Directory Server trust manager provider should be enabled. A trust manager provider is required for operations that require access to a trust manager (e.g., communication over SSL). Changes to this configuration attribute will take effect immediately, but will only impact future attempts to access the trust manager |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_NO_ENABLED_ATTR_329=Configuration entry "%s" does not contain a value for attribute ds-cfg-enabled, which indicates whether the trust manager provider is enabled for use in the server |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_DESCRIPTION_CLASS_332=Fully-qualified name of the Java class that includes the trust manager provider implementation. Changes to this configuration attribute will not take effect until the trust manager provider has been disabled and then re-enabled, or until the server is restarted |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_DESCRIPTION_ENABLED_347=Indicates whether the Directory Server certificate mapper should be enabled. A certificate mapper is used to establish a mapping between a client certificate chain and a user entry in the Directory Server for SASL EXTERNAL authentication and similar purposes. Changes to this configuration attribute will take effect immediately |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_NO_ENABLED_ATTR_348=Configuration entry "%s" does not contain a value for attribute ds-cfg-enabled, which indicates whether the certificate mapper is enabled for use in the server |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_DESCRIPTION_CLASS_351=Fully-qualified name of the Java class that includes the certificate mapper implementation. Changes to this configuration attribute will not take effect until the certificate mapper has been disabled and then re-enabled, or until the server is restarted |
| | | MILD_WARN_CONFIG_LOGGER_NO_RETENTION_POLICY_357=No se ha definido ninguna directiva de retenci\u00f3n de archivos en la entrada de configuraci\u00f3n %s. No se eliminar\u00e1 ning\u00fan archivo de registro. |
| | | SEVERE_WARN_CONFIG_LOGGER_INVALID_RETENTION_POLICY_358=An invalid file retention policy %s has been defined in configuration entry %s |
| | | SEVERE_WARN_CONFIG_LOGGER_NO_NUMBER_OF_FILES_359=No file number limit has been defined for the retention policy in the configuration entry %s |
| | | SEVERE_WARN_CONFIG_LOGGER_NO_DISK_SPACE_USED_360=No disk space limit has been defined for the retention policy in the configuration entry %s |
| | | FATAL_ERR_CONFIG_PWSCHEME_CANNOT_GET_BASE_363=An error occurred while attempting to retrieve the password storage scheme base entry cn=Password Storage Schemes,cn=config from the Directory Server configuration: %s |
| | | SEVERE_WARN_CONFIG_PWSCHEME_BASE_DOES_NOT_EXIST_364=The password storage scheme configuration base cn=Password Storage Schemes,cn=config does not exist in the Directory Server configuration. This entry must be present for the server to function properly |
| | | SEVERE_ERR_CONFIG_PWSCHEME_ENTRY_UNACCEPTABLE_365=Configuration entry %s does not contain a valid password storage scheme configuration: %s. It will be ignored |
| | | SEVERE_ERR_CONFIG_PWSCHEME_CANNOT_CREATE_SCHEME_366=An error occurred while attempting to create a Directory Server password storage scheme from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_PWSCHEME_INVALID_OBJECTCLASS_367=Configuration entry %s does not contain the ds-cfg-password-storage-scheme objectclass, which is required for password storage scheme definitions |
| | | INFO_CONFIG_PWSCHEME_DESCRIPTION_CLASS_NAME_368=El nombre completo de la clase de Java que define el esquema de almacenamiento de contrase\u00f1as de Directory Server. Si se modifica mientras el esquema asociado se encuentra habilitado, \u00e9ste deber\u00e1 deshabilitarse y habilitarse de nuevo para que se aplique el cambio. |
| | | SEVERE_ERR_CONFIG_PWSCHEME_NO_CLASS_NAME_369=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-java-class which specifies the fully-qualified class name for the associated password storage scheme |
| | | SEVERE_ERR_CONFIG_PWSCHEME_INVALID_CLASS_NAME_370=Configuration entry %s has an invalid value for attribute ds-cfg-java-class: %s |
| | | SEVERE_ERR_CONFIG_PWSCHEME_INVALID_CLASS_371=Class %s specified in configuration entry %s does not contain a valid password storage scheme implementation: %s |
| | | INFO_CONFIG_PWSCHEME_DESCRIPTION_ENABLED_372=Indica si debe habilitarse el esquema de almacenamiento de contrase\u00f1as de Directory Server. Los cambios realizados en este atributo se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_CONFIG_PWSCHEME_NO_ENABLED_ATTR_373=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-enabled which indicates whether the password storage scheme should be enabled for use in the Directory Server |
| | | SEVERE_ERR_CONFIG_PWSCHEME_INVALID_ENABLED_VALUE_374=Configuration entry %s has an invalid value for attribute ds-cfg-enabled: %s |
| | | INFO_CONFIG_PWSCHEME_CLASS_ACTION_REQUIRED_375=El cambio solicitado de %s a %s para el nombre del esquema de almacenamiento de contrase\u00f1as de la entrada de configuraci\u00f3n %s no puede aplicarse din\u00e1micamente. Este cambio no se aplicar\u00e1 hasta que el esquema de almacenamiento se deshabilite y se vuelva a habilitar o hasta que se reinicie Directory Server. |
| | | MILD_ERR_CONFIG_PWSCHEME_INITIALIZATION_FAILED_376=Se ha producido un error al intentar inicializar una instancia de la clase %s como esquema de almacenamiento de contrase\u00f1as, tal y como se ha definido en la entrada de configuraci\u00f3n %s: %s |
| | | MILD_ERR_CONFIG_PWSCHEME_EXISTS_377=No se puede agregar una nueva entrada del esquema de almacenamiento de contrase\u00f1as con el ND %s porque ya hay un esquema de almacenamiento registrado con ese ND. |
| | | SEVERE_ERR_CONFIG_PWSCHEME_UNACCEPTABLE_CONFIG_378=The configuration for the password storage scheme defined in configuration entry %s was not acceptable according to its internal validation. However, no specific information is available regarding the problem(s) with the entry |
| | | INFO_CONFIG_PLUGIN_CLASS_ACTION_REQUIRED_379=El cambio solicitado de %s a %s para el nombre de la clase de complemento de la entrada de configuraci\u00f3n %s no puede aplicarse din\u00e1micamente. Este cambio no se aplicar\u00e1 hasta que el complemento se deshabilite y se vuelva a habilitar o hasta que se reinicie Directory Server. |
| | | SEVERE_ERR_CONFIG_LOGGER_NO_FREE_DISK_SPACE_380=No disk space limit has been defined for the retention policy in the configuration entry %s |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_JAVA5_POLICY_381=The free disk space based retention policy in the configuration entry %s. is not allowed for the Directory Server when running on pre Java 6 VMs |
| | | INFO_CONFIG_BACKEND_ATTR_DESCRIPTION_BACKEND_ID_382=Identificador exclusivo para este servidor de fondo. Los cambios realizados en esta configuraci\u00f3n no se aplicar\u00e1n hasta que se deshabilite y se vuelva a habilitar el servidor de fondo o hasta que se reinicie el servidor. |
| | | SEVERE_WARN_CONFIG_BACKEND_NO_BACKEND_ID_383=Backend configuration entry %s does not contain attribute ds-cfg-backend-id, which is used to provide a unique identifier for the backend. The backend will be disabled |
| | | SEVERE_WARN_CONFIG_BACKEND_DUPLICATE_BACKEND_ID_384=The backend defined in configuration entry %s has a backend ID of %s that conflicts with the backend ID for another backend in the server. The backend will be disabled |
| | | SEVERE_ERR_CONFIG_BACKEND_UNABLE_TO_DETERMINE_BACKEND_ID_385=An unexpected error occurred while attempting to determine the backend ID for the backend defined in configuration entry %s: %s. The backend will be disabled |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_GET_MAC_386=An error occurred while attempting to obtain the %s MAC provider to create the signed hash for the backup: %s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_GET_DIGEST_387=An error occurred while attempting to obtain the %s message digest to create the hash for the backup: %s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_388=An error occurred while trying to create the config archive file %s in directory %s: %s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_GET_CIPHER_389=An error occurred while attempting to obtain the cipher to use to encrypt the backup: %s |
| | | SEVERE_ERR_CONFIG_BACKUP_ZIP_COMMENT_390=%s config backup %s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_DETERMINE_CONFIG_FILE_LOCATION_391=An error occurred while attempting to determine the path to the Directory Server configuration file so that it could be archived: %s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_BACKUP_CONFIG_FILE_392=An error occurred while attempting to back up configuration file %s: %s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_BACKUP_ARCHIVED_CONFIGS_393=An error occurred while attempting to back up the archived previous configurations from file %s: %s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_CLOSE_ZIP_STREAM_394=An error occurred while trying to close the config archive file %s in directory %s: %s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_395=An error occurred while attempting to update the backup descriptor file %s with information about the configuration backup: %s |
| | | SEVERE_ERR_CONFIG_RESTORE_NO_SUCH_BACKUP_396=Unable to restore or verify configuration backup %s in directory %s because no such backup exists |
| | | SEVERE_ERR_CONFIG_RESTORE_NO_BACKUP_FILE_397=Unable to restore or verify configuration backup %s in directory %s because the archive filename could not be determined |
| | | SEVERE_ERR_CONFIG_RESTORE_NO_SUCH_FILE_398=Unable to restore or verify configuration backup %s because the specified archive file %s does not exist |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_CHECK_FOR_ARCHIVE_399=Unable to restore or verify configuration backup %s because an error occurred while trying to determine whether backup archive %s exists: %s |
| | | SEVERE_ERR_CONFIG_RESTORE_UNKNOWN_DIGEST_400=Unable to restore or verify configuration backup %s because an unsigned hash of this backup is available but the server cannot determine the digest algorithm used to generate this hash |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_GET_DIGEST_401=Unable to restore or verify configuration backup %s because it has an unsigned hash that uses an unknown or unsupported digest algorithm of %s |
| | | SEVERE_ERR_CONFIG_RESTORE_UNKNOWN_MAC_402=Unable to restore or verify configuration backup %s because a signed hash of this backup is available but the server cannot determine the MAC algorithm used to generate this hash |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_GET_MAC_403=Unable to restore or verify configuration backup %s because it has a signed hash that uses an unknown or unsupported MAC algorithm of %s |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_OPEN_BACKUP_FILE_404=Unable to restore or verify configuration backup %s because an error occurred while attempting to open the backup archive file %s: %s |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_GET_CIPHER_406=Unable to restore or verify configuration backup %s because it is encrypted using an unknown or unsupported cipher: %s |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_BACKUP_EXISTING_CONFIG_407=Unable to restore configuration backup %s because an error occurred while attempting to temporarily back up the current configuration files from %s to %s: %s |
| | | NOTICE_CONFIG_RESTORE_RESTORED_OLD_CONFIG_408=Se ha producido un error que ha impedido que la copia de seguridad de la configuraci\u00f3n se restablezca correctamente. Sin embargo, los archivos de configuraci\u00f3n originales incluidos antes de que se iniciara el proceso de restablecimiento se han conservado y se encuentran actualmente en su ubicaci\u00f3n original %s |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_RESTORE_OLD_CONFIG_409=An error occurred that prevented the configuration backup from being properly restored. The original configuration files that were in place before the start of the restore process have been preserved and are contained in the %s directory |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_CREATE_CONFIG_DIRECTORY_410=Unable to restore configuration backup %s because an error occurred while attempting to create a new empty directory %s into which the files should be restored: %s |
| | | SEVERE_ERR_CONFIG_RESTORE_OLD_CONFIG_SAVED_411=An error occurred that prevented the configuration backup from being properly restored. The original configuration files that were in place before the start of the restore process have been preserved in the %s directory |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_GET_ZIP_ENTRY_412=Unable to restore or verify configuration backup %s because an error occurred while trying to read the next entry from the archive file %s: %s |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_CREATE_FILE_413=Unable to restore configuration backup %s because an error occurred while trying to recreate file %s: %s |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_PROCESS_ARCHIVE_FILE_414=Unable to restore or verify configuration backup %s because an error occurred while processing archived file %s: %s |
| | | SEVERE_ERR_CONFIG_RESTORE_ERROR_ON_ZIP_STREAM_CLOSE_415=Unable to restore or verify configuration backup %s because an unexpected error occurred while trying to close the archive file %s: %s |
| | | NOTICE_CONFIG_RESTORE_UNSIGNED_HASH_VALID_416=La recopilaci\u00f3n de mensajes calculada a partir del archivo de copia de seguridad coincide con la recopilaci\u00f3n almacenada con la informaci\u00f3n de copia de seguridad. |
| | | SEVERE_ERR_CONFIG_RESTORE_UNSIGNED_HASH_INVALID_417=Unable to restore or verify configuration backup %s because the message digest calculated from the backup archive does not match the digest stored with the backup information |
| | | NOTICE_CONFIG_RESTORE_SIGNED_HASH_VALID_418=La recopilaci\u00f3n firmada, calculada a partir del archivo de copia de seguridad, coincide con la firma almacenada con la informaci\u00f3n de copia de seguridad. |
| | | SEVERE_ERR_CONFIG_RESTORE_SIGNED_HASH_INVALID_419=Unable to restore or verify configuration backup %s because the signed digest calculated from the backup archive does not match the signature stored with the backup information |
| | | NOTICE_CONFIG_RESTORE_VERIFY_SUCCESSFUL_420=Todas las pruebas realizadas en la copia de seguridad de la configuraci\u00f3n %s desde el directorio %s indican que el archivo parece ser v\u00e1lido. |
| | | NOTICE_CONFIG_RESTORE_SUCCESSFUL_421=La copia de seguridad de la configuraci\u00f3n %s se ha restablecido satisfactoriamente desde el archivo del directorio %s |
| | | SEVERE_ERR_CONFIG_BACKEND_CANNOT_ACQUIRE_SHARED_LOCK_422=The Directory Server was unable to acquire a shared lock for backend %s: %s. This generally means that the backend is in use by a process that requires an exclusive lock (e.g., importing from LDIF or restoring a backup). This backend will be disabled |
| | | SEVERE_WARN_CONFIG_BACKEND_CANNOT_RELEASE_SHARED_LOCK_423=An error occurred while attempting to release a shared lock for backend %s: %s. This may interfere with operations that require exclusive access, including LDIF import and restoring a backup |
| | | INFO_CONFIG_FILE_HEADER_424=Este archivo contiene la configuraci\u00f3n principal de Directory Server. No debe modificarse directamente mientras el servidor est\u00e9 en l\u00ednea. La configuraci\u00f3n del servidor s\u00f3lo debe administrarse mediante las utilidades de administraci\u00f3n proporcionadas con Directory Server. |
| | | INFO_CONFIG_CORE_DESCRIPTION_ADD_MISSING_RDN_ATTRS_425=Indica si Directory Server debe agregar autom\u00e1ticamente los atributos de RDN que faltan a una entrada al agregarla. De forma predeterminada, las entradas agregadas que no contienen los valores de atributos de RDN en su lista de atributos se rechazar\u00e1n debido a una infracci\u00f3n de la especificaci\u00f3n LDAP. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_ADD_MISSING_RDN_ATTRS_426=Configuration entry %s has an invalid value for configuration attribute ds-cfg-add-missing-rdn-attributes (it should be a Boolean value of true or false): %s |
| | | INFO_CONFIG_CORE_DESCRIPTION_SERVER_ERROR_RESULT_CODE_427=El c\u00f3digo de resultados que deber\u00eda utilizarse para las respuestas en las que la operaci\u00f3n no puede realizarse debido a un error interno del servidor. El valor deber\u00eda ser un entero equivalente al c\u00f3digo de resultados de LDAP correspondiente. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_SERVER_ERROR_RESULT_CODE_428=Configuration entry %s has an invalid value for configuration attribute ds-cfg-server-error-result-code (it should be an integer value greater than or equal to 1): %s |
| | | FATAL_ERR_CONFIG_IDMAPPER_CANNOT_GET_BASE_429=An error occurred while attempting to retrieve the identity mapper base entry cn=Identity Mappers,cn=config from the Directory Server configuration: %s |
| | | SEVERE_WARN_CONFIG_IDMAPPER_BASE_DOES_NOT_EXIST_430=The identity mapper configuration base cn=Identity Mappers,cn=config does not exist in the Directory Server configuration. This entry must be present for the server to function properly |
| | | SEVERE_ERR_CONFIG_IDMAPPER_ENTRY_UNACCEPTABLE_431=Configuration entry %s does not contain a valid identity mapper configuration: %s. It will be ignored |
| | | SEVERE_ERR_CONFIG_IDMAPPER_CANNOT_CREATE_MAPPER_432=An error occurred while attempting to create a Directory Server identity mapper from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_IDMAPPER_INVALID_OBJECTCLASS_433=Configuration entry %s does not contain the ds-cfg-identity-mapper objectclass, which is required for identity mapper definitions |
| | | INFO_CONFIG_IDMAPPER_DESCRIPTION_CLASS_NAME_434=El nombre completo de la clase de Java que define un asignador de identidades de Directory Server. Si se modifica mientras el asignador de identidades asociado se encuentra habilitado, \u00e9ste deber\u00e1 deshabilitarse y habilitarse de nuevo para que se aplique el cambio. |
| | | SEVERE_ERR_CONFIG_IDMAPPER_NO_CLASS_NAME_435=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-java-class which specifies the fully-qualified class name for the associated identity mapper |
| | | SEVERE_ERR_CONFIG_IDMAPPER_INVALID_CLASS_NAME_436=Configuration entry %s has an invalid value for attribute ds-cfg-java-class: %s |
| | | SEVERE_ERR_CONFIG_IDMAPPER_INVALID_CLASS_437=Class %s specified in configuration entry %s does not contain a valid identity mapper implementation: %s |
| | | INFO_CONFIG_IDMAPPER_DESCRIPTION_ENABLED_438=Indica si debe habilitarse este asignador de identidades de Directory Server. Los cambios realizados en este atributo se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_CONFIG_IDMAPPER_NO_ENABLED_ATTR_439=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-enabled which indicates whether the identity mapper should be enabled for use in the Directory Server |
| | | SEVERE_ERR_CONFIG_IDMAPPER_INVALID_ENABLED_VALUE_440=Configuration entry %s has an invalid value for attribute ds-cfg-enabled: %s |
| | | INFO_CONFIG_IDMAPPER_CLASS_ACTION_REQUIRED_441=El cambio solicitado de %s a %s para el nombre de clase del asignador de identidades de la entrada de configuraci\u00f3n %s no puede aplicarse din\u00e1micamente. Este cambio no se aplicar\u00e1 hasta que el asignador de identidades se deshabilite y se vuelva a habilitar o hasta que se reinicie Directory Server. |
| | | MILD_ERR_CONFIG_IDMAPPER_INITIALIZATION_FAILED_442=Se ha producido un error al intentar inicializar una instancia de la clase %s como asignador de identidades, tal y como se ha definido en la entrada de configuraci\u00f3n %s: %s |
| | | MILD_ERR_CONFIG_IDMAPPER_EXISTS_443=No se puede agregar una nueva entrada del asignador de identidades con el ND %s porque ya hay un asignador de identidades registrado con ese ND. |
| | | SEVERE_ERR_CONFIG_IDMAPPER_UNACCEPTABLE_CONFIG_444=The configuration for the identity mapper defined in configuration entry %s was not acceptable according to its internal validation. However, no specific information is available regarding the problem(s) with the entry |
| | | INFO_CONFIG_CORE_DESCRIPTION_PROXY_MAPPER_DN_445=ND de la entrada de configuraci\u00f3n del asignador de identidades que debe utilizar Directory Server junto con el control V2 de autorizaci\u00f3n de proxy. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_PROXY_MAPPER_DN_446=Configuration entry %s has an invalid value for configuration attribute ds-cfg-proxied-authorization-identity-mapper (it should be the DN of a valid identity mapper configuration entry): %s |
| | | SEVERE_ERR_CONFIG_CORE_NO_PROXY_MAPPER_FOR_DN_447=The proxied authorization identity mapper DN %s specified in configuration entry %s does not refer to a valid identity mapper configuration entry |
| | | SEVERE_ERR_CONFIG_IDMAPPER_NO_PROXY_MAPPER_DN_448=The Directory Server does not have any identity mapper configured for use in conjunction with proxied authorization V2 operations. The Directory Server will not be able to process requests containing the proxied authorization control with a username-based authorization ID |
| | | SEVERE_ERR_CONFIG_IDMAPPER_INVALID_PROXY_MAPPER_DN_449=The configured proxied authorization identity mapper DN %s does not refer to an active identity mapper. The Directory Server will not be able to process requests containing the proxied authorization control with a username-based authorization ID |
| | | INFO_CONFIG_CORE_DESCRIPTION_SIZE_LIMIT_450=El n\u00famero m\u00e1ximo predeterminado de entradas que deben devolverse a un cliente al procesar una operaci\u00f3n de b\u00fasqueda. Este valor puede sobrescribirse por usuario incluyendo el atributo operativo ds-rlim-size-limit en la entrada del usuario. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_SIZE_LIMIT_451=Configuration entry %s has an invalid value for configuration attribute ds-cfg-size-limit (It should be a positive integer value specifying the size limit to use, or a value of 0 or -1 to indicate that no limit should be enforced): %s |
| | | FATAL_ERR_CONFIG_SYNCH_CANNOT_GET_CONFIG_BASE_452=An error occurred while attempting to retrieve the Directory Server synchronization provider configuration base entry cn=Synchronization Providers,cn=config: %s |
| | | FATAL_ERR_CONFIG_SYNCH_BASE_DOES_NOT_EXIST_453=The Directory Server synchronization provider base entry cn=Synchronization Providers,cn=config does not exist. This entry must be present in the Directory Server configuration |
| | | FATAL_ERR_CONFIG_SYNCH_ENTRY_DOES_NOT_HAVE_PROVIDER_CONFIG_454=Configuration entry %s exists below the Directory Server synchronization provider root but does not contain attribute ds-cfg-synchronization-provider which must be present in all synchronization provider configuration entries |
| | | FATAL_ERR_CONFIG_SYNCH_CANNOT_CHECK_FOR_PROVIDER_CONFIG_OC_455=An error occurred while attempting to determine whether configuration entry %s was a valid Directory Server synchronization provider: %s |
| | | INFO_CONFIG_SYNCH_DESCRIPTION_PROVIDER_ENABLED_456=Indica si debe habilitarse el proveedor de sincronizaci\u00f3n de Directory Server asociado y si debe utilizarlo el servidor. Este atributo debe estar presente en todas las entradas del proveedor de sincronizaci\u00f3n y no puede modificarse mientras se est\u00e9 ejecutando Directory Server. |
| | | FATAL_ERR_CONFIG_SYNCH_PROVIDER_NO_ENABLED_ATTR_457=Synchronization provider configuration entry %s does not contain attribute ds-cfg-enabled which indicates whether the synchronization provider is enabled for use |
| | | SEVERE_WARN_CONFIG_SYNCH_PROVIDER_DISABLED_458=The Directory Server synchronization provider defined in configuration entry %s is disabled. This provider will not be used |
| | | FATAL_ERR_CONFIG_SYNCH_UNABLE_TO_DETERMINE_ENABLED_STATE_459=An error occurred while attempting to determine whether the Directory Server synchronization provider defined in configuration entry %s should be enabled: %s |
| | | INFO_CONFIG_SYNCH_DESCRIPTION_PROVIDER_CLASS_460=El nombre completo de la clase de Java que proporcionar\u00e1 la l\u00f3gica para el proveedor de sincronizaci\u00f3n de Directory Server. Este atributo debe estar presente en todas las entradas del proveedor de sincronizaci\u00f3n y no puede modificarse mientras se est\u00e9 ejecutando Directory Server. |
| | | FATAL_ERR_CONFIG_SYNCH_NO_CLASS_ATTR_461=Synchronization provider configuration entry %s does not contain attribute ds-cfg-java-class which specifies the name of the class that implements the synchronization provider logic |
| | | FATAL_ERR_CONFIG_SYNCH_UNABLE_TO_DETERMINE_CLASS_462=An error occurred while attempting to determine the name of the class used to provide the Directory Server synchronization provider logic from configuration entry %s: %s |
| | | FATAL_ERR_CONFIG_SYNCH_UNABLE_TO_LOAD_PROVIDER_CLASS_463=An error occurred while attempting to load class %s referenced in synchronization provider configuration entry %s: %s |
| | | FATAL_ERR_CONFIG_SYNCH_UNABLE_TO_INSTANTIATE_PROVIDER_464=An error occurred while attempting to instantiate class %s referenced in synchronization provider configuration entry %s: %s |
| | | FATAL_ERR_CONFIG_SYNCH_ERROR_INITIALIZING_PROVIDER_465=An error occurred while attempting to initialize the Directory Server synchronization provider referenced in configuration entry %s: %s |
| | | INFO_CONFIG_SYNCH_PROVIDER_HAS_BEEN_DISABLED_466=El proveedor de sincronizaci\u00f3n definido en la entrada de configuraci\u00f3n %s se encuentra habilitado actualmente, aunque se ha modificado la configuraci\u00f3n para que deba deshabilitarse. No se aplicar\u00e1 este cambio hasta que se reinicie Directory Server. |
| | | FATAL_ERR_CONFIG_SYNCH_PROVIDER_CLASS_CHANGED_467=The Java class providing the logic for the synchronization provider defined in configuration entry %s has changed from %s to %s. This will not take effect until the Directory Server is restarted |
| | | INFO_CONFIG_BACKEND_ATTR_DESCRIPTION_WRITABILITY_468=El modo de capacidad de escritura de este servidor de fondo. El valor puede ser "enabled" (habilitado) si se permiten todas las operaciones de escritura, "disabled" (deshabilitado) si se rechazan todas las operaciones de escritura o "internal-only" (s\u00f3lo internas) si se permiten s\u00f3lo las actualizaciones de sincronizaci\u00f3n y las operaciones internas de escritura. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_CONFIG_BACKEND_NO_WRITABILITY_MODE_469=The backend defined in configuration entry %s does not have a value for configuration attribute ds-cfg-writability-mode which indicates the writability mode for that backend. The backend will be disabled |
| | | SEVERE_ERR_CONFIG_BACKEND_INVALID_WRITABILITY_MODE_470=The backend defined in configuration entry %s has an invalid writability mode of %s. The backend will be disabled |
| | | SEVERE_ERR_CONFIG_BACKEND_UNABLE_TO_DETERMINE_WRITABILITY_471=An unexpected error occurred while attempting to determine the writability mode for the backend defined in configuration entry %s: %s. The backend will be disabled |
| | | INFO_CONFIG_CORE_DESCRIPTION_WRITABILITY_MODE_472=El modo de capacidad de escritura de Directory Server. El valor puede ser uno de los siguientes: "enabled" (habilitado), "disabled" (deshabilitado) o "internal-only" (s\u00f3lo internas). Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_WRITABILITY_MODE_473=Configuration entry %s has an invalid value for configuration attribute ds-cfg-writability-mode (the value should be one of "enabled", "disabled", or "internal-only"): %s |
| | | INFO_CONFIG_CORE_DESCRIPTION_BIND_WITH_DN_REQUIRES_PW_474=Indica si los enlaces simples que contienen un ND deben incluir tambi\u00e9n una contrase\u00f1a. Si se deshabilita esta opci\u00f3n, los enlaces sin contrase\u00f1as se tratar\u00e1n siempre como an\u00f3nimos, aunque contengan un ND de enlace, que puede crear un agujero de seguridad en algunos tipos de aplicaciones. Si se habilita esta opci\u00f3n, todas las solicitudes de enlace simples que contengan un ND, pero ninguna contrase\u00f1a, se rechazar\u00e1n en lugar de establecerlos de forma predeterminada en la autenticaci\u00f3n an\u00f3nima. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_BIND_WITH_DN_REQUIRES_PW_475=Configuration entry %s has an invalid value for configuration attribute ds-cfg-bind-with-dn-requires-password (the value should be either "TRUE" or "FALSE"): %s |
| | | FATAL_ERR_CONFIG_PWVALIDATOR_CANNOT_GET_BASE_476=An error occurred while attempting to retrieve the password validator base entry cn=Password Validators,cn=config from the Directory Server configuration: %s |
| | | SEVERE_WARN_CONFIG_PWVALIDATOR_BASE_DOES_NOT_EXIST_477=The password validator configuration base cn=Password Validators,cn=config does not exist in the Directory Server configuration. This entry must be present for the server to function properly |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_ENTRY_UNACCEPTABLE_478=Configuration entry %s does not contain a valid password validator configuration: %s. It will be ignored |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_CANNOT_CREATE_VALIDATOR_479=An error occurred while attempting to create a Directory Server password validator from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_INVALID_OBJECTCLASS_480=Configuration entry %s does not contain the ds-cfg-password-validator objectclass, which is required for password validator definitions |
| | | INFO_CONFIG_PWVALIDATOR_DESCRIPTION_CLASS_NAME_481=El nombre completo de la clase de Java que define el validador de contrase\u00f1as de Directory Server. Si se modifica mientras el validador asociado se encuentra habilitado, \u00e9ste deber\u00e1 deshabilitarse y habilitarse de nuevo para que se aplique el cambio. |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_NO_CLASS_NAME_482=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-java-class which specifies the fully-qualified class name for the associated password validator |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_INVALID_CLASS_NAME_483=Configuration entry %s has an invalid value for attribute ds-cfg-java-class: %s |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_INVALID_CLASS_484=Class %s specified in configuration entry %s does not contain a valid password validator implementation: %s |
| | | INFO_CONFIG_PWVALIDATOR_DESCRIPTION_ENABLED_485=Indica si debe habilitarse el validador de contrase\u00f1as de Directory Server. Los cambios realizados en este atributo se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_NO_ENABLED_ATTR_486=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-enabled which indicates whether the password validator should be enabled for use in the Directory Server |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_INVALID_ENABLED_VALUE_487=Configuration entry %s has an invalid value for attribute ds-cfg-enabled: %s |
| | | INFO_CONFIG_PWVALIDATOR_CLASS_ACTION_REQUIRED_488=El cambio solicitado de %s a %s para el nombre del validador de contrase\u00f1as de la entrada de configuraci\u00f3n %s no puede aplicarse din\u00e1micamente. Este cambio no se aplicar\u00e1 hasta que el validador se deshabilite y se vuelva a habilitar o hasta que se reinicie Directory Server. |
| | | MILD_ERR_CONFIG_PWVALIDATOR_INITIALIZATION_FAILED_489=Se ha producido un error al intentar inicializar una instancia de la clase %s como validador de contrase\u00f1as, tal y como se ha definido en la entrada de configuraci\u00f3n %s: %s |
| | | MILD_ERR_CONFIG_PWVALIDATOR_EXISTS_490=No se puede agregar una nueva entrada de validador de contrase\u00f1as con el ND %s porque ya hay un validador registrado con ese ND. |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_UNACCEPTABLE_CONFIG_491=The configuration for the password validator defined in configuration entry %s was not acceptable according to its internal validation. However, no specific information is available regarding the problem(s) with the entry |
| | | FATAL_ERR_CONFIG_PWGENERATOR_CANNOT_GET_BASE_492=An error occurred while attempting to retrieve the password generator base entry cn=Password Generators,cn=config from the Directory Server configuration: %s |
| | | SEVERE_WARN_CONFIG_PWGENERATOR_BASE_DOES_NOT_EXIST_493=The password generator configuration base cn=Password Generators,cn=config does not exist in the Directory Server configuration. This entry must be present for the server to function properly |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_ENTRY_UNACCEPTABLE_494=Configuration entry %s does not contain a valid password generator configuration: %s. It will be ignored |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_CANNOT_CREATE_GENERATOR_495=An error occurred while attempting to create a Directory Server password generator from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_INVALID_OBJECTCLASS_496=Configuration entry %s does not contain the ds-cfg-password-generator objectclass, which is required for password generator definitions |
| | | INFO_CONFIG_PWGENERATOR_DESCRIPTION_CLASS_NAME_497=El nombre completo de la clase de Java que define el generador de contrase\u00f1as de Directory Server. Si se modifica mientras el generador asociado se encuentra habilitado, \u00e9ste deber\u00e1 deshabilitarse y habilitarse de nuevo para que se aplique el cambio. |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_NO_CLASS_NAME_498=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-java-class which specifies the fully-qualified class name for the associated password generator |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_INVALID_CLASS_NAME_499=Configuration entry %s has an invalid value for attribute ds-cfg-java-class: %s |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_INVALID_CLASS_500=Class %s specified in configuration entry %s does not contain a valid password generator implementation: %s |
| | | INFO_CONFIG_PWGENERATOR_DESCRIPTION_ENABLED_501=Indica si debe habilitarse el generador de contrase\u00f1as de Directory Server. Los cambios realizados en este atributo se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_NO_ENABLED_ATTR_502=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-enabled which indicates whether the password generator should be enabled for use in the Directory Server |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_INVALID_ENABLED_VALUE_503=Configuration entry %s has an invalid value for attribute ds-cfg-enabled: %s |
| | | INFO_CONFIG_PWGENERATOR_CLASS_ACTION_REQUIRED_504=El cambio solicitado de %s a %s para el nombre del generador de contrase\u00f1as de la entrada de configuraci\u00f3n %s no puede aplicarse din\u00e1micamente. Este cambio no se aplicar\u00e1 hasta que el generador se deshabilite y se vuelva a habilitar o hasta que se reinicie Directory Server. |
| | | MILD_ERR_CONFIG_PWGENERATOR_INITIALIZATION_FAILED_505=Se ha producido un error al intentar inicializar una instancia de la clase %s como generador de contrase\u00f1as, tal y como se ha definido en la entrada de configuraci\u00f3n %s: %s |
| | | MILD_ERR_CONFIG_PWGENERATOR_EXISTS_506=No se puede agregar una nueva entrada de generador de contrase\u00f1as con el ND %s porque ya hay un generador registrado con ese ND. |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_UNACCEPTABLE_CONFIG_507=The configuration for the password generator defined in configuration entry %s was not acceptable according to its internal validation. However, no specific information is available regarding the problem(s) with the entry |
| | | INFO_CONFIG_CORE_DESCRIPTION_DEFAULT_PWPOLICY_DN_508=ND de la entrada de configuraci\u00f3n que define la directiva de contrase\u00f1as predeterminada de Directory Server, que se aplicar\u00e1 para todos los usuarios para los que no se haya definido una directiva de contrase\u00f1as personalizada. Esta entrada debe existir y especificar una configuraci\u00f3n de directiva de contrase\u00f1as v\u00e1lida. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_CONFIG_CORE_NO_DEFAULT_PWPOLICY_509=No default password policy was configured for the Directory Server. This must be specified by the ds-cfg-default-password-policy attribute in configuration entry %s |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_DEFAULT_PWPOLICY_DN_510=Configuration entry %s has an invalid value for configuration attribute ds-cfg-default-password-policy (the value should a DN specifying the default password policy configuration entry): %s |
| | | SEVERE_ERR_CONFIG_CORE_NO_SUCH_PWPOLICY_511=The value %s for configuration attribute ds-cfg-default-password-policy does not refer to a valid password policy configuration entry |
| | | FATAL_ERR_CONFIG_PWPOLICY_CANNOT_GET_BASE_512=An error occurred while attempting to retrieve the password policy base entry cn=Password Policies,cn=config from the Directory Server configuration: %s |
| | | SEVERE_ERR_CONFIG_PWPOLICY_BASE_DOES_NOT_EXIST_513=The password policy configuration base cn=Password Policies,cn=config does not exist in the Directory Server configuration. This entry must be present for the server to function properly |
| | | SEVERE_ERR_CONFIG_PWPOLICY_NO_POLICIES_514=No password policies have been defined below the cn=Password Policies,cn=config entry in the Directory Server configuration. At least one password policy configuration must be defined |
| | | SEVERE_ERR_CONFIG_PWPOLICY_INVALID_POLICY_CONFIG_515=The password policy defined in configuration entry %s is invalid: %s |
| | | SEVERE_ERR_CONFIG_PWPOLICY_MISSING_DEFAULT_POLICY_516=The Directory Server default password policy is defined as %s, but that entry does not exist or is not below the password policy configuration base cn=Password Policies,cn=config |
| | | SEVERE_WARN_CONFIG_PWPOLICY_CANNOT_DELETE_DEFAULT_POLICY_517=The specified entry %s is currently defined as the configuration entry for the default password policy. The default password policy configuration entry may not be removed |
| | | INFO_CONFIG_PWPOLICY_REMOVED_POLICY_518=La entrada de la directiva de contrase\u00f1as %s se ha suprimido de la configuraci\u00f3n de Directory Server. Todas las entradas de usuario que hagan referencia expl\u00edcitamente a esta directiva de contrase\u00f1as ya no se podr\u00e1n autenticar. |
| | | FATAL_ERR_CONFIG_AUTHZ_CANNOT_GET_ENTRY_519=An error occurred while attempting to retrieve the Directory Server access control configuration entry cn=Access Control Handler,cn=config: %s |
| | | FATAL_ERR_CONFIG_AUTHZ_ENTRY_DOES_NOT_EXIST_520=The Directory Server access control configuration entry cn=Access Control Handler,cn=config does not exist. This entry must be present in the Directory Server configuration |
| | | FATAL_ERR_CONFIG_AUTHZ_ENTRY_DOES_NOT_HAVE_OBJECT_CLASS_521=The Directory Server access control configuration entry cn=Access Control Handler,cn=config does not have the correct object class. This entry must have the object class ds-cfg-access-control-handler in order to be valid |
| | | INFO_CONFIG_AUTHZ_DESCRIPTION_ENABLED_523=Indica si se ha habilitado el control de acceso y si debe utilizarlo el servidor. Este atributo es obligatorio. |
| | | FATAL_ERR_CONFIG_AUTHZ_NO_ENABLED_ATTR_524=The access control configuration entry %s does not contain attribute ds-cfg-enabled which indicates whether the access control is enabled for use |
| | | SEVERE_WARN_CONFIG_AUTHZ_DISABLED_525=Access control has been disabled |
| | | NOTICE_CONFIG_AUTHZ_ENABLED_526=El control de acceso se ha habilitado y utilizar\u00e1 la implementaci\u00f3n de %s |
| | | FATAL_ERR_CONFIG_AUTHZ_UNABLE_TO_DETERMINE_ENABLED_STATE_527=An error occurred while attempting to determine whether the Directory Server access control as defined in configuration entry %s should be enabled: %s |
| | | INFO_CONFIG_AUTHZ_DESCRIPTION_CLASS_528=El nombre completo de la clase de Java que proporcionar\u00e1 la implementaci\u00f3n de control de acceso para Directory Server. Este atributo es obligatorio. |
| | | FATAL_ERR_CONFIG_AUTHZ_NO_CLASS_ATTR_529=The access control configuration entry %s does not contain attribute ds-cfg-java-class which specifies the name of the Java class providing the access control implementation for the Directory Server |
| | | FATAL_ERR_CONFIG_AUTHZ_UNABLE_TO_DETERMINE_CLASS_530=An error occurred while attempting to determine the name of the class used to provide the Directory Server access control implementation from configuration entry %s: %s |
| | | FATAL_ERR_CONFIG_AUTHZ_UNABLE_TO_LOAD_CLASS_531=An error occurred while attempting to load class %s referenced in the access control configuration entry %s: %s |
| | | FATAL_ERR_CONFIG_AUTHZ_BAD_CLASS_532=The access control implementation class %s referenced in the access control configuration entry %s does not implement the %s interface: %s |
| | | FATAL_ERR_CONFIG_AUTHZ_UNABLE_TO_INSTANTIATE_HANDLER_533=An error occurred while attempting to instantiate class %s referenced in the access control configuration entry %s: %s |
| | | FATAL_ERR_CONFIG_AUTHZ_ERROR_INITIALIZING_HANDLER_534=An error occurred while attempting to initialize the Directory Server access control implementation referenced in configuration entry %s: %s |
| | | FATAL_ERR_CONFIG_ROOTDN_CANNOT_GET_BASE_535=An error occurred while attempting to retrieve the root DN base entry cn=Root DNs,cn=config from the Directory Server configuration: %s |
| | | SEVERE_ERR_CONFIG_ROOTDN_BASE_DOES_NOT_EXIST_536=The password policy configuration base cn=Root DNs,cn=config does not exist in the Directory Server configuration. This entry must be present for the server to function properly |
| | | SEVERE_ERR_CONFIG_ROOTDN_ENTRY_UNACCEPTABLE_537=Configuration entry %s does not contain a valid root DN configuration: %s. It will be ignored |
| | | SEVERE_ERR_CONFIG_ROOTDN_CANNOT_CREATE_538=An error occurred while attempting to create a Directory Server root DN from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_ROOTDN_INVALID_OBJECTCLASS_539=Configuration entry %s does not contain the ds-cfg-root-dn-user objectclass, which is required for Directory Server root DN definitions |
| | | INFO_CONFIG_ROOTDN_DESCRIPTION_ALTERNATE_BIND_DN_540=Especifica uno o varios ND de enlace alternativos que pueden utilizarse para autenticarse como el ND ra\u00edz asociado, adem\u00e1s del ND real de la entrada de configuraci\u00f3n del ND ra\u00edz. No debe haber conflictos entre los ND de enlace alternativos y los ND de otras entradas del directorio ni con los otros ND de enlace alternativos configurados para otros ND ra\u00edz. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_CONFIG_ROOTDN_CONFLICTING_MAPPING_541=Unable to register "%s" as an alternate bind DN for user "%s" because it is already registered as an alternate bind DN for root user "%s" |
| | | SEVERE_ERR_CONFIG_ROOTDN_CANNOT_PARSE_ALTERNATE_BIND_DNS_542=An error occurred while trying to parse the set of alternate bind DNs for root user %s: %s |
| | | SEVERE_ERR_CONFIG_ROOTDN_CANNOT_REGISTER_ALTERNATE_BIND_DN_543=An error occurred while trying to register"%s" as an alternate bind DN for root user "%s": %s |
| | | SEVERE_ERR_CONFIG_ROOTDN_EXISTS_544=Unable to add root DN entry %s because another root user is already registered with that DN |
| | | FATAL_ERR_CONFIG_ACCTNOTHANDLER_CANNOT_GET_BASE_545=An error occurred while attempting to retrieve the account status notification handler base entry cn=Account Status Notification Handlers,cn=config from the Directory Server configuration: %s |
| | | SEVERE_WARN_CONFIG_ACCTNOTHANDLER_BASE_DOES_NOT_EXIST_546=The account status notification handler configuration base cn=Account Status Notification Handlers,cn=config does not exist in the Directory Server configuration. This entry must be present for the server to function properly |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_ENTRY_UNACCEPTABLE_547=Configuration entry %s does not contain a valid account status notification handler configuration: %s. It will be ignored |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_CANNOT_CREATE_HANDLER_548=An error occurred while attempting to create a Directory Server account status notification handler from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_INVALID_OBJECTCLASS_549=Configuration entry %s does not contain the ds-cfg-account-status-notification-handler objectclass, which is required for account status notification handler definitions |
| | | INFO_CONFIG_ACCTNOTHANDLER_DESCRIPTION_CLASS_NAME_550=El nombre completo de la clase de Java que define el controlador de notificaci\u00f3n de estado de la cuenta de Directory Server. Si se modifica mientras el controlador de notificaci\u00f3n asociado se encuentra habilitado, \u00e9ste deber\u00e1 deshabilitarse y habilitarse de nuevo para que se aplique el cambio. |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_NO_CLASS_NAME_551=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-java-class which specifies the fully-qualified class name for the associated account status notification handler |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_INVALID_CLASS_NAME_552=Configuration entry %s has an invalid value for attribute ds-cfg-java-class: %s |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_INVALID_CLASS_553=Class %s specified in configuration entry %s does not contain a valid account status notification handler implementation: %s |
| | | INFO_CONFIG_ACCTNOTHANDLER_DESCRIPTION_ENABLED_554=Indica si debe habilitarse este controlador de notificaci\u00f3n de estado de la cuenta de Directory Server. Los cambios realizados en este atributo se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_NO_ENABLED_ATTR_555=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-enabled which indicates whether the account status notification handler should be enabled for use in the Directory Server |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_INVALID_ENABLED_VALUE_556=Configuration entry %s has an invalid value for attribute ds-cfg-enabled: %s |
| | | INFO_CONFIG_ACCTNOTHANDLER_CLASS_ACTION_REQUIRED_557=El cambio solicitado de %s a %s para el nombre de la clase del controlador de notificaci\u00f3n de estado de la cuenta de la entrada de configuraci\u00f3n %s no puede aplicarse din\u00e1micamente. Este cambio no se aplicar\u00e1 hasta que el controlador de notificaci\u00f3n se deshabilite y se vuelva a habilitar o hasta que se reinicie Directory Server. |
| | | MILD_ERR_CONFIG_ACCTNOTHANDLER_INITIALIZATION_FAILED_558=Se ha producido un error al intentar inicializar una instancia de la clase %s como controlador de notificaci\u00f3n de estado de la cuenta, tal y como se ha definido en la entrada de configuraci\u00f3n %s: %s |
| | | MILD_ERR_CONFIG_ACCTNOTHANDLER_EXISTS_559=No se puede agregar una nueva entrada del controlador de notificaci\u00f3n de estado de la cuenta con el ND %s porque ya hay un controlador de notificaci\u00f3n registrado con ese ND. |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_UNACCEPTABLE_CONFIG_560=The configuration for the account status notification handler defined in configuration entry %s was not acceptable according to its internal validation. However, no specific information is available regarding the problem(s) with the entry |
| | | INFO_CONFIG_CORE_DESCRIPTION_LOOKTHROUGH_LIMIT_561=El n\u00famero m\u00e1ximo predeterminado de entradas candidatas que se han comprobado en busca de coincidencias al procesar una operaci\u00f3n de b\u00fasqueda. Este valor puede sobrescribirse por usuario incluyendo el atributo operativo ds-rlim-lookthrough-limit en la entrada del usuario. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_LOOKTHROUGH_LIMIT_562=Configuration entry %s has an invalid value for configuration attribute ds-cfg-lookthrough-limit (It should be a positive integer value specifying the lookthrough limit to use, or a value of 0 or -1 to indicate that no limit should be enforced): %s |
| | | FATAL_ERR_CONFIG_UNABLE_TO_APPLY_STARTUP_CHANGES_563=An error occurred while attempting to apply the changes contained in file %s to the server configuration at startup: %s |
| | | FATAL_ERR_CONFIG_ERROR_APPLYING_STARTUP_CHANGE_564=Unable to apply a change at server startup: %s |
| | | FATAL_ERR_CONFIG_UNABLE_TO_APPLY_CHANGES_FILE_565=One or more errors occurred while applying changes on server startup |
| | | INFO_CONFIG_DESCRIPTION_BACKEND_MODE_566=Los permisos utilizados para el directorio que contiene los archivos de base de datos del servidor de fondo. |
| | | SEVERE_ERR_CONFIG_BACKEND_MODE_INVALID_567=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-db-directory-permissions (It should be an UNIX permission mode in three-digit octal notation.) |
| | | SEVERE_ERR_CONFIG_BACKEND_INSANE_MODE_568=Invalid UNIX file permissions %s does not allow read and write access to the backend database directory by the backend |
| | | INFO_CONFIG_CORE_DESCRIPTION_TIME_LIMIT_569=El periodo de tiempo m\u00e1ximo predeterminado que debe permitirse al procesar una operaci\u00f3n de b\u00fasqueda. Este valor puede sobrescribirse por usuario incluyendo el atributo operativo ds-rlim-time-limit en la entrada del usuario. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_TIME_LIMIT_570=Configuration entry %s has an invalid value for configuration attribute ds-cfg-time-limit (it should be an integer value followed by a space and a time unit of seconds, minutes, hours, days, or weeks): %s |
| | | SEVERE_ERR_CONFIG_PWPOLICY_NO_DEFAULT_POLICY_571=No default password policy is configured for the Directory Server. The default password policy must be specified by the ds-cfg-default-password-policy attribute in the cn=config entry |
| | | SEVERE_WARN_CONFIG_BACKEND_CANNOT_REGISTER_BACKEND_572=An error occurred while attempting to register backend %s with the Directory Server: %s |
| | | SEVERE_ERR_CONFIG_FILE_CANNOT_CREATE_ARCHIVE_DIR_NO_REASON_573=An error occurred while trying to create the configuration archive directory %s |
| | | SEVERE_ERR_CONFIG_FILE_CANNOT_CREATE_ARCHIVE_DIR_574=An error occurred while trying to create the configuration archive directory %s: %s |
| | | SEVERE_ERR_CONFIG_FILE_CANNOT_WRITE_CONFIG_ARCHIVE_575=An error occurred while trying to write the current configuration to the configuration archive: %s |
| | | INFO_CONFIG_CORE_DESCRIPTION_REJECT_UNAUTHENTICATED_REQUESTS_576=Indica si Directory Server debe rechazar las solicitudes de los clientes no autenticados. Si se establece en "true" (verdadero), los clientes no autenticados s\u00f3lo podr\u00e1n enviar solicitudes de enlace y StartTLS. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_CONFIG_CORE_REJECT_UNAUTHENTICATED_REQUESTS_INVALID_577=Configuration entry %s has an invalid value for configuration attribute ds-cfg-reject-unauthenticated-requests(the value should be either true or false) |
| | | FATAL_ERR_CONFIG_GROUP_CANNOT_GET_BASE_578=An error occurred while attempting to retrieve the group implementation base entry cn=Group Implementations,cn=config from the Directory Server configuration: %s |
| | | SEVERE_WARN_CONFIG_GROUP_BASE_DOES_NOT_EXIST_579=The group implementation configuration base cn=Group Implementations,cn=config does not exist in the Directory Server configuration. This entry must be present for the server to function properly |
| | | SEVERE_ERR_CONFIG_GROUP_ENTRY_UNACCEPTABLE_580=Configuration entry %s does not contain a valid group implementation configuration: %s. It will be ignored |
| | | SEVERE_ERR_CONFIG_GROUP_CANNOT_CREATE_IMPLEMENTATION_581=An error occurred while attempting to create a Directory Server group implementation from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_GROUP_INVALID_OBJECTCLASS_582=Configuration entry %s does not contain the ds-cfg-group-implementation objectclass, which is required for group implementation definitions |
| | | INFO_CONFIG_GROUP_DESCRIPTION_CLASS_NAME_583=El nombre completo de la clase de Java que define la implementaci\u00f3n de grupos de Directory Server. Si se modifica mientras la implementaci\u00f3n asociada se encuentra habilitada, \u00e9sta deber\u00e1 deshabilitarse y habilitarse de nuevo para que se aplique el cambio. |
| | | SEVERE_ERR_CONFIG_GROUP_NO_CLASS_NAME_584=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-java-class which specifies the fully-qualified class name for the associated group implementation |
| | | SEVERE_ERR_CONFIG_GROUP_INVALID_CLASS_NAME_585=Configuration entry %s has an invalid value for attribute ds-cfg-java-class: %s |
| | | SEVERE_ERR_CONFIG_GROUP_INVALID_CLASS_586=Class %s specified in configuration entry %s does not contain a valid group implementation: %s |
| | | INFO_CONFIG_GROUP_DESCRIPTION_ENABLED_587=Indica si debe habilitarse la implementaci\u00f3n de grupos de Directory Server. Los cambios realizados en este atributo se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_CONFIG_GROUP_NO_ENABLED_ATTR_588=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-enabled which indicates whether the group implementation should be enabled for use in the Directory Server |
| | | SEVERE_ERR_CONFIG_GROUP_INVALID_ENABLED_VALUE_589=Configuration entry %s has an invalid value for attribute ds-cfg-enabled: %s |
| | | INFO_CONFIG_GROUP_CLASS_ACTION_REQUIRED_590=El cambio solicitado de %s a %s para el nombre de la implementaci\u00f3n de grupos de la entrada de configuraci\u00f3n %s no puede aplicarse din\u00e1micamente. Este cambio no se aplicar\u00e1 hasta que la implementaci\u00f3n de grupos se deshabilite y se vuelva a habilitar o hasta que se reinicie Directory Server. |
| | | MILD_ERR_CONFIG_GROUP_INITIALIZATION_FAILED_591=Se ha producido un error al intentar inicializar una instancia de la clase %s como implementaci\u00f3n de grupos, tal y como se ha definido en la entrada de configuraci\u00f3n %s: %s |
| | | MILD_ERR_CONFIG_GROUP_EXISTS_592=No se puede agregar una nueva entrada de implementaci\u00f3n de grupos con el ND %s porque ya hay una implementaci\u00f3n de grupos registrada con ese ND. |
| | | SEVERE_ERR_CONFIG_GROUP_UNACCEPTABLE_CONFIG_593=The configuration for the group implementation defined in configuration entry %s was not acceptable according to its internal validation. However, no specific information is available regarding the problem(s) with the entry |
| | | SEVERE_ERR_CONFIG_ROOTDN_DESCRIPTION_ROOT_PRIVILEGE_594=Set of privileges that should automatically be assigned to root users when they authenticate to the server |
| | | SEVERE_WARN_CONFIG_ROOTDN_UNRECOGNIZED_PRIVILEGE_595=The set of default root privileges contained in configuration attribute %s of entry %s contains an unrecognized privilege %s |
| | | SEVERE_ERR_CONFIG_ROOTDN_ERROR_DETERMINING_ROOT_PRIVILEGES_596=An error occurred while attempting to determine the set of privileges that root users should be granted by default: %s |
| | | INFO_CONFIG_ROOTDN_UPDATED_PRIVILEGES_597=Se ha actualizado el conjunto de privilegios que se asignar\u00e1 autom\u00e1ticamente a los usuarios root. Este nuevo conjunto de privilegios no se aplicar\u00e1 a ninguna conexi\u00f3n existente que ya se haya autenticado como usuario root, pero se utilizar\u00e1 en las siguientes autenticaciones de usuarios root. |
| | | MILD_ERR_CONFIG_FILE_ADD_INSUFFICIENT_PRIVILEGES_598=No tiene suficientes privilegios para realizar operaciones de adici\u00f3n en la configuraci\u00f3n de Directory Server. |
| | | MILD_ERR_CONFIG_FILE_DELETE_INSUFFICIENT_PRIVILEGES_599=No tiene suficientes privilegios para realizar operaciones de eliminaci\u00f3n en la configuraci\u00f3n de Directory Server. |
| | | MILD_ERR_CONFIG_FILE_MODIFY_INSUFFICIENT_PRIVILEGES_600=No tiene suficientes privilegios para realizar operaciones de modificaci\u00f3n en la configuraci\u00f3n de Directory Server. |
| | | MILD_ERR_CONFIG_FILE_MODDN_INSUFFICIENT_PRIVILEGES_601=No tiene suficientes privilegios para realizar operaciones de modificaci\u00f3n de ND en la configuraci\u00f3n de Directory Server. |
| | | MILD_ERR_CONFIG_FILE_SEARCH_INSUFFICIENT_PRIVILEGES_602=No tiene suficientes privilegios para realizar operaciones de b\u00fasqueda en la configuraci\u00f3n de Directory Server. |
| | | MILD_ERR_CONFIG_FILE_MODIFY_PRIVS_INSUFFICIENT_PRIVILEGES_603=No tiene suficientes privilegios para cambiar el conjunto de privilegios root predeterminados. |
| | | FATAL_ERR_CONFIG_CERTMAPPER_CANNOT_GET_BASE_604=An error occurred while attempting to retrieve the certificate mapper base entry cn=Certificate Mappers,cn=config from the Directory Server configuration: %s |
| | | SEVERE_WARN_CONFIG_CERTMAPPER_BASE_DOES_NOT_EXIST_605=The certificate mapper configuration base cn=Certificate Mappers,cn=config does not exist in the Directory Server configuration. This entry must be present for the server to function properly |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_ENTRY_UNACCEPTABLE_606=Configuration entry %s does not contain a valid certificate mapper configuration: %s. It will be ignored |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_CANNOT_CREATE_MAPPER_607=An error occurred while attempting to create a Directory Server certificate mapper from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_INVALID_OBJECTCLASS_608=Configuration entry %s does not contain the ds-cfg-certificate-mapper objectclass, which is required for certificate mapper definitions |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_NO_CLASS_NAME_609=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-java-class which specifies the fully-qualified class name for the associated certificate mapper |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_INVALID_CLASS_NAME_610=Configuration entry %s has an invalid value for attribute ds-cfg-java-class: %s |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_INVALID_CLASS_611=Class %s specified in configuration entry %s does not contain a valid certificate mapper implementation: %s |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_INVALID_ENABLED_VALUE_612=Configuration entry %s has an invalid value for attribute ds-cfg-enabled: %s |
| | | INFO_CONFIG_CERTMAPPER_CLASS_ACTION_REQUIRED_613=El cambio solicitado de %s a %s para el nombre de clase del asignador de certificados de la entrada de configuraci\u00f3n %s no puede aplicarse din\u00e1micamente. Este cambio no se aplicar\u00e1 hasta que el asignador de certificados se deshabilite y se vuelva a habilitar o hasta que se reinicie Directory Server. |
| | | MILD_ERR_CONFIG_CERTMAPPER_INITIALIZATION_FAILED_614=Se ha producido un error al intentar inicializar una instancia de la clase %s como asignador de certificados, tal y como se ha definido en la entrada de configuraci\u00f3n %s: %s |
| | | MILD_ERR_CONFIG_CERTMAPPER_EXISTS_615=No se puede agregar una nueva entrada del asignador de certificados con el ND %s porque ya hay un asignador registrado con ese ND. |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_UNACCEPTABLE_CONFIG_616=The configuration for the certificate mapper defined in configuration entry %s was not acceptable according to its internal validation. However, no specific information is available regarding the problem(s) with the entry |
| | | FATAL_ERR_CONFIG_KEYMANAGER_CANNOT_GET_BASE_617=An error occurred while attempting to retrieve the key manager provider base entry cn=Key Manager Providers,cn=config from the Directory Server configuration: %s |
| | | SEVERE_WARN_CONFIG_KEYMANAGER_BASE_DOES_NOT_EXIST_618=The key manager provider configuration base cn=Key Manager Providers,cn=config does not exist in the Directory Server configuration. This entry must be present for the server to function properly |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_ENTRY_UNACCEPTABLE_619=Configuration entry %s does not contain a valid key manager provider configuration: %s. It will be ignored |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_CANNOT_CREATE_PROVIDER_620=An error occurred while attempting to create a Directory Server key manager provider from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_INVALID_OBJECTCLASS_621=Configuration entry %s does not contain the ds-cfg-key-manager-provider objectclass, which is required for key manager provider definitions |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_NO_CLASS_NAME_622=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-java-class which specifies the fully-qualified class name for the associated key manager provider |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_INVALID_CLASS_NAME_623=Configuration entry %s has an invalid value for attribute ds-cfg-java-class: %s |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_INVALID_CLASS_624=Class %s specified in configuration entry %s does not contain a valid key manager provider implementation: %s |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_INVALID_ENABLED_VALUE_625=Configuration entry %s has an invalid value for attribute ds-cfg-enabled: %s |
| | | INFO_CONFIG_KEYMANAGER_CLASS_ACTION_REQUIRED_626=El cambio solicitado de %s a %s para el nombre de clase del proveedor del administrador de claves de la entrada de configuraci\u00f3n %s no puede aplicarse din\u00e1micamente. Este cambio no se aplicar\u00e1 hasta que el proveedor se deshabilite y se vuelva a habilitar o hasta que se reinicie Directory Server. |
| | | MILD_ERR_CONFIG_KEYMANAGER_INITIALIZATION_FAILED_627=Se ha producido un error al intentar inicializar una instancia de la clase %s como proveedor del administrador de claves, tal y como se ha definido en la entrada de configuraci\u00f3n %s: %s |
| | | MILD_ERR_CONFIG_KEYMANAGER_EXISTS_628=No se puede agregar una nueva entrada del proveedor del administrador de claves con el ND %s porque ya hay un proveedor registrado con ese ND. |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_UNACCEPTABLE_CONFIG_629=The configuration for the key manager provider defined in configuration entry %s was not acceptable according to its internal validation. However, no specific information is available regarding the problem(s) with the entry |
| | | FATAL_ERR_CONFIG_TRUSTMANAGER_CANNOT_GET_BASE_630=An error occurred while attempting to retrieve the trust manager provider base entry cn=Trust Manager Providers,cn=config from the Directory Server configuration: %s |
| | | SEVERE_WARN_CONFIG_TRUSTMANAGER_BASE_DOES_NOT_EXIST_631=The trust manager provider configuration base cn=Trust Manager Providers,cn=config does not exist in the Directory Server configuration. This entry must be present for the server to function properly |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_ENTRY_UNACCEPTABLE_632=Configuration entry %s does not contain a valid trust manager provider configuration: %s. It will be ignored |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_CANNOT_CREATE_PROVIDER_633=An error occurred while attempting to create a Directory Server trust manager provider from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_INVALID_OBJECTCLASS_634=Configuration entry %s does not contain the ds-cfg-trust-manager-provider objectclass, which is required for trust manager provider definitions |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_NO_CLASS_NAME_635=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-java-class which specifies the fully-qualified class name for the associated trust manager provider |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_INVALID_CLASS_NAME_636=Configuration entry %s has an invalid value for attribute ds-cfg-java-class: %s |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_INVALID_CLASS_637=Class %s specified in configuration entry %s does not contain a valid trust manager provider implementation: %s |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_INVALID_ENABLED_VALUE_638=Configuration entry %s has an invalid value for attribute ds-cfg-enabled: %s |
| | | INFO_CONFIG_TRUSTMANAGER_CLASS_ACTION_REQUIRED_639=El cambio solicitado de %s a %s para el nombre de clase del proveedor del administrador de confianza de la entrada de configuraci\u00f3n %s no puede aplicarse din\u00e1micamente. Este cambio no se aplicar\u00e1 hasta que el proveedor se deshabilite y se vuelva a habilitar o hasta que se reinicie Directory Server. |
| | | MILD_ERR_CONFIG_TRUSTMANAGER_INITIALIZATION_FAILED_640=Se ha producido un error al intentar inicializar una instancia de la clase %s como proveedor del administrador de confianza, tal y como se ha definido en la entrada de configuraci\u00f3n %s: %s |
| | | MILD_ERR_CONFIG_TRUSTMANAGER_EXISTS_641=No se puede agregar una nueva entrada del proveedor del administrador de confianza con el ND %s porque ya hay un proveedor registrado con ese ND. |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_UNACCEPTABLE_CONFIG_642=The configuration for the trust manager provider defined in configuration entry %s was not acceptable according to its internal validation. However, no specific information is available regarding the problem(s) with the entry |
| | | SEVERE_ERR_CONFIG_JMX_CANNOT_GET_ATTRIBUTE_643=Unable to retrieve JMX attribute %s associated with configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_JMX_SET_ATTR_NO_CONNECTION_644=Unable to set the value of JMX attribute %s associated with configuration entry %s because no JMX connection is available |
| | | SEVERE_ERR_CONFIG_CHANGE_NO_RESULT_645=%s.%s returned a result of null for entry %s |
| | | SEVERE_ERR_CONFIG_CHANGE_RESULT_ERROR_646=%s.%s failed for entry %s: result code=%s, admin action required=%b, messages="%s" |
| | | SEVERE_WARN_CONFIG_CHANGE_RESULT_ACTION_REQUIRED_647=%s.%s indicated that administrative action is required for entry %s: messages="%s" |
| | | INFO_CONFIG_CHANGE_RESULT_MESSAGES_648=%s.%s se ha realizado satisfactoriamente, pero ha generado los siguientes mensajes para la entrada %s: %s |
| | | SEVERE_ERR_CONFIG_VATTR_INVALID_SEARCH_FILTER_649=Unable to parse value "%s" from config entry "%s" as a valid search filter: %s |
| | | SEVERE_ERR_CONFIG_VATTR_INITIALIZATION_FAILED_650=An error occurred while trying to load an instance of class %s referenced in configuration entry %s as a virtual attribute provider: %s |
| | | SEVERE_ERR_CONFIG_VATTR_SV_TYPE_WITH_MV_PROVIDER_651=The virtual attribute configuration in entry "%s" is not valid because attribute type %s is single-valued but provider %s may generate multiple values |
| | | SEVERE_ERR_CONFIG_VATTR_SV_TYPE_WITH_MERGE_VALUES_652=The virtual attribute configuration in entry "%s" is not valid because attribute type %s is single-valued but the conflict behavior is configured to merge real and virtual values |
| | | MILD_ERR_CONFIG_FILE_MODIFY_STRUCTURAL_CHANGE_NOT_ALLOWED_653=La entrada de configuraci\u00f3n %s no se puede modificar porque este cambio cambiar\u00eda su clase de objeto estructural. |
| | | FATAL_ERR_CONFIG_CANNOT_CALCULATE_DIGEST_654=An error occurred while attempting to calculate a SHA-1 digest of file %s: %s |
| | | SEVERE_WARN_CONFIG_MANUAL_CHANGES_DETECTED_655=The Directory Server has detected that one or more external changes have been made to the configuration file %s while the server was online, but another change has caused the server configuration to be overwritten. The manual changes have not been applied, but they have been preserved in file %s |
| | | SEVERE_ERR_CONFIG_MANUAL_CHANGES_LOST_656=The Directory Server encountered an error while attempting to determine whether the configuration file %s has been externally edited with the server online, and/or trying to preserve such changes: %s. Any manual changes made to that file may have been lost |
| | | SEVERE_ERR_CONFIG_ROTATION_POLICY_INVALID_CLASS_657=Class %s specified in attribute ds-cfg-java-class of configuration entry %s cannot be instantiated as a Directory Server log rotation policy: %s |
| | | SEVERE_ERR_CONFIG_RETENTION_POLICY_INVALID_CLASS_658=Class %s specified in attribute ds-cfg-java-class of configuration entry %s cannot be instantiated as a Directory Server log retention policy: %s |
| | | SEVERE_ERR_CONFIG_ROTATION_POLICY_CANNOT_CREATE_POLICY_659=An error occurred while attempting to create a Directory Server log rotation policy from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_RETENTION_POLICY_CANNOT_CREATE_POLICY_660=An error occurred while attempting to create a Directory Server log retention policy from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_LOGGING_CANNOT_CREATE_WRITER_661=An error occurred while attempting to create a text writer for a Directory Server logger from the information in configuration entry %s: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_MULTIPLE_ENTRIES_IN_FILE_662=Schema configuration file %s in directory %s contains more than one entry. Only the first entry will be examined, and the additional entries will be ignored |
| | | SEVERE_WARN_CONFIG_SCHEMA_UNPARSEABLE_EXTRA_DATA_IN_FILE_663=Schema configuration file %s in directory %s contains additional data after the schema entry that cannot be parsed by the LDIF reader: %s. The first entry will be processed, but the remaining data will be ignored |
| | | SEVERE_WARN_CONFIG_PLUGIN_EMPTY_ELEMENT_IN_ORDER_664=The plugin order definition for plugins of type %s contains an empty element. This may cause the plugin order to be evaluated incorrectly |
| | | SEVERE_WARN_CONFIG_PLUGIN_MULTIPLE_WILDCARDS_IN_ORDER_665=The plugin order definition for plugins of type %s contains multiple wildcard characters. All plugin definitions should contain exactly one wildcard element to indicate where unmatched plugins should be included in the order, and including multiple wildcards may cause the plugin order to be evaluated incorrectly |
| | | SEVERE_WARN_CONFIG_PLUGIN_LISTED_MULTIPLE_TIMES_666=The plugin order definition for plugins of type %s includes multiple references to the '%s' plugin. This may cause the plugin order to be evaluated incorrectly |
| | | SEVERE_WARN_CONFIG_PLUGIN_ORDER_NO_WILDCARD_667=The plugin order definition for plugins of type %s does not include a wildcard element to indicate where unmatched plugins should be included in the order. The server will default to invoking all unnamed plugins after set of named plugins |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_DELETE_SYNTAX_IN_USE_668=Attribute syntax %s cannot be deleted from the server because it is in use by attribute type %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_DISABLE_SYNTAX_IN_USE_669=Attribute syntax %s cannot be disabled because it is in use by attribute type %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_DELETE_MR_IN_USE_BY_AT_670=Matching rule %s cannot be deleted from the server because it is in use by attribute type %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_DELETE_MR_IN_USE_BY_MRU_671=Matching rule %s cannot be deleted from the server because it is in use by matching rule use %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_DISABLE_MR_IN_USE_BY_AT_672=Matching rule %s cannot be disabled because it is in use by attribute type %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_DISABLE_MR_IN_USE_BY_MRU_673=Matching rule %s cannot be disabled because it is in use by matching rule use %s |
| | | SEVERE_ERR_CONFIG_WORK_QUEUE_INITIALIZATION_FAILED_674=Unable to initialize an instance of class %s as a work queue as specified in configuration entry %s: %s |
| | | INFO_CONFIG_WORK_QUEUE_CLASS_CHANGE_REQUIRES_RESTART_675=La clase utilizada para proporcionar la implementaci\u00f3n de la cola de trabajo de Directory Server se ha cambiado de %s a %s, pero este cambio no se aplicar\u00e1 hasta que se reinicie el servidor. |
| | | SEVERE_ERR_CONFIG_FILE_ADD_APPLY_FAILED_676=The attempt to apply the configuration add failed. The preliminary checks were all successful and the entry was added to the server configuration, but at least one of the configuration add listeners reported an error when attempting to apply the change: %s |
| | | SEVERE_ERR_CONFIG_FILE_DELETE_APPLY_FAILED_677=The attempt to apply the configuration delete failed. The preliminary checks were all successful and the entry was removed from the server configuration, but at least one of the configuration delete listeners reported an error when attempting to apply the change: %s |
| | | SEVERE_ERR_CONFIG_FILE_MODIFY_APPLY_FAILED_678=The attempt to apply the configuration modification failed. The preliminary checks were all successful and the modified entry was written to the server configuration, but at least one of the configuration change listeners reported an error when attempting to apply the change: %s |
| | | MILD_ERR_CONFIG_KEYMANAGER_CONFIG_NOT_ACCEPTABLE_679=No se acepta la configuraci\u00f3n del proveedor del administrador de claves definida en la entrada de configuraci\u00f3n %s: %s |
| | | MILD_ERR_CONFIG_TRUSTMANAGER_CONFIG_NOT_ACCEPTABLE_680=No se acepta la configuraci\u00f3n del proveedor del administrador de confianza definida en la entrada de configuraci\u00f3n %s: %s |
| | | MILD_ERR_CONFIG_AUTHZ_CONFIG_NOT_ACCEPTABLE_681=No se acepta la configuraci\u00f3n del proveedor del administrador de confianza definida en la entrada de configuraci\u00f3n %s: %s |
| | | MILD_ERR_CONFIG_ACCTNOTHANDLER_CONFIG_NOT_ACCEPTABLE_682=No se acepta la configuraci\u00f3n del controlador de notificaci\u00f3n de estado de la cuenta definida en la entrada de configuraci\u00f3n %s: %s |
| | | MILD_ERR_CONFIG_SCHEMA_SYNTAX_CONFIG_NOT_ACCEPTABLE_683=No se acepta la configuraci\u00f3n de la sintaxis de atributos definida en la entrada de configuraci\u00f3n %s: %s |
| | | MILD_ERR_CONFIG_CERTMAPPER_CONFIG_NOT_ACCEPTABLE_684=No se acepta la configuraci\u00f3n del asignador de certificados definida en la entrada de configuraci\u00f3n %s: %s |
| | | MILD_ERR_CONFIG_GROUP_CONFIG_NOT_ACCEPTABLE_686=No se acepta la configuraci\u00f3n de la implementaci\u00f3n de grupos definida en la entrada de configuraci\u00f3n %s: %s |
| | | MILD_ERR_CONFIG_IDMAPPER_CONFIG_NOT_ACCEPTABLE_687=No se acepta la configuraci\u00f3n del asignador de identidades definida en la entrada de configuraci\u00f3n %s: %s |
| | | MILD_ERR_CONFIG_SCHEMA_MR_CONFIG_NOT_ACCEPTABLE_688=No se acepta la configuraci\u00f3n de la regla de coincidencia definida en la entrada de configuraci\u00f3n %s: %s |
| | | MILD_ERR_CONFIG_PWGENERATOR_CONFIG_NOT_ACCEPTABLE_689=No se acepta la configuraci\u00f3n del generador de contrase\u00f1as definida en la entrada de configuraci\u00f3n %s: %s |
| | | MILD_ERR_CONFIG_PWSCHEME_CONFIG_NOT_ACCEPTABLE_690=No se acepta la configuraci\u00f3n del esquema de almacenamiento de contrase\u00f1as definida en la entrada de configuraci\u00f3n %s: %s |
| | | MILD_ERR_CONFIG_PWVALIDATOR_CONFIG_NOT_ACCEPTABLE_691=No se acepta la configuraci\u00f3n del validador de contrase\u00f1as definida en la entrada de configuraci\u00f3n %s: %s |
| | | MILD_ERR_CONFIG_PLUGIN_CONFIG_NOT_ACCEPTABLE_692=No se acepta la configuraci\u00f3n del complemento definida en la entrada de configuraci\u00f3n %s: %s |
| | | MILD_ERR_CONFIG_SASL_CONFIG_NOT_ACCEPTABLE_693=No se acepta la configuraci\u00f3n del controlador de mecanismos SASL definida en la entrada de configuraci\u00f3n %s: %s |
| | | MILD_ERR_CONFIG_VATTR_CONFIG_NOT_ACCEPTABLE_694=No se acepta la configuraci\u00f3n del proveedor de atributos virtual definida en la entrada de configuraci\u00f3n %s: %s |
| | | MILD_ERR_CONFIG_ALERTHANDLER_CONFIG_NOT_ACCEPTABLE_695=No se acepta la configuraci\u00f3n del controlador de alertas definida en la entrada de configuraci\u00f3n %s: %s |
| | | MILD_ERR_CONFIG_ALERTHANDLER_INITIALIZATION_FAILED_696=Se ha producido un error al intentar inicializar una instancia de la clase %s como controlador de alertas, tal y como se ha definido en la entrada de configuraci\u00f3n %s: %s |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_SMTP_SERVER_697=The provided SMTP server value '%s' is invalid. An SMTP server value must have an IP address or a resolvable name, and it may optionally be followed by a colon and an integer value between 1 and 65535 to specify the server port number |
| | | SEVERE_ERR_STARTOK_CANNOT_OPEN_FOR_READING_698=An error occurred while attempting to open the current configuration file %s for reading in order to copy it to the ".startok" file: %s |
| | | SEVERE_ERR_STARTOK_CANNOT_OPEN_FOR_WRITING_699=An error occurred while attempting to open file %s in order to write the ".startok" configuration file: %s |
| | | SEVERE_ERR_STARTOK_CANNOT_WRITE_700=An error occurred while attempting to copy the current configuration from file %s into temporary file %s for use as the ".startok" configuration file: %s |
| | | SEVERE_ERR_STARTOK_CANNOT_RENAME_701=An error occurred while attempting to rename file %s to %s for use as the ".startok" configuration file: %s |
| | | NOTICE_CONFIG_FILE_USING_STARTOK_FILE_702=Directory Server utiliza, en primer lugar, el \u00faltimo archivo de configuraci\u00f3n conocido en buen estado %s en lugar del archivo de configuraci\u00f3n activo %s |
| | | SEVERE_WARN_CONFIG_FILE_NO_STARTOK_FILE_703=No last known good configuration file %s exists. The server will attempt to start using the active configuration file %s |
| | | SEVERE_ERR_CONFIG_JE_PROPERTY_INVALID_704=An error occurred while trying to parse and validate Berkeley DB JE property %s: %s |
| | | SEVERE_ERR_CONFIG_JE_PROPERTY_INVALID_FORM_705=An error occurred while trying to parse and validate Berkeley DB JE property %s: the property does not follow a singular property=value form |
| | | SEVERE_ERR_CONFIG_JE_PROPERTY_SHADOWS_CONFIG_706=An error occurred while trying to parse and validate Berkeley DB JE property %s: the property shadows configuration attribute %s |
| | | SEVERE_ERR_CONFIG_JE_DUPLICATE_PROPERTY_707=An error occurred while trying to parse and validate Berkeley DB JE property %s: the property is already defined for this component |
| | | INFO_CONFIG_JE_PROPERTY_REQUIRES_RESTART_708=La configuraci\u00f3n de la propiedad JE de Berkeley DB no se aplicar\u00e1 hasta que se reinicie el componente para el que se ha establecido. |
| | | SEVERE_ERR_CONFIG_LOGGING_CANNOT_OPEN_FILE_709=An error occurred while attempting to open the configured log file %s for logger %s: %s |
| | | SEVERE_ERR_CONFIG_WORKFLOW_ELEMENT_CONFIG_NOT_ACCEPTABLE_710=The configuration for the workflow element defined in configuration entry %s was not acceptable: %s |
| | | SEVERE_ERR_CONFIG_WORKFLOW_ELEMENT_CANNOT_INITIALIZE_711=An error occurred while trying to initialize a workflow element from class %s with the information in configuration entry %s: %s. This workflow element will be disabled |
| | | MILD_ERR_CONFIG_WORKFLOW_ELEMENT_ALREADY_REGISTERED_712=El elemento de flujo de trabajo %s ya se ha registrado en Directory Server. Se omitir\u00e1 este elemento de flujo de trabajo. |
| | | SEVERE_ERR_CONFIG_WORKFLOW_CANNOT_CONFIGURE_MANUAL_713=An error occurred while trying to configure in manual mode the workflows in the Directory Server, and rollback to automatic configuration mode has failed too. If the server is in an unstable state restart it with the last valid configuration |
| | | SEVERE_ERR_CONFIG_WORKFLOW_CANNOT_CONFIGURE_AUTO_714=An error occurred while trying to configure in automatic mode the workflows in the Directory Server, and rollback to manual configuration mode has failed too. If the server is in an unstable state restart it with the last valid configuration |
| | | SEVERE_ERR_CONFIG_LOGGING_INSANE_MODE_715=Invalid UNIX file permissions %s does not allow write access to the log file by the log publisher |
| | | SEVERE_ERR_CONFIG_LOGGING_MODE_INVALID_716=Invalid UNIX file permissions %s: %s |
| | | MILD_ERR_CONFIG_EXTENSION_CONFIG_NOT_ACCEPTABLE_717=No se acepta la configuraci\u00f3n de la extensi\u00f3n definida en la entrada de configuraci\u00f3n %s: %s |
| | | MILD_ERR_CONFIG_EXTENSION_INITIALIZATION_FAILED_718=Se ha producido un error al intentar inicializar una instancia de la clase %s como extensi\u00f3n, tal y como se ha definido en la entrada de configuraci\u00f3n %s: %s |
| | | |
| New file |
| | |
| | | # CDDL HEADER START |
| | | # |
| | | # The contents of this file are subject to the terms of the |
| | | # Common Development and Distribution License, Version 1.0 only |
| | | # (the "License"). You may not use this file except in compliance |
| | | # with the License. |
| | | # |
| | | # You can obtain a copy of the license at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE |
| | | # or https://OpenDS.dev.java.net/OpenDS.LICENSE. |
| | | # See the License for the specific language governing permissions |
| | | # and limitations under the License. |
| | | # |
| | | # When distributing Covered Code, include this CDDL HEADER in each |
| | | # file and include the License file at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, |
| | | # add the following below this CDDL HEADER, with the fields enclosed |
| | | # by brackets "[]" replaced with your own identifying information: |
| | | # Portions Copyright [yyyy] [name of copyright owner] |
| | | # |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2008 Sun Microsystems, Inc. |
| | | |
| | | |
| | | |
| | | # |
| | | # Global directives |
| | | # |
| | | global.category=CONFIG |
| | | |
| | | # |
| | | # Format string definitions |
| | | # |
| | | # Keys must be formatted as follows: |
| | | # |
| | | # [SEVERITY]_[DESCRIPTION]_[ORDINAL] |
| | | # |
| | | # where: |
| | | # |
| | | # SEVERITY is one of: |
| | | # [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE] |
| | | # |
| | | # DESCRIPTION is an upper case string providing a hint as to the context of |
| | | # the message in upper case with the underscore ('_') character serving as |
| | | # word separator |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | MILD_ERR_CONFIG_ATTR_IS_REQUIRED_1=L'attribut de configuration %s doit avoir au minimum une valeur mais l'op\u00e9ration effectu\u00e9e a d\u00fb supprimer toutes les valeurs |
| | | MILD_ERR_CONFIG_ATTR_REJECTED_VALUE_2=La valeur fournie %s pour l'attribut de configuration %s a \u00e9t\u00e9 refus\u00e9e. La raison fournie \u00e9tait\u00a0: %s |
| | | MILD_ERR_CONFIG_ATTR_SET_VALUES_IS_SINGLE_VALUED_3=L'attribut de configuration %s n'accepte qu'une valeur et plusieurs valeurs ont \u00e9t\u00e9 fournies |
| | | MILD_ERR_CONFIG_ATTR_ADD_VALUES_IS_SINGLE_VALUED_4= L'attribut de configuration %s n'accepte qu'une valeur mais l'ajout des valeurs entr\u00e9es lui en fournirait plusieurs |
| | | MILD_ERR_CONFIG_ATTR_ADD_VALUES_ALREADY_EXISTS_5=L'attribut de configuration %s contient d\u00e9j\u00e0 une valeur %s |
| | | MILD_ERR_CONFIG_ATTR_NO_SUCH_VALUE_6=Impossible de supprimer la valeur %s de l'attribut de configuration %s car la valeur sp\u00e9cifi\u00e9e n'existe pas |
| | | MILD_ERR_CONFIG_ATTR_INVALID_BOOLEAN_VALUE_7=Impossible de d\u00e9finir la valeur de l'attribut de configuration bool\u00e9enne %s car la valeur fournie %s n'\u00e9tait pas 'true' ou 'false' |
| | | MILD_ERR_CONFIG_ATTR_NO_INT_VALUE_8=Impossible de r\u00e9cup\u00e9rer la valeur de l'attribut de configuration %s en tant que nombre entier car cet attribut n'a aucune valeur |
| | | MILD_ERR_CONFIG_ATTR_MULTIPLE_INT_VALUES_9=Impossible de r\u00e9cup\u00e9rer la valeur de l'attribut de configuration %s en tant que nombre entier car cet attribut a plusieurs valeurs |
| | | MILD_ERR_CONFIG_ATTR_VALUE_OUT_OF_INT_RANGE_10=Impossible de r\u00e9cup\u00e9rer la valeur de l'attribut de configuration %s en tant que int Java car la valeur est en dehors de la plage autoris\u00e9e pour un int |
| | | MILD_ERR_CONFIG_ATTR_INVALID_INT_VALUE_11=Impossible de d\u00e9finir la valeur de l'attribut de configuration de nombre entier car la valeur fournie %s ne peut pas \u00eatre interpr\u00e9t\u00e9e comme une valeur d'entier\u00a0: %s |
| | | MILD_ERR_CONFIG_ATTR_INT_BELOW_LOWER_BOUND_12=Impossible de d\u00e9finir la valeur de l'attribut de configuration car la valeur fournie %s est inf\u00e9rieure \u00e0 la valeur minimale autoris\u00e9e %d |
| | | MILD_ERR_CONFIG_ATTR_INT_ABOVE_UPPER_BOUND_13=Impossible de d\u00e9finir la valeur de l'attribut de configuration car la valeur fournie %s est sup\u00e9rieure \u00e0 la valeur maximale autoris\u00e9e %d |
| | | MILD_ERR_CONFIG_ATTR_INT_COULD_NOT_PARSE_14=Impossible d'analyser la valeur %s de l'attribut de configuration %s en tant que valeur d'entier\u00a0: %s |
| | | MILD_ERR_CONFIG_ATTR_NO_STRING_VALUE_15=Impossible de r\u00e9cup\u00e9rer la valeur de l'attribut de configuration %s en tant que cha\u00eene car cet attribut n'a aucune valeur |
| | | MILD_ERR_CONFIG_ATTR_MULTIPLE_STRING_VALUES_16=Impossible de r\u00e9cup\u00e9rer la valeur de l'attribut de configuration %s en tant que cha\u00eene car cet attribut a plusieurs valeurs |
| | | MILD_ERR_CONFIG_ATTR_EMPTY_STRING_VALUE_17=Une cha\u00eene de valeurs vide a \u00e9t\u00e9 fournie comme attribut de configuration %s |
| | | MILD_ERR_CONFIG_ATTR_VALUE_NOT_ALLOWED_18=La valeur %s ne figure pas dans la liste des valeurs acceptables pour un attribut de configuration %s |
| | | MILD_ERR_CONFIG_ATTR_INVALID_UNIT_19=%s n'est pas valide pour un attribut de configuration %s |
| | | MILD_ERR_CONFIG_ATTR_NO_UNIT_DELIMITER_20=Impossible de d\u00e9coder %s en tant que valeur d'entier et unit\u00e9 d'attribut de configuration %s car aucun s\u00e9parateur de valeur/unit\u00e9 n'a \u00e9t\u00e9 trouv\u00e9 |
| | | MILD_ERR_CONFIG_ATTR_COULD_NOT_PARSE_INT_COMPONENT_21=Impossible de d\u00e9coder la partie enti\u00e8re d'une valeur %s d'attribut de configuration %s\u00a0: %s |
| | | MILD_ERR_CONFIG_ATTR_INVALID_VALUE_WITH_UNIT_22=La valeur fournie %s pour un nombre entier avec un attribut d'unit\u00e9 %s n'est pas autoris\u00e9e\u00a0: %s |
| | | MILD_ERR_CONFIG_ENTRY_CONFLICTING_CHILD_23=Impossible d'ajouter une entr\u00e9e de configuration %s en tant qu'enfant d'une entr\u00e9e de configuration %s car une entr\u00e9e d'enfant a d\u00e9j\u00e0 \u00e9t\u00e9 trouv\u00e9e avec ce DN |
| | | MILD_ERR_CONFIG_ENTRY_NO_SUCH_CHILD_24=Impossible de supprimer une entr\u00e9e %s en tant qu'enfant d'une entr\u00e9e de configuration %s car cette entr\u00e9e n'a pas d'enfant avec le DN sp\u00e9cifi\u00e9 |
| | | MILD_ERR_CONFIG_ENTRY_CANNOT_REMOVE_NONLEAF_25=Impossible de supprimer une entr\u00e9e %s en tant qu'enfant d'une entr\u00e9e de configuration %s car cette entr\u00e9e a elle-m\u00eame des enfants et que des entr\u00e9es non-terminales ne doivent pas \u00eatre supprim\u00e9es |
| | | FATAL_ERR_CONFIG_FILE_DOES_NOT_EXIST_26=The specified configuration file %s does not exist or is not readable |
| | | FATAL_ERR_CONFIG_FILE_CANNOT_VERIFY_EXISTENCE_27=An unexpected error occurred while attempting to determine whether configuration file %s exists: %s |
| | | FATAL_ERR_CONFIG_FILE_CANNOT_OPEN_FOR_READ_28=An error occurred while attempting to open the configuration file %s for reading: %s |
| | | FATAL_ERR_CONFIG_FILE_READ_ERROR_29=An error occurred while attempting to read the contents of configuration file %s: %s |
| | | MILD_ERR_CONFIG_ATTR_OPTIONS_NOT_ALLOWED_30=Attribut de configuration invalide %s d\u00e9tect\u00e9\u00a0: la seule option d'attribut autoris\u00e9e dans la configuration de Directory Server est "pending" pour indiquer le jeu de valeurs en attente |
| | | FATAL_ERR_CONFIG_FILE_INVALID_LDIF_ENTRY_31=An error occurred at or near line %d while trying to parse the configuration from LDIF file %s: %s |
| | | FATAL_ERR_CONFIG_FILE_EMPTY_32=The specified configuration file %s does not appear to contain any configuration entries |
| | | FATAL_ERR_CONFIG_FILE_INVALID_BASE_DN_33=The first entry read from LDIF configuration file %s had a DN of "%s" rather than the expected "%s" which should be used as the Directory Server configuration root |
| | | FATAL_ERR_CONFIG_FILE_GENERIC_ERROR_34=An unexpected error occurred while attempting to process the Directory Server configuration file %s: %s |
| | | FATAL_ERR_CONFIG_FILE_DUPLICATE_ENTRY_35=Configuration entry %s starting at or near line %s in the LDIF configuration file %s has the same DN as another entry already read from that file |
| | | FATAL_ERR_CONFIG_FILE_NO_PARENT_36=Configuration entry %s starting at or near line %d in the configuration LDIF file %s does not appear to have a parent entry (expected parent DN was %s) |
| | | FATAL_ERR_CONFIG_FILE_UNKNOWN_PARENT_37=The Directory Server was unable to determine the parent DN for configuration entry %s starting at or near line %d in the configuration LDIF file %s |
| | | FATAL_ERR_CONFIG_CANNOT_DETERMINE_SERVER_ROOT_38=Unable to determine the Directory Server instance root from either an environment variable or based on the location of the configuration file. Please set an environment variable named %s with a value containing the absolute path to the server installation root |
| | | SEVERE_ERR_CONFIG_FILE_WRITE_ERROR_39=An unexpected error occurred while trying to write configuration entry %s to LDIF: %s |
| | | SEVERE_ERR_CONFIG_FILE_CLOSE_ERROR_40=An unexpected error occurred while trying to close the LDIF writer: %s |
| | | SEVERE_ERR_CONFIG_FILE_UNWILLING_TO_IMPORT_41=The Directory Server configuration may not be altered by importing a new configuration from LDIF |
| | | FATAL_ERR_CONFIG_LOGGER_CANNOT_GET_BASE_42=An error occurred while attempting to retrieve the base logger entry cn=Loggers,cn=config from the Directory Server configuration: %s |
| | | SEVERE_WARN_CONFIG_LOGGER_BASE_DOES_NOT_EXIST_43=The logger configuration base cn=Loggers,cn=config does not exist in the Directory Server configuration. Logging facilities will not be available until this entry is created and the Directory Server is restarted |
| | | SEVERE_WARN_CONFIG_LOGGER_NO_ACTIVE_ACCESS_LOGGERS_44=There are no active access loggers defined in the Directory Server configuration. No access logging will be performed |
| | | SEVERE_WARN_CONFIG_LOGGER_NO_ACTIVE_ERROR_LOGGERS_45=There are no active error loggers defined in the Directory Server configuration. No error logging will be performed |
| | | MILD_WARN_CONFIG_LOGGER_NO_ACTIVE_DEBUG_LOGGERS_46=There are no active debug loggers defined in the Directory Server configuration. No debug logging will be performed |
| | | SEVERE_ERR_CONFIG_LOGGER_ENTRY_UNACCEPTABLE_47=Configuration entry %s does not contain a valid logger configuration: %s. It will be ignored |
| | | INFO_CONFIG_UNKNOWN_UNACCEPTABLE_REASON_48=Raison inconnue inacceptable |
| | | SEVERE_ERR_CONFIG_LOGGER_CANNOT_CREATE_LOGGER_49=An error occurred while attempting to create a Directory Server logger from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_OBJECTCLASS_50=Configuration entry %s does not contain a valid objectclass for a Directory Server access, error, or debug logger definition |
| | | INFO_CONFIG_LOGGER_DESCRIPTION_CLASS_NAME_51=Le nom complet de la classe Java d\u00e9finissant le journal de Directory Server. En cas de changement alors que le journal associ\u00e9 est activ\u00e9, la modification ne prend pas effet tant que ce journal n'est pas d\u00e9sactiv\u00e9 puis r\u00e9activ\u00e9 |
| | | SEVERE_ERR_CONFIG_LOGGER_NO_CLASS_NAME_52=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-java-class which specifies the fully-qualified class name for the associated logger |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_CLASS_NAME_53=Configuration entry %s has an invalid value for attribute ds-cfg-java-class: %s |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_ACCESS_LOGGER_CLASS_54=Class %s specified in attribute ds-cfg-java-class of configuration entry %s cannot be instantiated as a Directory Server access logger: %s |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_ERROR_LOGGER_CLASS_55=Class %s specified in attribute ds-cfg-java-class of configuration entry %s cannot be instantiated as a Directory Server error logger: %s |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_DEBUG_LOGGER_CLASS_56=Class %s specified in attribute ds-cfg-java-class of configuration entry %s cannot be instantiated as a Directory Server debug logger: %s |
| | | INFO_CONFIG_LOGGER_DESCRIPTION_ENABLED_57=Indique si ce journal de Directory Server doit \u00eatre activ\u00e9. Les modifications apport\u00e9es \u00e0 cet attribut seront imm\u00e9diatement prises en compte. |
| | | SEVERE_ERR_CONFIG_LOGGER_NO_ENABLED_ATTR_58=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-enabled which indicates whether the logger should be enabled for use in the Directory Server |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_ENABLED_VALUE_59=Configuration entry %s has an invalid value for attribute ds-cfg-enabled: %s |
| | | INFO_CONFIG_CORE_DESCRIPTION_ALLOW_ATTR_EXCEPTIONS_60=Indique si une certaine flexibilit\u00e9 doit \u00eatre autoris\u00e9e dans les caract\u00e8res pouvant \u00eatre utilis\u00e9s pour les noms d'attributs. Par d\u00e9faut, les noms d'attributs peuvent uniquement contenir des lettres alphab\u00e9tiques ASCII, des chiffres num\u00e9riques et tirets et doivent commencer par une lettre. Si les exceptions de nom d'attribut sont activ\u00e9es, le caract\u00e8re de soulignement sera \u00e9galement autoris\u00e9 et le nom d'attribut pourra aussi commencer par un chiffre. Les modifications apport\u00e9es \u00e0 cet attribut de configuration prendront effet imm\u00e9diatement |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_ALLOW_EXCEPTIONS_61=Configuration entry %s has an invalid value for configuration attribute ds-cfg-allow-attribute-name-exceptions (it should be a Boolean value of true or false): %s |
| | | INFO_CONFIG_CORE_DESCRIPTION_INVALID_SYNTAX_BEHAVIOR_62=Comportement \u00e0 adopter par Directory Server s'il d\u00e9couvre un attribut dont la valeur n'est pas conforme \u00e0 la syntaxe pour cet attribut. Les valeurs acceptables pour cet attribut sont "reject" pour refuser la valeur invalide, "warn" pour accepter la valeur invalide tout en journalisant un message d'avertissement ou "accept" pour accepter la valeur invalide sans aucune avertissement. Les modifications apport\u00e9es \u00e0 cet attribut de configuration prendront effet imm\u00e9diatement |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_ENFORCE_STRICT_SYNTAX_63=Configuration entry %s has an invalid value for configuration attribute ds-cfg-invalid-attribute-syntax-behavior (it should be one of "accept", "reject", or "warn" ): %s |
| | | MILD_ERR_CONFIG_ATTR_MULTIPLE_PENDING_VALUE_SETS_64=L'attribut de configuration %s semble contenir plusieurs jeux de valeurs en attente |
| | | MILD_ERR_CONFIG_ATTR_MULTIPLE_ACTIVE_VALUE_SETS_65=L'attribut de configuration %s semble contenir plusieurs jeux de valeurs actives |
| | | MILD_ERR_CONFIG_ATTR_NO_ACTIVE_VALUE_SET_66=L'attribut de configuration %s ne contient pas de jeu de valeurs actives |
| | | MILD_ERR_CONFIG_ATTR_INT_INVALID_TYPE_67=Impossible d'analyser la valeur %s de l'attribut de configuration %s en tant que valeur d'entier %s car l'\u00e9l\u00e9ment \u00e9tait d'un type invalide (%s) |
| | | MILD_ERR_CONFIG_ATTR_INT_INVALID_ARRAY_TYPE_68=Impossible d'analyser la valeur de l'attribut de configuration %s en tant que jeu de valeurs d'entier car le tableau contenait des \u00e9l\u00e9ments d'un type invalide (%s) |
| | | MILD_ERR_CONFIG_ATTR_INVALID_STRING_VALUE_69=Impossible d'analyser la valeur %s de l'attribut de configuration %s en tant que valeur de cha\u00eene\u00a0: %s |
| | | MILD_ERR_CONFIG_ATTR_STRING_INVALID_TYPE_70=Impossible d'analyser la valeur %s de l'attribut de configuration %s en tant que valeur de cha\u00eene car l'\u00e9l\u00e9ment \u00e9tait d'un type invalide (%s) |
| | | MILD_ERR_CONFIG_ATTR_STRING_INVALID_ARRAY_TYPE_71=Impossible d'analyser la valeur de l'attribut de configuration %s en tant que jeu de valeurs de cha\u00eenes car le tableau contenait des \u00e9l\u00e9ments d'un type invalide (%s) |
| | | MILD_ERR_CONFIG_ATTR_INT_WITH_UNIT_INVALID_TYPE_72=Impossible d'analyser la valeur %s de l'attribut de configuration %s en tant que nombre entier avec une valeur d'unit\u00e9 car l'\u00e9l\u00e9ment \u00e9tait d'un type invalide (%s) |
| | | MILD_ERR_CONFIG_JMX_ATTR_NO_VALUE_73=L'entr\u00e9e de configuration %s ne contient pas de valeur d'attribut %s |
| | | MILD_ERR_CONFIG_JMX_ATTR_NO_ATTR_74=L'entr\u00e9e de configuration %s ne contient pas d'attribut %s (ou cet attribut existe mais n'est pas accessible au moyen de JMX) |
| | | MILD_ERR_CONFIG_JMX_CANNOT_GET_CONFIG_ENTRY_75=Impossible de r\u00e9cup\u00e9rer une entr\u00e9e de configuration %s au moyen de JMX\u00a0: %s |
| | | MILD_ERR_CONFIG_JMX_ATTR_INVALID_VALUE_76=La tentative de mise \u00e0 jour de l'attribut %s de l'entr\u00e9e de configuration %s par JMX aurait entra\u00een\u00e9 une valeur invalide\u00a0: %s |
| | | MILD_ERR_CONFIG_JMX_UNACCEPTABLE_CONFIG_77=La mise \u00e0 jour de l'entr\u00e9e de configuration %s par JMX aurait entra\u00een\u00e9 une configuration invalide\u00a0: %s |
| | | MILD_ERR_CONFIG_JMX_NO_METHOD_78=Il n'existe aucune m\u00e9thode %s pour un composant invocable enregistr\u00e9 avec l'entr\u00e9e de configuration %s |
| | | MILD_ERR_CONFIG_CANNOT_GET_CONFIG_ENTRY_79=Une erreur s'est produite lors de la tentative de r\u00e9cup\u00e9ration d'une entr\u00e9e de configuration %s\u00a0: %s |
| | | INFO_CONFIG_SET_ATTRIBUTE_80=La valeur de l'attribut de configuration %s a \u00e9t\u00e9 d\u00e9finie sur %s dans l'entr\u00e9e de configuration %s |
| | | MILD_ERR_CONFIG_CHANGE_NOT_SUCCESSFUL_81=La tentative de mise \u00e0 jour de l'entr\u00e9e de configuration n'a pas r\u00e9ussi et un ou plusieurs probl\u00e8mes se sont pr\u00e9sent\u00e9s\u00a0: %s |
| | | SEVERE_ERR_CONFIG_LOGGER_NO_FILE_NAME_82=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-log-file which specifies the log file name for the associated logger |
| | | SEVERE_ERR_CONFIG_JMX_CANNOT_REGISTER_MBEAN_83=The Directory Server could not register a JMX MBean for the component associated with configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_LDIF_WRITE_ERROR_84=An unexpected error occurred while trying to export the Directory Server configuration to LDIF: %s |
| | | INFO_CONFIG_WORK_QUEUE_DESCRIPTION_NUM_THREADS_85=Nombre de threads de travail \u00e0 utiliser pour les requ\u00eates de traitement, qui contr\u00f4lent le nombre d'op\u00e9rations que le serveur peut traiter simultan\u00e9ment. La valeur optimale d\u00e9pend du type de syst\u00e8me sur lequel le serveur tourne et de la charge de travail qu'il doit traiter, tout en \u00e9tant plut\u00f4t d\u00e9termin\u00e9 par des tests de rendement. Les modifications apport\u00e9es \u00e0 cet attribut seront imm\u00e9diatement prises en compte. |
| | | INFO_CONFIG_WORK_QUEUE_DESCRIPTION_MAX_CAPACITY_86=Le nombre maximum de requ\u00eates en attente pouvant \u00eatre trait\u00e9es dans la file d'attente \u00e0 tout moment pendant que tous les threads de travail sont occup\u00e9s \u00e0 traiter d'autres op\u00e9rations. Si la limite est atteinte, toute nouvelle requ\u00eate sera refus\u00e9e. 0 indique qu'il n'y a aucune limite. Les modifications apport\u00e9es \u00e0 cet attribut seront imm\u00e9diatement prises en compte. |
| | | SEVERE_ERR_CONFIG_WORK_QUEUE_CANNOT_DETERMINE_NUM_WORKER_THREADS_87=An error occurred while attempting to retrieve the value of the ds-cfg-num-worker-threads attribute from the %s entry, which is used to specify the number of worker threads to service the work queue: %s. The Directory Server will use the default value of 24 |
| | | SEVERE_ERR_CONFIG_WORK_QUEUE_CANNOT_DETERMINE_QUEUE_CAPACITY_88=An error occurred while attempting to retrieve the value of the ds-cfg-max-work-queue-capacity attribute from the %s entry, which is used to specify the maximum number of pending operations that may be held in the work queue: %s. The Directory Server will use the default value of 0 |
| | | SEVERE_WARN_CONFIG_WORK_QUEUE_NUM_THREADS_INVALID_VALUE_89=The value of configuration attribute ds-cfg-num-worker-threads in configuration entry %s has an invalid value (%d). This attribute requires an integer value greater than zero |
| | | SEVERE_WARN_CONFIG_WORK_QUEUE_CAPACITY_INVALID_VALUE_90=The value of configuration attribute ds-cfg-max-work-queue-capacity in configuration entry %s has an invalid value (%d). This attribute requires an integer value greater than or equal to zero |
| | | INFO_CONFIG_WORK_QUEUE_CREATED_THREADS_91=%d threads de travail suppl\u00e9mentaires ont \u00e9t\u00e9 cr\u00e9\u00e9s pour porter le nombre total de threads disponibles \u00e0 %d |
| | | INFO_CONFIG_WORK_QUEUE_DESTROYING_THREADS_92=%d threads de travail vont s'arr\u00eater d\u00e8s que possible afin de porter le nombre total de threads disponibles \u00e0 %d (l'arr\u00eat r\u00e9el peut prendre quelques secondes) |
| | | INFO_CONFIG_WORK_QUEUE_NEW_CAPACITY_93=La capacit\u00e9 de la file d'attente a \u00e9t\u00e9 mise \u00e0 jour pour prendre en compte la nouvelle valeur %d |
| | | SEVERE_ERR_CONFIG_WORK_QUEUE_TOO_MANY_FAILURES_94=Worker thread "%s" has experienced too many repeated failures while attempting to retrieve the next operation from the work queue (%d failures experienced, maximum of %d failures allowed). This worker thread will be destroyed |
| | | SEVERE_ERR_CONFIG_WORK_QUEUE_CANNOT_CREATE_MONITOR_95=A problem occurred while trying to create and start an instance of class %s to use as a monitor provider for the Directory Server work queue: %s. No monitor information will be available for the work queue |
| | | INFO_CONFIG_DESCRIPTION_BACKEND_DIRECTORY_96=Le nom du r\u00e9pertoire o\u00f9 sont stock\u00e9s les fichiers de bases de donn\u00e9es de backend |
| | | SEVERE_ERR_CONFIG_BACKEND_NO_DIRECTORY_97=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-db-directory |
| | | MILD_ERR_CONFIG_ATTR_DN_NULL_98=Une valeur null a \u00e9t\u00e9 fournie pour un attribut de configuration de DN %s |
| | | MILD_ERR_CONFIG_ATTR_DN_CANNOT_PARSE_99=Une erreur s'est produite lors d'une tentative d'analyse de la valeur "%s" d'un attribut %s en tant que DN\u00a0: %s |
| | | MILD_ERR_CONFIG_ATTR_INVALID_DN_VALUE_100=Impossible d'analyser la valeur %s de l'attribut de configuration %s en tant que DN\u00a0: %s |
| | | MILD_ERR_CONFIG_ATTR_DN_INVALID_TYPE_101=Impossible d'analyser la valeur %s de l'attribut de configuration %s en tant que DN car l'\u00e9l\u00e9ment \u00e9tait d'un type invalide (%s) |
| | | MILD_ERR_CONFIG_ATTR_DN_INVALID_ARRAY_TYPE_102=Impossible d'analyser la valeur de l'attribut de configuration %s en tant que jeu de valeurs de DN car le tableau contenait des \u00e9l\u00e9ments d'un type invalide (%s) |
| | | FATAL_ERR_CONFIG_CANNOT_REGISTER_AS_PRIVATE_SUFFIX_103=An unexpected error occurred while trying to register the configuration handler base DN "%s" as a private suffix with the Directory Server: %s |
| | | SEVERE_ERR_CONFIG_BACKEND_CANNOT_GET_CONFIG_BASE_104=An error occurred while trying to retrieve configuration entry cn=Backends,cn=config in order to initialize the Directory Server backends: %s |
| | | SEVERE_ERR_CONFIG_BACKEND_BASE_DOES_NOT_EXIST_105=The entry cn=Backends,cn=config does not appear to exist in the Directory Server configuration. This is a required entry |
| | | SEVERE_WARN_CONFIG_BACKEND_ENTRY_DOES_NOT_HAVE_BACKEND_CONFIG_106=Configuration entry %s exists below the backend configuration root of cn=Backends,cn=config but does not have objectclass ds-cfg-backend that is required for a Directory Server backend. This configuration entry will be ignored |
| | | SEVERE_ERR_CONFIG_BACKEND_ERROR_INTERACTING_WITH_BACKEND_ENTRY_107=An unexpected error occurred while interacting with backend configuration entry %s: %s |
| | | INFO_CONFIG_BACKEND_ATTR_DESCRIPTION_ENABLED_108=Indique si ce backend doit \u00eatre activ\u00e9 afin d'\u00eatre utilis\u00e9 dans Directory Server. Il est possible de modifier cela quand Directory Server est en ligne mais si un backend est d\u00e9sactiv\u00e9, il ne sera plus disponible |
| | | INFO_CONFIG_BACKEND_ATTR_DESCRIPTION_CLASS_109=Nom complet de la classe Java qui doit fournir la logique du serveur de base pour cette impl\u00e9mentation de backend. Les modifications apport\u00e9es \u00e0 cet attribut de configuration ne prennent pas effet tant que le backend n'est pas d\u00e9sactiv\u00e9 puis r\u00e9activ\u00e9 ou que le serveur n'est pas red\u00e9marr\u00e9 |
| | | SEVERE_WARN_CONFIG_BACKEND_NO_ENABLED_ATTR_110=Backend configuration entry %s does not contain attribute ds-cfg-enabled, which is used to indicate whether the backend should be enabled or disabled. Without this attribute, it will default to being disabled |
| | | INFO_CONFIG_BACKEND_DISABLED_111=Ce backend d\u00e9fini dans l'entr\u00e9e de configuration %s est marqu\u00e9 comme d\u00e9sactiv\u00e9 et, par cons\u00e9quent, ne sera pas utilis\u00e9 |
| | | SEVERE_ERR_CONFIG_BACKEND_UNABLE_TO_DETERMINE_ENABLED_STATE_112=An unexpected error occurred while attempting to determine whether the backend associated with configuration entry %s should be enabled or disabled: %s. It will be disabled |
| | | SEVERE_ERR_CONFIG_BACKEND_NO_CLASS_ATTR_113=Backend configuration entry %s does not contain attribute ds-cfg-java-class, which is used to specify the name of the class used to provide the backend implementation. The backend associated with this configuration entry will be disabled |
| | | SEVERE_ERR_CONFIG_BACKEND_CANNOT_GET_CLASS_114=An unexpected error occurred while trying to determine the name of the Java class that contains the implementation for backend %s: %s. This backend will be disabled |
| | | SEVERE_ERR_CONFIG_BACKEND_CANNOT_INSTANTIATE_115=The Directory Server was unable to load class %s and use it to create a backend instance as defined in configuration entry %s. The error that occurred was: %s. This backend will be disabled |
| | | SEVERE_ERR_CONFIG_BACKEND_CANNOT_INITIALIZE_116=An error occurred while trying to initialize a backend loaded from class %s with the information in configuration entry %s: %s. This backend will be disabled |
| | | SEVERE_ERR_CONFIG_BACKEND_CLASS_NOT_BACKEND_117=The class %s specified in configuration entry %s does not contain a valid Directory Server backend implementation |
| | | NOTICE_CONFIG_BACKEND_ACTION_REQUIRED_TO_CHANGE_CLASS_118=Le changement requis pour l'entr\u00e9e de configuration %s entra\u00eenerait la modification de la classe pour le backend associ\u00e9 de %s \u00e0 %s. Cette modification ne prend pas effet tant que le backend n'est pas d\u00e9sactiv\u00e9 puis r\u00e9activ\u00e9 ou que Directory Server n'est pas red\u00e9marr\u00e9 |
| | | NOTICE_CONFIG_BACKEND_CANNOT_REMOVE_BACKEND_WITH_SUBORDINATES_119=Le backend d\u00e9fini dans l'entr\u00e9e de configuration %s a un ou plusieurs backends subordonn\u00e9s. Il est impossible de supprimer un backend s'il a des backends subordonn\u00e9s |
| | | INFO_CONFIG_CORE_DESCRIPTION_MAX_ALLOWED_CONNECTIONS_120=Le nombre maximum de connexions clientes pouvant \u00eatre \u00e9tablies sur Directory Server \u00e0 un moment donn\u00e9. une valeur inf\u00e9rieure ou \u00e9gale \u00e0 z\u00e9ro indique qu'il ne devrait y avoir aucune limite. Les modifications apport\u00e9es \u00e0 cet attribut de configuration prendront effet imm\u00e9diatement |
| | | INFO_CONFIG_LOGGER_CLASS_ACTION_REQUIRED_122=Il est impossible d'appliquer dynamiquement la modification requise dans le nom de la classe du journal de %s \u00e0 %s dans l'entr\u00e9e de configuration %s. Cette modification ne prend pas effet tant que le journal n'est pas d\u00e9sactiv\u00e9 puis r\u00e9activ\u00e9 ou que Directory Server n'est pas red\u00e9marr\u00e9 |
| | | MILD_ERR_CONFIG_LOGGER_EXISTS_123=Impossible d'ajouter une nouvelle entr\u00e9e de journal avec le DN %s car il y a d\u00e9j\u00e0 un journal enregistr\u00e9 avec ce DN |
| | | MILD_ERR_CONFIG_LOGGER_ACCESS_INITIALIZATION_FAILED_124=Une erreur s'est produite lors de la tentative d'initialisation d'une instance de classe %s en tant que journal d'acc\u00e8s, telle qu'elle est d\u00e9finie dans l'entr\u00e9e de configuration %s\u00a0: %s |
| | | MILD_ERR_CONFIG_LOGGER_ERROR_INITIALIZATION_FAILED_125=Une erreur s'est produite lors de la tentative d'initialisation d'une instance de classe %s en tant que journal d'erreur, telle qu'elle est d\u00e9finie dans l'entr\u00e9e de configuration %s\u00a0: %s |
| | | MILD_ERR_CONFIG_LOGGER_DEBUG_INITIALIZATION_FAILED_126=An error occurred while trying to initialize an instance of class %s as a debug logger as defined in configuration entry %s: %s |
| | | FATAL_ERR_CONFIG_MONITOR_CANNOT_GET_BASE_127=An error occurred while attempting to retrieve the base monitor entry cn=Monitor Providers,cn=config from the Directory Server configuration: %s |
| | | SEVERE_WARN_CONFIG_MONITOR_BASE_DOES_NOT_EXIST_128=The monitor configuration base cn=Monitor Providers,cn=config does not exist in the Directory Server configuration. Only limited monitoring information will be available |
| | | SEVERE_ERR_CONFIG_MONITOR_ENTRY_UNACCEPTABLE_129=Configuration entry %s does not contain a valid monitor provider configuration: %s. It will be ignored |
| | | SEVERE_ERR_CONFIG_MONITOR_CANNOT_CREATE_MONITOR_130=An error occurred while attempting to create a Directory Server monitor provider from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_MONITOR_INVALID_OBJECTCLASS_131=Configuration entry %s does not contain the ds-cfg-monitor-provider objectclass, which is required for monitor provider definitions |
| | | INFO_CONFIG_MONITOR_DESCRIPTION_CLASS_NAME_132=Le nom complet de la classe Java d\u00e9finissant le fournisseur de moniteur de Directory Server. En cas de changement alors que le moniteur associ\u00e9 est activ\u00e9, la modification ne prend pas effet tant que ce moniteur n'est pas d\u00e9sactiv\u00e9 puis r\u00e9activ\u00e9 |
| | | SEVERE_ERR_CONFIG_MONITOR_NO_CLASS_NAME_133=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-java-class which specifies the fully-qualified class name for the associated monitor provider |
| | | SEVERE_ERR_CONFIG_MONITOR_INVALID_CLASS_NAME_134=Configuration entry %s has an invalid value for attribute ds-cfg-java-class: %s |
| | | SEVERE_ERR_CONFIG_MONITOR_INVALID_CLASS_135=Class %s specified in configuration entry %s does not contain a valid monitor provider implementation: %s |
| | | INFO_CONFIG_MONITOR_DESCRIPTION_ENABLED_136=Indique si ce fournisseur de moniteur de Directory Server doit \u00eatre activ\u00e9. Les modifications apport\u00e9es \u00e0 cet attribut seront imm\u00e9diatement prises en compte. |
| | | SEVERE_ERR_CONFIG_MONITOR_NO_ENABLED_ATTR_137=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-enabled which indicates whether the monitor provider should be enabled for use in the Directory Server |
| | | SEVERE_ERR_CONFIG_MONITOR_INVALID_ENABLED_VALUE_138=Configuration entry %s has an invalid value for attribute ds-cfg-enabled: %s |
| | | INFO_CONFIG_MONITOR_CLASS_ACTION_REQUIRED_139=Il est impossible d'appliquer dynamiquement la modification requise dans le nom de la classe du moniteur de %s \u00e0 %s dans l'entr\u00e9e de configuration %s. Cette modification ne prend pas effet tant que le fournisseur de moniteur n'est pas d\u00e9sactiv\u00e9 puis r\u00e9activ\u00e9 ou que Directory Server n'est pas red\u00e9marr\u00e9 |
| | | MILD_ERR_CONFIG_MONITOR_INITIALIZATION_FAILED_140=Une erreur s'est produite lors de la tentative d'initialisation d'une instance de classe %s en tant que fournisseur de moniteur, telle qu'elle est d\u00e9finie dans l'entr\u00e9e de configuration %s\u00a0: %s |
| | | MILD_ERR_CONFIG_MONITOR_EXISTS_141=Impossible d'ajouter une nouvelle entr\u00e9e de fournisseur de moniteur avec le DN %s car il y a d\u00e9j\u00e0 un fournisseur de moniteur enregistr\u00e9 avec ce DN |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_CANNOT_GET_CONFIG_BASE_142=An error occurred while trying to retrieve configuration entry cn=Connection Handlers,cn=config in order to initialize the Directory Server backends: %s |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_BASE_DOES_NOT_EXIST_143=The entry cn=Connection Handlers,cn=config does not appear to exist in the Directory Server configuration. This is a required entry |
| | | SEVERE_WARN_CONFIG_CONNHANDLER_ENTRY_DOES_NOT_HAVE_CONNHANDLER_CONFIG_144=Configuration entry %s exists below the connection handler configuration root of cn=Connection Handlers,cn=config but does not have objectclass ds-cfg-connection-handler that is required for a Directory Server connection handler. This configuration entry will be ignored |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_ERROR_INTERACTING_WITH_CONNHANDLER_ENTRY_145=An unexpected error occurred while interacting with connection handler configuration entry %s: %s |
| | | INFO_CONFIG_CONNHANDLER_ATTR_DESCRIPTION_ENABLED_146=Indique si ce gestionnaire de connexion doit \u00eatre activ\u00e9 afin d'\u00eatre utilis\u00e9 dans Directory Server. Il est possible de modifier cela quand Directory Server est en ligne mais, si un gestionnaire de connexion est d\u00e9sactiv\u00e9, il ne sera plus disponible |
| | | INFO_CONFIG_CONNHANDLER_ATTR_DESCRIPTION_CLASS_147=Nom complet de la classe Java devant fournir la logique du serveur de base pour cette impl\u00e9mentation de gestionnaire de connexion. Les modifications apport\u00e9es \u00e0 cet attribut de configuration ne prennent pas effet tant que le gestionnaire de connexion n'est pas d\u00e9sactiv\u00e9 puis r\u00e9activ\u00e9 ou que le serveur n'est pas red\u00e9marr\u00e9 |
| | | SEVERE_WARN_CONFIG_CONNHANDLER_NO_ENABLED_ATTR_148=Connection handler configuration entry %s does not contain attribute ds-cfg-enabled, which is used to indicate whether the connection handler should be enabled or disabled. Without this attribute, it will default to being disabled |
| | | INFO_CONFIG_CONNHANDLER_DISABLED_149=Le gestionnaire de connexion d\u00e9fini dans l'entr\u00e9e de configuration %s est marqu\u00e9 comme d\u00e9sactiv\u00e9 et ne sera donc pas utilis\u00e9 |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_UNABLE_TO_DETERMINE_ENABLED_STATE_150=An unexpected error occurred while attempting to determine whether the connection handler associated with configuration entry %s should be enabled or disabled: %s. It will be disabled |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_NO_CLASS_ATTR_151=Connection handler configuration entry %s does not contain attribute ds-cfg-java-class, which is used to specify the name of the class used to provide the connection handler implementation. The connection handler associated with this configuration entry will be disabled |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_CANNOT_GET_CLASS_152=An unexpected error occurred while trying to determine the name of the Java class that contains the implementation for connection handler %s: %s. This connection handler will be disabled |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_CANNOT_INSTANTIATE_153=The Directory Server was unable to load class %s and use it to create a connection handler instance as defined in configuration entry %s. The error that occurred was: %s. This connection handler will be disabled |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_CANNOT_INITIALIZE_154=An error occurred while trying to initialize a connection handler loaded from class %s with the information in configuration entry %s: %s. This connection handler will be disabled |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_UNACCEPTABLE_CONFIG_155=The configuration for the connection handler defined in configuration entry %s was not acceptable according to its internal validation. However, no specific information is available regarding the problem(s) with the entry |
| | | SEVERE_ERR_CONFIG_BACKEND_UNACCEPTABLE_CONFIG_156=The configuration for the backend defined in configuration entry %s was not acceptable according to its internal validation. However, no specific information is available regarding the problem(s) with the entry |
| | | SEVERE_ERR_CONFIG_MONITOR_UNACCEPTABLE_CONFIG_157=The configuration for the monitor provider defined in configuration entry %s was not acceptable according to its internal validation. However, no specific information is available regarding the problem(s) with the entry |
| | | SEVERE_ERR_CONFIG_LOGGER_UNACCEPTABLE_CONFIG_158=The configuration for the logger defined in configuration entry %s was not acceptable according to its internal validation. However, no specific information is available regarding the problem(s) with the entry |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_CLASS_NOT_CONNHANDLER_159=The class %s specified in configuration entry %s does not contain a valid Directory Server connection handler implementation |
| | | SEVERE_ERR_CONFIG_SCHEMA_CANNOT_GET_MR_BASE_160=An error occurred while trying to retrieve configuration entry cn=Matching Rules,cn=config in order to initialize the Directory Server matching rules: %s |
| | | SEVERE_ERR_CONFIG_SCHEMA_MR_BASE_DOES_NOT_EXIST_161=The entry cn=Matching Rules,cn=config does not appear to exist in the Directory Server configuration. This is a required entry |
| | | SEVERE_ERR_CONFIG_SCHEMA_NO_MATCHING_RULES_162=No child entries were found below the entry cn=Matching Rules,cn=config to define the matching rules for use in the Directory Server. This is an error, because the Directory Server must have matching rules defined to function properly |
| | | SEVERE_WARN_CONFIG_SCHEMA_ENTRY_DOES_NOT_HAVE_MR_CONFIG_163=Configuration entry %s exists below the matching rule configuration root of cn=Matching Rules,cn=config but does not have objectclass ds-cfg-matching-rule that is required for a Directory Server matching rule. This configuration entry will be ignored |
| | | INFO_CONFIG_SCHEMA_MR_ATTR_DESCRIPTION_ENABLED_164=Indique si cette r\u00e8gle de correspondance doit \u00eatre activ\u00e9e afin d'\u00eatre utilis\u00e9e dans Directory Server. Il est possible de modifier cela quand Directory Server est en ligne mais, si une r\u00e8gle de correspondance est d\u00e9sactiv\u00e9e apr\u00e8s avoir \u00e9t\u00e9 utilis\u00e9e pour un ou plusieurs attributs, la correspondance risque de ne plus fonctionner comme elle le devrait avec ces attributs |
| | | INFO_CONFIG_SCHEMA_MR_ATTR_DESCRIPTION_CLASS_165=Nom complet de la classe Java devant fournir la logique du serveur de base pour cette impl\u00e9mentation de r\u00e8gle de correspondance. Les modifications apport\u00e9es \u00e0 cet attribut de configuration ne prennent pas effet tant que la r\u00e8gle de correspondance n'est pas d\u00e9sactiv\u00e9e puis r\u00e9activ\u00e9e ou que le serveur n'est pas red\u00e9marr\u00e9 De m\u00eame, des modifications dans la classe de r\u00e8gle de correspondance pour des r\u00e8gles de correspondance d\u00e9j\u00e0 utilis\u00e9es pour un ou plusieurs attributs peuvent entra\u00eener des r\u00e9sultats inattendus lors de la r\u00e9alisation de la correspondance pour ces attributs |
| | | SEVERE_WARN_CONFIG_SCHEMA_MR_NO_ENABLED_ATTR_166=Matching rule configuration entry %s does not contain attribute ds-cfg-enabled, which is used to indicate whether the matching rule should be enabled or disabled. Without this attribute, it will default to being disabled |
| | | INFO_CONFIG_SCHEMA_MR_DISABLED_167=La r\u00e8gle de correspondance d\u00e9finie dans l'entr\u00e9e de configuration %s est marqu\u00e9e comme d\u00e9sactiv\u00e9e et, par cons\u00e9quent, ne sera pas utilis\u00e9e. Si elle a \u00e9t\u00e9 utilis\u00e9e pr\u00e9c\u00e9demment pour un ou plusieurs attributs, la correspondance peut ne plus fonctionner pour des valeurs de ces attributs |
| | | SEVERE_ERR_CONFIG_SCHEMA_MR_UNABLE_TO_DETERMINE_ENABLED_STATE_168=An unexpected error occurred while attempting to determine whether the matching rule associated with configuration entry %s should be enabled or disabled: %s. It will be disabled |
| | | SEVERE_ERR_CONFIG_SCHEMA_MR_NO_CLASS_ATTR_169=Matching rule configuration entry %s does not contain attribute ds-cfg-java-class, which is used to specify the name of the class used to provide the matching rule implementation. The matching rule associated with this configuration entry will be disabled |
| | | SEVERE_ERR_CONFIG_SCHEMA_MR_CANNOT_GET_CLASS_170=An unexpected error occurred while trying to determine the name of the Java class that contains the implementation for matching rule %s: %s. This matching rule will be disabled |
| | | SEVERE_ERR_CONFIG_SCHEMA_MR_CANNOT_INSTANTIATE_171=The Directory Server was unable to load class %s and use it to create a matching rule instance as defined in configuration entry %s. The error that occurred was: %s. This matching rule will be disabled |
| | | SEVERE_ERR_CONFIG_SCHEMA_MR_CANNOT_INITIALIZE_172=An error occurred while trying to initialize a matching rule loaded from class %s with the information in configuration entry %s: %s. This matching rule will be disabled |
| | | SEVERE_WARN_CONFIG_SCHEMA_MR_CONFLICTING_MR_173=The matching rule defined in configuration entry %s conflicts with another matching rule defined in the server configuration: %s. This matching rule will not be used |
| | | SEVERE_ERR_CONFIG_SCHEMA_CANNOT_GET_SYNTAX_BASE_174=An error occurred while trying to retrieve configuration entry cn=Syntaxes,cn=config in order to initialize the Directory Server attribute syntaxes: %s |
| | | SEVERE_ERR_CONFIG_SCHEMA_SYNTAX_BASE_DOES_NOT_EXIST_175=The entry cn=Syntaxes,cn=config does not appear to exist in the Directory Server configuration. This is a required entry |
| | | SEVERE_ERR_CONFIG_SCHEMA_NO_SYNTAXES_176=No child entries were found below the entry cn=Syntaxes,cn=config to define the attribute syntaxes for use in the Directory Server. This is an error, because the Directory Server must have syntaxes defined to function properly |
| | | SEVERE_WARN_CONFIG_SCHEMA_ENTRY_DOES_NOT_HAVE_SYNTAX_CONFIG_177=Configuration entry %s exists below the attribute syntax configuration root of cn=Syntaxes,cn=config but does not have objectclass ds-cfg-attribute-syntax that is required for a Directory Server attribute syntax. This configuration entry will be ignored |
| | | INFO_CONFIG_SCHEMA_SYNTAX_ATTR_DESCRIPTION_ENABLED_178=Indique si cette syntaxe d'attribut doit \u00eatre activ\u00e9e afin d'\u00eatre utilis\u00e9e dans Directory Server. Il est possible de modifier cela quand Directory Server est en ligne mais, si une syntaxe est d\u00e9sactiv\u00e9e apr\u00e8s avoir \u00e9t\u00e9 utilis\u00e9e pour un ou plusieurs attributs, la correspondance risque de ne plus fonctionner comme elle le devrait avec ces attributs |
| | | INFO_CONFIG_SCHEMA_SYNTAX_ATTR_DESCRIPTION_CLASS_179=Nom complet de la classe Java devant fournir la logique du serveur de base pour cette impl\u00e9mentation de syntaxe d'attribut. Les modifications apport\u00e9es \u00e0 cet attribut de configuration ne prennent pas effet tant que la syntaxe n'est pas d\u00e9sactiv\u00e9e puis r\u00e9activ\u00e9e ou que le serveur n'est pas red\u00e9marr\u00e9 De m\u00eame, des modifications dans la classe de syntaxe pour des syntaxes d'attributs qui ont d\u00e9j\u00e0 \u00e9t\u00e9 utilis\u00e9es pour un ou plusieurs attributs peuvent entra\u00eener des r\u00e9sultats inattendus lors de la r\u00e9alisation de la correspondance pour ces attributs |
| | | SEVERE_WARN_CONFIG_SCHEMA_SYNTAX_NO_ENABLED_ATTR_180=Attribute syntax configuration entry %s does not contain attribute ds-cfg-enabled, which is used to indicate whether the syntax should be enabled or disabled. Without this attribute, it will default to being disabled |
| | | INFO_CONFIG_SCHEMA_SYNTAX_DISABLED_181=La syntaxe d'attribut d\u00e9finie dans l'entr\u00e9e de configuration %s est marqu\u00e9e comme d\u00e9sactiv\u00e9e et, par cons\u00e9quent, ne sera pas utilis\u00e9e. Si elle a \u00e9t\u00e9 utilis\u00e9e pr\u00e9c\u00e9demment pour un ou plusieurs attributs, la correspondance peut ne plus fonctionner pour des valeurs de ces attributs |
| | | SEVERE_ERR_CONFIG_SCHEMA_SYNTAX_UNABLE_TO_DETERMINE_ENABLED_STATE_182=An unexpected error occurred while attempting to determine whether the attribute syntax associated with configuration entry %s should be enabled or disabled: %s. It will be disabled |
| | | SEVERE_ERR_CONFIG_SCHEMA_SYNTAX_NO_CLASS_ATTR_183=Matching rule configuration entry %s does not contain attribute ds-cfg-java-class, which is used to specify the name of the class used to provide the attribute syntax implementation. The syntax associated with this configuration entry will be disabled |
| | | SEVERE_ERR_CONFIG_SCHEMA_SYNTAX_CANNOT_GET_CLASS_184=An unexpected error occurred while trying to determine the name of the Java class that contains the implementation for attribute syntax %s: %s. This syntax will be disabled |
| | | SEVERE_ERR_CONFIG_SCHEMA_SYNTAX_CANNOT_INSTANTIATE_185=The Directory Server was unable to load class %s and use it to create an attribute syntax instance as defined in configuration entry %s. The error that occurred was: %s. This syntax will be disabled |
| | | SEVERE_ERR_CONFIG_SCHEMA_SYNTAX_CANNOT_INITIALIZE_186=An error occurred while trying to initialize an attribute syntax loaded from class %s with the information in configuration entry %s: %s. This syntax will be disabled |
| | | SEVERE_WARN_CONFIG_SCHEMA_SYNTAX_CONFLICTING_SYNTAX_187=The attribute syntax defined in configuration entry %s conflicts with another syntax defined in the server configuration: %s. This attribute syntax will not be used |
| | | SEVERE_ERR_CONFIG_SCHEMA_NO_SCHEMA_DIR_188=Unable to read the Directory Server schema definitions because the schema directory %s does not exist |
| | | SEVERE_ERR_CONFIG_SCHEMA_DIR_NOT_DIRECTORY_189=Unable to read the Directory Server schema definitions because the schema directory %s exists but is not a directory |
| | | SEVERE_ERR_CONFIG_SCHEMA_CANNOT_LIST_FILES_190=Unable to read the Directory Server schema definitions from directory %s because an unexpected error occurred while trying to list the files in that directory: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_OPEN_FILE_191=Schema configuration file %s in directory %s cannot be parsed because an unexpected error occurred while trying to open the file for reading: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_READ_LDIF_ENTRY_192=Schema configuration file %s in directory %s cannot be parsed because an unexpected error occurred while trying to read its contents as an LDIF entry: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_PARSE_ATTR_TYPE_193=Unable to parse an attribute type definition from schema configuration file %s: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CONFLICTING_ATTR_TYPE_194=An attribute type read from schema configuration file %s conflicts with another attribute type already read into the schema: %s. The later attribute type definition will be used |
| | | SEVERE_WARN_CONFIG_SCHEMA_CONFLICTING_OC_195=An objectclass read from schema configuration file %s conflicts with another objectclass already read into the schema: %s. The later objectclass definition will be used |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_PARSE_OC_196=An objectclass read from schema configuration file %s could not be parsed: %s |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_STRUCTURAL_CLASS_BEHAVIOR_197=Configuration entry %s has an invalid value for configuration attribute ds-cfg-single-structural-objectclass-behavior (it should be one of "accept", "reject", or "warn" ): %s |
| | | INFO_CONFIG_CORE_DESCRIPTION_CHECK_SCHEMA_198=Indique si Directory Server doit effectuer la v\u00e9rification du sch\u00e9ma pour des op\u00e9rations de mise \u00e0 jour afin de garantir la validit\u00e9 des entr\u00e9es, conform\u00e9ment \u00e0 la configuration du sch\u00e9ma du serveur (par ex., tous les attributs requis sont inclus et aucun attribut interdit n'est pr\u00e9sent). En g\u00e9n\u00e9ral, il n'est pas recommand\u00e9 de d\u00e9sactiver le sch\u00e9ma car des entr\u00e9es invalides peuvent alors \u00eatre autoris\u00e9es \u00e0 figurer dans le serveur. Les modifications apport\u00e9es \u00e0 cet attribut de configuration prendront effet imm\u00e9diatement |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_CHECK_SCHEMA_199=Configuration entry %s has an invalid value for configuration attribute ds-cfg-check-schema (it should be a Boolean value of true or false): %s |
| | | SEVERE_ERR_CONFIG_ENTRYCACHE_CANNOT_INSTALL_DEFAULT_CACHE_200=An unexpected error occurred that prevented the server from installing its default entry cache framework: %s |
| | | SEVERE_WARN_CONFIG_ENTRYCACHE_NO_CONFIG_ENTRY_201=The entry cache configuration entry "cn=Entry Caches,cn=config" does not exist in the Directory Server configuration. No entry cache will be available until this entry is created with a valid entry cache configuration |
| | | SEVERE_ERR_CONFIG_ENTRYCACHE_CANNOT_INITIALIZE_CACHE_202=An error occurred while attempting to initialize an instance of class %s for use as the Directory Server entry cache: %s. As a result, the entry cache will be disabled |
| | | SEVERE_ERR_CONFIG_ENTRYCACHE_CONFIG_NOT_ACCEPTABLE_203=The configuration for the entry cache defined in configuration entry %s was not acceptable: %s |
| | | SEVERE_ERR_CONFIG_ENTRYCACHE_CONFIG_LEVEL_NOT_ACCEPTABLE_204=The configuration for the entry cache defined in configuration entry %s was not acceptable: the entry cache level %d is already in use |
| | | INFO_WARN_CONFIG_ENTRYCACHE_NO_MONITOR_CONFIG_ENTRY_205=La configuration du fournisseur du moniteur de cache d'entr\u00e9es %s n'\u00e9tait pas disponible. De ce fait, ce fournisseur de moniteur %s ne sera pas activ\u00e9 |
| | | INFO_WARN_CONFIG_ENTRYCACHE_MONITOR_CONFIG_DISABLED_206=La configuration du fournisseur de moniteur du cache d'entr\u00e9es %s \u00e9tait d\u00e9sactiv\u00e9e. De ce fait, le fournisseur de moniteur %s ne sera pas activ\u00e9 |
| | | MILD_ERR_CONFIG_ENTRY_CANNOT_REMOVE_CHILD_215=Une erreur inattendue s'est produite lors de la tentative de suppression d'une entr\u00e9e %s en tant qu'enfant de l'entr\u00e9e de configuration %s\u00a0: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_PARSE_NAME_FORM_216=Unable to parse a name form definition from schema configuration file %s: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CONFLICTING_NAME_FORM_217=A name form read from schema configuration file %s conflicts with another name form already read into the schema: %s. The later name form definition will be used |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_PARSE_DCR_218=Unable to parse a DIT content rule definition from schema configuration file %s: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CONFLICTING_DCR_219=A DIT content rule read from schema configuration file %s conflicts with another DIT content rule already read into the schema: %s. The later DIT content rule definition will be used |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_PARSE_DSR_220=Unable to parse a DIT structure rule definition from schema configuration file %s: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CONFLICTING_DSR_221=A DIT structure rule read from schema configuration file %s conflicts with another DIT structure rule already read into the schema: %s. The later DIT structure rule definition will be used |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_PARSE_MRU_222=Unable to parse a matching rule use definition from schema configuration file %s: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CONFLICTING_MRU_223=A matching rule use read from schema configuration file %s conflicts with another matching rule use already read into the schema: %s. The later matching rule use definition will be used |
| | | SEVERE_WARN_CONFIG_LOGGER_NO_ROTATION_POLICY_224=No file rotation policy has been defined in configuration entry %s. No log rotation will take place |
| | | SEVERE_ERR_CONFIG_LOGGER_NO_SIZE_LIMIT_225=No size limit has been defined for the size based file rotation policy in the configuration entry %s |
| | | SEVERE_ERR_CONFIG_LOGGER_NO_TIME_LIMIT_226=No time limit has been defined for the time based file rotation policy in the configuration entry %s |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_ROTATION_POLICY_227=An invalid file rotation policy %s has been defined in configuration entry %s |
| | | MILD_ERR_CONFIG_ATTR_READ_ONLY_228=L'attribut de configuration %s est en lecture seule et ses valeurs ne doivent pas \u00eatre modifi\u00e9es |
| | | SEVERE_ERR_CONFIG_PLUGIN_CANNOT_GET_CONFIG_BASE_229=An error occurred while trying to retrieve configuration entry cn=Plugins,cn=config in order to initialize the Directory Server plugins: %s |
| | | SEVERE_ERR_CONFIG_PLUGIN_BASE_DOES_NOT_EXIST_230=The entry cn=Plugins,cn=config does not appear to exist in the Directory Server configuration. This is a required entry |
| | | SEVERE_WARN_CONFIG_PLUGIN_ENTRY_DOES_NOT_HAVE_PLUGIN_CONFIG_231=Configuration entry %s exists below the plugin configuration root of cn=Plugins,cn=config but does not have objectclass ds-cfg-backend that is required for a Directory Server plugin. This configuration entry will be ignored |
| | | SEVERE_ERR_CONFIG_PLUGIN_ERROR_INTERACTING_WITH_PLUGIN_ENTRY_232=An unexpected error occurred while interacting with backend configuration entry %s: %s |
| | | INFO_CONFIG_PLUGIN_ATTR_DESCRIPTION_ENABLED_233=Indique si ce plug-in doit \u00eatre activ\u00e9 afin d'\u00eatre utilis\u00e9 dans Directory Server. Il est possible de modifier cela quand Directory Server est en ligne, ce qui permet une prise d'effet imm\u00e9diate |
| | | SEVERE_WARN_CONFIG_PLUGIN_NO_ENABLED_ATTR_234=Plugin configuration entry %s does not contain attribute ds-cfg-enabled, which is used to indicate whether the plugin should be enabled or disabled. Without this attribute, it will default to being disabled |
| | | INFO_CONFIG_PLUGIN_DISABLED_235=Ce plug-in d\u00e9fini dans l'entr\u00e9e de configuration %s est marqu\u00e9 comme d\u00e9sactiv\u00e9 et, par cons\u00e9quent, ne sera pas utilis\u00e9 |
| | | SEVERE_ERR_CONFIG_PLUGIN_UNABLE_TO_DETERMINE_ENABLED_STATE_236=An unexpected error occurred while attempting to determine whether the plugin associated with configuration entry %s should be enabled or disabled: %s. It will be disabled |
| | | INFO_CONFIG_PLUGIN_ATTR_DESCRIPTION_PLUGIN_TYPE_237=Type(s) de plug-in pour ce plug-in, contr\u00f4lant les p\u00e9riodes auxquelles le plug-in sera appel\u00e9 pendant le traitement. Cette valeur est en lecture seule quand le plug-in est charg\u00e9 et initialis\u00e9. Les modifications de ces attributs ne prennent pas effet tant que le plug-in n'est pas d\u00e9sactiv\u00e9 puis r\u00e9activ\u00e9 ou que Directory Server n'est pas red\u00e9marr\u00e9 |
| | | INFO_CONFIG_PLUGIN_ATTR_DESCRIPTION_CLASS_238=Nom complet de la classe Java devant fournir la logique du serveur de base pour cette impl\u00e9mentation de plug-in. Les modifications apport\u00e9es \u00e0 cet attribut de configuration ne prennent pas effet tant que le plug-in n'est pas d\u00e9sactiv\u00e9 puis r\u00e9activ\u00e9 ou que le serveur n'est pas red\u00e9marr\u00e9 |
| | | SEVERE_ERR_CONFIG_PLUGIN_NO_PLUGIN_TYPES_239=Plugin configuration entry %s does not contain attribute ds-cfg-plugin-type, which is used to specify the name(s) of the plugin type(s) for the plugin. This is a required attribute, so this plugin will be disabled |
| | | SEVERE_ERR_CONFIG_PLUGIN_INVALID_PLUGIN_TYPE_240=Plugin configuration entry %s has an invalid value %s for attribute ds-cfg-plugin-type that does not name a valid plugin type. This plugin will be disabled |
| | | SEVERE_ERR_CONFIG_PLUGIN_CANNOT_GET_PLUGIN_TYPES_241=An unexpected error occurred while trying to determine the set of plugin types for the plugin defined in configuration entry %s: %s. This plugin will be disabled |
| | | SEVERE_ERR_CONFIG_PLUGIN_NO_CLASS_ATTR_242=Plugin configuration entry %s does not contain attribute ds-cfg-java-class, which is used to specify the name of the class used to provide the plugin implementation. The plugin associated with this configuration entry will be disabled |
| | | SEVERE_ERR_CONFIG_PLUGIN_CANNOT_GET_CLASS_243=An unexpected error occurred while trying to determine the name of the Java class that contains the implementation for plugin %s: %s. This plugin will be disabled |
| | | SEVERE_ERR_CONFIG_PLUGIN_CANNOT_INSTANTIATE_244=The Directory Server was unable to load class %s and use it to create a plugin instance as defined in configuration entry %s. The error that occurred was: %s. This plugin will be disabled |
| | | SEVERE_ERR_CONFIG_PLUGIN_CANNOT_INITIALIZE_245=An error occurred while attempting to initialize an instance of class %s as a Directory Server plugin using the information in configuration entry %s: %s. This plugin will be disabled |
| | | INFO_CONFIG_CORE_DESCRIPTION_NOTIFY_ABANDONED_OPERATIONS_246=Indique si Directory Server doit envoyer une r\u00e9ponse au client concernant les op\u00e9rations qui ont \u00e9t\u00e9 abandonn\u00e9es, afin de lui indiquer que le serveur a termin\u00e9 leur traitement. La sp\u00e9cification LDAP interdit d'envoyer une r\u00e9ponse dans ce genre de cas mais certains clients peuvent ne pas se comporter correctement s'ils attendent une r\u00e9ponse pour une op\u00e9ration, r\u00e9ponse qu'ils n'auront pas du fait de cet abandon Les modifications apport\u00e9es \u00e0 cet attribut de configuration prendront effet imm\u00e9diatement |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_NOTIFY_ABANDONED_OPERATIONS_247=Configuration entry %s has an invalid value for configuration attribute ds-cfg-notify-abandoned-operations (it should be a Boolean value of true or false): %s |
| | | SEVERE_ERR_CONFIG_EXTOP_INVALID_CLASS_256=Class %s specified in configuration entry %s does not contain a valid extended operation handler implementation: %s |
| | | MILD_ERR_CONFIG_EXTOP_INITIALIZATION_FAILED_261=Une erreur s'est produite lors de la tentative d'initialisation d'une instance de classe %s en tant que gestionnaire d'op\u00e9rations \u00e9tendues, telle qu'elle est d\u00e9finie dans l'entr\u00e9e de configuration %s\u00a0: %s |
| | | FATAL_ERR_CONFIG_SASL_CANNOT_GET_BASE_264=An error occurred while attempting to retrieve the SASL mechanism handler base entry cn=SASL Mechanisms,cn=config from the Directory Server configuration: %s |
| | | SEVERE_WARN_CONFIG_SASL_BASE_DOES_NOT_EXIST_265=The SASL mechanism configuration base cn=SASL Mechanisms,cn=config does not exist in the Directory Server configuration. This entry must be present for the server to function properly |
| | | SEVERE_ERR_CONFIG_SASL_ENTRY_UNACCEPTABLE_266=Configuration entry %s does not contain a valid SASL mechanism handler configuration: %s. It will be ignored |
| | | SEVERE_ERR_CONFIG_SASL_CANNOT_CREATE_HANDLER_267=An error occurred while attempting to create a Directory Server SASL mechanism handler from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_SASL_INVALID_OBJECTCLASS_268=Configuration entry %s does not contain the ds-cfg-sasl-mechanism-handler objectclass, which is required for SASL mechanism handler definitions |
| | | INFO_CONFIG_SASL_DESCRIPTION_CLASS_NAME_269=Le nom complet de la classe Java d\u00e9finissant le gestionnaire du m\u00e9canisme SASL de Directory Server. En cas de changement alors que le gestionnaire associ\u00e9 est activ\u00e9, la modification ne prend pas effet tant que ce gestionnaire n'est pas d\u00e9sactiv\u00e9 puis r\u00e9activ\u00e9 |
| | | SEVERE_ERR_CONFIG_SASL_NO_CLASS_NAME_270=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-java-class which specifies the fully-qualified class name for the associated SASL mechanism handler |
| | | SEVERE_ERR_CONFIG_SASL_INVALID_CLASS_NAME_271=Configuration entry %s has an invalid value for attribute ds-cfg-java-class: %s |
| | | SEVERE_ERR_CONFIG_SASL_INVALID_CLASS_272=Class %s specified in configuration entry %s does not contain a valid SASL mechanism handler implementation: %s |
| | | INFO_CONFIG_SASL_DESCRIPTION_ENABLED_273=Indique si ce gestionnaire du m\u00e9canisme SASL de Directory Server doit \u00eatre activ\u00e9. Les modifications apport\u00e9es \u00e0 cet attribut seront imm\u00e9diatement prises en compte. |
| | | SEVERE_ERR_CONFIG_SASL_NO_ENABLED_ATTR_274=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-enabled which indicates whether the SASL mechanism handler should be enabled for use in the Directory Server |
| | | SEVERE_ERR_CONFIG_SASL_INVALID_ENABLED_VALUE_275=Configuration entry %s has an invalid value for attribute ds-cfg-enabled: %s |
| | | INFO_CONFIG_SASL_CLASS_ACTION_REQUIRED_276=Il est impossible d'appliquer dynamiquement la modification requise dans le nom de la classe du gestionnaire du m\u00e9canisme SASL de %s \u00e0 %s dans l'entr\u00e9e de configuration %s. Cette modification ne prend pas effet tant que le journal n'est pas d\u00e9sactiv\u00e9 puis r\u00e9activ\u00e9 ou que Directory Server n'est pas red\u00e9marr\u00e9 |
| | | MILD_ERR_CONFIG_SASL_INITIALIZATION_FAILED_277=Une erreur s'est produite lors de la tentative d'initialisation d'une instance de classe %s en tant que gestionnaire de m\u00e9canisme SASL, telle qu'elle est d\u00e9finie dans l'entr\u00e9e de configuration %s\u00a0: %s |
| | | MILD_ERR_CONFIG_SASL_EXISTS_278=Impossible d'ajouter une nouvelle entr\u00e9e de gestionnaire du m\u00e9canisme SASL avec le DN %s car il y a d\u00e9j\u00e0 un gestionnaire enregistr\u00e9 avec ce DN |
| | | SEVERE_ERR_CONFIG_SASL_UNACCEPTABLE_CONFIG_279=The configuration for the SASL mechanism handler defined in configuration entry %s was not acceptable according to its internal validation. However, no specific information is available regarding the problem(s) with the entry |
| | | MILD_ERR_CONFIG_FILE_ADD_ALREADY_EXISTS_280=Impossible d'ajouter l'entr\u00e9e %s \u00e0 la configuration de Directory Server car une autre entr\u00e9e de configuration existe d\u00e9j\u00e0 avec ce DN |
| | | MILD_ERR_CONFIG_FILE_ADD_NO_PARENT_DN_281=Impossible d'ajouter l'entr\u00e9e %s \u00e0 la configuration de Directory Server car le DN n'a pas de parent |
| | | MILD_ERR_CONFIG_FILE_ADD_NO_PARENT_282=Impossible d'ajouter l'entr\u00e9e %s \u00e0 la configuration de Directory Server car l'entr\u00e9e de son parent %s n'existe pas |
| | | MILD_ERR_CONFIG_FILE_ADD_REJECTED_BY_LISTENER_283=Directory Server refuse d'ajouter l'entr\u00e9e de configuration %s car l'un des listeners d'ajout enregistr\u00e9 avec l'entr\u00e9e parent %s a refus\u00e9 ce changement avec le message\u00a0: %s |
| | | MILD_ERR_CONFIG_FILE_ADD_FAILED_284=Une erreur inattendue s'est produite lors de la tentative d'ajout d'une entr\u00e9e de configuration %s en tant qu'enfant de l'entr\u00e9e %s\u00a0: %s |
| | | MILD_ERR_CONFIG_FILE_DELETE_NO_SUCH_ENTRY_285=Impossible de supprimer l'entr\u00e9e %s de la configuration de Directory Server car l'entr\u00e9e sp\u00e9cifi\u00e9e n'existe pas |
| | | MILD_ERR_CONFIG_FILE_DELETE_HAS_CHILDREN_286=Impossible de supprimer l'entr\u00e9e %s de la configuration de Directory Server car l'entr\u00e9e sp\u00e9cifi\u00e9e a une ou plusieurs entr\u00e9es subordonn\u00e9es |
| | | MILD_ERR_CONFIG_FILE_DELETE_NO_PARENT_287=Impossible de supprimer l'entr\u00e9e %s de la configuration de Directory Server car l'entr\u00e9e n'a pas de parent et que la suppression de l'entr\u00e9e de racine de configuration n'est pas autoris\u00e9e |
| | | MILD_ERR_CONFIG_FILE_DELETE_REJECTED_288=Impossible de supprimer l'entr\u00e9e %s de la configuration de Directory Server car un des listeners supprim\u00e9s enregistr\u00e9s avec l'entr\u00e9e parent %s a refus\u00e9 ce changement avec le message\u00a0: %s |
| | | MILD_ERR_CONFIG_FILE_DELETE_FAILED_289=Une erreur inattendue s'est produite lors de la tentative de suppression d'une entr\u00e9e de configuration %s en tant qu'enfant de l'entr\u00e9e %s\u00a0: %s |
| | | MILD_ERR_CONFIG_FILE_MODIFY_NO_SUCH_ENTRY_290=Impossible de modifier l'entr\u00e9e %s car l'entr\u00e9e sp\u00e9cifi\u00e9e n'existe pas |
| | | MILD_ERR_CONFIG_FILE_MODIFY_REJECTED_BY_CHANGE_LISTENER_291=Impossible de modifier l'entr\u00e9e %s car un des listeners modifi\u00e9s de la configuration enregistr\u00e9s pour cette entr\u00e9e a refus\u00e9 ce changement\u00a0: %s |
| | | MILD_ERR_CONFIG_FILE_MODIFY_REJECTED_BY_COMPONENT_292=Impossible de modifier l'entr\u00e9e %s car un des composants configurables enregistr\u00e9s pour cette entr\u00e9e a refus\u00e9 ce changement\u00a0: %s |
| | | MILD_ERR_CONFIG_FILE_SEARCH_NO_SUCH_BASE_293=L'op\u00e9ration de recherche ne peut pas \u00eatre trait\u00e9e car l'entr\u00e9e de base %s n'existe pas |
| | | MILD_ERR_CONFIG_FILE_SEARCH_INVALID_SCOPE_294=Impossible de traiter l'op\u00e9ration de recherche car l'\u00e9tendue de la recherche sp\u00e9cifi\u00e9e %s est invalide |
| | | MILD_ERR_CONFIG_FILE_WRITE_CANNOT_CREATE_TEMP_ARCHIVE_295=Une erreur s'est produite lors de la tentative de cr\u00e9ation d'un fichier temporaire %s pour les versions archiv\u00e9es des configurations pr\u00e9c\u00e9dentes de Directory Server, du fait de la modification de la configuration\u00a0: %s |
| | | MILD_ERR_CONFIG_FILE_WRITE_CANNOT_COPY_EXISTING_ARCHIVE_296=Une erreur s'est produite lors de la tentative de copie des configurations archiv\u00e9es de %s vers un fichier temporaire %s\u00a0: %s |
| | | MILD_ERR_CONFIG_FILE_WRITE_CANNOT_COPY_CURRENT_CONFIG_297=Une erreur s'est produite lors de la tentative de mise \u00e0 jour des configurations archiv\u00e9es dans le fichier %s afin d'inclure la configuration en cours d'ex\u00e9cution du fichier %s\u00a0: %s |
| | | MILD_ERR_CONFIG_FILE_WRITE_CANNOT_RENAME_TEMP_ARCHIVE_298=Echec de la tentative de changement de nom des donn\u00e9es de configuration archiv\u00e9es de %s \u00e0 %s, mais la raison sous-jacente de cet \u00e9chec n'a pas pu \u00eatre d\u00e9termin\u00e9e |
| | | MILD_ERR_CONFIG_FILE_WRITE_CANNOT_REPLACE_ARCHIVE_299=L'archive mise \u00e0 jour contenant les configurations pr\u00e9c\u00e9dentes de Directory Server n'a pas pu \u00eatre renomm\u00e9e de %s \u00e0 %s\u00a0: %s |
| | | MILD_ERR_CONFIG_FILE_WRITE_CANNOT_EXPORT_NEW_CONFIG_300=Une erreur s'est produite lors de la tentative d'exportation de la nouvelle configuration de Directory Server vers le fichier %s\u00a0: %s |
| | | MILD_ERR_CONFIG_FILE_WRITE_CANNOT_RENAME_NEW_CONFIG_301=Une erreur s'est produite lors de la tentative de changement de nom de la nouvelle configuration de Directory Server du fichier %s en %s\u00a0: %s |
| | | MILD_ERR_CONFIG_FILE_MODDN_NOT_ALLOWED_302=Les op\u00e9rations de modification de DN ne sont pas autoris\u00e9es dans la configuration de Directory Server |
| | | INFO_CONFIG_LOGGER_SUPPRESS_INTERNAL_OPERATIONS_303=Indique si des messages sur des op\u00e9rations internes doivent \u00eatre exclus du fichier journal d'acc\u00e8s |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_SUPPRESS_INT_OPERATION_VALUE_304=Invalid value specified for attribute %s. Allowed values are true or false |
| | | INFO_CONFIG_BACKEND_ATTR_DESCRIPTION_BASE_DNS_305=Jeu de DN de base \u00e0 utiliser pour ce backend. Selon l'impl\u00e9mentation du backend, les modifications de cet attribut pourront prendre effet automatiquement |
| | | SEVERE_ERR_CONFIG_BACKEND_NO_BASE_DNS_306=Backend configuration entry %s does not contain attribute ds-cfg-base-dn, which is used to specify the set of base DNs for the backend. This is a required attribute, and therefore the backend will be disabled |
| | | SEVERE_ERR_CONFIG_BACKEND_UNABLE_TO_DETERMINE_BASE_DNS_307=An unexpected error occurred while attempting to determine the set of base DNs associated with the backend defined in configuration entry %s: %s. This backend will be disabled |
| | | INFO_CONFIG_KEYMANAGER_DESCRIPTION_ENABLED_313=Indique si le fournisseur de gestionnaire cl\u00e9 de Directory Server doit \u00eatre activ\u00e9. Un fournisseur de gestionnaire de cl\u00e9s est requis pour les op\u00e9rations n\u00e9cessitant un acc\u00e8s au gestionnaire de cl\u00e9s (par exemple, la communication par SSL) Les modifications apport\u00e9es \u00e0 cette configuration seront imm\u00e9diatement prises en compte mais elles influeront sur de futures tentatives d'acc\u00e8s au gestionnaire de cl\u00e9s |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_NO_ENABLED_ATTR_314=Configuration entry "%s" does not contain a value for attribute ds-cfg-enabled, which indicates whether the key manager provider is enabled for use in the server |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_DESCRIPTION_CLASS_317=Fully-qualified name of the Java class that includes the key manager provider implementation. Changes to this configuration attribute will not take effect until the key manager provider has been disabled and then re-enabled, or until the server is restarted |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_DESCRIPTION_ENABLED_328=Indicates whether the Directory Server trust manager provider should be enabled. A trust manager provider is required for operations that require access to a trust manager (e.g., communication over SSL). Changes to this configuration attribute will take effect immediately, but will only impact future attempts to access the trust manager |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_NO_ENABLED_ATTR_329=Configuration entry "%s" does not contain a value for attribute ds-cfg-enabled, which indicates whether the trust manager provider is enabled for use in the server |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_DESCRIPTION_CLASS_332=Fully-qualified name of the Java class that includes the trust manager provider implementation. Changes to this configuration attribute will not take effect until the trust manager provider has been disabled and then re-enabled, or until the server is restarted |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_DESCRIPTION_ENABLED_347=Indicates whether the Directory Server certificate mapper should be enabled. A certificate mapper is used to establish a mapping between a client certificate chain and a user entry in the Directory Server for SASL EXTERNAL authentication and similar purposes. Changes to this configuration attribute will take effect immediately |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_NO_ENABLED_ATTR_348=Configuration entry "%s" does not contain a value for attribute ds-cfg-enabled, which indicates whether the certificate mapper is enabled for use in the server |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_DESCRIPTION_CLASS_351=Fully-qualified name of the Java class that includes the certificate mapper implementation. Changes to this configuration attribute will not take effect until the certificate mapper has been disabled and then re-enabled, or until the server is restarted |
| | | MILD_WARN_CONFIG_LOGGER_NO_RETENTION_POLICY_357=Aucune strat\u00e9gie de retention de fichier n'a \u00e9t\u00e9 d\u00e9finie dans cette entr\u00e9e de configuration %s. Aucun fichier journal ne sera supprim\u00e9 |
| | | SEVERE_WARN_CONFIG_LOGGER_INVALID_RETENTION_POLICY_358=An invalid file retention policy %s has been defined in configuration entry %s |
| | | SEVERE_WARN_CONFIG_LOGGER_NO_NUMBER_OF_FILES_359=No file number limit has been defined for the retention policy in the configuration entry %s |
| | | SEVERE_WARN_CONFIG_LOGGER_NO_DISK_SPACE_USED_360=No disk space limit has been defined for the retention policy in the configuration entry %s |
| | | FATAL_ERR_CONFIG_PWSCHEME_CANNOT_GET_BASE_363=An error occurred while attempting to retrieve the password storage scheme base entry cn=Password Storage Schemes,cn=config from the Directory Server configuration: %s |
| | | SEVERE_WARN_CONFIG_PWSCHEME_BASE_DOES_NOT_EXIST_364=The password storage scheme configuration base cn=Password Storage Schemes,cn=config does not exist in the Directory Server configuration. This entry must be present for the server to function properly |
| | | SEVERE_ERR_CONFIG_PWSCHEME_ENTRY_UNACCEPTABLE_365=Configuration entry %s does not contain a valid password storage scheme configuration: %s. It will be ignored |
| | | SEVERE_ERR_CONFIG_PWSCHEME_CANNOT_CREATE_SCHEME_366=An error occurred while attempting to create a Directory Server password storage scheme from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_PWSCHEME_INVALID_OBJECTCLASS_367=Configuration entry %s does not contain the ds-cfg-password-storage-scheme objectclass, which is required for password storage scheme definitions |
| | | INFO_CONFIG_PWSCHEME_DESCRIPTION_CLASS_NAME_368=Le nom complet de la classe Java d\u00e9finissant le plan de stockage de mots de passe de Directory Server. En cas de changement alors que le plan de stockage de mots de passe associ\u00e9 est activ\u00e9, la modification ne prend pas effet tant que ce plan de stockage n'est pas d\u00e9sactiv\u00e9 puis r\u00e9activ\u00e9 |
| | | SEVERE_ERR_CONFIG_PWSCHEME_NO_CLASS_NAME_369=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-java-class which specifies the fully-qualified class name for the associated password storage scheme |
| | | SEVERE_ERR_CONFIG_PWSCHEME_INVALID_CLASS_NAME_370=Configuration entry %s has an invalid value for attribute ds-cfg-java-class: %s |
| | | SEVERE_ERR_CONFIG_PWSCHEME_INVALID_CLASS_371=Class %s specified in configuration entry %s does not contain a valid password storage scheme implementation: %s |
| | | INFO_CONFIG_PWSCHEME_DESCRIPTION_ENABLED_372=Indique si ce plan de stockage de mots de passse de Directory Server doit \u00eatre activ\u00e9. Les modifications apport\u00e9es \u00e0 cet attribut seront imm\u00e9diatement prises en compte. |
| | | SEVERE_ERR_CONFIG_PWSCHEME_NO_ENABLED_ATTR_373=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-enabled which indicates whether the password storage scheme should be enabled for use in the Directory Server |
| | | SEVERE_ERR_CONFIG_PWSCHEME_INVALID_ENABLED_VALUE_374=Configuration entry %s has an invalid value for attribute ds-cfg-enabled: %s |
| | | INFO_CONFIG_PWSCHEME_CLASS_ACTION_REQUIRED_375=Il est impossible d'appliquer dynamiquement la modification requise dans le nom de la classe du plan de stockage de mots de passe de %s \u00e0 %s dans l'entr\u00e9e de configuration %s. Cette modification ne prend pas effet tant que le fournisseur de moniteur n'est pas d\u00e9sactiv\u00e9 puis r\u00e9activ\u00e9 ou que Directory Server n'est pas red\u00e9marr\u00e9 |
| | | MILD_ERR_CONFIG_PWSCHEME_INITIALIZATION_FAILED_376=Une erreur s'est produite lors de la tentative d'initialisation d'une instance de classe %s en tant que plan de stockage de mots de passe, telle qu'elle est d\u00e9finie dans l'entr\u00e9e de configuration %s\u00a0: %s |
| | | MILD_ERR_CONFIG_PWSCHEME_EXISTS_377=Impossible d'ajouter une nouvelle entr\u00e9e de plan de stockage de mots de passe avec le DN %s car il y a d\u00e9j\u00e0 un plan de stockage enregistr\u00e9 avec ce DN |
| | | SEVERE_ERR_CONFIG_PWSCHEME_UNACCEPTABLE_CONFIG_378=The configuration for the password storage scheme defined in configuration entry %s was not acceptable according to its internal validation. However, no specific information is available regarding the problem(s) with the entry |
| | | INFO_CONFIG_PLUGIN_CLASS_ACTION_REQUIRED_379=Il est impossible d'appliquer dynamiquement la modification requise dans le nom de la classe du plug-in de %s \u00e0 %s dans l'entr\u00e9e de configuration %s. Cette modification ne prend pas effet tant que le journal n'est pas d\u00e9sactiv\u00e9 puis r\u00e9activ\u00e9 ou que Directory Server n'est pas red\u00e9marr\u00e9 |
| | | SEVERE_ERR_CONFIG_LOGGER_NO_FREE_DISK_SPACE_380=No disk space limit has been defined for the retention policy in the configuration entry %s |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_JAVA5_POLICY_381=The free disk space based retention policy in the configuration entry %s. is not allowed for the Directory Server when running on pre Java 6 VMs |
| | | INFO_CONFIG_BACKEND_ATTR_DESCRIPTION_BACKEND_ID_382=Identifiant unique pour ce backend Les modifications apport\u00e9es \u00e0 cet attribut de configuration ne prennent pas effet tant que le backend n'est pas d\u00e9sactiv\u00e9 puis r\u00e9activ\u00e9 ou que le serveur n'est pas red\u00e9marr\u00e9 |
| | | SEVERE_WARN_CONFIG_BACKEND_NO_BACKEND_ID_383=Backend configuration entry %s does not contain attribute ds-cfg-backend-id, which is used to provide a unique identifier for the backend. The backend will be disabled |
| | | SEVERE_WARN_CONFIG_BACKEND_DUPLICATE_BACKEND_ID_384=The backend defined in configuration entry %s has a backend ID of %s that conflicts with the backend ID for another backend in the server. The backend will be disabled |
| | | SEVERE_ERR_CONFIG_BACKEND_UNABLE_TO_DETERMINE_BACKEND_ID_385=An unexpected error occurred while attempting to determine the backend ID for the backend defined in configuration entry %s: %s. The backend will be disabled |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_GET_MAC_386=An error occurred while attempting to obtain the %s MAC provider to create the signed hash for the backup: %s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_GET_DIGEST_387=An error occurred while attempting to obtain the %s message digest to create the hash for the backup: %s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_388=An error occurred while trying to create the config archive file %s in directory %s: %s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_GET_CIPHER_389=An error occurred while attempting to obtain the cipher to use to encrypt the backup: %s |
| | | SEVERE_ERR_CONFIG_BACKUP_ZIP_COMMENT_390=%s config backup %s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_DETERMINE_CONFIG_FILE_LOCATION_391=An error occurred while attempting to determine the path to the Directory Server configuration file so that it could be archived: %s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_BACKUP_CONFIG_FILE_392=An error occurred while attempting to back up configuration file %s: %s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_BACKUP_ARCHIVED_CONFIGS_393=An error occurred while attempting to back up the archived previous configurations from file %s: %s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_CLOSE_ZIP_STREAM_394=An error occurred while trying to close the config archive file %s in directory %s: %s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_395=An error occurred while attempting to update the backup descriptor file %s with information about the configuration backup: %s |
| | | SEVERE_ERR_CONFIG_RESTORE_NO_SUCH_BACKUP_396=Unable to restore or verify configuration backup %s in directory %s because no such backup exists |
| | | SEVERE_ERR_CONFIG_RESTORE_NO_BACKUP_FILE_397=Unable to restore or verify configuration backup %s in directory %s because the archive filename could not be determined |
| | | SEVERE_ERR_CONFIG_RESTORE_NO_SUCH_FILE_398=Unable to restore or verify configuration backup %s because the specified archive file %s does not exist |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_CHECK_FOR_ARCHIVE_399=Unable to restore or verify configuration backup %s because an error occurred while trying to determine whether backup archive %s exists: %s |
| | | SEVERE_ERR_CONFIG_RESTORE_UNKNOWN_DIGEST_400=Unable to restore or verify configuration backup %s because an unsigned hash of this backup is available but the server cannot determine the digest algorithm used to generate this hash |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_GET_DIGEST_401=Unable to restore or verify configuration backup %s because it has an unsigned hash that uses an unknown or unsupported digest algorithm of %s |
| | | SEVERE_ERR_CONFIG_RESTORE_UNKNOWN_MAC_402=Unable to restore or verify configuration backup %s because a signed hash of this backup is available but the server cannot determine the MAC algorithm used to generate this hash |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_GET_MAC_403=Unable to restore or verify configuration backup %s because it has a signed hash that uses an unknown or unsupported MAC algorithm of %s |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_OPEN_BACKUP_FILE_404=Unable to restore or verify configuration backup %s because an error occurred while attempting to open the backup archive file %s: %s |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_GET_CIPHER_406=Unable to restore or verify configuration backup %s because it is encrypted using an unknown or unsupported cipher: %s |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_BACKUP_EXISTING_CONFIG_407=Unable to restore configuration backup %s because an error occurred while attempting to temporarily back up the current configuration files from %s to %s: %s |
| | | NOTICE_CONFIG_RESTORE_RESTORED_OLD_CONFIG_408=An error occurred that prevented the configuration backup from being properly restored. Cependant, les fichiers de la configuration d'origine qui \u00e9taient en place avant le d\u00e9but de la proc\u00e9dure de restauration ont \u00e9t\u00e9 conserv\u00e9s et se trouvent maintenant dans leur emplacement d'origine de %s |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_RESTORE_OLD_CONFIG_409=An error occurred that prevented the configuration backup from being properly restored. The original configuration files that were in place before the start of the restore process have been preserved and are contained in the %s directory |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_CREATE_CONFIG_DIRECTORY_410=Unable to restore configuration backup %s because an error occurred while attempting to create a new empty directory %s into which the files should be restored: %s |
| | | SEVERE_ERR_CONFIG_RESTORE_OLD_CONFIG_SAVED_411=An error occurred that prevented the configuration backup from being properly restored. The original configuration files that were in place before the start of the restore process have been preserved in the %s directory |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_GET_ZIP_ENTRY_412=Unable to restore or verify configuration backup %s because an error occurred while trying to read the next entry from the archive file %s: %s |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_CREATE_FILE_413=Unable to restore configuration backup %s because an error occurred while trying to recreate file %s: %s |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_PROCESS_ARCHIVE_FILE_414=Unable to restore or verify configuration backup %s because an error occurred while processing archived file %s: %s |
| | | SEVERE_ERR_CONFIG_RESTORE_ERROR_ON_ZIP_STREAM_CLOSE_415=Unable to restore or verify configuration backup %s because an unexpected error occurred while trying to close the archive file %s: %s |
| | | NOTICE_CONFIG_RESTORE_UNSIGNED_HASH_VALID_416=La synth\u00e8se de message calcul\u00e9e \u00e0 partir du fichier de sauvegarde correspond \u00e0 la synth\u00e8se stock\u00e9e dans les informations de sauvegarde |
| | | SEVERE_ERR_CONFIG_RESTORE_UNSIGNED_HASH_INVALID_417=Unable to restore or verify configuration backup %s because the message digest calculated from the backup archive does not match the digest stored with the backup information |
| | | NOTICE_CONFIG_RESTORE_SIGNED_HASH_VALID_418=La synth\u00e8se sign\u00e9e calcul\u00e9e \u00e0 partir de la sauvegarde correspond \u00e0 la signature stock\u00e9e dans les informations de sauvegarde |
| | | SEVERE_ERR_CONFIG_RESTORE_SIGNED_HASH_INVALID_419=Unable to restore or verify configuration backup %s because the signed digest calculated from the backup archive does not match the signature stored with the backup information |
| | | NOTICE_CONFIG_RESTORE_VERIFY_SUCCESSFUL_420=Tous les tests effectu\u00e9s sur la sauvegarde de configuration %s du r\u00e9pertoire %s montrent que le fichier semble valide. |
| | | NOTICE_CONFIG_RESTORE_SUCCESSFUL_421=La sauvegarde de configuration %s a \u00e9t\u00e9 restaur\u00e9e \u00e0 partir du fichier du r\u00e9pertoire %s |
| | | SEVERE_ERR_CONFIG_BACKEND_CANNOT_ACQUIRE_SHARED_LOCK_422=The Directory Server was unable to acquire a shared lock for backend %s: %s. This generally means that the backend is in use by a process that requires an exclusive lock (e.g., importing from LDIF or restoring a backup). This backend will be disabled |
| | | SEVERE_WARN_CONFIG_BACKEND_CANNOT_RELEASE_SHARED_LOCK_423=An error occurred while attempting to release a shared lock for backend %s: %s. This may interfere with operations that require exclusive access, including LDIF import and restoring a backup |
| | | INFO_CONFIG_FILE_HEADER_424=Ce fichier contient la configuration du serveur d'annuaire principal. Il ne doit pas \u00eatre \u00e9dit\u00e9 directement quand le serveur est en ligne. La configuration du serveur doit uniquement \u00eatre g\u00e9r\u00e9e au moyen des utilitaires d'administration fournis avec Directory Server |
| | | INFO_CONFIG_CORE_DESCRIPTION_ADD_MISSING_RDN_ATTRS_425=Indique si Directory Server doit ajouter automatiquement des attributs RDN manquants \u00e0 une entr\u00e9e lors de son ajout. Par d\u00e9faut, les entr\u00e9es ajout\u00e9es ne contenant pas les valeurs d'attribut RDN dans leurs listes d'attributs seront refus\u00e9es car elles violent la sp\u00e9cification de LDAP. Les modifications apport\u00e9es \u00e0 cet attribut de configuration prendront effet imm\u00e9diatement |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_ADD_MISSING_RDN_ATTRS_426=Configuration entry %s has an invalid value for configuration attribute ds-cfg-add-missing-rdn-attributes (it should be a Boolean value of true or false): %s |
| | | INFO_CONFIG_CORE_DESCRIPTION_SERVER_ERROR_RESULT_CODE_427=Code de r\u00e9sultat \u00e0 utiliser pour les r\u00e9ponses auxquelles l'op\u00e9ration ne peut r\u00e9pondre du fait d'une erreur de serveur interne. La valeur doit \u00eatre le nombre entier \u00e9quivalant au code de r\u00e9sultat correspondant de LDAP Les modifications apport\u00e9es \u00e0 cet attribut de configuration prendront effet imm\u00e9diatement |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_SERVER_ERROR_RESULT_CODE_428=Configuration entry %s has an invalid value for configuration attribute ds-cfg-server-error-result-code (it should be an integer value greater than or equal to 1): %s |
| | | FATAL_ERR_CONFIG_IDMAPPER_CANNOT_GET_BASE_429=An error occurred while attempting to retrieve the identity mapper base entry cn=Identity Mappers,cn=config from the Directory Server configuration: %s |
| | | SEVERE_WARN_CONFIG_IDMAPPER_BASE_DOES_NOT_EXIST_430=The identity mapper configuration base cn=Identity Mappers,cn=config does not exist in the Directory Server configuration. This entry must be present for the server to function properly |
| | | SEVERE_ERR_CONFIG_IDMAPPER_ENTRY_UNACCEPTABLE_431=Configuration entry %s does not contain a valid identity mapper configuration: %s. It will be ignored |
| | | SEVERE_ERR_CONFIG_IDMAPPER_CANNOT_CREATE_MAPPER_432=An error occurred while attempting to create a Directory Server identity mapper from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_IDMAPPER_INVALID_OBJECTCLASS_433=Configuration entry %s does not contain the ds-cfg-identity-mapper objectclass, which is required for identity mapper definitions |
| | | INFO_CONFIG_IDMAPPER_DESCRIPTION_CLASS_NAME_434=Le nom complet de la classe Java d\u00e9finissant un mappeur d'identit\u00e9 de Directory Server. En cas de changement alors que le mappeur d'identit\u00e9 associ\u00e9 est activ\u00e9, la modification ne prend pas effet tant que ce mappeur n'est pas d\u00e9sactiv\u00e9 puis r\u00e9activ\u00e9 |
| | | SEVERE_ERR_CONFIG_IDMAPPER_NO_CLASS_NAME_435=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-java-class which specifies the fully-qualified class name for the associated identity mapper |
| | | SEVERE_ERR_CONFIG_IDMAPPER_INVALID_CLASS_NAME_436=Configuration entry %s has an invalid value for attribute ds-cfg-java-class: %s |
| | | SEVERE_ERR_CONFIG_IDMAPPER_INVALID_CLASS_437=Class %s specified in configuration entry %s does not contain a valid identity mapper implementation: %s |
| | | INFO_CONFIG_IDMAPPER_DESCRIPTION_ENABLED_438=Indique si ce mappeur d'identit\u00e9 de Directory Server doit \u00eatre activ\u00e9. Les modifications apport\u00e9es \u00e0 cet attribut seront imm\u00e9diatement prises en compte. |
| | | SEVERE_ERR_CONFIG_IDMAPPER_NO_ENABLED_ATTR_439=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-enabled which indicates whether the identity mapper should be enabled for use in the Directory Server |
| | | SEVERE_ERR_CONFIG_IDMAPPER_INVALID_ENABLED_VALUE_440=Configuration entry %s has an invalid value for attribute ds-cfg-enabled: %s |
| | | INFO_CONFIG_IDMAPPER_CLASS_ACTION_REQUIRED_441=Il est impossible d'appliquer dynamiquement la modification requise dans le nom de la classe du mappeur d'identit\u00e9 de %s \u00e0 %s dans l'entr\u00e9e de configuration %s. Cette modification ne prend pas effet tant que le mappeur d'identit\u00e9es n'est pas d\u00e9sactiv\u00e9 puis r\u00e9activ\u00e9 ou que Directory Server n'est pas red\u00e9marr\u00e9 |
| | | MILD_ERR_CONFIG_IDMAPPER_INITIALIZATION_FAILED_442=Une erreur s'est produite lors de la tentative d'initialisation d'une instance de classe %s en tant que mappeur d'identit\u00e9, telle qu'elle est d\u00e9finie dans l'entr\u00e9e de configuration %s\u00a0: %s |
| | | MILD_ERR_CONFIG_IDMAPPER_EXISTS_443=Impossible d'ajouter une nouvelle entr\u00e9e de mappeur d'identit\u00e9 avec le DN %s car il y a d\u00e9j\u00e0 un mappeur d'identit\u00e9 enregistr\u00e9 avec ce DN |
| | | SEVERE_ERR_CONFIG_IDMAPPER_UNACCEPTABLE_CONFIG_444=The configuration for the identity mapper defined in configuration entry %s was not acceptable according to its internal validation. However, no specific information is available regarding the problem(s) with the entry |
| | | INFO_CONFIG_CORE_DESCRIPTION_PROXY_MAPPER_DN_445=DN de l'entr\u00e9e de configuration pour le mappeur d'identit\u00e9 \u00e0 utiliser par Directory Server avec le contr\u00f4le de l'authentification par proxy V2. Les modifications apport\u00e9es \u00e0 cet attribut de configuration prendront effet imm\u00e9diatement |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_PROXY_MAPPER_DN_446=Configuration entry %s has an invalid value for configuration attribute ds-cfg-proxied-authorization-identity-mapper (it should be the DN of a valid identity mapper configuration entry): %s |
| | | SEVERE_ERR_CONFIG_CORE_NO_PROXY_MAPPER_FOR_DN_447=The proxied authorization identity mapper DN %s specified in configuration entry %s does not refer to a valid identity mapper configuration entry |
| | | SEVERE_ERR_CONFIG_IDMAPPER_NO_PROXY_MAPPER_DN_448=The Directory Server does not have any identity mapper configured for use in conjunction with proxied authorization V2 operations. The Directory Server will not be able to process requests containing the proxied authorization control with a username-based authorization ID |
| | | SEVERE_ERR_CONFIG_IDMAPPER_INVALID_PROXY_MAPPER_DN_449=The configured proxied authorization identity mapper DN %s does not refer to an active identity mapper. The Directory Server will not be able to process requests containing the proxied authorization control with a username-based authorization ID |
| | | INFO_CONFIG_CORE_DESCRIPTION_SIZE_LIMIT_450=Nombre d'entr\u00e9es maximum par d\u00e9faut \u00e0 retourner au client pendant le traitement d'une op\u00e9ration de recherche Il peut \u00eatre d\u00e9pass\u00e9 par un utilisateur en incluant l'attribut op\u00e9rationnel ds-rlim-size-limit dans l'entr\u00e9e de l'utilisateur. Les modifications apport\u00e9es \u00e0 cet attribut de configuration prendront effet imm\u00e9diatement |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_SIZE_LIMIT_451=Configuration entry %s has an invalid value for configuration attribute ds-cfg-size-limit (It should be a positive integer value specifying the size limit to use, or a value of 0 or -1 to indicate that no limit should be enforced): %s |
| | | FATAL_ERR_CONFIG_SYNCH_CANNOT_GET_CONFIG_BASE_452=An error occurred while attempting to retrieve the Directory Server synchronization provider configuration base entry cn=Synchronization Providers,cn=config: %s |
| | | FATAL_ERR_CONFIG_SYNCH_BASE_DOES_NOT_EXIST_453=The Directory Server synchronization provider base entry cn=Synchronization Providers,cn=config does not exist. This entry must be present in the Directory Server configuration |
| | | FATAL_ERR_CONFIG_SYNCH_ENTRY_DOES_NOT_HAVE_PROVIDER_CONFIG_454=Configuration entry %s exists below the Directory Server synchronization provider root but does not contain attribute ds-cfg-synchronization-provider which must be present in all synchronization provider configuration entries |
| | | FATAL_ERR_CONFIG_SYNCH_CANNOT_CHECK_FOR_PROVIDER_CONFIG_OC_455=An error occurred while attempting to determine whether configuration entry %s was a valid Directory Server synchronization provider: %s |
| | | INFO_CONFIG_SYNCH_DESCRIPTION_PROVIDER_ENABLED_456=Indique si le fournisseur de synchronisation du Directory Server associ\u00e9 est activ\u00e9 et doit \u00eatre utilis\u00e9 par le serveur. Cet attribut doit \u00eatre pr\u00e9sent dans toutes les entr\u00e9es du fournisseur de synchronisation et ne pas \u00eatre modifi\u00e9 tant que Directory Server est en cours d'ex\u00e9cution |
| | | FATAL_ERR_CONFIG_SYNCH_PROVIDER_NO_ENABLED_ATTR_457=Synchronization provider configuration entry %s does not contain attribute ds-cfg-enabled which indicates whether the synchronization provider is enabled for use |
| | | SEVERE_WARN_CONFIG_SYNCH_PROVIDER_DISABLED_458=The Directory Server synchronization provider defined in configuration entry %s is disabled. This provider will not be used |
| | | FATAL_ERR_CONFIG_SYNCH_UNABLE_TO_DETERMINE_ENABLED_STATE_459=An error occurred while attempting to determine whether the Directory Server synchronization provider defined in configuration entry %s should be enabled: %s |
| | | INFO_CONFIG_SYNCH_DESCRIPTION_PROVIDER_CLASS_460=Nom complet de la classe Java qui fournira la logique pour le fournisseur de synchronisation de Directory Server. Cet attribut doit \u00eatre pr\u00e9sent dans toutes les entr\u00e9es du fournisseur de synchronisation et ne pas \u00eatre modifi\u00e9 tant que Directory Server est en cours d'ex\u00e9cution |
| | | FATAL_ERR_CONFIG_SYNCH_NO_CLASS_ATTR_461=Synchronization provider configuration entry %s does not contain attribute ds-cfg-java-class which specifies the name of the class that implements the synchronization provider logic |
| | | FATAL_ERR_CONFIG_SYNCH_UNABLE_TO_DETERMINE_CLASS_462=An error occurred while attempting to determine the name of the class used to provide the Directory Server synchronization provider logic from configuration entry %s: %s |
| | | FATAL_ERR_CONFIG_SYNCH_UNABLE_TO_LOAD_PROVIDER_CLASS_463=An error occurred while attempting to load class %s referenced in synchronization provider configuration entry %s: %s |
| | | FATAL_ERR_CONFIG_SYNCH_UNABLE_TO_INSTANTIATE_PROVIDER_464=An error occurred while attempting to instantiate class %s referenced in synchronization provider configuration entry %s: %s |
| | | FATAL_ERR_CONFIG_SYNCH_ERROR_INITIALIZING_PROVIDER_465=An error occurred while attempting to initialize the Directory Server synchronization provider referenced in configuration entry %s: %s |
| | | INFO_CONFIG_SYNCH_PROVIDER_HAS_BEEN_DISABLED_466=Le fournisseur de synchronisation d\u00e9fini dans l'entr\u00e9e de configuration %s est actuellement activ\u00e9, mais, selon la configuration modifi\u00e9e, il doit \u00eatre d\u00e9sactiv\u00e9. Cela ne prend pas effet tant que Directory Server n'est pas red\u00e9marr\u00e9 |
| | | FATAL_ERR_CONFIG_SYNCH_PROVIDER_CLASS_CHANGED_467=The Java class providing the logic for the synchronization provider defined in configuration entry %s has changed from %s to %s. This will not take effect until the Directory Server is restarted |
| | | INFO_CONFIG_BACKEND_ATTR_DESCRIPTION_WRITABILITY_468=Mode \u00e9criture pour ce backend. Cette valeur peut \u00eatre "enabled", si toutes les op\u00e9rations d'\u00e9criture sont autoris\u00e9es, "disabled", si elles sont refus\u00e9es ou bien "internal-only", si seules les op\u00e9rations d'\u00e9criture internes et les mises \u00e0 jour de synchronisation sont autoris\u00e9es. Les modifications apport\u00e9es \u00e0 cet attribut de configuration prendront effet imm\u00e9diatement |
| | | SEVERE_ERR_CONFIG_BACKEND_NO_WRITABILITY_MODE_469=The backend defined in configuration entry %s does not have a value for configuration attribute ds-cfg-writability-mode which indicates the writability mode for that backend. The backend will be disabled |
| | | SEVERE_ERR_CONFIG_BACKEND_INVALID_WRITABILITY_MODE_470=The backend defined in configuration entry %s has an invalid writability mode of %s. The backend will be disabled |
| | | SEVERE_ERR_CONFIG_BACKEND_UNABLE_TO_DETERMINE_WRITABILITY_471=An unexpected error occurred while attempting to determine the writability mode for the backend defined in configuration entry %s: %s. The backend will be disabled |
| | | INFO_CONFIG_CORE_DESCRIPTION_WRITABILITY_MODE_472=Mode \u00e9criture pour Directory Server. La valeur peut \u00eatre "enabled", "disabled" ou "internal-only". Les modifications apport\u00e9es \u00e0 cet attribut de configuration prendront effet imm\u00e9diatement |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_WRITABILITY_MODE_473=Configuration entry %s has an invalid value for configuration attribute ds-cfg-writability-mode (the value should be one of "enabled", "disabled", or "internal-only"): %s |
| | | INFO_CONFIG_CORE_DESCRIPTION_BIND_WITH_DN_REQUIRES_PW_474=Indique si les liaisons simples contenant un DN devront aussi avoir un mot de passe. En cas de d\u00e9sactivation, les liaisons sans mot de passe seront trait\u00e9es comme si elles \u00e9taient anonymes, m\u00eame si elles contiennent une liaison DN, ce qui peut cr\u00e9er une br\u00e8che dans la s\u00e9curit\u00e9 pour certains types d'applications. Lorsque cette option est activ\u00e9e, une simple requ\u00eate de liaison contenant un DN mais aucun mot de passe sera refus\u00e9e plut\u00f4t que d'avoir une authentification anonyme par d\u00e9faut. Les modifications apport\u00e9es \u00e0 cet attribut de configuration prendront effet imm\u00e9diatement |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_BIND_WITH_DN_REQUIRES_PW_475=Configuration entry %s has an invalid value for configuration attribute ds-cfg-bind-with-dn-requires-password (the value should be either "TRUE" or "FALSE"): %s |
| | | FATAL_ERR_CONFIG_PWVALIDATOR_CANNOT_GET_BASE_476=An error occurred while attempting to retrieve the password validator base entry cn=Password Validators,cn=config from the Directory Server configuration: %s |
| | | SEVERE_WARN_CONFIG_PWVALIDATOR_BASE_DOES_NOT_EXIST_477=The password validator configuration base cn=Password Validators,cn=config does not exist in the Directory Server configuration. This entry must be present for the server to function properly |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_ENTRY_UNACCEPTABLE_478=Configuration entry %s does not contain a valid password validator configuration: %s. It will be ignored |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_CANNOT_CREATE_VALIDATOR_479=An error occurred while attempting to create a Directory Server password validator from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_INVALID_OBJECTCLASS_480=Configuration entry %s does not contain the ds-cfg-password-validator objectclass, which is required for password validator definitions |
| | | INFO_CONFIG_PWVALIDATOR_DESCRIPTION_CLASS_NAME_481=Le nom complet de la classe Java d\u00e9finissant le valideur de mots de passe de Directory Server. En cas de changement alors que le valideur associ\u00e9 est activ\u00e9, la modification ne prend pas effet tant que celui-ci n'est pas d\u00e9sactiv\u00e9 puis r\u00e9activ\u00e9 |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_NO_CLASS_NAME_482=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-java-class which specifies the fully-qualified class name for the associated password validator |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_INVALID_CLASS_NAME_483=Configuration entry %s has an invalid value for attribute ds-cfg-java-class: %s |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_INVALID_CLASS_484=Class %s specified in configuration entry %s does not contain a valid password validator implementation: %s |
| | | INFO_CONFIG_PWVALIDATOR_DESCRIPTION_ENABLED_485=Indique si ce valideur de mots de passe de Directory Server doit \u00eatre activ\u00e9. Les modifications apport\u00e9es \u00e0 cet attribut seront imm\u00e9diatement prises en compte. |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_NO_ENABLED_ATTR_486=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-enabled which indicates whether the password validator should be enabled for use in the Directory Server |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_INVALID_ENABLED_VALUE_487=Configuration entry %s has an invalid value for attribute ds-cfg-enabled: %s |
| | | INFO_CONFIG_PWVALIDATOR_CLASS_ACTION_REQUIRED_488=Il est impossible d'appliquer dynamiquement la modification requise dans le nom de la classe du valideur de mots de passe de %s \u00e0 %s dans l'entr\u00e9e de configuration %s. Cette modification ne prend pas effet tant que le journal n'est pas d\u00e9sactiv\u00e9 puis r\u00e9activ\u00e9 ou que Directory Server n'est pas red\u00e9marr\u00e9 |
| | | MILD_ERR_CONFIG_PWVALIDATOR_INITIALIZATION_FAILED_489=Une erreur s'est produite lors de la tentative d'initialisation d'une instance de classe %s en tant que valideur de mot de passe, telle qu'elle est d\u00e9finie dans l'entr\u00e9e de configuration %s\u00a0: %s |
| | | MILD_ERR_CONFIG_PWVALIDATOR_EXISTS_490=Impossible d'ajouter une nouvelle entr\u00e9e de valideur de mots de passe avec le DN %s car il y a d\u00e9j\u00e0 un valideur enregistr\u00e9 avec ce DN |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_UNACCEPTABLE_CONFIG_491=The configuration for the password validator defined in configuration entry %s was not acceptable according to its internal validation. However, no specific information is available regarding the problem(s) with the entry |
| | | FATAL_ERR_CONFIG_PWGENERATOR_CANNOT_GET_BASE_492=An error occurred while attempting to retrieve the password generator base entry cn=Password Generators,cn=config from the Directory Server configuration: %s |
| | | SEVERE_WARN_CONFIG_PWGENERATOR_BASE_DOES_NOT_EXIST_493=The password generator configuration base cn=Password Generators,cn=config does not exist in the Directory Server configuration. This entry must be present for the server to function properly |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_ENTRY_UNACCEPTABLE_494=Configuration entry %s does not contain a valid password generator configuration: %s. It will be ignored |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_CANNOT_CREATE_GENERATOR_495=An error occurred while attempting to create a Directory Server password generator from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_INVALID_OBJECTCLASS_496=Configuration entry %s does not contain the ds-cfg-password-generator objectclass, which is required for password generator definitions |
| | | INFO_CONFIG_PWGENERATOR_DESCRIPTION_CLASS_NAME_497=Le nom complet de la classe Java d\u00e9finissant le g\u00e9n\u00e9rateur de mots de passe de Directory Server. En cas de changement alors que le g\u00e9n\u00e9rateur associ\u00e9 est activ\u00e9, la modification ne prend pas effet tant que ce g\u00e9n\u00e9rateur n'est pas d\u00e9sactiv\u00e9 puis r\u00e9activ\u00e9 |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_NO_CLASS_NAME_498=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-java-class which specifies the fully-qualified class name for the associated password generator |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_INVALID_CLASS_NAME_499=Configuration entry %s has an invalid value for attribute ds-cfg-java-class: %s |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_INVALID_CLASS_500=Class %s specified in configuration entry %s does not contain a valid password generator implementation: %s |
| | | INFO_CONFIG_PWGENERATOR_DESCRIPTION_ENABLED_501=Indique si ce g\u00e9n\u00e9rateur de mots de passe de Directory Server doit \u00eatre activ\u00e9. Les modifications apport\u00e9es \u00e0 cet attribut seront imm\u00e9diatement prises en compte. |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_NO_ENABLED_ATTR_502=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-enabled which indicates whether the password generator should be enabled for use in the Directory Server |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_INVALID_ENABLED_VALUE_503=Configuration entry %s has an invalid value for attribute ds-cfg-enabled: %s |
| | | INFO_CONFIG_PWGENERATOR_CLASS_ACTION_REQUIRED_504=Il est impossible d'appliquer dynamiquement la modification requise dans le nom de la classe du g\u00e9n\u00e9rateur de mots de passe de %s \u00e0 %s dans l'entr\u00e9e de configuration %s. Cette modification ne prend pas effet tant que le journal n'est pas d\u00e9sactiv\u00e9 puis r\u00e9activ\u00e9 ou que Directory Server n'est pas red\u00e9marr\u00e9 |
| | | MILD_ERR_CONFIG_PWGENERATOR_INITIALIZATION_FAILED_505=Une erreur s'est produite lors de la tentative d'initialisation d'une instance de classe %s en tant que g\u00e9n\u00e9rateur de mot de passe, telle qu'elle est d\u00e9finie dans l'entr\u00e9e de configuration %s\u00a0: %s |
| | | MILD_ERR_CONFIG_PWGENERATOR_EXISTS_506=Impossible d'ajouter une nouvelle entr\u00e9e de g\u00e9n\u00e9rateur de mots de passe avec le DN %s car il y a d\u00e9j\u00e0 un g\u00e9n\u00e9rateur enregistr\u00e9 avec ce DN |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_UNACCEPTABLE_CONFIG_507=The configuration for the password generator defined in configuration entry %s was not acceptable according to its internal validation. However, no specific information is available regarding the problem(s) with the entry |
| | | INFO_CONFIG_CORE_DESCRIPTION_DEFAULT_PWPOLICY_DN_508=DN de l'entr\u00e9e de configuration d\u00e9finissant la strat\u00e9gie de mots de passe par d\u00e9faut pour Directory Server qui sera appliqu\u00e9e \u00e0 tous les utilisateurs pour lesquels une strat\u00e9gie de mots de passe personnalis\u00e9e n'a pas \u00e9t\u00e9 d\u00e9finie. Cette entr\u00e9e doit exister et sp\u00e9cifier une configuration de strat\u00e9gie de mots de passe valide. Les modifications apport\u00e9es \u00e0 cet attribut de configuration prendront effet imm\u00e9diatement |
| | | SEVERE_ERR_CONFIG_CORE_NO_DEFAULT_PWPOLICY_509=No default password policy was configured for the Directory Server. This must be specified by the ds-cfg-default-password-policy attribute in configuration entry %s |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_DEFAULT_PWPOLICY_DN_510=Configuration entry %s has an invalid value for configuration attribute ds-cfg-default-password-policy (the value should a DN specifying the default password policy configuration entry): %s |
| | | SEVERE_ERR_CONFIG_CORE_NO_SUCH_PWPOLICY_511=The value %s for configuration attribute ds-cfg-default-password-policy does not refer to a valid password policy configuration entry |
| | | FATAL_ERR_CONFIG_PWPOLICY_CANNOT_GET_BASE_512=An error occurred while attempting to retrieve the password policy base entry cn=Password Policies,cn=config from the Directory Server configuration: %s |
| | | SEVERE_ERR_CONFIG_PWPOLICY_BASE_DOES_NOT_EXIST_513=The password policy configuration base cn=Password Policies,cn=config does not exist in the Directory Server configuration. This entry must be present for the server to function properly |
| | | SEVERE_ERR_CONFIG_PWPOLICY_NO_POLICIES_514=No password policies have been defined below the cn=Password Policies,cn=config entry in the Directory Server configuration. At least one password policy configuration must be defined |
| | | SEVERE_ERR_CONFIG_PWPOLICY_INVALID_POLICY_CONFIG_515=The password policy defined in configuration entry %s is invalid: %s |
| | | SEVERE_ERR_CONFIG_PWPOLICY_MISSING_DEFAULT_POLICY_516=The Directory Server default password policy is defined as %s, but that entry does not exist or is not below the password policy configuration base cn=Password Policies,cn=config |
| | | SEVERE_WARN_CONFIG_PWPOLICY_CANNOT_DELETE_DEFAULT_POLICY_517=The specified entry %s is currently defined as the configuration entry for the default password policy. The default password policy configuration entry may not be removed |
| | | INFO_CONFIG_PWPOLICY_REMOVED_POLICY_518=Une entr\u00e9e de la strat\u00e9gie de mot de passe %s a \u00e9t\u00e9 supprim\u00e9e de la configuration de Directory Server. Toute entr\u00e9e d'utilisateur faisant explicitement r\u00e9f\u00e9rence \u00e0 cette strat\u00e9gie de mots de passe ne sera plus autoris\u00e9e pour l'authentification |
| | | FATAL_ERR_CONFIG_AUTHZ_CANNOT_GET_ENTRY_519=An error occurred while attempting to retrieve the Directory Server access control configuration entry cn=Access Control Handler,cn=config: %s |
| | | FATAL_ERR_CONFIG_AUTHZ_ENTRY_DOES_NOT_EXIST_520=The Directory Server access control configuration entry cn=Access Control Handler,cn=config does not exist. This entry must be present in the Directory Server configuration |
| | | FATAL_ERR_CONFIG_AUTHZ_ENTRY_DOES_NOT_HAVE_OBJECT_CLASS_521=The Directory Server access control configuration entry cn=Access Control Handler,cn=config does not have the correct object class. This entry must have the object class ds-cfg-access-control-handler in order to be valid |
| | | INFO_CONFIG_AUTHZ_DESCRIPTION_ENABLED_523=Indique si le contr\u00f4le d'acc\u00e8s est activ\u00e9 et doit \u00eatre utilis\u00e9 par le serveur. Cet attribut est obligatoire |
| | | FATAL_ERR_CONFIG_AUTHZ_NO_ENABLED_ATTR_524=The access control configuration entry %s does not contain attribute ds-cfg-enabled which indicates whether the access control is enabled for use |
| | | SEVERE_WARN_CONFIG_AUTHZ_DISABLED_525=Access control has been disabled |
| | | NOTICE_CONFIG_AUTHZ_ENABLED_526=Le contr\u00f4le d'acc\u00e8s \u00e0 \u00e9t\u00e9 activ\u00e9 et utilisera l'impl\u00e9mentation %s |
| | | FATAL_ERR_CONFIG_AUTHZ_UNABLE_TO_DETERMINE_ENABLED_STATE_527=An error occurred while attempting to determine whether the Directory Server access control as defined in configuration entry %s should be enabled: %s |
| | | INFO_CONFIG_AUTHZ_DESCRIPTION_CLASS_528=Nom complet de la classe Java qui fournira l'impl\u00e9mentation du contr\u00f4le d'acc\u00e8s pour Directory Server. Cet attribut est obligatoire |
| | | FATAL_ERR_CONFIG_AUTHZ_NO_CLASS_ATTR_529=The access control configuration entry %s does not contain attribute ds-cfg-java-class which specifies the name of the Java class providing the access control implementation for the Directory Server |
| | | FATAL_ERR_CONFIG_AUTHZ_UNABLE_TO_DETERMINE_CLASS_530=An error occurred while attempting to determine the name of the class used to provide the Directory Server access control implementation from configuration entry %s: %s |
| | | FATAL_ERR_CONFIG_AUTHZ_UNABLE_TO_LOAD_CLASS_531=An error occurred while attempting to load class %s referenced in the access control configuration entry %s: %s |
| | | FATAL_ERR_CONFIG_AUTHZ_BAD_CLASS_532=The access control implementation class %s referenced in the access control configuration entry %s does not implement the %s interface: %s |
| | | FATAL_ERR_CONFIG_AUTHZ_UNABLE_TO_INSTANTIATE_HANDLER_533=An error occurred while attempting to instantiate class %s referenced in the access control configuration entry %s: %s |
| | | FATAL_ERR_CONFIG_AUTHZ_ERROR_INITIALIZING_HANDLER_534=An error occurred while attempting to initialize the Directory Server access control implementation referenced in configuration entry %s: %s |
| | | FATAL_ERR_CONFIG_ROOTDN_CANNOT_GET_BASE_535=An error occurred while attempting to retrieve the root DN base entry cn=Root DNs,cn=config from the Directory Server configuration: %s |
| | | SEVERE_ERR_CONFIG_ROOTDN_BASE_DOES_NOT_EXIST_536=The password policy configuration base cn=Root DNs,cn=config does not exist in the Directory Server configuration. This entry must be present for the server to function properly |
| | | SEVERE_ERR_CONFIG_ROOTDN_ENTRY_UNACCEPTABLE_537=Configuration entry %s does not contain a valid root DN configuration: %s. It will be ignored |
| | | SEVERE_ERR_CONFIG_ROOTDN_CANNOT_CREATE_538=An error occurred while attempting to create a Directory Server root DN from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_ROOTDN_INVALID_OBJECTCLASS_539=Configuration entry %s does not contain the ds-cfg-root-dn-user objectclass, which is required for Directory Server root DN definitions |
| | | INFO_CONFIG_ROOTDN_DESCRIPTION_ALTERNATE_BIND_DN_540=Sp\u00e9cifie un ou plusieurs DN de liaison secondaires pouvant \u00eatre utilis\u00e9s pour authentifier en tant que DN racine associ\u00e9, en plus du v\u00e9ritable DN de l'entr\u00e9e de configuration du DN racine. Les DN de liaison secondaires ne doivent pas entrer en conflit avec les DN d'autres entr\u00e9es dans le r\u00e9pertoire, ni avec d'autres DN de liaison secondaires configur\u00e9s pour d'autres DN racines. Les modifications apport\u00e9es \u00e0 cet attribut de configuration prendront effet imm\u00e9diatement |
| | | SEVERE_ERR_CONFIG_ROOTDN_CONFLICTING_MAPPING_541=Unable to register "%s" as an alternate bind DN for user "%s" because it is already registered as an alternate bind DN for root user "%s" |
| | | SEVERE_ERR_CONFIG_ROOTDN_CANNOT_PARSE_ALTERNATE_BIND_DNS_542=An error occurred while trying to parse the set of alternate bind DNs for root user %s: %s |
| | | SEVERE_ERR_CONFIG_ROOTDN_CANNOT_REGISTER_ALTERNATE_BIND_DN_543=An error occurred while trying to register"%s" as an alternate bind DN for root user "%s": %s |
| | | SEVERE_ERR_CONFIG_ROOTDN_EXISTS_544=Unable to add root DN entry %s because another root user is already registered with that DN |
| | | FATAL_ERR_CONFIG_ACCTNOTHANDLER_CANNOT_GET_BASE_545=An error occurred while attempting to retrieve the account status notification handler base entry cn=Account Status Notification Handlers,cn=config from the Directory Server configuration: %s |
| | | SEVERE_WARN_CONFIG_ACCTNOTHANDLER_BASE_DOES_NOT_EXIST_546=The account status notification handler configuration base cn=Account Status Notification Handlers,cn=config does not exist in the Directory Server configuration. This entry must be present for the server to function properly |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_ENTRY_UNACCEPTABLE_547=Configuration entry %s does not contain a valid account status notification handler configuration: %s. It will be ignored |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_CANNOT_CREATE_HANDLER_548=An error occurred while attempting to create a Directory Server account status notification handler from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_INVALID_OBJECTCLASS_549=Configuration entry %s does not contain the ds-cfg-account-status-notification-handler objectclass, which is required for account status notification handler definitions |
| | | INFO_CONFIG_ACCTNOTHANDLER_DESCRIPTION_CLASS_NAME_550=Le nom complet de la classe Java d\u00e9finissant le gestionnaire de notification de l'\u00e9tat du compte de Directory Server. En cas de changement alors que le gestionnaire de notification de l'\u00e9tat du compte associ\u00e9 est activ\u00e9, la modification ne prend pas effet tant que ce gestionnaire n'est pas d\u00e9sactiv\u00e9 puis r\u00e9activ\u00e9 |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_NO_CLASS_NAME_551=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-java-class which specifies the fully-qualified class name for the associated account status notification handler |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_INVALID_CLASS_NAME_552=Configuration entry %s has an invalid value for attribute ds-cfg-java-class: %s |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_INVALID_CLASS_553=Class %s specified in configuration entry %s does not contain a valid account status notification handler implementation: %s |
| | | INFO_CONFIG_ACCTNOTHANDLER_DESCRIPTION_ENABLED_554=Indique si ce gestionnaire de notification de l'\u00e9tat du compte de Directory Server doit \u00eatre activ\u00e9. Les modifications apport\u00e9es \u00e0 cet attribut seront imm\u00e9diatement prises en compte. |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_NO_ENABLED_ATTR_555=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-enabled which indicates whether the account status notification handler should be enabled for use in the Directory Server |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_INVALID_ENABLED_VALUE_556=Configuration entry %s has an invalid value for attribute ds-cfg-enabled: %s |
| | | INFO_CONFIG_ACCTNOTHANDLER_CLASS_ACTION_REQUIRED_557=Il est impossible d'appliquer dynamiquement la modification requise dans le nom de la classe du gestionnaire de notification de l'\u00e9tat du compte de %s \u00e0 %s dans l'entr\u00e9e de configuration %s. Cette modification ne prend pas effet tant que le gestionnaire de notification n'est pas d\u00e9sactiv\u00e9 puis r\u00e9activ\u00e9 ou que Directory Server n'est pas red\u00e9marr\u00e9 |
| | | MILD_ERR_CONFIG_ACCTNOTHANDLER_INITIALIZATION_FAILED_558=Une erreur s'est produite lors de la tentative d'initialisation d'une instance de classe %s en tant que gestionnaire de notification de l'\u00e9tat d'un compte, telle qu'elle est d\u00e9finie dans l'entr\u00e9e de configuration %s\u00a0: %s |
| | | MILD_ERR_CONFIG_ACCTNOTHANDLER_EXISTS_559=Impossible d'ajouter un nouvelle entr\u00e9e de gestionnaire de notification de l'\u00e9tat du compte avec le DN %s car un gestionnaire de notification enregistr\u00e9 avec ce DN existe d\u00e9j\u00e0 |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_UNACCEPTABLE_CONFIG_560=The configuration for the account status notification handler defined in configuration entry %s was not acceptable according to its internal validation. However, no specific information is available regarding the problem(s) with the entry |
| | | INFO_CONFIG_CORE_DESCRIPTION_LOOKTHROUGH_LIMIT_561=Nombre maximum d'entr\u00e9es candidates par d\u00e9faut o\u00f9 les correspondances sont v\u00e9rifi\u00e9es lors du traitement d'une op\u00e9ration de recherche. Il peut \u00eatre \u00e9cras\u00e9 par un utilisateur en incluant l'attribut op\u00e9rationnel ds-rlim-lookthrough-limit dans l'entr\u00e9e de l'utilisateur. Les modifications apport\u00e9es \u00e0 cet attribut de configuration prendront effet imm\u00e9diatement |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_LOOKTHROUGH_LIMIT_562=Configuration entry %s has an invalid value for configuration attribute ds-cfg-lookthrough-limit (It should be a positive integer value specifying the lookthrough limit to use, or a value of 0 or -1 to indicate that no limit should be enforced): %s |
| | | FATAL_ERR_CONFIG_UNABLE_TO_APPLY_STARTUP_CHANGES_563=An error occurred while attempting to apply the changes contained in file %s to the server configuration at startup: %s |
| | | FATAL_ERR_CONFIG_ERROR_APPLYING_STARTUP_CHANGE_564=Unable to apply a change at server startup: %s |
| | | FATAL_ERR_CONFIG_UNABLE_TO_APPLY_CHANGES_FILE_565=One or more errors occurred while applying changes on server startup |
| | | INFO_CONFIG_DESCRIPTION_BACKEND_MODE_566=Autorisations utilis\u00e9es pour le r\u00e9pertoire contenant les fichiers de base de donn\u00e9es de backend |
| | | SEVERE_ERR_CONFIG_BACKEND_MODE_INVALID_567=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-db-directory-permissions (It should be an UNIX permission mode in three-digit octal notation.) |
| | | SEVERE_ERR_CONFIG_BACKEND_INSANE_MODE_568=Invalid UNIX file permissions %s does not allow read and write access to the backend database directory by the backend |
| | | INFO_CONFIG_CORE_DESCRIPTION_TIME_LIMIT_569=Dur\u00e9e maximum par d\u00e9faut devant \u00eatre autoris\u00e9e pour le traitement d'une op\u00e9ration de recherche. Elle peut \u00eatre d\u00e9pass\u00e9e par un utilisateur en incluant l'attribut op\u00e9rationnel ds-rlim-time-limit dans l'entr\u00e9e de l'utilisateur. Les modifications apport\u00e9es \u00e0 cet attribut de configuration prendront effet imm\u00e9diatement |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_TIME_LIMIT_570=Configuration entry %s has an invalid value for configuration attribute ds-cfg-time-limit (it should be an integer value followed by a space and a time unit of seconds, minutes, hours, days, or weeks): %s |
| | | SEVERE_ERR_CONFIG_PWPOLICY_NO_DEFAULT_POLICY_571=No default password policy is configured for the Directory Server. The default password policy must be specified by the ds-cfg-default-password-policy attribute in the cn=config entry |
| | | SEVERE_WARN_CONFIG_BACKEND_CANNOT_REGISTER_BACKEND_572=An error occurred while attempting to register backend %s with the Directory Server: %s |
| | | SEVERE_ERR_CONFIG_FILE_CANNOT_CREATE_ARCHIVE_DIR_NO_REASON_573=An error occurred while trying to create the configuration archive directory %s |
| | | SEVERE_ERR_CONFIG_FILE_CANNOT_CREATE_ARCHIVE_DIR_574=An error occurred while trying to create the configuration archive directory %s: %s |
| | | SEVERE_ERR_CONFIG_FILE_CANNOT_WRITE_CONFIG_ARCHIVE_575=An error occurred while trying to write the current configuration to the configuration archive: %s |
| | | INFO_CONFIG_CORE_DESCRIPTION_REJECT_UNAUTHENTICATED_REQUESTS_576=Indique si Directory Server doit refuser les requ\u00eates provenant de clients non authentifi\u00e9s. Si cette option est "true", les clients non authentifi\u00e9s seront uniquement autoris\u00e9s \u00e0 envoyer des requ\u00eates de liaison et StartTLS. Les modifications apport\u00e9es \u00e0 cet attribut de configuration prendront effet imm\u00e9diatement |
| | | SEVERE_ERR_CONFIG_CORE_REJECT_UNAUTHENTICATED_REQUESTS_INVALID_577=Configuration entry %s has an invalid value for configuration attribute ds-cfg-reject-unauthenticated-requests(the value should be either true or false) |
| | | FATAL_ERR_CONFIG_GROUP_CANNOT_GET_BASE_578=An error occurred while attempting to retrieve the group implementation base entry cn=Group Implementations,cn=config from the Directory Server configuration: %s |
| | | SEVERE_WARN_CONFIG_GROUP_BASE_DOES_NOT_EXIST_579=The group implementation configuration base cn=Group Implementations,cn=config does not exist in the Directory Server configuration. This entry must be present for the server to function properly |
| | | SEVERE_ERR_CONFIG_GROUP_ENTRY_UNACCEPTABLE_580=Configuration entry %s does not contain a valid group implementation configuration: %s. It will be ignored |
| | | SEVERE_ERR_CONFIG_GROUP_CANNOT_CREATE_IMPLEMENTATION_581=An error occurred while attempting to create a Directory Server group implementation from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_GROUP_INVALID_OBJECTCLASS_582=Configuration entry %s does not contain the ds-cfg-group-implementation objectclass, which is required for group implementation definitions |
| | | INFO_CONFIG_GROUP_DESCRIPTION_CLASS_NAME_583=Le nom complet de la classe Java d\u00e9finissant l'impl\u00e9mentation de groupe de Directory Server. En cas de changement alors que l'impl\u00e9mentation associ\u00e9e est activ\u00e9e, la modification ne prend pas effet tant que cette impl\u00e9mentation de groupe n'est pas d\u00e9sactiv\u00e9e puis r\u00e9activ\u00e9e |
| | | SEVERE_ERR_CONFIG_GROUP_NO_CLASS_NAME_584=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-java-class which specifies the fully-qualified class name for the associated group implementation |
| | | SEVERE_ERR_CONFIG_GROUP_INVALID_CLASS_NAME_585=Configuration entry %s has an invalid value for attribute ds-cfg-java-class: %s |
| | | SEVERE_ERR_CONFIG_GROUP_INVALID_CLASS_586=Class %s specified in configuration entry %s does not contain a valid group implementation: %s |
| | | INFO_CONFIG_GROUP_DESCRIPTION_ENABLED_587=Indique si cette impl\u00e9mentation de groupe de Directory Server doit \u00eatre activ\u00e9e. Les modifications apport\u00e9es \u00e0 cet attribut seront imm\u00e9diatement prises en compte. |
| | | SEVERE_ERR_CONFIG_GROUP_NO_ENABLED_ATTR_588=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-enabled which indicates whether the group implementation should be enabled for use in the Directory Server |
| | | SEVERE_ERR_CONFIG_GROUP_INVALID_ENABLED_VALUE_589=Configuration entry %s has an invalid value for attribute ds-cfg-enabled: %s |
| | | INFO_CONFIG_GROUP_CLASS_ACTION_REQUIRED_590=Il est impossible d'appliquer dynamiquement la modification requise dans le nom de la classe de l'impl\u00e9mentation de groupes de %s \u00e0 %s dans l'entr\u00e9e de configuration %s. Cette modification ne prend pas effet tant que l'impl\u00e9mentation de groupe n'est pas d\u00e9sactiv\u00e9e puis r\u00e9activ\u00e9e ou que Directory Server n'est pas red\u00e9marr\u00e9 |
| | | MILD_ERR_CONFIG_GROUP_INITIALIZATION_FAILED_591=Une erreur s'est produite lors de la tentative d'initialisation d'une instance de classe %s en tant qu'impl\u00e9mentation de groupe, telle qu'elle est d\u00e9finie dans l'entr\u00e9e de configuration %s\u00a0: %s |
| | | MILD_ERR_CONFIG_GROUP_EXISTS_592=Impossible d'ajouter une nouvelle entr\u00e9e d'impl\u00e9mentation de groupes avec le DN %s car il y a d\u00e9j\u00e0 une impl\u00e9mentation de groupes enregistr\u00e9e avec ce DN |
| | | SEVERE_ERR_CONFIG_GROUP_UNACCEPTABLE_CONFIG_593=The configuration for the group implementation defined in configuration entry %s was not acceptable according to its internal validation. However, no specific information is available regarding the problem(s) with the entry |
| | | SEVERE_ERR_CONFIG_ROOTDN_DESCRIPTION_ROOT_PRIVILEGE_594=Set of privileges that should automatically be assigned to root users when they authenticate to the server |
| | | SEVERE_WARN_CONFIG_ROOTDN_UNRECOGNIZED_PRIVILEGE_595=The set of default root privileges contained in configuration attribute %s of entry %s contains an unrecognized privilege %s |
| | | SEVERE_ERR_CONFIG_ROOTDN_ERROR_DETERMINING_ROOT_PRIVILEGES_596=An error occurred while attempting to determine the set of privileges that root users should be granted by default: %s |
| | | INFO_CONFIG_ROOTDN_UPDATED_PRIVILEGES_597=Le jeu de privil\u00e8ges qui sera automatiquement assign\u00e9 aux utilisateurs root a \u00e9t\u00e9 mis \u00e0 jour. Ce nouveau jeu de privil\u00e8ges ne s'appliquera pas aux connexions existantes d\u00e9j\u00e0 authentifi\u00e9es en tant qu'utilisateur root, mais sera utilis\u00e9 pour toute authentification ult\u00e9rieure d'utilisateurs root |
| | | MILD_ERR_CONFIG_FILE_ADD_INSUFFICIENT_PRIVILEGES_598=Vous ne disposez pas des privil\u00e8ges suffisants pour effectuer des op\u00e9rations d'ajout dans la configuration de Directory Server |
| | | MILD_ERR_CONFIG_FILE_DELETE_INSUFFICIENT_PRIVILEGES_599=Vous ne disposez pas des privil\u00e8ges suffisants pour effectuer des op\u00e9rations de suppression dans la configuration de Directory Server |
| | | MILD_ERR_CONFIG_FILE_MODIFY_INSUFFICIENT_PRIVILEGES_600=Vous ne disposez pas des privil\u00e8ges suffisants pour effectuer des op\u00e9rations de modification dans la configuration de Directory Server |
| | | MILD_ERR_CONFIG_FILE_MODDN_INSUFFICIENT_PRIVILEGES_601=Vous ne disposez pas des privil\u00e8ges suffisants pour effectuer des op\u00e9rations de modification de DN dans la configuration de Directory Server |
| | | MILD_ERR_CONFIG_FILE_SEARCH_INSUFFICIENT_PRIVILEGES_602=Vous ne disposez pas des privil\u00e8ges suffisants pour effectuer des op\u00e9rations de recherche dans la configuration de Directory Server |
| | | MILD_ERR_CONFIG_FILE_MODIFY_PRIVS_INSUFFICIENT_PRIVILEGES_603=Vous ne disposez pas des privil\u00e8ges suffisants pour modifier le jeu de privil\u00e8ges root par d\u00e9faut |
| | | FATAL_ERR_CONFIG_CERTMAPPER_CANNOT_GET_BASE_604=An error occurred while attempting to retrieve the certificate mapper base entry cn=Certificate Mappers,cn=config from the Directory Server configuration: %s |
| | | SEVERE_WARN_CONFIG_CERTMAPPER_BASE_DOES_NOT_EXIST_605=The certificate mapper configuration base cn=Certificate Mappers,cn=config does not exist in the Directory Server configuration. This entry must be present for the server to function properly |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_ENTRY_UNACCEPTABLE_606=Configuration entry %s does not contain a valid certificate mapper configuration: %s. It will be ignored |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_CANNOT_CREATE_MAPPER_607=An error occurred while attempting to create a Directory Server certificate mapper from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_INVALID_OBJECTCLASS_608=Configuration entry %s does not contain the ds-cfg-certificate-mapper objectclass, which is required for certificate mapper definitions |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_NO_CLASS_NAME_609=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-java-class which specifies the fully-qualified class name for the associated certificate mapper |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_INVALID_CLASS_NAME_610=Configuration entry %s has an invalid value for attribute ds-cfg-java-class: %s |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_INVALID_CLASS_611=Class %s specified in configuration entry %s does not contain a valid certificate mapper implementation: %s |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_INVALID_ENABLED_VALUE_612=Configuration entry %s has an invalid value for attribute ds-cfg-enabled: %s |
| | | INFO_CONFIG_CERTMAPPER_CLASS_ACTION_REQUIRED_613=Il est impossible d'appliquer dynamiquement la modification requise dans le mappeur de certificat de %s \u00e0 %s dans l'entr\u00e9e de configuration %s. Cette modification ne prend pas effet tant que le mappeur n'est pas d\u00e9sactiv\u00e9 puis r\u00e9activ\u00e9 ou que Directory Server n'est pas red\u00e9marr\u00e9 |
| | | MILD_ERR_CONFIG_CERTMAPPER_INITIALIZATION_FAILED_614=Une erreur s'est produite lors de la tentative d'initialisation d'une instance de classe %s en tant que mappeur de certificat, telle qu'elle est d\u00e9finie dans l'entr\u00e9e de configuration %s\u00a0: %s |
| | | MILD_ERR_CONFIG_CERTMAPPER_EXISTS_615=Impossible d'ajouter une nouvelle entr\u00e9e de mappeur de certificat avec le DN %s car il y a d\u00e9j\u00e0 un mappeur enregistr\u00e9 avec ce DN |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_UNACCEPTABLE_CONFIG_616=The configuration for the certificate mapper defined in configuration entry %s was not acceptable according to its internal validation. However, no specific information is available regarding the problem(s) with the entry |
| | | FATAL_ERR_CONFIG_KEYMANAGER_CANNOT_GET_BASE_617=An error occurred while attempting to retrieve the key manager provider base entry cn=Key Manager Providers,cn=config from the Directory Server configuration: %s |
| | | SEVERE_WARN_CONFIG_KEYMANAGER_BASE_DOES_NOT_EXIST_618=The key manager provider configuration base cn=Key Manager Providers,cn=config does not exist in the Directory Server configuration. This entry must be present for the server to function properly |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_ENTRY_UNACCEPTABLE_619=Configuration entry %s does not contain a valid key manager provider configuration: %s. It will be ignored |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_CANNOT_CREATE_PROVIDER_620=An error occurred while attempting to create a Directory Server key manager provider from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_INVALID_OBJECTCLASS_621=Configuration entry %s does not contain the ds-cfg-key-manager-provider objectclass, which is required for key manager provider definitions |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_NO_CLASS_NAME_622=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-java-class which specifies the fully-qualified class name for the associated key manager provider |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_INVALID_CLASS_NAME_623=Configuration entry %s has an invalid value for attribute ds-cfg-java-class: %s |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_INVALID_CLASS_624=Class %s specified in configuration entry %s does not contain a valid key manager provider implementation: %s |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_INVALID_ENABLED_VALUE_625=Configuration entry %s has an invalid value for attribute ds-cfg-enabled: %s |
| | | INFO_CONFIG_KEYMANAGER_CLASS_ACTION_REQUIRED_626=Il est impossible d'appliquer dynamiquement la modification requise dans le nom de la classe du fournisseur de gestionnaire de cl\u00e9s de %s \u00e0 %s dans l'entr\u00e9e de configuration %s. Cette modification ne prend pas effet tant que le fournisseur n'est pas d\u00e9sactiv\u00e9 puis r\u00e9activ\u00e9 ou que Directory Server n'est pas red\u00e9marr\u00e9 |
| | | MILD_ERR_CONFIG_KEYMANAGER_INITIALIZATION_FAILED_627=Une erreur s'est produite lors de la tentative d'initialisation d'une instance de classe %s en tant que fournisseur d'un gestionnaire cl\u00e9, telle qu'elle est d\u00e9finie dans l'entr\u00e9e de configuration %s\u00a0: %s |
| | | MILD_ERR_CONFIG_KEYMANAGER_EXISTS_628=Impossible d'ajouter une nouvelle entr\u00e9e de fournisseur de gestionnaire de cl\u00e9s avec le DN %s car il y a d\u00e9j\u00e0 un fournisseur enregistr\u00e9 avec ce DN |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_UNACCEPTABLE_CONFIG_629=The configuration for the key manager provider defined in configuration entry %s was not acceptable according to its internal validation. However, no specific information is available regarding the problem(s) with the entry |
| | | FATAL_ERR_CONFIG_TRUSTMANAGER_CANNOT_GET_BASE_630=An error occurred while attempting to retrieve the trust manager provider base entry cn=Trust Manager Providers,cn=config from the Directory Server configuration: %s |
| | | SEVERE_WARN_CONFIG_TRUSTMANAGER_BASE_DOES_NOT_EXIST_631=The trust manager provider configuration base cn=Trust Manager Providers,cn=config does not exist in the Directory Server configuration. This entry must be present for the server to function properly |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_ENTRY_UNACCEPTABLE_632=Configuration entry %s does not contain a valid trust manager provider configuration: %s. It will be ignored |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_CANNOT_CREATE_PROVIDER_633=An error occurred while attempting to create a Directory Server trust manager provider from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_INVALID_OBJECTCLASS_634=Configuration entry %s does not contain the ds-cfg-trust-manager-provider objectclass, which is required for trust manager provider definitions |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_NO_CLASS_NAME_635=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-java-class which specifies the fully-qualified class name for the associated trust manager provider |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_INVALID_CLASS_NAME_636=Configuration entry %s has an invalid value for attribute ds-cfg-java-class: %s |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_INVALID_CLASS_637=Class %s specified in configuration entry %s does not contain a valid trust manager provider implementation: %s |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_INVALID_ENABLED_VALUE_638=Configuration entry %s has an invalid value for attribute ds-cfg-enabled: %s |
| | | INFO_CONFIG_TRUSTMANAGER_CLASS_ACTION_REQUIRED_639=Il est impossible d'appliquer dynamiquement la modification requise dans le nom de la classe du fournisseur de gestionnaire d'approbation de %s \u00e0 %s dans l'entr\u00e9e de configuration %s. Cette modification ne prend pas effet tant que le fournisseur n'est pas d\u00e9sactiv\u00e9 puis r\u00e9activ\u00e9 ou que Directory Server n'est pas red\u00e9marr\u00e9 |
| | | MILD_ERR_CONFIG_TRUSTMANAGER_INITIALIZATION_FAILED_640=Une erreur s'est produite lors de la tentative d'initialisation d'une instance de classe %s en tant que fournisseur d'un gestionnaire d'approbation, telle qu'elle est d\u00e9finie dans l'entr\u00e9e de configuration %s\u00a0: %s |
| | | MILD_ERR_CONFIG_TRUSTMANAGER_EXISTS_641=Impossible d'ajouter une nouvelle entr\u00e9e de fournisseur de gestionnaire d'approbation avec le DN %s car il y a d\u00e9j\u00e0 un fournisseur enregistr\u00e9 avec ce DN |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_UNACCEPTABLE_CONFIG_642=The configuration for the trust manager provider defined in configuration entry %s was not acceptable according to its internal validation. However, no specific information is available regarding the problem(s) with the entry |
| | | SEVERE_ERR_CONFIG_JMX_CANNOT_GET_ATTRIBUTE_643=Unable to retrieve JMX attribute %s associated with configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_JMX_SET_ATTR_NO_CONNECTION_644=Unable to set the value of JMX attribute %s associated with configuration entry %s because no JMX connection is available |
| | | SEVERE_ERR_CONFIG_CHANGE_NO_RESULT_645=%s.%s returned a result of null for entry %s |
| | | SEVERE_ERR_CONFIG_CHANGE_RESULT_ERROR_646=%s.%s failed for entry %s: result code=%s, admin action required=%b, messages="%s" |
| | | SEVERE_WARN_CONFIG_CHANGE_RESULT_ACTION_REQUIRED_647=%s.%s indicated that administrative action is required for entry %s: messages="%s" |
| | | INFO_CONFIG_CHANGE_RESULT_MESSAGES_648=%s.%s a r\u00e9ussi mais a g\u00e9n\u00e9r\u00e9 les messages suivants pour l'entr\u00e9e\u00a0: %s |
| | | SEVERE_ERR_CONFIG_VATTR_INVALID_SEARCH_FILTER_649=Unable to parse value "%s" from config entry "%s" as a valid search filter: %s |
| | | SEVERE_ERR_CONFIG_VATTR_INITIALIZATION_FAILED_650=An error occurred while trying to load an instance of class %s referenced in configuration entry %s as a virtual attribute provider: %s |
| | | SEVERE_ERR_CONFIG_VATTR_SV_TYPE_WITH_MV_PROVIDER_651=The virtual attribute configuration in entry "%s" is not valid because attribute type %s is single-valued but provider %s may generate multiple values |
| | | SEVERE_ERR_CONFIG_VATTR_SV_TYPE_WITH_MERGE_VALUES_652=The virtual attribute configuration in entry "%s" is not valid because attribute type %s is single-valued but the conflict behavior is configured to merge real and virtual values |
| | | MILD_ERR_CONFIG_FILE_MODIFY_STRUCTURAL_CHANGE_NOT_ALLOWED_653=Impossible de modifier une entr\u00e9e de configuration %s car la modification changerait la classe d'objet structurelle |
| | | FATAL_ERR_CONFIG_CANNOT_CALCULATE_DIGEST_654=An error occurred while attempting to calculate a SHA-1 digest of file %s: %s |
| | | SEVERE_WARN_CONFIG_MANUAL_CHANGES_DETECTED_655=The Directory Server has detected that one or more external changes have been made to the configuration file %s while the server was online, but another change has caused the server configuration to be overwritten. The manual changes have not been applied, but they have been preserved in file %s |
| | | SEVERE_ERR_CONFIG_MANUAL_CHANGES_LOST_656=The Directory Server encountered an error while attempting to determine whether the configuration file %s has been externally edited with the server online, and/or trying to preserve such changes: %s. Any manual changes made to that file may have been lost |
| | | SEVERE_ERR_CONFIG_ROTATION_POLICY_INVALID_CLASS_657=Class %s specified in attribute ds-cfg-java-class of configuration entry %s cannot be instantiated as a Directory Server log rotation policy: %s |
| | | SEVERE_ERR_CONFIG_RETENTION_POLICY_INVALID_CLASS_658=Class %s specified in attribute ds-cfg-java-class of configuration entry %s cannot be instantiated as a Directory Server log retention policy: %s |
| | | SEVERE_ERR_CONFIG_ROTATION_POLICY_CANNOT_CREATE_POLICY_659=An error occurred while attempting to create a Directory Server log rotation policy from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_RETENTION_POLICY_CANNOT_CREATE_POLICY_660=An error occurred while attempting to create a Directory Server log retention policy from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_LOGGING_CANNOT_CREATE_WRITER_661=An error occurred while attempting to create a text writer for a Directory Server logger from the information in configuration entry %s: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_MULTIPLE_ENTRIES_IN_FILE_662=Schema configuration file %s in directory %s contains more than one entry. Only the first entry will be examined, and the additional entries will be ignored |
| | | SEVERE_WARN_CONFIG_SCHEMA_UNPARSEABLE_EXTRA_DATA_IN_FILE_663=Schema configuration file %s in directory %s contains additional data after the schema entry that cannot be parsed by the LDIF reader: %s. The first entry will be processed, but the remaining data will be ignored |
| | | SEVERE_WARN_CONFIG_PLUGIN_EMPTY_ELEMENT_IN_ORDER_664=The plugin order definition for plugins of type %s contains an empty element. This may cause the plugin order to be evaluated incorrectly |
| | | SEVERE_WARN_CONFIG_PLUGIN_MULTIPLE_WILDCARDS_IN_ORDER_665=The plugin order definition for plugins of type %s contains multiple wildcard characters. All plugin definitions should contain exactly one wildcard element to indicate where unmatched plugins should be included in the order, and including multiple wildcards may cause the plugin order to be evaluated incorrectly |
| | | SEVERE_WARN_CONFIG_PLUGIN_LISTED_MULTIPLE_TIMES_666=The plugin order definition for plugins of type %s includes multiple references to the '%s' plugin. This may cause the plugin order to be evaluated incorrectly |
| | | SEVERE_WARN_CONFIG_PLUGIN_ORDER_NO_WILDCARD_667=The plugin order definition for plugins of type %s does not include a wildcard element to indicate where unmatched plugins should be included in the order. The server will default to invoking all unnamed plugins after set of named plugins |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_DELETE_SYNTAX_IN_USE_668=Attribute syntax %s cannot be deleted from the server because it is in use by attribute type %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_DISABLE_SYNTAX_IN_USE_669=Attribute syntax %s cannot be disabled because it is in use by attribute type %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_DELETE_MR_IN_USE_BY_AT_670=Matching rule %s cannot be deleted from the server because it is in use by attribute type %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_DELETE_MR_IN_USE_BY_MRU_671=Matching rule %s cannot be deleted from the server because it is in use by matching rule use %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_DISABLE_MR_IN_USE_BY_AT_672=Matching rule %s cannot be disabled because it is in use by attribute type %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_DISABLE_MR_IN_USE_BY_MRU_673=Matching rule %s cannot be disabled because it is in use by matching rule use %s |
| | | SEVERE_ERR_CONFIG_WORK_QUEUE_INITIALIZATION_FAILED_674=Unable to initialize an instance of class %s as a work queue as specified in configuration entry %s: %s |
| | | INFO_CONFIG_WORK_QUEUE_CLASS_CHANGE_REQUIRES_RESTART_675=La classe utilis\u00e9e pour fournir l'impl\u00e9mentation de file d'attente de Directory Server a \u00e9t\u00e9 modifi\u00e9e de %s \u00e0 %s, mais ce changement ne prend pas effet tant que le serveur n'est pas red\u00e9marr\u00e9 |
| | | SEVERE_ERR_CONFIG_FILE_ADD_APPLY_FAILED_676=The attempt to apply the configuration add failed. The preliminary checks were all successful and the entry was added to the server configuration, but at least one of the configuration add listeners reported an error when attempting to apply the change: %s |
| | | SEVERE_ERR_CONFIG_FILE_DELETE_APPLY_FAILED_677=The attempt to apply the configuration delete failed. The preliminary checks were all successful and the entry was removed from the server configuration, but at least one of the configuration delete listeners reported an error when attempting to apply the change: %s |
| | | SEVERE_ERR_CONFIG_FILE_MODIFY_APPLY_FAILED_678=The attempt to apply the configuration modification failed. The preliminary checks were all successful and the modified entry was written to the server configuration, but at least one of the configuration change listeners reported an error when attempting to apply the change: %s |
| | | MILD_ERR_CONFIG_KEYMANAGER_CONFIG_NOT_ACCEPTABLE_679=La configuration du fournisseur de gestionnaire cl\u00e9 d\u00e9finie dans l'entr\u00e9e de configuration %s n'\u00e9tait pas acceptable\u00a0: %s |
| | | MILD_ERR_CONFIG_TRUSTMANAGER_CONFIG_NOT_ACCEPTABLE_680=La configuration du fournisseur de gestionnaire d'approbation d\u00e9finie dans l'entr\u00e9e de configuration %s n'\u00e9tait pas acceptable\u00a0: %s |
| | | MILD_ERR_CONFIG_AUTHZ_CONFIG_NOT_ACCEPTABLE_681=La configuration du fournisseur de gestionnaire d'approbation d\u00e9finie dans l'entr\u00e9e de configuration %s n'\u00e9tait pas acceptable\u00a0: %s |
| | | MILD_ERR_CONFIG_ACCTNOTHANDLER_CONFIG_NOT_ACCEPTABLE_682=La configuration du gestionnaire de notification de l'\u00e9tat d'un compte d\u00e9finie dans l'entr\u00e9e de configuration %s n'\u00e9tait pas acceptable\u00a0: %s |
| | | MILD_ERR_CONFIG_SCHEMA_SYNTAX_CONFIG_NOT_ACCEPTABLE_683=La configuration de la syntaxe d'attribut d\u00e9finie dans l'entr\u00e9e de configuration %s n'\u00e9tait pas acceptable\u00a0: %s |
| | | MILD_ERR_CONFIG_CERTMAPPER_CONFIG_NOT_ACCEPTABLE_684=La configuration du mappeur de certificat d\u00e9finie dans l'entr\u00e9e de configuration %s n'\u00e9tait pas acceptable\u00a0: %s |
| | | MILD_ERR_CONFIG_GROUP_CONFIG_NOT_ACCEPTABLE_686=La configuration de l'impl\u00e9mentation de groupe d\u00e9finie dans l'entr\u00e9e de configuration %s n'\u00e9tait pas acceptable\u00a0: %s |
| | | MILD_ERR_CONFIG_IDMAPPER_CONFIG_NOT_ACCEPTABLE_687=La configuration du mappeur d'identit\u00e9 d\u00e9finie dans l'entr\u00e9e de configuration %s n'\u00e9tait pas acceptable\u00a0: %s |
| | | MILD_ERR_CONFIG_SCHEMA_MR_CONFIG_NOT_ACCEPTABLE_688=La configuration de la r\u00e8gle de correspondance d\u00e9finie dans l'entr\u00e9e de configuration %s n'\u00e9tait pas acceptable\u00a0: %s |
| | | MILD_ERR_CONFIG_PWGENERATOR_CONFIG_NOT_ACCEPTABLE_689=La configuration du g\u00e9n\u00e9rateur de mot de passe d\u00e9finie dans l'entr\u00e9e de configuration %s n'\u00e9tait pas acceptable\u00a0: %s |
| | | MILD_ERR_CONFIG_PWSCHEME_CONFIG_NOT_ACCEPTABLE_690=La configuration du plan de stockage de mots de passe d\u00e9finie dans l'entr\u00e9e de configuration %s n'\u00e9tait pas acceptable\u00a0: %s |
| | | MILD_ERR_CONFIG_PWVALIDATOR_CONFIG_NOT_ACCEPTABLE_691=La configuration du valideur de mot de passe d\u00e9finie dans l'entr\u00e9e de configuration %s n'\u00e9tait pas acceptable\u00a0: %s |
| | | MILD_ERR_CONFIG_PLUGIN_CONFIG_NOT_ACCEPTABLE_692=La configuration du plug-in d\u00e9finie dans l'entr\u00e9e de configuration %s n'\u00e9tait pas acceptable\u00a0: %s |
| | | MILD_ERR_CONFIG_SASL_CONFIG_NOT_ACCEPTABLE_693=La configuration du gestionnaire de m\u00e9canisme SASL d\u00e9finie dans l'entr\u00e9e de configuration %s n'\u00e9tait pas acceptable\u00a0: %s |
| | | MILD_ERR_CONFIG_VATTR_CONFIG_NOT_ACCEPTABLE_694=La configuration du fournisseur d'attribut virtuel d\u00e9finie dans l'entr\u00e9e de configuration %s n'\u00e9tait pas acceptable\u00a0: %s |
| | | MILD_ERR_CONFIG_ALERTHANDLER_CONFIG_NOT_ACCEPTABLE_695=La configuration du gestionnaire d'alerte d\u00e9finie dans l'entr\u00e9e de configuration %s n'\u00e9tait pas acceptable\u00a0: %s |
| | | MILD_ERR_CONFIG_ALERTHANDLER_INITIALIZATION_FAILED_696=Une erreur s'est produite lors de la tentative d'initialisation d'une instance de classe %s en tant que gestionnaire d'alertes, telle qu'elle est d\u00e9finie dans l'entr\u00e9e de configuration %s\u00a0: %s |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_SMTP_SERVER_697=The provided SMTP server value '%s' is invalid. An SMTP server value must have an IP address or a resolvable name, and it may optionally be followed by a colon and an integer value between 1 and 65535 to specify the server port number |
| | | SEVERE_ERR_STARTOK_CANNOT_OPEN_FOR_READING_698=An error occurred while attempting to open the current configuration file %s for reading in order to copy it to the ".startok" file: %s |
| | | SEVERE_ERR_STARTOK_CANNOT_OPEN_FOR_WRITING_699=An error occurred while attempting to open file %s in order to write the ".startok" configuration file: %s |
| | | SEVERE_ERR_STARTOK_CANNOT_WRITE_700=An error occurred while attempting to copy the current configuration from file %s into temporary file %s for use as the ".startok" configuration file: %s |
| | | SEVERE_ERR_STARTOK_CANNOT_RENAME_701=An error occurred while attempting to rename file %s to %s for use as the ".startok" configuration file: %s |
| | | NOTICE_CONFIG_FILE_USING_STARTOK_FILE_702=Directory Server est lanc\u00e9 avec le dernier bon fichier de configuration connu %s, plut\u00f4t qu'avec le fichier de configuration actif %s |
| | | SEVERE_WARN_CONFIG_FILE_NO_STARTOK_FILE_703=No last known good configuration file %s exists. The server will attempt to start using the active configuration file %s |
| | | SEVERE_ERR_CONFIG_JE_PROPERTY_INVALID_704=An error occurred while trying to parse and validate Berkeley DB JE property %s: %s |
| | | SEVERE_ERR_CONFIG_JE_PROPERTY_INVALID_FORM_705=An error occurred while trying to parse and validate Berkeley DB JE property %s: the property does not follow a singular property=value form |
| | | SEVERE_ERR_CONFIG_JE_PROPERTY_SHADOWS_CONFIG_706=An error occurred while trying to parse and validate Berkeley DB JE property %s: the property shadows configuration attribute %s |
| | | SEVERE_ERR_CONFIG_JE_DUPLICATE_PROPERTY_707=An error occurred while trying to parse and validate Berkeley DB JE property %s: the property is already defined for this component |
| | | INFO_CONFIG_JE_PROPERTY_REQUIRES_RESTART_708=La d\u00e9finition de la propri\u00e9t\u00e9 %s Berkeley DB JE ne prend pas effet tant que le composant pour laquelle elle est d\u00e9finie n'est pas red\u00e9marr\u00e9 |
| | | SEVERE_ERR_CONFIG_LOGGING_CANNOT_OPEN_FILE_709=An error occurred while attempting to open the configured log file %s for logger %s: %s |
| | | SEVERE_ERR_CONFIG_WORKFLOW_ELEMENT_CONFIG_NOT_ACCEPTABLE_710=The configuration for the workflow element defined in configuration entry %s was not acceptable: %s |
| | | SEVERE_ERR_CONFIG_WORKFLOW_ELEMENT_CANNOT_INITIALIZE_711=An error occurred while trying to initialize a workflow element from class %s with the information in configuration entry %s: %s. This workflow element will be disabled |
| | | MILD_ERR_CONFIG_WORKFLOW_ELEMENT_ALREADY_REGISTERED_712=L'\u00e9l\u00e9ment de flux de travaux %s est d\u00e9j\u00e0 enregistr\u00e9 dans Directory Server. Cet \u00e9l\u00e9ment de flux de travaux sera ignor\u00e9 |
| | | SEVERE_ERR_CONFIG_WORKFLOW_CANNOT_CONFIGURE_MANUAL_713=An error occurred while trying to configure in manual mode the workflows in the Directory Server, and rollback to automatic configuration mode has failed too. If the server is in an unstable state restart it with the last valid configuration |
| | | SEVERE_ERR_CONFIG_WORKFLOW_CANNOT_CONFIGURE_AUTO_714=An error occurred while trying to configure in automatic mode the workflows in the Directory Server, and rollback to manual configuration mode has failed too. If the server is in an unstable state restart it with the last valid configuration |
| | | SEVERE_ERR_CONFIG_LOGGING_INSANE_MODE_715=Invalid UNIX file permissions %s does not allow write access to the log file by the log publisher |
| | | SEVERE_ERR_CONFIG_LOGGING_MODE_INVALID_716=Invalid UNIX file permissions %s: %s |
| | | MILD_ERR_CONFIG_EXTENSION_CONFIG_NOT_ACCEPTABLE_717=La configuration de l'extension d\u00e9finie dans l'entr\u00e9e de configuration %s n'\u00e9tait pas acceptable\u00a0: %s |
| | | MILD_ERR_CONFIG_EXTENSION_INITIALIZATION_FAILED_718=Une erreur s'est produite lors de la tentative d'initialisation d'une instance de classe %s en tant qu'extension, telle qu'elle est d\u00e9finie dans l'entr\u00e9e de configuration %s\u00a0: %s |
| | | |
| New file |
| | |
| | | # CDDL HEADER START |
| | | # |
| | | # The contents of this file are subject to the terms of the |
| | | # Common Development and Distribution License, Version 1.0 only |
| | | # (the "License"). You may not use this file except in compliance |
| | | # with the License. |
| | | # |
| | | # You can obtain a copy of the license at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE |
| | | # or https://OpenDS.dev.java.net/OpenDS.LICENSE. |
| | | # See the License for the specific language governing permissions |
| | | # and limitations under the License. |
| | | # |
| | | # When distributing Covered Code, include this CDDL HEADER in each |
| | | # file and include the License file at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, |
| | | # add the following below this CDDL HEADER, with the fields enclosed |
| | | # by brackets "[]" replaced with your own identifying information: |
| | | # Portions Copyright [yyyy] [name of copyright owner] |
| | | # |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2008 Sun Microsystems, Inc. |
| | | |
| | | |
| | | |
| | | # |
| | | # Global directives |
| | | # |
| | | global.category=CONFIG |
| | | |
| | | # |
| | | # Format string definitions |
| | | # |
| | | # Keys must be formatted as follows: |
| | | # |
| | | # [SEVERITY]_[DESCRIPTION]_[ORDINAL] |
| | | # |
| | | # where: |
| | | # |
| | | # SEVERITY is one of: |
| | | # [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE] |
| | | # |
| | | # DESCRIPTION is an upper case string providing a hint as to the context of |
| | | # the message in upper case with the underscore ('_') character serving as |
| | | # word separator |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | MILD_ERR_CONFIG_ATTR_IS_REQUIRED_1=\u8a2d\u5b9a\u5c5e\u6027 %s \u306f\u30011 \u3064\u4ee5\u4e0a\u306e\u5024\u3092\u6301\u3064\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u304c\u3001\u7d50\u679c\u3068\u306a\u308b\u64cd\u4f5c\u306b\u3088\u308a\u3001\u3059\u3079\u3066\u306e\u5024\u304c\u524a\u9664\u3055\u308c\u307e\u3059 |
| | | MILD_ERR_CONFIG_ATTR_REJECTED_VALUE_2=\u8a2d\u5b9a\u5c5e\u6027 %2$s \u306b\u6307\u5b9a\u3055\u308c\u305f\u5024 %1$s \u306f\u62d2\u5426\u3055\u308c\u307e\u3057\u305f\u3002\u62d2\u5426\u3055\u308c\u305f\u7406\u7531: %s |
| | | MILD_ERR_CONFIG_ATTR_SET_VALUES_IS_SINGLE_VALUED_3=\u8a2d\u5b9a\u5c5e\u6027 %s \u306f\u5358\u4e00\u5024\u3067\u3059\u304c\u3001\u8907\u6570\u5024\u304c\u6307\u5b9a\u3055\u308c\u307e\u3057\u305f |
| | | MILD_ERR_CONFIG_ATTR_ADD_VALUES_IS_SINGLE_VALUED_4=\u8a2d\u5b9a\u5c5e\u6027 %s \u306f\u5358\u4e00\u5024\u3067\u3059\u304c\u3001\u6307\u5b9a\u3055\u308c\u305f\u5024\u3092\u8ffd\u52a0\u3059\u308b\u3068\u8907\u6570\u5024\u306b\u306a\u308a\u307e\u3059 |
| | | MILD_ERR_CONFIG_ATTR_ADD_VALUES_ALREADY_EXISTS_5=\u8a2d\u5b9a\u5c5e\u6027 %s \u306b\u306f\u3001\u5024 %s \u304c\u3059\u3067\u306b\u542b\u307e\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_CONFIG_ATTR_NO_SUCH_VALUE_6=\u5024 %s \u3092\u8a2d\u5b9a\u5c5e\u6027 %s \u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u6307\u5b9a\u3055\u308c\u305f\u5024\u306f\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | MILD_ERR_CONFIG_ATTR_INVALID_BOOLEAN_VALUE_7=\u30d6\u30fc\u30eb\u578b\u306e\u8a2d\u5b9a\u5c5e\u6027 %s \u306e\u5024\u3092\u8a2d\u5b9a\u3067\u304d\u307e\u305b\u3093\u3002\u6307\u5b9a\u3055\u308c\u305f\u5024 %s \u306f 'true' \u3067\u3082 'false' \u3067\u3082\u3042\u308a\u307e\u305b\u3093 |
| | | MILD_ERR_CONFIG_ATTR_NO_INT_VALUE_8=\u8a2d\u5b9a\u5c5e\u6027 %s \u306e\u5024\u3092\u6574\u6570\u3068\u3057\u3066\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u5c5e\u6027\u306b\u306f\u5024\u304c\u3042\u308a\u307e\u305b\u3093 |
| | | MILD_ERR_CONFIG_ATTR_MULTIPLE_INT_VALUES_9=\u8a2d\u5b9a\u5c5e\u6027 %s \u306e\u5024\u3092\u6574\u6570\u3068\u3057\u3066\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u5c5e\u6027\u306b\u306f\u8907\u6570\u306e\u5024\u304c\u3042\u308a\u307e\u3059 |
| | | MILD_ERR_CONFIG_ATTR_VALUE_OUT_OF_INT_RANGE_10=\u8a2d\u5b9a\u5c5e\u6027 %s \u306e\u5024\u3092 Java int \u3068\u3057\u3066\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3002\u5024\u304c\u6574\u6570\u3067\u8a31\u3055\u308c\u308b\u7bc4\u56f2\u5916\u3067\u3059 |
| | | MILD_ERR_CONFIG_ATTR_INVALID_INT_VALUE_11=\u6574\u6570\u306e\u8a2d\u5b9a\u5c5e\u6027 %s \u306e\u5024\u3092\u8a2d\u5b9a\u3067\u304d\u307e\u305b\u3093\u3002\u6307\u5b9a\u3055\u308c\u305f\u5024 %s \u306f\u3001\u6574\u6570\u5024\u3068\u3057\u3066\u89e3\u91c8\u3067\u304d\u307e\u305b\u3093: %s |
| | | MILD_ERR_CONFIG_ATTR_INT_BELOW_LOWER_BOUND_12=\u8a2d\u5b9a\u5c5e\u6027 %s \u306e\u5024\u3092\u8a2d\u5b9a\u3067\u304d\u307e\u305b\u3093\u3002\u6307\u5b9a\u3055\u308c\u305f\u5024 %d \u306f\u3001\u6307\u5b9a\u53ef\u80fd\u306a\u6700\u5c0f\u5024 %d \u3088\u308a\u5c0f\u3055\u3044\u3067\u3059 |
| | | MILD_ERR_CONFIG_ATTR_INT_ABOVE_UPPER_BOUND_13=\u8a2d\u5b9a\u5c5e\u6027 %s \u306e\u5024\u3092\u8a2d\u5b9a\u3067\u304d\u307e\u305b\u3093\u3002\u6307\u5b9a\u3055\u308c\u305f\u5024 %d \u306f\u3001\u6307\u5b9a\u53ef\u80fd\u306a\u6700\u5927\u5024 %d \u3088\u308a\u5927\u304d\u3044\u3067\u3059 |
| | | MILD_ERR_CONFIG_ATTR_INT_COULD_NOT_PARSE_14=\u8a2d\u5b9a\u5c5e\u6027 %2$s \u306e\u5024 %1$s \u3092\u6574\u6570\u5024\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093: %3$s |
| | | MILD_ERR_CONFIG_ATTR_NO_STRING_VALUE_15=\u8a2d\u5b9a\u5c5e\u6027 %s \u306e\u5024\u3092\u6587\u5b57\u5217\u3068\u3057\u3066\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u5c5e\u6027\u306b\u306f\u5024\u304c\u3042\u308a\u307e\u305b\u3093 |
| | | MILD_ERR_CONFIG_ATTR_MULTIPLE_STRING_VALUES_16=\u8a2d\u5b9a\u5c5e\u6027 %s \u306e\u5024\u3092\u6587\u5b57\u5217\u3068\u3057\u3066\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u5c5e\u6027\u306b\u306f\u8907\u6570\u306e\u5024\u304c\u3042\u308a\u307e\u3059 |
| | | MILD_ERR_CONFIG_ATTR_EMPTY_STRING_VALUE_17=\u7a7a\u306e\u5024\u6587\u5b57\u5217\u304c\u8a2d\u5b9a\u5c5e\u6027 %s \u306b\u6307\u5b9a\u3055\u308c\u307e\u3057\u305f |
| | | MILD_ERR_CONFIG_ATTR_VALUE_NOT_ALLOWED_18=\u5024 %s \u306f\u3001\u8a2d\u5b9a\u5c5e\u6027 %s \u306b\u6307\u5b9a\u53ef\u80fd\u306a\u5024\u306e\u30ea\u30b9\u30c8\u306b\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_CONFIG_ATTR_INVALID_UNIT_19='%s' \u306f\u3001\u8a2d\u5b9a\u5c5e\u6027 %s \u306b\u6709\u52b9\u306a\u5358\u4f4d\u3067\u306f\u3042\u308a\u307e\u305b\u3093 |
| | | MILD_ERR_CONFIG_ATTR_NO_UNIT_DELIMITER_20=%s \u3092\u8a2d\u5b9a\u5c5e\u6027 %s \u306e\u6574\u6570\u5024\u304a\u3088\u3073\u5358\u4f4d\u3068\u3057\u3066\u5fa9\u53f7\u5316\u3067\u304d\u307e\u305b\u3093\u3002\u5024/\u5358\u4f4d\u306e\u533a\u5207\u308a\u8a18\u53f7\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f |
| | | MILD_ERR_CONFIG_ATTR_COULD_NOT_PARSE_INT_COMPONENT_21=\u8a2d\u5b9a\u5c5e\u6027 %2$s\u306e\u5024 %1$s \u306e\u6574\u6570\u90e8\u5206\u3092\u5fa9\u53f7\u5316\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f: %3$s |
| | | MILD_ERR_CONFIG_ATTR_INVALID_VALUE_WITH_UNIT_22=\u5358\u4f4d\u4ed8\u304d\u306e\u6574\u6570\u5c5e\u6027 %2$s \u306b\u6307\u5b9a\u3055\u308c\u305f\u5024 %1$s \u306f\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093: %3$s |
| | | MILD_ERR_CONFIG_ENTRY_CONFLICTING_CHILD_23=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u3092\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306e\u5b50\u3068\u3057\u3066\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e DN \u306e\u5b50\u30a8\u30f3\u30c8\u30ea\u304c\u3059\u3067\u306b\u898b\u3064\u304b\u308a\u307e\u3057\u305f |
| | | MILD_ERR_CONFIG_ENTRY_NO_SUCH_CHILD_24=\u30a8\u30f3\u30c8\u30ea %s \u3092\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306e\u5b50\u3068\u3057\u3066\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u30a8\u30f3\u30c8\u30ea\u306b\u306f\u3001\u6307\u5b9a\u3055\u308c\u305f DN \u306e\u5b50\u304c\u3042\u308a\u307e\u305b\u3093 |
| | | MILD_ERR_CONFIG_ENTRY_CANNOT_REMOVE_NONLEAF_25=\u30a8\u30f3\u30c8\u30ea %s \u3092\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306e\u5b50\u3068\u3057\u3066\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u30a8\u30f3\u30c8\u30ea\u306b\u306f\u305d\u306e\u30a8\u30f3\u30c8\u30ea\u81ea\u4f53\u306e\u5b50\u304c\u3042\u308a\u3001\u30ea\u30fc\u30d5\u3067\u306a\u3044\u30a8\u30f3\u30c8\u30ea\u306f\u524a\u9664\u3067\u304d\u307e\u305b\u3093 |
| | | FATAL_ERR_CONFIG_FILE_DOES_NOT_EXIST_26=The specified configuration file %s does not exist or is not readable |
| | | FATAL_ERR_CONFIG_FILE_CANNOT_VERIFY_EXISTENCE_27=An unexpected error occurred while attempting to determine whether configuration file %s exists: %s |
| | | FATAL_ERR_CONFIG_FILE_CANNOT_OPEN_FOR_READ_28=An error occurred while attempting to open the configuration file %s for reading: %s |
| | | FATAL_ERR_CONFIG_FILE_READ_ERROR_29=An error occurred while attempting to read the contents of configuration file %s: %s |
| | | MILD_ERR_CONFIG_ATTR_OPTIONS_NOT_ALLOWED_30=\u7121\u52b9\u306a\u8a2d\u5b9a\u5c5e\u6027 %s \u304c\u691c\u51fa\u3055\u308c\u307e\u3057\u305f: \u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u69cb\u6210\u3067\u6307\u5b9a\u3067\u304d\u308b\u552f\u4e00\u306e\u5c5e\u6027\u30aa\u30d7\u30b7\u30e7\u30f3\u306f\u3001\u4fdd\u7559\u4e2d\u306e\u5024\u30bb\u30c3\u30c8\u3092\u6307\u5b9a\u3059\u308b "pending" \u3067\u3059 |
| | | FATAL_ERR_CONFIG_FILE_INVALID_LDIF_ENTRY_31=An error occurred at or near line %d while trying to parse the configuration from LDIF file %s: %s |
| | | FATAL_ERR_CONFIG_FILE_EMPTY_32=The specified configuration file %s does not appear to contain any configuration entries |
| | | FATAL_ERR_CONFIG_FILE_INVALID_BASE_DN_33=The first entry read from LDIF configuration file %s had a DN of "%s" rather than the expected "%s" which should be used as the Directory Server configuration root |
| | | FATAL_ERR_CONFIG_FILE_GENERIC_ERROR_34=An unexpected error occurred while attempting to process the Directory Server configuration file %s: %s |
| | | FATAL_ERR_CONFIG_FILE_DUPLICATE_ENTRY_35=Configuration entry %s starting at or near line %s in the LDIF configuration file %s has the same DN as another entry already read from that file |
| | | FATAL_ERR_CONFIG_FILE_NO_PARENT_36=Configuration entry %s starting at or near line %d in the configuration LDIF file %s does not appear to have a parent entry (expected parent DN was %s) |
| | | FATAL_ERR_CONFIG_FILE_UNKNOWN_PARENT_37=The Directory Server was unable to determine the parent DN for configuration entry %s starting at or near line %d in the configuration LDIF file %s |
| | | FATAL_ERR_CONFIG_CANNOT_DETERMINE_SERVER_ROOT_38=Unable to determine the Directory Server instance root from either an environment variable or based on the location of the configuration file. Please set an environment variable named %s with a value containing the absolute path to the server installation root |
| | | SEVERE_ERR_CONFIG_FILE_WRITE_ERROR_39=An unexpected error occurred while trying to write configuration entry %s to LDIF: %s |
| | | SEVERE_ERR_CONFIG_FILE_CLOSE_ERROR_40=An unexpected error occurred while trying to close the LDIF writer: %s |
| | | SEVERE_ERR_CONFIG_FILE_UNWILLING_TO_IMPORT_41=The Directory Server configuration may not be altered by importing a new configuration from LDIF |
| | | FATAL_ERR_CONFIG_LOGGER_CANNOT_GET_BASE_42=An error occurred while attempting to retrieve the base logger entry cn=Loggers,cn=config from the Directory Server configuration: %s |
| | | SEVERE_WARN_CONFIG_LOGGER_BASE_DOES_NOT_EXIST_43=The logger configuration base cn=Loggers,cn=config does not exist in the Directory Server configuration. Logging facilities will not be available until this entry is created and the Directory Server is restarted |
| | | SEVERE_WARN_CONFIG_LOGGER_NO_ACTIVE_ACCESS_LOGGERS_44=There are no active access loggers defined in the Directory Server configuration. No access logging will be performed |
| | | SEVERE_WARN_CONFIG_LOGGER_NO_ACTIVE_ERROR_LOGGERS_45=There are no active error loggers defined in the Directory Server configuration. No error logging will be performed |
| | | MILD_WARN_CONFIG_LOGGER_NO_ACTIVE_DEBUG_LOGGERS_46=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u69cb\u6210\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u6709\u52b9\u306a\u30c7\u30d0\u30c3\u30b0\u30ed\u30ac\u30fc\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u30c7\u30d0\u30c3\u30b0\u30ed\u30ae\u30f3\u30b0\u306f\u5b9f\u884c\u3055\u308c\u307e\u305b\u3093 |
| | | SEVERE_ERR_CONFIG_LOGGER_ENTRY_UNACCEPTABLE_47=Configuration entry %s does not contain a valid logger configuration: %s. It will be ignored |
| | | INFO_CONFIG_UNKNOWN_UNACCEPTABLE_REASON_48=\u8a31\u5bb9\u3067\u304d\u306a\u3044\u7406\u7531\u306f\u4e0d\u660e\u3067\u3059 |
| | | SEVERE_ERR_CONFIG_LOGGER_CANNOT_CREATE_LOGGER_49=An error occurred while attempting to create a Directory Server logger from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_OBJECTCLASS_50=Configuration entry %s does not contain a valid objectclass for a Directory Server access, error, or debug logger definition |
| | | INFO_CONFIG_LOGGER_DESCRIPTION_CLASS_NAME_51=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u30ed\u30ac\u30fc\u3092\u5b9a\u7fa9\u3059\u308b Java \u30af\u30e9\u30b9\u306e\u5b8c\u5168\u6307\u5b9a\u540d\u3002\u95a2\u9023\u3059\u308b\u30ed\u30ac\u30fc\u304c\u6709\u52b9\u306a\u3068\u304d\u306b\u3053\u308c\u304c\u5909\u66f4\u3055\u308c\u305f\u5834\u5408\u3001\u5909\u66f4\u3092\u6709\u52b9\u306b\u3059\u308b\u306b\u306f\u305d\u306e\u30ed\u30ac\u30fc\u3092\u7121\u52b9\u306b\u3057\u3066\u518d\u5ea6\u6709\u52b9\u306b\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059 |
| | | SEVERE_ERR_CONFIG_LOGGER_NO_CLASS_NAME_52=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-java-class which specifies the fully-qualified class name for the associated logger |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_CLASS_NAME_53=Configuration entry %s has an invalid value for attribute ds-cfg-java-class: %s |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_ACCESS_LOGGER_CLASS_54=Class %s specified in attribute ds-cfg-java-class of configuration entry %s cannot be instantiated as a Directory Server access logger: %s |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_ERROR_LOGGER_CLASS_55=Class %s specified in attribute ds-cfg-java-class of configuration entry %s cannot be instantiated as a Directory Server error logger: %s |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_DEBUG_LOGGER_CLASS_56=Class %s specified in attribute ds-cfg-java-class of configuration entry %s cannot be instantiated as a Directory Server debug logger: %s |
| | | INFO_CONFIG_LOGGER_DESCRIPTION_ENABLED_57=\u3053\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30ed\u30ac\u30fc\u3092\u6709\u52b9\u306b\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002\u3053\u306e\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_CONFIG_LOGGER_NO_ENABLED_ATTR_58=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-enabled which indicates whether the logger should be enabled for use in the Directory Server |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_ENABLED_VALUE_59=Configuration entry %s has an invalid value for attribute ds-cfg-enabled: %s |
| | | INFO_CONFIG_CORE_DESCRIPTION_ALLOW_ATTR_EXCEPTIONS_60=\u5c5e\u6027\u540d\u306b\u4f7f\u7528\u3067\u304d\u308b\u6587\u5b57\u306b\u3086\u308c\u3092\u8a31\u53ef\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u3001\u5c5e\u6027\u540d\u306f ASCII \u306e\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8\u6587\u5b57\u3001\u6570\u5b57\u3001\u30c0\u30c3\u30b7\u30e5\u306e\u307f\u4f7f\u7528\u3067\u304d\u3001\u6587\u5b57\u3067\u59cb\u307e\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u5c5e\u6027\u540d\u306e\u4f8b\u5916\u304c\u6709\u52b9\u306a\u5834\u5408\u306f\u3001\u4e0b\u7dda\u6587\u5b57\u3082\u4f7f\u7528\u3067\u304d\u3001\u5c5e\u6027\u540d\u3092\u6570\u5b57\u304b\u3089\u59cb\u3081\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_ALLOW_EXCEPTIONS_61=Configuration entry %s has an invalid value for configuration attribute ds-cfg-allow-attribute-name-exceptions (it should be a Boolean value of true or false): %s |
| | | INFO_CONFIG_CORE_DESCRIPTION_INVALID_SYNTAX_BEHAVIOR_62=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u304c\u3001\u305d\u306e\u5024\u304c\u5c5e\u6027\u306e\u69cb\u6587\u306b\u5f93\u3063\u3066\u3044\u306a\u3044\u5c5e\u6027\u3092\u691c\u51fa\u3057\u305f\u5834\u5408\u306b\u793a\u3059\u3079\u304d\u52d5\u4f5c\u3002\u3053\u306e\u5c5e\u6027\u306b\u6307\u5b9a\u3067\u304d\u308b\u5024\u306f\u3001\u7121\u52b9\u306a\u5024\u3092\u62d2\u5426\u3059\u308b "reject"\u3001\u7121\u52b9\u306a\u5024\u3092\u53d7\u3051\u5165\u308c\u308b\u304c\u8b66\u544a\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u8a18\u9332\u3059\u308b "warn"\u3001\u307e\u305f\u306f\u7121\u52b9\u306a\u5024\u3092\u53d7\u3051\u5165\u308c\u3066\u8b66\u544a\u3092\u51fa\u3055\u306a\u3044 "accept" \u3067\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_ENFORCE_STRICT_SYNTAX_63=Configuration entry %s has an invalid value for configuration attribute ds-cfg-invalid-attribute-syntax-behavior (it should be one of "accept", "reject", or "warn" ): %s |
| | | MILD_ERR_CONFIG_ATTR_MULTIPLE_PENDING_VALUE_SETS_64=\u8a2d\u5b9a\u5c5e\u6027 %s \u306f\u3001\u8907\u6570\u306e\u4fdd\u7559\u4e2d\u306e\u5024\u30bb\u30c3\u30c8\u3092\u542b\u3093\u3067\u3044\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059 |
| | | MILD_ERR_CONFIG_ATTR_MULTIPLE_ACTIVE_VALUE_SETS_65=\u8a2d\u5b9a\u5c5e\u6027 %s \u306f\u3001\u8907\u6570\u306e\u6709\u52b9\u306a\u5024\u30bb\u30c3\u30c8\u3092\u542b\u3093\u3067\u3044\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059 |
| | | MILD_ERR_CONFIG_ATTR_NO_ACTIVE_VALUE_SET_66=\u8a2d\u5b9a\u5c5e\u6027 %s \u306b\u306f\u3001\u6709\u52b9\u306a\u5024\u30bb\u30c3\u30c8\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_CONFIG_ATTR_INT_INVALID_TYPE_67=\u8a2d\u5b9a\u5c5e\u6027 %2$s \u306e\u5024 %1$s \u3092\u6574\u6570\u5024\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u8981\u7d20\u306e\u30bf\u30a4\u30d7\u304c\u7121\u52b9\u3067\u3057\u305f (%3$s) |
| | | MILD_ERR_CONFIG_ATTR_INT_INVALID_ARRAY_TYPE_68=\u8a2d\u5b9a\u5c5e\u6027 %s \u306e\u5024\u3092\u6574\u6570\u5024\u306e\u30bb\u30c3\u30c8\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3002\u914d\u5217\u306b\u3001\u7121\u52b9\u306a\u30bf\u30a4\u30d7 (%s) \u306e\u8981\u7d20\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f |
| | | MILD_ERR_CONFIG_ATTR_INVALID_STRING_VALUE_69=\u8a2d\u5b9a\u5c5e\u6027 %2$s \u306e\u5024 %1$s \u3092\u6587\u5b57\u5217\u5024\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093: %3$s |
| | | MILD_ERR_CONFIG_ATTR_STRING_INVALID_TYPE_70=\u8a2d\u5b9a\u5c5e\u6027 %2$s \u306e\u5024 %1$s \u3092\u6587\u5b57\u5217\u5024\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u8981\u7d20\u306e\u30bf\u30a4\u30d7\u304c\u7121\u52b9\u3067\u3057\u305f (%3$s) |
| | | MILD_ERR_CONFIG_ATTR_STRING_INVALID_ARRAY_TYPE_71=\u8a2d\u5b9a\u5c5e\u6027 %s \u306e\u5024\u3092\u6587\u5b57\u5217\u5024\u306e\u30bb\u30c3\u30c8\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3002\u914d\u5217\u306b\u3001\u7121\u52b9\u306a\u30bf\u30a4\u30d7 (%s) \u306e\u8981\u7d20\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f |
| | | MILD_ERR_CONFIG_ATTR_INT_WITH_UNIT_INVALID_TYPE_72=\u8a2d\u5b9a\u5c5e\u6027 %2$s \u306e\u5024 %1$s \u3092\u5358\u4f4d\u4ed8\u304d\u306e\u6574\u6570\u5024\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u8981\u7d20\u306e\u30bf\u30a4\u30d7\u304c\u7121\u52b9\u3067\u3057\u305f (%3$s) |
| | | MILD_ERR_CONFIG_JMX_ATTR_NO_VALUE_73=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306b\u3001\u5c5e\u6027 %s \u306e\u5024\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_CONFIG_JMX_ATTR_NO_ATTR_74=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306b\u3001\u5c5e\u6027 %s \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093 (\u307e\u305f\u306f\u305d\u306e\u5c5e\u6027\u306f\u5b58\u5728\u3057\u307e\u3059\u304c\u3001JMX \u3092\u4f7f\u7528\u3057\u3066\u30a2\u30af\u30bb\u30b9\u3067\u304d\u307e\u305b\u3093) |
| | | MILD_ERR_CONFIG_JMX_CANNOT_GET_CONFIG_ENTRY_75=JMX \u3092\u4f7f\u7528\u3057\u3066\u306e\u30a2\u30af\u30bb\u30b9\u3067\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093: %s |
| | | MILD_ERR_CONFIG_JMX_ATTR_INVALID_VALUE_76=JMX \u3092\u7d4c\u7531\u3057\u3066\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u306e\u5c5e\u6027 %1$s \u306e\u66f4\u65b0\u3092\u8a66\u307f\u307e\u3057\u305f\u304c\u3001\u7d50\u679c\u304c\u7121\u52b9\u306a\u5024\u306b\u306a\u308a\u307e\u3059: %3$s |
| | | MILD_ERR_CONFIG_JMX_UNACCEPTABLE_CONFIG_77=JMX \u3092\u7d4c\u7531\u3057\u3066\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u3092\u66f4\u65b0\u3059\u308b\u3068\u3001\u7d50\u679c\u304c\u7121\u52b9\u306a\u69cb\u6210\u306b\u306a\u308a\u307e\u3059: %s |
| | | MILD_ERR_CONFIG_JMX_NO_METHOD_78=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u306b\u767b\u9332\u3055\u308c\u305f\u547c\u3073\u51fa\u3057\u53ef\u80fd\u306a\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306b\u30e1\u30bd\u30c3\u30c9 %1$s \u304c\u3042\u308a\u307e\u305b\u3093 |
| | | MILD_ERR_CONFIG_CANNOT_GET_CONFIG_ENTRY_79=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306e\u53d6\u5f97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | INFO_CONFIG_SET_ATTRIBUTE_80=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %3$s \u306e\u8a2d\u5b9a\u5c5e\u6027 %1$s \u306e\u5024\u304c %2$s \u306b\u8a2d\u5b9a\u3055\u308c\u307e\u3057\u305f |
| | | MILD_ERR_CONFIG_CHANGE_NOT_SUCCESSFUL_81=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306e\u66f4\u65b0\u3092\u8a66\u307f\u307e\u3057\u305f\u304c\u5931\u6557\u3057\u30011 \u3064\u4ee5\u4e0a\u306e\u554f\u984c\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_CONFIG_LOGGER_NO_FILE_NAME_82=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-log-file which specifies the log file name for the associated logger |
| | | SEVERE_ERR_CONFIG_JMX_CANNOT_REGISTER_MBEAN_83=The Directory Server could not register a JMX MBean for the component associated with configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_LDIF_WRITE_ERROR_84=An unexpected error occurred while trying to export the Directory Server configuration to LDIF: %s |
| | | INFO_CONFIG_WORK_QUEUE_DESCRIPTION_NUM_THREADS_85=\u8981\u6c42\u306e\u51e6\u7406\u306b\u4f7f\u7528\u3055\u308c\u308b\u30ef\u30fc\u30af\u30b9\u30ec\u30c3\u30c9\u306e\u6570\u3002\u3053\u308c\u306b\u3088\u308a\u3001\u30b5\u30fc\u30d0\u30fc\u304c\u4e26\u5217\u51e6\u7406\u3067\u304d\u308b\u64cd\u4f5c\u306e\u6570\u3092\u5236\u5fa1\u3057\u307e\u3059\u3002\u6700\u9069\u306a\u5024\u306f\u3001\u30b5\u30fc\u30d0\u30fc\u3092\u5b9f\u884c\u3057\u3066\u3044\u308b\u30b7\u30b9\u30c6\u30e0\u306e\u7a2e\u985e\u3068\u51e6\u7406\u306e\u5fc5\u8981\u306a\u30ef\u30fc\u30af\u30ed\u30fc\u30c9\u306b\u3088\u3063\u3066\u7570\u306a\u308a\u307e\u3059\u3002\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u3092\u30c6\u30b9\u30c8\u3057\u3066\u6c7a\u5b9a\u3059\u308b\u3053\u3068\u3092\u304a\u52e7\u3081\u3057\u307e\u3059\u3002\u3053\u306e\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | INFO_CONFIG_WORK_QUEUE_DESCRIPTION_MAX_CAPACITY_86=\u3059\u3079\u3066\u306e\u30ef\u30fc\u30af\u30b9\u30ec\u30c3\u30c9\u304c\u307b\u304b\u306e\u64cd\u4f5c\u3092\u51e6\u7406\u3057\u3066\u3044\u3066\u30d3\u30b8\u30fc\u72b6\u614b\u306e\u3068\u304d\u306b\u3001\u4e00\u5ea6\u306b\u30ef\u30fc\u30af\u30ad\u30e5\u30fc\u306b\u4fdd\u6301\u3067\u304d\u308b\u4fdd\u7559\u4e2d\u306e\u8981\u6c42\u306e\u6700\u5927\u6570\u3002\u3053\u306e\u5236\u9650\u306b\u9054\u3059\u308b\u3068\u3001\u65b0\u898f\u306e\u8981\u6c42\u306f\u3059\u3079\u3066\u62d2\u5426\u3055\u308c\u307e\u3059\u3002\u5024 0 \u306f\u3001\u5236\u9650\u304c\u306a\u3044\u3053\u3068\u3092\u793a\u3057\u307e\u3059\u3002\u3053\u306e\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_CONFIG_WORK_QUEUE_CANNOT_DETERMINE_NUM_WORKER_THREADS_87=An error occurred while attempting to retrieve the value of the ds-cfg-num-worker-threads attribute from the %s entry, which is used to specify the number of worker threads to service the work queue: %s. The Directory Server will use the default value of 24 |
| | | SEVERE_ERR_CONFIG_WORK_QUEUE_CANNOT_DETERMINE_QUEUE_CAPACITY_88=An error occurred while attempting to retrieve the value of the ds-cfg-max-work-queue-capacity attribute from the %s entry, which is used to specify the maximum number of pending operations that may be held in the work queue: %s. The Directory Server will use the default value of 0 |
| | | SEVERE_WARN_CONFIG_WORK_QUEUE_NUM_THREADS_INVALID_VALUE_89=The value of configuration attribute ds-cfg-num-worker-threads in configuration entry %s has an invalid value (%d). This attribute requires an integer value greater than zero |
| | | SEVERE_WARN_CONFIG_WORK_QUEUE_CAPACITY_INVALID_VALUE_90=The value of configuration attribute ds-cfg-max-work-queue-capacity in configuration entry %s has an invalid value (%d). This attribute requires an integer value greater than or equal to zero |
| | | INFO_CONFIG_WORK_QUEUE_CREATED_THREADS_91=%d \u500b\u306e\u8ffd\u52a0\u30ef\u30fc\u30af\u30b9\u30ec\u30c3\u30c9\u304c\u4f5c\u6210\u3055\u308c\u3001\u4f7f\u7528\u53ef\u80fd\u306a\u30b9\u30ec\u30c3\u30c9\u306e\u7dcf\u6570\u306f %d \u500b\u306b\u306a\u308a\u307e\u3057\u305f |
| | | INFO_CONFIG_WORK_QUEUE_DESTROYING_THREADS_92=\u7d42\u4e86\u6e96\u5099\u304c\u3067\u304d\u308b\u3068\u305f\u3060\u3061\u306b %d \u500b\u306e\u30ef\u30fc\u30af\u30b9\u30ec\u30c3\u30c9\u304c\u7d42\u4e86\u3057 (\u30b9\u30ec\u30c3\u30c9\u304c\u5b9f\u969b\u306b\u7d42\u4e86\u3059\u308b\u306b\u306f\u6570\u79d2\u304b\u304b\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059)\u3001\u4f7f\u7528\u53ef\u80fd\u306a\u30b9\u30ec\u30c3\u30c9\u306e\u7dcf\u6570\u306f %d \u500b\u306b\u306a\u308a\u307e\u3059 |
| | | INFO_CONFIG_WORK_QUEUE_NEW_CAPACITY_93=\u30ef\u30fc\u30af\u30ad\u30e5\u30fc\u306e\u5bb9\u91cf\u304c\u66f4\u65b0\u3055\u308c\u3001\u65b0\u3057\u3044\u5024 %d \u3092\u4f7f\u7528\u3057\u307e\u3059 |
| | | SEVERE_ERR_CONFIG_WORK_QUEUE_TOO_MANY_FAILURES_94=Worker thread "%s" has experienced too many repeated failures while attempting to retrieve the next operation from the work queue (%d failures experienced, maximum of %d failures allowed). This worker thread will be destroyed |
| | | SEVERE_ERR_CONFIG_WORK_QUEUE_CANNOT_CREATE_MONITOR_95=A problem occurred while trying to create and start an instance of class %s to use as a monitor provider for the Directory Server work queue: %s. No monitor information will be available for the work queue |
| | | INFO_CONFIG_DESCRIPTION_BACKEND_DIRECTORY_96=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb\u304c\u683c\u7d0d\u3055\u308c\u308b\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306e\u540d\u524d |
| | | SEVERE_ERR_CONFIG_BACKEND_NO_DIRECTORY_97=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-db-directory |
| | | MILD_ERR_CONFIG_ATTR_DN_NULL_98=DN \u8a2d\u5b9a\u5c5e\u6027 %s \u306b NULL \u5024\u304c\u6307\u5b9a\u3055\u308c\u307e\u3057\u305f |
| | | MILD_ERR_CONFIG_ATTR_DN_CANNOT_PARSE_99=\u5c5e\u6027 %2$s \u306e\u5024 "%1$s" \u3092 DN \u3068\u3057\u3066\u89e3\u6790\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s |
| | | MILD_ERR_CONFIG_ATTR_INVALID_DN_VALUE_100=\u8a2d\u5b9a\u5c5e\u6027 %2$s \u306e\u5024 %1$s \u3092 DN \u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093: %3$s |
| | | MILD_ERR_CONFIG_ATTR_DN_INVALID_TYPE_101=\u8a2d\u5b9a\u5c5e\u6027 %2$s \u306e\u5024 %1$s \u3092 DN \u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u8981\u7d20\u306e\u30bf\u30a4\u30d7\u304c\u7121\u52b9\u3067\u3057\u305f (%3$s) |
| | | MILD_ERR_CONFIG_ATTR_DN_INVALID_ARRAY_TYPE_102=\u8a2d\u5b9a\u5c5e\u6027 %s \u306e\u5024\u3092 DN \u5024\u306e\u30bb\u30c3\u30c8\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3002\u914d\u5217\u306b\u3001\u7121\u52b9\u306a\u30bf\u30a4\u30d7 (%s) \u306e\u8981\u7d20\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f |
| | | FATAL_ERR_CONFIG_CANNOT_REGISTER_AS_PRIVATE_SUFFIX_103=An unexpected error occurred while trying to register the configuration handler base DN "%s" as a private suffix with the Directory Server: %s |
| | | SEVERE_ERR_CONFIG_BACKEND_CANNOT_GET_CONFIG_BASE_104=An error occurred while trying to retrieve configuration entry cn=Backends,cn=config in order to initialize the Directory Server backends: %s |
| | | SEVERE_ERR_CONFIG_BACKEND_BASE_DOES_NOT_EXIST_105=The entry cn=Backends,cn=config does not appear to exist in the Directory Server configuration. \u3053\u308c\u306f\u5fc5\u9808\u30a8\u30f3\u30c8\u30ea\u3067\u3059 |
| | | SEVERE_WARN_CONFIG_BACKEND_ENTRY_DOES_NOT_HAVE_BACKEND_CONFIG_106=Configuration entry %s exists below the backend configuration root of cn=Backends,cn=config but does not have objectclass ds-cfg-backend that is required for a Directory Server backend. This configuration entry will be ignored |
| | | SEVERE_ERR_CONFIG_BACKEND_ERROR_INTERACTING_WITH_BACKEND_ENTRY_107=An unexpected error occurred while interacting with backend configuration entry %s: %s |
| | | INFO_CONFIG_BACKEND_ATTR_DESCRIPTION_ENABLED_108=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u3067\u4f7f\u7528\u3059\u308b\u305f\u3081\u306b\u3053\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3092\u6709\u52b9\u306b\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002\u3053\u308c\u306f\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u304c\u30aa\u30f3\u30e9\u30a4\u30f3\u4e2d\u306b\u5909\u66f4\u3067\u304d\u307e\u3059\u304c\u3001\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304c\u7121\u52b9\u306b\u3055\u308c\u308b\u3068\u3001\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306f\u4f7f\u7528\u3067\u304d\u306a\u304f\u306a\u308a\u307e\u3059 |
| | | INFO_CONFIG_BACKEND_ATTR_DESCRIPTION_CLASS_109=\u3053\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u5b9f\u88c5\u306e\u30b3\u30a2\u30ed\u30b8\u30c3\u30af\u3092\u63d0\u4f9b\u3059\u308b Java \u30af\u30e9\u30b9\u306e\u5b8c\u5168\u6307\u5b9a\u540d\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u3001\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3092\u7121\u52b9\u306b\u3057\u3066\u518d\u5ea6\u6709\u52b9\u306b\u3059\u308b\u304b\u3001\u307e\u305f\u306f\u30b5\u30fc\u30d0\u30fc\u3092\u518d\u8d77\u52d5\u3059\u308b\u307e\u3067\u6709\u52b9\u306b\u306a\u308a\u307e\u305b\u3093 |
| | | SEVERE_WARN_CONFIG_BACKEND_NO_ENABLED_ATTR_110=Backend configuration entry %s does not contain attribute ds-cfg-enabled, which is used to indicate whether the backend should be enabled or disabled. Without this attribute, it will default to being disabled |
| | | INFO_CONFIG_BACKEND_DISABLED_111=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u3067\u5b9a\u7fa9\u3055\u308c\u308b\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306f\u7121\u52b9\u3068\u3057\u3066\u30de\u30fc\u30af\u3055\u308c\u308b\u305f\u3081\u3001\u4f7f\u7528\u3055\u308c\u307e\u305b\u3093 |
| | | SEVERE_ERR_CONFIG_BACKEND_UNABLE_TO_DETERMINE_ENABLED_STATE_112=An unexpected error occurred while attempting to determine whether the backend associated with configuration entry %s should be enabled or disabled: %s. It will be disabled |
| | | SEVERE_ERR_CONFIG_BACKEND_NO_CLASS_ATTR_113=Backend configuration entry %s does not contain attribute ds-cfg-java-class, which is used to specify the name of the class used to provide the backend implementation. The backend associated with this configuration entry will be disabled |
| | | SEVERE_ERR_CONFIG_BACKEND_CANNOT_GET_CLASS_114=An unexpected error occurred while trying to determine the name of the Java class that contains the implementation for backend %s: %s. This backend will be disabled |
| | | SEVERE_ERR_CONFIG_BACKEND_CANNOT_INSTANTIATE_115=The Directory Server was unable to load class %s and use it to create a backend instance as defined in configuration entry %s. The error that occurred was: %s. This backend will be disabled |
| | | SEVERE_ERR_CONFIG_BACKEND_CANNOT_INITIALIZE_116=An error occurred while trying to initialize a backend loaded from class %s with the information in configuration entry %s: %s. This backend will be disabled |
| | | SEVERE_ERR_CONFIG_BACKEND_CLASS_NOT_BACKEND_117=The class %s specified in configuration entry %s does not contain a valid Directory Server backend implementation |
| | | NOTICE_CONFIG_BACKEND_ACTION_REQUIRED_TO_CHANGE_CLASS_118=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306b\u5bfe\u3057\u3066\u8981\u6c42\u3055\u308c\u305f\u5909\u66f4\u306b\u3088\u308a\u3001\u95a2\u9023\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e\u30af\u30e9\u30b9\u304c %s \u304b\u3089 %s \u306b\u5909\u66f4\u3055\u308c\u307e\u3057\u305f\u3002\u3053\u306e\u5909\u66f4\u306f\u3001\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3092\u7121\u52b9\u306b\u3057\u3066\u518d\u5ea6\u6709\u52b9\u306b\u3059\u308b\u304b\u3001\u307e\u305f\u306f\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u3092\u518d\u8d77\u52d5\u3059\u308b\u307e\u3067\u6709\u52b9\u306b\u306a\u308a\u307e\u305b\u3093 |
| | | NOTICE_CONFIG_BACKEND_CANNOT_REMOVE_BACKEND_WITH_SUBORDINATES_119=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u3067\u5b9a\u7fa9\u3055\u308c\u305f\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306b 1 \u3064\u4ee5\u4e0a\u306e\u4e0b\u4f4d\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304c\u3042\u308a\u307e\u3059\u3002\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306b\u4e0b\u4f4d\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304c\u3042\u308b\u5834\u5408\u306f\u3001\u305d\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3092\u524a\u9664\u3067\u304d\u307e\u305b\u3093 |
| | | INFO_CONFIG_CORE_DESCRIPTION_MAX_ALLOWED_CONNECTIONS_120=\u4e00\u5ea6\u306b\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306b\u5bfe\u3057\u3066\u78ba\u7acb\u3067\u304d\u308b\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u63a5\u7d9a\u306e\u6700\u5927\u6570\u30020 \u4ee5\u4e0b\u306e\u5024\u306f\u3001\u5236\u9650\u304c\u306a\u3044\u3053\u3068\u3092\u793a\u3057\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | INFO_CONFIG_LOGGER_CLASS_ACTION_REQUIRED_122=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %3$s \u306e\u30ed\u30ac\u30fc\u30af\u30e9\u30b9\u540d\u3092 %1$s \u304b\u3089 %2$s \u306b\u3059\u308b\u3088\u3046\u306b\u8981\u6c42\u3055\u308c\u305f\u5909\u66f4\u306f\u3001\u52d5\u7684\u306b\u9069\u7528\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u5909\u66f4\u306f\u3001\u30ed\u30ac\u30fc\u3092\u7121\u52b9\u306b\u3057\u3066\u518d\u5ea6\u6709\u52b9\u306b\u3059\u308b\u304b\u3001\u307e\u305f\u306f\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u3092\u518d\u8d77\u52d5\u3059\u308b\u307e\u3067\u6709\u52b9\u306b\u306a\u308a\u307e\u305b\u3093 |
| | | MILD_ERR_CONFIG_LOGGER_EXISTS_123=DN \u304c %s \u3067\u3042\u308b\u65b0\u898f\u30ed\u30ac\u30fc\u30a8\u30f3\u30c8\u30ea\u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e DN \u306b\u767b\u9332\u3055\u308c\u305f\u30ed\u30ac\u30fc\u304c\u3059\u3067\u306b\u5b58\u5728\u3057\u307e\u3059 |
| | | MILD_ERR_CONFIG_LOGGER_ACCESS_INITIALIZATION_FAILED_124=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30a2\u30af\u30bb\u30b9\u30ed\u30ac\u30fc\u3068\u3057\u3066\u30af\u30e9\u30b9 %1$s \u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3092\u521d\u671f\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s |
| | | MILD_ERR_CONFIG_LOGGER_ERROR_INITIALIZATION_FAILED_125=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30a8\u30e9\u30fc\u30ed\u30ac\u30fc\u3068\u3057\u3066\u30af\u30e9\u30b9 %1$s \u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3092\u521d\u671f\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s |
| | | MILD_ERR_CONFIG_LOGGER_DEBUG_INITIALIZATION_FAILED_126=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c7\u30d0\u30c3\u30b0\u30ed\u30ac\u30fc\u3068\u3057\u3066\u30af\u30e9\u30b9 %1$s \u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3092\u521d\u671f\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s |
| | | FATAL_ERR_CONFIG_MONITOR_CANNOT_GET_BASE_127=An error occurred while attempting to retrieve the base monitor entry cn=Monitor Providers,cn=config from the Directory Server configuration: %s |
| | | SEVERE_WARN_CONFIG_MONITOR_BASE_DOES_NOT_EXIST_128=The monitor configuration base cn=Monitor Providers,cn=config does not exist in the Directory Server configuration. Only limited monitoring information will be available |
| | | SEVERE_ERR_CONFIG_MONITOR_ENTRY_UNACCEPTABLE_129=Configuration entry %s does not contain a valid monitor provider configuration: %s. It will be ignored |
| | | SEVERE_ERR_CONFIG_MONITOR_CANNOT_CREATE_MONITOR_130=An error occurred while attempting to create a Directory Server monitor provider from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_MONITOR_INVALID_OBJECTCLASS_131=Configuration entry %s does not contain the ds-cfg-monitor-provider objectclass, which is required for monitor provider definitions |
| | | INFO_CONFIG_MONITOR_DESCRIPTION_CLASS_NAME_132=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u30e2\u30cb\u30bf\u30fc\u30d7\u30ed\u30d0\u30a4\u30c0\u3092\u5b9a\u7fa9\u3059\u308b Java \u30af\u30e9\u30b9\u306e\u5b8c\u5168\u6307\u5b9a\u540d\u3002\u95a2\u9023\u3059\u308b\u30e2\u30cb\u30bf\u30fc\u304c\u6709\u52b9\u306a\u3068\u304d\u306b\u3053\u308c\u304c\u5909\u66f4\u3055\u308c\u305f\u5834\u5408\u3001\u5909\u66f4\u3092\u6709\u52b9\u306b\u3059\u308b\u306b\u306f\u305d\u306e\u30e2\u30cb\u30bf\u30fc\u3092\u7121\u52b9\u306b\u3057\u3066\u518d\u5ea6\u6709\u52b9\u306b\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059 |
| | | SEVERE_ERR_CONFIG_MONITOR_NO_CLASS_NAME_133=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-java-class which specifies the fully-qualified class name for the associated monitor provider |
| | | SEVERE_ERR_CONFIG_MONITOR_INVALID_CLASS_NAME_134=Configuration entry %s has an invalid value for attribute ds-cfg-java-class: %s |
| | | SEVERE_ERR_CONFIG_MONITOR_INVALID_CLASS_135=Class %s specified in configuration entry %s does not contain a valid monitor provider implementation: %s |
| | | INFO_CONFIG_MONITOR_DESCRIPTION_ENABLED_136=\u3053\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u30e2\u30cb\u30bf\u30fc\u30d7\u30ed\u30d0\u30a4\u30c0\u3092\u6709\u52b9\u306b\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002\u3053\u306e\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_CONFIG_MONITOR_NO_ENABLED_ATTR_137=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-enabled which indicates whether the monitor provider should be enabled for use in the Directory Server |
| | | SEVERE_ERR_CONFIG_MONITOR_INVALID_ENABLED_VALUE_138=Configuration entry %s has an invalid value for attribute ds-cfg-enabled: %s |
| | | INFO_CONFIG_MONITOR_CLASS_ACTION_REQUIRED_139=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %3$s \u306e\u30e2\u30cb\u30bf\u30fc\u30af\u30e9\u30b9\u540d\u3092 %1$s \u304b\u3089 %2$s \u306b\u3059\u308b\u3088\u3046\u306b\u8981\u6c42\u3055\u308c\u305f\u5909\u66f4\u306f\u3001\u52d5\u7684\u306b\u9069\u7528\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u5909\u66f4\u306f\u3001\u30e2\u30cb\u30bf\u30fc\u30d7\u30ed\u30d0\u30a4\u30c0\u3092\u7121\u52b9\u306b\u3057\u3066\u518d\u5ea6\u6709\u52b9\u306b\u3059\u308b\u304b\u3001\u307e\u305f\u306f\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u3092\u518d\u8d77\u52d5\u3059\u308b\u307e\u3067\u6709\u52b9\u306b\u306a\u308a\u307e\u305b\u3093 |
| | | MILD_ERR_CONFIG_MONITOR_INITIALIZATION_FAILED_140=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30e2\u30cb\u30bf\u30fc\u30d7\u30ed\u30d0\u30a4\u30c0\u3068\u3057\u3066\u30af\u30e9\u30b9 %1$s \u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3092\u521d\u671f\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s |
| | | MILD_ERR_CONFIG_MONITOR_EXISTS_141=DN \u304c %s \u3067\u3042\u308b\u65b0\u898f\u30e2\u30cb\u30bf\u30fc\u30d7\u30ed\u30d0\u30a4\u30c0\u30a8\u30f3\u30c8\u30ea\u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e DN \u306b\u767b\u9332\u3055\u308c\u305f\u30e2\u30cb\u30bf\u30fc\u30d7\u30ed\u30d0\u30a4\u30c0\u304c\u3059\u3067\u306b\u5b58\u5728\u3057\u307e\u3059 |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_CANNOT_GET_CONFIG_BASE_142=An error occurred while trying to retrieve configuration entry cn=Connection Handlers,cn=config in order to initialize the Directory Server backends: %s |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_BASE_DOES_NOT_EXIST_143=The entry cn=Connection Handlers,cn=config does not appear to exist in the Directory Server configuration. \u3053\u308c\u306f\u5fc5\u9808\u30a8\u30f3\u30c8\u30ea\u3067\u3059 |
| | | SEVERE_WARN_CONFIG_CONNHANDLER_ENTRY_DOES_NOT_HAVE_CONNHANDLER_CONFIG_144=Configuration entry %s exists below the connection handler configuration root of cn=Connection Handlers,cn=config but does not have objectclass ds-cfg-connection-handler that is required for a Directory Server connection handler. This configuration entry will be ignored |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_ERROR_INTERACTING_WITH_CONNHANDLER_ENTRY_145=An unexpected error occurred while interacting with connection handler configuration entry %s: %s |
| | | INFO_CONFIG_CONNHANDLER_ATTR_DESCRIPTION_ENABLED_146=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u3067\u4f7f\u7528\u3059\u308b\u305f\u3081\u306b\u3053\u306e\u63a5\u7d9a\u30cf\u30f3\u30c9\u30e9\u3092\u4f7f\u7528\u53ef\u80fd\u306b\u3059\u308b\u3069\u3046\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002\u3053\u308c\u306f\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u304c\u30aa\u30f3\u30e9\u30a4\u30f3\u4e2d\u306b\u5909\u66f4\u3067\u304d\u307e\u3059\u304c\u3001\u63a5\u7d9a\u30cf\u30f3\u30c9\u30e9\u304c\u7121\u52b9\u306b\u3055\u308c\u308b\u3068\u3001\u63a5\u7d9a\u30cf\u30f3\u30c9\u30e9\u306f\u4f7f\u7528\u3067\u304d\u306a\u304f\u306a\u308a\u307e\u3059 |
| | | INFO_CONFIG_CONNHANDLER_ATTR_DESCRIPTION_CLASS_147=\u3053\u306e\u63a5\u7d9a\u30cf\u30f3\u30c9\u30e9\u5b9f\u88c5\u306e\u30b3\u30a2\u30ed\u30b8\u30c3\u30af\u3092\u63d0\u4f9b\u3059\u308b Java \u30af\u30e9\u30b9\u306e\u5b8c\u5168\u6307\u5b9a\u540d\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u3001\u63a5\u7d9a\u30cf\u30f3\u30c9\u30e9\u3092\u7121\u52b9\u306b\u3057\u3066\u518d\u5ea6\u6709\u52b9\u306b\u3059\u308b\u304b\u3001\u307e\u305f\u306f\u30b5\u30fc\u30d0\u30fc\u3092\u518d\u8d77\u52d5\u3059\u308b\u307e\u3067\u6709\u52b9\u306b\u306a\u308a\u307e\u305b\u3093 |
| | | SEVERE_WARN_CONFIG_CONNHANDLER_NO_ENABLED_ATTR_148=Connection handler configuration entry %s does not contain attribute ds-cfg-enabled, which is used to indicate whether the connection handler should be enabled or disabled. Without this attribute, it will default to being disabled |
| | | INFO_CONFIG_CONNHANDLER_DISABLED_149=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u3067\u5b9a\u7fa9\u3055\u308c\u308b\u63a5\u7d9a\u30cf\u30f3\u30c9\u30e9\u306f\u7121\u52b9\u3068\u3057\u3066\u30de\u30fc\u30af\u3055\u308c\u308b\u305f\u3081\u3001\u4f7f\u7528\u3055\u308c\u307e\u305b\u3093 |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_UNABLE_TO_DETERMINE_ENABLED_STATE_150=An unexpected error occurred while attempting to determine whether the connection handler associated with configuration entry %s should be enabled or disabled: %s. It will be disabled |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_NO_CLASS_ATTR_151=Connection handler configuration entry %s does not contain attribute ds-cfg-java-class, which is used to specify the name of the class used to provide the connection handler implementation. The connection handler associated with this configuration entry will be disabled |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_CANNOT_GET_CLASS_152=An unexpected error occurred while trying to determine the name of the Java class that contains the implementation for connection handler %s: %s. This connection handler will be disabled |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_CANNOT_INSTANTIATE_153=The Directory Server was unable to load class %s and use it to create a connection handler instance as defined in configuration entry %s. The error that occurred was: %s. This connection handler will be disabled |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_CANNOT_INITIALIZE_154=An error occurred while trying to initialize a connection handler loaded from class %s with the information in configuration entry %s: %s. This connection handler will be disabled |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_UNACCEPTABLE_CONFIG_155=The configuration for the connection handler defined in configuration entry %s was not acceptable according to its internal validation. However, no specific information is available regarding the problem(s) with the entry |
| | | SEVERE_ERR_CONFIG_BACKEND_UNACCEPTABLE_CONFIG_156=The configuration for the backend defined in configuration entry %s was not acceptable according to its internal validation. However, no specific information is available regarding the problem(s) with the entry |
| | | SEVERE_ERR_CONFIG_MONITOR_UNACCEPTABLE_CONFIG_157=The configuration for the monitor provider defined in configuration entry %s was not acceptable according to its internal validation. However, no specific information is available regarding the problem(s) with the entry |
| | | SEVERE_ERR_CONFIG_LOGGER_UNACCEPTABLE_CONFIG_158=The configuration for the logger defined in configuration entry %s was not acceptable according to its internal validation. However, no specific information is available regarding the problem(s) with the entry |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_CLASS_NOT_CONNHANDLER_159=The class %s specified in configuration entry %s does not contain a valid Directory Server connection handler implementation |
| | | SEVERE_ERR_CONFIG_SCHEMA_CANNOT_GET_MR_BASE_160=An error occurred while trying to retrieve configuration entry cn=Matching Rules,cn=config in order to initialize the Directory Server matching rules: %s |
| | | SEVERE_ERR_CONFIG_SCHEMA_MR_BASE_DOES_NOT_EXIST_161=The entry cn=Matching Rules,cn=config does not appear to exist in the Directory Server configuration. \u3053\u308c\u306f\u5fc5\u9808\u30a8\u30f3\u30c8\u30ea\u3067\u3059 |
| | | SEVERE_ERR_CONFIG_SCHEMA_NO_MATCHING_RULES_162=No child entries were found below the entry cn=Matching Rules,cn=config to define the matching rules for use in the Directory Server. This is an error, because the Directory Server must have matching rules defined to function properly |
| | | SEVERE_WARN_CONFIG_SCHEMA_ENTRY_DOES_NOT_HAVE_MR_CONFIG_163=Configuration entry %s exists below the matching rule configuration root of cn=Matching Rules,cn=config but does not have objectclass ds-cfg-matching-rule that is required for a Directory Server matching rule. This configuration entry will be ignored |
| | | INFO_CONFIG_SCHEMA_MR_ATTR_DESCRIPTION_ENABLED_164=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u3067\u4f7f\u7528\u3059\u308b\u305f\u3081\u306b\u3053\u306e\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u3092\u6709\u52b9\u306b\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002\u3053\u308c\u306f\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u304c\u30aa\u30f3\u30e9\u30a4\u30f3\u4e2d\u306b\u5909\u66f4\u3067\u304d\u307e\u3059\u304c\u30011 \u3064\u4ee5\u4e0a\u306e\u5c5e\u6027\u306b\u4f7f\u7528\u3055\u308c\u305f\u3042\u3068\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u304c\u7121\u52b9\u306b\u3055\u308c\u308b\u3068\u3001\u305d\u308c\u3089\u306e\u5c5e\u6027\u306b\u5bfe\u3057\u3066\u30de\u30c3\u30c1\u30f3\u30b0\u304c\u4e88\u671f\u3057\u305f\u3068\u304a\u308a\u306b\u6a5f\u80fd\u3057\u306a\u304f\u306a\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059 |
| | | INFO_CONFIG_SCHEMA_MR_ATTR_DESCRIPTION_CLASS_165=\u3053\u306e\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u5b9f\u88c5\u306e\u30b3\u30a2\u30ed\u30b8\u30c3\u30af\u3092\u63d0\u4f9b\u3059\u308b Java \u30af\u30e9\u30b9\u306e\u5b8c\u5168\u6307\u5b9a\u540d\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u3001\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u3092\u7121\u52b9\u306b\u3057\u3066\u518d\u5ea6\u6709\u52b9\u306b\u3059\u308b\u304b\u3001\u307e\u305f\u306f\u30b5\u30fc\u30d0\u30fc\u3092\u518d\u8d77\u52d5\u3059\u308b\u307e\u3067\u6709\u52b9\u306b\u306a\u308a\u307e\u305b\u3093\u3002\u307e\u305f\u3001\u3059\u3067\u306b 1 \u3064\u4ee5\u4e0a\u306e\u5c5e\u6027\u306b\u4f7f\u7528\u3055\u308c\u305f\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u30af\u30e9\u30b9\u306b\u5bfe\u3059\u308b\u5909\u66f4\u306f\u3001\u305d\u308c\u3089\u306e\u5c5e\u6027\u306b\u5bfe\u3057\u3066\u30de\u30c3\u30c1\u30f3\u30b0\u3092\u5b9f\u884c\u3057\u305f\u3068\u304d\u306b\u4e88\u671f\u3057\u306a\u3044\u7d50\u679c\u3092\u62db\u304f\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059 |
| | | SEVERE_WARN_CONFIG_SCHEMA_MR_NO_ENABLED_ATTR_166=Matching rule configuration entry %s does not contain attribute ds-cfg-enabled, which is used to indicate whether the matching rule should be enabled or disabled. Without this attribute, it will default to being disabled |
| | | INFO_CONFIG_SCHEMA_MR_DISABLED_167=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u3067\u5b9a\u7fa9\u3055\u308c\u308b\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306f\u3001\u7121\u52b9\u3068\u3057\u3066\u30de\u30fc\u30af\u3055\u308c\u308b\u305f\u3081\u3001\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093\u3002\u904e\u53bb\u306b 1 \u3064\u4ee5\u4e0a\u306e\u5c5e\u6027\u306b\u4f7f\u7528\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u3001\u305d\u308c\u3089\u306e\u5c5e\u6027\u306e\u5024\u306b\u5bfe\u3057\u3066\u30de\u30c3\u30c1\u30f3\u30b0\u304c\u6a5f\u80fd\u3057\u306a\u304f\u306a\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059 |
| | | SEVERE_ERR_CONFIG_SCHEMA_MR_UNABLE_TO_DETERMINE_ENABLED_STATE_168=An unexpected error occurred while attempting to determine whether the matching rule associated with configuration entry %s should be enabled or disabled: %s. It will be disabled |
| | | SEVERE_ERR_CONFIG_SCHEMA_MR_NO_CLASS_ATTR_169=Matching rule configuration entry %s does not contain attribute ds-cfg-java-class, which is used to specify the name of the class used to provide the matching rule implementation. The matching rule associated with this configuration entry will be disabled |
| | | SEVERE_ERR_CONFIG_SCHEMA_MR_CANNOT_GET_CLASS_170=An unexpected error occurred while trying to determine the name of the Java class that contains the implementation for matching rule %s: %s. This matching rule will be disabled |
| | | SEVERE_ERR_CONFIG_SCHEMA_MR_CANNOT_INSTANTIATE_171=The Directory Server was unable to load class %s and use it to create a matching rule instance as defined in configuration entry %s. The error that occurred was: %s. This matching rule will be disabled |
| | | SEVERE_ERR_CONFIG_SCHEMA_MR_CANNOT_INITIALIZE_172=An error occurred while trying to initialize a matching rule loaded from class %s with the information in configuration entry %s: %s. This matching rule will be disabled |
| | | SEVERE_WARN_CONFIG_SCHEMA_MR_CONFLICTING_MR_173=The matching rule defined in configuration entry %s conflicts with another matching rule defined in the server configuration: %s. This matching rule will not be used |
| | | SEVERE_ERR_CONFIG_SCHEMA_CANNOT_GET_SYNTAX_BASE_174=An error occurred while trying to retrieve configuration entry cn=Syntaxes,cn=config in order to initialize the Directory Server attribute syntaxes: %s |
| | | SEVERE_ERR_CONFIG_SCHEMA_SYNTAX_BASE_DOES_NOT_EXIST_175=The entry cn=Syntaxes,cn=config does not appear to exist in the Directory Server configuration. \u3053\u308c\u306f\u5fc5\u9808\u30a8\u30f3\u30c8\u30ea\u3067\u3059 |
| | | SEVERE_ERR_CONFIG_SCHEMA_NO_SYNTAXES_176=No child entries were found below the entry cn=Syntaxes,cn=config to define the attribute syntaxes for use in the Directory Server. This is an error, because the Directory Server must have syntaxes defined to function properly |
| | | SEVERE_WARN_CONFIG_SCHEMA_ENTRY_DOES_NOT_HAVE_SYNTAX_CONFIG_177=Configuration entry %s exists below the attribute syntax configuration root of cn=Syntaxes,cn=config but does not have objectclass ds-cfg-attribute-syntax that is required for a Directory Server attribute syntax. This configuration entry will be ignored |
| | | INFO_CONFIG_SCHEMA_SYNTAX_ATTR_DESCRIPTION_ENABLED_178=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u3067\u4f7f\u7528\u3059\u308b\u305f\u3081\u306b\u3053\u306e\u5c5e\u6027\u69cb\u6587\u3092\u6709\u52b9\u306b\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002\u3053\u308c\u306f\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u304c\u30aa\u30f3\u30e9\u30a4\u30f3\u4e2d\u306b\u5909\u66f4\u3067\u304d\u307e\u3059\u304c\u30011 \u3064\u4ee5\u4e0a\u306e\u5c5e\u6027\u306b\u4f7f\u7528\u3055\u308c\u305f\u3042\u3068\u69cb\u6587\u304c\u7121\u52b9\u306b\u3055\u308c\u308b\u3068\u3001\u305d\u308c\u3089\u306e\u5c5e\u6027\u306b\u5bfe\u3057\u3066\u30de\u30c3\u30c1\u30f3\u30b0\u304c\u4e88\u671f\u3057\u305f\u3068\u304a\u308a\u306b\u6a5f\u80fd\u3057\u306a\u304f\u306a\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059 |
| | | INFO_CONFIG_SCHEMA_SYNTAX_ATTR_DESCRIPTION_CLASS_179=\u3053\u306e\u5c5e\u6027\u69cb\u6587\u5b9f\u88c5\u306e\u30b3\u30a2\u30ed\u30b8\u30c3\u30af\u3092\u63d0\u4f9b\u3059\u308b Java \u30af\u30e9\u30b9\u306e\u5b8c\u5168\u6307\u5b9a\u540d\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u3001\u69cb\u6587\u3092\u7121\u52b9\u306b\u3057\u3066\u518d\u5ea6\u6709\u52b9\u306b\u3059\u308b\u304b\u3001\u307e\u305f\u306f\u30b5\u30fc\u30d0\u30fc\u3092\u518d\u8d77\u52d5\u3059\u308b\u307e\u3067\u6709\u52b9\u306b\u306a\u308a\u307e\u305b\u3093\u3002\u307e\u305f\u3001\u3059\u3067\u306b 1 \u3064\u4ee5\u4e0a\u306e\u5c5e\u6027\u306b\u4f7f\u7528\u3055\u308c\u305f\u5c5e\u6027\u69cb\u6587\u306e\u69cb\u6587\u30af\u30e9\u30b9\u306b\u5bfe\u3059\u308b\u5909\u66f4\u306f\u3001\u305d\u308c\u3089\u306e\u5c5e\u6027\u306b\u5bfe\u3057\u3066\u30de\u30c3\u30c1\u30f3\u30b0\u3092\u5b9f\u884c\u3057\u305f\u3068\u304d\u306b\u4e88\u671f\u3057\u306a\u3044\u7d50\u679c\u3092\u62db\u304f\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059 |
| | | SEVERE_WARN_CONFIG_SCHEMA_SYNTAX_NO_ENABLED_ATTR_180=Attribute syntax configuration entry %s does not contain attribute ds-cfg-enabled, which is used to indicate whether the syntax should be enabled or disabled. Without this attribute, it will default to being disabled |
| | | INFO_CONFIG_SCHEMA_SYNTAX_DISABLED_181=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u3067\u5b9a\u7fa9\u3055\u308c\u308b\u5c5e\u6027\u69cb\u6587\u306f\u3001\u7121\u52b9\u3068\u3057\u3066\u30de\u30fc\u30af\u3055\u308c\u308b\u305f\u3081\u3001\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093\u3002\u904e\u53bb\u306b 1 \u3064\u4ee5\u4e0a\u306e\u5c5e\u6027\u306b\u4f7f\u7528\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u3001\u305d\u308c\u3089\u306e\u5c5e\u6027\u306e\u5024\u306b\u5bfe\u3057\u3066\u30de\u30c3\u30c1\u30f3\u30b0\u304c\u6a5f\u80fd\u3057\u306a\u304f\u306a\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059 |
| | | SEVERE_ERR_CONFIG_SCHEMA_SYNTAX_UNABLE_TO_DETERMINE_ENABLED_STATE_182=An unexpected error occurred while attempting to determine whether the attribute syntax associated with configuration entry %s should be enabled or disabled: %s. It will be disabled |
| | | SEVERE_ERR_CONFIG_SCHEMA_SYNTAX_NO_CLASS_ATTR_183=Matching rule configuration entry %s does not contain attribute ds-cfg-java-class, which is used to specify the name of the class used to provide the attribute syntax implementation. The syntax associated with this configuration entry will be disabled |
| | | SEVERE_ERR_CONFIG_SCHEMA_SYNTAX_CANNOT_GET_CLASS_184=An unexpected error occurred while trying to determine the name of the Java class that contains the implementation for attribute syntax %s: %s. This syntax will be disabled |
| | | SEVERE_ERR_CONFIG_SCHEMA_SYNTAX_CANNOT_INSTANTIATE_185=The Directory Server was unable to load class %s and use it to create an attribute syntax instance as defined in configuration entry %s. The error that occurred was: %s. This syntax will be disabled |
| | | SEVERE_ERR_CONFIG_SCHEMA_SYNTAX_CANNOT_INITIALIZE_186=An error occurred while trying to initialize an attribute syntax loaded from class %s with the information in configuration entry %s: %s. This syntax will be disabled |
| | | SEVERE_WARN_CONFIG_SCHEMA_SYNTAX_CONFLICTING_SYNTAX_187=The attribute syntax defined in configuration entry %s conflicts with another syntax defined in the server configuration: %s. This attribute syntax will not be used |
| | | SEVERE_ERR_CONFIG_SCHEMA_NO_SCHEMA_DIR_188=Unable to read the Directory Server schema definitions because the schema directory %s does not exist |
| | | SEVERE_ERR_CONFIG_SCHEMA_DIR_NOT_DIRECTORY_189=Unable to read the Directory Server schema definitions because the schema directory %s exists but is not a directory |
| | | SEVERE_ERR_CONFIG_SCHEMA_CANNOT_LIST_FILES_190=Unable to read the Directory Server schema definitions from directory %s because an unexpected error occurred while trying to list the files in that directory: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_OPEN_FILE_191=Schema configuration file %s in directory %s cannot be parsed because an unexpected error occurred while trying to open the file for reading: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_READ_LDIF_ENTRY_192=Schema configuration file %s in directory %s cannot be parsed because an unexpected error occurred while trying to read its contents as an LDIF entry: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_PARSE_ATTR_TYPE_193=Unable to parse an attribute type definition from schema configuration file %s: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CONFLICTING_ATTR_TYPE_194=An attribute type read from schema configuration file %s conflicts with another attribute type already read into the schema: %s. The later attribute type definition will be used |
| | | SEVERE_WARN_CONFIG_SCHEMA_CONFLICTING_OC_195=An objectclass read from schema configuration file %s conflicts with another objectclass already read into the schema: %s. The later objectclass definition will be used |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_PARSE_OC_196=An objectclass read from schema configuration file %s could not be parsed: %s |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_STRUCTURAL_CLASS_BEHAVIOR_197=Configuration entry %s has an invalid value for configuration attribute ds-cfg-single-structural-objectclass-behavior (it should be one of "accept", "reject", or "warn" ): %s |
| | | INFO_CONFIG_CORE_DESCRIPTION_CHECK_SCHEMA_198=\u30a8\u30f3\u30c8\u30ea\u304c\u30b5\u30fc\u30d0\u30fc\u306e\u30b9\u30ad\u30fc\u30de\u69cb\u6210 (\u3059\u3079\u3066\u306e\u5fc5\u9808\u5c5e\u6027\u304c\u542b\u307e\u308c\u3001\u7981\u6b62\u5c5e\u6027\u306f\u5b58\u5728\u3057\u306a\u3044\u306a\u3069) \u306b\u5f93\u3063\u3066\u6709\u52b9\u3067\u3042\u308b\u304b\u78ba\u8a8d\u3059\u308b\u305f\u3081\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u304c\u66f4\u65b0\u64cd\u4f5c\u3067\u30b9\u30ad\u30fc\u30de\u306e\u691c\u67fb\u51e6\u7406\u3092\u5b9f\u884c\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002\u30b9\u30ad\u30fc\u30de\u306e\u691c\u67fb\u51e6\u7406\u3092\u7121\u52b9\u306b\u3059\u308b\u3053\u3068\u306f\u3001\u4e00\u822c\u306b\u304a\u52e7\u3081\u3067\u304d\u307e\u305b\u3093\u3002\u7121\u52b9\u306a\u30a8\u30f3\u30c8\u30ea\u304c\u30b5\u30fc\u30d0\u30fc\u306b\u542b\u307e\u308c\u308b\u53ef\u80fd\u6027\u304c\u3042\u308b\u305f\u3081\u3067\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_CHECK_SCHEMA_199=Configuration entry %s has an invalid value for configuration attribute ds-cfg-check-schema (it should be a Boolean value of true or false): %s |
| | | SEVERE_ERR_CONFIG_ENTRYCACHE_CANNOT_INSTALL_DEFAULT_CACHE_200=An unexpected error occurred that prevented the server from installing its default entry cache framework: %s |
| | | SEVERE_WARN_CONFIG_ENTRYCACHE_NO_CONFIG_ENTRY_201=The entry cache configuration entry "cn=Entry Caches,cn=config" does not exist in the Directory Server configuration. No entry cache will be available until this entry is created with a valid entry cache configuration |
| | | SEVERE_ERR_CONFIG_ENTRYCACHE_CANNOT_INITIALIZE_CACHE_202=An error occurred while attempting to initialize an instance of class %s for use as the Directory Server entry cache: %s. As a result, the entry cache will be disabled |
| | | SEVERE_ERR_CONFIG_ENTRYCACHE_CONFIG_NOT_ACCEPTABLE_203=The configuration for the entry cache defined in configuration entry %s was not acceptable: %s |
| | | SEVERE_ERR_CONFIG_ENTRYCACHE_CONFIG_LEVEL_NOT_ACCEPTABLE_204=The configuration for the entry cache defined in configuration entry %s was not acceptable: the entry cache level %d is already in use |
| | | INFO_WARN_CONFIG_ENTRYCACHE_NO_MONITOR_CONFIG_ENTRY_205=\u30a8\u30f3\u30c8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5 %s \u306e\u30e2\u30cb\u30bf\u30fc\u30d7\u30ed\u30d0\u30a4\u30c0\u306e\u69cb\u6210\u3092\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u305d\u306e\u305f\u3081\u3001\u3053\u306e\u30e2\u30cb\u30bf\u30fc\u30d7\u30ed\u30d0\u30a4\u30c0 %s \u306f\u6709\u52b9\u306b\u306a\u308a\u307e\u305b\u3093 |
| | | INFO_WARN_CONFIG_ENTRYCACHE_MONITOR_CONFIG_DISABLED_206=\u30a8\u30f3\u30c8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5 %s \u306e\u30e2\u30cb\u30bf\u30fc\u30d7\u30ed\u30d0\u30a4\u30c0\u306e\u69cb\u6210\u304c\u7121\u52b9\u3067\u3057\u305f\u3002\u305d\u306e\u305f\u3081\u3001\u3053\u306e\u30e2\u30cb\u30bf\u30fc\u30d7\u30ed\u30d0\u30a4\u30c0 %s \u306f\u6709\u52b9\u306b\u306a\u308a\u307e\u305b\u3093 |
| | | MILD_ERR_CONFIG_ENTRY_CANNOT_REMOVE_CHILD_215=\u30a8\u30f3\u30c8\u30ea %s \u3092\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306e\u5b50\u3068\u3057\u3066\u524a\u9664\u4e2d\u306b\u3001\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_PARSE_NAME_FORM_216=Unable to parse a name form definition from schema configuration file %s: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CONFLICTING_NAME_FORM_217=A name form read from schema configuration file %s conflicts with another name form already read into the schema: %s. The later name form definition will be used |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_PARSE_DCR_218=Unable to parse a DIT content rule definition from schema configuration file %s: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CONFLICTING_DCR_219=A DIT content rule read from schema configuration file %s conflicts with another DIT content rule already read into the schema: %s. The later DIT content rule definition will be used |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_PARSE_DSR_220=Unable to parse a DIT structure rule definition from schema configuration file %s: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CONFLICTING_DSR_221=A DIT structure rule read from schema configuration file %s conflicts with another DIT structure rule already read into the schema: %s. The later DIT structure rule definition will be used |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_PARSE_MRU_222=Unable to parse a matching rule use definition from schema configuration file %s: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CONFLICTING_MRU_223=A matching rule use read from schema configuration file %s conflicts with another matching rule use already read into the schema: %s. The later matching rule use definition will be used |
| | | SEVERE_WARN_CONFIG_LOGGER_NO_ROTATION_POLICY_224=No file rotation policy has been defined in configuration entry %s. No log rotation will take place |
| | | SEVERE_ERR_CONFIG_LOGGER_NO_SIZE_LIMIT_225=No size limit has been defined for the size based file rotation policy in the configuration entry %s |
| | | SEVERE_ERR_CONFIG_LOGGER_NO_TIME_LIMIT_226=No time limit has been defined for the time based file rotation policy in the configuration entry %s |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_ROTATION_POLICY_227=An invalid file rotation policy %s has been defined in configuration entry %s |
| | | MILD_ERR_CONFIG_ATTR_READ_ONLY_228=\u8a2d\u5b9a\u5c5e\u6027 %s \u306f\u8aad\u307f\u53d6\u308a\u5c02\u7528\u3067\u3042\u308b\u305f\u3081\u3001\u305d\u306e\u5024\u3092\u5909\u66f4\u3067\u304d\u307e\u305b\u3093 |
| | | SEVERE_ERR_CONFIG_PLUGIN_CANNOT_GET_CONFIG_BASE_229=An error occurred while trying to retrieve configuration entry cn=Plugins,cn=config in order to initialize the Directory Server plugins: %s |
| | | SEVERE_ERR_CONFIG_PLUGIN_BASE_DOES_NOT_EXIST_230=The entry cn=Plugins,cn=config does not appear to exist in the Directory Server configuration. \u3053\u308c\u306f\u5fc5\u9808\u30a8\u30f3\u30c8\u30ea\u3067\u3059 |
| | | SEVERE_WARN_CONFIG_PLUGIN_ENTRY_DOES_NOT_HAVE_PLUGIN_CONFIG_231=Configuration entry %s exists below the plugin configuration root of cn=Plugins,cn=config but does not have objectclass ds-cfg-backend that is required for a Directory Server plugin. This configuration entry will be ignored |
| | | SEVERE_ERR_CONFIG_PLUGIN_ERROR_INTERACTING_WITH_PLUGIN_ENTRY_232=An unexpected error occurred while interacting with backend configuration entry %s: %s |
| | | INFO_CONFIG_PLUGIN_ATTR_DESCRIPTION_ENABLED_233=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u3067\u4f7f\u7528\u3059\u308b\u305f\u3081\u306b\u3053\u306e\u30d7\u30e9\u30b0\u30a4\u30f3\u3092\u6709\u52b9\u306b\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002\u3053\u308c\u306f Directory Server \u304c\u30aa\u30f3\u30e9\u30a4\u30f3\u4e2d\u306b\u5909\u66f4\u3067\u304d\u3001\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_WARN_CONFIG_PLUGIN_NO_ENABLED_ATTR_234=Plugin configuration entry %s does not contain attribute ds-cfg-enabled, which is used to indicate whether the plugin should be enabled or disabled. Without this attribute, it will default to being disabled |
| | | INFO_CONFIG_PLUGIN_DISABLED_235=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u3067\u5b9a\u7fa9\u3055\u308c\u308b\u30d7\u30e9\u30b0\u30a4\u30f3\u306f\u3001\u7121\u52b9\u3068\u3057\u3066\u30de\u30fc\u30af\u3055\u308c\u308b\u305f\u3081\u3001\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093 |
| | | SEVERE_ERR_CONFIG_PLUGIN_UNABLE_TO_DETERMINE_ENABLED_STATE_236=An unexpected error occurred while attempting to determine whether the plugin associated with configuration entry %s should be enabled or disabled: %s. It will be disabled |
| | | INFO_CONFIG_PLUGIN_ATTR_DESCRIPTION_PLUGIN_TYPE_237=\u3053\u306e\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u30d7\u30e9\u30b0\u30a4\u30f3\u30bf\u30a4\u30d7\u3002\u30d7\u30e9\u30b0\u30a4\u30f3\u30bf\u30a4\u30d7\u306f\u3001\u51e6\u7406\u4e2d\u306b\u3053\u306e\u30d7\u30e9\u30b0\u30a4\u30f3\u304c\u547c\u3073\u51fa\u3055\u308c\u308b\u56de\u6570\u3092\u5236\u5fa1\u3057\u307e\u3059\u3002\u3053\u306e\u5024\u306f\u3001\u30d7\u30e9\u30b0\u30a4\u30f3\u304c\u30ed\u30fc\u30c9\u3055\u308c\u3066\u521d\u671f\u5316\u3055\u308c\u308b\u3068\u304d\u306b\u306e\u307f\u8aad\u307f\u8fbc\u307e\u308c\u308b\u305f\u3081\u3001\u3053\u306e\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u3001\u30d7\u30e9\u30b0\u30a4\u30f3\u3092\u7121\u52b9\u306b\u3057\u3066\u518d\u5ea6\u6709\u52b9\u306b\u3059\u308b\u304b\u3001\u307e\u305f\u306f\u30b5\u30fc\u30d0\u30fc\u3092\u518d\u8d77\u52d5\u3059\u308b\u307e\u3067\u6709\u52b9\u306b\u306a\u308a\u307e\u305b\u3093 |
| | | INFO_CONFIG_PLUGIN_ATTR_DESCRIPTION_CLASS_238=\u3053\u306e\u30d7\u30e9\u30b0\u30a4\u30f3\u5b9f\u88c5\u306e\u30b3\u30a2\u30ed\u30b8\u30c3\u30af\u3092\u63d0\u4f9b\u3059\u308b Java \u30af\u30e9\u30b9\u306e\u5b8c\u5168\u6307\u5b9a\u540d\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u3001\u30d7\u30e9\u30b0\u30a4\u30f3\u3092\u7121\u52b9\u306b\u3057\u3066\u518d\u5ea6\u6709\u52b9\u306b\u3059\u308b\u304b\u3001\u307e\u305f\u306f\u30b5\u30fc\u30d0\u30fc\u3092\u518d\u8d77\u52d5\u3059\u308b\u307e\u3067\u6709\u52b9\u306b\u306a\u308a\u307e\u305b\u3093 |
| | | SEVERE_ERR_CONFIG_PLUGIN_NO_PLUGIN_TYPES_239=Plugin configuration entry %s does not contain attribute ds-cfg-plugin-type, which is used to specify the name(s) of the plugin type(s) for the plugin. This is a required attribute, so this plugin will be disabled |
| | | SEVERE_ERR_CONFIG_PLUGIN_INVALID_PLUGIN_TYPE_240=Plugin configuration entry %s has an invalid value %s for attribute ds-cfg-plugin-type that does not name a valid plugin type. This plugin will be disabled |
| | | SEVERE_ERR_CONFIG_PLUGIN_CANNOT_GET_PLUGIN_TYPES_241=An unexpected error occurred while trying to determine the set of plugin types for the plugin defined in configuration entry %s: %s. This plugin will be disabled |
| | | SEVERE_ERR_CONFIG_PLUGIN_NO_CLASS_ATTR_242=Plugin configuration entry %s does not contain attribute ds-cfg-java-class, which is used to specify the name of the class used to provide the plugin implementation. The plugin associated with this configuration entry will be disabled |
| | | SEVERE_ERR_CONFIG_PLUGIN_CANNOT_GET_CLASS_243=An unexpected error occurred while trying to determine the name of the Java class that contains the implementation for plugin %s: %s. This plugin will be disabled |
| | | SEVERE_ERR_CONFIG_PLUGIN_CANNOT_INSTANTIATE_244=The Directory Server was unable to load class %s and use it to create a plugin instance as defined in configuration entry %s. The error that occurred was: %s. This plugin will be disabled |
| | | SEVERE_ERR_CONFIG_PLUGIN_CANNOT_INITIALIZE_245=An error occurred while attempting to initialize an instance of class %s as a Directory Server plugin using the information in configuration entry %s: %s. This plugin will be disabled |
| | | INFO_CONFIG_CORE_DESCRIPTION_NOTIFY_ABANDONED_OPERATIONS_246=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u304c\u3001\u5ec3\u68c4\u3055\u308c\u305f\u64cd\u4f5c\u306b\u5bfe\u3059\u308b\u5fdc\u7b54\u3092\u9001\u4fe1\u3057\u3001\u30b5\u30fc\u30d0\u30fc\u304c\u305d\u308c\u3089\u306e\u64cd\u4f5c\u306e\u51e6\u7406\u3092\u5b8c\u4e86\u3057\u305f\u3053\u3068\u3092\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u306b\u901a\u77e5\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002LDAP \u4ed5\u69d8\u3067\u306f\u3053\u306e\u3088\u3046\u306a\u5834\u5408\u306b\u5fdc\u7b54\u3092\u9001\u4fe1\u3059\u308b\u3053\u3068\u3092\u7981\u3058\u3066\u3044\u307e\u3059\u304c\u3001\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u304c\u64cd\u4f5c\u306e\u5fdc\u7b54\u3092\u5f85\u6a5f\u3057\u3066\u3044\u308b\u3068\u304d\u3001\u64cd\u4f5c\u304c\u5ec3\u68c4\u3055\u308c\u305f\u305f\u3081\u5fdc\u7b54\u304c\u306a\u3044\u3068\u4e00\u90e8\u306e\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u304c\u6b63\u3057\u304f\u52d5\u4f5c\u3057\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_NOTIFY_ABANDONED_OPERATIONS_247=Configuration entry %s has an invalid value for configuration attribute ds-cfg-notify-abandoned-operations (it should be a Boolean value of true or false): %s |
| | | SEVERE_ERR_CONFIG_EXTOP_INVALID_CLASS_256=Class %s specified in configuration entry %s does not contain a valid extended operation handler implementation: %s |
| | | MILD_ERR_CONFIG_EXTOP_INITIALIZATION_FAILED_261=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u62e1\u5f35\u64cd\u4f5c\u30cf\u30f3\u30c9\u30e9\u3068\u3057\u3066\u30af\u30e9\u30b9 %1$s \u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3092\u521d\u671f\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s |
| | | FATAL_ERR_CONFIG_SASL_CANNOT_GET_BASE_264=An error occurred while attempting to retrieve the SASL mechanism handler base entry cn=SASL Mechanisms,cn=config from the Directory Server configuration: %s |
| | | SEVERE_WARN_CONFIG_SASL_BASE_DOES_NOT_EXIST_265=The SASL mechanism configuration base cn=SASL Mechanisms,cn=config does not exist in the Directory Server configuration. This entry must be present for the server to function properly |
| | | SEVERE_ERR_CONFIG_SASL_ENTRY_UNACCEPTABLE_266=Configuration entry %s does not contain a valid SASL mechanism handler configuration: %s. It will be ignored |
| | | SEVERE_ERR_CONFIG_SASL_CANNOT_CREATE_HANDLER_267=An error occurred while attempting to create a Directory Server SASL mechanism handler from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_SASL_INVALID_OBJECTCLASS_268=Configuration entry %s does not contain the ds-cfg-sasl-mechanism-handler objectclass, which is required for SASL mechanism handler definitions |
| | | INFO_CONFIG_SASL_DESCRIPTION_CLASS_NAME_269=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e SASL \u6a5f\u69cb\u30cf\u30f3\u30c9\u30e9\u3092\u5b9a\u7fa9\u3059\u308b Java \u30af\u30e9\u30b9\u306e\u5b8c\u5168\u6307\u5b9a\u540d\u3002\u95a2\u9023\u3059\u308b\u30cf\u30f3\u30c9\u30e9\u304c\u6709\u52b9\u306a\u3068\u304d\u306b\u3053\u308c\u304c\u5909\u66f4\u3055\u308c\u305f\u5834\u5408\u3001\u5909\u66f4\u3092\u6709\u52b9\u306b\u3059\u308b\u306b\u306f\u305d\u306e\u30cf\u30f3\u30c9\u30e9\u3092\u7121\u52b9\u306b\u3057\u3066\u518d\u5ea6\u6709\u52b9\u306b\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059 |
| | | SEVERE_ERR_CONFIG_SASL_NO_CLASS_NAME_270=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-java-class which specifies the fully-qualified class name for the associated SASL mechanism handler |
| | | SEVERE_ERR_CONFIG_SASL_INVALID_CLASS_NAME_271=Configuration entry %s has an invalid value for attribute ds-cfg-java-class: %s |
| | | SEVERE_ERR_CONFIG_SASL_INVALID_CLASS_272=Class %s specified in configuration entry %s does not contain a valid SASL mechanism handler implementation: %s |
| | | INFO_CONFIG_SASL_DESCRIPTION_ENABLED_273=\u3053\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e SASL \u6a5f\u69cb\u30cf\u30f3\u30c9\u30e9\u3092\u6709\u52b9\u306b\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002\u3053\u306e\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_CONFIG_SASL_NO_ENABLED_ATTR_274=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-enabled which indicates whether the SASL mechanism handler should be enabled for use in the Directory Server |
| | | SEVERE_ERR_CONFIG_SASL_INVALID_ENABLED_VALUE_275=Configuration entry %s has an invalid value for attribute ds-cfg-enabled: %s |
| | | INFO_CONFIG_SASL_CLASS_ACTION_REQUIRED_276=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %3$s \u306e SASL \u6a5f\u69cb\u30cf\u30f3\u30c9\u30e9\u30af\u30e9\u30b9\u540d\u3092 %1$s \u304b\u3089 %2$s \u306b\u3059\u308b\u3088\u3046\u306b\u8981\u6c42\u3055\u308c\u305f\u5909\u66f4\u306f\u3001\u52d5\u7684\u306b\u9069\u7528\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u5909\u66f4\u306f\u3001\u30cf\u30f3\u30c9\u30e9\u3092\u7121\u52b9\u306b\u3057\u3066\u518d\u5ea6\u6709\u52b9\u306b\u3059\u308b\u304b\u3001\u307e\u305f\u306f\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u3092\u518d\u8d77\u52d5\u3059\u308b\u307e\u3067\u6709\u52b9\u306b\u306a\u308a\u307e\u305b\u3093 |
| | | MILD_ERR_CONFIG_SASL_INITIALIZATION_FAILED_277=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b SASL \u6a5f\u69cb\u30cf\u30f3\u30c9\u30e9\u3068\u3057\u3066\u30af\u30e9\u30b9 %1$s \u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3092\u521d\u671f\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s |
| | | MILD_ERR_CONFIG_SASL_EXISTS_278=DN \u304c %s \u3067\u3042\u308b\u65b0\u898f SASL \u6a5f\u69cb\u30cf\u30f3\u30c9\u30e9\u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e DN \u306b\u767b\u9332\u3055\u308c\u305f\u30cf\u30f3\u30c9\u30e9\u304c\u3059\u3067\u306b\u5b58\u5728\u3057\u307e\u3059 |
| | | SEVERE_ERR_CONFIG_SASL_UNACCEPTABLE_CONFIG_279=The configuration for the SASL mechanism handler defined in configuration entry %s was not acceptable according to its internal validation. However, no specific information is available regarding the problem(s) with the entry |
| | | MILD_ERR_CONFIG_FILE_ADD_ALREADY_EXISTS_280=\u30a8\u30f3\u30c8\u30ea %s \u3092\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u69cb\u6210\u306b\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e DN \u3092\u6301\u3064\u5225\u306e\u69cb\u6210\u30a8\u30f3\u30c8\u30ea\u304c\u3059\u3067\u306b\u5b58\u5728\u3057\u307e\u3059 |
| | | MILD_ERR_CONFIG_FILE_ADD_NO_PARENT_DN_281=\u30a8\u30f3\u30c8\u30ea %s \u3092\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u69cb\u6210\u306b\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e DN \u306b\u306f\u89aa\u304c\u3042\u308a\u307e\u305b\u3093 |
| | | MILD_ERR_CONFIG_FILE_ADD_NO_PARENT_282=\u30a8\u30f3\u30c8\u30ea %s \u3092\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u69cb\u6210\u306b\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u89aa\u30a8\u30f3\u30c8\u30ea %s \u304c\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | MILD_ERR_CONFIG_FILE_ADD_REJECTED_BY_LISTENER_283=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306f\u3001\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u3092\u8ffd\u52a0\u3057\u307e\u305b\u3093\u3002\u89aa\u30a8\u30f3\u30c8\u30ea %s \u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u8ffd\u52a0\u30ea\u30b9\u30ca\u30fc\u306e 1 \u3064\u306b\u3088\u308a\u3001\u3053\u306e\u5909\u66f4\u304c\u6b21\u306e\u30e1\u30c3\u30bb\u30fc\u30b8\u3068\u3068\u3082\u306b\u62d2\u5426\u3055\u308c\u307e\u3057\u305f: %s |
| | | MILD_ERR_CONFIG_FILE_ADD_FAILED_284=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u3092\u30a8\u30f3\u30c8\u30ea %s \u306e\u5b50\u3068\u3057\u3066\u8ffd\u52a0\u4e2d\u306b\u3001\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_CONFIG_FILE_DELETE_NO_SUCH_ENTRY_285=\u30a8\u30f3\u30c8\u30ea %s \u3092\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u69cb\u6210\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u6307\u5b9a\u3055\u308c\u305f\u30a8\u30f3\u30c8\u30ea\u304c\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | MILD_ERR_CONFIG_FILE_DELETE_HAS_CHILDREN_286=\u30a8\u30f3\u30c8\u30ea %s \u3092\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u69cb\u6210\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u6307\u5b9a\u3055\u308c\u305f\u30a8\u30f3\u30c8\u30ea\u306b\u306f\u30011 \u3064\u4ee5\u4e0a\u306e\u4e0b\u4f4d\u30a8\u30f3\u30c8\u30ea\u304c\u3042\u308a\u307e\u3059 |
| | | MILD_ERR_CONFIG_FILE_DELETE_NO_PARENT_287=\u30a8\u30f3\u30c8\u30ea %s \u3092\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u69cb\u6210\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u30a8\u30f3\u30c8\u30ea\u306b\u306f\u89aa\u304c\u306a\u304f\u3001\u69cb\u6210\u30eb\u30fc\u30c8\u30a8\u30f3\u30c8\u30ea\u3092\u524a\u9664\u3059\u308b\u3053\u3068\u306f\u8a31\u53ef\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_CONFIG_FILE_DELETE_REJECTED_288=\u30a8\u30f3\u30c8\u30ea %s \u3092\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u69cb\u6210\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u89aa\u30a8\u30f3\u30c8\u30ea %s \u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u524a\u9664\u30ea\u30b9\u30ca\u30fc\u306e 1 \u3064\u306b\u3088\u308a\u3001\u3053\u306e\u5909\u66f4\u304c\u6b21\u306e\u30e1\u30c3\u30bb\u30fc\u30b8\u3068\u3068\u3082\u306b\u62d2\u5426\u3055\u308c\u307e\u3057\u305f: %s |
| | | MILD_ERR_CONFIG_FILE_DELETE_FAILED_289=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u3092\u30a8\u30f3\u30c8\u30ea %s \u306e\u5b50\u3068\u3057\u3066\u524a\u9664\u4e2d\u306b\u3001\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_CONFIG_FILE_MODIFY_NO_SUCH_ENTRY_290=\u30a8\u30f3\u30c8\u30ea %s \u3092\u5909\u66f4\u3067\u304d\u307e\u305b\u3093\u3002\u6307\u5b9a\u3055\u308c\u305f\u30a8\u30f3\u30c8\u30ea\u304c\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | MILD_ERR_CONFIG_FILE_MODIFY_REJECTED_BY_CHANGE_LISTENER_291=\u30a8\u30f3\u30c8\u30ea %s \u3092\u5909\u66f4\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u30a8\u30f3\u30c8\u30ea\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u69cb\u6210\u5909\u66f4\u30ea\u30b9\u30ca\u30fc\u306e 1 \u3064\u306b\u3088\u308a\u3001\u5909\u66f4\u304c\u62d2\u5426\u3055\u308c\u307e\u3057\u305f: %s |
| | | MILD_ERR_CONFIG_FILE_MODIFY_REJECTED_BY_COMPONENT_292=\u30a8\u30f3\u30c8\u30ea %s \u3092\u5909\u66f4\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u30a8\u30f3\u30c8\u30ea\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u69cb\u6210\u53ef\u80fd\u306a\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306e 1 \u3064\u306b\u3088\u308a\u3001\u5909\u66f4\u304c\u62d2\u5426\u3055\u308c\u307e\u3057\u305f: %s |
| | | MILD_ERR_CONFIG_FILE_SEARCH_NO_SUCH_BASE_293=\u691c\u7d22\u64cd\u4f5c\u3092\u51e6\u7406\u3067\u304d\u307e\u305b\u3093\u3002\u30d9\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea %s \u304c\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | MILD_ERR_CONFIG_FILE_SEARCH_INVALID_SCOPE_294=\u691c\u7d22\u64cd\u4f5c\u3092\u51e6\u7406\u3067\u304d\u307e\u305b\u3093\u3002\u6307\u5b9a\u3055\u308c\u305f\u691c\u7d22\u7bc4\u56f2 %s \u306f\u7121\u52b9\u3067\u3059 |
| | | MILD_ERR_CONFIG_FILE_WRITE_CANNOT_CREATE_TEMP_ARCHIVE_295=\u69cb\u6210\u306e\u5909\u66f4\u5f8c\u3001\u4ee5\u524d\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u69cb\u6210\u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u4fdd\u6301\u3059\u308b\u305f\u3081\u306e\u4e00\u6642\u30d5\u30a1\u30a4\u30eb %s \u306e\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_CONFIG_FILE_WRITE_CANNOT_COPY_EXISTING_ARCHIVE_296=\u30a2\u30fc\u30ab\u30a4\u30d6\u3055\u308c\u305f\u69cb\u6210\u306e %s \u304b\u3089\u4e00\u6642\u30d5\u30a1\u30a4\u30eb %s \u3078\u306e\u30b3\u30d4\u30fc\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_CONFIG_FILE_WRITE_CANNOT_COPY_CURRENT_CONFIG_297=\u30d5\u30a1\u30a4\u30eb %2$s \u306e\u5b9f\u884c\u4e2d\u306e\u69cb\u6210\u3092\u542b\u3081\u308b\u3088\u3046\u306b\u3001\u30d5\u30a1\u30a4\u30eb %1$s \u5185\u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u3055\u308c\u305f\u69cb\u6210\u3092\u66f4\u65b0\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s |
| | | MILD_ERR_CONFIG_FILE_WRITE_CANNOT_RENAME_TEMP_ARCHIVE_298=\u30a2\u30fc\u30ab\u30a4\u30d6\u3055\u308c\u305f\u69cb\u6210\u30c7\u30fc\u30bf\u3092 %s \u304b\u3089 %s \u306b\u30ea\u30cd\u30fc\u30e0\u3059\u308b\u8a66\u307f\u304c\u5931\u6557\u3057\u307e\u3057\u305f\u304c\u3001\u5931\u6557\u306e\u30d9\u30fc\u30b9\u306b\u306a\u308b\u7406\u7531\u306f\u7279\u5b9a\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f |
| | | MILD_ERR_CONFIG_FILE_WRITE_CANNOT_REPLACE_ARCHIVE_299=\u4ee5\u524d\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u69cb\u6210\u3092\u542b\u3080\u66f4\u65b0\u3055\u308c\u305f\u30a2\u30fc\u30ab\u30a4\u30d6\u3092 %s \u304b\u3089 %s \u306b\u30ea\u30cd\u30fc\u30e0\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f: %s |
| | | MILD_ERR_CONFIG_FILE_WRITE_CANNOT_EXPORT_NEW_CONFIG_300=\u65b0\u3057\u3044\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u69cb\u6210\u3092\u30d5\u30a1\u30a4\u30eb %s \u306b\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_CONFIG_FILE_WRITE_CANNOT_RENAME_NEW_CONFIG_301=\u65b0\u3057\u3044\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u69cb\u6210\u3092\u30d5\u30a1\u30a4\u30eb %s \u304b\u3089 %s \u306b\u30ea\u30cd\u30fc\u30e0\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_CONFIG_FILE_MODDN_NOT_ALLOWED_302=DN \u5909\u66f4\u64cd\u4f5c\u306f\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u69cb\u6210\u3067\u8a31\u53ef\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | INFO_CONFIG_LOGGER_SUPPRESS_INTERNAL_OPERATIONS_303=\u5185\u90e8\u64cd\u4f5c\u306b\u5bfe\u3059\u308b\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u30a2\u30af\u30bb\u30b9\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u304b\u3089\u9664\u5916\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059 |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_SUPPRESS_INT_OPERATION_VALUE_304=Invalid value specified for attribute %s. Allowed values are true or false |
| | | INFO_CONFIG_BACKEND_ATTR_DESCRIPTION_BASE_DNS_305=\u3053\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306b\u5bfe\u3057\u3066\u4f7f\u7528\u3055\u308c\u308b\u30d9\u30fc\u30b9 DN \u306e\u30bb\u30c3\u30c8\u3002\u3053\u306e\u5c5e\u6027\u306b\u5bfe\u3059\u308b\u5909\u66f4\u304c\u81ea\u52d5\u7684\u306b\u6709\u52b9\u306b\u306a\u308b\u304b\u3069\u3046\u304b\u306f\u3001\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u5b9f\u88c5\u306b\u4f9d\u308a\u307e\u3059 |
| | | SEVERE_ERR_CONFIG_BACKEND_NO_BASE_DNS_306=Backend configuration entry %s does not contain attribute ds-cfg-base-dn, which is used to specify the set of base DNs for the backend. This is a required attribute, and therefore the backend will be disabled |
| | | SEVERE_ERR_CONFIG_BACKEND_UNABLE_TO_DETERMINE_BASE_DNS_307=An unexpected error occurred while attempting to determine the set of base DNs associated with the backend defined in configuration entry %s: %s. This backend will be disabled |
| | | INFO_CONFIG_KEYMANAGER_DESCRIPTION_ENABLED_313=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u9375\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u30d7\u30ed\u30d0\u30a4\u30c0\u3092\u6709\u52b9\u306b\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002\u9375\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u30d7\u30ed\u30d0\u30a4\u30c0\u306f\u3001\u9375\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u5fc5\u8981\u3068\u3059\u308b\u64cd\u4f5c\u3067\u5fc5\u9808\u3067\u3059 (SSL \u3092\u4f7f\u7528\u3059\u308b\u901a\u4fe1\u306a\u3069)\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059\u304c\u3001\u4ee5\u964d\u306e\u9375\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u3078\u306e\u30a2\u30af\u30bb\u30b9\u8a66\u884c\u306b\u306e\u307f\u5f71\u97ff\u3057\u307e\u3059 |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_NO_ENABLED_ATTR_314=Configuration entry "%s" does not contain a value for attribute ds-cfg-enabled, which indicates whether the key manager provider is enabled for use in the server |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_DESCRIPTION_CLASS_317=Fully-qualified name of the Java class that includes the key manager provider implementation. Changes to this configuration attribute will not take effect until the key manager provider has been disabled and then re-enabled, or until the server is restarted |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_DESCRIPTION_ENABLED_328=Indicates whether the Directory Server trust manager provider should be enabled. A trust manager provider is required for operations that require access to a trust manager (e.g., communication over SSL). Changes to this configuration attribute will take effect immediately, but will only impact future attempts to access the trust manager |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_NO_ENABLED_ATTR_329=Configuration entry "%s" does not contain a value for attribute ds-cfg-enabled, which indicates whether the trust manager provider is enabled for use in the server |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_DESCRIPTION_CLASS_332=Fully-qualified name of the Java class that includes the trust manager provider implementation. Changes to this configuration attribute will not take effect until the trust manager provider has been disabled and then re-enabled, or until the server is restarted |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_DESCRIPTION_ENABLED_347=Indicates whether the Directory Server certificate mapper should be enabled. A certificate mapper is used to establish a mapping between a client certificate chain and a user entry in the Directory Server for SASL EXTERNAL authentication and similar purposes. \u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_NO_ENABLED_ATTR_348=Configuration entry "%s" does not contain a value for attribute ds-cfg-enabled, which indicates whether the certificate mapper is enabled for use in the server |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_DESCRIPTION_CLASS_351=Fully-qualified name of the Java class that includes the certificate mapper implementation. Changes to this configuration attribute will not take effect until the certificate mapper has been disabled and then re-enabled, or until the server is restarted |
| | | MILD_WARN_CONFIG_LOGGER_NO_RETENTION_POLICY_357=\u30d5\u30a1\u30a4\u30eb\u4fdd\u6301\u30dd\u30ea\u30b7\u30fc\u304c\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306f\u524a\u9664\u3055\u308c\u307e\u305b\u3093 |
| | | SEVERE_WARN_CONFIG_LOGGER_INVALID_RETENTION_POLICY_358=An invalid file retention policy %s has been defined in configuration entry %s |
| | | SEVERE_WARN_CONFIG_LOGGER_NO_NUMBER_OF_FILES_359=No file number limit has been defined for the retention policy in the configuration entry %s |
| | | SEVERE_WARN_CONFIG_LOGGER_NO_DISK_SPACE_USED_360=No disk space limit has been defined for the retention policy in the configuration entry %s |
| | | FATAL_ERR_CONFIG_PWSCHEME_CANNOT_GET_BASE_363=An error occurred while attempting to retrieve the password storage scheme base entry cn=Password Storage Schemes,cn=config from the Directory Server configuration: %s |
| | | SEVERE_WARN_CONFIG_PWSCHEME_BASE_DOES_NOT_EXIST_364=The password storage scheme configuration base cn=Password Storage Schemes,cn=config does not exist in the Directory Server configuration. This entry must be present for the server to function properly |
| | | SEVERE_ERR_CONFIG_PWSCHEME_ENTRY_UNACCEPTABLE_365=Configuration entry %s does not contain a valid password storage scheme configuration: %s. It will be ignored |
| | | SEVERE_ERR_CONFIG_PWSCHEME_CANNOT_CREATE_SCHEME_366=An error occurred while attempting to create a Directory Server password storage scheme from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_PWSCHEME_INVALID_OBJECTCLASS_367=Configuration entry %s does not contain the ds-cfg-password-storage-scheme objectclass, which is required for password storage scheme definitions |
| | | INFO_CONFIG_PWSCHEME_DESCRIPTION_CLASS_NAME_368=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u8a18\u61b6\u30b9\u30ad\u30fc\u30de\u3092\u5b9a\u7fa9\u3059\u308b Java \u30af\u30e9\u30b9\u306e\u5b8c\u5168\u6307\u5b9a\u540d\u3002\u95a2\u9023\u3059\u308b\u30b9\u30ad\u30fc\u30de\u304c\u6709\u52b9\u306a\u3068\u304d\u306b\u3053\u308c\u304c\u5909\u66f4\u3055\u308c\u305f\u5834\u5408\u3001\u5909\u66f4\u3092\u6709\u52b9\u306b\u3059\u308b\u306b\u306f\u305d\u306e\u8a18\u61b6\u30b9\u30ad\u30fc\u30de\u3092\u7121\u52b9\u306b\u3057\u3066\u518d\u5ea6\u6709\u52b9\u306b\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059 |
| | | SEVERE_ERR_CONFIG_PWSCHEME_NO_CLASS_NAME_369=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-java-class which specifies the fully-qualified class name for the associated password storage scheme |
| | | SEVERE_ERR_CONFIG_PWSCHEME_INVALID_CLASS_NAME_370=Configuration entry %s has an invalid value for attribute ds-cfg-java-class: %s |
| | | SEVERE_ERR_CONFIG_PWSCHEME_INVALID_CLASS_371=Class %s specified in configuration entry %s does not contain a valid password storage scheme implementation: %s |
| | | INFO_CONFIG_PWSCHEME_DESCRIPTION_ENABLED_372=\u3053\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u8a18\u61b6\u30b9\u30ad\u30fc\u30de\u3092\u6709\u52b9\u306b\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002\u3053\u306e\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_CONFIG_PWSCHEME_NO_ENABLED_ATTR_373=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-enabled which indicates whether the password storage scheme should be enabled for use in the Directory Server |
| | | SEVERE_ERR_CONFIG_PWSCHEME_INVALID_ENABLED_VALUE_374=Configuration entry %s has an invalid value for attribute ds-cfg-enabled: %s |
| | | INFO_CONFIG_PWSCHEME_CLASS_ACTION_REQUIRED_375=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %3$s \u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u8a18\u61b6\u30b9\u30ad\u30fc\u30de\u30af\u30e9\u30b9\u540d\u3092 %1$s \u304b\u3089 %2$s \u306b\u3059\u308b\u3088\u3046\u306b\u8981\u6c42\u3055\u308c\u305f\u5909\u66f4\u306f\u3001\u52d5\u7684\u306b\u9069\u7528\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u5909\u66f4\u306f\u3001\u8a18\u61b6\u30b9\u30ad\u30fc\u30de\u3092\u7121\u52b9\u306b\u3057\u3066\u518d\u5ea6\u6709\u52b9\u306b\u3059\u308b\u304b\u3001\u307e\u305f\u306f\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u3092\u518d\u8d77\u52d5\u3059\u308b\u307e\u3067\u6709\u52b9\u306b\u306a\u308a\u307e\u305b\u3093 |
| | | MILD_ERR_CONFIG_PWSCHEME_INITIALIZATION_FAILED_376=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u8a18\u61b6\u30b9\u30ad\u30fc\u30de\u3068\u3057\u3066\u30af\u30e9\u30b9 %1$s \u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3092\u521d\u671f\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s |
| | | MILD_ERR_CONFIG_PWSCHEME_EXISTS_377=DN \u304c %s \u3067\u3042\u308b\u65b0\u898f\u30d1\u30b9\u30ef\u30fc\u30c9\u8a18\u61b6\u30b9\u30ad\u30fc\u30de\u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e DN \u306b\u767b\u9332\u3055\u308c\u305f\u8a18\u61b6\u30b9\u30ad\u30fc\u30de\u304c\u3059\u3067\u306b\u5b58\u5728\u3057\u307e\u3059 |
| | | SEVERE_ERR_CONFIG_PWSCHEME_UNACCEPTABLE_CONFIG_378=The configuration for the password storage scheme defined in configuration entry %s was not acceptable according to its internal validation. However, no specific information is available regarding the problem(s) with the entry |
| | | INFO_CONFIG_PLUGIN_CLASS_ACTION_REQUIRED_379=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %3$s \u306e\u30d7\u30e9\u30b0\u30a4\u30f3\u30af\u30e9\u30b9\u540d\u3092 %1$s \u304b\u3089 %2$s \u306b\u3059\u308b\u3088\u3046\u306b\u8981\u6c42\u3055\u308c\u305f\u5909\u66f4\u306f\u3001\u52d5\u7684\u306b\u9069\u7528\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u5909\u66f4\u306f\u3001\u30d7\u30e9\u30b0\u30a4\u30f3\u3092\u7121\u52b9\u306b\u3057\u3066\u518d\u5ea6\u6709\u52b9\u306b\u3059\u308b\u304b\u3001\u307e\u305f\u306f\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u3092\u518d\u8d77\u52d5\u3059\u308b\u307e\u3067\u6709\u52b9\u306b\u306a\u308a\u307e\u305b\u3093 |
| | | SEVERE_ERR_CONFIG_LOGGER_NO_FREE_DISK_SPACE_380=No disk space limit has been defined for the retention policy in the configuration entry %s |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_JAVA5_POLICY_381=The free disk space based retention policy in the configuration entry %s. is not allowed for the Directory Server when running on pre Java 6 VMs |
| | | INFO_CONFIG_BACKEND_ATTR_DESCRIPTION_BACKEND_ID_382=\u3053\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u3001\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3092\u7121\u52b9\u306b\u3057\u3066\u518d\u5ea6\u6709\u52b9\u306b\u3059\u308b\u304b\u3001\u307e\u305f\u306f\u30b5\u30fc\u30d0\u30fc\u3092\u518d\u8d77\u52d5\u3059\u308b\u307e\u3067\u6709\u52b9\u306b\u306a\u308a\u307e\u305b\u3093 |
| | | SEVERE_WARN_CONFIG_BACKEND_NO_BACKEND_ID_383=Backend configuration entry %s does not contain attribute ds-cfg-backend-id, which is used to provide a unique identifier for the backend. The backend will be disabled |
| | | SEVERE_WARN_CONFIG_BACKEND_DUPLICATE_BACKEND_ID_384=The backend defined in configuration entry %s has a backend ID of %s that conflicts with the backend ID for another backend in the server. The backend will be disabled |
| | | SEVERE_ERR_CONFIG_BACKEND_UNABLE_TO_DETERMINE_BACKEND_ID_385=An unexpected error occurred while attempting to determine the backend ID for the backend defined in configuration entry %s: %s. The backend will be disabled |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_GET_MAC_386=An error occurred while attempting to obtain the %s MAC provider to create the signed hash for the backup: %s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_GET_DIGEST_387=An error occurred while attempting to obtain the %s message digest to create the hash for the backup: %s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_388=An error occurred while trying to create the config archive file %s in directory %s: %s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_GET_CIPHER_389=An error occurred while attempting to obtain the cipher to use to encrypt the backup: %s |
| | | SEVERE_ERR_CONFIG_BACKUP_ZIP_COMMENT_390=%s config backup %s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_DETERMINE_CONFIG_FILE_LOCATION_391=An error occurred while attempting to determine the path to the Directory Server configuration file so that it could be archived: %s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_BACKUP_CONFIG_FILE_392=An error occurred while attempting to back up configuration file %s: %s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_BACKUP_ARCHIVED_CONFIGS_393=An error occurred while attempting to back up the archived previous configurations from file %s: %s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_CLOSE_ZIP_STREAM_394=An error occurred while trying to close the config archive file %s in directory %s: %s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_395=An error occurred while attempting to update the backup descriptor file %s with information about the configuration backup: %s |
| | | SEVERE_ERR_CONFIG_RESTORE_NO_SUCH_BACKUP_396=Unable to restore or verify configuration backup %s in directory %s because no such backup exists |
| | | SEVERE_ERR_CONFIG_RESTORE_NO_BACKUP_FILE_397=Unable to restore or verify configuration backup %s in directory %s because the archive filename could not be determined |
| | | SEVERE_ERR_CONFIG_RESTORE_NO_SUCH_FILE_398=Unable to restore or verify configuration backup %s because the specified archive file %s does not exist |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_CHECK_FOR_ARCHIVE_399=Unable to restore or verify configuration backup %s because an error occurred while trying to determine whether backup archive %s exists: %s |
| | | SEVERE_ERR_CONFIG_RESTORE_UNKNOWN_DIGEST_400=Unable to restore or verify configuration backup %s because an unsigned hash of this backup is available but the server cannot determine the digest algorithm used to generate this hash |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_GET_DIGEST_401=Unable to restore or verify configuration backup %s because it has an unsigned hash that uses an unknown or unsupported digest algorithm of %s |
| | | SEVERE_ERR_CONFIG_RESTORE_UNKNOWN_MAC_402=Unable to restore or verify configuration backup %s because a signed hash of this backup is available but the server cannot determine the MAC algorithm used to generate this hash |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_GET_MAC_403=Unable to restore or verify configuration backup %s because it has a signed hash that uses an unknown or unsupported MAC algorithm of %s |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_OPEN_BACKUP_FILE_404=Unable to restore or verify configuration backup %s because an error occurred while attempting to open the backup archive file %s: %s |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_GET_CIPHER_406=Unable to restore or verify configuration backup %s because it is encrypted using an unknown or unsupported cipher: %s |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_BACKUP_EXISTING_CONFIG_407=Unable to restore configuration backup %s because an error occurred while attempting to temporarily back up the current configuration files from %s to %s: %s |
| | | NOTICE_CONFIG_RESTORE_RESTORED_OLD_CONFIG_408=\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u3001\u69cb\u6210\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306e\u5fa9\u5143\u304c\u6b63\u5e38\u306b\u884c\u306a\u308f\u308c\u307e\u305b\u3093\u3067\u3057\u305f\u3002 \u305f\u3060\u3057\u3001\u5fa9\u5143\u30d7\u30ed\u30bb\u30b9\u306e\u958b\u59cb\u524d\u306b\u5b58\u5728\u3057\u305f\u5143\u306e\u69cb\u6210\u30d5\u30a1\u30a4\u30eb\u306f\u4fdd\u6301\u3055\u308c\u3001\u73fe\u5728\u306f %s \u306e\u5143\u306e\u5834\u6240\u306b\u3042\u308a\u307e\u3059 |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_RESTORE_OLD_CONFIG_409=An error occurred that prevented the configuration backup from being properly restored. The original configuration files that were in place before the start of the restore process have been preserved and are contained in the %s directory |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_CREATE_CONFIG_DIRECTORY_410=Unable to restore configuration backup %s because an error occurred while attempting to create a new empty directory %s into which the files should be restored: %s |
| | | SEVERE_ERR_CONFIG_RESTORE_OLD_CONFIG_SAVED_411=An error occurred that prevented the configuration backup from being properly restored. The original configuration files that were in place before the start of the restore process have been preserved in the %s directory |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_GET_ZIP_ENTRY_412=Unable to restore or verify configuration backup %s because an error occurred while trying to read the next entry from the archive file %s: %s |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_CREATE_FILE_413=Unable to restore configuration backup %s because an error occurred while trying to recreate file %s: %s |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_PROCESS_ARCHIVE_FILE_414=Unable to restore or verify configuration backup %s because an error occurred while processing archived file %s: %s |
| | | SEVERE_ERR_CONFIG_RESTORE_ERROR_ON_ZIP_STREAM_CLOSE_415=Unable to restore or verify configuration backup %s because an unexpected error occurred while trying to close the archive file %s: %s |
| | | NOTICE_CONFIG_RESTORE_UNSIGNED_HASH_VALID_416=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30a2\u30fc\u30ab\u30a4\u30d6\u304b\u3089\u8a08\u7b97\u3055\u308c\u305f\u30e1\u30c3\u30bb\u30fc\u30b8\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u304c\u3001\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u60c5\u5831\u306b\u683c\u7d0d\u3055\u308c\u305f\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u3068\u4e00\u81f4\u3057\u307e\u3059 |
| | | SEVERE_ERR_CONFIG_RESTORE_UNSIGNED_HASH_INVALID_417=Unable to restore or verify configuration backup %s because the message digest calculated from the backup archive does not match the digest stored with the backup information |
| | | NOTICE_CONFIG_RESTORE_SIGNED_HASH_VALID_418=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30a2\u30fc\u30ab\u30a4\u30d6\u304b\u3089\u8a08\u7b97\u3055\u308c\u305f\u7f72\u540d\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u304c\u3001\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u60c5\u5831\u306b\u683c\u7d0d\u3055\u308c\u305f\u7f72\u540d\u3068\u4e00\u81f4\u3057\u307e\u3059 |
| | | SEVERE_ERR_CONFIG_RESTORE_SIGNED_HASH_INVALID_419=Unable to restore or verify configuration backup %s because the signed digest calculated from the backup archive does not match the signature stored with the backup information |
| | | NOTICE_CONFIG_RESTORE_VERIFY_SUCCESSFUL_420=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %2$s \u304b\u3089\u69cb\u6210\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %1$s \u3067\u5b9f\u884c\u3055\u308c\u305f\u3059\u3079\u3066\u306e\u30c6\u30b9\u30c8\u304c\u3001\u30a2\u30fc\u30ab\u30a4\u30d6\u304c\u6709\u52b9\u3067\u3042\u308b\u3053\u3068\u3092\u793a\u3057\u3066\u3044\u307e\u3059 |
| | | NOTICE_CONFIG_RESTORE_SUCCESSFUL_421=\u69cb\u6210\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u306f\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %s \u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u304b\u3089\u6b63\u5e38\u306b\u5fa9\u5143\u3055\u308c\u307e\u3057\u305f |
| | | SEVERE_ERR_CONFIG_BACKEND_CANNOT_ACQUIRE_SHARED_LOCK_422=The Directory Server was unable to acquire a shared lock for backend %s: %s. This generally means that the backend is in use by a process that requires an exclusive lock (e.g., importing from LDIF or restoring a backup). This backend will be disabled |
| | | SEVERE_WARN_CONFIG_BACKEND_CANNOT_RELEASE_SHARED_LOCK_423=An error occurred while attempting to release a shared lock for backend %s: %s. This may interfere with operations that require exclusive access, including LDIF import and restoring a backup |
| | | INFO_CONFIG_FILE_HEADER_424=\u3053\u306e\u30d5\u30a1\u30a4\u30eb\u306b\u306f\u3001\u30d7\u30e9\u30a4\u30de\u30ea\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u69cb\u6210\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u3002\u30b5\u30fc\u30d0\u30fc\u306e\u30aa\u30f3\u30e9\u30a4\u30f3\u4e2d\u306f\u76f4\u63a5\u7de8\u96c6\u3057\u3066\u306f\u3044\u3051\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u69cb\u6210\u306f\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u3067\u63d0\u4f9b\u3055\u308c\u308b\u7ba1\u7406\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30fc\u3092\u4f7f\u7528\u3057\u3066\u306e\u307f\u7ba1\u7406\u3059\u308b\u3088\u3046\u306b\u3057\u3066\u304f\u3060\u3055\u3044 |
| | | INFO_CONFIG_CORE_DESCRIPTION_ADD_MISSING_RDN_ATTRS_425=\u30a8\u30f3\u30c8\u30ea\u306e\u8ffd\u52a0\u6642\u306b\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u304c\u6b20\u843d\u3057\u305f RDN \u5c5e\u6027\u3092\u30a8\u30f3\u30c8\u30ea\u306b\u81ea\u52d5\u7684\u306b\u8ffd\u52a0\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f\u3001\u8ffd\u52a0\u3055\u308c\u308b\u30a8\u30f3\u30c8\u30ea\u306e\u5c5e\u6027\u30ea\u30b9\u30c8\u306b RDN \u5c5e\u6027\u5024\u304c\u542b\u307e\u308c\u306a\u3044\u5834\u5408\u3001\u305d\u306e\u30a8\u30f3\u30c8\u30ea\u306f\u62d2\u5426\u3055\u308c\u307e\u3059\u3002LDAP \u4ed5\u69d8\u306b\u9055\u53cd\u3057\u3066\u3044\u308b\u305f\u3081\u3067\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_ADD_MISSING_RDN_ATTRS_426=Configuration entry %s has an invalid value for configuration attribute ds-cfg-add-missing-rdn-attributes (it should be a Boolean value of true or false): %s |
| | | INFO_CONFIG_CORE_DESCRIPTION_SERVER_ERROR_RESULT_CODE_427=\u5185\u90e8\u30b5\u30fc\u30d0\u30fc\u30a8\u30e9\u30fc\u306b\u3088\u308a\u64cd\u4f5c\u304c\u5931\u6557\u3057\u305f\u3068\u304d\u306b\u5fdc\u7b54\u306b\u4f7f\u7528\u3055\u308c\u308b\u7d50\u679c\u30b3\u30fc\u30c9\u3002\u5024\u306f\u3001\u5bfe\u5fdc\u3059\u308b LDAP \u7d50\u679c\u30b3\u30fc\u30c9\u3068\u7b49\u4fa1\u306e\u6574\u6570\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_SERVER_ERROR_RESULT_CODE_428=Configuration entry %s has an invalid value for configuration attribute ds-cfg-server-error-result-code (it should be an integer value greater than or equal to 1): %s |
| | | FATAL_ERR_CONFIG_IDMAPPER_CANNOT_GET_BASE_429=An error occurred while attempting to retrieve the identity mapper base entry cn=Identity Mappers,cn=config from the Directory Server configuration: %s |
| | | SEVERE_WARN_CONFIG_IDMAPPER_BASE_DOES_NOT_EXIST_430=The identity mapper configuration base cn=Identity Mappers,cn=config does not exist in the Directory Server configuration. This entry must be present for the server to function properly |
| | | SEVERE_ERR_CONFIG_IDMAPPER_ENTRY_UNACCEPTABLE_431=Configuration entry %s does not contain a valid identity mapper configuration: %s. It will be ignored |
| | | SEVERE_ERR_CONFIG_IDMAPPER_CANNOT_CREATE_MAPPER_432=An error occurred while attempting to create a Directory Server identity mapper from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_IDMAPPER_INVALID_OBJECTCLASS_433=Configuration entry %s does not contain the ds-cfg-identity-mapper objectclass, which is required for identity mapper definitions |
| | | INFO_CONFIG_IDMAPPER_DESCRIPTION_CLASS_NAME_434=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30de\u30c3\u30d1\u30fc\u3092\u5b9a\u7fa9\u3059\u308b Java \u30af\u30e9\u30b9\u306e\u5b8c\u5168\u6307\u5b9a\u540d\u3002\u95a2\u9023\u3059\u308b\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30de\u30c3\u30d1\u30fc\u304c\u6709\u52b9\u306a\u3068\u304d\u306b\u3053\u308c\u304c\u5909\u66f4\u3055\u308c\u305f\u5834\u5408\u3001\u5909\u66f4\u3092\u6709\u52b9\u306b\u3059\u308b\u306b\u306f\u305d\u306e\u30de\u30c3\u30d1\u30fc\u3092\u7121\u52b9\u306b\u3057\u3066\u518d\u5ea6\u6709\u52b9\u306b\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059 |
| | | SEVERE_ERR_CONFIG_IDMAPPER_NO_CLASS_NAME_435=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-java-class which specifies the fully-qualified class name for the associated identity mapper |
| | | SEVERE_ERR_CONFIG_IDMAPPER_INVALID_CLASS_NAME_436=Configuration entry %s has an invalid value for attribute ds-cfg-java-class: %s |
| | | SEVERE_ERR_CONFIG_IDMAPPER_INVALID_CLASS_437=Class %s specified in configuration entry %s does not contain a valid identity mapper implementation: %s |
| | | INFO_CONFIG_IDMAPPER_DESCRIPTION_ENABLED_438=\u3053\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30de\u30c3\u30d1\u30fc\u3092\u6709\u52b9\u306b\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002\u3053\u306e\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_CONFIG_IDMAPPER_NO_ENABLED_ATTR_439=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-enabled which indicates whether the identity mapper should be enabled for use in the Directory Server |
| | | SEVERE_ERR_CONFIG_IDMAPPER_INVALID_ENABLED_VALUE_440=Configuration entry %s has an invalid value for attribute ds-cfg-enabled: %s |
| | | INFO_CONFIG_IDMAPPER_CLASS_ACTION_REQUIRED_441=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %3$s \u306e\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30de\u30c3\u30d1\u30fc\u30af\u30e9\u30b9\u540d\u3092 %1$s \u304b\u3089 %2$s \u306b\u3059\u308b\u3088\u3046\u306b\u8981\u6c42\u3055\u308c\u305f\u5909\u66f4\u306f\u3001\u52d5\u7684\u306b\u9069\u7528\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u5909\u66f4\u306f\u3001\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30de\u30c3\u30d1\u30fc\u3092\u7121\u52b9\u306b\u3057\u3066\u518d\u5ea6\u6709\u52b9\u306b\u3059\u308b\u304b\u3001\u307e\u305f\u306f\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u3092\u518d\u8d77\u52d5\u3059\u308b\u307e\u3067\u6709\u52b9\u306b\u306a\u308a\u307e\u305b\u3093 |
| | | MILD_ERR_CONFIG_IDMAPPER_INITIALIZATION_FAILED_442=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30de\u30c3\u30d1\u30fc\u3068\u3057\u3066\u30af\u30e9\u30b9 %1$s \u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3092\u521d\u671f\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s |
| | | MILD_ERR_CONFIG_IDMAPPER_EXISTS_443=DN \u304c %s \u3067\u3042\u308b\u65b0\u898f\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30de\u30c3\u30d1\u30fc\u30a8\u30f3\u30c8\u30ea\u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e DN \u306b\u767b\u9332\u3055\u308c\u305f\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30de\u30c3\u30d1\u30fc\u304c\u3059\u3067\u306b\u5b58\u5728\u3057\u307e\u3059 |
| | | SEVERE_ERR_CONFIG_IDMAPPER_UNACCEPTABLE_CONFIG_444=The configuration for the identity mapper defined in configuration entry %s was not acceptable according to its internal validation. However, no specific information is available regarding the problem(s) with the entry |
| | | INFO_CONFIG_CORE_DESCRIPTION_PROXY_MAPPER_DN_445=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u304c\u30d7\u30ed\u30ad\u30b7\u8a2d\u5b9a\u3055\u308c\u305f\u8a8d\u53ef V2 \u5236\u5fa1\u3068\u3068\u3082\u306b\u4f7f\u7528\u3059\u308b\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30de\u30c3\u30d1\u30fc\u306e\u69cb\u6210\u30a8\u30f3\u30c8\u30ea\u306e DN\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_PROXY_MAPPER_DN_446=Configuration entry %s has an invalid value for configuration attribute ds-cfg-proxied-authorization-identity-mapper (it should be the DN of a valid identity mapper configuration entry): %s |
| | | SEVERE_ERR_CONFIG_CORE_NO_PROXY_MAPPER_FOR_DN_447=The proxied authorization identity mapper DN %s specified in configuration entry %s does not refer to a valid identity mapper configuration entry |
| | | SEVERE_ERR_CONFIG_IDMAPPER_NO_PROXY_MAPPER_DN_448=The Directory Server does not have any identity mapper configured for use in conjunction with proxied authorization V2 operations. The Directory Server will not be able to process requests containing the proxied authorization control with a username-based authorization ID |
| | | SEVERE_ERR_CONFIG_IDMAPPER_INVALID_PROXY_MAPPER_DN_449=The configured proxied authorization identity mapper DN %s does not refer to an active identity mapper. The Directory Server will not be able to process requests containing the proxied authorization control with a username-based authorization ID |
| | | INFO_CONFIG_CORE_DESCRIPTION_SIZE_LIMIT_450=\u691c\u7d22\u64cd\u4f5c\u306e\u51e6\u7406\u6642\u306b\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u306b\u8fd4\u3055\u308c\u308b\u30a8\u30f3\u30c8\u30ea\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u6700\u5927\u6570\u3002\u3053\u308c\u306f\u3001\u30e6\u30fc\u30b6\u30fc\u306e\u30a8\u30f3\u30c8\u30ea\u306b ds-rlim-size-limit \u30aa\u30da\u30ec\u30fc\u30b7\u30e7\u30ca\u30eb\u5c5e\u6027\u3092\u542b\u3081\u308b\u3053\u3068\u306b\u3088\u308a\u3001\u30e6\u30fc\u30b6\u30fc\u5358\u4f4d\u3067\u30aa\u30fc\u30d0\u30fc\u30e9\u30a4\u30c9\u3067\u304d\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_SIZE_LIMIT_451=Configuration entry %s has an invalid value for configuration attribute ds-cfg-size-limit (It should be a positive integer value specifying the size limit to use, or a value of 0 or -1 to indicate that no limit should be enforced): %s |
| | | FATAL_ERR_CONFIG_SYNCH_CANNOT_GET_CONFIG_BASE_452=An error occurred while attempting to retrieve the Directory Server synchronization provider configuration base entry cn=Synchronization Providers,cn=config: %s |
| | | FATAL_ERR_CONFIG_SYNCH_BASE_DOES_NOT_EXIST_453=The Directory Server synchronization provider base entry cn=Synchronization Providers,cn=config does not exist. This entry must be present in the Directory Server configuration |
| | | FATAL_ERR_CONFIG_SYNCH_ENTRY_DOES_NOT_HAVE_PROVIDER_CONFIG_454=Configuration entry %s exists below the Directory Server synchronization provider root but does not contain attribute ds-cfg-synchronization-provider which must be present in all synchronization provider configuration entries |
| | | FATAL_ERR_CONFIG_SYNCH_CANNOT_CHECK_FOR_PROVIDER_CONFIG_OC_455=An error occurred while attempting to determine whether configuration entry %s was a valid Directory Server synchronization provider: %s |
| | | INFO_CONFIG_SYNCH_DESCRIPTION_PROVIDER_ENABLED_456=\u95a2\u9023\u3059\u308b\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u540c\u671f\u30d7\u30ed\u30d0\u30a4\u30c0\u3092\u6709\u52b9\u306b\u3059\u308b\u304b\u3069\u3046\u304b\u3001\u304a\u3088\u3073\u30b5\u30fc\u30d0\u30fc\u3067\u4f7f\u7528\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002\u3053\u306e\u5c5e\u6027\u306f\u3001\u3059\u3079\u3066\u306e\u540c\u671f\u30d7\u30ed\u30d0\u30a4\u30c0\u30a8\u30f3\u30c8\u30ea\u306b\u5b58\u5728\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u5b9f\u884c\u4e2d\u306f\u5909\u66f4\u3067\u304d\u307e\u305b\u3093 |
| | | FATAL_ERR_CONFIG_SYNCH_PROVIDER_NO_ENABLED_ATTR_457=Synchronization provider configuration entry %s does not contain attribute ds-cfg-enabled which indicates whether the synchronization provider is enabled for use |
| | | SEVERE_WARN_CONFIG_SYNCH_PROVIDER_DISABLED_458=The Directory Server synchronization provider defined in configuration entry %s is disabled. This provider will not be used |
| | | FATAL_ERR_CONFIG_SYNCH_UNABLE_TO_DETERMINE_ENABLED_STATE_459=An error occurred while attempting to determine whether the Directory Server synchronization provider defined in configuration entry %s should be enabled: %s |
| | | INFO_CONFIG_SYNCH_DESCRIPTION_PROVIDER_CLASS_460=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u540c\u671f\u30d7\u30ed\u30d0\u30a4\u30c0\u306e\u30ed\u30b8\u30c3\u30af\u3092\u63d0\u4f9b\u3059\u308b Java \u30af\u30e9\u30b9\u306e\u5b8c\u5168\u6307\u5b9a\u540d\u3002\u3053\u306e\u5c5e\u6027\u306f\u3001\u3059\u3079\u3066\u306e\u540c\u671f\u30d7\u30ed\u30d0\u30a4\u30c0\u30a8\u30f3\u30c8\u30ea\u306b\u5b58\u5728\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u5b9f\u884c\u4e2d\u306f\u5909\u66f4\u3067\u304d\u307e\u305b\u3093 |
| | | FATAL_ERR_CONFIG_SYNCH_NO_CLASS_ATTR_461=Synchronization provider configuration entry %s does not contain attribute ds-cfg-java-class which specifies the name of the class that implements the synchronization provider logic |
| | | FATAL_ERR_CONFIG_SYNCH_UNABLE_TO_DETERMINE_CLASS_462=An error occurred while attempting to determine the name of the class used to provide the Directory Server synchronization provider logic from configuration entry %s: %s |
| | | FATAL_ERR_CONFIG_SYNCH_UNABLE_TO_LOAD_PROVIDER_CLASS_463=An error occurred while attempting to load class %s referenced in synchronization provider configuration entry %s: %s |
| | | FATAL_ERR_CONFIG_SYNCH_UNABLE_TO_INSTANTIATE_PROVIDER_464=An error occurred while attempting to instantiate class %s referenced in synchronization provider configuration entry %s: %s |
| | | FATAL_ERR_CONFIG_SYNCH_ERROR_INITIALIZING_PROVIDER_465=An error occurred while attempting to initialize the Directory Server synchronization provider referenced in configuration entry %s: %s |
| | | INFO_CONFIG_SYNCH_PROVIDER_HAS_BEEN_DISABLED_466=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u540c\u671f\u30d7\u30ed\u30d0\u30a4\u30c0\u306f\u73fe\u5728\u6709\u52b9\u3067\u3059\u304c\u3001\u69cb\u6210\u304c\u5909\u66f4\u3055\u308c\u305f\u305f\u3081\u3001\u7121\u52b9\u306b\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u540c\u671f\u30d7\u30ed\u30d0\u30a4\u30c0\u3092\u7121\u52b9\u306b\u5909\u66f4\u3057\u3066\u3082\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u304c\u518d\u8d77\u52d5\u3055\u308c\u308b\u307e\u3067\u306f\u3001\u305d\u306e\u8a2d\u5b9a\u5909\u66f4\u306f\u53cd\u6620\u3055\u308c\u307e\u305b\u3093 |
| | | FATAL_ERR_CONFIG_SYNCH_PROVIDER_CLASS_CHANGED_467=The Java class providing the logic for the synchronization provider defined in configuration entry %s has changed from %s to %s. This will not take effect until the Directory Server is restarted |
| | | INFO_CONFIG_BACKEND_ATTR_DESCRIPTION_WRITABILITY_468=\u3053\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e\u66f8\u304d\u8fbc\u307f\u53ef\u80fd\u30e2\u30fc\u30c9\u3002\u5024\u306f\u3001\u3059\u3079\u3066\u306e\u66f8\u304d\u8fbc\u307f\u64cd\u4f5c\u304c\u8a31\u53ef\u3055\u308c\u308b\u5834\u5408\u306f "enabled"\u3001\u3059\u3079\u3066\u306e\u66f8\u304d\u8fbc\u307f\u64cd\u4f5c\u304c\u62d2\u5426\u3055\u308c\u308b\u5834\u5408\u306f "disabled"\u3001\u307e\u305f\u306f\u5185\u90e8\u306e\u66f8\u304d\u8fbc\u307f\u64cd\u4f5c\u3068\u540c\u671f\u66f4\u65b0\u306e\u307f\u304c\u8a31\u53ef\u3055\u308c\u308b\u5834\u5408\u306f "internal-only"\u3067\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_CONFIG_BACKEND_NO_WRITABILITY_MODE_469=The backend defined in configuration entry %s does not have a value for configuration attribute ds-cfg-writability-mode which indicates the writability mode for that backend. The backend will be disabled |
| | | SEVERE_ERR_CONFIG_BACKEND_INVALID_WRITABILITY_MODE_470=The backend defined in configuration entry %s has an invalid writability mode of %s. The backend will be disabled |
| | | SEVERE_ERR_CONFIG_BACKEND_UNABLE_TO_DETERMINE_WRITABILITY_471=An unexpected error occurred while attempting to determine the writability mode for the backend defined in configuration entry %s: %s. The backend will be disabled |
| | | INFO_CONFIG_CORE_DESCRIPTION_WRITABILITY_MODE_472=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u66f8\u304d\u8fbc\u307f\u53ef\u80fd\u30e2\u30fc\u30c9\u3002\u5024\u306f\u3001"enabled"\u3001"disabled"\u3001\u307e\u305f\u306f "internal-only" \u306e\u3044\u305a\u308c\u304b\u3067\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_WRITABILITY_MODE_473=Configuration entry %s has an invalid value for configuration attribute ds-cfg-writability-mode (the value should be one of "enabled", "disabled", or "internal-only"): %s |
| | | INFO_CONFIG_CORE_DESCRIPTION_BIND_WITH_DN_REQUIRES_PW_474=DN \u3092\u542b\u3080\u5358\u7d14\u30d0\u30a4\u30f3\u30c9\u306b\u30d1\u30b9\u30ef\u30fc\u30c9\u3082\u542b\u3081\u308b\u5fc5\u8981\u304c\u3042\u308b\u304b\u3069\u3046\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002\u3053\u308c\u304c\u7121\u52b9\u306e\u5834\u5408\u3001\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u542b\u307e\u306a\u3044\u30d0\u30a4\u30f3\u30c9\u306f\u30d0\u30a4\u30f3\u30c9 DN \u3092\u542b\u3093\u3067\u3044\u3066\u3082\u5e38\u306b\u533f\u540d\u3068\u3057\u3066\u6271\u308f\u308c\u307e\u3059\u3002\u3053\u308c\u306b\u3088\u308a\u3001\u3042\u308b\u7a2e\u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3067\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc\u30db\u30fc\u30eb\u304c\u751f\u3058\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u304c\u6709\u52b9\u306a\u5834\u5408\u3001DN \u3092\u542b\u3080\u304c\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u542b\u307e\u306a\u3044\u5358\u7d14\u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u306f\u3001\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u533f\u540d\u8a8d\u8a3c\u3092\u4f7f\u7528\u305b\u305a\u306b\u62d2\u5426\u3055\u308c\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_BIND_WITH_DN_REQUIRES_PW_475=Configuration entry %s has an invalid value for configuration attribute ds-cfg-bind-with-dn-requires-password (the value should be either "TRUE" or "FALSE"): %s |
| | | FATAL_ERR_CONFIG_PWVALIDATOR_CANNOT_GET_BASE_476=An error occurred while attempting to retrieve the password validator base entry cn=Password Validators,cn=config from the Directory Server configuration: %s |
| | | SEVERE_WARN_CONFIG_PWVALIDATOR_BASE_DOES_NOT_EXIST_477=The password validator configuration base cn=Password Validators,cn=config does not exist in the Directory Server configuration. This entry must be present for the server to function properly |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_ENTRY_UNACCEPTABLE_478=Configuration entry %s does not contain a valid password validator configuration: %s. It will be ignored |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_CANNOT_CREATE_VALIDATOR_479=An error occurred while attempting to create a Directory Server password validator from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_INVALID_OBJECTCLASS_480=Configuration entry %s does not contain the ds-cfg-password-validator objectclass, which is required for password validator definitions |
| | | INFO_CONFIG_PWVALIDATOR_DESCRIPTION_CLASS_NAME_481=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u30d0\u30ea\u30c7\u30fc\u30bf\u3092\u5b9a\u7fa9\u3059\u308b Java \u30af\u30e9\u30b9\u306e\u5b8c\u5168\u6307\u5b9a\u540d\u3002\u95a2\u9023\u3059\u308b\u30d0\u30ea\u30c7\u30fc\u30bf\u304c\u6709\u52b9\u306a\u3068\u304d\u306b\u3053\u308c\u304c\u5909\u66f4\u3055\u308c\u305f\u5834\u5408\u3001\u5909\u66f4\u3092\u6709\u52b9\u306b\u3059\u308b\u306b\u306f\u305d\u306e\u30d0\u30ea\u30c7\u30fc\u30bf\u3092\u7121\u52b9\u306b\u3057\u3066\u518d\u5ea6\u6709\u52b9\u306b\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059 |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_NO_CLASS_NAME_482=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-java-class which specifies the fully-qualified class name for the associated password validator |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_INVALID_CLASS_NAME_483=Configuration entry %s has an invalid value for attribute ds-cfg-java-class: %s |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_INVALID_CLASS_484=Class %s specified in configuration entry %s does not contain a valid password validator implementation: %s |
| | | INFO_CONFIG_PWVALIDATOR_DESCRIPTION_ENABLED_485=\u3053\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u30d0\u30ea\u30c7\u30fc\u30bf\u3092\u6709\u52b9\u306b\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002\u3053\u306e\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_NO_ENABLED_ATTR_486=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-enabled which indicates whether the password validator should be enabled for use in the Directory Server |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_INVALID_ENABLED_VALUE_487=Configuration entry %s has an invalid value for attribute ds-cfg-enabled: %s |
| | | INFO_CONFIG_PWVALIDATOR_CLASS_ACTION_REQUIRED_488=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %3$s \u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u30d0\u30ea\u30c7\u30fc\u30bf\u30af\u30e9\u30b9\u540d\u3092 %1$s \u304b\u3089 %2$s \u306b\u3059\u308b\u3088\u3046\u306b\u8981\u6c42\u3055\u308c\u305f\u5909\u66f4\u306f\u3001\u52d5\u7684\u306b\u9069\u7528\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u5909\u66f4\u306f\u3001\u30d0\u30ea\u30c7\u30fc\u30bf\u3092\u7121\u52b9\u306b\u3057\u3066\u518d\u5ea6\u6709\u52b9\u306b\u3059\u308b\u304b\u3001\u307e\u305f\u306f\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u3092\u518d\u8d77\u52d5\u3059\u308b\u307e\u3067\u6709\u52b9\u306b\u306a\u308a\u307e\u305b\u3093 |
| | | MILD_ERR_CONFIG_PWVALIDATOR_INITIALIZATION_FAILED_489=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u30d0\u30ea\u30c7\u30fc\u30bf\u3068\u3057\u3066\u30af\u30e9\u30b9 %1$s \u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3092\u521d\u671f\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s |
| | | MILD_ERR_CONFIG_PWVALIDATOR_EXISTS_490=DN \u304c %s \u3067\u3042\u308b\u65b0\u898f\u30d1\u30b9\u30ef\u30fc\u30c9\u30d0\u30ea\u30c7\u30fc\u30bf\u30a8\u30f3\u30c8\u30ea\u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e DN \u306b\u767b\u9332\u3055\u308c\u305f\u30d0\u30ea\u30c7\u30fc\u30bf\u304c\u3059\u3067\u306b\u5b58\u5728\u3057\u307e\u3059 |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_UNACCEPTABLE_CONFIG_491=The configuration for the password validator defined in configuration entry %s was not acceptable according to its internal validation. However, no specific information is available regarding the problem(s) with the entry |
| | | FATAL_ERR_CONFIG_PWGENERATOR_CANNOT_GET_BASE_492=An error occurred while attempting to retrieve the password generator base entry cn=Password Generators,cn=config from the Directory Server configuration: %s |
| | | SEVERE_WARN_CONFIG_PWGENERATOR_BASE_DOES_NOT_EXIST_493=The password generator configuration base cn=Password Generators,cn=config does not exist in the Directory Server configuration. This entry must be present for the server to function properly |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_ENTRY_UNACCEPTABLE_494=Configuration entry %s does not contain a valid password generator configuration: %s. It will be ignored |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_CANNOT_CREATE_GENERATOR_495=An error occurred while attempting to create a Directory Server password generator from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_INVALID_OBJECTCLASS_496=Configuration entry %s does not contain the ds-cfg-password-generator objectclass, which is required for password generator definitions |
| | | INFO_CONFIG_PWGENERATOR_DESCRIPTION_CLASS_NAME_497=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u30b8\u30a7\u30cd\u30ec\u30fc\u30bf\u3092\u5b9a\u7fa9\u3059\u308b Java \u30af\u30e9\u30b9\u306e\u5b8c\u5168\u6307\u5b9a\u540d\u3002\u95a2\u9023\u3059\u308b\u30b8\u30a7\u30cd\u30ec\u30fc\u30bf\u304c\u6709\u52b9\u306a\u3068\u304d\u306b\u3053\u308c\u304c\u5909\u66f4\u3055\u308c\u305f\u5834\u5408\u3001\u5909\u66f4\u3092\u6709\u52b9\u306b\u3059\u308b\u306b\u306f\u305d\u306e\u30b8\u30a7\u30cd\u30ec\u30fc\u30bf\u3092\u7121\u52b9\u306b\u3057\u3066\u518d\u5ea6\u6709\u52b9\u306b\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059 |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_NO_CLASS_NAME_498=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-java-class which specifies the fully-qualified class name for the associated password generator |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_INVALID_CLASS_NAME_499=Configuration entry %s has an invalid value for attribute ds-cfg-java-class: %s |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_INVALID_CLASS_500=Class %s specified in configuration entry %s does not contain a valid password generator implementation: %s |
| | | INFO_CONFIG_PWGENERATOR_DESCRIPTION_ENABLED_501=\u3053\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u30b8\u30a7\u30cd\u30ec\u30fc\u30bf\u3092\u6709\u52b9\u306b\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002\u3053\u306e\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_NO_ENABLED_ATTR_502=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-enabled which indicates whether the password generator should be enabled for use in the Directory Server |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_INVALID_ENABLED_VALUE_503=Configuration entry %s has an invalid value for attribute ds-cfg-enabled: %s |
| | | INFO_CONFIG_PWGENERATOR_CLASS_ACTION_REQUIRED_504=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %3$s \u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u30b8\u30a7\u30cd\u30ec\u30fc\u30bf\u30af\u30e9\u30b9\u540d\u3092 %1$s \u304b\u3089 %2$s \u306b\u3059\u308b\u3088\u3046\u306b\u8981\u6c42\u3055\u308c\u305f\u5909\u66f4\u306f\u3001\u52d5\u7684\u306b\u9069\u7528\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u5909\u66f4\u306f\u3001\u30b8\u30a7\u30cd\u30ec\u30fc\u30bf\u3092\u7121\u52b9\u306b\u3057\u3066\u518d\u5ea6\u6709\u52b9\u306b\u3059\u308b\u304b\u3001\u307e\u305f\u306f\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u3092\u518d\u8d77\u52d5\u3059\u308b\u307e\u3067\u6709\u52b9\u306b\u306a\u308a\u307e\u305b\u3093 |
| | | MILD_ERR_CONFIG_PWGENERATOR_INITIALIZATION_FAILED_505=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u30b8\u30a7\u30cd\u30ec\u30fc\u30bf\u3068\u3057\u3066\u30af\u30e9\u30b9 %1$s \u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3092\u521d\u671f\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s |
| | | MILD_ERR_CONFIG_PWGENERATOR_EXISTS_506=DN \u304c %s \u3067\u3042\u308b\u65b0\u898f\u30d1\u30b9\u30ef\u30fc\u30c9\u30b8\u30a7\u30cd\u30ec\u30fc\u30bf\u30a8\u30f3\u30c8\u30ea\u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e DN \u306b\u767b\u9332\u3055\u308c\u305f\u30b8\u30a7\u30cd\u30ec\u30fc\u30bf\u304c\u3059\u3067\u306b\u5b58\u5728\u3057\u307e\u3059 |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_UNACCEPTABLE_CONFIG_507=The configuration for the password generator defined in configuration entry %s was not acceptable according to its internal validation. However, no specific information is available regarding the problem(s) with the entry |
| | | INFO_CONFIG_CORE_DESCRIPTION_DEFAULT_PWPOLICY_DN_508=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u3092\u5b9a\u7fa9\u3059\u308b\u69cb\u6210\u30a8\u30f3\u30c8\u30ea\u306e DN\u3002\u30ab\u30b9\u30bf\u30e0\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u3059\u3079\u3066\u306e\u30e6\u30fc\u30b6\u30fc\u306b\u5bfe\u3057\u3066\u9069\u7528\u3055\u308c\u307e\u3059\u3002\u3053\u306e\u30a8\u30f3\u30c8\u30ea\u306f\u5b58\u5728\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u3001\u6709\u52b9\u306a\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u69cb\u6210\u3092\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_CONFIG_CORE_NO_DEFAULT_PWPOLICY_509=No default password policy was configured for the Directory Server. This must be specified by the ds-cfg-default-password-policy attribute in configuration entry %s |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_DEFAULT_PWPOLICY_DN_510=Configuration entry %s has an invalid value for configuration attribute ds-cfg-default-password-policy (the value should a DN specifying the default password policy configuration entry): %s |
| | | SEVERE_ERR_CONFIG_CORE_NO_SUCH_PWPOLICY_511=The value %s for configuration attribute ds-cfg-default-password-policy does not refer to a valid password policy configuration entry |
| | | FATAL_ERR_CONFIG_PWPOLICY_CANNOT_GET_BASE_512=An error occurred while attempting to retrieve the password policy base entry cn=Password Policies,cn=config from the Directory Server configuration: %s |
| | | SEVERE_ERR_CONFIG_PWPOLICY_BASE_DOES_NOT_EXIST_513=The password policy configuration base cn=Password Policies,cn=config does not exist in the Directory Server configuration. This entry must be present for the server to function properly |
| | | SEVERE_ERR_CONFIG_PWPOLICY_NO_POLICIES_514=No password policies have been defined below the cn=Password Policies,cn=config entry in the Directory Server configuration. At least one password policy configuration must be defined |
| | | SEVERE_ERR_CONFIG_PWPOLICY_INVALID_POLICY_CONFIG_515=The password policy defined in configuration entry %s is invalid: %s |
| | | SEVERE_ERR_CONFIG_PWPOLICY_MISSING_DEFAULT_POLICY_516=The Directory Server default password policy is defined as %s, but that entry does not exist or is not below the password policy configuration base cn=Password Policies,cn=config |
| | | SEVERE_WARN_CONFIG_PWPOLICY_CANNOT_DELETE_DEFAULT_POLICY_517=The specified entry %s is currently defined as the configuration entry for the default password policy. The default password policy configuration entry may not be removed |
| | | INFO_CONFIG_PWPOLICY_REMOVED_POLICY_518=\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u30a8\u30f3\u30c8\u30ea %s \u304c\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u69cb\u6210\u304b\u3089\u524a\u9664\u3055\u308c\u307e\u3057\u305f\u3002\u3053\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u3092\u660e\u793a\u7684\u306b\u53c2\u7167\u3059\u308b\u3059\u3079\u3066\u306e\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u306e\u8a8d\u8a3c\u304c\u8a31\u53ef\u3055\u308c\u306a\u304f\u306a\u308a\u307e\u3059 |
| | | FATAL_ERR_CONFIG_AUTHZ_CANNOT_GET_ENTRY_519=An error occurred while attempting to retrieve the Directory Server access control configuration entry cn=Access Control Handler,cn=config: %s |
| | | FATAL_ERR_CONFIG_AUTHZ_ENTRY_DOES_NOT_EXIST_520=The Directory Server access control configuration entry cn=Access Control Handler,cn=config does not exist. This entry must be present in the Directory Server configuration |
| | | FATAL_ERR_CONFIG_AUTHZ_ENTRY_DOES_NOT_HAVE_OBJECT_CLASS_521=The Directory Server access control configuration entry cn=Access Control Handler,cn=config does not have the correct object class. This entry must have the object class ds-cfg-access-control-handler in order to be valid |
| | | INFO_CONFIG_AUTHZ_DESCRIPTION_ENABLED_523=\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u3092\u6709\u52b9\u306b\u3059\u308b\u304b\u3069\u3046\u304b\u3001\u304a\u3088\u3073\u30b5\u30fc\u30d0\u30fc\u3067\u4f7f\u7528\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002\u3053\u306e\u5c5e\u6027\u306f\u5fc5\u9808\u3067\u3059 |
| | | FATAL_ERR_CONFIG_AUTHZ_NO_ENABLED_ATTR_524=The access control configuration entry %s does not contain attribute ds-cfg-enabled which indicates whether the access control is enabled for use |
| | | SEVERE_WARN_CONFIG_AUTHZ_DISABLED_525=Access control has been disabled |
| | | NOTICE_CONFIG_AUTHZ_ENABLED_526=\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u306f\u6709\u52b9\u306b\u3055\u308c\u307e\u3057\u305f\u3002%s \u5b9f\u88c5\u3092\u4f7f\u7528\u3057\u307e\u3059 |
| | | FATAL_ERR_CONFIG_AUTHZ_UNABLE_TO_DETERMINE_ENABLED_STATE_527=An error occurred while attempting to determine whether the Directory Server access control as defined in configuration entry %s should be enabled: %s |
| | | INFO_CONFIG_AUTHZ_DESCRIPTION_CLASS_528=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u5b9f\u88c5\u3092\u63d0\u4f9b\u3059\u308b Java \u30af\u30e9\u30b9\u306e\u5b8c\u5168\u6307\u5b9a\u540d\u3002\u3053\u306e\u5c5e\u6027\u306f\u5fc5\u9808\u3067\u3059 |
| | | FATAL_ERR_CONFIG_AUTHZ_NO_CLASS_ATTR_529=The access control configuration entry %s does not contain attribute ds-cfg-java-class which specifies the name of the Java class providing the access control implementation for the Directory Server |
| | | FATAL_ERR_CONFIG_AUTHZ_UNABLE_TO_DETERMINE_CLASS_530=An error occurred while attempting to determine the name of the class used to provide the Directory Server access control implementation from configuration entry %s: %s |
| | | FATAL_ERR_CONFIG_AUTHZ_UNABLE_TO_LOAD_CLASS_531=An error occurred while attempting to load class %s referenced in the access control configuration entry %s: %s |
| | | FATAL_ERR_CONFIG_AUTHZ_BAD_CLASS_532=The access control implementation class %s referenced in the access control configuration entry %s does not implement the %s interface: %s |
| | | FATAL_ERR_CONFIG_AUTHZ_UNABLE_TO_INSTANTIATE_HANDLER_533=An error occurred while attempting to instantiate class %s referenced in the access control configuration entry %s: %s |
| | | FATAL_ERR_CONFIG_AUTHZ_ERROR_INITIALIZING_HANDLER_534=An error occurred while attempting to initialize the Directory Server access control implementation referenced in configuration entry %s: %s |
| | | FATAL_ERR_CONFIG_ROOTDN_CANNOT_GET_BASE_535=An error occurred while attempting to retrieve the root DN base entry cn=Root DNs,cn=config from the Directory Server configuration: %s |
| | | SEVERE_ERR_CONFIG_ROOTDN_BASE_DOES_NOT_EXIST_536=The password policy configuration base cn=Root DNs,cn=config does not exist in the Directory Server configuration. This entry must be present for the server to function properly |
| | | SEVERE_ERR_CONFIG_ROOTDN_ENTRY_UNACCEPTABLE_537=Configuration entry %s does not contain a valid root DN configuration: %s. It will be ignored |
| | | SEVERE_ERR_CONFIG_ROOTDN_CANNOT_CREATE_538=An error occurred while attempting to create a Directory Server root DN from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_ROOTDN_INVALID_OBJECTCLASS_539=Configuration entry %s does not contain the ds-cfg-root-dn-user objectclass, which is required for Directory Server root DN definitions |
| | | INFO_CONFIG_ROOTDN_DESCRIPTION_ALTERNATE_BIND_DN_540=\u30eb\u30fc\u30c8 DN \u69cb\u6210\u30a8\u30f3\u30c8\u30ea\u306e\u5b9f\u969b\u306e DN \u3060\u3051\u3067\u306a\u304f\u3001\u95a2\u9023\u3059\u308b\u30eb\u30fc\u30c8 DN \u3068\u3057\u3066\u8a8d\u8a3c\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3067\u304d\u308b\u4ee3\u66ff\u30d0\u30a4\u30f3\u30c9 DN \u3092 1 \u3064\u4ee5\u4e0a\u6307\u5b9a\u3057\u307e\u3059\u3002\u4ee3\u66ff\u30d0\u30a4\u30f3\u30c9 DN \u306f\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306e\u307b\u304b\u306e\u30a8\u30f3\u30c8\u30ea\u306e DN \u3068\u7af6\u5408\u3057\u3066\u306f\u3044\u3051\u307e\u305b\u3093\u3002\u307e\u305f\u3001\u307b\u304b\u306e\u30eb\u30fc\u30c8 DN \u306b\u69cb\u6210\u3055\u308c\u305f\u307b\u304b\u306e\u4ee3\u66ff\u30d0\u30a4\u30f3\u30c9 DN \u3068\u7af6\u5408\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_CONFIG_ROOTDN_CONFLICTING_MAPPING_541=Unable to register "%s" as an alternate bind DN for user "%s" because it is already registered as an alternate bind DN for root user "%s" |
| | | SEVERE_ERR_CONFIG_ROOTDN_CANNOT_PARSE_ALTERNATE_BIND_DNS_542=An error occurred while trying to parse the set of alternate bind DNs for root user %s: %s |
| | | SEVERE_ERR_CONFIG_ROOTDN_CANNOT_REGISTER_ALTERNATE_BIND_DN_543=An error occurred while trying to register"%s" as an alternate bind DN for root user "%s": %s |
| | | SEVERE_ERR_CONFIG_ROOTDN_EXISTS_544=Unable to add root DN entry %s because another root user is already registered with that DN |
| | | FATAL_ERR_CONFIG_ACCTNOTHANDLER_CANNOT_GET_BASE_545=An error occurred while attempting to retrieve the account status notification handler base entry cn=Account Status Notification Handlers,cn=config from the Directory Server configuration: %s |
| | | SEVERE_WARN_CONFIG_ACCTNOTHANDLER_BASE_DOES_NOT_EXIST_546=The account status notification handler configuration base cn=Account Status Notification Handlers,cn=config does not exist in the Directory Server configuration. This entry must be present for the server to function properly |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_ENTRY_UNACCEPTABLE_547=Configuration entry %s does not contain a valid account status notification handler configuration: %s. It will be ignored |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_CANNOT_CREATE_HANDLER_548=An error occurred while attempting to create a Directory Server account status notification handler from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_INVALID_OBJECTCLASS_549=Configuration entry %s does not contain the ds-cfg-account-status-notification-handler objectclass, which is required for account status notification handler definitions |
| | | INFO_CONFIG_ACCTNOTHANDLER_DESCRIPTION_CLASS_NAME_550=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30a2\u30ab\u30a6\u30f3\u30c8\u30b9\u30c6\u30fc\u30bf\u30b9\u901a\u77e5\u30cf\u30f3\u30c9\u30e9\u3092\u5b9a\u7fa9\u3059\u308b Java \u30af\u30e9\u30b9\u306e\u5b8c\u5168\u6307\u5b9a\u540d\u3002\u95a2\u9023\u3059\u308b\u901a\u77e5\u30cf\u30f3\u30c9\u30e9\u304c\u6709\u52b9\u306a\u3068\u304d\u306b\u3053\u308c\u304c\u5909\u66f4\u3055\u308c\u305f\u5834\u5408\u3001\u5909\u66f4\u3092\u6709\u52b9\u306b\u3059\u308b\u306b\u306f\u305d\u306e\u30cf\u30f3\u30c9\u30e9\u3092\u7121\u52b9\u306b\u3057\u3066\u518d\u5ea6\u6709\u52b9\u306b\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059 |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_NO_CLASS_NAME_551=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-java-class which specifies the fully-qualified class name for the associated account status notification handler |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_INVALID_CLASS_NAME_552=Configuration entry %s has an invalid value for attribute ds-cfg-java-class: %s |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_INVALID_CLASS_553=Class %s specified in configuration entry %s does not contain a valid account status notification handler implementation: %s |
| | | INFO_CONFIG_ACCTNOTHANDLER_DESCRIPTION_ENABLED_554=\u3053\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30a2\u30ab\u30a6\u30f3\u30c8\u30b9\u30c6\u30fc\u30bf\u30b9\u901a\u77e5\u30cf\u30f3\u30c9\u30e9\u3092\u6709\u52b9\u306b\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002\u3053\u306e\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_NO_ENABLED_ATTR_555=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-enabled which indicates whether the account status notification handler should be enabled for use in the Directory Server |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_INVALID_ENABLED_VALUE_556=Configuration entry %s has an invalid value for attribute ds-cfg-enabled: %s |
| | | INFO_CONFIG_ACCTNOTHANDLER_CLASS_ACTION_REQUIRED_557=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %3$s \u306e\u30a2\u30ab\u30a6\u30f3\u30c8\u30b9\u30c6\u30fc\u30bf\u30b9\u901a\u77e5\u30cf\u30f3\u30c9\u30e9\u30af\u30e9\u30b9\u540d\u3092 %1$s \u304b\u3089 %2$s \u306b\u3059\u308b\u3088\u3046\u306b\u8981\u6c42\u3055\u308c\u305f\u5909\u66f4\u306f\u3001\u52d5\u7684\u306b\u9069\u7528\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u5909\u66f4\u306f\u3001\u901a\u77e5\u30cf\u30f3\u30c9\u30e9\u3092\u7121\u52b9\u306b\u3057\u3066\u518d\u5ea6\u6709\u52b9\u306b\u3059\u308b\u304b\u3001\u307e\u305f\u306f\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u3092\u518d\u8d77\u52d5\u3059\u308b\u307e\u3067\u6709\u52b9\u306b\u306a\u308a\u307e\u305b\u3093 |
| | | MILD_ERR_CONFIG_ACCTNOTHANDLER_INITIALIZATION_FAILED_558=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30a2\u30ab\u30a6\u30f3\u30c8\u30b9\u30c6\u30fc\u30bf\u30b9\u901a\u77e5\u30cf\u30f3\u30c9\u30e9\u3068\u3057\u3066\u30af\u30e9\u30b9 %1$s \u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3092\u521d\u671f\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s |
| | | MILD_ERR_CONFIG_ACCTNOTHANDLER_EXISTS_559=DN \u304c %s \u3067\u3042\u308b\u65b0\u898f\u30a2\u30ab\u30a6\u30f3\u30c8\u30b9\u30c6\u30fc\u30bf\u30b9\u901a\u77e5\u30cf\u30f3\u30c9\u30e9\u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e DN \u306b\u767b\u9332\u3055\u308c\u305f\u901a\u77e5\u30cf\u30f3\u30c9\u30e9\u304c\u3059\u3067\u306b\u5b58\u5728\u3057\u307e\u3059 |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_UNACCEPTABLE_CONFIG_560=The configuration for the account status notification handler defined in configuration entry %s was not acceptable according to its internal validation. However, no specific information is available regarding the problem(s) with the entry |
| | | INFO_CONFIG_CORE_DESCRIPTION_LOOKTHROUGH_LIMIT_561=\u691c\u7d22\u64cd\u4f5c\u306e\u51e6\u7406\u6642\u306b\u3001\u4e00\u81f4\u3059\u308b\u304b\u3069\u3046\u304b\u78ba\u8a8d\u3055\u308c\u308b\u5019\u88dc\u30a8\u30f3\u30c8\u30ea\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u6700\u5927\u6570\u3002\u3053\u308c\u306f\u3001\u30e6\u30fc\u30b6\u30fc\u306e\u30a8\u30f3\u30c8\u30ea\u306b ds-rlim-lookthrough-limit \u30aa\u30da\u30ec\u30fc\u30b7\u30e7\u30ca\u30eb\u5c5e\u6027\u3092\u542b\u3081\u308b\u3053\u3068\u306b\u3088\u308a\u3001\u30e6\u30fc\u30b6\u30fc\u5358\u4f4d\u3067\u30aa\u30fc\u30d0\u30fc\u30e9\u30a4\u30c9\u3067\u304d\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_LOOKTHROUGH_LIMIT_562=Configuration entry %s has an invalid value for configuration attribute ds-cfg-lookthrough-limit (It should be a positive integer value specifying the lookthrough limit to use, or a value of 0 or -1 to indicate that no limit should be enforced): %s |
| | | FATAL_ERR_CONFIG_UNABLE_TO_APPLY_STARTUP_CHANGES_563=An error occurred while attempting to apply the changes contained in file %s to the server configuration at startup: %s |
| | | FATAL_ERR_CONFIG_ERROR_APPLYING_STARTUP_CHANGE_564=Unable to apply a change at server startup: %s |
| | | FATAL_ERR_CONFIG_UNABLE_TO_APPLY_CHANGES_FILE_565=One or more errors occurred while applying changes on server startup |
| | | INFO_CONFIG_DESCRIPTION_BACKEND_MODE_566=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb\u3092\u542b\u3080\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3067\u4f7f\u7528\u3055\u308c\u308b\u30a2\u30af\u30bb\u30b9\u6a29 |
| | | SEVERE_ERR_CONFIG_BACKEND_MODE_INVALID_567=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-db-directory-permissions (It should be an UNIX permission mode in three-digit octal notation.) |
| | | SEVERE_ERR_CONFIG_BACKEND_INSANE_MODE_568=Invalid UNIX file permissions %s does not allow read and write access to the backend database directory by the backend |
| | | INFO_CONFIG_CORE_DESCRIPTION_TIME_LIMIT_569=\u691c\u7d22\u64cd\u4f5c\u306e\u51e6\u7406\u6642\u306b\u8a31\u53ef\u3055\u308c\u308b\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u6700\u5927\u6642\u9593\u3002\u3053\u308c\u306f\u3001\u30e6\u30fc\u30b6\u30fc\u306e\u30a8\u30f3\u30c8\u30ea\u306b ds-rlim-time-limit \u30aa\u30da\u30ec\u30fc\u30b7\u30e7\u30ca\u30eb\u5c5e\u6027\u3092\u542b\u3081\u308b\u3053\u3068\u306b\u3088\u308a\u3001\u30e6\u30fc\u30b6\u30fc\u5358\u4f4d\u3067\u30aa\u30fc\u30d0\u30fc\u30e9\u30a4\u30c9\u3067\u304d\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_TIME_LIMIT_570=Configuration entry %s has an invalid value for configuration attribute ds-cfg-time-limit (it should be an integer value followed by a space and a time unit of seconds, minutes, hours, days, or weeks): %s |
| | | SEVERE_ERR_CONFIG_PWPOLICY_NO_DEFAULT_POLICY_571=No default password policy is configured for the Directory Server. The default password policy must be specified by the ds-cfg-default-password-policy attribute in the cn=config entry |
| | | SEVERE_WARN_CONFIG_BACKEND_CANNOT_REGISTER_BACKEND_572=An error occurred while attempting to register backend %s with the Directory Server: %s |
| | | SEVERE_ERR_CONFIG_FILE_CANNOT_CREATE_ARCHIVE_DIR_NO_REASON_573=An error occurred while trying to create the configuration archive directory %s |
| | | SEVERE_ERR_CONFIG_FILE_CANNOT_CREATE_ARCHIVE_DIR_574=An error occurred while trying to create the configuration archive directory %s: %s |
| | | SEVERE_ERR_CONFIG_FILE_CANNOT_WRITE_CONFIG_ARCHIVE_575=An error occurred while trying to write the current configuration to the configuration archive: %s |
| | | INFO_CONFIG_CORE_DESCRIPTION_REJECT_UNAUTHENTICATED_REQUESTS_576=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u304c\u672a\u8a8d\u8a3c\u306e\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u304b\u3089\u306e\u8981\u6c42\u3092\u62d2\u5426\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002"true" \u306b\u8a2d\u5b9a\u3057\u305f\u5834\u5408\u3001\u672a\u8a8d\u8a3c\u306e\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u306f\u3001\u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u304a\u3088\u3073 StartTLS \u8981\u6c42\u3092\u9001\u4fe1\u3059\u308b\u3053\u3068\u306e\u307f\u8a31\u53ef\u3055\u308c\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_CONFIG_CORE_REJECT_UNAUTHENTICATED_REQUESTS_INVALID_577=Configuration entry %s has an invalid value for configuration attribute ds-cfg-reject-unauthenticated-requests(the value should be either true or false) |
| | | FATAL_ERR_CONFIG_GROUP_CANNOT_GET_BASE_578=An error occurred while attempting to retrieve the group implementation base entry cn=Group Implementations,cn=config from the Directory Server configuration: %s |
| | | SEVERE_WARN_CONFIG_GROUP_BASE_DOES_NOT_EXIST_579=The group implementation configuration base cn=Group Implementations,cn=config does not exist in the Directory Server configuration. This entry must be present for the server to function properly |
| | | SEVERE_ERR_CONFIG_GROUP_ENTRY_UNACCEPTABLE_580=Configuration entry %s does not contain a valid group implementation configuration: %s. It will be ignored |
| | | SEVERE_ERR_CONFIG_GROUP_CANNOT_CREATE_IMPLEMENTATION_581=An error occurred while attempting to create a Directory Server group implementation from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_GROUP_INVALID_OBJECTCLASS_582=Configuration entry %s does not contain the ds-cfg-group-implementation objectclass, which is required for group implementation definitions |
| | | INFO_CONFIG_GROUP_DESCRIPTION_CLASS_NAME_583=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30b0\u30eb\u30fc\u30d7\u5b9f\u88c5\u3092\u5b9a\u7fa9\u3059\u308b Java \u30af\u30e9\u30b9\u306e\u5b8c\u5168\u6307\u5b9a\u540d\u3002\u95a2\u9023\u3059\u308b\u5b9f\u88c5\u304c\u6709\u52b9\u306a\u3068\u304d\u306b\u3053\u308c\u304c\u5909\u66f4\u3055\u308c\u305f\u5834\u5408\u3001\u5909\u66f4\u3092\u6709\u52b9\u306b\u3059\u308b\u306b\u306f\u305d\u306e\u30b0\u30eb\u30fc\u30d7\u5b9f\u88c5\u3092\u7121\u52b9\u306b\u3057\u3066\u518d\u5ea6\u6709\u52b9\u306b\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059 |
| | | SEVERE_ERR_CONFIG_GROUP_NO_CLASS_NAME_584=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-java-class which specifies the fully-qualified class name for the associated group implementation |
| | | SEVERE_ERR_CONFIG_GROUP_INVALID_CLASS_NAME_585=Configuration entry %s has an invalid value for attribute ds-cfg-java-class: %s |
| | | SEVERE_ERR_CONFIG_GROUP_INVALID_CLASS_586=Class %s specified in configuration entry %s does not contain a valid group implementation: %s |
| | | INFO_CONFIG_GROUP_DESCRIPTION_ENABLED_587=\u3053\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30b0\u30eb\u30fc\u30d7\u5b9f\u88c5\u3092\u6709\u52b9\u306b\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002\u3053\u306e\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_CONFIG_GROUP_NO_ENABLED_ATTR_588=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-enabled which indicates whether the group implementation should be enabled for use in the Directory Server |
| | | SEVERE_ERR_CONFIG_GROUP_INVALID_ENABLED_VALUE_589=Configuration entry %s has an invalid value for attribute ds-cfg-enabled: %s |
| | | INFO_CONFIG_GROUP_CLASS_ACTION_REQUIRED_590=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %3$s \u306e\u30b0\u30eb\u30fc\u30d7\u5b9f\u88c5\u30af\u30e9\u30b9\u540d\u3092 %1$s \u304b\u3089 %2$s \u306b\u3059\u308b\u3088\u3046\u306b\u8981\u6c42\u3055\u308c\u305f\u5909\u66f4\u306f\u3001\u52d5\u7684\u306b\u9069\u7528\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u5909\u66f4\u306f\u3001\u30b0\u30eb\u30fc\u30d7\u5b9f\u88c5\u3092\u7121\u52b9\u306b\u3057\u3066\u518d\u5ea6\u6709\u52b9\u306b\u3059\u308b\u304b\u3001\u307e\u305f\u306f\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u3092\u518d\u8d77\u52d5\u3059\u308b\u307e\u3067\u6709\u52b9\u306b\u306a\u308a\u307e\u305b\u3093 |
| | | MILD_ERR_CONFIG_GROUP_INITIALIZATION_FAILED_591=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u3088\u3046\u306b\u30b0\u30eb\u30fc\u30d7\u5b9f\u88c5\u3068\u3057\u3066\u30af\u30e9\u30b9 %1$s \u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3092\u521d\u671f\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s |
| | | MILD_ERR_CONFIG_GROUP_EXISTS_592=DN \u304c %s \u3067\u3042\u308b\u65b0\u898f\u30b0\u30eb\u30fc\u30d7\u5b9f\u88c5\u30a8\u30f3\u30c8\u30ea\u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e DN \u306b\u767b\u9332\u3055\u308c\u305f\u30b0\u30eb\u30fc\u30d7\u5b9f\u88c5\u304c\u3059\u3067\u306b\u5b58\u5728\u3057\u307e\u3059 |
| | | SEVERE_ERR_CONFIG_GROUP_UNACCEPTABLE_CONFIG_593=The configuration for the group implementation defined in configuration entry %s was not acceptable according to its internal validation. However, no specific information is available regarding the problem(s) with the entry |
| | | SEVERE_ERR_CONFIG_ROOTDN_DESCRIPTION_ROOT_PRIVILEGE_594=Set of privileges that should automatically be assigned to root users when they authenticate to the server |
| | | SEVERE_WARN_CONFIG_ROOTDN_UNRECOGNIZED_PRIVILEGE_595=The set of default root privileges contained in configuration attribute %s of entry %s contains an unrecognized privilege %s |
| | | SEVERE_ERR_CONFIG_ROOTDN_ERROR_DETERMINING_ROOT_PRIVILEGES_596=An error occurred while attempting to determine the set of privileges that root users should be granted by default: %s |
| | | INFO_CONFIG_ROOTDN_UPDATED_PRIVILEGES_597=root \u30e6\u30fc\u30b6\u30fc\u306b\u81ea\u52d5\u7684\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u308b\u7279\u6a29\u306e\u30bb\u30c3\u30c8\u304c\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f\u3002\u3053\u306e\u65b0\u3057\u3044\u7279\u6a29\u30bb\u30c3\u30c8\u306f\u3001\u3059\u3067\u306b root \u30e6\u30fc\u30b6\u30fc\u3068\u3057\u3066\u8a8d\u8a3c\u6e08\u307f\u3067\u3042\u308b\u65e2\u5b58\u306e\u63a5\u7d9a\u306b\u306f\u9069\u7528\u3055\u308c\u307e\u305b\u3093\u304c\u3001\u5f8c\u7d9a\u306e\u3059\u3079\u3066\u306e root \u30e6\u30fc\u30b6\u30fc\u8a8d\u8a3c\u306b\u5bfe\u3057\u3066\u4f7f\u7528\u3055\u308c\u307e\u3059 |
| | | MILD_ERR_CONFIG_FILE_ADD_INSUFFICIENT_PRIVILEGES_598=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u69cb\u6210\u3067\u8ffd\u52a0\u64cd\u4f5c\u3092\u5b9f\u884c\u3059\u308b\u305f\u3081\u306e\u5341\u5206\u306a\u7279\u6a29\u304c\u3042\u308a\u307e\u305b\u3093 |
| | | MILD_ERR_CONFIG_FILE_DELETE_INSUFFICIENT_PRIVILEGES_599=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u69cb\u6210\u3067\u524a\u9664\u64cd\u4f5c\u3092\u5b9f\u884c\u3059\u308b\u305f\u3081\u306e\u5341\u5206\u306a\u7279\u6a29\u304c\u3042\u308a\u307e\u305b\u3093 |
| | | MILD_ERR_CONFIG_FILE_MODIFY_INSUFFICIENT_PRIVILEGES_600=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u69cb\u6210\u3067\u5909\u66f4\u64cd\u4f5c\u3092\u5b9f\u884c\u3059\u308b\u305f\u3081\u306e\u5341\u5206\u306a\u7279\u6a29\u304c\u3042\u308a\u307e\u305b\u3093 |
| | | MILD_ERR_CONFIG_FILE_MODDN_INSUFFICIENT_PRIVILEGES_601=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u69cb\u6210\u3067 DN \u306e\u5909\u66f4\u64cd\u4f5c\u3092\u5b9f\u884c\u3059\u308b\u305f\u3081\u306e\u5341\u5206\u306a\u7279\u6a29\u304c\u3042\u308a\u307e\u305b\u3093 |
| | | MILD_ERR_CONFIG_FILE_SEARCH_INSUFFICIENT_PRIVILEGES_602=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u69cb\u6210\u3067\u691c\u7d22\u64cd\u4f5c\u3092\u5b9f\u884c\u3059\u308b\u305f\u3081\u306e\u5341\u5206\u306a\u7279\u6a29\u304c\u3042\u308a\u307e\u305b\u3093 |
| | | MILD_ERR_CONFIG_FILE_MODIFY_PRIVS_INSUFFICIENT_PRIVILEGES_603=\u30c7\u30d5\u30a9\u30eb\u30c8\u306e root \u306e\u7279\u6a29\u30bb\u30c3\u30c8\u3092\u5909\u66f4\u3059\u308b\u305f\u3081\u306e\u5341\u5206\u306a\u7279\u6a29\u304c\u3042\u308a\u307e\u305b\u3093 |
| | | FATAL_ERR_CONFIG_CERTMAPPER_CANNOT_GET_BASE_604=An error occurred while attempting to retrieve the certificate mapper base entry cn=Certificate Mappers,cn=config from the Directory Server configuration: %s |
| | | SEVERE_WARN_CONFIG_CERTMAPPER_BASE_DOES_NOT_EXIST_605=The certificate mapper configuration base cn=Certificate Mappers,cn=config does not exist in the Directory Server configuration. This entry must be present for the server to function properly |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_ENTRY_UNACCEPTABLE_606=Configuration entry %s does not contain a valid certificate mapper configuration: %s. It will be ignored |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_CANNOT_CREATE_MAPPER_607=An error occurred while attempting to create a Directory Server certificate mapper from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_INVALID_OBJECTCLASS_608=Configuration entry %s does not contain the ds-cfg-certificate-mapper objectclass, which is required for certificate mapper definitions |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_NO_CLASS_NAME_609=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-java-class which specifies the fully-qualified class name for the associated certificate mapper |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_INVALID_CLASS_NAME_610=Configuration entry %s has an invalid value for attribute ds-cfg-java-class: %s |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_INVALID_CLASS_611=Class %s specified in configuration entry %s does not contain a valid certificate mapper implementation: %s |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_INVALID_ENABLED_VALUE_612=Configuration entry %s has an invalid value for attribute ds-cfg-enabled: %s |
| | | INFO_CONFIG_CERTMAPPER_CLASS_ACTION_REQUIRED_613=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %3$s \u306e\u8a3c\u660e\u66f8\u30de\u30c3\u30d1\u30fc\u30af\u30e9\u30b9\u540d\u3092 %1$s \u304b\u3089 %2$s \u306b\u3059\u308b\u3088\u3046\u306b\u8981\u6c42\u3055\u308c\u305f\u5909\u66f4\u306f\u3001\u52d5\u7684\u306b\u9069\u7528\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u5909\u66f4\u306f\u3001\u30de\u30c3\u30d1\u30fc\u3092\u7121\u52b9\u306b\u3057\u3066\u518d\u5ea6\u6709\u52b9\u306b\u3059\u308b\u304b\u3001\u307e\u305f\u306f\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u3092\u518d\u8d77\u52d5\u3059\u308b\u307e\u3067\u6709\u52b9\u306b\u306a\u308a\u307e\u305b\u3093 |
| | | MILD_ERR_CONFIG_CERTMAPPER_INITIALIZATION_FAILED_614=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u8a3c\u660e\u66f8\u30de\u30c3\u30d1\u30fc\u3068\u3057\u3066\u30af\u30e9\u30b9 %1$s \u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3092\u521d\u671f\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s |
| | | MILD_ERR_CONFIG_CERTMAPPER_EXISTS_615=DN \u304c %s \u3067\u3042\u308b\u65b0\u898f\u8a3c\u660e\u66f8\u30de\u30c3\u30d1\u30fc\u30a8\u30f3\u30c8\u30ea\u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e DN \u306b\u767b\u9332\u3055\u308c\u305f\u30de\u30c3\u30d1\u30fc\u304c\u3059\u3067\u306b\u5b58\u5728\u3057\u307e\u3059 |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_UNACCEPTABLE_CONFIG_616=The configuration for the certificate mapper defined in configuration entry %s was not acceptable according to its internal validation. However, no specific information is available regarding the problem(s) with the entry |
| | | FATAL_ERR_CONFIG_KEYMANAGER_CANNOT_GET_BASE_617=An error occurred while attempting to retrieve the key manager provider base entry cn=Key Manager Providers,cn=config from the Directory Server configuration: %s |
| | | SEVERE_WARN_CONFIG_KEYMANAGER_BASE_DOES_NOT_EXIST_618=The key manager provider configuration base cn=Key Manager Providers,cn=config does not exist in the Directory Server configuration. This entry must be present for the server to function properly |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_ENTRY_UNACCEPTABLE_619=Configuration entry %s does not contain a valid key manager provider configuration: %s. It will be ignored |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_CANNOT_CREATE_PROVIDER_620=An error occurred while attempting to create a Directory Server key manager provider from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_INVALID_OBJECTCLASS_621=Configuration entry %s does not contain the ds-cfg-key-manager-provider objectclass, which is required for key manager provider definitions |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_NO_CLASS_NAME_622=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-java-class which specifies the fully-qualified class name for the associated key manager provider |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_INVALID_CLASS_NAME_623=Configuration entry %s has an invalid value for attribute ds-cfg-java-class: %s |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_INVALID_CLASS_624=Class %s specified in configuration entry %s does not contain a valid key manager provider implementation: %s |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_INVALID_ENABLED_VALUE_625=Configuration entry %s has an invalid value for attribute ds-cfg-enabled: %s |
| | | INFO_CONFIG_KEYMANAGER_CLASS_ACTION_REQUIRED_626=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %3$s \u306e\u9375\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u30d7\u30ed\u30d0\u30a4\u30c0\u30af\u30e9\u30b9\u540d\u3092 %1$s \u304b\u3089 %2$s \u306b\u3059\u308b\u3088\u3046\u306b\u8981\u6c42\u3055\u308c\u305f\u5909\u66f4\u306f\u3001\u52d5\u7684\u306b\u9069\u7528\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u5909\u66f4\u306f\u3001\u30d7\u30ed\u30d0\u30a4\u30c0\u3092\u7121\u52b9\u306b\u3057\u3066\u518d\u5ea6\u6709\u52b9\u306b\u3059\u308b\u304b\u3001\u307e\u305f\u306f\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u3092\u518d\u8d77\u52d5\u3059\u308b\u307e\u3067\u6709\u52b9\u306b\u306a\u308a\u307e\u305b\u3093 |
| | | MILD_ERR_CONFIG_KEYMANAGER_INITIALIZATION_FAILED_627=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u9375\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u30d7\u30ed\u30d0\u30a4\u30c0\u3068\u3057\u3066\u30af\u30e9\u30b9 %1$s \u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3092\u521d\u671f\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s |
| | | MILD_ERR_CONFIG_KEYMANAGER_EXISTS_628=DN \u304c %s \u3067\u3042\u308b\u65b0\u898f\u9375\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u30d7\u30ed\u30d0\u30a4\u30c0\u30a8\u30f3\u30c8\u30ea\u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e DN \u306b\u767b\u9332\u3055\u308c\u305f\u30d7\u30ed\u30d0\u30a4\u30c0\u304c\u3059\u3067\u306b\u5b58\u5728\u3057\u307e\u3059 |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_UNACCEPTABLE_CONFIG_629=The configuration for the key manager provider defined in configuration entry %s was not acceptable according to its internal validation. However, no specific information is available regarding the problem(s) with the entry |
| | | FATAL_ERR_CONFIG_TRUSTMANAGER_CANNOT_GET_BASE_630=An error occurred while attempting to retrieve the trust manager provider base entry cn=Trust Manager Providers,cn=config from the Directory Server configuration: %s |
| | | SEVERE_WARN_CONFIG_TRUSTMANAGER_BASE_DOES_NOT_EXIST_631=The trust manager provider configuration base cn=Trust Manager Providers,cn=config does not exist in the Directory Server configuration. This entry must be present for the server to function properly |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_ENTRY_UNACCEPTABLE_632=Configuration entry %s does not contain a valid trust manager provider configuration: %s. It will be ignored |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_CANNOT_CREATE_PROVIDER_633=An error occurred while attempting to create a Directory Server trust manager provider from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_INVALID_OBJECTCLASS_634=Configuration entry %s does not contain the ds-cfg-trust-manager-provider objectclass, which is required for trust manager provider definitions |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_NO_CLASS_NAME_635=Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-java-class which specifies the fully-qualified class name for the associated trust manager provider |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_INVALID_CLASS_NAME_636=Configuration entry %s has an invalid value for attribute ds-cfg-java-class: %s |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_INVALID_CLASS_637=Class %s specified in configuration entry %s does not contain a valid trust manager provider implementation: %s |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_INVALID_ENABLED_VALUE_638=Configuration entry %s has an invalid value for attribute ds-cfg-enabled: %s |
| | | INFO_CONFIG_TRUSTMANAGER_CLASS_ACTION_REQUIRED_639=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %3$s \u306e\u30c8\u30e9\u30b9\u30c8\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u30d7\u30ed\u30d0\u30a4\u30c0\u30af\u30e9\u30b9\u540d\u3092 %1$s \u304b\u3089 %2$s \u306b\u3059\u308b\u3088\u3046\u306b\u8981\u6c42\u3055\u308c\u305f\u5909\u66f4\u306f\u3001\u52d5\u7684\u306b\u9069\u7528\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u5909\u66f4\u306f\u3001\u30d7\u30ed\u30d0\u30a4\u30c0\u3092\u7121\u52b9\u306b\u3057\u3066\u518d\u5ea6\u6709\u52b9\u306b\u3059\u308b\u304b\u3001\u307e\u305f\u306f\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u3092\u518d\u8d77\u52d5\u3059\u308b\u307e\u3067\u6709\u52b9\u306b\u306a\u308a\u307e\u305b\u3093 |
| | | MILD_ERR_CONFIG_TRUSTMANAGER_INITIALIZATION_FAILED_640=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c8\u30e9\u30b9\u30c8\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u30d7\u30ed\u30d0\u30a4\u30c0\u3068\u3057\u3066\u30af\u30e9\u30b9 %1$s \u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3092\u521d\u671f\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s |
| | | MILD_ERR_CONFIG_TRUSTMANAGER_EXISTS_641=DN \u304c %s \u3067\u3042\u308b\u65b0\u898f\u30c8\u30e9\u30b9\u30c8\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u30d7\u30ed\u30d0\u30a4\u30c0\u30a8\u30f3\u30c8\u30ea\u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e DN \u306b\u767b\u9332\u3055\u308c\u305f\u30d7\u30ed\u30d0\u30a4\u30c0\u304c\u3059\u3067\u306b\u5b58\u5728\u3057\u307e\u3059 |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_UNACCEPTABLE_CONFIG_642=The configuration for the trust manager provider defined in configuration entry %s was not acceptable according to its internal validation. However, no specific information is available regarding the problem(s) with the entry |
| | | SEVERE_ERR_CONFIG_JMX_CANNOT_GET_ATTRIBUTE_643=Unable to retrieve JMX attribute %s associated with configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_JMX_SET_ATTR_NO_CONNECTION_644=Unable to set the value of JMX attribute %s associated with configuration entry %s because no JMX connection is available |
| | | SEVERE_ERR_CONFIG_CHANGE_NO_RESULT_645=%s.%s returned a result of null for entry %s |
| | | SEVERE_ERR_CONFIG_CHANGE_RESULT_ERROR_646=%s.%s failed for entry %s: result code=%s, admin action required=%b, messages="%s" |
| | | SEVERE_WARN_CONFIG_CHANGE_RESULT_ACTION_REQUIRED_647=%s.%s indicated that administrative action is required for entry %s: messages="%s" |
| | | INFO_CONFIG_CHANGE_RESULT_MESSAGES_648=%s\u3002%s \u306f\u6210\u529f\u3057\u307e\u3057\u305f\u304c\u3001\u30a8\u30f3\u30c8\u30ea %s \u306b\u5bfe\u3057\u3066\u6b21\u306e\u30e1\u30c3\u30bb\u30fc\u30b8\u304c\u751f\u6210\u3055\u308c\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_CONFIG_VATTR_INVALID_SEARCH_FILTER_649=Unable to parse value "%s" from config entry "%s" as a valid search filter: %s |
| | | SEVERE_ERR_CONFIG_VATTR_INITIALIZATION_FAILED_650=An error occurred while trying to load an instance of class %s referenced in configuration entry %s as a virtual attribute provider: %s |
| | | SEVERE_ERR_CONFIG_VATTR_SV_TYPE_WITH_MV_PROVIDER_651=The virtual attribute configuration in entry "%s" is not valid because attribute type %s is single-valued but provider %s may generate multiple values |
| | | SEVERE_ERR_CONFIG_VATTR_SV_TYPE_WITH_MERGE_VALUES_652=The virtual attribute configuration in entry "%s" is not valid because attribute type %s is single-valued but the conflict behavior is configured to merge real and virtual values |
| | | MILD_ERR_CONFIG_FILE_MODIFY_STRUCTURAL_CHANGE_NOT_ALLOWED_653=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u3092\u5909\u66f4\u3067\u304d\u307e\u305b\u3093\u3002\u5909\u66f4\u306b\u3088\u308a\u3001\u305d\u306e\u69cb\u9020\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u304c\u5909\u308f\u308a\u307e\u3059 |
| | | FATAL_ERR_CONFIG_CANNOT_CALCULATE_DIGEST_654=An error occurred while attempting to calculate a SHA-1 digest of file %s: %s |
| | | SEVERE_WARN_CONFIG_MANUAL_CHANGES_DETECTED_655=The Directory Server has detected that one or more external changes have been made to the configuration file %s while the server was online, but another change has caused the server configuration to be overwritten. The manual changes have not been applied, but they have been preserved in file %s |
| | | SEVERE_ERR_CONFIG_MANUAL_CHANGES_LOST_656=The Directory Server encountered an error while attempting to determine whether the configuration file %s has been externally edited with the server online, and/or trying to preserve such changes: %s. Any manual changes made to that file may have been lost |
| | | SEVERE_ERR_CONFIG_ROTATION_POLICY_INVALID_CLASS_657=Class %s specified in attribute ds-cfg-java-class of configuration entry %s cannot be instantiated as a Directory Server log rotation policy: %s |
| | | SEVERE_ERR_CONFIG_RETENTION_POLICY_INVALID_CLASS_658=Class %s specified in attribute ds-cfg-java-class of configuration entry %s cannot be instantiated as a Directory Server log retention policy: %s |
| | | SEVERE_ERR_CONFIG_ROTATION_POLICY_CANNOT_CREATE_POLICY_659=An error occurred while attempting to create a Directory Server log rotation policy from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_RETENTION_POLICY_CANNOT_CREATE_POLICY_660=An error occurred while attempting to create a Directory Server log retention policy from the information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_LOGGING_CANNOT_CREATE_WRITER_661=An error occurred while attempting to create a text writer for a Directory Server logger from the information in configuration entry %s: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_MULTIPLE_ENTRIES_IN_FILE_662=Schema configuration file %s in directory %s contains more than one entry. Only the first entry will be examined, and the additional entries will be ignored |
| | | SEVERE_WARN_CONFIG_SCHEMA_UNPARSEABLE_EXTRA_DATA_IN_FILE_663=Schema configuration file %s in directory %s contains additional data after the schema entry that cannot be parsed by the LDIF reader: %s. The first entry will be processed, but the remaining data will be ignored |
| | | SEVERE_WARN_CONFIG_PLUGIN_EMPTY_ELEMENT_IN_ORDER_664=The plugin order definition for plugins of type %s contains an empty element. This may cause the plugin order to be evaluated incorrectly |
| | | SEVERE_WARN_CONFIG_PLUGIN_MULTIPLE_WILDCARDS_IN_ORDER_665=The plugin order definition for plugins of type %s contains multiple wildcard characters. All plugin definitions should contain exactly one wildcard element to indicate where unmatched plugins should be included in the order, and including multiple wildcards may cause the plugin order to be evaluated incorrectly |
| | | SEVERE_WARN_CONFIG_PLUGIN_LISTED_MULTIPLE_TIMES_666=The plugin order definition for plugins of type %s includes multiple references to the '%s' plugin. This may cause the plugin order to be evaluated incorrectly |
| | | SEVERE_WARN_CONFIG_PLUGIN_ORDER_NO_WILDCARD_667=The plugin order definition for plugins of type %s does not include a wildcard element to indicate where unmatched plugins should be included in the order. The server will default to invoking all unnamed plugins after set of named plugins |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_DELETE_SYNTAX_IN_USE_668=Attribute syntax %s cannot be deleted from the server because it is in use by attribute type %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_DISABLE_SYNTAX_IN_USE_669=Attribute syntax %s cannot be disabled because it is in use by attribute type %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_DELETE_MR_IN_USE_BY_AT_670=Matching rule %s cannot be deleted from the server because it is in use by attribute type %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_DELETE_MR_IN_USE_BY_MRU_671=Matching rule %s cannot be deleted from the server because it is in use by matching rule use %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_DISABLE_MR_IN_USE_BY_AT_672=Matching rule %s cannot be disabled because it is in use by attribute type %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_DISABLE_MR_IN_USE_BY_MRU_673=Matching rule %s cannot be disabled because it is in use by matching rule use %s |
| | | SEVERE_ERR_CONFIG_WORK_QUEUE_INITIALIZATION_FAILED_674=Unable to initialize an instance of class %s as a work queue as specified in configuration entry %s: %s |
| | | INFO_CONFIG_WORK_QUEUE_CLASS_CHANGE_REQUIRES_RESTART_675=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u30ef\u30fc\u30af\u30ad\u30e5\u30fc\u5b9f\u88c5\u3092\u63d0\u4f9b\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3055\u308c\u308b\u30af\u30e9\u30b9\u304c %s \u304b\u3089 %s \u306b\u5909\u66f4\u3055\u308c\u307e\u3057\u305f\u3002\u305f\u3060\u3057\u3053\u306e\u5909\u66f4\u306f\u3001\u30b5\u30fc\u30d0\u30fc\u3092\u518d\u8d77\u52d5\u3059\u308b\u307e\u3067\u6709\u52b9\u306b\u306a\u308a\u307e\u305b\u3093 |
| | | SEVERE_ERR_CONFIG_FILE_ADD_APPLY_FAILED_676=The attempt to apply the configuration add failed. The preliminary checks were all successful and the entry was added to the server configuration, but at least one of the configuration add listeners reported an error when attempting to apply the change: %s |
| | | SEVERE_ERR_CONFIG_FILE_DELETE_APPLY_FAILED_677=The attempt to apply the configuration delete failed. The preliminary checks were all successful and the entry was removed from the server configuration, but at least one of the configuration delete listeners reported an error when attempting to apply the change: %s |
| | | SEVERE_ERR_CONFIG_FILE_MODIFY_APPLY_FAILED_678=The attempt to apply the configuration modification failed. The preliminary checks were all successful and the modified entry was written to the server configuration, but at least one of the configuration change listeners reported an error when attempting to apply the change: %s |
| | | MILD_ERR_CONFIG_KEYMANAGER_CONFIG_NOT_ACCEPTABLE_679=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u9375\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u30d7\u30ed\u30d0\u30a4\u30c0\u306e\u69cb\u6210\u306f\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f: %s |
| | | MILD_ERR_CONFIG_TRUSTMANAGER_CONFIG_NOT_ACCEPTABLE_680=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c8\u30e9\u30b9\u30c8\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u30d7\u30ed\u30d0\u30a4\u30c0\u306e\u69cb\u6210\u306f\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f: %s |
| | | MILD_ERR_CONFIG_AUTHZ_CONFIG_NOT_ACCEPTABLE_681=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c8\u30e9\u30b9\u30c8\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u30d7\u30ed\u30d0\u30a4\u30c0\u306e\u69cb\u6210\u306f\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f: %s |
| | | MILD_ERR_CONFIG_ACCTNOTHANDLER_CONFIG_NOT_ACCEPTABLE_682=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30a2\u30ab\u30a6\u30f3\u30c8\u30b9\u30c6\u30fc\u30bf\u30b9\u901a\u77e5\u30cf\u30f3\u30c9\u30e9\u306e\u69cb\u6210\u306f\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f: %s |
| | | MILD_ERR_CONFIG_SCHEMA_SYNTAX_CONFIG_NOT_ACCEPTABLE_683=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u5c5e\u6027\u69cb\u6587\u306e\u69cb\u6210\u306f\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f: %s |
| | | MILD_ERR_CONFIG_CERTMAPPER_CONFIG_NOT_ACCEPTABLE_684=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u8a3c\u660e\u66f8\u30de\u30c3\u30d1\u30fc\u306e\u69cb\u6210\u306f\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f: %s |
| | | MILD_ERR_CONFIG_GROUP_CONFIG_NOT_ACCEPTABLE_686=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30b0\u30eb\u30fc\u30d7\u5b9f\u88c5\u306e\u69cb\u6210\u306f\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f: %s |
| | | MILD_ERR_CONFIG_IDMAPPER_CONFIG_NOT_ACCEPTABLE_687=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30de\u30c3\u30d1\u30fc\u306e\u69cb\u6210\u306f\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f: %s |
| | | MILD_ERR_CONFIG_SCHEMA_MR_CONFIG_NOT_ACCEPTABLE_688=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u69cb\u6210\u306f\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f: %s |
| | | MILD_ERR_CONFIG_PWGENERATOR_CONFIG_NOT_ACCEPTABLE_689=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u30b8\u30a7\u30cd\u30ec\u30fc\u30bf\u306e\u69cb\u6210\u306f\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f: %s |
| | | MILD_ERR_CONFIG_PWSCHEME_CONFIG_NOT_ACCEPTABLE_690=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u8a18\u61b6\u30b9\u30ad\u30fc\u30de\u306e\u69cb\u6210\u306f\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f: %s |
| | | MILD_ERR_CONFIG_PWVALIDATOR_CONFIG_NOT_ACCEPTABLE_691=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u30d0\u30ea\u30c7\u30fc\u30bf\u306e\u69cb\u6210\u306f\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f: %s |
| | | MILD_ERR_CONFIG_PLUGIN_CONFIG_NOT_ACCEPTABLE_692=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u69cb\u6210\u306f\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f: %s |
| | | MILD_ERR_CONFIG_SASL_CONFIG_NOT_ACCEPTABLE_693=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b SASL \u6a5f\u69cb\u30cf\u30f3\u30c9\u30e9\u306e\u69cb\u6210\u306f\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f: %s |
| | | MILD_ERR_CONFIG_VATTR_CONFIG_NOT_ACCEPTABLE_694=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u4eee\u60f3\u5c5e\u6027\u30d7\u30ed\u30d0\u30a4\u30c0\u306e\u69cb\u6210\u306f\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f: %s |
| | | MILD_ERR_CONFIG_ALERTHANDLER_CONFIG_NOT_ACCEPTABLE_695=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30a2\u30e9\u30fc\u30c8\u30cf\u30f3\u30c9\u30e9\u306e\u69cb\u6210\u306f\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f: %s |
| | | MILD_ERR_CONFIG_ALERTHANDLER_INITIALIZATION_FAILED_696=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30a2\u30e9\u30fc\u30c8\u30cf\u30f3\u30c9\u30e9\u3068\u3057\u3066\u30af\u30e9\u30b9 %1$s \u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3092\u521d\u671f\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_SMTP_SERVER_697=The provided SMTP server value '%s' is invalid. An SMTP server value must have an IP address or a resolvable name, and it may optionally be followed by a colon and an integer value between 1 and 65535 to specify the server port number |
| | | SEVERE_ERR_STARTOK_CANNOT_OPEN_FOR_READING_698=An error occurred while attempting to open the current configuration file %s for reading in order to copy it to the ".startok" file: %s |
| | | SEVERE_ERR_STARTOK_CANNOT_OPEN_FOR_WRITING_699=An error occurred while attempting to open file %s in order to write the ".startok" configuration file: %s |
| | | SEVERE_ERR_STARTOK_CANNOT_WRITE_700=An error occurred while attempting to copy the current configuration from file %s into temporary file %s for use as the ".startok" configuration file: %s |
| | | SEVERE_ERR_STARTOK_CANNOT_RENAME_701=An error occurred while attempting to rename file %s to %s for use as the ".startok" configuration file: %s |
| | | NOTICE_CONFIG_FILE_USING_STARTOK_FILE_702=\u6709\u52b9\u306a\u69cb\u6210\u30d5\u30a1\u30a4\u30eb %s \u3067\u306f\u306a\u304f\u3001\u524d\u56de\u6b63\u5e38\u306b\u4f7f\u7528\u3055\u308c\u305f\u69cb\u6210\u30d5\u30a1\u30a4\u30eb %s \u3092\u4f7f\u7528\u3057\u3066\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u3092\u8d77\u52d5\u3057\u3066\u3044\u307e\u3059 |
| | | SEVERE_WARN_CONFIG_FILE_NO_STARTOK_FILE_703=No last known good configuration file %s exists. The server will attempt to start using the active configuration file %s |
| | | SEVERE_ERR_CONFIG_JE_PROPERTY_INVALID_704=An error occurred while trying to parse and validate Berkeley DB JE property %s: %s |
| | | SEVERE_ERR_CONFIG_JE_PROPERTY_INVALID_FORM_705=An error occurred while trying to parse and validate Berkeley DB JE property %s: the property does not follow a singular property=value form |
| | | SEVERE_ERR_CONFIG_JE_PROPERTY_SHADOWS_CONFIG_706=An error occurred while trying to parse and validate Berkeley DB JE property %s: the property shadows configuration attribute %s |
| | | SEVERE_ERR_CONFIG_JE_DUPLICATE_PROPERTY_707=An error occurred while trying to parse and validate Berkeley DB JE property %s: the property is already defined for this component |
| | | INFO_CONFIG_JE_PROPERTY_REQUIRES_RESTART_708=Berkeley DB JE \u30d7\u30ed\u30d1\u30c6\u30a3\u30fc %s \u306e\u8a2d\u5b9a\u306f\u3001\u8a2d\u5b9a\u3055\u308c\u305f\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u304c\u518d\u8d77\u52d5\u3055\u308c\u308b\u307e\u3067\u3001\u6709\u52b9\u306b\u306a\u308a\u307e\u305b\u3093 |
| | | SEVERE_ERR_CONFIG_LOGGING_CANNOT_OPEN_FILE_709=An error occurred while attempting to open the configured log file %s for logger %s: %s |
| | | SEVERE_ERR_CONFIG_WORKFLOW_ELEMENT_CONFIG_NOT_ACCEPTABLE_710=The configuration for the workflow element defined in configuration entry %s was not acceptable: %s |
| | | SEVERE_ERR_CONFIG_WORKFLOW_ELEMENT_CANNOT_INITIALIZE_711=An error occurred while trying to initialize a workflow element from class %s with the information in configuration entry %s: %s. This workflow element will be disabled |
| | | MILD_ERR_CONFIG_WORKFLOW_ELEMENT_ALREADY_REGISTERED_712=\u30ef\u30fc\u30af\u30d5\u30ed\u30fc\u8981\u7d20 %s \u306f\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306b\u3059\u3067\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u3053\u306e\u30ef\u30fc\u30af\u30d5\u30ed\u30fc\u8981\u7d20\u306f\u7121\u8996\u3055\u308c\u307e\u3059 |
| | | SEVERE_ERR_CONFIG_WORKFLOW_CANNOT_CONFIGURE_MANUAL_713=An error occurred while trying to configure in manual mode the workflows in the Directory Server, and rollback to automatic configuration mode has failed too. If the server is in an unstable state restart it with the last valid configuration |
| | | SEVERE_ERR_CONFIG_WORKFLOW_CANNOT_CONFIGURE_AUTO_714=An error occurred while trying to configure in automatic mode the workflows in the Directory Server, and rollback to manual configuration mode has failed too. If the server is in an unstable state restart it with the last valid configuration |
| | | SEVERE_ERR_CONFIG_LOGGING_INSANE_MODE_715=Invalid UNIX file permissions %s does not allow write access to the log file by the log publisher |
| | | SEVERE_ERR_CONFIG_LOGGING_MODE_INVALID_716=Invalid UNIX file permissions %s: %s |
| | | MILD_ERR_CONFIG_EXTENSION_CONFIG_NOT_ACCEPTABLE_717=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u62e1\u5f35\u6a5f\u80fd\u306e\u69cb\u6210\u306f\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f: %s |
| | | MILD_ERR_CONFIG_EXTENSION_INITIALIZATION_FAILED_718=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u62e1\u5f35\u6a5f\u80fd\u3068\u3057\u3066\u30af\u30e9\u30b9 %1$s \u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3092\u521d\u671f\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s |
| | | |
| New file |
| | |
| | | # CDDL HEADER START |
| | | # |
| | | # The contents of this file are subject to the terms of the |
| | | # Common Development and Distribution License, Version 1.0 only |
| | | # (the "License"). You may not use this file except in compliance |
| | | # with the License. |
| | | # |
| | | # You can obtain a copy of the license at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE |
| | | # or https://OpenDS.dev.java.net/OpenDS.LICENSE. |
| | | # See the License for the specific language governing permissions |
| | | # and limitations under the License. |
| | | # |
| | | # When distributing Covered Code, include this CDDL HEADER in each |
| | | # file and include the License file at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, |
| | | # add the following below this CDDL HEADER, with the fields enclosed |
| | | # by brackets "[]" replaced with your own identifying information: |
| | | # Portions Copyright [yyyy] [name of copyright owner] |
| | | # |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2008 Sun Microsystems, Inc. |
| | | |
| | | |
| | | |
| | | # |
| | | # Global directives |
| | | # |
| | | global.category=CONFIG |
| | | |
| | | # |
| | | # Format string definitions |
| | | # |
| | | # Keys must be formatted as follows: |
| | | # |
| | | # [SEVERITY]_[DESCRIPTION]_[ORDINAL] |
| | | # |
| | | # where: |
| | | # |
| | | # SEVERITY is one of: |
| | | # [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE] |
| | | # |
| | | # DESCRIPTION is an upper case string providing a hint as to the context of |
| | | # the message in upper case with the underscore ('_') character serving as |
| | | # word separator |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | MILD_ERR_CONFIG_ATTR_IS_REQUIRED_1=\uad6c\uc131 \uc18d\uc131 %s\uc5d0 \uac12\uc774 \ub450 \uac1c \uc774\uc0c1 \uc788\uc5b4\uc57c \ud558\uc9c0\ub9cc \uc791\uc5c5 \uacb0\uacfc\uc5d0\uc11c \ubaa8\ub4e0 \uac12\uc774 \uc81c\uac70\ub418\uc5c8\uc2b5\ub2c8\ub2e4 |
| | | MILD_ERR_CONFIG_ATTR_REJECTED_VALUE_2=\uad6c\uc131 \uc18d\uc131 %2$s\uc5d0 \uc81c\uacf5\ub41c \uac12 %1$s\uc774(\uac00) \uac70\ubd80\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc81c\uacf5\ub41c \uc774\uc720:%s |
| | | MILD_ERR_CONFIG_ATTR_SET_VALUES_IS_SINGLE_VALUED_3=\uad6c\uc131 \uc18d\uc131 %s\uc740(\ub294) \ub2e8\uc77c \uac12\uc744 \uc0ac\uc6a9\ud558\ub294\ub370 \uac12\uc774 \uc5ec\ub7ec \uac1c \uc81c\uacf5\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_ATTR_ADD_VALUES_IS_SINGLE_VALUED_4=\uad6c\uc131 \uc18d\uc131 %s\uc740(\ub294) \ub2e8\uc77c \uac12\uc744 \uc0ac\uc6a9\ud558\ub294\ub370 \uc81c\uacf5\ub41c \uac12\uc744 \ucd94\uac00\ud558\uba74 \uac12\uc744 \uc5ec\ub7ec \uac1c \uac00\uc9c0\uac8c \ub429\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_ATTR_ADD_VALUES_ALREADY_EXISTS_5=\uad6c\uc131 \uc18d\uc131 %s\uc5d0 \uc774\ubbf8 %s \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_ATTR_NO_SUCH_VALUE_6=\uc9c0\uc815\ub41c \uac12\uc774 \uc5c6\uae30 \ub54c\ubb38\uc5d0 \uad6c\uc131 \uc18d\uc131 %2$s\uc5d0\uc11c %1$s \uac12\uc744 \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_ATTR_INVALID_BOOLEAN_VALUE_7=\uc81c\uacf5\ub41c \uac12 %2$s\uc774(\uac00) 'true' \ub610\ub294 'false'\uac00 \uc544\ub2c8\uae30 \ub54c\ubb38\uc5d0 \ubd80\uc6b8 \uad6c\uc131 \uc18d\uc131 %1$s\uc5d0 \ub300\ud55c \uac12\uc744 \uc124\uc815\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_ATTR_NO_INT_VALUE_8=\uad6c\uc131 \uc18d\uc131 %s\uc5d0 \uac12\uc774 \uc5c6\uae30 \ub54c\ubb38\uc5d0 \uc774 \uc18d\uc131\uc5d0 \ub300\ud55c \uac12\uc744 \uc815\uc218\ub85c \uac80\uc0c9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_ATTR_MULTIPLE_INT_VALUES_9=\uad6c\uc131 \uc18d\uc131 %s\uc5d0 \uac12\uc774 \uc5ec\ub7ec \uac1c \uc788\uae30 \ub54c\ubb38\uc5d0 \uc774 \uc18d\uc131\uc5d0 \ub300\ud55c \uac12\uc744 \uc815\uc218\ub85c \uac80\uc0c9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_ATTR_VALUE_OUT_OF_INT_RANGE_10=\uad6c\uc131 \uc18d\uc131 %s\uc5d0 \ub300\ud55c \uac12\uc774 \ud5c8\uc6a9 \uac00\ub2a5\ud55c int \ubc94\uc704\ub97c \ubc97\uc5b4\ub098\uae30 \ub54c\ubb38\uc5d0 \uc774 \uac12\uc744 Java int\ub85c \uac80\uc0c9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_ATTR_INVALID_INT_VALUE_11=\uc81c\uacf5\ub41c \uac12 %2$s\uc744(\ub97c) \uc815\uc218 \uac12\uc73c\ub85c \ud574\uc11d\ud560 \uc218 \uc5c6\uae30 \ub54c\ubb38\uc5d0 \uc815\uc218 \uad6c\uc131 \uc18d\uc131 %1$s\uc5d0 \ub300\ud55c \uac12\uc744 \uc124\uc815\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %3$s |
| | | MILD_ERR_CONFIG_ATTR_INT_BELOW_LOWER_BOUND_12=\uc81c\uacf5\ub41c \uac12 %2$d\uc774(\uac00) \ud5c8\uc6a9\ub41c \ucd5c\uc18c\uac12 %3$d\ubcf4\ub2e4 \uc791\uae30 \ub54c\ubb38\uc5d0 \uad6c\uc131 \uc18d\uc131 %1$s\uc5d0 \ub300\ud55c \uac12\uc744 \uc124\uc815\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_ATTR_INT_ABOVE_UPPER_BOUND_13=\uc81c\uacf5\ub41c \uac12 %2$d\uc774(\uac00) \ud5c8\uc6a9\ub41c \ucd5c\ub300\uac12 %3$d\ubcf4\ub2e4 \ud06c\uae30 \ub54c\ubb38\uc5d0 \uad6c\uc131 \uc18d\uc131 %1$s\uc5d0 \ub300\ud55c \uac12\uc744 \uc124\uc815\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_ATTR_INT_COULD_NOT_PARSE_14=\uad6c\uc131 \uc18d\uc131 %2$s\uc5d0 \ub300\ud55c \uac12 %1$s\uc744(\ub97c) \uc815\uc218 \uac12\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %3$s |
| | | MILD_ERR_CONFIG_ATTR_NO_STRING_VALUE_15=\uad6c\uc131 \uc18d\uc131 %s\uc5d0 \uac12\uc774 \uc5c6\uae30 \ub54c\ubb38\uc5d0 \uc774 \uc18d\uc131\uc5d0 \ub300\ud55c \uac12\uc744 \ubb38\uc790\uc5f4\ub85c \uac80\uc0c9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_ATTR_MULTIPLE_STRING_VALUES_16=\uad6c\uc131 \uc18d\uc131 %s\uc5d0 \uac12\uc774 \uc5ec\ub7ec \uac1c \uc788\uae30 \ub54c\ubb38\uc5d0 \uc774 \uc18d\uc131\uc5d0 \ub300\ud55c \uac12\uc744 \ubb38\uc790\uc5f4\ub85c \uac80\uc0c9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_ATTR_EMPTY_STRING_VALUE_17=\uad6c\uc131 \uc18d\uc131 %s\uc5d0 \ub300\ud574 \ube48 \uac12\uc758 \ubb38\uc790\uc5f4\uc774 \uc81c\uacf5\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_ATTR_VALUE_NOT_ALLOWED_18=%s \uac12\uc774 \uad6c\uc131 \uc18d\uc131 %s\uc758 \ud5c8\uc6a9 \uac00\ub2a5\ud55c \uac12 \ubaa9\ub85d\uc5d0 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_ATTR_INVALID_UNIT_19='%s'\uc740(\ub294) \uad6c\uc131 \uc18d\uc131 %s\uc758 \uc62c\ubc14\ub978 \ub2e8\uc704\uac00 \uc544\ub2d9\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_ATTR_NO_UNIT_DELIMITER_20=\uac12/\ub2e8\uc704 \uad6c\ubd84 \uae30\ud638\ub97c \ucc3e\uc9c0 \ubabb\ud588\uae30 \ub54c\ubb38\uc5d0 %s\uc744(\ub97c) \uad6c\uc131 \uc18d\uc131 %s\uc5d0 \ub300\ud55c \uc815\uc218 \uac12\uacfc \ub2e8\uc704\ub85c \ud574\ub3c5\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_ATTR_COULD_NOT_PARSE_INT_COMPONENT_21=\uad6c\uc131 \uc18d\uc131 %2$s\uc5d0 \ub300\ud55c %1$s \uac12\uc758 \uc815\uc218 \ubd80\ubd84\uc744 \ud574\ub3c5\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4: %3$s |
| | | MILD_ERR_CONFIG_ATTR_INVALID_VALUE_WITH_UNIT_22=\ub2e8\uc704 \uc18d\uc131\uc774 %2$s\uc778 \uc815\uc218\uc5d0 \uc81c\uacf5\ub41c \uac12 %1$s\uc774(\uac00) \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4: %3$s |
| | | MILD_ERR_CONFIG_ENTRY_CONFLICTING_CHILD_23=\ud574\ub2f9 DN\uc758 \uc790\uc2dd \ud56d\ubaa9\uc774 \uc774\ubbf8 \uc788\uae30 \ub54c\ubb38\uc5d0 \uad6c\uc131 \ud56d\ubaa9 %s\uc744(\ub97c) \uad6c\uc131 \ud56d\ubaa9 %s\uc758 \uc790\uc2dd\uc73c\ub85c \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_ENTRY_NO_SUCH_CHILD_24=%s \ud56d\ubaa9\uc5d0 \uc9c0\uc815\ub41c DN\uc744 \uac00\uc9c4 \uc790\uc2dd\uc774 \uc5c6\uae30 \ub54c\ubb38\uc5d0 \ud574\ub2f9 \ud56d\ubaa9\uc744 \uad6c\uc131 \ud56d\ubaa9 %s\uc758 \uc790\uc2dd\uc73c\ub85c \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_ENTRY_CANNOT_REMOVE_NONLEAF_25=%s \ud56d\ubaa9\uc5d0 \uace0\uc720\ud55c \uc790\uc2dd\uc774 \uc788\uace0 \ub9ac\ud504\uac00 \uc544\ub2cc \ud56d\ubaa9\uc744 \uc81c\uac70\ud560 \uc218 \uc5c6\uae30 \ub54c\ubb38\uc5d0 \ud574\ub2f9 \ud56d\ubaa9\uc744 \uad6c\uc131 \ud56d\ubaa9 %s\uc758 \uc790\uc2dd\uc73c\ub85c \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | FATAL_ERR_CONFIG_FILE_DOES_NOT_EXIST_26=\uc9c0\uc815\ub41c \uad6c\uc131 \ud30c\uc77c %s\uc774(\uac00) \uc5c6\uac70\ub098 \uc77d\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | FATAL_ERR_CONFIG_FILE_CANNOT_VERIFY_EXISTENCE_27=\uad6c\uc131 \ud30c\uc77c %s\uc774(\uac00) \uc788\ub294\uc9c0 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | FATAL_ERR_CONFIG_FILE_CANNOT_OPEN_FOR_READ_28=\uad6c\uc131 \ud30c\uc77c %s\uc744(\ub97c) \uc77d\uae30 \uc704\ud574 \uc5ec\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | FATAL_ERR_CONFIG_FILE_READ_ERROR_29=\uad6c\uc131 \ud30c\uc77c %s\uc758 \ub0b4\uc6a9\uc744 \uc77d\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_CONFIG_ATTR_OPTIONS_NOT_ALLOWED_30=\uc798\ubabb\ub41c \uad6c\uc131 \uc18d\uc131 %s\uc774(\uac00) \uac80\uc0c9\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc5d0\uc11c\ub294 \ubcf4\ub958 \uc911\uc778 \uac12 \uc9d1\ud569\uc744 \ub098\ud0c0\ub0b4\ub294 "pending" \uc18d\uc131 \uc635\uc158\ub9cc \ud5c8\uc6a9\ub429\ub2c8\ub2e4. |
| | | FATAL_ERR_CONFIG_FILE_INVALID_LDIF_ENTRY_31=LDIF \ud30c\uc77c %2$s\uc758 \uad6c\uc131\uc744 \uad6c\ubb38 \ubd84\uc11d\ud558\ub294 \ub3d9\uc548 %1$d\ud589 \ub610\ub294 \uc774 \ud589 \uadfc\ucc98\uc5d0\uc11c \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s |
| | | FATAL_ERR_CONFIG_FILE_EMPTY_32=\uc9c0\uc815\ub41c \uad6c\uc131 \ud30c\uc77c %s\uc5d0 \uad6c\uc131 \ud56d\ubaa9\uc774 \ud3ec\ud568\ub418\uc9c0 \uc54a\uc740 \uac83 \uac19\uc2b5\ub2c8\ub2e4. |
| | | FATAL_ERR_CONFIG_FILE_INVALID_BASE_DN_33=LDIF \uad6c\uc131 \ud30c\uc77c %1$s\uc5d0\uc11c \uc77d\uc740 \uccab \ubc88\uc9f8 \ud56d\ubaa9\uc5d0 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131 \ub8e8\ud2b8\ub85c \uc0ac\uc6a9\ud574\uc57c \ud560 \"%3$s\"\uc774(\uac00) \ud544\uc694\ud55c\ub370 \"%2$s\"\uc758 DN\uc774 \uc788\uc2b5\ub2c8\ub2e4. |
| | | FATAL_ERR_CONFIG_FILE_GENERIC_ERROR_34=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131 \ud30c\uc77c %s\uc744(\ub97c) \ucc98\ub9ac\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | FATAL_ERR_CONFIG_FILE_DUPLICATE_ENTRY_35=LDIF \uad6c\uc131 \ud30c\uc77c %3$s\uc758 %2$s\ud589 \ub610\ub294 \uc774 \ud589 \uadfc\ucc98\uc5d0\uc11c \uc2dc\uc791\ud558\ub294 \uad6c\uc131 \ud56d\ubaa9 %1$s\uc5d0 \ud574\ub2f9 \ud30c\uc77c\uc5d0\uc11c \uc77d\uc740 \ub2e4\ub978 \ud56d\ubaa9\uacfc \ub3d9\uc77c\ud55c DN\uc774 \uc788\uc2b5\ub2c8\ub2e4. |
| | | FATAL_ERR_CONFIG_FILE_NO_PARENT_36=\uad6c\uc131 LDIF \ud30c\uc77c %3$s\uc758 %2$d\ud589 \ub610\ub294 \uc774 \ud589 \uadfc\ucc98\uc5d0\uc11c \uc2dc\uc791\ud558\ub294 \uad6c\uc131 \ud56d\ubaa9 %1$s\uc5d0 \ubd80\ubaa8 \ud56d\ubaa9\uc774 \uc5c6\ub294 \uac83 \uac19\uc2b5\ub2c8\ub2e4(\ud544\uc694\ud55c \ubd80\ubaa8 DN\uc740 %4$s). |
| | | FATAL_ERR_CONFIG_FILE_UNKNOWN_PARENT_37=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uac00 \uad6c\uc131 LDIF \ud30c\uc77c %3$s\uc758 %2$d\ud589 \ub610\ub294 \uc774 \ud589 \uadfc\ucc98\uc5d0\uc11c \uc2dc\uc791\ud558\ub294 \uad6c\uc131 \ud56d\ubaa9 %1$s\uc758 \ubd80\ubaa8 DN\uc744 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | FATAL_ERR_CONFIG_CANNOT_DETERMINE_SERVER_ROOT_38=\ud658\uacbd \ubcc0\uc218\uc5d0\uc11c \ub610\ub294 \uad6c\uc131 \ud30c\uc77c\uc758 \uc704\uce58\ub97c \uae30\ubc18\uc73c\ub85c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc778\uc2a4\ud134\uc2a4 \ub8e8\ud2b8\ub97c \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. %s \ud658\uacbd \ubcc0\uc218\ub97c \uc11c\ubc84 \uc124\uce58 \ub8e8\ud2b8\uc5d0 \ub300\ud55c \uc808\ub300 \uacbd\ub85c\uac00 \ud3ec\ud568\ub41c \uac12\uc73c\ub85c \uc124\uc815\ud558\uc2ed\uc2dc\uc624. |
| | | SEVERE_ERR_CONFIG_FILE_WRITE_ERROR_39=\uad6c\uc131 \ud56d\ubaa9 %s\uc744(\ub97c) LDIF\uc5d0 \uc4f0\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_FILE_CLOSE_ERROR_40=LDIF \uc791\uc131\uae30\ub97c \ub2eb\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_FILE_UNWILLING_TO_IMPORT_41=LDIF\uc5d0\uc11c \uc0c8 \uad6c\uc131\uc744 \uac00\uc838\uc624\ub294 \uac83\uc73c\ub85c\ub294 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc744 \ubcc0\uacbd\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | FATAL_ERR_CONFIG_LOGGER_CANNOT_GET_BASE_42=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc5d0\uc11c \uae30\ubcf8 \ub85c\uac70 \ud56d\ubaa9 cn=Loggers,cn=config\ub97c \uac80\uc0c9\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_WARN_CONFIG_LOGGER_BASE_DOES_NOT_EXIST_43=\ub85c\uac70 \uad6c\uc131 \uae30\ubcf8 cn=Loggers,cn=config\uac00 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc5d0 \uc5c6\uc2b5\ub2c8\ub2e4. \uc774 \ud56d\ubaa9\uc744 \ub9cc\ub4e4\uac70\ub098 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\ub97c \ub2e4\uc2dc \uc2dc\uc791\ud560 \ub54c\uae4c\uc9c0 \ub85c\uae45 \uae30\ub2a5\uc744 \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_CONFIG_LOGGER_NO_ACTIVE_ACCESS_LOGGERS_44=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc5d0 \uc815\uc758\ub41c \ud65c\uc131 \uc561\uc138\uc2a4 \ub85c\uac70\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. \uc561\uc138\uc2a4 \ub85c\uae45\uc774 \uc218\ud589\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_CONFIG_LOGGER_NO_ACTIVE_ERROR_LOGGERS_45=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc5d0 \uc815\uc758\ub41c \ud65c\uc131 \uc624\ub958 \ub85c\uac70\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. \uc624\ub958 \ub85c\uae45\uc774 \uc218\ud589\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_WARN_CONFIG_LOGGER_NO_ACTIVE_DEBUG_LOGGERS_46=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc5d0 \uc815\uc758\ub41c \ud65c\uc131 \ub514\ubc84\uadf8 \ub85c\uac70\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. \ub514\ubc84\uadf8 \ub85c\uae45\uc774 \uc218\ud589\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_LOGGER_ENTRY_UNACCEPTABLE_47=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc62c\ubc14\ub978 \ub85c\uac70 \uad6c\uc131\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4: %s. \uc774 \uad6c\uc131 \ud56d\ubaa9\uc740 \ubb34\uc2dc\ub429\ub2c8\ub2e4. |
| | | INFO_CONFIG_UNKNOWN_UNACCEPTABLE_REASON_48=\ud5c8\uc6a9\ub418\uc9c0 \uc54a\ub294 \uc774\uc720\ub97c \uc54c \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_LOGGER_CANNOT_CREATE_LOGGER_49=\uad6c\uc131 \ud56d\ubaa9 %s\uc758 \uc815\ubcf4\ub85c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ub85c\uac70\ub97c \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_OBJECTCLASS_50=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc561\uc138\uc2a4, \uc624\ub958 \ub610\ub294 \ub514\ubc84\uadf8 \ub85c\uac70 \uc815\uc758\uc5d0 \ub300\ud55c \uc720\ud6a8\ud55c \uac1d\uccb4 \ud074\ub798\uc2a4\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | INFO_CONFIG_LOGGER_DESCRIPTION_CLASS_NAME_51=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ub85c\uac70\ub97c \uc815\uc758\ud558\ub294 Java \ud074\ub798\uc2a4\uc758 \uc815\uaddc\ud654\ub41c \uc774\ub984\uc785\ub2c8\ub2e4. \uc5f0\uacb0\ub41c \ub85c\uac70\uac00 \ud65c\uc131\ud654\ub418\uc5b4 \uc788\ub294 \ub3d9\uc548 \ubcc0\uacbd\uc774 \ubc1c\uc0dd\ud558\uba74 \ud574\ub2f9 \ub85c\uac70\ub97c \ube44\ud65c\uc131\ud654\ud588\ub2e4\uac00 \ub2e4\uc2dc \ud65c\uc131\ud654\ud574\uc57c \ubcc0\uacbd \uc0ac\ud56d\uc774 \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_LOGGER_NO_CLASS_NAME_52=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc5f0\uacb0\ub41c \ub85c\uac70\uc758 \uc815\uaddc\ud654\ub41c \ud074\ub798\uc2a4 \uc774\ub984\uc744 \uc9c0\uc815\ud558\ub294 ds-cfg-java-class \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \uc720\ud6a8\ud55c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_CLASS_NAME_53=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 ds-cfg-java-class \uc18d\uc131\uc5d0 \ub300\ud55c \uc798\ubabb\ub41c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_ACCESS_LOGGER_CLASS_54=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 ds-cfg-java-class \uc18d\uc131\uc5d0 \uc9c0\uc815\ub41c %1$s \ud074\ub798\uc2a4\ub97c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc561\uc138\uc2a4 \ub85c\uac70\ub85c \uc778\uc2a4\ud134\uc2a4\ud654\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %3$s |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_ERROR_LOGGER_CLASS_55=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 ds-cfg-java-class \uc18d\uc131\uc5d0 \uc9c0\uc815\ub41c %1$s \ud074\ub798\uc2a4\ub97c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc624\ub958 \ub85c\uac70\ub85c \uc778\uc2a4\ud134\uc2a4\ud654\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %3$s |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_DEBUG_LOGGER_CLASS_56=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 ds-cfg-java-class \uc18d\uc131\uc5d0 \uc9c0\uc815\ub41c %1$s \ud074\ub798\uc2a4\ub97c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ub514\ubc84\uadf8 \ub85c\uac70\ub85c \uc778\uc2a4\ud134\uc2a4\ud654\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %3$s |
| | | INFO_CONFIG_LOGGER_DESCRIPTION_ENABLED_57=\uc774 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ub85c\uac70\ub97c \ud65c\uc131\ud654\ud574\uc57c \ud558\ub294\uc9c0 \uc5ec\ubd80\ub97c \ub098\ud0c0\ub0c5\ub2c8\ub2e4. \uc774 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \uc0ac\ud56d\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_LOGGER_NO_ENABLED_ATTR_58=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \ub85c\uac70\ub97c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0\uc11c \uc0ac\uc6a9\ud558\uae30 \uc704\ud574 \ud65c\uc131\ud654\ud574\uc57c \ud558\ub294\uc9c0 \uc5ec\ubd80\ub97c \ub098\ud0c0\ub0b4\ub294 ds-cfg-enabled \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \uc720\ud6a8\ud55c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_ENABLED_VALUE_59=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 ds-cfg-enabled \uc18d\uc131\uc5d0 \ub300\ud55c \uc798\ubabb\ub41c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_CONFIG_CORE_DESCRIPTION_ALLOW_ATTR_EXCEPTIONS_60=\uc18d\uc131 \uc774\ub984\uc5d0 \uc0ac\uc6a9\ud560 \uc218 \uc788\ub294 \ubb38\uc790\ub97c \uc720\uc5f0\ud558\uac8c \uc120\ud0dd\ud560 \uc218 \uc788\ub294\uc9c0 \uc5ec\ubd80\ub97c \ub098\ud0c0\ub0c5\ub2c8\ub2e4. \uae30\ubcf8\uc801\uc73c\ub85c \uc18d\uc131 \uc774\ub984\uc5d0\ub294 ASCII \uc601\ubb38\uc790, \uc22b\uc790 \ubc0f \ub300\uc2dc\ub9cc \ud3ec\ud568\ub420 \uc218 \uc788\uace0 \ubb38\uc790\ub85c \uc2dc\uc791\ud574\uc57c \ud569\ub2c8\ub2e4. \uc18d\uc131 \uc774\ub984 \uc608\uc678\ub97c \ud65c\uc131\ud654\ud55c \uacbd\uc6b0 \ubc11\uc904 \ubb38\uc790\uac00 \ud5c8\uc6a9\ub418\uace0 \uc18d\uc131 \uc774\ub984\uc744 \uc22b\uc790\ub85c \uc2dc\uc791\ud560 \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \uc0ac\ud56d\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_ALLOW_EXCEPTIONS_61=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 ds-cfg-allow-attribute-name-exceptions \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \uc798\ubabb\ub41c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \uac12\uc740 true \ub610\ub294 false\uc758 \ubd80\uc6b8 \uac12\uc774\uc5b4\uc57c \ud569\ub2c8\ub2e4: %s |
| | | INFO_CONFIG_CORE_DESCRIPTION_INVALID_SYNTAX_BEHAVIOR_62=\uc18d\uc131 \uac12\uc774 \ud574\ub2f9 \uc18d\uc131\uc758 \uad6c\ubb38\uc744 \uc900\uc218\ud558\uc9c0 \uc54a\ub294 \uacbd\uc6b0 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0\uc11c \uc218\ud589\ud574\uc57c \ud560 \ub3d9\uc791\uc785\ub2c8\ub2e4. \uc774 \uc18d\uc131\uc5d0 \ud5c8\uc6a9\ub418\ub294 \uac12\uc740, \uc720\ud6a8\ud558\uc9c0 \uc54a\uc740 \uac12\uc744 \uac70\ubd80\ud560 \uacbd\uc6b0 "reject", \uc720\ud6a8\ud558\uc9c0 \uc54a\uc740 \uac12\uc744 \ud5c8\uc6a9\ud558\uc9c0\ub9cc \uacbd\uace0 \uba54\uc2dc\uc9c0\ub97c \ub85c\uadf8\ud560 \uacbd\uc6b0 "warn" \ub610\ub294 \uacbd\uace0 \uc5c6\uc774 \uc720\ud6a8\ud558\uc9c0 \uc54a\uc740 \uac12\uc744 \ud5c8\uc6a9\ud560 \uacbd\uc6b0 "accept"\uc785\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \uc0ac\ud56d\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_ENFORCE_STRICT_SYNTAX_63=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 ds-cfg-invalid-attribute-syntax-behavior \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \uc798\ubabb\ub41c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \uac12\uc740 "accept", "reject" \ub610\ub294 "warn" \uc911 \ud558\ub098\uc5ec\uc57c \ud569\ub2c8\ub2e4: %s |
| | | MILD_ERR_CONFIG_ATTR_MULTIPLE_PENDING_VALUE_SETS_64=\uad6c\uc131 \uc18d\uc131 %s\uc5d0 \ubcf4\ub958 \uc911\uc778 \uac12 \uc9d1\ud569\uc774 \uc5ec\ub7ec \uac1c \ud3ec\ud568\ub418\uc5b4 \uc788\ub294 \uac83 \uac19\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_ATTR_MULTIPLE_ACTIVE_VALUE_SETS_65=\uad6c\uc131 \uc18d\uc131 %s\uc5d0 \ud65c\uc131\ud654\ub41c \uac12 \uc9d1\ud569\uc774 \uc5ec\ub7ec \uac1c \ud3ec\ud568\ub418\uc5b4 \uc788\ub294 \uac83 \uac19\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_ATTR_NO_ACTIVE_VALUE_SET_66=\uad6c\uc131 \uc18d\uc131 %s\uc5d0 \ud65c\uc131\ud654\ub41c \uac12 \uc9d1\ud569\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_ATTR_INT_INVALID_TYPE_67=\uc694\uc18c\uac00 \uc815\uc218 \uc720\ud615(%3$s)\uc774\uae30 \ub54c\ubb38\uc5d0 \uad6c\uc131 \uc18d\uc131 %2$s\uc5d0 \ub300\ud55c \uac12 %1$s\uc744(\ub97c) \uc815\uc218 \uac12\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_ATTR_INT_INVALID_ARRAY_TYPE_68=\ubc30\uc5f4\uc5d0 \uc798\ubabb\ub41c \uc720\ud615\uc758 \uc694\uc18c(%2$s)\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uad6c\uc131 \uc18d\uc131 %1$s\uc5d0 \ub300\ud55c \uac12\uc744 \uc815\uc218 \uac12 \uc9d1\ud569\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_ATTR_INVALID_STRING_VALUE_69=\uad6c\uc131 \uc18d\uc131 %2$s\uc5d0 \ub300\ud55c \uac12 %1$s\uc744(\ub97c) \ubb38\uc790\uc5f4 \uac12\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %3$s |
| | | MILD_ERR_CONFIG_ATTR_STRING_INVALID_TYPE_70=\uc694\uc18c\uac00 \uc798\ubabb\ub41c \uc720\ud615(%3$s)\uc774\uae30 \ub54c\ubb38\uc5d0 \uad6c\uc131 \uc18d\uc131 %2$s\uc5d0 \ub300\ud55c \uac12 %1$s\uc744(\ub97c) \ubb38\uc790\uc5f4 \uac12\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_ATTR_STRING_INVALID_ARRAY_TYPE_71=\ubc30\uc5f4\uc5d0 \uc798\ubabb\ub41c \uc720\ud615\uc758 \uc694\uc18c(%2$s)\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uad6c\uc131 \uc18d\uc131 %1$s\uc5d0 \ub300\ud55c \uac12\uc744 \ubb38\uc790\uc5f4 \uac12 \uc9d1\ud569\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_ATTR_INT_WITH_UNIT_INVALID_TYPE_72=\uc694\uc18c\uac00 \uc798\ubabb\ub41c \uc720\ud615(%3$s)\uc774\uae30 \ub54c\ubb38\uc5d0 \uad6c\uc131 \uc18d\uc131 %2$s\uc5d0 \ub300\ud55c \uac12 %1$s\uc744(\ub97c) \ub2e8\uc704 \uac12\uc774 \uc788\ub294 \uc815\uc218\ub85c \uad6c\ubb38 \ubd84\uc11d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_JMX_ATTR_NO_VALUE_73=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 %s \uc18d\uc131 \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_JMX_ATTR_NO_ATTR_74=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 %s \uc18d\uc131\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uac70\ub098, \ud574\ub2f9 \uc18d\uc131\uc774 \uc788\uc9c0\ub9cc JMX\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc561\uc138\uc2a4\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_JMX_CANNOT_GET_CONFIG_ENTRY_75=JMX\ub97c \ud1b5\ud574 \uc561\uc138\uc2a4\ud560 \uad6c\uc131 \ud56d\ubaa9 %s\uc744(\ub97c) \uac80\uc0c9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_CONFIG_JMX_ATTR_INVALID_VALUE_76=JMX\ub97c \ud1b5\ud574 \uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 %1$s \uc18d\uc131\uc744 \uc5c5\ub370\uc774\ud2b8\ud558\uba74 \uc798\ubabb\ub41c \uac12\uc774 \ub9cc\ub4e4\uc5b4\uc9c8 \uc218 \uc788\uc2b5\ub2c8\ub2e4: %3$s |
| | | MILD_ERR_CONFIG_JMX_UNACCEPTABLE_CONFIG_77=JMX\ub97c \ud1b5\ud574 \uad6c\uc131 \ud56d\ubaa9 %s\uc744(\ub97c) \uc5c5\ub370\uc774\ud2b8\ud558\uba74 \uc798\ubabb\ub41c \uad6c\uc131\uc774 \ub9cc\ub4e4\uc5b4\uc9c8 \uc218 \uc788\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_CONFIG_JMX_NO_METHOD_78=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc5d0 \ub4f1\ub85d\ub41c \ud638\ucd9c \uac00\ub2a5\ud55c \uad6c\uc131\uc694\uc18c\uc5d0 \ub300\ud55c %1$s \uba54\uc18c\ub4dc\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_CANNOT_GET_CONFIG_ENTRY_79=\uad6c\uc131 \ud56d\ubaa9 %s\uc744(\ub97c) \uac80\uc0c9\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_CONFIG_SET_ATTRIBUTE_80=\uad6c\uc131 \ud56d\ubaa9 %3$s\uc5d0\uc11c \uad6c\uc131 \uc18d\uc131 %1$s\uc758 \uac12\uc774 %2$s(\uc73c)\ub85c \uc124\uc815\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_CHANGE_NOT_SUCCESSFUL_81=\uad6c\uc131 \ud56d\ubaa9 %s\uc758 \uc5c5\ub370\uc774\ud2b8\uac00 \uc2e4\ud328\ud588\uace0 \ubb38\uc81c\uac00 \ud558\ub098 \uc774\uc0c1 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_LOGGER_NO_FILE_NAME_82=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc5f0\uacb0\ub41c \ub85c\uac70\uc758 \ub85c\uadf8 \ud30c\uc77c \uc774\ub984\uc744 \uc9c0\uc815\ud558\ub294 ds-cfg-log-file \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \uc720\ud6a8\ud55c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_JMX_CANNOT_REGISTER_MBEAN_83=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uac00 \uad6c\uc131 \ud56d\ubaa9 %s\uacfc(\uc640) \uc5f0\uacb0\ub41c \uad6c\uc131\uc694\uc18c\uc5d0 \ub300\ud55c JMX MBean\uc744 \ub4f1\ub85d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_LDIF_WRITE_ERROR_84=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc744 LDIF\ub85c \ub0b4\ubcf4\ub0b4\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_CONFIG_WORK_QUEUE_DESCRIPTION_NUM_THREADS_85=\uc694\uccad\uc744 \ucc98\ub9ac\ud558\ub294 \ub370 \uc0ac\uc6a9\ud558\ub294 \uc791\uc5c5\uc790 \uc2a4\ub808\ub4dc \uc218\ub85c, \uc11c\ubc84\uac00 \ub3d9\uc2dc\uc5d0 \ucc98\ub9ac\ud560 \uc218 \uc788\ub294 \uc791\uc5c5 \uac1c\uc218\ub97c \uc81c\uc5b4\ud569\ub2c8\ub2e4. \ucd5c\uc801 \uac12\uc740 \uc11c\ubc84\uac00 \uc2e4\ud589 \uc911\uc778 \uc2dc\uc2a4\ud15c \uc720\ud615\uacfc \ucc98\ub9ac\ud574\uc57c \ud560 \uc791\uc5c5 \ubd80\ud558\uc5d0 \ub530\ub77c \ub2ec\ub77c\uc9c0\ubbc0\ub85c \uc131\ub2a5 \ud14c\uc2a4\ud2b8\ub97c \ud1b5\ud574 \uacb0\uc815\ud558\ub294 \uac83\uc774 \uc88b\uc2b5\ub2c8\ub2e4. \uc774 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \uc0ac\ud56d\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | INFO_CONFIG_WORK_QUEUE_DESCRIPTION_MAX_CAPACITY_86=\ubaa8\ub4e0 \uc791\uc5c5\uc790 \uc2a4\ub808\ub4dc\uac00 \ub2e4\ub978 \uc791\uc5c5\uc744 \ucc98\ub9ac\ud558\ub294 \ub3d9\uc548 \ud55c \uc2dc\uc810\uc5d0 \uc791\uc5c5 \ub300\uae30\uc5f4\uc5d0\uc11c \ubcf4\uad00\ud560 \uc218 \uc788\ub294 \ubcf4\ub958 \uc911\uc778 \uc694\uccad\uc758 \ucd5c\ub300 \uc218\uc785\ub2c8\ub2e4. \uc774 \uc81c\ud55c\uc5d0 \ub3c4\ub2ec\ud558\uba74 \uc0c8 \uc694\uccad\uc774 \uac70\ubd80\ub429\ub2c8\ub2e4. \uac12\uc774 0\uc774\uba74 \uc81c\ud55c\uc774 \uc5c6\ub294 \uac83\uc785\ub2c8\ub2e4. \uc774 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \uc0ac\ud56d\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_WORK_QUEUE_CANNOT_DETERMINE_NUM_WORKER_THREADS_87=\uc791\uc5c5 \ub300\uae30\uc5f4\uc744 \ucc98\ub9ac\ud558\ub294 \uc791\uc5c5\uc790 \uc2a4\ub808\ub4dc \uc218\ub97c \uc9c0\uc815\ud558\ub294 \ub370 \uc0ac\uc6a9\ub418\ub294 %s \ud56d\ubaa9\uc758 ds-cfg-num-worker-threads \uc18d\uc131 \uac12\uc744 \uac80\uc0c9\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0\uc11c \uae30\ubcf8\uac12 24\ub97c \uc0ac\uc6a9\ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_WORK_QUEUE_CANNOT_DETERMINE_QUEUE_CAPACITY_88=\uc791\uc5c5 \ub300\uae30\uc5f4\uc5d0 \ubcf4\uad00\ud560 \uc218 \uc788\ub294 \ubcf4\ub958 \uc911\uc778 \uc791\uc5c5\uc758 \ucd5c\ub300 \uc218\ub97c \uc9c0\uc815\ud558\ub294 \ub370 \uc0ac\uc6a9\ub418\ub294 %s \ud56d\ubaa9\uc758 ds-cfg-max-work-queue-capacity \uc18d\uc131 \uac12\uc744 \uac80\uc0c9\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0\uc11c \uae30\ubcf8\uac12 0\uc744 \uc0ac\uc6a9\ud569\ub2c8\ub2e4. |
| | | SEVERE_WARN_CONFIG_WORK_QUEUE_NUM_THREADS_INVALID_VALUE_89=\uad6c\uc131 \ud56d\ubaa9 %s\uc758 ds-cfg-num-worker-threads \uad6c\uc131 \uc18d\uc131 \uac12\uc5d0 \uc798\ubabb\ub41c \uac12(%d)\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uc18d\uc131\uc5d0\ub294 0\ubcf4\ub2e4 \ud070 \uc815\uc218 \uac12\uc774 \ud544\uc694\ud569\ub2c8\ub2e4. |
| | | SEVERE_WARN_CONFIG_WORK_QUEUE_CAPACITY_INVALID_VALUE_90=\uad6c\uc131 \ud56d\ubaa9 %s\uc758 ds-cfg-max-work-queue-capacity \uad6c\uc131 \uc18d\uc131 \uac12\uc5d0 \uc798\ubabb\ub41c \uac12(%d)\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uc18d\uc131\uc5d0\ub294 0\ubcf4\ub2e4 \ud06c\uac70\ub098 \uac19\uc740 \uc815\uc218 \uac12\uc774 \ud544\uc694\ud569\ub2c8\ub2e4. |
| | | INFO_CONFIG_WORK_QUEUE_CREATED_THREADS_91=%d\uac1c\uc758 \ucd94\uac00 \uc791\uc5c5\uc790 \uc2a4\ub808\ub4dc\uac00 \ub9cc\ub4e4\uc5b4\uc838\uc11c \uc0ac\uc6a9 \uac00\ub2a5\ud55c \ucd1d \uc2a4\ub808\ub4dc \uc218\uac00 %d\uc774(\uac00) \ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | INFO_CONFIG_WORK_QUEUE_DESTROYING_THREADS_92=\ud3b8\ub9ac\ud55c \uc2dc\uc810\uc5d0 %d\uac1c \uc791\uc5c5\uc790 \uc2a4\ub808\ub4dc\uac00 \uc885\ub8cc\ub418\uba74(\uc2a4\ub808\ub4dc\uac00 \uc2e4\uc81c\ub85c \uc885\ub8cc\ub418\ub824\uba74 \uba87 \ucd08\uac00 \uac78\ub9b4 \uc218 \uc788\uc74c) \uc0ac\uc6a9 \uac00\ub2a5\ud55c \ucd1d \uc2a4\ub808\ub4dc \uc218\uac00 %d\uc774(\uac00) \ub429\ub2c8\ub2e4. |
| | | INFO_CONFIG_WORK_QUEUE_NEW_CAPACITY_93=\uc0c8 \uac12 %d\uc744(\ub97c) \uc0ac\uc6a9\ud560 \uc218 \uc788\ub3c4\ub85d \uc791\uc5c5 \ub300\uae30\uc5f4 \uc6a9\ub7c9\uc774 \uc5c5\ub370\uc774\ud2b8\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_WORK_QUEUE_TOO_MANY_FAILURES_94=\uc791\uc5c5 \ub300\uae30\uc5f4\uc5d0\uc11c \ub2e4\uc74c \uc791\uc5c5\uc744 \uac80\uc0c9\ud558\ub294 \ub3d9\uc548 \uc791\uc5c5\uc790 \uc2a4\ub808\ub4dc \"%s\"\uc5d0 \uc624\ub958\uac00 \ub108\ubb34 \ub9ce\uc774 \ubc18\ubcf5\ub418\uc5c8\uc2b5\ub2c8\ub2e4. %d\uac1c \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uace0 \ucd5c\ub300 %d\uac1c \uc624\ub958\uac00 \ud5c8\uc6a9\ub429\ub2c8\ub2e4. \uc774 \uc791\uc5c5\uc790 \uc2a4\ub808\ub4dc\uac00 \uc0ad\uc81c\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_WORK_QUEUE_CANNOT_CREATE_MONITOR_95=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc791\uc5c5 \ub300\uae30\uc5f4\uc5d0 \ub300\ud55c \ubaa8\ub2c8\ud130 \uacf5\uae09\uc790\ub85c \uc0ac\uc6a9\ud560 \ud074\ub798\uc2a4 %s\uc758 \uc778\uc2a4\ud134\uc2a4\ub97c \ub9cc\ub4e4\uc5b4\uc11c \uc2dc\uc791\ud558\ub294 \ub3d9\uc548 \ubb38\uc81c\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \uc791\uc5c5 \ub300\uae30\uc5f4\uc5d0 \ub300\ud574 \uc0ac\uc6a9 \uac00\ub2a5\ud55c \ubaa8\ub2c8\ud130 \uc815\ubcf4\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | INFO_CONFIG_DESCRIPTION_BACKEND_DIRECTORY_96=\ubc31\uc5d4\ub4dc \ub370\uc774\ud130\ubca0\uc774\uc2a4 \ud30c\uc77c\uc774 \uc800\uc7a5\ub418\uc5b4 \uc788\ub294 \ub514\ub809\ud1a0\ub9ac\uc758 \uc774\ub984\uc785\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_BACKEND_NO_DIRECTORY_97=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 ds-cfg-db-directory \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \uc720\ud6a8\ud55c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_ATTR_DN_NULL_98=DN \uad6c\uc131 \uc18d\uc131 %s\uc5d0 \ub300\ud574 Null \uac12\uc774 \uc81c\uacf5\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_ATTR_DN_CANNOT_PARSE_99=\uc18d\uc131 %2$s\uc758 \uac12 \"%1$s\"\uc744(\ub97c) DN\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s |
| | | MILD_ERR_CONFIG_ATTR_INVALID_DN_VALUE_100=\uad6c\uc131 \uc18d\uc131 %2$s\uc5d0 \ub300\ud55c \uac12 %1$s\uc744(\ub97c) DN\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %3$s |
| | | MILD_ERR_CONFIG_ATTR_DN_INVALID_TYPE_101=\uc694\uc18c\uac00 \uc798\ubabb\ub41c \uc720\ud615(%3$s)\uc774\uae30 \ub54c\ubb38\uc5d0 \uad6c\uc131 \uc18d\uc131 %2$s\uc5d0 \ub300\ud55c \uac12 %1$s\uc744(\ub97c) DN\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_ATTR_DN_INVALID_ARRAY_TYPE_102=\ubc30\uc5f4\uc5d0 \uc798\ubabb\ub41c \uc720\ud615\uc758 \uc694\uc18c(%2$s)\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uad6c\uc131 \uc18d\uc131 %1$s\uc5d0 \ub300\ud55c \uac12\uc744 DN \uac12 \uc9d1\ud569\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | FATAL_ERR_CONFIG_CANNOT_REGISTER_AS_PRIVATE_SUFFIX_103=\uad6c\uc131 \ucc98\ub9ac\uae30 \uae30\ubcf8 DN \"%s\"\uc744(\ub97c) \uc804\uc6a9 \uc811\ubbf8\uc5b4\ub85c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0 \ub4f1\ub85d\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_BACKEND_CANNOT_GET_CONFIG_BASE_104=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ubc31\uc5d4\ub4dc\ub97c \ucd08\uae30\ud654\ud558\uae30 \uc704\ud574 cn=Backends,cn=config \uad6c\uc131 \ud56d\ubaa9\uc744 \uac80\uc0c9\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_BACKEND_BASE_DOES_NOT_EXIST_105=cn=Backends,cn=config \ud56d\ubaa9\uc774 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc5d0 \uc5c6\ub294 \uac83 \uac19\uc2b5\ub2c8\ub2e4. \uc774 \ud56d\ubaa9\uc740 \ud544\uc218 \ud56d\ubaa9\uc785\ub2c8\ub2e4. |
| | | SEVERE_WARN_CONFIG_BACKEND_ENTRY_DOES_NOT_HAVE_BACKEND_CONFIG_106=\uad6c\uc131 \ud56d\ubaa9 %s\uc774(\uac00) cn=Backends,cn=config\uc758 \ubc31\uc5d4\ub4dc \uad6c\uc131 \ub8e8\ud2b8 \uc544\ub798\uc5d0 \uc788\uc9c0\ub9cc \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ubc31\uc5d4\ub4dc\uc5d0 \ud544\uc694\ud55c ds-cfg-backend \uac1d\uccb4 \ud074\ub798\uc2a4\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc774 \uad6c\uc131 \ud56d\ubaa9\uc740 \ubb34\uc2dc\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_BACKEND_ERROR_INTERACTING_WITH_BACKEND_ENTRY_107=\ubc31\uc5d4\ub4dc \uad6c\uc131 \ud56d\ubaa9 %s\uacfc(\uc640) \uc0c1\ud638 \uc791\uc6a9\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_CONFIG_BACKEND_ATTR_DESCRIPTION_ENABLED_108=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0\uc11c \uc0ac\uc6a9\ud558\uae30 \uc704\ud574 \uc774 \ubc31\uc5d4\ub4dc\ub97c \ud65c\uc131\ud654\ud574\uc57c \ud558\ub294\uc9c0 \uc5ec\ubd80\ub97c \ub098\ud0c0\ub0c5\ub2c8\ub2e4. \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uac00 \uc628\ub77c\uc778 \uc0c1\ud0dc\uc778 \ub3d9\uc548 \uc774\ub97c \ubcc0\uacbd\ud560 \uc218 \uc788\uc9c0\ub9cc \ubc31\uc5d4\ub4dc\uac00 \ube44\ud65c\uc131\ud654\ub418\uc5b4 \uc788\uc73c\uba74 \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uac8c \ub429\ub2c8\ub2e4. |
| | | INFO_CONFIG_BACKEND_ATTR_DESCRIPTION_CLASS_109=\uc774 \ubc31\uc5d4\ub4dc \uad6c\ud604\uc5d0 \ub300\ud55c \ud575\uc2ec \ub17c\ub9ac\ub97c \uc81c\uacf5\ud558\ub294 Java \ud074\ub798\uc2a4\uc758 \uc815\uaddc\ud654\ub41c \uc774\ub984\uc785\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \uc0ac\ud56d\uc744 \uc801\uc6a9\ud558\ub824\uba74 \ubc31\uc5d4\ub4dc\ub97c \ube44\ud65c\uc131\ud654\ud588\ub2e4\uac00 \ub2e4\uc2dc \ud65c\uc131\ud654\ud558\uac70\ub098 \uc11c\ubc84\ub97c \ub2e4\uc2dc \uc2dc\uc791\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_WARN_CONFIG_BACKEND_NO_ENABLED_ATTR_110=\ubc31\uc5d4\ub4dc \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \ubc31\uc5d4\ub4dc\ub97c \ud65c\uc131\ud654 \ub610\ub294 \ube44\ud65c\uc131\ud654\ud560\uc9c0 \uc5ec\ubd80\ub97c \ub098\ud0c0\ub0b4\ub294 \ub370 \uc0ac\uc6a9\ub418\ub294 ds-cfg-enabled \uc18d\uc131\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc774 \uc18d\uc131\uc774 \uc5c6\uc73c\uba74 \uae30\ubcf8\uc801\uc73c\ub85c \ube44\ud65c\uc131\ud654\ub429\ub2c8\ub2e4. |
| | | INFO_CONFIG_BACKEND_DISABLED_111=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ubc31\uc5d4\ub4dc\uac00 \ube44\ud65c\uc131\uc73c\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\uc73c\ubbc0\ub85c \uc0ac\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_BACKEND_UNABLE_TO_DETERMINE_ENABLED_STATE_112=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc5f0\uacb0\ub41c \ubc31\uc5d4\ub4dc\ub97c \ud65c\uc131\ud654 \ub610\ub294 \ube44\ud65c\uc131\ud654\ud560\uc9c0 \uc5ec\ubd80\ub97c \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \ubc31\uc5d4\ub4dc\uac00 \ube44\ud65c\uc131\ud654\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_BACKEND_NO_CLASS_ATTR_113=\ubc31\uc5d4\ub4dc \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \ubc31\uc5d4\ub4dc \uad6c\ud604\uc744 \uc81c\uacf5\ud558\ub294 \ub370 \uc0ac\uc6a9\ub418\ub294 \ud074\ub798\uc2a4 \uc774\ub984\uc744 \uc9c0\uc815\ud558\uae30 \uc704\ud55c ds-cfg-java-class \uc18d\uc131\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc774 \uad6c\uc131 \ud56d\ubaa9\uacfc \uc5f0\uacb0\ub41c \ubc31\uc5d4\ub4dc\uac00 \ube44\ud65c\uc131\ud654\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_BACKEND_CANNOT_GET_CLASS_114=\ubc31\uc5d4\ub4dc %s\uc5d0 \ub300\ud55c \uad6c\ud604\uc774 \ud3ec\ud568\ub41c Java \ud074\ub798\uc2a4 \uc774\ub984\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \uc774 \ubc31\uc5d4\ub4dc\uac00 \ube44\ud65c\uc131\ud654\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_BACKEND_CANNOT_INSTANTIATE_115=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0\uc11c %s \ud074\ub798\uc2a4\ub97c \ub85c\ub4dc\ud558\uc5ec \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ub300\ub85c \ubc31\uc5d4\ub4dc \uc778\uc2a4\ud134\uc2a4\ub97c \ub9cc\ub4e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. %s \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \uc774 \ubc31\uc5d4\ub4dc\uac00 \ube44\ud65c\uc131\ud654\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_BACKEND_CANNOT_INITIALIZE_116=%s \ud074\ub798\uc2a4\uc5d0\uc11c \ub85c\ub4dc\ub41c \ubc31\uc5d4\ub4dc\ub97c \uad6c\uc131 \ud56d\ubaa9 %s\uc758 \uc815\ubcf4\ub85c \ucd08\uae30\ud654\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \uc774 \ubc31\uc5d4\ub4dc\uac00 \ube44\ud65c\uc131\ud654\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_BACKEND_CLASS_NOT_BACKEND_117=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc5d0 \uc9c0\uc815\ub41c %1$s \ud074\ub798\uc2a4\uc5d0 \uc720\ud6a8\ud55c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ubc31\uc5d4\ub4dc \uad6c\ud604\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | NOTICE_CONFIG_BACKEND_ACTION_REQUIRED_TO_CHANGE_CLASS_118=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \ub300\ud574 \uc694\uccad\ud55c \ubcc0\uacbd\uc73c\ub85c \uc778\ud574 \uc5f0\uacb0\ub41c \ubc31\uc5d4\ub4dc\uc758 \ud074\ub798\uc2a4\uac00 %s\uc5d0\uc11c %s(\uc73c)\ub85c \ubcc0\uacbd\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc774 \ubcc0\uacbd \uc0ac\ud56d\uc744 \uc801\uc6a9\ud558\ub824\uba74 \ubc31\uc5d4\ub4dc\ub97c \ube44\ud65c\uc131\ud654\ud588\ub2e4\uac00 \ub2e4\uc2dc \ud65c\uc131\ud654\ud558\uac70\ub098 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\ub97c \ub2e4\uc2dc \uc2dc\uc791\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | NOTICE_CONFIG_BACKEND_CANNOT_REMOVE_BACKEND_WITH_SUBORDINATES_119=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ubc31\uc5d4\ub4dc\uc5d0 \ud558\uc704 \ubc31\uc5d4\ub4dc\uac00 \ud558\ub098 \uc774\uc0c1 \uc788\uc2b5\ub2c8\ub2e4. \ubc31\uc5d4\ub4dc\uc5d0 \ud558\uc704 \ubc31\uc5d4\ub4dc\uac00 \uc788\ub294 \uacbd\uc6b0 \ubc31\uc5d4\ub4dc\ub97c \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | INFO_CONFIG_CORE_DESCRIPTION_MAX_ALLOWED_CONNECTIONS_120=\uc9c0\uc815\ub41c \uc2dc\uac04\uc5d0 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0 \uc124\uc815\ud560 \uc218 \uc788\ub294 \ud074\ub77c\uc774\uc5b8\ud2b8 \uc5f0\uacb0\uc758 \ucd5c\ub300 \uc218\uc785\ub2c8\ub2e4. \uac12\uc774 0\ubcf4\ub2e4 \uc791\uac70\ub098 \uac19\uc73c\uba74 \uc81c\ud55c\uc774 \uc5c6\uc74c\uc744 \ub098\ud0c0\ub0c5\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \uc0ac\ud56d\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | INFO_CONFIG_LOGGER_CLASS_ACTION_REQUIRED_122=\uad6c\uc131 \ud56d\ubaa9 %3$s\uc5d0\uc11c \ub85c\uac70 \ud074\ub798\uc2a4 \uc774\ub984\uc744 %1$s\uc5d0\uc11c %2$s(\uc73c)\ub85c \ubcc0\uacbd\ud558\ub294 \uc694\uccad\uc740 \ub3d9\uc801\uc73c\ub85c \uc801\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uc774 \ubcc0\uacbd \uc0ac\ud56d\uc744 \uc801\uc6a9\ud558\ub824\uba74 \ub85c\uac70\ub97c \ube44\ud65c\uc131\ud654\ud588\ub2e4\uac00 \ub2e4\uc2dc \ud65c\uc131\ud654\ud558\uac70\ub098 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\ub97c \ub2e4\uc2dc \uc2dc\uc791\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_LOGGER_EXISTS_123=DN %s\uc5d0 \ub4f1\ub85d\ub41c \ub85c\uac70\uac00 \uc774\ubbf8 \uc788\uae30 \ub54c\ubb38\uc5d0 \ud574\ub2f9 DN\uc744 \uac00\uc9c4 \uc0c8 \ub85c\uac70 \ud56d\ubaa9\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_LOGGER_ACCESS_INITIALIZATION_FAILED_124=%s \ud074\ub798\uc2a4\uc758 \uc778\uc2a4\ud134\uc2a4\ub97c \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ub300\ub85c \uc561\uc138\uc2a4 \ub85c\uac70\ub85c \ucd08\uae30\ud654\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_CONFIG_LOGGER_ERROR_INITIALIZATION_FAILED_125=%s \ud074\ub798\uc2a4\uc758 \uc778\uc2a4\ud134\uc2a4\ub97c \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ub300\ub85c \uc624\ub958 \ub85c\uac70\ub85c \ucd08\uae30\ud654\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_CONFIG_LOGGER_DEBUG_INITIALIZATION_FAILED_126=%s \ud074\ub798\uc2a4\uc758 \uc778\uc2a4\ud134\uc2a4\ub97c \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ub300\ub85c \ub514\ubc84\uadf8 \ub85c\uac70\ub85c \ucd08\uae30\ud654\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | FATAL_ERR_CONFIG_MONITOR_CANNOT_GET_BASE_127=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc5d0\uc11c \uae30\ubcf8 \ubaa8\ub2c8\ud130 \ud56d\ubaa9 cn=Monitor Providers,cn=config\ub97c \uac80\uc0c9\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_WARN_CONFIG_MONITOR_BASE_DOES_NOT_EXIST_128=\ubaa8\ub2c8\ud130 \uad6c\uc131 \uae30\ubcf8 cn=Monitor Providers,cn=config\uac00 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc5d0 \uc5c6\uc2b5\ub2c8\ub2e4. \uc81c\ud55c\ub41c \ubaa8\ub2c8\ud130\ub9c1 \uc815\ubcf4\ub9cc \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_MONITOR_ENTRY_UNACCEPTABLE_129=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc62c\ubc14\ub978 \ubaa8\ub2c8\ud130 \uacf5\uae09\uc790 \uad6c\uc131\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4: %s. \uc774 \uad6c\uc131 \ud56d\ubaa9\uc740 \ubb34\uc2dc\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_MONITOR_CANNOT_CREATE_MONITOR_130=\uad6c\uc131 \ud56d\ubaa9 %s\uc758 \uc815\ubcf4\ub85c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ubaa8\ub2c8\ud130 \uacf5\uae09\uc790\ub97c \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_MONITOR_INVALID_OBJECTCLASS_131=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \ubaa8\ub2c8\ud130 \uacf5\uae09\uc790 \uc815\uc758\uc5d0 \ud544\uc694\ud55c ds-cfg-monitor-provider \uac1d\uccb4 \ud074\ub798\uc2a4\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | INFO_CONFIG_MONITOR_DESCRIPTION_CLASS_NAME_132=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ubaa8\ub2c8\ud130 \uacf5\uae09\uc790\ub97c \uc815\uc758\ud558\ub294 Java \ud074\ub798\uc2a4\uc758 \uc815\uaddc\ud654\ub41c \uc774\ub984\uc785\ub2c8\ub2e4. \uc5f0\uacb0\ub41c \ubaa8\ub2c8\ud130\uac00 \ud65c\uc131\ud654\ub418\uc5b4 \uc788\ub294 \ub3d9\uc548 \ubcc0\uacbd\uc774 \ubc1c\uc0dd\ud558\uba74 \ud574\ub2f9 \ubaa8\ub2c8\ud130\ub97c \ube44\ud65c\uc131\ud654\ud588\ub2e4\uac00 \ub2e4\uc2dc \ud65c\uc131\ud654\ud574\uc57c \ubcc0\uacbd \uc0ac\ud56d\uc774 \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_MONITOR_NO_CLASS_NAME_133=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc5f0\uacb0\ub41c \ubaa8\ub2c8\ud130 \uacf5\uae09\uc790\uc758 \uc815\uaddc\ud654\ub41c \ud074\ub798\uc2a4 \uc774\ub984\uc744 \uc9c0\uc815\ud558\ub294 ds-cfg-java-class \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \uc720\ud6a8\ud55c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_MONITOR_INVALID_CLASS_NAME_134=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 ds-cfg-java-class \uc18d\uc131\uc5d0 \ub300\ud55c \uc798\ubabb\ub41c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_MONITOR_INVALID_CLASS_135=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc5d0 \uc9c0\uc815\ub41c %1$s \ud074\ub798\uc2a4\uc5d0 \uc720\ud6a8\ud55c \ubaa8\ub2c8\ud130 \uacf5\uae09\uc790 \uad6c\ud604\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4: %3$s |
| | | INFO_CONFIG_MONITOR_DESCRIPTION_ENABLED_136=\uc774 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ubaa8\ub2c8\ud130 \uacf5\uae09\uc790\ub97c \ud65c\uc131\ud654\ud574\uc57c \ud558\ub294\uc9c0 \uc5ec\ubd80\ub97c \ub098\ud0c0\ub0c5\ub2c8\ub2e4. \uc774 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \uc0ac\ud56d\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_MONITOR_NO_ENABLED_ATTR_137=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \ubaa8\ub2c8\ud130 \uacf5\uae09\uc790\ub97c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0\uc11c \uc0ac\uc6a9\ud558\uae30 \uc704\ud574 \ud65c\uc131\ud654\ud574\uc57c \ud558\ub294\uc9c0 \uc5ec\ubd80\ub97c \ub098\ud0c0\ub0b4\ub294 ds-cfg-enabled \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \uc720\ud6a8\ud55c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_MONITOR_INVALID_ENABLED_VALUE_138=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 ds-cfg-enabled \uc18d\uc131\uc5d0 \ub300\ud55c \uc798\ubabb\ub41c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_CONFIG_MONITOR_CLASS_ACTION_REQUIRED_139=\uad6c\uc131 \ud56d\ubaa9 %3$s\uc5d0\uc11c \ubaa8\ub2c8\ud130 \ud074\ub798\uc2a4 \uc774\ub984\uc744 %1$s\uc5d0\uc11c %2$s(\uc73c)\ub85c \ubcc0\uacbd\ud558\ub294 \uc694\uccad\uc740 \ub3d9\uc801\uc73c\ub85c \uc801\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uc774 \ubcc0\uacbd \uc0ac\ud56d\uc744 \uc801\uc6a9\ud558\ub824\uba74 \ubaa8\ub2c8\ud130 \uacf5\uae09\uc790\ub97c \ube44\ud65c\uc131\ud654\ud588\ub2e4\uac00 \ub2e4\uc2dc \ud65c\uc131\ud654\ud558\uac70\ub098 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\ub97c \ub2e4\uc2dc \uc2dc\uc791\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_MONITOR_INITIALIZATION_FAILED_140=%s \ud074\ub798\uc2a4\uc758 \uc778\uc2a4\ud134\uc2a4\ub97c \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ub300\ub85c \ubaa8\ub2c8\ud130 \uacf5\uae09\uc790\ub85c \ucd08\uae30\ud654\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_CONFIG_MONITOR_EXISTS_141=DN %s\uc5d0 \ub4f1\ub85d\ub41c \ubaa8\ub2c8\ud130 \uacf5\uae09\uc790\uac00 \uc774\ubbf8 \uc788\uae30 \ub54c\ubb38\uc5d0 \ud574\ub2f9 DN\uc744 \uac00\uc9c4 \uc0c8 \ubaa8\ub2c8\ud130 \uacf5\uae09\uc790 \ud56d\ubaa9\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_CANNOT_GET_CONFIG_BASE_142=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ubc31\uc5d4\ub4dc\ub97c \ucd08\uae30\ud654\ud558\uae30 \uc704\ud574 cn=Connection Handlers,cn=config \uad6c\uc131 \ud56d\ubaa9\uc744 \uac80\uc0c9\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_BASE_DOES_NOT_EXIST_143=cn=Connection Handlers,cn=config \ud56d\ubaa9\uc774 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc5d0 \uc5c6\ub294 \uac83 \uac19\uc2b5\ub2c8\ub2e4. \uc774 \ud56d\ubaa9\uc740 \ud544\uc218 \ud56d\ubaa9\uc785\ub2c8\ub2e4. |
| | | SEVERE_WARN_CONFIG_CONNHANDLER_ENTRY_DOES_NOT_HAVE_CONNHANDLER_CONFIG_144=\uad6c\uc131 \ud56d\ubaa9 %s\uc774(\uac00) cn=Connection Handlers,cn=config\uc758 \uc5f0\uacb0 \ucc98\ub9ac\uae30 \uad6c\uc131 \ub8e8\ud2b8 \uc544\ub798\uc5d0 \uc788\uc9c0\ub9cc \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc5f0\uacb0 \ucc98\ub9ac\uae30\uc5d0 \ud544\uc694\ud55c ds-cfg-connection-handler \uac1d\uccb4 \ud074\ub798\uc2a4\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc774 \uad6c\uc131 \ud56d\ubaa9\uc740 \ubb34\uc2dc\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_ERROR_INTERACTING_WITH_CONNHANDLER_ENTRY_145=\uc5f0\uacb0 \ucc98\ub9ac\uae30 \uad6c\uc131 \ud56d\ubaa9 %s\uacfc(\uc640) \uc0c1\ud638 \uc791\uc6a9\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_CONFIG_CONNHANDLER_ATTR_DESCRIPTION_ENABLED_146=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0\uc11c \uc0ac\uc6a9\ud558\uae30 \uc704\ud574 \uc774 \uc5f0\uacb0 \ucc98\ub9ac\uae30\ub97c \ud65c\uc131\ud654\ud574\uc57c \ud558\ub294\uc9c0 \uc5ec\ubd80\ub97c \ub098\ud0c0\ub0c5\ub2c8\ub2e4. \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uac00 \uc628\ub77c\uc778 \uc0c1\ud0dc\uc778 \ub3d9\uc548 \uc774\ub97c \ubcc0\uacbd\ud560 \uc218 \uc788\uc9c0\ub9cc \uc5f0\uacb0 \ucc98\ub9ac\uae30\uac00 \ube44\ud65c\uc131\ud654\ub418\uc5b4 \uc788\uc73c\uba74 \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uac8c \ub429\ub2c8\ub2e4. |
| | | INFO_CONFIG_CONNHANDLER_ATTR_DESCRIPTION_CLASS_147=\uc774 \uc5f0\uacb0 \ucc98\ub9ac\uae30 \uad6c\ud604\uc5d0 \ub300\ud55c \ud575\uc2ec \ub17c\ub9ac\ub97c \uc81c\uacf5\ud558\ub294 Java \ud074\ub798\uc2a4\uc758 \uc815\uaddc\ud654\ub41c \uc774\ub984\uc785\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \uc0ac\ud56d\uc744 \uc801\uc6a9\ud558\ub824\uba74 \uc5f0\uacb0 \ucc98\ub9ac\uae30\ub97c \ube44\ud65c\uc131\ud654\ud588\ub2e4\uac00 \ub2e4\uc2dc \ud65c\uc131\ud654\ud558\uac70\ub098 \uc11c\ubc84\ub97c \ub2e4\uc2dc \uc2dc\uc791\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_WARN_CONFIG_CONNHANDLER_NO_ENABLED_ATTR_148=\uc5f0\uacb0 \ucc98\ub9ac\uae30 \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc5f0\uacb0 \ucc98\ub9ac\uae30\ub97c \ud65c\uc131\ud654 \ub610\ub294 \ube44\ud65c\uc131\ud654\ud560\uc9c0 \uc5ec\ubd80\ub97c \ub098\ud0c0\ub0b4\ub294 \ub370 \uc0ac\uc6a9\ub418\ub294 ds-cfg-enabled \uc18d\uc131\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc774 \uc18d\uc131\uc774 \uc5c6\uc73c\uba74 \uae30\ubcf8\uc801\uc73c\ub85c \ube44\ud65c\uc131\ud654\ub429\ub2c8\ub2e4. |
| | | INFO_CONFIG_CONNHANDLER_DISABLED_149=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \uc5f0\uacb0 \ucc98\ub9ac\uae30\uac00 \ube44\ud65c\uc131\uc73c\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\uc73c\ubbc0\ub85c \uc0ac\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_UNABLE_TO_DETERMINE_ENABLED_STATE_150=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc5f0\uacb0\ub41c \uc5f0\uacb0 \ucc98\ub9ac\uae30\ub97c \ud65c\uc131\ud654 \ub610\ub294 \ube44\ud65c\uc131\ud654\ud560\uc9c0 \uc5ec\ubd80\ub97c \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \uc5f0\uacb0 \ucc98\ub9ac\uae30\uac00 \ube44\ud65c\uc131\ud654\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_NO_CLASS_ATTR_151=\uc5f0\uacb0 \ucc98\ub9ac\uae30 \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc5f0\uacb0 \ucc98\ub9ac\uae30 \uad6c\ud604\uc744 \uc81c\uacf5\ud558\ub294 \ub370 \uc0ac\uc6a9\ub418\ub294 \ud074\ub798\uc2a4 \uc774\ub984\uc744 \uc9c0\uc815\ud558\uae30 \uc704\ud55c ds-cfg-java-class \uc18d\uc131\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc774 \uad6c\uc131 \ud56d\ubaa9\uacfc \uc5f0\uacb0\ub41c \uc5f0\uacb0 \ucc98\ub9ac\uae30\uac00 \ube44\ud65c\uc131\ud654\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_CANNOT_GET_CLASS_152=\uc5f0\uacb0 \ucc98\ub9ac\uae30 %s\uc5d0 \ub300\ud55c \uad6c\ud604\uc774 \ud3ec\ud568\ub41c Java \ud074\ub798\uc2a4 \uc774\ub984\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \uc774 \uc5f0\uacb0 \ucc98\ub9ac\uae30\uac00 \ube44\ud65c\uc131\ud654\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_CANNOT_INSTANTIATE_153=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0\uc11c %s \ud074\ub798\uc2a4\ub97c \ub85c\ub4dc\ud558\uc5ec \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ub300\ub85c \uc5f0\uacb0 \ucc98\ub9ac\uae30 \uc778\uc2a4\ud134\uc2a4\ub97c \ub9cc\ub4e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \uc774 \uc5f0\uacb0 \ucc98\ub9ac\uae30\uac00 \ube44\ud65c\uc131\ud654\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_CANNOT_INITIALIZE_154=%s \ud074\ub798\uc2a4\uc5d0\uc11c \ub85c\ub4dc\ub41c \uc5f0\uacb0 \ucc98\ub9ac\uae30\ub97c \uad6c\uc131 \ud56d\ubaa9 %s\uc758 \uc815\ubcf4\ub85c \ucd08\uae30\ud654\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \uc774 \uc5f0\uacb0 \ucc98\ub9ac\uae30\uac00 \ube44\ud65c\uc131\ud654\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_UNACCEPTABLE_CONFIG_155=\ub0b4\ubd80 \uac80\uc99d\uc5d0 \ub530\ub77c \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \uc5f0\uacb0 \ucc98\ub9ac\uae30\uc758 \uad6c\uc131\uc744 \ud5c8\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uadf8\ub7ec\ub098 \ud56d\ubaa9 \ubb38\uc81c\uc640 \uad00\ub828\ub41c \uad6c\uccb4\uc801\uc778 \uc815\ubcf4\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_BACKEND_UNACCEPTABLE_CONFIG_156=\ub0b4\ubd80 \uac80\uc99d\uc5d0 \ub530\ub77c \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ubc31\uc5d4\ub4dc\uc758 \uad6c\uc131\uc744 \ud5c8\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uadf8\ub7ec\ub098 \ud56d\ubaa9 \ubb38\uc81c\uc640 \uad00\ub828\ub41c \uad6c\uccb4\uc801\uc778 \uc815\ubcf4\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_MONITOR_UNACCEPTABLE_CONFIG_157=\ub0b4\ubd80 \uac80\uc99d\uc5d0 \ub530\ub77c \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ubaa8\ub2c8\ud130 \uacf5\uae09\uc790\uc758 \uad6c\uc131\uc744 \ud5c8\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uadf8\ub7ec\ub098 \ud56d\ubaa9 \ubb38\uc81c\uc640 \uad00\ub828\ub41c \uad6c\uccb4\uc801\uc778 \uc815\ubcf4\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_LOGGER_UNACCEPTABLE_CONFIG_158=\ub0b4\ubd80 \uac80\uc99d\uc5d0 \ub530\ub77c \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ub85c\uac70\uc758 \uad6c\uc131\uc744 \ud5c8\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uadf8\ub7ec\ub098 \ud56d\ubaa9 \ubb38\uc81c\uc640 \uad00\ub828\ub41c \uad6c\uccb4\uc801\uc778 \uc815\ubcf4\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_CLASS_NOT_CONNHANDLER_159=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc5d0 \uc9c0\uc815\ub41c %1$s \ud074\ub798\uc2a4\uc5d0 \uc720\ud6a8\ud55c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc5f0\uacb0 \ucc98\ub9ac\uae30 \uad6c\ud604\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_SCHEMA_CANNOT_GET_MR_BASE_160=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc77c\uce58 \uaddc\uce59\uc744 \ucd08\uae30\ud654\ud558\uae30 \uc704\ud574 cn=Matching Rules,cn=config \uad6c\uc131 \ud56d\ubaa9\uc744 \uac80\uc0c9\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_SCHEMA_MR_BASE_DOES_NOT_EXIST_161=cn=Matching Rules,cn=config \ud56d\ubaa9\uc774 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc5d0 \uc5c6\ub294 \uac83 \uac19\uc2b5\ub2c8\ub2e4. \uc774 \ud56d\ubaa9\uc740 \ud544\uc218 \ud56d\ubaa9\uc785\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_SCHEMA_NO_MATCHING_RULES_162=cn=Matching Rules,cn=config \ud56d\ubaa9 \uc544\ub798\uc5d0 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0\uc11c \uc0ac\uc6a9\ud560 \uc77c\uce58 \uaddc\uce59\uc744 \uc815\uc758\ud558\uae30 \uc704\ud55c \uc790\uc2dd \ud56d\ubaa9\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uac00 \uc62c\ubc14\ub85c \uc791\ub3d9\ud558\ub824\uba74 \uc77c\uce58 \uaddc\uce59\uc774 \uc815\uc758\ub418\uc5b4 \uc788\uc5b4\uc57c \ud558\uae30 \ub54c\ubb38\uc5d0 \uc774\ub294 \uc624\ub958\uc785\ub2c8\ub2e4. |
| | | SEVERE_WARN_CONFIG_SCHEMA_ENTRY_DOES_NOT_HAVE_MR_CONFIG_163=\uad6c\uc131 \ud56d\ubaa9 %s\uc774(\uac00) cn=Matching Rules,cn=config\uc758 \uc77c\uce58 \uaddc\uce59 \uad6c\uc131 \ub8e8\ud2b8 \uc544\ub798\uc5d0 \uc788\uc9c0\ub9cc \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc77c\uce58 \uaddc\uce59\uc5d0 \ud544\uc694\ud55c ds-cfg-matching-rule \uac1d\uccb4 \ud074\ub798\uc2a4\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc774 \uad6c\uc131 \ud56d\ubaa9\uc740 \ubb34\uc2dc\ub429\ub2c8\ub2e4. |
| | | INFO_CONFIG_SCHEMA_MR_ATTR_DESCRIPTION_ENABLED_164=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0\uc11c \uc0ac\uc6a9\ud558\uae30 \uc704\ud574 \uc774 \uc77c\uce58 \uaddc\uce59\uc744 \ud65c\uc131\ud654\ud574\uc57c \ud558\ub294\uc9c0 \uc5ec\ubd80\ub97c \ub098\ud0c0\ub0c5\ub2c8\ub2e4. \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uac00 \uc628\ub77c\uc778 \uc0c1\ud0dc\uc778 \ub3d9\uc548 \uc774\ub97c \ubcc0\uacbd\ud560 \uc218 \uc788\uc9c0\ub9cc \ud558\ub098 \uc774\uc0c1\uc758 \uc18d\uc131\uc5d0 \uc77c\uce58 \uaddc\uce59\uc774 \uc0ac\uc6a9\ub41c \ud6c4 \uc774 \uaddc\uce59\uc774 \ube44\ud65c\uc131\ud654\ub41c \uacbd\uc6b0\uc5d0\ub294 \uc77c\uce58\uac00 \ub354 \uc774\uc0c1 \ud574\ub2f9 \uc18d\uc131\uc5d0\uc11c \uc608\uc0c1\ud55c \ub300\ub85c \uc791\ub3d9\ud558\uc9c0 \uc54a\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | INFO_CONFIG_SCHEMA_MR_ATTR_DESCRIPTION_CLASS_165=\uc774 \uc77c\uce58 \uaddc\uce59 \uad6c\ud604\uc5d0 \ub300\ud55c \ud575\uc2ec \ub17c\ub9ac\ub97c \uc81c\uacf5\ud558\ub294 Java \ud074\ub798\uc2a4\uc758 \uc815\uaddc\ud654\ub41c \uc774\ub984\uc785\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \uc0ac\ud56d\uc744 \uc801\uc6a9\ud558\ub824\uba74 \uc77c\uce58 \uaddc\uce59\uc744 \ube44\ud65c\uc131\ud654\ud588\ub2e4\uac00 \ub2e4\uc2dc \ud65c\uc131\ud654\ud558\uac70\ub098 \uc11c\ubc84\ub97c \ub2e4\uc2dc \uc2dc\uc791\ud574\uc57c \ud569\ub2c8\ub2e4. \ud558\ub098 \uc774\uc0c1\uc758 \uc18d\uc131\uc5d0 \uc774\ubbf8 \uc0ac\uc6a9\ub41c \uc77c\uce58 \uaddc\uce59\uc5d0 \ub300\ud55c \uc77c\uce58 \uaddc\uce59 \ud074\ub798\uc2a4\ub97c \ubcc0\uacbd\ud558\uba74 \ud574\ub2f9 \uc18d\uc131\uc5d0 \ub300\ud55c \uc77c\uce58\ub97c \uc218\ud589\ud560 \ub54c \uc608\uae30\uce58 \uc54a\uc740 \uacb0\uacfc\uac00 \ubc1c\uc0dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_CONFIG_SCHEMA_MR_NO_ENABLED_ATTR_166=\uc77c\uce58 \uaddc\uce59 \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc77c\uce58 \uaddc\uce59\uc744 \ud65c\uc131\ud654 \ub610\ub294 \ube44\ud65c\uc131\ud654\ud560\uc9c0 \uc5ec\ubd80\ub97c \ub098\ud0c0\ub0b4\ub294 \ub370 \uc0ac\uc6a9\ub418\ub294 ds-cfg-enabled \uc18d\uc131\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc774 \uc18d\uc131\uc774 \uc5c6\uc73c\uba74 \uae30\ubcf8\uc801\uc73c\ub85c \ube44\ud65c\uc131\ud654\ub429\ub2c8\ub2e4. |
| | | INFO_CONFIG_SCHEMA_MR_DISABLED_167=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \uc77c\uce58 \uaddc\uce59\uc774 \ube44\ud65c\uc131\uc73c\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\uc73c\ubbc0\ub85c \uc0ac\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc774\uc804\uc5d0 \ud558\ub098 \uc774\uc0c1\uc758 \uc18d\uc131\uc5d0 \ub300\ud574 \uc77c\uce58 \uaddc\uce59\uc774 \uc0ac\uc6a9\ub41c \uacbd\uc6b0 \ud574\ub2f9 \uc18d\uc131 \uac12\uc5d0 \ub300\ud55c \uc77c\uce58\uac00 \ub354 \uc774\uc0c1 \uc791\ub3d9\ud558\uc9c0 \uc54a\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_SCHEMA_MR_UNABLE_TO_DETERMINE_ENABLED_STATE_168=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc5f0\uacb0\ub41c \uc77c\uce58 \uaddc\uce59\uc744 \ud65c\uc131\ud654 \ub610\ub294 \ube44\ud65c\uc131\ud654\ud560\uc9c0 \uc5ec\ubd80\ub97c \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \uc77c\uce58 \uaddc\uce59\uc774 \ube44\ud65c\uc131\ud654\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_SCHEMA_MR_NO_CLASS_ATTR_169=\uc77c\uce58 \uaddc\uce59 \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc77c\uce58 \uaddc\uce59 \uad6c\ud604\uc744 \uc81c\uacf5\ud558\ub294 \ub370 \uc0ac\uc6a9\ub418\ub294 \ud074\ub798\uc2a4 \uc774\ub984\uc744 \uc9c0\uc815\ud558\uae30 \uc704\ud55c ds-cfg-java-class \uc18d\uc131\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc774 \uad6c\uc131 \ud56d\ubaa9\uacfc \uc5f0\uacb0\ub41c \uc77c\uce58 \uaddc\uce59\uc774 \ube44\ud65c\uc131\ud654\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_SCHEMA_MR_CANNOT_GET_CLASS_170=\uc77c\uce58 \uaddc\uce59 %s\uc5d0 \ub300\ud55c \uad6c\ud604\uc774 \ud3ec\ud568\ub41c Java \ud074\ub798\uc2a4 \uc774\ub984\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \uc774 \uc77c\uce58 \uaddc\uce59\uc774 \ube44\ud65c\uc131\ud654\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_SCHEMA_MR_CANNOT_INSTANTIATE_171=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0\uc11c %s \ud074\ub798\uc2a4\ub97c \ub85c\ub4dc\ud558\uc5ec \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ub300\ub85c \uc77c\uce58 \uaddc\uce59 \uc778\uc2a4\ud134\uc2a4\ub97c \ub9cc\ub4e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \uc774 \uc77c\uce58 \uaddc\uce59\uc774 \ube44\ud65c\uc131\ud654\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_SCHEMA_MR_CANNOT_INITIALIZE_172=%s \ud074\ub798\uc2a4\uc5d0\uc11c \ub85c\ub4dc\ub41c \uc77c\uce58 \uaddc\uce59\uc744 \uad6c\uc131 \ud56d\ubaa9 %s\uc758 \uc815\ubcf4\ub85c \ucd08\uae30\ud654\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \uc774 \uc77c\uce58 \uaddc\uce59\uc774 \ube44\ud65c\uc131\ud654\ub429\ub2c8\ub2e4. |
| | | SEVERE_WARN_CONFIG_SCHEMA_MR_CONFLICTING_MR_173=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \uc77c\uce58 \uaddc\uce59\uc774 \uc11c\ubc84 \uad6c\uc131\uc5d0 \uc815\uc758\ub41c \ub2e4\ub978 \uc77c\uce58 \uaddc\uce59\uacfc \ucda9\ub3cc\ud569\ub2c8\ub2e4: %s. \uc774 \uc77c\uce58 \uaddc\uce59\uc774 \uc0ac\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_SCHEMA_CANNOT_GET_SYNTAX_BASE_174=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc18d\uc131 \uad6c\ubb38\uc744 \ucd08\uae30\ud654\ud558\uae30 \uc704\ud574 cn=Syntaxes,cn=config \uad6c\uc131 \ud56d\ubaa9\uc744 \uac80\uc0c9\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_SCHEMA_SYNTAX_BASE_DOES_NOT_EXIST_175=cn=Syntaxes,cn=config \ud56d\ubaa9\uc774 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc5d0 \uc5c6\ub294 \uac83 \uac19\uc2b5\ub2c8\ub2e4. \uc774 \ud56d\ubaa9\uc740 \ud544\uc218 \ud56d\ubaa9\uc785\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_SCHEMA_NO_SYNTAXES_176=cn=Syntaxes,cn=config \ud56d\ubaa9 \uc544\ub798\uc5d0 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0\uc11c \uc0ac\uc6a9\ud560 \uc18d\uc131 \uad6c\ubb38\uc744 \uc815\uc758\ud558\uae30 \uc704\ud55c \uc790\uc2dd \ud56d\ubaa9\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uac00 \uc62c\ubc14\ub85c \uc791\ub3d9\ud558\ub824\uba74 \uad6c\ubb38\uc774 \uc815\uc758\ub418\uc5b4 \uc788\uc5b4\uc57c \ud558\uae30 \ub54c\ubb38\uc5d0 \uc774\ub294 \uc624\ub958\uc785\ub2c8\ub2e4. |
| | | SEVERE_WARN_CONFIG_SCHEMA_ENTRY_DOES_NOT_HAVE_SYNTAX_CONFIG_177=\uad6c\uc131 \ud56d\ubaa9 %s\uc774(\uac00) cn=Syntaxes,cn=config\uc758 \uc18d\uc131 \uad6c\ubb38 \uad6c\uc131 \ub8e8\ud2b8 \uc544\ub798\uc5d0 \uc788\uc9c0\ub9cc \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc18d\uc131 \uad6c\ubb38\uc5d0 \ud544\uc694\ud55c ds-cfg-attribute-syntax \uac1d\uccb4 \ud074\ub798\uc2a4\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc774 \uad6c\uc131 \ud56d\ubaa9\uc740 \ubb34\uc2dc\ub429\ub2c8\ub2e4. |
| | | INFO_CONFIG_SCHEMA_SYNTAX_ATTR_DESCRIPTION_ENABLED_178=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0\uc11c \uc0ac\uc6a9\ud558\uae30 \uc704\ud574 \uc774 \uc18d\uc131 \uad6c\ubb38\uc744 \ud65c\uc131\ud654\ud574\uc57c \ud558\ub294\uc9c0 \uc5ec\ubd80\ub97c \ub098\ud0c0\ub0c5\ub2c8\ub2e4. \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uac00 \uc628\ub77c\uc778 \uc0c1\ud0dc\uc778 \ub3d9\uc548 \uc774\ub97c \ubcc0\uacbd\ud560 \uc218 \uc788\uc9c0\ub9cc \ud558\ub098 \uc774\uc0c1\uc758 \uc18d\uc131\uc5d0 \uad6c\ubb38\uc774 \uc0ac\uc6a9\ub41c \ud6c4 \uc774 \uad6c\ubb38\uc774 \ube44\ud65c\uc131\ud654\ub41c \uacbd\uc6b0\uc5d0\ub294 \uc77c\uce58\uac00 \ub354 \uc774\uc0c1 \ud574\ub2f9 \uc18d\uc131\uc5d0\uc11c \uc608\uc0c1\ud55c \ub300\ub85c \uc791\ub3d9\ud558\uc9c0 \uc54a\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | INFO_CONFIG_SCHEMA_SYNTAX_ATTR_DESCRIPTION_CLASS_179=\uc774 \uc18d\uc131 \uad6c\ubb38 \uad6c\ud604\uc5d0 \ub300\ud55c \ud575\uc2ec \ub17c\ub9ac\ub97c \uc81c\uacf5\ud558\ub294 Java \ud074\ub798\uc2a4\uc758 \uc815\uaddc\ud654\ub41c \uc774\ub984\uc785\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \uc0ac\ud56d\uc744 \uc801\uc6a9\ud558\ub824\uba74 \uad6c\ubb38\uc744 \ube44\ud65c\uc131\ud654\ud588\ub2e4\uac00 \ub2e4\uc2dc \ud65c\uc131\ud654\ud558\uac70\ub098 \uc11c\ubc84\ub97c \ub2e4\uc2dc \uc2dc\uc791\ud574\uc57c \ud569\ub2c8\ub2e4. \ud558\ub098 \uc774\uc0c1\uc758 \uc18d\uc131\uc5d0 \uc774\ubbf8 \uc0ac\uc6a9\ub41c \uc18d\uc131 \uad6c\ubb38\uc5d0 \ub300\ud55c \uad6c\ubb38 \ud074\ub798\uc2a4\ub97c \ubcc0\uacbd\ud558\uba74 \ud574\ub2f9 \uc18d\uc131\uc5d0 \ub300\ud55c \uc77c\uce58\ub97c \uc218\ud589\ud560 \ub54c \uc608\uae30\uce58 \uc54a\uc740 \uacb0\uacfc\uac00 \ubc1c\uc0dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_CONFIG_SCHEMA_SYNTAX_NO_ENABLED_ATTR_180=\uc18d\uc131 \uad6c\ubb38 \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uad6c\ubb38\uc744 \ud65c\uc131\ud654 \ub610\ub294 \ube44\ud65c\uc131\ud654\ud560\uc9c0 \uc5ec\ubd80\ub97c \ub098\ud0c0\ub0b4\ub294 \ub370 \uc0ac\uc6a9\ub418\ub294 ds-cfg-enabled \uc18d\uc131\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc774 \uc18d\uc131\uc774 \uc5c6\uc73c\uba74 \uae30\ubcf8\uc801\uc73c\ub85c \ube44\ud65c\uc131\ud654\ub429\ub2c8\ub2e4. |
| | | INFO_CONFIG_SCHEMA_SYNTAX_DISABLED_181=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \uc18d\uc131 \uad6c\ubb38\uc774 \ube44\ud65c\uc131\uc73c\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\uc73c\ubbc0\ub85c \uc0ac\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc774\uc804\uc5d0 \ud558\ub098 \uc774\uc0c1\uc758 \uc18d\uc131\uc5d0 \ub300\ud574 \uc77c\uce58 \uaddc\uce59\uc774 \uc0ac\uc6a9\ub41c \uacbd\uc6b0 \ud574\ub2f9 \uc18d\uc131 \uac12\uc5d0 \ub300\ud55c \uc77c\uce58\uac00 \ub354 \uc774\uc0c1 \uc791\ub3d9\ud558\uc9c0 \uc54a\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_SCHEMA_SYNTAX_UNABLE_TO_DETERMINE_ENABLED_STATE_182=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc5f0\uacb0\ub41c \uc18d\uc131 \uad6c\ubb38\uc744 \ud65c\uc131\ud654 \ub610\ub294 \ube44\ud65c\uc131\ud654\ud560\uc9c0 \uc5ec\ubd80\ub97c \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \uc18d\uc131 \uad6c\ubb38\uc774 \ube44\ud65c\uc131\ud654\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_SCHEMA_SYNTAX_NO_CLASS_ATTR_183=\uc77c\uce58 \uaddc\uce59 \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc18d\uc131 \uad6c\ubb38 \uad6c\ud604\uc744 \uc81c\uacf5\ud558\ub294 \ub370 \uc0ac\uc6a9\ub418\ub294 \ud074\ub798\uc2a4 \uc774\ub984\uc744 \uc9c0\uc815\ud558\uae30 \uc704\ud55c ds-cfg-java-class \uc18d\uc131\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc774 \uad6c\uc131 \ud56d\ubaa9\uacfc \uc5f0\uacb0\ub41c \uad6c\ubb38\uc774 \ube44\ud65c\uc131\ud654\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_SCHEMA_SYNTAX_CANNOT_GET_CLASS_184=\uc18d\uc131 \uad6c\ubb38 %s\uc5d0 \ub300\ud55c \uad6c\ud604\uc774 \ud3ec\ud568\ub41c Java \ud074\ub798\uc2a4 \uc774\ub984\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \uc774 \uad6c\ubb38\uc774 \ube44\ud65c\uc131\ud654\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_SCHEMA_SYNTAX_CANNOT_INSTANTIATE_185=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0\uc11c %s \ud074\ub798\uc2a4\ub97c \ub85c\ub4dc\ud558\uc5ec \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ub300\ub85c \uc18d\uc131 \uad6c\ubb38 \uc778\uc2a4\ud134\uc2a4\ub97c \ub9cc\ub4e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. %s \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \uc774 \uad6c\ubb38\uc774 \ube44\ud65c\uc131\ud654\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_SCHEMA_SYNTAX_CANNOT_INITIALIZE_186=%1$s \ud074\ub798\uc2a4\uc5d0\uc11c \ub85c\ub4dc\ub41c \uc18d\uc131 \uad6c\ubb38\uc744 \uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 \uc815\ubcf4\ub85c \ucd08\uae30\ud654\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s. \uc774 \uad6c\ubb38\uc774 \ube44\ud65c\uc131\ud654\ub429\ub2c8\ub2e4. |
| | | SEVERE_WARN_CONFIG_SCHEMA_SYNTAX_CONFLICTING_SYNTAX_187=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \uc18d\uc131 \uad6c\ubb38\uc774 \uc11c\ubc84 \uad6c\uc131\uc5d0 \uc815\uc758\ub41c \ub2e4\ub978 \uad6c\ubb38\uacfc \ucda9\ub3cc\ud569\ub2c8\ub2e4: %s. \uc774 \uc18d\uc131 \uad6c\ubb38\uc774 \uc0ac\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_SCHEMA_NO_SCHEMA_DIR_188=\uc2a4\ud0a4\ub9c8 \ub514\ub809\ud1a0\ub9ac %s\uc774(\uac00) \uc5c6\uae30 \ub54c\ubb38\uc5d0 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc2a4\ud0a4\ub9c8 \uc815\uc758\ub97c \uc77d\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_SCHEMA_DIR_NOT_DIRECTORY_189=\uc2a4\ud0a4\ub9c8 \ub514\ub809\ud1a0\ub9ac %s\uc774(\uac00) \uc788\uc9c0\ub9cc \ub514\ub809\ud1a0\ub9ac\uac00 \uc544\ub2c8\ubbc0\ub85c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc2a4\ud0a4\ub9c8 \uc815\uc758\ub97c \uc77d\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_SCHEMA_CANNOT_LIST_FILES_190=%s \ub514\ub809\ud1a0\ub9ac\uc5d0\uc11c \ud30c\uc77c\uc744 \ub098\uc5f4\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc5ec \uc774 \ub514\ub809\ud1a0\ub9ac\uc5d0\uc11c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc2a4\ud0a4\ub9c8 \uc815\uc758\ub97c \uc77d\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_OPEN_FILE_191=\uc77d\uc744 \ud30c\uc77c\uc744 \uc5ec\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc5ec \ub514\ub809\ud1a0\ub9ac %2$s\uc758 \uc2a4\ud0a4\ub9c8 \uad6c\uc131 \ud30c\uc77c %1$s\uc744(\ub97c) \uad6c\ubb38 \ubd84\uc11d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %3$s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_READ_LDIF_ENTRY_192=\ub514\ub809\ud1a0\ub9ac %2$s\uc758 \uc2a4\ud0a4\ub9c8 \uad6c\uc131 \ud30c\uc77c %1$s\uc758 \ub0b4\uc6a9\uc744 LDIF \ud56d\ubaa9\uc73c\ub85c \uc77d\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc5ec \uc774 \ud30c\uc77c\uc744 \uad6c\ubb38 \ubd84\uc11d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %3$s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_PARSE_ATTR_TYPE_193=\uc2a4\ud0a4\ub9c8 \uad6c\uc131 \ud30c\uc77c %s\uc5d0\uc11c \uc18d\uc131 \uc720\ud615 \uc815\uc758\ub97c \uad6c\ubb38 \ubd84\uc11d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CONFLICTING_ATTR_TYPE_194=\uc2a4\ud0a4\ub9c8 \uad6c\uc131 \ud30c\uc77c %s\uc5d0\uc11c \uc77d\uc740 \uc18d\uc131 \uc720\ud615\uc774 \uc774\ubbf8 \uc2a4\ud0a4\ub9c8\ub85c \uc77d\uc5b4\ub4e4\uc778 \ub2e4\ub978 \uc18d\uc131 \uc720\ud615\uacfc \ucda9\ub3cc\ud569\ub2c8\ub2e4: %s. \uc774\ubbf8 \uc77d\uc5b4\ub4e4\uc778 \uc18d\uc131 \uc720\ud615 \uc815\uc758\ub97c \uc0ac\uc6a9\ud569\ub2c8\ub2e4. |
| | | SEVERE_WARN_CONFIG_SCHEMA_CONFLICTING_OC_195=\uc2a4\ud0a4\ub9c8 \uad6c\uc131 \ud30c\uc77c %s\uc5d0\uc11c \uc77d\uc740 \uac1d\uccb4 \ud074\ub798\uc2a4\uac00 \uc774\ubbf8 \uc2a4\ud0a4\ub9c8\ub85c \uc77d\uc5b4\ub4e4\uc778 \ub2e4\ub978 \uac1d\uccb4 \ud074\ub798\uc2a4\uc640 \ucda9\ub3cc\ud569\ub2c8\ub2e4: %s. \uc774\ubbf8 \uc77d\uc5b4\ub4e4\uc778 \uac1d\uccb4 \ud074\ub798\uc2a4 \uc815\uc758\ub97c \uc0ac\uc6a9\ud569\ub2c8\ub2e4. |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_PARSE_OC_196=\uc2a4\ud0a4\ub9c8 \uad6c\uc131 \ud30c\uc77c %s\uc5d0\uc11c \uc77d\uc740 \uac1d\uccb4 \ud074\ub798\uc2a4\ub97c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_STRUCTURAL_CLASS_BEHAVIOR_197=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 ds-cfg-single-structural-objectclass-behavior \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \uc798\ubabb\ub41c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \uac12\uc740 "accept", "reject" \ub610\ub294 "warn" \uc911 \ud558\ub098\uc5ec\uc57c \ud569\ub2c8\ub2e4: %s |
| | | INFO_CONFIG_CORE_DESCRIPTION_CHECK_SCHEMA_198=\uc11c\ubc84\uc758 \uc2a4\ud0a4\ub9c8 \uad6c\uc131\uc5d0 \ub530\ub77c \ud56d\ubaa9\uc774 \uc720\ud6a8\ud558\ub3c4\ub85d \ud558\uae30 \uc704\ud574 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0\uc11c \uc5c5\ub370\uc774\ud2b8 \uc791\uc5c5\uc5d0 \ub300\ud55c \uc2a4\ud0a4\ub9c8 \uac80\uc0ac\ub97c \uc218\ud589\ud558\ub294\uc9c0 \uc5ec\ubd80\ub97c \ub098\ud0c0\ub0c5\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4 \ubaa8\ub4e0 \ud544\uc218 \uc18d\uc131\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uace0 \uae08\uc9c0\ub41c \uc18d\uc131\uc774 \uc5c6\ub294\uc9c0 \uac80\uc0ac\ud569\ub2c8\ub2e4. \uc2a4\ud0a4\ub9c8 \uac80\uc0ac\ub97c \ube44\ud65c\uc131\ud654\ud558\uba74 \uc798\ubabb\ub41c \ud56d\ubaa9\uc774 \uc11c\ubc84\uc5d0 \ud3ec\ud568\ub420 \uc218 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc77c\ubc18\uc801\uc73c\ub85c \ube44\ud65c\uc131\ud654\ud558\uc9c0 \uc54a\ub294 \uac83\uc774 \uc88b\uc2b5\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \uc0ac\ud56d\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_CHECK_SCHEMA_199=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 ds-cfg-check-schma \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \uc798\ubabb\ub41c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \uac12\uc740 true \ub610\ub294 false\uc758 \ubd80\uc6b8 \uac12\uc774\uc5b4\uc57c \ud569\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_ENTRYCACHE_CANNOT_INSTALL_DEFAULT_CACHE_200=\uc11c\ubc84\uc5d0\uc11c \uae30\ubcf8 \ud56d\ubaa9 \uce90\uc2dc \ud504\ub808\uc784\uc6cc\ud06c\ub97c \uc124\uce58\ud558\uc9c0 \ubabb\ud558\uac8c \ud558\ub294 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_WARN_CONFIG_ENTRYCACHE_NO_CONFIG_ENTRY_201=\ud56d\ubaa9 \uce90\uc2dc \uad6c\uc131 \ud56d\ubaa9 "cn=Entry Caches,cn=config"\uac00 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc5d0 \uc5c6\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c \ud56d\ubaa9 \uce90\uc2dc \uad6c\uc131\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc774 \ud56d\ubaa9\uc744 \ub9cc\ub4e4 \ub54c\uae4c\uc9c0 \ud56d\ubaa9 \uce90\uc2dc\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_ENTRYCACHE_CANNOT_INITIALIZE_CACHE_202=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ud56d\ubaa9 \uce90\uc2dc\ub85c \uc0ac\uc6a9\ud560 %s \ud074\ub798\uc2a4\uc758 \uc778\uc2a4\ud134\uc2a4\ub97c \ucd08\uae30\ud654\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \uc774\uc5d0 \ub530\ub77c \ud56d\ubaa9 \uce90\uc2dc\uac00 \ube44\ud65c\uc131\ud654\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_ENTRYCACHE_CONFIG_NOT_ACCEPTABLE_203=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ud56d\ubaa9 \uce90\uc2dc\uc5d0 \ub300\ud55c \uad6c\uc131\uc774 \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_ENTRYCACHE_CONFIG_LEVEL_NOT_ACCEPTABLE_204=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ud56d\ubaa9 \uce90\uc2dc\uc5d0 \ub300\ud55c \uad6c\uc131\uc774 \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4: \ud56d\ubaa9 \uce90\uc2dc \ub808\ubca8 %d\uc774(\uac00) \uc774\ubbf8 \uc0ac\uc6a9 \uc911\uc785\ub2c8\ub2e4. |
| | | INFO_WARN_CONFIG_ENTRYCACHE_NO_MONITOR_CONFIG_ENTRY_205=\ud56d\ubaa9 \uce90\uc2dc %s \ubaa8\ub2c8\ud130 \uacf5\uae09\uc790\uc5d0 \ub300\ud55c \uad6c\uc131\uc744 \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uc774\uc5d0 \ub530\ub77c \uc774 \ubaa8\ub2c8\ud130 \uacf5\uae09\uc790 %s\uc774(\uac00) \ud65c\uc131\ud654\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | INFO_WARN_CONFIG_ENTRYCACHE_MONITOR_CONFIG_DISABLED_206=\ud56d\ubaa9 \uce90\uc2dc %s \ubaa8\ub2c8\ud130 \uacf5\uae09\uc790\uc5d0 \ub300\ud55c \uad6c\uc131\uc774 \ube44\ud65c\uc131\ud654\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc774\uc5d0 \ub530\ub77c \ubaa8\ub2c8\ud130 \uacf5\uae09\uc790 %s\uc774(\uac00) \ud65c\uc131\ud654\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_ENTRY_CANNOT_REMOVE_CHILD_215=\ud56d\ubaa9 %s\uc744(\ub97c) \uad6c\uc131 \ud56d\ubaa9 %s\uc758 \uc790\uc2dd\uc73c\ub85c \uc81c\uac70\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_PARSE_NAME_FORM_216=\uc2a4\ud0a4\ub9c8 \uad6c\uc131 \ud30c\uc77c %s\uc5d0\uc11c \uc774\ub984 \ud615\uc2dd \uc815\uc758\ub97c \uad6c\ubb38 \ubd84\uc11d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CONFLICTING_NAME_FORM_217=\uc2a4\ud0a4\ub9c8 \uad6c\uc131 \ud30c\uc77c %s\uc5d0\uc11c \uc77d\uc740 \uc774\ub984 \ud615\uc2dd\uc774 \uc774\ubbf8 \uc2a4\ud0a4\ub9c8\ub85c \uc77d\uc5b4\ub4e4\uc778 \ub2e4\ub978 \uc774\ub984 \ud615\uc2dd\uacfc \ucda9\ub3cc\ud569\ub2c8\ub2e4: %s. \uc774\ubbf8 \uc77d\uc5b4\ub4e4\uc778 \uc774\ub984 \ud615\uc2dd \uc815\uc758\ub97c \uc0ac\uc6a9\ud569\ub2c8\ub2e4. |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_PARSE_DCR_218=\uc2a4\ud0a4\ub9c8 \uad6c\uc131 \ud30c\uc77c %s\uc5d0\uc11c DIT \ucee8\ud150\ud2b8 \uaddc\uce59 \uc815\uc758\ub97c \uad6c\ubb38 \ubd84\uc11d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CONFLICTING_DCR_219=\uc2a4\ud0a4\ub9c8 \uad6c\uc131 \ud30c\uc77c %s\uc5d0\uc11c \uc77d\uc740 DIT \ucee8\ud150\ud2b8 \uaddc\uce59\uc774 \uc774\ubbf8 \uc2a4\ud0a4\ub9c8\ub85c \uc77d\uc5b4\ub4e4\uc778 \ub2e4\ub978 DIT \ucee8\ud150\ud2b8 \uaddc\uce59\uacfc \ucda9\ub3cc\ud569\ub2c8\ub2e4: %s. \uc774\ubbf8 \uc77d\uc5b4\ub4e4\uc778 DIT \ucee8\ud150\ud2b8 \uaddc\uce59 \uc815\uc758\ub97c \uc0ac\uc6a9\ud569\ub2c8\ub2e4. |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_PARSE_DSR_220=\uc2a4\ud0a4\ub9c8 \uad6c\uc131 \ud30c\uc77c %s\uc5d0\uc11c DIT \uad6c\uc870 \uaddc\uce59 \uc815\uc758\ub97c \uad6c\ubb38 \ubd84\uc11d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CONFLICTING_DSR_221=\uc2a4\ud0a4\ub9c8 \uad6c\uc131 \ud30c\uc77c %s\uc5d0\uc11c \uc77d\uc740 DIT \uad6c\uc870 \uaddc\uce59\uc774 \uc774\ubbf8 \uc2a4\ud0a4\ub9c8\ub85c \uc77d\uc5b4\ub4e4\uc778 \ub2e4\ub978 DIT \uad6c\uc870 \uaddc\uce59\uacfc \ucda9\ub3cc\ud569\ub2c8\ub2e4: %s. \uc774\ubbf8 \uc77d\uc5b4\ub4e4\uc778 DIT \uad6c\uc870 \uaddc\uce59 \uc815\uc758\ub97c \uc0ac\uc6a9\ud569\ub2c8\ub2e4. |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_PARSE_MRU_222=\uc2a4\ud0a4\ub9c8 \uad6c\uc131 \ud30c\uc77c %s\uc5d0\uc11c \uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9 \uc815\uc758\ub97c \uad6c\ubb38 \ubd84\uc11d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CONFLICTING_MRU_223=\uc2a4\ud0a4\ub9c8 \uad6c\uc131 \ud30c\uc77c %s\uc5d0\uc11c \uc77d\uc740 \uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9\uc774 \uc774\ubbf8 \uc2a4\ud0a4\ub9c8\ub85c \uc77d\uc5b4\ub4e4\uc778 \ub2e4\ub978 \uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9\uacfc \ucda9\ub3cc\ud569\ub2c8\ub2e4: %s. \uc774\ubbf8 \uc77d\uc5b4\ub4e4\uc778 \uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9 \uc815\uc758\ub97c \uc0ac\uc6a9\ud569\ub2c8\ub2e4. |
| | | SEVERE_WARN_CONFIG_LOGGER_NO_ROTATION_POLICY_224=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \ud30c\uc77c \ud68c\uc804 \uc815\ucc45\uc774 \uc815\uc758\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4. \ub85c\uadf8 \ud68c\uc804\uc774 \uc218\ud589\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_LOGGER_NO_SIZE_LIMIT_225=\uad6c\uc131 \ud56d\ubaa9 %s\uc758 \ud30c\uc77c \ud68c\uc804 \uc815\ucc45\uc744 \uae30\ubc18\uc73c\ub85c \ud558\ub294 \ud06c\uae30\uc5d0 \ub300\ud574 \ud06c\uae30 \uc81c\ud55c\uc774 \uc815\uc758\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_LOGGER_NO_TIME_LIMIT_226=\uad6c\uc131 \ud56d\ubaa9 %s\uc758 \ud30c\uc77c \ud68c\uc804 \uc815\ucc45\uc744 \uae30\ubc18\uc73c\ub85c \ud558\ub294 \uc2dc\uac04\uc5d0 \ub300\ud574 \uc2dc\uac04 \uc81c\ud55c\uc774 \uc815\uc758\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_ROTATION_POLICY_227=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc5d0 \uc798\ubabb\ub41c \ud30c\uc77c \ud68c\uc804 \uc815\ucc45 %1$s\uc774(\uac00) \uc815\uc758\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_ATTR_READ_ONLY_228=\uad6c\uc131 \uc18d\uc131 %s\uc774(\uac00) \uc77d\uae30 \uc804\uc6a9\uc774\ubbc0\ub85c \ud574\ub2f9 \uac12\uc744 \ubcc0\uacbd\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_PLUGIN_CANNOT_GET_CONFIG_BASE_229=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ud50c\ub7ec\uadf8\uc778\uc744 \ucd08\uae30\ud654\ud558\uae30 \uc704\ud574 cn=Plugins,cn=config \uad6c\uc131 \ud56d\ubaa9\uc744 \uac80\uc0c9\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_PLUGIN_BASE_DOES_NOT_EXIST_230=cn=Plugins,cn=config \ud56d\ubaa9\uc774 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc5d0 \uc5c6\ub294 \uac83 \uac19\uc2b5\ub2c8\ub2e4. \uc774 \ud56d\ubaa9\uc740 \ud544\uc218 \ud56d\ubaa9\uc785\ub2c8\ub2e4. |
| | | SEVERE_WARN_CONFIG_PLUGIN_ENTRY_DOES_NOT_HAVE_PLUGIN_CONFIG_231=\uad6c\uc131 \ud56d\ubaa9 %s\uc774(\uac00) cn=Plugins,cn=config\uc758 \ud50c\ub7ec\uadf8\uc778 \uad6c\uc131 \ub8e8\ud2b8 \uc544\ub798\uc5d0 \uc788\uc9c0\ub9cc \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ud50c\ub7ec\uadf8\uc778\uc5d0 \ud544\uc694\ud55c ds-cfg-backend \uac1d\uccb4 \ud074\ub798\uc2a4\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc774 \uad6c\uc131 \ud56d\ubaa9\uc740 \ubb34\uc2dc\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_PLUGIN_ERROR_INTERACTING_WITH_PLUGIN_ENTRY_232=\ubc31\uc5d4\ub4dc \uad6c\uc131 \ud56d\ubaa9 %s\uacfc(\uc640) \uc0c1\ud638 \uc791\uc6a9\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_CONFIG_PLUGIN_ATTR_DESCRIPTION_ENABLED_233=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0\uc11c \uc0ac\uc6a9\ud558\uae30 \uc704\ud574 \uc774 \ud50c\ub7ec\uadf8\uc778\uc744 \ud65c\uc131\ud654\ud574\uc57c \ud558\ub294\uc9c0 \uc5ec\ubd80\ub97c \ub098\ud0c0\ub0c5\ub2c8\ub2e4. \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uac00 \uc628\ub77c\uc778 \uc0c1\ud0dc\uc778 \ub3d9\uc548 \uc774\ub97c \ubcc0\uacbd\ud560 \uc218 \uc788\uace0 \ubcc0\uacbd \uc0ac\ud56d\uc774 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_WARN_CONFIG_PLUGIN_NO_ENABLED_ATTR_234=\ud50c\ub7ec\uadf8\uc778 \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \ud50c\ub7ec\uadf8\uc778\uc744 \ud65c\uc131\ud654 \ub610\ub294 \ube44\ud65c\uc131\ud654\ud560\uc9c0 \uc5ec\ubd80\ub97c \ub098\ud0c0\ub0b4\ub294 \ub370 \uc0ac\uc6a9\ub418\ub294 ds-cfg-enabled \uc18d\uc131\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc774 \uc18d\uc131\uc774 \uc5c6\uc73c\uba74 \uae30\ubcf8\uc801\uc73c\ub85c \ube44\ud65c\uc131\ud654\ub429\ub2c8\ub2e4. |
| | | INFO_CONFIG_PLUGIN_DISABLED_235=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ud50c\ub7ec\uadf8\uc778\uc774 \ube44\ud65c\uc131\uc73c\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\uc73c\ubbc0\ub85c \uc0ac\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_PLUGIN_UNABLE_TO_DETERMINE_ENABLED_STATE_236=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc5f0\uacb0\ub41c \ud50c\ub7ec\uadf8\uc778\uc744 \ud65c\uc131\ud654 \ub610\ub294 \ube44\ud65c\uc131\ud654\ud560\uc9c0 \uc5ec\ubd80\ub97c \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \ud50c\ub7ec\uadf8\uc778\uc774 \ube44\ud65c\uc131\ud654\ub429\ub2c8\ub2e4. |
| | | INFO_CONFIG_PLUGIN_ATTR_DESCRIPTION_PLUGIN_TYPE_237=\uc774 \ud50c\ub7ec\uadf8\uc778\uc5d0 \ub300\ud55c \ud50c\ub7ec\uadf8\uc778 \uc720\ud615\uc73c\ub85c, \ucc98\ub9ac \uc911 \uc774 \ud50c\ub7ec\uadf8\uc778\uc774 \ud638\ucd9c\ub418\ub294 \uc2dc\uc810\uc744 \uc81c\uc5b4\ud569\ub2c8\ub2e4. \ud50c\ub7ec\uadf8\uc778\uc774 \ub85c\ub4dc\ub418\uc5b4 \ucd08\uae30\ud654\ub420 \uacbd\uc6b0\uc5d0\ub9cc \uc774 \uac12\uc744 \uc77d\uc2b5\ub2c8\ub2e4. \ub530\ub77c\uc11c \uc774 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \uc0ac\ud56d\uc744 \uc801\uc6a9\ud558\ub824\uba74 \ud50c\ub7ec\uadf8\uc778\uc744 \ube44\ud65c\uc131\ud654\ud588\ub2e4\uac00 \ub2e4\uc2dc \ud65c\uc131\ud654\ud558\uac70\ub098 \uc11c\ubc84\ub97c \ub2e4\uc2dc \uc2dc\uc791\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | INFO_CONFIG_PLUGIN_ATTR_DESCRIPTION_CLASS_238=\uc774 \ud50c\ub7ec\uadf8\uc778 \uad6c\ud604\uc5d0 \ub300\ud55c \ud575\uc2ec \ub17c\ub9ac\ub97c \uc81c\uacf5\ud558\ub294 Java \ud074\ub798\uc2a4\uc758 \uc815\uaddc\ud654\ub41c \uc774\ub984\uc785\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \uc0ac\ud56d\uc744 \uc801\uc6a9\ud558\ub824\uba74 \ud50c\ub7ec\uadf8\uc778\uc744 \ube44\ud65c\uc131\ud654\ud588\ub2e4\uac00 \ub2e4\uc2dc \ud65c\uc131\ud654\ud558\uac70\ub098 \uc11c\ubc84\ub97c \ub2e4\uc2dc \uc2dc\uc791\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_PLUGIN_NO_PLUGIN_TYPES_239=\ud50c\ub7ec\uadf8\uc778 \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \ud50c\ub7ec\uadf8\uc778\uc758 \ud50c\ub7ec\uadf8\uc778 \uc720\ud615 \uc774\ub984\uc744 \uc9c0\uc815\ud558\ub294 \ub370 \uc0ac\uc6a9\ub418\ub294 ds-cfg-plugin-type \uc18d\uc131\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc774 \ud56d\ubaa9\uc740 \ud544\uc218 \uc18d\uc131\uc774\ubbc0\ub85c \uc774 \ud50c\ub7ec\uadf8\uc778\uc774 \ube44\ud65c\uc131\ud654\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_PLUGIN_INVALID_PLUGIN_TYPE_240=\ud50c\ub7ec\uadf8\uc778 \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc62c\ubc14\ub978 \ud50c\ub7ec\uadf8\uc778 \uc720\ud615 \uc774\ub984\uc744 \uc9c0\uc815\ud558\uc9c0 \uc54a\ub294 ds-cfg-plugin-type \uc18d\uc131\uc5d0 \ub300\ud55c \uc798\ubabb\ub41c \uac12 %s\uc774(\uac00) \uc788\uc2b5\ub2c8\ub2e4. \uc774 \ud50c\ub7ec\uadf8\uc778\uc774 \ube44\ud65c\uc131\ud654\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_PLUGIN_CANNOT_GET_PLUGIN_TYPES_241=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ud50c\ub7ec\uadf8\uc778\uc758 \ud50c\ub7ec\uadf8\uc778 \uc720\ud615 \uc9d1\ud569\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \uc774 \ud50c\ub7ec\uadf8\uc778\uc774 \ube44\ud65c\uc131\ud654\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_PLUGIN_NO_CLASS_ATTR_242=\ud50c\ub7ec\uadf8\uc778 \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \ud50c\ub7ec\uadf8\uc778 \uad6c\ud604\uc744 \uc81c\uacf5\ud558\ub294 \ub370 \uc0ac\uc6a9\ub418\ub294 \ud074\ub798\uc2a4 \uc774\ub984\uc744 \uc9c0\uc815\ud558\uae30 \uc704\ud55c ds-cfg-java-class \uc18d\uc131\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc774 \uad6c\uc131 \ud56d\ubaa9\uacfc \uc5f0\uacb0\ub41c \ud50c\ub7ec\uadf8\uc778\uc774 \ube44\ud65c\uc131\ud654\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_PLUGIN_CANNOT_GET_CLASS_243=\ud50c\ub7ec\uadf8\uc778 %s\uc5d0 \ub300\ud55c \uad6c\ud604\uc774 \ud3ec\ud568\ub41c Java \ud074\ub798\uc2a4 \uc774\ub984\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \uc774 \ud50c\ub7ec\uadf8\uc778\uc774 \ube44\ud65c\uc131\ud654\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_PLUGIN_CANNOT_INSTANTIATE_244=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0\uc11c %s \ud074\ub798\uc2a4\ub97c \ub85c\ub4dc\ud558\uc5ec \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ub300\ub85c \ud50c\ub7ec\uadf8\uc778 \uc778\uc2a4\ud134\uc2a4\ub97c \ub9cc\ub4e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. %s \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \uc774 \ud50c\ub7ec\uadf8\uc778\uc774 \ube44\ud65c\uc131\ud654\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_PLUGIN_CANNOT_INITIALIZE_245=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 \uc815\ubcf4\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud074\ub798\uc2a4 %1$s\uc758 \uc778\uc2a4\ud134\uc2a4\ub97c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ud50c\ub7ec\uadf8\uc778\uc73c\ub85c \ucd08\uae30\ud654\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s. \uc774 \ud50c\ub7ec\uadf8\uc778\uc774 \ube44\ud65c\uc131\ud654\ub429\ub2c8\ub2e4. |
| | | INFO_CONFIG_CORE_DESCRIPTION_NOTIFY_ABANDONED_OPERATIONS_246=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0\uc11c \uc791\uc5c5\uc5d0 \ub300\ud55c \ucc98\ub9ac\ub97c \uc644\ub8cc\ud588\ub294\uc9c0 \ud655\uc778\ud558\uae30 \uc704\ud574 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uac00 \ucde8\uc18c\ub41c \uc791\uc5c5\uc5d0 \ub300\ud55c \uc751\ub2f5\uc744 \ud074\ub77c\uc774\uc5b8\ud2b8\uc5d0\uac8c \ubcf4\ub0b4\uc57c \ud558\ub294\uc9c0 \uc5ec\ubd80\ub97c \ub098\ud0c0\ub0c5\ub2c8\ub2e4. LDAP \uc0ac\uc591\uc5d0 \ub530\ub77c \uc774\ub7f0 \uacbd\uc6b0 \uc751\ub2f5\uc744 \ubcf4\ub0b4\ub294 \uac83\uc774 \uae08\uc9c0\ub418\uc5b4 \uc788\uc9c0\ub9cc, \uc791\uc5c5\uc774 \ucde8\uc18c\ub418\uc5c8\uae30 \ub54c\ubb38\uc5d0 \uc791\uc5c5\uc774 \uc5c6\ub294 \uacbd\uc6b0 \uc791\uc5c5\uc5d0 \ub300\ud55c \uc751\ub2f5\uc744 \uae30\ub2e4\ub9ac\ub294 \uc77c\ubd80 \ud074\ub77c\uc774\uc5b8\ud2b8\uac00 \uc62c\ubc14\ub85c \uc791\ub3d9\ud558\uc9c0 \uc54a\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \uc0ac\ud56d\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_NOTIFY_ABANDONED_OPERATIONS_247=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 ds-cfg-notify-abandoned-operations \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \uc798\ubabb\ub41c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \uac12\uc740 true \ub610\ub294 false\uc758 \ubd80\uc6b8 \uac12\uc774\uc5b4\uc57c \ud569\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_EXTOP_INVALID_CLASS_256=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc5d0 \uc9c0\uc815\ub41c %1$s \ud074\ub798\uc2a4\uc5d0 \uc720\ud6a8\ud55c \ud655\uc7a5 \uc791\uc5c5 \ucc98\ub9ac\uae30 \uad6c\ud604\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4: %3$s |
| | | MILD_ERR_CONFIG_EXTOP_INITIALIZATION_FAILED_261=%s \ud074\ub798\uc2a4\uc758 \uc778\uc2a4\ud134\uc2a4\ub97c \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ub300\ub85c \ud655\uc7a5 \uc791\uc5c5 \ucc98\ub9ac\uae30\ub85c \ucd08\uae30\ud654\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | FATAL_ERR_CONFIG_SASL_CANNOT_GET_BASE_264=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc5d0\uc11c SASL \uba54\ucee4\ub2c8\uc998 \ucc98\ub9ac\uae30 \uae30\ubcf8 \ud56d\ubaa9 cn=SASL Mechanisms,cn=config\ub97c \uac80\uc0c9\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_WARN_CONFIG_SASL_BASE_DOES_NOT_EXIST_265=SASL \uba54\ucee4\ub2c8\uc998 \uad6c\uc131 \uae30\ubcf8 cn=SASL Mechanisms,cn=config\uac00 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc5d0 \uc5c6\uc2b5\ub2c8\ub2e4. \uc11c\ubc84\uac00 \uc62c\ubc14\ub85c \uc791\ub3d9\ud558\ub824\uba74 \uc774 \ud56d\ubaa9\uc774 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_SASL_ENTRY_UNACCEPTABLE_266=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc62c\ubc14\ub978 SASL \uba54\ucee4\ub2c8\uc998 \ucc98\ub9ac\uae30 \uad6c\uc131\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4: %s. \uc774 \uad6c\uc131 \ud56d\ubaa9\uc740 \ubb34\uc2dc\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_SASL_CANNOT_CREATE_HANDLER_267=\uad6c\uc131 \ud56d\ubaa9 %s\uc758 \uc815\ubcf4\ub85c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 SASL \uba54\ucee4\ub2c8\uc998 \ucc98\ub9ac\uae30\ub97c \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_SASL_INVALID_OBJECTCLASS_268=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 SASL \uba54\ucee4\ub2c8\uc998 \ucc98\ub9ac\uae30 \uc815\uc758\uc5d0 \ud544\uc694\ud55c ds-cfg-sasl-mechanism-handler \uac1d\uccb4 \ud074\ub798\uc2a4\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | INFO_CONFIG_SASL_DESCRIPTION_CLASS_NAME_269=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 SASL \uba54\ucee4\ub2c8\uc998 \ucc98\ub9ac\uae30\ub97c \uc815\uc758\ud558\ub294 Java \ud074\ub798\uc2a4\uc758 \uc815\uaddc\ud654\ub41c \uc774\ub984\uc785\ub2c8\ub2e4. \uc5f0\uacb0\ub41c \ucc98\ub9ac\uae30\uac00 \ud65c\uc131\ud654\ub418\uc5b4 \uc788\ub294 \ub3d9\uc548 \ubcc0\uacbd\uc774 \ubc1c\uc0dd\ud558\uba74 \ud574\ub2f9 \ucc98\ub9ac\uae30\ub97c \ube44\ud65c\uc131\ud654\ud588\ub2e4\uac00 \ub2e4\uc2dc \ud65c\uc131\ud654\ud574\uc57c \ubcc0\uacbd \uc0ac\ud56d\uc774 \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_SASL_NO_CLASS_NAME_270=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc5f0\uacb0\ub41c SASL \uba54\ucee4\ub2c8\uc998 \ucc98\ub9ac\uae30\uc758 \uc815\uaddc\ud654\ub41c \ud074\ub798\uc2a4 \uc774\ub984\uc744 \uc9c0\uc815\ud558\ub294 ds-cfg-java-class \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \uc720\ud6a8\ud55c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_SASL_INVALID_CLASS_NAME_271=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 ds-cfg-java-class \uc18d\uc131\uc5d0 \ub300\ud55c \uc798\ubabb\ub41c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_SASL_INVALID_CLASS_272=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc5d0 \uc9c0\uc815\ub41c %1$s \ud074\ub798\uc2a4\uc5d0 \uc720\ud6a8\ud55c SASL \uba54\ucee4\ub2c8\uc998 \ucc98\ub9ac\uae30 \uad6c\ud604\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4: %3$s |
| | | INFO_CONFIG_SASL_DESCRIPTION_ENABLED_273=\uc774 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 SASL \uba54\ucee4\ub2c8\uc998 \ucc98\ub9ac\uae30\ub97c \ud65c\uc131\ud654\ud574\uc57c \ud558\ub294\uc9c0 \uc5ec\ubd80\ub97c \ub098\ud0c0\ub0c5\ub2c8\ub2e4. \uc774 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \uc0ac\ud56d\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_SASL_NO_ENABLED_ATTR_274=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 SASL \uba54\ucee4\ub2c8\uc998 \ucc98\ub9ac\uae30\ub97c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0\uc11c \uc0ac\uc6a9\ud558\uae30 \uc704\ud574 \ud65c\uc131\ud654\ud574\uc57c \ud558\ub294\uc9c0 \uc5ec\ubd80\ub97c \ub098\ud0c0\ub0b4\ub294 ds-cfg-enabled \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \uc720\ud6a8\ud55c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_SASL_INVALID_ENABLED_VALUE_275=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 ds-cfg-enabled \uc18d\uc131\uc5d0 \ub300\ud55c \uc798\ubabb\ub41c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_CONFIG_SASL_CLASS_ACTION_REQUIRED_276=\uad6c\uc131 \ud56d\ubaa9 %3$s\uc5d0\uc11c SASL \uba54\ucee4\ub2c8\uc998 \ucc98\ub9ac\uae30 \ud074\ub798\uc2a4 \uc774\ub984\uc744 %1$s\uc5d0\uc11c %2$s(\uc73c)\ub85c \ubcc0\uacbd\ud558\ub294 \uc694\uccad\uc740 \ub3d9\uc801\uc73c\ub85c \uc801\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uc774 \ubcc0\uacbd \uc0ac\ud56d\uc744 \uc801\uc6a9\ud558\ub824\uba74 \ucc98\ub9ac\uae30\ub97c \ube44\ud65c\uc131\ud654\ud588\ub2e4\uac00 \ub2e4\uc2dc \ud65c\uc131\ud654\ud558\uac70\ub098 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\ub97c \ub2e4\uc2dc \uc2dc\uc791\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_SASL_INITIALIZATION_FAILED_277=%s \ud074\ub798\uc2a4\uc758 \uc778\uc2a4\ud134\uc2a4\ub97c \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ub300\ub85c SASL \uba54\ucee4\ub2c8\uc998 \ucc98\ub9ac\uae30\ub85c \ucd08\uae30\ud654\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_CONFIG_SASL_EXISTS_278=DN %s\uc5d0 \ub4f1\ub85d\ub41c \ucc98\ub9ac\uae30\uac00 \uc774\ubbf8 \uc788\uae30 \ub54c\ubb38\uc5d0 \ud574\ub2f9 DN\uc744 \uac00\uc9c4 \uc0c8 SASL \uba54\ucee4\ub2c8\uc998 \ucc98\ub9ac\uae30 \ud56d\ubaa9\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_SASL_UNACCEPTABLE_CONFIG_279=\ub0b4\ubd80 \uac80\uc99d\uc5d0 \ub530\ub77c \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c SASL \uba54\ucee4\ub2c8\uc998 \ucc98\ub9ac\uae30\uc758 \uad6c\uc131\uc744 \ud5c8\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uadf8\ub7ec\ub098 \ud56d\ubaa9 \ubb38\uc81c\uc640 \uad00\ub828\ub41c \uad6c\uccb4\uc801\uc778 \uc815\ubcf4\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_FILE_ADD_ALREADY_EXISTS_280=\ud574\ub2f9 DN\uc744 \uac00\uc9c4 \ub2e4\ub978 \uad6c\uc131 \ud56d\ubaa9\uc774 \uc774\ubbf8 \uc788\uae30 \ub54c\ubb38\uc5d0 %s \ud56d\ubaa9\uc744 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc5d0 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_FILE_ADD_NO_PARENT_DN_281=\ud574\ub2f9 DN\uc5d0 \ubd80\ubaa8\uac00 \uc5c6\uae30 \ub54c\ubb38\uc5d0 %s \ud56d\ubaa9\uc744 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc5d0 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_FILE_ADD_NO_PARENT_282=\ud574\ub2f9 \ubd80\ubaa8 \ud56d\ubaa9 %2$s\uc774(\uac00) \uc5c6\uae30 \ub54c\ubb38\uc5d0 %1$s \ud56d\ubaa9\uc744 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc5d0 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_FILE_ADD_REJECTED_BY_LISTENER_283=\ubd80\ubaa8 \ud56d\ubaa9 %2$s\uc5d0 \ub4f1\ub85d\ub41c \uc218\uc2e0\uae30 \ucd94\uac00 \uc911 \ud558\ub098\uc5d0\uc11c \ub2e4\uc74c \uba54\uc2dc\uc9c0\uc640 \ud568\uaed8 \uc774 \ubcc0\uacbd \uc0ac\ud56d\uc744 \uac70\ubd80\ud588\uae30 \ub54c\ubb38\uc5d0 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0\uc11c \uad6c\uc131 \ud56d\ubaa9 %1$s\uc744(\ub97c) \ucd94\uac00\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4: %3$s |
| | | MILD_ERR_CONFIG_FILE_ADD_FAILED_284=\uad6c\uc131 \ud56d\ubaa9 %s\uc744(\ub97c) %s \ud56d\ubaa9\uc758 \uc790\uc2dd\uc73c\ub85c \ucd94\uac00\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_CONFIG_FILE_DELETE_NO_SUCH_ENTRY_285=\uc9c0\uc815\ub41c \ud56d\ubaa9 %s\uc774(\uac00) \uc5c6\uae30 \ub54c\ubb38\uc5d0 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc5d0\uc11c \uc774 \ud56d\ubaa9\uc744 \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_FILE_DELETE_HAS_CHILDREN_286=\uc9c0\uc815\ub41c \ud56d\ubaa9 %s\uc5d0 \ud558\uc704 \ud56d\ubaa9\uc774 \ud558\ub098 \uc774\uc0c1 \uc788\uae30 \ub54c\ubb38\uc5d0 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc5d0\uc11c \uc774 \ud56d\ubaa9\uc744 \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_FILE_DELETE_NO_PARENT_287=%s \ud56d\ubaa9\uc5d0 \ubd80\ubaa8\uac00 \uc5c6\uace0 \uad6c\uc131 \ub8e8\ud2b8 \ud56d\ubaa9 \uc81c\uac70\uac00 \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uae30 \ub54c\ubb38\uc5d0 \uc774 \ud56d\ubaa9\uc744 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc5d0\uc11c \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_FILE_DELETE_REJECTED_288=\ubd80\ubaa8 \ud56d\ubaa9 %2$s\uc5d0 \ub4f1\ub85d\ub41c \uc218\uc2e0\uae30 \uc0ad\uc81c \uc911 \ud558\ub098\uc5d0\uc11c \ub2e4\uc74c \uba54\uc2dc\uc9c0\uc640 \ud568\uaed8 \uc774 \ubcc0\uacbd \uc0ac\ud56d\uc744 \uac70\ubd80\ud588\uae30 \ub54c\ubb38\uc5d0 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc5d0\uc11c \ud56d\ubaa9 %1$s\uc744(\ub97c) \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %3$s |
| | | MILD_ERR_CONFIG_FILE_DELETE_FAILED_289=\uad6c\uc131 \ud56d\ubaa9 %s\uc744(\ub97c) %s \ud56d\ubaa9\uc758 \uc790\uc2dd\uc73c\ub85c \uc81c\uac70\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_CONFIG_FILE_MODIFY_NO_SUCH_ENTRY_290=\uc9c0\uc815\ub41c \ud56d\ubaa9 %s\uc774(\uac00) \uc5c6\uae30 \ub54c\ubb38\uc5d0 \uc774 \ud56d\ubaa9\uc744 \uc218\uc815\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_FILE_MODIFY_REJECTED_BY_CHANGE_LISTENER_291=%s \ud56d\ubaa9\uc5d0 \ub4f1\ub85d\ub41c \uad6c\uc131 \ubcc0\uacbd \uc218\uc2e0\uae30 \uc911 \ud558\ub098\uc5d0\uc11c \ubcc0\uacbd \uc0ac\ud56d\uc744 \uac70\ubd80\ud588\uae30 \ub54c\ubb38\uc5d0 \uc774 \ud56d\ubaa9\uc744 \uc218\uc815\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_CONFIG_FILE_MODIFY_REJECTED_BY_COMPONENT_292=%s \ud56d\ubaa9\uc5d0 \ub4f1\ub85d\ub41c \uad6c\uc131 \uac00\ub2a5\ud55c \uad6c\uc131\uc694\uc18c \uc911 \ud558\ub098\uc5d0\uc11c \ubcc0\uacbd \uc0ac\ud56d\uc744 \uac70\ubd80\ud588\uae30 \ub54c\ubb38\uc5d0 \uc774 \ud56d\ubaa9\uc744 \uc218\uc815\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_CONFIG_FILE_SEARCH_NO_SUCH_BASE_293=\uae30\ubcf8 \ud56d\ubaa9 %s\uc774(\uac00) \uc5c6\uae30 \ub54c\ubb38\uc5d0 \uac80\uc0c9 \uc791\uc5c5\uc744 \ucc98\ub9ac\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_FILE_SEARCH_INVALID_SCOPE_294=\uc9c0\uc815\ub41c \uac80\uc0c9 \ubc94\uc704 %s\uc774(\uac00) \uc62c\ubc14\ub974\uc9c0 \uc54a\uae30 \ub54c\ubb38\uc5d0 \uac80\uc0c9 \uc791\uc5c5\uc744 \ucc98\ub9ac\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_FILE_WRITE_CANNOT_CREATE_TEMP_ARCHIVE_295=\uc774\uc804 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc758 \uc544\uce74\uc774\ube0c\ub41c \ubc84\uc804\uc744 \uad6c\uc131 \ubcc0\uacbd \uacb0\uacfc\ub85c \ubcf4\uad00\ud558\uae30 \uc704\ud574 \uc784\uc2dc \ud30c\uc77c %s\uc744(\ub97c) \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_CONFIG_FILE_WRITE_CANNOT_COPY_EXISTING_ARCHIVE_296=\uc544\uce74\uc774\ube0c\ub41c \uad6c\uc131\uc744 %s\uc5d0\uc11c \uc784\uc2dc \ud30c\uc77c %s(\uc73c)\ub85c \ubcf5\uc0ac\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_CONFIG_FILE_WRITE_CANNOT_COPY_CURRENT_CONFIG_297=%2$s \ud30c\uc77c\uc5d0\uc11c \uc2e4\ud589 \uc911\uc778 \uad6c\uc131\uc744 \ud3ec\ud568\ud558\uae30 \uc704\ud574 %1$s \ud30c\uc77c\uc5d0 \uc544\uce74\uc774\ube0c\ub41c \uad6c\uc131\uc744 \uc5c5\ub370\uc774\ud2b8\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s |
| | | MILD_ERR_CONFIG_FILE_WRITE_CANNOT_RENAME_TEMP_ARCHIVE_298=\uc544\uce74\uc774\ube0c\ub41c \uad6c\uc131 \ub370\uc774\ud130\uc758 \uc774\ub984\uc744 %s\uc5d0\uc11c %s(\uc73c)\ub85c \ubcc0\uacbd\ud558\ub294 \uc791\uc5c5\uc774 \uc2e4\ud328\ud588\uc9c0\ub9cc \uc2e4\ud328\ud55c \uae30\ubcf8 \uc6d0\uc778\uc744 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_FILE_WRITE_CANNOT_REPLACE_ARCHIVE_299=\uc774\uc804 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc774 \ud3ec\ud568\ub41c \uc5c5\ub370\uc774\ud2b8\ub41c \uc544\uce74\uc774\ube0c\uc758 \uc774\ub984\uc744 %s\uc5d0\uc11c %s(\uc73c)\ub85c \ubcc0\uacbd\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_CONFIG_FILE_WRITE_CANNOT_EXPORT_NEW_CONFIG_300=\uc0c8 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc744 %s \ud30c\uc77c\ub85c \ub0b4\ubcf4\ub0b4\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_CONFIG_FILE_WRITE_CANNOT_RENAME_NEW_CONFIG_301=\uc0c8 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc758 \uc774\ub984\uc744 %s \ud30c\uc77c\uc5d0\uc11c %s\uc73c(\ub85c) \ubcc0\uacbd\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_CONFIG_FILE_MODDN_NOT_ALLOWED_302=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc5d0\uc11c DN \uc218\uc815 \uc791\uc5c5\uc774 \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | INFO_CONFIG_LOGGER_SUPPRESS_INTERNAL_OPERATIONS_303=\ub0b4\ubd80 \uc791\uc5c5\uc5d0 \ub300\ud55c \uba54\uc2dc\uc9c0\ub97c \uc561\uc138\uc2a4 \ub85c\uadf8 \ud30c\uc77c\uc5d0\uc11c \uc81c\uc678\ud574\uc57c \ud558\ub294\uc9c0 \uc5ec\ubd80\ub97c \ub098\ud0c0\ub0c5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_SUPPRESS_INT_OPERATION_VALUE_304=%s \uc18d\uc131\uc5d0 \ub300\ud574 \uc798\ubabb\ub41c \uac12\uc774 \uc9c0\uc815\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \ud5c8\uc6a9\ub418\ub294 \uac12\uc740 true \ub610\ub294 false\uc785\ub2c8\ub2e4. |
| | | INFO_CONFIG_BACKEND_ATTR_DESCRIPTION_BASE_DNS_305=\uc774 \ubc31\uc5d4\ub4dc\uc5d0 \ub300\ud574 \uc0ac\uc6a9\ud574\uc57c \ud560 \uae30\ubcf8 DN \uc9d1\ud569\uc785\ub2c8\ub2e4. \uc774 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \uc0ac\ud56d\uc774 \uc790\ub3d9\uc73c\ub85c \uc801\uc6a9\ub418\ub294\uc9c0 \uc5ec\ubd80\ub294 \ubc31\uc5d4\ub4dc \uad6c\ud604\uc5d0 \ub530\ub77c \ub2e4\ub985\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_BACKEND_NO_BASE_DNS_306=\ubc31\uc5d4\ub4dc \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \ubc31\uc5d4\ub4dc\uc758 \uae30\ubcf8 DN \uc9d1\ud569\uc744 \uc9c0\uc815\ud558\ub294 \ub370 \uc0ac\uc6a9\ub418\ub294 ds-cfg-base-dn \uc18d\uc131\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc774 \ud56d\ubaa9\uc740 \ud544\uc218 \uc18d\uc131\uc774\ubbc0\ub85c \ubc31\uc5d4\ub4dc\uac00 \ube44\ud65c\uc131\ud654\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_BACKEND_UNABLE_TO_DETERMINE_BASE_DNS_307=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ubc31\uc5d4\ub4dc\uc640 \uc5f0\uacb0\ub41c \uae30\ubcf8 DN \uc9d1\ud569\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \uc774 \ubc31\uc5d4\ub4dc\uac00 \ube44\ud65c\uc131\ud654\ub429\ub2c8\ub2e4. |
| | | INFO_CONFIG_KEYMANAGER_DESCRIPTION_ENABLED_313=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ud0a4 \uad00\ub9ac\uc790 \uacf5\uae09\uc790\ub97c \ud65c\uc131\ud654\ud574\uc57c \ud558\ub294\uc9c0 \uc5ec\ubd80\ub97c \ub098\ud0c0\ub0c5\ub2c8\ub2e4. \ud0a4 \uad00\ub9ac\uc790\uc5d0 \ub300\ud55c \uc561\uc138\uc2a4\uac00 \ud544\uc694\ud55c \uc791\uc5c5(\uc608: SSL\uc744 \ud1b5\ud55c \ud1b5\uc2e0)\uc5d0\ub294 \ud0a4 \uad00\ub9ac\uc790 \uacf5\uae09\uc790\uac00 \ud544\uc694\ud569\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \uc0ac\ud56d\uc740 \uc989\uc2dc \uc801\uc6a9\ub418\uc9c0\ub9cc \ub2e4\uc74c\uc5d0 \ud0a4 \uad00\ub9ac\uc790 \uc561\uc138\uc2a4\ub97c \uc2dc\ub3c4\ud558\ub294 \uacbd\uc6b0\uc5d0\ub9cc \uc601\ud5a5\uc744 \ubbf8\uce69\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_NO_ENABLED_ATTR_314=\uad6c\uc131 \ud56d\ubaa9 \"%s\"\uc5d0 \ud0a4 \uad00\ub9ac\uc790 \uacf5\uae09\uc790\ub97c \uc11c\ubc84\uc5d0\uc11c \uc0ac\uc6a9\ud558\uae30 \uc704\ud574 \ud65c\uc131\ud654\ud574\uc57c \ud558\ub294\uc9c0 \uc5ec\ubd80\ub97c \ub098\ud0c0\ub0b4\ub294 ds-cfg-enabled \uc18d\uc131 \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_DESCRIPTION_CLASS_317=\ud0a4 \uad00\ub9ac\uc790 \uacf5\uae09\uc790 \uad6c\ud604\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\ub294 Java \ud074\ub798\uc2a4\uc758 \uc815\uaddc\ud654\ub41c \uc774\ub984\uc785\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \uc0ac\ud56d\uc744 \uc801\uc6a9\ud558\ub824\uba74 \ud0a4 \uad00\ub9ac\uc790 \uacf5\uae09\uc790\ub97c \ube44\ud65c\uc131\ud654\ud588\ub2e4\uac00 \ub2e4\uc2dc \ud65c\uc131\ud654\ud558\uac70\ub098 \uc11c\ubc84\ub97c \ub2e4\uc2dc \uc2dc\uc791\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_DESCRIPTION_ENABLED_328=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ud2b8\ub7ec\uc2a4\ud2b8 \uad00\ub9ac\uc790 \uacf5\uae09\uc790\ub97c \ud65c\uc131\ud654\ud574\uc57c \ud558\ub294\uc9c0 \uc5ec\ubd80\ub97c \ub098\ud0c0\ub0c5\ub2c8\ub2e4. \ud2b8\ub7ec\uc2a4\ud2b8 \uad00\ub9ac\uc790\uc5d0 \ub300\ud55c \uc561\uc138\uc2a4\uac00 \ud544\uc694\ud55c \uc791\uc5c5(\uc608: SSL\uc744 \ud1b5\ud55c \ud1b5\uc2e0)\uc5d0\ub294 \ud2b8\ub7ec\uc2a4\ud2b8 \uad00\ub9ac\uc790 \uacf5\uae09\uc790\uac00 \ud544\uc694\ud569\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \uc0ac\ud56d\uc740 \uc989\uc2dc \uc801\uc6a9\ub418\uc9c0\ub9cc \ub2e4\uc74c\uc5d0 \ud2b8\ub7ec\uc2a4\ud2b8 \uad00\ub9ac\uc790 \uc561\uc138\uc2a4\ub97c \uc2dc\ub3c4\ud558\ub294 \uacbd\uc6b0\uc5d0\ub9cc \uc601\ud5a5\uc744 \ubbf8\uce69\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_NO_ENABLED_ATTR_329=\uad6c\uc131 \ud56d\ubaa9 \"%s\"\uc5d0 \ud2b8\ub7ec\uc2a4\ud2b8 \uad00\ub9ac\uc790 \uacf5\uae09\uc790\ub97c \uc11c\ubc84\uc5d0\uc11c \uc0ac\uc6a9\ud558\uae30 \uc704\ud574 \ud65c\uc131\ud654\ud574\uc57c \ud558\ub294\uc9c0 \uc5ec\ubd80\ub97c \ub098\ud0c0\ub0b4\ub294 ds-cfg-enabled \uc18d\uc131 \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_DESCRIPTION_CLASS_332=\ud2b8\ub7ec\uc2a4\ud2b8 \uad00\ub9ac\uc790 \uacf5\uae09\uc790 \uad6c\ud604\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\ub294 Java \ud074\ub798\uc2a4\uc758 \uc815\uaddc\ud654\ub41c \uc774\ub984\uc785\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \uc0ac\ud56d\uc744 \uc801\uc6a9\ud558\ub824\uba74 \ud2b8\ub7ec\uc2a4\ud2b8 \uad00\ub9ac\uc790 \uacf5\uae09\uc790\ub97c \ube44\ud65c\uc131\ud654\ud588\ub2e4\uac00 \ub2e4\uc2dc \ud65c\uc131\ud654\ud558\uac70\ub098 \uc11c\ubc84\ub97c \ub2e4\uc2dc \uc2dc\uc791\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_DESCRIPTION_ENABLED_347=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc778\uc99d\uc11c \ub9e4\ud37c\ub97c \ud65c\uc131\ud654\ud574\uc57c \ud558\ub294\uc9c0 \uc5ec\ubd80\ub97c \ub098\ud0c0\ub0c5\ub2c8\ub2e4. SASL EXTERNAL \uc778\uc99d \ubc0f \uc774\uc640 \ube44\uc2b7\ud55c \ubaa9\uc801\uc744 \uc704\ud574 \uc778\uc99d\uc11c \ub9e4\ud37c\ub97c \uc0ac\uc6a9\ud558\uc5ec \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0\uc11c \ud074\ub77c\uc774\uc5b8\ud2b8 \uc778\uc99d\uc11c \uccb4\uc778\uacfc \uc0ac\uc6a9\uc790 \ud56d\ubaa9 \uac04\uc5d0 \ub9e4\ud551\uc744 \uc124\uc815\ud569\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \uc0ac\ud56d\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_NO_ENABLED_ATTR_348=\uad6c\uc131 \ud56d\ubaa9 \"%s\"\uc5d0 \uc778\uc99d\uc11c \ub9e4\ud37c\ub97c \uc11c\ubc84\uc5d0\uc11c \uc0ac\uc6a9\ud558\uae30 \uc704\ud574 \ud65c\uc131\ud654\ud574\uc57c \ud558\ub294\uc9c0 \uc5ec\ubd80\ub97c \ub098\ud0c0\ub0b4\ub294 ds-cfg-enabled \uc18d\uc131 \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_DESCRIPTION_CLASS_351=\uc778\uc99d\uc11c \ub9e4\ud37c \uad6c\ud604\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\ub294 Java \ud074\ub798\uc2a4\uc758 \uc815\uaddc\ud654\ub41c \uc774\ub984\uc785\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \uc0ac\ud56d\uc744 \uc801\uc6a9\ud558\ub824\uba74 \uc778\uc99d\uc11c \ub9e4\ud37c\ub97c \ube44\ud65c\uc131\ud654\ud588\ub2e4\uac00 \ub2e4\uc2dc \ud65c\uc131\ud654\ud558\uac70\ub098 \uc11c\ubc84\ub97c \ub2e4\uc2dc \uc2dc\uc791\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | MILD_WARN_CONFIG_LOGGER_NO_RETENTION_POLICY_357=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \ud30c\uc77c \ubcf4\uc874 \uc815\ucc45\uc774 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \ub85c\uadf8 \ud30c\uc77c\uc774 \uc0ad\uc81c\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_CONFIG_LOGGER_INVALID_RETENTION_POLICY_358=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc5d0 \uc798\ubabb\ub41c \ud30c\uc77c \ubcf4\uc874 \uc815\ucc45 %1$s\uc774(\uac00) \uc815\uc758\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_CONFIG_LOGGER_NO_NUMBER_OF_FILES_359=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \ubcf4\uc874 \uc815\ucc45\uc5d0 \ub300\ud55c \ud30c\uc77c \uc218 \uc81c\ud55c\uc774 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_CONFIG_LOGGER_NO_DISK_SPACE_USED_360=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \ubcf4\uc874 \uc815\ucc45\uc5d0 \ub300\ud55c \ub514\uc2a4\ud06c \uacf5\uac04 \uc81c\ud55c\uc774 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | FATAL_ERR_CONFIG_PWSCHEME_CANNOT_GET_BASE_363=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc5d0\uc11c \ube44\ubc00\ubc88\ud638 \uc800\uc7a5\uc18c \uc2a4\ud0a4\ub9c8 \uae30\ubcf8 \ud56d\ubaa9 cn=Password Storage Schmes,cn=config\ub97c \uac80\uc0c9\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_WARN_CONFIG_PWSCHEME_BASE_DOES_NOT_EXIST_364=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc5d0 \ube44\ubc00\ubc88\ud638 \uc800\uc7a5\uc18c \uc2a4\ud0a4\ub9c8 \uad6c\uc131 \uae30\ubcf8(cn=Password Storage Schemes,cn=config)\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. \uc11c\ubc84\uac00 \uc62c\ubc14\ub85c \uc791\ub3d9\ud558\ub824\uba74 \uc774 \ud56d\ubaa9\uc774 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_PWSCHEME_ENTRY_UNACCEPTABLE_365=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc62c\ubc14\ub978 \ube44\ubc00\ubc88\ud638 \uc800\uc7a5\uc18c \uc2a4\ud0a4\ub9c8 \uad6c\uc131\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4: %s. \uc774 \uad6c\uc131 \ud56d\ubaa9\uc740 \ubb34\uc2dc\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_PWSCHEME_CANNOT_CREATE_SCHEME_366=\uad6c\uc131 \ud56d\ubaa9 %s\uc758 \uc815\ubcf4\ub85c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ube44\ubc00\ubc88\ud638 \uc800\uc7a5\uc18c \uc2a4\ud0a4\ub9c8\ub97c \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_PWSCHEME_INVALID_OBJECTCLASS_367=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \ube44\ubc00\ubc88\ud638 \uc800\uc7a5\uc18c \uc2a4\ud0a4\ub9c8 \uc815\uc758\uc5d0 \ud544\uc694\ud55c ds-cfg-password-storage-scheme \uac1d\uccb4 \ud074\ub798\uc2a4\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | INFO_CONFIG_PWSCHEME_DESCRIPTION_CLASS_NAME_368=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ube44\ubc00\ubc88\ud638 \uc800\uc7a5\uc18c \uc2a4\ud0a4\ub9c8\ub97c \uc815\uc758\ud558\ub294 Java \ud074\ub798\uc2a4\uc758 \uc815\uaddc\ud654\ub41c \uc774\ub984\uc785\ub2c8\ub2e4. \uc5f0\uacb0\ub41c \uc2a4\ud0a4\ub9c8\uac00 \ud65c\uc131\ud654\ub418\uc5b4 \uc788\ub294 \ub3d9\uc548 \ubcc0\uacbd\uc774 \ubc1c\uc0dd\ud558\uba74 \ud574\ub2f9 \uc800\uc7a5\uc18c \uc2a4\ud0a4\ub9c8\ub97c \ube44\ud65c\uc131\ud654\ud588\ub2e4\uac00 \ub2e4\uc2dc \ud65c\uc131\ud654\ud574\uc57c \ubcc0\uacbd \uc0ac\ud56d\uc774 \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_PWSCHEME_NO_CLASS_NAME_369=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc5f0\uacb0\ub41c \ube44\ubc00\ubc88\ud638 \uc800\uc7a5\uc18c \uc2a4\ud0a4\ub9c8\uc758 \uc815\uaddc\ud654\ub41c \ud074\ub798\uc2a4 \uc774\ub984\uc744 \uc9c0\uc815\ud558\ub294 ds-cfg-java-class \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \uc720\ud6a8\ud55c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_PWSCHEME_INVALID_CLASS_NAME_370=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 ds-cfg-java-class \uc18d\uc131\uc5d0 \ub300\ud55c \uc798\ubabb\ub41c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_PWSCHEME_INVALID_CLASS_371=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc5d0 \uc9c0\uc815\ub41c %1$s \ud074\ub798\uc2a4\uc5d0 \uc720\ud6a8\ud55c \ube44\ubc00\ubc88\ud638 \uc800\uc7a5\uc18c \uc2a4\ud0a4\ub9c8 \uad6c\ud604\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4: %3$s |
| | | INFO_CONFIG_PWSCHEME_DESCRIPTION_ENABLED_372=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ube44\ubc00\ubc88\ud638 \uc800\uc7a5\uc18c \uc2a4\ud0a4\ub9c8\ub97c \ud65c\uc131\ud654\ud574\uc57c \ud558\ub294\uc9c0 \uc5ec\ubd80\ub97c \ub098\ud0c0\ub0c5\ub2c8\ub2e4. \uc774 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \uc0ac\ud56d\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_PWSCHEME_NO_ENABLED_ATTR_373=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \ube44\ubc00\ubc88\ud638 \uc800\uc7a5\uc18c \uc2a4\ud0a4\ub9c8\ub97c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0\uc11c \uc0ac\uc6a9\ud558\uae30 \uc704\ud574 \ud65c\uc131\ud654\ud574\uc57c \ud558\ub294\uc9c0 \uc5ec\ubd80\ub97c \ub098\ud0c0\ub0b4\ub294 ds-cfg-enabled \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \uc720\ud6a8\ud55c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_PWSCHEME_INVALID_ENABLED_VALUE_374=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 ds-cfg-enabled \uc18d\uc131\uc5d0 \ub300\ud55c \uc798\ubabb\ub41c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_CONFIG_PWSCHEME_CLASS_ACTION_REQUIRED_375=\uad6c\uc131 \ud56d\ubaa9 %3$s\uc5d0\uc11c \ube44\ubc00\ubc88\ud638 \uc800\uc7a5\uc18c \uc2a4\ud0a4\ub9c8 \ud074\ub798\uc2a4 \uc774\ub984\uc744 %1$s\uc5d0\uc11c %2$s(\uc73c)\ub85c \ubcc0\uacbd\ud558\ub294 \uc694\uccad\uc740 \ub3d9\uc801\uc73c\ub85c \uc801\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uc774 \ubcc0\uacbd \uc0ac\ud56d\uc744 \uc801\uc6a9\ud558\ub824\uba74 \uc800\uc7a5\uc18c \uc2a4\ud0a4\ub9c8\ub97c \ube44\ud65c\uc131\ud654\ud588\ub2e4\uac00 \ub2e4\uc2dc \ud65c\uc131\ud654\ud558\uac70\ub098 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\ub97c \ub2e4\uc2dc \uc2dc\uc791\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_PWSCHEME_INITIALIZATION_FAILED_376=%s \ud074\ub798\uc2a4\uc758 \uc778\uc2a4\ud134\uc2a4\ub97c \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ub300\ub85c \ube44\ubc00\ubc88\ud638 \uc800\uc7a5\uc18c \uc2a4\ud0a4\ub9c8\ub85c \ucd08\uae30\ud654\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_CONFIG_PWSCHEME_EXISTS_377=DN %s\uc5d0 \ub4f1\ub85d\ub41c \uc800\uc7a5\uc18c \uc2a4\ud0a4\ub9c8\uac00 \uc774\ubbf8 \uc788\uae30 \ub54c\ubb38\uc5d0 \ud574\ub2f9 DN\uc744 \uac00\uc9c4 \uc0c8 \ube44\ubc00\ubc88\ud638 \uc800\uc7a5\uc18c \uc2a4\ud0a4\ub9c8 \ud56d\ubaa9\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_PWSCHEME_UNACCEPTABLE_CONFIG_378=\ub0b4\ubd80 \uac80\uc99d\uc5d0 \ub530\ub77c \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ube44\ubc00\ubc88\ud638 \uc800\uc7a5\uc18c \uc2a4\ud0a4\ub9c8\uc758 \uad6c\uc131\uc744 \ud5c8\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uadf8\ub7ec\ub098 \ud56d\ubaa9 \ubb38\uc81c\uc640 \uad00\ub828\ub41c \uad6c\uccb4\uc801\uc778 \uc815\ubcf4\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | INFO_CONFIG_PLUGIN_CLASS_ACTION_REQUIRED_379=\uad6c\uc131 \ud56d\ubaa9 %3$s\uc5d0\uc11c \ud50c\ub7ec\uadf8\uc778 \ud074\ub798\uc2a4 \uc774\ub984\uc744 %1$s\uc5d0\uc11c %2$s(\uc73c)\ub85c \ubcc0\uacbd\ud558\ub294 \uc694\uccad\uc740 \ub3d9\uc801\uc73c\ub85c \uc801\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uc774 \ubcc0\uacbd \uc0ac\ud56d\uc744 \uc801\uc6a9\ud558\ub824\uba74 \ud50c\ub7ec\uadf8\uc778\uc744 \ube44\ud65c\uc131\ud654\ud588\ub2e4\uac00 \ub2e4\uc2dc \ud65c\uc131\ud654\ud558\uac70\ub098 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\ub97c \ub2e4\uc2dc \uc2dc\uc791\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_LOGGER_NO_FREE_DISK_SPACE_380=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \ubcf4\uad00 \uc815\ucc45\uc5d0 \ub300\ud55c \ub514\uc2a4\ud06c \uacf5\uac04 \uc81c\ud55c\uc774 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_JAVA5_POLICY_381=\uad6c\uc131 \ud56d\ubaa9 %s\uc758 \ubcf4\uc874 \uc815\ucc45\uc744 \uae30\ubc18\uc73c\ub85c \ud558\ub294 \uc5ec\uc720 \ub514\uc2a4\ud06c \uacf5\uac04\uc774 Java 6 \uc774\uc804 VM\uc5d0\uc11c \uc2e4\ud589 \uc911\uc778 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0\ub294 \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | INFO_CONFIG_BACKEND_ATTR_DESCRIPTION_BACKEND_ID_382=\uc774 \ubc31\uc5d4\ub4dc\uc5d0 \ub300\ud55c \uace0\uc720 \uc2dd\ubcc4\uc790\uc785\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \uc0ac\ud56d\uc744 \uc801\uc6a9\ud558\ub824\uba74 \ubc31\uc5d4\ub4dc\ub97c \ube44\ud65c\uc131\ud654\ud588\ub2e4\uac00 \ub2e4\uc2dc \ud65c\uc131\ud654\ud558\uac70\ub098 \uc11c\ubc84\ub97c \ub2e4\uc2dc \uc2dc\uc791\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_WARN_CONFIG_BACKEND_NO_BACKEND_ID_383=\ubc31\uc5d4\ub4dc \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \ubc31\uc5d4\ub4dc\uc758 \uace0\uc720 \uc2dd\ubcc4\uc790\ub97c \uc81c\uacf5\ud558\ub294 \ub370 \uc0ac\uc6a9\ub418\ub294 ds-cfg-backend-id \uc18d\uc131\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \ubc31\uc5d4\ub4dc\uac00 \ube44\ud65c\uc131\ud654\ub429\ub2c8\ub2e4. |
| | | SEVERE_WARN_CONFIG_BACKEND_DUPLICATE_BACKEND_ID_384=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ubc31\uc5d4\ub4dc\uc5d0 \uc11c\ubc84\uc758 \ub2e4\ub978 \ubc31\uc5d4\ub4dc\uc5d0 \ub300\ud55c \ubc31\uc5d4\ub4dc \uc544\uc774\ub514\uc640 \ucda9\ub3cc\ud558\ub294 %s \ubc31\uc5d4\ub4dc \uc544\uc774\ub514\uac00 \uc788\uc2b5\ub2c8\ub2e4. \ubc31\uc5d4\ub4dc\uac00 \ube44\ud65c\uc131\ud654\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_BACKEND_UNABLE_TO_DETERMINE_BACKEND_ID_385=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ubc31\uc5d4\ub4dc\uc758 \ubc31\uc5d4\ub4dc \uc544\uc774\ub514\ub97c \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \ubc31\uc5d4\ub4dc\uac00 \ube44\ud65c\uc131\ud654\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_GET_MAC_386=\uc11c\uba85\ub41c \ubc31\uc5c5\uc6a9 \ud574\uc2dc\ub97c \ub9cc\ub4e4\uae30 \uc704\ud574 %s MAC \uacf5\uae09\uc790\ub97c \uac00\uc838\uc624\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_GET_DIGEST_387=\ubc31\uc5c5\uc6a9 \ud574\uc2dc\ub97c \ub9cc\ub4e4\uae30 \uc704\ud574 %s \uba54\uc2dc\uc9c0 \ub2e4\uc774\uc81c\uc2a4\ud2b8\ub97c \uac00\uc838\uc624\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_388=%2$s \ub514\ub809\ud1a0\ub9ac\uc5d0 \uad6c\uc131 \uc544\uce74\uc774\ube0c \ud30c\uc77c %1$s\uc744(\ub97c) \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_GET_CIPHER_389=\ubc31\uc5c5\uc744 \uc554\ud638\ud654\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 \uc554\ud638\ub97c \uac00\uc838\uc624\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_BACKUP_ZIP_COMMENT_390=%s \uad6c\uc131 \ubc31\uc5c5 %s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_DETERMINE_CONFIG_FILE_LOCATION_391=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131 \ud30c\uc77c\uc744 \uc544\uce74\uc774\ube0c\ud558\uae30 \uc704\ud574 \ud574\ub2f9 \uacbd\ub85c\ub97c \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_BACKUP_CONFIG_FILE_392=\uad6c\uc131 \ud30c\uc77c %s\uc744(\ub97c) \ubc31\uc5c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_BACKUP_ARCHIVED_CONFIGS_393=%s \ud30c\uc77c\uc5d0\uc11c \uc544\uce74\uc774\ube0c\ub41c \uc774\uc804 \uad6c\uc131\uc744 \ubc31\uc5c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_CLOSE_ZIP_STREAM_394=%2$s \ub514\ub809\ud1a0\ub9ac\uc5d0\uc11c \uad6c\uc131 \uc544\uce74\uc774\ube0c \ud30c\uc77c %1$s\uc744(\ub97c) \ub2eb\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_395=\uad6c\uc131 \ubc31\uc5c5\uc5d0 \ub300\ud55c \uc815\ubcf4\ub97c \uc0ac\uc6a9\ud558\uc5ec \ubc31\uc5c5 \uc124\uba85\uc790 \ud30c\uc77c %s\uc744(\ub97c) \uc5c5\ub370\uc774\ud2b8\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_RESTORE_NO_SUCH_BACKUP_396=\uad6c\uc131 \ubc31\uc5c5 %1$s\uc774(\uac00) \uc5c6\uae30 \ub54c\ubb38\uc5d0 %2$s \ub514\ub809\ud1a0\ub9ac\uc5d0\uc11c \uc774 \ubc31\uc5c5\uc744 \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_RESTORE_NO_BACKUP_FILE_397=\uc544\uce74\uc774\ube0c \ud30c\uc77c \uc774\ub984\uc744 \ud655\uc778\ud560 \uc218 \uc5c6\uae30 \ub54c\ubb38\uc5d0 %2$s \ub514\ub809\ud1a0\ub9ac\uc5d0\uc11c \uad6c\uc131 \ubc31\uc5c5 %1$s\uc744(\ub97c) \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_RESTORE_NO_SUCH_FILE_398=\uc9c0\uc815\ub41c \uc544\uce74\uc774\ube0c \ud30c\uc77c %2$s\uc774(\uac00) \uc5c6\uae30 \ub54c\ubb38\uc5d0 \uad6c\uc131 \ubc31\uc5c5 %1$s\uc744(\ub97c) \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_CHECK_FOR_ARCHIVE_399=\ubc31\uc5c5 \uc544\uce74\uc774\ube0c %2$s\uc774(\uac00) \uc788\ub294\uc9c0 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uae30 \ub54c\ubb38\uc5d0 \uad6c\uc131 \ubc31\uc5c5 %1$s\uc744(\ub97c) \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %3$s |
| | | SEVERE_ERR_CONFIG_RESTORE_UNKNOWN_DIGEST_400=\uc774 \ubc31\uc5c5\uc758 \uc11c\uba85\ub418\uc9c0 \uc54a\uc740 \ud574\uc2dc\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc9c0\ub9cc \uc11c\ubc84\uac00 \uc774 \ud574\uc2dc\ub97c \uc0dd\uc131\ud558\ub294 \ub370 \uc0ac\uc6a9\ud55c \ub2e4\uc774\uc81c\uc2a4\ud2b8 \uc54c\uace0\ub9ac\uc998\uc744 \ud655\uc778\ud560 \uc218 \uc5c6\uae30 \ub54c\ubb38\uc5d0 \uad6c\uc131 \ubc31\uc5c5 %s\uc744(\ub97c) \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_GET_DIGEST_401=\uad6c\uc131 \ubc31\uc5c5 %s\uc5d0 \uc54c \uc218 \uc5c6\uac70\ub098 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\ub294 %s \ub2e4\uc774\uc81c\uc2a4\ud2b8 \uc54c\uace0\ub9ac\uc998\uc744 \uc0ac\uc6a9\ud558\ub294 \uc11c\uba85\ub418\uc9c0 \uc54a\uc740 \ud574\uc2dc\uac00 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc774 \ubc31\uc5c5\uc744 \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_RESTORE_UNKNOWN_MAC_402=\uc774 \ubc31\uc5c5\uc758 \uc11c\uba85\ub41c \ud574\uc2dc\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc9c0\ub9cc \uc11c\ubc84\uac00 \uc774 \ud574\uc2dc\ub97c \uc0dd\uc131\ud558\ub294 \ub370 \uc0ac\uc6a9\ud55c MAC \uc54c\uace0\ub9ac\uc998\uc744 \ud655\uc778\ud560 \uc218 \uc5c6\uae30 \ub54c\ubb38\uc5d0 \uad6c\uc131 \ubc31\uc5c5 %s\uc744(\ub97c) \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_GET_MAC_403=\uad6c\uc131 \ubc31\uc5c5 %s\uc5d0 \uc54c \uc218 \uc5c6\uac70\ub098 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\ub294 %s MAC \uc54c\uace0\ub9ac\uc998\uc744 \uc0ac\uc6a9\ud558\ub294 \uc11c\uba85\ub41c \ud574\uc2dc\uac00 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc774 \ubc31\uc5c5\uc744 \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_OPEN_BACKUP_FILE_404=\ubc31\uc5c5 \uc544\uce74\uc774\ube0c \ud30c\uc77c %2$s\uc744(\ub97c) \uc5ec\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uae30 \ub54c\ubb38\uc5d0 \uad6c\uc131 \ubc31\uc5c5 %1$s\uc744(\ub97c) \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %3$s |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_GET_CIPHER_406=\uad6c\uc131 \ubc31\uc5c5 %s\uc774(\uac00) \uc54c \uc218 \uc5c6\uac70\ub098 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\ub294 \uc554\ud638\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc554\ud638\ud654\ub418\uc5c8\uae30 \ub54c\ubb38\uc5d0 \uc774 \ubc31\uc5c5\uc744 \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_BACKUP_EXISTING_CONFIG_407=\ud604\uc7ac \uad6c\uc131 \ud30c\uc77c\uc744 %2$s\uc5d0\uc11c %3$s(\uc73c)\ub85c \uc784\uc2dc \ubc31\uc5c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uae30 \ub54c\ubb38\uc5d0 \uad6c\uc131 \ubc31\uc5c5 %1$s\uc744(\ub97c) \ubcf5\uc6d0\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %4$s |
| | | NOTICE_CONFIG_RESTORE_RESTORED_OLD_CONFIG_408=\uad6c\uc131 \ubc31\uc5c5\uc744 \uc81c\ub300\ub85c \ubcf5\uc6d0\ud558\uc9c0 \ubabb\ud558\uac8c \ud558\ub294 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ud558\uc9c0\ub9cc \ubcf5\uc6d0 \ud504\ub85c\uc138\uc2a4\uac00 \uc2dc\uc791\ub418\uae30 \uc804\uc5d0 \uc0ac\uc6a9\ub418\uc5c8\ub358 \uc6d0\ubcf8 \uad6c\uc131 \ud30c\uc77c\uc740 \ubcf4\uc874\ub418\uc5b4 \uc774\uc81c \uc6d0\ub798 \uc704\uce58 %s\uc5d0 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_RESTORE_OLD_CONFIG_409=\uad6c\uc131 \ubc31\uc5c5\uc744 \uc81c\ub300\ub85c \ubcf5\uc6d0\ud558\uc9c0 \ubabb\ud558\uac8c \ud558\ub294 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ubcf5\uc6d0 \ud504\ub85c\uc138\uc2a4\uac00 \uc2dc\uc791\ub418\uae30 \uc804\uc5d0 \uc0ac\uc6a9\ub418\uc5c8\ub358 \uc6d0\ubcf8 \uad6c\uc131 \ud30c\uc77c\uc740 \ubcf4\uc874\ub418\uc5b4 %s \ub514\ub809\ud1a0\ub9ac\uc5d0 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_CREATE_CONFIG_DIRECTORY_410=\ud30c\uc77c\uc744 \ubcf5\uc6d0\ud558\uc5ec \uc800\uc7a5\ud560 \ube48 \uc0c8 \ub514\ub809\ud1a0\ub9ac %2$s\uc744(\ub97c) \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uae30 \ub54c\ubb38\uc5d0 \uad6c\uc131 \ubc31\uc5c5 %1$s\uc744(\ub97c) \ubcf5\uc6d0\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %3$s |
| | | SEVERE_ERR_CONFIG_RESTORE_OLD_CONFIG_SAVED_411=\uad6c\uc131 \ubc31\uc5c5\uc744 \uc81c\ub300\ub85c \ubcf5\uc6d0\ud558\uc9c0 \ubabb\ud558\uac8c \ud558\ub294 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ubcf5\uc6d0 \ud504\ub85c\uc138\uc2a4\uac00 \uc2dc\uc791\ub418\uae30 \uc804\uc5d0 \uc0ac\uc6a9\ub418\uc5c8\ub358 \uc6d0\ubcf8 \uad6c\uc131 \ud30c\uc77c\uc740 %s \ub514\ub809\ud1a0\ub9ac\uc5d0 \ubcf4\uc874\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_GET_ZIP_ENTRY_412=\uc544\uce74\uc774\ube0c \ud30c\uc77c %2$s\uc5d0\uc11c \ub2e4\uc74c \ud56d\ubaa9\uc744 \uc77d\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uae30 \ub54c\ubb38\uc5d0 \uad6c\uc131 \ubc31\uc5c5 %1$s\uc744(\ub97c) \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %3$s |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_CREATE_FILE_413=%2$s \ud30c\uc77c\uc744 \ub2e4\uc2dc \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uae30 \ub54c\ubb38\uc5d0 \uad6c\uc131 \ubc31\uc5c5 %1$s\uc744(\ub97c) \ubcf5\uc6d0\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %3$s |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_PROCESS_ARCHIVE_FILE_414=\uc544\uce74\uc774\ube0c \ud30c\uc77c %2$s\uc744(\ub97c) \ucc98\ub9ac\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uae30 \ub54c\ubb38\uc5d0 \uad6c\uc131 \ubc31\uc5c5 %1$s\uc744(\ub97c) \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %3$s |
| | | SEVERE_ERR_CONFIG_RESTORE_ERROR_ON_ZIP_STREAM_CLOSE_415=\uc544\uce74\uc774\ube0c \ud30c\uc77c %2$s\uc744(\ub97c) \ub2eb\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uae30 \ub54c\ubb38\uc5d0 \uad6c\uc131 \ubc31\uc5c5 %1$s\uc744(\ub97c) \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %3$s |
| | | NOTICE_CONFIG_RESTORE_UNSIGNED_HASH_VALID_416=\ubc31\uc5c5 \uc544\uce74\uc774\ube0c\uc5d0\uc11c \uacc4\uc0b0\ub41c \uba54\uc2dc\uc9c0 \ub2e4\uc774\uc81c\uc2a4\ud2b8\uac00 \ubc31\uc5c5 \uc815\ubcf4\uc640 \ud568\uaed8 \uc800\uc7a5\ub41c \ub2e4\uc774\uc81c\uc2a4\ud2b8\uc640 \uc77c\uce58\ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_RESTORE_UNSIGNED_HASH_INVALID_417=\ubc31\uc5c5 \uc544\uce74\uc774\ube0c\uc5d0\uc11c \uacc4\uc0b0\ub41c \uba54\uc2dc\uc9c0 \ub2e4\uc774\uc81c\uc2a4\ud2b8\uac00 \ubc31\uc5c5 \uc815\ubcf4\uc640 \ud568\uaed8 \uc800\uc7a5\ub41c \ub2e4\uc774\uc81c\uc2a4\ud2b8\uc640 \uc77c\uce58\ud558\uc9c0 \uc54a\uae30 \ub54c\ubb38\uc5d0 \uad6c\uc131 \ubc31\uc5c5 %s\uc744(\ub97c) \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | NOTICE_CONFIG_RESTORE_SIGNED_HASH_VALID_418=\ubc31\uc5c5 \uc544\uce74\uc774\ube0c\uc5d0\uc11c \uacc4\uc0b0\ub41c \uc11c\uba85\ub41c \ub2e4\uc774\uc81c\uc2a4\ud2b8\uac00 \ubc31\uc5c5 \uc815\ubcf4\uc640 \ud568\uaed8 \uc800\uc7a5\ub41c \uc11c\uba85\uacfc \uc77c\uce58\ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_RESTORE_SIGNED_HASH_INVALID_419=\ubc31\uc5c5 \uc544\uce74\uc774\ube0c\uc5d0\uc11c \uacc4\uc0b0\ub41c \uc11c\uba85\ub41c \ub2e4\uc774\uc81c\uc2a4\ud2b8\uac00 \ubc31\uc5c5 \uc815\ubcf4\uc640 \ud568\uaed8 \uc800\uc7a5\ub41c \uc11c\uba85\uacfc \uc77c\uce58\ud558\uc9c0 \uc54a\uae30 \ub54c\ubb38\uc5d0 \uad6c\uc131 \ubc31\uc5c5 %s\uc744(\ub97c) \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | NOTICE_CONFIG_RESTORE_VERIFY_SUCCESSFUL_420=%2$s \ub514\ub809\ud1a0\ub9ac\uc758 \uad6c\uc131 \ubc31\uc5c5 %1$s\uc5d0\uc11c \uc218\ud589\ub41c \ubaa8\ub4e0 \ud14c\uc2a4\ud2b8\ub97c \ud1b5\ud574 \uc544\uce74\uc774\ube0c\uac00 \uc720\ud6a8\ud568\uc744 \uc54c \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | NOTICE_CONFIG_RESTORE_SUCCESSFUL_421=%2$s \ub514\ub809\ud1a0\ub9ac\uc758 \uc544\uce74\uc774\ube0c\uc5d0\uc11c \uad6c\uc131 \ubc31\uc5c5 %1$s\uc774(\uac00) \ubcf5\uc6d0\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_BACKEND_CANNOT_ACQUIRE_SHARED_LOCK_422=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uac00 %s \ubc31\uc5d4\ub4dc\uc5d0 \ub300\ud55c \uacf5\uc720 \uc7a0\uae08\uc744 \uac00\uc838\uc624\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4: %s. \uc774\ub294 \uc77c\ubc18\uc801\uc73c\ub85c \ub2e8\ub3c5 \uc7a0\uae08\uc774 \ud544\uc694\ud55c \ud504\ub85c\uc138\uc2a4\uc5d0\uc11c \ubc31\uc5d4\ub4dc\ub97c \uc0ac\uc6a9\ud558\uace0 \uc788\uc74c\uc744 \uc758\ubbf8\ud569\ub2c8\ub2e4(\uc608: LDIF\uc5d0\uc11c \uac00\uc838\uc624\uae30 \ub610\ub294 \ubc31\uc5c5 \ubcf5\uc6d0). \uc774 \ubc31\uc5d4\ub4dc\uac00 \ube44\ud65c\uc131\ud654\ub429\ub2c8\ub2e4. |
| | | SEVERE_WARN_CONFIG_BACKEND_CANNOT_RELEASE_SHARED_LOCK_423=%s \ubc31\uc5d4\ub4dc\uc5d0 \ub300\ud55c \uacf5\uc720 \uc7a0\uae08\uc744 \ud574\uc81c\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \uc774 \uacbd\uc6b0 LDIF \uac00\uc838\uc624\uae30 \ubc0f \ubc31\uc5c5 \ubcf5\uc6d0\uc744 \ud3ec\ud568\ud558\uc5ec \ubc30\ud0c0\uc801 \uc561\uc138\uc2a4\uac00 \ud544\uc694\ud55c \uc791\uc5c5\uc744 \ubc29\ud574\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | INFO_CONFIG_FILE_HEADER_424=\uc774 \ud30c\uc77c\uc5d0 \uae30\ubcf8 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \uc11c\ubc84\uac00 \uc628\ub77c\uc778 \uc0c1\ud0dc\uc778 \ub3d9\uc548 \uc9c1\uc811 \ud3b8\uc9d1\ud558\uc9c0 \ub9d0\uc544\uc57c \ud569\ub2c8\ub2e4. \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc640 \ud568\uaed8 \uc81c\uacf5\ub41c \uad00\ub9ac \uc720\ud2f8\ub9ac\ud2f0\ub9cc\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc11c\ubc84 \uad6c\uc131\uc744 \uad00\ub9ac\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | INFO_CONFIG_CORE_DESCRIPTION_ADD_MISSING_RDN_ATTRS_425=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uac00 \ucd94\uac00\ub420 \ub54c \ub204\ub77d\ub41c RDN \uc18d\uc131\uc744 \ud56d\ubaa9\uc5d0 \uc790\ub3d9\uc73c\ub85c \ucd94\uac00\ud574\uc57c \ud558\ub294\uc9c0 \uc5ec\ubd80\ub97c \ub098\ud0c0\ub0c5\ub2c8\ub2e4. \uae30\ubcf8\uc801\uc73c\ub85c \ucd94\uac00\ub41c \ud56d\ubaa9 \uc911 \uc18d\uc131 \ub9ac\uc2a4\ud2b8\uc5d0 RDN \uc18d\uc131 \uac12\uc774 \ud3ec\ud568\ub418\uc9c0 \uc54a\uc740 \ud56d\ubaa9\uc740 LDAP \uc0ac\uc591\uc744 \uc704\ubc18\ud558\uae30 \ub54c\ubb38\uc5d0 \uac70\ubd80\ub429\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \uc0ac\ud56d\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_ADD_MISSING_RDN_ATTRS_426=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 ds-cfg-add-missing-rdn \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \uc798\ubabb\ub41c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \uac12\uc740 true \ub610\ub294 false\uc758 \ubd80\uc6b8 \uac12\uc774\uc5b4\uc57c \ud569\ub2c8\ub2e4: %s |
| | | INFO_CONFIG_CORE_DESCRIPTION_SERVER_ERROR_RESULT_CODE_427=\ub0b4\ubd80 \uc11c\ubc84 \uc624\ub958\ub85c \uc778\ud574 \uc791\uc5c5\uc774 \uc2e4\ud328\ud55c \uc751\ub2f5\uc5d0 \uc0ac\uc6a9\ud574\uc57c \ud560 \uacb0\uacfc \ucf54\ub4dc\uc785\ub2c8\ub2e4. \uac12\uc740 \ud574\ub2f9\ud558\ub294 LDAP \uacb0\uacfc \ucf54\ub4dc\uc640 \ub3d9\uc77c\ud55c \uc815\uc218\uc5ec\uc57c \ud569\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \uc0ac\ud56d\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_SERVER_ERROR_RESULT_CODE_428=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 ds-cfg-server-error-result-code \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \uc798\ubabb\ub41c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. 1\ubcf4\ub2e4 \ud06c\uac70\ub098 \uac19\uc740 \uc815\uc218\uc5ec\uc57c \ud569\ub2c8\ub2e4: %s |
| | | FATAL_ERR_CONFIG_IDMAPPER_CANNOT_GET_BASE_429=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc5d0\uc11c \uc544\uc774\ub514 \ub9e4\ud37c \uae30\ubcf8 \ud56d\ubaa9 cn=Identity Mappers,cn=config\ub97c \uac80\uc0c9\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_WARN_CONFIG_IDMAPPER_BASE_DOES_NOT_EXIST_430=\uc544\uc774\ub514 \ub9e4\ud37c \uad6c\uc131 \uae30\ubcf8 cn=Identity Mappers,cn=config\uac00 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc5d0 \uc5c6\uc2b5\ub2c8\ub2e4. \uc11c\ubc84\uac00 \uc62c\ubc14\ub85c \uc791\ub3d9\ud558\ub824\uba74 \uc774 \ud56d\ubaa9\uc774 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_IDMAPPER_ENTRY_UNACCEPTABLE_431=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc62c\ubc14\ub978 \uc544\uc774\ub514 \ub9e4\ud37c \uad6c\uc131\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4: %s. \uc774 \uad6c\uc131 \ud56d\ubaa9\uc740 \ubb34\uc2dc\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_IDMAPPER_CANNOT_CREATE_MAPPER_432=\uad6c\uc131 \ud56d\ubaa9 %s\uc758 \uc815\ubcf4\ub85c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc544\uc774\ub514 \ub9e4\ud37c\ub97c \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_IDMAPPER_INVALID_OBJECTCLASS_433=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc544\uc774\ub514 \ub9e4\ud37c \uc815\uc758\uc5d0 \ud544\uc694\ud55c ds-cfg-identity-mapper \uac1d\uccb4 \ud074\ub798\uc2a4\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | INFO_CONFIG_IDMAPPER_DESCRIPTION_CLASS_NAME_434=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc544\uc774\ub514 \ub9e4\ud37c\ub97c \uc815\uc758\ud558\ub294 Java \ud074\ub798\uc2a4\uc758 \uc815\uaddc\ud654\ub41c \uc774\ub984\uc785\ub2c8\ub2e4. \uc5f0\uacb0\ub41c \uc544\uc774\ub514 \ub9e4\ud37c\uac00 \ud65c\uc131\ud654\ub418\uc5b4 \uc788\ub294 \ub3d9\uc548 \ubcc0\uacbd\uc774 \ubc1c\uc0dd\ud558\uba74 \ud574\ub2f9 \ub9e4\ud37c\ub97c \ube44\ud65c\uc131\ud654\ud588\ub2e4\uac00 \ub2e4\uc2dc \ud65c\uc131\ud654\ud574\uc57c \ubcc0\uacbd \uc0ac\ud56d\uc774 \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_IDMAPPER_NO_CLASS_NAME_435=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc5f0\uacb0\ub41c \uc544\uc774\ub514 \ub9e4\ud37c\uc758 \uc815\uaddc\ud654\ub41c \ud074\ub798\uc2a4 \uc774\ub984\uc744 \uc9c0\uc815\ud558\ub294 ds-cfg-java-class \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \uc720\ud6a8\ud55c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_IDMAPPER_INVALID_CLASS_NAME_436=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 ds-cfg-java-class \uc18d\uc131\uc5d0 \ub300\ud55c \uc798\ubabb\ub41c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_IDMAPPER_INVALID_CLASS_437=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc5d0 \uc9c0\uc815\ub41c %1$s \ud074\ub798\uc2a4\uc5d0 \uc720\ud6a8\ud55c \uc544\uc774\ub514 \ub9e4\ud37c \uad6c\ud604\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4: %3$s |
| | | INFO_CONFIG_IDMAPPER_DESCRIPTION_ENABLED_438=\uc774 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc544\uc774\ub514 \ub9e4\ud37c\ub97c \ud65c\uc131\ud654\ud574\uc57c \ud558\ub294\uc9c0 \uc5ec\ubd80\ub97c \ub098\ud0c0\ub0c5\ub2c8\ub2e4. \uc774 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \uc0ac\ud56d\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_IDMAPPER_NO_ENABLED_ATTR_439=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc544\uc774\ub514 \ub9e4\ud37c\ub97c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0\uc11c \uc0ac\uc6a9\ud558\uae30 \uc704\ud574 \ud65c\uc131\ud654\ud574\uc57c \ud558\ub294\uc9c0 \uc5ec\ubd80\ub97c \ub098\ud0c0\ub0b4\ub294 ds-cfg-enabled \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \uc720\ud6a8\ud55c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_IDMAPPER_INVALID_ENABLED_VALUE_440=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 ds-cfg-enabled \uc18d\uc131\uc5d0 \ub300\ud55c \uc798\ubabb\ub41c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_CONFIG_IDMAPPER_CLASS_ACTION_REQUIRED_441=\uad6c\uc131 \ud56d\ubaa9 %3$s\uc5d0\uc11c \uc544\uc774\ub514 \ub9e4\ud37c \ud074\ub798\uc2a4 \uc774\ub984\uc744 %1$s\uc5d0\uc11c %2$s(\uc73c)\ub85c \ubcc0\uacbd\ud558\ub294 \uc694\uccad\uc740 \ub3d9\uc801\uc73c\ub85c \uc801\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uc774 \ubcc0\uacbd \uc0ac\ud56d\uc744 \uc801\uc6a9\ud558\ub824\uba74 \uc544\uc774\ub514 \ub9e4\ud37c\ub97c \ube44\ud65c\uc131\ud654\ud588\ub2e4\uac00 \ub2e4\uc2dc \ud65c\uc131\ud654\ud558\uac70\ub098 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\ub97c \ub2e4\uc2dc \uc2dc\uc791\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_IDMAPPER_INITIALIZATION_FAILED_442=%s \ud074\ub798\uc2a4\uc758 \uc778\uc2a4\ud134\uc2a4\ub97c \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ub300\ub85c \uc544\uc774\ub514 \ub9e4\ud37c\ub85c \ucd08\uae30\ud654\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_CONFIG_IDMAPPER_EXISTS_443=DN %s\uc5d0 \ub4f1\ub85d\ub41c \uc544\uc774\ub514 \ub9e4\ud37c\uac00 \uc774\ubbf8 \uc788\uae30 \ub54c\ubb38\uc5d0 \ud574\ub2f9 DN\uc744 \uac00\uc9c4 \uc0c8 \uc544\uc774\ub514 \ub9e4\ud37c \ud56d\ubaa9\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_IDMAPPER_UNACCEPTABLE_CONFIG_444=\ub0b4\ubd80 \uac80\uc99d\uc5d0 \ub530\ub77c \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \uc544\uc774\ub514 \ub9e4\ud37c\uc758 \uad6c\uc131\uc744 \ud5c8\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uadf8\ub7ec\ub098 \ud56d\ubaa9 \ubb38\uc81c\uc640 \uad00\ub828\ub41c \uad6c\uccb4\uc801\uc778 \uc815\ubcf4\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | INFO_CONFIG_CORE_DESCRIPTION_PROXY_MAPPER_DN_445=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uac00 \ud504\ub85d\uc2dc \uc778\uc99d V2 \uc81c\uc5b4\uc640 \ud568\uaed8 \uc0ac\uc6a9\ud574\uc57c \ud560 \uc544\uc774\ub514 \ub9e4\ud37c\uc5d0 \ub300\ud55c \uad6c\uc131 \ud56d\ubaa9\uc758 DN\uc785\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \uc0ac\ud56d\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_PROXY_MAPPER_DN_446=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 ds-cfg-proxied-authorization-identity-mapper \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \uc798\ubabb\ub41c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c \uc544\uc774\ub514 \ub9e4\ud37c \uad6c\uc131 \ud56d\ubaa9\uc758 DN\uc774\uc5b4\uc57c \ud569\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_CORE_NO_PROXY_MAPPER_FOR_DN_447=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc5d0 \uc9c0\uc815\ub41c \ud504\ub85d\uc2dc \uc778\uc99d \uc544\uc774\ub514 \ub9e4\ud37c DN %1$s\uc774(\uac00) \uc720\ud6a8\ud55c \uc544\uc774\ub514 \ub9e4\ud37c \uad6c\uc131 \ud56d\ubaa9\uc744 \ucc38\uc870\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_IDMAPPER_NO_PROXY_MAPPER_DN_448=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0 \ud504\ub85d\uc2dc \uc778\uc99d V2 \uc791\uc5c5\uacfc \ud568\uaed8 \uc0ac\uc6a9\ud558\uae30 \uc704\ud574 \uad6c\uc131\ud55c \uc544\uc774\ub514 \ub9e4\ud37c\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uac00 \uc0ac\uc6a9\uc790 \uc774\ub984 \uae30\ubc18\uc758 \uc778\uc99d \uc544\uc774\ub514\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud504\ub85d\uc2dc \uc778\uc99d \uc81c\uc5b4\uac00 \ud3ec\ud568\ub41c \uc694\uccad\uc744 \ucc98\ub9ac\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_IDMAPPER_INVALID_PROXY_MAPPER_DN_449=\uad6c\uc131\ub41c \ud504\ub85d\uc2dc \uc778\uc99d \uc544\uc774\ub514 \ub9e4\ud37c DN %s\uc774(\uac00) \ud65c\uc131\ud654\ub41c \uc544\uc774\ub514 \ub9e4\ud37c\ub97c \ucc38\uc870\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uac00 \uc0ac\uc6a9\uc790 \uc774\ub984 \uae30\ubc18\uc758 \uc778\uc99d \uc544\uc774\ub514\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud504\ub85d\uc2dc \uc778\uc99d \uc81c\uc5b4\uac00 \ud3ec\ud568\ub41c \uc694\uccad\uc744 \ucc98\ub9ac\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | INFO_CONFIG_CORE_DESCRIPTION_SIZE_LIMIT_450=\uac80\uc0c9 \uc791\uc5c5\uc744 \ucc98\ub9ac\ud560 \ub54c \ud074\ub77c\uc774\uc5b8\ud2b8\uc5d0 \ubc18\ud658\ud574\uc57c \ud560 \uae30\ubcf8 \ucd5c\ub300 \ud56d\ubaa9 \uc218\uc785\ub2c8\ub2e4. \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc5d0 ds-rlim-size-limit \uc791\uc5c5 \uc18d\uc131\uc744 \ud3ec\ud568\uc2dc\ucf1c\uc11c \uc0ac\uc6a9\uc790 \ub2e8\uc704\ub85c \uc774 \uc18d\uc131\uc744 \ubb34\uc2dc\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \uc0ac\ud56d\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_SIZE_LIMIT_451=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 ds-cfg-size-limit \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \uc798\ubabb\ub41c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \uc0ac\uc6a9\ud560 \ud06c\uae30 \uc81c\ud55c\uc744 \uc9c0\uc815\ud558\ub294 \uc591\uc758 \uc815\uc218 \uac12, 0 \ub610\ub294 \uc81c\ud55c \uc5c6\uc74c\uc744 \ub098\ud0c0\ub0b4\ub294 -1\uc774\uc5b4\uc57c \ud569\ub2c8\ub2e4: %s |
| | | FATAL_ERR_CONFIG_SYNCH_CANNOT_GET_CONFIG_BASE_452=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ub3d9\uae30\ud654 \uacf5\uae09\uc790 \uad6c\uc131 \uae30\ubcf8 \ud56d\ubaa9 cn=Synchronization Providers,cn=config\ub97c \uac80\uc0c9\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | FATAL_ERR_CONFIG_SYNCH_BASE_DOES_NOT_EXIST_453=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ub3d9\uae30\ud654 \uacf5\uae09\uc790 \uae30\ubcf8 \ud56d\ubaa9 cn=Synchronization Providers,cn=config\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc5d0 \uc774 \ud56d\ubaa9\uc774 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | FATAL_ERR_CONFIG_SYNCH_ENTRY_DOES_NOT_HAVE_PROVIDER_CONFIG_454=\uad6c\uc131 \ud56d\ubaa9 %s\uc774(\uac00) \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ub3d9\uae30\ud654 \uacf5\uae09\uc790 \ub8e8\ud2b8 \uc544\ub798\uc5d0 \uc788\uc9c0\ub9cc \ubaa8\ub4e0 \ub3d9\uae30\ud654 \uacf5\uae09\uc790 \uad6c\uc131 \ud56d\ubaa9\uc5d0 \uc788\uc5b4\uc57c \ud560 ds-cfg-synchronization-provider \uc18d\uc131\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | FATAL_ERR_CONFIG_SYNCH_CANNOT_CHECK_FOR_PROVIDER_CONFIG_OC_455=\uad6c\uc131 \ud56d\ubaa9 %s\uc774(\uac00) \uc720\ud6a8\ud55c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ub3d9\uae30\ud654 \uacf5\uae09\uc790\uc778\uc9c0 \uc5ec\ubd80\ub97c \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_CONFIG_SYNCH_DESCRIPTION_PROVIDER_ENABLED_456=\uc5f0\uacb0\ub41c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ub3d9\uae30\ud654 \uacf5\uae09\uc790\uac00 \ud65c\uc131\ud654\ub418\uc5b4 \uc788\uace0 \uc11c\ubc84\uc5d0\uc11c \uc0ac\uc6a9\ud574\uc57c \ud558\ub294\uc9c0 \uc5ec\ubd80\ub97c \ub098\ud0c0\ub0c5\ub2c8\ub2e4. \ubaa8\ub4e0 \ub3d9\uae30\ud654 \uacf5\uae09\uc790 \ud56d\ubaa9\uc5d0 \uc774 \uc18d\uc131\uc774 \uc788\uc5b4\uc57c \ud558\uace0 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\ub97c \uc2e4\ud589\ud558\ub294 \ub3d9\uc548\uc5d0\ub294 \uc774 \uc18d\uc131\uc744 \ubcc0\uacbd\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | FATAL_ERR_CONFIG_SYNCH_PROVIDER_NO_ENABLED_ATTR_457=\ub3d9\uae30\ud654 \uacf5\uae09\uc790 \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \ub3d9\uae30\ud654 \uacf5\uae09\uc790\ub97c \uc0ac\uc6a9\ud558\uae30 \uc704\ud574 \ud65c\uc131\ud654\ud574\uc57c \ud558\ub294\uc9c0 \uc5ec\ubd80\ub97c \ub098\ud0c0\ub0b4\ub294 ds-cfg-enabled \uc18d\uc131\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_CONFIG_SYNCH_PROVIDER_DISABLED_458=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ub3d9\uae30\ud654 \uacf5\uae09\uc790\uac00 \ube44\ud65c\uc131\ud654\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uacf5\uae09\uc790\uac00 \uc0ac\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | FATAL_ERR_CONFIG_SYNCH_UNABLE_TO_DETERMINE_ENABLED_STATE_459=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ub3d9\uae30\ud654 \uacf5\uae09\uc790\ub97c \ud65c\uc131\ud654\ud574\uc57c \ud558\ub294\uc9c0 \uc5ec\ubd80\ub97c \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_CONFIG_SYNCH_DESCRIPTION_PROVIDER_CLASS_460=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ub3d9\uae30\ud654 \uacf5\uae09\uc790\uc5d0 \ub300\ud55c \ub17c\ub9ac\ub97c \uc81c\uacf5\ud558\ub294 Java \ud074\ub798\uc2a4\uc758 \uc815\uaddc\ud654\ub41c \uc774\ub984\uc785\ub2c8\ub2e4. \ubaa8\ub4e0 \ub3d9\uae30\ud654 \uacf5\uae09\uc790 \ud56d\ubaa9\uc5d0 \uc774 \uc18d\uc131\uc774 \uc788\uc5b4\uc57c \ud558\uace0 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\ub97c \uc2e4\ud589\ud558\ub294 \ub3d9\uc548\uc5d0\ub294 \uc774 \uc18d\uc131\uc744 \ubcc0\uacbd\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | FATAL_ERR_CONFIG_SYNCH_NO_CLASS_ATTR_461=\ub3d9\uae30\ud654 \uacf5\uae09\uc790 \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \ub3d9\uae30\ud654 \uacf5\uae09\uc790 \ub17c\ub9ac\ub97c \uad6c\ud604\ud558\ub294 \ud074\ub798\uc2a4 \uc774\ub984\uc744 \uc9c0\uc815\ud558\ub294 ds-cfg-java-class \uc18d\uc131\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | FATAL_ERR_CONFIG_SYNCH_UNABLE_TO_DETERMINE_CLASS_462=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ub3d9\uae30\ud654 \uacf5\uae09\uc790 \ub17c\ub9ac\ub97c \uc81c\uacf5\ud558\ub294 \ub370 \uc0ac\uc6a9\ub41c \ud074\ub798\uc2a4 \uc774\ub984\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | FATAL_ERR_CONFIG_SYNCH_UNABLE_TO_LOAD_PROVIDER_CLASS_463=\ub3d9\uae30\ud654 \uacf5\uae09\uc790 \uad6c\uc131 \ud56d\ubaa9 %2$s\uc5d0\uc11c \ucc38\uc870\ub41c %1$s \ud074\ub798\uc2a4\ub97c \ub85c\ub4dc\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s |
| | | FATAL_ERR_CONFIG_SYNCH_UNABLE_TO_INSTANTIATE_PROVIDER_464=\ub3d9\uae30\ud654 \uacf5\uae09\uc790 \uad6c\uc131 \ud56d\ubaa9 %2$s\uc5d0\uc11c \ucc38\uc870\ub41c %1$s \ud074\ub798\uc2a4\ub97c \uc778\uc2a4\ud134\uc2a4\ud654\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s |
| | | FATAL_ERR_CONFIG_SYNCH_ERROR_INITIALIZING_PROVIDER_465=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c \ucc38\uc870\ub41c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ub3d9\uae30\ud654 \uacf5\uae09\uc790\ub97c \ucd08\uae30\ud654\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_CONFIG_SYNCH_PROVIDER_HAS_BEEN_DISABLED_466=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ub3d9\uae30\ud654 \uacf5\uae09\uc790\uac00 \ud604\uc7ac \ud65c\uc131\ud654\ub418\uc5b4 \uc788\uc9c0\ub9cc \uad6c\uc131\uc774 \ubcc0\uacbd\ub418\uc5c8\uc73c\ubbc0\ub85c \uc774\ub97c \ube44\ud65c\uc131\ud654\ud574\uc57c \ud569\ub2c8\ub2e4. \uc774 \ubcc0\uacbd \uc0ac\ud56d\uc744 \uc801\uc6a9\ud558\ub824\uba74 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\ub97c \ub2e4\uc2dc \uc2dc\uc791\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | FATAL_ERR_CONFIG_SYNCH_PROVIDER_CLASS_CHANGED_467=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ub3d9\uae30\ud654 \uacf5\uae09\uc790\uc5d0 \ub300\ud55c \ub17c\ub9ac\ub97c \uc81c\uacf5\ud558\ub294 Java \ud074\ub798\uc2a4\uac00 %s\uc5d0\uc11c %s(\uc73c)\ub85c \ubcc0\uacbd\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc774 \ubcc0\uacbd \uc0ac\ud56d\uc744 \uc801\uc6a9\ud558\ub824\uba74 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\ub97c \ub2e4\uc2dc \uc2dc\uc791\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | INFO_CONFIG_BACKEND_ATTR_DESCRIPTION_WRITABILITY_468=\uc774 \ubc31\uc5d4\ub4dc\uc5d0 \ub300\ud55c \uc4f0\uae30 \uac00\ub2a5\uc131 \ubaa8\ub4dc\uc785\ub2c8\ub2e4. \uc774 \uac12\uc740 \ubaa8\ub4e0 \uc4f0\uae30 \uc791\uc5c5\uc774 \ud5c8\uc6a9\ub418\ub294 \uacbd\uc6b0 "enabled", \ubaa8\ub4e0 \uc4f0\uae30 \uc791\uc5c5\uc774 \uac70\ubd80\ub418\ub294 \uacbd\uc6b0 "disabled", \ub0b4\ubd80 \uc4f0\uae30 \uc791\uc5c5\uacfc \ub3d9\uae30\ud654 \uc5c5\ub370\uc774\ud2b8\ub9cc \ud5c8\uc6a9\ub418\ub294 \uacbd\uc6b0 "internal-only"\uc77c \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \uc0ac\ud56d\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_BACKEND_NO_WRITABILITY_MODE_469=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ubc31\uc5d4\ub4dc\uc5d0 \ud574\ub2f9 \ubc31\uc5d4\ub4dc\uc758 \uc4f0\uae30 \uac00\ub2a5\uc131 \ubaa8\ub4dc\ub97c \ub098\ud0c0\ub0b4\ub294 ds-cfg-writability-mode \uad6c\uc131 \uc18d\uc131 \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \ubc31\uc5d4\ub4dc\uac00 \ube44\ud65c\uc131\ud654\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_BACKEND_INVALID_WRITABILITY_MODE_470=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ubc31\uc5d4\ub4dc\uc5d0 \uc798\ubabb\ub41c \uc4f0\uae30 \uac00\ub2a5\uc131 \ubaa8\ub4dc %s\uc774(\uac00) \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \ubc31\uc5d4\ub4dc\uac00 \ube44\ud65c\uc131\ud654\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_BACKEND_UNABLE_TO_DETERMINE_WRITABILITY_471=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ubc31\uc5d4\ub4dc\uc758 \uc4f0\uae30 \uac00\ub2a5\uc131 \ubaa8\ub4dc\ub97c \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \ubc31\uc5d4\ub4dc\uac00 \ube44\ud65c\uc131\ud654\ub429\ub2c8\ub2e4. |
| | | INFO_CONFIG_CORE_DESCRIPTION_WRITABILITY_MODE_472=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc758 \uc4f0\uae30 \uac00\ub2a5\uc131 \ubaa8\ub4dc\uc785\ub2c8\ub2e4. \uac12\uc740 "enabled", "disabled" \ub610\ub294 "internal-only" \uc911 \ud558\ub098\uc77c \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \uc0ac\ud56d\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_WRITABILITY_MODE_473=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 ds-cfg-writability-mode \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \uc798\ubabb\ub41c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \uac12\uc740 "enabled", "disabled" \ub610\ub294 "internal-only" \uc911 \ud558\ub098\uc5ec\uc57c \ud569\ub2c8\ub2e4: %s |
| | | INFO_CONFIG_CORE_DESCRIPTION_BIND_WITH_DN_REQUIRES_PW_474=DN\uc744 \ud3ec\ud568\ud558\ub294 \ub2e8\uc21c \ubc14\uc778\ub4dc\uc5d0 \ube44\ubc00\ubc88\ud638\uac00 \ud3ec\ud568\ub418\uc5b4\uc57c \ud558\ub294\uc9c0 \uc5ec\ubd80\ub97c \ub098\ud0c0\ub0c5\ub2c8\ub2e4. \ube44\ud65c\uc131\ud654\ub41c \uacbd\uc6b0 \ube44\ubc00\ubc88\ud638\uac00 \uc5c6\ub294 \ubc14\uc778\ub4dc\ub294 \ubc14\uc778\ub4dc DN\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\ub354\ub77c\ub3c4 \ud56d\uc0c1 \uc775\uba85\uc73c\ub85c \ucc98\ub9ac\ub418\uc5b4 \uc77c\ubd80 \uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8\uc758 \uacbd\uc6b0 \ubcf4\uc548\uc5d0 \ud5c8\uc810\uc774 \uc0dd\uae38 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uc635\uc158\uc744 \ud65c\uc131\ud654\ud55c \uacbd\uc6b0 DN\uc740 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0\ub9cc \ube44\ubc00\ubc88\ud638\uac00 \uc5c6\ub294 \ub2e8\uc21c \ubc14\uc778\ub4dc \uc694\uccad\uc740 \uc775\uba85 \uc778\uc99d\uc73c\ub85c \uae30\ubcf8 \uc9c0\uc815\ub418\ub294 \ub300\uc2e0 \uac70\ubd80\ub429\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \uc0ac\ud56d\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_BIND_WITH_DN_REQUIRES_PW_475=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 ds-cfg-bind-with-dn-requires-password \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \uc798\ubabb\ub41c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \uac12\uc740 "TRUE" \ub610\ub294 "FALSE"\uc5ec\uc57c \ud569\ub2c8\ub2e4: %s |
| | | FATAL_ERR_CONFIG_PWVALIDATOR_CANNOT_GET_BASE_476=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc5d0\uc11c \ube44\ubc00\ubc88\ud638 \uac80\uc99d\uc790 \uae30\ubcf8 \ud56d\ubaa9 cn=Password Validators,cn=config\ub97c \uac80\uc0c9\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_WARN_CONFIG_PWVALIDATOR_BASE_DOES_NOT_EXIST_477=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc5d0 \ube44\ubc00\ubc88\ud638 \uac80\uc99d\uc790 \uad6c\uc131 \uae30\ubcf8 cn=Password Validators,cn=config\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. \uc11c\ubc84\uac00 \uc62c\ubc14\ub85c \uc791\ub3d9\ud558\ub824\uba74 \uc774 \ud56d\ubaa9\uc774 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_ENTRY_UNACCEPTABLE_478=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc720\ud6a8\ud55c \ube44\ubc00\ubc88\ud638 \uac80\uc99d\uc790 \uad6c\uc131\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4: %s. \uc774 \uad6c\uc131 \ud56d\ubaa9\uc740 \ubb34\uc2dc\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_CANNOT_CREATE_VALIDATOR_479=\uad6c\uc131 \ud56d\ubaa9 %s\uc758 \uc815\ubcf4\ub85c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ube44\ubc00\ubc88\ud638 \uac80\uc99d\uc790\ub97c \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_INVALID_OBJECTCLASS_480=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \ube44\ubc00\ubc88\ud638 \uac80\uc99d\uc790 \uc815\uc758\uc5d0 \ud544\uc694\ud55c ds-cfg-password-validator \uac1d\uccb4 \ud074\ub798\uc2a4\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | INFO_CONFIG_PWVALIDATOR_DESCRIPTION_CLASS_NAME_481=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ube44\ubc00\ubc88\ud638 \uac80\uc99d\uc790\ub97c \uc815\uc758\ud558\ub294 Java \ud074\ub798\uc2a4\uc758 \uc815\uaddc\ud654\ub41c \uc774\ub984\uc785\ub2c8\ub2e4. \uc5f0\uacb0\ub41c \uac80\uc99d\uc790\uac00 \ud65c\uc131\ud654\ub418\uc5b4 \uc788\ub294 \ub3d9\uc548 \ubcc0\uacbd\uc774 \ubc1c\uc0dd\ud558\uba74 \ud574\ub2f9 \uac80\uc99d\uc790\ub97c \ube44\ud65c\uc131\ud654\ud588\ub2e4\uac00 \ub2e4\uc2dc \ud65c\uc131\ud654\ud574\uc57c \ubcc0\uacbd \uc0ac\ud56d\uc774 \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_NO_CLASS_NAME_482=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc5f0\uacb0\ub41c \ube44\ubc00\ubc88\ud638 \uac80\uc99d\uc790\uc758 \uc815\uaddc\ud654\ub41c \ud074\ub798\uc2a4 \uc774\ub984\uc744 \uc9c0\uc815\ud558\ub294 ds-cfg-java-class \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \uc720\ud6a8\ud55c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_INVALID_CLASS_NAME_483=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 ds-cfg-java-class \uc18d\uc131\uc5d0 \ub300\ud55c \uc798\ubabb\ub41c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_INVALID_CLASS_484=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc5d0 \uc9c0\uc815\ub41c %1$s \ud074\ub798\uc2a4\uc5d0 \uc720\ud6a8\ud55c \ube44\ubc00\ubc88\ud638 \uac80\uc99d\uc790 \uad6c\ud604\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4: %3$s |
| | | INFO_CONFIG_PWVALIDATOR_DESCRIPTION_ENABLED_485=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ube44\ubc00\ubc88\ud638 \uac80\uc99d\uc790\ub97c \ud65c\uc131\ud654\ud574\uc57c \ud558\ub294\uc9c0 \uc5ec\ubd80\ub97c \ub098\ud0c0\ub0c5\ub2c8\ub2e4. \uc774 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \uc0ac\ud56d\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_NO_ENABLED_ATTR_486=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \ube44\ubc00\ubc88\ud638 \uac80\uc99d\uc790\ub97c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0\uc11c \uc0ac\uc6a9\ud558\uae30 \uc704\ud574 \ud65c\uc131\ud654\ud574\uc57c \ud558\ub294\uc9c0 \uc5ec\ubd80\ub97c \ub098\ud0c0\ub0b4\ub294 ds-cfg-enabled \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \uc720\ud6a8\ud55c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_INVALID_ENABLED_VALUE_487=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 ds-cfg-enabled \uc18d\uc131\uc5d0 \ub300\ud55c \uc798\ubabb\ub41c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_CONFIG_PWVALIDATOR_CLASS_ACTION_REQUIRED_488=\uad6c\uc131 \ud56d\ubaa9 %3$s\uc5d0\uc11c \ube44\ubc00\ubc88\ud638 \uac80\uc99d\uc790 \ud074\ub798\uc2a4 \uc774\ub984\uc744 %1$s\uc5d0\uc11c %2$s(\uc73c)\ub85c \ubcc0\uacbd\ud558\ub294 \uc694\uccad\uc740 \ub3d9\uc801\uc73c\ub85c \uc801\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uc774 \ubcc0\uacbd \uc0ac\ud56d\uc744 \uc801\uc6a9\ud558\ub824\uba74 \uac80\uc99d\uc790\ub97c \ube44\ud65c\uc131\ud654\ud588\ub2e4\uac00 \ub2e4\uc2dc \ud65c\uc131\ud654\ud558\uac70\ub098 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\ub97c \ub2e4\uc2dc \uc2dc\uc791\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_PWVALIDATOR_INITIALIZATION_FAILED_489=%s \ud074\ub798\uc2a4\uc758 \uc778\uc2a4\ud134\uc2a4\ub97c \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ub300\ub85c \ube44\ubc00\ubc88\ud638 \uac80\uc99d\uc790\ub85c \ucd08\uae30\ud654\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_CONFIG_PWVALIDATOR_EXISTS_490=DN %s\uc5d0 \ub4f1\ub85d\ub41c \uac80\uc99d\uc790\uac00 \uc774\ubbf8 \uc788\uae30 \ub54c\ubb38\uc5d0 \ud574\ub2f9 DN\uc744 \uac00\uc9c4 \uc0c8 \ube44\ubc00\ubc88\ud638 \uac80\uc99d\uc790 \ud56d\ubaa9\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_UNACCEPTABLE_CONFIG_491=\ub0b4\ubd80 \uac80\uc99d\uc5d0 \ub530\ub77c \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ube44\ubc00\ubc88\ud638 \uac80\uc99d\uc790\uc758 \uad6c\uc131\uc744 \ud5c8\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uadf8\ub7ec\ub098 \ud56d\ubaa9 \ubb38\uc81c\uc640 \uad00\ub828\ub41c \uad6c\uccb4\uc801\uc778 \uc815\ubcf4\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | FATAL_ERR_CONFIG_PWGENERATOR_CANNOT_GET_BASE_492=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc5d0\uc11c \ube44\ubc00\ubc88\ud638 \uc0dd\uc131\uae30 \uae30\ubcf8 \ud56d\ubaa9 cn=Password Generators,cn=config\ub97c \uac80\uc0c9\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_WARN_CONFIG_PWGENERATOR_BASE_DOES_NOT_EXIST_493=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc5d0 \ube44\ubc00\ubc88\ud638 \uc0dd\uc131\uae30 \uad6c\uc131 \uae30\ubcf8 cn=Password Generators,cn=config\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. \uc11c\ubc84\uac00 \uc62c\ubc14\ub85c \uc791\ub3d9\ud558\ub824\uba74 \uc774 \ud56d\ubaa9\uc774 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_ENTRY_UNACCEPTABLE_494=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc720\ud6a8\ud55c \ube44\ubc00\ubc88\ud638 \uc0dd\uc131\uae30 \uad6c\uc131\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4: %s. \uc774 \uad6c\uc131 \ud56d\ubaa9\uc740 \ubb34\uc2dc\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_CANNOT_CREATE_GENERATOR_495=\uad6c\uc131 \ud56d\ubaa9 %s\uc758 \uc815\ubcf4\ub85c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ube44\ubc00\ubc88\ud638 \uc0dd\uc131\uae30\ub97c \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_INVALID_OBJECTCLASS_496=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \ube44\ubc00\ubc88\ud638 \uc0dd\uc131\uae30 \uc815\uc758\uc5d0 \ud544\uc694\ud55c ds-cfg-password-generator \uac1d\uccb4 \ud074\ub798\uc2a4\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | INFO_CONFIG_PWGENERATOR_DESCRIPTION_CLASS_NAME_497=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ube44\ubc00\ubc88\ud638 \uc0dd\uc131\uae30\ub97c \uc815\uc758\ud558\ub294 Java \ud074\ub798\uc2a4\uc758 \uc815\uaddc\ud654\ub41c \uc774\ub984\uc785\ub2c8\ub2e4. \uc5f0\uacb0\ub41c \uc0dd\uc131\uae30\uac00 \ud65c\uc131\ud654\ub418\uc5b4 \uc788\ub294 \ub3d9\uc548 \ubcc0\uacbd\uc774 \ubc1c\uc0dd\ud558\uba74 \ud574\ub2f9 \uc0dd\uc131\uae30\ub97c \ube44\ud65c\uc131\ud654\ud588\ub2e4\uac00 \ub2e4\uc2dc \ud65c\uc131\ud654\ud574\uc57c \ubcc0\uacbd \uc0ac\ud56d\uc774 \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_NO_CLASS_NAME_498=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc5f0\uacb0\ub41c \ube44\ubc00\ubc88\ud638 \uc0dd\uc131\uae30\uc758 \uc815\uaddc\ud654\ub41c \ud074\ub798\uc2a4 \uc774\ub984\uc744 \uc9c0\uc815\ud558\ub294 ds-cfg-java-class \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \uc720\ud6a8\ud55c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_INVALID_CLASS_NAME_499=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 ds-cfg-java-class \uc18d\uc131\uc5d0 \ub300\ud55c \uc798\ubabb\ub41c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_INVALID_CLASS_500=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc5d0 \uc9c0\uc815\ub41c %1$s \ud074\ub798\uc2a4\uc5d0 \uc720\ud6a8\ud55c \ube44\ubc00\ubc88\ud638 \uc0dd\uc131\uae30 \uad6c\ud604\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4: %3$s |
| | | INFO_CONFIG_PWGENERATOR_DESCRIPTION_ENABLED_501=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ube44\ubc00\ubc88\ud638 \uc0dd\uc131\uae30\ub97c \ud65c\uc131\ud654\ud574\uc57c \ud558\ub294\uc9c0 \uc5ec\ubd80\ub97c \ub098\ud0c0\ub0c5\ub2c8\ub2e4. \uc774 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \uc0ac\ud56d\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_NO_ENABLED_ATTR_502=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \ube44\ubc00\ubc88\ud638 \uc0dd\uc131\uae30\ub97c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0\uc11c \uc0ac\uc6a9\ud558\uae30 \uc704\ud574 \ud65c\uc131\ud654\ud574\uc57c \ud558\ub294\uc9c0 \uc5ec\ubd80\ub97c \ub098\ud0c0\ub0b4\ub294 ds-cfg-enabled \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \uc720\ud6a8\ud55c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_INVALID_ENABLED_VALUE_503=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 ds-cfg-enabled \uc18d\uc131\uc5d0 \ub300\ud55c \uc798\ubabb\ub41c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_CONFIG_PWGENERATOR_CLASS_ACTION_REQUIRED_504=\uad6c\uc131 \ud56d\ubaa9 %3$s\uc5d0\uc11c \ube44\ubc00\ubc88\ud638 \uc0dd\uc131\uae30 \ud074\ub798\uc2a4 \uc774\ub984\uc744 %1$s\uc5d0\uc11c %2$s(\uc73c)\ub85c \ubcc0\uacbd\ud558\ub294 \uc694\uccad\uc740 \ub3d9\uc801\uc73c\ub85c \uc801\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uc774 \ubcc0\uacbd \uc0ac\ud56d\uc744 \uc801\uc6a9\ud558\ub824\uba74 \uc0dd\uc131\uae30\ub97c \ube44\ud65c\uc131\ud654\ud588\ub2e4\uac00 \ub2e4\uc2dc \ud65c\uc131\ud654\ud558\uac70\ub098 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\ub97c \ub2e4\uc2dc \uc2dc\uc791\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_PWGENERATOR_INITIALIZATION_FAILED_505=%s \ud074\ub798\uc2a4\uc758 \uc778\uc2a4\ud134\uc2a4\ub97c \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ub300\ub85c \ube44\ubc00\ubc88\ud638 \uc0dd\uc131\uae30\ub85c \ucd08\uae30\ud654\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_CONFIG_PWGENERATOR_EXISTS_506=DN %s\uc5d0 \ub4f1\ub85d\ub41c \uc0dd\uc131\uae30\uac00 \uc774\ubbf8 \uc788\uae30 \ub54c\ubb38\uc5d0 \ud574\ub2f9 DN\uc744 \uac00\uc9c4 \uc0c8 \ube44\ubc00\ubc88\ud638 \uc0dd\uc131\uae30 \ud56d\ubaa9\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_UNACCEPTABLE_CONFIG_507=\ub0b4\ubd80 \uac80\uc99d\uc5d0 \ub530\ub77c \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ube44\ubc00\ubc88\ud638 \uc0dd\uc131\uae30\uc758 \uad6c\uc131\uc744 \ud5c8\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uadf8\ub7ec\ub098 \ud56d\ubaa9 \ubb38\uc81c\uc640 \uad00\ub828\ub41c \uad6c\uccb4\uc801\uc778 \uc815\ubcf4\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | INFO_CONFIG_CORE_DESCRIPTION_DEFAULT_PWPOLICY_DN_508=\uc0ac\uc6a9\uc790 \uc815\uc758 \ube44\ubc00\ubc88\ud638 \uc815\ucc45\uc774 \uc815\uc758\ub418\uc9c0 \uc54a\uc740 \ubaa8\ub4e0 \uc0ac\uc6a9\uc790\uc5d0\uac8c \uc801\uc6a9\ub418\ub294 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc758 \uae30\ubcf8 \ube44\ubc00\ubc88\ud638 \uc815\ucc45\uc744 \uc815\uc758\ud558\ub294 \uad6c\uc131 \ud56d\ubaa9\uc758 DN\uc785\ub2c8\ub2e4. \uc774 \ud56d\ubaa9\uc774 \uc788\uc5b4\uc57c \ud558\uace0 \uc720\ud6a8\ud55c \ube44\ubc00\ubc88\ud638 \uc815\ucc45 \uad6c\uc131\uc744 \uc9c0\uc815\ud574\uc57c \ud569\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \uc0ac\ud56d\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_CORE_NO_DEFAULT_PWPOLICY_509=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0 \ub300\ud55c \uae30\ubcf8 \ube44\ubc00\ubc88\ud638 \uc815\ucc45\uc774 \uad6c\uc131\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4. \uad6c\uc131 \ud56d\ubaa9 %s\uc758 ds-cfg-default-password-policy \uc18d\uc131\uc5d0\uc11c \uc774 \uc18d\uc131\uc744 \uc9c0\uc815\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_DEFAULT_PWPOLICY_DN_510=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 ds-cfg-default-password-policy \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \uc798\ubabb\ub41c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \uac12\uc740 \uae30\ubcf8 \ube44\ubc00\ubc88\ud638 \uc815\ucc45 \uad6c\uc131 \ud56d\ubaa9\uc744 \uc9c0\uc815\ud558\ub294 DN\uc774\uc5b4\uc57c \ud569\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_CORE_NO_SUCH_PWPOLICY_511=ds-cfg-default-password-policy \uad6c\uc131 \uc18d\uc131\uc758 %s \uac12\uc5d0\uc11c \uc720\ud6a8\ud55c \ube44\ubc00\ubc88\ud638 \uc815\ucc45 \uad6c\uc131 \ud56d\ubaa9\uc744 \ucc38\uc870\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | FATAL_ERR_CONFIG_PWPOLICY_CANNOT_GET_BASE_512=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc5d0\uc11c \ube44\ubc00\ubc88\ud638 \uc815\ucc45 \uae30\ubcf8 \ud56d\ubaa9 cn=Password Policies,cn=config\ub97c \uac80\uc0c9\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_PWPOLICY_BASE_DOES_NOT_EXIST_513=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc5d0 \ube44\ubc00\ubc88\ud638 \uc815\ucc45 \uad6c\uc131 \uae30\ubcf8 cn=Password Policies,cn=config\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. \uc11c\ubc84\uac00 \uc62c\ubc14\ub85c \uc791\ub3d9\ud558\ub824\uba74 \uc774 \ud56d\ubaa9\uc774 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_PWPOLICY_NO_POLICIES_514=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc758 cn=Password Policies,cn=config \ud56d\ubaa9 \uc544\ub798\uc5d0 \ube44\ubc00\ubc88\ud638 \uc815\ucc45\uc774 \uc815\uc758\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4. \ube44\ubc00\ubc88\ud638 \uc815\ucc45 \uad6c\uc131\uc744 \ud558\ub098 \uc774\uc0c1 \uc815\uc758\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_PWPOLICY_INVALID_POLICY_CONFIG_515=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ube44\ubc00\ubc88\ud638 \uc815\ucc45\uc774 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_PWPOLICY_MISSING_DEFAULT_POLICY_516=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uae30\ubcf8 \ube44\ubc00\ubc88\ud638 \uc815\ucc45\uc774 %s(\uc73c)\ub85c \uc815\uc758\ub418\uc5b4 \uc788\uc9c0\ub9cc \ud574\ub2f9 \ud56d\ubaa9\uc774 \uc5c6\uac70\ub098 \ube44\ubc00\ubc88\ud638 \uc815\ucc45 \uad6c\uc131 \uae30\ubcf8 cn=Password Policies,cn=config \uc544\ub798\uc5d0 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_CONFIG_PWPOLICY_CANNOT_DELETE_DEFAULT_POLICY_517=\uc9c0\uc815\ub41c \ud56d\ubaa9 %s\uc774(\uac00) \ud604\uc7ac \uae30\ubcf8 \ube44\ubc00\ubc88\ud638 \uc815\ucc45\uc758 \uad6c\uc131 \ud56d\ubaa9\uc73c\ub85c \uc815\uc758\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \uae30\ubcf8 \ube44\ubc00\ubc88\ud638 \uc815\ucc45 \uad6c\uc131 \ud56d\ubaa9\uc744 \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | INFO_CONFIG_PWPOLICY_REMOVED_POLICY_518=\ube44\ubc00\ubc88\ud638 \uc815\ucc45 \ud56d\ubaa9 %s\uc774(\uac00) \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc5d0\uc11c \uc81c\uac70\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc774 \ube44\ubc00\ubc88\ud638 \uc815\ucc45\uc744 \uba85\uc2dc\uc801\uc73c\ub85c \ucc38\uc870\ud558\ub294 \ubaa8\ub4e0 \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc740 \ub354 \uc774\uc0c1 \uc778\uc99d\uc774 \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | FATAL_ERR_CONFIG_AUTHZ_CANNOT_GET_ENTRY_519=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc561\uc138\uc2a4 \uc81c\uc5b4 \uad6c\uc131 \ud56d\ubaa9 cn=Access Control Handler,cn=config\ub97c \uac80\uc0c9\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | FATAL_ERR_CONFIG_AUTHZ_ENTRY_DOES_NOT_EXIST_520=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc561\uc138\uc2a4 \uc81c\uc5b4 \uad6c\uc131 \ud56d\ubaa9 cn=Access Control Handler,cn=config\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc5d0 \uc774 \ud56d\ubaa9\uc774 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | FATAL_ERR_CONFIG_AUTHZ_ENTRY_DOES_NOT_HAVE_OBJECT_CLASS_521=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc561\uc138\uc2a4 \uc81c\uc5b4 \uad6c\uc131 \ud56d\ubaa9 cn=Access Control Handler,cn=config\uc5d0 \uc62c\ubc14\ub978 \uac1d\uccb4 \ud074\ub798\uc2a4\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc774 \ud56d\ubaa9\uc774 \uc720\ud6a8\ud558\ub824\uba74 ds-cfg-access-control-handler \uac1d\uccb4 \ud074\ub798\uc2a4\uac00 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | INFO_CONFIG_AUTHZ_DESCRIPTION_ENABLED_523=\uc561\uc138\uc2a4 \uc81c\uc5b4\uac00 \ud65c\uc131\ud654\ub418\uc5b4 \uc788\uace0 \uc11c\ubc84\uc5d0\uc11c \uc0ac\uc6a9\ud574\uc57c \ud558\ub294\uc9c0 \uc5ec\ubd80\ub97c \ub098\ud0c0\ub0c5\ub2c8\ub2e4. \uc774 \uc18d\uc131\uc740 \ud544\uc218\uc785\ub2c8\ub2e4. |
| | | FATAL_ERR_CONFIG_AUTHZ_NO_ENABLED_ATTR_524=\uc561\uc138\uc2a4 \uc81c\uc5b4 \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc561\uc138\uc2a4 \uc81c\uc5b4\ub97c \ud65c\uc131\ud654\ud558\uc5ec \uc0ac\uc6a9\ud558\ub294\uc9c0 \uc5ec\ubd80\ub97c \ub098\ud0c0\ub0b4\ub294 ds-cfg-enabled \uc18d\uc131\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_CONFIG_AUTHZ_DISABLED_525=\uc561\uc138\uc2a4 \uc81c\uc5b4\uac00 \ube44\ud65c\uc131\ud654\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | NOTICE_CONFIG_AUTHZ_ENABLED_526=\uc561\uc138\uc2a4 \uc81c\uc5b4\uac00 \ud65c\uc131\ud654\ub418\uc5c8\uace0 %s \uad6c\ud604\uc744 \uc0ac\uc6a9\ud569\ub2c8\ub2e4. |
| | | FATAL_ERR_CONFIG_AUTHZ_UNABLE_TO_DETERMINE_ENABLED_STATE_527=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc561\uc138\uc2a4 \uc81c\uc5b4\ub97c \ud65c\uc131\ud654\ud574\uc57c \ud558\ub294\uc9c0 \uc5ec\ubd80\ub97c \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_CONFIG_AUTHZ_DESCRIPTION_CLASS_528=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0 \ub300\ud55c \uc561\uc138\uc2a4 \uc81c\uc5b4 \uad6c\ud604\uc744 \uc81c\uacf5\ud558\ub294 Java \ud074\ub798\uc2a4\uc758 \uc815\uaddc\ud654\ub41c \uc774\ub984\uc785\ub2c8\ub2e4. \uc774 \uc18d\uc131\uc740 \ud544\uc218\uc785\ub2c8\ub2e4. |
| | | FATAL_ERR_CONFIG_AUTHZ_NO_CLASS_ATTR_529=\uc561\uc138\uc2a4 \uc81c\uc5b4 \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0 \ub300\ud55c \uc561\uc138\uc2a4 \uc81c\uc5b4 \uad6c\ud604\uc744 \uc81c\uacf5\ud558\ub294 Java \ud074\ub798\uc2a4 \uc774\ub984\uc744 \uc9c0\uc815\ud558\ub294 ds-cfg-java-class \uc18d\uc131\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | FATAL_ERR_CONFIG_AUTHZ_UNABLE_TO_DETERMINE_CLASS_530=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc561\uc138\uc2a4 \uc81c\uc5b4 \uad6c\ud604\uc744 \uc81c\uacf5\ud558\ub294 \ub370 \uc0ac\uc6a9\ub41c \ud074\ub798\uc2a4 \uc774\ub984\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | FATAL_ERR_CONFIG_AUTHZ_UNABLE_TO_LOAD_CLASS_531=\uc561\uc138\uc2a4 \uc81c\uc5b4 \uad6c\uc131 \ud56d\ubaa9 %2$s\uc5d0\uc11c \ucc38\uc870\ub41c %1$s \ud074\ub798\uc2a4\ub97c \ub85c\ub4dc\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s |
| | | FATAL_ERR_CONFIG_AUTHZ_BAD_CLASS_532=\uc561\uc138\uc2a4 \uc81c\uc5b4 \uad6c\uc131 \ud56d\ubaa9 %2$s\uc5d0\uc11c \ucc38\uc870\ub41c \uc561\uc138\uc2a4 \uc81c\uc5b4 \uad6c\ud604 \ud074\ub798\uc2a4 %1$s\uc5d0\uc11c %3$s \uc778\ud130\ud398\uc774\uc2a4\ub97c \uad6c\ud604\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4: %4$s |
| | | FATAL_ERR_CONFIG_AUTHZ_UNABLE_TO_INSTANTIATE_HANDLER_533=\uc561\uc138\uc2a4 \uc81c\uc5b4 \uad6c\uc131 \ud56d\ubaa9 %2$s\uc5d0\uc11c \ucc38\uc870\ub41c %1$s \ud074\ub798\uc2a4\ub97c \uc778\uc2a4\ud134\uc2a4\ud654\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s |
| | | FATAL_ERR_CONFIG_AUTHZ_ERROR_INITIALIZING_HANDLER_534=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c \ucc38\uc870\ub41c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc561\uc138\uc2a4 \uc81c\uc5b4 \uad6c\ud604\uc744 \ucd08\uae30\ud654\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | FATAL_ERR_CONFIG_ROOTDN_CANNOT_GET_BASE_535=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc5d0\uc11c \ub8e8\ud2b8 DN \uae30\ubcf8 \ud56d\ubaa9 cn=Root DNs,cn=config\ub97c \uac80\uc0c9\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_ROOTDN_BASE_DOES_NOT_EXIST_536=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc5d0 \ube44\ubc00\ubc88\ud638 \uc815\ucc45 \uad6c\uc131 \uae30\ubcf8 cn=Root DNs,cn=config\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. \uc11c\ubc84\uac00 \uc62c\ubc14\ub85c \uc791\ub3d9\ud558\ub824\uba74 \uc774 \ud56d\ubaa9\uc774 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_ROOTDN_ENTRY_UNACCEPTABLE_537=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc720\ud6a8\ud55c \ub8e8\ud2b8 DN \uad6c\uc131\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4: %s. \uc774 \uad6c\uc131 \ud56d\ubaa9\uc740 \ubb34\uc2dc\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_ROOTDN_CANNOT_CREATE_538=\uad6c\uc131 \ud56d\ubaa9 %s\uc758 \uc815\ubcf4\ub85c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ub8e8\ud2b8 DN\uc744 \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_ROOTDN_INVALID_OBJECTCLASS_539=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ub8e8\ud2b8 DN \uc815\uc758\uc5d0 \ud544\uc694\ud55c ds-cfg-root-dn-user \uac1d\uccb4 \ud074\ub798\uc2a4\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | INFO_CONFIG_ROOTDN_DESCRIPTION_ALTERNATE_BIND_DN_540=\ub8e8\ud2b8 DN \uad6c\uc131 \ud56d\ubaa9\uc758 \uc2e4\uc81c DN \uc678\uc5d0 \uc5f0\uacb0\ub41c \ub8e8\ud2b8 DN\uc73c\ub85c \uc778\uc99d\ud558\uae30 \uc704\ud574 \uc0ac\uc6a9\ud560 \uc218 \uc788\ub294 \ub300\uccb4 \ubc14\uc778\ub4dc DN\uc744 \ud558\ub098 \uc774\uc0c1 \uc9c0\uc815\ud569\ub2c8\ub2e4. \ub300\uccb4 \ubc14\uc778\ub4dc DN\uc740 \ub514\ub809\ud1a0\ub9ac\uc758 \ub2e4\ub978 \ud56d\ubaa9 DN, \ub610\ub294 \ub2e4\ub978 \ub8e8\ud2b8 DN\uc5d0 \ub300\ud574 \uad6c\uc131\ub41c \ub2e4\ub978 \ub300\uccb4 \ubc14\uc778\ub4dc DN\uacfc \ucda9\ub3cc\ud558\uc9c0 \ub9d0\uc544\uc57c \ud569\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \uc0ac\ud56d\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_ROOTDN_CONFLICTING_MAPPING_541=\ub8e8\ud2b8 \uc0ac\uc6a9\uc790 \"%3$s\"\uc5d0 \ub300\ud55c \ub300\uccb4 \ubc14\uc778\ub4dc DN\uc73c\ub85c \uc774\ubbf8 \ub4f1\ub85d\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \"%1$s\"\uc744(\ub97c) \uc0ac\uc6a9\uc790 \"%2$s\"\uc5d0 \ub300\ud55c \ub300\uccb4 \ubc14\uc778\ub4dc DN\uc73c\ub85c \ub4f1\ub85d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_ROOTDN_CANNOT_PARSE_ALTERNATE_BIND_DNS_542=\ub8e8\ud2b8 \uc0ac\uc6a9\uc790 %s\uc5d0 \ub300\ud55c \ub300\uccb4 \ubc14\uc778\ub4dc DN \uc9d1\ud569\uc744 \uad6c\ubb38 \ubd84\uc11d\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_ROOTDN_CANNOT_REGISTER_ALTERNATE_BIND_DN_543=\"%s\"\uc744(\ub97c) \ub8e8\ud2b8 \uc0ac\uc6a9\uc790 \"%s\"\uc5d0 \ub300\ud55c \ub300\uccb4 \ubc14\uc778\ub4dc DN\uc73c\ub85c \ub4f1\ub85d\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_ROOTDN_EXISTS_544=\ub2e4\ub978 \ub8e8\ud2b8 \uc0ac\uc6a9\uc790\uac00 \ub8e8\ud2b8 DN \ud56d\ubaa9 %s\uc5d0 \uc774\ubbf8 \ub4f1\ub85d\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \ud574\ub2f9 DN\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | FATAL_ERR_CONFIG_ACCTNOTHANDLER_CANNOT_GET_BASE_545=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc5d0\uc11c \uacc4\uc815 \uc0c1\ud0dc \uc54c\ub9bc \ucc98\ub9ac\uae30 \uae30\ubcf8 \ud56d\ubaa9 cn=Account Status Notification Handlers,cn=config\ub97c \uac80\uc0c9\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_WARN_CONFIG_ACCTNOTHANDLER_BASE_DOES_NOT_EXIST_546=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc5d0 \uacc4\uc815 \uc0c1\ud0dc \uc54c\ub9bc \ucc98\ub9ac\uae30 \uad6c\uc131 \uae30\ubcf8 \ud56d\ubaa9cn=Account Status Notification Handlers,cn=config\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. \uc11c\ubc84\uac00 \uc62c\ubc14\ub85c \uc791\ub3d9\ud558\ub824\uba74 \uc774 \ud56d\ubaa9\uc774 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_ENTRY_UNACCEPTABLE_547=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc720\ud6a8\ud55c \uacc4\uc815 \uc0c1\ud0dc \uc54c\ub9bc \ucc98\ub9ac\uae30 \uad6c\uc131\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4: %s. \uc774 \uad6c\uc131 \ud56d\ubaa9\uc740 \ubb34\uc2dc\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_CANNOT_CREATE_HANDLER_548=\uad6c\uc131 \ud56d\ubaa9 %s\uc758 \uc815\ubcf4\ub85c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uacc4\uc815 \uc0c1\ud0dc \uc54c\ub9bc \ucc98\ub9ac\uae30\ub97c \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_INVALID_OBJECTCLASS_549=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uacc4\uc815 \uc0c1\ud0dc \uc54c\ub9bc \ucc98\ub9ac\uae30 \uc815\uc758\uc5d0 \ud544\uc694\ud55c ds-cfg-account-status-notification-handler \uac1d\uccb4 \ud074\ub798\uc2a4\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | INFO_CONFIG_ACCTNOTHANDLER_DESCRIPTION_CLASS_NAME_550=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uacc4\uc815 \uc0c1\ud0dc \uc54c\ub9bc \ucc98\ub9ac\uae30\ub97c \uc815\uc758\ud558\ub294 Java \ud074\ub798\uc2a4\uc758 \uc815\uaddc\ud654\ub41c \uc774\ub984\uc785\ub2c8\ub2e4. \uc5f0\uacb0\ub41c \uc54c\ub9bc \ucc98\ub9ac\uae30\uac00 \ud65c\uc131\ud654\ub418\uc5b4 \uc788\ub294 \ub3d9\uc548 \ubcc0\uacbd\uc774 \ubc1c\uc0dd\ud558\uba74 \ud574\ub2f9 \ucc98\ub9ac\uae30\ub97c \ube44\ud65c\uc131\ud654\ud588\ub2e4\uac00 \ub2e4\uc2dc \ud65c\uc131\ud654\ud574\uc57c \ubcc0\uacbd \uc0ac\ud56d\uc774 \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_NO_CLASS_NAME_551=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc5f0\uacb0\ub41c \uacc4\uc815 \uc0c1\ud0dc \uc54c\ub9bc \ucc98\ub9ac\uae30\uc758 \uc815\uaddc\ud654\ub41c \ud074\ub798\uc2a4 \uc774\ub984\uc744 \uc9c0\uc815\ud558\ub294 ds-cfg-java-class \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \uc720\ud6a8\ud55c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_INVALID_CLASS_NAME_552=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 ds-cfg-java-class \uc18d\uc131\uc5d0 \ub300\ud55c \uc798\ubabb\ub41c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_INVALID_CLASS_553=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc5d0 \uc9c0\uc815\ub41c %1$s \ud074\ub798\uc2a4\uc5d0 \uc720\ud6a8\ud55c \uacc4\uc815 \uc0c1\ud0dc \uc54c\ub9bc \ucc98\ub9ac\uae30 \uad6c\ud604\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4: %3$s |
| | | INFO_CONFIG_ACCTNOTHANDLER_DESCRIPTION_ENABLED_554=\uc774 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uacc4\uc815 \uc0c1\ud0dc \uc54c\ub9bc \ucc98\ub9ac\uae30\ub97c \ud65c\uc131\ud654\ud574\uc57c \ud558\ub294\uc9c0 \uc5ec\ubd80\ub97c \ub098\ud0c0\ub0c5\ub2c8\ub2e4. \uc774 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \uc0ac\ud56d\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_NO_ENABLED_ATTR_555=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uacc4\uc815 \uc0c1\ud0dc \uc54c\ub9bc \ucc98\ub9ac\uae30\ub97c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0\uc11c \uc0ac\uc6a9\ud558\uae30 \uc704\ud574 \ud65c\uc131\ud654\ud574\uc57c \ud558\ub294\uc9c0 \uc5ec\ubd80\ub97c \ub098\ud0c0\ub0b4\ub294 ds-cfg-enabled \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \uc720\ud6a8\ud55c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_INVALID_ENABLED_VALUE_556=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 ds-cfg-enabled \uc18d\uc131\uc5d0 \ub300\ud55c \uc798\ubabb\ub41c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_CONFIG_ACCTNOTHANDLER_CLASS_ACTION_REQUIRED_557=\uad6c\uc131 \ud56d\ubaa9 %3$s\uc5d0\uc11c \uacc4\uc815 \uc0c1\ud0dc \uc54c\ub9bc \ucc98\ub9ac\uae30 \ud074\ub798\uc2a4 \uc774\ub984\uc744 %1$s\uc5d0\uc11c %2$s(\uc73c)\ub85c \ubcc0\uacbd\ud558\ub294 \uc694\uccad\uc740 \ub3d9\uc801\uc73c\ub85c \uc801\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uc774 \ubcc0\uacbd \uc0ac\ud56d\uc744 \uc801\uc6a9\ud558\ub824\uba74 \uc54c\ub9bc \ucc98\ub9ac\uae30\ub97c \ube44\ud65c\uc131\ud654\ud588\ub2e4\uac00 \ub2e4\uc2dc \ud65c\uc131\ud654\ud558\uac70\ub098 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\ub97c \ub2e4\uc2dc \uc2dc\uc791\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_ACCTNOTHANDLER_INITIALIZATION_FAILED_558=%s \ud074\ub798\uc2a4\uc758 \uc778\uc2a4\ud134\uc2a4\ub97c \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ub300\ub85c \uacc4\uc815 \uc0c1\ud0dc \uc54c\ub9bc \ucc98\ub9ac\uae30\ub85c \ucd08\uae30\ud654\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_CONFIG_ACCTNOTHANDLER_EXISTS_559=DN %s\uc5d0 \ub4f1\ub85d\ub41c \uc54c\ub9bc \ucc98\ub9ac\uae30\uac00 \uc774\ubbf8 \uc788\uae30 \ub54c\ubb38\uc5d0 \ud574\ub2f9 DN\uc744 \uac00\uc9c4 \uc0c8 \uacc4\uc815 \uc0c1\ud0dc \uc54c\ub9bc \ucc98\ub9ac\uae30 \ud56d\ubaa9\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_UNACCEPTABLE_CONFIG_560=\ub0b4\ubd80 \uac80\uc99d\uc5d0 \ub530\ub77c \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \uacc4\uc815 \uc0c1\ud0dc \uc54c\ub9bc \ucc98\ub9ac\uae30\uc758 \uad6c\uc131\uc744 \ud5c8\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uadf8\ub7ec\ub098 \ud56d\ubaa9 \ubb38\uc81c\uc640 \uad00\ub828\ub41c \uad6c\uccb4\uc801\uc778 \uc815\ubcf4\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | INFO_CONFIG_CORE_DESCRIPTION_LOOKTHROUGH_LIMIT_561=\uac80\uc0c9 \uc791\uc5c5\uc744 \ucc98\ub9ac\ud560 \ub54c \uc77c\uce58 \uc5ec\ubd80\ub97c \ud655\uc778\ud55c \ud6c4\ubcf4 \ud56d\ubaa9\uc758 \uae30\ubcf8 \ucd5c\ub300 \uc218\uc785\ub2c8\ub2e4. \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc5d0 ds-rlim-lookthrough-limit \uc791\uc5c5 \uc18d\uc131\uc744 \ud3ec\ud568\uc2dc\ucf1c\uc11c \uc0ac\uc6a9\uc790 \ub2e8\uc704\ub85c \uc774 \uc18d\uc131\uc744 \ubb34\uc2dc\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \uc0ac\ud56d\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_LOOKTHROUGH_LIMIT_562=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 ds-cfg-lookthrough-limit \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \uc798\ubabb\ub41c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \uac12\uc740 \uc0ac\uc6a9\ud560 \uc870\uc0ac \uc81c\ud55c\uc744 \uc9c0\uc815\ud558\ub294 \uc591\uc758 \uc815\uc218 \uac12, 0 \ub610\ub294 \uc81c\ud55c \uc5c6\uc74c\uc744 \ub098\ud0c0\ub0b4\ub294 -1\uc774\uc5b4\uc57c \ud569\ub2c8\ub2e4: %s |
| | | FATAL_ERR_CONFIG_UNABLE_TO_APPLY_STARTUP_CHANGES_563=\uc2dc\uc791 \uc2dc %s \ud30c\uc77c\uc5d0 \ud3ec\ud568\ub41c \ubcc0\uacbd \uc0ac\ud56d\uc744 \uc11c\ubc84 \uad6c\uc131\uc5d0 \uc801\uc6a9\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | FATAL_ERR_CONFIG_ERROR_APPLYING_STARTUP_CHANGE_564=\uc11c\ubc84 \uc2dc\uc791 \uc2dc \ubcc0\uacbd \uc0ac\ud56d\uc744 \uc801\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %s |
| | | FATAL_ERR_CONFIG_UNABLE_TO_APPLY_CHANGES_FILE_565=\uc11c\ubc84 \uc2dc\uc791 \uc2dc \ubcc0\uacbd \uc0ac\ud56d\uc744 \uc801\uc6a9\ud558\ub294 \ub3d9\uc548 \ud558\ub098 \uc774\uc0c1\uc758 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. |
| | | INFO_CONFIG_DESCRIPTION_BACKEND_MODE_566=\ubc31\uc5d4\ub4dc \ub370\uc774\ud130\ubca0\uc774\uc2a4 \ud30c\uc77c\uc774 \ud3ec\ud568\ub41c \ub514\ub809\ud1a0\ub9ac\uc5d0 \uc0ac\uc6a9\ub41c \uad8c\ud55c\uc785\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_BACKEND_MODE_INVALID_567=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 ds-cfg-db-directory-permissions \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \uc720\ud6a8\ud55c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uac12\uc740 3\uc790\ub9ac 8\uc9c4\uc218\ub85c \ud45c\uc2dc\ub41c UNIX \uad8c\ud55c \ubaa8\ub4dc\uc5ec\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_BACKEND_INSANE_MODE_568=\uc62c\ubc14\ub974\uc9c0 \uc54a\uc740 UNIX \ud30c\uc77c \uad8c\ud55c %s\uc774(\uac00) \ubc31\uc5d4\ub4dc\uc5d0 \ubc31\uc5d4\ub4dc \ub370\uc774\ud130\ubca0\uc774\uc2a4 \ub514\ub809\ud1a0\ub9ac\uc5d0 \ub300\ud55c \uc77d\uae30 \ubc0f \uc4f0\uae30 \uc561\uc138\uc2a4\ub97c \ud5c8\uc6a9\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | INFO_CONFIG_CORE_DESCRIPTION_TIME_LIMIT_569=\uac80\uc0c9 \uc791\uc5c5\uc744 \ucc98\ub9ac\ud560 \ub54c \ud5c8\uc6a9\ub418\ub294 \uae30\ubcf8 \ucd5c\ub300 \uc2dc\uac04 \uae38\uc774\uc785\ub2c8\ub2e4. \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc5d0 ds-rlim-time-limit \uc791\uc5c5 \uc18d\uc131\uc744 \ud3ec\ud568\uc2dc\ucf1c\uc11c \uc0ac\uc6a9\uc790 \ub2e8\uc704\ub85c \uc774 \uc18d\uc131\uc744 \ubb34\uc2dc\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \uc0ac\ud56d\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_TIME_LIMIT_570=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 ds-cfg-time-limit \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \uc798\ubabb\ub41c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \uac12\uc740 \uc815\uc218 \uac12 \ub4a4\uc5d0 \uacf5\ubc31\uacfc \uc2dc\uac04 \ub2e8\uc704(\ucd08, \ubd84, \uc2dc\uac04, \uc77c \ub610\ub294 \uc8fc)\uac00 \uc635\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_PWPOLICY_NO_DEFAULT_POLICY_571=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0 \ub300\ud55c \uae30\ubcf8 \ube44\ubc00\ubc88\ud638 \uc815\ucc45\uc774 \uad6c\uc131\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4. cn=config \ud56d\ubaa9\uc758 ds-cfg-default-password-policy \uc18d\uc131\uc5d0\uc11c \uae30\ubcf8 \ube44\ubc00\ubc88\ud638 \uc815\ucc45\uc744 \uc9c0\uc815\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_WARN_CONFIG_BACKEND_CANNOT_REGISTER_BACKEND_572=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0 \ubc31\uc5d4\ub4dc %s\uc744(\ub97c) \ub4f1\ub85d\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_FILE_CANNOT_CREATE_ARCHIVE_DIR_NO_REASON_573=\uad6c\uc131 \uc544\uce74\uc774\ube0c \ub514\ub809\ud1a0\ub9ac %s\uc744(\ub97c) \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_FILE_CANNOT_CREATE_ARCHIVE_DIR_574=\uad6c\uc131 \uc544\uce74\uc774\ube0c \ub514\ub809\ud1a0\ub9ac %s\uc744(\ub97c) \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_FILE_CANNOT_WRITE_CONFIG_ARCHIVE_575=\ud604\uc7ac \uad6c\uc131\uc744 \uad6c\uc131 \uc544\uce74\uc774\ube0c\uc5d0 \uc4f0\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_CONFIG_CORE_DESCRIPTION_REJECT_UNAUTHENTICATED_REQUESTS_576=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uac00 \uc778\uc99d\ub418\uc9c0 \uc54a\uc740 \ud074\ub77c\uc774\uc5b8\ud2b8\uc758 \uc694\uccad\uc744 \uac70\ubd80\ud574\uc57c \ud558\ub294\uc9c0 \uc5ec\ubd80\ub97c \ub098\ud0c0\ub0c5\ub2c8\ub2e4. "true"\ub85c \uc124\uc815\ub41c \uacbd\uc6b0 \uc778\uc99d\ub418\uc9c0 \uc54a\uc740 \ud074\ub77c\uc774\uc5b8\ud2b8\ub294 \ubc14\uc778\ub4dc \ubc0f TLS \uc2dc\uc791 \uc694\uccad\ub9cc \uc804\uc1a1\ud560 \uc218 \uc788\ub3c4\ub85d \ud5c8\uc6a9\ub429\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \uc0ac\ud56d\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_CORE_REJECT_UNAUTHENTICATED_REQUESTS_INVALID_577=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 ds-cfg-reject-unauthenticated-requests \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \uc798\ubabb\ub41c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \uac12\uc740 "true" \ub610\ub294 "false"\uc5ec\uc57c \ud569\ub2c8\ub2e4. |
| | | FATAL_ERR_CONFIG_GROUP_CANNOT_GET_BASE_578=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc5d0\uc11c \uadf8\ub8f9 \uad6c\ud604 \uae30\ubcf8 \ud56d\ubaa9 cn=Group Implementations,cn=config\ub97c \uac80\uc0c9\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_WARN_CONFIG_GROUP_BASE_DOES_NOT_EXIST_579=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc5d0 \uadf8\ub8f9 \uad6c\ud604 \uad6c\uc131 \uae30\ubcf8 cn=Group Implementations,cn=config\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. \uc11c\ubc84\uac00 \uc62c\ubc14\ub85c \uc791\ub3d9\ud558\ub824\uba74 \uc774 \ud56d\ubaa9\uc774 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_GROUP_ENTRY_UNACCEPTABLE_580=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc720\ud6a8\ud55c \uadf8\ub8f9 \uad6c\ud604 \uad6c\uc131\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4: %s. \uc774 \uad6c\uc131 \ud56d\ubaa9\uc740 \ubb34\uc2dc\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_GROUP_CANNOT_CREATE_IMPLEMENTATION_581=\uad6c\uc131 \ud56d\ubaa9 %s\uc758 \uc815\ubcf4\ub85c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uadf8\ub8f9 \uad6c\ud604\uc744 \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_GROUP_INVALID_OBJECTCLASS_582=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uadf8\ub8f9 \uad6c\ud604 \uc815\uc758\uc5d0 \ud544\uc694\ud55c ds-cfg-group-implementation \uac1d\uccb4 \ud074\ub798\uc2a4\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | INFO_CONFIG_GROUP_DESCRIPTION_CLASS_NAME_583=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uadf8\ub8f9 \uad6c\ud604\uc744 \uc815\uc758\ud558\ub294 Java \ud074\ub798\uc2a4\uc758 \uc815\uaddc\ud654\ub41c \uc774\ub984\uc785\ub2c8\ub2e4. \uc5f0\uacb0\ub41c \uad6c\ud604\uc774 \ud65c\uc131\ud654\ub418\uc5b4 \uc788\ub294 \ub3d9\uc548 \ubcc0\uacbd\uc774 \ubc1c\uc0dd\ud558\uba74 \ud574\ub2f9 \uadf8\ub8f9 \uad6c\ud604\uc744 \ube44\ud65c\uc131\ud654\ud588\ub2e4\uac00 \ub2e4\uc2dc \ud65c\uc131\ud654\ud574\uc57c \ubcc0\uacbd \uc0ac\ud56d\uc774 \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_GROUP_NO_CLASS_NAME_584=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc5f0\uacb0\ub41c \uadf8\ub8f9 \uad6c\ud604\uc758 \uc815\uaddc\ud654\ub41c \ud074\ub798\uc2a4 \uc774\ub984\uc744 \uc9c0\uc815\ud558\ub294 ds-cfg-java-class \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \uc720\ud6a8\ud55c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4 |
| | | SEVERE_ERR_CONFIG_GROUP_INVALID_CLASS_NAME_585=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 ds-cfg-java-class \uc18d\uc131\uc5d0 \ub300\ud55c \uc798\ubabb\ub41c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_GROUP_INVALID_CLASS_586=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc5d0 \uc9c0\uc815\ub41c %1$s \ud074\ub798\uc2a4\uc5d0 \uc720\ud6a8\ud55c \uadf8\ub8f9 \uad6c\ud604\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4: %3$s |
| | | INFO_CONFIG_GROUP_DESCRIPTION_ENABLED_587=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uadf8\ub8f9 \uad6c\ud604\uc744 \ud65c\uc131\ud654\ud574\uc57c \ud558\ub294\uc9c0 \uc5ec\ubd80\ub97c \ub098\ud0c0\ub0c5\ub2c8\ub2e4. \uc774 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \uc0ac\ud56d\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_GROUP_NO_ENABLED_ATTR_588=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uadf8\ub8f9 \uad6c\ud604\uc744 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0\uc11c \uc0ac\uc6a9\ud558\uae30 \uc704\ud574 \ud65c\uc131\ud654\ud574\uc57c \ud558\ub294\uc9c0 \uc5ec\ubd80\ub97c \ub098\ud0c0\ub0b4\ub294 ds-cfg-enabled \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \uc720\ud6a8\ud55c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_GROUP_INVALID_ENABLED_VALUE_589=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 ds-cfg-enabled \uc18d\uc131\uc5d0 \ub300\ud55c \uc798\ubabb\ub41c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_CONFIG_GROUP_CLASS_ACTION_REQUIRED_590=\uad6c\uc131 \ud56d\ubaa9 %3$s\uc5d0\uc11c \uadf8\ub8f9 \uad6c\ud604 \ud074\ub798\uc2a4 \uc774\ub984\uc744 %1$s\uc5d0\uc11c %2$s(\uc73c)\ub85c \ubcc0\uacbd\ud558\ub294 \uc694\uccad\uc740 \ub3d9\uc801\uc73c\ub85c \uc801\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uc774 \ubcc0\uacbd \uc0ac\ud56d\uc744 \uc801\uc6a9\ud558\ub824\uba74 \uadf8\ub8f9 \uad6c\ud604\uc744 \ube44\ud65c\uc131\ud654\ud588\ub2e4\uac00 \ub2e4\uc2dc \ud65c\uc131\ud654\ud558\uac70\ub098 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\ub97c \ub2e4\uc2dc \uc2dc\uc791\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_GROUP_INITIALIZATION_FAILED_591=%s \ud074\ub798\uc2a4\uc758 \uc778\uc2a4\ud134\uc2a4\ub97c \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ub300\ub85c \uadf8\ub8f9 \uad6c\ud604\uc73c\ub85c \ucd08\uae30\ud654\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_CONFIG_GROUP_EXISTS_592=DN %s\uc5d0 \ub4f1\ub85d\ub41c \uadf8\ub8f9 \uad6c\ud604\uc774 \uc774\ubbf8 \uc788\uae30 \ub54c\ubb38\uc5d0 \ud574\ub2f9 DN\uc744 \uac00\uc9c4 \uc0c8 \uadf8\ub8f9 \uad6c\ud604 \ud56d\ubaa9\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_GROUP_UNACCEPTABLE_CONFIG_593=\ub0b4\ubd80 \uac80\uc99d\uc5d0 \ub530\ub77c \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \uadf8\ub8f9 \uad6c\ud604\uc758 \uad6c\uc131\uc744 \ud5c8\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uadf8\ub7ec\ub098 \ud56d\ubaa9 \ubb38\uc81c\uc640 \uad00\ub828\ub41c \uad6c\uccb4\uc801\uc778 \uc815\ubcf4\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_ROOTDN_DESCRIPTION_ROOT_PRIVILEGE_594=\ub8e8\ud2b8 \uc0ac\uc6a9\uc790\ub97c \uc11c\ubc84\uc5d0 \uc778\uc99d\ud560 \ub54c \ub8e8\ud2b8 \uc0ac\uc6a9\uc790\uc5d0\uac8c \uc790\ub3d9\uc73c\ub85c \uc9c0\uc815\ub418\ub294 \uad8c\ud55c \uc9d1\ud569\uc785\ub2c8\ub2e4. |
| | | SEVERE_WARN_CONFIG_ROOTDN_UNRECOGNIZED_PRIVILEGE_595=%2$s \ud56d\ubaa9\uc758 %1$s \uad6c\uc131 \uc18d\uc131\uc5d0 \ud3ec\ud568\ub41c \uae30\ubcf8 \ub8e8\ud2b8 \uad8c\ud55c \uc9d1\ud569\uc5d0 \uc778\uc2dd\ud560 \uc218 \uc5c6\ub294 \uad8c\ud55c %3$s\uc774(\uac00) \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_ROOTDN_ERROR_DETERMINING_ROOT_PRIVILEGES_596=\uae30\ubcf8\uc801\uc73c\ub85c \ub8e8\ud2b8 \uc0ac\uc6a9\uc790\uc5d0\uac8c \ubd80\uc5ec\ub418\ub294 \uad8c\ud55c \uc9d1\ud569\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_CONFIG_ROOTDN_UPDATED_PRIVILEGES_597=\ub8e8\ud2b8 \uc0ac\uc6a9\uc790\uc5d0\uac8c \uc790\ub3d9\uc73c\ub85c \uc9c0\uc815\ub418\ub294 \uad8c\ud55c \uc9d1\ud569\uc774 \uc5c5\ub370\uc774\ud2b8\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc774\ubbf8 \ub8e8\ud2b8 \uc0ac\uc6a9\uc790\ub85c \uc778\uc99d\ub41c \uae30\uc874 \uc5f0\uacb0\uc5d0\ub294 \uc774 \uc0c8 \uad8c\ud55c \uc9d1\ud569\uc774 \uc801\uc6a9\ub418\uc9c0 \uc54a\uc9c0\ub9cc \ubaa8\ub4e0 \ud6c4\uc18d \ub8e8\ud2b8 \uc0ac\uc6a9\uc790 \uc778\uc99d\uc5d0\ub294 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_FILE_ADD_INSUFFICIENT_PRIVILEGES_598=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc5d0\uc11c \ucd94\uac00 \uc791\uc5c5\uc744 \uc218\ud589\ud560 \uc218 \uc788\ub294 \ucda9\ubd84\ud55c \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_FILE_DELETE_INSUFFICIENT_PRIVILEGES_599=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc5d0\uc11c \uc0ad\uc81c \uc791\uc5c5\uc744 \uc218\ud589\ud560 \uc218 \uc788\ub294 \ucda9\ubd84\ud55c \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_FILE_MODIFY_INSUFFICIENT_PRIVILEGES_600=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc5d0\uc11c \uc218\uc815 \uc791\uc5c5\uc744 \uc218\ud589\ud560 \uc218 \uc788\ub294 \ucda9\ubd84\ud55c \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_FILE_MODDN_INSUFFICIENT_PRIVILEGES_601=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc5d0\uc11c DN \uc218\uc815 \uc791\uc5c5\uc744 \uc218\ud589\ud560 \uc218 \uc788\ub294 \ucda9\ubd84\ud55c \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_FILE_SEARCH_INSUFFICIENT_PRIVILEGES_602=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc5d0\uc11c \uac80\uc0c9 \uc791\uc5c5\uc744 \uc218\ud589\ud560 \uc218 \uc788\ub294 \ucda9\ubd84\ud55c \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_FILE_MODIFY_PRIVS_INSUFFICIENT_PRIVILEGES_603=\uae30\ubcf8 \ub8e8\ud2b8 \uad8c\ud55c \uc9d1\ud569\uc744 \ubcc0\uacbd\ud560 \uc218 \uc788\ub294 \ucda9\ubd84\ud55c \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | FATAL_ERR_CONFIG_CERTMAPPER_CANNOT_GET_BASE_604=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc5d0\uc11c \uc778\uc99d\uc11c \ub9e4\ud37c \uae30\ubcf8 \ud56d\ubaa9 cn=Certificate Mappers,cn=config\ub97c \uac80\uc0c9\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_WARN_CONFIG_CERTMAPPER_BASE_DOES_NOT_EXIST_605=\uc778\uc99d\uc11c \ub9e4\ud37c \uad6c\uc131 \uae30\ubcf8 cn=Certificate Mappers,cn=config\uac00 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc5d0 \uc5c6\uc2b5\ub2c8\ub2e4. \uc11c\ubc84\uac00 \uc62c\ubc14\ub85c \uc791\ub3d9\ud558\ub824\uba74 \uc774 \ud56d\ubaa9\uc774 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_ENTRY_UNACCEPTABLE_606=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc720\ud6a8\ud55c \uc778\uc99d\uc11c \ub9e4\ud37c \uad6c\uc131\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4: %s. \uc774 \uad6c\uc131 \ud56d\ubaa9\uc740 \ubb34\uc2dc\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_CANNOT_CREATE_MAPPER_607=\uad6c\uc131 \ud56d\ubaa9 %s\uc758 \uc815\ubcf4\ub85c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc778\uc99d\uc11c \ub9e4\ud37c\ub97c \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_INVALID_OBJECTCLASS_608=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc778\uc99d\uc11c \ub9e4\ud37c \uc815\uc758\uc5d0 \ud544\uc694\ud55c ds-cfg-certificate-mapper \uac1d\uccb4 \ud074\ub798\uc2a4\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_NO_CLASS_NAME_609=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc5f0\uacb0\ub41c \uc778\uc99d\uc11c \ub9e4\ud37c\uc758 \uc815\uaddc\ud654\ub41c \ud074\ub798\uc2a4 \uc774\ub984\uc744 \uc9c0\uc815\ud558\ub294 ds-cfg-java-class \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \uc720\ud6a8\ud55c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4 |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_INVALID_CLASS_NAME_610=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 ds-cfg-java-class \uc18d\uc131\uc5d0 \ub300\ud55c \uc798\ubabb\ub41c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_INVALID_CLASS_611=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc5d0 \uc9c0\uc815\ub41c %1$s \ud074\ub798\uc2a4\uc5d0 \uc720\ud6a8\ud55c \uc778\uc99d\uc11c \ub9e4\ud37c \uad6c\ud604\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4: %3$s |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_INVALID_ENABLED_VALUE_612=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 ds-cfg-enabled \uc18d\uc131\uc5d0 \ub300\ud55c \uc798\ubabb\ub41c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_CONFIG_CERTMAPPER_CLASS_ACTION_REQUIRED_613=\uad6c\uc131 \ud56d\ubaa9 %3$s\uc5d0\uc11c \uc778\uc99d\uc11c \ub9e4\ud37c \ud074\ub798\uc2a4 \uc774\ub984\uc744 %1$s\uc5d0\uc11c %2$s(\uc73c)\ub85c \ubcc0\uacbd\ud558\ub294 \uc694\uccad\uc740 \ub3d9\uc801\uc73c\ub85c \uc801\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uc774 \ubcc0\uacbd \uc0ac\ud56d\uc744 \uc801\uc6a9\ud558\ub824\uba74 \ub9e4\ud37c\ub97c \ube44\ud65c\uc131\ud654\ud588\ub2e4\uac00 \ub2e4\uc2dc \ud65c\uc131\ud654\ud558\uac70\ub098 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\ub97c \ub2e4\uc2dc \uc2dc\uc791\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_CERTMAPPER_INITIALIZATION_FAILED_614=%s \ud074\ub798\uc2a4\uc758 \uc778\uc2a4\ud134\uc2a4\ub97c \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ub300\ub85c \uc778\uc99d\uc11c \ub9e4\ud37c\ub85c \ucd08\uae30\ud654\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_CONFIG_CERTMAPPER_EXISTS_615=DN %s\uc5d0 \ub4f1\ub85d\ub41c \ub9e4\ud37c\uac00 \uc774\ubbf8 \uc788\uae30 \ub54c\ubb38\uc5d0 \ud574\ub2f9 DN\uc744 \uac00\uc9c4 \uc0c8 \uc778\uc99d\uc11c \ub9e4\ud37c \ud56d\ubaa9\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_UNACCEPTABLE_CONFIG_616=\ub0b4\ubd80 \uac80\uc99d\uc5d0 \ub530\ub77c \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \uc778\uc99d\uc11c \ub9e4\ud37c\uc758 \uad6c\uc131\uc744 \ud5c8\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uadf8\ub7ec\ub098 \ud56d\ubaa9 \ubb38\uc81c\uc640 \uad00\ub828\ub41c \uad6c\uccb4\uc801\uc778 \uc815\ubcf4\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | FATAL_ERR_CONFIG_KEYMANAGER_CANNOT_GET_BASE_617=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc5d0\uc11c \ud0a4 \uad00\ub9ac\uc790 \uacf5\uae09\uc790 \uae30\ubcf8 \ud56d\ubaa9 cn=Key Manager Providers,cn=config\ub97c \uac80\uc0c9\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_WARN_CONFIG_KEYMANAGER_BASE_DOES_NOT_EXIST_618=\ud0a4 \uad00\ub9ac\uc790 \uacf5\uae09\uc790 \uad6c\uc131 \uae30\ubcf8 cn=Key MAnagr Providers,cn=config\uac00 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc5d0 \uc5c6\uc2b5\ub2c8\ub2e4. \uc11c\ubc84\uac00 \uc62c\ubc14\ub85c \uc791\ub3d9\ud558\ub824\uba74 \uc774 \ud56d\ubaa9\uc774 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_ENTRY_UNACCEPTABLE_619=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc720\ud6a8\ud55c \ud0a4 \uad00\ub9ac\uc790 \uacf5\uae09\uc790 \uad6c\uc131\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4: %s. \uc774 \uad6c\uc131 \ud56d\ubaa9\uc740 \ubb34\uc2dc\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_CANNOT_CREATE_PROVIDER_620=\uad6c\uc131 \ud56d\ubaa9 %s\uc758 \uc815\ubcf4\ub85c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ud0a4 \uad00\ub9ac\uc790 \uacf5\uae09\uc790\ub97c \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_INVALID_OBJECTCLASS_621=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \ud0a4 \uad00\ub9ac\uc790 \uacf5\uae09\uc790 \uc815\uc758\uc5d0 \ud544\uc694\ud55c ds-cfg-key-manager-provider \uac1d\uccb4 \ud074\ub798\uc2a4\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_NO_CLASS_NAME_622=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc5f0\uacb0\ub41c \ud0a4 \uad00\ub9ac\uc790 \uacf5\uae09\uc790\uc758 \uc815\uaddc\ud654\ub41c \ud074\ub798\uc2a4 \uc774\ub984\uc744 \uc9c0\uc815\ud558\ub294 ds-cfg-java-class \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \uc720\ud6a8\ud55c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_INVALID_CLASS_NAME_623=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 ds-cfg-java-class \uc18d\uc131\uc5d0 \ub300\ud55c \uc798\ubabb\ub41c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_INVALID_CLASS_624=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc5d0 \uc9c0\uc815\ub41c %1$s \ud074\ub798\uc2a4\uc5d0 \uc720\ud6a8\ud55c \ud0a4 \uad00\ub9ac\uc790 \uacf5\uae09\uc790 \uad6c\ud604\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4: %3$s |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_INVALID_ENABLED_VALUE_625=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 ds-cfg-enabled \uc18d\uc131\uc5d0 \ub300\ud55c \uc798\ubabb\ub41c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_CONFIG_KEYMANAGER_CLASS_ACTION_REQUIRED_626=\uad6c\uc131 \ud56d\ubaa9 %3$s\uc5d0\uc11c \ud0a4 \uad00\ub9ac\uc790 \uacf5\uae09\uc790 \ud074\ub798\uc2a4 \uc774\ub984\uc744 %1$s\uc5d0\uc11c %2$s(\uc73c)\ub85c \ubcc0\uacbd\ud558\ub294 \uc694\uccad\uc740 \ub3d9\uc801\uc73c\ub85c \uc801\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uc774 \ubcc0\uacbd \uc0ac\ud56d\uc744 \uc801\uc6a9\ud558\ub824\uba74 \uacf5\uae09\uc790\ub97c \ube44\ud65c\uc131\ud654\ud588\ub2e4\uac00 \ub2e4\uc2dc \ud65c\uc131\ud654\ud558\uac70\ub098 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\ub97c \ub2e4\uc2dc \uc2dc\uc791\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_KEYMANAGER_INITIALIZATION_FAILED_627=%s \ud074\ub798\uc2a4\uc758 \uc778\uc2a4\ud134\uc2a4\ub97c \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ub300\ub85c \ud0a4 \uad00\ub9ac\uc790 \uacf5\uae09\uc790\ub85c \ucd08\uae30\ud654\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_CONFIG_KEYMANAGER_EXISTS_628=DN %s\uc5d0 \ub4f1\ub85d\ub41c \uacf5\uae09\uc790\uac00 \uc774\ubbf8 \uc788\uae30 \ub54c\ubb38\uc5d0 \ud574\ub2f9 DN\uc744 \uac00\uc9c4 \uc0c8 \ud0a4 \uad00\ub9ac\uc790 \uacf5\uae09\uc790 \ud56d\ubaa9\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_UNACCEPTABLE_CONFIG_629=\ub0b4\ubd80 \uac80\uc99d\uc5d0 \ub530\ub77c \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ud0a4 \uad00\ub9ac\uc790 \uacf5\uae09\uc790\uc758 \uad6c\uc131\uc744 \ud5c8\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uadf8\ub7ec\ub098 \ud56d\ubaa9 \ubb38\uc81c\uc640 \uad00\ub828\ub41c \uad6c\uccb4\uc801\uc778 \uc815\ubcf4\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | FATAL_ERR_CONFIG_TRUSTMANAGER_CANNOT_GET_BASE_630=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc5d0\uc11c \ud2b8\ub7ec\uc2a4\ud2b8 \uad00\ub9ac\uc790 \uacf5\uae09\uc790 \uae30\ubcf8 \ud56d\ubaa9 cn=Trust Manager Providers,cn=config\ub97c \uac80\uc0c9\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_WARN_CONFIG_TRUSTMANAGER_BASE_DOES_NOT_EXIST_631=\ud2b8\ub7ec\uc2a4\ud2b8 \uad00\ub9ac\uc790 \uacf5\uae09\uc790 \uad6c\uc131 \uae30\ubcf8 cn=Trust Managr Providers,cn=config\uac00 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc5d0 \uc5c6\uc2b5\ub2c8\ub2e4. \uc11c\ubc84\uac00 \uc62c\ubc14\ub85c \uc791\ub3d9\ud558\ub824\uba74 \uc774 \ud56d\ubaa9\uc774 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_ENTRY_UNACCEPTABLE_632=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc720\ud6a8\ud55c \ud2b8\ub7ec\uc2a4\ud2b8 \uad00\ub9ac\uc790 \uacf5\uae09\uc790 \uad6c\uc131\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4: %s. \uc774 \uad6c\uc131 \ud56d\ubaa9\uc740 \ubb34\uc2dc\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_CANNOT_CREATE_PROVIDER_633=\uad6c\uc131 \ud56d\ubaa9 %s\uc758 \uc815\ubcf4\ub85c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ud2b8\ub7ec\uc2a4\ud2b8 \uad00\ub9ac\uc790 \uacf5\uae09\uc790\ub97c \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_INVALID_OBJECTCLASS_634=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \ud2b8\ub7ec\uc2a4\ud2b8 \uad00\ub9ac\uc790 \uacf5\uae09\uc790 \uc815\uc758\uc5d0 \ud544\uc694\ud55c ds-cfg-trust-manager-provider \uac1d\uccb4 \ud074\ub798\uc2a4\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_NO_CLASS_NAME_635=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc5f0\uacb0\ub41c \ud2b8\ub7ec\uc2a4\ud2b8 \uad00\ub9ac\uc790 \uacf5\uae09\uc790\uc758 \uc815\uaddc\ud654\ub41c \ud074\ub798\uc2a4 \uc774\ub984\uc744 \uc9c0\uc815\ud558\ub294 ds-cfg-java-class \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \uc720\ud6a8\ud55c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_INVALID_CLASS_NAME_636=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 ds-cfg-java-class \uc18d\uc131\uc5d0 \ub300\ud55c \uc798\ubabb\ub41c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_INVALID_CLASS_637=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc5d0 \uc9c0\uc815\ub41c %1$s \ud074\ub798\uc2a4\uc5d0 \uc720\ud6a8\ud55c \ud2b8\ub7ec\uc2a4\ud2b8 \uad00\ub9ac\uc790 \uacf5\uae09\uc790 \uad6c\ud604\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4: %3$s |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_INVALID_ENABLED_VALUE_638=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 ds-cfg-enabled \uc18d\uc131\uc5d0 \ub300\ud55c \uc798\ubabb\ub41c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_CONFIG_TRUSTMANAGER_CLASS_ACTION_REQUIRED_639=\uad6c\uc131 \ud56d\ubaa9 %3$s\uc5d0\uc11c \ud2b8\ub7ec\uc2a4\ud2b8 \uad00\ub9ac\uc790 \uacf5\uae09\uc790 \ud074\ub798\uc2a4 \uc774\ub984\uc744 %1$s\uc5d0\uc11c %2$s(\uc73c)\ub85c \ubcc0\uacbd\ud558\ub294 \uc694\uccad\uc740 \ub3d9\uc801\uc73c\ub85c \uc801\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uc774 \ubcc0\uacbd \uc0ac\ud56d\uc744 \uc801\uc6a9\ud558\ub824\uba74 \uacf5\uae09\uc790\ub97c \ube44\ud65c\uc131\ud654\ud588\ub2e4\uac00 \ub2e4\uc2dc \ud65c\uc131\ud654\ud558\uac70\ub098 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\ub97c \ub2e4\uc2dc \uc2dc\uc791\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_TRUSTMANAGER_INITIALIZATION_FAILED_640=%s \ud074\ub798\uc2a4\uc758 \uc778\uc2a4\ud134\uc2a4\ub97c \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ub300\ub85c \ud2b8\ub7ec\uc2a4\ud2b8 \uad00\ub9ac\uc790 \uacf5\uae09\uc790\ub85c \ucd08\uae30\ud654\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_CONFIG_TRUSTMANAGER_EXISTS_641=DN %s\uc5d0 \ub4f1\ub85d\ub41c \uacf5\uae09\uc790\uac00 \uc774\ubbf8 \uc788\uae30 \ub54c\ubb38\uc5d0 \ud574\ub2f9 DN\uc744 \uac00\uc9c4 \uc0c8 \ud2b8\ub7ec\uc2a4\ud2b8 \uad00\ub9ac\uc790 \uacf5\uae09\uc790 \ud56d\ubaa9\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_UNACCEPTABLE_CONFIG_642=\ub0b4\ubd80 \uac80\uc99d\uc5d0 \ub530\ub77c \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ud2b8\ub7ec\uc2a4\ud2b8 \uad00\ub9ac\uc790 \uacf5\uae09\uc790\uc758 \uad6c\uc131\uc744 \ud5c8\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uadf8\ub7ec\ub098 \ud56d\ubaa9 \ubb38\uc81c\uc640 \uad00\ub828\ub41c \uad6c\uccb4\uc801\uc778 \uc815\ubcf4\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_JMX_CANNOT_GET_ATTRIBUTE_643=\uad6c\uc131 \ud56d\ubaa9 %2$s\uacfc(\uc640) \uc5f0\uacb0\ub41c JMX \uc18d\uc131 %1$s\uc744(\ub97c) \uac80\uc0c9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %3$s |
| | | SEVERE_ERR_CONFIG_JMX_SET_ATTR_NO_CONNECTION_644=\uc0ac\uc6a9 \uac00\ub2a5\ud55c JMX \uc5f0\uacb0\uc774 \uc5c6\uae30 \ub54c\ubb38\uc5d0 \uad6c\uc131 \ud56d\ubaa9 %2$s\uacfc(\uc640) \uc5f0\uacb0\ub41c JMX \uc18d\uc131 %1$s\uc758 \uac12\uc744 \uc124\uc815\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_CHANGE_NO_RESULT_645=%s.%s\uc5d0\uc11c %s \ud56d\ubaa9\uc5d0 \ub300\ud574 Null \uacb0\uacfc\ub97c \ubc18\ud658\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_CHANGE_RESULT_ERROR_646=%s.%s\uc774(\uac00) %s \ud56d\ubaa9\uc5d0 \ub300\ud574 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4: \uacb0\uacfc \ucf54\ub4dc=%s, \ud544\uc694\ud55c \uad00\ub9ac \uc791\uc5c5=%b, \uba54\uc2dc\uc9c0=\"%s\" |
| | | SEVERE_WARN_CONFIG_CHANGE_RESULT_ACTION_REQUIRED_647=%s.%s\uc5d0\uc11c %s \ud56d\ubaa9\uc5d0 \uad00\ub9ac \uc791\uc5c5\uc774 \ud544\uc694\ud568\uc744 \ub098\ud0c0\ub0c5\ub2c8\ub2e4: \uba54\uc2dc\uc9c0=\"%s\" |
| | | INFO_CONFIG_CHANGE_RESULT_MESSAGES_648=%s.%s\uc774(\uac00) \uc131\uacf5\ud588\uc9c0\ub9cc %s \ud56d\ubaa9\uc5d0 \ub300\ud574 \ub2e4\uc74c \uba54\uc2dc\uc9c0\uac00 \uc0dd\uc131\ub418\uc5c8\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_VATTR_INVALID_SEARCH_FILTER_649=\"%2$s\" \uad6c\uc131 \ud56d\ubaa9\uc758 \"%1$s\" \uac12\uc744 \uc720\ud6a8\ud55c \uac80\uc0c9 \ud544\ud130\ub85c \uad6c\ubb38 \ubd84\uc11d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %3$s |
| | | SEVERE_ERR_CONFIG_VATTR_INITIALIZATION_FAILED_650=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc5d0\uc11c \ucc38\uc870\ub41c %1$s \ud074\ub798\uc2a4\uc758 \uc778\uc2a4\ud134\uc2a4\ub97c \uac00\uc0c1 \uc18d\uc131 \uacf5\uae09\uc790\ub85c \ub85c\ub4dc\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s |
| | | SEVERE_ERR_CONFIG_VATTR_SV_TYPE_WITH_MV_PROVIDER_651=%2$s \uc18d\uc131 \uc720\ud615\uc740 \ub2e8\uc77c \uac12\uc744 \uc0ac\uc6a9\ud558\ub294\ub370 %3$s \uacf5\uae09\uc790\ub294 \uc5ec\ub7ec \uac12\uc744 \uc0dd\uc131\ud560 \uc218 \uc788\uae30 \ub54c\ubb38\uc5d0 \"%1$s\" \ud56d\ubaa9\uc758 \uac00\uc0c1 \uc18d\uc131 \uad6c\uc131\uc774 \uc62c\ubc14\ub974\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_VATTR_SV_TYPE_WITH_MERGE_VALUES_652=%2$s \uc18d\uc131 \uc720\ud615\uc740 \ub2e8\uc77c \uac12\uc744 \uc0ac\uc6a9\ud558\ub294\ub370 \uc2e4\uc81c \uac12\uacfc \uac00\uc0c1 \uac12\uc744 \ubcd1\ud569\ud558\uae30 \uc704\ud55c \ucda9\ub3cc \ub3d9\uc791\uc774 \uad6c\uc131\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \"%1$s\" \ud56d\ubaa9\uc758 \uac00\uc0c1 \uc18d\uc131 \uad6c\uc131\uc774 \uc62c\ubc14\ub974\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_FILE_MODIFY_STRUCTURAL_CHANGE_NOT_ALLOWED_653=%s \uad6c\uc131 \ud56d\ubaa9\uc744 \uc218\uc815\ud558\uba74 \ud574\ub2f9 \uad6c\uc870\uc758 \uac1d\uccb4 \ud074\ub798\uc2a4\uac00 \ubcc0\uacbd\ub418\uae30 \ub54c\ubb38\uc5d0 \uc218\uc815\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | FATAL_ERR_CONFIG_CANNOT_CALCULATE_DIGEST_654=%s \ud30c\uc77c\uc5d0 \ub300\ud55c SHA-1 \ub2e4\uc774\uc81c\uc2a4\ud2b8\ub97c \uacc4\uc0b0\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_WARN_CONFIG_MANUAL_CHANGES_DETECTED_655=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uac00 \uc628\ub77c\uc778 \uc0c1\ud0dc\uc778 \ub3d9\uc548 \uad6c\uc131 \ud30c\uc77c %s\uc5d0 \uc678\ubd80 \ubcc0\uacbd\uc774 \ud558\ub098 \uc774\uc0c1 \uc218\ud589\ub418\uc5c8\uc74c\uc744 \uac80\uc0c9\ud588\uc9c0\ub9cc \ub2e4\ub978 \ubcc0\uacbd \uc0ac\ud56d\uc73c\ub85c \uc778\ud574 \uc11c\ubc84 \uad6c\uc131\uc774 \ub36e\uc5b4\uc368\uc84c\uc2b5\ub2c8\ub2e4. \uc218\ub3d9 \ubcc0\uacbd \uc0ac\ud56d\uc774 \uc801\uc6a9\ub418\uc9c0 \uc54a\uc558\uc9c0\ub9cc %s \ud30c\uc77c\uc5d0 \ubcf4\uad00\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_MANUAL_CHANGES_LOST_656=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uac00 \uc628\ub77c\uc778 \uc0c1\ud0dc\uc778 \ub3d9\uc548 \uad6c\uc131 \ud30c\uc77c %s\uc774(\uac00) \uc678\ubd80\uc5d0\uc11c \ud3b8\uc9d1\ub418\uc5c8\ub294\uc9c0 \ud655\uc778\ud558\uac70\ub098 \uc774\ub7ec\ud55c \ubcc0\uacbd \uc0ac\ud56d\uc744 \ubcf4\uad00\ud558\ub294 \ub3d9\uc548 \uc11c\ubc84\uc5d0 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \ud574\ub2f9 \ud30c\uc77c\uc5d0 \ub300\ud55c \uc218\ub3d9 \ubcc0\uacbd \uc0ac\ud56d\uc774 \uc190\uc2e4\ub418\uc5c8\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_ROTATION_POLICY_INVALID_CLASS_657=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 ds-cfg-java-class \uc18d\uc131\uc5d0 \uc9c0\uc815\ub41c %1$s \ud074\ub798\uc2a4\ub97c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ub85c\uadf8 \ud68c\uc804 \uc815\ucc45\uc73c\ub85c \uc778\uc2a4\ud134\uc2a4\ud654\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_RETENTION_POLICY_INVALID_CLASS_658=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 ds-cfg-java-class \uc18d\uc131\uc5d0 \uc9c0\uc815\ub41c %1$s \ud074\ub798\uc2a4\ub97c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ub85c\uadf8 \ubcf4\uc874 \uc815\ucc45\uc73c\ub85c \uc778\uc2a4\ud134\uc2a4\ud654\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_ROTATION_POLICY_CANNOT_CREATE_POLICY_659=\uad6c\uc131 \ud56d\ubaa9 %s\uc758 \uc815\ubcf4\ub85c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ub85c\uadf8 \ud68c\uc804 \uc815\ucc45\uc744 \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_RETENTION_POLICY_CANNOT_CREATE_POLICY_660=\uad6c\uc131 \ud56d\ubaa9 %s\uc758 \uc815\ubcf4\ub85c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ub85c\uadf8 \ubcf4\uc874 \uc815\ucc45\uc744 \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_LOGGING_CANNOT_CREATE_WRITER_661=\uad6c\uc131 \ud56d\ubaa9 %s\uc758 \uc815\ubcf4\ub85c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ub85c\uac70\uc5d0 \ub300\ud55c \ud14d\uc2a4\ud2b8 \uc791\uc131\uae30\ub97c \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_MULTIPLE_ENTRIES_IN_FILE_662=%2$s \ub514\ub809\ud1a0\ub9ac\uc758 \uc2a4\ud0a4\ub9c8 \uad6c\uc131 \ud30c\uc77c %1$s\uc5d0 \ub458 \uc774\uc0c1\uc758 \ud56d\ubaa9\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \uccab \ubc88\uc9f8 \ud56d\ubaa9\ub9cc \uac80\uc0ac\ud558\uace0 \ucd94\uac00 \ud56d\ubaa9\uc740 \ubb34\uc2dc\ud569\ub2c8\ub2e4. |
| | | SEVERE_WARN_CONFIG_SCHEMA_UNPARSEABLE_EXTRA_DATA_IN_FILE_663=%2$s \ub514\ub809\ud1a0\ub9ac\uc758 \uc2a4\ud0a4\ub9c8 \uad6c\uc131 \ud30c\uc77c %1$s\uc5d0 LDIF \ud310\ub3c5\uae30\uc5d0\uc11c \uad6c\ubb38 \ubd84\uc11d\ud560 \uc218 \uc5c6\ub294 \ucd94\uac00 \ub370\uc774\ud130\uac00 \uc2a4\ud0a4\ub9c8 \ud56d\ubaa9 \ub4a4\uc5d0 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4: %s. \uccab \ubc88\uc9f8 \ud56d\ubaa9\uc740 \ucc98\ub9ac\ud558\uc9c0\ub9cc \ub098\uba38\uc9c0 \ub370\uc774\ud130\ub294 \ubb34\uc2dc\ud569\ub2c8\ub2e4. |
| | | SEVERE_WARN_CONFIG_PLUGIN_EMPTY_ELEMENT_IN_ORDER_664=%s \uc720\ud615\uc758 \ud50c\ub7ec\uadf8\uc778\uc5d0 \ub300\ud55c \ud50c\ub7ec\uadf8\uc778 \uc21c\uc11c \uc815\uc758\uc5d0 \ube48 \uc694\uc18c\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \uc774\ub85c \uc778\ud574 \ud50c\ub7ec\uadf8\uc778 \uc21c\uc11c\uac00 \uc798\ubabb \ud3c9\uac00\ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_CONFIG_PLUGIN_MULTIPLE_WILDCARDS_IN_ORDER_665=%s \uc720\ud615\uc758 \ud50c\ub7ec\uadf8\uc778\uc5d0 \ub300\ud55c \ud50c\ub7ec\uadf8\uc778 \uc21c\uc11c \uc815\uc758\uc5d0 \uc640\uc77c\ub4dc\uce74\ub4dc \ubb38\uc790\uac00 \uc5ec\ub7ec \uac1c \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \ubaa8\ub4e0 \ud50c\ub7ec\uadf8\uc778 \uc815\uc758\uc5d0\ub294 \uc77c\uce58\ud558\uc9c0 \uc54a\ub294 \ud50c\ub7ec\uadf8\uc778\uc744 \uc21c\uc11c\uc5d0 \ud3ec\ud568\ud560 \uc704\uce58\ub97c \ub098\ud0c0\ub0b4\ub294 \uc640\uc77c\ub4dc\uce74\ub4dc \uc694\uc18c\uac00 \uc815\ud655\ud788 \ud558\ub098 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. \uc640\uc77c\ub4dc\uce74\ub4dc\ub97c \uc5ec\ub7ec \uac1c \ud3ec\ud568\ud558\uba74 \ud50c\ub7ec\uadf8\uc778 \uc21c\uc11c\uac00 \uc798\ubabb \ud3c9\uac00\ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_CONFIG_PLUGIN_LISTED_MULTIPLE_TIMES_666=%s \uc720\ud615\uc758 \ud50c\ub7ec\uadf8\uc778\uc5d0 \ub300\ud55c \ud50c\ub7ec\uadf8\uc778 \uc21c\uc11c \uc815\uc758\uc5d0 '%s' \ud50c\ub7ec\uadf8\uc778\uc5d0 \ub300\ud55c \ucc38\uc870\uac00 \uc5ec\ub7ec \uac1c \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \uc774\ub85c \uc778\ud574 \ud50c\ub7ec\uadf8\uc778 \uc21c\uc11c\uac00 \uc798\ubabb \ud3c9\uac00\ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_CONFIG_PLUGIN_ORDER_NO_WILDCARD_667=%s \uc720\ud615\uc758 \ud50c\ub7ec\uadf8\uc778\uc5d0 \ub300\ud55c \ud50c\ub7ec\uadf8\uc778 \uc21c\uc11c \uc815\uc758\uc5d0 \uc77c\uce58\ud558\uc9c0 \uc54a\ub294 \ud50c\ub7ec\uadf8\uc778\uc744 \uc21c\uc11c\uc5d0 \ud3ec\ud568\ud560 \uc704\uce58\ub97c \ub098\ud0c0\ub0b4\ub294 \uc640\uc77c\ub4dc\uce74\ub4dc \uc694\uc18c\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. \uc11c\ubc84\ub294 \uae30\ubcf8\uc801\uc73c\ub85c \uc774\ub984\uc774 \uc9c0\uc815\ub41c \ud50c\ub7ec\uadf8\uc778 \uc9d1\ud569 \ub2e4\uc74c\uc5d0 \uc774\ub984\uc774 \uc9c0\uc815\ub418\uc9c0 \uc54a\uc740 \ubaa8\ub4e0 \ud50c\ub7ec\uadf8\uc778\uc744 \ud638\ucd9c\ud558\ub3c4\ub85d \uc124\uc815\ub429\ub2c8\ub2e4. |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_DELETE_SYNTAX_IN_USE_668=\uc18d\uc131 \uad6c\ubb38 %s\uc744(\ub97c) \uc18d\uc131 \uc720\ud615 %s\uc5d0\uc11c \uc0ac\uc6a9\ud558\uace0 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc11c\ubc84\uc5d0\uc11c \uc774 \uc18d\uc131 \uad6c\ubb38\uc744 \uc0ad\uc81c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_DISABLE_SYNTAX_IN_USE_669=\uc18d\uc131 \uad6c\ubb38 %s\uc744(\ub97c) \uc18d\uc131 \uc720\ud615 %s\uc5d0\uc11c \uc0ac\uc6a9\ud558\uace0 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc774 \uc18d\uc131 \uad6c\ubb38\uc744 \ube44\ud65c\uc131\ud654\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_DELETE_MR_IN_USE_BY_AT_670=\uc77c\uce58 \uaddc\uce59 %s\uc744(\ub97c) \uc18d\uc131 \uc720\ud615 %s\uc5d0\uc11c \uc0ac\uc6a9\ud558\uace0 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc11c\ubc84\uc5d0\uc11c \uc774 \uc77c\uce58 \uaddc\uce59\uc744 \uc0ad\uc81c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_DELETE_MR_IN_USE_BY_MRU_671=\uc77c\uce58 \uaddc\uce59 %s\uc744(\ub97c) \uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9 %s\uc5d0\uc11c \uc0ac\uc6a9\ud558\uace0 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc11c\ubc84\uc5d0\uc11c \uc774 \uc77c\uce58 \uaddc\uce59\uc744 \uc0ad\uc81c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_DISABLE_MR_IN_USE_BY_AT_672=\uc77c\uce58 \uaddc\uce59 %s\uc744(\ub97c) \uc18d\uc131 \uc720\ud615 %s\uc5d0\uc11c \uc0ac\uc6a9\ud558\uace0 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc774 \uc77c\uce58 \uaddc\uce59\uc744 \ube44\ud65c\uc131\ud654\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_DISABLE_MR_IN_USE_BY_MRU_673=\uc77c\uce58 \uaddc\uce59 %s\uc744(\ub97c) \uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9 %s\uc5d0\uc11c \uc0ac\uc6a9\ud558\uace0 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc774 \uc77c\uce58 \uaddc\uce59\uc744 \ube44\ud65c\uc131\ud654\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_WORK_QUEUE_INITIALIZATION_FAILED_674=%s \ud074\ub798\uc2a4\uc758 \uc778\uc2a4\ud134\uc2a4\ub97c \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc9c0\uc815\ub41c \ub300\ub85c \uc791\uc5c5 \ub300\uae30\uc5f4\ub85c \ucd08\uae30\ud654\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_CONFIG_WORK_QUEUE_CLASS_CHANGE_REQUIRES_RESTART_675=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc791\uc5c5 \ub300\uae30\uc5f4 \uad6c\ud604\uc744 \uc81c\uacf5\ud558\uae30 \uc704\ud574 \uc0ac\uc6a9\ud55c \ud074\ub798\uc2a4\uac00 %s\uc5d0\uc11c %s(\uc73c)\ub85c \ubcc0\uacbd\ub418\uc5c8\uc9c0\ub9cc \uc774 \ubcc0\uacbd \uc0ac\ud56d\uc744 \uc801\uc6a9\ud558\ub824\uba74 \uc11c\ubc84\ub97c \ub2e4\uc2dc \uc2dc\uc791\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_FILE_ADD_APPLY_FAILED_676=\uad6c\uc131 \ucd94\uac00\ub97c \uc801\uc6a9\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. \uc608\ube44 \uac80\uc0ac\uac00 \ubaa8\ub450 \uc131\uacf5\ud588\uace0 \ud56d\ubaa9\uc774 \uc11c\ubc84 \uad6c\uc131\uc5d0 \ucd94\uac00\ub418\uc5c8\uc9c0\ub9cc \ubcc0\uacbd \uc0ac\ud56d\uc744 \uc801\uc6a9\ud560 \ub54c \ud558\ub098 \uc774\uc0c1\uc758 \uad6c\uc131 \ucd94\uac00 \uc218\uc2e0\uae30\uc5d0\uc11c \uc624\ub958\ub97c \ubcf4\uace0\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_FILE_DELETE_APPLY_FAILED_677=\uad6c\uc131 \uc0ad\uc81c\ub97c \uc801\uc6a9\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. \uc608\ube44 \uac80\uc0ac\uac00 \ubaa8\ub450 \uc131\uacf5\ud588\uace0 \ud56d\ubaa9\uc774 \uc11c\ubc84 \uad6c\uc131\uc5d0\uc11c \uc81c\uac70\ub418\uc5c8\uc9c0\ub9cc \ubcc0\uacbd \uc0ac\ud56d\uc744 \uc801\uc6a9\ud560 \ub54c \ud558\ub098 \uc774\uc0c1\uc758 \uad6c\uc131 \uc0ad\uc81c \uc218\uc2e0\uae30\uc5d0\uc11c \uc624\ub958\ub97c \ubcf4\uace0\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_FILE_MODIFY_APPLY_FAILED_678=\uad6c\uc131 \uc218\uc815\uc744 \uc801\uc6a9\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. \uc608\ube44 \uac80\uc0ac\uac00 \ubaa8\ub450 \uc131\uacf5\ud588\uace0 \uc218\uc815\ub41c \ud56d\ubaa9\uc774 \uc11c\ubc84 \uad6c\uc131\uc5d0 \uae30\ub85d\ub418\uc5c8\uc9c0\ub9cc \ubcc0\uacbd \uc0ac\ud56d\uc744 \uc801\uc6a9\ud560 \ub54c \ud558\ub098 \uc774\uc0c1\uc758 \uad6c\uc131 \ubcc0\uacbd \uc218\uc2e0\uae30\uc5d0\uc11c \uc624\ub958\ub97c \ubcf4\uace0\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_CONFIG_KEYMANAGER_CONFIG_NOT_ACCEPTABLE_679=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ud0a4 \uad00\ub9ac\uc790 \uacf5\uae09\uc790\uc5d0 \ub300\ud55c \uad6c\uc131\uc774 \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_CONFIG_TRUSTMANAGER_CONFIG_NOT_ACCEPTABLE_680=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ud2b8\ub7ec\uc2a4\ud2b8 \uad00\ub9ac\uc790 \uacf5\uae09\uc790\uc5d0 \ub300\ud55c \uad6c\uc131\uc774 \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_CONFIG_AUTHZ_CONFIG_NOT_ACCEPTABLE_681=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ud2b8\ub7ec\uc2a4\ud2b8 \uad00\ub9ac\uc790 \uacf5\uae09\uc790\uc5d0 \ub300\ud55c \uad6c\uc131\uc774 \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_CONFIG_ACCTNOTHANDLER_CONFIG_NOT_ACCEPTABLE_682=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \uacc4\uc815 \uc0c1\ud0dc \uc54c\ub9bc \ucc98\ub9ac\uae30\uc5d0 \ub300\ud55c \uad6c\uc131\uc774 \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_CONFIG_SCHEMA_SYNTAX_CONFIG_NOT_ACCEPTABLE_683=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \uc18d\uc131 \uad6c\ubb38\uc5d0 \ub300\ud55c \uad6c\uc131\uc774 \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_CONFIG_CERTMAPPER_CONFIG_NOT_ACCEPTABLE_684=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \uc778\uc99d\uc11c \ub9e4\ud37c\uc5d0 \ub300\ud55c \uad6c\uc131\uc774 \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_CONFIG_GROUP_CONFIG_NOT_ACCEPTABLE_686=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \uadf8\ub8f9 \uad6c\ud604\uc5d0 \ub300\ud55c \uad6c\uc131\uc774 \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_CONFIG_IDMAPPER_CONFIG_NOT_ACCEPTABLE_687=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \uc544\uc774\ub514 \ub9e4\ud37c\uc5d0 \ub300\ud55c \uad6c\uc131\uc774 \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_CONFIG_SCHEMA_MR_CONFIG_NOT_ACCEPTABLE_688=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \uc77c\uce58 \uaddc\uce59\uc5d0 \ub300\ud55c \uad6c\uc131\uc774 \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_CONFIG_PWGENERATOR_CONFIG_NOT_ACCEPTABLE_689=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ube44\ubc00\ubc88\ud638 \uc0dd\uc131\uae30\uc5d0 \ub300\ud55c \uad6c\uc131\uc774 \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_CONFIG_PWSCHEME_CONFIG_NOT_ACCEPTABLE_690=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ube44\ubc00\ubc88\ud638 \uc800\uc7a5\uc18c \uc2a4\ud0a4\ub9c8\uc5d0 \ub300\ud55c \uad6c\uc131\uc774 \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_CONFIG_PWVALIDATOR_CONFIG_NOT_ACCEPTABLE_691=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ube44\ubc00\ubc88\ud638 \uac80\uc99d\uc790\uc5d0 \ub300\ud55c \uad6c\uc131\uc774 \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_CONFIG_PLUGIN_CONFIG_NOT_ACCEPTABLE_692=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ud50c\ub7ec\uadf8\uc778\uc5d0 \ub300\ud55c \uad6c\uc131\uc774 \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_CONFIG_SASL_CONFIG_NOT_ACCEPTABLE_693=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c SASL \uba54\ucee4\ub2c8\uc998 \ucc98\ub9ac\uae30\uc5d0 \ub300\ud55c \uad6c\uc131\uc774 \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_CONFIG_VATTR_CONFIG_NOT_ACCEPTABLE_694=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \uac00\uc0c1 \uc18d\uc131 \uacf5\uae09\uc790\uc5d0 \ub300\ud55c \uad6c\uc131\uc774 \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_CONFIG_ALERTHANDLER_CONFIG_NOT_ACCEPTABLE_695=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \uacbd\uace0 \ucc98\ub9ac\uae30\uc5d0 \ub300\ud55c \uad6c\uc131\uc774 \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_CONFIG_ALERTHANDLER_INITIALIZATION_FAILED_696=%s \ud074\ub798\uc2a4\uc758 \uc778\uc2a4\ud134\uc2a4\ub97c \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ub300\ub85c \uacbd\uace0 \ucc98\ub9ac\uae30\ub85c \ucd08\uae30\ud654\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_SMTP_SERVER_697=\uc81c\uacf5\ub41c SMTP \uc11c\ubc84 \uac12 '%s'\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. SMTP \uc11c\ubc84 \uac12\uc5d0\ub294 IP \uc8fc\uc18c\ub098 \ud655\uc778 \uac00\ub2a5\ud55c \uc774\ub984\uc774 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. \uadf8\ub9ac\uace0 \uc11c\ubc84 \ud3ec\ud2b8 \ubc88\ud638\ub97c \uc9c0\uc815\ud558\uae30 \uc704\ud574 \ucf5c\ub860\uacfc 1~65535 \uc0ac\uc774\uc758 \uc815\uc218\uac00 \uadf8 \ub4a4\uc5d0 \uc62c \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_STARTOK_CANNOT_OPEN_FOR_READING_698=".startok" \ud30c\uc77c\uc5d0 \ubcf5\uc0ac\ud558\uae30 \uc704\ud574 \ud604\uc7ac \uad6c\uc131 \ud30c\uc77c %s\uc744(\ub97c) \uc77d\uae30\uc6a9\uc73c\ub85c \uc5ec\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_STARTOK_CANNOT_OPEN_FOR_WRITING_699=".startok" \uad6c\uc131 \ud30c\uc77c\uc744 \uc791\uc131\ud558\uae30 \uc704\ud574 %s \ud30c\uc77c\uc744 \uc5ec\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_STARTOK_CANNOT_WRITE_700=".startok" \uad6c\uc131 \ud30c\uc77c\ub85c \uc0ac\uc6a9\ud558\uae30 \uc704\ud574 %s \ud30c\uc77c\uc5d0\uc11c \uc784\uc2dc \ud30c\uc77c %s(\uc73c)\ub85c \ud604\uc7ac \uad6c\uc131\uc744 \ubcf5\uc0ac\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_STARTOK_CANNOT_RENAME_701=".startok" \uad6c\uc131 \ud30c\uc77c\ub85c \uc0ac\uc6a9\ud558\uae30 \uc704\ud574 %s \ud30c\uc77c \uc774\ub984\uc744 %s(\uc73c)\ub85c \ubcc0\uacbd\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | NOTICE_CONFIG_FILE_USING_STARTOK_FILE_702=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uac00 \ud65c\uc131 \uad6c\uc131 \ud30c\uc77c %2$s \ub300\uc2e0 \ub9c8\uc9c0\ub9c9\uc73c\ub85c \uc54c\ub824\uc9c4 \uc62c\ubc14\ub978 \uad6c\uc131 \ud30c\uc77c %1$s\uc758 \uc0ac\uc6a9\uc744 \uc2dc\uc791\ud569\ub2c8\ub2e4. |
| | | SEVERE_WARN_CONFIG_FILE_NO_STARTOK_FILE_703=\ub9c8\uc9c0\ub9c9\uc73c\ub85c \uc54c\ub824\uc9c4 \uc62c\ubc14\ub978 \uad6c\uc131 \ud30c\uc77c %s\uc774(\uac00) \uc5c6\uc2b5\ub2c8\ub2e4. \uc11c\ubc84\uc5d0\uc11c \ud65c\uc131 \uad6c\uc131 \ud30c\uc77c %s\uc758 \uc0ac\uc6a9\uc744 \uc2dc\uc791\ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_JE_PROPERTY_INVALID_704=Berkeley DB JE \ub4f1\ub85d \uc815\ubcf4 %s\uc744(\ub97c) \uad6c\ubb38 \ubd84\uc11d\ud558\uace0 \uac80\uc99d\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_JE_PROPERTY_INVALID_FORM_705=Berkeley DB JE \ub4f1\ub85d \uc815\ubcf4 %s\uc744(\ub97c) \uad6c\ubb38 \ubd84\uc11d\ud558\uace0 \uac80\uc99d\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ub4f1\ub85d \uc815\ubcf4\uac00 property=value\uc758 \ub2e8\uc77c \ud615\uc2dd\uc744 \ub530\ub974\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_JE_PROPERTY_SHADOWS_CONFIG_706=Berkeley DB JE \ub4f1\ub85d \uc815\ubcf4 %s\uc744(\ub97c) \uad6c\ubb38 \ubd84\uc11d\ud558\uace0 \uac80\uc99d\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ub4f1\ub85d \uc815\ubcf4\uc5d0\uc11c \uad6c\uc131 \uc18d\uc131 %s\uc744(\ub97c) \uc228\uae41\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_JE_DUPLICATE_PROPERTY_707=Berkeley DB JE \ub4f1\ub85d \uc815\ubcf4 %s\uc744(\ub97c) \uad6c\ubb38 \ubd84\uc11d\ud558\uace0 \uac80\uc99d\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ub4f1\ub85d \uc815\ubcf4\uac00 \uc774 \uad6c\uc131\uc694\uc18c\uc5d0 \uc774\ubbf8 \uc815\uc758\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. |
| | | INFO_CONFIG_JE_PROPERTY_REQUIRES_RESTART_708=Berkeley DB JE \ub4f1\ub85d \uc815\ubcf4 %s\uc774(\uac00) \uc124\uc815\ub41c \uad6c\uc131\uc694\uc18c\ub97c \ub2e4\uc2dc \uc2dc\uc791\ud574\uc57c \uc774 \ub4f1\ub85d \uc815\ubcf4\uc758 \uc124\uc815\uc774 \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_LOGGING_CANNOT_OPEN_FILE_709=%2$s \ub85c\uac70\uc5d0 \ub300\ud574 \uad6c\uc131\ub41c \ub85c\uadf8 \ud30c\uc77c %1$s\uc744(\ub97c) \uc5ec\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s |
| | | SEVERE_ERR_CONFIG_WORKFLOW_ELEMENT_CONFIG_NOT_ACCEPTABLE_710=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \uc791\uc5c5 \ud750\ub984 \uc694\uc18c\uc5d0 \ub300\ud55c \uad6c\uc131\uc774 \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CONFIG_WORKFLOW_ELEMENT_CANNOT_INITIALIZE_711=%s \ud074\ub798\uc2a4\uc758 \uc791\uc5c5 \ud750\ub984 \uc694\uc18c\ub97c \uad6c\uc131 \ud56d\ubaa9 %s\uc758 \uc815\ubcf4\ub85c \ucd08\uae30\ud654\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \uc774 \uc791\uc5c5 \ud750\ub984 \uc694\uc18c\uac00 \ube44\ud65c\uc131\ud654\ub429\ub2c8\ub2e4. |
| | | MILD_ERR_CONFIG_WORKFLOW_ELEMENT_ALREADY_REGISTERED_712=\uc791\uc5c5 \ud750\ub984 \uc694\uc18c %s\uc774(\uac00) \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0 \uc774\ubbf8 \ub4f1\ub85d\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uc791\uc5c5 \ud750\ub984 \uc694\uc18c\ub97c \ubb34\uc2dc\ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_WORKFLOW_CANNOT_CONFIGURE_MANUAL_713=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0\uc11c \uc218\ub3d9 \ubaa8\ub4dc\ub85c \uc791\uc5c5 \ud750\ub984\uc744 \uad6c\uc131\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uace0 \uc790\ub3d9 \uad6c\uc131 \ubaa8\ub4dc\ub85c\uc758 \ub864\ubc31\ub3c4 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4. \uc11c\ubc84\uac00 \ubd88\uc548\uc815\ud55c \uc0c1\ud0dc\uc77c \uacbd\uc6b0 \ub9c8\uc9c0\ub9c9 \uc720\ud6a8\ud55c \uad6c\uc131\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc11c\ubc84\ub97c \ub2e4\uc2dc \uc2dc\uc791\ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_WORKFLOW_CANNOT_CONFIGURE_AUTO_714=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0\uc11c \uc790\ub3d9 \ubaa8\ub4dc\ub85c \uc791\uc5c5 \ud750\ub984\uc744 \uad6c\uc131\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uace0 \uc218\ub3d9 \uad6c\uc131 \ubaa8\ub4dc\ub85c\uc758 \ub864\ubc31\ub3c4 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4. \uc11c\ubc84\uac00 \ubd88\uc548\uc815\ud55c \uc0c1\ud0dc\uc77c \uacbd\uc6b0 \ub9c8\uc9c0\ub9c9 \uc720\ud6a8\ud55c \uad6c\uc131\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc11c\ubc84\ub97c \ub2e4\uc2dc \uc2dc\uc791\ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_LOGGING_INSANE_MODE_715=\uc62c\ubc14\ub974\uc9c0 \uc54a\uc740 UNIX \ud30c\uc77c \uad8c\ud55c %s\uc774(\uac00) \ub85c\uadf8 \uac8c\uc2dc\uc790\uc5d0 \ub85c\uadf8 \ud30c\uc77c\uc5d0 \ub300\ud55c \uc4f0\uae30 \uc561\uc138\uc2a4\ub97c \ud5c8\uc6a9\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CONFIG_LOGGING_MODE_INVALID_716=\uc62c\ubc14\ub974\uc9c0 \uc54a\uc740 UNIX \ud30c\uc77c \uad8c\ud55c %s\uc785\ub2c8\ub2e4: %s |
| | | MILD_ERR_CONFIG_EXTENSION_CONFIG_NOT_ACCEPTABLE_717=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ud655\uc7a5\uc5d0 \ub300\ud55c \uad6c\uc131\uc774 \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_CONFIG_EXTENSION_INITIALIZATION_FAILED_718=%s \ud074\ub798\uc2a4\uc758 \uc778\uc2a4\ud134\uc2a4\ub97c \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ub300\ub85c \ud655\uc7a5\uc73c\ub85c \ucd08\uae30\ud654\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | |
| New file |
| | |
| | | # CDDL HEADER START |
| | | # |
| | | # The contents of this file are subject to the terms of the |
| | | # Common Development and Distribution License, Version 1.0 only |
| | | # (the "License"). You may not use this file except in compliance |
| | | # with the License. |
| | | # |
| | | # You can obtain a copy of the license at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE |
| | | # or https://OpenDS.dev.java.net/OpenDS.LICENSE. |
| | | # See the License for the specific language governing permissions |
| | | # and limitations under the License. |
| | | # |
| | | # When distributing Covered Code, include this CDDL HEADER in each |
| | | # file and include the License file at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, |
| | | # add the following below this CDDL HEADER, with the fields enclosed |
| | | # by brackets "[]" replaced with your own identifying information: |
| | | # Portions Copyright [yyyy] [name of copyright owner] |
| | | # |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2008 Sun Microsystems, Inc. |
| | | |
| | | |
| | | |
| | | # |
| | | # Global directives |
| | | # |
| | | global.category=CONFIG |
| | | |
| | | # |
| | | # Format string definitions |
| | | # |
| | | # Keys must be formatted as follows: |
| | | # |
| | | # [SEVERITY]_[DESCRIPTION]_[ORDINAL] |
| | | # |
| | | # where: |
| | | # |
| | | # SEVERITY is one of: |
| | | # [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE] |
| | | # |
| | | # DESCRIPTION is an upper case string providing a hint as to the context of |
| | | # the message in upper case with the underscore ('_') character serving as |
| | | # word separator |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | MILD_ERR_CONFIG_ATTR_IS_REQUIRED_1=\u914d\u7f6e\u5c5e\u6027 %s \u81f3\u5c11\u9700\u8981\u5177\u6709\u4e00\u4e2a\u503c\uff0c\u4f46\u5bfc\u81f4\u7684\u64cd\u4f5c\u5c06\u4f1a\u5220\u9664\u6240\u6709\u503c |
| | | MILD_ERR_CONFIG_ATTR_REJECTED_VALUE_2=\u4e3a\u914d\u7f6e\u5c5e\u6027 %2$s \u63d0\u4f9b\u7684\u503c %1$s \u88ab\u62d2\u7edd\u3002\u63d0\u4f9b\u7684\u539f\u56e0\u4e3a: %s |
| | | MILD_ERR_CONFIG_ATTR_SET_VALUES_IS_SINGLE_VALUED_3=\u914d\u7f6e\u5c5e\u6027 %s \u662f\u5355\u503c\u5c5e\u6027\uff0c\u4f46\u63d0\u4f9b\u4e86\u591a\u4e2a\u503c |
| | | MILD_ERR_CONFIG_ATTR_ADD_VALUES_IS_SINGLE_VALUED_4=\u914d\u7f6e\u5c5e\u6027 %s \u662f\u5355\u503c\u5c5e\u6027\uff0c\u4f46\u6dfb\u52a0\u63d0\u4f9b\u7684\u503c\u5c06\u4f7f\u5176\u5177\u6709\u591a\u4e2a\u503c |
| | | MILD_ERR_CONFIG_ATTR_ADD_VALUES_ALREADY_EXISTS_5=\u914d\u7f6e\u5c5e\u6027 %s \u5df2\u5305\u542b\u503c %s |
| | | MILD_ERR_CONFIG_ATTR_NO_SUCH_VALUE_6=\u65e0\u6cd5\u4ece\u914d\u7f6e\u5c5e\u6027 %2$s \u4e2d\u5220\u9664\u503c %1$s\uff0c\u56e0\u4e3a\u6307\u5b9a\u7684\u503c\u4e0d\u5b58\u5728 |
| | | MILD_ERR_CONFIG_ATTR_INVALID_BOOLEAN_VALUE_7=\u65e0\u6cd5\u8bbe\u7f6e\u5e03\u5c14\u914d\u7f6e\u5c5e\u6027 %s \u7684\u503c\uff0c\u56e0\u4e3a\u63d0\u4f9b\u7684\u503c %s \u4e0d\u662f\u201c\u771f\u201d\u6216\u201c\u5047\u201d |
| | | MILD_ERR_CONFIG_ATTR_NO_INT_VALUE_8=\u65e0\u6cd5\u5c06\u914d\u7f6e\u5c5e\u6027 %s \u7684\u503c\u4f5c\u4e3a\u6574\u6570\u8fdb\u884c\u68c0\u7d22\uff0c\u56e0\u4e3a\u8be5\u5c5e\u6027\u6ca1\u6709\u4efb\u4f55\u503c |
| | | MILD_ERR_CONFIG_ATTR_MULTIPLE_INT_VALUES_9=\u65e0\u6cd5\u5c06\u914d\u7f6e\u5c5e\u6027 %s \u7684\u503c\u4f5c\u4e3a\u6574\u6570\u8fdb\u884c\u68c0\u7d22\uff0c\u56e0\u4e3a\u8be5\u5c5e\u6027\u5177\u6709\u591a\u4e2a\u503c |
| | | MILD_ERR_CONFIG_ATTR_VALUE_OUT_OF_INT_RANGE_10=\u65e0\u6cd5\u5c06\u914d\u7f6e\u5c5e\u6027 %s \u7684\u503c\u4f5c\u4e3a Java int \u8fdb\u884c\u68c0\u7d22\uff0c\u56e0\u4e3a\u8be5\u503c\u4e0d\u5728 int \u5141\u8bb8\u7684\u8303\u56f4\u5185 |
| | | MILD_ERR_CONFIG_ATTR_INVALID_INT_VALUE_11=\u65e0\u6cd5\u8bbe\u7f6e\u6574\u6570\u914d\u7f6e\u5c5e\u6027 %s \u7684\u503c\uff0c\u56e0\u4e3a\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c %s \u89e3\u91ca\u4e3a\u6574\u6570\u503c: %s |
| | | MILD_ERR_CONFIG_ATTR_INT_BELOW_LOWER_BOUND_12=\u65e0\u6cd5\u8bbe\u7f6e\u914d\u7f6e\u5c5e\u6027 %s \u7684\u503c\uff0c\u56e0\u4e3a\u63d0\u4f9b\u7684\u503c %d \u5c0f\u4e8e\u5141\u8bb8\u7684\u6700\u5c0f\u503c %d |
| | | MILD_ERR_CONFIG_ATTR_INT_ABOVE_UPPER_BOUND_13=\u65e0\u6cd5\u8bbe\u7f6e\u914d\u7f6e\u5c5e\u6027 %s \u7684\u503c\uff0c\u56e0\u4e3a\u63d0\u4f9b\u7684\u503c %d \u5927\u4e8e\u5141\u8bb8\u7684\u6700\u5927\u503c %d |
| | | MILD_ERR_CONFIG_ATTR_INT_COULD_NOT_PARSE_14=\u65e0\u6cd5\u5c06\u914d\u7f6e\u5c5e\u6027 %2$s \u7684\u503c %1$s \u89e3\u6790\u4e3a\u6574\u6570\u503c: %3$s |
| | | MILD_ERR_CONFIG_ATTR_NO_STRING_VALUE_15=\u65e0\u6cd5\u5c06\u914d\u7f6e\u5c5e\u6027 %s \u7684\u503c\u4f5c\u4e3a\u5b57\u7b26\u4e32\u8fdb\u884c\u68c0\u7d22\uff0c\u56e0\u4e3a\u8be5\u5c5e\u6027\u6ca1\u6709\u4efb\u4f55\u503c |
| | | MILD_ERR_CONFIG_ATTR_MULTIPLE_STRING_VALUES_16=\u65e0\u6cd5\u5c06\u914d\u7f6e\u5c5e\u6027 %s \u7684\u503c\u4f5c\u4e3a\u5b57\u7b26\u4e32\u8fdb\u884c\u68c0\u7d22\uff0c\u56e0\u4e3a\u8be5\u5c5e\u6027\u5177\u6709\u591a\u4e2a\u503c |
| | | MILD_ERR_CONFIG_ATTR_EMPTY_STRING_VALUE_17=\u4e3a\u914d\u7f6e\u5c5e\u6027 %s \u63d0\u4f9b\u4e86\u7a7a\u503c\u5b57\u7b26\u4e32 |
| | | MILD_ERR_CONFIG_ATTR_VALUE_NOT_ALLOWED_18=\u503c %s \u672a\u5305\u542b\u5728\u914d\u7f6e\u5c5e\u6027 %s \u7684\u53ef\u63a5\u53d7\u503c\u5217\u8868\u4e2d |
| | | MILD_ERR_CONFIG_ATTR_INVALID_UNIT_19='%s' \u4e0d\u662f\u914d\u7f6e\u5c5e\u6027 %s \u7684\u6709\u6548\u5355\u4f4d |
| | | MILD_ERR_CONFIG_ATTR_NO_UNIT_DELIMITER_20=\u65e0\u6cd5\u5c06 %s \u89e3\u7801\u4e3a\u6574\u6570\u503c\u548c\u914d\u7f6e\u5c5e\u6027 %s \u7684\u5355\u4f4d\uff0c\u56e0\u4e3a\u627e\u4e0d\u5230\u4efb\u4f55\u503c/\u5355\u4f4d\u5206\u9694\u7b26 |
| | | MILD_ERR_CONFIG_ATTR_COULD_NOT_PARSE_INT_COMPONENT_21=\u65e0\u6cd5\u89e3\u7801\u914d\u7f6e\u5c5e\u6027 %2$s \u7684\u503c %1$s \u7684\u6574\u6570\u90e8\u5206: %3$s |
| | | MILD_ERR_CONFIG_ATTR_INVALID_VALUE_WITH_UNIT_22=\u4e0d\u5141\u8bb8\u4f7f\u7528\u4e3a\u5177\u6709\u5355\u4f4d\u5c5e\u6027 %2$s \u7684\u6574\u6570\u63d0\u4f9b\u7684\u503c %1$s: %3$s |
| | | MILD_ERR_CONFIG_ENTRY_CONFLICTING_CHILD_23=\u65e0\u6cd5\u5c06\u914d\u7f6e\u6761\u76ee %s \u4f5c\u4e3a\u914d\u7f6e\u6761\u76ee %s \u7684\u5b50\u6761\u76ee\u8fdb\u884c\u6dfb\u52a0\uff0c\u56e0\u4e3a\u5df2\u53d1\u73b0\u5177\u6709\u8be5 DN \u7684\u5b50\u6761\u76ee |
| | | MILD_ERR_CONFIG_ENTRY_NO_SUCH_CHILD_24=\u65e0\u6cd5\u5c06\u6761\u76ee %s \u4f5c\u4e3a\u914d\u7f6e\u6761\u76ee %s \u7684\u5b50\u6761\u76ee\u8fdb\u884c\u5220\u9664\uff0c\u56e0\u4e3a\u8be5\u6761\u76ee\u4e0d\u5305\u542b\u5177\u6709\u6307\u5b9a DN \u7684\u5b50\u6761\u76ee |
| | | MILD_ERR_CONFIG_ENTRY_CANNOT_REMOVE_NONLEAF_25=\u65e0\u6cd5\u5c06\u6761\u76ee %s \u4f5c\u4e3a\u914d\u7f6e\u6761\u76ee %s \u7684\u5b50\u6761\u76ee\u8fdb\u884c\u5220\u9664\uff0c\u56e0\u4e3a\u8be5\u6761\u76ee\u5177\u6709\u81ea\u5df1\u7684\u5b50\u6761\u76ee\uff08\u4e0d\u53ef\u4ee5\u5220\u9664\u975e\u53f6\u6761\u76ee\uff09 |
| | | FATAL_ERR_CONFIG_FILE_DOES_NOT_EXIST_26=\u6307\u5b9a\u7684\u914d\u7f6e\u6587\u4ef6 %s \u4e0d\u5b58\u5728\u6216\u4e0d\u53ef\u8bfb |
| | | FATAL_ERR_CONFIG_FILE_CANNOT_VERIFY_EXISTENCE_27=\u5728\u5c1d\u8bd5\u786e\u5b9a\u914d\u7f6e\u6587\u4ef6 %s \u662f\u5426\u5b58\u5728\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | FATAL_ERR_CONFIG_FILE_CANNOT_OPEN_FOR_READ_28=\u5728\u5c1d\u8bd5\u6253\u5f00\u8981\u8bfb\u53d6\u7684\u914d\u7f6e\u6587\u4ef6 %s \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | FATAL_ERR_CONFIG_FILE_READ_ERROR_29=\u5728\u5c1d\u8bd5\u8bfb\u53d6\u914d\u7f6e\u6587\u4ef6 %s \u7684\u5185\u5bb9\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_CONFIG_ATTR_OPTIONS_NOT_ALLOWED_30=\u68c0\u6d4b\u5230\u65e0\u6548\u7684\u914d\u7f6e\u5c5e\u6027 %s\uff1a\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u5141\u8bb8\u4f7f\u7528\u7684\u552f\u4e00\u5c5e\u6027\u9009\u9879\u4e3a "pending"\uff0c\u5b83\u6307\u793a\u4e00\u7ec4\u5f85\u5904\u7406\u7684\u503c |
| | | FATAL_ERR_CONFIG_FILE_INVALID_LDIF_ENTRY_31=\u5728\u5c1d\u8bd5\u89e3\u6790 LDIF \u6587\u4ef6 %2$s \u4e2d\u7684\u914d\u7f6e\u65f6\u5728\u7b2c %1$d \u884c\u6216\u8be5\u884c\u9644\u8fd1\u51fa\u73b0\u9519\u8bef: %3$s |
| | | FATAL_ERR_CONFIG_FILE_EMPTY_32=\u6307\u5b9a\u7684\u914d\u7f6e\u6587\u4ef6 %s \u4f3c\u4e4e\u4e0d\u5305\u542b\u4efb\u4f55\u914d\u7f6e\u6761\u76ee |
| | | FATAL_ERR_CONFIG_FILE_INVALID_BASE_DN_33=\u4ece LDIF \u914d\u7f6e\u6587\u4ef6 %s \u4e2d\u8bfb\u53d6\u7684\u7b2c\u4e00\u4e2a\u6761\u76ee\u7684 DN \u4e3a "%s"\uff0c\u800c\u4e0d\u662f\u6240\u9700\u7684 "%s"\uff08\u5e94\u5c06\u5176\u7528\u4f5c\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u6839\u6761\u76ee\uff09 |
| | | FATAL_ERR_CONFIG_FILE_GENERIC_ERROR_34=\u5728\u5c1d\u8bd5\u5904\u7406\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u6587\u4ef6 %s \u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | FATAL_ERR_CONFIG_FILE_DUPLICATE_ENTRY_35=\u914d\u7f6e\u6761\u76ee %1$s\uff08\u4ece LDIF \u914d\u7f6e\u6587\u4ef6 %3$s \u4e2d\u7684\u7b2c %2$s \u884c\u6216\u8be5\u884c\u9644\u8fd1\u5f00\u59cb\uff09\u7684 DN \u4e0e\u5df2\u4ece\u8be5\u6587\u4ef6\u4e2d\u8bfb\u53d6\u7684\u53e6\u4e00\u4e2a\u6761\u76ee\u7684 DN \u76f8\u540c |
| | | FATAL_ERR_CONFIG_FILE_NO_PARENT_36=\u914d\u7f6e\u6761\u76ee %1$s\uff08\u4ece LDIF \u914d\u7f6e\u6587\u4ef6 %3$s \u4e2d\u7684\u7b2c %2$d \u884c\u6216\u8be5\u884c\u9644\u8fd1\u5f00\u59cb\uff09\u4f3c\u4e4e\u6ca1\u6709\u7236\u6761\u76ee\uff08\u6240\u9700\u7684\u7236 DN \u4e3a %4$s\uff09 |
| | | FATAL_ERR_CONFIG_FILE_UNKNOWN_PARENT_37=\u76ee\u5f55\u670d\u52a1\u5668\u65e0\u6cd5\u786e\u5b9a\u914d\u7f6e\u6761\u76ee %1$s\uff08\u4ece LDIF \u914d\u7f6e\u6587\u4ef6 %3$s \u4e2d\u7684\u7b2c %2$d \u884c\u6216\u8be5\u884c\u9644\u8fd1\u5f00\u59cb\uff09\u7684\u7236 DN |
| | | FATAL_ERR_CONFIG_CANNOT_DETERMINE_SERVER_ROOT_38=\u65e0\u6cd5\u901a\u8fc7\u73af\u5883\u53d8\u91cf\u6216\u6839\u636e\u914d\u7f6e\u6587\u4ef6\u7684\u4f4d\u7f6e\u6765\u786e\u5b9a\u76ee\u5f55\u670d\u52a1\u5668\u5b9e\u4f8b\u6839\u3002\u8bf7\u4e3a\u540d\u4e3a %s \u7684\u73af\u5883\u53d8\u91cf\u8bbe\u7f6e\u4e00\u4e2a\u5305\u542b\u670d\u52a1\u5668\u5b89\u88c5\u6839\u76ee\u5f55\u7684\u7edd\u5bf9\u8def\u5f84\u7684\u503c |
| | | SEVERE_ERR_CONFIG_FILE_WRITE_ERROR_39=\u5728\u5c1d\u8bd5\u5c06\u914d\u7f6e\u6761\u76ee %s \u5199\u5165\u5230 LDIF \u4e2d\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | SEVERE_ERR_CONFIG_FILE_CLOSE_ERROR_40=\u5728\u5c1d\u8bd5\u5173\u95ed LDIF \u4e66\u5199\u5668\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | SEVERE_ERR_CONFIG_FILE_UNWILLING_TO_IMPORT_41=\u4e0d\u53ef\u4ee5\u901a\u8fc7\u4ece LDIF \u4e2d\u5bfc\u5165\u65b0\u914d\u7f6e\u6765\u66f4\u6539\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e |
| | | FATAL_ERR_CONFIG_LOGGER_CANNOT_GET_BASE_42=\u5728\u5c1d\u8bd5\u4ece\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u68c0\u7d22\u57fa\u8bb0\u5f55\u5668\u6761\u76ee cn=Loggers,cn=config \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_WARN_CONFIG_LOGGER_BASE_DOES_NOT_EXIST_43=\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u4e0d\u5b58\u5728\u8bb0\u5f55\u5668\u914d\u7f6e\u57fa\u6761\u76ee cn=Loggers,cn=config\u3002\u5728\u521b\u5efa\u8be5\u6761\u76ee\u5e76\u91cd\u65b0\u542f\u52a8\u76ee\u5f55\u670d\u52a1\u5668\u540e\uff0c\u624d\u80fd\u4f7f\u7528\u65e5\u5fd7\u8bb0\u5f55\u5de5\u5177 |
| | | SEVERE_WARN_CONFIG_LOGGER_NO_ACTIVE_ACCESS_LOGGERS_44=\u672a\u5728\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u5b9a\u4e49\u4efb\u4f55\u6d3b\u52a8\u8bbf\u95ee\u8bb0\u5f55\u5668\u3002\u4e0d\u4f1a\u6267\u884c\u4efb\u4f55\u8bbf\u95ee\u65e5\u5fd7\u8bb0\u5f55 |
| | | SEVERE_WARN_CONFIG_LOGGER_NO_ACTIVE_ERROR_LOGGERS_45=\u672a\u5728\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u5b9a\u4e49\u4efb\u4f55\u6d3b\u52a8\u9519\u8bef\u8bb0\u5f55\u5668\u3002\u4e0d\u4f1a\u6267\u884c\u4efb\u4f55\u9519\u8bef\u65e5\u5fd7\u8bb0\u5f55 |
| | | MILD_WARN_CONFIG_LOGGER_NO_ACTIVE_DEBUG_LOGGERS_46=\u672a\u5728\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u5b9a\u4e49\u4efb\u4f55\u6d3b\u52a8\u8c03\u8bd5\u8bb0\u5f55\u5668\u3002\u4e0d\u4f1a\u6267\u884c\u4efb\u4f55\u8c03\u8bd5\u65e5\u5fd7\u8bb0\u5f55 |
| | | SEVERE_ERR_CONFIG_LOGGER_ENTRY_UNACCEPTABLE_47=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684\u8bb0\u5f55\u5668\u914d\u7f6e: %s\u3002\u5c06\u5ffd\u7565\u8be5\u6761\u76ee |
| | | INFO_CONFIG_UNKNOWN_UNACCEPTABLE_REASON_48=\u65e0\u6cd5\u63a5\u53d7\u7684\u672a\u77e5\u539f\u56e0 |
| | | SEVERE_ERR_CONFIG_LOGGER_CANNOT_CREATE_LOGGER_49=\u5728\u5c1d\u8bd5\u901a\u8fc7\u914d\u7f6e\u6761\u76ee %s \u4e2d\u7684\u4fe1\u606f\u521b\u5efa\u76ee\u5f55\u670d\u52a1\u5668\u8bb0\u5f55\u5668\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_OBJECTCLASS_50=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u7528\u4e8e\u76ee\u5f55\u670d\u52a1\u5668\u8bbf\u95ee\u3001\u9519\u8bef\u6216\u8c03\u8bd5\u8bb0\u5f55\u5668\u5b9a\u4e49\u7684\u6709\u6548 objectclass |
| | | INFO_CONFIG_LOGGER_DESCRIPTION_CLASS_NAME_51=\u7528\u4e8e\u5b9a\u4e49\u76ee\u5f55\u670d\u52a1\u5668\u8bb0\u5f55\u5668\u7684 Java \u7c7b\u7684\u5168\u9650\u5b9a\u540d\u79f0\u3002\u5982\u679c\u5728\u542f\u7528\u5173\u8054\u7684\u8bb0\u5f55\u5668\u65f6\u66f4\u6539\u4e86\u8be5\u540d\u79f0\uff0c\u5219\u5fc5\u987b\u7981\u7528\u5e76\u91cd\u65b0\u542f\u7528\u8be5\u8bb0\u5f55\u5668\u4ee5\u4f7f\u66f4\u6539\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_LOGGER_NO_CLASS_NAME_52=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684 ds-cfg-java-class \u914d\u7f6e\u5c5e\u6027\u503c\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u5b9a\u5173\u8054\u8bb0\u5f55\u5668\u7684\u5168\u9650\u5b9a\u7c7b\u540d |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_CLASS_NAME_53=\u914d\u7f6e\u6761\u76ee %s \u5177\u6709\u65e0\u6548\u7684 ds-cfg-java-class \u5c5e\u6027\u503c: %s |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_ACCESS_LOGGER_CLASS_54=\u65e0\u6cd5\u5c06\u7c7b %s\uff08\u5728\u914d\u7f6e\u6761\u76ee %s \u7684\u5c5e\u6027 ds-cfg-java-class \u4e2d\u6307\u5b9a\uff09\u5b9e\u4f8b\u5316\u4e3a\u76ee\u5f55\u670d\u52a1\u5668\u8bbf\u95ee\u8bb0\u5f55\u5668: %s |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_ERROR_LOGGER_CLASS_55=\u65e0\u6cd5\u5c06\u7c7b %s\uff08\u5728\u914d\u7f6e\u6761\u76ee %s \u7684\u5c5e\u6027 ds-cfg-java-class \u4e2d\u6307\u5b9a\uff09\u5b9e\u4f8b\u5316\u4e3a\u76ee\u5f55\u670d\u52a1\u5668\u9519\u8bef\u8bb0\u5f55\u5668: %s |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_DEBUG_LOGGER_CLASS_56=\u65e0\u6cd5\u5c06\u7c7b %s\uff08\u5728\u914d\u7f6e\u6761\u76ee %s \u7684\u5c5e\u6027 ds-cfg-java-class \u4e2d\u6307\u5b9a\uff09\u5b9e\u4f8b\u5316\u4e3a\u76ee\u5f55\u670d\u52a1\u5668\u8c03\u8bd5\u8bb0\u5f55\u5668: %s |
| | | INFO_CONFIG_LOGGER_DESCRIPTION_ENABLED_57=\u6307\u793a\u662f\u5426\u5e94\u542f\u7528\u8be5\u76ee\u5f55\u670d\u52a1\u5668\u8bb0\u5f55\u5668\u3002\u5bf9\u6b64\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_LOGGER_NO_ENABLED_ATTR_58=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684 ds-cfg-enabled \u914d\u7f6e\u5c5e\u6027\u503c\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u793a\u662f\u5426\u5e94\u5728\u76ee\u5f55\u670d\u52a1\u5668\u4e2d\u542f\u7528\u8bb0\u5f55\u5668 |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_ENABLED_VALUE_59=\u914d\u7f6e\u6761\u76ee %s \u5177\u6709\u65e0\u6548\u7684 ds-cfg-enabled \u5c5e\u6027\u503c: %s |
| | | INFO_CONFIG_CORE_DESCRIPTION_ALLOW_ATTR_EXCEPTIONS_60=\u6307\u793a\u5c5e\u6027\u540d\u79f0\u4e2d\u4f7f\u7528\u7684\u5b57\u7b26\u662f\u5426\u53ef\u4ee5\u5177\u6709\u4e00\u5b9a\u7684\u7075\u6d3b\u6027\u3002\u9ed8\u8ba4\u60c5\u51b5\u4e0b\uff0c\u5c5e\u6027\u540d\u79f0\u53ea\u80fd\u5305\u542b ASCII \u5b57\u6bcd\u3001\u6570\u5b57\u548c\u77ed\u5212\u7ebf\uff0c\u5e76\u4e14\u5fc5\u987b\u4ee5\u5b57\u6bcd\u5f00\u5934\u3002\u5982\u679c\u542f\u7528\u4e86\u5c5e\u6027\u540d\u79f0\u4f8b\u5916\u8bbe\u7f6e\uff0c\u5219\u8fd8\u5141\u8bb8\u4f7f\u7528\u4e0b\u5212\u7ebf\u5b57\u7b26\uff0c\u5e76\u4e14\u5c5e\u6027\u540d\u79f0\u8fd8\u53ef\u4ee5\u6570\u5b57\u5f00\u5934\u3002\u5bf9\u6b64\u914d\u7f6e\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_ALLOW_EXCEPTIONS_61=\u914d\u7f6e\u6761\u76ee %s \u5177\u6709\u65e0\u6548\u7684 ds-cfg-allow-attribute-name-exceptions \u914d\u7f6e\u5c5e\u6027\u503c\uff08\u5b83\u5e94\u8be5\u4e3a\u5e03\u5c14\u503c\u771f\u6216\u5047\uff09: %s |
| | | INFO_CONFIG_CORE_DESCRIPTION_INVALID_SYNTAX_BEHAVIOR_62=\u76ee\u5f55\u670d\u52a1\u5668\u53d1\u73b0\u67d0\u4e2a\u5c5e\u6027\u7684\u503c\u4e0d\u7b26\u5408\u8be5\u5c5e\u6027\u7684\u8bed\u6cd5\u65f6\u6240\u5c55\u73b0\u7684\u884c\u4e3a\u3002\u5bf9\u4e8e\u8be5\u5c5e\u6027\uff0c\u53ef\u63a5\u53d7\u7684\u503c\u4e3a "reject"\uff08\u62d2\u7edd\u65e0\u6548\u503c\uff09\u3001"warn"\uff08\u63a5\u53d7\u65e0\u6548\u503c\uff0c\u4f46\u8bb0\u5f55\u4e00\u6761\u8b66\u544a\u6d88\u606f\uff09\u6216 "accept"\uff08\u63a5\u53d7\u65e0\u6548\u503c\uff0c\u5e76\u4e14\u4e0d\u53d1\u51fa\u8b66\u544a\uff09\u3002\u5bf9\u6b64\u914d\u7f6e\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_ENFORCE_STRICT_SYNTAX_63=\u914d\u7f6e\u6761\u76ee %s \u5177\u6709\u65e0\u6548\u7684 ds-cfg-invalid-attribute-syntax-behavior \u914d\u7f6e\u5c5e\u6027\u503c\uff08\u5b83\u5e94\u8be5\u4e3a "accept"\u3001"reject" \u6216 "warn" \u4e4b\u4e00\uff09: %s |
| | | MILD_ERR_CONFIG_ATTR_MULTIPLE_PENDING_VALUE_SETS_64=\u914d\u7f6e\u5c5e\u6027 %s \u4f3c\u4e4e\u5305\u542b\u591a\u4e2a\u5f85\u5904\u7406\u7684\u503c\u96c6 |
| | | MILD_ERR_CONFIG_ATTR_MULTIPLE_ACTIVE_VALUE_SETS_65=\u914d\u7f6e\u5c5e\u6027 %s \u4f3c\u4e4e\u5305\u542b\u591a\u4e2a\u6d3b\u52a8\u503c\u96c6 |
| | | MILD_ERR_CONFIG_ATTR_NO_ACTIVE_VALUE_SET_66=\u914d\u7f6e\u5c5e\u6027 %s \u4e0d\u5305\u542b\u6d3b\u52a8\u503c\u96c6 |
| | | MILD_ERR_CONFIG_ATTR_INT_INVALID_TYPE_67=\u65e0\u6cd5\u5c06\u914d\u7f6e\u5c5e\u6027 %2$s \u7684\u503c %1$s \u89e3\u6790\u4e3a\u6574\u6570\u503c\uff0c\u56e0\u4e3a\u8be5\u5143\u7d20\u7684\u7c7b\u578b (%3$s) \u65e0\u6548 |
| | | MILD_ERR_CONFIG_ATTR_INT_INVALID_ARRAY_TYPE_68=\u65e0\u6cd5\u5c06\u914d\u7f6e\u5c5e\u6027 %s \u7684\u503c\u89e3\u6790\u4e3a\u4e00\u7ec4\u6574\u6570\u503c\uff0c\u56e0\u4e3a\u8be5\u9635\u5217\u5305\u542b\u65e0\u6548\u7c7b\u578b (%s) \u7684\u5143\u7d20 |
| | | MILD_ERR_CONFIG_ATTR_INVALID_STRING_VALUE_69=\u65e0\u6cd5\u5c06\u914d\u7f6e\u5c5e\u6027 %2$s \u7684\u503c %1$s \u89e3\u6790\u4e3a\u5b57\u7b26\u4e32\u503c: %3$s |
| | | MILD_ERR_CONFIG_ATTR_STRING_INVALID_TYPE_70=\u65e0\u6cd5\u5c06\u914d\u7f6e\u5c5e\u6027 %2$s \u7684\u503c %1$s \u89e3\u6790\u4e3a\u5b57\u7b26\u4e32\u503c\uff0c\u56e0\u4e3a\u8be5\u5143\u7d20\u7684\u7c7b\u578b (%3$s) \u65e0\u6548 |
| | | MILD_ERR_CONFIG_ATTR_STRING_INVALID_ARRAY_TYPE_71=\u65e0\u6cd5\u5c06\u914d\u7f6e\u5c5e\u6027 %s \u7684\u503c\u89e3\u6790\u4e3a\u4e00\u7ec4\u5b57\u7b26\u4e32\u503c\uff0c\u56e0\u4e3a\u8be5\u9635\u5217\u5305\u542b\u65e0\u6548\u7c7b\u578b (%s) \u7684\u5143\u7d20 |
| | | MILD_ERR_CONFIG_ATTR_INT_WITH_UNIT_INVALID_TYPE_72=\u65e0\u6cd5\u5c06\u914d\u7f6e\u5c5e\u6027 %2$s \u7684\u503c %1$s \u89e3\u6790\u4e3a\u5177\u6709\u5355\u4f4d\u7684\u6574\u6570\u503c\uff0c\u56e0\u4e3a\u8be5\u5143\u7d20\u7684\u7c7b\u578b (%3$s) \u65e0\u6548 |
| | | MILD_ERR_CONFIG_JMX_ATTR_NO_VALUE_73=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u5c5e\u6027 %s \u7684\u503c |
| | | MILD_ERR_CONFIG_JMX_ATTR_NO_ATTR_74=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u5c5e\u6027 %s\uff08\u6216\u8005\u8be5\u5c5e\u6027\u5b58\u5728\uff0c\u4f46\u65e0\u6cd5\u901a\u8fc7 JMX \u8fdb\u884c\u8bbf\u95ee\uff09 |
| | | MILD_ERR_CONFIG_JMX_CANNOT_GET_CONFIG_ENTRY_75=\u65e0\u6cd5\u68c0\u7d22\u8981\u901a\u8fc7 JMX \u8fdb\u884c\u8bbf\u95ee\u7684\u914d\u7f6e\u6761\u76ee %s: %s |
| | | MILD_ERR_CONFIG_JMX_ATTR_INVALID_VALUE_76=\u5c1d\u8bd5\u901a\u8fc7 JMX \u66f4\u65b0\u914d\u7f6e\u6761\u76ee %2$s \u7684\u5c5e\u6027 %1$s \u65f6\u4f1a\u751f\u6210\u65e0\u6548\u7684\u503c: %3$s |
| | | MILD_ERR_CONFIG_JMX_UNACCEPTABLE_CONFIG_77=\u901a\u8fc7 JMX \u66f4\u65b0\u914d\u7f6e\u6761\u76ee %s \u65f6\u4f1a\u751f\u6210\u65e0\u6548\u7684\u914d\u7f6e: %s |
| | | MILD_ERR_CONFIG_JMX_NO_METHOD_78=\u6ca1\u6709\u7528\u4e8e\u5728\u914d\u7f6e\u6761\u76ee %2$s \u4e2d\u6ce8\u518c\u7684\u4efb\u4f55\u53ef\u8c03\u7528\u7ec4\u4ef6\u7684\u65b9\u6cd5 %1$s |
| | | MILD_ERR_CONFIG_CANNOT_GET_CONFIG_ENTRY_79=\u5728\u5c1d\u8bd5\u68c0\u7d22\u914d\u7f6e\u6761\u76ee %s \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | INFO_CONFIG_SET_ATTRIBUTE_80=\u5df2\u5728\u914d\u7f6e\u6761\u76ee %3$s \u4e2d\u5c06\u914d\u7f6e\u5c5e\u6027 %1$s \u7684\u503c\u8bbe\u7f6e\u4e3a %2$s |
| | | MILD_ERR_CONFIG_CHANGE_NOT_SUCCESSFUL_81=\u66f4\u65b0\u914d\u7f6e\u6761\u76ee %s \u7684\u5c1d\u8bd5\u5931\u8d25\uff0c\u5e76\u9047\u5230\u4e00\u4e2a\u6216\u591a\u4e2a\u95ee\u9898: %s |
| | | SEVERE_ERR_CONFIG_LOGGER_NO_FILE_NAME_82=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684 ds-cfg-log-file \u914d\u7f6e\u5c5e\u6027\u503c\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u5b9a\u5173\u8054\u8bb0\u5f55\u5668\u7684\u65e5\u5fd7\u6587\u4ef6\u540d\u79f0 |
| | | SEVERE_ERR_CONFIG_JMX_CANNOT_REGISTER_MBEAN_83=\u76ee\u5f55\u670d\u52a1\u5668\u65e0\u6cd5\u4e3a\u4e0e\u914d\u7f6e\u6761\u76ee %s \u5173\u8054\u7684\u7ec4\u4ef6\u6ce8\u518c JMX MBean: %s |
| | | SEVERE_ERR_CONFIG_LDIF_WRITE_ERROR_84=\u5728\u5c1d\u8bd5\u5c06\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u5bfc\u51fa\u5230 LDIF \u4e2d\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | INFO_CONFIG_WORK_QUEUE_DESCRIPTION_NUM_THREADS_85=\u5904\u7406\u8bf7\u6c42\u65f6\u5e94\u4f7f\u7528\u7684\u5de5\u4f5c\u7ebf\u7a0b\u6570\uff08\u7528\u4e8e\u63a7\u5236\u670d\u52a1\u5668\u53ef\u540c\u65f6\u5904\u7406\u7684\u64cd\u4f5c\u6570\uff09\u3002\u6700\u4f73\u503c\u53d6\u51b3\u4e8e\u8fd0\u884c\u670d\u52a1\u5668\u7684\u7cfb\u7edf\u7684\u7c7b\u578b\u4ee5\u53ca\u9700\u8981\u5904\u7406\u7684\u5de5\u4f5c\u8d1f\u8377\uff0c\u6700\u597d\u901a\u8fc7\u6027\u80fd\u6d4b\u8bd5\u6765\u786e\u5b9a\u8be5\u503c\u3002\u5bf9\u6b64\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | INFO_CONFIG_WORK_QUEUE_DESCRIPTION_MAX_CAPACITY_86=\u5728\u4efb\u4e00\u65f6\u523b\uff0c\u5de5\u4f5c\u961f\u5217\u4e2d\u53ef\u4ee5\u4fdd\u7559\u7684\u6700\u5927\u5f85\u5904\u7406\u8bf7\u6c42\u6570\uff08\u6240\u6709\u5de5\u4f5c\u7ebf\u7a0b\u5747\u5fd9\u4e8e\u5904\u7406\u5176\u4ed6\u64cd\u4f5c\uff09\u3002\u5982\u679c\u8fbe\u5230\u8be5\u9650\u5236\uff0c\u5219\u4f1a\u62d2\u7edd\u6240\u6709\u65b0\u8bf7\u6c42\u3002\u5982\u679c\u503c\u4e3a 0\uff0c\u5219\u6307\u793a\u6ca1\u6709\u9650\u5236\u3002\u5bf9\u6b64\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_WORK_QUEUE_CANNOT_DETERMINE_NUM_WORKER_THREADS_87=\u5728\u5c1d\u8bd5\u4ece %s \u6761\u76ee\u4e2d\u68c0\u7d22 ds-cfg-num-worker-threads \u5c5e\u6027\uff08\u7528\u4e8e\u6307\u5b9a\u4e3a\u5de5\u4f5c\u961f\u5217\u63d0\u4f9b\u670d\u52a1\u7684\u5de5\u4f5c\u7ebf\u7a0b\u6570\uff09\u7684\u503c\u65f6\u51fa\u73b0\u9519\u8bef: %s\u3002\u76ee\u5f55\u670d\u52a1\u5668\u5c06\u4f7f\u7528\u9ed8\u8ba4\u503c 24 |
| | | SEVERE_ERR_CONFIG_WORK_QUEUE_CANNOT_DETERMINE_QUEUE_CAPACITY_88=\u5728\u5c1d\u8bd5\u4ece %s \u6761\u76ee\u4e2d\u68c0\u7d22 ds-cfg-max-work-queue-capacity \u5c5e\u6027\uff08\u7528\u4e8e\u6307\u5b9a\u5de5\u4f5c\u961f\u5217\u4e2d\u53ef\u4ee5\u4fdd\u7559\u7684\u6700\u5927\u5f85\u5904\u7406\u64cd\u4f5c\u6570\uff09\u7684\u503c\u65f6\u51fa\u73b0\u9519\u8bef: %s\u3002\u76ee\u5f55\u670d\u52a1\u5668\u5c06\u4f7f\u7528\u9ed8\u8ba4\u503c 0 |
| | | SEVERE_WARN_CONFIG_WORK_QUEUE_NUM_THREADS_INVALID_VALUE_89=\u914d\u7f6e\u6761\u76ee %s \u4e2d\u7684\u914d\u7f6e\u5c5e\u6027 ds-cfg-num-worker-threads \u5177\u6709\u65e0\u6548\u503c (%d)\u3002\u8be5\u5c5e\u6027\u9700\u8981\u4f7f\u7528\u5927\u4e8e\u96f6\u7684\u6574\u6570\u503c |
| | | SEVERE_WARN_CONFIG_WORK_QUEUE_CAPACITY_INVALID_VALUE_90=\u914d\u7f6e\u6761\u76ee %s \u4e2d\u7684\u914d\u7f6e\u5c5e\u6027 ds-cfg-max-work-queue-capacity \u5177\u6709\u65e0\u6548\u503c (%d)\u3002\u8be5\u5c5e\u6027\u9700\u8981\u4f7f\u7528\u5927\u4e8e\u6216\u7b49\u4e8e\u96f6\u7684\u6574\u6570\u503c |
| | | INFO_CONFIG_WORK_QUEUE_CREATED_THREADS_91=\u521b\u5efa\u4e86 %d \u4e2a\u989d\u5916\u7684\u5de5\u4f5c\u7ebf\u7a0b\uff0c\u4ee5\u4f7f\u53ef\u7528\u7ebf\u7a0b\u603b\u6570\u53d8\u4e3a %d \u4e2a |
| | | INFO_CONFIG_WORK_QUEUE_DESTROYING_THREADS_92=\u5c06\u5728\u65b9\u4fbf\u7684\u65f6\u5019\u7acb\u5373\u7ec8\u6b62 %d \u4e2a\u5de5\u4f5c\u7ebf\u7a0b\uff08\u7ebf\u7a0b\u5b9e\u9645\u9000\u51fa\u53ef\u80fd\u9700\u8981\u51e0\u79d2\u949f\u7684\u65f6\u95f4\uff09\uff0c\u4ee5\u4f7f\u53ef\u7528\u7ebf\u7a0b\u603b\u6570\u53d8\u4e3a %d \u4e2a |
| | | INFO_CONFIG_WORK_QUEUE_NEW_CAPACITY_93=\u66f4\u65b0\u4e86\u5de5\u4f5c\u961f\u5217\u5bb9\u91cf\u4ee5\u4f7f\u7528\u65b0\u503c %d |
| | | SEVERE_ERR_CONFIG_WORK_QUEUE_TOO_MANY_FAILURES_94=\u5728\u5c1d\u8bd5\u4ece\u5de5\u4f5c\u961f\u5217\u4e2d\u68c0\u7d22\u4e0b\u4e00\u4e2a\u64cd\u4f5c\u65f6\uff0c\u5de5\u4f5c\u7ebf\u7a0b "%s" \u906d\u9047\u592a\u591a\u6b21\u91cd\u590d\u5931\u8d25\uff08\u906d\u9047 %d \u6b21\u5931\u8d25\uff0c\u6700\u591a\u5141\u8bb8 %d \u6b21\u5931\u8d25\uff09\u3002\u5c06\u9500\u6bc1\u8be5\u5de5\u4f5c\u7ebf\u7a0b |
| | | SEVERE_ERR_CONFIG_WORK_QUEUE_CANNOT_CREATE_MONITOR_95=\u5728\u5c1d\u8bd5\u521b\u5efa\u5e76\u542f\u52a8\u7c7b %s \u7684\u5b9e\u4f8b\u4ee5\u7528\u4f5c\u76ee\u5f55\u670d\u52a1\u5668\u5de5\u4f5c\u961f\u5217\u7684\u76d1\u89c6\u5668\u63d0\u4f9b\u7a0b\u5e8f\u65f6\u51fa\u73b0\u95ee\u9898: %s\u3002\u8be5\u5de5\u4f5c\u961f\u5217\u5c06\u6ca1\u6709\u4efb\u4f55\u53ef\u7528\u7684\u76d1\u89c6\u5668\u4fe1\u606f |
| | | INFO_CONFIG_DESCRIPTION_BACKEND_DIRECTORY_96=\u5b58\u50a8\u540e\u7aef\u6570\u636e\u5e93\u6587\u4ef6\u7684\u76ee\u5f55\u7684\u540d\u79f0 |
| | | SEVERE_ERR_CONFIG_BACKEND_NO_DIRECTORY_97=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684 ds-cfg-db-directory \u914d\u7f6e\u5c5e\u6027\u503c |
| | | MILD_ERR_CONFIG_ATTR_DN_NULL_98=\u4e3a DN \u914d\u7f6e\u5c5e\u6027 %s \u63d0\u4f9b\u4e86 Null \u503c |
| | | MILD_ERR_CONFIG_ATTR_DN_CANNOT_PARSE_99=\u5728\u5c1d\u8bd5\u5c06\u5c5e\u6027 %2$s \u7684\u503c "%1$s" \u89e3\u6790\u4e3a DN \u65f6\u51fa\u73b0\u9519\u8bef: %3$s |
| | | MILD_ERR_CONFIG_ATTR_INVALID_DN_VALUE_100=\u65e0\u6cd5\u5c06\u914d\u7f6e\u5c5e\u6027 %2$s \u7684\u503c %1$s \u89e3\u6790\u4e3a DN: %3$s |
| | | MILD_ERR_CONFIG_ATTR_DN_INVALID_TYPE_101=\u65e0\u6cd5\u5c06\u914d\u7f6e\u5c5e\u6027 %2$s \u7684\u503c %1$s \u89e3\u6790\u4e3a DN\uff0c\u56e0\u4e3a\u8be5\u5143\u7d20\u7684\u7c7b\u578b (%3$s) \u65e0\u6548 |
| | | MILD_ERR_CONFIG_ATTR_DN_INVALID_ARRAY_TYPE_102=\u65e0\u6cd5\u5c06\u914d\u7f6e\u5c5e\u6027 %s \u7684\u503c\u89e3\u6790\u4e3a\u4e00\u7ec4 DN \u503c\uff0c\u56e0\u4e3a\u8be5\u9635\u5217\u5305\u542b\u65e0\u6548\u7c7b\u578b (%s) \u7684\u5143\u7d20 |
| | | FATAL_ERR_CONFIG_CANNOT_REGISTER_AS_PRIVATE_SUFFIX_103=\u5c1d\u8bd5\u5728\u76ee\u5f55\u670d\u52a1\u5668\u4e2d\u5c06\u914d\u7f6e\u5904\u7406\u7a0b\u5e8f\u57fa DN "%s" \u6ce8\u518c\u4e3a\u79c1\u6709\u540e\u7f00\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | SEVERE_ERR_CONFIG_BACKEND_CANNOT_GET_CONFIG_BASE_104=\u5728\u5c1d\u8bd5\u68c0\u7d22\u914d\u7f6e\u6761\u76ee cn=Backends,cn=config \u4ee5\u521d\u59cb\u5316\u76ee\u5f55\u670d\u52a1\u5668\u540e\u7aef\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_CONFIG_BACKEND_BASE_DOES_NOT_EXIST_105=\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u4f3c\u4e4e\u4e0d\u5b58\u5728\u6761\u76ee cn=Backends,cn=config\u3002\u8fd9\u662f\u4e00\u4e2a\u5fc5\u9700\u6761\u76ee |
| | | SEVERE_WARN_CONFIG_BACKEND_ENTRY_DOES_NOT_HAVE_BACKEND_CONFIG_106=\u540e\u7aef\u914d\u7f6e\u6839\u6761\u76ee cn=Backends,cn=config \u4e0b\u5b58\u5728\u914d\u7f6e\u6761\u76ee %s\uff0c\u4f46\u8be5\u6761\u76ee\u4e0d\u5305\u542b\u76ee\u5f55\u670d\u52a1\u5668\u540e\u7aef\u6240\u9700\u7684 objectclass ds-cfg-backend\u3002\u5c06\u5ffd\u7565\u8be5\u914d\u7f6e\u6761\u76ee |
| | | SEVERE_ERR_CONFIG_BACKEND_ERROR_INTERACTING_WITH_BACKEND_ENTRY_107=\u5728\u4e0e\u540e\u7aef\u914d\u7f6e\u6761\u76ee %s \u4ea4\u4e92\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | INFO_CONFIG_BACKEND_ATTR_DESCRIPTION_ENABLED_108=\u6307\u793a\u662f\u5426\u5e94\u5728\u76ee\u5f55\u670d\u52a1\u5668\u4e2d\u542f\u7528\u8be5\u540e\u7aef\u3002\u53ef\u4ee5\u5728\u76ee\u5f55\u670d\u52a1\u5668\u8054\u673a\u65f6\u5bf9\u5176\u8fdb\u884c\u66f4\u6539\uff1b\u4f46\u5982\u679c\u7981\u7528\u4e86\u67d0\u4e2a\u540e\u7aef\uff0c\u5219\u5c06\u65e0\u6cd5\u4f7f\u7528\u8be5\u540e\u7aef |
| | | INFO_CONFIG_BACKEND_ATTR_DESCRIPTION_CLASS_109=\u5e94\u4e3a\u8be5\u540e\u7aef\u5b9e\u73b0\u63d0\u4f9b\u6838\u5fc3\u903b\u8f91\u7684 Java \u7c7b\u7684\u5168\u9650\u5b9a\u540d\u79f0\u3002\u5728\u7981\u7528\u5e76\u91cd\u65b0\u542f\u7528\u540e\u7aef\u6216\u91cd\u65b0\u542f\u52a8\u670d\u52a1\u5668\u540e\uff0c\u5bf9\u8be5\u914d\u7f6e\u5c5e\u6027\u6240\u505a\u7684\u66f4\u6539\u624d\u4f1a\u751f\u6548 |
| | | SEVERE_WARN_CONFIG_BACKEND_NO_ENABLED_ATTR_110=\u540e\u7aef\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u5c5e\u6027 ds-cfg-enabled\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u793a\u662f\u5426\u5e94\u542f\u7528\u6216\u7981\u7528\u540e\u7aef\u3002\u5982\u679c\u4e0d\u4f7f\u7528\u8be5\u5c5e\u6027\uff0c\u5219\u9ed8\u8ba4\u7981\u7528\u540e\u7aef |
| | | INFO_CONFIG_BACKEND_DISABLED_111=\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u540e\u7aef\u88ab\u6807\u8bb0\u4e3a\u7981\u7528\uff0c\u56e0\u6b64\u4e0d\u4f1a\u4f7f\u7528\u8be5\u540e\u7aef |
| | | SEVERE_ERR_CONFIG_BACKEND_UNABLE_TO_DETERMINE_ENABLED_STATE_112=\u5728\u5c1d\u8bd5\u786e\u5b9a\u662f\u5426\u5e94\u542f\u7528\u6216\u7981\u7528\u4e0e\u914d\u7f6e\u6761\u76ee %s \u5173\u8054\u7684\u540e\u7aef\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s\u3002\u5c06\u7981\u7528\u8be5\u540e\u7aef |
| | | SEVERE_ERR_CONFIG_BACKEND_NO_CLASS_ATTR_113=\u540e\u7aef\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u5c5e\u6027 ds-cfg-java-class\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u5b9a\u7528\u6765\u63d0\u4f9b\u540e\u7aef\u5b9e\u73b0\u7684\u7c7b\u7684\u540d\u79f0\u3002\u5c06\u7981\u7528\u4e0e\u8be5\u914d\u7f6e\u6761\u76ee\u5173\u8054\u7684\u540e\u7aef |
| | | SEVERE_ERR_CONFIG_BACKEND_CANNOT_GET_CLASS_114=\u5728\u5c1d\u8bd5\u786e\u5b9a\u5305\u542b\u540e\u7aef %s \u5b9e\u73b0\u7684 Java \u7c7b\u7684\u540d\u79f0\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s\u3002\u5c06\u7981\u7528\u8be5\u540e\u7aef |
| | | SEVERE_ERR_CONFIG_BACKEND_CANNOT_INSTANTIATE_115=\u76ee\u5f55\u670d\u52a1\u5668\u65e0\u6cd5\u52a0\u8f7d\u7c7b %s \u5e76\u5c06\u5176\u7528\u4e8e\u521b\u5efa\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u540e\u7aef\u5b9e\u4f8b\u3002\u51fa\u73b0\u4e86\u4ee5\u4e0b\u9519\u8bef: %s\u3002\u5c06\u7981\u7528\u8be5\u540e\u7aef |
| | | SEVERE_ERR_CONFIG_BACKEND_CANNOT_INITIALIZE_116=\u5728\u5c1d\u8bd5\u4f7f\u7528\u914d\u7f6e\u6761\u76ee %2$s \u4e2d\u7684\u4fe1\u606f\u521d\u59cb\u5316\u4ece\u7c7b %1$s \u4e2d\u52a0\u8f7d\u7684\u540e\u7aef\u65f6\u51fa\u73b0\u9519\u8bef: %3$s\u3002\u5c06\u7981\u7528\u8be5\u540e\u7aef |
| | | SEVERE_ERR_CONFIG_BACKEND_CLASS_NOT_BACKEND_117=\u914d\u7f6e\u6761\u76ee %2$s \u4e2d\u6307\u5b9a\u7684\u7c7b %1$s \u4e0d\u5305\u542b\u6709\u6548\u7684\u76ee\u5f55\u670d\u52a1\u5668\u540e\u7aef\u5b9e\u73b0 |
| | | NOTICE_CONFIG_BACKEND_ACTION_REQUIRED_TO_CHANGE_CLASS_118=\u8bf7\u6c42\u5bf9\u914d\u7f6e\u6761\u76ee %s \u8fdb\u884c\u7684\u66f4\u6539\u5c06\u5bfc\u81f4\u5173\u8054\u540e\u7aef\u7684\u7c7b\u4ece %s \u66f4\u6539\u4e3a %s\u3002\u5728\u7981\u7528\u5e76\u91cd\u65b0\u542f\u7528\u8be5\u540e\u7aef\u6216\u91cd\u65b0\u542f\u52a8\u76ee\u5f55\u670d\u52a1\u5668\u540e\uff0c\u8be5\u66f4\u6539\u624d\u4f1a\u751f\u6548 |
| | | NOTICE_CONFIG_BACKEND_CANNOT_REMOVE_BACKEND_WITH_SUBORDINATES_119=\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u540e\u7aef\u5177\u6709\u4e00\u4e2a\u6216\u591a\u4e2a\u4ece\u5c5e\u540e\u7aef\u3002\u5982\u679c\u540e\u7aef\u5177\u6709\u4ece\u5c5e\u540e\u7aef\uff0c\u5219\u4e0d\u53ef\u4ee5\u5220\u9664\u8be5\u540e\u7aef |
| | | INFO_CONFIG_CORE_DESCRIPTION_MAX_ALLOWED_CONNECTIONS_120=\u5728\u4efb\u610f\u7ed9\u5b9a\u65f6\u95f4\uff0c\u53ef\u4ee5\u4e0e\u76ee\u5f55\u670d\u52a1\u5668\u5efa\u7acb\u7684\u6700\u5927\u5ba2\u6237\u7aef\u8fde\u63a5\u6570\u3002\u5982\u679c\u503c\u5c0f\u4e8e\u6216\u7b49\u4e8e\u96f6\uff0c\u5219\u6307\u793a\u6ca1\u6709\u9650\u5236\u3002\u5bf9\u6b64\u914d\u7f6e\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | INFO_CONFIG_LOGGER_CLASS_ACTION_REQUIRED_122=\u65e0\u6cd5\u5728\u914d\u7f6e\u6761\u76ee %3$s \u4e2d\u52a8\u6001\u5e94\u7528\u8bf7\u6c42\u7684\u8bb0\u5f55\u5668\u7c7b\u540d\u66f4\u6539\uff08\u4ece %1$s \u66f4\u6539\u4e3a %2$s\uff09\u3002\u5728\u7981\u7528\u5e76\u91cd\u65b0\u542f\u7528\u8bb0\u5f55\u5668\u6216\u91cd\u65b0\u542f\u52a8\u76ee\u5f55\u670d\u52a1\u5668\u540e\uff0c\u8be5\u66f4\u6539\u624d\u4f1a\u751f\u6548 |
| | | MILD_ERR_CONFIG_LOGGER_EXISTS_123=\u65e0\u6cd5\u6dfb\u52a0 DN \u4e3a %s \u7684\u65b0\u8bb0\u5f55\u5668\u6761\u76ee\uff0c\u56e0\u4e3a\u5df2\u6ce8\u518c\u5177\u6709\u8be5 DN \u7684\u8bb0\u5f55\u5668 |
| | | MILD_ERR_CONFIG_LOGGER_ACCESS_INITIALIZATION_FAILED_124=\u5728\u5c1d\u8bd5\u5c06\u7c7b %s \u7684\u5b9e\u4f8b\u521d\u59cb\u5316\u4e3a\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u8bbf\u95ee\u8bb0\u5f55\u5668\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_CONFIG_LOGGER_ERROR_INITIALIZATION_FAILED_125=\u5728\u5c1d\u8bd5\u5c06\u7c7b %s \u7684\u5b9e\u4f8b\u521d\u59cb\u5316\u4e3a\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u9519\u8bef\u8bb0\u5f55\u5668\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_CONFIG_LOGGER_DEBUG_INITIALIZATION_FAILED_126=\u5728\u5c1d\u8bd5\u5c06\u7c7b %s \u7684\u5b9e\u4f8b\u521d\u59cb\u5316\u4e3a\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u8c03\u8bd5\u8bb0\u5f55\u5668\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | FATAL_ERR_CONFIG_MONITOR_CANNOT_GET_BASE_127=\u5728\u5c1d\u8bd5\u4ece\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u68c0\u7d22\u57fa\u76d1\u89c6\u5668\u6761\u76ee cn=Monitor Providers,cn=config \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_WARN_CONFIG_MONITOR_BASE_DOES_NOT_EXIST_128=\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u4e0d\u5b58\u5728\u76d1\u89c6\u5668\u914d\u7f6e\u57fa\u6761\u76ee cn=Monitor Providers,cn=config\u3002\u4ec5\u53ef\u63d0\u4f9b\u6709\u9650\u7684\u76d1\u89c6\u4fe1\u606f |
| | | SEVERE_ERR_CONFIG_MONITOR_ENTRY_UNACCEPTABLE_129=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684\u76d1\u89c6\u5668\u63d0\u4f9b\u7a0b\u5e8f\u914d\u7f6e: %s\u3002\u5c06\u5ffd\u7565\u8be5\u6761\u76ee |
| | | SEVERE_ERR_CONFIG_MONITOR_CANNOT_CREATE_MONITOR_130=\u5728\u5c1d\u8bd5\u901a\u8fc7\u914d\u7f6e\u6761\u76ee %s \u4e2d\u7684\u4fe1\u606f\u521b\u5efa\u76ee\u5f55\u670d\u52a1\u5668\u76d1\u89c6\u5668\u63d0\u4f9b\u7a0b\u5e8f\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_CONFIG_MONITOR_INVALID_OBJECTCLASS_131=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u76d1\u89c6\u5668\u63d0\u4f9b\u7a0b\u5e8f\u5b9a\u4e49\u6240\u9700\u7684 ds-cfg-monitor-provider objectclass |
| | | INFO_CONFIG_MONITOR_DESCRIPTION_CLASS_NAME_132=\u7528\u4e8e\u5b9a\u4e49\u76ee\u5f55\u670d\u52a1\u5668\u76d1\u89c6\u5668\u63d0\u4f9b\u7a0b\u5e8f\u7684 Java \u7c7b\u7684\u5168\u9650\u5b9a\u540d\u79f0\u3002\u5982\u679c\u5728\u542f\u7528\u5173\u8054\u7684\u76d1\u89c6\u5668\u65f6\u66f4\u6539\u4e86\u8be5\u540d\u79f0\uff0c\u5219\u5fc5\u987b\u7981\u7528\u5e76\u91cd\u65b0\u542f\u7528\u8be5\u76d1\u89c6\u5668\u4ee5\u4f7f\u66f4\u6539\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_MONITOR_NO_CLASS_NAME_133=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684 ds-cfg-java-class \u914d\u7f6e\u5c5e\u6027\u503c\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u5b9a\u5173\u8054\u76d1\u89c6\u5668\u63d0\u4f9b\u7a0b\u5e8f\u7684\u5168\u9650\u5b9a\u7c7b\u540d |
| | | SEVERE_ERR_CONFIG_MONITOR_INVALID_CLASS_NAME_134=\u914d\u7f6e\u6761\u76ee %s \u5177\u6709\u65e0\u6548\u7684 ds-cfg-java-class \u5c5e\u6027\u503c: %s |
| | | SEVERE_ERR_CONFIG_MONITOR_INVALID_CLASS_135=\u914d\u7f6e\u6761\u76ee %2$s \u4e2d\u6307\u5b9a\u7684\u7c7b %1$s \u4e0d\u5305\u542b\u6709\u6548\u7684\u76d1\u89c6\u5668\u63d0\u4f9b\u7a0b\u5e8f\u5b9e\u73b0: %3$s |
| | | INFO_CONFIG_MONITOR_DESCRIPTION_ENABLED_136=\u6307\u793a\u662f\u5426\u5e94\u542f\u7528\u8be5\u76ee\u5f55\u670d\u52a1\u5668\u76d1\u89c6\u5668\u63d0\u4f9b\u7a0b\u5e8f\u3002\u5bf9\u6b64\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_MONITOR_NO_ENABLED_ATTR_137=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684 ds-cfg-enabled \u914d\u7f6e\u5c5e\u6027\u503c\uff0c\u8be5\u5c5e\u6027\u6307\u793a\u662f\u5426\u5e94\u5728\u76ee\u5f55\u670d\u52a1\u5668\u4e2d\u542f\u7528\u76d1\u89c6\u5668\u63d0\u4f9b\u7a0b\u5e8f |
| | | SEVERE_ERR_CONFIG_MONITOR_INVALID_ENABLED_VALUE_138=\u914d\u7f6e\u6761\u76ee %s \u5177\u6709\u65e0\u6548\u7684 ds-cfg-enabled \u5c5e\u6027\u503c: %s |
| | | INFO_CONFIG_MONITOR_CLASS_ACTION_REQUIRED_139=\u65e0\u6cd5\u5728\u914d\u7f6e\u6761\u76ee %3$s \u4e2d\u52a8\u6001\u5e94\u7528\u8bf7\u6c42\u7684\u76d1\u89c6\u5668\u7c7b\u540d\u66f4\u6539\uff08\u4ece %1$s \u66f4\u6539\u4e3a %2$s\uff09\u3002\u5728\u7981\u7528\u5e76\u91cd\u65b0\u542f\u7528\u76d1\u89c6\u5668\u63d0\u4f9b\u7a0b\u5e8f\u6216\u91cd\u65b0\u542f\u52a8\u76ee\u5f55\u670d\u52a1\u5668\u540e\uff0c\u8be5\u66f4\u6539\u624d\u4f1a\u751f\u6548 |
| | | MILD_ERR_CONFIG_MONITOR_INITIALIZATION_FAILED_140=\u5728\u5c1d\u8bd5\u5c06\u7c7b %s \u7684\u5b9e\u4f8b\u521d\u59cb\u5316\u4e3a\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u76d1\u89c6\u5668\u63d0\u4f9b\u7a0b\u5e8f\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_CONFIG_MONITOR_EXISTS_141=\u65e0\u6cd5\u6dfb\u52a0 DN \u4e3a %s \u7684\u65b0\u76d1\u89c6\u5668\u63d0\u4f9b\u7a0b\u5e8f\u6761\u76ee\uff0c\u56e0\u4e3a\u5df2\u6ce8\u518c\u5177\u6709\u8be5 DN \u7684\u76d1\u89c6\u5668\u63d0\u4f9b\u7a0b\u5e8f |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_CANNOT_GET_CONFIG_BASE_142=\u5728\u5c1d\u8bd5\u68c0\u7d22\u914d\u7f6e\u6761\u76ee cn=Connection Handlers,cn=config \u4ee5\u521d\u59cb\u5316\u76ee\u5f55\u670d\u52a1\u5668\u540e\u7aef\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_BASE_DOES_NOT_EXIST_143=\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u4f3c\u4e4e\u4e0d\u5b58\u5728\u6761\u76ee cn=Connection Handlers,cn=config\u3002\u8fd9\u662f\u4e00\u4e2a\u5fc5\u9700\u6761\u76ee |
| | | SEVERE_WARN_CONFIG_CONNHANDLER_ENTRY_DOES_NOT_HAVE_CONNHANDLER_CONFIG_144=\u8fde\u63a5\u5904\u7406\u7a0b\u5e8f\u914d\u7f6e\u6839\u6761\u76ee cn=Connection Handlers,cn=config \u4e0b\u5b58\u5728\u914d\u7f6e\u6761\u76ee %s\uff0c\u4f46\u8be5\u6761\u76ee\u4e0d\u5305\u542b\u76ee\u5f55\u670d\u52a1\u5668\u8fde\u63a5\u5904\u7406\u7a0b\u5e8f\u6240\u9700\u7684 objectclass ds-cfg-connection-handler\u3002\u5c06\u5ffd\u7565\u8be5\u914d\u7f6e\u6761\u76ee |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_ERROR_INTERACTING_WITH_CONNHANDLER_ENTRY_145=\u5728\u4e0e\u8fde\u63a5\u5904\u7406\u7a0b\u5e8f\u914d\u7f6e\u6761\u76ee %s \u4ea4\u4e92\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | INFO_CONFIG_CONNHANDLER_ATTR_DESCRIPTION_ENABLED_146=\u6307\u793a\u662f\u5426\u5e94\u5728\u76ee\u5f55\u670d\u52a1\u5668\u4e2d\u542f\u7528\u8be5\u8fde\u63a5\u5904\u7406\u7a0b\u5e8f\u3002\u53ef\u4ee5\u5728\u76ee\u5f55\u670d\u52a1\u5668\u8054\u673a\u65f6\u5bf9\u5176\u8fdb\u884c\u66f4\u6539\uff1b\u4f46\u5982\u679c\u7981\u7528\u4e86\u67d0\u4e2a\u8fde\u63a5\u5904\u7406\u7a0b\u5e8f\uff0c\u5219\u5c06\u65e0\u6cd5\u4f7f\u7528\u8be5\u8fde\u63a5\u5904\u7406\u7a0b\u5e8f |
| | | INFO_CONFIG_CONNHANDLER_ATTR_DESCRIPTION_CLASS_147=\u5e94\u4e3a\u8be5\u8fde\u63a5\u5904\u7406\u7a0b\u5e8f\u5b9e\u73b0\u63d0\u4f9b\u6838\u5fc3\u903b\u8f91\u7684 Java \u7c7b\u7684\u5168\u9650\u5b9a\u540d\u79f0\u3002\u5728\u7981\u7528\u5e76\u91cd\u65b0\u542f\u7528\u8fde\u63a5\u5904\u7406\u7a0b\u5e8f\u6216\u91cd\u65b0\u542f\u52a8\u670d\u52a1\u5668\u540e\uff0c\u5bf9\u8be5\u914d\u7f6e\u5c5e\u6027\u6240\u505a\u7684\u66f4\u6539\u624d\u4f1a\u751f\u6548 |
| | | SEVERE_WARN_CONFIG_CONNHANDLER_NO_ENABLED_ATTR_148=\u8fde\u63a5\u5904\u7406\u7a0b\u5e8f\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u5c5e\u6027 ds-cfg-enabled\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u793a\u662f\u5426\u5e94\u542f\u7528\u6216\u7981\u7528\u8fde\u63a5\u5904\u7406\u7a0b\u5e8f\u3002\u5982\u679c\u4e0d\u4f7f\u7528\u8be5\u5c5e\u6027\uff0c\u5219\u9ed8\u8ba4\u7981\u7528\u540e\u7aef |
| | | INFO_CONFIG_CONNHANDLER_DISABLED_149=\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u8fde\u63a5\u5904\u7406\u7a0b\u5e8f\u88ab\u6807\u8bb0\u4e3a\u7981\u7528\uff0c\u56e0\u6b64\u4e0d\u4f1a\u4f7f\u7528\u8be5\u8fde\u63a5\u5904\u7406\u7a0b\u5e8f |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_UNABLE_TO_DETERMINE_ENABLED_STATE_150=\u5728\u5c1d\u8bd5\u786e\u5b9a\u662f\u5426\u5e94\u542f\u7528\u6216\u7981\u7528\u4e0e\u914d\u7f6e\u6761\u76ee %s \u5173\u8054\u7684\u8fde\u63a5\u5904\u7406\u7a0b\u5e8f\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s\u3002\u5c06\u7981\u7528\u8be5\u8fde\u63a5\u5904\u7406\u7a0b\u5e8f |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_NO_CLASS_ATTR_151=\u8fde\u63a5\u5904\u7406\u7a0b\u5e8f\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u5c5e\u6027 ds-cfg-java-class\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u5b9a\u7528\u6765\u63d0\u4f9b\u8fde\u63a5\u5904\u7406\u7a0b\u5e8f\u5b9e\u73b0\u7684\u7c7b\u7684\u540d\u79f0\u3002\u5c06\u7981\u7528\u4e0e\u8be5\u914d\u7f6e\u6761\u76ee\u5173\u8054\u7684\u8fde\u63a5\u5904\u7406\u7a0b\u5e8f |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_CANNOT_GET_CLASS_152=\u5728\u5c1d\u8bd5\u786e\u5b9a\u5305\u542b\u8fde\u63a5\u5904\u7406\u7a0b\u5e8f %s \u5b9e\u73b0\u7684 Java \u7c7b\u7684\u540d\u79f0\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s\u3002\u5c06\u7981\u7528\u8be5\u8fde\u63a5\u5904\u7406\u7a0b\u5e8f |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_CANNOT_INSTANTIATE_153=\u76ee\u5f55\u670d\u52a1\u5668\u65e0\u6cd5\u52a0\u8f7d\u7c7b %s \u5e76\u5c06\u5176\u7528\u4e8e\u521b\u5efa\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u8fde\u63a5\u5904\u7406\u7a0b\u5e8f\u5b9e\u4f8b\u3002\u51fa\u73b0\u4e86\u4ee5\u4e0b\u9519\u8bef: %s\u3002\u5c06\u7981\u7528\u8be5\u8fde\u63a5\u5904\u7406\u7a0b\u5e8f |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_CANNOT_INITIALIZE_154=\u5728\u5c1d\u8bd5\u4f7f\u7528\u914d\u7f6e\u6761\u76ee %2$s \u4e2d\u7684\u4fe1\u606f\u521d\u59cb\u5316\u4ece\u7c7b %1$s \u4e2d\u52a0\u8f7d\u7684\u8fde\u63a5\u5904\u7406\u7a0b\u5e8f\u65f6\u51fa\u73b0\u9519\u8bef: %3$s\u3002\u5c06\u7981\u7528\u8be5\u8fde\u63a5\u5904\u7406\u7a0b\u5e8f |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_UNACCEPTABLE_CONFIG_155=\u6839\u636e\u5176\u5185\u90e8\u9a8c\u8bc1\uff0c\u65e0\u6cd5\u63a5\u53d7\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u8fde\u63a5\u5904\u7406\u7a0b\u5e8f\u7684\u914d\u7f6e\u3002\u4e0d\u8fc7\uff0c\u672a\u63d0\u4f9b\u6709\u5173\u8be5\u6761\u76ee\u7684\u95ee\u9898\u7684\u5177\u4f53\u4fe1\u606f |
| | | SEVERE_ERR_CONFIG_BACKEND_UNACCEPTABLE_CONFIG_156=\u6839\u636e\u5176\u5185\u90e8\u9a8c\u8bc1\uff0c\u65e0\u6cd5\u63a5\u53d7\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u540e\u7aef\u7684\u914d\u7f6e\u3002\u4e0d\u8fc7\uff0c\u672a\u63d0\u4f9b\u6709\u5173\u8be5\u6761\u76ee\u7684\u95ee\u9898\u7684\u5177\u4f53\u4fe1\u606f |
| | | SEVERE_ERR_CONFIG_MONITOR_UNACCEPTABLE_CONFIG_157=\u6839\u636e\u5176\u5185\u90e8\u9a8c\u8bc1\uff0c\u65e0\u6cd5\u63a5\u53d7\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u76d1\u89c6\u5668\u63d0\u4f9b\u7a0b\u5e8f\u7684\u914d\u7f6e\u3002\u4e0d\u8fc7\uff0c\u672a\u63d0\u4f9b\u6709\u5173\u8be5\u6761\u76ee\u7684\u95ee\u9898\u7684\u5177\u4f53\u4fe1\u606f |
| | | SEVERE_ERR_CONFIG_LOGGER_UNACCEPTABLE_CONFIG_158=\u6839\u636e\u5176\u5185\u90e8\u9a8c\u8bc1\uff0c\u65e0\u6cd5\u63a5\u53d7\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u8bb0\u5f55\u5668\u7684\u914d\u7f6e\u3002\u4e0d\u8fc7\uff0c\u672a\u63d0\u4f9b\u6709\u5173\u8be5\u6761\u76ee\u7684\u95ee\u9898\u7684\u5177\u4f53\u4fe1\u606f |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_CLASS_NOT_CONNHANDLER_159=\u914d\u7f6e\u6761\u76ee %2$s \u4e2d\u6307\u5b9a\u7684\u7c7b %1$s \u4e0d\u5305\u542b\u6709\u6548\u7684\u76ee\u5f55\u670d\u52a1\u5668\u8fde\u63a5\u5904\u7406\u7a0b\u5e8f\u5b9e\u73b0 |
| | | SEVERE_ERR_CONFIG_SCHEMA_CANNOT_GET_MR_BASE_160=\u5728\u5c1d\u8bd5\u68c0\u7d22\u914d\u7f6e\u6761\u76ee cn=Matching Rules,cn=config \u4ee5\u521d\u59cb\u5316\u76ee\u5f55\u670d\u52a1\u5668\u5339\u914d\u89c4\u5219\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_CONFIG_SCHEMA_MR_BASE_DOES_NOT_EXIST_161=\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u4f3c\u4e4e\u4e0d\u5b58\u5728\u6761\u76ee cn=Matching Rules,cn=config\u3002\u8fd9\u662f\u4e00\u4e2a\u5fc5\u9700\u6761\u76ee |
| | | SEVERE_ERR_CONFIG_SCHEMA_NO_MATCHING_RULES_162=\u5728\u6761\u76ee cn=Matching Rules,cn=config \u4e0b\u9762\uff0c\u627e\u4e0d\u5230\u7528\u4e8e\u5b9a\u4e49\u5728\u76ee\u5f55\u670d\u52a1\u5668\u4e2d\u4f7f\u7528\u7684\u5339\u914d\u89c4\u5219\u7684\u5b50\u6761\u76ee\u3002\u8fd9\u662f\u4e00\u4e2a\u9519\u8bef\uff0c\u56e0\u4e3a\u76ee\u5f55\u670d\u52a1\u5668\u5fc5\u987b\u5b9a\u4e49\u5339\u914d\u89c4\u5219\u624d\u80fd\u6b63\u5e38\u5de5\u4f5c |
| | | SEVERE_WARN_CONFIG_SCHEMA_ENTRY_DOES_NOT_HAVE_MR_CONFIG_163=\u5339\u914d\u89c4\u5219\u914d\u7f6e\u6839\u6761\u76ee cn=Matching Rules,cn=config \u4e0b\u5b58\u5728\u914d\u7f6e\u6761\u76ee %s\uff0c\u4f46\u8be5\u6761\u76ee\u4e0d\u5305\u542b\u76ee\u5f55\u670d\u52a1\u5668\u5339\u914d\u89c4\u5219\u6240\u9700\u7684 objectclass ds-cfg-matching-rule\u3002\u5c06\u5ffd\u7565\u8be5\u914d\u7f6e\u6761\u76ee |
| | | INFO_CONFIG_SCHEMA_MR_ATTR_DESCRIPTION_ENABLED_164=\u6307\u793a\u662f\u5426\u5e94\u5728\u76ee\u5f55\u670d\u52a1\u5668\u4e2d\u542f\u7528\u8be5\u5339\u914d\u89c4\u5219\u3002\u53ef\u4ee5\u5728\u76ee\u5f55\u670d\u52a1\u5668\u8054\u673a\u65f6\u5bf9\u5176\u8fdb\u884c\u66f4\u6539\uff1b\u4f46\u5982\u679c\u7981\u7528\u4e86\u67d0\u4e2a\u5339\u914d\u89c4\u5219\uff0c\u5219\u5728\u5c06\u5176\u7528\u4e8e\u4e00\u4e2a\u6216\u591a\u4e2a\u5c5e\u6027\u540e\u53ef\u80fd\u65e0\u6cd5\u518d\u6309\u9884\u671f\u65b9\u5f0f\u5bf9\u8fd9\u4e9b\u5c5e\u6027\u6267\u884c\u5339\u914d |
| | | INFO_CONFIG_SCHEMA_MR_ATTR_DESCRIPTION_CLASS_165=\u5e94\u4e3a\u8be5\u5339\u914d\u89c4\u5219\u5b9e\u73b0\u63d0\u4f9b\u6838\u5fc3\u903b\u8f91\u7684 Java \u7c7b\u7684\u5168\u9650\u5b9a\u540d\u79f0\u3002\u5728\u7981\u7528\u5e76\u91cd\u65b0\u542f\u7528\u5339\u914d\u89c4\u5219\u6216\u91cd\u65b0\u542f\u52a8\u670d\u52a1\u5668\u540e\uff0c\u5bf9\u8be5\u914d\u7f6e\u5c5e\u6027\u6240\u505a\u7684\u66f4\u6539\u624d\u4f1a\u751f\u6548\u3002\u53e6\u5916\uff0c\u5bf9\u4e8e\u5df2\u7528\u4e8e\u4e00\u4e2a\u6216\u591a\u4e2a\u5c5e\u6027\u7684\u5339\u914d\u89c4\u5219\uff0c\u5982\u679c\u66f4\u6539\u5176\u5339\u914d\u89c4\u5219\u7c7b\uff0c\u5219\u5728\u5bf9\u8fd9\u4e9b\u5c5e\u6027\u6267\u884c\u5339\u914d\u65f6\u53ef\u80fd\u4f1a\u4ea7\u751f\u610f\u5916\u7ed3\u679c |
| | | SEVERE_WARN_CONFIG_SCHEMA_MR_NO_ENABLED_ATTR_166=\u5339\u914d\u89c4\u5219\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u5c5e\u6027 ds-cfg-enabled\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u793a\u662f\u5426\u5e94\u542f\u7528\u6216\u7981\u7528\u5339\u914d\u89c4\u5219\u3002\u5982\u679c\u4e0d\u4f7f\u7528\u8be5\u5c5e\u6027\uff0c\u5219\u9ed8\u8ba4\u7981\u7528\u540e\u7aef |
| | | INFO_CONFIG_SCHEMA_MR_DISABLED_167=\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u5339\u914d\u89c4\u5219\u88ab\u6807\u8bb0\u4e3a\u7981\u7528\uff0c\u56e0\u6b64\u4e0d\u4f1a\u4f7f\u7528\u8be5\u5339\u914d\u89c4\u5219\u5982\u679c\u4e4b\u524d\u5df2\u5c06\u5176\u7528\u4e8e\u4e00\u4e2a\u6216\u591a\u4e2a\u5c5e\u6027\uff0c\u5219\u53ef\u80fd\u65e0\u6cd5\u518d\u5bf9\u8fd9\u4e9b\u5c5e\u6027\u7684\u503c\u6267\u884c\u5339\u914d |
| | | SEVERE_ERR_CONFIG_SCHEMA_MR_UNABLE_TO_DETERMINE_ENABLED_STATE_168=\u5728\u5c1d\u8bd5\u786e\u5b9a\u662f\u5426\u5e94\u542f\u7528\u6216\u7981\u7528\u4e0e\u914d\u7f6e\u6761\u76ee %s \u5173\u8054\u7684\u5339\u914d\u89c4\u5219\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s\u3002\u5c06\u7981\u7528\u8be5\u5339\u914d\u89c4\u5219 |
| | | SEVERE_ERR_CONFIG_SCHEMA_MR_NO_CLASS_ATTR_169=\u5339\u914d\u89c4\u5219\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u5c5e\u6027 ds-cfg-java-class\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u5b9a\u7528\u6765\u63d0\u4f9b\u5339\u914d\u89c4\u5219\u5b9e\u73b0\u7684\u7c7b\u7684\u540d\u79f0\u3002\u5c06\u7981\u7528\u4e0e\u8be5\u914d\u7f6e\u6761\u76ee\u5173\u8054\u7684\u5339\u914d\u89c4\u5219 |
| | | SEVERE_ERR_CONFIG_SCHEMA_MR_CANNOT_GET_CLASS_170=\u5728\u5c1d\u8bd5\u786e\u5b9a\u5305\u542b\u5339\u914d\u89c4\u5219 %s \u5b9e\u73b0\u7684 Java \u7c7b\u7684\u540d\u79f0\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s\u3002\u5c06\u7981\u7528\u8be5\u5339\u914d\u89c4\u5219 |
| | | SEVERE_ERR_CONFIG_SCHEMA_MR_CANNOT_INSTANTIATE_171=\u76ee\u5f55\u670d\u52a1\u5668\u65e0\u6cd5\u52a0\u8f7d\u7c7b %s \u5e76\u5c06\u5176\u7528\u4e8e\u521b\u5efa\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u5339\u914d\u89c4\u5219\u5b9e\u4f8b\u3002\u51fa\u73b0\u4e86\u4ee5\u4e0b\u9519\u8bef: %s\u3002\u5c06\u7981\u7528\u8be5\u5339\u914d\u89c4\u5219 |
| | | SEVERE_ERR_CONFIG_SCHEMA_MR_CANNOT_INITIALIZE_172=\u5728\u5c1d\u8bd5\u4f7f\u7528\u914d\u7f6e\u6761\u76ee %2$s \u4e2d\u7684\u4fe1\u606f\u521d\u59cb\u5316\u4ece\u7c7b %1$s \u4e2d\u52a0\u8f7d\u7684\u5339\u914d\u89c4\u5219\u65f6\u51fa\u73b0\u9519\u8bef: %3$s\u3002\u5c06\u7981\u7528\u8be5\u5339\u914d\u89c4\u5219 |
| | | SEVERE_WARN_CONFIG_SCHEMA_MR_CONFLICTING_MR_173=\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u5339\u914d\u89c4\u5219\u4e0e\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u5b9a\u4e49\u7684\u53e6\u4e00\u4e2a\u5339\u914d\u89c4\u5219\u53d1\u751f\u51b2\u7a81: %s\u3002\u5c06\u4e0d\u4f1a\u4f7f\u7528\u8be5\u5339\u914d\u89c4\u5219 |
| | | SEVERE_ERR_CONFIG_SCHEMA_CANNOT_GET_SYNTAX_BASE_174=\u5728\u5c1d\u8bd5\u68c0\u7d22\u914d\u7f6e\u6761\u76ee cn=Syntaxes,cn=config \u4ee5\u521d\u59cb\u5316\u76ee\u5f55\u670d\u52a1\u5668\u5c5e\u6027\u8bed\u6cd5\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_CONFIG_SCHEMA_SYNTAX_BASE_DOES_NOT_EXIST_175=\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u4f3c\u4e4e\u4e0d\u5b58\u5728\u6761\u76ee cn=Syntaxes,cn=config\u3002\u8fd9\u662f\u4e00\u4e2a\u5fc5\u9700\u6761\u76ee |
| | | SEVERE_ERR_CONFIG_SCHEMA_NO_SYNTAXES_176=\u5728\u6761\u76ee cn=Syntaxes,cn=config \u4e0b\u9762\uff0c\u627e\u4e0d\u5230\u7528\u4e8e\u5b9a\u4e49\u5728\u76ee\u5f55\u670d\u52a1\u5668\u4e2d\u4f7f\u7528\u7684\u5c5e\u6027\u8bed\u6cd5\u7684\u5b50\u6761\u76ee\u3002\u8fd9\u662f\u4e00\u4e2a\u9519\u8bef\uff0c\u56e0\u4e3a\u76ee\u5f55\u670d\u52a1\u5668\u5fc5\u987b\u5b9a\u4e49\u8bed\u6cd5\u624d\u80fd\u6b63\u5e38\u5de5\u4f5c |
| | | SEVERE_WARN_CONFIG_SCHEMA_ENTRY_DOES_NOT_HAVE_SYNTAX_CONFIG_177=\u5c5e\u6027\u8bed\u6cd5\u914d\u7f6e\u6839\u6761\u76ee cn=Syntaxes,cn=config \u4e0b\u5b58\u5728\u914d\u7f6e\u6761\u76ee %s\uff0c\u4f46\u8be5\u6761\u76ee\u4e0d\u5305\u542b\u76ee\u5f55\u670d\u52a1\u5668\u5c5e\u6027\u8bed\u6cd5\u6240\u9700\u7684 objectclass ds-cfg-attribute-syntax\u3002\u5c06\u5ffd\u7565\u8be5\u914d\u7f6e\u6761\u76ee |
| | | INFO_CONFIG_SCHEMA_SYNTAX_ATTR_DESCRIPTION_ENABLED_178=\u6307\u793a\u662f\u5426\u5e94\u5728\u76ee\u5f55\u670d\u52a1\u5668\u4e2d\u542f\u7528\u8be5\u5c5e\u6027\u8bed\u6cd5\u3002\u53ef\u4ee5\u5728\u76ee\u5f55\u670d\u52a1\u5668\u8054\u673a\u65f6\u5bf9\u5176\u8fdb\u884c\u66f4\u6539\uff1b\u4f46\u5982\u679c\u5728\u5c06\u67d0\u4e2a\u8bed\u6cd5\u7528\u4e8e\u4e00\u4e2a\u6216\u591a\u4e2a\u5c5e\u6027\u540e\u7981\u7528\u4e86\u8be5\u8bed\u6cd5\uff0c\u5219\u53ef\u80fd\u65e0\u6cd5\u518d\u6309\u9884\u671f\u65b9\u5f0f\u5bf9\u8fd9\u4e9b\u5c5e\u6027\u6267\u884c\u5339\u914d |
| | | INFO_CONFIG_SCHEMA_SYNTAX_ATTR_DESCRIPTION_CLASS_179=\u5e94\u4e3a\u8be5\u5c5e\u6027\u8bed\u6cd5\u5b9e\u73b0\u63d0\u4f9b\u6838\u5fc3\u903b\u8f91\u7684 Java \u7c7b\u7684\u5168\u9650\u5b9a\u540d\u79f0\u3002\u5728\u7981\u7528\u5e76\u91cd\u65b0\u542f\u7528\u8bed\u6cd5\u6216\u91cd\u65b0\u542f\u52a8\u670d\u52a1\u5668\u540e\uff0c\u5bf9\u8be5\u914d\u7f6e\u5c5e\u6027\u6240\u505a\u7684\u66f4\u6539\u624d\u4f1a\u751f\u6548\u3002\u53e6\u5916\uff0c\u5bf9\u4e8e\u5df2\u7528\u4e8e\u4e00\u4e2a\u6216\u591a\u4e2a\u5c5e\u6027\u7684\u5c5e\u6027\u8bed\u6cd5\uff0c\u5982\u679c\u66f4\u6539\u5176\u8bed\u6cd5\u7c7b\uff0c\u5219\u5728\u5bf9\u8fd9\u4e9b\u5c5e\u6027\u6267\u884c\u5339\u914d\u65f6\u53ef\u80fd\u4f1a\u4ea7\u751f\u610f\u5916\u7ed3\u679c |
| | | SEVERE_WARN_CONFIG_SCHEMA_SYNTAX_NO_ENABLED_ATTR_180=\u5c5e\u6027\u8bed\u6cd5\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u5c5e\u6027 ds-cfg-enabled\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u793a\u662f\u5426\u5e94\u542f\u7528\u6216\u7981\u7528\u8bed\u6cd5\u3002\u5982\u679c\u4e0d\u4f7f\u7528\u8be5\u5c5e\u6027\uff0c\u5219\u9ed8\u8ba4\u7981\u7528\u540e\u7aef |
| | | INFO_CONFIG_SCHEMA_SYNTAX_DISABLED_181=\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u5c5e\u6027\u8bed\u6cd5\u88ab\u6807\u8bb0\u4e3a\u7981\u7528\uff0c\u56e0\u6b64\u4e0d\u4f1a\u4f7f\u7528\u8be5\u5c5e\u6027\u8bed\u6cd5\u3002\u5982\u679c\u4e4b\u524d\u5df2\u5c06\u5176\u7528\u4e8e\u4e00\u4e2a\u6216\u591a\u4e2a\u5c5e\u6027\uff0c\u5219\u53ef\u80fd\u65e0\u6cd5\u518d\u5bf9\u8fd9\u4e9b\u5c5e\u6027\u7684\u503c\u6267\u884c\u5339\u914d |
| | | SEVERE_ERR_CONFIG_SCHEMA_SYNTAX_UNABLE_TO_DETERMINE_ENABLED_STATE_182=\u5728\u5c1d\u8bd5\u786e\u5b9a\u662f\u5426\u5e94\u542f\u7528\u6216\u7981\u7528\u4e0e\u914d\u7f6e\u6761\u76ee %s \u5173\u8054\u7684\u5c5e\u6027\u8bed\u6cd5\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s\u3002\u5c06\u7981\u7528\u8be5\u5c5e\u6027\u8bed\u6cd5 |
| | | SEVERE_ERR_CONFIG_SCHEMA_SYNTAX_NO_CLASS_ATTR_183=\u5c5e\u6027\u8bed\u6cd5\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u5c5e\u6027 ds-cfg-java-class\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u5b9a\u7528\u6765\u63d0\u4f9b\u5c5e\u6027\u8bed\u6cd5\u5b9e\u73b0\u7684\u7c7b\u7684\u540d\u79f0\u3002\u5c06\u7981\u7528\u4e0e\u8be5\u914d\u7f6e\u6761\u76ee\u5173\u8054\u7684\u8bed\u6cd5 |
| | | SEVERE_ERR_CONFIG_SCHEMA_SYNTAX_CANNOT_GET_CLASS_184=\u5728\u5c1d\u8bd5\u786e\u5b9a\u5305\u542b\u5c5e\u6027\u8bed\u6cd5 %s \u5b9e\u73b0\u7684 Java \u7c7b\u7684\u540d\u79f0\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s\u3002\u5c06\u7981\u7528\u8be5\u8bed\u6cd5 |
| | | SEVERE_ERR_CONFIG_SCHEMA_SYNTAX_CANNOT_INSTANTIATE_185=\u76ee\u5f55\u670d\u52a1\u5668\u65e0\u6cd5\u52a0\u8f7d\u7c7b %s \u5e76\u5c06\u5176\u7528\u4e8e\u521b\u5efa\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u5c5e\u6027\u8bed\u6cd5\u5b9e\u4f8b\u3002\u51fa\u73b0\u4e86\u4ee5\u4e0b\u9519\u8bef: %s\u3002\u5c06\u7981\u7528\u8be5\u8bed\u6cd5 |
| | | SEVERE_ERR_CONFIG_SCHEMA_SYNTAX_CANNOT_INITIALIZE_186=\u5728\u5c1d\u8bd5\u4f7f\u7528\u914d\u7f6e\u6761\u76ee %2$s \u4e2d\u7684\u4fe1\u606f\u521d\u59cb\u5316\u4ece\u7c7b %1$s \u4e2d\u52a0\u8f7d\u7684\u5c5e\u6027\u8bed\u6cd5\u65f6\u51fa\u73b0\u9519\u8bef: %3$s\u3002\u5c06\u7981\u7528\u8be5\u8bed\u6cd5 |
| | | SEVERE_WARN_CONFIG_SCHEMA_SYNTAX_CONFLICTING_SYNTAX_187=\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u5c5e\u6027\u8bed\u6cd5\u4e0e\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u5b9a\u4e49\u7684\u53e6\u4e00\u4e2a\u8bed\u6cd5\u53d1\u751f\u51b2\u7a81: %s\u3002\u5c06\u4e0d\u4f1a\u4f7f\u7528\u8be5\u5c5e\u6027\u8bed\u6cd5 |
| | | SEVERE_ERR_CONFIG_SCHEMA_NO_SCHEMA_DIR_188=\u65e0\u6cd5\u8bfb\u53d6\u76ee\u5f55\u670d\u52a1\u5668\u6a21\u5f0f\u5b9a\u4e49\uff0c\u56e0\u4e3a\u6a21\u5f0f\u76ee\u5f55 %s \u4e0d\u5b58\u5728 |
| | | SEVERE_ERR_CONFIG_SCHEMA_DIR_NOT_DIRECTORY_189=\u65e0\u6cd5\u8bfb\u53d6\u76ee\u5f55\u670d\u52a1\u5668\u6a21\u5f0f\u5b9a\u4e49\uff0c\u56e0\u4e3a\u5c3d\u7ba1\u5b58\u5728\u6a21\u5f0f\u76ee\u5f55 %s\uff0c\u4f46\u5b83\u4e0d\u662f\u76ee\u5f55 |
| | | SEVERE_ERR_CONFIG_SCHEMA_CANNOT_LIST_FILES_190=\u65e0\u6cd5\u4ece\u76ee\u5f55 %s \u4e2d\u8bfb\u53d6\u76ee\u5f55\u670d\u52a1\u5668\u6a21\u5f0f\u5b9a\u4e49\uff0c\u56e0\u4e3a\u5728\u5c1d\u8bd5\u5217\u51fa\u8be5\u76ee\u5f55\u4e2d\u7684\u6587\u4ef6\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_OPEN_FILE_191=\u65e0\u6cd5\u89e3\u6790\u76ee\u5f55 %2$s \u4e2d\u7684\u6a21\u5f0f\u914d\u7f6e\u6587\u4ef6 %1$s\uff0c\u56e0\u4e3a\u5728\u5c1d\u8bd5\u6253\u5f00\u8be5\u6587\u4ef6\u4ee5\u8fdb\u884c\u8bfb\u53d6\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %3$s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_READ_LDIF_ENTRY_192=\u65e0\u6cd5\u89e3\u6790\u76ee\u5f55 %2$s \u4e2d\u7684\u6a21\u5f0f\u914d\u7f6e\u6587\u4ef6 %1$s\uff0c\u56e0\u4e3a\u5728\u5c1d\u8bd5\u5c06\u5176\u5185\u5bb9\u4f5c\u4e3a LDIF \u6761\u76ee\u8fdb\u884c\u8bfb\u53d6\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %3$s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_PARSE_ATTR_TYPE_193=\u65e0\u6cd5\u89e3\u6790\u6a21\u5f0f\u914d\u7f6e\u6587\u4ef6 %s \u4e2d\u7684\u5c5e\u6027\u7c7b\u578b\u5b9a\u4e49: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CONFLICTING_ATTR_TYPE_194=\u4ece\u6a21\u5f0f\u914d\u7f6e\u6587\u4ef6 %s \u4e2d\u8bfb\u53d6\u7684\u5c5e\u6027\u7c7b\u578b\u4e0e\u5df2\u8bfb\u53d6\u5230\u8be5\u6a21\u5f0f\u4e2d\u7684\u53e6\u4e00\u79cd\u5c5e\u6027\u7c7b\u578b\u53d1\u751f\u51b2\u7a81: %s\u3002\u5c06\u4f7f\u7528\u540e\u4e00\u79cd\u5c5e\u6027\u7c7b\u578b\u5b9a\u4e49 |
| | | SEVERE_WARN_CONFIG_SCHEMA_CONFLICTING_OC_195=\u4ece\u6a21\u5f0f\u914d\u7f6e\u6587\u4ef6 %s \u4e2d\u8bfb\u53d6\u7684 objectclass \u4e0e\u5df2\u8bfb\u53d6\u5230\u8be5\u6a21\u5f0f\u4e2d\u7684\u53e6\u4e00\u79cd objectclass \u53d1\u751f\u51b2\u7a81: %s\u3002\u5c06\u4f7f\u7528\u540e\u4e00\u79cd objectclass \u5b9a\u4e49 |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_PARSE_OC_196=\u65e0\u6cd5\u89e3\u6790\u4ece\u6a21\u5f0f\u914d\u7f6e\u6587\u4ef6 %s \u4e2d\u8bfb\u53d6\u7684 objectclass: %s |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_STRUCTURAL_CLASS_BEHAVIOR_197=\u914d\u7f6e\u6761\u76ee %s \u5177\u6709\u65e0\u6548\u7684 ds-cfg-single-structural-objectclass-behavior \u914d\u7f6e\u5c5e\u6027\u503c\uff08\u5b83\u5e94\u8be5\u4e3a "accept"\u3001"reject" \u6216 "warn" \u4e4b\u4e00\uff09: %s |
| | | INFO_CONFIG_CORE_DESCRIPTION_CHECK_SCHEMA_198=\u6307\u793a\u76ee\u5f55\u670d\u52a1\u5668\u662f\u5426\u5e94\u6839\u636e\u670d\u52a1\u5668\u7684\u6a21\u5f0f\u914d\u7f6e\uff0c\u5bf9\u66f4\u65b0\u64cd\u4f5c\u6267\u884c\u6a21\u5f0f\u68c0\u67e5\u4ee5\u786e\u4fdd\u8fd9\u4e9b\u6761\u76ee\u6709\u6548\uff08\u4f8b\u5982\uff0c\u5305\u542b\u6240\u6709\u5fc5\u9700\u5c5e\u6027\u5e76\u4e14\u6ca1\u6709\u7981\u6b62\u7684\u5c5e\u6027\uff09\u3002\u901a\u5e38\uff0c\u4e0d\u5efa\u8bae\u60a8\u7981\u7528\u6a21\u5f0f\u68c0\u67e5\uff0c\u56e0\u4e3a\u8fd9\u6837\u53ef\u80fd\u4f7f\u670d\u52a1\u5668\u4e2d\u5305\u542b\u65e0\u6548\u6761\u76ee\u3002\u5bf9\u6b64\u914d\u7f6e\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_CHECK_SCHEMA_199=\u914d\u7f6e\u6761\u76ee %s \u5177\u6709\u65e0\u6548\u7684 ds-cfg-check-schema \u914d\u7f6e\u5c5e\u6027\u503c\uff08\u5b83\u5e94\u8be5\u4e3a\u5e03\u5c14\u503c\u771f\u6216\u5047\uff09: %s |
| | | SEVERE_ERR_CONFIG_ENTRYCACHE_CANNOT_INSTALL_DEFAULT_CACHE_200=\u51fa\u73b0\u610f\u5916\u9519\u8bef\uff0c\u5bfc\u81f4\u670d\u52a1\u5668\u65e0\u6cd5\u5b89\u88c5\u5176\u9ed8\u8ba4\u6761\u76ee\u7f13\u5b58\u6846\u67b6: %s |
| | | SEVERE_WARN_CONFIG_ENTRYCACHE_NO_CONFIG_ENTRY_201=\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u4e0d\u5b58\u5728\u6761\u76ee\u7f13\u5b58\u914d\u7f6e\u6761\u76ee "cn=Entry Caches,cn=config"\u3002\u5728\u4f7f\u7528\u6709\u6548\u7684\u6761\u76ee\u7f13\u5b58\u914d\u7f6e\u521b\u5efa\u8be5\u6761\u76ee\u4e4b\u524d\uff0c\u5c06\u6ca1\u6709\u53ef\u7528\u7684\u6761\u76ee\u7f13\u5b58 |
| | | SEVERE_ERR_CONFIG_ENTRYCACHE_CANNOT_INITIALIZE_CACHE_202=\u5728\u5c1d\u8bd5\u521d\u59cb\u5316\u7c7b %s \u7684\u5b9e\u4f8b\u4ee5\u7528\u4f5c\u76ee\u5f55\u670d\u52a1\u5668\u6761\u76ee\u7f13\u5b58\u65f6\u51fa\u73b0\u9519\u8bef: %s\u3002\u56e0\u6b64\uff0c\u5c06\u7981\u7528\u8be5\u6761\u76ee\u7f13\u5b58 |
| | | SEVERE_ERR_CONFIG_ENTRYCACHE_CONFIG_NOT_ACCEPTABLE_203=\u65e0\u6cd5\u63a5\u53d7\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u6761\u76ee\u7f13\u5b58\u7684\u914d\u7f6e: %s |
| | | SEVERE_ERR_CONFIG_ENTRYCACHE_CONFIG_LEVEL_NOT_ACCEPTABLE_204=\u65e0\u6cd5\u63a5\u53d7\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u6761\u76ee\u7f13\u5b58\u7684\u914d\u7f6e\uff1a\u5df2\u4f7f\u7528\u6761\u76ee\u7f13\u5b58\u7ea7\u522b %d |
| | | INFO_WARN_CONFIG_ENTRYCACHE_NO_MONITOR_CONFIG_ENTRY_205=\u6761\u76ee\u7f13\u5b58 %s \u76d1\u89c6\u5668\u63d0\u4f9b\u7a0b\u5e8f\u7684\u914d\u7f6e\u4e0d\u53ef\u7528\u3002\u56e0\u6b64\uff0c\u5c06\u4e0d\u4f1a\u542f\u7528\u76d1\u89c6\u5668\u63d0\u4f9b\u7a0b\u5e8f %s |
| | | INFO_WARN_CONFIG_ENTRYCACHE_MONITOR_CONFIG_DISABLED_206=\u5df2\u7981\u7528\u6761\u76ee\u7f13\u5b58 %s \u76d1\u89c6\u5668\u63d0\u4f9b\u7a0b\u5e8f\u7684\u914d\u7f6e\u3002\u56e0\u6b64\uff0c\u5c06\u4e0d\u4f1a\u542f\u7528\u76d1\u89c6\u5668\u63d0\u4f9b\u7a0b\u5e8f %s |
| | | MILD_ERR_CONFIG_ENTRY_CANNOT_REMOVE_CHILD_215=\u5728\u5c1d\u8bd5\u5c06\u6761\u76ee %s \u4f5c\u4e3a\u914d\u7f6e\u6761\u76ee %s \u7684\u5b50\u6761\u76ee\u5220\u9664\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_PARSE_NAME_FORM_216=\u65e0\u6cd5\u89e3\u6790\u6a21\u5f0f\u914d\u7f6e\u6587\u4ef6 %s \u4e2d\u7684\u540d\u79f0\u683c\u5f0f\u5b9a\u4e49: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CONFLICTING_NAME_FORM_217=\u4ece\u6a21\u5f0f\u914d\u7f6e\u6587\u4ef6 %s \u4e2d\u8bfb\u53d6\u7684\u540d\u79f0\u683c\u5f0f\u4e0e\u5df2\u8bfb\u53d6\u5230\u8be5\u6a21\u5f0f\u4e2d\u7684\u53e6\u4e00\u79cd\u540d\u79f0\u683c\u5f0f\u53d1\u751f\u51b2\u7a81: %s\u3002\u5c06\u4f7f\u7528\u540e\u4e00\u79cd\u540d\u79f0\u683c\u5f0f\u5b9a\u4e49 |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_PARSE_DCR_218=\u65e0\u6cd5\u89e3\u6790\u6a21\u5f0f\u914d\u7f6e\u6587\u4ef6 %s \u4e2d\u7684 DIT \u5185\u5bb9\u89c4\u5219\u5b9a\u4e49: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CONFLICTING_DCR_219=\u4ece\u6a21\u5f0f\u914d\u7f6e\u6587\u4ef6 %s \u4e2d\u8bfb\u53d6\u7684 DIT \u5185\u5bb9\u89c4\u5219\u4e0e\u5df2\u8bfb\u53d6\u5230\u8be5\u6a21\u5f0f\u4e2d\u7684\u53e6\u4e00\u79cd DIT \u5185\u5bb9\u89c4\u5219\u53d1\u751f\u51b2\u7a81: %s\u3002\u5c06\u4f7f\u7528\u540e\u4e00\u79cd DIT \u5185\u5bb9\u89c4\u5219\u5b9a\u4e49 |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_PARSE_DSR_220=\u65e0\u6cd5\u89e3\u6790\u6a21\u5f0f\u914d\u7f6e\u6587\u4ef6 %s \u4e2d\u7684 DIT \u7ed3\u6784\u89c4\u5219\u5b9a\u4e49: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CONFLICTING_DSR_221=\u4ece\u6a21\u5f0f\u914d\u7f6e\u6587\u4ef6 %s \u4e2d\u8bfb\u53d6\u7684 DIT \u7ed3\u6784\u89c4\u5219\u4e0e\u5df2\u8bfb\u53d6\u5230\u8be5\u6a21\u5f0f\u4e2d\u7684\u53e6\u4e00\u79cd DIT \u7ed3\u6784\u89c4\u5219\u53d1\u751f\u51b2\u7a81: %s\u3002\u5c06\u4f7f\u7528\u540e\u4e00\u79cd DIT \u7ed3\u6784\u89c4\u5219\u5b9a\u4e49 |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_PARSE_MRU_222=\u65e0\u6cd5\u89e3\u6790\u6a21\u5f0f\u914d\u7f6e\u6587\u4ef6 %s \u4e2d\u7684\u5339\u914d\u89c4\u5219\u7528\u6cd5\u5b9a\u4e49: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CONFLICTING_MRU_223=\u4ece\u6a21\u5f0f\u914d\u7f6e\u6587\u4ef6 %s \u4e2d\u8bfb\u53d6\u7684\u5339\u914d\u89c4\u5219\u7528\u6cd5\u4e0e\u5df2\u8bfb\u53d6\u5230\u8be5\u6a21\u5f0f\u4e2d\u7684\u53e6\u4e00\u79cd\u5339\u914d\u89c4\u5219\u7528\u6cd5\u53d1\u751f\u51b2\u7a81: %s\u3002\u5c06\u4f7f\u7528\u540e\u4e00\u79cd\u5339\u914d\u89c4\u5219\u7528\u6cd5\u5b9a\u4e49 |
| | | SEVERE_WARN_CONFIG_LOGGER_NO_ROTATION_POLICY_224=\u672a\u5728\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u4efb\u4f55\u6587\u4ef6\u8f6e\u8f6c\u7b56\u7565\u3002\u5c06\u4e0d\u4f1a\u8fdb\u884c\u4efb\u4f55\u65e5\u5fd7\u8f6e\u8f6c |
| | | SEVERE_ERR_CONFIG_LOGGER_NO_SIZE_LIMIT_225=\u672a\u5728\u914d\u7f6e\u6761\u76ee %s \u4e2d\u4e3a\u57fa\u4e8e\u5927\u5c0f\u7684\u6587\u4ef6\u8f6e\u8f6c\u7b56\u7565\u5b9a\u4e49\u4efb\u4f55\u5927\u5c0f\u9650\u5236 |
| | | SEVERE_ERR_CONFIG_LOGGER_NO_TIME_LIMIT_226=\u672a\u5728\u914d\u7f6e\u6761\u76ee %s \u4e2d\u4e3a\u57fa\u4e8e\u65f6\u95f4\u7684\u6587\u4ef6\u8f6e\u8f6c\u7b56\u7565\u5b9a\u4e49\u4efb\u4f55\u65f6\u95f4\u9650\u5236 |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_ROTATION_POLICY_227=\u5728\u914d\u7f6e\u6761\u76ee %2$s \u4e2d\u5b9a\u4e49\u4e86\u65e0\u6548\u7684\u6587\u4ef6\u8f6e\u8f6c\u7b56\u7565 %1$s |
| | | MILD_ERR_CONFIG_ATTR_READ_ONLY_228=\u914d\u7f6e\u5c5e\u6027 %s \u4e3a\u53ea\u8bfb\u5c5e\u6027\uff0c\u4e0d\u53ef\u4ee5\u66f4\u6539\u8be5\u5c5e\u6027\u7684\u503c |
| | | SEVERE_ERR_CONFIG_PLUGIN_CANNOT_GET_CONFIG_BASE_229=\u5728\u5c1d\u8bd5\u68c0\u7d22\u914d\u7f6e\u6761\u76ee cn=Plugins,cn=config \u4ee5\u521d\u59cb\u5316\u76ee\u5f55\u670d\u52a1\u5668\u63d2\u4ef6\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_CONFIG_PLUGIN_BASE_DOES_NOT_EXIST_230=\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u4f3c\u4e4e\u4e0d\u5b58\u5728\u6761\u76ee cn=Plugins,cn=config\u3002\u8fd9\u662f\u4e00\u4e2a\u5fc5\u9700\u6761\u76ee |
| | | SEVERE_WARN_CONFIG_PLUGIN_ENTRY_DOES_NOT_HAVE_PLUGIN_CONFIG_231=\u63d2\u4ef6\u914d\u7f6e\u6839\u6761\u76ee cn=Plugins,cn=config \u4e0b\u5b58\u5728\u914d\u7f6e\u6761\u76ee %s\uff0c\u4f46\u8be5\u6761\u76ee\u4e0d\u5305\u542b\u76ee\u5f55\u670d\u52a1\u5668\u63d2\u4ef6\u6240\u9700\u7684 objectclass ds-cfg-plugin\u3002\u5c06\u5ffd\u7565\u8be5\u914d\u7f6e\u6761\u76ee |
| | | SEVERE_ERR_CONFIG_PLUGIN_ERROR_INTERACTING_WITH_PLUGIN_ENTRY_232=\u5728\u4e0e\u540e\u7aef\u914d\u7f6e\u6761\u76ee %s \u4ea4\u4e92\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | INFO_CONFIG_PLUGIN_ATTR_DESCRIPTION_ENABLED_233=\u6307\u793a\u662f\u5426\u5e94\u5728\u76ee\u5f55\u670d\u52a1\u5668\u4e2d\u542f\u7528\u8be5\u63d2\u4ef6\u3002\u53ef\u4ee5\u5728\u76ee\u5f55\u670d\u52a1\u5668\u8054\u673a\u65f6\u5bf9\u5176\u8fdb\u884c\u66f4\u6539\uff0c\u6240\u505a\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | SEVERE_WARN_CONFIG_PLUGIN_NO_ENABLED_ATTR_234=\u63d2\u4ef6\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u5c5e\u6027 ds-cfg-enabled\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u793a\u662f\u5426\u5e94\u542f\u7528\u6216\u7981\u7528\u63d2\u4ef6\u3002\u5982\u679c\u4e0d\u4f7f\u7528\u8be5\u5c5e\u6027\uff0c\u5219\u9ed8\u8ba4\u7981\u7528\u540e\u7aef |
| | | INFO_CONFIG_PLUGIN_DISABLED_235=\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u63d2\u4ef6\u88ab\u6807\u8bb0\u4e3a\u7981\u7528\uff0c\u56e0\u6b64\u4e0d\u4f1a\u4f7f\u7528\u8be5\u63d2\u4ef6 |
| | | SEVERE_ERR_CONFIG_PLUGIN_UNABLE_TO_DETERMINE_ENABLED_STATE_236=\u5728\u5c1d\u8bd5\u786e\u5b9a\u662f\u5426\u5e94\u542f\u7528\u6216\u7981\u7528\u4e0e\u914d\u7f6e\u6761\u76ee %s \u5173\u8054\u7684\u63d2\u4ef6\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s\u3002\u5c06\u7981\u7528\u8be5\u63d2\u4ef6 |
| | | INFO_CONFIG_PLUGIN_ATTR_DESCRIPTION_PLUGIN_TYPE_237=\u8be5\u63d2\u4ef6\u7684\u63d2\u4ef6\u7c7b\u578b\uff0c\u7528\u4e8e\u63a7\u5236\u5728\u5904\u7406\u671f\u95f4\u8c03\u7528\u8be5\u63d2\u4ef6\u7684\u65f6\u95f4\u3002\u4ec5\u5728\u52a0\u8f7d\u5e76\u521d\u59cb\u5316\u63d2\u4ef6\u65f6\u624d\u4f1a\u8bfb\u53d6\u8be5\u503c\uff0c\u56e0\u6b64\uff0c\u5728\u7981\u7528\u5e76\u91cd\u65b0\u542f\u7528\u8be5\u63d2\u4ef6\u6216\u91cd\u65b0\u542f\u52a8\u670d\u52a1\u5668\u540e\uff0c\u5bf9\u8be5\u5c5e\u6027\u6240\u505a\u7684\u66f4\u6539\u624d\u4f1a\u751f\u6548 |
| | | INFO_CONFIG_PLUGIN_ATTR_DESCRIPTION_CLASS_238=\u5e94\u4e3a\u8be5\u63d2\u4ef6\u5b9e\u73b0\u63d0\u4f9b\u6838\u5fc3\u903b\u8f91\u7684 Java \u7c7b\u7684\u5168\u9650\u5b9a\u540d\u79f0\u3002\u5728\u7981\u7528\u5e76\u91cd\u65b0\u542f\u7528\u63d2\u4ef6\u6216\u91cd\u65b0\u542f\u52a8\u670d\u52a1\u5668\u540e\uff0c\u5bf9\u8be5\u914d\u7f6e\u5c5e\u6027\u6240\u505a\u7684\u66f4\u6539\u624d\u4f1a\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_PLUGIN_NO_PLUGIN_TYPES_239=\u63d2\u4ef6\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u5c5e\u6027 ds-cfg-plugin-type\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u5b9a\u63d2\u4ef6\u7684\u63d2\u4ef6\u7c7b\u578b\u540d\u79f0\u3002\u8fd9\u662f\u4e00\u4e2a\u5fc5\u9700\u5c5e\u6027\uff0c\u56e0\u6b64\uff0c\u5c06\u7981\u7528\u8be5\u63d2\u4ef6 |
| | | SEVERE_ERR_CONFIG_PLUGIN_INVALID_PLUGIN_TYPE_240=\u63d2\u4ef6\u914d\u7f6e\u6761\u76ee %s \u5177\u6709\u65e0\u6548\u7684 ds-cfg-plugin-type \u5c5e\u6027\u503c %s\uff0c\u8be5\u503c\u6ca1\u6709\u6307\u5b9a\u6709\u6548\u7684\u63d2\u4ef6\u7c7b\u578b\u3002\u5c06\u7981\u7528\u8be5\u63d2\u4ef6 |
| | | SEVERE_ERR_CONFIG_PLUGIN_CANNOT_GET_PLUGIN_TYPES_241=\u5728\u5c1d\u8bd5\u786e\u5b9a\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u63d2\u4ef6\u7684\u63d2\u4ef6\u7c7b\u578b\u96c6\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s\u3002\u5c06\u7981\u7528\u8be5\u63d2\u4ef6 |
| | | SEVERE_ERR_CONFIG_PLUGIN_NO_CLASS_ATTR_242=\u63d2\u4ef6\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u5c5e\u6027 ds-cfg-java-class\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u5b9a\u7528\u6765\u63d0\u4f9b\u63d2\u4ef6\u5b9e\u73b0\u7684\u7c7b\u7684\u540d\u79f0\u3002\u5c06\u7981\u7528\u4e0e\u8be5\u914d\u7f6e\u6761\u76ee\u5173\u8054\u7684\u63d2\u4ef6 |
| | | SEVERE_ERR_CONFIG_PLUGIN_CANNOT_GET_CLASS_243=\u5728\u5c1d\u8bd5\u786e\u5b9a\u5305\u542b\u63d2\u4ef6 %s \u5b9e\u73b0\u7684 Java \u7c7b\u7684\u540d\u79f0\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s\u3002\u5c06\u7981\u7528\u8be5\u63d2\u4ef6 |
| | | SEVERE_ERR_CONFIG_PLUGIN_CANNOT_INSTANTIATE_244=\u76ee\u5f55\u670d\u52a1\u5668\u65e0\u6cd5\u52a0\u8f7d\u7c7b %s \u5e76\u5c06\u5176\u7528\u4e8e\u521b\u5efa\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u63d2\u4ef6\u5b9e\u4f8b\u3002\u51fa\u73b0\u4e86\u4ee5\u4e0b\u9519\u8bef: %s\u3002\u5c06\u7981\u7528\u8be5\u63d2\u4ef6 |
| | | SEVERE_ERR_CONFIG_PLUGIN_CANNOT_INITIALIZE_245=\u5728\u5c1d\u8bd5\u4f7f\u7528\u914d\u7f6e\u6761\u76ee %2$s \u4e2d\u7684\u4fe1\u606f\u5c06\u7c7b %1$s \u7684\u5b9e\u4f8b\u521d\u59cb\u5316\u4e3a\u76ee\u5f55\u670d\u52a1\u5668\u63d2\u4ef6\u65f6\u51fa\u73b0\u9519\u8bef: %3$s\u3002\u5c06\u7981\u7528\u8be5\u63d2\u4ef6 |
| | | INFO_CONFIG_CORE_DESCRIPTION_NOTIFY_ABANDONED_OPERATIONS_246=\u6307\u793a\u76ee\u5f55\u670d\u52a1\u5668\u662f\u5426\u5e94\u5c06\u5bf9\u5df2\u653e\u5f03\u64cd\u4f5c\u7684\u54cd\u5e94\u53d1\u9001\u5230\u5ba2\u6237\u7aef\uff0c\u4ee5\u4f7f\u5176\u4e86\u89e3\u670d\u52a1\u5668\u5df2\u5b8c\u6210\u5bf9\u8fd9\u4e9b\u64cd\u4f5c\u7684\u5904\u7406\u3002LDAP \u89c4\u8303\u7981\u6b62\u5728\u8fd9\u4e9b\u60c5\u51b5\u4e0b\u53d1\u9001\u54cd\u5e94\uff1b\u4f46\u5982\u679c\u56e0\u4e3a\u653e\u5f03\u4e86\u67d0\u9879\u64cd\u4f5c\u81f4\u4f7f\u5176\u6ca1\u6709\u4efb\u4f55\u54cd\u5e94\uff0c\u800c\u67d0\u4e9b\u5ba2\u6237\u7aef\u5374\u5728\u7b49\u5f85\u8be5\u64cd\u4f5c\u7684\u54cd\u5e94\uff0c\u5219\u8fd9\u4e9b\u5ba2\u6237\u7aef\u53ef\u80fd\u65e0\u6cd5\u6b63\u5e38\u5de5\u4f5c\u3002\u5bf9\u6b64\u914d\u7f6e\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_NOTIFY_ABANDONED_OPERATIONS_247=\u914d\u7f6e\u6761\u76ee %s \u5177\u6709\u65e0\u6548\u7684 ds-cfg-notify-abandoned-operations \u914d\u7f6e\u5c5e\u6027\u503c\uff08\u5b83\u5e94\u8be5\u4e3a\u5e03\u5c14\u503c\u771f\u6216\u5047\uff09: %s |
| | | SEVERE_ERR_CONFIG_EXTOP_INVALID_CLASS_256=\u914d\u7f6e\u6761\u76ee %2$s \u4e2d\u6307\u5b9a\u7684\u7c7b %1$s \u4e0d\u5305\u542b\u6709\u6548\u7684\u6269\u5c55\u64cd\u4f5c\u5904\u7406\u7a0b\u5e8f\u5b9e\u73b0: %3$s |
| | | MILD_ERR_CONFIG_EXTOP_INITIALIZATION_FAILED_261=\u5728\u5c1d\u8bd5\u5c06\u7c7b %s \u7684\u5b9e\u4f8b\u521d\u59cb\u5316\u4e3a\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u6269\u5c55\u64cd\u4f5c\u5904\u7406\u7a0b\u5e8f\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | FATAL_ERR_CONFIG_SASL_CANNOT_GET_BASE_264=\u5728\u5c1d\u8bd5\u4ece\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u68c0\u7d22 SASL \u673a\u5236\u5904\u7406\u7a0b\u5e8f\u57fa\u6761\u76ee cn=SASL Mechanisms,cn=config \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_WARN_CONFIG_SASL_BASE_DOES_NOT_EXIST_265=\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u4e0d\u5b58\u5728 SASL \u673a\u5236\u914d\u7f6e\u57fa\u6761\u76ee cn=SASL Mechanisms,cn=config\u3002\u8981\u4f7f\u670d\u52a1\u5668\u6b63\u5e38\u5de5\u4f5c\uff0c\u5fc5\u987b\u5b58\u5728\u8be5\u6761\u76ee |
| | | SEVERE_ERR_CONFIG_SASL_ENTRY_UNACCEPTABLE_266=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684 SASL \u673a\u5236\u5904\u7406\u7a0b\u5e8f\u914d\u7f6e: %s\u3002\u5c06\u5ffd\u7565\u8be5\u6761\u76ee |
| | | SEVERE_ERR_CONFIG_SASL_CANNOT_CREATE_HANDLER_267=\u5728\u5c1d\u8bd5\u901a\u8fc7\u914d\u7f6e\u6761\u76ee %s \u4e2d\u7684\u4fe1\u606f\u521b\u5efa\u76ee\u5f55\u670d\u52a1\u5668 SASL \u673a\u5236\u5904\u7406\u7a0b\u5e8f\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_CONFIG_SASL_INVALID_OBJECTCLASS_268=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b SASL \u673a\u5236\u5904\u7406\u7a0b\u5e8f\u5b9a\u4e49\u6240\u9700\u7684 ds-cfg-sasl-mechanism-handler objectclass |
| | | INFO_CONFIG_SASL_DESCRIPTION_CLASS_NAME_269=\u7528\u4e8e\u5b9a\u4e49\u76ee\u5f55\u670d\u52a1\u5668 SASL \u673a\u5236\u5904\u7406\u7a0b\u5e8f\u7684 Java \u7c7b\u7684\u5168\u9650\u5b9a\u540d\u79f0\u3002\u5982\u679c\u5728\u542f\u7528\u5173\u8054\u7684\u5904\u7406\u7a0b\u5e8f\u65f6\u66f4\u6539\u4e86\u8be5\u540d\u79f0\uff0c\u5219\u5fc5\u987b\u7981\u7528\u5e76\u91cd\u65b0\u542f\u7528\u8be5\u5904\u7406\u7a0b\u5e8f\u4ee5\u4f7f\u66f4\u6539\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_SASL_NO_CLASS_NAME_270=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684 ds-cfg-java-class \u914d\u7f6e\u5c5e\u6027\u503c\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u5b9a\u5173\u8054 SASL \u673a\u5236\u5904\u7406\u7a0b\u5e8f\u7684\u5168\u9650\u5b9a\u7c7b\u540d |
| | | SEVERE_ERR_CONFIG_SASL_INVALID_CLASS_NAME_271=\u914d\u7f6e\u6761\u76ee %s \u5177\u6709\u65e0\u6548\u7684 ds-cfg-java-class \u5c5e\u6027\u503c: %s |
| | | SEVERE_ERR_CONFIG_SASL_INVALID_CLASS_272=\u914d\u7f6e\u6761\u76ee %2$s \u4e2d\u6307\u5b9a\u7684\u7c7b %1$s \u4e0d\u5305\u542b\u6709\u6548\u7684 SASL \u673a\u5236\u5904\u7406\u7a0b\u5e8f\u5b9e\u73b0: %3$s |
| | | INFO_CONFIG_SASL_DESCRIPTION_ENABLED_273=\u6307\u793a\u662f\u5426\u5e94\u542f\u7528\u8be5\u76ee\u5f55\u670d\u52a1\u5668 SASL \u673a\u5236\u5904\u7406\u7a0b\u5e8f\u3002\u5bf9\u6b64\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_SASL_NO_ENABLED_ATTR_274=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684 ds-cfg-enabled \u914d\u7f6e\u5c5e\u6027\u503c\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u793a\u662f\u5426\u5e94\u5728\u76ee\u5f55\u670d\u52a1\u5668\u4e2d\u542f\u7528 SASL \u673a\u5236\u5904\u7406\u7a0b\u5e8f |
| | | SEVERE_ERR_CONFIG_SASL_INVALID_ENABLED_VALUE_275=\u914d\u7f6e\u6761\u76ee %s \u5177\u6709\u65e0\u6548\u7684 ds-cfg-enabled \u5c5e\u6027\u503c: %s |
| | | INFO_CONFIG_SASL_CLASS_ACTION_REQUIRED_276=\u65e0\u6cd5\u5728\u914d\u7f6e\u6761\u76ee %3$s \u4e2d\u52a8\u6001\u5e94\u7528\u8bf7\u6c42\u7684 SASL \u673a\u5236\u5904\u7406\u7a0b\u5e8f\u7c7b\u540d\u66f4\u6539\uff08\u4ece %1$s \u66f4\u6539\u4e3a %2$s\uff09\u3002\u5728\u7981\u7528\u5e76\u91cd\u65b0\u542f\u7528\u5904\u7406\u7a0b\u5e8f\u6216\u91cd\u65b0\u542f\u52a8\u76ee\u5f55\u670d\u52a1\u5668\u540e\uff0c\u8be5\u66f4\u6539\u624d\u4f1a\u751f\u6548 |
| | | MILD_ERR_CONFIG_SASL_INITIALIZATION_FAILED_277=\u5728\u5c1d\u8bd5\u5c06\u7c7b %s \u7684\u5b9e\u4f8b\u521d\u59cb\u5316\u4e3a\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684 SASL \u673a\u5236\u5904\u7406\u7a0b\u5e8f\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_CONFIG_SASL_EXISTS_278=\u65e0\u6cd5\u6dfb\u52a0 DN \u4e3a %s \u7684\u65b0 SASL \u673a\u5236\u5904\u7406\u7a0b\u5e8f\u6761\u76ee\uff0c\u56e0\u4e3a\u5df2\u6ce8\u518c\u5177\u6709\u8be5 DN \u7684\u5904\u7406\u7a0b\u5e8f |
| | | SEVERE_ERR_CONFIG_SASL_UNACCEPTABLE_CONFIG_279=\u6839\u636e\u5176\u5185\u90e8\u9a8c\u8bc1\uff0c\u65e0\u6cd5\u63a5\u53d7\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684 SASL \u673a\u5236\u5904\u7406\u7a0b\u5e8f\u7684\u914d\u7f6e\u3002\u4e0d\u8fc7\uff0c\u672a\u63d0\u4f9b\u6709\u5173\u8be5\u6761\u76ee\u7684\u95ee\u9898\u7684\u5177\u4f53\u4fe1\u606f |
| | | MILD_ERR_CONFIG_FILE_ADD_ALREADY_EXISTS_280=\u65e0\u6cd5\u5c06\u6761\u76ee %s \u6dfb\u52a0\u5230\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\uff0c\u56e0\u4e3a\u5df2\u5b58\u5728\u53e6\u4e00\u4e2a\u5177\u6709\u8be5 DN \u7684\u914d\u7f6e\u6761\u76ee |
| | | MILD_ERR_CONFIG_FILE_ADD_NO_PARENT_DN_281=\u65e0\u6cd5\u5c06\u6761\u76ee %s \u6dfb\u52a0\u5230\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\uff0c\u56e0\u4e3a\u8be5 DN \u6ca1\u6709\u7236 DN |
| | | MILD_ERR_CONFIG_FILE_ADD_NO_PARENT_282=\u65e0\u6cd5\u5c06\u6761\u76ee %s \u6dfb\u52a0\u5230\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\uff0c\u56e0\u4e3a\u5176\u7236\u6761\u76ee %s \u4e0d\u5b58\u5728 |
| | | MILD_ERR_CONFIG_FILE_ADD_REJECTED_BY_LISTENER_283=\u76ee\u5f55\u670d\u52a1\u5668\u65e0\u6cd5\u6dfb\u52a0\u914d\u7f6e\u6761\u76ee %s\uff0c\u56e0\u4e3a\u7236\u6761\u76ee %s \u4e2d\u6ce8\u518c\u7684\u67d0\u4e2a\u6dfb\u52a0\u4fa6\u542c\u5668\u62d2\u7edd\u6b64\u66f4\u6539\u5e76\u663e\u793a\u4ee5\u4e0b\u6d88\u606f: %s |
| | | MILD_ERR_CONFIG_FILE_ADD_FAILED_284=\u5728\u5c1d\u8bd5\u5c06\u914d\u7f6e\u6761\u76ee %s \u6dfb\u52a0\u4e3a\u6761\u76ee %s \u7684\u5b50\u6761\u76ee\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | MILD_ERR_CONFIG_FILE_DELETE_NO_SUCH_ENTRY_285=\u65e0\u6cd5\u4ece\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u5220\u9664\u6761\u76ee %s\uff0c\u56e0\u4e3a\u6307\u5b9a\u7684\u6761\u76ee\u4e0d\u5b58\u5728 |
| | | MILD_ERR_CONFIG_FILE_DELETE_HAS_CHILDREN_286=\u65e0\u6cd5\u4ece\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u5220\u9664\u6761\u76ee %s\uff0c\u56e0\u4e3a\u6307\u5b9a\u7684\u6761\u76ee\u5177\u6709\u4e00\u4e2a\u6216\u591a\u4e2a\u4e0b\u7ea7\u6761\u76ee |
| | | MILD_ERR_CONFIG_FILE_DELETE_NO_PARENT_287=\u65e0\u6cd5\u4ece\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u5220\u9664\u6761\u76ee %s\uff0c\u56e0\u4e3a\u8be5\u6761\u76ee\u6ca1\u6709\u7236\u6761\u76ee\uff0c\u5e76\u4e14\u4e0d\u5141\u8bb8\u5220\u9664\u914d\u7f6e\u6839\u6761\u76ee |
| | | MILD_ERR_CONFIG_FILE_DELETE_REJECTED_288=\u65e0\u6cd5\u4ece\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u5220\u9664\u6761\u76ee %s\uff0c\u56e0\u4e3a\u7236\u6761\u76ee %s \u4e2d\u6ce8\u518c\u7684\u67d0\u4e2a\u5220\u9664\u4fa6\u542c\u5668\u62d2\u7edd\u6b64\u66f4\u6539\u5e76\u663e\u793a\u4ee5\u4e0b\u6d88\u606f: %s |
| | | MILD_ERR_CONFIG_FILE_DELETE_FAILED_289=\u5728\u5c1d\u8bd5\u5c06\u914d\u7f6e\u6761\u76ee %s \u4f5c\u4e3a\u6761\u76ee %s \u7684\u5b50\u6761\u76ee\u5220\u9664\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | MILD_ERR_CONFIG_FILE_MODIFY_NO_SUCH_ENTRY_290=\u65e0\u6cd5\u4fee\u6539\u6761\u76ee %s\uff0c\u56e0\u4e3a\u6307\u5b9a\u7684\u6761\u76ee\u4e0d\u5b58\u5728 |
| | | MILD_ERR_CONFIG_FILE_MODIFY_REJECTED_BY_CHANGE_LISTENER_291=\u65e0\u6cd5\u4fee\u6539\u6761\u76ee %s\uff0c\u56e0\u4e3a\u4e3a\u8be5\u6761\u76ee\u6ce8\u518c\u7684\u67d0\u4e2a\u914d\u7f6e\u66f4\u6539\u4fa6\u542c\u5668\u62d2\u7edd\u6b64\u66f4\u6539: %s |
| | | MILD_ERR_CONFIG_FILE_MODIFY_REJECTED_BY_COMPONENT_292=\u65e0\u6cd5\u4fee\u6539\u6761\u76ee %s\uff0c\u56e0\u4e3a\u4e3a\u8be5\u6761\u76ee\u6ce8\u518c\u7684\u67d0\u4e2a\u53ef\u914d\u7f6e\u7ec4\u4ef6\u62d2\u7edd\u6b64\u66f4\u6539: %s |
| | | MILD_ERR_CONFIG_FILE_SEARCH_NO_SUCH_BASE_293=\u65e0\u6cd5\u5904\u7406\u641c\u7d22\u64cd\u4f5c\uff0c\u56e0\u4e3a\u57fa\u6761\u76ee %s \u4e0d\u5b58\u5728 |
| | | MILD_ERR_CONFIG_FILE_SEARCH_INVALID_SCOPE_294=\u65e0\u6cd5\u5904\u7406\u641c\u7d22\u64cd\u4f5c\uff0c\u56e0\u4e3a\u6307\u5b9a\u7684\u641c\u7d22\u8303\u56f4 %s \u65e0\u6548 |
| | | MILD_ERR_CONFIG_FILE_WRITE_CANNOT_CREATE_TEMP_ARCHIVE_295=\u56e0\u914d\u7f6e\u66f4\u6539\u800c\u5c1d\u8bd5\u521b\u5efa\u4e34\u65f6\u6587\u4ef6 %s \u4ee5\u4fdd\u5b58\u4ee5\u524d\u7684\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u7684\u5f52\u6863\u7248\u672c\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_CONFIG_FILE_WRITE_CANNOT_COPY_EXISTING_ARCHIVE_296=\u5728\u5c1d\u8bd5\u5c06\u5f52\u6863\u914d\u7f6e\u4ece %s \u590d\u5236\u5230\u4e34\u65f6\u6587\u4ef6 %s \u4e2d\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_CONFIG_FILE_WRITE_CANNOT_COPY_CURRENT_CONFIG_297=\u5728\u5c1d\u8bd5\u66f4\u65b0\u6587\u4ef6 %s \u4e2d\u7684\u5f52\u6863\u914d\u7f6e\u4ee5\u5305\u542b\u6587\u4ef6 %s \u4e2d\u6b63\u5728\u8fd0\u884c\u7684\u914d\u7f6e\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_CONFIG_FILE_WRITE_CANNOT_RENAME_TEMP_ARCHIVE_298=\u5c06\u5f52\u6863\u914d\u7f6e\u6570\u636e\u4ece %s \u91cd\u547d\u540d\u4e3a %s \u7684\u5c1d\u8bd5\u5931\u8d25\uff0c\u4f46\u65e0\u6cd5\u786e\u5b9a\u5931\u8d25\u7684\u6839\u672c\u539f\u56e0 |
| | | MILD_ERR_CONFIG_FILE_WRITE_CANNOT_REPLACE_ARCHIVE_299=\u65e0\u6cd5\u5c06\u5305\u542b\u4ee5\u524d\u7684\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u7684\u66f4\u65b0\u5f52\u6863\u6587\u4ef6\u4ece %s \u91cd\u547d\u540d\u4e3a %s: %s |
| | | MILD_ERR_CONFIG_FILE_WRITE_CANNOT_EXPORT_NEW_CONFIG_300=\u5728\u5c1d\u8bd5\u5c06\u65b0\u7684\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u5bfc\u51fa\u5230\u6587\u4ef6 %s \u4e2d\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_CONFIG_FILE_WRITE_CANNOT_RENAME_NEW_CONFIG_301=\u5728\u5c1d\u8bd5\u5c06\u65b0\u7684\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4ece\u6587\u4ef6 %s \u91cd\u547d\u540d\u4e3a %s \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_CONFIG_FILE_MODDN_NOT_ALLOWED_302=\u4e0d\u5141\u8bb8\u5728\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u6267\u884c\u4fee\u6539 DN \u64cd\u4f5c |
| | | INFO_CONFIG_LOGGER_SUPPRESS_INTERNAL_OPERATIONS_303=\u6307\u793a\u662f\u5426\u5e94\u5c06\u5185\u90e8\u64cd\u4f5c\u7684\u6d88\u606f\u4ece\u8bbf\u95ee\u65e5\u5fd7\u6587\u4ef6\u4e2d\u6392\u9664 |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_SUPPRESS_INT_OPERATION_VALUE_304=\u4e3a\u5c5e\u6027 %s \u6307\u5b9a\u7684\u503c\u65e0\u6548\u3002\u5141\u8bb8\u7684\u503c\u4e3a\u771f\u6216\u5047 |
| | | INFO_CONFIG_BACKEND_ATTR_DESCRIPTION_BASE_DNS_305=\u5e94\u8be5\u7528\u4e8e\u8be5\u540e\u7aef\u7684\u57fa DN \u96c6\u3002\u5bf9\u8be5\u5c5e\u6027\u6240\u505a\u7684\u66f4\u6539\u662f\u5426\u81ea\u52a8\u751f\u6548\u53d6\u51b3\u4e8e\u540e\u7aef\u5b9e\u73b0 |
| | | SEVERE_ERR_CONFIG_BACKEND_NO_BASE_DNS_306=\u540e\u7aef\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u5c5e\u6027 ds-cfg-base-dn\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u5b9a\u540e\u7aef\u7684\u57fa DN \u96c6\u3002\u8fd9\u662f\u4e00\u4e2a\u5fc5\u9700\u5c5e\u6027\uff0c\u56e0\u6b64\uff0c\u5c06\u7981\u7528\u8be5\u540e\u7aef |
| | | SEVERE_ERR_CONFIG_BACKEND_UNABLE_TO_DETERMINE_BASE_DNS_307=\u5728\u5c1d\u8bd5\u786e\u5b9a\u4e0e\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u540e\u7aef\u5173\u8054\u7684\u57fa DN \u96c6\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s\u3002\u5c06\u7981\u7528\u8be5\u540e\u7aef |
| | | INFO_CONFIG_KEYMANAGER_DESCRIPTION_ENABLED_313=\u6307\u793a\u662f\u5426\u5e94\u542f\u7528\u76ee\u5f55\u670d\u52a1\u5668\u5bc6\u94a5\u7ba1\u7406\u5668\u63d0\u4f9b\u7a0b\u5e8f\u3002\u9700\u8981\u8bbf\u95ee\u5bc6\u94a5\u7ba1\u7406\u5668\u7684\u64cd\u4f5c\uff08\u5982\u901a\u8fc7 SSL \u8fdb\u884c\u7684\u901a\u4fe1\uff09\u90fd\u8981\u6c42\u4f7f\u7528\u5bc6\u94a5\u7ba1\u7406\u5668\u63d0\u4f9b\u7a0b\u5e8f\u3002\u5bf9\u8be5\u914d\u7f6e\u5c5e\u6027\u6240\u505a\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548\uff0c\u4f46\u4ec5\u5f71\u54cd\u4ee5\u540e\u8bbf\u95ee\u5bc6\u94a5\u7ba1\u7406\u5668\u7684\u5c1d\u8bd5 |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_NO_ENABLED_ATTR_314=\u914d\u7f6e\u6761\u76ee "%s" \u4e0d\u5305\u542b ds-cfg-enabled \u5c5e\u6027\u503c\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u793a\u662f\u5426\u5728\u670d\u52a1\u5668\u4e2d\u542f\u7528\u5bc6\u94a5\u7ba1\u7406\u5668\u63d0\u4f9b\u7a0b\u5e8f |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_DESCRIPTION_CLASS_317=\u5305\u542b\u5bc6\u94a5\u7ba1\u7406\u5668\u63d0\u4f9b\u7a0b\u5e8f\u5b9e\u73b0\u7684 Java \u7c7b\u7684\u5168\u9650\u5b9a\u540d\u79f0\u3002\u5728\u7981\u7528\u5e76\u91cd\u65b0\u542f\u7528\u5bc6\u94a5\u7ba1\u7406\u5668\u63d0\u4f9b\u7a0b\u5e8f\u6216\u91cd\u65b0\u542f\u52a8\u670d\u52a1\u5668\u540e\uff0c\u5bf9\u8be5\u914d\u7f6e\u5c5e\u6027\u6240\u505a\u7684\u66f4\u6539\u624d\u4f1a\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_DESCRIPTION_ENABLED_328=\u6307\u793a\u662f\u5426\u5e94\u542f\u7528\u76ee\u5f55\u670d\u52a1\u5668\u4fe1\u4efb\u7ba1\u7406\u5668\u63d0\u4f9b\u7a0b\u5e8f\u3002\u9700\u8981\u8bbf\u95ee\u4fe1\u4efb\u7ba1\u7406\u5668\u7684\u64cd\u4f5c\uff08\u5982\u901a\u8fc7 SSL \u8fdb\u884c\u7684\u901a\u4fe1\uff09\u90fd\u8981\u6c42\u4f7f\u7528\u4fe1\u4efb\u7ba1\u7406\u5668\u63d0\u4f9b\u7a0b\u5e8f\u3002\u5bf9\u8be5\u914d\u7f6e\u5c5e\u6027\u6240\u505a\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548\uff0c\u4f46\u4ec5\u5f71\u54cd\u4ee5\u540e\u8bbf\u95ee\u4fe1\u4efb\u7ba1\u7406\u5668\u7684\u5c1d\u8bd5 |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_NO_ENABLED_ATTR_329=\u914d\u7f6e\u6761\u76ee "%s" \u4e0d\u5305\u542b ds-cfg-enabled \u5c5e\u6027\u503c\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u793a\u662f\u5426\u5728\u670d\u52a1\u5668\u4e2d\u542f\u7528\u4fe1\u4efb\u7ba1\u7406\u5668\u63d0\u4f9b\u7a0b\u5e8f |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_DESCRIPTION_CLASS_332=\u5305\u542b\u4fe1\u4efb\u7ba1\u7406\u5668\u63d0\u4f9b\u7a0b\u5e8f\u5b9e\u73b0\u7684 Java \u7c7b\u7684\u5168\u9650\u5b9a\u540d\u79f0\u3002\u5728\u7981\u7528\u5e76\u91cd\u65b0\u542f\u7528\u4fe1\u4efb\u7ba1\u7406\u5668\u63d0\u4f9b\u7a0b\u5e8f\u6216\u91cd\u65b0\u542f\u52a8\u670d\u52a1\u5668\u540e\uff0c\u5bf9\u8be5\u914d\u7f6e\u5c5e\u6027\u6240\u505a\u7684\u66f4\u6539\u624d\u4f1a\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_DESCRIPTION_ENABLED_347=\u6307\u793a\u662f\u5426\u5e94\u542f\u7528\u76ee\u5f55\u670d\u52a1\u5668\u8bc1\u4e66\u6620\u5c04\u5668\u3002\u8bc1\u4e66\u6620\u5c04\u5668\u7528\u4e8e\u5728\u5ba2\u6237\u7aef\u8bc1\u4e66\u94fe\u548c\u76ee\u5f55\u670d\u52a1\u5668\u4e2d\u7684\u7528\u6237\u6761\u76ee\u4e4b\u95f4\u5efa\u7acb\u6620\u5c04\uff0c\u4ee5\u8fdb\u884c SASL\u201c\u5916\u90e8\u201d\u9a8c\u8bc1\u6216\u5b9e\u73b0\u7c7b\u4f3c\u76ee\u7684\u3002\u5bf9\u6b64\u914d\u7f6e\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_NO_ENABLED_ATTR_348=\u914d\u7f6e\u6761\u76ee "%s" \u4e0d\u5305\u542b ds-cfg-enabled \u5c5e\u6027\u503c\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u793a\u662f\u5426\u5728\u670d\u52a1\u5668\u4e2d\u542f\u7528\u8bc1\u4e66\u6620\u5c04\u5668 |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_DESCRIPTION_CLASS_351=\u5305\u542b\u8bc1\u4e66\u6620\u5c04\u5668\u5b9e\u73b0\u7684 Java \u7c7b\u7684\u5168\u9650\u5b9a\u540d\u79f0\u3002\u5728\u7981\u7528\u5e76\u91cd\u65b0\u542f\u7528\u8bc1\u4e66\u6620\u5c04\u5668\u6216\u91cd\u65b0\u542f\u52a8\u670d\u52a1\u5668\u540e\uff0c\u5bf9\u8be5\u914d\u7f6e\u5c5e\u6027\u6240\u505a\u7684\u66f4\u6539\u624d\u4f1a\u751f\u6548 |
| | | MILD_WARN_CONFIG_LOGGER_NO_RETENTION_POLICY_357=\u672a\u5728\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u4efb\u4f55\u6587\u4ef6\u4fdd\u7559\u7b56\u7565\u3002\u5c06\u4e0d\u4f1a\u5220\u9664\u4efb\u4f55\u65e5\u5fd7\u6587\u4ef6 |
| | | SEVERE_WARN_CONFIG_LOGGER_INVALID_RETENTION_POLICY_358=\u5728\u914d\u7f6e\u6761\u76ee %2$s \u4e2d\u5b9a\u4e49\u4e86\u65e0\u6548\u7684\u6587\u4ef6\u4fdd\u7559\u7b56\u7565 %1$s |
| | | SEVERE_WARN_CONFIG_LOGGER_NO_NUMBER_OF_FILES_359=\u672a\u5728\u914d\u7f6e\u6761\u76ee %s \u4e2d\u4e3a\u4fdd\u7559\u7b56\u7565\u5b9a\u4e49\u4efb\u4f55\u6587\u4ef6\u6570\u9650\u5236 |
| | | SEVERE_WARN_CONFIG_LOGGER_NO_DISK_SPACE_USED_360=\u672a\u5728\u914d\u7f6e\u6761\u76ee %s \u4e2d\u4e3a\u4fdd\u7559\u7b56\u7565\u5b9a\u4e49\u4efb\u4f55\u78c1\u76d8\u7a7a\u95f4\u9650\u5236 |
| | | FATAL_ERR_CONFIG_PWSCHEME_CANNOT_GET_BASE_363=\u5728\u5c1d\u8bd5\u4ece\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u68c0\u7d22\u5bc6\u7801\u5b58\u50a8\u65b9\u6848\u57fa\u6761\u76ee cn=Password Storage Schemes,cn=config \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_WARN_CONFIG_PWSCHEME_BASE_DOES_NOT_EXIST_364=\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u4e0d\u5b58\u5728\u5bc6\u7801\u5b58\u50a8\u65b9\u6848\u914d\u7f6e\u57fa\u6761\u76ee cn=Password Storage Schemes,cn=config\u3002\u8981\u4f7f\u670d\u52a1\u5668\u6b63\u5e38\u5de5\u4f5c\uff0c\u5fc5\u987b\u5b58\u5728\u8be5\u6761\u76ee |
| | | SEVERE_ERR_CONFIG_PWSCHEME_ENTRY_UNACCEPTABLE_365=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684\u5bc6\u7801\u5b58\u50a8\u65b9\u6848\u914d\u7f6e: %s\u3002\u5c06\u5ffd\u7565\u8be5\u6761\u76ee |
| | | SEVERE_ERR_CONFIG_PWSCHEME_CANNOT_CREATE_SCHEME_366=\u5728\u5c1d\u8bd5\u901a\u8fc7\u914d\u7f6e\u6761\u76ee %s \u4e2d\u7684\u4fe1\u606f\u521b\u5efa\u76ee\u5f55\u670d\u52a1\u5668\u5bc6\u7801\u5b58\u50a8\u65b9\u6848\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_CONFIG_PWSCHEME_INVALID_OBJECTCLASS_367=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u5bc6\u7801\u5b58\u50a8\u65b9\u6848\u5b9a\u4e49\u6240\u9700\u7684 ds-cfg-password-storage-scheme objectclass |
| | | INFO_CONFIG_PWSCHEME_DESCRIPTION_CLASS_NAME_368=\u7528\u4e8e\u5b9a\u4e49\u76ee\u5f55\u670d\u52a1\u5668\u5bc6\u7801\u5b58\u50a8\u65b9\u6848\u7684 Java \u7c7b\u7684\u5168\u9650\u5b9a\u540d\u79f0\u3002\u5982\u679c\u5728\u542f\u7528\u5173\u8054\u7684\u65b9\u6848\u65f6\u66f4\u6539\u4e86\u8be5\u540d\u79f0\uff0c\u5219\u5fc5\u987b\u7981\u7528\u5e76\u91cd\u65b0\u542f\u7528\u8be5\u5b58\u50a8\u65b9\u6848\u4ee5\u4f7f\u66f4\u6539\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_PWSCHEME_NO_CLASS_NAME_369=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684 ds-cfg-java-class \u914d\u7f6e\u5c5e\u6027\u503c\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u5b9a\u5173\u8054\u5bc6\u7801\u5b58\u50a8\u65b9\u6848\u7684\u5168\u9650\u5b9a\u7c7b\u540d |
| | | SEVERE_ERR_CONFIG_PWSCHEME_INVALID_CLASS_NAME_370=\u914d\u7f6e\u6761\u76ee %s \u5177\u6709\u65e0\u6548\u7684 ds-cfg-java-class \u5c5e\u6027\u503c: %s |
| | | SEVERE_ERR_CONFIG_PWSCHEME_INVALID_CLASS_371=\u914d\u7f6e\u6761\u76ee %2$s \u4e2d\u6307\u5b9a\u7684\u7c7b %1$s \u4e0d\u5305\u542b\u6709\u6548\u7684\u5bc6\u7801\u5b58\u50a8\u65b9\u6848\u5b9e\u73b0: %3$s |
| | | INFO_CONFIG_PWSCHEME_DESCRIPTION_ENABLED_372=\u6307\u793a\u662f\u5426\u5e94\u542f\u7528\u8be5\u76ee\u5f55\u670d\u52a1\u5668\u5bc6\u7801\u5b58\u50a8\u65b9\u6848\u3002\u5bf9\u6b64\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_PWSCHEME_NO_ENABLED_ATTR_373=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684 ds-cfg-enabled \u914d\u7f6e\u5c5e\u6027\u503c\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u793a\u662f\u5426\u5e94\u5728\u76ee\u5f55\u670d\u52a1\u5668\u4e2d\u542f\u7528\u5bc6\u7801\u5b58\u50a8\u65b9\u6848 |
| | | SEVERE_ERR_CONFIG_PWSCHEME_INVALID_ENABLED_VALUE_374=\u914d\u7f6e\u6761\u76ee %s \u5177\u6709\u65e0\u6548\u7684 ds-cfg-enabled \u5c5e\u6027\u503c: %s |
| | | INFO_CONFIG_PWSCHEME_CLASS_ACTION_REQUIRED_375=\u65e0\u6cd5\u5728\u914d\u7f6e\u6761\u76ee %3$s \u4e2d\u52a8\u6001\u5e94\u7528\u8bf7\u6c42\u7684\u5bc6\u7801\u5b58\u50a8\u65b9\u6848\u7c7b\u540d\u66f4\u6539\uff08\u4ece %1$s \u66f4\u6539\u4e3a %2$s\uff09\u3002\u5728\u7981\u7528\u5e76\u91cd\u65b0\u542f\u7528\u5b58\u50a8\u65b9\u6848\u6216\u91cd\u65b0\u542f\u52a8\u76ee\u5f55\u670d\u52a1\u5668\u540e\uff0c\u8be5\u66f4\u6539\u624d\u4f1a\u751f\u6548 |
| | | MILD_ERR_CONFIG_PWSCHEME_INITIALIZATION_FAILED_376=\u5728\u5c1d\u8bd5\u5c06\u7c7b %s \u7684\u5b9e\u4f8b\u521d\u59cb\u5316\u4e3a\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u5bc6\u7801\u5b58\u50a8\u65b9\u6848\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_CONFIG_PWSCHEME_EXISTS_377=\u65e0\u6cd5\u6dfb\u52a0 DN \u4e3a %s \u7684\u65b0\u5bc6\u7801\u5b58\u50a8\u65b9\u6848\u6761\u76ee\uff0c\u56e0\u4e3a\u5df2\u6ce8\u518c\u5177\u6709\u8be5 DN \u7684\u5b58\u50a8\u65b9\u6848 |
| | | SEVERE_ERR_CONFIG_PWSCHEME_UNACCEPTABLE_CONFIG_378=\u6839\u636e\u5176\u5185\u90e8\u9a8c\u8bc1\uff0c\u65e0\u6cd5\u63a5\u53d7\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u5bc6\u7801\u5b58\u50a8\u65b9\u6848\u7684\u914d\u7f6e\u3002\u4e0d\u8fc7\uff0c\u672a\u63d0\u4f9b\u6709\u5173\u8be5\u6761\u76ee\u7684\u95ee\u9898\u7684\u5177\u4f53\u4fe1\u606f |
| | | INFO_CONFIG_PLUGIN_CLASS_ACTION_REQUIRED_379=\u65e0\u6cd5\u5728\u914d\u7f6e\u6761\u76ee %3$s \u4e2d\u52a8\u6001\u5e94\u7528\u8bf7\u6c42\u7684\u63d2\u4ef6\u7c7b\u540d\u66f4\u6539\uff08\u4ece %1$s \u66f4\u6539\u4e3a %2$s\uff09\u3002\u5728\u7981\u7528\u5e76\u91cd\u65b0\u542f\u7528\u63d2\u4ef6\u6216\u91cd\u65b0\u542f\u52a8\u76ee\u5f55\u670d\u52a1\u5668\u540e\uff0c\u8be5\u66f4\u6539\u624d\u4f1a\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_LOGGER_NO_FREE_DISK_SPACE_380=\u672a\u5728\u914d\u7f6e\u6761\u76ee %s \u4e2d\u4e3a\u4fdd\u7559\u7b56\u7565\u5b9a\u4e49\u4efb\u4f55\u78c1\u76d8\u7a7a\u95f4\u9650\u5236 |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_JAVA5_POLICY_381=\u5728 Java 6 \u4e4b\u524d\u7684 VM\uff08\u865a\u62df\u673a\uff09\u4e0a\u8fd0\u884c\u65f6\uff0c\u76ee\u5f55\u670d\u52a1\u5668\u4e0d\u5141\u8bb8\u4f7f\u7528\u914d\u7f6e\u6761\u76ee %s \u4e2d\u57fa\u4e8e\u53ef\u7528\u78c1\u76d8\u7a7a\u95f4\u7684\u4fdd\u7559\u7b56\u7565\u3002 |
| | | INFO_CONFIG_BACKEND_ATTR_DESCRIPTION_BACKEND_ID_382=\u8be5\u540e\u7aef\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002\u5728\u7981\u7528\u5e76\u91cd\u65b0\u542f\u7528\u540e\u7aef\u6216\u91cd\u65b0\u542f\u52a8\u670d\u52a1\u5668\u540e\uff0c\u5bf9\u8be5\u914d\u7f6e\u5c5e\u6027\u6240\u505a\u7684\u66f4\u6539\u624d\u4f1a\u751f\u6548 |
| | | SEVERE_WARN_CONFIG_BACKEND_NO_BACKEND_ID_383=\u540e\u7aef\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u5c5e\u6027 ds-cfg-backend-id\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u63d0\u4f9b\u540e\u7aef\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002\u5c06\u7981\u7528\u8be5\u540e\u7aef |
| | | SEVERE_WARN_CONFIG_BACKEND_DUPLICATE_BACKEND_ID_384=\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u540e\u7aef\u5177\u6709\u540e\u7aef ID %s\uff0c\u5b83\u4e0e\u670d\u52a1\u5668\u4e2d\u53e6\u4e00\u4e2a\u540e\u7aef\u7684\u540e\u7aef ID \u53d1\u751f\u51b2\u7a81\u3002\u5c06\u7981\u7528\u8be5\u540e\u7aef |
| | | SEVERE_ERR_CONFIG_BACKEND_UNABLE_TO_DETERMINE_BACKEND_ID_385=\u5728\u5c1d\u8bd5\u786e\u5b9a\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u540e\u7aef\u7684\u540e\u7aef ID \u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s\u3002\u5c06\u7981\u7528\u8be5\u540e\u7aef |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_GET_MAC_386=\u5728\u5c1d\u8bd5\u83b7\u53d6 %s MAC \u63d0\u4f9b\u7a0b\u5e8f\u4ee5\u4fbf\u4e3a\u5907\u4efd\u521b\u5efa\u7b7e\u540d\u6563\u5217\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_GET_DIGEST_387=\u5728\u5c1d\u8bd5\u83b7\u53d6 %s \u6d88\u606f\u6458\u8981\u4ee5\u4fbf\u4e3a\u5907\u4efd\u521b\u5efa\u6563\u5217\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_388=\u5c1d\u8bd5\u5728\u76ee\u5f55 %2$s \u4e2d\u521b\u5efa\u914d\u7f6e\u5f52\u6863\u6587\u4ef6 %1$s \u65f6\u51fa\u73b0\u9519\u8bef: %3$s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_GET_CIPHER_389=\u5728\u5c1d\u8bd5\u83b7\u53d6\u7528\u4e8e\u52a0\u5bc6\u5907\u4efd\u7684\u5bc6\u7801\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_CONFIG_BACKUP_ZIP_COMMENT_390=%s \u914d\u7f6e\u5907\u4efd %s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_DETERMINE_CONFIG_FILE_LOCATION_391=\u5728\u5c1d\u8bd5\u786e\u5b9a\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u6587\u4ef6\u7684\u8def\u5f84\u4ee5\u5bf9\u5176\u8fdb\u884c\u5f52\u6863\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_BACKUP_CONFIG_FILE_392=\u5728\u5c1d\u8bd5\u5907\u4efd\u914d\u7f6e\u6587\u4ef6 %s \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_BACKUP_ARCHIVED_CONFIGS_393=\u5728\u5c1d\u8bd5\u5907\u4efd\u6587\u4ef6 %s \u4e2d\u5df2\u5f52\u6863\u7684\u5148\u524d\u914d\u7f6e\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_CLOSE_ZIP_STREAM_394=\u5728\u5c1d\u8bd5\u5173\u95ed\u76ee\u5f55 %2$s \u4e2d\u7684\u914d\u7f6e\u5f52\u6863\u6587\u4ef6 %1$s \u65f6\u51fa\u73b0\u9519\u8bef: %3$s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_395=\u5728\u5c1d\u8bd5\u4f7f\u7528\u6709\u5173\u914d\u7f6e\u5907\u4efd\u7684\u4fe1\u606f\u66f4\u65b0\u5907\u4efd\u63cf\u8ff0\u7b26\u6587\u4ef6 %s \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_CONFIG_RESTORE_NO_SUCH_BACKUP_396=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u76ee\u5f55 %2$s \u4e2d\u7684\u914d\u7f6e\u5907\u4efd %1$s\uff0c\u56e0\u4e3a\u4e0d\u5b58\u5728\u8be5\u5907\u4efd |
| | | SEVERE_ERR_CONFIG_RESTORE_NO_BACKUP_FILE_397=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u76ee\u5f55 %2$s \u4e2d\u7684\u914d\u7f6e\u5907\u4efd %1$s\uff0c\u56e0\u4e3a\u65e0\u6cd5\u786e\u5b9a\u5f52\u6863\u6587\u4ef6\u540d |
| | | SEVERE_ERR_CONFIG_RESTORE_NO_SUCH_FILE_398=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u914d\u7f6e\u5907\u4efd %s\uff0c\u56e0\u4e3a\u6307\u5b9a\u7684\u5f52\u6863\u6587\u4ef6 %s \u4e0d\u5b58\u5728 |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_CHECK_FOR_ARCHIVE_399=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u914d\u7f6e\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5728\u5c1d\u8bd5\u786e\u5b9a\u5907\u4efd\u5f52\u6863\u6587\u4ef6 %s \u662f\u5426\u5b58\u5728\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_CONFIG_RESTORE_UNKNOWN_DIGEST_400=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u914d\u7f6e\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5c3d\u7ba1\u63d0\u4f9b\u4e86\u8be5\u5907\u4efd\u7684\u672a\u7b7e\u540d\u6563\u5217\uff0c\u4f46\u670d\u52a1\u5668\u65e0\u6cd5\u786e\u5b9a\u7528\u4e8e\u751f\u6210\u8be5\u6563\u5217\u7684\u6458\u8981\u7b97\u6cd5 |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_GET_DIGEST_401=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u914d\u7f6e\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5b83\u5305\u542b\u4e00\u4e2a\u672a\u7b7e\u540d\u6563\u5217\uff0c\u8be5\u6563\u5217\u4f7f\u7528\u4e86\u672a\u77e5\u6216\u4e0d\u53d7\u652f\u6301\u7684\u6458\u8981\u7b97\u6cd5 %s |
| | | SEVERE_ERR_CONFIG_RESTORE_UNKNOWN_MAC_402=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u914d\u7f6e\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5c3d\u7ba1\u63d0\u4f9b\u4e86\u8be5\u5907\u4efd\u7684\u7b7e\u540d\u6563\u5217\uff0c\u4f46\u670d\u52a1\u5668\u65e0\u6cd5\u786e\u5b9a\u7528\u4e8e\u751f\u6210\u8be5\u6563\u5217\u7684 MAC \u7b97\u6cd5 |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_GET_MAC_403=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u914d\u7f6e\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5b83\u5305\u542b\u4e00\u4e2a\u7b7e\u540d\u6563\u5217\uff0c\u8be5\u6563\u5217\u4f7f\u7528\u672a\u77e5\u6216\u4e0d\u652f\u6301\u7684 MAC \u7b97\u6cd5 %s |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_OPEN_BACKUP_FILE_404=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u914d\u7f6e\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5728\u5c1d\u8bd5\u6253\u5f00\u5907\u4efd\u5f52\u6863\u6587\u4ef6 %s \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_GET_CIPHER_406=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u914d\u7f6e\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5b83\u662f\u4f7f\u7528\u672a\u77e5\u6216\u4e0d\u53d7\u652f\u6301\u7684\u5bc6\u7801\u52a0\u5bc6\u7684: %s |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_BACKUP_EXISTING_CONFIG_407=\u65e0\u6cd5\u6062\u590d\u914d\u7f6e\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5728\u5c1d\u8bd5\u5c06\u5f53\u524d\u914d\u7f6e\u6587\u4ef6\u6682\u65f6\u4ece %s \u5907\u4efd\u5230 %s \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | NOTICE_CONFIG_RESTORE_RESTORED_OLD_CONFIG_408=\u51fa\u73b0\u9519\u8bef\uff0c\u5bfc\u81f4\u65e0\u6cd5\u6b63\u786e\u6062\u590d\u914d\u7f6e\u5907\u4efd\u3002\u4e0d\u8fc7\uff0c\u5df2\u4fdd\u7559\u5728\u6062\u590d\u8fc7\u7a0b\u5f00\u59cb\u4e4b\u524d\u4f4d\u4e8e\u9002\u5f53\u4f4d\u7f6e\u7684\u539f\u59cb\u914d\u7f6e\u6587\u4ef6\uff0c\u8fd9\u4e9b\u6587\u4ef6\u73b0\u5728\u4f4d\u4e8e\u5176\u539f\u59cb\u4f4d\u7f6e %s \u4e2d |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_RESTORE_OLD_CONFIG_409=\u51fa\u73b0\u9519\u8bef\uff0c\u5bfc\u81f4\u65e0\u6cd5\u6b63\u786e\u6062\u590d\u914d\u7f6e\u5907\u4efd\u3002\u5df2\u4fdd\u7559\u5728\u6062\u590d\u8fc7\u7a0b\u5f00\u59cb\u4e4b\u524d\u4f4d\u4e8e\u9002\u5f53\u4f4d\u7f6e\u7684\u539f\u59cb\u914d\u7f6e\u6587\u4ef6\uff0c\u8fd9\u4e9b\u6587\u4ef6\u5305\u542b\u5728 %s \u76ee\u5f55\u4e2d |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_CREATE_CONFIG_DIRECTORY_410=\u65e0\u6cd5\u6062\u590d\u914d\u7f6e\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5728\u5c1d\u8bd5\u521b\u5efa\u65b0\u7684\u7a7a\u76ee\u5f55 %s\uff08\u5e94\u5728\u5176\u4e2d\u6062\u590d\u6587\u4ef6\uff09\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_CONFIG_RESTORE_OLD_CONFIG_SAVED_411=\u51fa\u73b0\u9519\u8bef\uff0c\u5bfc\u81f4\u65e0\u6cd5\u6b63\u786e\u6062\u590d\u914d\u7f6e\u5907\u4efd\u3002\u5df2\u5c06\u5728\u6062\u590d\u8fc7\u7a0b\u5f00\u59cb\u4e4b\u524d\u4f4d\u4e8e\u9002\u5f53\u4f4d\u7f6e\u7684\u539f\u59cb\u914d\u7f6e\u6587\u4ef6\u4fdd\u7559\u5728 %s \u76ee\u5f55\u4e2d |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_GET_ZIP_ENTRY_412=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u914d\u7f6e\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5728\u5c1d\u8bd5\u4ece\u5f52\u6863\u6587\u4ef6 %s \u4e2d\u8bfb\u53d6\u4e0b\u4e00\u4e2a\u6761\u76ee\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_CREATE_FILE_413=\u65e0\u6cd5\u6062\u590d\u914d\u7f6e\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5728\u5c1d\u8bd5\u91cd\u65b0\u521b\u5efa\u6587\u4ef6 %s \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_PROCESS_ARCHIVE_FILE_414=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u914d\u7f6e\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5728\u5904\u7406\u5f52\u6863\u6587\u4ef6 %s \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_CONFIG_RESTORE_ERROR_ON_ZIP_STREAM_CLOSE_415=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u914d\u7f6e\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5728\u5c1d\u8bd5\u5173\u95ed\u5f52\u6863\u6587\u4ef6 %s \u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | NOTICE_CONFIG_RESTORE_UNSIGNED_HASH_VALID_416=\u901a\u8fc7\u5907\u4efd\u5f52\u6863\u6587\u4ef6\u8ba1\u7b97\u7684\u6d88\u606f\u6458\u8981\u4e0e\u968f\u5907\u4efd\u4fe1\u606f\u4e00\u8d77\u5b58\u50a8\u7684\u6458\u8981\u76f8\u5339\u914d |
| | | SEVERE_ERR_CONFIG_RESTORE_UNSIGNED_HASH_INVALID_417=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u914d\u7f6e\u5907\u4efd %s\uff0c\u56e0\u4e3a\u901a\u8fc7\u5907\u4efd\u5f52\u6863\u6587\u4ef6\u8ba1\u7b97\u7684\u6d88\u606f\u6458\u8981\u4e0e\u968f\u5907\u4efd\u4fe1\u606f\u4e00\u8d77\u5b58\u50a8\u7684\u6458\u8981\u4e0d\u5339\u914d |
| | | NOTICE_CONFIG_RESTORE_SIGNED_HASH_VALID_418=\u901a\u8fc7\u5907\u4efd\u5f52\u6863\u6587\u4ef6\u8ba1\u7b97\u7684\u7b7e\u540d\u6458\u8981\u4e0e\u968f\u5907\u4efd\u4fe1\u606f\u4e00\u8d77\u5b58\u50a8\u7684\u7b7e\u540d\u76f8\u5339\u914d |
| | | SEVERE_ERR_CONFIG_RESTORE_SIGNED_HASH_INVALID_419=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u914d\u7f6e\u5907\u4efd %s\uff0c\u56e0\u4e3a\u901a\u8fc7\u5907\u4efd\u5f52\u6863\u6587\u4ef6\u8ba1\u7b97\u7684\u7b7e\u540d\u6458\u8981\u4e0e\u968f\u5907\u4efd\u4fe1\u606f\u4e00\u8d77\u5b58\u50a8\u7684\u7b7e\u540d\u4e0d\u5339\u914d |
| | | NOTICE_CONFIG_RESTORE_VERIFY_SUCCESSFUL_420=\u5bf9\u76ee\u5f55 %2$s \u4e2d\u7684\u914d\u7f6e\u5907\u4efd %1$s \u6267\u884c\u7684\u6240\u6709\u6d4b\u8bd5\u8868\u660e\u5f52\u6863\u6587\u4ef6\u4f3c\u4e4e\u6709\u6548 |
| | | NOTICE_CONFIG_RESTORE_SUCCESSFUL_421=\u5df2\u6210\u529f\u4ece\u76ee\u5f55 %2$s \u4e2d\u7684\u5f52\u6863\u6587\u4ef6\u6062\u590d\u914d\u7f6e\u5907\u4efd %1$s |
| | | SEVERE_ERR_CONFIG_BACKEND_CANNOT_ACQUIRE_SHARED_LOCK_422=\u76ee\u5f55\u670d\u52a1\u5668\u65e0\u6cd5\u83b7\u53d6\u540e\u7aef %s \u7684\u5171\u4eab\u9501: %s\u3002\u8fd9\u901a\u5e38\u8868\u793a\uff0c\u4e00\u4e2a\u9700\u8981\u4e92\u65a5\u9501\u7684\u8fdb\u7a0b\uff08\u5982\u4ece LDIF \u4e2d\u5bfc\u5165\u6216\u6062\u590d\u5907\u4efd\uff09\u6b63\u5728\u4f7f\u7528\u8be5\u540e\u7aef\u3002\u5c06\u7981\u7528\u8be5\u540e\u7aef |
| | | SEVERE_WARN_CONFIG_BACKEND_CANNOT_RELEASE_SHARED_LOCK_423=\u5728\u5c1d\u8bd5\u91ca\u653e\u540e\u7aef %s \u7684\u5171\u4eab\u9501\u65f6\u51fa\u73b0\u9519\u8bef: %s\u3002\u8fd9\u53ef\u80fd\u4f1a\u5e72\u6270\u9700\u8981\u72ec\u5360\u8bbf\u95ee\u7684\u64cd\u4f5c\uff0c\u5176\u4e2d\u5305\u62ec LDIF \u5bfc\u5165\u548c\u5907\u4efd\u6062\u590d |
| | | INFO_CONFIG_FILE_HEADER_424=\u8be5\u6587\u4ef6\u5305\u542b\u4e3b\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u3002\u5f53\u670d\u52a1\u5668\u8054\u673a\u65f6\uff0c\u4e0d\u80fd\u76f4\u63a5\u7f16\u8f91\u8be5\u6587\u4ef6\u3002\u53ea\u5e94\u4f7f\u7528\u968f\u76ee\u5f55\u670d\u52a1\u5668\u63d0\u4f9b\u7684\u7ba1\u7406\u5b9e\u7528\u7a0b\u5e8f\u6765\u7ba1\u7406\u670d\u52a1\u5668\u914d\u7f6e |
| | | INFO_CONFIG_CORE_DESCRIPTION_ADD_MISSING_RDN_ATTRS_425=\u6307\u793a\u5728\u6dfb\u52a0\u6761\u76ee\u65f6\uff0c\u76ee\u5f55\u670d\u52a1\u5668\u662f\u5426\u5e94\u81ea\u52a8\u5411\u5176\u4e2d\u6dfb\u52a0\u7f3a\u5c11\u7684 RDN \u5c5e\u6027\u3002\u9ed8\u8ba4\u60c5\u51b5\u4e0b\uff0c\u5982\u679c\u6240\u6dfb\u52a0\u6761\u76ee\u7684\u5c5e\u6027\u5217\u8868\u4e2d\u4e0d\u5305\u542b RDN \u5c5e\u6027\u503c\uff0c\u5219\u4f1a\u62d2\u7edd\u8fd9\u4e9b\u6761\u76ee\uff0c\u56e0\u4e3a\u5b83\u4eec\u8fdd\u53cd\u4e86 LDAP \u89c4\u8303\u3002\u5bf9\u6b64\u914d\u7f6e\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_ADD_MISSING_RDN_ATTRS_426=\u914d\u7f6e\u6761\u76ee %s \u5177\u6709\u65e0\u6548\u7684 ds-cfg-add-missing-rdn-attributes \u914d\u7f6e\u5c5e\u6027\u503c\uff08\u5b83\u5e94\u8be5\u4e3a\u5e03\u5c14\u503c\u771f\u6216\u5047\uff09: %s |
| | | INFO_CONFIG_CORE_DESCRIPTION_SERVER_ERROR_RESULT_CODE_427=\u5e94\u8be5\u7528\u4e8e\u54cd\u5e94\uff08\u64cd\u4f5c\u56e0\u5185\u90e8\u670d\u52a1\u5668\u9519\u8bef\u800c\u5931\u8d25\u65f6\u53d1\u51fa\u6b64\u7c7b\u54cd\u5e94\uff09\u7684\u7ed3\u679c\u4ee3\u7801\u3002\u8be5\u503c\u5e94\u8be5\u4e3a\u4e0e\u76f8\u5e94 LDAP \u7ed3\u679c\u4ee3\u7801\u7b49\u6548\u7684\u6574\u6570\u3002\u5bf9\u6b64\u914d\u7f6e\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_SERVER_ERROR_RESULT_CODE_428=\u914d\u7f6e\u6761\u76ee %s \u5177\u6709\u65e0\u6548\u7684 ds-cfg-server-error-result-code \u914d\u7f6e\u5c5e\u6027\u503c\uff08\u5b83\u5e94\u8be5\u4e3a\u5927\u4e8e\u6216\u7b49\u4e8e 1 \u7684\u6574\u6570\u503c\uff09: %s |
| | | FATAL_ERR_CONFIG_IDMAPPER_CANNOT_GET_BASE_429=\u5728\u5c1d\u8bd5\u4ece\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u68c0\u7d22\u8eab\u4efd\u6620\u5c04\u5668\u57fa\u6761\u76ee cn=Identity Mappers,cn=config \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_WARN_CONFIG_IDMAPPER_BASE_DOES_NOT_EXIST_430=\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u4e0d\u5b58\u5728\u8eab\u4efd\u6620\u5c04\u5668\u914d\u7f6e\u57fa\u6761\u76ee cn=Identity Mappers,cn=config\u3002\u8981\u4f7f\u670d\u52a1\u5668\u6b63\u5e38\u5de5\u4f5c\uff0c\u5fc5\u987b\u5b58\u5728\u8be5\u6761\u76ee |
| | | SEVERE_ERR_CONFIG_IDMAPPER_ENTRY_UNACCEPTABLE_431=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684\u8eab\u4efd\u6620\u5c04\u5668\u914d\u7f6e: %s\u3002\u5c06\u5ffd\u7565\u8be5\u6761\u76ee |
| | | SEVERE_ERR_CONFIG_IDMAPPER_CANNOT_CREATE_MAPPER_432=\u5728\u5c1d\u8bd5\u901a\u8fc7\u914d\u7f6e\u6761\u76ee %s \u4e2d\u7684\u4fe1\u606f\u521b\u5efa\u76ee\u5f55\u670d\u52a1\u5668\u8eab\u4efd\u6620\u5c04\u5668\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_CONFIG_IDMAPPER_INVALID_OBJECTCLASS_433=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u8eab\u4efd\u6620\u5c04\u5668\u5b9a\u4e49\u6240\u9700\u7684 ds-cfg-identity-mapper objectclass |
| | | INFO_CONFIG_IDMAPPER_DESCRIPTION_CLASS_NAME_434=\u7528\u4e8e\u5b9a\u4e49\u76ee\u5f55\u670d\u52a1\u5668\u8eab\u4efd\u6620\u5c04\u5668\u7684 Java \u7c7b\u7684\u5168\u9650\u5b9a\u540d\u79f0\u3002\u5982\u679c\u5728\u542f\u7528\u5173\u8054\u7684\u8eab\u4efd\u6620\u5c04\u5668\u65f6\u66f4\u6539\u4e86\u8be5\u540d\u79f0\uff0c\u5219\u5fc5\u987b\u7981\u7528\u5e76\u91cd\u65b0\u542f\u7528\u8be5\u6620\u5c04\u5668\u4ee5\u4f7f\u66f4\u6539\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_IDMAPPER_NO_CLASS_NAME_435=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684 ds-cfg-java-class \u914d\u7f6e\u5c5e\u6027\u503c\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u5b9a\u5173\u8054\u8eab\u4efd\u6620\u5c04\u5668\u7684\u5168\u9650\u5b9a\u7c7b\u540d |
| | | SEVERE_ERR_CONFIG_IDMAPPER_INVALID_CLASS_NAME_436=\u914d\u7f6e\u6761\u76ee %s \u5177\u6709\u65e0\u6548\u7684 ds-cfg-java-class \u5c5e\u6027\u503c: %s |
| | | SEVERE_ERR_CONFIG_IDMAPPER_INVALID_CLASS_437=\u914d\u7f6e\u6761\u76ee %2$s \u4e2d\u6307\u5b9a\u7684\u7c7b %1$s \u4e0d\u5305\u542b\u6709\u6548\u7684\u8eab\u4efd\u6620\u5c04\u5668\u5b9e\u73b0: %3$s |
| | | INFO_CONFIG_IDMAPPER_DESCRIPTION_ENABLED_438=\u6307\u793a\u662f\u5426\u5e94\u542f\u7528\u8be5\u76ee\u5f55\u670d\u52a1\u5668\u8eab\u4efd\u6620\u5c04\u5668\u3002\u5bf9\u6b64\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_IDMAPPER_NO_ENABLED_ATTR_439=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684 ds-cfg-enabled \u914d\u7f6e\u5c5e\u6027\u503c\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u793a\u662f\u5426\u5e94\u5728\u76ee\u5f55\u670d\u52a1\u5668\u4e2d\u542f\u7528\u8eab\u4efd\u6620\u5c04\u5668 |
| | | SEVERE_ERR_CONFIG_IDMAPPER_INVALID_ENABLED_VALUE_440=\u914d\u7f6e\u6761\u76ee %s \u5177\u6709\u65e0\u6548\u7684 ds-cfg-enabled \u5c5e\u6027\u503c: %s |
| | | INFO_CONFIG_IDMAPPER_CLASS_ACTION_REQUIRED_441=\u65e0\u6cd5\u5728\u914d\u7f6e\u6761\u76ee %3$s \u4e2d\u52a8\u6001\u5e94\u7528\u8bf7\u6c42\u7684\u8eab\u4efd\u6620\u5c04\u5668\u7c7b\u540d\u66f4\u6539\uff08\u4ece %1$s \u66f4\u6539\u4e3a %2$s\uff09\u3002\u5728\u7981\u7528\u5e76\u91cd\u65b0\u542f\u7528\u8eab\u4efd\u6620\u5c04\u5668\u6216\u91cd\u65b0\u542f\u52a8\u76ee\u5f55\u670d\u52a1\u5668\u540e\uff0c\u8be5\u66f4\u6539\u624d\u4f1a\u751f\u6548 |
| | | MILD_ERR_CONFIG_IDMAPPER_INITIALIZATION_FAILED_442=\u5728\u5c1d\u8bd5\u5c06\u7c7b %s \u7684\u5b9e\u4f8b\u521d\u59cb\u5316\u4e3a\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u8eab\u4efd\u6620\u5c04\u5668\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_CONFIG_IDMAPPER_EXISTS_443=\u65e0\u6cd5\u6dfb\u52a0 DN \u4e3a %s \u7684\u65b0\u8eab\u4efd\u6620\u5c04\u5668\u6761\u76ee\uff0c\u56e0\u4e3a\u5df2\u6ce8\u518c\u5177\u6709\u8be5 DN \u7684\u8eab\u4efd\u6620\u5c04\u5668 |
| | | SEVERE_ERR_CONFIG_IDMAPPER_UNACCEPTABLE_CONFIG_444=\u6839\u636e\u5176\u5185\u90e8\u9a8c\u8bc1\uff0c\u65e0\u6cd5\u63a5\u53d7\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u8eab\u4efd\u6620\u5c04\u5668\u7684\u914d\u7f6e\u3002\u4e0d\u8fc7\uff0c\u672a\u63d0\u4f9b\u6709\u5173\u8be5\u6761\u76ee\u7684\u95ee\u9898\u7684\u5177\u4f53\u4fe1\u606f |
| | | INFO_CONFIG_CORE_DESCRIPTION_PROXY_MAPPER_DN_445=\u8eab\u4efd\u6620\u5c04\u5668\u914d\u7f6e\u6761\u76ee\u7684 DN\uff0c\u76ee\u5f55\u670d\u52a1\u5668\u5c06\u8be5\u8eab\u4efd\u6620\u5c04\u5668\u4e0e\u4ee3\u7406\u6388\u6743 V2 \u63a7\u5236\u7ed3\u5408\u4f7f\u7528\u3002\u5bf9\u6b64\u914d\u7f6e\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_PROXY_MAPPER_DN_446=\u914d\u7f6e\u6761\u76ee %s \u5177\u6709\u65e0\u6548\u7684 ds-cfg-proxied-authorization-identity-mapper \u914d\u7f6e\u5c5e\u6027\u503c\uff08\u5b83\u5e94\u8be5\u4e3a\u6709\u6548\u7684\u8eab\u4efd\u6620\u5c04\u5668\u914d\u7f6e\u6761\u76ee\u7684 DN\uff09: %s |
| | | SEVERE_ERR_CONFIG_CORE_NO_PROXY_MAPPER_FOR_DN_447=\u914d\u7f6e\u6761\u76ee %2$s \u4e2d\u6307\u5b9a\u7684\u4ee3\u7406\u6388\u6743\u8eab\u4efd\u6620\u5c04\u5668 DN %1$s \u672a\u5f15\u7528\u6709\u6548\u7684\u8eab\u4efd\u6620\u5c04\u5668\u914d\u7f6e\u6761\u76ee |
| | | SEVERE_ERR_CONFIG_IDMAPPER_NO_PROXY_MAPPER_DN_448=\u76ee\u5f55\u670d\u52a1\u5668\u6ca1\u6709\u914d\u7f6e\u4efb\u4f55\u4e0e\u4ee3\u7406\u6388\u6743 V2 \u64cd\u4f5c\u7ed3\u5408\u4f7f\u7528\u7684\u8eab\u4efd\u6620\u5c04\u5668\u3002\u5982\u679c\u8bf7\u6c42\u5305\u542b\u7684\u4ee3\u7406\u6388\u6743\u63a7\u5236\u5177\u6709\u57fa\u4e8e\u7528\u6237\u540d\u7684\u6388\u6743 ID\uff0c\u76ee\u5f55\u670d\u52a1\u5668\u5c06\u65e0\u6cd5\u5904\u7406\u8fd9\u4e9b\u8bf7\u6c42 |
| | | SEVERE_ERR_CONFIG_IDMAPPER_INVALID_PROXY_MAPPER_DN_449=\u914d\u7f6e\u7684\u4ee3\u7406\u6388\u6743\u8eab\u4efd\u6620\u5c04\u5668 DN %s \u672a\u5f15\u7528\u6d3b\u52a8\u8eab\u4efd\u6620\u5c04\u5668\u3002\u5982\u679c\u8bf7\u6c42\u5305\u542b\u7684\u4ee3\u7406\u6388\u6743\u63a7\u5236\u5177\u6709\u57fa\u4e8e\u7528\u6237\u540d\u7684\u6388\u6743 ID\uff0c\u76ee\u5f55\u670d\u52a1\u5668\u5c06\u65e0\u6cd5\u5904\u7406\u8fd9\u4e9b\u8bf7\u6c42 |
| | | INFO_CONFIG_CORE_DESCRIPTION_SIZE_LIMIT_450=\u5728\u5904\u7406\u641c\u7d22\u64cd\u4f5c\u65f6\u5e94\u4e3a\u5ba2\u6237\u7aef\u8fd4\u56de\u7684\u9ed8\u8ba4\u6700\u5927\u6761\u76ee\u6570\u3002\u53ef\u901a\u8fc7\u5728\u7528\u6237\u6761\u76ee\u4e2d\u5305\u542b ds-rlim-size-limit \u64cd\u4f5c\u5c5e\u6027\uff0c\u9010\u4e00\u4e3a\u7528\u6237\u8986\u76d6\u8be5\u6570\u503c\u3002\u5bf9\u6b64\u914d\u7f6e\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_SIZE_LIMIT_451=\u914d\u7f6e\u6761\u76ee %s \u5177\u6709\u65e0\u6548\u7684 ds-cfg-size-limit \u914d\u7f6e\u5c5e\u6027\u503c\uff08\u5b83\u5e94\u8be5\u4e3a\u6b63\u6574\u6570\u503c\u4ee5\u6307\u5b9a\u8981\u4f7f\u7528\u7684\u5927\u5c0f\u9650\u5236\uff0c\u6216\u8005\u4e3a\u503c 0 \u6216 -1 \u4ee5\u6307\u793a\u4e0d\u4f1a\u5b9e\u65bd\u4efb\u4f55\u9650\u5236\uff09: %s |
| | | FATAL_ERR_CONFIG_SYNCH_CANNOT_GET_CONFIG_BASE_452=\u5728\u5c1d\u8bd5\u68c0\u7d22\u76ee\u5f55\u670d\u52a1\u5668\u540c\u6b65\u63d0\u4f9b\u7a0b\u5e8f\u914d\u7f6e\u57fa\u6761\u76ee cn=Synchronization Providers,cn=config \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | FATAL_ERR_CONFIG_SYNCH_BASE_DOES_NOT_EXIST_453=\u76ee\u5f55\u670d\u52a1\u5668\u540c\u6b65\u63d0\u4f9b\u7a0b\u5e8f\u57fa\u6761\u76ee cn=Synchronization Providers,cn=config \u4e0d\u5b58\u5728\u3002\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u5fc5\u987b\u5b58\u5728\u8be5\u6761\u76ee |
| | | FATAL_ERR_CONFIG_SYNCH_ENTRY_DOES_NOT_HAVE_PROVIDER_CONFIG_454=\u76ee\u5f55\u670d\u52a1\u5668\u540c\u6b65\u63d0\u4f9b\u7a0b\u5e8f\u6839\u6761\u76ee\u4e0b\u5b58\u5728\u914d\u7f6e\u6761\u76ee %s\uff0c\u4f46\u8be5\u6761\u76ee\u4e0d\u5305\u542b\u5c5e\u6027 ds-cfg-synchronization-provider\uff0c\u6240\u6709\u540c\u6b65\u63d0\u4f9b\u7a0b\u5e8f\u914d\u7f6e\u6761\u76ee\u4e2d\u90fd\u5fc5\u987b\u5b58\u5728\u8be5\u5c5e\u6027 |
| | | FATAL_ERR_CONFIG_SYNCH_CANNOT_CHECK_FOR_PROVIDER_CONFIG_OC_455=\u5728\u5c1d\u8bd5\u786e\u5b9a\u914d\u7f6e\u6761\u76ee %s \u662f\u5426\u4e3a\u6709\u6548\u7684\u76ee\u5f55\u670d\u52a1\u5668\u540c\u6b65\u63d0\u4f9b\u7a0b\u5e8f\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | INFO_CONFIG_SYNCH_DESCRIPTION_PROVIDER_ENABLED_456=\u6307\u793a\u662f\u5426\u542f\u7528\u4e86\u5173\u8054\u7684\u76ee\u5f55\u670d\u52a1\u5668\u540c\u6b65\u63d0\u4f9b\u7a0b\u5e8f\uff0c\u4ee5\u53ca\u670d\u52a1\u5668\u662f\u5426\u5e94\u4f7f\u7528\u8be5\u63d0\u4f9b\u7a0b\u5e8f\u3002\u6240\u6709\u540c\u6b65\u63d0\u4f9b\u7a0b\u5e8f\u6761\u76ee\u4e2d\u90fd\u5fc5\u987b\u5b58\u5728\u8be5\u5c5e\u6027\uff0c\u5e76\u4e14\u4e0d\u53ef\u4ee5\u5728\u76ee\u5f55\u670d\u52a1\u5668\u8fd0\u884c\u65f6\u66f4\u6539\u8be5\u5c5e\u6027 |
| | | FATAL_ERR_CONFIG_SYNCH_PROVIDER_NO_ENABLED_ATTR_457=\u540c\u6b65\u63d0\u4f9b\u7a0b\u5e8f\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u5c5e\u6027 ds-cfg-enabled\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u793a\u662f\u5426\u542f\u7528\u4e86\u540c\u6b65\u63d0\u4f9b\u7a0b\u5e8f |
| | | SEVERE_WARN_CONFIG_SYNCH_PROVIDER_DISABLED_458=\u7981\u7528\u4e86\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u76ee\u5f55\u670d\u52a1\u5668\u540c\u6b65\u63d0\u4f9b\u7a0b\u5e8f\u3002\u5c06\u4e0d\u4f1a\u4f7f\u7528\u8be5\u63d0\u4f9b\u7a0b\u5e8f |
| | | FATAL_ERR_CONFIG_SYNCH_UNABLE_TO_DETERMINE_ENABLED_STATE_459=\u5728\u5c1d\u8bd5\u786e\u5b9a\u662f\u5426\u5e94\u542f\u7528\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u76ee\u5f55\u670d\u52a1\u5668\u540c\u6b65\u63d0\u4f9b\u7a0b\u5e8f\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | INFO_CONFIG_SYNCH_DESCRIPTION_PROVIDER_CLASS_460=\u5c06\u4e3a\u76ee\u5f55\u670d\u52a1\u5668\u540c\u6b65\u63d0\u4f9b\u7a0b\u5e8f\u63d0\u4f9b\u903b\u8f91\u7684 Java \u7c7b\u7684\u5168\u9650\u5b9a\u540d\u79f0\u3002\u6240\u6709\u540c\u6b65\u63d0\u4f9b\u7a0b\u5e8f\u6761\u76ee\u4e2d\u90fd\u5fc5\u987b\u5b58\u5728\u8be5\u5c5e\u6027\uff0c\u5e76\u4e14\u4e0d\u53ef\u4ee5\u5728\u76ee\u5f55\u670d\u52a1\u5668\u8fd0\u884c\u65f6\u66f4\u6539\u8be5\u5c5e\u6027 |
| | | FATAL_ERR_CONFIG_SYNCH_NO_CLASS_ATTR_461=\u540c\u6b65\u63d0\u4f9b\u7a0b\u5e8f\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u5c5e\u6027 ds-cfg-java-class\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u5b9a\u5b9e\u73b0\u540c\u6b65\u63d0\u4f9b\u7a0b\u5e8f\u903b\u8f91\u7684\u7c7b\u7684\u540d\u79f0 |
| | | FATAL_ERR_CONFIG_SYNCH_UNABLE_TO_DETERMINE_CLASS_462=\u5728\u5c1d\u8bd5\u786e\u5b9a\u914d\u7f6e\u6761\u76ee %s \u4e2d\u7528\u4e8e\u63d0\u4f9b\u76ee\u5f55\u670d\u52a1\u5668\u540c\u6b65\u63d0\u4f9b\u7a0b\u5e8f\u903b\u8f91\u7684\u7c7b\u7684\u540d\u79f0\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | FATAL_ERR_CONFIG_SYNCH_UNABLE_TO_LOAD_PROVIDER_CLASS_463=\u5728\u5c1d\u8bd5\u52a0\u8f7d\u540c\u6b65\u63d0\u4f9b\u7a0b\u5e8f\u914d\u7f6e\u6761\u76ee %2$s \u4e2d\u5f15\u7528\u7684\u7c7b %1$s \u65f6\u51fa\u73b0\u9519\u8bef: %3$s |
| | | FATAL_ERR_CONFIG_SYNCH_UNABLE_TO_INSTANTIATE_PROVIDER_464=\u5728\u5c1d\u8bd5\u5b9e\u4f8b\u5316\u540c\u6b65\u63d0\u4f9b\u7a0b\u5e8f\u914d\u7f6e\u6761\u76ee %2$s \u4e2d\u5f15\u7528\u7684\u7c7b %1$s \u65f6\u51fa\u73b0\u9519\u8bef: %3$s |
| | | FATAL_ERR_CONFIG_SYNCH_ERROR_INITIALIZING_PROVIDER_465=\u5728\u5c1d\u8bd5\u521d\u59cb\u5316\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5f15\u7528\u7684\u76ee\u5f55\u670d\u52a1\u5668\u540c\u6b65\u63d0\u4f9b\u7a0b\u5e8f\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | INFO_CONFIG_SYNCH_PROVIDER_HAS_BEEN_DISABLED_466=\u5f53\u524d\u542f\u7528\u4e86\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u540c\u6b65\u63d0\u4f9b\u7a0b\u5e8f\uff0c\u4f46\u5df2\u66f4\u6539\u4e86\u914d\u7f6e\uff0c\u56e0\u6b64\uff0c\u5e94\u7981\u7528\u8be5\u63d0\u4f9b\u7a0b\u5e8f\u3002\u5728\u91cd\u65b0\u542f\u52a8\u76ee\u5f55\u670d\u52a1\u5668\u540e\uff0c\u6b64\u66f4\u6539\u624d\u4f1a\u751f\u6548 |
| | | FATAL_ERR_CONFIG_SYNCH_PROVIDER_CLASS_CHANGED_467=\u4e3a\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u540c\u6b65\u63d0\u4f9b\u7a0b\u5e8f\u63d0\u4f9b\u903b\u8f91\u7684 Java \u7c7b\u5df2\u4ece %s \u66f4\u6539\u4e3a %s\u3002\u5728\u91cd\u65b0\u542f\u52a8\u76ee\u5f55\u670d\u52a1\u5668\u540e\uff0c\u6b64\u66f4\u6539\u624d\u4f1a\u751f\u6548 |
| | | INFO_CONFIG_BACKEND_ATTR_DESCRIPTION_WRITABILITY_468=\u8be5\u540e\u7aef\u7684\u53ef\u5199\u5165\u6a21\u5f0f\u3002\u8be5\u503c\u53ef\u4ee5\u4e3a "enabled"\uff08\u5141\u8bb8\u6240\u6709\u5199\u5165\u64cd\u4f5c\uff09\u3001"disabled"\uff08\u62d2\u7edd\u6240\u6709\u5199\u5165\u64cd\u4f5c\uff09\u6216 "internal-only"\uff08\u4ec5\u5141\u8bb8\u5185\u90e8\u5199\u5165\u64cd\u4f5c\u548c\u540c\u6b65\u66f4\u65b0\uff09\u3002\u5bf9\u6b64\u914d\u7f6e\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_BACKEND_NO_WRITABILITY_MODE_469=\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u540e\u7aef\u6ca1\u6709 ds-cfg-writability-mode \u914d\u7f6e\u5c5e\u6027\u503c\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u793a\u8be5\u540e\u7aef\u7684\u53ef\u5199\u5165\u6a21\u5f0f\u3002\u5c06\u7981\u7528\u8be5\u540e\u7aef |
| | | SEVERE_ERR_CONFIG_BACKEND_INVALID_WRITABILITY_MODE_470=\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u540e\u7aef\u5177\u6709\u65e0\u6548\u7684\u53ef\u5199\u5165\u6a21\u5f0f %s\u3002\u5c06\u7981\u7528\u8be5\u540e\u7aef |
| | | SEVERE_ERR_CONFIG_BACKEND_UNABLE_TO_DETERMINE_WRITABILITY_471=\u5728\u5c1d\u8bd5\u786e\u5b9a\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u540e\u7aef\u7684\u53ef\u5199\u5165\u6a21\u5f0f\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s\u3002\u5c06\u7981\u7528\u8be5\u540e\u7aef |
| | | INFO_CONFIG_CORE_DESCRIPTION_WRITABILITY_MODE_472=\u76ee\u5f55\u670d\u52a1\u5668\u7684\u53ef\u5199\u5165\u6a21\u5f0f\u3002\u8be5\u503c\u53ef\u4ee5\u4e3a "enabled"\u3001"disabled" \u6216 "internal-only" \u4e4b\u4e00\u3002\u5bf9\u6b64\u914d\u7f6e\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_WRITABILITY_MODE_473=\u914d\u7f6e\u6761\u76ee %s \u5177\u6709\u65e0\u6548\u7684 ds-cfg-writability-mode \u914d\u7f6e\u5c5e\u6027\u503c\uff08\u8be5\u503c\u5e94\u8be5\u4e3a "enabled"\u3001"disabled" \u6216 "internal-only" \u4e4b\u4e00\uff09: %s |
| | | INFO_CONFIG_CORE_DESCRIPTION_BIND_WITH_DN_REQUIRES_PW_474=\u6307\u793a\u5305\u542b DN \u7684\u7b80\u5355\u7ed1\u5b9a\u662f\u5426\u8fd8\u9700\u8981\u5305\u542b\u5bc6\u7801\u3002\u5982\u679c\u7981\u7528\u8be5\u9009\u9879\uff0c\u5219\u4f1a\u59cb\u7ec8\u5c06\u6ca1\u6709\u5bc6\u7801\u7684\u7ed1\u5b9a\u89c6\u4e3a\u533f\u540d\u7ed1\u5b9a\uff08\u5373\u4f7f\u5b83\u4eec\u5305\u542b\u7ed1\u5b9a DN\uff09\uff0c\u5728\u67d0\u4e9b\u7c7b\u578b\u7684\u5e94\u7528\u7a0b\u5e8f\u4e2d\u8fd9\u53ef\u80fd\u4f1a\u4ea7\u751f\u5b89\u5168\u6f0f\u6d1e\u3002\u5982\u679c\u542f\u7528\u8be5\u9009\u9879\uff0c\u5219\u4f1a\u62d2\u7edd\u5305\u542b DN \u4f46\u4e0d\u5305\u542b\u5bc6\u7801\u7684\u4efb\u4f55\u7b80\u5355\u7ed1\u5b9a\u8bf7\u6c42\uff0c\u800c\u4e0d\u662f\u9ed8\u8ba4\u8fdb\u884c\u533f\u540d\u9a8c\u8bc1\u3002\u5bf9\u6b64\u914d\u7f6e\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_BIND_WITH_DN_REQUIRES_PW_475=\u914d\u7f6e\u6761\u76ee %s \u5177\u6709\u65e0\u6548\u7684 ds-cfg-bind-with-dn-requires-password \u914d\u7f6e\u5c5e\u6027\u503c\uff08\u8be5\u503c\u5e94\u8be5\u4e3a\u201c\u771f\u201d\u6216\u201c\u5047\u201d\uff09: %s |
| | | FATAL_ERR_CONFIG_PWVALIDATOR_CANNOT_GET_BASE_476=\u5728\u5c1d\u8bd5\u4ece\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u68c0\u7d22\u5bc6\u7801\u9a8c\u8bc1\u5668\u57fa\u6761\u76ee cn=Password Validators,cn=config \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_WARN_CONFIG_PWVALIDATOR_BASE_DOES_NOT_EXIST_477=\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u4e0d\u5b58\u5728\u5bc6\u7801\u9a8c\u8bc1\u5668\u914d\u7f6e\u57fa\u6761\u76ee cn=Password Validators,cn=config\u3002\u8981\u4f7f\u670d\u52a1\u5668\u6b63\u5e38\u5de5\u4f5c\uff0c\u5fc5\u987b\u5b58\u5728\u8be5\u6761\u76ee |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_ENTRY_UNACCEPTABLE_478=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684\u5bc6\u7801\u9a8c\u8bc1\u5668\u914d\u7f6e: %s\u3002\u5c06\u5ffd\u7565\u8be5\u6761\u76ee |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_CANNOT_CREATE_VALIDATOR_479=\u5728\u5c1d\u8bd5\u901a\u8fc7\u914d\u7f6e\u6761\u76ee %s \u4e2d\u7684\u4fe1\u606f\u521b\u5efa\u76ee\u5f55\u670d\u52a1\u5668\u5bc6\u7801\u9a8c\u8bc1\u5668\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_INVALID_OBJECTCLASS_480=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u5bc6\u7801\u9a8c\u8bc1\u5668\u5b9a\u4e49\u6240\u9700\u7684 ds-cfg-password-validator objectclass |
| | | INFO_CONFIG_PWVALIDATOR_DESCRIPTION_CLASS_NAME_481=\u7528\u4e8e\u5b9a\u4e49\u76ee\u5f55\u670d\u52a1\u5668\u5bc6\u7801\u9a8c\u8bc1\u5668\u7684 Java \u7c7b\u7684\u5168\u9650\u5b9a\u540d\u79f0\u3002\u5982\u679c\u5728\u542f\u7528\u5173\u8054\u7684\u9a8c\u8bc1\u5668\u65f6\u66f4\u6539\u4e86\u8be5\u540d\u79f0\uff0c\u5219\u5fc5\u987b\u7981\u7528\u5e76\u91cd\u65b0\u542f\u7528\u8be5\u9a8c\u8bc1\u5668\u4ee5\u4f7f\u66f4\u6539\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_NO_CLASS_NAME_482=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684 ds-cfg-java-class \u914d\u7f6e\u5c5e\u6027\u503c\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u5b9a\u5173\u8054\u5bc6\u7801\u9a8c\u8bc1\u5668\u7684\u5168\u9650\u5b9a\u7c7b\u540d |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_INVALID_CLASS_NAME_483=\u914d\u7f6e\u6761\u76ee %s \u5177\u6709\u65e0\u6548\u7684 ds-cfg-java-class \u5c5e\u6027\u503c: %s |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_INVALID_CLASS_484=\u914d\u7f6e\u6761\u76ee %2$s \u4e2d\u6307\u5b9a\u7684\u7c7b %1$s \u4e0d\u5305\u542b\u6709\u6548\u7684\u5bc6\u7801\u9a8c\u8bc1\u5668\u5b9e\u73b0: %3$s |
| | | INFO_CONFIG_PWVALIDATOR_DESCRIPTION_ENABLED_485=\u6307\u793a\u662f\u5426\u5e94\u542f\u7528\u8be5\u76ee\u5f55\u670d\u52a1\u5668\u5bc6\u7801\u9a8c\u8bc1\u5668\u3002\u5bf9\u6b64\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_NO_ENABLED_ATTR_486=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684 ds-cfg-enabled \u914d\u7f6e\u5c5e\u6027\u503c\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u793a\u662f\u5426\u5e94\u5728\u76ee\u5f55\u670d\u52a1\u5668\u4e2d\u542f\u7528\u5bc6\u7801\u9a8c\u8bc1\u5668 |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_INVALID_ENABLED_VALUE_487=\u914d\u7f6e\u6761\u76ee %s \u5177\u6709\u65e0\u6548\u7684 ds-cfg-enabled \u5c5e\u6027\u503c: %s |
| | | INFO_CONFIG_PWVALIDATOR_CLASS_ACTION_REQUIRED_488=\u65e0\u6cd5\u5728\u914d\u7f6e\u6761\u76ee %3$s \u4e2d\u52a8\u6001\u5e94\u7528\u8bf7\u6c42\u7684\u5bc6\u7801\u9a8c\u8bc1\u5668\u7c7b\u540d\u66f4\u6539\uff08\u4ece %1$s \u66f4\u6539\u4e3a %2$s\uff09\u3002\u5728\u7981\u7528\u5e76\u91cd\u65b0\u542f\u7528\u9a8c\u8bc1\u5668\u6216\u91cd\u65b0\u542f\u52a8\u76ee\u5f55\u670d\u52a1\u5668\u540e\uff0c\u8be5\u66f4\u6539\u624d\u4f1a\u751f\u6548 |
| | | MILD_ERR_CONFIG_PWVALIDATOR_INITIALIZATION_FAILED_489=\u5728\u5c1d\u8bd5\u5c06\u7c7b %s \u7684\u5b9e\u4f8b\u521d\u59cb\u5316\u4e3a\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u5bc6\u7801\u9a8c\u8bc1\u5668\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_CONFIG_PWVALIDATOR_EXISTS_490=\u65e0\u6cd5\u6dfb\u52a0 DN \u4e3a %s \u7684\u65b0\u5bc6\u7801\u9a8c\u8bc1\u5668\u6761\u76ee\uff0c\u56e0\u4e3a\u5df2\u6ce8\u518c\u5177\u6709\u8be5 DN \u7684\u9a8c\u8bc1\u5668 |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_UNACCEPTABLE_CONFIG_491=\u6839\u636e\u5176\u5185\u90e8\u9a8c\u8bc1\uff0c\u65e0\u6cd5\u63a5\u53d7\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u5bc6\u7801\u9a8c\u8bc1\u5668\u7684\u914d\u7f6e\u3002\u4e0d\u8fc7\uff0c\u672a\u63d0\u4f9b\u6709\u5173\u8be5\u6761\u76ee\u7684\u95ee\u9898\u7684\u5177\u4f53\u4fe1\u606f |
| | | FATAL_ERR_CONFIG_PWGENERATOR_CANNOT_GET_BASE_492=\u5728\u5c1d\u8bd5\u4ece\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u68c0\u7d22\u5bc6\u7801\u751f\u6210\u5668\u57fa\u6761\u76ee cn=Password Generators,cn=config \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_WARN_CONFIG_PWGENERATOR_BASE_DOES_NOT_EXIST_493=\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u4e0d\u5b58\u5728\u5bc6\u7801\u751f\u6210\u5668\u914d\u7f6e\u57fa\u6761\u76ee cn=Password Generators,cn=config\u3002\u8981\u4f7f\u670d\u52a1\u5668\u6b63\u5e38\u5de5\u4f5c\uff0c\u5fc5\u987b\u5b58\u5728\u8be5\u6761\u76ee |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_ENTRY_UNACCEPTABLE_494=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684\u5bc6\u7801\u751f\u6210\u5668\u914d\u7f6e: %s\u3002\u5c06\u5ffd\u7565\u8be5\u6761\u76ee |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_CANNOT_CREATE_GENERATOR_495=\u5728\u5c1d\u8bd5\u901a\u8fc7\u914d\u7f6e\u6761\u76ee %s \u4e2d\u7684\u4fe1\u606f\u521b\u5efa\u76ee\u5f55\u670d\u52a1\u5668\u5bc6\u7801\u751f\u6210\u5668\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_INVALID_OBJECTCLASS_496=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u5bc6\u7801\u751f\u6210\u5668\u5b9a\u4e49\u6240\u9700\u7684 ds-cfg-password-generator objectclass |
| | | INFO_CONFIG_PWGENERATOR_DESCRIPTION_CLASS_NAME_497=\u7528\u4e8e\u5b9a\u4e49\u76ee\u5f55\u670d\u52a1\u5668\u5bc6\u7801\u751f\u6210\u5668\u7684 Java \u7c7b\u7684\u5168\u9650\u5b9a\u540d\u79f0\u3002\u5982\u679c\u5728\u542f\u7528\u5173\u8054\u7684\u751f\u6210\u5668\u65f6\u66f4\u6539\u4e86\u8be5\u540d\u79f0\uff0c\u5219\u5fc5\u987b\u7981\u7528\u5e76\u91cd\u65b0\u542f\u7528\u8be5\u751f\u6210\u5668\u4ee5\u4f7f\u66f4\u6539\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_NO_CLASS_NAME_498=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684 ds-cfg-java-class \u914d\u7f6e\u5c5e\u6027\u503c\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u5b9a\u5173\u8054\u5bc6\u7801\u751f\u6210\u5668\u7684\u5168\u9650\u5b9a\u7c7b\u540d |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_INVALID_CLASS_NAME_499=\u914d\u7f6e\u6761\u76ee %s \u5177\u6709\u65e0\u6548\u7684 ds-cfg-java-class \u5c5e\u6027\u503c: %s |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_INVALID_CLASS_500=\u914d\u7f6e\u6761\u76ee %2$s \u4e2d\u6307\u5b9a\u7684\u7c7b %1$s \u4e0d\u5305\u542b\u6709\u6548\u7684\u5bc6\u7801\u751f\u6210\u5668\u5b9e\u73b0: %3$s |
| | | INFO_CONFIG_PWGENERATOR_DESCRIPTION_ENABLED_501=\u6307\u793a\u662f\u5426\u5e94\u542f\u7528\u8be5\u76ee\u5f55\u670d\u52a1\u5668\u5bc6\u7801\u751f\u6210\u5668\u3002\u5bf9\u6b64\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_NO_ENABLED_ATTR_502=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684 ds-cfg-enabled \u914d\u7f6e\u5c5e\u6027\u503c\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u793a\u662f\u5426\u5e94\u5728\u76ee\u5f55\u670d\u52a1\u5668\u4e2d\u542f\u7528\u5bc6\u7801\u751f\u6210\u5668 |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_INVALID_ENABLED_VALUE_503=\u914d\u7f6e\u6761\u76ee %s \u5177\u6709\u65e0\u6548\u7684 ds-cfg-enabled \u5c5e\u6027\u503c: %s |
| | | INFO_CONFIG_PWGENERATOR_CLASS_ACTION_REQUIRED_504=\u65e0\u6cd5\u5728\u914d\u7f6e\u6761\u76ee %3$s \u4e2d\u52a8\u6001\u5e94\u7528\u8bf7\u6c42\u7684\u5bc6\u7801\u751f\u6210\u5668\u7c7b\u540d\u66f4\u6539\uff08\u4ece %1$s \u66f4\u6539\u4e3a %2$s\uff09\u3002\u5728\u7981\u7528\u5e76\u91cd\u65b0\u542f\u7528\u751f\u6210\u5668\u6216\u91cd\u65b0\u542f\u52a8\u76ee\u5f55\u670d\u52a1\u5668\u540e\uff0c\u8be5\u66f4\u6539\u624d\u4f1a\u751f\u6548 |
| | | MILD_ERR_CONFIG_PWGENERATOR_INITIALIZATION_FAILED_505=\u5728\u5c1d\u8bd5\u5c06\u7c7b %s \u7684\u5b9e\u4f8b\u521d\u59cb\u5316\u4e3a\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u5bc6\u7801\u751f\u6210\u5668\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_CONFIG_PWGENERATOR_EXISTS_506=\u65e0\u6cd5\u6dfb\u52a0 DN \u4e3a %s \u7684\u65b0\u5bc6\u7801\u751f\u6210\u5668\u6761\u76ee\uff0c\u56e0\u4e3a\u5df2\u6ce8\u518c\u5177\u6709\u8be5 DN \u7684\u751f\u6210\u5668 |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_UNACCEPTABLE_CONFIG_507=\u6839\u636e\u5176\u5185\u90e8\u9a8c\u8bc1\uff0c\u65e0\u6cd5\u63a5\u53d7\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u5bc6\u7801\u751f\u6210\u5668\u7684\u914d\u7f6e\u3002\u4e0d\u8fc7\uff0c\u672a\u63d0\u4f9b\u6709\u5173\u8be5\u6761\u76ee\u7684\u95ee\u9898\u7684\u5177\u4f53\u4fe1\u606f |
| | | INFO_CONFIG_CORE_DESCRIPTION_DEFAULT_PWPOLICY_DN_508=\u4e3a\u76ee\u5f55\u670d\u52a1\u5668\u5b9a\u4e49\u9ed8\u8ba4\u5bc6\u7801\u7b56\u7565\u7684\u914d\u7f6e\u6761\u76ee\u7684 DN\uff0c\u5b83\u5c06\u5e94\u7528\u4e8e\u6240\u6709\u672a\u5b9a\u4e49\u81ea\u5b9a\u4e49\u5bc6\u7801\u7b56\u7565\u7684\u7528\u6237\u3002\u8be5\u6761\u76ee\u5fc5\u987b\u5b58\u5728\uff0c\u5e76\u4e14\u5fc5\u987b\u6307\u5b9a\u6709\u6548\u7684\u5bc6\u7801\u7b56\u7565\u914d\u7f6e\u3002\u5bf9\u6b64\u914d\u7f6e\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_CORE_NO_DEFAULT_PWPOLICY_509=\u6ca1\u6709\u4e3a\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4efb\u4f55\u9ed8\u8ba4\u5bc6\u7801\u7b56\u7565\u3002\u5fc5\u987b\u5728\u914d\u7f6e\u6761\u76ee %s \u4e2d\u4f7f\u7528 ds-cfg-default-password-policy \u5c5e\u6027\u6307\u5b9a\u8be5\u7b56\u7565 |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_DEFAULT_PWPOLICY_DN_510=\u914d\u7f6e\u6761\u76ee %s \u5177\u6709\u65e0\u6548\u7684 ds-cfg-default-password-policy \u914d\u7f6e\u5c5e\u6027\u503c\uff08\u8be5\u503c\u5e94\u8be5\u4e3a\u6307\u5b9a\u9ed8\u8ba4\u5bc6\u7801\u7b56\u7565\u914d\u7f6e\u6761\u76ee\u7684 DN\uff09: %s |
| | | SEVERE_ERR_CONFIG_CORE_NO_SUCH_PWPOLICY_511=\u914d\u7f6e\u5c5e\u6027 ds-cfg-default-password-policy \u7684\u503c %s \u672a\u5f15\u7528\u6709\u6548\u7684\u5bc6\u7801\u7b56\u7565\u914d\u7f6e\u6761\u76ee |
| | | FATAL_ERR_CONFIG_PWPOLICY_CANNOT_GET_BASE_512=\u5728\u5c1d\u8bd5\u4ece\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u68c0\u7d22\u5bc6\u7801\u7b56\u7565\u57fa\u6761\u76ee cn=Password Policies,cn=config \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_CONFIG_PWPOLICY_BASE_DOES_NOT_EXIST_513=\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u4e0d\u5b58\u5728\u5bc6\u7801\u7b56\u7565\u914d\u7f6e\u57fa\u6761\u76ee cn=Password Policies,cn=config\u3002\u8981\u4f7f\u670d\u52a1\u5668\u6b63\u5e38\u5de5\u4f5c\uff0c\u5fc5\u987b\u5b58\u5728\u8be5\u6761\u76ee |
| | | SEVERE_ERR_CONFIG_PWPOLICY_NO_POLICIES_514=\u672a\u5728\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u7684 cn=Password Policies,cn=config \u6761\u76ee\u4e0b\u5b9a\u4e49\u4efb\u4f55\u5bc6\u7801\u7b56\u7565\u3002\u5fc5\u987b\u81f3\u5c11\u5b9a\u4e49\u4e00\u4e2a\u5bc6\u7801\u7b56\u7565\u914d\u7f6e |
| | | SEVERE_ERR_CONFIG_PWPOLICY_INVALID_POLICY_CONFIG_515=\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u5bc6\u7801\u7b56\u7565\u65e0\u6548: %s |
| | | SEVERE_ERR_CONFIG_PWPOLICY_MISSING_DEFAULT_POLICY_516=\u76ee\u5f55\u670d\u52a1\u5668\u9ed8\u8ba4\u5bc6\u7801\u7b56\u7565\u88ab\u5b9a\u4e49\u4e3a %s\uff0c\u4f46\u8be5\u6761\u76ee\u4e0d\u5b58\u5728\uff0c\u6216\u8005\u4e0d\u5728\u5bc6\u7801\u7b56\u7565\u914d\u7f6e\u57fa\u6761\u76ee cn=Password Policies,cn=config \u4e0b |
| | | SEVERE_WARN_CONFIG_PWPOLICY_CANNOT_DELETE_DEFAULT_POLICY_517=\u5f53\u524d\u5c06\u6307\u5b9a\u7684\u6761\u76ee %s \u5b9a\u4e49\u4e3a\u9ed8\u8ba4\u5bc6\u7801\u7b56\u7565\u7684\u914d\u7f6e\u6761\u76ee\u3002\u4e0d\u53ef\u4ee5\u5220\u9664\u9ed8\u8ba4\u5bc6\u7801\u7b56\u7565\u914d\u7f6e\u6761\u76ee |
| | | INFO_CONFIG_PWPOLICY_REMOVED_POLICY_518=\u5df2\u4ece\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u5220\u9664\u5bc6\u7801\u7b56\u7565\u6761\u76ee %s\u3002\u5c06\u4e0d\u518d\u5141\u8bb8\u9a8c\u8bc1\u4efb\u4f55\u663e\u5f0f\u5f15\u7528\u8be5\u5bc6\u7801\u7b56\u7565\u7684\u7528\u6237\u6761\u76ee |
| | | FATAL_ERR_CONFIG_AUTHZ_CANNOT_GET_ENTRY_519=\u5728\u5c1d\u8bd5\u68c0\u7d22\u76ee\u5f55\u670d\u52a1\u5668\u8bbf\u95ee\u63a7\u5236\u914d\u7f6e\u6761\u76ee cn=Access Control Handler,cn=config \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | FATAL_ERR_CONFIG_AUTHZ_ENTRY_DOES_NOT_EXIST_520=\u76ee\u5f55\u670d\u52a1\u5668\u8bbf\u95ee\u63a7\u5236\u914d\u7f6e\u6761\u76ee cn=Access Control Handler,cn=config \u4e0d\u5b58\u5728\u3002\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u5fc5\u987b\u5b58\u5728\u8be5\u6761\u76ee |
| | | FATAL_ERR_CONFIG_AUTHZ_ENTRY_DOES_NOT_HAVE_OBJECT_CLASS_521=\u76ee\u5f55\u670d\u52a1\u5668\u8bbf\u95ee\u63a7\u5236\u914d\u7f6e\u6761\u76ee cn=Access Control Handler,cn=config \u6ca1\u6709\u6b63\u786e\u7684\u5bf9\u8c61\u7c7b\u3002\u8be5\u6761\u76ee\u5fc5\u987b\u5177\u6709\u5bf9\u8c61\u7c7b ds-cfg-access-control-handler \u624d\u6709\u6548 |
| | | INFO_CONFIG_AUTHZ_DESCRIPTION_ENABLED_523=\u6307\u793a\u662f\u5426\u542f\u7528\u4e86\u8bbf\u95ee\u63a7\u5236\u4ee5\u53ca\u670d\u52a1\u5668\u662f\u5426\u5e94\u4f7f\u7528\u8bbf\u95ee\u63a7\u5236\u3002\u8be5\u5c5e\u6027\u662f\u5fc5\u9700\u5c5e\u6027 |
| | | FATAL_ERR_CONFIG_AUTHZ_NO_ENABLED_ATTR_524=\u8bbf\u95ee\u63a7\u5236\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u5c5e\u6027 ds-cfg-enabled\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u793a\u662f\u5426\u542f\u7528\u8bbf\u95ee\u63a7\u5236 |
| | | SEVERE_WARN_CONFIG_AUTHZ_DISABLED_525=\u5df2\u7981\u7528\u8bbf\u95ee\u63a7\u5236 |
| | | NOTICE_CONFIG_AUTHZ_ENABLED_526=\u8bbf\u95ee\u63a7\u5236\u5df2\u542f\u7528\u5e76\u5c06\u4f7f\u7528 %s \u5b9e\u73b0 |
| | | FATAL_ERR_CONFIG_AUTHZ_UNABLE_TO_DETERMINE_ENABLED_STATE_527=\u5728\u5c1d\u8bd5\u786e\u5b9a\u662f\u5426\u5e94\u542f\u7528\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u76ee\u5f55\u670d\u52a1\u5668\u8bbf\u95ee\u63a7\u5236\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | INFO_CONFIG_AUTHZ_DESCRIPTION_CLASS_528=\u4e3a\u76ee\u5f55\u670d\u52a1\u5668\u63d0\u4f9b\u8bbf\u95ee\u63a7\u5236\u5b9e\u73b0\u7684 Java \u7c7b\u7684\u5168\u9650\u5b9a\u540d\u79f0\u3002\u8be5\u5c5e\u6027\u662f\u5fc5\u9700\u5c5e\u6027 |
| | | FATAL_ERR_CONFIG_AUTHZ_NO_CLASS_ATTR_529=\u8bbf\u95ee\u63a7\u5236\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u5c5e\u6027 ds-cfg-java-class\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u5b9a\u4e3a\u76ee\u5f55\u670d\u52a1\u5668\u63d0\u4f9b\u8bbf\u95ee\u63a7\u5236\u5b9e\u73b0\u7684 Java \u7c7b\u7684\u540d\u79f0 |
| | | FATAL_ERR_CONFIG_AUTHZ_UNABLE_TO_DETERMINE_CLASS_530=\u5728\u5c1d\u8bd5\u786e\u5b9a\u914d\u7f6e\u6761\u76ee %s \u4e2d\u7528\u4e8e\u63d0\u4f9b\u76ee\u5f55\u670d\u52a1\u5668\u8bbf\u95ee\u63a7\u5236\u5b9e\u73b0\u7684\u7c7b\u7684\u540d\u79f0\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | FATAL_ERR_CONFIG_AUTHZ_UNABLE_TO_LOAD_CLASS_531=\u5728\u5c1d\u8bd5\u52a0\u8f7d\u8bbf\u95ee\u63a7\u5236\u914d\u7f6e\u6761\u76ee %2$s \u4e2d\u5f15\u7528\u7684\u7c7b %1$s \u65f6\u51fa\u73b0\u9519\u8bef: %3$s |
| | | FATAL_ERR_CONFIG_AUTHZ_BAD_CLASS_532=\u8bbf\u95ee\u63a7\u5236\u914d\u7f6e\u6761\u76ee %2$s \u4e2d\u5f15\u7528\u7684\u8bbf\u95ee\u63a7\u5236\u5b9e\u73b0\u7c7b %1$s \u672a\u5b9e\u73b0 %3$s \u63a5\u53e3: %4$s |
| | | FATAL_ERR_CONFIG_AUTHZ_UNABLE_TO_INSTANTIATE_HANDLER_533=\u5728\u5c1d\u8bd5\u5b9e\u4f8b\u5316\u8bbf\u95ee\u63a7\u5236\u914d\u7f6e\u6761\u76ee %2$s \u4e2d\u5f15\u7528\u7684\u7c7b %1$s \u65f6\u51fa\u73b0\u9519\u8bef: %3$s |
| | | FATAL_ERR_CONFIG_AUTHZ_ERROR_INITIALIZING_HANDLER_534=\u5728\u5c1d\u8bd5\u521d\u59cb\u5316\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5f15\u7528\u7684\u76ee\u5f55\u670d\u52a1\u5668\u8bbf\u95ee\u63a7\u5236\u5b9e\u73b0\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | FATAL_ERR_CONFIG_ROOTDN_CANNOT_GET_BASE_535=\u5728\u5c1d\u8bd5\u4ece\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u68c0\u7d22\u6839 DN \u57fa\u6761\u76ee cn=Root DNs,cn=config \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_CONFIG_ROOTDN_BASE_DOES_NOT_EXIST_536=\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u4e0d\u5b58\u5728\u6839 DN \u914d\u7f6e\u57fa\u6761\u76ee cn=Root DNs,cn=config\u3002\u8981\u4f7f\u670d\u52a1\u5668\u6b63\u5e38\u5de5\u4f5c\uff0c\u5fc5\u987b\u5b58\u5728\u8be5\u6761\u76ee |
| | | SEVERE_ERR_CONFIG_ROOTDN_ENTRY_UNACCEPTABLE_537=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684\u6839 DN \u914d\u7f6e: %s\u3002\u5c06\u5ffd\u7565\u8be5\u6761\u76ee |
| | | SEVERE_ERR_CONFIG_ROOTDN_CANNOT_CREATE_538=\u5728\u5c1d\u8bd5\u901a\u8fc7\u914d\u7f6e\u6761\u76ee %s \u4e2d\u7684\u4fe1\u606f\u521b\u5efa\u76ee\u5f55\u670d\u52a1\u5668\u6839 DN \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_CONFIG_ROOTDN_INVALID_OBJECTCLASS_539=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u76ee\u5f55\u670d\u52a1\u5668\u6839 DN \u5b9a\u4e49\u6240\u9700\u7684 ds-cfg-root-dn-user objectclass |
| | | INFO_CONFIG_ROOTDN_DESCRIPTION_ALTERNATE_BIND_DN_540=\u9664\u4e86\u6839 DN \u914d\u7f6e\u6761\u76ee\u7684\u5b9e\u9645 DN \u4ee5\u5916\uff0c\u6307\u5b9a\u4e00\u4e2a\u6216\u591a\u4e2a\u5907\u7528\u7ed1\u5b9a DN\uff0c\u53ef\u4ee5\u5c06\u8fd9\u4e9b DN \u4f5c\u4e3a\u5173\u8054\u7684\u6839 DN \u8fdb\u884c\u9a8c\u8bc1\u3002\u5907\u7528\u7ed1\u5b9a DN \u4e0d\u80fd\u4e0e\u76ee\u5f55\u4e2d\u4efb\u4f55\u5176\u4ed6\u6761\u76ee\u7684 DN \u53d1\u751f\u51b2\u7a81\uff0c\u4e5f\u4e0d\u80fd\u4e0e\u4e3a\u5176\u4ed6\u6839 DN \u914d\u7f6e\u7684\u5907\u7528\u7ed1\u5b9a DN \u53d1\u751f\u51b2\u7a81\u3002\u5bf9\u6b64\u914d\u7f6e\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_ROOTDN_CONFLICTING_MAPPING_541=\u65e0\u6cd5\u5c06 "%s" \u6ce8\u518c\u4e3a\u7528\u6237 "%s" \u7684\u5907\u7528\u7ed1\u5b9a DN\uff0c\u56e0\u4e3a\u5b83\u5df2\u6ce8\u518c\u4e3a\u8d85\u7ea7\u7528\u6237 "%s" \u7684\u5907\u7528\u7ed1\u5b9a DN |
| | | SEVERE_ERR_CONFIG_ROOTDN_CANNOT_PARSE_ALTERNATE_BIND_DNS_542=\u5728\u5c1d\u8bd5\u89e3\u6790\u8d85\u7ea7\u7528\u6237 %s \u7684\u5907\u7528\u7ed1\u5b9a DN \u96c6\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_CONFIG_ROOTDN_CANNOT_REGISTER_ALTERNATE_BIND_DN_543=\u5728\u5c1d\u8bd5\u5c06 "%s" \u6ce8\u518c\u4e3a\u8d85\u7ea7\u7528\u6237 "%s" \u7684\u5907\u7528\u7ed1\u5b9a DN \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_CONFIG_ROOTDN_EXISTS_544=\u65e0\u6cd5\u6dfb\u52a0\u6839 DN \u6761\u76ee %s\uff0c\u56e0\u4e3a\u5df2\u6ce8\u518c\u53e6\u4e00\u4e2a\u5177\u6709\u8be5 DN \u7684\u8d85\u7ea7\u7528\u6237 |
| | | FATAL_ERR_CONFIG_ACCTNOTHANDLER_CANNOT_GET_BASE_545=\u5728\u5c1d\u8bd5\u4ece\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u68c0\u7d22\u5e10\u6237\u72b6\u6001\u901a\u77e5\u5904\u7406\u7a0b\u5e8f\u57fa\u6761\u76ee cn=Account Status Notification Handlers,cn=config \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_WARN_CONFIG_ACCTNOTHANDLER_BASE_DOES_NOT_EXIST_546=\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u4e0d\u5b58\u5728\u5e10\u6237\u72b6\u6001\u901a\u77e5\u5904\u7406\u7a0b\u5e8f\u914d\u7f6e\u57fa\u6761\u76ee cn=Account Status Notification Handlers,cn=config\u3002\u8981\u4f7f\u670d\u52a1\u5668\u6b63\u5e38\u5de5\u4f5c\uff0c\u5fc5\u987b\u5b58\u5728\u8be5\u6761\u76ee |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_ENTRY_UNACCEPTABLE_547=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684\u5e10\u6237\u72b6\u6001\u901a\u77e5\u5904\u7406\u7a0b\u5e8f\u914d\u7f6e: %s\u3002\u5c06\u5ffd\u7565\u8be5\u6761\u76ee |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_CANNOT_CREATE_HANDLER_548=\u5728\u5c1d\u8bd5\u901a\u8fc7\u914d\u7f6e\u6761\u76ee %s \u4e2d\u7684\u4fe1\u606f\u521b\u5efa\u76ee\u5f55\u670d\u52a1\u5668\u5e10\u6237\u72b6\u6001\u901a\u77e5\u5904\u7406\u7a0b\u5e8f\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_INVALID_OBJECTCLASS_549=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u5e10\u6237\u72b6\u6001\u901a\u77e5\u5904\u7406\u7a0b\u5e8f\u5b9a\u4e49\u6240\u9700\u7684 ds-cfg-account-status-notification-handler objectclass |
| | | INFO_CONFIG_ACCTNOTHANDLER_DESCRIPTION_CLASS_NAME_550=\u7528\u4e8e\u5b9a\u4e49\u76ee\u5f55\u670d\u52a1\u5668\u5e10\u6237\u72b6\u6001\u901a\u77e5\u5904\u7406\u7a0b\u5e8f\u7684 Java \u7c7b\u7684\u5168\u9650\u5b9a\u540d\u79f0\u3002\u5982\u679c\u5728\u542f\u7528\u5173\u8054\u7684\u901a\u77e5\u5904\u7406\u7a0b\u5e8f\u65f6\u66f4\u6539\u4e86\u8be5\u540d\u79f0\uff0c\u5219\u5fc5\u987b\u7981\u7528\u5e76\u91cd\u65b0\u542f\u7528\u8be5\u5904\u7406\u7a0b\u5e8f\u4ee5\u4f7f\u66f4\u6539\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_NO_CLASS_NAME_551=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684 ds-cfg-java-class \u914d\u7f6e\u5c5e\u6027\u503c\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u5b9a\u5173\u8054\u5e10\u6237\u72b6\u6001\u901a\u77e5\u5904\u7406\u7a0b\u5e8f\u7684\u5168\u9650\u5b9a\u7c7b\u540d |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_INVALID_CLASS_NAME_552=\u914d\u7f6e\u6761\u76ee %s \u5177\u6709\u65e0\u6548\u7684 ds-cfg-java-class \u5c5e\u6027\u503c: %s |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_INVALID_CLASS_553=\u914d\u7f6e\u6761\u76ee %2$s \u4e2d\u6307\u5b9a\u7684\u7c7b %1$s \u4e0d\u5305\u542b\u6709\u6548\u7684\u5e10\u6237\u72b6\u6001\u901a\u77e5\u5904\u7406\u7a0b\u5e8f\u5b9e\u73b0: %3$s |
| | | INFO_CONFIG_ACCTNOTHANDLER_DESCRIPTION_ENABLED_554=\u6307\u793a\u662f\u5426\u5e94\u542f\u7528\u8be5\u76ee\u5f55\u670d\u52a1\u5668\u5e10\u6237\u72b6\u6001\u901a\u77e5\u5904\u7406\u7a0b\u5e8f\u3002\u5bf9\u6b64\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_NO_ENABLED_ATTR_555=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684 ds-cfg-enabled \u914d\u7f6e\u5c5e\u6027\u503c\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u793a\u662f\u5426\u5e94\u5728\u76ee\u5f55\u670d\u52a1\u5668\u4e2d\u542f\u7528\u5e10\u6237\u72b6\u6001\u901a\u77e5\u5904\u7406\u7a0b\u5e8f |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_INVALID_ENABLED_VALUE_556=\u914d\u7f6e\u6761\u76ee %s \u5177\u6709\u65e0\u6548\u7684 ds-cfg-enabled \u5c5e\u6027\u503c: %s |
| | | INFO_CONFIG_ACCTNOTHANDLER_CLASS_ACTION_REQUIRED_557=\u65e0\u6cd5\u5728\u914d\u7f6e\u6761\u76ee %3$s \u4e2d\u52a8\u6001\u5e94\u7528\u8bf7\u6c42\u7684\u5e10\u6237\u72b6\u6001\u901a\u77e5\u5904\u7406\u7a0b\u5e8f\u7c7b\u540d\u66f4\u6539\uff08\u4ece %1$s \u66f4\u6539\u4e3a %2$s\uff09\u3002\u5728\u7981\u7528\u5e76\u91cd\u65b0\u542f\u7528\u901a\u77e5\u5904\u7406\u7a0b\u5e8f\u6216\u91cd\u65b0\u542f\u52a8\u76ee\u5f55\u670d\u52a1\u5668\u540e\uff0c\u8be5\u66f4\u6539\u624d\u4f1a\u751f\u6548 |
| | | MILD_ERR_CONFIG_ACCTNOTHANDLER_INITIALIZATION_FAILED_558=\u5728\u5c1d\u8bd5\u5c06\u7c7b %s \u7684\u5b9e\u4f8b\u521d\u59cb\u5316\u4e3a\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u5e10\u6237\u72b6\u6001\u901a\u77e5\u5904\u7406\u7a0b\u5e8f\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_CONFIG_ACCTNOTHANDLER_EXISTS_559=\u65e0\u6cd5\u6dfb\u52a0 DN \u4e3a %s \u7684\u65b0\u5e10\u6237\u72b6\u6001\u901a\u77e5\u5904\u7406\u7a0b\u5e8f\u6761\u76ee\uff0c\u56e0\u4e3a\u5df2\u6ce8\u518c\u5177\u6709\u8be5 DN \u7684\u901a\u77e5\u5904\u7406\u7a0b\u5e8f |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_UNACCEPTABLE_CONFIG_560=\u6839\u636e\u5176\u5185\u90e8\u9a8c\u8bc1\uff0c\u65e0\u6cd5\u63a5\u53d7\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u5e10\u6237\u72b6\u6001\u901a\u77e5\u5904\u7406\u7a0b\u5e8f\u7684\u914d\u7f6e\u3002\u4e0d\u8fc7\uff0c\u672a\u63d0\u4f9b\u6709\u5173\u8be5\u6761\u76ee\u7684\u95ee\u9898\u7684\u5177\u4f53\u4fe1\u606f |
| | | INFO_CONFIG_CORE_DESCRIPTION_LOOKTHROUGH_LIMIT_561=\u5728\u5904\u7406\u641c\u7d22\u64cd\u4f5c\u65f6\uff0c\u68c0\u67e5\u7684\u9ed8\u8ba4\u6700\u5927\u5019\u9009\u6761\u76ee\u6570\uff08\u4ee5\u5bfb\u627e\u5339\u914d\u9879\uff09\u3002\u53ef\u901a\u8fc7\u5728\u7528\u6237\u6761\u76ee\u4e2d\u5305\u542b ds-rlim-lookthrough-limit \u64cd\u4f5c\u5c5e\u6027\uff0c\u9010\u4e00\u4e3a\u7528\u6237\u8986\u76d6\u8be5\u6570\u503c\u3002\u5bf9\u6b64\u914d\u7f6e\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_LOOKTHROUGH_LIMIT_562=\u914d\u7f6e\u6761\u76ee %s \u5177\u6709\u65e0\u6548\u7684 ds-cfg-lookthrough-limit \u914d\u7f6e\u5c5e\u6027\u503c\uff08\u5b83\u5e94\u8be5\u4e3a\u6b63\u6574\u6570\u503c\u4ee5\u6307\u5b9a\u8981\u4f7f\u7528\u7684\u6d4f\u89c8\u9650\u5236\uff0c\u6216\u8005\u4e3a\u503c 0 \u6216 -1 \u4ee5\u6307\u793a\u4e0d\u4f1a\u5b9e\u65bd\u4efb\u4f55\u9650\u5236\uff09: %s |
| | | FATAL_ERR_CONFIG_UNABLE_TO_APPLY_STARTUP_CHANGES_563=\u5c1d\u8bd5\u5728\u542f\u52a8\u65f6\u5c06\u6587\u4ef6 %s \u4e2d\u5305\u542b\u7684\u66f4\u6539\u5e94\u7528\u4e8e\u670d\u52a1\u5668\u914d\u7f6e\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | FATAL_ERR_CONFIG_ERROR_APPLYING_STARTUP_CHANGE_564=\u65e0\u6cd5\u5728\u670d\u52a1\u5668\u542f\u52a8\u65f6\u5e94\u7528\u66f4\u6539: %s |
| | | FATAL_ERR_CONFIG_UNABLE_TO_APPLY_CHANGES_FILE_565=\u5728\u670d\u52a1\u5668\u542f\u52a8\u671f\u95f4\u5e94\u7528\u66f4\u6539\u65f6\u51fa\u73b0\u4e00\u4e2a\u6216\u591a\u4e2a\u9519\u8bef |
| | | INFO_CONFIG_DESCRIPTION_BACKEND_MODE_566=\u7528\u4e8e\u5305\u542b\u540e\u7aef\u6570\u636e\u5e93\u6587\u4ef6\u7684\u76ee\u5f55\u7684\u6743\u9650 |
| | | SEVERE_ERR_CONFIG_BACKEND_MODE_INVALID_567=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684 ds-cfg-db-directory-permissions \u914d\u7f6e\u5c5e\u6027\u503c\uff08\u5b83\u5e94\u8be5\u4e3a\u91c7\u7528\u4e09\u4f4d\u516b\u8fdb\u5236\u6570\u8868\u793a\u6cd5\u7684 UNIX \u6743\u9650\u6a21\u5f0f\uff09\u3002 |
| | | SEVERE_ERR_CONFIG_BACKEND_INSANE_MODE_568=\u65e0\u6548\u7684 UNIX \u6587\u4ef6\u6743\u9650 %s \u4e0d\u5141\u8bb8\u540e\u7aef\u5bf9\u540e\u7aef\u6570\u636e\u5e93\u76ee\u5f55\u8fdb\u884c\u8bfb\u5199\u8bbf\u95ee |
| | | INFO_CONFIG_CORE_DESCRIPTION_TIME_LIMIT_569=\u5728\u5904\u7406\u641c\u7d22\u64cd\u4f5c\u65f6\u5e94\u5141\u8bb8\u7684\u9ed8\u8ba4\u6700\u5927\u65f6\u95f4\u957f\u5ea6\u3002\u53ef\u901a\u8fc7\u5728\u7528\u6237\u6761\u76ee\u4e2d\u5305\u542b ds-rlim-time-limit \u64cd\u4f5c\u5c5e\u6027\uff0c\u9010\u4e00\u4e3a\u7528\u6237\u8986\u76d6\u8be5\u6570\u503c\u3002\u5bf9\u6b64\u914d\u7f6e\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_TIME_LIMIT_570=\u914d\u7f6e\u6761\u76ee %s \u5177\u6709\u65e0\u6548\u7684 ds-cfg-time-limit \u914d\u7f6e\u5c5e\u6027\u503c\uff0c\u5b83\u5e94\u8be5\u4e3a\u4e00\u4e2a\u6574\u6570\u503c\uff0c\u540e\u8ddf\u4e00\u4e2a\u7a7a\u683c\u548c\u4e00\u4e2a\u65f6\u95f4\u5355\u4f4d\uff08\u79d2\u3001\u5206\u949f\u3001\u5c0f\u65f6\u3001\u5929\u6216\u5468\uff09: %s |
| | | SEVERE_ERR_CONFIG_PWPOLICY_NO_DEFAULT_POLICY_571=\u6ca1\u6709\u4e3a\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4efb\u4f55\u9ed8\u8ba4\u5bc6\u7801\u7b56\u7565\u3002\u5fc5\u987b\u4f7f\u7528 cn=config \u6761\u76ee\u4e2d\u7684 ds-cfg-default-password-policy \u5c5e\u6027\u6307\u5b9a\u9ed8\u8ba4\u5bc6\u7801\u7b56\u7565 |
| | | SEVERE_WARN_CONFIG_BACKEND_CANNOT_REGISTER_BACKEND_572=\u5c1d\u8bd5\u5728\u76ee\u5f55\u670d\u52a1\u5668\u4e2d\u6ce8\u518c\u540e\u7aef %s \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_CONFIG_FILE_CANNOT_CREATE_ARCHIVE_DIR_NO_REASON_573=\u5728\u5c1d\u8bd5\u521b\u5efa\u914d\u7f6e\u5f52\u6863\u6587\u4ef6\u76ee\u5f55 %s \u65f6\u51fa\u73b0\u9519\u8bef |
| | | SEVERE_ERR_CONFIG_FILE_CANNOT_CREATE_ARCHIVE_DIR_574=\u5728\u5c1d\u8bd5\u521b\u5efa\u914d\u7f6e\u5f52\u6863\u6587\u4ef6\u76ee\u5f55 %s \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_CONFIG_FILE_CANNOT_WRITE_CONFIG_ARCHIVE_575=\u5728\u5c1d\u8bd5\u5c06\u5f53\u524d\u914d\u7f6e\u5199\u5165\u5230\u914d\u7f6e\u5f52\u6863\u6587\u4ef6\u4e2d\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | INFO_CONFIG_CORE_DESCRIPTION_REJECT_UNAUTHENTICATED_REQUESTS_576=\u6307\u793a\u76ee\u5f55\u670d\u52a1\u5668\u662f\u5426\u5e94\u62d2\u7edd\u6765\u81ea\u672a\u7ecf\u9a8c\u8bc1\u7684\u5ba2\u6237\u7aef\u7684\u8bf7\u6c42\u3002\u5982\u679c\u5c06\u6b64\u9009\u9879\u8bbe\u7f6e\u4e3a\u201c\u771f\u201d\uff0c\u5219\u4ec5\u5141\u8bb8\u672a\u7ecf\u9a8c\u8bc1\u7684\u5ba2\u6237\u7aef\u53d1\u9001\u7ed1\u5b9a\u548c StartTLS \u8bf7\u6c42\u3002\u5bf9\u6b64\u914d\u7f6e\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_CORE_REJECT_UNAUTHENTICATED_REQUESTS_INVALID_577=\u914d\u7f6e\u6761\u76ee %s \u5177\u6709\u65e0\u6548\u7684 ds-cfg-reject-unauthenticated-requests \u914d\u7f6e\u5c5e\u6027\u503c\uff08\u8be5\u503c\u5e94\u8be5\u4e3a\u771f\u6216\u5047\uff09 |
| | | FATAL_ERR_CONFIG_GROUP_CANNOT_GET_BASE_578=\u5728\u5c1d\u8bd5\u4ece\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u68c0\u7d22\u7ec4\u5b9e\u73b0\u57fa\u6761\u76ee cn=Group Implementations,cn=config \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_WARN_CONFIG_GROUP_BASE_DOES_NOT_EXIST_579=\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u4e0d\u5b58\u5728\u7ec4\u5b9e\u73b0\u914d\u7f6e\u57fa\u6761\u76ee cn=Group Implementations,cn=config\u3002\u8981\u4f7f\u670d\u52a1\u5668\u6b63\u5e38\u5de5\u4f5c\uff0c\u5fc5\u987b\u5b58\u5728\u8be5\u6761\u76ee |
| | | SEVERE_ERR_CONFIG_GROUP_ENTRY_UNACCEPTABLE_580=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684\u7ec4\u5b9e\u73b0\u914d\u7f6e: %s\u3002\u5c06\u5ffd\u7565\u8be5\u6761\u76ee |
| | | SEVERE_ERR_CONFIG_GROUP_CANNOT_CREATE_IMPLEMENTATION_581=\u5728\u5c1d\u8bd5\u901a\u8fc7\u914d\u7f6e\u6761\u76ee %s \u4e2d\u7684\u4fe1\u606f\u521b\u5efa\u76ee\u5f55\u670d\u52a1\u5668\u7ec4\u5b9e\u73b0\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_CONFIG_GROUP_INVALID_OBJECTCLASS_582=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u7ec4\u5b9e\u73b0\u5b9a\u4e49\u6240\u9700\u7684 ds-cfg-group-implementation objectclass |
| | | INFO_CONFIG_GROUP_DESCRIPTION_CLASS_NAME_583=\u7528\u4e8e\u5b9a\u4e49\u76ee\u5f55\u670d\u52a1\u5668\u7ec4\u5b9e\u73b0\u7684 Java \u7c7b\u7684\u5168\u9650\u5b9a\u540d\u79f0\u3002\u5982\u679c\u5728\u542f\u7528\u5173\u8054\u7684\u5b9e\u73b0\u65f6\u66f4\u6539\u4e86\u8be5\u540d\u79f0\uff0c\u5219\u5fc5\u987b\u7981\u7528\u5e76\u91cd\u65b0\u542f\u7528\u8be5\u7ec4\u5b9e\u73b0\u4ee5\u4f7f\u66f4\u6539\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_GROUP_NO_CLASS_NAME_584=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684 ds-cfg-java-class \u914d\u7f6e\u5c5e\u6027\u503c\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u5b9a\u5173\u8054\u7ec4\u5b9e\u73b0\u7684\u5168\u9650\u5b9a\u7c7b\u540d |
| | | SEVERE_ERR_CONFIG_GROUP_INVALID_CLASS_NAME_585=\u914d\u7f6e\u6761\u76ee %s \u5177\u6709\u65e0\u6548\u7684 ds-cfg-java-class \u5c5e\u6027\u503c: %s |
| | | SEVERE_ERR_CONFIG_GROUP_INVALID_CLASS_586=\u914d\u7f6e\u6761\u76ee %2$s \u4e2d\u6307\u5b9a\u7684\u7c7b %1$s \u4e0d\u5305\u542b\u6709\u6548\u7684\u7ec4\u5b9e\u73b0: %3$s |
| | | INFO_CONFIG_GROUP_DESCRIPTION_ENABLED_587=\u6307\u793a\u662f\u5426\u5e94\u542f\u7528\u8be5\u76ee\u5f55\u670d\u52a1\u5668\u7ec4\u5b9e\u73b0\u3002\u5bf9\u6b64\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_GROUP_NO_ENABLED_ATTR_588=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684 ds-cfg-enabled \u914d\u7f6e\u5c5e\u6027\u503c\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u793a\u662f\u5426\u5e94\u5728\u76ee\u5f55\u670d\u52a1\u5668\u4e2d\u542f\u7528\u7ec4\u5b9e\u73b0 |
| | | SEVERE_ERR_CONFIG_GROUP_INVALID_ENABLED_VALUE_589=\u914d\u7f6e\u6761\u76ee %s \u5177\u6709\u65e0\u6548\u7684 ds-cfg-enabled \u5c5e\u6027\u503c: %s |
| | | INFO_CONFIG_GROUP_CLASS_ACTION_REQUIRED_590=\u65e0\u6cd5\u5728\u914d\u7f6e\u6761\u76ee %3$s \u4e2d\u52a8\u6001\u5e94\u7528\u8bf7\u6c42\u7684\u7ec4\u5b9e\u73b0\u7c7b\u540d\u66f4\u6539\uff08\u4ece %1$s \u66f4\u6539\u4e3a %2$s\uff09\u3002\u5728\u7981\u7528\u5e76\u91cd\u65b0\u542f\u7528\u7ec4\u5b9e\u73b0\u6216\u91cd\u65b0\u542f\u52a8\u76ee\u5f55\u670d\u52a1\u5668\u540e\uff0c\u8be5\u66f4\u6539\u624d\u4f1a\u751f\u6548 |
| | | MILD_ERR_CONFIG_GROUP_INITIALIZATION_FAILED_591=\u5728\u5c1d\u8bd5\u5c06\u7c7b %s \u7684\u5b9e\u4f8b\u521d\u59cb\u5316\u4e3a\u914d\u7f6e\u6761\u76ee %s \u4e2d\u7684\u7ec4\u5b9e\u73b0\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_CONFIG_GROUP_EXISTS_592=\u65e0\u6cd5\u6dfb\u52a0 DN \u4e3a %s \u7684\u65b0\u7ec4\u5b9e\u73b0\u6761\u76ee\uff0c\u56e0\u4e3a\u5df2\u6ce8\u518c\u5177\u6709\u8be5 DN \u7684\u7ec4\u5b9e\u73b0 |
| | | SEVERE_ERR_CONFIG_GROUP_UNACCEPTABLE_CONFIG_593=\u6839\u636e\u5176\u5185\u90e8\u9a8c\u8bc1\uff0c\u65e0\u6cd5\u63a5\u53d7\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u7ec4\u5b9e\u73b0\u7684\u914d\u7f6e\u3002\u4e0d\u8fc7\uff0c\u672a\u63d0\u4f9b\u6709\u5173\u8be5\u6761\u76ee\u7684\u95ee\u9898\u7684\u5177\u4f53\u4fe1\u606f |
| | | SEVERE_ERR_CONFIG_ROOTDN_DESCRIPTION_ROOT_PRIVILEGE_594=\u5f53\u8d85\u7ea7\u7528\u6237\u5411\u670d\u52a1\u5668\u8fdb\u884c\u9a8c\u8bc1\u65f6\u5e94\u81ea\u52a8\u4e3a\u5176\u5206\u914d\u7684\u6743\u9650\u96c6 |
| | | SEVERE_WARN_CONFIG_ROOTDN_UNRECOGNIZED_PRIVILEGE_595=\u6761\u76ee %2$s \u7684\u914d\u7f6e\u5c5e\u6027 %1$s \u4e2d\u5305\u542b\u7684\u9ed8\u8ba4\u8d85\u7ea7\u7528\u6237\u6743\u9650\u96c6\u5305\u542b\u65e0\u6cd5\u8bc6\u522b\u7684\u6743\u9650 %3$s |
| | | SEVERE_ERR_CONFIG_ROOTDN_ERROR_DETERMINING_ROOT_PRIVILEGES_596=\u5728\u5c1d\u8bd5\u786e\u5b9a\u5e94\u4e3a\u8d85\u7ea7\u7528\u6237\u9ed8\u8ba4\u6388\u4e88\u7684\u6743\u9650\u96c6\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | INFO_CONFIG_ROOTDN_UPDATED_PRIVILEGES_597=\u5df2\u66f4\u65b0\u5c06\u81ea\u52a8\u5206\u914d\u7ed9\u8d85\u7ea7\u7528\u6237\u7684\u6743\u9650\u96c6\u3002\u8be5\u65b0\u6743\u9650\u96c6\u4e0d\u9002\u7528\u4e8e\u5df2\u4f5c\u4e3a\u8d85\u7ea7\u7528\u6237\u901a\u8fc7\u9a8c\u8bc1\u7684\u4efb\u4f55\u73b0\u6709\u8fde\u63a5\uff0c\u4f46\u5c06\u7528\u4e8e\u6240\u6709\u540e\u7eed\u8d85\u7ea7\u7528\u6237\u9a8c\u8bc1 |
| | | MILD_ERR_CONFIG_FILE_ADD_INSUFFICIENT_PRIVILEGES_598=\u60a8\u6ca1\u6709\u8db3\u591f\u7684\u6743\u9650\u5728\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u6267\u884c\u6dfb\u52a0\u64cd\u4f5c |
| | | MILD_ERR_CONFIG_FILE_DELETE_INSUFFICIENT_PRIVILEGES_599=\u60a8\u6ca1\u6709\u8db3\u591f\u7684\u6743\u9650\u5728\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u6267\u884c\u5220\u9664\u64cd\u4f5c |
| | | MILD_ERR_CONFIG_FILE_MODIFY_INSUFFICIENT_PRIVILEGES_600=\u60a8\u6ca1\u6709\u8db3\u591f\u7684\u6743\u9650\u5728\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u6267\u884c\u4fee\u6539\u64cd\u4f5c |
| | | MILD_ERR_CONFIG_FILE_MODDN_INSUFFICIENT_PRIVILEGES_601=\u60a8\u6ca1\u6709\u8db3\u591f\u7684\u6743\u9650\u5728\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u6267\u884c\u4fee\u6539 DN \u64cd\u4f5c |
| | | MILD_ERR_CONFIG_FILE_SEARCH_INSUFFICIENT_PRIVILEGES_602=\u60a8\u6ca1\u6709\u8db3\u591f\u7684\u6743\u9650\u5728\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u6267\u884c\u641c\u7d22\u64cd\u4f5c |
| | | MILD_ERR_CONFIG_FILE_MODIFY_PRIVS_INSUFFICIENT_PRIVILEGES_603=\u60a8\u6ca1\u6709\u8db3\u591f\u7684\u6743\u9650\u66f4\u6539\u9ed8\u8ba4\u8d85\u7ea7\u7528\u6237\u6743\u9650\u96c6 |
| | | FATAL_ERR_CONFIG_CERTMAPPER_CANNOT_GET_BASE_604=\u5728\u5c1d\u8bd5\u4ece\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u68c0\u7d22\u8bc1\u4e66\u6620\u5c04\u5668\u57fa\u6761\u76ee cn=Certificate Mappers,cn=config \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_WARN_CONFIG_CERTMAPPER_BASE_DOES_NOT_EXIST_605=\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u4e0d\u5b58\u5728\u8bc1\u4e66\u6620\u5c04\u5668\u914d\u7f6e\u57fa\u6761\u76ee cn=Certificate Mappers,cn=config\u3002\u8981\u4f7f\u670d\u52a1\u5668\u6b63\u5e38\u5de5\u4f5c\uff0c\u5fc5\u987b\u5b58\u5728\u8be5\u6761\u76ee |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_ENTRY_UNACCEPTABLE_606=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684\u8bc1\u4e66\u6620\u5c04\u5668\u914d\u7f6e: %s\u3002\u5c06\u5ffd\u7565\u8be5\u6761\u76ee |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_CANNOT_CREATE_MAPPER_607=\u5728\u5c1d\u8bd5\u901a\u8fc7\u914d\u7f6e\u6761\u76ee %s \u4e2d\u7684\u4fe1\u606f\u521b\u5efa\u76ee\u5f55\u670d\u52a1\u5668\u8bc1\u4e66\u6620\u5c04\u5668\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_INVALID_OBJECTCLASS_608=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u8bc1\u4e66\u6620\u5c04\u5668\u5b9a\u4e49\u6240\u9700\u7684 ds-cfg-certificate-mapper objectclass |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_NO_CLASS_NAME_609=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684 ds-cfg-java-class \u914d\u7f6e\u5c5e\u6027\u503c\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u5b9a\u5173\u8054\u8bc1\u4e66\u6620\u5c04\u5668\u7684\u5168\u9650\u5b9a\u7c7b\u540d |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_INVALID_CLASS_NAME_610=\u914d\u7f6e\u6761\u76ee %s \u5177\u6709\u65e0\u6548\u7684 ds-cfg-java-class \u5c5e\u6027\u503c: %s |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_INVALID_CLASS_611=\u914d\u7f6e\u6761\u76ee %2$s \u4e2d\u6307\u5b9a\u7684\u7c7b %1$s \u4e0d\u5305\u542b\u6709\u6548\u7684\u8bc1\u4e66\u6620\u5c04\u5668\u5b9e\u73b0: %3$s |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_INVALID_ENABLED_VALUE_612=\u914d\u7f6e\u6761\u76ee %s \u5177\u6709\u65e0\u6548\u7684 ds-cfg-enabled \u5c5e\u6027\u503c: %s |
| | | INFO_CONFIG_CERTMAPPER_CLASS_ACTION_REQUIRED_613=\u65e0\u6cd5\u5728\u914d\u7f6e\u6761\u76ee %3$s \u4e2d\u52a8\u6001\u5e94\u7528\u8bf7\u6c42\u7684\u8bc1\u4e66\u6620\u5c04\u5668\u7c7b\u540d\u66f4\u6539\uff08\u4ece %1$s \u66f4\u6539\u4e3a %2$s\uff09\u3002\u5728\u7981\u7528\u5e76\u91cd\u65b0\u542f\u7528\u6620\u5c04\u5668\u6216\u91cd\u65b0\u542f\u52a8\u76ee\u5f55\u670d\u52a1\u5668\u540e\uff0c\u8be5\u66f4\u6539\u624d\u4f1a\u751f\u6548 |
| | | MILD_ERR_CONFIG_CERTMAPPER_INITIALIZATION_FAILED_614=\u5728\u5c1d\u8bd5\u5c06\u7c7b %s \u7684\u5b9e\u4f8b\u521d\u59cb\u5316\u4e3a\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u8bc1\u4e66\u6620\u5c04\u5668\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_CONFIG_CERTMAPPER_EXISTS_615=\u65e0\u6cd5\u6dfb\u52a0 DN \u4e3a %s \u7684\u65b0\u8bc1\u4e66\u6620\u5c04\u5668\u6761\u76ee\uff0c\u56e0\u4e3a\u5df2\u6ce8\u518c\u5177\u6709\u8be5 DN \u7684\u6620\u5c04\u5668 |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_UNACCEPTABLE_CONFIG_616=\u6839\u636e\u5176\u5185\u90e8\u9a8c\u8bc1\uff0c\u65e0\u6cd5\u63a5\u53d7\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u8bc1\u4e66\u6620\u5c04\u5668\u7684\u914d\u7f6e\u3002\u4e0d\u8fc7\uff0c\u672a\u63d0\u4f9b\u6709\u5173\u8be5\u6761\u76ee\u7684\u95ee\u9898\u7684\u5177\u4f53\u4fe1\u606f |
| | | FATAL_ERR_CONFIG_KEYMANAGER_CANNOT_GET_BASE_617=\u5728\u5c1d\u8bd5\u4ece\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u68c0\u7d22\u5bc6\u94a5\u7ba1\u7406\u5668\u63d0\u4f9b\u7a0b\u5e8f\u57fa\u6761\u76ee cn=Key Manager Providers,cn=config \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_WARN_CONFIG_KEYMANAGER_BASE_DOES_NOT_EXIST_618=\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u4e0d\u5b58\u5728\u5bc6\u94a5\u7ba1\u7406\u5668\u63d0\u4f9b\u7a0b\u5e8f\u914d\u7f6e\u57fa\u6761\u76ee cn=Key Manager Providers,cn=config\u3002\u8981\u4f7f\u670d\u52a1\u5668\u6b63\u5e38\u5de5\u4f5c\uff0c\u5fc5\u987b\u5b58\u5728\u8be5\u6761\u76ee |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_ENTRY_UNACCEPTABLE_619=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684\u5bc6\u94a5\u7ba1\u7406\u5668\u63d0\u4f9b\u7a0b\u5e8f\u914d\u7f6e: %s\u3002\u5c06\u5ffd\u7565\u8be5\u6761\u76ee |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_CANNOT_CREATE_PROVIDER_620=\u5728\u5c1d\u8bd5\u901a\u8fc7\u914d\u7f6e\u6761\u76ee %s \u4e2d\u7684\u4fe1\u606f\u521b\u5efa\u76ee\u5f55\u670d\u52a1\u5668\u5bc6\u94a5\u7ba1\u7406\u5668\u63d0\u4f9b\u7a0b\u5e8f\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_INVALID_OBJECTCLASS_621=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u5bc6\u94a5\u7ba1\u7406\u5668\u63d0\u4f9b\u7a0b\u5e8f\u5b9a\u4e49\u6240\u9700\u7684 ds-cfg-key-manager-provider objectclass |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_NO_CLASS_NAME_622=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684 ds-cfg-java-class \u914d\u7f6e\u5c5e\u6027\u503c\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u5b9a\u5173\u8054\u5bc6\u94a5\u7ba1\u7406\u5668\u63d0\u4f9b\u7a0b\u5e8f\u7684\u5168\u9650\u5b9a\u7c7b\u540d |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_INVALID_CLASS_NAME_623=\u914d\u7f6e\u6761\u76ee %s \u5177\u6709\u65e0\u6548\u7684 ds-cfg-java-class \u5c5e\u6027\u503c: %s |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_INVALID_CLASS_624=\u914d\u7f6e\u6761\u76ee %2$s \u4e2d\u6307\u5b9a\u7684\u7c7b %1$s \u4e0d\u5305\u542b\u6709\u6548\u7684\u5bc6\u94a5\u7ba1\u7406\u5668\u63d0\u4f9b\u7a0b\u5e8f\u5b9e\u73b0: %3$s |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_INVALID_ENABLED_VALUE_625=\u914d\u7f6e\u6761\u76ee %s \u5177\u6709\u65e0\u6548\u7684 ds-cfg-enabled \u5c5e\u6027\u503c: %s |
| | | INFO_CONFIG_KEYMANAGER_CLASS_ACTION_REQUIRED_626=\u65e0\u6cd5\u5728\u914d\u7f6e\u6761\u76ee %3$s \u4e2d\u52a8\u6001\u5e94\u7528\u8bf7\u6c42\u7684\u5bc6\u94a5\u7ba1\u7406\u5668\u63d0\u4f9b\u7a0b\u5e8f\u7c7b\u540d\u66f4\u6539\uff08\u4ece %1$s \u66f4\u6539\u4e3a %2$s\uff09\u3002\u5728\u7981\u7528\u5e76\u91cd\u65b0\u542f\u7528\u8be5\u63d0\u4f9b\u7a0b\u5e8f\u6216\u91cd\u65b0\u542f\u52a8\u76ee\u5f55\u670d\u52a1\u5668\u540e\uff0c\u8be5\u66f4\u6539\u624d\u4f1a\u751f\u6548 |
| | | MILD_ERR_CONFIG_KEYMANAGER_INITIALIZATION_FAILED_627=\u5728\u5c1d\u8bd5\u5c06\u7c7b %s \u7684\u5b9e\u4f8b\u521d\u59cb\u5316\u4e3a\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u5bc6\u94a5\u7ba1\u7406\u5668\u63d0\u4f9b\u7a0b\u5e8f\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_CONFIG_KEYMANAGER_EXISTS_628=\u65e0\u6cd5\u6dfb\u52a0 DN \u4e3a %s \u7684\u65b0\u5bc6\u94a5\u7ba1\u7406\u5668\u63d0\u4f9b\u7a0b\u5e8f\u6761\u76ee\uff0c\u56e0\u4e3a\u5df2\u6ce8\u518c\u5177\u6709\u8be5 DN \u7684\u63d0\u4f9b\u7a0b\u5e8f |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_UNACCEPTABLE_CONFIG_629=\u6839\u636e\u5176\u5185\u90e8\u9a8c\u8bc1\uff0c\u65e0\u6cd5\u63a5\u53d7\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u5bc6\u94a5\u7ba1\u7406\u5668\u63d0\u4f9b\u7a0b\u5e8f\u7684\u914d\u7f6e\u3002\u4e0d\u8fc7\uff0c\u672a\u63d0\u4f9b\u6709\u5173\u8be5\u6761\u76ee\u7684\u95ee\u9898\u7684\u5177\u4f53\u4fe1\u606f |
| | | FATAL_ERR_CONFIG_TRUSTMANAGER_CANNOT_GET_BASE_630=\u5728\u5c1d\u8bd5\u4ece\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u68c0\u7d22\u4fe1\u4efb\u7ba1\u7406\u5668\u63d0\u4f9b\u7a0b\u5e8f\u57fa\u6761\u76ee cn=Trust Manager Providers,cn=config \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_WARN_CONFIG_TRUSTMANAGER_BASE_DOES_NOT_EXIST_631=\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u4e0d\u5b58\u5728\u4fe1\u4efb\u7ba1\u7406\u5668\u63d0\u4f9b\u7a0b\u5e8f\u914d\u7f6e\u57fa\u6761\u76ee cn=Trust Manager Providers,cn=config\u3002\u8981\u4f7f\u670d\u52a1\u5668\u6b63\u5e38\u5de5\u4f5c\uff0c\u5fc5\u987b\u5b58\u5728\u8be5\u6761\u76ee |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_ENTRY_UNACCEPTABLE_632=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684\u4fe1\u4efb\u7ba1\u7406\u5668\u63d0\u4f9b\u7a0b\u5e8f\u914d\u7f6e: %s\u3002\u5c06\u5ffd\u7565\u8be5\u6761\u76ee |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_CANNOT_CREATE_PROVIDER_633=\u5728\u5c1d\u8bd5\u901a\u8fc7\u914d\u7f6e\u6761\u76ee %s \u4e2d\u7684\u4fe1\u606f\u521b\u5efa\u76ee\u5f55\u670d\u52a1\u5668\u4fe1\u4efb\u7ba1\u7406\u5668\u63d0\u4f9b\u7a0b\u5e8f\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_INVALID_OBJECTCLASS_634=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u4fe1\u4efb\u7ba1\u7406\u5668\u63d0\u4f9b\u7a0b\u5e8f\u5b9a\u4e49\u6240\u9700\u7684 ds-cfg-trust-manager-provider objectclass |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_NO_CLASS_NAME_635=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684 ds-cfg-java-class \u914d\u7f6e\u5c5e\u6027\u503c\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u5b9a\u5173\u8054\u4fe1\u4efb\u7ba1\u7406\u5668\u63d0\u4f9b\u7a0b\u5e8f\u7684\u5168\u9650\u5b9a\u7c7b\u540d |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_INVALID_CLASS_NAME_636=\u914d\u7f6e\u6761\u76ee %s \u5177\u6709\u65e0\u6548\u7684 ds-cfg-java-class \u5c5e\u6027\u503c: %s |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_INVALID_CLASS_637=\u914d\u7f6e\u6761\u76ee %2$s \u4e2d\u6307\u5b9a\u7684\u7c7b %1$s \u4e0d\u5305\u542b\u6709\u6548\u7684\u4fe1\u4efb\u7ba1\u7406\u5668\u63d0\u4f9b\u7a0b\u5e8f\u5b9e\u73b0: %3$s |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_INVALID_ENABLED_VALUE_638=\u914d\u7f6e\u6761\u76ee %s \u5177\u6709\u65e0\u6548\u7684 ds-cfg-enabled \u5c5e\u6027\u503c: %s |
| | | INFO_CONFIG_TRUSTMANAGER_CLASS_ACTION_REQUIRED_639=\u65e0\u6cd5\u5728\u914d\u7f6e\u6761\u76ee %3$s \u4e2d\u52a8\u6001\u5e94\u7528\u8bf7\u6c42\u7684\u4fe1\u4efb\u7ba1\u7406\u5668\u63d0\u4f9b\u7a0b\u5e8f\u7c7b\u540d\u66f4\u6539\uff08\u4ece %1$s \u66f4\u6539\u4e3a %2$s\uff09\u3002\u5728\u7981\u7528\u5e76\u91cd\u65b0\u542f\u7528\u8be5\u63d0\u4f9b\u7a0b\u5e8f\u6216\u91cd\u65b0\u542f\u52a8\u76ee\u5f55\u670d\u52a1\u5668\u540e\uff0c\u8be5\u66f4\u6539\u624d\u4f1a\u751f\u6548 |
| | | MILD_ERR_CONFIG_TRUSTMANAGER_INITIALIZATION_FAILED_640=\u5728\u5c1d\u8bd5\u5c06\u7c7b %s \u7684\u5b9e\u4f8b\u521d\u59cb\u5316\u4e3a\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u4fe1\u4efb\u7ba1\u7406\u5668\u63d0\u4f9b\u7a0b\u5e8f\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_CONFIG_TRUSTMANAGER_EXISTS_641=\u65e0\u6cd5\u6dfb\u52a0 DN \u4e3a %s \u7684\u65b0\u4fe1\u4efb\u7ba1\u7406\u5668\u63d0\u4f9b\u7a0b\u5e8f\u6761\u76ee\uff0c\u56e0\u4e3a\u5df2\u6ce8\u518c\u5177\u6709\u8be5 DN \u7684\u63d0\u4f9b\u7a0b\u5e8f |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_UNACCEPTABLE_CONFIG_642=\u6839\u636e\u5176\u5185\u90e8\u9a8c\u8bc1\uff0c\u65e0\u6cd5\u63a5\u53d7\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u4fe1\u4efb\u7ba1\u7406\u5668\u63d0\u4f9b\u7a0b\u5e8f\u7684\u914d\u7f6e\u3002\u4e0d\u8fc7\uff0c\u672a\u63d0\u4f9b\u6709\u5173\u8be5\u6761\u76ee\u7684\u95ee\u9898\u7684\u5177\u4f53\u4fe1\u606f |
| | | SEVERE_ERR_CONFIG_JMX_CANNOT_GET_ATTRIBUTE_643=\u65e0\u6cd5\u68c0\u7d22\u4e0e\u914d\u7f6e\u6761\u76ee %2$s \u5173\u8054\u7684 JMX \u5c5e\u6027 %1$s: %3$s |
| | | SEVERE_ERR_CONFIG_JMX_SET_ATTR_NO_CONNECTION_644=\u65e0\u6cd5\u8bbe\u7f6e\u4e0e\u914d\u7f6e\u6761\u76ee %2$s \u5173\u8054\u7684 JMX \u5c5e\u6027 %1$s \u7684\u503c\uff0c\u56e0\u4e3a\u6ca1\u6709\u53ef\u7528\u7684 JMX \u8fde\u63a5 |
| | | SEVERE_ERR_CONFIG_CHANGE_NO_RESULT_645=%s.%s \u4e3a\u6761\u76ee %s \u8fd4\u56de\u7ed3\u679c Null |
| | | SEVERE_ERR_CONFIG_CHANGE_RESULT_ERROR_646=\u5bf9\u6761\u76ee %3$s \u6267\u884c\u7684 %1$s.%2$s \u5931\u8d25\uff1a\u7ed3\u679c\u4ee3\u7801=%4$s\uff0c\u6240\u9700\u7684\u7ba1\u7406\u64cd\u4f5c=%5$b\uff0c\u6d88\u606f="%6$s" |
| | | SEVERE_WARN_CONFIG_CHANGE_RESULT_ACTION_REQUIRED_647=%s.%s \u6307\u793a\u9700\u8981\u5bf9\u6761\u76ee %s \u6267\u884c\u7ba1\u7406\u64cd\u4f5c\uff1a\u6d88\u606f="%s" |
| | | INFO_CONFIG_CHANGE_RESULT_MESSAGES_648=\u5bf9\u6761\u76ee %3$s \u6267\u884c\u7684 %1$s.%2$s \u6210\u529f\uff0c\u4f46\u751f\u6210\u4e86\u4ee5\u4e0b\u6d88\u606f: %4$s |
| | | SEVERE_ERR_CONFIG_VATTR_INVALID_SEARCH_FILTER_649=\u65e0\u6cd5\u5c06\u914d\u7f6e\u6761\u76ee "%2$s" \u4e2d\u7684\u503c "%1$s" \u89e3\u6790\u4e3a\u6709\u6548\u7684\u641c\u7d22\u8fc7\u6ee4\u5668: %3$s |
| | | SEVERE_ERR_CONFIG_VATTR_INITIALIZATION_FAILED_650=\u5728\u5c1d\u8bd5\u5c06\u914d\u7f6e\u6761\u76ee %2$s \u4e2d\u5f15\u7528\u7684\u7c7b %1$s \u7684\u5b9e\u4f8b\u52a0\u8f7d\u4e3a\u865a\u62df\u5c5e\u6027\u63d0\u4f9b\u7a0b\u5e8f\u65f6\u51fa\u73b0\u9519\u8bef: %3$s |
| | | SEVERE_ERR_CONFIG_VATTR_SV_TYPE_WITH_MV_PROVIDER_651=\u6761\u76ee "%s" \u4e2d\u7684\u865a\u62df\u5c5e\u6027\u914d\u7f6e\u65e0\u6548\uff0c\u56e0\u4e3a\u5c5e\u6027\u7c7b\u578b %s \u4e3a\u5355\u503c\u5c5e\u6027\uff0c\u4f46\u63d0\u4f9b\u7a0b\u5e8f %s \u53ef\u80fd\u4f1a\u751f\u6210\u591a\u4e2a\u503c |
| | | SEVERE_ERR_CONFIG_VATTR_SV_TYPE_WITH_MERGE_VALUES_652=\u6761\u76ee "%s" \u4e2d\u7684\u865a\u62df\u5c5e\u6027\u914d\u7f6e\u65e0\u6548\uff0c\u56e0\u4e3a\u5c5e\u6027\u7c7b\u578b %s \u4e3a\u5355\u503c\u5c5e\u6027\uff0c\u4f46\u914d\u7f6e\u4e86\u7528\u4ee5\u5408\u5e76\u771f\u5b9e\u503c\u548c\u865a\u62df\u503c\u7684\u51b2\u7a81\u884c\u4e3a |
| | | MILD_ERR_CONFIG_FILE_MODIFY_STRUCTURAL_CHANGE_NOT_ALLOWED_653=\u65e0\u6cd5\u4fee\u6539\u914d\u7f6e\u6761\u76ee %s\uff0c\u56e0\u4e3a\u8be5\u53d8\u66f4\u4f1a\u66f4\u6539\u5176\u7ed3\u6784\u5316\u5bf9\u8c61\u7c7b |
| | | FATAL_ERR_CONFIG_CANNOT_CALCULATE_DIGEST_654=\u5728\u5c1d\u8bd5\u8ba1\u7b97\u6587\u4ef6 %s \u7684 SHA-1 \u6458\u8981\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_WARN_CONFIG_MANUAL_CHANGES_DETECTED_655=\u76ee\u5f55\u670d\u52a1\u5668\u68c0\u6d4b\u5230\u5728\u670d\u52a1\u5668\u8054\u673a\u65f6\u5bf9\u914d\u7f6e\u6587\u4ef6 %s \u8fdb\u884c\u4e86\u4e00\u9879\u6216\u591a\u9879\u5916\u90e8\u66f4\u6539\uff0c\u4f46\u53e6\u4e00\u9879\u66f4\u6539\u5df2\u5bfc\u81f4\u670d\u52a1\u5668\u914d\u7f6e\u88ab\u8986\u76d6\u3002\u5c1a\u672a\u5e94\u7528\u624b\u52a8\u66f4\u6539\uff0c\u4f46\u5df2\u5728\u6587\u4ef6 %s \u4e2d\u4fdd\u7559\u4e86\u8fd9\u4e9b\u66f4\u6539 |
| | | SEVERE_ERR_CONFIG_MANUAL_CHANGES_LOST_656=\u76ee\u5f55\u670d\u52a1\u5668\u5728\u5c1d\u8bd5\u786e\u5b9a\u670d\u52a1\u5668\u8054\u673a\u65f6\u662f\u5426\u5728\u5916\u90e8\u7f16\u8f91\u4e86\u914d\u7f6e\u6587\u4ef6 %s \u548c/\u6216\u5728\u5c1d\u8bd5\u4fdd\u7559\u8fd9\u4e9b\u66f4\u6539\u65f6\u9047\u5230\u9519\u8bef: %s\u3002\u5bf9\u8be5\u6587\u4ef6\u6240\u505a\u7684\u4efb\u4f55\u624b\u52a8\u66f4\u6539\u53ef\u80fd\u90fd\u5df2\u4e22\u5931 |
| | | SEVERE_ERR_CONFIG_ROTATION_POLICY_INVALID_CLASS_657=\u65e0\u6cd5\u5c06\u914d\u7f6e\u6761\u76ee %2$s \u7684\u5c5e\u6027 ds-cfg-java-class \u4e2d\u6307\u5b9a\u7684\u7c7b %1$s \u5b9e\u4f8b\u5316\u4e3a\u76ee\u5f55\u670d\u52a1\u5668\u65e5\u5fd7\u8f6e\u8f6c\u7b56\u7565: %3$s |
| | | SEVERE_ERR_CONFIG_RETENTION_POLICY_INVALID_CLASS_658=\u65e0\u6cd5\u5c06\u914d\u7f6e\u6761\u76ee %2$s \u7684\u5c5e\u6027 ds-cfg-java-class \u4e2d\u6307\u5b9a\u7684\u7c7b %1$s \u5b9e\u4f8b\u5316\u4e3a\u76ee\u5f55\u670d\u52a1\u5668\u65e5\u5fd7\u4fdd\u7559\u7b56\u7565: %3$s |
| | | SEVERE_ERR_CONFIG_ROTATION_POLICY_CANNOT_CREATE_POLICY_659=\u5728\u5c1d\u8bd5\u901a\u8fc7\u914d\u7f6e\u6761\u76ee %s \u4e2d\u7684\u4fe1\u606f\u521b\u5efa\u76ee\u5f55\u670d\u52a1\u5668\u65e5\u5fd7\u8f6e\u8f6c\u7b56\u7565\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_CONFIG_RETENTION_POLICY_CANNOT_CREATE_POLICY_660=\u5728\u5c1d\u8bd5\u901a\u8fc7\u914d\u7f6e\u6761\u76ee %s \u4e2d\u7684\u4fe1\u606f\u521b\u5efa\u76ee\u5f55\u670d\u52a1\u5668\u65e5\u5fd7\u4fdd\u7559\u7b56\u7565\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_CONFIG_LOGGING_CANNOT_CREATE_WRITER_661=\u5728\u5c1d\u8bd5\u901a\u8fc7\u914d\u7f6e\u6761\u76ee %s \u4e2d\u7684\u4fe1\u606f\u521b\u5efa\u76ee\u5f55\u670d\u52a1\u5668\u8bb0\u5f55\u5668\u7684\u6587\u672c\u4e66\u5199\u5668\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_MULTIPLE_ENTRIES_IN_FILE_662=\u76ee\u5f55 %2$s \u4e2d\u7684\u6a21\u5f0f\u914d\u7f6e\u6587\u4ef6 %1$s \u5305\u542b\u591a\u4e2a\u6761\u76ee\u3002\u5c06\u4ec5\u68c0\u67e5\u7b2c\u4e00\u4e2a\u6761\u76ee\uff0c\u800c\u5ffd\u7565\u5176\u4ed6\u6761\u76ee |
| | | SEVERE_WARN_CONFIG_SCHEMA_UNPARSEABLE_EXTRA_DATA_IN_FILE_663=\u76ee\u5f55 %2$s \u4e2d\u7684\u6a21\u5f0f\u914d\u7f6e\u6587\u4ef6 %1$s \u5728\u6a21\u5f0f\u6761\u76ee\u540e\u9762\u5305\u542b\u5176\u4ed6\u6570\u636e\uff0cLDIF \u8bfb\u53d6\u5668\u65e0\u6cd5\u89e3\u6790\u8fd9\u4e9b\u6570\u636e: %3$s\u3002\u5c06\u5904\u7406\u7b2c\u4e00\u4e2a\u6761\u76ee\uff0c\u800c\u5ffd\u7565\u5176\u4f59\u6570\u636e |
| | | SEVERE_WARN_CONFIG_PLUGIN_EMPTY_ELEMENT_IN_ORDER_664=%s \u7c7b\u578b\u7684\u63d2\u4ef6\u7684\u63d2\u4ef6\u987a\u5e8f\u5b9a\u4e49\u5305\u542b\u4e00\u4e2a\u7a7a\u5143\u7d20\u3002\u8fd9\u53ef\u80fd\u4f1a\u5bfc\u81f4\u9519\u8bef\u5730\u8bc4\u4f30\u63d2\u4ef6\u987a\u5e8f |
| | | SEVERE_WARN_CONFIG_PLUGIN_MULTIPLE_WILDCARDS_IN_ORDER_665=%s \u7c7b\u578b\u7684\u63d2\u4ef6\u7684\u63d2\u4ef6\u987a\u5e8f\u5b9a\u4e49\u5305\u542b\u591a\u4e2a\u901a\u914d\u7b26\u3002\u6240\u6709\u63d2\u4ef6\u5b9a\u4e49\u5e94\u8be5\u6070\u597d\u5305\u542b\u4e00\u4e2a\u901a\u914d\u7b26\u5143\u7d20\uff0c\u4ee5\u6307\u793a\u5728\u5e8f\u5217\u4e2d\u5305\u542b\u4e0d\u5339\u914d\u63d2\u4ef6\u7684\u4f4d\u7f6e\uff1b\u5982\u679c\u5305\u542b\u591a\u4e2a\u901a\u914d\u7b26\uff0c\u5219\u53ef\u80fd\u4f1a\u5bfc\u81f4\u9519\u8bef\u5730\u8bc4\u4f30\u63d2\u4ef6\u987a\u5e8f |
| | | SEVERE_WARN_CONFIG_PLUGIN_LISTED_MULTIPLE_TIMES_666=%s \u7c7b\u578b\u7684\u63d2\u4ef6\u7684\u63d2\u4ef6\u987a\u5e8f\u5b9a\u4e49\u5305\u542b\u591a\u4e2a '%s' \u63d2\u4ef6\u5f15\u7528\u3002\u8fd9\u53ef\u80fd\u4f1a\u5bfc\u81f4\u9519\u8bef\u5730\u8bc4\u4f30\u63d2\u4ef6\u987a\u5e8f |
| | | SEVERE_WARN_CONFIG_PLUGIN_ORDER_NO_WILDCARD_667=%s \u7c7b\u578b\u7684\u63d2\u4ef6\u7684\u63d2\u4ef6\u987a\u5e8f\u5b9a\u4e49\u4e0d\u5305\u542b\u901a\u914d\u7b26\u5143\u7d20\uff08\u7528\u4e8e\u6307\u793a\u5728\u5e8f\u5217\u4e2d\u5305\u542b\u4e0d\u5339\u914d\u63d2\u4ef6\u7684\u4f4d\u7f6e\uff09\u3002\u9ed8\u8ba4\u60c5\u51b5\u4e0b\uff0c\u670d\u52a1\u5668\u4f1a\u5148\u8c03\u7528\u547d\u540d\u63d2\u4ef6\u96c6\uff0c\u7136\u540e\u518d\u8c03\u7528\u6240\u6709\u672a\u547d\u540d\u7684\u63d2\u4ef6 |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_DELETE_SYNTAX_IN_USE_668=\u65e0\u6cd5\u4ece\u670d\u52a1\u5668\u4e2d\u5220\u9664\u5c5e\u6027\u8bed\u6cd5 %s\uff0c\u56e0\u4e3a\u5c5e\u6027\u7c7b\u578b %s \u6b63\u5728\u4f7f\u7528\u8be5\u8bed\u6cd5 |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_DISABLE_SYNTAX_IN_USE_669=\u65e0\u6cd5\u7981\u7528\u5c5e\u6027\u8bed\u6cd5 %s\uff0c\u56e0\u4e3a\u5c5e\u6027\u7c7b\u578b %s \u6b63\u5728\u4f7f\u7528\u8be5\u8bed\u6cd5 |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_DELETE_MR_IN_USE_BY_AT_670=\u65e0\u6cd5\u4ece\u670d\u52a1\u5668\u4e2d\u5220\u9664\u5339\u914d\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5c5e\u6027\u7c7b\u578b %s \u6b63\u5728\u4f7f\u7528\u8be5\u89c4\u5219 |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_DELETE_MR_IN_USE_BY_MRU_671=\u65e0\u6cd5\u4ece\u670d\u52a1\u5668\u4e2d\u5220\u9664\u5339\u914d\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5339\u914d\u89c4\u5219\u7528\u6cd5 %s \u6b63\u5728\u4f7f\u7528\u8be5\u89c4\u5219 |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_DISABLE_MR_IN_USE_BY_AT_672=\u65e0\u6cd5\u7981\u7528\u5339\u914d\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5c5e\u6027\u7c7b\u578b %s \u6b63\u5728\u4f7f\u7528\u8be5\u89c4\u5219 |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_DISABLE_MR_IN_USE_BY_MRU_673=\u65e0\u6cd5\u7981\u7528\u5339\u914d\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5339\u914d\u89c4\u5219\u7528\u6cd5 %s \u6b63\u5728\u4f7f\u7528\u8be5\u89c4\u5219 |
| | | SEVERE_ERR_CONFIG_WORK_QUEUE_INITIALIZATION_FAILED_674=\u65e0\u6cd5\u5c06\u7c7b %s \u7684\u5b9e\u4f8b\u521d\u59cb\u5316\u4e3a\u914d\u7f6e\u6761\u76ee %s \u4e2d\u6307\u5b9a\u7684\u5de5\u4f5c\u961f\u5217: %s |
| | | INFO_CONFIG_WORK_QUEUE_CLASS_CHANGE_REQUIRES_RESTART_675=\u7528\u4e8e\u63d0\u4f9b\u76ee\u5f55\u670d\u52a1\u5668\u5de5\u4f5c\u961f\u5217\u5b9e\u73b0\u7684\u7c7b\u5df2\u4ece %s \u66f4\u6539\u4e3a %s\uff0c\u4f46\u5728\u91cd\u65b0\u542f\u52a8\u670d\u52a1\u5668\u540e\u8be5\u66f4\u6539\u624d\u4f1a\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_FILE_ADD_APPLY_FAILED_676=\u5e94\u7528\u914d\u7f6e\u6dfb\u52a0\u7684\u5c1d\u8bd5\u5931\u8d25\u3002\u521d\u6b65\u68c0\u67e5\u5747\u6210\u529f\u5b8c\u6210\uff0c\u5e76\u5df2\u5c06\u6761\u76ee\u6dfb\u52a0\u5230\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\uff0c\u4f46\u5728\u5c1d\u8bd5\u5e94\u7528\u66f4\u6539\u65f6\uff0c\u81f3\u5c11\u6709\u4e00\u4e2a\u914d\u7f6e\u6dfb\u52a0\u4fa6\u542c\u5668\u62a5\u544a\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_CONFIG_FILE_DELETE_APPLY_FAILED_677=\u5e94\u7528\u914d\u7f6e\u5220\u9664\u7684\u5c1d\u8bd5\u5931\u8d25\u3002\u521d\u6b65\u68c0\u67e5\u5747\u6210\u529f\u5b8c\u6210\uff0c\u5e76\u5df2\u5c06\u6761\u76ee\u4ece\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u5220\u9664\uff0c\u4f46\u5728\u5c1d\u8bd5\u5e94\u7528\u66f4\u6539\u65f6\uff0c\u81f3\u5c11\u6709\u4e00\u4e2a\u914d\u7f6e\u5220\u9664\u4fa6\u542c\u5668\u62a5\u544a\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_CONFIG_FILE_MODIFY_APPLY_FAILED_678=\u5e94\u7528\u914d\u7f6e\u4fee\u6539\u7684\u5c1d\u8bd5\u5931\u8d25\u3002\u521d\u6b65\u68c0\u67e5\u5747\u6210\u529f\u5b8c\u6210\uff0c\u5e76\u5df2\u5c06\u4fee\u6539\u7684\u6761\u76ee\u5199\u5165\u5230\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\uff0c\u4f46\u5728\u5c1d\u8bd5\u5e94\u7528\u66f4\u6539\u65f6\uff0c\u81f3\u5c11\u6709\u4e00\u4e2a\u914d\u7f6e\u66f4\u6539\u4fa6\u542c\u5668\u62a5\u544a\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_CONFIG_KEYMANAGER_CONFIG_NOT_ACCEPTABLE_679=\u65e0\u6cd5\u63a5\u53d7\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u5bc6\u94a5\u7ba1\u7406\u5668\u63d0\u4f9b\u7a0b\u5e8f\u7684\u914d\u7f6e: %s |
| | | MILD_ERR_CONFIG_TRUSTMANAGER_CONFIG_NOT_ACCEPTABLE_680=\u65e0\u6cd5\u63a5\u53d7\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u4fe1\u4efb\u7ba1\u7406\u5668\u63d0\u4f9b\u7a0b\u5e8f\u7684\u914d\u7f6e: %s |
| | | MILD_ERR_CONFIG_AUTHZ_CONFIG_NOT_ACCEPTABLE_681=\u65e0\u6cd5\u63a5\u53d7\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u4fe1\u4efb\u7ba1\u7406\u5668\u63d0\u4f9b\u7a0b\u5e8f\u7684\u914d\u7f6e: %s |
| | | MILD_ERR_CONFIG_ACCTNOTHANDLER_CONFIG_NOT_ACCEPTABLE_682=\u65e0\u6cd5\u63a5\u53d7\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u5e10\u6237\u72b6\u6001\u901a\u77e5\u5904\u7406\u7a0b\u5e8f\u7684\u914d\u7f6e: %s |
| | | MILD_ERR_CONFIG_SCHEMA_SYNTAX_CONFIG_NOT_ACCEPTABLE_683=\u65e0\u6cd5\u63a5\u53d7\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u5c5e\u6027\u8bed\u6cd5\u7684\u914d\u7f6e: %s |
| | | MILD_ERR_CONFIG_CERTMAPPER_CONFIG_NOT_ACCEPTABLE_684=\u65e0\u6cd5\u63a5\u53d7\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u8bc1\u4e66\u6620\u5c04\u5668\u7684\u914d\u7f6e: %s |
| | | MILD_ERR_CONFIG_GROUP_CONFIG_NOT_ACCEPTABLE_686=\u65e0\u6cd5\u63a5\u53d7\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u7ec4\u5b9e\u73b0\u7684\u914d\u7f6e: %s |
| | | MILD_ERR_CONFIG_IDMAPPER_CONFIG_NOT_ACCEPTABLE_687=\u65e0\u6cd5\u63a5\u53d7\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u8eab\u4efd\u6620\u5c04\u5668\u7684\u914d\u7f6e: %s |
| | | MILD_ERR_CONFIG_SCHEMA_MR_CONFIG_NOT_ACCEPTABLE_688=\u65e0\u6cd5\u63a5\u53d7\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u5339\u914d\u89c4\u5219\u7684\u914d\u7f6e: %s |
| | | MILD_ERR_CONFIG_PWGENERATOR_CONFIG_NOT_ACCEPTABLE_689=\u65e0\u6cd5\u63a5\u53d7\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u5bc6\u7801\u751f\u6210\u5668\u7684\u914d\u7f6e: %s |
| | | MILD_ERR_CONFIG_PWSCHEME_CONFIG_NOT_ACCEPTABLE_690=\u65e0\u6cd5\u63a5\u53d7\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u5bc6\u7801\u5b58\u50a8\u65b9\u6848\u7684\u914d\u7f6e: %s |
| | | MILD_ERR_CONFIG_PWVALIDATOR_CONFIG_NOT_ACCEPTABLE_691=\u65e0\u6cd5\u63a5\u53d7\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u5bc6\u7801\u9a8c\u8bc1\u5668\u7684\u914d\u7f6e: %s |
| | | MILD_ERR_CONFIG_PLUGIN_CONFIG_NOT_ACCEPTABLE_692=\u65e0\u6cd5\u63a5\u53d7\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u63d2\u4ef6\u7684\u914d\u7f6e: %s |
| | | MILD_ERR_CONFIG_SASL_CONFIG_NOT_ACCEPTABLE_693=\u65e0\u6cd5\u63a5\u53d7\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684 SASL \u673a\u5236\u5904\u7406\u7a0b\u5e8f\u7684\u914d\u7f6e: %s |
| | | MILD_ERR_CONFIG_VATTR_CONFIG_NOT_ACCEPTABLE_694=\u65e0\u6cd5\u63a5\u53d7\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u865a\u62df\u5c5e\u6027\u63d0\u4f9b\u7a0b\u5e8f\u7684\u914d\u7f6e: %s |
| | | MILD_ERR_CONFIG_ALERTHANDLER_CONFIG_NOT_ACCEPTABLE_695=\u65e0\u6cd5\u63a5\u53d7\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u8b66\u62a5\u5904\u7406\u7a0b\u5e8f\u7684\u914d\u7f6e: %s |
| | | MILD_ERR_CONFIG_ALERTHANDLER_INITIALIZATION_FAILED_696=\u5728\u5c1d\u8bd5\u5c06\u7c7b %s \u7684\u5b9e\u4f8b\u521d\u59cb\u5316\u4e3a\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u8b66\u62a5\u5904\u7406\u7a0b\u5e8f\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_SMTP_SERVER_697=\u63d0\u4f9b\u7684 SMTP \u670d\u52a1\u5668\u503c '%s' \u65e0\u6548\u3002SMTP \u670d\u52a1\u5668\u503c\u5fc5\u987b\u5305\u542b IP \u5730\u5740\u6216\u53ef\u89e3\u6790\u7684\u540d\u79f0\uff0c\u53ef\u4ee5\u9009\u62e9\u5728\u5176\u540e\u9762\u6dfb\u52a0\u4e00\u4e2a\u5192\u53f7\u548c\u4e00\u4e2a\u6574\u6570\u503c\uff08\u4ecb\u4e8e 1 \u548c 65535 \u4e4b\u95f4\uff09\u4ee5\u6307\u5b9a\u670d\u52a1\u5668\u7aef\u53e3\u53f7 |
| | | SEVERE_ERR_STARTOK_CANNOT_OPEN_FOR_READING_698=\u5728\u5c1d\u8bd5\u6253\u5f00\u5f53\u524d\u7684\u914d\u7f6e\u6587\u4ef6 %s \u8fdb\u884c\u8bfb\u53d6\u4ee5\u5c06\u5176\u590d\u5236\u5230 ".startok" \u6587\u4ef6\u4e2d\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_STARTOK_CANNOT_OPEN_FOR_WRITING_699=\u5728\u5c1d\u8bd5\u6253\u5f00\u6587\u4ef6 %s \u4ee5\u5199\u5165 ".startok" \u914d\u7f6e\u6587\u4ef6\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_STARTOK_CANNOT_WRITE_700=\u5728\u5c1d\u8bd5\u5c06\u6587\u4ef6 %s \u4e2d\u7684\u5f53\u524d\u914d\u7f6e\u590d\u5236\u5230\u4e34\u65f6\u6587\u4ef6 %s \u4e2d\u4ee5\u7528\u4f5c ".startok" \u914d\u7f6e\u6587\u4ef6\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_STARTOK_CANNOT_RENAME_701=\u5728\u5c1d\u8bd5\u5c06\u6587\u4ef6 %s \u91cd\u547d\u540d\u4e3a %s \u4ee5\u7528\u4f5c ".startok" \u914d\u7f6e\u6587\u4ef6\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | NOTICE_CONFIG_FILE_USING_STARTOK_FILE_702=\u76ee\u5f55\u670d\u52a1\u5668\u6b63\u5728\u4f7f\u7528\u6700\u8fd1\u7684\u5df2\u77e5\u6b63\u786e\u914d\u7f6e\u6587\u4ef6 %s \u8fdb\u884c\u542f\u52a8\uff0c\u800c\u4e0d\u662f\u4f7f\u7528\u6d3b\u52a8\u914d\u7f6e\u6587\u4ef6 %s |
| | | SEVERE_WARN_CONFIG_FILE_NO_STARTOK_FILE_703=\u4e0d\u5b58\u5728\u6700\u8fd1\u7684\u5df2\u77e5\u6b63\u786e\u914d\u7f6e\u6587\u4ef6 %s\u3002\u670d\u52a1\u5668\u5c06\u5c1d\u8bd5\u4f7f\u7528\u6d3b\u52a8\u914d\u7f6e\u6587\u4ef6 %s \u8fdb\u884c\u542f\u52a8 |
| | | SEVERE_ERR_CONFIG_JE_PROPERTY_INVALID_704=\u5728\u5c1d\u8bd5\u89e3\u6790\u548c\u9a8c\u8bc1 Berkeley \u6570\u636e\u5e93 JE \u5c5e\u6027 %s \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_CONFIG_JE_PROPERTY_INVALID_FORM_705=\u5728\u5c1d\u8bd5\u89e3\u6790\u548c\u9a8c\u8bc1 Berkeley \u6570\u636e\u5e93 JE \u5c5e\u6027 %s \u65f6\u51fa\u73b0\u9519\u8bef\uff1a\u8be5\u5c5e\u6027\u6ca1\u6709\u91c7\u7528\u5355\u4e2a property=value \u7684\u683c\u5f0f |
| | | SEVERE_ERR_CONFIG_JE_PROPERTY_SHADOWS_CONFIG_706=\u5728\u5c1d\u8bd5\u89e3\u6790\u548c\u9a8c\u8bc1 Berkeley \u6570\u636e\u5e93 JE \u5c5e\u6027 %s \u65f6\u51fa\u73b0\u9519\u8bef\uff1a\u8be5\u5c5e\u6027\u906e\u853d\u4e86\u914d\u7f6e\u5c5e\u6027 %s |
| | | SEVERE_ERR_CONFIG_JE_DUPLICATE_PROPERTY_707=\u5728\u5c1d\u8bd5\u89e3\u6790\u548c\u9a8c\u8bc1 Berkeley \u6570\u636e\u5e93 JE \u5c5e\u6027 %s \u65f6\u51fa\u73b0\u9519\u8bef\uff1a\u5df2\u4e3a\u6b64\u7ec4\u4ef6\u5b9a\u4e49\u4e86\u8be5\u5c5e\u6027 |
| | | INFO_CONFIG_JE_PROPERTY_REQUIRES_RESTART_708=\u5728\u91cd\u65b0\u542f\u52a8\u8bbe\u7f6e\u4e86 Berkeley \u6570\u636e\u5e93 JE \u5c5e\u6027 %s \u7684\u7ec4\u4ef6\u540e\uff0c\u8be5\u5c5e\u6027\u7684\u8bbe\u7f6e\u624d\u4f1a\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_LOGGING_CANNOT_OPEN_FILE_709=\u5728\u5c1d\u8bd5\u6253\u5f00\u4e3a\u8bb0\u5f55\u5668 %2$s \u914d\u7f6e\u7684\u65e5\u5fd7\u6587\u4ef6 %1$s \u65f6\u51fa\u73b0\u9519\u8bef: %3$s |
| | | SEVERE_ERR_CONFIG_WORKFLOW_ELEMENT_CONFIG_NOT_ACCEPTABLE_710=\u65e0\u6cd5\u63a5\u53d7\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u5de5\u4f5c\u6d41\u5143\u7d20\u7684\u914d\u7f6e: %s |
| | | SEVERE_ERR_CONFIG_WORKFLOW_ELEMENT_CANNOT_INITIALIZE_711=\u5728\u5c1d\u8bd5\u4f7f\u7528\u914d\u7f6e\u6761\u76ee %2$s \u4e2d\u7684\u4fe1\u606f\u521d\u59cb\u5316\u7c7b %1$s \u4e2d\u7684\u5de5\u4f5c\u6d41\u5143\u7d20\u65f6\u51fa\u73b0\u9519\u8bef: %3$s\u3002\u5c06\u7981\u7528\u8be5\u5de5\u4f5c\u6d41\u5143\u7d20 |
| | | MILD_ERR_CONFIG_WORKFLOW_ELEMENT_ALREADY_REGISTERED_712=\u5df2\u5728\u76ee\u5f55\u670d\u52a1\u5668\u4e2d\u6ce8\u518c\u4e86\u5de5\u4f5c\u6d41\u5143\u7d20 %s\u3002\u5c06\u5ffd\u7565\u8be5\u5de5\u4f5c\u6d41\u5143\u7d20 |
| | | SEVERE_ERR_CONFIG_WORKFLOW_CANNOT_CONFIGURE_MANUAL_713=\u5c1d\u8bd5\u4ee5\u624b\u52a8\u6a21\u5f0f\u5728\u76ee\u5f55\u670d\u52a1\u5668\u4e2d\u914d\u7f6e\u5de5\u4f5c\u6d41\u65f6\u51fa\u73b0\u9519\u8bef\uff0c\u5e76\u4e14\u65e0\u6cd5\u56de\u6eda\u5230\u81ea\u52a8\u914d\u7f6e\u6a21\u5f0f\u3002\u5982\u679c\u670d\u52a1\u5668\u5904\u4e8e\u4e0d\u7a33\u5b9a\u72b6\u6001\uff0c\u8bf7\u4f7f\u7528\u6700\u8fd1\u7684\u6709\u6548\u914d\u7f6e\u91cd\u65b0\u542f\u52a8\u670d\u52a1\u5668 |
| | | SEVERE_ERR_CONFIG_WORKFLOW_CANNOT_CONFIGURE_AUTO_714=\u5c1d\u8bd5\u4ee5\u81ea\u52a8\u6a21\u5f0f\u5728\u76ee\u5f55\u670d\u52a1\u5668\u4e2d\u914d\u7f6e\u5de5\u4f5c\u6d41\u65f6\u51fa\u73b0\u9519\u8bef\uff0c\u5e76\u4e14\u65e0\u6cd5\u56de\u6eda\u5230\u624b\u52a8\u914d\u7f6e\u6a21\u5f0f\u3002\u5982\u679c\u670d\u52a1\u5668\u5904\u4e8e\u4e0d\u7a33\u5b9a\u72b6\u6001\uff0c\u8bf7\u4f7f\u7528\u6700\u8fd1\u7684\u6709\u6548\u914d\u7f6e\u91cd\u65b0\u542f\u52a8\u670d\u52a1\u5668 |
| | | SEVERE_ERR_CONFIG_LOGGING_INSANE_MODE_715=\u65e0\u6548\u7684 UNIX \u6587\u4ef6\u6743\u9650 %s \u4e0d\u5141\u8bb8\u65e5\u5fd7\u53d1\u5e03\u7a0b\u5e8f\u5bf9\u65e5\u5fd7\u6587\u4ef6\u8fdb\u884c\u5199\u5165\u8bbf\u95ee |
| | | SEVERE_ERR_CONFIG_LOGGING_MODE_INVALID_716=\u65e0\u6548\u7684 UNIX \u6587\u4ef6\u6743\u9650 %s: %s |
| | | MILD_ERR_CONFIG_EXTENSION_CONFIG_NOT_ACCEPTABLE_717=\u65e0\u6cd5\u63a5\u53d7\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u6269\u5c55\u7684\u914d\u7f6e: %s |
| | | MILD_ERR_CONFIG_EXTENSION_INITIALIZATION_FAILED_718=\u5728\u5c1d\u8bd5\u5c06\u7c7b %s \u7684\u5b9e\u4f8b\u521d\u59cb\u5316\u4e3a\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u6269\u5c55\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | |
| New file |
| | |
| | | # CDDL HEADER START |
| | | # |
| | | # The contents of this file are subject to the terms of the |
| | | # Common Development and Distribution License, Version 1.0 only |
| | | # (the "License"). You may not use this file except in compliance |
| | | # with the License. |
| | | # |
| | | # You can obtain a copy of the license at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE |
| | | # or https://OpenDS.dev.java.net/OpenDS.LICENSE. |
| | | # See the License for the specific language governing permissions |
| | | # and limitations under the License. |
| | | # |
| | | # When distributing Covered Code, include this CDDL HEADER in each |
| | | # file and include the License file at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, |
| | | # add the following below this CDDL HEADER, with the fields enclosed |
| | | # by brackets "[]" replaced with your own identifying information: |
| | | # Portions Copyright [yyyy] [name of copyright owner] |
| | | # |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2008 Sun Microsystems, Inc. |
| | | |
| | | |
| | | |
| | | # |
| | | # Global directives |
| | | # |
| | | global.category=CONFIG |
| | | |
| | | # |
| | | # Format string definitions |
| | | # |
| | | # Keys must be formatted as follows: |
| | | # |
| | | # [SEVERITY]_[DESCRIPTION]_[ORDINAL] |
| | | # |
| | | # where: |
| | | # |
| | | # SEVERITY is one of: |
| | | # [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE] |
| | | # |
| | | # DESCRIPTION is an upper case string providing a hint as to the context of |
| | | # the message in upper case with the underscore ('_') character serving as |
| | | # word separator |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | MILD_ERR_CONFIG_ATTR_IS_REQUIRED_1=\u914d\u7f6e\u5c6c\u6027 %s \u81f3\u5c11\u9700\u8981\u6709\u4e00\u500b\u503c\uff0c\u4f46\u662f\u7d50\u679c\u7522\u751f\u7684\u4f5c\u696d\u5df2\u79fb\u9664\u6240\u6709\u7684\u503c |
| | | MILD_ERR_CONFIG_ATTR_REJECTED_VALUE_2=\u5df2\u62d2\u7d55\u6240\u63d0\u4f9b\u7684\u503c %s (\u91dd\u5c0d\u914d\u7f6e\u5c6c\u6027 %s)\u3002\u63d0\u4f9b\u7684\u539f\u56e0\u5982\u4e0b: %s |
| | | MILD_ERR_CONFIG_ATTR_SET_VALUES_IS_SINGLE_VALUED_3=\u914d\u7f6e\u5c6c\u6027 %s \u662f\u55ae\u4e00\u503c\u5c6c\u6027\uff0c\u4f46\u662f\u63d0\u4f9b\u4e86\u591a\u91cd\u503c |
| | | MILD_ERR_CONFIG_ATTR_ADD_VALUES_IS_SINGLE_VALUED_4=\u914d\u7f6e\u5c6c\u6027 %s \u662f\u55ae\u4e00\u503c\u5c6c\u6027\uff0c\u4f46\u662f\u589e\u52a0\u6240\u63d0\u4f9b\u7684\u503c\u6703\u8b93\u5b83\u5177\u6709\u591a\u91cd\u503c |
| | | MILD_ERR_CONFIG_ATTR_ADD_VALUES_ALREADY_EXISTS_5=\u914d\u7f6e\u5c6c\u6027 %s \u5df2\u7d93\u5305\u542b\u503c %s |
| | | MILD_ERR_CONFIG_ATTR_NO_SUCH_VALUE_6=\u7121\u6cd5\u5f9e\u914d\u7f6e\u5c6c\u6027 %2$s \u79fb\u9664\u503c %1$s\uff0c\u56e0\u70ba\u6307\u5b9a\u7684\u503c\u4e0d\u5b58\u5728 |
| | | MILD_ERR_CONFIG_ATTR_INVALID_BOOLEAN_VALUE_7=\u7121\u6cd5\u8a2d\u5b9a\u5e03\u6797\u914d\u7f6e\u5c6c\u6027 %s \u7684\u503c\uff0c\u56e0\u70ba\u6240\u63d0\u4f9b\u7684\u503c %s \u4e0d\u662f\u300ctrue\u300d\u5c31\u662f\u300cfalse\u300d |
| | | MILD_ERR_CONFIG_ATTR_NO_INT_VALUE_8=\u7121\u6cd5\u5c07\u914d\u7f6e\u5c6c\u6027 %s \u7684\u503c\u64f7\u53d6\u70ba\u6574\u6578\uff0c\u56e0\u70ba\u8a72\u5c6c\u6027\u6c92\u6709\u4efb\u4f55\u503c |
| | | MILD_ERR_CONFIG_ATTR_MULTIPLE_INT_VALUES_9=\u7121\u6cd5\u5c07\u914d\u7f6e\u5c6c\u6027 %s \u7684\u503c\u64f7\u53d6\u70ba\u6574\u6578\uff0c\u56e0\u70ba\u8a72\u5c6c\u6027\u5177\u6709\u591a\u500b\u503c |
| | | MILD_ERR_CONFIG_ATTR_VALUE_OUT_OF_INT_RANGE_10=\u7121\u6cd5\u5c07\u914d\u7f6e\u5c6c\u6027 %s \u7684\u503c\u64f7\u53d6\u70ba Java int\uff0c\u56e0\u70ba\u6b64\u503c\u8d85\u51fa int \u7684\u5141\u8a31\u7bc4\u570d |
| | | MILD_ERR_CONFIG_ATTR_INVALID_INT_VALUE_11=\u7121\u6cd5\u8a2d\u5b9a\u6574\u6578\u914d\u7f6e\u5c6c\u6027 %s \u7684\u503c\uff0c\u56e0\u70ba\u7121\u6cd5\u5c07\u6240\u63d0\u4f9b\u7684\u503c %s \u89e3\u8b6f\u70ba\u6574\u6578\u503c: %s |
| | | MILD_ERR_CONFIG_ATTR_INT_BELOW_LOWER_BOUND_12=\u7121\u6cd5\u8a2d\u5b9a\u914d\u7f6e\u5c6c\u6027 %s \u7684\u503c\uff0c\u56e0\u70ba\u6240\u63d0\u4f9b\u7684\u503c %d \u5c0f\u65bc\u6700\u5c0f\u5141\u8a31\u503c %d |
| | | MILD_ERR_CONFIG_ATTR_INT_ABOVE_UPPER_BOUND_13=\u7121\u6cd5\u8a2d\u5b9a\u914d\u7f6e\u5c6c\u6027 %s \u7684\u503c\uff0c\u56e0\u70ba\u6240\u63d0\u4f9b\u7684\u503c %d \u5927\u65bc\u6700\u5927\u5141\u8a31\u503c %d |
| | | MILD_ERR_CONFIG_ATTR_INT_COULD_NOT_PARSE_14=\u7121\u6cd5\u5c07\u503c %s (\u91dd\u5c0d\u914d\u7f6e\u5c6c\u6027 %s) \u5256\u6790\u70ba\u6574\u6578\u503c: %s |
| | | MILD_ERR_CONFIG_ATTR_NO_STRING_VALUE_15=\u7121\u6cd5\u5c07\u914d\u7f6e\u5c6c\u6027 %s \u7684\u503c\u64f7\u53d6\u70ba\u5b57\u4e32\uff0c\u56e0\u70ba\u8a72\u5c6c\u6027\u6c92\u6709\u4efb\u4f55\u503c |
| | | MILD_ERR_CONFIG_ATTR_MULTIPLE_STRING_VALUES_16=\u7121\u6cd5\u5c07\u914d\u7f6e\u5c6c\u6027 %s \u7684\u503c\u64f7\u53d6\u70ba\u5b57\u4e32\uff0c\u56e0\u70ba\u8a72\u5c6c\u6027\u5177\u6709\u591a\u500b\u503c |
| | | MILD_ERR_CONFIG_ATTR_EMPTY_STRING_VALUE_17=\u63d0\u4f9b\u7d66\u914d\u7f6e\u5c6c\u6027 %s \u7684\u662f\u7a7a\u503c\u5b57\u4e32 |
| | | MILD_ERR_CONFIG_ATTR_VALUE_NOT_ALLOWED_18=\u503c %s \u672a\u5305\u542b\u65bc\u914d\u7f6e\u5c6c\u6027 %s \u7684\u53ef\u63a5\u53d7\u503c\u6e05\u55ae\u4e2d |
| | | MILD_ERR_CONFIG_ATTR_INVALID_UNIT_19=\u300c%s\u300d\u4e0d\u662f\u914d\u7f6e\u5c6c\u6027 %s \u7684\u6709\u6548\u55ae\u4f4d |
| | | MILD_ERR_CONFIG_ATTR_NO_UNIT_DELIMITER_20=\u7121\u6cd5\u5c07 %s \u89e3\u78bc\u70ba\u914d\u7f6e\u5c6c\u6027 %s \u7684\u6574\u6578\u503c\u548c\u55ae\u4f4d\uff0c\u56e0\u70ba\u627e\u4e0d\u5230\u503c/\u55ae\u4f4d\u5206\u5272\u5143 |
| | | MILD_ERR_CONFIG_ATTR_COULD_NOT_PARSE_INT_COMPONENT_21=\u7121\u6cd5\u89e3\u78bc\u503c %s (\u91dd\u5c0d\u914d\u7f6e\u5c6c\u6027 %s) \u7684\u6574\u6578\u90e8\u5206: %s |
| | | MILD_ERR_CONFIG_ATTR_INVALID_VALUE_WITH_UNIT_22=\u4e0d\u5141\u8a31\u63d0\u4f9b\u7684\u503c %s (\u91dd\u5c0d\u55ae\u4f4d\u5c6c\u6027\u70ba %s \u7684\u6574\u6578): %s |
| | | MILD_ERR_CONFIG_ENTRY_CONFLICTING_CHILD_23=\u7121\u6cd5\u5c07\u914d\u7f6e\u9805\u76ee %s \u589e\u52a0\u70ba\u914d\u7f6e\u9805\u76ee %s \u7684\u5b50\u9805\uff0c\u56e0\u70ba\u5df2\u627e\u5230\u5177\u6709\u8a72 DN \u7684\u5b50\u9805\u76ee |
| | | MILD_ERR_CONFIG_ENTRY_NO_SUCH_CHILD_24=\u7121\u6cd5\u79fb\u9664\u9805\u76ee %s (\u4f5c\u70ba\u914d\u7f6e\u9805\u76ee %s \u7684\u5b50\u9805)\uff0c\u56e0\u70ba\u8a72\u9805\u76ee\u6c92\u6709\u5177\u6307\u5b9a DN \u7684\u5b50\u9805 |
| | | MILD_ERR_CONFIG_ENTRY_CANNOT_REMOVE_NONLEAF_25=\u7121\u6cd5\u79fb\u9664\u9805\u76ee %s (\u4f5c\u70ba\u914d\u7f6e\u9805\u76ee %s \u7684\u5b50\u9805)\uff0c\u56e0\u70ba\u8a72\u9805\u76ee\u5177\u6709\u5b83\u81ea\u5df1\u7684\u5b50\u9805\uff0c\u800c\u4e14\u7121\u6cd5\u79fb\u9664\u975e\u5c3e\u7bc0\u9ede\u9805\u76ee |
| | | FATAL_ERR_CONFIG_FILE_DOES_NOT_EXIST_26=\u6307\u5b9a\u7684\u914d\u7f6e\u6a94\u6848 %s \u4e0d\u5b58\u5728\u6216\u7121\u6cd5\u8b80\u53d6 |
| | | FATAL_ERR_CONFIG_FILE_CANNOT_VERIFY_EXISTENCE_27=\u5617\u8a66\u5224\u5b9a\u914d\u7f6e\u6a94\u6848 %s \u662f\u5426\u5b58\u5728\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | FATAL_ERR_CONFIG_FILE_CANNOT_OPEN_FOR_READ_28=\u5617\u8a66\u958b\u555f\u914d\u7f6e\u6a94\u6848 %s \u9032\u884c\u8b80\u53d6\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | FATAL_ERR_CONFIG_FILE_READ_ERROR_29=\u5617\u8a66\u8b80\u53d6\u914d\u7f6e\u6a94\u6848 %s \u7684\u5167\u5bb9\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_CONFIG_ATTR_OPTIONS_NOT_ALLOWED_30=\u5075\u6e2c\u5230\u7121\u6548\u7684\u914d\u7f6e\u5c6c\u6027 %s\uff1a\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u4e2d\u5141\u8a31\u7684\u552f\u4e00\u5c6c\u6027\u9078\u9805\u662f\u300c\u64f1\u7f6e\u300d\uff0c\u4ee5\u6307\u51fa\u4e00\u7d44\u64f1\u7f6e\u503c |
| | | FATAL_ERR_CONFIG_FILE_INVALID_LDIF_ENTRY_31=\u5617\u8a66\u5256\u6790 LDIF \u6a94\u6848 %2$s \u4e2d\u7684\u914d\u7f6e\u6642\uff0c\u5728\u884c %1$d \u6216\u8a72\u884c\u9644\u8fd1\u767c\u751f\u932f\u8aa4: %3$s |
| | | FATAL_ERR_CONFIG_FILE_EMPTY_32=\u6307\u5b9a\u7684\u914d\u7f6e\u6a94\u6848 %s \u4f3c\u4e4e\u672a\u5305\u542b\u4efb\u4f55\u914d\u7f6e\u9805\u76ee |
| | | FATAL_ERR_CONFIG_FILE_INVALID_BASE_DN_33=\u5f9e LDIF \u914d\u7f6e\u6a94\u6848 %s \u8b80\u53d6\u7684\u7b2c\u4e00\u500b\u9805\u76ee\u7684 DN \u662f\u300c%s\u300d\uff0c\u800c\u4e0d\u662f\u9810\u671f\u7684\u300c%s\u300d(\u61c9\u8a72\u505a\u70ba\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u6839) |
| | | FATAL_ERR_CONFIG_FILE_GENERIC_ERROR_34=\u5617\u8a66\u8655\u7406\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u6a94\u6848 %s \u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | FATAL_ERR_CONFIG_FILE_DUPLICATE_ENTRY_35=\u914d\u7f6e\u9805\u76ee %s (\u5728\u884c %s \u6216\u8a72\u884c\u9644\u8fd1\u958b\u59cb\uff0c\u800c\u8a72\u884c\u4f4d\u65bc LDIF \u914d\u7f6e\u6a94\u6848 %s \u4e2d) \u7684 DN \u8207\u53e6\u4e00\u500b\u5df2\u5f9e\u8a72\u6a94\u6848\u8b80\u53d6\u7684\u9805\u76ee\u76f8\u540c |
| | | FATAL_ERR_CONFIG_FILE_NO_PARENT_36=\u914d\u7f6e\u9805\u76ee %s (\u5728\u884c %d \u6216\u8a72\u884c\u9644\u8fd1\u958b\u59cb\uff0c\u800c\u8a72\u884c\u4f4d\u65bc\u914d\u7f6e LDIF \u6a94\u6848 %s \u4e2d) \u4f3c\u4e4e\u6c92\u6709\u7236\u7cfb\u9805\u76ee (\u9810\u671f\u7684\u7236\u7cfb DN \u662f %s) |
| | | FATAL_ERR_CONFIG_FILE_UNKNOWN_PARENT_37=\u76ee\u9304\u4f3a\u670d\u5668\u7121\u6cd5\u5224\u5b9a\u914d\u7f6e\u9805\u76ee %s (\u5728\u884c %d \u6216\u8a72\u884c\u9644\u8fd1\u958b\u59cb\uff0c\u800c\u8a72\u884c\u4f4d\u65bc\u914d\u7f6e LDIF \u6a94\u6848 %s \u4e2d) \u7684\u7236\u7cfb DN |
| | | FATAL_ERR_CONFIG_CANNOT_DETERMINE_SERVER_ROOT_38=\u7121\u6cd5\u5f9e\u74b0\u5883\u8b8a\u6578\u6216\u6839\u64da\u914d\u7f6e\u6a94\u6848\u7684\u4f4d\u7f6e\u4f86\u5224\u5b9a\u76ee\u9304\u4f3a\u670d\u5668\u5be6\u4f8b\u6839\u3002\u8acb\u8a2d\u5b9a\u540d\u7a31\u70ba %s \u7684\u74b0\u5883\u8b8a\u6578\uff0c\u5176\u503c\u5305\u542b\u4f3a\u670d\u5668\u5b89\u88dd\u6839\u76ee\u9304\u7684\u7d55\u5c0d\u8def\u5f91 |
| | | SEVERE_ERR_CONFIG_FILE_WRITE_ERROR_39=\u5617\u8a66\u5c07\u914d\u7f6e\u9805\u76ee %s \u5beb\u5165\u81f3 LDIF \u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | SEVERE_ERR_CONFIG_FILE_CLOSE_ERROR_40=\u5617\u8a66\u95dc\u9589 LDIF \u5beb\u5165\u5668\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | SEVERE_ERR_CONFIG_FILE_UNWILLING_TO_IMPORT_41=\u5f9e LDIF \u532f\u5165\u65b0\u914d\u7f6e\uff0c\u53ef\u80fd\u7121\u6cd5\u66f4\u6539\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e |
| | | FATAL_ERR_CONFIG_LOGGER_CANNOT_GET_BASE_42=\u5617\u8a66\u5f9e\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u64f7\u53d6\u57fa\u5e95\u8a18\u9304\u7a0b\u5f0f\u9805\u76ee cn=Loggers,cn=config \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_WARN_CONFIG_LOGGER_BASE_DOES_NOT_EXIST_43=\u8a18\u9304\u7a0b\u5f0f\u914d\u7f6e\u57fa\u5e95 cn=Loggers,cn=config \u4e0d\u5b58\u5728\u65bc\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u4e2d\u3002\u5efa\u7acb\u6b64\u9805\u76ee\u4e26\u91cd\u65b0\u555f\u52d5\u76ee\u9304\u4f3a\u670d\u5668\u4e4b\u5f8c\uff0c\u624d\u80fd\u4f7f\u7528\u8a18\u9304\u8a2d\u5099 |
| | | SEVERE_WARN_CONFIG_LOGGER_NO_ACTIVE_ACCESS_LOGGERS_44=\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u4e2d\u672a\u5b9a\u7fa9\u4f7f\u7528\u4e2d\u7684\u5b58\u53d6\u8a18\u9304\u7a0b\u5f0f\u3002\u5c07\u4e0d\u6703\u57f7\u884c\u5b58\u53d6\u8a18\u9304 |
| | | SEVERE_WARN_CONFIG_LOGGER_NO_ACTIVE_ERROR_LOGGERS_45=\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u4e2d\u672a\u5b9a\u7fa9\u4f7f\u7528\u4e2d\u7684\u932f\u8aa4\u8a18\u9304\u7a0b\u5f0f\u3002\u5c07\u4e0d\u6703\u57f7\u884c\u932f\u8aa4\u8a18\u9304 |
| | | MILD_WARN_CONFIG_LOGGER_NO_ACTIVE_DEBUG_LOGGERS_46=\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u4e2d\u672a\u5b9a\u7fa9\u4f7f\u7528\u4e2d\u7684\u9664\u932f\u8a18\u9304\u7a0b\u5f0f\u3002\u5c07\u4e0d\u6703\u57f7\u884c\u9664\u932f\u8a18\u9304 |
| | | SEVERE_ERR_CONFIG_LOGGER_ENTRY_UNACCEPTABLE_47=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684\u8a18\u9304\u7a0b\u5f0f\u914d\u7f6e: %s\u3002\u5c07\u4e88\u4ee5\u5ffd\u7565 |
| | | INFO_CONFIG_UNKNOWN_UNACCEPTABLE_REASON_48=\u7121\u6cd5\u63a5\u53d7\u7684\u539f\u56e0\u4e0d\u660e |
| | | SEVERE_ERR_CONFIG_LOGGER_CANNOT_CREATE_LOGGER_49=\u5617\u8a66\u6839\u64da\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684\u8cc7\u8a0a\u5efa\u7acb\u76ee\u9304\u4f3a\u670d\u5668\u8a18\u9304\u7a0b\u5f0f\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_OBJECTCLASS_50=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b\u76ee\u9304\u4f3a\u670d\u5668\u5b58\u53d6\u3001\u932f\u8aa4\u6216\u9664\u932f\u8a18\u9304\u7a0b\u5f0f\u5b9a\u7fa9\u7684\u6709\u6548\u7269\u4ef6\u985e\u5225 |
| | | INFO_CONFIG_LOGGER_DESCRIPTION_CLASS_NAME_51=\u53ef\u5b9a\u7fa9\u76ee\u9304\u4f3a\u670d\u5668\u8a18\u9304\u7a0b\u5f0f\u7684\u5b8c\u5168\u5408\u683c Java \u985e\u5225\u540d\u7a31\u3002\u5982\u679c\u5728\u555f\u7528\u76f8\u95dc\u8a18\u9304\u7a0b\u5f0f\u6642\u66f4\u6539\u6b64\u9805\u76ee\uff0c\u5247\u5fc5\u9808\u505c\u7528\u4e26\u91cd\u65b0\u555f\u7528\u8a72\u8a18\u9304\u7a0b\u5f0f\uff0c\u8b8a\u66f4\u624d\u6703\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_LOGGER_NO_CLASS_NAME_52=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684 ds-cfg-java-class \u914d\u7f6e\u5c6c\u6027\u503c\uff0c\u800c\u6b64\u5c6c\u6027\u6307\u5b9a\u76f8\u95dc\u8a18\u9304\u7a0b\u5f0f\u4e4b\u5b8c\u5168\u5408\u683c\u7684\u985e\u5225\u540d\u7a31 |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_CLASS_NAME_53=\u914d\u7f6e\u9805\u76ee %s \u5177\u6709\u7121\u6548\u7684 ds-cfg-java-class \u5c6c\u6027\u503c: %s |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_ACCESS_LOGGER_CLASS_54=\u985e\u5225 %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u7684\u5c6c\u6027 ds-cfg-java-class \u4e2d) \u4e0d\u53ef\u4ee5\u5be6\u4f8b\u5316\u70ba\u76ee\u9304\u4f3a\u670d\u5668\u5b58\u53d6\u8a18\u9304\u7a0b\u5f0f: %s |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_ERROR_LOGGER_CLASS_55=\u985e\u5225 %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u7684\u5c6c\u6027 ds-cfg-java-class \u4e2d) \u4e0d\u53ef\u4ee5\u5be6\u4f8b\u5316\u70ba\u76ee\u9304\u4f3a\u670d\u5668\u932f\u8aa4\u8a18\u9304\u7a0b\u5f0f: %s |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_DEBUG_LOGGER_CLASS_56=\u985e\u5225 %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u7684\u5c6c\u6027 ds-cfg-java-class \u4e2d) \u4e0d\u53ef\u4ee5\u5be6\u4f8b\u5316\u70ba\u76ee\u9304\u4f3a\u670d\u5668\u9664\u932f\u8a18\u9304\u7a0b\u5f0f: %s |
| | | INFO_CONFIG_LOGGER_DESCRIPTION_ENABLED_57=\u8868\u793a\u662f\u5426\u61c9\u8a72\u555f\u7528\u6b64\u76ee\u9304\u4f3a\u670d\u5668\u8a18\u9304\u7a0b\u5f0f\u3002\u5c0d\u6b64\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_LOGGER_NO_ENABLED_ATTR_58=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684 ds-cfg-enabled \u914d\u7f6e\u5c6c\u6027\u503c\uff0c\u800c\u6b64\u5c6c\u6027\u8868\u793a\u662f\u5426\u61c9\u8a72\u555f\u7528\u8a18\u9304\u7a0b\u5f0f\u4ee5\u4fbf\u7528\u65bc\u76ee\u9304\u4f3a\u670d\u5668 |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_ENABLED_VALUE_59=\u914d\u7f6e\u9805\u76ee %s \u5177\u6709\u7121\u6548\u7684 ds-cfg-enabled \u5c6c\u6027\u503c: %s |
| | | INFO_CONFIG_CORE_DESCRIPTION_ALLOW_ATTR_EXCEPTIONS_60=\u8868\u793a\u662f\u5426\u5141\u8a31\u53ef\u7528\u65bc\u5c6c\u6027\u540d\u7a31\u7684\u5b57\u5143\u5177\u6709\u90e8\u5206\u5f48\u6027\u3002\u5c6c\u6027\u540d\u7a31\u9810\u8a2d\u53ea\u80fd\u5305\u542b ASCII \u82f1\u6587\u5b57\u6bcd\u3001\u6578\u5b57\u53ca\u7834\u6298\u865f\uff0c\u800c\u4e14\u958b\u982d\u5fc5\u9808\u662f\u5b57\u6bcd\u3002\u5982\u679c\u555f\u7528\u5c6c\u6027\u540d\u7a31\u7570\u5e38\uff0c\u5247\u4e5f\u5141\u8a31\u5e95\u7dda\u5b57\u5143\uff0c\u800c\u4e14\u5c6c\u6027\u540d\u7a31\u7684\u958b\u982d\u4e5f\u53ef\u4ee5\u662f\u6578\u5b57\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_ALLOW_EXCEPTIONS_61=\u914d\u7f6e\u9805\u76ee %s \u5177\u6709\u7121\u6548\u7684 ds-cfg-allow-attribute-name-exceptions \u914d\u7f6e\u5c6c\u6027\u503c (\u61c9\u8a72\u662f\u5e03\u6797\u503c true \u6216 false): %s |
| | | INFO_CONFIG_CORE_DESCRIPTION_INVALID_SYNTAX_BEHAVIOR_62=\u76ee\u9304\u4f3a\u670d\u5668\u63a2\u7d22\u5230\u5c6c\u6027\u503c\u672a\u7b26\u5408\u8a72\u5c6c\u6027\u7684\u8a9e\u6cd5\u6642\u6240\u61c9\u7981\u6b62\u7684\u904b\u4f5c\u65b9\u5f0f\u3002\u6b64\u5c6c\u6027\u7684\u53ef\u63a5\u53d7\u503c\u662f\u300creject\u300d\u8868\u793a\u62d2\u7d55\u7121\u6548\u503c\u3001\u300cwarn\u300d\u8868\u793a\u63a5\u53d7\u7121\u6548\u503c\u4f46\u8a18\u9304\u8b66\u544a\u8a0a\u606f\uff0c\u6216\u300caccept\u300d\u8868\u793a\u63a5\u53d7\u7121\u6548\u503c\u800c\u672a\u51fa\u73fe\u8b66\u544a\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_ENFORCE_STRICT_SYNTAX_63=\u914d\u7f6e\u9805\u76ee %s \u5177\u6709\u7121\u6548\u7684 ds-cfg-invalid-attribute-syntax-behavior \u914d\u7f6e\u5c6c\u6027\u503c (\u61c9\u8a72\u662f\u300caccept\u300d\u3001\u300creject\u300d\u6216\u300cwarn\u300d): %s |
| | | MILD_ERR_CONFIG_ATTR_MULTIPLE_PENDING_VALUE_SETS_64=\u914d\u7f6e\u5c6c\u6027 %s \u4f3c\u4e4e\u5305\u542b\u591a\u500b\u64f1\u7f6e\u7684\u503c\u8a2d\u5b9a |
| | | MILD_ERR_CONFIG_ATTR_MULTIPLE_ACTIVE_VALUE_SETS_65=\u914d\u7f6e\u5c6c\u6027 %s \u4f3c\u4e4e\u5305\u542b\u591a\u500b\u4f7f\u7528\u4e2d\u7684\u503c\u8a2d\u5b9a |
| | | MILD_ERR_CONFIG_ATTR_NO_ACTIVE_VALUE_SET_66=\u914d\u7f6e\u5c6c\u6027 %s \u4e0d\u5305\u542b\u4f7f\u7528\u4e2d\u7684\u503c\u8a2d\u5b9a |
| | | MILD_ERR_CONFIG_ATTR_INT_INVALID_TYPE_67=\u7121\u6cd5\u5c07\u503c %s (\u91dd\u5c0d\u914d\u7f6e\u5c6c\u6027 %s) \u5256\u6790\u70ba\u6574\u6578\u503c\uff0c\u56e0\u70ba\u5143\u7d20\u7684\u985e\u578b (%s) \u7121\u6548 |
| | | MILD_ERR_CONFIG_ATTR_INT_INVALID_ARRAY_TYPE_68=\u7121\u6cd5\u5c07\u914d\u7f6e\u5c6c\u6027 %s \u7684\u503c\u5256\u6790\u70ba\u4e00\u7d44\u6574\u6578\u503c\uff0c\u56e0\u70ba\u9663\u5217\u5305\u542b\u7684\u5143\u7d20\u985e\u578b (%s) \u7121\u6548 |
| | | MILD_ERR_CONFIG_ATTR_INVALID_STRING_VALUE_69=\u7121\u6cd5\u5c07\u503c %s (\u91dd\u5c0d\u914d\u7f6e\u5c6c\u6027 %s) \u5256\u6790\u70ba\u5b57\u4e32\u503c: %s |
| | | MILD_ERR_CONFIG_ATTR_STRING_INVALID_TYPE_70=\u7121\u6cd5\u5c07\u503c %s (\u91dd\u5c0d\u914d\u7f6e\u5c6c\u6027 %s) \u5256\u6790\u70ba\u5b57\u4e32\u503c\uff0c\u56e0\u70ba\u5143\u7d20\u7684\u985e\u578b (%s) \u7121\u6548 |
| | | MILD_ERR_CONFIG_ATTR_STRING_INVALID_ARRAY_TYPE_71=\u7121\u6cd5\u5c07\u914d\u7f6e\u5c6c\u6027 %s \u7684\u503c\u5256\u6790\u70ba\u4e00\u7d44\u5b57\u4e32\u503c\uff0c\u56e0\u70ba\u9663\u5217\u5305\u542b\u7684\u5143\u7d20\u985e\u578b (%s) \u7121\u6548 |
| | | MILD_ERR_CONFIG_ATTR_INT_WITH_UNIT_INVALID_TYPE_72=\u7121\u6cd5\u5c07\u503c %s (\u91dd\u5c0d\u914d\u7f6e\u5c6c\u6027 %s) \u5256\u6790\u70ba\u5177\u6709\u55ae\u4f4d\u503c\u7684\u6574\u6578\uff0c\u56e0\u70ba\u5143\u7d20\u7684\u985e\u578b (%s) \u7121\u6548 |
| | | MILD_ERR_CONFIG_JMX_ATTR_NO_VALUE_73=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b\u5c6c\u6027 %s \u7684\u503c |
| | | MILD_ERR_CONFIG_JMX_ATTR_NO_ATTR_74=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b\u5c6c\u6027 %s (\u6216\u8a72\u5c6c\u6027\u5b58\u5728\u4f46\u7121\u6cd5\u4f7f\u7528 JMX \u9032\u884c\u5b58\u53d6) |
| | | MILD_ERR_CONFIG_JMX_CANNOT_GET_CONFIG_ENTRY_75=\u7121\u6cd5\u64f7\u53d6\u914d\u7f6e\u9805\u76ee %s \u4ee5\u900f\u904e JMX \u5b58\u53d6: %s |
| | | MILD_ERR_CONFIG_JMX_ATTR_INVALID_VALUE_76=\u5617\u8a66\u900f\u904e JMX \u66f4\u65b0\u914d\u7f6e\u9805\u76ee %2$s \u7684\u5c6c\u6027 %1$s \u6703\u5c0e\u81f4\u7121\u6548\u7684\u503c: %3$s |
| | | MILD_ERR_CONFIG_JMX_UNACCEPTABLE_CONFIG_77=\u900f\u904e JMX \u66f4\u65b0\u914d\u7f6e\u9805\u76ee %s \u6703\u5c0e\u81f4\u7121\u6548\u7684\u914d\u7f6e: %s |
| | | MILD_ERR_CONFIG_JMX_NO_METHOD_78=\u6c92\u6709\u65b9\u6cd5 %s \u9069\u7528\u65bc\u5728\u914d\u7f6e\u9805\u76ee %s \u4e2d\u8a3b\u518a\u7684\u4efb\u4f55\u53ef\u547c\u53eb\u5143\u4ef6 |
| | | MILD_ERR_CONFIG_CANNOT_GET_CONFIG_ENTRY_79=\u5617\u8a66\u64f7\u53d6\u914d\u7f6e\u9805\u76ee %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | INFO_CONFIG_SET_ATTRIBUTE_80=\u914d\u7f6e\u5c6c\u6027 %s \u7684\u503c\u5df2\u8a2d\u5b9a\u70ba %s (\u4f4d\u65bc\u914d\u7f6e\u9805\u76ee %s \u4e2d) |
| | | MILD_ERR_CONFIG_CHANGE_NOT_SUCCESSFUL_81=\u5617\u8a66\u66f4\u65b0\u914d\u7f6e\u9805\u76ee %s \u672a\u6210\u529f\uff0c\u800c\u4e14\u9047\u5230\u4e00\u6216\u591a\u500b\u554f\u984c: %s |
| | | SEVERE_ERR_CONFIG_LOGGER_NO_FILE_NAME_82=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684 ds-cfg-log-file \u914d\u7f6e\u5c6c\u6027\u503c\uff0c\u800c\u6b64\u5c6c\u6027\u6307\u5b9a\u76f8\u95dc\u8a18\u9304\u7a0b\u5f0f\u7684\u8a18\u9304\u6a94\u540d\u7a31 |
| | | SEVERE_ERR_CONFIG_JMX_CANNOT_REGISTER_MBEAN_83=\u76ee\u9304\u4f3a\u670d\u5668\u7121\u6cd5\u8a3b\u518a\u8207\u914d\u7f6e\u9805\u76ee %s \u76f8\u95dc\u5143\u4ef6\u7684 JMX MBean: %s |
| | | SEVERE_ERR_CONFIG_LDIF_WRITE_ERROR_84=\u5617\u8a66\u5c07\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u532f\u51fa\u81f3 LDIF \u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | INFO_CONFIG_WORK_QUEUE_DESCRIPTION_NUM_THREADS_85=\u61c9\u8a72\u7528\u4f86\u8655\u7406\u8acb\u6c42\u7684\u5de5\u4f5c\u8005\u57f7\u884c\u7dd2\u6578\u76ee\uff0c\u53ef\u63a7\u5236\u4f3a\u670d\u5668\u53ef\u4ee5\u540c\u6642\u8655\u7406\u7684\u4f5c\u696d\u6578\u76ee\u3002\u6700\u4f73\u503c\u53d6\u6c7a\u65bc\u57f7\u884c\u4f3a\u670d\u5668\u7684\u7cfb\u7d71\u985e\u578b\u4ee5\u53ca\u9700\u8981\u8655\u7406\u7684\u5de5\u4f5c\u8ca0\u8377\u91cf\uff0c\u800c\u4e14\u6700\u597d\u662f\u900f\u904e\u6548\u80fd\u6e2c\u8a66\u6c7a\u5b9a\u3002\u5c0d\u6b64\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | INFO_CONFIG_WORK_QUEUE_DESCRIPTION_MAX_CAPACITY_86=\u7576\u6240\u6709\u5de5\u4f5c\u8005\u57f7\u884c\u7dd2\u90fd\u5fd9\u8457\u8655\u7406\u5176\u4ed6\u4f5c\u696d\u6642\uff0c\u53ef\u4fdd\u7559\u5728\u5de5\u4f5c\u4f47\u5217\u4e2d\u7684\u6700\u5927\u64f1\u7f6e\u8acb\u6c42\u6578\u76ee\u3002\u5982\u679c\u9054\u5230\u6b64\u9650\u5236\uff0c\u5247\u6703\u62d2\u7d55\u4efb\u4f55\u65b0\u7684\u8acb\u6c42\u3002\u503c\u70ba 0 \u8868\u793a\u6c92\u6709\u9650\u5236\u3002\u5c0d\u6b64\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_WORK_QUEUE_CANNOT_DETERMINE_NUM_WORKER_THREADS_87=\u5617\u8a66\u5f9e %s \u9805\u76ee\u64f7\u53d6 ds-cfg-num-worker-threads \u5c6c\u6027\u7684\u503c\u6642\u767c\u751f\u932f\u8aa4\uff0c\u800c\u6b64\u9805\u76ee\u662f\u7528\u4f86\u6307\u5b9a\u53ef\u670d\u52d9\u5de5\u4f5c\u4f47\u5217\u7684\u5de5\u4f5c\u8005\u57f7\u884c\u7dd2\u6578\u76ee: %s\u3002\u76ee\u9304\u4f3a\u670d\u5668\u5c07\u4f7f\u7528\u9810\u8a2d\u503c 24 |
| | | SEVERE_ERR_CONFIG_WORK_QUEUE_CANNOT_DETERMINE_QUEUE_CAPACITY_88=\u5617\u8a66\u5f9e %s \u9805\u76ee\u64f7\u53d6 ds-cfg-max-work-queue-capacity \u5c6c\u6027\u7684\u503c\u6642\u767c\u751f\u932f\u8aa4\uff0c\u800c\u6b64\u9805\u76ee\u662f\u7528\u4f86\u6307\u5b9a\u53ef\u4fdd\u7559\u5728\u5de5\u4f5c\u4f47\u5217\u4e2d\u7684\u6700\u5927\u64f1\u7f6e\u4f5c\u696d\u6578\u76ee: %s\u3002\u76ee\u9304\u4f3a\u670d\u5668\u5c07\u4f7f\u7528\u9810\u8a2d\u503c 0 |
| | | SEVERE_WARN_CONFIG_WORK_QUEUE_NUM_THREADS_INVALID_VALUE_89=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684 ds-cfg-num-worker-threads \u914d\u7f6e\u5c6c\u6027\u503c\u5177\u6709\u7121\u6548\u7684\u503c (%d)\u3002\u6b64\u5c6c\u6027\u9700\u8981\u5927\u65bc\u96f6\u7684\u6574\u6578\u503c |
| | | SEVERE_WARN_CONFIG_WORK_QUEUE_CAPACITY_INVALID_VALUE_90=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684 ds-cfg-max-work-queue-capacity \u914d\u7f6e\u5c6c\u6027\u503c\u5177\u6709\u7121\u6548\u7684\u503c (%d)\u3002\u6b64\u5c6c\u6027\u9700\u8981\u5927\u65bc\u6216\u7b49\u65bc\u96f6\u7684\u6574\u6578\u503c |
| | | INFO_CONFIG_WORK_QUEUE_CREATED_THREADS_91=\u5df2\u5efa\u7acb %d \u500b\u984d\u5916\u7684\u5de5\u4f5c\u8005\u57f7\u884c\u7dd2\uff0c\u9032\u800c\u8b93\u53ef\u7528\u57f7\u884c\u7dd2\u7e3d\u6578\u8b8a\u6210 %d |
| | | INFO_CONFIG_WORK_QUEUE_DESTROYING_THREADS_92=%d \u500b\u5de5\u4f5c\u8005\u57f7\u884c\u7dd2\u5c07\u5728\u9069\u7576\u6642\u5019\u7d42\u6b62 (\u5be6\u969b\u7d50\u675f\u57f7\u884c\u7dd2\uff0c\u53ef\u80fd\u9700\u8981\u6578\u79d2\u9418\u7684\u6642\u9593)\uff0c\u9032\u800c\u8b93\u53ef\u7528\u57f7\u884c\u7dd2\u7e3d\u6578\u8b8a\u6210 %d |
| | | INFO_CONFIG_WORK_QUEUE_NEW_CAPACITY_93=\u5de5\u4f5c\u4f47\u5217\u5bb9\u91cf\u5df2\u66f4\u65b0\u70ba\u4f7f\u7528\u65b0\u503c %d |
| | | SEVERE_ERR_CONFIG_WORK_QUEUE_TOO_MANY_FAILURES_94=\u5617\u8a66\u5f9e\u5de5\u4f5c\u4f47\u5217\u64f7\u53d6\u4e0b\u4e00\u500b\u4f5c\u696d\u6642\uff0c\u5de5\u4f5c\u8005\u57f7\u884c\u7dd2\u300c%s\u300d\u767c\u751f\u592a\u591a\u6b21\u91cd\u8907\u5931\u6557 (\u767c\u751f %d \u6b21\u5931\u6557\uff0c\u6700\u591a\u5141\u8a31 %d \u6b21\u5931\u6557)\u3002\u5c07\u92b7\u6bc0\u6b64\u5de5\u4f5c\u8005\u57f7\u884c\u7dd2 |
| | | SEVERE_ERR_CONFIG_WORK_QUEUE_CANNOT_CREATE_MONITOR_95=\u5617\u8a66\u5efa\u7acb\u548c\u555f\u52d5\u985e\u5225 %s \u5be6\u4f8b\u4ee5\u7576\u4f5c\u76ee\u9304\u4f3a\u670d\u5668\u5de5\u4f5c\u4f47\u5217\u7684\u76e3\u8996\u5668\u63d0\u4f9b\u8005\u6642\u767c\u751f\u554f\u984c: %s\u3002\u5de5\u4f5c\u4f47\u5217\u6c92\u6709\u53ef\u7528\u7684\u76e3\u8996\u5668\u8cc7\u8a0a |
| | | INFO_CONFIG_DESCRIPTION_BACKEND_DIRECTORY_96=\u7528\u4f86\u5132\u5b58\u5f8c\u7aef\u8cc7\u6599\u5eab\u6a94\u6848\u7684\u76ee\u9304\u540d\u7a31 |
| | | SEVERE_ERR_CONFIG_BACKEND_NO_DIRECTORY_97=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684 ds-cfg-db-directory \u914d\u7f6e\u5c6c\u6027\u503c |
| | | MILD_ERR_CONFIG_ATTR_DN_NULL_98=\u63d0\u4f9b\u7d66 DN \u914d\u7f6e\u5c6c\u6027 %s \u7684\u662f\u7a7a\u503c |
| | | MILD_ERR_CONFIG_ATTR_DN_CANNOT_PARSE_99=\u5617\u8a66\u5c07\u5c6c\u6027 %2$s \u7684\u503c\u300c%1$s\u300d\u5256\u6790\u70ba DN \u6642\u767c\u751f\u932f\u8aa4: %3$s |
| | | MILD_ERR_CONFIG_ATTR_INVALID_DN_VALUE_100=\u7121\u6cd5\u5c07\u503c %s (\u91dd\u5c0d\u914d\u7f6e\u5c6c\u6027 %s) \u5256\u6790\u70ba DN: %s |
| | | MILD_ERR_CONFIG_ATTR_DN_INVALID_TYPE_101=\u7121\u6cd5\u5c07\u503c %s (\u91dd\u5c0d\u914d\u7f6e\u5c6c\u6027 %s) \u5256\u6790\u70ba DN\uff0c\u56e0\u70ba\u5143\u7d20\u7684\u985e\u578b (%s) \u7121\u6548 |
| | | MILD_ERR_CONFIG_ATTR_DN_INVALID_ARRAY_TYPE_102=\u7121\u6cd5\u5c07\u914d\u7f6e\u5c6c\u6027 %s \u7684\u503c\u5256\u6790\u70ba\u4e00\u7d44 DN \u503c\uff0c\u56e0\u70ba\u9663\u5217\u5305\u542b\u7684\u5143\u7d20\u985e\u578b (%s) \u7121\u6548 |
| | | FATAL_ERR_CONFIG_CANNOT_REGISTER_AS_PRIVATE_SUFFIX_103=\u5617\u8a66\u5728\u76ee\u9304\u4f3a\u670d\u5668\u4e2d\u5c07\u914d\u7f6e\u8655\u7406\u7a0b\u5f0f\u57fa\u5e95 DN\u300c%s\u300d\u8a3b\u518a\u70ba\u79c1\u5bc6\u5c3e\u78bc\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | SEVERE_ERR_CONFIG_BACKEND_CANNOT_GET_CONFIG_BASE_104=\u5617\u8a66\u64f7\u53d6\u914d\u7f6e\u9805\u76ee cn=Backends,cn=config \u4ee5\u521d\u59cb\u5316\u76ee\u9304\u4f3a\u670d\u5668\u5f8c\u7aef\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_CONFIG_BACKEND_BASE_DOES_NOT_EXIST_105=\u9805\u76ee cn=Backends,cn=config \u4f3c\u4e4e\u4e0d\u5b58\u5728\u65bc\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u4e2d\u3002\u6b64\u70ba\u5fc5\u8981\u9805\u76ee |
| | | SEVERE_WARN_CONFIG_BACKEND_ENTRY_DOES_NOT_HAVE_BACKEND_CONFIG_106=\u914d\u7f6e\u9805\u76ee %s \u5b58\u5728\u65bc\u5f8c\u7aef\u914d\u7f6e\u6839 cn=Backends,cn=config \u4e4b\u4e0b\uff0c\u4f46\u6c92\u6709\u76ee\u9304\u4f3a\u670d\u5668\u5f8c\u7aef\u6240\u9700\u7684 ds-cfg-backend \u7269\u4ef6\u985e\u5225\u3002\u5c07\u5ffd\u7565\u6b64\u914d\u7f6e\u9805\u76ee |
| | | SEVERE_ERR_CONFIG_BACKEND_ERROR_INTERACTING_WITH_BACKEND_ENTRY_107=\u8207\u5f8c\u7aef\u914d\u7f6e\u9805\u76ee %s \u4e92\u52d5\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | INFO_CONFIG_BACKEND_ATTR_DESCRIPTION_ENABLED_108=\u8868\u793a\u662f\u5426\u61c9\u8a72\u555f\u7528\u6b64\u5f8c\u7aef\u4ee5\u4fbf\u7528\u65bc\u76ee\u9304\u4f3a\u670d\u5668\u3002\u53ef\u4ee5\u5728\u76ee\u9304\u4f3a\u670d\u5668\u9023\u7dda\u6642\u66f4\u6539\u6b64\u9805\u76ee\uff0c\u4f46\u5982\u679c\u505c\u7528\u5f8c\u7aef\uff0c\u5c07\u7121\u6cd5\u4f7f\u7528\u6b64\u9805\u76ee |
| | | INFO_CONFIG_BACKEND_ATTR_DESCRIPTION_CLASS_109=\u61c9\u8a72\u63d0\u4f9b\u6b64\u5f8c\u7aef\u5be6\u4f5c\u4e4b\u6838\u5fc3\u908f\u8f2f\u7684\u5b8c\u5168\u5408\u683c Java \u985e\u5225\u540d\u7a31\u3002\u5728\u505c\u7528\u4e26\u91cd\u65b0\u555f\u7528\u5f8c\u7aef\u6216\u91cd\u65b0\u555f\u52d5\u4f3a\u670d\u5668\u4e4b\u5f8c\uff0c\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u624d\u6703\u751f\u6548 |
| | | SEVERE_WARN_CONFIG_BACKEND_NO_ENABLED_ATTR_110=\u5f8c\u7aef\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b ds-cfg-enabled \u5c6c\u6027\uff0c\u800c\u6b64\u5c6c\u6027\u7528\u4f86\u8868\u793a\u61c9\u8a72\u555f\u7528\u6216\u505c\u7528\u5f8c\u7aef\u3002\u5982\u679c\u6c92\u6709\u6b64\u5c6c\u6027\uff0c\u5247\u6703\u9810\u8a2d\u70ba\u505c\u7528 |
| | | INFO_CONFIG_BACKEND_DISABLED_111=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u5f8c\u7aef\u5df2\u6a19\u793a\u70ba\u505c\u7528\uff0c\u56e0\u6b64\u5c07\u4e0d\u6703\u4f7f\u7528 |
| | | SEVERE_ERR_CONFIG_BACKEND_UNABLE_TO_DETERMINE_ENABLED_STATE_112=\u5617\u8a66\u5224\u5b9a\u61c9\u8a72\u555f\u7528\u6216\u505c\u7528\u8207\u914d\u7f6e\u9805\u76ee %s \u76f8\u95dc\u7684\u5f8c\u7aef\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s\u3002\u5c07\u4e88\u4ee5\u505c\u7528 |
| | | SEVERE_ERR_CONFIG_BACKEND_NO_CLASS_ATTR_113=\u5f8c\u7aef\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b ds-cfg-java-class \u5c6c\u6027\uff0c\u800c\u6b64\u5c6c\u6027\u7528\u4f86\u6307\u5b9a\u7528\u65bc\u63d0\u4f9b\u5f8c\u7aef\u5be6\u4f5c\u7684\u985e\u5225\u540d\u7a31\u3002\u5c07\u505c\u7528\u8207\u6b64\u914d\u7f6e\u9805\u76ee\u76f8\u95dc\u7684\u5f8c\u7aef |
| | | SEVERE_ERR_CONFIG_BACKEND_CANNOT_GET_CLASS_114=\u5617\u8a66\u5224\u5b9a\u542b\u6709\u5f8c\u7aef %s \u5be6\u4f5c\u7684 Java \u985e\u5225\u540d\u7a31\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s\u3002\u5c07\u505c\u7528\u6b64\u5f8c\u7aef |
| | | SEVERE_ERR_CONFIG_BACKEND_CANNOT_INSTANTIATE_115=\u76ee\u9304\u4f3a\u670d\u5668\u7121\u6cd5\u8f09\u5165\u985e\u5225 %s\uff0c\u4e26\u4f7f\u7528\u6b64\u985e\u5225\u4f86\u5efa\u7acb\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u5f8c\u7aef\u5be6\u4f8b\u3002\u767c\u751f\u7684\u932f\u8aa4\u70ba: %s\u3002\u5c07\u505c\u7528\u6b64\u5f8c\u7aef |
| | | SEVERE_ERR_CONFIG_BACKEND_CANNOT_INITIALIZE_116=\u5617\u8a66\u4f7f\u7528\u914d\u7f6e\u9805\u76ee %2$s \u4e2d\u7684\u8cc7\u8a0a\uff0c\u521d\u59cb\u5316\u5f9e\u985e\u5225 %1$s \u8f09\u5165\u7684\u5f8c\u7aef\u6642\u767c\u751f\u932f\u8aa4: %3$s\u3002\u5c07\u505c\u7528\u6b64\u5f8c\u7aef |
| | | SEVERE_ERR_CONFIG_BACKEND_CLASS_NOT_BACKEND_117=\u985e\u5225 %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u4e2d) \u4e0d\u5305\u542b\u6709\u6548\u7684\u76ee\u9304\u4f3a\u670d\u5668\u5f8c\u7aef\u5be6\u4f5c |
| | | NOTICE_CONFIG_BACKEND_ACTION_REQUIRED_TO_CHANGE_CLASS_118=\u8acb\u6c42\u7684\u914d\u7f6e\u9805\u76ee %s \u8b8a\u66f4\u6703\u5c0e\u81f4\u76f8\u95dc\u5f8c\u7aef\u7684\u985e\u5225\u5f9e %s \u8b8a\u66f4\u70ba %s\u3002\u505c\u7528\u4e26\u91cd\u65b0\u555f\u7528\u5f8c\u7aef\u6216\u91cd\u65b0\u555f\u52d5\u76ee\u9304\u4f3a\u670d\u5668\u4e4b\u5f8c\uff0c\u6b64\u8b8a\u66f4\u624d\u6703\u751f\u6548 |
| | | NOTICE_CONFIG_BACKEND_CANNOT_REMOVE_BACKEND_WITH_SUBORDINATES_119=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u5f8c\u7aef\u5177\u6709\u4e00\u6216\u591a\u500b\u5f9e\u5c6c\u5f8c\u7aef\u3002\u5982\u679c\u5f8c\u7aef\u5177\u6709\u5f9e\u5c6c\u5f8c\u7aef\uff0c\u5c31\u4e0d\u80fd\u4e88\u4ee5\u79fb\u9664 |
| | | INFO_CONFIG_CORE_DESCRIPTION_MAX_ALLOWED_CONNECTIONS_120=\u53ef\u5728\u4efb\u4f55\u6307\u5b9a\u6642\u9593\u5efa\u7acb\u81f3\u76ee\u9304\u4f3a\u670d\u5668\u7684\u6700\u5927\u7528\u6236\u7aef\u9023\u7dda\u6578\u76ee\u3002\u5c0f\u65bc\u6216\u7b49\u65bc\u96f6\u7684\u503c\u8868\u793a\u61c9\u8a72\u6c92\u6709\u9650\u5236\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | INFO_CONFIG_LOGGER_CLASS_ACTION_REQUIRED_122=\u7121\u6cd5\u52d5\u614b\u5957\u7528\u5c07\u8a18\u9304\u7a0b\u5f0f\u985e\u5225\u540d\u7a31\u5f9e %s \u8b8a\u66f4\u70ba %s (\u4f4d\u65bc\u914d\u7f6e\u9805\u76ee %s \u4e2d) \u7684\u8acb\u6c42\u3002\u5728\u505c\u7528\u4e26\u91cd\u65b0\u555f\u7528\u8a18\u9304\u7a0b\u5f0f\u6216\u91cd\u65b0\u555f\u52d5\u76ee\u9304\u4f3a\u670d\u5668\u4e4b\u5f8c\uff0c\u6b64\u8b8a\u66f4\u624d\u6703\u751f\u6548 |
| | | MILD_ERR_CONFIG_LOGGER_EXISTS_123=\u7121\u6cd5\u589e\u52a0 DN \u70ba %s \u7684\u65b0\u8a18\u9304\u7a0b\u5f0f\u9805\u76ee\uff0c\u56e0\u70ba\u5df2\u6709\u4f7f\u7528\u8a72 DN \u8a3b\u518a\u7684\u8a18\u9304\u7a0b\u5f0f |
| | | MILD_ERR_CONFIG_LOGGER_ACCESS_INITIALIZATION_FAILED_124=\u5617\u8a66\u5c07\u985e\u5225 %s \u5be6\u4f8b\u521d\u59cb\u5316\u70ba\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u5b58\u53d6\u8a18\u9304\u7a0b\u5f0f\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_CONFIG_LOGGER_ERROR_INITIALIZATION_FAILED_125=\u5617\u8a66\u5c07\u985e\u5225 %s \u5be6\u4f8b\u521d\u59cb\u5316\u70ba\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u932f\u8aa4\u8a18\u9304\u7a0b\u5f0f\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_CONFIG_LOGGER_DEBUG_INITIALIZATION_FAILED_126=\u5617\u8a66\u5c07\u985e\u5225 %s \u5be6\u4f8b\u521d\u59cb\u5316\u70ba\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u9664\u932f\u8a18\u9304\u7a0b\u5f0f\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | FATAL_ERR_CONFIG_MONITOR_CANNOT_GET_BASE_127=\u5617\u8a66\u5f9e\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u64f7\u53d6\u57fa\u5e95\u76e3\u8996\u5668\u9805\u76ee cn=Monitor Providers,cn=config \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_WARN_CONFIG_MONITOR_BASE_DOES_NOT_EXIST_128=\u76e3\u8996\u5668\u914d\u7f6e\u57fa\u5e95 cn=Monitor Providers,cn=config \u4e0d\u5b58\u5728\u65bc\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u4e2d\u3002\u53ea\u6703\u63d0\u4f9b\u6709\u9650\u7684\u76e3\u8996\u8cc7\u8a0a |
| | | SEVERE_ERR_CONFIG_MONITOR_ENTRY_UNACCEPTABLE_129=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684\u76e3\u8996\u5668\u63d0\u4f9b\u8005\u914d\u7f6e: %s\u3002\u5c07\u4e88\u4ee5\u5ffd\u7565 |
| | | SEVERE_ERR_CONFIG_MONITOR_CANNOT_CREATE_MONITOR_130=\u5617\u8a66\u6839\u64da\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684\u8cc7\u8a0a\u5efa\u7acb\u76ee\u9304\u4f3a\u670d\u5668\u76e3\u8996\u5668\u63d0\u4f9b\u8005\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_CONFIG_MONITOR_INVALID_OBJECTCLASS_131=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b ds-cfg-monitor-provider \u7269\u4ef6\u985e\u5225\uff0c\u800c\u76e3\u8996\u5668\u63d0\u4f9b\u8005\u5b9a\u7fa9\u9700\u8981\u6b64\u7269\u4ef6\u985e\u5225 |
| | | INFO_CONFIG_MONITOR_DESCRIPTION_CLASS_NAME_132=\u53ef\u5b9a\u7fa9\u76ee\u9304\u4f3a\u670d\u5668\u76e3\u8996\u5668\u63d0\u4f9b\u8005\u7684\u5b8c\u5168\u5408\u683c Java \u985e\u5225\u540d\u7a31\u3002\u5982\u679c\u5728\u555f\u7528\u76f8\u95dc\u76e3\u8996\u5668\u6642\u66f4\u6539\u6b64\u9805\u76ee\uff0c\u5247\u5fc5\u9808\u505c\u7528\u4e26\u91cd\u65b0\u555f\u7528\u8a72\u76e3\u8996\u5668\uff0c\u8b8a\u66f4\u624d\u6703\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_MONITOR_NO_CLASS_NAME_133=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684 ds-cfg-java-class \u914d\u7f6e\u5c6c\u6027\u503c\uff0c\u800c\u6b64\u5c6c\u6027\u6307\u5b9a\u76f8\u95dc\u76e3\u8996\u5668\u63d0\u4f9b\u8005\u4e4b\u5b8c\u5168\u5408\u683c\u7684\u985e\u5225\u540d\u7a31 |
| | | SEVERE_ERR_CONFIG_MONITOR_INVALID_CLASS_NAME_134=\u914d\u7f6e\u9805\u76ee %s \u5177\u6709\u7121\u6548\u7684 ds-cfg-java-class \u5c6c\u6027\u503c: %s |
| | | SEVERE_ERR_CONFIG_MONITOR_INVALID_CLASS_135=\u985e\u5225 %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u4e2d) \u4e0d\u5305\u542b\u6709\u6548\u7684\u76e3\u8996\u5668\u63d0\u4f9b\u8005\u5be6\u4f5c: %s |
| | | INFO_CONFIG_MONITOR_DESCRIPTION_ENABLED_136=\u8868\u793a\u662f\u5426\u61c9\u8a72\u555f\u7528\u6b64\u76ee\u9304\u4f3a\u670d\u5668\u76e3\u8996\u5668\u63d0\u4f9b\u8005\u3002\u5c0d\u6b64\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_MONITOR_NO_ENABLED_ATTR_137=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684 ds-cfg-enabled \u914d\u7f6e\u5c6c\u6027\u503c\uff0c\u800c\u6b64\u5c6c\u6027\u8868\u793a\u662f\u5426\u61c9\u8a72\u555f\u7528\u76e3\u8996\u5668\u63d0\u4f9b\u8005\u4ee5\u4fbf\u7528\u65bc\u76ee\u9304\u4f3a\u670d\u5668 |
| | | SEVERE_ERR_CONFIG_MONITOR_INVALID_ENABLED_VALUE_138=\u914d\u7f6e\u9805\u76ee %s \u5177\u6709\u7121\u6548\u7684 ds-cfg-enabled \u5c6c\u6027\u503c: %s |
| | | INFO_CONFIG_MONITOR_CLASS_ACTION_REQUIRED_139=\u7121\u6cd5\u52d5\u614b\u5957\u7528\u5c07\u76e3\u8996\u5668\u985e\u5225\u540d\u7a31\u5f9e %s \u8b8a\u66f4\u70ba %s (\u4f4d\u65bc\u914d\u7f6e\u9805\u76ee %s \u4e2d) \u7684\u8acb\u6c42\u3002\u5728\u505c\u7528\u4e26\u91cd\u65b0\u555f\u7528\u76e3\u8996\u5668\u63d0\u4f9b\u8005\u6216\u91cd\u65b0\u555f\u52d5\u76ee\u9304\u4f3a\u670d\u5668\u4e4b\u5f8c\uff0c\u6b64\u8b8a\u66f4\u624d\u6703\u751f\u6548 |
| | | MILD_ERR_CONFIG_MONITOR_INITIALIZATION_FAILED_140=\u5617\u8a66\u5c07\u985e\u5225 %s \u5be6\u4f8b\u521d\u59cb\u5316\u70ba\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u76e3\u8996\u5668\u63d0\u4f9b\u8005\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_CONFIG_MONITOR_EXISTS_141=\u7121\u6cd5\u589e\u52a0 DN \u70ba %s \u7684\u65b0\u76e3\u8996\u5668\u63d0\u4f9b\u8005\u9805\u76ee\uff0c\u56e0\u70ba\u5df2\u6709\u4f7f\u7528\u8a72 DN \u8a3b\u518a\u7684\u76e3\u8996\u5668\u63d0\u4f9b\u8005 |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_CANNOT_GET_CONFIG_BASE_142=\u5617\u8a66\u64f7\u53d6\u914d\u7f6e\u9805\u76ee cn=Connection Handlers,cn=config \u4ee5\u521d\u59cb\u5316\u76ee\u9304\u4f3a\u670d\u5668\u5f8c\u7aef\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_BASE_DOES_NOT_EXIST_143=\u9805\u76ee cn=Connection Handlers,cn=config \u4f3c\u4e4e\u4e0d\u5b58\u5728\u65bc\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u4e2d\u3002\u6b64\u70ba\u5fc5\u8981\u9805\u76ee |
| | | SEVERE_WARN_CONFIG_CONNHANDLER_ENTRY_DOES_NOT_HAVE_CONNHANDLER_CONFIG_144=\u914d\u7f6e\u9805\u76ee %s \u5b58\u5728\u65bc\u9023\u7dda\u8655\u7406\u7a0b\u5f0f\u914d\u7f6e\u6839 cn=Connection Handlers,cn=config \u4e4b\u4e0b\uff0c\u4f46\u6c92\u6709\u76ee\u9304\u4f3a\u670d\u5668\u9023\u7dda\u8655\u7406\u7a0b\u5f0f\u6240\u9700\u7684 ds-cfg-connection-handler \u7269\u4ef6\u985e\u5225\u3002\u5c07\u5ffd\u7565\u6b64\u914d\u7f6e\u9805\u76ee |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_ERROR_INTERACTING_WITH_CONNHANDLER_ENTRY_145=\u8207\u9023\u7dda\u8655\u7406\u7a0b\u5f0f\u914d\u7f6e\u9805\u76ee %s \u4e92\u52d5\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | INFO_CONFIG_CONNHANDLER_ATTR_DESCRIPTION_ENABLED_146=\u8868\u793a\u662f\u5426\u61c9\u8a72\u555f\u7528\u6b64\u9023\u7dda\u8655\u7406\u7a0b\u5f0f\u4ee5\u4fbf\u7528\u65bc\u76ee\u9304\u4f3a\u670d\u5668\u3002\u53ef\u4ee5\u5728\u76ee\u9304\u4f3a\u670d\u5668\u9023\u7dda\u6642\u66f4\u6539\u6b64\u9805\u76ee\uff0c\u4f46\u5982\u679c\u505c\u7528\u9023\u7dda\u8655\u7406\u7a0b\u5f0f\uff0c\u5c07\u7121\u6cd5\u4f7f\u7528\u6b64\u9805\u76ee |
| | | INFO_CONFIG_CONNHANDLER_ATTR_DESCRIPTION_CLASS_147=\u61c9\u8a72\u63d0\u4f9b\u6b64\u9023\u7dda\u8655\u7406\u7a0b\u5f0f\u5be6\u4f5c\u4e4b\u6838\u5fc3\u908f\u8f2f\u7684\u5b8c\u5168\u5408\u683c Java \u985e\u5225\u540d\u7a31\u3002\u5728\u505c\u7528\u4e26\u91cd\u65b0\u555f\u7528\u9023\u7dda\u8655\u7406\u7a0b\u5f0f\u6216\u91cd\u65b0\u555f\u52d5\u4f3a\u670d\u5668\u4e4b\u5f8c\uff0c\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u624d\u6703\u751f\u6548 |
| | | SEVERE_WARN_CONFIG_CONNHANDLER_NO_ENABLED_ATTR_148=\u9023\u7dda\u8655\u7406\u7a0b\u5f0f\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b ds-cfg-enabled \u5c6c\u6027\uff0c\u800c\u6b64\u5c6c\u6027\u662f\u7528\u4f86\u8868\u793a\u61c9\u8a72\u555f\u7528\u6216\u505c\u7528\u9023\u7dda\u8655\u7406\u7a0b\u5f0f\u3002\u5982\u679c\u6c92\u6709\u6b64\u5c6c\u6027\uff0c\u5247\u6703\u9810\u8a2d\u70ba\u505c\u7528 |
| | | INFO_CONFIG_CONNHANDLER_DISABLED_149=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u9023\u7dda\u8655\u7406\u7a0b\u5f0f\u5df2\u6a19\u793a\u70ba\u505c\u7528\uff0c\u56e0\u6b64\u5c07\u4e0d\u6703\u4f7f\u7528 |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_UNABLE_TO_DETERMINE_ENABLED_STATE_150=\u5617\u8a66\u5224\u5b9a\u61c9\u8a72\u555f\u7528\u6216\u505c\u7528\u8207\u914d\u7f6e\u9805\u76ee %s \u76f8\u95dc\u7684\u9023\u7dda\u8655\u7406\u7a0b\u5f0f\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s\u3002\u5c07\u4e88\u4ee5\u505c\u7528 |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_NO_CLASS_ATTR_151=\u9023\u7dda\u8655\u7406\u7a0b\u5f0f\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b ds-cfg-java-class \u5c6c\u6027\uff0c\u800c\u6b64\u5c6c\u6027\u662f\u7528\u4f86\u6307\u5b9a\u7528\u65bc\u63d0\u4f9b\u9023\u7dda\u8655\u7406\u7a0b\u5f0f\u5be6\u4f5c\u7684\u985e\u5225\u540d\u7a31\u3002\u5c07\u505c\u7528\u8207\u6b64\u914d\u7f6e\u9805\u76ee\u76f8\u95dc\u7684\u9023\u7dda\u8655\u7406\u7a0b\u5f0f |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_CANNOT_GET_CLASS_152=\u5617\u8a66\u5224\u5b9a\u542b\u6709\u9023\u7dda\u8655\u7406\u7a0b\u5f0f %s \u5be6\u4f5c\u7684 Java \u985e\u5225\u540d\u7a31\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s\u3002\u5c07\u505c\u7528\u6b64\u9023\u7dda\u8655\u7406\u7a0b\u5f0f |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_CANNOT_INSTANTIATE_153=\u76ee\u9304\u4f3a\u670d\u5668\u7121\u6cd5\u8f09\u5165\u985e\u5225 %s\uff0c\u4e26\u4f7f\u7528\u6b64\u985e\u5225\u4f86\u5efa\u7acb\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u9023\u7dda\u8655\u7406\u7a0b\u5f0f\u5be6\u4f8b\u3002\u767c\u751f\u7684\u932f\u8aa4\u70ba: %s\u3002\u5c07\u505c\u7528\u6b64\u9023\u7dda\u8655\u7406\u7a0b\u5f0f |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_CANNOT_INITIALIZE_154=\u5617\u8a66\u4f7f\u7528\u914d\u7f6e\u9805\u76ee %2$s \u4e2d\u7684\u8cc7\u8a0a\uff0c\u521d\u59cb\u5316\u5f9e\u985e\u5225 %1$s \u8f09\u5165\u7684\u9023\u7dda\u8655\u7406\u7a0b\u5f0f\u6642\u767c\u751f\u932f\u8aa4: %3$s\u3002\u5c07\u505c\u7528\u6b64\u9023\u7dda\u8655\u7406\u7a0b\u5f0f |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_UNACCEPTABLE_CONFIG_155=\u6839\u64da\u5167\u90e8\u9a57\u8b49\uff0c\u65bc\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u9023\u7dda\u8655\u7406\u7a0b\u5f0f\u914d\u7f6e\uff0c\u662f\u7121\u6cd5\u63a5\u53d7\u7684\u914d\u7f6e\u3002\u4f46\u662f\uff0c\u6c92\u6709\u8207\u9805\u76ee\u554f\u984c\u6709\u95dc\u7684\u7279\u5b9a\u8cc7\u8a0a |
| | | SEVERE_ERR_CONFIG_BACKEND_UNACCEPTABLE_CONFIG_156=\u6839\u64da\u5167\u90e8\u9a57\u8b49\uff0c\u65bc\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u5f8c\u7aef\u914d\u7f6e\uff0c\u662f\u7121\u6cd5\u63a5\u53d7\u7684\u914d\u7f6e\u3002\u4f46\u662f\uff0c\u6c92\u6709\u8207\u9805\u76ee\u554f\u984c\u6709\u95dc\u7684\u7279\u5b9a\u8cc7\u8a0a |
| | | SEVERE_ERR_CONFIG_MONITOR_UNACCEPTABLE_CONFIG_157=\u6839\u64da\u5167\u90e8\u9a57\u8b49\uff0c\u65bc\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u76e3\u8996\u5668\u63d0\u4f9b\u8005\u914d\u7f6e\uff0c\u662f\u7121\u6cd5\u63a5\u53d7\u7684\u914d\u7f6e\u3002\u4f46\u662f\uff0c\u6c92\u6709\u8207\u9805\u76ee\u554f\u984c\u6709\u95dc\u7684\u7279\u5b9a\u8cc7\u8a0a |
| | | SEVERE_ERR_CONFIG_LOGGER_UNACCEPTABLE_CONFIG_158=\u6839\u64da\u5167\u90e8\u9a57\u8b49\uff0c\u65bc\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u8a18\u9304\u7a0b\u5f0f\u914d\u7f6e\uff0c\u662f\u7121\u6cd5\u63a5\u53d7\u7684\u914d\u7f6e\u3002\u4f46\u662f\uff0c\u6c92\u6709\u8207\u9805\u76ee\u554f\u984c\u6709\u95dc\u7684\u7279\u5b9a\u8cc7\u8a0a |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_CLASS_NOT_CONNHANDLER_159=\u985e\u5225 %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u4e2d) \u4e0d\u5305\u542b\u6709\u6548\u7684\u76ee\u9304\u4f3a\u670d\u5668\u9023\u7dda\u8655\u7406\u7a0b\u5f0f\u5be6\u4f5c |
| | | SEVERE_ERR_CONFIG_SCHEMA_CANNOT_GET_MR_BASE_160=\u5617\u8a66\u64f7\u53d6\u914d\u7f6e\u9805\u76ee cn=Matching Rules,cn=config \u4ee5\u521d\u59cb\u5316\u76ee\u9304\u4f3a\u670d\u5668\u76f8\u7b26\u898f\u5247\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_CONFIG_SCHEMA_MR_BASE_DOES_NOT_EXIST_161=\u9805\u76ee cn=Matching Rules,cn=config \u4f3c\u4e4e\u4e0d\u5b58\u5728\u65bc\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u4e2d\u3002\u6b64\u70ba\u5fc5\u8981\u9805\u76ee |
| | | SEVERE_ERR_CONFIG_SCHEMA_NO_MATCHING_RULES_162=\u5728\u9805\u76ee cn=Matching Rules,cn=config \u4e4b\u4e0b\u627e\u4e0d\u5230\u5b50\u9805\u76ee\uff0c\u4ee5\u5b9a\u7fa9\u7528\u65bc\u76ee\u9304\u4f3a\u670d\u5668\u7684\u76f8\u7b26\u898f\u5247\u3002\u9019\u662f\u500b\u932f\u8aa4\uff0c\u56e0\u70ba\u76ee\u9304\u4f3a\u670d\u5668\u5fc5\u9808\u5b9a\u7fa9\u76f8\u7b26\u898f\u5247\u624d\u80fd\u6b63\u5e38\u904b\u4f5c |
| | | SEVERE_WARN_CONFIG_SCHEMA_ENTRY_DOES_NOT_HAVE_MR_CONFIG_163=\u914d\u7f6e\u9805\u76ee %s \u5b58\u5728\u65bc\u76f8\u7b26\u898f\u5247\u914d\u7f6e\u6839 cn=Matching Rules,cn=config \u4e4b\u4e0b\uff0c\u4f46\u6c92\u6709\u76ee\u9304\u4f3a\u670d\u5668\u76f8\u7b26\u898f\u5247\u6240\u9700\u7684 ds-cfg-matching-rule \u7269\u4ef6\u985e\u5225\u3002\u5c07\u5ffd\u7565\u6b64\u914d\u7f6e\u9805\u76ee |
| | | INFO_CONFIG_SCHEMA_MR_ATTR_DESCRIPTION_ENABLED_164=\u8868\u793a\u662f\u5426\u61c9\u8a72\u555f\u7528\u6b64\u76f8\u7b26\u898f\u5247\u4ee5\u4fbf\u7528\u65bc\u76ee\u9304\u4f3a\u670d\u5668\u3002\u53ef\u4ee5\u5728\u76ee\u9304\u4f3a\u670d\u5668\u9023\u7dda\u6642\u66f4\u6539\u6b64\u9805\u76ee\uff0c\u4f46\u5982\u679c\u505c\u7528\u76f8\u7b26\u898f\u5247\uff0c\u5247\u5728\u5c07\u5b83\u7528\u65bc\u4e00\u6216\u591a\u500b\u5c6c\u6027\u4e4b\u5f8c\uff0c\u90a3\u4e9b\u5c6c\u6027\u7684\u76f8\u7b26\u4f5c\u696d\u53ef\u80fd\u7121\u6cd5\u518d\u5982\u9810\u671f\u904b\u4f5c |
| | | INFO_CONFIG_SCHEMA_MR_ATTR_DESCRIPTION_CLASS_165=\u61c9\u8a72\u63d0\u4f9b\u6b64\u76f8\u7b26\u898f\u5247\u5be6\u4f5c\u4e4b\u6838\u5fc3\u908f\u8f2f\u7684\u5b8c\u5168\u5408\u683c Java \u985e\u5225\u540d\u7a31\u3002\u5728\u505c\u7528\u4e26\u91cd\u65b0\u555f\u7528\u76f8\u7b26\u898f\u5247\u6216\u91cd\u65b0\u555f\u52d5\u4f3a\u670d\u5668\u4e4b\u5f8c\uff0c\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u624d\u6703\u751f\u6548\u3002\u800c\u4e14\uff0c\u5982\u679c\u8b8a\u66f4\u5df2\u7528\u65bc\u4e00\u6216\u591a\u500b\u5c6c\u6027\u4e4b\u76f8\u7b26\u898f\u5247\u7684\u76f8\u7b26\u898f\u5247\u985e\u5225\uff0c\u5247\u5728\u57f7\u884c\u90a3\u4e9b\u5c6c\u6027\u7684\u76f8\u7b26\u6642\u53ef\u80fd\u6703\u767c\u751f\u672a\u9810\u671f\u7684\u7d50\u679c |
| | | SEVERE_WARN_CONFIG_SCHEMA_MR_NO_ENABLED_ATTR_166=\u76f8\u7b26\u898f\u5247\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b ds-cfg-enabled \u5c6c\u6027\uff0c\u800c\u6b64\u5c6c\u6027\u662f\u7528\u4f86\u8868\u793a\u61c9\u8a72\u555f\u7528\u6216\u505c\u7528\u76f8\u7b26\u898f\u5247\u3002\u5982\u679c\u6c92\u6709\u6b64\u5c6c\u6027\uff0c\u5247\u6703\u9810\u8a2d\u70ba\u505c\u7528 |
| | | INFO_CONFIG_SCHEMA_MR_DISABLED_167=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u76f8\u7b26\u898f\u5247\u5df2\u6a19\u793a\u70ba\u505c\u7528\uff0c\u56e0\u6b64\u5c07\u4e0d\u6703\u4f7f\u7528\u3002\u5982\u679c\u904e\u53bb\u5df2\u5c07\u5b83\u7528\u65bc\u4e00\u6216\u591a\u500b\u5c6c\u6027\uff0c\u5247\u90a3\u4e9b\u5c6c\u6027\u503c\u7684\u76f8\u7b26\u53ef\u80fd\u7121\u6cd5\u518d\u904b\u4f5c |
| | | SEVERE_ERR_CONFIG_SCHEMA_MR_UNABLE_TO_DETERMINE_ENABLED_STATE_168=\u5617\u8a66\u5224\u5b9a\u61c9\u8a72\u555f\u7528\u6216\u505c\u7528\u8207\u914d\u7f6e\u9805\u76ee %s \u76f8\u95dc\u7684\u76f8\u7b26\u898f\u5247\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s\u3002\u5c07\u4e88\u4ee5\u505c\u7528 |
| | | SEVERE_ERR_CONFIG_SCHEMA_MR_NO_CLASS_ATTR_169=\u76f8\u7b26\u898f\u5247\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b ds-cfg-java-class \u5c6c\u6027\uff0c\u800c\u6b64\u5c6c\u6027\u662f\u7528\u4f86\u6307\u5b9a\u7528\u65bc\u63d0\u4f9b\u76f8\u7b26\u898f\u5247\u5be6\u4f5c\u7684\u985e\u5225\u540d\u7a31\u3002\u5c07\u505c\u7528\u8207\u6b64\u914d\u7f6e\u9805\u76ee\u76f8\u95dc\u7684\u76f8\u7b26\u898f\u5247 |
| | | SEVERE_ERR_CONFIG_SCHEMA_MR_CANNOT_GET_CLASS_170=\u5617\u8a66\u5224\u5b9a\u542b\u6709\u76f8\u7b26\u898f\u5247 %s \u5be6\u4f5c\u7684 Java \u985e\u5225\u540d\u7a31\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s\u3002\u5c07\u505c\u7528\u6b64\u76f8\u7b26\u898f\u5247 |
| | | SEVERE_ERR_CONFIG_SCHEMA_MR_CANNOT_INSTANTIATE_171=\u76ee\u9304\u4f3a\u670d\u5668\u7121\u6cd5\u8f09\u5165\u985e\u5225 %s\uff0c\u4e26\u4f7f\u7528\u6b64\u985e\u5225\u4f86\u5efa\u7acb\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u76f8\u7b26\u898f\u5247\u5be6\u4f8b\u3002\u767c\u751f\u7684\u932f\u8aa4\u70ba: %s\u3002\u5c07\u505c\u7528\u6b64\u76f8\u7b26\u898f\u5247 |
| | | SEVERE_ERR_CONFIG_SCHEMA_MR_CANNOT_INITIALIZE_172=\u5617\u8a66\u4f7f\u7528\u914d\u7f6e\u9805\u76ee %2$s \u4e2d\u7684\u8cc7\u8a0a\uff0c\u521d\u59cb\u5316\u5f9e\u985e\u5225 %1$s \u8f09\u5165\u7684\u76f8\u7b26\u898f\u5247\u6642\u767c\u751f\u932f\u8aa4: %3$s\u3002\u5c07\u505c\u7528\u6b64\u76f8\u7b26\u898f\u5247 |
| | | SEVERE_WARN_CONFIG_SCHEMA_MR_CONFLICTING_MR_173=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u76f8\u7b26\u898f\u5247\uff0c\u8207\u4f3a\u670d\u5668\u914d\u7f6e\u4e2d\u5b9a\u7fa9\u7684\u53e6\u4e00\u500b\u76f8\u7b26\u898f\u5247\u885d\u7a81: %s\u3002\u5c07\u4e0d\u6703\u4f7f\u7528\u6b64\u76f8\u7b26\u898f\u5247 |
| | | SEVERE_ERR_CONFIG_SCHEMA_CANNOT_GET_SYNTAX_BASE_174=\u5617\u8a66\u64f7\u53d6\u914d\u7f6e\u9805\u76ee cn=Syntaxes,cn=config \u4ee5\u521d\u59cb\u5316\u76ee\u9304\u4f3a\u670d\u5668\u5c6c\u6027\u8a9e\u6cd5\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_CONFIG_SCHEMA_SYNTAX_BASE_DOES_NOT_EXIST_175=\u9805\u76ee cn=Syntaxes,cn=config \u4f3c\u4e4e\u4e0d\u5b58\u5728\u65bc\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u4e2d\u3002\u6b64\u70ba\u5fc5\u8981\u9805\u76ee |
| | | SEVERE_ERR_CONFIG_SCHEMA_NO_SYNTAXES_176=\u5728\u9805\u76ee cn=Syntaxes,cn=config \u4e4b\u4e0b\u627e\u4e0d\u5230\u5b50\u9805\u76ee\uff0c\u4ee5\u5b9a\u7fa9\u7528\u65bc\u76ee\u9304\u4f3a\u670d\u5668\u7684\u5c6c\u6027\u8a9e\u6cd5\u3002\u9019\u662f\u500b\u932f\u8aa4\uff0c\u56e0\u70ba\u76ee\u9304\u4f3a\u670d\u5668\u5fc5\u9808\u5b9a\u7fa9\u8a9e\u6cd5\u624d\u80fd\u6b63\u5e38\u904b\u4f5c |
| | | SEVERE_WARN_CONFIG_SCHEMA_ENTRY_DOES_NOT_HAVE_SYNTAX_CONFIG_177=\u914d\u7f6e\u9805\u76ee %s \u5b58\u5728\u65bc\u5c6c\u6027\u8a9e\u6cd5\u914d\u7f6e\u6839 cn=Syntaxes,cn=config \u4e4b\u4e0b\uff0c\u4f46\u6c92\u6709\u76ee\u9304\u4f3a\u670d\u5668\u5c6c\u6027\u8a9e\u6cd5\u6240\u9700\u7684 ds-cfg-attribute-syntax \u7269\u4ef6\u985e\u5225\u3002\u5c07\u5ffd\u7565\u6b64\u914d\u7f6e\u9805\u76ee |
| | | INFO_CONFIG_SCHEMA_SYNTAX_ATTR_DESCRIPTION_ENABLED_178=\u8868\u793a\u662f\u5426\u61c9\u8a72\u555f\u7528\u6b64\u5c6c\u6027\u8a9e\u6cd5\u4ee5\u4fbf\u7528\u65bc\u76ee\u9304\u4f3a\u670d\u5668\u3002\u53ef\u4ee5\u5728\u76ee\u9304\u4f3a\u670d\u5668\u9023\u7dda\u6642\u66f4\u6539\u6b64\u9805\u76ee\uff0c\u4f46\u5982\u679c\u505c\u7528\u8a9e\u6cd5\uff0c\u5247\u5728\u5c07\u5b83\u7528\u65bc\u4e00\u6216\u591a\u500b\u5c6c\u6027\u4e4b\u5f8c\uff0c\u90a3\u4e9b\u5c6c\u6027\u7684\u76f8\u7b26\u4f5c\u696d\u53ef\u80fd\u7121\u6cd5\u518d\u5982\u9810\u671f\u904b\u4f5c |
| | | INFO_CONFIG_SCHEMA_SYNTAX_ATTR_DESCRIPTION_CLASS_179=\u61c9\u8a72\u63d0\u4f9b\u6b64\u5c6c\u6027\u8a9e\u6cd5\u5be6\u4f5c\u4e4b\u6838\u5fc3\u908f\u8f2f\u7684\u5b8c\u5168\u5408\u683c Java \u985e\u5225\u540d\u7a31\u3002\u5728\u505c\u7528\u4e26\u91cd\u65b0\u555f\u7528\u8a9e\u6cd5\u6216\u91cd\u65b0\u555f\u52d5\u4f3a\u670d\u5668\u4e4b\u5f8c\uff0c\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u624d\u6703\u751f\u6548\u3002\u800c\u4e14\uff0c\u5982\u679c\u8b8a\u66f4\u5df2\u7528\u65bc\u4e00\u6216\u591a\u500b\u5c6c\u6027\u4e4b\u5c6c\u6027\u8a9e\u6cd5\u7684\u8a9e\u6cd5\u985e\u5225\uff0c\u5247\u5728\u57f7\u884c\u90a3\u4e9b\u5c6c\u6027\u7684\u76f8\u7b26\u6642\u53ef\u80fd\u6703\u767c\u751f\u672a\u9810\u671f\u7684\u7d50\u679c |
| | | SEVERE_WARN_CONFIG_SCHEMA_SYNTAX_NO_ENABLED_ATTR_180=\u5c6c\u6027\u8a9e\u6cd5\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b ds-cfg-enabled \u5c6c\u6027\uff0c\u800c\u6b64\u5c6c\u6027\u7528\u4f86\u8868\u793a\u61c9\u8a72\u555f\u7528\u6216\u505c\u7528\u8a9e\u6cd5\u3002\u5982\u679c\u6c92\u6709\u6b64\u5c6c\u6027\uff0c\u5247\u6703\u9810\u8a2d\u70ba\u505c\u7528 |
| | | INFO_CONFIG_SCHEMA_SYNTAX_DISABLED_181=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u5c6c\u6027\u8a9e\u6cd5\u5df2\u6a19\u793a\u70ba\u505c\u7528\uff0c\u56e0\u6b64\u5c07\u4e0d\u6703\u4f7f\u7528\u3002\u5982\u679c\u904e\u53bb\u5df2\u5c07\u5b83\u7528\u65bc\u4e00\u6216\u591a\u500b\u5c6c\u6027\uff0c\u5247\u90a3\u4e9b\u5c6c\u6027\u503c\u7684\u76f8\u7b26\u53ef\u80fd\u7121\u6cd5\u518d\u904b\u4f5c |
| | | SEVERE_ERR_CONFIG_SCHEMA_SYNTAX_UNABLE_TO_DETERMINE_ENABLED_STATE_182=\u5617\u8a66\u5224\u5b9a\u61c9\u8a72\u555f\u7528\u6216\u505c\u7528\u8207\u914d\u7f6e\u9805\u76ee %s \u76f8\u95dc\u7684\u5c6c\u6027\u8a9e\u6cd5\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s\u3002\u5c07\u4e88\u4ee5\u505c\u7528 |
| | | SEVERE_ERR_CONFIG_SCHEMA_SYNTAX_NO_CLASS_ATTR_183=\u76f8\u7b26\u898f\u5247\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b ds-cfg-java-class \u5c6c\u6027\uff0c\u800c\u6b64\u5c6c\u6027\u662f\u7528\u4f86\u6307\u5b9a\u7528\u65bc\u63d0\u4f9b\u5c6c\u6027\u8a9e\u6cd5\u5be6\u4f5c\u7684\u985e\u5225\u540d\u7a31\u3002\u5c07\u505c\u7528\u8207\u6b64\u914d\u7f6e\u9805\u76ee\u76f8\u95dc\u7684\u8a9e\u6cd5 |
| | | SEVERE_ERR_CONFIG_SCHEMA_SYNTAX_CANNOT_GET_CLASS_184=\u5617\u8a66\u5224\u5b9a\u542b\u6709\u5c6c\u6027\u8a9e\u6cd5 %s \u5be6\u4f5c\u7684 Java \u985e\u5225\u540d\u7a31\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s\u3002\u5c07\u505c\u7528\u6b64\u8a9e\u6cd5 |
| | | SEVERE_ERR_CONFIG_SCHEMA_SYNTAX_CANNOT_INSTANTIATE_185=\u76ee\u9304\u4f3a\u670d\u5668\u7121\u6cd5\u8f09\u5165\u985e\u5225 %s\uff0c\u4e26\u4f7f\u7528\u6b64\u985e\u5225\u4f86\u5efa\u7acb\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u5c6c\u6027\u8a9e\u6cd5\u5be6\u4f8b\u3002\u767c\u751f\u7684\u932f\u8aa4\u70ba: %s\u3002\u5c07\u505c\u7528\u6b64\u8a9e\u6cd5 |
| | | SEVERE_ERR_CONFIG_SCHEMA_SYNTAX_CANNOT_INITIALIZE_186=\u5617\u8a66\u4f7f\u7528\u914d\u7f6e\u9805\u76ee %2$s \u4e2d\u7684\u8cc7\u8a0a\uff0c\u521d\u59cb\u5316\u5f9e\u985e\u5225 %1$s \u8f09\u5165\u7684\u5c6c\u6027\u8a9e\u6cd5\u6642\u767c\u751f\u932f\u8aa4: %3$s\u3002\u5c07\u505c\u7528\u6b64\u8a9e\u6cd5 |
| | | SEVERE_WARN_CONFIG_SCHEMA_SYNTAX_CONFLICTING_SYNTAX_187=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u5c6c\u6027\u8a9e\u6cd5\uff0c\u8207\u4f3a\u670d\u5668\u914d\u7f6e\u4e2d\u5b9a\u7fa9\u7684\u53e6\u4e00\u500b\u8a9e\u6cd5\u885d\u7a81: %s\u3002\u5c07\u4e0d\u6703\u4f7f\u7528\u6b64\u5c6c\u6027\u8a9e\u6cd5 |
| | | SEVERE_ERR_CONFIG_SCHEMA_NO_SCHEMA_DIR_188=\u7121\u6cd5\u8b80\u53d6\u76ee\u9304\u4f3a\u670d\u5668\u6a21\u5f0f\u5b9a\u7fa9\uff0c\u56e0\u70ba\u6a21\u5f0f\u76ee\u9304 %s \u4e0d\u5b58\u5728 |
| | | SEVERE_ERR_CONFIG_SCHEMA_DIR_NOT_DIRECTORY_189=\u7121\u6cd5\u8b80\u53d6\u76ee\u9304\u4f3a\u670d\u5668\u6a21\u5f0f\u5b9a\u7fa9\uff0c\u56e0\u70ba\u6a21\u5f0f\u76ee\u9304 %s \u5b58\u5728\u4f46\u4e0d\u662f\u76ee\u9304 |
| | | SEVERE_ERR_CONFIG_SCHEMA_CANNOT_LIST_FILES_190=\u7121\u6cd5\u5f9e\u76ee\u9304 %s \u8b80\u53d6\u76ee\u9304\u4f3a\u670d\u5668\u6a21\u5f0f\u5b9a\u7fa9\uff0c\u56e0\u70ba\u5617\u8a66\u5217\u51fa\u8a72\u76ee\u9304\u4e2d\u7684\u6a94\u6848\u6642\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_OPEN_FILE_191=\u7121\u6cd5\u5256\u6790\u6a21\u5f0f\u914d\u7f6e\u6a94\u6848 %s (\u4f4d\u65bc\u76ee\u9304 %s \u4e2d)\uff0c\u56e0\u70ba\u5617\u8a66\u958b\u555f\u6a94\u6848\u4ee5\u8b80\u53d6\u6642\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_READ_LDIF_ENTRY_192=\u7121\u6cd5\u5256\u6790\u6a21\u5f0f\u914d\u7f6e\u6a94\u6848 %s (\u4f4d\u65bc\u76ee\u9304 %s \u4e2d)\uff0c\u56e0\u70ba\u5617\u8a66\u5c07\u5b83\u7684\u5167\u5bb9\u8b80\u53d6\u70ba LDIF \u9805\u76ee\u6642\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_PARSE_ATTR_TYPE_193=\u7121\u6cd5\u5256\u6790\u6a21\u5f0f\u914d\u7f6e\u6a94\u6848 %s \u4e2d\u7684\u5c6c\u6027\u985e\u578b\u5b9a\u7fa9: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CONFLICTING_ATTR_TYPE_194=\u5f9e\u6a21\u5f0f\u914d\u7f6e\u6a94\u6848 %s \u8b80\u53d6\u7684\u5c6c\u6027\u985e\u578b\uff0c\u8207\u5df2\u8b80\u5165\u6a21\u5f0f\u4e2d\u7684\u53e6\u4e00\u500b\u5c6c\u6027\u985e\u578b\u885d\u7a81: %s\u3002\u5c07\u4f7f\u7528\u8f03\u65b0\u7684\u5c6c\u6027\u985e\u578b\u5b9a\u7fa9 |
| | | SEVERE_WARN_CONFIG_SCHEMA_CONFLICTING_OC_195=\u5f9e\u6a21\u5f0f\u914d\u7f6e\u6a94\u6848 %s \u8b80\u53d6\u7684\u7269\u4ef6\u985e\u5225\uff0c\u8207\u5df2\u8b80\u5165\u6a21\u5f0f\u4e2d\u7684\u53e6\u4e00\u500b\u7269\u4ef6\u985e\u5225\u885d\u7a81: %s\u3002\u5c07\u4f7f\u7528\u8f03\u65b0\u7684\u7269\u4ef6\u985e\u5225\u5b9a\u7fa9 |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_PARSE_OC_196=\u7121\u6cd5\u5256\u6790\u5f9e\u6a21\u5f0f\u914d\u7f6e\u6a94\u6848 %s \u8b80\u53d6\u7684\u7269\u4ef6\u985e\u5225: %s |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_STRUCTURAL_CLASS_BEHAVIOR_197=\u914d\u7f6e\u9805\u76ee %s \u5177\u6709\u7121\u6548\u7684 ds-cfg-single-structural-objectclass-behavior \u914d\u7f6e\u5c6c\u6027\u503c (\u61c9\u8a72\u662f\u300caccept\u300d\u3001\u300creject\u300d\u6216\u300cwarn\u300d): %s |
| | | INFO_CONFIG_CORE_DESCRIPTION_CHECK_SCHEMA_198=\u8868\u793a\u76ee\u9304\u4f3a\u670d\u5668\u662f\u5426\u61c9\u8a72\u57f7\u884c\u66f4\u65b0\u4f5c\u696d\u7684\u6a21\u5f0f\u6aa2\u67e5\uff0c\u4ee5\u6839\u64da\u4f3a\u670d\u5668\u7684\u6a21\u5f0f\u914d\u7f6e (\u4f8b\u5982\u5305\u542b\u6240\u6709\u5fc5\u8981\u5c6c\u6027\uff0c\u800c\u4e14\u6c92\u6709\u7981\u6b62\u7684\u5c6c\u6027) \u78ba\u5b9a\u9805\u76ee\u6709\u6548\u3002\u901a\u5e38\u4e0d\u5efa\u8b70\u505c\u7528\u6a21\u5f0f\u6aa2\u67e5\uff0c\u56e0\u70ba\u53ef\u80fd\u6703\u8b93\u7121\u6548\u7684\u9805\u76ee\u4f75\u5165\u4f3a\u670d\u5668\u4e2d\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_CHECK_SCHEMA_199=\u914d\u7f6e\u9805\u76ee %s \u5177\u6709\u7121\u6548\u7684 ds-cfg-check-schema \u914d\u7f6e\u5c6c\u6027\u503c (\u61c9\u8a72\u662f\u5e03\u6797\u503c true \u6216 false): %s |
| | | SEVERE_ERR_CONFIG_ENTRYCACHE_CANNOT_INSTALL_DEFAULT_CACHE_200=\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4\uff0c\u5c0e\u81f4\u4f3a\u670d\u5668\u7121\u6cd5\u5b89\u88dd\u5176\u9810\u8a2d\u9805\u76ee\u5feb\u53d6\u67b6\u69cb: %s |
| | | SEVERE_WARN_CONFIG_ENTRYCACHE_NO_CONFIG_ENTRY_201=\u9805\u76ee\u5feb\u53d6\u914d\u7f6e\u9805\u76ee\u300ccn=Entry Caches,cn=config\u300d\u4e0d\u5b58\u5728\u65bc\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u4e2d\u3002\u4f7f\u7528\u6709\u6548\u7684\u9805\u76ee\u5feb\u53d6\u914d\u7f6e\u5efa\u7acb\u6b64\u9805\u76ee\u4e4b\u5f8c\uff0c\u624d\u53ef\u4f7f\u7528\u9805\u76ee\u5feb\u53d6 |
| | | SEVERE_ERR_CONFIG_ENTRYCACHE_CANNOT_INITIALIZE_CACHE_202=\u5617\u8a66\u521d\u59cb\u5316\u985e\u5225 %s \u5be6\u4f8b\u4ee5\u7576\u4f5c\u76ee\u9304\u4f3a\u670d\u5668\u9805\u76ee\u5feb\u53d6\u6642\u767c\u751f\u932f\u8aa4: %s\u3002\u56e0\u6b64\uff0c\u5c07\u505c\u7528\u9805\u76ee\u5feb\u53d6 |
| | | SEVERE_ERR_CONFIG_ENTRYCACHE_CONFIG_NOT_ACCEPTABLE_203=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u9805\u76ee\u5feb\u53d6\u914d\u7f6e\u662f\u7121\u6cd5\u63a5\u53d7\u7684\u914d\u7f6e: %s |
| | | SEVERE_ERR_CONFIG_ENTRYCACHE_CONFIG_LEVEL_NOT_ACCEPTABLE_204=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u9805\u76ee\u5feb\u53d6\u914d\u7f6e\u662f\u7121\u6cd5\u63a5\u53d7\u7684\u914d\u7f6e\uff1a\u9805\u76ee\u5feb\u53d6\u5c64\u7d1a %d \u5df2\u5728\u4f7f\u7528\u4e2d |
| | | INFO_WARN_CONFIG_ENTRYCACHE_NO_MONITOR_CONFIG_ENTRY_205=\u9805\u76ee\u5feb\u53d6 %s \u76e3\u8996\u5668\u63d0\u4f9b\u8005\u7684\u914d\u7f6e\u7121\u6cd5\u4f7f\u7528\u3002\u56e0\u6b64\uff0c\u5c07\u4e0d\u6703\u555f\u7528\u6b64\u76e3\u8996\u5668\u63d0\u4f9b\u8005 %s |
| | | INFO_WARN_CONFIG_ENTRYCACHE_MONITOR_CONFIG_DISABLED_206=\u5df2\u505c\u7528\u9805\u76ee\u5feb\u53d6 %s \u76e3\u8996\u5668\u63d0\u4f9b\u8005\u7684\u914d\u7f6e\u3002\u56e0\u6b64\uff0c\u5c07\u4e0d\u6703\u555f\u7528\u76e3\u8996\u5668\u63d0\u4f9b\u8005 %s |
| | | MILD_ERR_CONFIG_ENTRY_CANNOT_REMOVE_CHILD_215=\u5617\u8a66\u5c07\u9805\u76ee %s \u7576\u4f5c\u914d\u7f6e\u9805\u76ee %s \u7684\u5b50\u9805\u79fb\u9664\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_PARSE_NAME_FORM_216=\u7121\u6cd5\u5256\u6790\u6a21\u5f0f\u914d\u7f6e\u6a94\u6848 %s \u4e2d\u7684\u540d\u7a31\u8868\u5b9a\u7fa9: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CONFLICTING_NAME_FORM_217=\u5f9e\u6a21\u5f0f\u914d\u7f6e\u6a94\u6848 %s \u8b80\u53d6\u7684\u540d\u7a31\u8868\uff0c\u8207\u5df2\u8b80\u5165\u6a21\u5f0f\u4e2d\u7684\u53e6\u4e00\u500b\u540d\u7a31\u8868\u885d\u7a81: %s\u3002\u5c07\u4f7f\u7528\u8f03\u65b0\u7684\u540d\u7a31\u8868\u5b9a\u7fa9 |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_PARSE_DCR_218=\u7121\u6cd5\u5256\u6790\u6a21\u5f0f\u914d\u7f6e\u6a94\u6848 %s \u4e2d\u7684 DIT \u5167\u5bb9\u898f\u5247\u5b9a\u7fa9: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CONFLICTING_DCR_219=\u5f9e\u6a21\u5f0f\u914d\u7f6e\u6a94\u6848 %s \u8b80\u53d6\u7684 DIT \u5167\u5bb9\u898f\u5247\uff0c\u8207\u5df2\u8b80\u5165\u6a21\u5f0f\u4e2d\u7684\u53e6\u4e00\u500b DIT \u5167\u5bb9\u898f\u5247\u885d\u7a81: %s\u3002\u5c07\u4f7f\u7528\u8f03\u65b0\u7684 DIT \u5167\u5bb9\u898f\u5247\u5b9a\u7fa9 |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_PARSE_DSR_220=\u7121\u6cd5\u5256\u6790\u6a21\u5f0f\u914d\u7f6e\u6a94\u6848 %s \u4e2d\u7684 DIT \u7d50\u69cb\u898f\u5247\u5b9a\u7fa9: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CONFLICTING_DSR_221=\u5f9e\u6a21\u5f0f\u914d\u7f6e\u6a94\u6848 %s \u8b80\u53d6\u7684 DIT \u7d50\u69cb\u898f\u5247\uff0c\u8207\u5df2\u8b80\u5165\u6a21\u5f0f\u4e2d\u7684\u53e6\u4e00\u500b DIT \u7d50\u69cb\u898f\u5247\u885d\u7a81: %s\u3002\u5c07\u4f7f\u7528\u8f03\u65b0\u7684 DIT \u7d50\u69cb\u898f\u5247\u5b9a\u7fa9 |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_PARSE_MRU_222=\u7121\u6cd5\u5256\u6790\u6a21\u5f0f\u914d\u7f6e\u6a94\u6848 %s \u4e2d\u7684\u76f8\u7b26\u898f\u5247\u4f7f\u7528\u5b9a\u7fa9: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CONFLICTING_MRU_223=\u5f9e\u6a21\u5f0f\u914d\u7f6e\u6a94\u6848 %s \u8b80\u53d6\u7684\u76f8\u7b26\u898f\u5247\u4f7f\u7528\uff0c\u8207\u5df2\u8b80\u5165\u6a21\u5f0f\u4e2d\u7684\u53e6\u4e00\u500b\u76f8\u7b26\u898f\u5247\u4f7f\u7528\u885d\u7a81: %s\u3002\u5c07\u4f7f\u7528\u8f03\u65b0\u7684\u76f8\u7b26\u898f\u5247\u4f7f\u7528\u5b9a\u7fa9 |
| | | SEVERE_WARN_CONFIG_LOGGER_NO_ROTATION_POLICY_224=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u672a\u5b9a\u7fa9\u6a94\u6848\u81ea\u52d5\u91cd\u5efa\u7b56\u7565\u3002\u5c07\u4e0d\u6703\u9032\u884c\u8a18\u9304\u81ea\u52d5\u91cd\u5efa |
| | | SEVERE_ERR_CONFIG_LOGGER_NO_SIZE_LIMIT_225=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u672a\u5b9a\u7fa9\u4ee5\u5927\u5c0f\u70ba\u57fa\u790e\u4e4b\u6a94\u6848\u81ea\u52d5\u91cd\u5efa\u7b56\u7565\u7684\u5927\u5c0f\u9650\u5236 |
| | | SEVERE_ERR_CONFIG_LOGGER_NO_TIME_LIMIT_226=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u672a\u5b9a\u7fa9\u4ee5\u6642\u9593\u70ba\u57fa\u790e\u4e4b\u6a94\u6848\u81ea\u52d5\u91cd\u5efa\u7b56\u7565\u7684\u6642\u9593\u9650\u5236 |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_ROTATION_POLICY_227=\u7121\u6548\u7684\u6a94\u6848\u81ea\u52d5\u91cd\u5efa\u7b56\u7565 %s \u5df2\u5b9a\u7fa9\u65bc\u914d\u7f6e\u9805\u76ee %s \u4e2d |
| | | MILD_ERR_CONFIG_ATTR_READ_ONLY_228=\u914d\u7f6e\u5c6c\u6027 %s \u662f\u552f\u8b80\u7684\uff0c\u56e0\u6b64\u7121\u6cd5\u66f4\u6539\u5b83\u7684\u503c |
| | | SEVERE_ERR_CONFIG_PLUGIN_CANNOT_GET_CONFIG_BASE_229=\u5617\u8a66\u64f7\u53d6\u914d\u7f6e\u9805\u76ee cn=Plugins,cn=config \u4ee5\u521d\u59cb\u5316\u76ee\u9304\u4f3a\u670d\u5668\u5916\u639b\u7a0b\u5f0f\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_CONFIG_PLUGIN_BASE_DOES_NOT_EXIST_230=\u9805\u76ee cn=Plugins,cn=config \u4f3c\u4e4e\u4e0d\u5b58\u5728\u65bc\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u4e2d\u3002\u6b64\u70ba\u5fc5\u8981\u9805\u76ee |
| | | SEVERE_WARN_CONFIG_PLUGIN_ENTRY_DOES_NOT_HAVE_PLUGIN_CONFIG_231=\u914d\u7f6e\u9805\u76ee %s \u5b58\u5728\u65bc\u5916\u639b\u7a0b\u5f0f\u914d\u7f6e\u6839 cn=Plugins,cn=config \u4e4b\u4e0b\uff0c\u4f46\u6c92\u6709\u76ee\u9304\u4f3a\u670d\u5668\u5916\u639b\u7a0b\u5f0f\u6240\u9700\u7684 ds-cfg-backend \u7269\u4ef6\u985e\u5225\u3002\u5c07\u5ffd\u7565\u6b64\u914d\u7f6e\u9805\u76ee |
| | | SEVERE_ERR_CONFIG_PLUGIN_ERROR_INTERACTING_WITH_PLUGIN_ENTRY_232=\u8207\u5f8c\u7aef\u914d\u7f6e\u9805\u76ee %s \u4e92\u52d5\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | INFO_CONFIG_PLUGIN_ATTR_DESCRIPTION_ENABLED_233=\u8868\u793a\u662f\u5426\u61c9\u8a72\u555f\u7528\u6b64\u5916\u639b\u7a0b\u5f0f\u4ee5\u4fbf\u7528\u65bc\u76ee\u9304\u4f3a\u670d\u5668\u3002\u53ef\u4ee5\u5728\u76ee\u9304\u4f3a\u670d\u5668\u9023\u7dda\u6642\u66f4\u6539\u6b64\u9805\u76ee\uff0c\u800c\u4e14\u6703\u7acb\u5373\u751f\u6548 |
| | | SEVERE_WARN_CONFIG_PLUGIN_NO_ENABLED_ATTR_234=\u5916\u639b\u7a0b\u5f0f\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b ds-cfg-enabled \u5c6c\u6027\uff0c\u800c\u6b64\u5c6c\u6027\u662f\u7528\u4f86\u8868\u793a\u61c9\u8a72\u555f\u7528\u6216\u505c\u7528\u5916\u639b\u7a0b\u5f0f\u3002\u5982\u679c\u6c92\u6709\u6b64\u5c6c\u6027\uff0c\u5247\u6703\u9810\u8a2d\u70ba\u505c\u7528 |
| | | INFO_CONFIG_PLUGIN_DISABLED_235=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u5916\u639b\u7a0b\u5f0f\u5df2\u6a19\u793a\u70ba\u505c\u7528\uff0c\u56e0\u6b64\u5c07\u4e0d\u6703\u4f7f\u7528 |
| | | SEVERE_ERR_CONFIG_PLUGIN_UNABLE_TO_DETERMINE_ENABLED_STATE_236=\u5617\u8a66\u5224\u5b9a\u61c9\u8a72\u555f\u7528\u6216\u505c\u7528\u8207\u914d\u7f6e\u9805\u76ee %s \u76f8\u95dc\u7684\u5916\u639b\u7a0b\u5f0f\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s\u3002\u5c07\u4e88\u4ee5\u505c\u7528 |
| | | INFO_CONFIG_PLUGIN_ATTR_DESCRIPTION_PLUGIN_TYPE_237=\u6b64\u5916\u639b\u7a0b\u5f0f\u7684\u5916\u639b\u7a0b\u5f0f\u985e\u578b\uff0c\u53ef\u63a7\u5236\u5728\u8655\u7406\u671f\u9593\u547c\u53eb\u6b64\u5916\u639b\u7a0b\u5f0f\u7684\u6642\u9593\u3002\u53ea\u6709\u5728\u8f09\u5165\u548c\u521d\u59cb\u5316\u5916\u639b\u7a0b\u5f0f\u6642\u624d\u6703\u8b80\u53d6\u6b64\u503c\uff0c\u56e0\u6b64\u505c\u7528\u4e26\u91cd\u65b0\u555f\u7528\u5916\u639b\u7a0b\u5f0f\u6216\u91cd\u65b0\u555f\u52d5\u4f3a\u670d\u5668\u4e4b\u5f8c\uff0c\u5c0d\u6b64\u5c6c\u6027\u7684\u8b8a\u66f4\u624d\u6703\u751f\u6548 |
| | | INFO_CONFIG_PLUGIN_ATTR_DESCRIPTION_CLASS_238=\u61c9\u8a72\u63d0\u4f9b\u6b64\u5916\u639b\u7a0b\u5f0f\u5be6\u4f5c\u4e4b\u6838\u5fc3\u908f\u8f2f\u7684\u5b8c\u5168\u5408\u683c Java \u985e\u5225\u540d\u7a31\u3002\u5728\u505c\u7528\u4e26\u91cd\u65b0\u555f\u7528\u5916\u639b\u7a0b\u5f0f\u6216\u91cd\u65b0\u555f\u52d5\u4f3a\u670d\u5668\u4e4b\u5f8c\uff0c\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u624d\u6703\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_PLUGIN_NO_PLUGIN_TYPES_239=\u5916\u639b\u7a0b\u5f0f\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b ds-cfg-plugin-type \u5c6c\u6027\uff0c\u800c\u6b64\u5c6c\u6027\u662f\u7528\u4f86\u6307\u5b9a\u5916\u639b\u7a0b\u5f0f\u7684\u5916\u639b\u7a0b\u5f0f\u985e\u578b\u540d\u7a31\u3002\u9019\u662f\u5fc5\u8981\u5c6c\u6027\uff0c\u56e0\u6b64\u5c07\u505c\u7528\u6b64\u5916\u639b\u7a0b\u5f0f |
| | | SEVERE_ERR_CONFIG_PLUGIN_INVALID_PLUGIN_TYPE_240=\u5916\u639b\u7a0b\u5f0f\u914d\u7f6e\u9805\u76ee %s \u5177\u6709\u672a\u6307\u5b9a\u6709\u6548\u5916\u639b\u7a0b\u5f0f\u985e\u578b\u540d\u7a31\u4e4b ds-cfg-plugin-type \u5c6c\u6027\u7684\u7121\u6548\u503c %s\u3002\u5c07\u505c\u7528\u6b64\u5916\u639b\u7a0b\u5f0f |
| | | SEVERE_ERR_CONFIG_PLUGIN_CANNOT_GET_PLUGIN_TYPES_241=\u5617\u8a66\u5224\u5b9a\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u4e4b\u5916\u639b\u7a0b\u5f0f\u7684\u5916\u639b\u7a0b\u5f0f\u985e\u578b\u96c6\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s\u3002\u5c07\u505c\u7528\u6b64\u5916\u639b\u7a0b\u5f0f |
| | | SEVERE_ERR_CONFIG_PLUGIN_NO_CLASS_ATTR_242=\u5916\u639b\u7a0b\u5f0f\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b ds-cfg-java-class \u5c6c\u6027\uff0c\u800c\u6b64\u5c6c\u6027\u662f\u7528\u4f86\u6307\u5b9a\u7528\u65bc\u63d0\u4f9b\u5916\u639b\u7a0b\u5f0f\u5be6\u4f5c\u7684\u985e\u5225\u540d\u7a31\u3002\u5c07\u505c\u7528\u8207\u6b64\u914d\u7f6e\u9805\u76ee\u76f8\u95dc\u7684\u5916\u639b\u7a0b\u5f0f |
| | | SEVERE_ERR_CONFIG_PLUGIN_CANNOT_GET_CLASS_243=\u5617\u8a66\u5224\u5b9a\u542b\u6709\u5916\u639b\u7a0b\u5f0f %s \u5be6\u4f5c\u7684 Java \u985e\u5225\u540d\u7a31\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s\u3002\u5c07\u505c\u7528\u6b64\u5916\u639b\u7a0b\u5f0f |
| | | SEVERE_ERR_CONFIG_PLUGIN_CANNOT_INSTANTIATE_244=\u76ee\u9304\u4f3a\u670d\u5668\u7121\u6cd5\u8f09\u5165\u985e\u5225 %s\uff0c\u4e26\u4f7f\u7528\u6b64\u985e\u5225\u4f86\u5efa\u7acb\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u5916\u639b\u7a0b\u5f0f\u5be6\u4f8b\u3002\u767c\u751f\u7684\u932f\u8aa4\u70ba: %s\u3002\u5c07\u505c\u7528\u6b64\u5916\u639b\u7a0b\u5f0f |
| | | SEVERE_ERR_CONFIG_PLUGIN_CANNOT_INITIALIZE_245=\u5617\u8a66\u4f7f\u7528\u914d\u7f6e\u9805\u76ee %2$s \u4e2d\u7684\u8cc7\u8a0a\uff0c\u5c07\u985e\u5225 %1$s \u5be6\u4f8b\u521d\u59cb\u5316\u70ba\u76ee\u9304\u4f3a\u670d\u5668\u5916\u639b\u7a0b\u5f0f\u6642\u767c\u751f\u932f\u8aa4: %3$s\u3002\u5c07\u505c\u7528\u6b64\u5916\u639b\u7a0b\u5f0f |
| | | INFO_CONFIG_CORE_DESCRIPTION_NOTIFY_ABANDONED_OPERATIONS_246=\u8868\u793a\u76ee\u9304\u4f3a\u670d\u5668\u662f\u5426\u61c9\u8a72\u5c07\u5df2\u653e\u68c4\u4f5c\u696d\u7684\u56de\u61c9\u50b3\u9001\u81f3\u7528\u6236\u7aef\uff0c\u4ee5\u5f97\u77e5\u4f3a\u670d\u5668\u5df2\u5b8c\u6210\u5176\u8655\u7406\u3002LDAP \u898f\u683c\u7981\u6b62\u5728\u9019\u985e\u60c5\u6cc1\u4e0b\u50b3\u9001\u56de\u61c9\uff0c\u4f46\u662f\u5982\u679c\u90e8\u5206\u7528\u6236\u7aef\u5728\u4f5c\u696d\u5df2\u653e\u68c4\u6642\u4ecd\u7b49\u5f85\u8a72\u4f5c\u696d\u7684\u56de\u61c9\uff0c\u5247\u6703\u5c0e\u81f4\u9019\u4e9b\u7528\u6236\u7aef\u7121\u6cd5\u6b63\u78ba\u904b\u4f5c\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_NOTIFY_ABANDONED_OPERATIONS_247=\u914d\u7f6e\u9805\u76ee %s \u5177\u6709\u7121\u6548\u7684 ds-cfg-notify-abandoned-operations \u914d\u7f6e\u5c6c\u6027\u503c (\u61c9\u8a72\u662f\u5e03\u6797\u503c true \u6216 false): %s |
| | | SEVERE_ERR_CONFIG_EXTOP_INVALID_CLASS_256=\u985e\u5225 %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u4e2d) \u4e0d\u5305\u542b\u6709\u6548\u7684\u5ef6\u4f38\u4f5c\u696d\u8655\u7406\u7a0b\u5f0f\u5be6\u4f5c: %s |
| | | MILD_ERR_CONFIG_EXTOP_INITIALIZATION_FAILED_261=\u5617\u8a66\u5c07\u985e\u5225 %s \u5be6\u4f8b\u521d\u59cb\u5316\u70ba\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u5ef6\u4f38\u4f5c\u696d\u8655\u7406\u7a0b\u5f0f\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | FATAL_ERR_CONFIG_SASL_CANNOT_GET_BASE_264=\u5617\u8a66\u5f9e\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u64f7\u53d6 SASL \u6a5f\u5236\u8655\u7406\u7a0b\u5f0f\u57fa\u5e95\u9805\u76ee cn=SASL Mechanisms,cn=config \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_WARN_CONFIG_SASL_BASE_DOES_NOT_EXIST_265=SASL \u6a5f\u5236\u914d\u7f6e\u57fa\u5e95 cn=SASL Mechanisms,cn=config \u4e0d\u5b58\u5728\u65bc\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u4e2d\u3002\u6b64\u9805\u76ee\u5fc5\u9808\u5b58\u5728\uff0c\u4f3a\u670d\u5668\u624d\u80fd\u6b63\u5e38\u904b\u4f5c |
| | | SEVERE_ERR_CONFIG_SASL_ENTRY_UNACCEPTABLE_266=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684 SASL \u6a5f\u5236\u8655\u7406\u7a0b\u5f0f\u914d\u7f6e: %s\u3002\u5c07\u4e88\u4ee5\u5ffd\u7565 |
| | | SEVERE_ERR_CONFIG_SASL_CANNOT_CREATE_HANDLER_267=\u5617\u8a66\u6839\u64da\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684\u8cc7\u8a0a\u5efa\u7acb\u76ee\u9304\u4f3a\u670d\u5668 SASL \u6a5f\u5236\u8655\u7406\u7a0b\u5f0f\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_CONFIG_SASL_INVALID_OBJECTCLASS_268=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b ds-cfg-sasl-mechanism-handler \u7269\u4ef6\u985e\u5225\uff0c\u800c SASL \u6a5f\u5236\u8655\u7406\u7a0b\u5f0f\u5b9a\u7fa9\u9700\u8981\u6b64\u7269\u4ef6\u985e\u5225 |
| | | INFO_CONFIG_SASL_DESCRIPTION_CLASS_NAME_269=\u53ef\u5b9a\u7fa9\u76ee\u9304\u4f3a\u670d\u5668 SASL \u6a5f\u5236\u8655\u7406\u7a0b\u5f0f\u7684\u5b8c\u5168\u5408\u683c Java \u985e\u5225\u540d\u7a31\u3002\u5982\u679c\u5728\u555f\u7528\u76f8\u95dc\u8655\u7406\u7a0b\u5f0f\u6642\u66f4\u6539\u6b64\u9805\u76ee\uff0c\u5247\u5fc5\u9808\u505c\u7528\u4e26\u91cd\u65b0\u555f\u7528\u8a72\u8655\u7406\u7a0b\u5f0f\uff0c\u8b8a\u66f4\u624d\u6703\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_SASL_NO_CLASS_NAME_270=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684 ds-cfg-java-class \u914d\u7f6e\u5c6c\u6027\u503c\uff0c\u800c\u6b64\u5c6c\u6027\u6307\u5b9a\u76f8\u95dc SASL \u6a5f\u5236\u8655\u7406\u7a0b\u5f0f\u4e4b\u5b8c\u5168\u5408\u683c\u7684\u985e\u5225\u540d\u7a31 |
| | | SEVERE_ERR_CONFIG_SASL_INVALID_CLASS_NAME_271=\u914d\u7f6e\u9805\u76ee %s \u5177\u6709\u7121\u6548\u7684 ds-cfg-java-class \u5c6c\u6027\u503c: %s |
| | | SEVERE_ERR_CONFIG_SASL_INVALID_CLASS_272=\u985e\u5225 %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u4e2d) \u4e0d\u5305\u542b\u6709\u6548\u7684 SASL \u6a5f\u5236\u8655\u7406\u7a0b\u5f0f\u5be6\u4f5c: %s |
| | | INFO_CONFIG_SASL_DESCRIPTION_ENABLED_273=\u8868\u793a\u662f\u5426\u61c9\u8a72\u555f\u7528\u6b64\u76ee\u9304\u4f3a\u670d\u5668 SASL \u6a5f\u5236\u8655\u7406\u7a0b\u5f0f\u3002\u5c0d\u6b64\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_SASL_NO_ENABLED_ATTR_274=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684 ds-cfg-enabled \u914d\u7f6e\u5c6c\u6027\u503c\uff0c\u800c\u6b64\u5c6c\u6027\u8868\u793a\u662f\u5426\u61c9\u8a72\u555f\u7528 SASL \u6a5f\u5236\u8655\u7406\u7a0b\u5f0f\u4ee5\u4fbf\u7528\u65bc\u76ee\u9304\u4f3a\u670d\u5668 |
| | | SEVERE_ERR_CONFIG_SASL_INVALID_ENABLED_VALUE_275=\u914d\u7f6e\u9805\u76ee %s \u5177\u6709\u7121\u6548\u7684 ds-cfg-enabled \u5c6c\u6027\u503c: %s |
| | | INFO_CONFIG_SASL_CLASS_ACTION_REQUIRED_276=\u7121\u6cd5\u52d5\u614b\u5957\u7528\u5c07 SASL \u6a5f\u5236\u8655\u7406\u7a0b\u5f0f\u985e\u5225\u540d\u7a31\u5f9e %s \u8b8a\u66f4\u70ba %s (\u4f4d\u65bc\u914d\u7f6e\u9805\u76ee %s \u4e2d) \u7684\u8acb\u6c42\u3002\u5728\u505c\u7528\u4e26\u91cd\u65b0\u555f\u7528\u8655\u7406\u7a0b\u5f0f\u6216\u91cd\u65b0\u555f\u52d5\u76ee\u9304\u4f3a\u670d\u5668\u4e4b\u5f8c\uff0c\u6b64\u8b8a\u66f4\u624d\u6703\u751f\u6548 |
| | | MILD_ERR_CONFIG_SASL_INITIALIZATION_FAILED_277=\u5617\u8a66\u5c07\u985e\u5225 %s \u5be6\u4f8b\u521d\u59cb\u5316\u70ba\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684 SASL \u6a5f\u5236\u8655\u7406\u7a0b\u5f0f\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_CONFIG_SASL_EXISTS_278=\u7121\u6cd5\u589e\u52a0 DN \u70ba %s \u7684\u65b0 SASL \u6a5f\u5236\u8655\u7406\u7a0b\u5f0f\u9805\u76ee\uff0c\u56e0\u70ba\u5df2\u6709\u4f7f\u7528\u8a72 DN \u8a3b\u518a\u7684\u8655\u7406\u7a0b\u5f0f |
| | | SEVERE_ERR_CONFIG_SASL_UNACCEPTABLE_CONFIG_279=\u6839\u64da\u5167\u90e8\u9a57\u8b49\uff0c\u65bc\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684 SASL \u6a5f\u5236\u8655\u7406\u7a0b\u5f0f\u914d\u7f6e\uff0c\u662f\u7121\u6cd5\u63a5\u53d7\u7684\u914d\u7f6e\u3002\u4f46\u662f\uff0c\u6c92\u6709\u8207\u9805\u76ee\u554f\u984c\u6709\u95dc\u7684\u7279\u5b9a\u8cc7\u8a0a |
| | | MILD_ERR_CONFIG_FILE_ADD_ALREADY_EXISTS_280=\u9805\u76ee %s \u7121\u6cd5\u589e\u52a0\u81f3\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\uff0c\u56e0\u70ba\u5df2\u5b58\u5728\u5177\u6709\u8a72 DN \u7684\u53e6\u4e00\u500b\u914d\u7f6e\u9805\u76ee |
| | | MILD_ERR_CONFIG_FILE_ADD_NO_PARENT_DN_281=\u9805\u76ee %s \u7121\u6cd5\u589e\u52a0\u81f3\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\uff0c\u56e0\u70ba\u8a72 DN \u6c92\u6709\u7236\u7cfb |
| | | MILD_ERR_CONFIG_FILE_ADD_NO_PARENT_282=\u9805\u76ee %s \u7121\u6cd5\u589e\u52a0\u81f3\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\uff0c\u56e0\u70ba\u5b83\u7684\u7236\u7cfb\u9805\u76ee %s \u4e0d\u5b58\u5728 |
| | | MILD_ERR_CONFIG_FILE_ADD_REJECTED_BY_LISTENER_283=\u76ee\u9304\u4f3a\u670d\u5668\u4e0d\u9858\u589e\u52a0\u914d\u7f6e\u9805\u76ee %s\uff0c\u56e0\u70ba\u5728\u7236\u7cfb\u9805\u76ee %s \u4e2d\u8a3b\u518a\u7684\u5176\u4e2d\u4e00\u500b\u589e\u52a0\u5075\u807d\u7a0b\u5f0f\u5df2\u62d2\u7d55\u6b64\u8b8a\u66f4\uff0c\u8a0a\u606f\u70ba: %s |
| | | MILD_ERR_CONFIG_FILE_ADD_FAILED_284=\u5617\u8a66\u5c07\u914d\u7f6e\u9805\u76ee %s \u589e\u52a0\u70ba\u9805\u76ee %s \u7684\u5b50\u9805\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | MILD_ERR_CONFIG_FILE_DELETE_NO_SUCH_ENTRY_285=\u7121\u6cd5\u5f9e\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u79fb\u9664\u9805\u76ee %s\uff0c\u56e0\u70ba\u6307\u5b9a\u7684\u9805\u76ee\u4e0d\u5b58\u5728 |
| | | MILD_ERR_CONFIG_FILE_DELETE_HAS_CHILDREN_286=\u7121\u6cd5\u5f9e\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u79fb\u9664\u9805\u76ee %s\uff0c\u56e0\u70ba\u6307\u5b9a\u7684\u9805\u76ee\u5177\u6709\u4e00\u6216\u591a\u500b\u5f9e\u5c6c\u9805\u76ee |
| | | MILD_ERR_CONFIG_FILE_DELETE_NO_PARENT_287=\u7121\u6cd5\u5f9e\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u79fb\u9664\u9805\u76ee %s\uff0c\u56e0\u70ba\u6b64\u9805\u76ee\u6c92\u6709\u7236\u7cfb\uff0c\u800c\u4e14\u4e0d\u5141\u8a31\u79fb\u9664\u914d\u7f6e\u6839\u9805\u76ee |
| | | MILD_ERR_CONFIG_FILE_DELETE_REJECTED_288=\u7121\u6cd5\u5f9e\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u79fb\u9664\u9805\u76ee %s\uff0c\u56e0\u70ba\u5728\u7236\u7cfb\u9805\u76ee %s \u4e2d\u8a3b\u518a\u7684\u5176\u4e2d\u4e00\u500b\u522a\u9664\u5075\u807d\u7a0b\u5f0f\u5df2\u62d2\u7d55\u6b64\u8b8a\u66f4\uff0c\u8a0a\u606f\u70ba: %s |
| | | MILD_ERR_CONFIG_FILE_DELETE_FAILED_289=\u5617\u8a66\u5c07\u914d\u7f6e\u9805\u76ee %s \u7576\u4f5c\u9805\u76ee %s \u7684\u5b50\u9805\u79fb\u9664\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | MILD_ERR_CONFIG_FILE_MODIFY_NO_SUCH_ENTRY_290=\u7121\u6cd5\u4fee\u6539\u9805\u76ee %s\uff0c\u56e0\u70ba\u6307\u5b9a\u7684\u9805\u76ee\u4e0d\u5b58\u5728 |
| | | MILD_ERR_CONFIG_FILE_MODIFY_REJECTED_BY_CHANGE_LISTENER_291=\u7121\u6cd5\u4fee\u6539\u9805\u76ee %s\uff0c\u56e0\u70ba\u8a72\u9805\u76ee\u8a3b\u518a\u7684\u5176\u4e2d\u4e00\u500b\u914d\u7f6e\u8b8a\u66f4\u5075\u807d\u7a0b\u5f0f\u5df2\u62d2\u7d55\u8b8a\u66f4: %s |
| | | MILD_ERR_CONFIG_FILE_MODIFY_REJECTED_BY_COMPONENT_292=\u7121\u6cd5\u4fee\u6539\u9805\u76ee %s\uff0c\u56e0\u70ba\u8a72\u9805\u76ee\u8a3b\u518a\u7684\u5176\u4e2d\u4e00\u500b\u53ef\u914d\u7f6e\u5143\u4ef6\u5df2\u62d2\u7d55\u8b8a\u66f4: %s |
| | | MILD_ERR_CONFIG_FILE_SEARCH_NO_SUCH_BASE_293=\u7121\u6cd5\u8655\u7406\u641c\u5c0b\u4f5c\u696d\uff0c\u56e0\u70ba\u57fa\u5e95\u9805\u76ee %s \u4e0d\u5b58\u5728 |
| | | MILD_ERR_CONFIG_FILE_SEARCH_INVALID_SCOPE_294=\u7121\u6cd5\u8655\u7406\u641c\u5c0b\u4f5c\u696d\uff0c\u56e0\u70ba\u6307\u5b9a\u7684\u641c\u5c0b\u7bc4\u570d %s \u7121\u6548 |
| | | MILD_ERR_CONFIG_FILE_WRITE_CANNOT_CREATE_TEMP_ARCHIVE_295=\u7531\u65bc\u914d\u7f6e\u8b8a\u66f4\u800c\u5617\u8a66\u5efa\u7acb\u66ab\u5b58\u6a94 %s \u4ee5\u4fdd\u7559\u5148\u524d\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u7684\u6b78\u6a94\u7248\u672c\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_CONFIG_FILE_WRITE_CANNOT_COPY_EXISTING_ARCHIVE_296=\u5617\u8a66\u5c07\u6b78\u6a94\u914d\u7f6e\u5f9e %s \u8907\u88fd\u5230\u66ab\u5b58\u6a94 %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_CONFIG_FILE_WRITE_CANNOT_COPY_CURRENT_CONFIG_297=\u5617\u8a66\u66f4\u65b0\u6a94\u6848 %s \u4e2d\u7684\u6b78\u6a94\u914d\u7f6e\u4ee5\u7d0d\u5165\u6a94\u6848 %s \u4e2d\u7684\u57f7\u884c\u4e2d\u914d\u7f6e\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_CONFIG_FILE_WRITE_CANNOT_RENAME_TEMP_ARCHIVE_298=\u5617\u8a66\u5c07\u6b78\u6a94\u7684\u914d\u7f6e\u8cc7\u6599\u5f9e %s \u91cd\u65b0\u547d\u540d\u70ba %s \u5931\u6557\uff0c\u4f46\u662f\u7121\u6cd5\u5224\u5b9a\u5931\u6557\u7684\u57fa\u672c\u539f\u56e0 |
| | | MILD_ERR_CONFIG_FILE_WRITE_CANNOT_REPLACE_ARCHIVE_299=\u542b\u6709\u524d\u4e00\u500b\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u7684\u5df2\u66f4\u65b0\u6b78\u6a94\u7121\u6cd5\u5f9e %s \u91cd\u65b0\u547d\u540d\u70ba %s: %s |
| | | MILD_ERR_CONFIG_FILE_WRITE_CANNOT_EXPORT_NEW_CONFIG_300=\u5617\u8a66\u5c07\u65b0\u7684\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u532f\u51fa\u81f3\u6a94\u6848 %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_CONFIG_FILE_WRITE_CANNOT_RENAME_NEW_CONFIG_301=\u5617\u8a66\u5c07\u65b0\u7684\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u7531\u6a94\u6848 %s \u91cd\u65b0\u547d\u540d\u70ba %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_CONFIG_FILE_MODDN_NOT_ALLOWED_302=\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u4e2d\u4e0d\u5141\u8a31\u4fee\u6539 DN \u4f5c\u696d |
| | | INFO_CONFIG_LOGGER_SUPPRESS_INTERNAL_OPERATIONS_303=\u8868\u793a\u662f\u5426\u61c9\u8a72\u5f9e\u5b58\u53d6\u8a18\u9304\u6a94\u6848\u4e2d\u6392\u9664\u5167\u90e8\u4f5c\u696d\u7684\u8a0a\u606f |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_SUPPRESS_INT_OPERATION_VALUE_304=\u6307\u5b9a\u7d66\u5c6c\u6027 %s \u7684\u503c\u7121\u6548\u3002\u5141\u8a31\u7684\u503c\u70ba true \u6216 false |
| | | INFO_CONFIG_BACKEND_ATTR_DESCRIPTION_BASE_DNS_305=\u61c9\u8a72\u7528\u65bc\u6b64\u5f8c\u7aef\u7684\u57fa\u5e95 DN \u96c6\u3002\u53d6\u6c7a\u65bc\u95dc\u65bc\u5c0d\u6b64\u5c6c\u6027\u7684\u8b8a\u66f4\u662f\u5426\u6703\u81ea\u52d5\u751f\u6548\u7684\u5f8c\u7aef\u5be6\u4f5c |
| | | SEVERE_ERR_CONFIG_BACKEND_NO_BASE_DNS_306=\u5f8c\u7aef\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b ds-cfg-base-dn \u5c6c\u6027\uff0c\u800c\u6b64\u5c6c\u6027\u7528\u4f86\u6307\u5b9a\u5f8c\u7aef\u7684\u57fa\u5e95 DN \u96c6\u3002\u9019\u662f\u5fc5\u8981\u5c6c\u6027\uff0c\u56e0\u6b64\u5c07\u505c\u7528\u5f8c\u7aef |
| | | SEVERE_ERR_CONFIG_BACKEND_UNABLE_TO_DETERMINE_BASE_DNS_307=\u5617\u8a66\u5224\u5b9a\u8207\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u4e4b\u5f8c\u7aef\u76f8\u95dc\u7684\u57fa\u5e95 DN \u96c6\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s\u3002\u5c07\u505c\u7528\u6b64\u5f8c\u7aef |
| | | INFO_CONFIG_KEYMANAGER_DESCRIPTION_ENABLED_313=\u8868\u793a\u662f\u5426\u61c9\u8a72\u555f\u7528\u76ee\u9304\u4f3a\u670d\u5668\u91d1\u9470\u7ba1\u7406\u54e1\u63d0\u4f9b\u8005\u3002\u9700\u8981\u5b58\u53d6\u91d1\u9470\u7ba1\u7406\u54e1\u7684\u4f5c\u696d (\u4f8b\u5982\u900f\u904e SSL \u901a\u8a0a)\uff0c\u9700\u8981\u6709\u91d1\u9470\u7ba1\u7406\u54e1\u63d0\u4f9b\u8005\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548\uff0c\u4f46\u53ea\u6703\u5f71\u97ff\u672a\u4f86\u5c0d\u91d1\u9470\u7ba1\u7406\u54e1\u7684\u5b58\u53d6\u5617\u8a66 |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_NO_ENABLED_ATTR_314=\u914d\u7f6e\u9805\u76ee\u300c%s\u300d\u4e0d\u5305\u542b ds-cfg-enabled \u5c6c\u6027\u7684\u503c\uff0c\u800c\u6b64\u5c6c\u6027\u8868\u793a\u662f\u5426\u555f\u7528\u91d1\u9470\u7ba1\u7406\u54e1\u63d0\u4f9b\u8005\u4ee5\u4fbf\u7528\u65bc\u4f3a\u670d\u5668 |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_DESCRIPTION_CLASS_317=\u5305\u542b\u91d1\u9470\u7ba1\u7406\u54e1\u63d0\u4f9b\u8005\u5be6\u4f5c\u7684\u5b8c\u5168\u5408\u683c Java \u985e\u5225\u540d\u7a31\u3002\u5728\u505c\u7528\u4e26\u91cd\u65b0\u555f\u7528\u91d1\u9470\u7ba1\u7406\u54e1\u63d0\u4f9b\u8005\u6216\u91cd\u65b0\u555f\u52d5\u4f3a\u670d\u5668\u4e4b\u5f8c\uff0c\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u624d\u6703\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_DESCRIPTION_ENABLED_328=\u8868\u793a\u662f\u5426\u61c9\u8a72\u555f\u7528\u76ee\u9304\u4f3a\u670d\u5668\u4fe1\u4efb\u7ba1\u7406\u54e1\u63d0\u4f9b\u8005\u3002\u9700\u8981\u5b58\u53d6\u4fe1\u4efb\u7ba1\u7406\u54e1\u7684\u4f5c\u696d (\u4f8b\u5982\u900f\u904e SSL \u901a\u8a0a)\uff0c\u9700\u8981\u6709\u4fe1\u4efb\u7ba1\u7406\u54e1\u63d0\u4f9b\u8005\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548\uff0c\u4f46\u53ea\u6703\u5f71\u97ff\u672a\u4f86\u5c0d\u4fe1\u4efb\u7ba1\u7406\u54e1\u7684\u5b58\u53d6\u5617\u8a66 |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_NO_ENABLED_ATTR_329=\u914d\u7f6e\u9805\u76ee\u300c%s\u300d\u4e0d\u5305\u542b ds-cfg-enabled \u5c6c\u6027\u7684\u503c\uff0c\u800c\u6b64\u5c6c\u6027\u8868\u793a\u662f\u5426\u555f\u7528\u4fe1\u4efb\u7ba1\u7406\u54e1\u63d0\u4f9b\u8005\u4ee5\u4fbf\u7528\u65bc\u4f3a\u670d\u5668 |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_DESCRIPTION_CLASS_332=\u5305\u542b\u4fe1\u4efb\u7ba1\u7406\u54e1\u63d0\u4f9b\u8005\u5be6\u4f5c\u7684\u5b8c\u5168\u5408\u683c Java \u985e\u5225\u540d\u7a31\u3002\u5728\u505c\u7528\u4e26\u91cd\u65b0\u555f\u7528\u4fe1\u4efb\u7ba1\u7406\u54e1\u63d0\u4f9b\u8005\u6216\u91cd\u65b0\u555f\u52d5\u4f3a\u670d\u5668\u4e4b\u5f8c\uff0c\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u624d\u6703\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_DESCRIPTION_ENABLED_347=\u8868\u793a\u662f\u5426\u61c9\u8a72\u555f\u7528\u76ee\u9304\u4f3a\u670d\u5668\u6191\u8b49\u5c0d\u6620\u5668\u3002\u6191\u8b49\u5c0d\u6620\u5668\u7528\u4f86\u5efa\u7acb\u7528\u6236\u7aef\u6191\u8b49\u93c8\u8207\u76ee\u9304\u4f3a\u670d\u5668\u4e2d\u4e4b\u4f7f\u7528\u8005\u9805\u76ee\u4e4b\u9593\u7684\u5c0d\u6620\uff0c\u4ee5\u4fbf\u7528\u65bc SASL EXTERNAL \u8a8d\u8b49\u548c\u985e\u4f3c\u7684\u7528\u9014\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_NO_ENABLED_ATTR_348=\u914d\u7f6e\u9805\u76ee\u300c%s\u300d\u4e0d\u5305\u542b ds-cfg-enabled \u5c6c\u6027\u7684\u503c\uff0c\u800c\u6b64\u5c6c\u6027\u8868\u793a\u662f\u5426\u555f\u7528\u6191\u8b49\u5c0d\u6620\u5668\u4ee5\u4fbf\u7528\u65bc\u4f3a\u670d\u5668 |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_DESCRIPTION_CLASS_351=\u5305\u542b\u6191\u8b49\u5c0d\u6620\u5668\u5be6\u4f5c\u7684\u5b8c\u5168\u5408\u683c Java \u985e\u5225\u540d\u7a31\u3002\u5728\u505c\u7528\u4e26\u91cd\u65b0\u555f\u7528\u6191\u8b49\u5c0d\u6620\u5668\u6216\u91cd\u65b0\u555f\u52d5\u4f3a\u670d\u5668\u4e4b\u5f8c\uff0c\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u624d\u6703\u751f\u6548 |
| | | MILD_WARN_CONFIG_LOGGER_NO_RETENTION_POLICY_357=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u672a\u5b9a\u7fa9\u6a94\u6848\u4fdd\u7559\u7b56\u7565\u3002\u5c07\u4e0d\u6703\u522a\u9664\u8a18\u9304\u6a94 |
| | | SEVERE_WARN_CONFIG_LOGGER_INVALID_RETENTION_POLICY_358=\u7121\u6548\u7684\u6a94\u6848\u4fdd\u7559\u7b56\u7565 %s \u5df2\u5b9a\u7fa9\u65bc\u914d\u7f6e\u9805\u76ee %s \u4e2d |
| | | SEVERE_WARN_CONFIG_LOGGER_NO_NUMBER_OF_FILES_359=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u672a\u5b9a\u7fa9\u4fdd\u7559\u7b56\u7565\u7684\u6a94\u6848\u6578\u76ee\u9650\u5236 |
| | | SEVERE_WARN_CONFIG_LOGGER_NO_DISK_SPACE_USED_360=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u672a\u5b9a\u7fa9\u4fdd\u7559\u7b56\u7565\u7684\u78c1\u789f\u7a7a\u9593\u9650\u5236 |
| | | FATAL_ERR_CONFIG_PWSCHEME_CANNOT_GET_BASE_363=\u5617\u8a66\u5f9e\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u64f7\u53d6\u5bc6\u78bc\u5132\u5b58\u6a5f\u5236\u57fa\u5e95\u9805\u76ee cn=Password Storage Schemes,cn=config \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_WARN_CONFIG_PWSCHEME_BASE_DOES_NOT_EXIST_364=\u5bc6\u78bc\u5132\u5b58\u6a5f\u5236\u914d\u7f6e\u57fa\u5e95 cn=Password Storage Schemes,cn=config \u4e0d\u5b58\u5728\u65bc\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u4e2d\u3002\u6b64\u9805\u76ee\u5fc5\u9808\u5b58\u5728\uff0c\u4f3a\u670d\u5668\u624d\u80fd\u6b63\u5e38\u904b\u4f5c |
| | | SEVERE_ERR_CONFIG_PWSCHEME_ENTRY_UNACCEPTABLE_365=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684\u5bc6\u78bc\u5132\u5b58\u6a5f\u5236\u914d\u7f6e: %s\u3002\u5c07\u4e88\u4ee5\u5ffd\u7565 |
| | | SEVERE_ERR_CONFIG_PWSCHEME_CANNOT_CREATE_SCHEME_366=\u5617\u8a66\u6839\u64da\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684\u8cc7\u8a0a\u5efa\u7acb\u76ee\u9304\u4f3a\u670d\u5668\u5bc6\u78bc\u5132\u5b58\u6a5f\u5236\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_CONFIG_PWSCHEME_INVALID_OBJECTCLASS_367=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b ds-cfg-password-storage-scheme \u7269\u4ef6\u985e\u5225\uff0c\u800c\u5bc6\u78bc\u5132\u5b58\u6a5f\u5236\u5b9a\u7fa9\u9700\u8981\u6b64\u7269\u4ef6\u985e\u5225 |
| | | INFO_CONFIG_PWSCHEME_DESCRIPTION_CLASS_NAME_368=\u53ef\u5b9a\u7fa9\u76ee\u9304\u4f3a\u670d\u5668\u5bc6\u78bc\u5132\u5b58\u6a5f\u5236\u7684\u5b8c\u5168\u5408\u683c Java \u985e\u5225\u540d\u7a31\u3002\u5982\u679c\u5728\u555f\u7528\u76f8\u95dc\u6a5f\u5236\u6642\u66f4\u6539\u6b64\u9805\u76ee\uff0c\u5247\u5fc5\u9808\u505c\u7528\u4e26\u91cd\u65b0\u555f\u7528\u8a72\u5132\u5b58\u6a5f\u5236\uff0c\u8b8a\u66f4\u624d\u6703\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_PWSCHEME_NO_CLASS_NAME_369=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684 ds-cfg-java-class \u914d\u7f6e\u5c6c\u6027\u503c\uff0c\u800c\u6b64\u5c6c\u6027\u6307\u5b9a\u76f8\u95dc\u5bc6\u78bc\u5132\u5b58\u6a5f\u5236\u4e4b\u5b8c\u5168\u5408\u683c\u7684\u985e\u5225\u540d\u7a31 |
| | | SEVERE_ERR_CONFIG_PWSCHEME_INVALID_CLASS_NAME_370=\u914d\u7f6e\u9805\u76ee %s \u5177\u6709\u7121\u6548\u7684 ds-cfg-java-class \u5c6c\u6027\u503c: %s |
| | | SEVERE_ERR_CONFIG_PWSCHEME_INVALID_CLASS_371=\u985e\u5225 %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u4e2d) \u4e0d\u5305\u542b\u6709\u6548\u7684\u5bc6\u78bc\u5132\u5b58\u6a5f\u5236\u5be6\u4f5c: %s |
| | | INFO_CONFIG_PWSCHEME_DESCRIPTION_ENABLED_372=\u8868\u793a\u662f\u5426\u61c9\u8a72\u555f\u7528\u6b64\u76ee\u9304\u4f3a\u670d\u5668\u5bc6\u78bc\u5132\u5b58\u6a5f\u5236\u3002\u5c0d\u6b64\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_PWSCHEME_NO_ENABLED_ATTR_373=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684 ds-cfg-enabled \u914d\u7f6e\u5c6c\u6027\u503c\uff0c\u800c\u6b64\u5c6c\u6027\u8868\u793a\u662f\u5426\u61c9\u8a72\u555f\u7528\u5bc6\u78bc\u5132\u5b58\u6a5f\u5236\u4ee5\u4fbf\u7528\u65bc\u76ee\u9304\u4f3a\u670d\u5668 |
| | | SEVERE_ERR_CONFIG_PWSCHEME_INVALID_ENABLED_VALUE_374=\u914d\u7f6e\u9805\u76ee %s \u5177\u6709\u7121\u6548\u7684 ds-cfg-enabled \u5c6c\u6027\u503c: %s |
| | | INFO_CONFIG_PWSCHEME_CLASS_ACTION_REQUIRED_375=\u7121\u6cd5\u52d5\u614b\u5957\u7528\u5c07\u5bc6\u78bc\u5132\u5b58\u6a5f\u5236\u985e\u5225\u540d\u7a31\u5f9e %s \u8b8a\u66f4\u70ba %s (\u4f4d\u65bc\u914d\u7f6e\u9805\u76ee %s \u4e2d) \u7684\u8acb\u6c42\u3002\u5728\u505c\u7528\u4e26\u91cd\u65b0\u555f\u7528\u5132\u5b58\u6a5f\u5236\u6216\u91cd\u65b0\u555f\u52d5\u76ee\u9304\u4f3a\u670d\u5668\u4e4b\u5f8c\uff0c\u6b64\u8b8a\u66f4\u624d\u6703\u751f\u6548 |
| | | MILD_ERR_CONFIG_PWSCHEME_INITIALIZATION_FAILED_376=\u5617\u8a66\u5c07\u985e\u5225 %s \u5be6\u4f8b\u521d\u59cb\u5316\u70ba\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u5bc6\u78bc\u5132\u5b58\u6a5f\u5236\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_CONFIG_PWSCHEME_EXISTS_377=\u7121\u6cd5\u589e\u52a0 DN \u70ba %s \u7684\u65b0\u5bc6\u78bc\u5132\u5b58\u6a5f\u5236\u9805\u76ee\uff0c\u56e0\u70ba\u5df2\u6709\u4f7f\u7528\u8a72 DN \u8a3b\u518a\u7684\u5132\u5b58\u6a5f\u5236 |
| | | SEVERE_ERR_CONFIG_PWSCHEME_UNACCEPTABLE_CONFIG_378=\u6839\u64da\u5167\u90e8\u9a57\u8b49\uff0c\u65bc\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u5bc6\u78bc\u5132\u5b58\u6a5f\u5236\u914d\u7f6e\uff0c\u662f\u7121\u6cd5\u63a5\u53d7\u7684\u914d\u7f6e\u3002\u4f46\u662f\uff0c\u6c92\u6709\u8207\u9805\u76ee\u554f\u984c\u6709\u95dc\u7684\u7279\u5b9a\u8cc7\u8a0a |
| | | INFO_CONFIG_PLUGIN_CLASS_ACTION_REQUIRED_379=\u7121\u6cd5\u52d5\u614b\u5957\u7528\u5c07\u5916\u639b\u7a0b\u5f0f\u985e\u5225\u540d\u7a31\u5f9e %s \u8b8a\u66f4\u70ba %s (\u4f4d\u65bc\u914d\u7f6e\u9805\u76ee %s \u4e2d) \u7684\u8acb\u6c42\u3002\u5728\u505c\u7528\u4e26\u91cd\u65b0\u555f\u7528\u5916\u639b\u7a0b\u5f0f\u6216\u91cd\u65b0\u555f\u52d5\u76ee\u9304\u4f3a\u670d\u5668\u4e4b\u5f8c\uff0c\u6b64\u8b8a\u66f4\u624d\u6703\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_LOGGER_NO_FREE_DISK_SPACE_380=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u672a\u5b9a\u7fa9\u4fdd\u7559\u7b56\u7565\u7684\u78c1\u789f\u7a7a\u9593\u9650\u5236 |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_JAVA5_POLICY_381=\u5728 Java 6 \u4e4b\u524d\u7248\u672c\u7684 VM \u4e0a\u57f7\u884c\u6642\uff0c\u76ee\u9304\u4f3a\u670d\u5668\u4e0d\u5141\u8a31\u914d\u7f6e\u9805\u76ee %s \u4e2d\u6709\u4ee5\u53ef\u7528\u78c1\u789f\u7a7a\u9593\u70ba\u57fa\u790e\u7684\u4fdd\u7559\u7b56\u7565 |
| | | INFO_CONFIG_BACKEND_ATTR_DESCRIPTION_BACKEND_ID_382=\u6b64\u5f8c\u7aef\u7684\u552f\u4e00\u8b58\u5225\u78bc\u3002\u5728\u505c\u7528\u4e26\u91cd\u65b0\u555f\u7528\u5f8c\u7aef\u6216\u91cd\u65b0\u555f\u52d5\u4f3a\u670d\u5668\u4e4b\u5f8c\uff0c\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u624d\u6703\u751f\u6548 |
| | | SEVERE_WARN_CONFIG_BACKEND_NO_BACKEND_ID_383=\u5f8c\u7aef\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b ds-cfg-backend-id \u5c6c\u6027\uff0c\u800c\u6b64\u5c6c\u6027\u7528\u4f86\u63d0\u4f9b\u5f8c\u7aef\u7684\u552f\u4e00\u8b58\u5225\u78bc\u3002\u5c07\u505c\u7528\u6b64\u5f8c\u7aef |
| | | SEVERE_WARN_CONFIG_BACKEND_DUPLICATE_BACKEND_ID_384=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u5f8c\u7aef\u5177\u6709\u5f8c\u7aef ID %s\uff0c\u800c\u9019\u8207\u4f3a\u670d\u5668\u4e2d\u53e6\u4e00\u500b\u5f8c\u7aef\u7684\u5f8c\u7aef ID \u885d\u7a81\u3002\u5c07\u505c\u7528\u6b64\u5f8c\u7aef |
| | | SEVERE_ERR_CONFIG_BACKEND_UNABLE_TO_DETERMINE_BACKEND_ID_385=\u5617\u8a66\u5224\u5b9a\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u4e4b\u5f8c\u7aef\u7684\u5f8c\u7aef ID \u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s\u3002\u5c07\u505c\u7528\u5f8c\u7aef |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_GET_MAC_386=\u5617\u8a66\u53d6\u5f97 %s MAC \u63d0\u4f9b\u8005\u4ee5\u5efa\u7acb\u5099\u4efd\u7684\u7c3d\u7f72\u96dc\u6e4a\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_GET_DIGEST_387=\u5617\u8a66\u53d6\u5f97 %s \u8a0a\u606f\u6458\u8981\u4ee5\u5efa\u7acb\u5099\u4efd\u7684\u96dc\u6e4a\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_388=\u5617\u8a66\u5728\u76ee\u9304 %2$s \u4e2d\u5efa\u7acb\u914d\u7f6e\u6b78\u6a94\u6a94\u6848 %1$s \u6642\u767c\u751f\u932f\u8aa4: %3$s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_GET_CIPHER_389=\u5617\u8a66\u53d6\u5f97\u7528\u4f86\u52a0\u5bc6\u5099\u4efd\u7684\u5bc6\u78bc\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_CONFIG_BACKUP_ZIP_COMMENT_390=%s \u914d\u7f6e\u5099\u4efd %s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_DETERMINE_CONFIG_FILE_LOCATION_391=\u5617\u8a66\u5224\u5b9a\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u6a94\u6848\u7684\u8def\u5f91\u4ee5\u4fbf\u5c07\u8a72\u6a94\u6848\u6b78\u6a94\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_BACKUP_CONFIG_FILE_392=\u5617\u8a66\u5099\u4efd\u914d\u7f6e\u6a94\u6848 %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_BACKUP_ARCHIVED_CONFIGS_393=\u5617\u8a66\u5099\u4efd\u6a94\u6848 %s \u4e2d\u7684\u5148\u524d\u6b78\u6a94\u914d\u7f6e\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_CLOSE_ZIP_STREAM_394=\u5617\u8a66\u95dc\u9589\u76ee\u9304 %2$s \u4e2d\u7684\u914d\u7f6e\u6b78\u6a94\u6a94\u6848 %1$s \u6642\u767c\u751f\u932f\u8aa4: %3$s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_395=\u5617\u8a66\u4f7f\u7528\u914d\u7f6e\u5099\u4efd\u76f8\u95dc\u8cc7\u8a0a\u4f86\u66f4\u65b0\u5099\u4efd\u63cf\u8ff0\u5143\u6a94\u6848 %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_CONFIG_RESTORE_NO_SUCH_BACKUP_396=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u914d\u7f6e\u5099\u4efd %s (\u4f4d\u65bc\u76ee\u9304 %s \u4e2d)\uff0c\u56e0\u70ba\u4e0d\u5b58\u5728\u6b64\u7a2e\u5099\u4efd |
| | | SEVERE_ERR_CONFIG_RESTORE_NO_BACKUP_FILE_397=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u914d\u7f6e\u5099\u4efd %s (\u4f4d\u65bc\u76ee\u9304 %s \u4e2d)\uff0c\u56e0\u70ba\u7121\u6cd5\u5224\u5b9a\u6b78\u6a94\u6a94\u6848\u540d\u7a31 |
| | | SEVERE_ERR_CONFIG_RESTORE_NO_SUCH_FILE_398=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u914d\u7f6e\u5099\u4efd %s\uff0c\u56e0\u70ba\u6307\u5b9a\u7684\u6b78\u6a94\u6a94\u6848 %s \u4e0d\u5b58\u5728 |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_CHECK_FOR_ARCHIVE_399=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u914d\u7f6e\u5099\u4efd %s\uff0c\u56e0\u70ba\u5728\u5617\u8a66\u5224\u5b9a\u5099\u4efd\u6b78\u6a94 %s \u662f\u5426\u5b58\u5728\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_CONFIG_RESTORE_UNKNOWN_DIGEST_400=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u914d\u7f6e\u5099\u4efd %s\uff0c\u56e0\u70ba\u6b64\u5099\u4efd\u6709\u53ef\u7528\u7684\u672a\u7c3d\u7f72\u96dc\u6e4a\uff0c\u4f46\u4f3a\u670d\u5668\u7121\u6cd5\u5224\u5b9a\u7528\u65bc\u7522\u751f\u6b64\u96dc\u6e4a\u7684\u6458\u8981\u6f14\u7b97\u6cd5 |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_GET_DIGEST_401=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u914d\u7f6e\u5099\u4efd %s\uff0c\u56e0\u70ba\u5b83\u7684\u672a\u7c3d\u7f72\u96dc\u6e4a\u4f7f\u7528\u4e0d\u660e\u6216\u4e0d\u652f\u63f4\u7684\u6458\u8981\u6f14\u7b97\u6cd5 %s |
| | | SEVERE_ERR_CONFIG_RESTORE_UNKNOWN_MAC_402=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u914d\u7f6e\u5099\u4efd %s\uff0c\u56e0\u70ba\u6b64\u5099\u4efd\u6709\u53ef\u7528\u7684\u7c3d\u7f72\u96dc\u6e4a\uff0c\u4f46\u4f3a\u670d\u5668\u7121\u6cd5\u5224\u5b9a\u7528\u65bc\u7522\u751f\u6b64\u96dc\u6e4a\u7684 MAC \u6f14\u7b97\u6cd5 |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_GET_MAC_403=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u914d\u7f6e\u5099\u4efd %s\uff0c\u56e0\u70ba\u5b83\u7684\u7c3d\u7f72\u96dc\u6e4a\u4f7f\u7528\u4e0d\u660e\u6216\u4e0d\u652f\u63f4\u7684 MAC \u6f14\u7b97\u6cd5 %s |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_OPEN_BACKUP_FILE_404=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u914d\u7f6e\u5099\u4efd %s\uff0c\u56e0\u70ba\u5728\u5617\u8a66\u958b\u555f\u5099\u4efd\u6b78\u6a94\u6a94\u6848 %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_GET_CIPHER_406=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u914d\u7f6e\u5099\u4efd %s\uff0c\u56e0\u70ba\u5b83\u662f\u4f7f\u7528\u4e0d\u660e\u6216\u4e0d\u652f\u63f4\u7684\u5bc6\u78bc\u9032\u884c\u52a0\u5bc6: %s |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_BACKUP_EXISTING_CONFIG_407=\u7121\u6cd5\u5fa9\u539f\u914d\u7f6e\u5099\u4efd %s\uff0c\u56e0\u70ba\u5728\u5617\u8a66\u66ab\u6642\u5c07\u76ee\u524d\u914d\u7f6e\u6a94\u6848\u5f9e %s \u5099\u4efd\u81f3 %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | NOTICE_CONFIG_RESTORE_RESTORED_OLD_CONFIG_408=\u767c\u751f\u4e86\u4f7f\u914d\u7f6e\u5099\u4efd\u7121\u6cd5\u6b63\u78ba\u5fa9\u539f\u7684\u932f\u8aa4\u3002\u4f46\u662f\uff0c\u5728\u5fa9\u539f\u7a0b\u5e8f\u555f\u52d5\u4e4b\u524d\u5373\u5df2\u5c31\u7dd2\u7684\u539f\u59cb\u914d\u7f6e\u6a94\u6848\u5df2\u4e88\u4ee5\u4fdd\u7559\uff0c\u4e14\u76ee\u524d\u4f4d\u5728\u5b83\u5011\u7684\u539f\u59cb\u4f4d\u7f6e %s |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_RESTORE_OLD_CONFIG_409=\u767c\u751f\u4e86\u4f7f\u914d\u7f6e\u5099\u4efd\u7121\u6cd5\u6b63\u78ba\u5fa9\u539f\u7684\u932f\u8aa4\u3002\u5728\u5fa9\u539f\u7a0b\u5e8f\u555f\u52d5\u4e4b\u524d\u5373\u5df2\u5c31\u7dd2\u7684\u539f\u59cb\u914d\u7f6e\u6a94\u6848\u5df2\u4e88\u4ee5\u4fdd\u7559\uff0c\u4e14\u5305\u542b\u5728 %s \u76ee\u9304\u4e2d |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_CREATE_CONFIG_DIRECTORY_410=\u7121\u6cd5\u5fa9\u539f\u914d\u7f6e\u5099\u4efd %s\uff0c\u56e0\u70ba\u5728\u5617\u8a66\u5efa\u7acb\u7528\u4ee5\u5fa9\u539f\u6a94\u6848\u7684\u65b0\u7a7a\u76ee\u9304 %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_CONFIG_RESTORE_OLD_CONFIG_SAVED_411=\u767c\u751f\u4e86\u4f7f\u914d\u7f6e\u5099\u4efd\u7121\u6cd5\u6b63\u78ba\u5fa9\u539f\u7684\u932f\u8aa4\u3002\u5728\u5fa9\u539f\u7a0b\u5e8f\u555f\u52d5\u4e4b\u524d\u5373\u5df2\u5c31\u7dd2\u7684\u539f\u59cb\u914d\u7f6e\u6a94\u6848\u5df2\u4fdd\u7559\u5728 %s \u76ee\u9304\u4e2d |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_GET_ZIP_ENTRY_412=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u914d\u7f6e\u5099\u4efd %s\uff0c\u56e0\u70ba\u5728\u5617\u8a66\u8b80\u53d6\u6b78\u6a94\u6a94\u6848 %s \u7684\u4e0b\u4e00\u500b\u9805\u76ee\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_CREATE_FILE_413=\u7121\u6cd5\u5fa9\u539f\u914d\u7f6e\u5099\u4efd %s\uff0c\u56e0\u70ba\u5728\u5617\u8a66\u91cd\u5efa\u6a94\u6848 %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_PROCESS_ARCHIVE_FILE_414=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u914d\u7f6e\u5099\u4efd %s\uff0c\u56e0\u70ba\u5728\u8655\u7406\u6b78\u6a94\u6a94\u6848 %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_CONFIG_RESTORE_ERROR_ON_ZIP_STREAM_CLOSE_415=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u914d\u7f6e\u5099\u4efd %s\uff0c\u56e0\u70ba\u5728\u5617\u8a66\u95dc\u9589\u6b78\u6a94\u6a94\u6848 %s \u6642\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | NOTICE_CONFIG_RESTORE_UNSIGNED_HASH_VALID_416=\u5f9e\u5099\u4efd\u6b78\u6a94\u8a08\u7b97\u800c\u4f86\u7684\u8a0a\u606f\u6458\u8981\u7b26\u5408\u8207\u5099\u4efd\u8cc7\u8a0a\u4e00\u8d77\u5132\u5b58\u7684\u6458\u8981 |
| | | SEVERE_ERR_CONFIG_RESTORE_UNSIGNED_HASH_INVALID_417=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u914d\u7f6e\u5099\u4efd %s\uff0c\u56e0\u70ba\u5f9e\u5099\u4efd\u6b78\u6a94\u8a08\u7b97\u800c\u4f86\u7684\u8a0a\u606f\u6458\u8981\u4e0d\u7b26\u5408\u8207\u5099\u4efd\u8cc7\u8a0a\u4e00\u8d77\u5132\u5b58\u7684\u6458\u8981 |
| | | NOTICE_CONFIG_RESTORE_SIGNED_HASH_VALID_418=\u5f9e\u5099\u4efd\u6b78\u6a94\u8a08\u7b97\u800c\u4f86\u7684\u7c3d\u7f72\u6458\u8981\u7b26\u5408\u8207\u5099\u4efd\u8cc7\u8a0a\u4e00\u8d77\u5132\u5b58\u7684\u7c3d\u540d |
| | | SEVERE_ERR_CONFIG_RESTORE_SIGNED_HASH_INVALID_419=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u914d\u7f6e\u5099\u4efd %s\uff0c\u56e0\u70ba\u5f9e\u5099\u4efd\u6b78\u6a94\u8a08\u7b97\u800c\u4f86\u7684\u7c3d\u7f72\u6458\u8981\u4e0d\u7b26\u5408\u8207\u5099\u4efd\u8cc7\u8a0a\u4e00\u8d77\u5132\u5b58\u7684\u7c3d\u540d |
| | | NOTICE_CONFIG_RESTORE_VERIFY_SUCCESSFUL_420=\u5c0d\u914d\u7f6e\u5099\u4efd %s (\u4f4d\u65bc\u76ee\u9304 %s \u4e2d) \u57f7\u884c\u7684\u6240\u6709\u6e2c\u8a66\u5747\u986f\u793a\u6b78\u6a94\u4f3c\u4e4e\u6709\u6548 |
| | | NOTICE_CONFIG_RESTORE_SUCCESSFUL_421=\u914d\u7f6e\u5099\u4efd %s \u5df2\u6210\u529f\u5f9e\u76ee\u9304 %s \u4e2d\u7684\u6b78\u6a94\u5fa9\u539f |
| | | SEVERE_ERR_CONFIG_BACKEND_CANNOT_ACQUIRE_SHARED_LOCK_422=\u76ee\u9304\u4f3a\u670d\u5668\u7121\u6cd5\u7372\u5f97\u5f8c\u7aef %s \u7684\u5171\u7528\u9396\u5b9a: %s\u3002\u9019\u901a\u5e38\u8868\u793a\u9700\u8981\u5c08\u7528\u9396\u5b9a\u7684\u7a0b\u5e8f (\u4f8b\u5982\u5f9e LDIF \u532f\u5165\u6216\u5fa9\u539f\u5099\u4efd) \u6b63\u5728\u4f7f\u7528\u6b64\u5f8c\u7aef\u3002\u5c07\u505c\u7528\u6b64\u5f8c\u7aef |
| | | SEVERE_WARN_CONFIG_BACKEND_CANNOT_RELEASE_SHARED_LOCK_423=\u5617\u8a66\u91cb\u653e\u5f8c\u7aef %s \u7684\u5171\u7528\u9396\u5b9a\u6642\u767c\u751f\u932f\u8aa4: %s\u3002\u9019\u53ef\u80fd\u6703\u5e72\u64fe\u9700\u8981\u5c08\u7528\u5b58\u53d6\u7684\u4f5c\u696d (\u5305\u542b LDIF \u532f\u5165\u548c\u5fa9\u539f\u5099\u4efd) |
| | | INFO_CONFIG_FILE_HEADER_424=\u6b64\u6a94\u6848\u5305\u542b\u4e3b\u8981\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u3002\u4f3a\u670d\u5668\u9023\u7dda\u6642\uff0c\u4e0d\u80fd\u76f4\u63a5\u5c0d\u5b83\u9032\u884c\u7de8\u8f2f\u3002\u4f3a\u670d\u5668\u914d\u7f6e\u53ea\u61c9\u8a72\u4f7f\u7528\u76ee\u9304\u4f3a\u670d\u5668\u63d0\u4f9b\u7684\u7ba1\u7406\u516c\u7528\u7a0b\u5f0f\u9032\u884c\u7ba1\u7406 |
| | | INFO_CONFIG_CORE_DESCRIPTION_ADD_MISSING_RDN_ATTRS_425=\u8868\u793a\u76ee\u9304\u4f3a\u670d\u5668\u662f\u5426\u61c9\u8a72\u5728\u589e\u52a0\u9805\u76ee\u6642\u81ea\u52d5\u5c07\u7f3a\u5c11\u7684 RDN \u5c6c\u6027\u589e\u52a0\u81f3\u9805\u76ee\u3002\u5982\u679c\u589e\u52a0\u7684\u9805\u76ee\u5728\u5176\u5c6c\u6027\u6e05\u55ae\u4e2d\u672a\u542b RDN \u5c6c\u6027\u503c\uff0c\u5247\u9810\u8a2d\u6703\u906d\u5230\u62d2\u7d55\uff0c\u56e0\u70ba\u5b83\u5011\u9055\u53cd LDAP \u898f\u683c\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_ADD_MISSING_RDN_ATTRS_426=\u914d\u7f6e\u9805\u76ee %s \u5177\u6709\u7121\u6548\u7684 ds-cfg-add-missing-rdn-attributes \u914d\u7f6e\u5c6c\u6027\u503c (\u61c9\u8a72\u662f\u5e03\u6797\u503c true \u6216 false): %s |
| | | INFO_CONFIG_CORE_DESCRIPTION_SERVER_ERROR_RESULT_CODE_427=\u61c9\u8a72\u7528\u65bc\u56de\u61c9\u4f5c\u696d\u56e0\u5167\u90e8\u4f3a\u670d\u5668\u932f\u8aa4\u800c\u5931\u6557\u7684\u7d50\u679c\u78bc\u3002\u6b64\u503c\u61c9\u8a72\u662f\u7b49\u540c\u65bc\u5c0d\u61c9 LDAP \u7d50\u679c\u78bc\u7684\u6574\u6578\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_SERVER_ERROR_RESULT_CODE_428=\u914d\u7f6e\u9805\u76ee %s \u5177\u6709\u7121\u6548\u7684 ds-cfg-server-error-result-code \u914d\u7f6e\u5c6c\u6027\u503c (\u61c9\u8a72\u662f\u5927\u65bc\u6216\u7b49\u65bc 1 \u7684\u6574\u6578\u503c): %s |
| | | FATAL_ERR_CONFIG_IDMAPPER_CANNOT_GET_BASE_429=\u5617\u8a66\u5f9e\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u64f7\u53d6\u8b58\u5225\u5c0d\u6620\u5668\u57fa\u5e95\u9805\u76ee cn=Identity Mappers,cn=config \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_WARN_CONFIG_IDMAPPER_BASE_DOES_NOT_EXIST_430=\u8b58\u5225\u5c0d\u6620\u5668\u914d\u7f6e\u57fa\u5e95 cn=Identity Mappers,cn=config \u4e0d\u5b58\u5728\u65bc\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u4e2d\u3002\u6b64\u9805\u76ee\u5fc5\u9808\u5b58\u5728\uff0c\u4f3a\u670d\u5668\u624d\u80fd\u6b63\u5e38\u904b\u4f5c |
| | | SEVERE_ERR_CONFIG_IDMAPPER_ENTRY_UNACCEPTABLE_431=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684\u8b58\u5225\u5c0d\u6620\u5668\u914d\u7f6e: %s\u3002\u5c07\u4e88\u4ee5\u5ffd\u7565 |
| | | SEVERE_ERR_CONFIG_IDMAPPER_CANNOT_CREATE_MAPPER_432=\u5617\u8a66\u6839\u64da\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684\u8cc7\u8a0a\u5efa\u7acb\u76ee\u9304\u4f3a\u670d\u5668\u8b58\u5225\u5c0d\u6620\u5668\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_CONFIG_IDMAPPER_INVALID_OBJECTCLASS_433=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b ds-cfg-identity-mapper \u7269\u4ef6\u985e\u5225\uff0c\u800c\u8b58\u5225\u5c0d\u6620\u5668\u5b9a\u7fa9\u9700\u8981\u6b64\u7269\u4ef6\u985e\u5225 |
| | | INFO_CONFIG_IDMAPPER_DESCRIPTION_CLASS_NAME_434=\u53ef\u5b9a\u7fa9\u76ee\u9304\u4f3a\u670d\u5668\u8b58\u5225\u5c0d\u6620\u5668\u7684\u5b8c\u5168\u5408\u683c Java \u985e\u5225\u540d\u7a31\u3002\u5982\u679c\u5728\u555f\u7528\u76f8\u95dc\u8b58\u5225\u5c0d\u6620\u5668\u6642\u66f4\u6539\u6b64\u9805\u76ee\uff0c\u5247\u5fc5\u9808\u505c\u7528\u4e26\u91cd\u65b0\u555f\u7528\u8a72\u5c0d\u6620\u5668\uff0c\u8b8a\u66f4\u624d\u6703\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_IDMAPPER_NO_CLASS_NAME_435=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684 ds-cfg-java-class \u914d\u7f6e\u5c6c\u6027\u503c\uff0c\u800c\u6b64\u5c6c\u6027\u6307\u5b9a\u76f8\u95dc\u8b58\u5225\u5c0d\u6620\u5668\u4e4b\u5b8c\u5168\u5408\u683c\u7684\u985e\u5225\u540d\u7a31 |
| | | SEVERE_ERR_CONFIG_IDMAPPER_INVALID_CLASS_NAME_436=\u914d\u7f6e\u9805\u76ee %s \u5177\u6709\u7121\u6548\u7684 ds-cfg-java-class \u5c6c\u6027\u503c: %s |
| | | SEVERE_ERR_CONFIG_IDMAPPER_INVALID_CLASS_437=\u985e\u5225 %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u4e2d) \u4e0d\u5305\u542b\u6709\u6548\u7684\u8b58\u5225\u5c0d\u6620\u5668\u5be6\u4f5c: %s |
| | | INFO_CONFIG_IDMAPPER_DESCRIPTION_ENABLED_438=\u8868\u793a\u662f\u5426\u61c9\u8a72\u555f\u7528\u6b64\u76ee\u9304\u4f3a\u670d\u5668\u8b58\u5225\u5c0d\u6620\u5668\u3002\u5c0d\u6b64\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_IDMAPPER_NO_ENABLED_ATTR_439=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684 ds-cfg-enabled \u914d\u7f6e\u5c6c\u6027\u503c\uff0c\u800c\u6b64\u5c6c\u6027\u8868\u793a\u662f\u5426\u61c9\u8a72\u555f\u7528\u8b58\u5225\u5c0d\u6620\u5668\u4ee5\u4fbf\u7528\u65bc\u76ee\u9304\u4f3a\u670d\u5668 |
| | | SEVERE_ERR_CONFIG_IDMAPPER_INVALID_ENABLED_VALUE_440=\u914d\u7f6e\u9805\u76ee %s \u5177\u6709\u7121\u6548\u7684 ds-cfg-enabled \u5c6c\u6027\u503c: %s |
| | | INFO_CONFIG_IDMAPPER_CLASS_ACTION_REQUIRED_441=\u7121\u6cd5\u52d5\u614b\u5957\u7528\u5c07\u8b58\u5225\u5c0d\u6620\u5668\u985e\u5225\u540d\u7a31\u5f9e %s \u8b8a\u66f4\u70ba %s (\u4f4d\u65bc\u914d\u7f6e\u9805\u76ee %s \u4e2d) \u7684\u8acb\u6c42\u3002\u5728\u505c\u7528\u4e26\u91cd\u65b0\u555f\u7528\u8b58\u5225\u5c0d\u6620\u5668\u6216\u91cd\u65b0\u555f\u52d5\u76ee\u9304\u4f3a\u670d\u5668\u4e4b\u5f8c\uff0c\u6b64\u8b8a\u66f4\u624d\u6703\u751f\u6548 |
| | | MILD_ERR_CONFIG_IDMAPPER_INITIALIZATION_FAILED_442=\u5617\u8a66\u5c07\u985e\u5225 %s \u5be6\u4f8b\u521d\u59cb\u5316\u70ba\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u8b58\u5225\u5c0d\u6620\u5668\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_CONFIG_IDMAPPER_EXISTS_443=\u7121\u6cd5\u589e\u52a0 DN \u70ba %s \u7684\u65b0\u8b58\u5225\u5c0d\u6620\u5668\u9805\u76ee\uff0c\u56e0\u70ba\u5df2\u6709\u4f7f\u7528\u8a72 DN \u8a3b\u518a\u7684\u8b58\u5225\u5c0d\u6620\u5668 |
| | | SEVERE_ERR_CONFIG_IDMAPPER_UNACCEPTABLE_CONFIG_444=\u6839\u64da\u5167\u90e8\u9a57\u8b49\uff0c\u65bc\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u8b58\u5225\u5c0d\u6620\u5668\u914d\u7f6e\uff0c\u662f\u7121\u6cd5\u63a5\u53d7\u7684\u914d\u7f6e\u3002\u4f46\u662f\uff0c\u6c92\u6709\u8207\u9805\u76ee\u554f\u984c\u6709\u95dc\u7684\u7279\u5b9a\u8cc7\u8a0a |
| | | INFO_CONFIG_CORE_DESCRIPTION_PROXY_MAPPER_DN_445=\u76ee\u9304\u4f3a\u670d\u5668\u61c9\u8a72\u8207\u4ee3\u7406\u6388\u6b0a V2 \u63a7\u5236\u4e00\u8d77\u4f7f\u7528\u4e4b\u8b58\u5225\u5c0d\u6620\u5668\u7684\u914d\u7f6e\u9805\u76ee DN\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_PROXY_MAPPER_DN_446=\u914d\u7f6e\u9805\u76ee %s \u5177\u6709\u7121\u6548\u7684 ds-cfg-proxied-authorization-identity-mapper \u914d\u7f6e\u5c6c\u6027\u503c (\u61c9\u8a72\u662f\u6709\u6548\u8b58\u5225\u5c0d\u6620\u5668\u914d\u7f6e\u9805\u76ee\u7684 DN): %s |
| | | SEVERE_ERR_CONFIG_CORE_NO_PROXY_MAPPER_FOR_DN_447=\u4ee3\u7406\u6388\u6b0a\u8b58\u5225\u5c0d\u6620\u5668 DN %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u4e2d) \u672a\u53c3\u7167\u6709\u6548\u7684\u8b58\u5225\u5c0d\u6620\u5668\u914d\u7f6e\u9805\u76ee |
| | | SEVERE_ERR_CONFIG_IDMAPPER_NO_PROXY_MAPPER_DN_448=\u76ee\u9304\u4f3a\u670d\u5668\u6c92\u6709\u4efb\u4f55\u8b58\u5225\u5c0d\u6620\u5668\u914d\u7f6e\u6210\u8207\u4ee3\u7406\u6388\u6b0a V2 \u4f5c\u696d\u4e00\u8d77\u4f7f\u7528\u3002\u76ee\u9304\u4f3a\u670d\u5668\u5c07\u7121\u6cd5\u8655\u7406\u5167\u542b\u5177\u6709\u4ee5\u4f7f\u7528\u8005\u540d\u7a31\u70ba\u57fa\u790e\u4e4b\u6388\u6b0a ID \u7684\u4ee3\u7406\u6388\u6b0a\u63a7\u5236\u7684\u8acb\u6c42 |
| | | SEVERE_ERR_CONFIG_IDMAPPER_INVALID_PROXY_MAPPER_DN_449=\u914d\u7f6e\u7684\u4ee3\u7406\u6388\u6b0a\u8b58\u5225\u5c0d\u6620\u5668 DN %s \u672a\u53c3\u7167\u4f7f\u7528\u4e2d\u8b58\u5225\u5c0d\u6620\u5668\u3002\u76ee\u9304\u4f3a\u670d\u5668\u5c07\u7121\u6cd5\u8655\u7406\u5167\u542b\u5177\u6709\u4ee5\u4f7f\u7528\u8005\u540d\u7a31\u70ba\u57fa\u790e\u4e4b\u6388\u6b0a ID \u7684\u4ee3\u7406\u6388\u6b0a\u63a7\u5236\u7684\u8acb\u6c42 |
| | | INFO_CONFIG_CORE_DESCRIPTION_SIZE_LIMIT_450=\u8655\u7406\u641c\u5c0b\u4f5c\u696d\u6642\uff0c\u61c9\u8a72\u50b3\u56de\u81f3\u7528\u6236\u7aef\u7684\u9810\u8a2d\u6700\u5927\u9805\u76ee\u6578\u3002\u5728\u4f7f\u7528\u8005\u9805\u76ee\u4e2d\u5305\u542b ds-rlim-size-limit \u4f5c\u696d\u5c6c\u6027\uff0c\u5c31\u53ef\u4ee5\u4f9d\u4f7f\u7528\u8005\u7f6e\u63db\u6b64\u9805\u76ee\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_SIZE_LIMIT_451=\u914d\u7f6e\u9805\u76ee %s \u5177\u6709\u7121\u6548\u7684 ds-cfg-size-limit \u914d\u7f6e\u5c6c\u6027\u503c (\u61c9\u8a72\u662f\u7528\u4ee5\u6307\u5b9a\u8981\u4f7f\u7528\u4e4b\u5927\u5c0f\u9650\u5236\u7684\u6b63\u6574\u6578\u503c\uff0c\u6216\u503c 0 \u6216 -1 \u8868\u793a\u4e0d\u61c9\u8a72\u5f37\u5236\u4efb\u4f55\u9650\u5236): %s |
| | | FATAL_ERR_CONFIG_SYNCH_CANNOT_GET_CONFIG_BASE_452=\u5617\u8a66\u64f7\u53d6\u76ee\u9304\u4f3a\u670d\u5668\u540c\u6b65\u5316\u63d0\u4f9b\u8005\u914d\u7f6e\u57fa\u5e95\u9805\u76ee cn=Synchronization Providers,cn=config \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | FATAL_ERR_CONFIG_SYNCH_BASE_DOES_NOT_EXIST_453=\u76ee\u9304\u4f3a\u670d\u5668\u540c\u6b65\u5316\u63d0\u4f9b\u8005\u57fa\u5e95\u9805\u76ee cn=Synchronization Providers,cn=config \u4e0d\u5b58\u5728\u3002\u6b64\u9805\u76ee\u5fc5\u9808\u5b58\u5728\u65bc\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u4e2d |
| | | FATAL_ERR_CONFIG_SYNCH_ENTRY_DOES_NOT_HAVE_PROVIDER_CONFIG_454=\u914d\u7f6e\u9805\u76ee %s \u5b58\u5728\u65bc\u76ee\u9304\u4f3a\u670d\u5668\u540c\u6b65\u5316\u63d0\u4f9b\u8005\u6839\u4e4b\u4e0b\uff0c\u4f46\u662f\u4e0d\u5305\u542b\u5fc5\u9808\u5b58\u5728\u65bc\u6240\u6709\u540c\u6b65\u5316\u63d0\u4f9b\u8005\u914d\u7f6e\u9805\u76ee\u4e2d\u7684 ds-cfg-synchronization-provider \u5c6c\u6027 |
| | | FATAL_ERR_CONFIG_SYNCH_CANNOT_CHECK_FOR_PROVIDER_CONFIG_OC_455=\u5617\u8a66\u5224\u5b9a\u914d\u7f6e\u9805\u76ee %s \u662f\u5426\u70ba\u6709\u6548\u7684\u76ee\u9304\u4f3a\u670d\u5668\u540c\u6b65\u5316\u63d0\u4f9b\u8005\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | INFO_CONFIG_SYNCH_DESCRIPTION_PROVIDER_ENABLED_456=\u8868\u793a\u662f\u5426\u555f\u7528\u76f8\u95dc\u76ee\u9304\u4f3a\u670d\u5668\u540c\u6b65\u5316\u63d0\u4f9b\u8005\u4e14\u61c9\u8a72\u7531\u4f3a\u670d\u5668\u4f7f\u7528\u3002\u6b64\u5c6c\u6027\u5fc5\u9808\u5b58\u5728\u65bc\u6240\u6709\u540c\u6b65\u5316\u63d0\u4f9b\u8005\u9805\u76ee\u4e2d\uff0c\u800c\u4e14\u4e0d\u80fd\u5728\u57f7\u884c\u76ee\u9304\u4f3a\u670d\u5668\u6642\u8b8a\u66f4 |
| | | FATAL_ERR_CONFIG_SYNCH_PROVIDER_NO_ENABLED_ATTR_457=\u540c\u6b65\u5316\u63d0\u4f9b\u8005\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b\u8868\u793a\u662f\u5426\u555f\u7528\u540c\u6b65\u5316\u63d0\u4f9b\u8005\u4ee5\u4f9b\u4f7f\u7528\u7684 ds-cfg-enabled \u5c6c\u6027 |
| | | SEVERE_WARN_CONFIG_SYNCH_PROVIDER_DISABLED_458=\u5df2\u505c\u7528\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u76ee\u9304\u4f3a\u670d\u5668\u540c\u6b65\u5316\u63d0\u4f9b\u8005\u3002\u5c07\u4e0d\u6703\u4f7f\u7528\u6b64\u63d0\u4f9b\u8005 |
| | | FATAL_ERR_CONFIG_SYNCH_UNABLE_TO_DETERMINE_ENABLED_STATE_459=\u5617\u8a66\u5224\u5b9a\u662f\u5426\u61c9\u8a72\u555f\u7528\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u76ee\u9304\u4f3a\u670d\u5668\u540c\u6b65\u5316\u63d0\u4f9b\u8005\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | INFO_CONFIG_SYNCH_DESCRIPTION_PROVIDER_CLASS_460=\u5c07\u63d0\u4f9b\u76ee\u9304\u4f3a\u670d\u5668\u540c\u6b65\u5316\u63d0\u4f9b\u8005\u4e4b\u908f\u8f2f\u7684\u5b8c\u5168\u5408\u683c Java \u985e\u5225\u540d\u7a31\u3002\u6b64\u5c6c\u6027\u5fc5\u9808\u5b58\u5728\u65bc\u6240\u6709\u540c\u6b65\u5316\u63d0\u4f9b\u8005\u9805\u76ee\u4e2d\uff0c\u800c\u4e14\u4e0d\u80fd\u5728\u57f7\u884c\u76ee\u9304\u4f3a\u670d\u5668\u6642\u8b8a\u66f4 |
| | | FATAL_ERR_CONFIG_SYNCH_NO_CLASS_ATTR_461=\u540c\u6b65\u5316\u63d0\u4f9b\u8005\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b ds-cfg-java-class \u5c6c\u6027\uff0c\u800c\u6b64\u5c6c\u6027\u6307\u5b9a\u53ef\u5be6\u4f5c\u540c\u6b65\u5316\u63d0\u4f9b\u8005\u908f\u8f2f\u7684\u985e\u5225\u540d\u7a31 |
| | | FATAL_ERR_CONFIG_SYNCH_UNABLE_TO_DETERMINE_CLASS_462=\u5617\u8a66\u5f9e\u914d\u7f6e\u9805\u76ee %s \u5224\u5b9a\u7528\u4f86\u63d0\u4f9b\u76ee\u9304\u4f3a\u670d\u5668\u540c\u6b65\u5316\u63d0\u4f9b\u8005\u908f\u8f2f\u7684\u985e\u5225\u540d\u7a31\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | FATAL_ERR_CONFIG_SYNCH_UNABLE_TO_LOAD_PROVIDER_CLASS_463=\u5617\u8a66\u8f09\u5165\u985e\u5225 %s (\u53c3\u7167\u65bc\u540c\u6b65\u5316\u63d0\u4f9b\u8005\u914d\u7f6e\u9805\u76ee %s) \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | FATAL_ERR_CONFIG_SYNCH_UNABLE_TO_INSTANTIATE_PROVIDER_464=\u5617\u8a66\u5be6\u4f8b\u5316\u985e\u5225 %s (\u53c3\u7167\u65bc\u540c\u6b65\u5316\u63d0\u4f9b\u8005\u914d\u7f6e\u9805\u76ee %s) \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | FATAL_ERR_CONFIG_SYNCH_ERROR_INITIALIZING_PROVIDER_465=\u5617\u8a66\u521d\u59cb\u5316\u914d\u7f6e\u9805\u76ee %s \u4e2d\u53c3\u7167\u7684\u76ee\u9304\u4f3a\u670d\u5668\u540c\u6b65\u5316\u63d0\u4f9b\u8005\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | INFO_CONFIG_SYNCH_PROVIDER_HAS_BEEN_DISABLED_466=\u76ee\u524d\u5df2\u555f\u7528\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u540c\u6b65\u5316\u63d0\u4f9b\u8005\uff0c\u4f46\u662f\u914d\u7f6e\u5df2\u8b8a\u66f4\uff0c\u56e0\u6b64\u61c9\u4e88\u4ee5\u505c\u7528\u3002\u91cd\u65b0\u555f\u52d5\u76ee\u9304\u4f3a\u670d\u5668\u4e4b\u5f8c\uff0c\u6b64\u8b8a\u66f4\u624d\u6703\u751f\u6548 |
| | | FATAL_ERR_CONFIG_SYNCH_PROVIDER_CLASS_CHANGED_467=\u7528\u65bc\u63d0\u4f9b\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u4e4b\u540c\u6b65\u5316\u63d0\u4f9b\u8005\u908f\u8f2f\u7684 Java \u985e\u5225\uff0c\u5df2\u5f9e %s \u8b8a\u66f4\u70ba %s\u3002\u91cd\u65b0\u555f\u52d5\u76ee\u9304\u4f3a\u670d\u5668\u4e4b\u5f8c\uff0c\u6b64\u8b8a\u66f4\u624d\u6703\u751f\u6548 |
| | | INFO_CONFIG_BACKEND_ATTR_DESCRIPTION_WRITABILITY_468=\u6b64\u5f8c\u7aef\u7684\u53ef\u5beb\u6027\u6a21\u5f0f\u3002\u5982\u679c\u5141\u8a31\u6240\u6709\u5beb\u5165\u4f5c\u696d\uff0c\u5247\u6b64\u503c\u662f\u300cenabled\u300d\u3001\u5982\u679c\u62d2\u7d55\u6240\u6709\u5beb\u5165\u4f5c\u696d\u5247\u70ba\u300cdisabled\u300d\uff0c\u6216\u8005\uff0c\u5982\u679c\u53ea\u5141\u8a31\u5167\u90e8\u5beb\u5165\u4f5c\u696d\u53ca\u540c\u6b65\u5316\u66f4\u65b0\u5247\u70ba\u300cinternal-only\u300d\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_BACKEND_NO_WRITABILITY_MODE_469=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u5f8c\u7aef\u6c92\u6709 ds-cfg-writability-mode \u914d\u7f6e\u5c6c\u6027\u7684\u503c\uff0c\u4ee5\u8868\u793a\u8a72\u5f8c\u7aef\u7684\u53ef\u5beb\u6027\u6a21\u5f0f\u3002\u5c07\u505c\u7528\u6b64\u5f8c\u7aef |
| | | SEVERE_ERR_CONFIG_BACKEND_INVALID_WRITABILITY_MODE_470=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u5f8c\u7aef\u5177\u6709\u7121\u6548\u7684\u53ef\u5beb\u6027\u6a21\u5f0f %s\u3002\u5c07\u505c\u7528\u6b64\u5f8c\u7aef |
| | | SEVERE_ERR_CONFIG_BACKEND_UNABLE_TO_DETERMINE_WRITABILITY_471=\u5617\u8a66\u5224\u5b9a\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u4e4b\u5f8c\u7aef\u7684\u53ef\u5beb\u6027\u6a21\u5f0f\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s\u3002\u5c07\u505c\u7528\u5f8c\u7aef |
| | | INFO_CONFIG_CORE_DESCRIPTION_WRITABILITY_MODE_472=\u76ee\u9304\u4f3a\u670d\u5668\u7684\u53ef\u5beb\u6027\u6a21\u5f0f\u3002\u6b64\u503c\u53ef\u80fd\u662f\u300cenabled\u300d\u3001\u300cdisabled\u300d\u6216\u300cinternal-only\u300d\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_WRITABILITY_MODE_473=\u914d\u7f6e\u9805\u76ee %s \u5177\u6709\u7121\u6548\u7684 ds-cfg-writability-mode \u914d\u7f6e\u5c6c\u6027\u503c (\u6b64\u503c\u61c9\u8a72\u662f\u300cenabled\u300d\u3001\u300cdisabled\u300d\u6216\u300cinternal-only\u300d): %s |
| | | INFO_CONFIG_CORE_DESCRIPTION_BIND_WITH_DN_REQUIRES_PW_474=\u8868\u793a\u662f\u5426\u4e5f\u9700\u8981\u542b\u6709 DN \u7684\u7c21\u55ae\u9023\u7d50\u4ee5\u5305\u542b\u5bc6\u78bc\u3002\u5982\u679c\u505c\u7528\u6b64\u9805\u76ee\uff0c\u5247\u4e00\u5f8b\u6703\u5c07\u6c92\u6709\u5bc6\u78bc\u7684\u9023\u7d50\u8996\u70ba\u533f\u540d\uff0c\u5373\u4f7f\u5b83\u5011\u5305\u542b\u9023\u7d50 DN \u4e5f\u4e00\u6a23\uff0c\u800c\u9020\u6210\u67d0\u4e9b\u7a2e\u985e\u4e4b\u61c9\u7528\u7a0b\u5f0f\u7684\u5b89\u5168\u6f0f\u6d1e\u3002\u555f\u7528\u6b64\u9078\u9805\u6642\uff0c\u5c07\u6703\u62d2\u7d55\u6240\u6709\u5305\u542b DN \u4f46\u6c92\u6709\u5bc6\u78bc\u7684\u7c21\u55ae\u9023\u7d50\u8acb\u6c42\uff0c\u800c\u4e0d\u662f\u9810\u8a2d\u70ba\u533f\u540d\u8a8d\u8b49\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_BIND_WITH_DN_REQUIRES_PW_475=\u914d\u7f6e\u9805\u76ee %s \u5177\u6709\u7121\u6548\u7684 ds-cfg-bind-with-dn-requires-password \u914d\u7f6e\u5c6c\u6027\u503c (\u503c\u61c9\u8a72\u662f\u300cTRUE\u300d\u6216\u300cFALSE\u300d): %s |
| | | FATAL_ERR_CONFIG_PWVALIDATOR_CANNOT_GET_BASE_476=\u5617\u8a66\u5f9e\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u64f7\u53d6\u5bc6\u78bc\u9a57\u8b49\u7a0b\u5f0f\u57fa\u5e95\u9805\u76ee cn=Password Validators,cn=config \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_WARN_CONFIG_PWVALIDATOR_BASE_DOES_NOT_EXIST_477=\u5bc6\u78bc\u9a57\u8b49\u7a0b\u5f0f\u914d\u7f6e\u57fa\u5e95 cn=Password Validators,cn=config \u4e0d\u5b58\u5728\u65bc\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u4e2d\u3002\u6b64\u9805\u76ee\u5fc5\u9808\u5b58\u5728\uff0c\u4f3a\u670d\u5668\u624d\u80fd\u6b63\u5e38\u904b\u4f5c |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_ENTRY_UNACCEPTABLE_478=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684\u5bc6\u78bc\u9a57\u8b49\u7a0b\u5f0f\u914d\u7f6e: %s\u3002\u5c07\u4e88\u4ee5\u5ffd\u7565 |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_CANNOT_CREATE_VALIDATOR_479=\u5617\u8a66\u6839\u64da\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684\u8cc7\u8a0a\u5efa\u7acb\u76ee\u9304\u4f3a\u670d\u5668\u5bc6\u78bc\u9a57\u8b49\u7a0b\u5f0f\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_INVALID_OBJECTCLASS_480=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b ds-cfg-password-validator \u7269\u4ef6\u985e\u5225\uff0c\u800c\u5bc6\u78bc\u9a57\u8b49\u7a0b\u5f0f\u5b9a\u7fa9\u9700\u8981\u6b64\u7269\u4ef6\u985e\u5225 |
| | | INFO_CONFIG_PWVALIDATOR_DESCRIPTION_CLASS_NAME_481=\u53ef\u5b9a\u7fa9\u76ee\u9304\u4f3a\u670d\u5668\u5bc6\u78bc\u9a57\u8b49\u7a0b\u5f0f\u7684\u5b8c\u5168\u5408\u683c Java \u985e\u5225\u540d\u7a31\u3002\u5982\u679c\u5728\u555f\u7528\u76f8\u95dc\u9a57\u8b49\u7a0b\u5f0f\u6642\u66f4\u6539\u6b64\u9805\u76ee\uff0c\u5247\u5fc5\u9808\u505c\u7528\u4e26\u91cd\u65b0\u555f\u7528\u8a72\u9a57\u8b49\u7a0b\u5f0f\uff0c\u8b8a\u66f4\u624d\u6703\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_NO_CLASS_NAME_482=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684 ds-cfg-java-class \u914d\u7f6e\u5c6c\u6027\u503c\uff0c\u800c\u6b64\u5c6c\u6027\u6307\u5b9a\u76f8\u95dc\u5bc6\u78bc\u9a57\u8b49\u7a0b\u5f0f\u4e4b\u5b8c\u5168\u5408\u683c\u7684\u985e\u5225\u540d\u7a31 |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_INVALID_CLASS_NAME_483=\u914d\u7f6e\u9805\u76ee %s \u5177\u6709\u7121\u6548\u7684 ds-cfg-java-class \u5c6c\u6027\u503c: %s |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_INVALID_CLASS_484=\u985e\u5225 %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u4e2d) \u4e0d\u5305\u542b\u6709\u6548\u7684\u5bc6\u78bc\u9a57\u8b49\u7a0b\u5f0f\u5be6\u4f5c: %s |
| | | INFO_CONFIG_PWVALIDATOR_DESCRIPTION_ENABLED_485=\u8868\u793a\u662f\u5426\u61c9\u8a72\u555f\u7528\u6b64\u76ee\u9304\u4f3a\u670d\u5668\u5bc6\u78bc\u9a57\u8b49\u7a0b\u5f0f\u3002\u5c0d\u6b64\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_NO_ENABLED_ATTR_486=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684 ds-cfg-enabled \u914d\u7f6e\u5c6c\u6027\u503c\uff0c\u800c\u6b64\u5c6c\u6027\u8868\u793a\u662f\u5426\u61c9\u8a72\u555f\u7528\u5bc6\u78bc\u9a57\u8b49\u7a0b\u5f0f\u4ee5\u4fbf\u7528\u65bc\u76ee\u9304\u4f3a\u670d\u5668 |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_INVALID_ENABLED_VALUE_487=\u914d\u7f6e\u9805\u76ee %s \u5177\u6709\u7121\u6548\u7684 ds-cfg-enabled \u5c6c\u6027\u503c: %s |
| | | INFO_CONFIG_PWVALIDATOR_CLASS_ACTION_REQUIRED_488=\u7121\u6cd5\u52d5\u614b\u5957\u7528\u5c07\u5bc6\u78bc\u9a57\u8b49\u7a0b\u5f0f\u985e\u5225\u540d\u7a31\u5f9e %s \u8b8a\u66f4\u70ba %s (\u4f4d\u65bc\u914d\u7f6e\u9805\u76ee %s \u4e2d) \u7684\u8acb\u6c42\u3002\u5728\u505c\u7528\u4e26\u91cd\u65b0\u555f\u7528\u9a57\u8b49\u7a0b\u5f0f\u6216\u91cd\u65b0\u555f\u52d5\u76ee\u9304\u4f3a\u670d\u5668\u4e4b\u5f8c\uff0c\u6b64\u8b8a\u66f4\u624d\u6703\u751f\u6548 |
| | | MILD_ERR_CONFIG_PWVALIDATOR_INITIALIZATION_FAILED_489=\u5617\u8a66\u5c07\u985e\u5225 %s \u5be6\u4f8b\u521d\u59cb\u5316\u70ba\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u5bc6\u78bc\u9a57\u8b49\u7a0b\u5f0f\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_CONFIG_PWVALIDATOR_EXISTS_490=\u7121\u6cd5\u589e\u52a0 DN \u70ba %s \u7684\u65b0\u5bc6\u78bc\u9a57\u8b49\u7a0b\u5f0f\u9805\u76ee\uff0c\u56e0\u70ba\u5df2\u6709\u4f7f\u7528\u8a72 DN \u8a3b\u518a\u7684\u9a57\u8b49\u7a0b\u5f0f |
| | | SEVERE_ERR_CONFIG_PWVALIDATOR_UNACCEPTABLE_CONFIG_491=\u6839\u64da\u5167\u90e8\u9a57\u8b49\uff0c\u65bc\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u5bc6\u78bc\u9a57\u8b49\u7a0b\u5f0f\u914d\u7f6e\uff0c\u662f\u7121\u6cd5\u63a5\u53d7\u7684\u914d\u7f6e\u3002\u4f46\u662f\uff0c\u6c92\u6709\u8207\u9805\u76ee\u554f\u984c\u6709\u95dc\u7684\u7279\u5b9a\u8cc7\u8a0a |
| | | FATAL_ERR_CONFIG_PWGENERATOR_CANNOT_GET_BASE_492=\u5617\u8a66\u5f9e\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u64f7\u53d6\u5bc6\u78bc\u7522\u751f\u5668\u57fa\u5e95\u9805\u76ee cn=Password Generators,cn=config \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_WARN_CONFIG_PWGENERATOR_BASE_DOES_NOT_EXIST_493=\u5bc6\u78bc\u7522\u751f\u5668\u914d\u7f6e\u57fa\u5e95 cn=Password Generators,cn=config \u4e0d\u5b58\u5728\u65bc\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u4e2d\u3002\u6b64\u9805\u76ee\u5fc5\u9808\u5b58\u5728\uff0c\u4f3a\u670d\u5668\u624d\u80fd\u6b63\u5e38\u904b\u4f5c |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_ENTRY_UNACCEPTABLE_494=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684\u5bc6\u78bc\u7522\u751f\u5668\u914d\u7f6e: %s\u3002\u5c07\u4e88\u4ee5\u5ffd\u7565 |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_CANNOT_CREATE_GENERATOR_495=\u5617\u8a66\u6839\u64da\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684\u8cc7\u8a0a\u5efa\u7acb\u76ee\u9304\u4f3a\u670d\u5668\u5bc6\u78bc\u7522\u751f\u5668\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_INVALID_OBJECTCLASS_496=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b ds-cfg-password-generator \u7269\u4ef6\u985e\u5225\uff0c\u800c\u5bc6\u78bc\u7522\u751f\u5668\u5b9a\u7fa9\u9700\u8981\u6b64\u7269\u4ef6\u985e\u5225 |
| | | INFO_CONFIG_PWGENERATOR_DESCRIPTION_CLASS_NAME_497=\u53ef\u5b9a\u7fa9\u76ee\u9304\u4f3a\u670d\u5668\u5bc6\u78bc\u7522\u751f\u5668\u7684\u5b8c\u5168\u5408\u683c Java \u985e\u5225\u540d\u7a31\u3002\u5982\u679c\u5728\u555f\u7528\u76f8\u95dc\u7522\u751f\u5668\u6642\u66f4\u6539\u6b64\u9805\u76ee\uff0c\u5247\u5fc5\u9808\u505c\u7528\u4e26\u91cd\u65b0\u555f\u7528\u8a72\u7522\u751f\u5668\uff0c\u8b8a\u66f4\u624d\u6703\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_NO_CLASS_NAME_498=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684 ds-cfg-java-class \u914d\u7f6e\u5c6c\u6027\u503c\uff0c\u800c\u6b64\u5c6c\u6027\u6307\u5b9a\u76f8\u95dc\u5bc6\u78bc\u7522\u751f\u5668\u4e4b\u5b8c\u5168\u5408\u683c\u7684\u985e\u5225\u540d\u7a31 |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_INVALID_CLASS_NAME_499=\u914d\u7f6e\u9805\u76ee %s \u5177\u6709\u7121\u6548\u7684 ds-cfg-java-class \u5c6c\u6027\u503c: %s |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_INVALID_CLASS_500=\u985e\u5225 %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u4e2d) \u4e0d\u5305\u542b\u6709\u6548\u7684\u5bc6\u78bc\u7522\u751f\u5668\u5be6\u4f5c: %s |
| | | INFO_CONFIG_PWGENERATOR_DESCRIPTION_ENABLED_501=\u8868\u793a\u662f\u5426\u61c9\u8a72\u555f\u7528\u6b64\u76ee\u9304\u4f3a\u670d\u5668\u5bc6\u78bc\u7522\u751f\u5668\u3002\u5c0d\u6b64\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_NO_ENABLED_ATTR_502=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684 ds-cfg-enabled \u914d\u7f6e\u5c6c\u6027\u503c\uff0c\u800c\u6b64\u5c6c\u6027\u8868\u793a\u662f\u5426\u61c9\u8a72\u555f\u7528\u5bc6\u78bc\u7522\u751f\u5668\u4ee5\u4fbf\u7528\u65bc\u76ee\u9304\u4f3a\u670d\u5668 |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_INVALID_ENABLED_VALUE_503=\u914d\u7f6e\u9805\u76ee %s \u5177\u6709\u7121\u6548\u7684 ds-cfg-enabled \u5c6c\u6027\u503c: %s |
| | | INFO_CONFIG_PWGENERATOR_CLASS_ACTION_REQUIRED_504=\u7121\u6cd5\u52d5\u614b\u5957\u7528\u5c07\u5bc6\u78bc\u7522\u751f\u5668\u985e\u5225\u540d\u7a31\u5f9e %s \u8b8a\u66f4\u70ba %s (\u4f4d\u65bc\u914d\u7f6e\u9805\u76ee %s \u4e2d) \u7684\u8acb\u6c42\u3002\u5728\u505c\u7528\u4e26\u91cd\u65b0\u555f\u7528\u7522\u751f\u5668\u6216\u91cd\u65b0\u555f\u52d5\u76ee\u9304\u4f3a\u670d\u5668\u4e4b\u5f8c\uff0c\u6b64\u8b8a\u66f4\u624d\u6703\u751f\u6548 |
| | | MILD_ERR_CONFIG_PWGENERATOR_INITIALIZATION_FAILED_505=\u5617\u8a66\u5c07\u985e\u5225 %s \u5be6\u4f8b\u521d\u59cb\u5316\u70ba\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u5bc6\u78bc\u7522\u751f\u5668\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_CONFIG_PWGENERATOR_EXISTS_506=\u7121\u6cd5\u589e\u52a0 DN \u70ba %s \u7684\u65b0\u5bc6\u78bc\u7522\u751f\u5668\u9805\u76ee\uff0c\u56e0\u70ba\u5df2\u6709\u4f7f\u7528\u8a72 DN \u8a3b\u518a\u7684\u7522\u751f\u5668 |
| | | SEVERE_ERR_CONFIG_PWGENERATOR_UNACCEPTABLE_CONFIG_507=\u6839\u64da\u5167\u90e8\u9a57\u8b49\uff0c\u65bc\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u5bc6\u78bc\u7522\u751f\u5668\u914d\u7f6e\uff0c\u662f\u7121\u6cd5\u63a5\u53d7\u7684\u914d\u7f6e\u3002\u4f46\u662f\uff0c\u6c92\u6709\u8207\u9805\u76ee\u554f\u984c\u6709\u95dc\u7684\u7279\u5b9a\u8cc7\u8a0a |
| | | INFO_CONFIG_CORE_DESCRIPTION_DEFAULT_PWPOLICY_DN_508=\u53ef\u5b9a\u7fa9\u76ee\u9304\u4f3a\u670d\u5668\u4e4b\u9810\u8a2d\u5bc6\u78bc\u7b56\u7565\u7684\u914d\u7f6e\u9805\u76ee DN\uff0c\u800c\u6240\u6709\u672a\u5b9a\u7fa9\u81ea\u8a02\u5bc6\u78bc\u7b56\u7565\u7684\u4f7f\u7528\u8005\u90fd\u6703\u5957\u7528\u6b64\u5bc6\u78bc\u7b56\u7565\u3002\u6b64\u9805\u76ee\u5fc5\u9808\u5b58\u5728\uff0c\u800c\u4e14\u5fc5\u9808\u6307\u5b9a\u6709\u6548\u7684\u5bc6\u78bc\u7b56\u7565\u914d\u7f6e\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_CORE_NO_DEFAULT_PWPOLICY_509=\u672a\u914d\u7f6e\u76ee\u9304\u4f3a\u670d\u5668\u7684\u9810\u8a2d\u5bc6\u78bc\u7b56\u7565\u3002\u9019\u5fc5\u9808\u900f\u904e ds-cfg-default-password-policy \u5c6c\u6027\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u4e2d |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_DEFAULT_PWPOLICY_DN_510=\u914d\u7f6e\u9805\u76ee %s \u5177\u6709\u7121\u6548\u7684 ds-cfg-default-password-policy \u914d\u7f6e\u5c6c\u6027\u503c (\u6b64\u503c\u61c9\u8a72\u662f\u7528\u4ee5\u6307\u5b9a\u9810\u8a2d\u5bc6\u78bc\u7b56\u7565\u914d\u7f6e\u9805\u76ee\u7684 DN): %s |
| | | SEVERE_ERR_CONFIG_CORE_NO_SUCH_PWPOLICY_511=ds-cfg-default-password-policy \u914d\u7f6e\u5c6c\u6027\u7684\u503c %s \u672a\u53c3\u7167\u6709\u6548\u7684\u5bc6\u78bc\u7b56\u7565\u914d\u7f6e\u9805\u76ee |
| | | FATAL_ERR_CONFIG_PWPOLICY_CANNOT_GET_BASE_512=\u5617\u8a66\u5f9e\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u64f7\u53d6\u5bc6\u78bc\u7b56\u7565\u57fa\u5e95\u9805\u76ee cn=Password Policies,cn=config \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_CONFIG_PWPOLICY_BASE_DOES_NOT_EXIST_513=\u5bc6\u78bc\u7b56\u7565\u914d\u7f6e\u57fa\u5e95 cn=Password Policies,cn=config \u4e0d\u5b58\u5728\u65bc\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u4e2d\u3002\u6b64\u9805\u76ee\u5fc5\u9808\u5b58\u5728\uff0c\u4f3a\u670d\u5668\u624d\u80fd\u6b63\u5e38\u904b\u4f5c |
| | | SEVERE_ERR_CONFIG_PWPOLICY_NO_POLICIES_514=\u5bc6\u78bc\u7b56\u7565\u5c1a\u672a\u5b9a\u7fa9\u65bc\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u7684 cn=Password Policies,cn=config \u9805\u76ee\u4e4b\u4e0b\u3002\u81f3\u5c11\u5fc5\u9808\u5b9a\u7fa9\u4e00\u500b\u5bc6\u78bc\u7b56\u7565\u914d\u7f6e |
| | | SEVERE_ERR_CONFIG_PWPOLICY_INVALID_POLICY_CONFIG_515=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u5bc6\u78bc\u7b56\u7565\u7121\u6548: %s |
| | | SEVERE_ERR_CONFIG_PWPOLICY_MISSING_DEFAULT_POLICY_516=\u76ee\u9304\u4f3a\u670d\u5668\u9810\u8a2d\u5bc6\u78bc\u7b56\u7565\u5df2\u5b9a\u7fa9\u6210 %s\uff0c\u4f46\u662f\u8a72\u9805\u76ee\u4e0d\u5b58\u5728\u6216\u4e0d\u5728\u5bc6\u78bc\u7b56\u7565\u914d\u7f6e\u57fa\u5e95 cn=Password Policies,cn=config \u4e4b\u4e0b |
| | | SEVERE_WARN_CONFIG_PWPOLICY_CANNOT_DELETE_DEFAULT_POLICY_517=\u6307\u5b9a\u7684\u9805\u76ee %s \u76ee\u524d\u5b9a\u7fa9\u70ba\u9810\u8a2d\u5bc6\u78bc\u7b56\u7565\u7684\u914d\u7f6e\u9805\u76ee\u3002\u9810\u8a2d\u5bc6\u78bc\u7b56\u7565\u914d\u7f6e\u9805\u76ee\u53ef\u80fd\u7121\u6cd5\u79fb\u9664 |
| | | INFO_CONFIG_PWPOLICY_REMOVED_POLICY_518=\u5df2\u5f9e\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u4e2d\u79fb\u9664\u5bc6\u78bc\u7b56\u7565\u9805\u76ee %s\u3002\u6240\u6709\u660e\u78ba\u53c3\u7167\u6b64\u5bc6\u78bc\u7b56\u7565\u7684\u4f7f\u7528\u8005\u9805\u76ee\u5c07\u4e0d\u518d\u5141\u8a31\u9032\u884c\u8a8d\u8b49 |
| | | FATAL_ERR_CONFIG_AUTHZ_CANNOT_GET_ENTRY_519=\u5617\u8a66\u64f7\u53d6\u76ee\u9304\u4f3a\u670d\u5668\u5b58\u53d6\u63a7\u5236\u914d\u7f6e\u9805\u76ee cn=Access Control Handler,cn=config \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | FATAL_ERR_CONFIG_AUTHZ_ENTRY_DOES_NOT_EXIST_520=\u76ee\u9304\u4f3a\u670d\u5668\u5b58\u53d6\u63a7\u5236\u914d\u7f6e\u9805\u76ee cn=Access Control Handler,cn=config \u4e0d\u5b58\u5728\u3002\u6b64\u9805\u76ee\u5fc5\u9808\u5b58\u5728\u65bc\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u4e2d |
| | | FATAL_ERR_CONFIG_AUTHZ_ENTRY_DOES_NOT_HAVE_OBJECT_CLASS_521=\u76ee\u9304\u4f3a\u670d\u5668\u5b58\u53d6\u63a7\u5236\u914d\u7f6e\u9805\u76ee cn=Access Control Handler,cn=config \u6c92\u6709\u6b63\u78ba\u7684\u7269\u4ef6\u985e\u5225\u3002\u6b64\u9805\u76ee\u5fc5\u9808\u6709\u7269\u4ef6\u985e\u5225 ds-cfg-access-control-handler \u624d\u6709\u6548 |
| | | INFO_CONFIG_AUTHZ_DESCRIPTION_ENABLED_523=\u8868\u793a\u662f\u5426\u555f\u7528\u5b58\u53d6\u63a7\u5236\u4e14\u61c9\u8a72\u7531\u4f3a\u670d\u5668\u4f7f\u7528\u3002\u9019\u662f\u5fc5\u8981\u5c6c\u6027 |
| | | FATAL_ERR_CONFIG_AUTHZ_NO_ENABLED_ATTR_524=\u5b58\u53d6\u63a7\u5236\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b\u8868\u793a\u662f\u5426\u555f\u7528\u5b58\u53d6\u63a7\u5236\u4ee5\u4f9b\u4f7f\u7528\u7684 ds-cfg-enabled \u5c6c\u6027 |
| | | SEVERE_WARN_CONFIG_AUTHZ_DISABLED_525=\u5df2\u505c\u7528\u5b58\u53d6\u63a7\u5236 |
| | | NOTICE_CONFIG_AUTHZ_ENABLED_526=\u5df2\u555f\u7528\u5b58\u53d6\u63a7\u5236\uff0c\u800c\u4e14\u5c07\u4f7f\u7528 %s \u5be6\u4f5c |
| | | FATAL_ERR_CONFIG_AUTHZ_UNABLE_TO_DETERMINE_ENABLED_STATE_527=\u5617\u8a66\u5224\u5b9a\u662f\u5426\u61c9\u8a72\u555f\u7528\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u76ee\u9304\u4f3a\u670d\u5668\u5b58\u53d6\u63a7\u5236\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | INFO_CONFIG_AUTHZ_DESCRIPTION_CLASS_528=\u5c07\u63d0\u4f9b\u76ee\u9304\u4f3a\u670d\u5668\u4e4b\u5b58\u53d6\u63a7\u5236\u5be6\u4f5c\u7684\u5b8c\u5168\u5408\u683c Java \u985e\u5225\u540d\u7a31\u3002\u9019\u662f\u5fc5\u8981\u5c6c\u6027 |
| | | FATAL_ERR_CONFIG_AUTHZ_NO_CLASS_ATTR_529=\u5b58\u53d6\u63a7\u5236\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b ds-cfg-java-class \u5c6c\u6027\uff0c\u800c\u6b64\u5c6c\u6027\u6307\u5b9a\u7528\u4f86\u63d0\u4f9b\u76ee\u9304\u4f3a\u670d\u5668\u4e4b\u5b58\u53d6\u63a7\u5236\u5be6\u4f5c\u7684 Java \u985e\u5225\u540d\u7a31 |
| | | FATAL_ERR_CONFIG_AUTHZ_UNABLE_TO_DETERMINE_CLASS_530=\u5617\u8a66\u5f9e\u914d\u7f6e\u9805\u76ee %s \u5224\u5b9a\u7528\u4f86\u63d0\u4f9b\u76ee\u9304\u4f3a\u670d\u5668\u5b58\u53d6\u63a7\u5236\u5be6\u4f5c\u7684\u985e\u5225\u540d\u7a31\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | FATAL_ERR_CONFIG_AUTHZ_UNABLE_TO_LOAD_CLASS_531=\u5617\u8a66\u8f09\u5165\u985e\u5225 %s (\u53c3\u7167\u65bc\u5b58\u53d6\u63a7\u5236\u914d\u7f6e\u9805\u76ee %s) \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | FATAL_ERR_CONFIG_AUTHZ_BAD_CLASS_532=\u5b58\u53d6\u63a7\u5236\u5be6\u4f5c\u985e\u5225 %s (\u53c3\u7167\u65bc\u5b58\u53d6\u63a7\u5236\u914d\u7f6e\u9805\u76ee %s) \u672a\u5be6\u4f5c %s \u4ecb\u9762: %s |
| | | FATAL_ERR_CONFIG_AUTHZ_UNABLE_TO_INSTANTIATE_HANDLER_533=\u5617\u8a66\u5be6\u4f8b\u5316\u985e\u5225 %s (\u53c3\u7167\u65bc\u5b58\u53d6\u63a7\u5236\u914d\u7f6e\u9805\u76ee %s) \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | FATAL_ERR_CONFIG_AUTHZ_ERROR_INITIALIZING_HANDLER_534=\u5617\u8a66\u521d\u59cb\u5316\u914d\u7f6e\u9805\u76ee %s \u4e2d\u53c3\u7167\u7684\u76ee\u9304\u4f3a\u670d\u5668\u5b58\u53d6\u63a7\u5236\u5be6\u4f5c\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | FATAL_ERR_CONFIG_ROOTDN_CANNOT_GET_BASE_535=\u5617\u8a66\u5f9e\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u64f7\u53d6\u6839 DN \u57fa\u5e95\u9805\u76ee cn=Root DNs,cn=config \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_CONFIG_ROOTDN_BASE_DOES_NOT_EXIST_536=\u5bc6\u78bc\u7b56\u7565\u914d\u7f6e\u57fa\u5e95 cn=Root DNs,cn=config \u4e0d\u5b58\u5728\u65bc\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u4e2d\u3002\u6b64\u9805\u76ee\u5fc5\u9808\u5b58\u5728\uff0c\u4f3a\u670d\u5668\u624d\u80fd\u6b63\u5e38\u904b\u4f5c |
| | | SEVERE_ERR_CONFIG_ROOTDN_ENTRY_UNACCEPTABLE_537=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684\u6839 DN \u914d\u7f6e: %s\u3002\u5c07\u4e88\u4ee5\u5ffd\u7565 |
| | | SEVERE_ERR_CONFIG_ROOTDN_CANNOT_CREATE_538=\u5617\u8a66\u6839\u64da\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684\u8cc7\u8a0a\u5efa\u7acb\u76ee\u9304\u4f3a\u670d\u5668\u6839 DN \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_CONFIG_ROOTDN_INVALID_OBJECTCLASS_539=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b ds-cfg-root-dn-user \u7269\u4ef6\u985e\u5225\uff0c\u800c\u76ee\u9304\u4f3a\u670d\u5668\u6839 DN \u5b9a\u7fa9\u9700\u8981\u6b64\u7269\u4ef6\u985e\u5225 |
| | | INFO_CONFIG_ROOTDN_DESCRIPTION_ALTERNATE_BIND_DN_540=\u9664\u4e86\u6839 DN \u914d\u7f6e\u9805\u76ee\u7684\u5be6\u969b DN \u4e4b\u5916\uff0c\u9084\u8981\u6307\u5b9a\u4e00\u6216\u591a\u500b\u53ef\u7528\u4f86\u8a8d\u8b49\u70ba\u76f8\u95dc\u6839 DN \u7684\u66ff\u4ee3\u9023\u7d50 DN\u3002\u66ff\u4ee3\u9023\u7d50 DN \u4e0d\u5f97\u8207\u76ee\u9304\u4e2d\u5176\u4ed6\u4efb\u4f55\u9805\u76ee\u7684 DN \u885d\u7a81\uff0c\u4e5f\u4e0d\u53ef\u4ee5\u8207\u914d\u7f6e\u7d66\u5176\u4ed6\u6839 DN \u7684\u5176\u4ed6\u66ff\u4ee3\u9023\u7d50 DN \u885d\u7a81\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_ROOTDN_CONFLICTING_MAPPING_541=\u7121\u6cd5\u5c07\u300c%s\u300d\u8a3b\u518a\u70ba\u4f7f\u7528\u8005\u300c%s\u300d\u7684\u66ff\u4ee3\u9023\u7d50 DN\uff0c\u56e0\u70ba\u5b83\u5df2\u8a3b\u518a\u70ba\u8d85\u7d1a\u4f7f\u7528\u8005\u300c%s\u300d\u7684\u66ff\u4ee3\u9023\u7d50 DN |
| | | SEVERE_ERR_CONFIG_ROOTDN_CANNOT_PARSE_ALTERNATE_BIND_DNS_542=\u5617\u8a66\u5256\u6790\u8d85\u7d1a\u4f7f\u7528\u8005 %s \u7684\u66ff\u4ee3\u9023\u7d50 DN \u96c6\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_CONFIG_ROOTDN_CANNOT_REGISTER_ALTERNATE_BIND_DN_543=\u5617\u8a66\u5c07\u300c%s\u300d\u8a3b\u518a\u70ba\u8d85\u7d1a\u4f7f\u7528\u8005\u300c%s\u300d\u7684\u66ff\u4ee3\u9023\u7d50 DN \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_CONFIG_ROOTDN_EXISTS_544=\u7121\u6cd5\u589e\u52a0\u6839 DN \u9805\u76ee %s\uff0c\u56e0\u70ba\u5df2\u4f7f\u7528\u8a72 DN \u8a3b\u518a\u53e6\u4e00\u500b\u8d85\u7d1a\u4f7f\u7528\u8005 |
| | | FATAL_ERR_CONFIG_ACCTNOTHANDLER_CANNOT_GET_BASE_545=\u5617\u8a66\u5f9e\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u64f7\u53d6\u5e33\u865f\u72c0\u614b\u901a\u77e5\u8655\u7406\u7a0b\u5f0f\u57fa\u5e95\u9805\u76ee cn=Account Status Notification Handlers,cn=config \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_WARN_CONFIG_ACCTNOTHANDLER_BASE_DOES_NOT_EXIST_546=\u5e33\u865f\u72c0\u614b\u901a\u77e5\u8655\u7406\u7a0b\u5f0f\u914d\u7f6e\u57fa\u5e95 cn=Account Status Notification Handlers,cn=config \u4e0d\u5b58\u5728\u65bc\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u4e2d\u3002\u6b64\u9805\u76ee\u5fc5\u9808\u5b58\u5728\uff0c\u4f3a\u670d\u5668\u624d\u80fd\u6b63\u5e38\u904b\u4f5c |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_ENTRY_UNACCEPTABLE_547=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684\u5e33\u865f\u72c0\u614b\u901a\u77e5\u8655\u7406\u7a0b\u5f0f\u914d\u7f6e: %s\u3002\u5c07\u4e88\u4ee5\u5ffd\u7565 |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_CANNOT_CREATE_HANDLER_548=\u5617\u8a66\u6839\u64da\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684\u8cc7\u8a0a\u5efa\u7acb\u76ee\u9304\u4f3a\u670d\u5668\u5e33\u865f\u72c0\u614b\u901a\u77e5\u8655\u7406\u7a0b\u5f0f\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_INVALID_OBJECTCLASS_549=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b ds-cfg-account-status-notification-handler \u7269\u4ef6\u985e\u5225\uff0c\u800c\u5e33\u865f\u72c0\u614b\u901a\u77e5\u8655\u7406\u7a0b\u5f0f\u5b9a\u7fa9\u9700\u8981\u6b64\u7269\u4ef6\u985e\u5225 |
| | | INFO_CONFIG_ACCTNOTHANDLER_DESCRIPTION_CLASS_NAME_550=\u53ef\u5b9a\u7fa9\u76ee\u9304\u4f3a\u670d\u5668\u5e33\u865f\u72c0\u614b\u901a\u77e5\u8655\u7406\u7a0b\u5f0f\u7684\u5b8c\u5168\u5408\u683c Java \u985e\u5225\u540d\u7a31\u3002\u5982\u679c\u5728\u555f\u7528\u76f8\u95dc\u901a\u77e5\u8655\u7406\u7a0b\u5f0f\u6642\u66f4\u6539\u6b64\u9805\u76ee\uff0c\u5247\u5fc5\u9808\u505c\u7528\u4e26\u91cd\u65b0\u555f\u7528\u8a72\u8655\u7406\u7a0b\u5f0f\uff0c\u8b8a\u66f4\u624d\u6703\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_NO_CLASS_NAME_551=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684 ds-cfg-java-class \u914d\u7f6e\u5c6c\u6027\u503c\uff0c\u800c\u6b64\u5c6c\u6027\u6307\u5b9a\u76f8\u95dc\u5e33\u865f\u72c0\u614b\u901a\u77e5\u8655\u7406\u7a0b\u5f0f\u4e4b\u5b8c\u5168\u5408\u683c\u7684\u985e\u5225\u540d\u7a31 |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_INVALID_CLASS_NAME_552=\u914d\u7f6e\u9805\u76ee %s \u5177\u6709\u7121\u6548\u7684 ds-cfg-java-class \u5c6c\u6027\u503c: %s |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_INVALID_CLASS_553=\u985e\u5225 %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u4e2d) \u4e0d\u5305\u542b\u6709\u6548\u7684\u5e33\u865f\u72c0\u614b\u901a\u77e5\u8655\u7406\u7a0b\u5f0f\u5be6\u4f5c: %s |
| | | INFO_CONFIG_ACCTNOTHANDLER_DESCRIPTION_ENABLED_554=\u8868\u793a\u662f\u5426\u61c9\u8a72\u555f\u7528\u6b64\u76ee\u9304\u4f3a\u670d\u5668\u5e33\u865f\u72c0\u614b\u901a\u77e5\u8655\u7406\u7a0b\u5f0f\u3002\u5c0d\u6b64\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_NO_ENABLED_ATTR_555=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684 ds-cfg-enabled \u914d\u7f6e\u5c6c\u6027\u503c\uff0c\u800c\u6b64\u5c6c\u6027\u8868\u793a\u662f\u5426\u61c9\u8a72\u555f\u7528\u5e33\u865f\u72c0\u614b\u901a\u77e5\u8655\u7406\u7a0b\u5f0f\u4ee5\u4fbf\u7528\u65bc\u76ee\u9304\u4f3a\u670d\u5668 |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_INVALID_ENABLED_VALUE_556=\u914d\u7f6e\u9805\u76ee %s \u5177\u6709\u7121\u6548\u7684 ds-cfg-enabled \u5c6c\u6027\u503c: %s |
| | | INFO_CONFIG_ACCTNOTHANDLER_CLASS_ACTION_REQUIRED_557=\u7121\u6cd5\u52d5\u614b\u5957\u7528\u5c07\u5e33\u865f\u72c0\u614b\u901a\u77e5\u8655\u7406\u7a0b\u5f0f\u985e\u5225\u540d\u7a31\u5f9e %s \u8b8a\u66f4\u70ba %s (\u4f4d\u65bc\u914d\u7f6e\u9805\u76ee %s \u4e2d) \u7684\u8acb\u6c42\u3002\u5728\u505c\u7528\u4e26\u91cd\u65b0\u555f\u7528\u901a\u77e5\u8655\u7406\u7a0b\u5f0f\u6216\u91cd\u65b0\u555f\u52d5\u76ee\u9304\u4f3a\u670d\u5668\u4e4b\u5f8c\uff0c\u6b64\u8b8a\u66f4\u624d\u6703\u751f\u6548 |
| | | MILD_ERR_CONFIG_ACCTNOTHANDLER_INITIALIZATION_FAILED_558=\u5617\u8a66\u5c07\u985e\u5225 %s \u5be6\u4f8b\u521d\u59cb\u5316\u70ba\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u5e33\u865f\u72c0\u614b\u901a\u77e5\u8655\u7406\u7a0b\u5f0f\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_CONFIG_ACCTNOTHANDLER_EXISTS_559=\u7121\u6cd5\u589e\u52a0 DN \u70ba %s \u7684\u65b0\u5e33\u865f\u72c0\u614b\u901a\u77e5\u8655\u7406\u7a0b\u5f0f\u9805\u76ee\uff0c\u56e0\u70ba\u5df2\u6709\u4f7f\u7528\u8a72 DN \u8a3b\u518a\u7684\u901a\u77e5\u8655\u7406\u7a0b\u5f0f |
| | | SEVERE_ERR_CONFIG_ACCTNOTHANDLER_UNACCEPTABLE_CONFIG_560=\u6839\u64da\u5167\u90e8\u9a57\u8b49\uff0c\u65bc\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u5e33\u865f\u72c0\u614b\u901a\u77e5\u8655\u7406\u7a0b\u5f0f\u914d\u7f6e\uff0c\u662f\u7121\u6cd5\u63a5\u53d7\u7684\u914d\u7f6e\u3002\u4f46\u662f\uff0c\u6c92\u6709\u8207\u9805\u76ee\u554f\u984c\u6709\u95dc\u7684\u7279\u5b9a\u8cc7\u8a0a |
| | | INFO_CONFIG_CORE_DESCRIPTION_LOOKTHROUGH_LIMIT_561=\u8655\u7406\u641c\u5c0b\u4f5c\u696d\u6642\uff0c\u6aa2\u67e5\u662f\u5426\u76f8\u7b26\u7684\u9810\u8a2d\u6700\u5927\u5019\u9078\u9805\u76ee\u6578\u3002\u5728\u4f7f\u7528\u8005\u9805\u76ee\u4e2d\u5305\u542b ds-rlim-lookthrough-limit \u4f5c\u696d\u5c6c\u6027\uff0c\u5c31\u53ef\u4ee5\u4f9d\u4f7f\u7528\u8005\u7f6e\u63db\u6b64\u9805\u76ee\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_LOOKTHROUGH_LIMIT_562=\u914d\u7f6e\u9805\u76ee %s \u5177\u6709\u7121\u6548\u7684 ds-cfg-lookthrough-limit \u914d\u7f6e\u5c6c\u6027\u503c (\u61c9\u8a72\u662f\u7528\u4ee5\u6307\u5b9a\u8981\u4f7f\u7528\u4e4b\u8a73\u7d30\u641c\u5c0b\u9650\u5236\u7684\u6b63\u6574\u6578\u503c\uff0c\u6216\u503c 0 \u6216 -1 \u8868\u793a\u4e0d\u61c9\u8a72\u5f37\u5236\u4efb\u4f55\u9650\u5236): %s |
| | | FATAL_ERR_CONFIG_UNABLE_TO_APPLY_STARTUP_CHANGES_563=\u5617\u8a66\u5728\u555f\u52d5\u6642\u5c07\u6a94\u6848 %s \u5167\u542b\u7684\u8b8a\u66f4\u5957\u7528\u81f3\u4f3a\u670d\u5668\u914d\u7f6e\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | FATAL_ERR_CONFIG_ERROR_APPLYING_STARTUP_CHANGE_564=\u7121\u6cd5\u5728\u4f3a\u670d\u5668\u555f\u52d5\u6642\u5957\u7528\u8b8a\u66f4: %s |
| | | FATAL_ERR_CONFIG_UNABLE_TO_APPLY_CHANGES_FILE_565=\u5728\u4f3a\u670d\u5668\u555f\u52d5\u6642\u5957\u7528\u8b8a\u66f4\u767c\u751f\u4e00\u6216\u591a\u500b\u932f\u8aa4 |
| | | INFO_CONFIG_DESCRIPTION_BACKEND_MODE_566=\u7528\u65bc\u5167\u542b\u5f8c\u7aef\u8cc7\u6599\u5eab\u6a94\u6848\u4e4b\u76ee\u9304\u7684\u6b0a\u9650 |
| | | SEVERE_ERR_CONFIG_BACKEND_MODE_INVALID_567=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684 ds-cfg-db-directory-permissions \u914d\u7f6e\u5c6c\u6027\u503c (\u61c9\u8a72\u662f\u4ee5\u4e09\u4f4d\u6578\u516b\u9032\u5236\u8868\u793a\u6cd5\u8868\u793a\u7684 UNIX \u6b0a\u9650\u6a21\u5f0f)\u3002 |
| | | SEVERE_ERR_CONFIG_BACKEND_INSANE_MODE_568=\u7121\u6548\u7684 UNIX \u6a94\u6848\u6b0a\u9650 %s \u4e0d\u5141\u8a31\u5f8c\u7aef\u5c0d\u5f8c\u7aef\u8cc7\u6599\u5eab\u76ee\u9304\u7684\u8b80\u53d6\u548c\u5beb\u5165\u5b58\u53d6\u6b0a\u9650 |
| | | INFO_CONFIG_CORE_DESCRIPTION_TIME_LIMIT_569=\u8655\u7406\u641c\u5c0b\u4f5c\u696d\u6642\uff0c\u61c9\u8a72\u5141\u8a31\u7684\u9810\u8a2d\u6700\u5927\u6642\u9593\u9577\u5ea6\u3002\u5728\u4f7f\u7528\u8005\u9805\u76ee\u4e2d\u5305\u542b ds-rlim-time-limit \u4f5c\u696d\u5c6c\u6027\uff0c\u5c31\u53ef\u4ee5\u4f9d\u4f7f\u7528\u8005\u7f6e\u63db\u6b64\u9805\u76ee\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_TIME_LIMIT_570=\u914d\u7f6e\u9805\u76ee %s \u5177\u6709\u7121\u6548\u7684 ds-cfg-time-limit \u914d\u7f6e\u5c6c\u6027\u503c (\u61c9\u8a72\u662f\u5f8c\u63a5\u4e00\u500b\u7a7a\u683c\u4ee5\u53ca\u79d2\u3001\u5206\u9418\u3001\u5c0f\u6642\u3001\u5929\u6216\u9031\u6642\u9593\u55ae\u4f4d\u7684\u6574\u6578\u503c): %s |
| | | SEVERE_ERR_CONFIG_PWPOLICY_NO_DEFAULT_POLICY_571=\u672a\u914d\u7f6e\u76ee\u9304\u4f3a\u670d\u5668\u7684\u9810\u8a2d\u5bc6\u78bc\u7b56\u7565\u3002\u9810\u8a2d\u5bc6\u78bc\u7b56\u7565\u5fc5\u9808\u900f\u904e ds-cfg-default-password-policy \u5c6c\u6027\u6307\u5b9a\u65bc cn=config \u9805\u76ee\u4e2d |
| | | SEVERE_WARN_CONFIG_BACKEND_CANNOT_REGISTER_BACKEND_572=\u5617\u8a66\u5728\u76ee\u9304\u4f3a\u670d\u5668\u4e2d\u8a3b\u518a\u5f8c\u7aef %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_CONFIG_FILE_CANNOT_CREATE_ARCHIVE_DIR_NO_REASON_573=\u5617\u8a66\u5efa\u7acb\u914d\u7f6e\u6b78\u6a94\u76ee\u9304 %s \u6642\u767c\u751f\u932f\u8aa4 |
| | | SEVERE_ERR_CONFIG_FILE_CANNOT_CREATE_ARCHIVE_DIR_574=\u5617\u8a66\u5efa\u7acb\u914d\u7f6e\u6b78\u6a94\u76ee\u9304 %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_CONFIG_FILE_CANNOT_WRITE_CONFIG_ARCHIVE_575=\u5617\u8a66\u5c07\u76ee\u524d\u914d\u7f6e\u5beb\u5165\u81f3\u914d\u7f6e\u6b78\u6a94\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | INFO_CONFIG_CORE_DESCRIPTION_REJECT_UNAUTHENTICATED_REQUESTS_576=\u8868\u793a\u76ee\u9304\u4f3a\u670d\u5668\u662f\u5426\u61c9\u8a72\u62d2\u7d55\u4f86\u81ea\u672a\u8a8d\u8b49\u7528\u6236\u7aef\u7684\u8acb\u6c42\u3002\u5982\u679c\u5c07\u6b64\u914d\u7f6e\u5c6c\u6027\u8a2d\u5b9a\u70ba\u300ctrue\u300d\uff0c\u5247\u53ea\u5141\u8a31\u672a\u8a8d\u8b49\u7684\u7528\u6236\u7aef\u50b3\u9001\u9023\u7d50\u548c StartTLS \u8acb\u6c42\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_CORE_REJECT_UNAUTHENTICATED_REQUESTS_INVALID_577=\u914d\u7f6e\u9805\u76ee %s \u5177\u6709\u7121\u6548\u7684 ds-cfg-reject-unauthenticated-requests \u914d\u7f6e\u5c6c\u6027\u503c (\u6b64\u503c\u61c9\u8a72\u662f true \u6216 false) |
| | | FATAL_ERR_CONFIG_GROUP_CANNOT_GET_BASE_578=\u5617\u8a66\u5f9e\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u64f7\u53d6\u7fa4\u7d44\u5be6\u4f5c\u57fa\u5e95\u9805\u76ee cn=Group Implementations,cn=config \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_WARN_CONFIG_GROUP_BASE_DOES_NOT_EXIST_579=\u7fa4\u7d44\u5be6\u4f5c\u914d\u7f6e\u57fa\u5e95 cn=Group Implementations,cn=config \u4e0d\u5b58\u5728\u65bc\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u4e2d\u3002\u6b64\u9805\u76ee\u5fc5\u9808\u5b58\u5728\uff0c\u4f3a\u670d\u5668\u624d\u80fd\u6b63\u5e38\u904b\u4f5c |
| | | SEVERE_ERR_CONFIG_GROUP_ENTRY_UNACCEPTABLE_580=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684\u7fa4\u7d44\u5be6\u4f5c\u914d\u7f6e: %s\u3002\u5c07\u4e88\u4ee5\u5ffd\u7565 |
| | | SEVERE_ERR_CONFIG_GROUP_CANNOT_CREATE_IMPLEMENTATION_581=\u5617\u8a66\u6839\u64da\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684\u8cc7\u8a0a\u5efa\u7acb\u76ee\u9304\u4f3a\u670d\u5668\u7fa4\u7d44\u5be6\u4f5c\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_CONFIG_GROUP_INVALID_OBJECTCLASS_582=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b ds-cfg-group-implementation \u7269\u4ef6\u985e\u5225\uff0c\u800c\u7fa4\u7d44\u5be6\u4f5c\u5b9a\u7fa9\u9700\u8981\u6b64\u7269\u4ef6\u985e\u5225 |
| | | INFO_CONFIG_GROUP_DESCRIPTION_CLASS_NAME_583=\u53ef\u5b9a\u7fa9\u76ee\u9304\u4f3a\u670d\u5668\u7fa4\u7d44\u5be6\u4f5c\u7684\u5b8c\u5168\u5408\u683c Java \u985e\u5225\u540d\u7a31\u3002\u5982\u679c\u5728\u555f\u7528\u76f8\u95dc\u5be6\u4f5c\u6642\u66f4\u6539\u6b64\u9805\u76ee\uff0c\u5247\u5fc5\u9808\u505c\u7528\u4e26\u91cd\u65b0\u555f\u7528\u8a72\u7fa4\u7d44\u5be6\u4f5c\uff0c\u8b8a\u66f4\u624d\u6703\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_GROUP_NO_CLASS_NAME_584=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684 ds-cfg-java-class \u914d\u7f6e\u5c6c\u6027\u503c\uff0c\u800c\u6b64\u5c6c\u6027\u6307\u5b9a\u76f8\u95dc\u7fa4\u7d44\u5be6\u4f5c\u4e4b\u5b8c\u5168\u5408\u683c\u7684\u985e\u5225\u540d\u7a31 |
| | | SEVERE_ERR_CONFIG_GROUP_INVALID_CLASS_NAME_585=\u914d\u7f6e\u9805\u76ee %s \u5177\u6709\u7121\u6548\u7684 ds-cfg-java-class \u5c6c\u6027\u503c: %s |
| | | SEVERE_ERR_CONFIG_GROUP_INVALID_CLASS_586=\u985e\u5225 %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u4e2d) \u4e0d\u5305\u542b\u6709\u6548\u7684\u7fa4\u7d44\u5be6\u4f5c: %s |
| | | INFO_CONFIG_GROUP_DESCRIPTION_ENABLED_587=\u8868\u793a\u662f\u5426\u61c9\u8a72\u555f\u7528\u6b64\u76ee\u9304\u4f3a\u670d\u5668\u7fa4\u7d44\u5be6\u4f5c\u3002\u5c0d\u6b64\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_GROUP_NO_ENABLED_ATTR_588=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684 ds-cfg-enabled \u914d\u7f6e\u5c6c\u6027\u503c\uff0c\u800c\u6b64\u5c6c\u6027\u8868\u793a\u662f\u5426\u61c9\u8a72\u555f\u7528\u7fa4\u7d44\u5be6\u4f5c\u4ee5\u4fbf\u7528\u65bc\u76ee\u9304\u4f3a\u670d\u5668 |
| | | SEVERE_ERR_CONFIG_GROUP_INVALID_ENABLED_VALUE_589=\u914d\u7f6e\u9805\u76ee %s \u5177\u6709\u7121\u6548\u7684 ds-cfg-enabled \u5c6c\u6027\u503c: %s |
| | | INFO_CONFIG_GROUP_CLASS_ACTION_REQUIRED_590=\u7121\u6cd5\u52d5\u614b\u5957\u7528\u5c07\u7fa4\u7d44\u5be6\u4f5c\u985e\u5225\u540d\u7a31\u5f9e %s \u8b8a\u66f4\u70ba %s (\u4f4d\u65bc\u914d\u7f6e\u9805\u76ee %s \u4e2d) \u7684\u8acb\u6c42\u3002\u5728\u505c\u7528\u4e26\u91cd\u65b0\u555f\u7528\u7fa4\u7d44\u5be6\u4f5c\u6216\u91cd\u65b0\u555f\u52d5\u76ee\u9304\u4f3a\u670d\u5668\u4e4b\u5f8c\uff0c\u6b64\u8b8a\u66f4\u624d\u6703\u751f\u6548 |
| | | MILD_ERR_CONFIG_GROUP_INITIALIZATION_FAILED_591=\u5617\u8a66\u5c07\u985e\u5225 %s \u5be6\u4f8b\u521d\u59cb\u5316\u70ba\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684\u7fa4\u7d44\u5be6\u4f5c\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_CONFIG_GROUP_EXISTS_592=\u7121\u6cd5\u589e\u52a0 DN \u70ba %s \u7684\u65b0\u7fa4\u7d44\u5be6\u4f5c\u9805\u76ee\uff0c\u56e0\u70ba\u5df2\u6709\u4f7f\u7528\u8a72 DN \u8a3b\u518a\u7684\u7fa4\u7d44\u5be6\u4f5c |
| | | SEVERE_ERR_CONFIG_GROUP_UNACCEPTABLE_CONFIG_593=\u6839\u64da\u5167\u90e8\u9a57\u8b49\uff0c\u65bc\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u7fa4\u7d44\u5be6\u4f5c\u914d\u7f6e\uff0c\u662f\u7121\u6cd5\u63a5\u53d7\u7684\u914d\u7f6e\u3002\u4f46\u662f\uff0c\u6c92\u6709\u8207\u9805\u76ee\u554f\u984c\u6709\u95dc\u7684\u7279\u5b9a\u8cc7\u8a0a |
| | | SEVERE_ERR_CONFIG_ROOTDN_DESCRIPTION_ROOT_PRIVILEGE_594=\u8d85\u7d1a\u4f7f\u7528\u8005\u5411\u4f3a\u670d\u5668\u9032\u884c\u8a8d\u8b49\u6642\uff0c\u61c9\u8a72\u81ea\u52d5\u6307\u5b9a\u7d66\u8d85\u7d1a\u4f7f\u7528\u8005\u7684\u6b0a\u9650\u96c6\u5408 |
| | | SEVERE_WARN_CONFIG_ROOTDN_UNRECOGNIZED_PRIVILEGE_595=\u914d\u7f6e\u5c6c\u6027 %s (\u5c6c\u65bc\u9805\u76ee %s) \u4e2d\u6240\u542b\u7684\u9810\u8a2d\u8d85\u7d1a\u4f7f\u7528\u8005\u6b0a\u9650\u96c6\u5408\uff0c\u5305\u542b\u7121\u6cd5\u8fa8\u8b58\u7684\u6b0a\u9650 %s |
| | | SEVERE_ERR_CONFIG_ROOTDN_ERROR_DETERMINING_ROOT_PRIVILEGES_596=\u5617\u8a66\u5224\u5b9a\u9810\u8a2d\u61c9\u8a72\u6388\u4e88\u8d85\u7d1a\u4f7f\u7528\u8005\u7684\u6b0a\u9650\u96c6\u5408\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | INFO_CONFIG_ROOTDN_UPDATED_PRIVILEGES_597=\u5df2\u66f4\u65b0\u5c07\u81ea\u52d5\u6307\u5b9a\u7d66\u8d85\u7d1a\u4f7f\u7528\u8005\u7684\u6b0a\u9650\u96c6\u5408\u3002\u9019\u500b\u65b0\u6b0a\u9650\u96c6\u5408\u5c07\u4e0d\u6703\u5957\u7528\u81f3\u4efb\u4f55\u5df2\u8a8d\u8b49\u70ba\u8d85\u7d1a\u4f7f\u7528\u8005\u7684\u73fe\u6709\u9023\u7dda\uff0c\u4f46\u662f\u5c07\u7528\u65bc\u4efb\u4f55\u5f8c\u7e8c\u8d85\u7d1a\u4f7f\u7528\u8005\u8a8d\u8b49 |
| | | MILD_ERR_CONFIG_FILE_ADD_INSUFFICIENT_PRIVILEGES_598=\u60a8\u6c92\u6709\u8db3\u5920\u7684\u6b0a\u9650\u53ef\u4ee5\u5728\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u4e2d\u57f7\u884c\u589e\u52a0\u4f5c\u696d |
| | | MILD_ERR_CONFIG_FILE_DELETE_INSUFFICIENT_PRIVILEGES_599=\u60a8\u6c92\u6709\u8db3\u5920\u7684\u6b0a\u9650\u53ef\u4ee5\u5728\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u4e2d\u57f7\u884c\u522a\u9664\u4f5c\u696d |
| | | MILD_ERR_CONFIG_FILE_MODIFY_INSUFFICIENT_PRIVILEGES_600=\u60a8\u6c92\u6709\u8db3\u5920\u7684\u6b0a\u9650\u53ef\u4ee5\u5728\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u4e2d\u57f7\u884c\u4fee\u6539\u4f5c\u696d |
| | | MILD_ERR_CONFIG_FILE_MODDN_INSUFFICIENT_PRIVILEGES_601=\u60a8\u6c92\u6709\u8db3\u5920\u7684\u6b0a\u9650\u53ef\u4ee5\u5728\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u4e2d\u57f7\u884c\u4fee\u6539 DN \u4f5c\u696d |
| | | MILD_ERR_CONFIG_FILE_SEARCH_INSUFFICIENT_PRIVILEGES_602=\u60a8\u6c92\u6709\u8db3\u5920\u7684\u6b0a\u9650\u53ef\u4ee5\u5728\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u4e2d\u57f7\u884c\u641c\u5c0b\u4f5c\u696d |
| | | MILD_ERR_CONFIG_FILE_MODIFY_PRIVS_INSUFFICIENT_PRIVILEGES_603=\u60a8\u6c92\u6709\u8db3\u5920\u7684\u6b0a\u9650\u53ef\u4ee5\u8b8a\u66f4\u9810\u8a2d\u8d85\u7d1a\u4f7f\u7528\u8005\u6b0a\u9650\u96c6\u5408 |
| | | FATAL_ERR_CONFIG_CERTMAPPER_CANNOT_GET_BASE_604=\u5617\u8a66\u5f9e\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u64f7\u53d6\u6191\u8b49\u5c0d\u6620\u5668\u57fa\u5e95\u9805\u76ee cn=Certificate Mappers,cn=config \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_WARN_CONFIG_CERTMAPPER_BASE_DOES_NOT_EXIST_605=\u6191\u8b49\u5c0d\u6620\u5668\u914d\u7f6e\u57fa\u5e95 cn=Certificate Mappers,cn=config \u4e0d\u5b58\u5728\u65bc\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u4e2d\u3002\u6b64\u9805\u76ee\u5fc5\u9808\u5b58\u5728\uff0c\u4f3a\u670d\u5668\u624d\u80fd\u6b63\u5e38\u904b\u4f5c |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_ENTRY_UNACCEPTABLE_606=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684\u6191\u8b49\u5c0d\u6620\u5668\u914d\u7f6e: %s\u3002\u5c07\u4e88\u4ee5\u5ffd\u7565 |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_CANNOT_CREATE_MAPPER_607=\u5617\u8a66\u6839\u64da\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684\u8cc7\u8a0a\u5efa\u7acb\u76ee\u9304\u4f3a\u670d\u5668\u6191\u8b49\u5c0d\u6620\u5668\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_INVALID_OBJECTCLASS_608=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b ds-cfg-certificate-mapper \u7269\u4ef6\u985e\u5225\uff0c\u800c\u6191\u8b49\u5c0d\u6620\u5668\u5b9a\u7fa9\u9700\u8981\u6b64\u7269\u4ef6\u985e\u5225 |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_NO_CLASS_NAME_609=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684 ds-cfg-java-class \u914d\u7f6e\u5c6c\u6027\u503c\uff0c\u800c\u6b64\u5c6c\u6027\u6307\u5b9a\u76f8\u95dc\u6191\u8b49\u5c0d\u6620\u5668\u4e4b\u5b8c\u5168\u5408\u683c\u7684\u985e\u5225\u540d\u7a31 |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_INVALID_CLASS_NAME_610=\u914d\u7f6e\u9805\u76ee %s \u5177\u6709\u7121\u6548\u7684 ds-cfg-java-class \u5c6c\u6027\u503c: %s |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_INVALID_CLASS_611=\u985e\u5225 %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u4e2d) \u4e0d\u5305\u542b\u6709\u6548\u7684\u6191\u8b49\u5c0d\u6620\u5668\u5be6\u4f5c: %s |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_INVALID_ENABLED_VALUE_612=\u914d\u7f6e\u9805\u76ee %s \u5177\u6709\u7121\u6548\u7684 ds-cfg-enabled \u5c6c\u6027\u503c: %s |
| | | INFO_CONFIG_CERTMAPPER_CLASS_ACTION_REQUIRED_613=\u7121\u6cd5\u52d5\u614b\u5957\u7528\u5c07\u6191\u8b49\u5c0d\u6620\u5668\u985e\u5225\u540d\u7a31\u5f9e %s \u8b8a\u66f4\u70ba %s (\u4f4d\u65bc\u914d\u7f6e\u9805\u76ee %s \u4e2d) \u7684\u8acb\u6c42\u3002\u5728\u505c\u7528\u4e26\u91cd\u65b0\u555f\u7528\u5c0d\u6620\u5668\u6216\u91cd\u65b0\u555f\u52d5\u76ee\u9304\u4f3a\u670d\u5668\u4e4b\u5f8c\uff0c\u6b64\u8b8a\u66f4\u624d\u6703\u751f\u6548 |
| | | MILD_ERR_CONFIG_CERTMAPPER_INITIALIZATION_FAILED_614=\u5617\u8a66\u5c07\u985e\u5225 %s \u5be6\u4f8b\u521d\u59cb\u5316\u70ba\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u6191\u8b49\u5c0d\u6620\u5668\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_CONFIG_CERTMAPPER_EXISTS_615=\u7121\u6cd5\u589e\u52a0 DN \u70ba %s \u7684\u65b0\u6191\u8b49\u5c0d\u6620\u5668\u9805\u76ee\uff0c\u56e0\u70ba\u5df2\u6709\u4f7f\u7528\u8a72 DN \u8a3b\u518a\u7684\u5c0d\u6620\u5668 |
| | | SEVERE_ERR_CONFIG_CERTMAPPER_UNACCEPTABLE_CONFIG_616=\u6839\u64da\u5167\u90e8\u9a57\u8b49\uff0c\u65bc\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u6191\u8b49\u5c0d\u6620\u5668\u914d\u7f6e\uff0c\u662f\u7121\u6cd5\u63a5\u53d7\u7684\u914d\u7f6e\u3002\u4f46\u662f\uff0c\u6c92\u6709\u8207\u9805\u76ee\u554f\u984c\u6709\u95dc\u7684\u7279\u5b9a\u8cc7\u8a0a |
| | | FATAL_ERR_CONFIG_KEYMANAGER_CANNOT_GET_BASE_617=\u5617\u8a66\u5f9e\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u64f7\u53d6\u91d1\u9470\u7ba1\u7406\u54e1\u63d0\u4f9b\u8005\u57fa\u5e95\u9805\u76ee cn=Key Manager Providers,cn=config \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_WARN_CONFIG_KEYMANAGER_BASE_DOES_NOT_EXIST_618=\u91d1\u9470\u7ba1\u7406\u54e1\u63d0\u4f9b\u8005\u914d\u7f6e\u57fa\u5e95 cn=Key Manager Providers,cn=config \u4e0d\u5b58\u5728\u65bc\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u4e2d\u3002\u6b64\u9805\u76ee\u5fc5\u9808\u5b58\u5728\uff0c\u4f3a\u670d\u5668\u624d\u80fd\u6b63\u5e38\u904b\u4f5c |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_ENTRY_UNACCEPTABLE_619=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684\u91d1\u9470\u7ba1\u7406\u54e1\u63d0\u4f9b\u8005\u914d\u7f6e: %s\u3002\u5c07\u4e88\u4ee5\u5ffd\u7565 |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_CANNOT_CREATE_PROVIDER_620=\u5617\u8a66\u6839\u64da\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684\u8cc7\u8a0a\u5efa\u7acb\u76ee\u9304\u4f3a\u670d\u5668\u91d1\u9470\u7ba1\u7406\u54e1\u63d0\u4f9b\u8005\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_INVALID_OBJECTCLASS_621=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b ds-cfg-key-manager-provider \u7269\u4ef6\u985e\u5225\uff0c\u800c\u91d1\u9470\u7ba1\u7406\u54e1\u63d0\u4f9b\u8005\u5b9a\u7fa9\u9700\u8981\u6b64\u7269\u4ef6\u985e\u5225 |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_NO_CLASS_NAME_622=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684 ds-cfg-java-class \u914d\u7f6e\u5c6c\u6027\u503c\uff0c\u800c\u6b64\u5c6c\u6027\u6307\u5b9a\u76f8\u95dc\u91d1\u9470\u7ba1\u7406\u54e1\u63d0\u4f9b\u8005\u4e4b\u5b8c\u5168\u5408\u683c\u7684\u985e\u5225\u540d\u7a31 |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_INVALID_CLASS_NAME_623=\u914d\u7f6e\u9805\u76ee %s \u5177\u6709\u7121\u6548\u7684 ds-cfg-java-class \u5c6c\u6027\u503c: %s |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_INVALID_CLASS_624=\u985e\u5225 %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u4e2d) \u4e0d\u5305\u542b\u6709\u6548\u7684\u91d1\u9470\u7ba1\u7406\u54e1\u63d0\u4f9b\u8005\u5be6\u4f5c: %s |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_INVALID_ENABLED_VALUE_625=\u914d\u7f6e\u9805\u76ee %s \u5177\u6709\u7121\u6548\u7684 ds-cfg-enabled \u5c6c\u6027\u503c: %s |
| | | INFO_CONFIG_KEYMANAGER_CLASS_ACTION_REQUIRED_626=\u7121\u6cd5\u52d5\u614b\u5957\u7528\u5c07\u91d1\u9470\u7ba1\u7406\u54e1\u63d0\u4f9b\u8005\u985e\u5225\u540d\u7a31\u5f9e %s \u8b8a\u66f4\u70ba %s (\u4f4d\u65bc\u914d\u7f6e\u9805\u76ee %s \u4e2d) \u7684\u8acb\u6c42\u3002\u5728\u505c\u7528\u4e26\u91cd\u65b0\u555f\u7528\u63d0\u4f9b\u8005\u6216\u91cd\u65b0\u555f\u52d5\u76ee\u9304\u4f3a\u670d\u5668\u4e4b\u5f8c\uff0c\u6b64\u8b8a\u66f4\u624d\u6703\u751f\u6548 |
| | | MILD_ERR_CONFIG_KEYMANAGER_INITIALIZATION_FAILED_627=\u5617\u8a66\u5c07\u985e\u5225 %s \u5be6\u4f8b\u521d\u59cb\u5316\u70ba\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u91d1\u9470\u7ba1\u7406\u54e1\u63d0\u4f9b\u8005\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_CONFIG_KEYMANAGER_EXISTS_628=\u7121\u6cd5\u589e\u52a0 DN \u70ba %s \u7684\u65b0\u91d1\u9470\u7ba1\u7406\u54e1\u63d0\u4f9b\u8005\u9805\u76ee\uff0c\u56e0\u70ba\u5df2\u6709\u4f7f\u7528\u8a72 DN \u8a3b\u518a\u7684\u63d0\u4f9b\u8005 |
| | | SEVERE_ERR_CONFIG_KEYMANAGER_UNACCEPTABLE_CONFIG_629=\u6839\u64da\u5167\u90e8\u9a57\u8b49\uff0c\u65bc\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u91d1\u9470\u7ba1\u7406\u54e1\u63d0\u4f9b\u8005\u914d\u7f6e\uff0c\u662f\u7121\u6cd5\u63a5\u53d7\u7684\u914d\u7f6e\u3002\u4f46\u662f\uff0c\u6c92\u6709\u8207\u9805\u76ee\u554f\u984c\u6709\u95dc\u7684\u7279\u5b9a\u8cc7\u8a0a |
| | | FATAL_ERR_CONFIG_TRUSTMANAGER_CANNOT_GET_BASE_630=\u5617\u8a66\u5f9e\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u64f7\u53d6\u4fe1\u4efb\u7ba1\u7406\u54e1\u63d0\u4f9b\u8005\u57fa\u5e95\u9805\u76ee cn=Trust Manager Providers,cn=config \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_WARN_CONFIG_TRUSTMANAGER_BASE_DOES_NOT_EXIST_631=\u4fe1\u4efb\u7ba1\u7406\u54e1\u63d0\u4f9b\u8005\u914d\u7f6e\u57fa\u5e95 cn=Trust Manager Providers,cn=config \u4e0d\u5b58\u5728\u65bc\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u4e2d\u3002\u6b64\u9805\u76ee\u5fc5\u9808\u5b58\u5728\uff0c\u4f3a\u670d\u5668\u624d\u80fd\u6b63\u5e38\u904b\u4f5c |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_ENTRY_UNACCEPTABLE_632=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684\u4fe1\u4efb\u7ba1\u7406\u54e1\u63d0\u4f9b\u8005\u914d\u7f6e: %s\u3002\u5c07\u4e88\u4ee5\u5ffd\u7565 |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_CANNOT_CREATE_PROVIDER_633=\u5617\u8a66\u6839\u64da\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684\u8cc7\u8a0a\u5efa\u7acb\u76ee\u9304\u4f3a\u670d\u5668\u4fe1\u4efb\u7ba1\u7406\u54e1\u63d0\u4f9b\u8005\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_INVALID_OBJECTCLASS_634=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b ds-cfg-trust-manager-provider \u7269\u4ef6\u985e\u5225\uff0c\u800c\u4fe1\u4efb\u7ba1\u7406\u54e1\u63d0\u4f9b\u8005\u5b9a\u7fa9\u9700\u8981\u6b64\u7269\u4ef6\u985e\u5225 |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_NO_CLASS_NAME_635=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b\u6709\u6548\u7684 ds-cfg-java-class \u914d\u7f6e\u5c6c\u6027\u503c\uff0c\u800c\u6b64\u5c6c\u6027\u6307\u5b9a\u76f8\u95dc\u4fe1\u4efb\u7ba1\u7406\u54e1\u63d0\u4f9b\u8005\u4e4b\u5b8c\u5168\u5408\u683c\u7684\u985e\u5225\u540d\u7a31 |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_INVALID_CLASS_NAME_636=\u914d\u7f6e\u9805\u76ee %s \u5177\u6709\u7121\u6548\u7684 ds-cfg-java-class \u5c6c\u6027\u503c: %s |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_INVALID_CLASS_637=\u985e\u5225 %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u4e2d) \u4e0d\u5305\u542b\u6709\u6548\u7684\u4fe1\u4efb\u7ba1\u7406\u54e1\u63d0\u4f9b\u8005\u5be6\u4f5c: %s |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_INVALID_ENABLED_VALUE_638=\u914d\u7f6e\u9805\u76ee %s \u5177\u6709\u7121\u6548\u7684 ds-cfg-enabled \u5c6c\u6027\u503c: %s |
| | | INFO_CONFIG_TRUSTMANAGER_CLASS_ACTION_REQUIRED_639=\u7121\u6cd5\u52d5\u614b\u5957\u7528\u5c07\u4fe1\u4efb\u7ba1\u7406\u54e1\u63d0\u4f9b\u8005\u985e\u5225\u540d\u7a31\u5f9e %s \u8b8a\u66f4\u70ba %s (\u4f4d\u65bc\u914d\u7f6e\u9805\u76ee %s \u4e2d) \u7684\u8acb\u6c42\u3002\u5728\u505c\u7528\u4e26\u91cd\u65b0\u555f\u7528\u63d0\u4f9b\u8005\u6216\u91cd\u65b0\u555f\u52d5\u76ee\u9304\u4f3a\u670d\u5668\u4e4b\u5f8c\uff0c\u6b64\u8b8a\u66f4\u624d\u6703\u751f\u6548 |
| | | MILD_ERR_CONFIG_TRUSTMANAGER_INITIALIZATION_FAILED_640=\u5617\u8a66\u5c07\u985e\u5225 %s \u5be6\u4f8b\u521d\u59cb\u5316\u70ba\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u4fe1\u4efb\u7ba1\u7406\u54e1\u63d0\u4f9b\u8005\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_CONFIG_TRUSTMANAGER_EXISTS_641=\u7121\u6cd5\u589e\u52a0 DN \u70ba %s \u7684\u65b0\u4fe1\u4efb\u7ba1\u7406\u54e1\u63d0\u4f9b\u8005\u9805\u76ee\uff0c\u56e0\u70ba\u5df2\u6709\u4f7f\u7528\u8a72 DN \u8a3b\u518a\u7684\u63d0\u4f9b\u8005 |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_UNACCEPTABLE_CONFIG_642=\u6839\u64da\u5167\u90e8\u9a57\u8b49\uff0c\u65bc\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u4fe1\u4efb\u7ba1\u7406\u54e1\u63d0\u4f9b\u8005\u914d\u7f6e\uff0c\u662f\u7121\u6cd5\u63a5\u53d7\u7684\u914d\u7f6e\u3002\u4f46\u662f\uff0c\u6c92\u6709\u8207\u9805\u76ee\u554f\u984c\u6709\u95dc\u7684\u7279\u5b9a\u8cc7\u8a0a |
| | | SEVERE_ERR_CONFIG_JMX_CANNOT_GET_ATTRIBUTE_643=\u7121\u6cd5\u64f7\u53d6 JMX \u5c6c\u6027 %s (\u8207\u914d\u7f6e\u9805\u76ee %s \u76f8\u95dc): %s |
| | | SEVERE_ERR_CONFIG_JMX_SET_ATTR_NO_CONNECTION_644=\u7121\u6cd5\u8a2d\u5b9a JMX \u5c6c\u6027 %s (\u8207\u914d\u7f6e\u9805\u76ee %s \u76f8\u95dc) \u7684\u503c\uff0c\u56e0\u70ba\u6c92\u6709\u53ef\u7528\u7684 JMX \u9023\u7dda |
| | | SEVERE_ERR_CONFIG_CHANGE_NO_RESULT_645=%s.%s \u5df2\u50b3\u56de\u9805\u76ee %s \u7684\u7a7a\u503c\u7d50\u679c |
| | | SEVERE_ERR_CONFIG_CHANGE_RESULT_ERROR_646=%s.%s \u5931\u6557 (\u91dd\u5c0d\u9805\u76ee %s): \u7d50\u679c\u78bc=%s\u3001\u9700\u8981\u7ba1\u7406\u52d5\u4f5c=%b\u3001\u8a0a\u606f=\u300c%s\u300d |
| | | SEVERE_WARN_CONFIG_CHANGE_RESULT_ACTION_REQUIRED_647=%s.%s \u8868\u793a\u9805\u76ee %s \u9700\u8981\u7ba1\u7406\u52d5\u4f5c: \u8a0a\u606f=\u300c%s\u300d |
| | | INFO_CONFIG_CHANGE_RESULT_MESSAGES_648=%s.%s \u6210\u529f\uff0c\u4f46\u662f\u5c0d\u9805\u76ee %s \u7522\u751f\u4e86\u4e0b\u5217\u8a0a\u606f: %s |
| | | SEVERE_ERR_CONFIG_VATTR_INVALID_SEARCH_FILTER_649=\u7121\u6cd5\u5c07\u503c\u300c%s\u300d(\u4f86\u81ea\u914d\u7f6e\u9805\u76ee\u300c%s\u300d) \u5256\u6790\u70ba\u6709\u6548\u7684\u641c\u5c0b\u7be9\u9078\u5668: %s |
| | | SEVERE_ERR_CONFIG_VATTR_INITIALIZATION_FAILED_650=\u5617\u8a66\u5c07\u985e\u5225 %s \u5be6\u4f8b (\u53c3\u7167\u65bc\u914d\u7f6e\u9805\u76ee %s) \u8f09\u5165\u70ba\u865b\u64ec\u5c6c\u6027\u63d0\u4f9b\u8005\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_CONFIG_VATTR_SV_TYPE_WITH_MV_PROVIDER_651=\u9805\u76ee\u300c%s\u300d\u4e2d\u7684\u865b\u64ec\u5c6c\u6027\u914d\u7f6e\u7121\u6548\uff0c\u56e0\u70ba\u5c6c\u6027\u985e\u578b %s \u662f\u55ae\u4e00\u503c\u5c6c\u6027\uff0c\u4f46\u63d0\u4f9b\u8005 %s \u53ef\u80fd\u6703\u7522\u751f\u591a\u500b\u503c |
| | | SEVERE_ERR_CONFIG_VATTR_SV_TYPE_WITH_MERGE_VALUES_652=\u9805\u76ee\u300c%s\u300d\u4e2d\u7684\u865b\u64ec\u5c6c\u6027\u914d\u7f6e\u7121\u6548\uff0c\u56e0\u70ba\u5c6c\u6027\u985e\u578b %s \u662f\u55ae\u4e00\u503c\u5c6c\u6027\uff0c\u4f46\u5df2\u914d\u7f6e\u885d\u7a81\u7684\u904b\u4f5c\u65b9\u5f0f\u4f86\u5408\u4f75\u5be6\u969b\u548c\u865b\u64ec\u503c |
| | | MILD_ERR_CONFIG_FILE_MODIFY_STRUCTURAL_CHANGE_NOT_ALLOWED_653=\u7121\u6cd5\u4fee\u6539\u914d\u7f6e\u9805\u76ee %s\uff0c\u56e0\u70ba\u8b8a\u66f4\u6703\u66f4\u6539\u5b83\u7684\u7d50\u69cb\u7269\u4ef6\u985e\u5225 |
| | | FATAL_ERR_CONFIG_CANNOT_CALCULATE_DIGEST_654=\u5617\u8a66\u8a08\u7b97\u6a94\u6848 %s \u7684 SHA-1 \u6458\u8981\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_WARN_CONFIG_MANUAL_CHANGES_DETECTED_655=\u76ee\u9304\u4f3a\u670d\u5668\u5075\u6e2c\u5230\u5df2\u5728\u4f3a\u670d\u5668\u9023\u7dda\u6642\u5c0d\u914d\u7f6e\u6a94\u6848 %s \u9032\u884c\u4e00\u6216\u591a\u500b\u5916\u90e8\u8b8a\u66f4\uff0c\u4f46\u662f\u53e6\u4e00\u9805\u8b8a\u66f4\u5df2\u8986\u5beb\u4f3a\u670d\u5668\u914d\u7f6e\u3002\u5c1a\u672a\u5957\u7528\u624b\u52d5\u8b8a\u66f4\uff0c\u4f46\u662f\u5b83\u5011\u5df2\u4fdd\u7559\u5728\u6a94\u6848 %s \u4e2d |
| | | SEVERE_ERR_CONFIG_MANUAL_CHANGES_LOST_656=\u76ee\u9304\u4f3a\u670d\u5668\u5728\u5617\u8a66\u5224\u5b9a\u662f\u5426\u5df2\u5728\u4f3a\u670d\u5668\u9023\u7dda\u6642\u5728\u5916\u90e8\u7de8\u8f2f\u914d\u7f6e\u6a94\u6848 %s\uff0c\u4e14 (\u6216) \u5617\u8a66\u4fdd\u7559\u9019\u985e\u8b8a\u66f4\u6642\u767c\u751f\u932f\u8aa4: %s\u3002\u53ef\u80fd\u5df2\u907a\u5931\u5c0d\u8a72\u6a94\u6848\u6240\u505a\u7684\u4efb\u4f55\u624b\u52d5\u8b8a\u66f4 |
| | | SEVERE_ERR_CONFIG_ROTATION_POLICY_INVALID_CLASS_657=\u985e\u5225 %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u7684\u5c6c\u6027 ds-cfg-java-class \u4e2d) \u4e0d\u53ef\u4ee5\u5be6\u4f8b\u5316\u70ba\u76ee\u9304\u4f3a\u670d\u5668\u8a18\u9304\u81ea\u52d5\u91cd\u5efa\u7b56\u7565: %s |
| | | SEVERE_ERR_CONFIG_RETENTION_POLICY_INVALID_CLASS_658=\u985e\u5225 %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u7684\u5c6c\u6027 ds-cfg-java-class \u4e2d) \u4e0d\u53ef\u4ee5\u5be6\u4f8b\u5316\u70ba\u76ee\u9304\u4f3a\u670d\u5668\u8a18\u9304\u4fdd\u7559\u7b56\u7565: %s |
| | | SEVERE_ERR_CONFIG_ROTATION_POLICY_CANNOT_CREATE_POLICY_659=\u5617\u8a66\u6839\u64da\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684\u8cc7\u8a0a\u5efa\u7acb\u76ee\u9304\u4f3a\u670d\u5668\u8a18\u9304\u81ea\u52d5\u91cd\u5efa\u7b56\u7565\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_CONFIG_RETENTION_POLICY_CANNOT_CREATE_POLICY_660=\u5617\u8a66\u6839\u64da\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684\u8cc7\u8a0a\u5efa\u7acb\u76ee\u9304\u4f3a\u670d\u5668\u8a18\u9304\u4fdd\u7559\u7b56\u7565\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_CONFIG_LOGGING_CANNOT_CREATE_WRITER_661=\u5617\u8a66\u6839\u64da\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684\u8cc7\u8a0a\u5efa\u7acb\u76ee\u9304\u4f3a\u670d\u5668\u8a18\u9304\u7a0b\u5f0f\u7684\u6587\u5b57\u5beb\u5165\u5668\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_MULTIPLE_ENTRIES_IN_FILE_662=\u6a21\u5f0f\u914d\u7f6e\u6a94\u6848 %s (\u4f4d\u65bc\u76ee\u9304 %s \u4e2d) \u5305\u542b\u591a\u500b\u9805\u76ee\u3002\u53ea\u6703\u6aa2\u67e5\u7b2c\u4e00\u500b\u9805\u76ee\uff0c\u800c\u5ffd\u7565\u5176\u4ed6\u9805\u76ee |
| | | SEVERE_WARN_CONFIG_SCHEMA_UNPARSEABLE_EXTRA_DATA_IN_FILE_663=\u6a21\u5f0f\u914d\u7f6e\u6a94\u6848 %s (\u4f4d\u65bc\u76ee\u9304 %s \u4e2d) \u5728 LDIF \u8b80\u53d6\u5668\u7121\u6cd5\u5256\u6790\u7684\u6a21\u5f0f\u9805\u76ee\u4e4b\u5f8c\u5305\u542b\u984d\u5916\u8cc7\u6599: %s\u3002\u5c07\u6703\u8655\u7406\u7b2c\u4e00\u500b\u9805\u76ee\uff0c\u4f46\u6703\u5ffd\u7565\u5176\u9918\u8cc7\u6599 |
| | | SEVERE_WARN_CONFIG_PLUGIN_EMPTY_ELEMENT_IN_ORDER_664=\u985e\u578b\u70ba %s \u4e4b\u5916\u639b\u7a0b\u5f0f\u7684\u5916\u639b\u7a0b\u5f0f\u9806\u5e8f\u5b9a\u7fa9\u5305\u542b\u7a7a\u7684\u5143\u7d20\u3002\u9019\u6a23\u53ef\u80fd\u6703\u4e0d\u6b63\u78ba\u5730\u8a55\u4f30\u5916\u639b\u7a0b\u5f0f\u9806\u5e8f |
| | | SEVERE_WARN_CONFIG_PLUGIN_MULTIPLE_WILDCARDS_IN_ORDER_665=\u985e\u578b\u70ba %s \u4e4b\u5916\u639b\u7a0b\u5f0f\u7684\u5916\u639b\u7a0b\u5f0f\u9806\u5e8f\u5b9a\u7fa9\u5305\u542b\u591a\u500b\u842c\u7528\u5b57\u5143\u7b26\u865f\u3002\u6240\u6709\u5916\u639b\u7a0b\u5f0f\u5b9a\u7fa9\u90fd\u53ea\u61c9\u8a72\u5305\u542b\u4e00\u500b\u842c\u7528\u5b57\u5143\u5143\u7d20\uff0c\u4ee5\u8868\u793a\u61c9\u8a72\u4f9d\u5e8f\u5305\u542b\u4e0d\u76f8\u7b26\u5916\u639b\u7a0b\u5f0f\u7684\u4f4d\u7f6e\uff0c\u800c\u5305\u542b\u591a\u500b\u842c\u7528\u5b57\u5143\u53ef\u80fd\u6703\u932f\u8aa4\u5730\u8a08\u7b97\u5916\u639b\u7a0b\u5f0f\u9806\u5e8f |
| | | SEVERE_WARN_CONFIG_PLUGIN_LISTED_MULTIPLE_TIMES_666=\u985e\u578b\u70ba %s \u4e4b\u5916\u639b\u7a0b\u5f0f\u7684\u5916\u639b\u7a0b\u5f0f\u9806\u5e8f\u5b9a\u7fa9\u5305\u542b\u300c%s\u300d\u5916\u639b\u7a0b\u5f0f\u7684\u591a\u500b\u53c3\u7167\u3002\u9019\u6a23\u53ef\u80fd\u6703\u4e0d\u6b63\u78ba\u5730\u8a55\u4f30\u5916\u639b\u7a0b\u5f0f\u9806\u5e8f |
| | | SEVERE_WARN_CONFIG_PLUGIN_ORDER_NO_WILDCARD_667=\u985e\u578b\u70ba %s \u4e4b\u5916\u639b\u7a0b\u5f0f\u7684\u5916\u639b\u7a0b\u5f0f\u9806\u5e8f\u5b9a\u7fa9\u4e0d\u5305\u542b\u842c\u7528\u5b57\u5143\u5143\u7d20\uff0c\u4ee5\u8868\u793a\u61c9\u4f9d\u5e8f\u7d0d\u5165\u4e0d\u76f8\u7b26\u5916\u639b\u7a0b\u5f0f\u7684\u4f4d\u7f6e\u3002\u4f3a\u670d\u5668\u5c07\u9810\u8a2d\u70ba\u5728\u5df2\u547d\u540d\u7684\u5916\u639b\u7a0b\u5f0f\u96c6\u4e4b\u5f8c\u547c\u53eb\u6240\u6709\u672a\u547d\u540d\u7684\u5916\u639b\u7a0b\u5f0f |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_DELETE_SYNTAX_IN_USE_668=\u7121\u6cd5\u5f9e\u4f3a\u670d\u5668\u522a\u9664\u5c6c\u6027\u8a9e\u6cd5 %s\uff0c\u56e0\u70ba\u5c6c\u6027\u985e\u578b %s \u6b63\u5728\u4f7f\u7528\u8a72\u5c6c\u6027\u8a9e\u6cd5 |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_DISABLE_SYNTAX_IN_USE_669=\u7121\u6cd5\u505c\u7528\u5c6c\u6027\u8a9e\u6cd5 %s\uff0c\u56e0\u70ba\u5c6c\u6027\u985e\u578b %s \u6b63\u5728\u4f7f\u7528\u8a72\u5c6c\u6027\u8a9e\u6cd5 |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_DELETE_MR_IN_USE_BY_AT_670=\u7121\u6cd5\u5f9e\u4f3a\u670d\u5668\u522a\u9664\u76f8\u7b26\u898f\u5247 %s\uff0c\u56e0\u70ba\u5c6c\u6027\u985e\u578b %s \u6b63\u5728\u4f7f\u7528\u8a72\u76f8\u7b26\u898f\u5247 |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_DELETE_MR_IN_USE_BY_MRU_671=\u7121\u6cd5\u5f9e\u4f3a\u670d\u5668\u522a\u9664\u76f8\u7b26\u898f\u5247 %s\uff0c\u56e0\u70ba\u76f8\u7b26\u898f\u5247\u4f7f\u7528 %s \u6b63\u5728\u4f7f\u7528\u8a72\u76f8\u7b26\u898f\u5247 |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_DISABLE_MR_IN_USE_BY_AT_672=\u7121\u6cd5\u505c\u7528\u76f8\u7b26\u898f\u5247 %s\uff0c\u56e0\u70ba\u5c6c\u6027\u985e\u578b %s \u6b63\u5728\u4f7f\u7528\u8a72\u76f8\u7b26\u898f\u5247 |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_DISABLE_MR_IN_USE_BY_MRU_673=\u7121\u6cd5\u505c\u7528\u76f8\u7b26\u898f\u5247 %s\uff0c\u56e0\u70ba\u76f8\u7b26\u898f\u5247\u4f7f\u7528 %s \u6b63\u5728\u4f7f\u7528\u8a72\u76f8\u7b26\u898f\u5247 |
| | | SEVERE_ERR_CONFIG_WORK_QUEUE_INITIALIZATION_FAILED_674=\u7121\u6cd5\u5c07\u985e\u5225 %s \u5be6\u4f8b\u521d\u59cb\u5316\u70ba\u914d\u7f6e\u9805\u76ee %s \u4e2d\u6307\u5b9a\u7684\u5de5\u4f5c\u4f47\u5217: %s |
| | | INFO_CONFIG_WORK_QUEUE_CLASS_CHANGE_REQUIRES_RESTART_675=\u7528\u4f86\u63d0\u4f9b\u76ee\u9304\u4f3a\u670d\u5668\u5de5\u4f5c\u4f47\u5217\u5be6\u4f5c\u7684\u985e\u5225\u5df2\u5f9e %s \u8b8a\u66f4\u70ba %s\uff0c\u4f46\u9664\u975e\u91cd\u65b0\u555f\u52d5\u4f3a\u670d\u5668\uff0c\u5426\u5247\u9019\u9805\u8b8a\u66f4\u4e0d\u6703\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_FILE_ADD_APPLY_FAILED_676=\u5617\u8a66\u5957\u7528\u914d\u7f6e\u589e\u52a0\u5931\u6557\u3002\u521d\u6b65\u6aa2\u67e5\u90fd\u5df2\u6210\u529f\uff0c\u800c\u4e14\u9805\u76ee\u5df2\u589e\u52a0\u81f3\u4f3a\u670d\u5668\u914d\u7f6e\uff0c\u4f46\u81f3\u5c11\u6709\u4e00\u500b\u914d\u7f6e\u589e\u52a0\u5075\u807d\u7a0b\u5f0f\u5728\u5617\u8a66\u5957\u7528\u8b8a\u66f4\u6642\u56de\u5831\u932f\u8aa4: %s |
| | | SEVERE_ERR_CONFIG_FILE_DELETE_APPLY_FAILED_677=\u5617\u8a66\u5957\u7528\u914d\u7f6e\u522a\u9664\u5931\u6557\u3002\u521d\u6b65\u6aa2\u67e5\u90fd\u5df2\u6210\u529f\uff0c\u800c\u4e14\u9805\u76ee\u5df2\u5f9e\u4f3a\u670d\u5668\u914d\u7f6e\u4e2d\u79fb\u9664\uff0c\u4f46\u81f3\u5c11\u6709\u4e00\u500b\u914d\u7f6e\u522a\u9664\u5075\u807d\u7a0b\u5f0f\u5728\u5617\u8a66\u5957\u7528\u8b8a\u66f4\u6642\u56de\u5831\u932f\u8aa4: %s |
| | | SEVERE_ERR_CONFIG_FILE_MODIFY_APPLY_FAILED_678=\u5617\u8a66\u5957\u7528\u914d\u7f6e\u4fee\u6539\u5931\u6557\u3002\u521d\u6b65\u6aa2\u67e5\u90fd\u5df2\u6210\u529f\uff0c\u800c\u4e14\u4fee\u6539\u7684\u9805\u76ee\u5df2\u5beb\u5165\u81f3\u4f3a\u670d\u5668\u914d\u7f6e\uff0c\u4f46\u81f3\u5c11\u6709\u4e00\u500b\u914d\u7f6e\u8b8a\u66f4\u5075\u807d\u7a0b\u5f0f\u5728\u5617\u8a66\u5957\u7528\u8b8a\u66f4\u6642\u56de\u5831\u932f\u8aa4: %s |
| | | MILD_ERR_CONFIG_KEYMANAGER_CONFIG_NOT_ACCEPTABLE_679=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u91d1\u9470\u7ba1\u7406\u54e1\u63d0\u4f9b\u8005\u914d\u7f6e\u662f\u7121\u6cd5\u63a5\u53d7\u7684\u914d\u7f6e: %s |
| | | MILD_ERR_CONFIG_TRUSTMANAGER_CONFIG_NOT_ACCEPTABLE_680=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u4fe1\u4efb\u7ba1\u7406\u54e1\u63d0\u4f9b\u8005\u914d\u7f6e\u662f\u7121\u6cd5\u63a5\u53d7\u7684\u914d\u7f6e: %s |
| | | MILD_ERR_CONFIG_AUTHZ_CONFIG_NOT_ACCEPTABLE_681=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u4fe1\u4efb\u7ba1\u7406\u54e1\u63d0\u4f9b\u8005\u914d\u7f6e\u662f\u7121\u6cd5\u63a5\u53d7\u7684\u914d\u7f6e: %s |
| | | MILD_ERR_CONFIG_ACCTNOTHANDLER_CONFIG_NOT_ACCEPTABLE_682=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u5e33\u865f\u72c0\u614b\u901a\u77e5\u8655\u7406\u7a0b\u5f0f\u914d\u7f6e\u662f\u7121\u6cd5\u63a5\u53d7\u7684\u914d\u7f6e: %s |
| | | MILD_ERR_CONFIG_SCHEMA_SYNTAX_CONFIG_NOT_ACCEPTABLE_683=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u5c6c\u6027\u8a9e\u6cd5\u914d\u7f6e\u662f\u7121\u6cd5\u63a5\u53d7\u7684\u914d\u7f6e: %s |
| | | MILD_ERR_CONFIG_CERTMAPPER_CONFIG_NOT_ACCEPTABLE_684=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u6191\u8b49\u5c0d\u6620\u5668\u914d\u7f6e\u662f\u7121\u6cd5\u63a5\u53d7\u7684\u914d\u7f6e: %s |
| | | MILD_ERR_CONFIG_GROUP_CONFIG_NOT_ACCEPTABLE_686=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u7fa4\u7d44\u5be6\u4f5c\u914d\u7f6e\u662f\u7121\u6cd5\u63a5\u53d7\u7684\u914d\u7f6e: %s |
| | | MILD_ERR_CONFIG_IDMAPPER_CONFIG_NOT_ACCEPTABLE_687=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u8b58\u5225\u5c0d\u6620\u5668\u914d\u7f6e\u662f\u7121\u6cd5\u63a5\u53d7\u7684\u914d\u7f6e: %s |
| | | MILD_ERR_CONFIG_SCHEMA_MR_CONFIG_NOT_ACCEPTABLE_688=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u76f8\u7b26\u898f\u5247\u914d\u7f6e\u662f\u7121\u6cd5\u63a5\u53d7\u7684\u914d\u7f6e: %s |
| | | MILD_ERR_CONFIG_PWGENERATOR_CONFIG_NOT_ACCEPTABLE_689=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u5bc6\u78bc\u7522\u751f\u5668\u914d\u7f6e\u662f\u7121\u6cd5\u63a5\u53d7\u7684\u914d\u7f6e: %s |
| | | MILD_ERR_CONFIG_PWSCHEME_CONFIG_NOT_ACCEPTABLE_690=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u5bc6\u78bc\u5132\u5b58\u6a5f\u5236\u914d\u7f6e\u662f\u7121\u6cd5\u63a5\u53d7\u7684\u914d\u7f6e: %s |
| | | MILD_ERR_CONFIG_PWVALIDATOR_CONFIG_NOT_ACCEPTABLE_691=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u5bc6\u78bc\u9a57\u8b49\u7a0b\u5f0f\u914d\u7f6e\u662f\u7121\u6cd5\u63a5\u53d7\u7684\u914d\u7f6e: %s |
| | | MILD_ERR_CONFIG_PLUGIN_CONFIG_NOT_ACCEPTABLE_692=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u5916\u639b\u7a0b\u5f0f\u914d\u7f6e\u662f\u7121\u6cd5\u63a5\u53d7\u7684\u914d\u7f6e: %s |
| | | MILD_ERR_CONFIG_SASL_CONFIG_NOT_ACCEPTABLE_693=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684 SASL \u6a5f\u5236\u8655\u7406\u7a0b\u5f0f\u914d\u7f6e\u662f\u7121\u6cd5\u63a5\u53d7\u7684\u914d\u7f6e: %s |
| | | MILD_ERR_CONFIG_VATTR_CONFIG_NOT_ACCEPTABLE_694=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u865b\u64ec\u5c6c\u6027\u63d0\u4f9b\u8005\u914d\u7f6e\u662f\u7121\u6cd5\u63a5\u53d7\u7684\u914d\u7f6e: %s |
| | | MILD_ERR_CONFIG_ALERTHANDLER_CONFIG_NOT_ACCEPTABLE_695=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u8b66\u793a\u8655\u7406\u7a0b\u5f0f\u914d\u7f6e\u662f\u7121\u6cd5\u63a5\u53d7\u7684\u914d\u7f6e: %s |
| | | MILD_ERR_CONFIG_ALERTHANDLER_INITIALIZATION_FAILED_696=\u5617\u8a66\u5c07\u985e\u5225 %s \u5be6\u4f8b\u521d\u59cb\u5316\u70ba\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u8b66\u793a\u8655\u7406\u7a0b\u5f0f\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_SMTP_SERVER_697=\u63d0\u4f9b\u7684 SMTP \u4f3a\u670d\u5668\u503c\u300c%s\u300d\u7121\u6548\u3002SMTP \u4f3a\u670d\u5668\u503c\u5fc5\u9808\u5177\u6709 IP \u4f4d\u5740\u6216\u53ef\u89e3\u6790\u540d\u7a31\uff0c\u800c\u4e14\u5f8c\u9762\u53ef\u80fd\u6703\u9078\u64c7\u6027\u5730\u52a0\u4e0a\u5192\u865f\u4ee5\u53ca\u4ecb\u65bc 1 \u8207 65535 \u4e4b\u9593\u7684\u6574\u6578\u503c\uff0c\u4ee5\u6307\u5b9a\u4f3a\u670d\u5668\u9023\u63a5\u57e0\u865f\u78bc |
| | | SEVERE_ERR_STARTOK_CANNOT_OPEN_FOR_READING_698=\u5617\u8a66\u958b\u555f\u76ee\u524d\u7684\u914d\u7f6e\u6a94\u6848 %s \u9032\u884c\u8b80\u53d6\uff0c\u4ee5\u4fbf\u5c07\u5b83\u8907\u88fd\u5230\u300c.startok\u300d\u6a94\u6848\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_STARTOK_CANNOT_OPEN_FOR_WRITING_699=\u5617\u8a66\u958b\u555f\u6a94\u6848 %s \u4ee5\u5beb\u5165\u300c.startok\u300d\u914d\u7f6e\u6a94\u6848\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_STARTOK_CANNOT_WRITE_700=\u5617\u8a66\u5c07\u76ee\u524d\u914d\u7f6e\u5f9e\u6a94\u6848 %s \u8907\u88fd\u5230\u66ab\u5b58\u6a94 %s \u4ee5\u7576\u4f5c\u300c.startok\u300d\u914d\u7f6e\u6a94\u6848\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_STARTOK_CANNOT_RENAME_701=\u5617\u8a66\u5c07\u6a94\u6848 %s \u91cd\u65b0\u547d\u540d\u70ba %s \u4ee5\u7576\u4f5c\u300c.startok\u300d\u914d\u7f6e\u6a94\u6848\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | NOTICE_CONFIG_FILE_USING_STARTOK_FILE_702=\u76ee\u9304\u4f3a\u670d\u5668\u6b63\u5728\u958b\u59cb\u4f7f\u7528\u6700\u5f8c\u4e00\u500b\u5df2\u77e5\u826f\u597d\u914d\u7f6e\u6a94\u6848 %s\uff0c\u800c\u4e0d\u662f\u4f7f\u7528\u4e2d\u914d\u7f6e\u6a94\u6848 %s |
| | | SEVERE_WARN_CONFIG_FILE_NO_STARTOK_FILE_703=\u6700\u5f8c\u4e00\u500b\u5df2\u77e5\u826f\u597d\u914d\u7f6e\u6a94\u6848 %s \u4e0d\u5b58\u5728\u3002\u4f3a\u670d\u5668\u5c07\u5617\u8a66\u958b\u59cb\u4f7f\u7528\u4f7f\u7528\u4e2d\u7684\u914d\u7f6e\u6a94\u6848 %s |
| | | SEVERE_ERR_CONFIG_JE_PROPERTY_INVALID_704=\u5617\u8a66\u5256\u6790\u548c\u9a57\u8b49 Berkeley \u8cc7\u6599\u5eab JE \u7279\u6027 %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_CONFIG_JE_PROPERTY_INVALID_FORM_705=\u5617\u8a66\u5256\u6790\u548c\u9a57\u8b49 Berkeley \u8cc7\u6599\u5eab JE \u7279\u6027 %s \u6642\u767c\u751f\u932f\u8aa4: \u6b64\u7279\u6027\u672a\u9075\u5faa\u55ae\u4e00\u300c\u7279\u6027=\u503c\u300d\u683c\u5f0f |
| | | SEVERE_ERR_CONFIG_JE_PROPERTY_SHADOWS_CONFIG_706=\u5617\u8a66\u5256\u6790\u548c\u9a57\u8b49 Berkeley \u8cc7\u6599\u5eab JE \u7279\u6027 %s \u6642\u767c\u751f\u932f\u8aa4: \u6b64\u7279\u6027\u6703\u5c0d\u914d\u7f6e\u5c6c\u6027 %s \u9032\u884c\u9670\u5f71\u8907\u88fd |
| | | SEVERE_ERR_CONFIG_JE_DUPLICATE_PROPERTY_707=\u5617\u8a66\u5256\u6790\u548c\u9a57\u8b49 Berkeley \u8cc7\u6599\u5eab JE \u7279\u6027 %s \u6642\u767c\u751f\u932f\u8aa4: \u6b64\u7279\u6027\u5df2\u5b9a\u7fa9\u7d66\u6b64\u5143\u4ef6 |
| | | INFO_CONFIG_JE_PROPERTY_REQUIRES_RESTART_708=\u91cd\u65b0\u555f\u52d5 Berkeley \u8cc7\u6599\u5eab JE \u7279\u6027 %s \u7684\u5143\u4ef6\u4e4b\u5f8c\uff0c\u8a2d\u5b9a\u6b64\u7279\u6027\u624d\u6703\u751f\u6548 |
| | | SEVERE_ERR_CONFIG_LOGGING_CANNOT_OPEN_FILE_709=\u5617\u8a66\u958b\u555f\u5df2\u914d\u7f6e\u7684\u8a18\u9304\u6a94 %s (\u91dd\u5c0d\u8a18\u9304\u7a0b\u5f0f %s) \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_CONFIG_WORKFLOW_ELEMENT_CONFIG_NOT_ACCEPTABLE_710=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u5de5\u4f5c\u6d41\u7a0b\u5143\u7d20\u914d\u7f6e\u662f\u7121\u6cd5\u63a5\u53d7\u7684\u914d\u7f6e: %s |
| | | SEVERE_ERR_CONFIG_WORKFLOW_ELEMENT_CANNOT_INITIALIZE_711=\u5617\u8a66\u4f7f\u7528\u914d\u7f6e\u9805\u76ee %2$s \u4e2d\u7684\u8cc7\u8a0a\uff0c\u521d\u59cb\u5316\u985e\u5225 %1$s \u4e2d\u7684\u5de5\u4f5c\u6d41\u7a0b\u5143\u7d20\u6642\u767c\u751f\u932f\u8aa4: %3$s\u3002\u5c07\u505c\u7528\u6b64\u5de5\u4f5c\u6d41\u7a0b\u5143\u7d20 |
| | | MILD_ERR_CONFIG_WORKFLOW_ELEMENT_ALREADY_REGISTERED_712=\u5de5\u4f5c\u6d41\u7a0b\u5143\u7d20 %s \u5df2\u5728\u76ee\u9304\u4f3a\u670d\u5668\u4e2d\u8a3b\u518a\u3002\u5c07\u5ffd\u7565\u6b64\u5de5\u4f5c\u6d41\u7a0b\u5143\u7d20 |
| | | SEVERE_ERR_CONFIG_WORKFLOW_CANNOT_CONFIGURE_MANUAL_713=\u5617\u8a66\u4ee5\u624b\u52d5\u6a21\u5f0f\u914d\u7f6e\u76ee\u9304\u4f3a\u670d\u5668\u4e2d\u7684\u5de5\u4f5c\u6d41\u7a0b\u6642\u767c\u751f\u932f\u8aa4\uff0c\u800c\u4e14\u56de\u5fa9\u70ba\u81ea\u52d5\u914d\u7f6e\u6a21\u5f0f\u4e5f\u5df2\u5931\u6557\u3002\u5982\u679c\u4f3a\u670d\u5668\u8655\u65bc\u4e0d\u7a69\u5b9a\u72c0\u614b\uff0c\u8acb\u4f7f\u7528\u6700\u5f8c\u4e00\u500b\u6709\u6548\u7684\u914d\u7f6e\u91cd\u65b0\u555f\u52d5\u4f3a\u670d\u5668 |
| | | SEVERE_ERR_CONFIG_WORKFLOW_CANNOT_CONFIGURE_AUTO_714=\u5617\u8a66\u4ee5\u81ea\u52d5\u6a21\u5f0f\u914d\u7f6e\u76ee\u9304\u4f3a\u670d\u5668\u4e2d\u7684\u5de5\u4f5c\u6d41\u7a0b\u6642\u767c\u751f\u932f\u8aa4\uff0c\u800c\u4e14\u56de\u5fa9\u70ba\u624b\u52d5\u914d\u7f6e\u6a21\u5f0f\u4e5f\u5df2\u5931\u6557\u3002\u5982\u679c\u4f3a\u670d\u5668\u8655\u65bc\u4e0d\u7a69\u5b9a\u72c0\u614b\uff0c\u8acb\u4f7f\u7528\u6700\u5f8c\u4e00\u500b\u6709\u6548\u7684\u914d\u7f6e\u91cd\u65b0\u555f\u52d5\u4f3a\u670d\u5668 |
| | | SEVERE_ERR_CONFIG_LOGGING_INSANE_MODE_715=\u7121\u6548\u7684 UNIX \u6a94\u6848\u6b0a\u9650 %s \u4e0d\u5141\u8a31\u8a18\u9304\u767c\u4f48\u8005\u5c0d\u8a18\u9304\u6a94\u7684\u5beb\u5165\u5b58\u53d6\u6b0a\u9650 |
| | | SEVERE_ERR_CONFIG_LOGGING_MODE_INVALID_716=\u7121\u6548\u7684 UNIX \u6a94\u6848\u6b0a\u9650 %s: %s |
| | | MILD_ERR_CONFIG_EXTENSION_CONFIG_NOT_ACCEPTABLE_717=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u5ef6\u4f38\u914d\u7f6e\u662f\u7121\u6cd5\u63a5\u53d7\u7684\u914d\u7f6e: %s |
| | | MILD_ERR_CONFIG_EXTENSION_INITIALIZATION_FAILED_718=\u5617\u8a66\u5c07\u985e\u5225 %s \u5be6\u4f8b\u521d\u59cb\u5316\u70ba\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u5ef6\u4f38\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | |
| | |
| | | MILD_ERR_SEARCH_FILTER_INVALID_ESCAPED_BYTE_147=Der\u00b7angegebene\u00b7Suchfilter\u00b7"%s"\u00b7enthielt\u00b7einen\u00b7nicht ordnungsgem\u00e4\u00df gesch\u00fctzten Byte-Wert an Position %d. Hinter einem umgekehrten Schr\u00e4gstrich in einem Wert m\u00fcssen zwei Hexadezimalzeichen stehen, die das Byte angeben, das entschl\u00fcsselt werden soll. |
| | | MILD_ERR_SEARCH_FILTER_COMPOUND_MISSING_PARENTHESES_148=Der angegebene Suchfilter "%s" konnte nicht entschl\u00fcsselt werden, da der zusammengesetzte Filter zwischen den Positionen %d und %d nicht mit einer \u00f6ffnenden Klammer begann und einer schlie\u00dfenden Klammer endete (m\u00f6glicherweise kann es sich dabei um Klammern f\u00fcr verschiedene Filterkomponenten handeln) |
| | | MILD_ERR_SEARCH_FILTER_NO_CORRESPONDING_OPEN_PARENTHESIS_149=Der angegebene Suchfilter "%s" konnte nicht entschl\u00fcsselt werden, da es zu der schlie\u00dfenden Klammer an Position %d keine entsprechende \u00f6ffnende Klammer gab. |
| | | MILD_ERR_SEARCH_FILTER_NO_CORRESPONDING_CLOSE_PARENTHESIS_150=Der angegebene Suchfilter "%s" konnte nicht entschl\u00fcsselt werden, da es zu der schlie\u00dfenden Klammer an Position %d keine entsprechende schlie\u00dfende Klammer gab. |
| | | MILD_ERR_SEARCH_FILTER_NO_CORRESPONDING_CLOSE_PARENTHESIS_150=Der angegebene Suchfilter "%s" konnte nicht entschl\u00fcsselt werden, da es zu der \u00f6ffnenden Klammer an Position %d keine entsprechende schlie\u00dfende Klammer gab. |
| | | MILD_ERR_SEARCH_FILTER_SUBSTRING_NO_ASTERISKS_151=Der angegebene Suchfilter "%s" konnte nicht entschl\u00fcsselt werden, da es f\u00fcr den angenommenen Filterwert der Unterzeichenkette zwischen den Positionen %d und %d keine Sternchen-Platzhalterzeichen gab |
| | | MILD_ERR_SEARCH_FILTER_EXTENSIBLE_MATCH_NO_COLON_152=Der angegebene Suchfilter "%s" konnte nicht entschl\u00fcsselt werden, da die erweiterbare \u00fcbereinstimmende Komponente, die an Position %d beginnt, keinen Doppelpunkt besa\u00df, um das Ende des Attributtypnamens anzuzeigen. |
| | | MILD_ERR_SEARCH_FILTER_INVALID_FILTER_TYPE_153=Es konnte nicht ermittelt werden, ob Eintrag "%s" mit Filter "%s" \u00fcbereinstimmt, da er einen unbekannten Filtertyp %s enthielt. |
| | |
| | | SEVERE_ERR_BACKUPINFO_UNKNOWN_PROPERTY_295=Die Struktur der Sicherungsinformationen in Verzeichnis %s konnte nicht analysiert werden, da sie eine unbekannte Eigenschaft %s mit dem Wert %s enthielt. |
| | | SEVERE_ERR_BACKUPINFO_CANNOT_DECODE_296=Beim Versuch, eine Struktur der Sicherungsinformationen in Verzeichnis %s zu entschl\u00fcsseln, ist ein unerwarteter Fehler aufgetreten: %s |
| | | SEVERE_ERR_BACKUPINFO_NO_BACKUP_ID_297=Eine Struktur der Sicherungsinformationen in Verzeichnis %s konnte nicht entschl\u00fcsselt werden, da die Struktur keine Sicherungs-ID enthielt. |
| | | SEVERE_ERR_BACKUPINFO_NO_BACKUP_DATE_298=Die Struktur der Sicherungsinformationen mit Sicherungs-ID %s in "Eine Struktur der Sicherungsinformationen in Verzeichnis %s konnte nicht entschl\u00fcsselt werden" war nicht g\u00fcltig, da sie nicht das Sicherungsdatum enthielt. |
| | | SEVERE_ERR_BACKUPDIRECTORY_ADD_DUPLICATE_ID_299=Eine Sicherung mit ID %s kann dem Sicherungsverzeichnis %s nicht hinzugef\u00fcgt werden, da bereits eine andere Sicherung mit dieser ID vorhanden ist. |
| | | SEVERE_ERR_BACKUPINFO_NO_BACKUP_DATE_298=The backup information structure with backup ID %s in directory %s was not valid because it did not contain the backup date |
| | | SEVERE_ERR_BACKUPDIRECTORY_ADD_DUPLICATE_ID_299=Cannot add a backup with ID %s to backup directory %s because another backup already exists with that ID |
| | | SEVERE_ERR_BACKUPDIRECTORY_NO_SUCH_BACKUP_300=Die Sicherung %s kann nicht aus dem Sicherungsverzeichnis %s entfernt werden, da keine Sicherung mit dieser ID in diesem Verzeichnis vorhanden ist. |
| | | SEVERE_ERR_BACKUPDIRECTORY_UNRESOLVED_DEPENDENCY_301=Die Sicherung %s kann nicht aus dem Sicherungsverzeichnis %s entfernt werden, da sie als Abh\u00e4ngigkeit f\u00fcr Sicherung %s aufgelistet ist. |
| | | SEVERE_ERR_BACKUPDIRECTORY_CANNOT_CREATE_DIRECTORY_302=Das Sicherungsverzeichnis %s existiert nicht, und beim Versuch, es zu erstellen, ist ein Fehler aufgetreten: %s |
| | |
| | | SEVERE_ERR_PWPOLICY_UNDEFINED_PASSWORD_ATTRIBUTE_425=Die im Konfigurationseintrag "%s" enthaltene Definition der Passwortrichtlinie ist ung\u00fcltig, da das angegebene Passwortattribut "%s" im Serverschema nicht definiert ist |
| | | SEVERE_ERR_PWPOLICY_INVALID_PASSWORD_ATTRIBUTE_SYNTAX_426=Die im Konfigurationseintrag "%s" enthaltene Definition der Passwortrichtlinie ist ung\u00fcltig, da das angegebene Passwortattribut "%s" eine Syntax OID von %s besitzt. Die Syntax OID des Passwortattributs muss entweder 1.3.6.1.4.1.26027.1.3.1 (f\u00fcr die Benutzerpasswort-Syntax) oder 1.3.6.1.4.1.4203.1.1.2 (f\u00fcr die Authentifizierungspasswort-Syntax) sein |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_PASSWORD_ATTRIBUTE_427=Beim Versuch, den Wert von Attribut ds-cfg-password-attribute in Konfigurationseintrag %s zu bestimmen, ist ein Fehler aufgetreten: %s |
| | | INFO_PWPOLICY_DESCRIPTION_DEFAULT_STORAGE_SCHEMES_428=Passwort-Speicherschema (oder Satz mit Schemas), das zur Verschl\u00fcsselung von Klartext-Passw\u00f6rtern verwendet wird. Wenn mehrere Standard-Speicherschemas f\u00fcr eine Passwortrichtlinie definiert werden, wird dasselbe Passwort mithilfe all dieser Schemas verschl\u00fcsselt. \u00c4nderungen an diesem Konfigurationsattribut werden sofort wirksam. |
| | | INFO_PWPOLICY_DESCRIPTION_DEFAULT_STORAGE_SCHEMES_428=Passwort-Speicherschema (oder Satz mit Schemas), das zur Verschl\u00fcsselung von Klartext-Passw\u00f6rtern verwendet wird. Wenn mehrere Standard-Speicherschemas f\u00fcr eine Passwortrichtlinie definiert werden, wird dasselbe Passwort mithilfe all dieser Schemas verschl\u00fcsselt. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | SEVERE_ERR_PWPOLICY_NO_SUCH_DEFAULT_SCHEME_429=Die in Konfigurationseintrag "%s" enthaltene Definition der Passwortrichtlinie ist ung\u00fcltig, da sie auf ein Standardpasswort-Speicherschema "%s" verweist, das in der Serverkonfiguration nicht definiert ist. |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_DEFAULT_STORAGE_SCHEMES_430=Beim Versuch, die Werte f\u00fcr Attribut ds-cfg-password-storage-scheme in Konfigurationseintrag %s zu bestimmen, ist ein Fehler aufgetreten: %s |
| | | INFO_PWPOLICY_DESCRIPTION_DEPRECATED_STORAGE_SCHEMES_431=Das Passwort-Speicherschema (oder Satz mit Schemas), das als veraltet betrachtet werden sollte. Wenn ein Authentifizierungsbenutzer ein Passwort besitzt, das mit einem dieser Schemas verschl\u00fcsselt ist, werden diese Passw\u00f6rter entfernt und durch Passw\u00f6rter ersetzt, die mithilfe der Standardschemas verschl\u00fcsselt wurden. \u00c4nderungen an diesem Konfigurationsattribut werden sofort wirksam |
| | | INFO_PWPOLICY_DESCRIPTION_DEPRECATED_STORAGE_SCHEMES_431=Das Passwort-Speicherschema (oder Satz mit Schemas), das als veraltet betrachtet werden sollte. Wenn ein Authentifizierungsbenutzer ein Passwort besitzt, das mit einem dieser Schemas verschl\u00fcsselt ist, werden diese Passw\u00f6rter entfernt und durch Passw\u00f6rter ersetzt, die mithilfe der Standardschemas verschl\u00fcsselt wurden. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_DEPRECATED_STORAGE_SCHEMES_432=Beim Versuch, die Werte f\u00fcr Attribut ds-cfg-deprecated-password-storage-scheme in Konfigurationseintrag %s zu bestimmen, ist ein Fehler aufgetreten: %s |
| | | INFO_PWPOLICY_DESCRIPTION_PASSWORD_VALIDATORS_433=DN der Passwortvalidierung, der mit dem zugeh\u00f6rigen Passwort-Speicherschema verwendet werden soll. \u00c4nderungen an diesem Konfigurationsattribut werden sofort wirksam |
| | | INFO_PWPOLICY_DESCRIPTION_PASSWORD_VALIDATORS_433=DN der Passwortvalidierung, der mit dem zugeh\u00f6rigen Passwort-Speicherschema verwendet werden soll. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | SEVERE_ERR_PWPOLICY_NO_SUCH_VALIDATOR_434=Die in Konfigurationseintrag "%s" enthaltene Definition der Passwortrichtlinie ist ung\u00fcltig, da sie auf einen Passwortpr\u00fcfer "%s" verweist, der in der Serverkonfiguration nicht definiert ist. |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_PASSWORD_VALIDATORS_435=Beim Versuch, die Werte f\u00fcr Attribut ds-cfg-password-validator in Konfigurationseintrag %s zu bestimmen, ist ein Fehler aufgetreten: %s |
| | | INFO_PWPOLICY_DESCRIPTION_NOTIFICATION_HANDLERS_436=Der DN des Handlers der Kontostatusbenachrichtigung, der mit dem zugeh\u00f6rigen Passwort-Speicherschema verwendet werden sollte. \u00c4nderungen an diesem Konfigurationsattribut werden sofort wirksam |
| | | INFO_PWPOLICY_DESCRIPTION_NOTIFICATION_HANDLERS_436=Der DN des Handlers der Kontostatusbenachrichtigung, der mit dem zugeh\u00f6rigen Passwort-Speicherschema verwendet werden sollte. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | SEVERE_ERR_PWPOLICY_NO_SUCH_NOTIFICATION_HANDLER_437=Die in Konfigurationseintrag "%s" enthaltene Definition der Passwortrichtlinie ist ung\u00fcltig, da sie auf einen Handler der Kontostatusbenachrichtigung "%s" verweist, der in der Serverkonfiguration nicht definiert ist. |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_NOTIFICATION_HANDLERS_438=Beim Versuch, die Werte f\u00fcr Attribut ds-cfg-account-status-notification-handler in Konfigurationseintrag %s zu bestimmen, ist ein Fehler aufgetreten: %s |
| | | INFO_PWPOLICY_DESCRIPTION_ALLOW_USER_PW_CHANGES_439=Zeigt an, ob Benutzer ihre eigenen Passw\u00f6rter \u00e4ndern d\u00fcrfen. Diese Pr\u00fcfung erfolgt zus\u00e4tzlich zur Bewertung der Zugriffssteuerung. Daher m\u00fcssen beide den Passwortwechsel hierf\u00fcr zulassen. \u00c4nderungen an diesem Konfigurationsattribut werden sofort wirksam |
| | | INFO_PWPOLICY_DESCRIPTION_ALLOW_USER_PW_CHANGES_439=Zeigt an, ob Benutzer ihre eigenen Passw\u00f6rter \u00e4ndern d\u00fcrfen. Diese Pr\u00fcfung erfolgt zus\u00e4tzlich zur Bewertung der Zugriffssteuerung. Daher m\u00fcssen beide den Passwortwechsel hierf\u00fcr zulassen. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_ALLOW_USER_PW_CHANGES_440=Beim Versuch, den Wert f\u00fcr Attribut ds-cfg-allow-user-password-changes in Konfigurationseintrag %s zu bestimmen, ist ein Fehler aufgetreten: %s |
| | | INFO_PWPOLICY_DESCRIPTION_REQUIRE_CURRENT_PW_441=Zeigt an, ob es bei \u00c4nderungen des Benutzerpassworts erforderlich ist, den erweiterten Vorgang zur Passwort\u00e4nderung zu verwenden und das aktuelle Passwort des Benutzers einzuschlie\u00dfen, bevor die \u00c4nderung zugelassen wird. \u00c4nderungen an diesem Konfigurationsattribut werden sofort wirksam |
| | | INFO_PWPOLICY_DESCRIPTION_REQUIRE_CURRENT_PW_441=Zeigt an, ob es bei \u00c4nderungen des Benutzerpassworts erforderlich ist, den erweiterten Vorgang zur Passwort\u00e4nderung zu verwenden und das aktuelle Passwort des Benutzers einzuschlie\u00dfen, bevor die \u00c4nderung zugelassen wird. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_REQUIRE_CURRENT_PW_442=Beim Versuch, den Wert f\u00fcr Attribut ds-cfg-allow-user-password-changes in Konfigurationseintrag %s zu bestimmen, ist ein Fehler aufgetreten: %s |
| | | INFO_PWPOLICY_DESCRIPTION_FORCE_CHANGE_ON_RESET_443=Zeigt an, ob Benutzer gezwungen werden, ihre Passw\u00f6rter zu \u00e4ndern, wenn diese von einem Administrator zur\u00fcckgesetzt werden. Zu diesem Zweck gelten alle Personen mit der Berechtigung zum \u00c4ndern eines beliebigen Benutzerpasswortes mit Ausnahme dieses Benutzers als Administrator. \u00c4nderungen an diesem Konfigurationsattribut werden sofort wirksam |
| | | INFO_PWPOLICY_DESCRIPTION_FORCE_CHANGE_ON_RESET_443=Zeigt an, ob Benutzer gezwungen werden, ihre Passw\u00f6rter zu \u00e4ndern, wenn diese von einem Administrator zur\u00fcckgesetzt werden. Zu diesem Zweck gelten alle Personen mit der Berechtigung zum \u00c4ndern eines beliebigen Benutzerpasswortes mit Ausnahme dieses Benutzers als Administrator. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_FORCE_CHANGE_ON_RESET_444=Beim Versuch, den Wert f\u00fcr Attribut ds-cfg-force-change-on-reset in Konfigurationseintrag %s zu bestimmen, ist ein Fehler aufgetreten: %s |
| | | INFO_PWPOLICY_DESCRIPTION_SKIP_ADMIN_VALIDATION_445=Zeigt an, ob von Administratoren festgelegte Passw\u00f6rter (in Hinzuf\u00fcgungs-, \u00c4nderungs- oder Passwort\u00e4nderungsvorg\u00e4ngen) den Passwortvalidierungsprozess umgehen d\u00fcrfen, der f\u00fcr \u00c4nderungen des Benutzerpasswortes erforderlich ist. \u00c4nderungen an diesem Konfigurationsattribut werden sofort wirksam |
| | | INFO_PWPOLICY_DESCRIPTION_SKIP_ADMIN_VALIDATION_445=Zeigt an, ob von Administratoren festgelegte Passw\u00f6rter (in Hinzuf\u00fcgungs-, \u00c4nderungs- oder Passwort\u00e4nderungsvorg\u00e4ngen) den Passwortvalidierungsprozess umgehen d\u00fcrfen, der f\u00fcr \u00c4nderungen des Benutzerpasswortes erforderlich ist. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_SKIP_ADMIN_VALIDATION_446=Beim Versuch, den Wert f\u00fcr Attribut ds-cfg-skip-validation-for-administrators in Konfigurationseintrag %s zu bestimmen, ist ein Fehler aufgetreten: %s |
| | | INFO_PWPOLICY_DESCRIPTION_PASSWORD_GENERATOR_447=DN des Konfigurationseintrags, der auf den Passwortgenerator f\u00fcr die Verwendung mit der zugeh\u00f6rigen Passwortrichtlinie verweist. Dieser wird in Verbindung mit dem erweiterten Vorgang zur Passwort\u00e4nderung verwendet, um ein neues Passwort f\u00fcr einen Benutzer zu generieren, wenn in der Anforderung keines zur Verf\u00fcgung gestellt wurde. \u00c4nderungen an diesem Konfigurationsattribut werden sofort wirksam |
| | | INFO_PWPOLICY_DESCRIPTION_PASSWORD_GENERATOR_447=DN des Konfigurationseintrags, der auf den Passwortgenerator f\u00fcr die Verwendung mit der zugeh\u00f6rigen Passwortrichtlinie verweist. Dieser wird in Verbindung mit dem erweiterten Vorgang zur Passwort\u00e4nderung verwendet, um ein neues Passwort f\u00fcr einen Benutzer zu generieren, wenn in der Anforderung keines zur Verf\u00fcgung gestellt wurde. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | SEVERE_ERR_PWPOLICY_NO_SUCH_GENERATOR_448=Die in Konfigurationseintrag "%s" enthaltene Definition der Passwortrichtlinie ist ung\u00fcltig, da sie auf Passwortgenerator "%s" verweist, der in der Serverkonfiguration nicht definiert ist. |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_PASSWORD_GENERATOR_449=Beim Versuch, den Wert f\u00fcr Attribut ds-cfg-password-generator in Konfigurationseintrag %s zu bestimmen, ist ein Fehler aufgetreten: %s |
| | | INFO_PWPOLICY_DESCRIPTION_REQUIRE_SECURE_AUTH_450=Zeigt an, ob sich Benutzer mit der zugeh\u00f6rigen Passwortrichtlinie auf sichere Weise authentifizieren m\u00fcssen. Dies k\u00f6nnte bedeuten, dass entweder ein sicherer Kommunikationskanal zwischen dem Client und dem Server verwendet wird, oder aber ein SASL-Mechanismus, der die Berechtigungsnachweise nicht offenlegt. \u00c4nderungen an diesem Konfigurationsattribut werden sofort wirksam |
| | | INFO_PWPOLICY_DESCRIPTION_REQUIRE_SECURE_AUTH_450=Zeigt an, ob sich Benutzer mit der zugeh\u00f6rigen Passwortrichtlinie auf sichere Weise authentifizieren m\u00fcssen. Dies k\u00f6nnte bedeuten, dass entweder ein sicherer Kommunikationskanal zwischen dem Client und dem Server verwendet wird, oder aber ein SASL-Mechanismus, der die Berechtigungsnachweise nicht offenlegt. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_REQUIRE_SECURE_AUTH_451=Beim Versuch, den Wert f\u00fcr Attribut ds-cfg-require-secure-authentification in Konfigurationseintrag %s zu bestimmen, ist ein Fehler aufgetreten: %s |
| | | INFO_PWPOLICY_DESCRIPTION_REQUIRE_SECURE_CHANGES_452=Zeigt an, ob Benutzer mit der zugeh\u00f6rigen Passwortrichtlinie ihr Passwort auf sichere Weise \u00e4ndern m\u00fcssen, bei der die Berechtigungsnachweise nicht offengelegt werden. \u00c4nderungen an diesem Konfigurationsattribut werden sofort wirksam |
| | | INFO_PWPOLICY_DESCRIPTION_REQUIRE_SECURE_CHANGES_452=Zeigt an, ob Benutzer mit der zugeh\u00f6rigen Passwortrichtlinie ihr Passwort auf sichere Weise \u00e4ndern m\u00fcssen, bei der die Berechtigungsnachweise nicht offengelegt werden. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_REQUIRE_SECURE_CHANGES_453=Beim Versuch, den Wert f\u00fcr Attribut ds-cfg-require-secure-password-changes in Konfigurationseintrag %s zu bestimmen, ist ein Fehler aufgetreten: %s |
| | | INFO_PWPOLICY_DESCRIPTION_ALLOW_PREENCODED_454=Zeigt an, ob Benutzer ihre Passw\u00f6rter \u00e4ndern d\u00fcrfen, indem sie einen vorab verschl\u00fcsselten Wert angeben. Dies kann ein Sicherheitsrisiko verursachen, da die Klartextfassung des Passwortes nicht bekannt ist und daher keine Validierungspr\u00fcfungen darauf angewendet werden k\u00f6nnen. \u00c4nderungen an diesem Konfigurationsattribut werden sofort wirksam |
| | | INFO_PWPOLICY_DESCRIPTION_ALLOW_PREENCODED_454=Zeigt an, ob Benutzer ihre Passw\u00f6rter \u00e4ndern d\u00fcrfen, indem sie einen vorab verschl\u00fcsselten Wert angeben. Dies kann ein Sicherheitsrisiko verursachen, da die Klartextfassung des Passwortes nicht bekannt ist und daher keine Validierungspr\u00fcfungen darauf angewendet werden k\u00f6nnen. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_ALLOW_PREENCODED_455=Beim Versuch, den Wert f\u00fcr Attribut ds-cfg-allow-pre-encoded-passwords in Konfigurationseintrag %s zu bestimmen, ist ein Fehler aufgetreten: %s |
| | | INFO_PWPOLICY_DESCRIPTION_MIN_AGE_456=Mindestzeitdauer, die nach einer Passwort\u00e4nderung verstreichen muss, bevor der Benutzer das Passwort erneut \u00e4ndern darf. Der Wert dieses Attributs sollte eine Ganzzahl sein, gefolgt von der Einheit Sekunden, Minuten, Stunden, Tage oder Wochen. Diese Einstellung kann verwendet werden, um zu verhindern, dass Benutzer ihre Passw\u00f6rter innerhalb eines kurzen Zeitraums wiederholt \u00e4ndern, um ein altes Passwort aus dem Verlauf zu l\u00f6schen, damit es erneut verwendet werden kann. \u00c4nderungen an diesem Konfigurationsattribut werden sofort wirksam |
| | | INFO_PWPOLICY_DESCRIPTION_MIN_AGE_456=Mindestzeitdauer, die nach einer Passwort\u00e4nderung verstreichen muss, bevor der Benutzer das Passwort erneut \u00e4ndern darf. Der Wert dieses Attributs sollte eine Ganzzahl sein, gefolgt von der Einheit Sekunden, Minuten, Stunden, Tage oder Wochen. Diese Einstellung kann verwendet werden, um zu verhindern, dass Benutzer ihre Passw\u00f6rter innerhalb eines kurzen Zeitraums wiederholt \u00e4ndern, um ein altes Passwort aus dem Verlauf zu l\u00f6schen, damit es erneut verwendet werden kann. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_MIN_AGE_457=Beim Versuch, den Wert f\u00fcr Attribut ds-cfg-min-password-age in Konfigurationseintrag %s zu bestimmen, ist ein Fehler aufgetreten: %s |
| | | INFO_PWPOLICY_DESCRIPTION_MAX_AGE_458=Maximaler Zeitraum, \u00fcber den ein Benutzer dasselbe Passwort verwenden kann, bevor es ge\u00e4ndert werden muss (also das Intervall f\u00fcr den Passwortablauf). Der Wert dieses Attributs sollte eine Ganzzahl sein, gefolgt von der Einheit Sekunden, Minuten, Stunden, Tage oder Wochen. Ein Wert von 0 Sekunden deaktiviert den Passwortablauf. \u00c4nderungen an diesem Konfigurationsattribut werden sofort wirksam |
| | | INFO_PWPOLICY_DESCRIPTION_MAX_AGE_458=Maximaler Zeitraum, \u00fcber den ein Benutzer dasselbe Passwort verwenden kann, bevor es ge\u00e4ndert werden muss (also das Intervall f\u00fcr den Passwortablauf). Der Wert dieses Attributs sollte eine Ganzzahl sein, gefolgt von der Einheit Sekunden, Minuten, Stunden, Tage oder Wochen. Ein Wert von 0 Sekunden deaktiviert den Passwortablauf. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_MAX_AGE_459=Beim Versuch, den Wert f\u00fcr Attribut ds-cfg-max-password-age in Konfigurationseintrag %s zu bestimmen, ist ein Fehler aufgetreten: %s |
| | | INFO_PWPOLICY_DESCRIPTION_MAX_RESET_AGE_460=Maximale Zeitdauer, nach der Benutzer von einem Administrator zur\u00fcckgesetzte Passw\u00f6rter \u00e4ndern m\u00fcssen, bevor diese gesperrt werden. Der Wert dieses Attributs sollte eine Ganzzahl sein, gefolgt von der Einheit Sekunden, Minuten, Stunden, Tage oder Wochen. Ein Wert von 0 Sekunden deaktiviert diese Funktion. \u00c4nderungen an diesem Konfigurationsattribut werden sofort wirksam |
| | | INFO_PWPOLICY_DESCRIPTION_MAX_RESET_AGE_460=Maximale Zeitdauer, nach der Benutzer von einem Administrator zur\u00fcckgesetzte Passw\u00f6rter \u00e4ndern m\u00fcssen, bevor diese gesperrt werden. Der Wert dieses Attributs sollte eine Ganzzahl sein, gefolgt von der Einheit Sekunden, Minuten, Stunden, Tage oder Wochen. Ein Wert von 0 Sekunden deaktiviert diese Funktion. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_MAX_RESET_AGE_461=Beim Versuch, den Wert f\u00fcr Attribut ds-cfg-max-password-reset-age in Konfigurationseintrag %s zu bestimmen, ist ein Fehler aufgetreten: %s |
| | | INFO_PWPOLICY_DESCRIPTION_WARNING_INTERVAL_462=Maximale Zeitdauer, bevor das Passwort eines Benutzers abl\u00e4uft, so dass der Server damit beginnt, f\u00fcr diesen Benutzer Warnbenachrichtigungen in Verbindungsantworten aufzunehmen. Der Wert dieses Attributs sollte eine Ganzzahl sein, gefolgt von der Einheit Sekunden, Minuten, Stunden, Tage oder Wochen. Ein Wert von 0 Sekunden deaktiviert das Warnintervall. \u00c4nderungen an diesem Konfigurationsattribut werden sofort wirksam |
| | | INFO_PWPOLICY_DESCRIPTION_WARNING_INTERVAL_462=Maximale Zeitdauer, bevor das Passwort eines Benutzers abl\u00e4uft, so dass der Server damit beginnt, f\u00fcr diesen Benutzer Warnbenachrichtigungen in Verbindungsantworten aufzunehmen. Der Wert dieses Attributs sollte eine Ganzzahl sein, gefolgt von der Einheit Sekunden, Minuten, Stunden, Tage oder Wochen. Ein Wert von 0 Sekunden deaktiviert das Warnintervall. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_WARNING_INTERVAL_463=Beim Versuch, den Wert f\u00fcr Attribut ds-cfg-password-expiration-warning-interval in Konfigurationseintrag %s zu bestimmen, ist ein Fehler aufgetreten: %s |
| | | INFO_PWPOLICY_DESCRIPTION_EXPIRE_WITHOUT_WARNING_464=Zeigt an, ob der Directory Server zulassen soll, dass ein Benutzerpasswort abl\u00e4uft, selbst wenn dem Benutzer nie eine Warnbenachrichtigung f\u00fcr einen Ablauf angezeigt wurde. Wenn diese Einstellung aktiviert ist, laufen die Konten immer ab, wenn die Ablaufzeit erreicht ist. Wenn die Einstellung deaktiviert ist, erh\u00e4lt der Benutzer mindestens eine Warnbenachrichtigung, und der Passwortablauf wird auf die Warnzeit plus das Warnintervall eingestellt. \u00c4nderungen an diesem Konfigurationsattribut werden sofort wirksam |
| | | INFO_PWPOLICY_DESCRIPTION_EXPIRE_WITHOUT_WARNING_464=Zeigt an, ob der Directory Server zulassen soll, dass ein Benutzerpasswort abl\u00e4uft, selbst wenn dem Benutzer nie eine Warnbenachrichtigung f\u00fcr einen Ablauf angezeigt wurde. Wenn diese Einstellung aktiviert ist, laufen die Konten immer ab, wenn die Ablaufzeit erreicht ist. Wenn die Einstellung deaktiviert ist, erh\u00e4lt der Benutzer mindestens eine Warnbenachrichtigung, und der Passwortablauf wird auf die Warnzeit plus das Warnintervall eingestellt. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_EXPIRE_WITHOUT_WARNING_465=Beim Versuch, den Wert f\u00fcr Attribut ds-cfg-expire-passwords-without-warning in Konfigurationseintrag %s zu bestimmen, ist ein Fehler aufgetreten: %s |
| | | INFO_PWPOLICY_DESCRIPTION_ALLOW_EXPIRED_CHANGES_466=Zeigt an, ob ein Benutzer, dessen Passwort abgelaufen ist, dennoch berechtigt ist, dieses Passwort mithilfe der erweiterten Passwort\u00e4nderung zu \u00e4ndern. \u00c4nderungen an diesem Konfigurationsattribut werden sofort wirksam |
| | | INFO_PWPOLICY_DESCRIPTION_ALLOW_EXPIRED_CHANGES_466=Zeigt an, ob ein Benutzer, dessen Passwort abgelaufen ist, dennoch berechtigt ist, dieses Passwort mithilfe der erweiterten Passwort\u00e4nderung zu \u00e4ndern. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_ALLOW_EXPIRED_CHANGES_467=Beim Versuch, den Wert f\u00fcr Attribut ds-cfg-allow-expire-password-changes in Konfigurationseintrag %s zu bestimmen, ist ein Fehler aufgetreten: %s |
| | | INFO_PWPOLICY_DESCRIPTION_GRACE_LOGIN_COUNT_468=Anzahl an Kulanzanmeldungen, die einem Benutzer nach Ablauf des Kontos gew\u00e4hrt werden, damit dieser Benutzer ein neues Passwort w\u00e4hlen kann. Ein Wert von 0 zeigt an, dass keine Kulanzanmeldungen zugelassen werden. \u00c4nderungen an diesem Konfigurationsattribut werden sofort wirksam |
| | | INFO_PWPOLICY_DESCRIPTION_GRACE_LOGIN_COUNT_468=Anzahl an Kulanzanmeldungen, die einem Benutzer nach Ablauf des Kontos gew\u00e4hrt werden, damit dieser Benutzer ein neues Passwort w\u00e4hlen kann. Ein Wert von 0 zeigt an, dass keine Kulanzanmeldungen zugelassen werden. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_GRACE_LOGIN_COUNT_469=Beim Versuch, den Wert f\u00fcr Attribut ds-cfg-grace-login-count in Konfigurationseintrag %s zu bestimmen, ist ein Fehler aufgetreten: %s |
| | | INFO_PWPOLICY_DESCRIPTION_LOCKOUT_FAILURE_COUNT_470=Maximale Anzahl an Authentifizierungsfehlern, die einem Benutzer gew\u00e4hrt werden, bevor das Konto gesperrt wird. Ein Wert von 0 zeigt an, dass Konten niemals aufgrund fehlgeschlagener Versuche gesperrt werden. \u00c4nderungen an diesem Konfigurationsattribut werden sofort wirksam |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_LOCKOUT_FAILURE_COUNT_471=Beim Versuch, den Wert f\u00fcr Attribut ds-cfg-lockout-failure-count in Konfigurationseintrag %s zu bestimmen, ist ein Fehler aufgetreten: %s |
| | | INFO_PWPOLICY_DESCRIPTION_LOCKOUT_DURATION_472=Zeitdauer, f\u00fcr die ein Konto nach zu vielen Authentifizierungsfehlern gesperrt wird. Der Wert dieses Attributs sollte eine Ganzzahl sein, gefolgt von der Einheit Sekunden, Minuten, Stunden, Tage oder Wochen. Ein Wert von 0 zeigt an, dass das Konto gesperrt bleibt, bis ein Administrator das Passwort zur\u00fccksetzt. \u00c4nderungen an diesem Konfigurationsattribut werden sofort wirksam |
| | | INFO_PWPOLICY_DESCRIPTION_LOCKOUT_DURATION_472=Zeitdauer, f\u00fcr die ein Konto nach zu vielen Authentifizierungsfehlern gesperrt wird. Der Wert dieses Attributs sollte eine Ganzzahl sein, gefolgt von der Einheit Sekunden, Minuten, Stunden, Tage oder Wochen. Ein Wert von 0 zeigt an, dass das Konto gesperrt bleibt, bis ein Administrator das Passwort zur\u00fccksetzt. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_LOCKOUT_DURATION_473=Beim Versuch, den Wert f\u00fcr Attribut ds-cfg-lockout-duration in Konfigurationseintrag %s zu bestimmen, ist ein Fehler aufgetreten: %s |
| | | INFO_PWPOLICY_DESCRIPTION_FAILURE_EXPIRATION_474=Zeitraum, der verstreichen soll, bevor ein Authentifizierungsfehler nicht mehr zur Fehleranzahl zum Zwecke einer Benutzerkontosperre addiert wird. Der Wert dieses Attributs sollte eine Ganzzahl sein, gefolgt von der Einheit Sekunden, Minuten, Stunden, Tage oder Wochen. Ein Wert von 0 zeigt an, dass die Authentifizierungsfehler niemals ablaufen sollen. Die Fehlerzahl wird nach einer erfolgreichen Authentifizierung immer gel\u00f6scht. \u00c4nderungen an diesem Konfigurationsattribut werden sofort wirksam |
| | | INFO_PWPOLICY_DESCRIPTION_FAILURE_EXPIRATION_474=Zeitraum, der verstreichen soll, bevor ein Authentifizierungsfehler nicht mehr zur Fehleranzahl zum Zwecke einer Benutzerkontosperre addiert wird. Der Wert dieses Attributs sollte eine Ganzzahl sein, gefolgt von der Einheit Sekunden, Minuten, Stunden, Tage oder Wochen. Ein Wert von 0 zeigt an, dass die Authentifizierungsfehler niemals ablaufen sollen. Die Fehlerzahl wird nach einer erfolgreichen Authentifizierung immer gel\u00f6scht. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_FAILURE_EXPIRATION_475=Beim Versuch, den Wert f\u00fcr Attribut ds-cfg-lockout-failure-expiration-interval in Konfigurationseintrag %s zu bestimmen, ist ein Fehler aufgetreten: %s |
| | | INFO_PWPOLICY_DESCRIPTION_REQUIRE_CHANGE_BY_TIME_476=Zeit, nach der alle Benutzer mit der zugeh\u00f6rigen Passwortrichtlinie ihre Passw\u00f6rter \u00e4ndern m\u00fcssen. Dieser Wert muss in einem allgemeinen Zeitformat angegeben werden. Wenn diese Zeit der aktuellen Zeit entspricht oder in der Vergangenheit liegt, m\u00fcssen alle Benutzer ihre Passw\u00f6rter sofort \u00e4ndern. Das Verhalten des Servers in diesem Modus ist identisch mit dem Verhalten, das zu beobachten ist, wenn die Benutzer gezwungen sind, ihre Passw\u00f6rter nach einem administrativen Zur\u00fccksetzen zu \u00e4ndern. \u00c4nderungen an diesem Konfigurationsattribut werden sofort wirksam |
| | | INFO_PWPOLICY_DESCRIPTION_REQUIRE_CHANGE_BY_TIME_476=Zeit, nach der alle Benutzer mit der zugeh\u00f6rigen Passwortrichtlinie ihre Passw\u00f6rter \u00e4ndern m\u00fcssen. Dieser Wert muss in einem allgemeinen Zeitformat angegeben werden. Wenn diese Zeit der aktuellen Zeit entspricht oder in der Vergangenheit liegt, m\u00fcssen alle Benutzer ihre Passw\u00f6rter sofort \u00e4ndern. Das Verhalten des Servers in diesem Modus ist identisch mit dem Verhalten, das zu beobachten ist, wenn die Benutzer gezwungen sind, ihre Passw\u00f6rter nach einem administrativen Zur\u00fccksetzen zu \u00e4ndern. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_REQUIRE_CHANGE_BY_TIME_477=Beim Versuch, den Wert f\u00fcr Attribut ds-cfg-require-change-by-time in Konfigurationseintrag %s zu bestimmen, ist ein Fehler aufgetreten: %s |
| | | INFO_PWPOLICY_DESCRIPTION_LAST_LOGIN_TIME_ATTR_478=Name oder OID des Attributtyps, der verwendet werden soll, um den Zeitpunkt der letzten Anmeldung f\u00fcr Benutzer mit der zugeh\u00f6rigen Passwortrichtlinie zu speichern. Dieses Attribut muss im Schema des Directory Servers festgelegt werden und muss entweder als Betriebsattribut definiert werden oder von der Reihe von Objektklassen f\u00fcr alle Benutzer mit der zugeh\u00f6rigen Passwortrichtlinie zugelassen werden. \u00c4nderungen an diesem Konfigurationsattribut werden sofort wirksam |
| | | INFO_PWPOLICY_DESCRIPTION_LAST_LOGIN_TIME_ATTR_478=Name oder OID des Attributtyps, der verwendet werden soll, um den Zeitpunkt der letzten Anmeldung f\u00fcr Benutzer mit der zugeh\u00f6rigen Passwortrichtlinie zu speichern. Dieses Attribut muss im Schema des Directory Servers festgelegt werden und muss entweder als Betriebsattribut definiert werden oder von der Reihe von Objektklassen f\u00fcr alle Benutzer mit der zugeh\u00f6rigen Passwortrichtlinie zugelassen werden. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | SEVERE_ERR_PWPOLICY_UNDEFINED_LAST_LOGIN_TIME_ATTRIBUTE_479=Die im Konfigurationseintrag "%s" enthaltene Definition der Passwortrichtlinie ist ung\u00fcltig, da das angegebene Attribut des Zeitpunkts der letzten Anmeldung "%s" im Serverschema nicht definiert ist. |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_LAST_LOGIN_TIME_ATTR_480=Beim Versuch, den Wert f\u00fcr Attribut ds-cfg-last-login-time-attribute in Konfigurationseintrag %s zu bestimmen, ist ein Fehler aufgetreten: %s |
| | | INFO_PWPOLICY_DESCRIPTION_LAST_LOGIN_TIME_FORMAT_481=Formatzeichenfolge, die verwendet werden muss, um den Wert der letzten Anmeldezeit f\u00fcr Benutzer mit der zugeh\u00f6rigen Passwortrichtlinie zu generieren. Diese Formatzeichenfolge sollte der in der API-Dokumentation f\u00fcr die Klasse <CODE>java.text.SimpleDateFormat</CODE> beschriebenen Syntax entsprechen. \u00c4nderungen an diesem Konfigurationsattribut werden sofort wirksam |
| | | INFO_PWPOLICY_DESCRIPTION_LAST_LOGIN_TIME_FORMAT_481=Formatzeichenfolge, die verwendet werden muss, um den Wert der letzten Anmeldezeit f\u00fcr Benutzer mit der zugeh\u00f6rigen Passwortrichtlinie zu generieren. Diese Formatzeichenfolge sollte der in der API-Dokumentation f\u00fcr die Klasse <CODE>java.text.SimpleDateFormat</CODE> beschriebenen Syntax entsprechen. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | SEVERE_ERR_PWPOLICY_INVALID_LAST_LOGIN_TIME_FORMAT_482=Die in Konfigurationseintrag "%s" enthaltene Definition der Passwortrichtlinie ist ung\u00fcltig, da es sich bei dem angegebenen Zeitformat der letzten Anmeldung "%s" um keine g\u00fcltige Formatzeichenfolge handelt. Die Formatzeichenfolge f\u00fcr die Zeit der letzten Anmeldung sollte der in der API-Dokumentation f\u00fcr die Klasse <CODE>java.text.SimpleDateFormat</CODE> beschriebenen Syntax entsprechen. |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_LAST_LOGIN_TIME_FORMAT_483=Beim Versuch, den Wert f\u00fcr Attribut ds-cfg-last-login-time-format in Konfigurationseintrag %s zu bestimmen, ist ein Fehler aufgetreten: %s |
| | | INFO_PWPOLICY_DESCRIPTION_PREVIOUS_LAST_LOGIN_TIME_FORMAT_484=Formatzeichenfolge(n), die m\u00f6glicherweise mit der Zeit der letzten Anmeldung zu einem einem beliebigen Zeitpunkt in der Vergangenheit f\u00fcr Benutzer verwendet wurde(n), die mit der Passwortrichtlinie verbunden sind. Diese Werte werden verwendet, um eine Analyse vorheriger Werte zu erm\u00f6glichen, werden aber nicht verwendet, um neue Werte festzulegen. Diese Formatzeichenfolgen sollten der in der API-Dokumentation f\u00fcr die Klasse <CODE>java.text.SimpleDateFormat</CODE> beschriebenen Syntax entsprechen. \u00c4nderungen an diesem Konfigurationsattribut werden sofort wirksam |
| | | INFO_PWPOLICY_DESCRIPTION_PREVIOUS_LAST_LOGIN_TIME_FORMAT_484=Formatzeichenfolge(n), die m\u00f6glicherweise mit der Zeit der letzten Anmeldung zu einem einem beliebigen Zeitpunkt in der Vergangenheit f\u00fcr Benutzer verwendet wurde(n), die mit der Passwortrichtlinie verbunden sind. Diese Werte werden verwendet, um eine Analyse vorheriger Werte zu erm\u00f6glichen, werden aber nicht verwendet, um neue Werte festzulegen. Diese Formatzeichenfolgen sollten der in der API-Dokumentation f\u00fcr die Klasse <CODE>java.text.SimpleDateFormat</CODE> beschriebenen Syntax entsprechen. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | SEVERE_ERR_PWPOLICY_INVALID_PREVIOUS_LAST_LOGIN_TIME_FORMAT_485=Die in Konfigurationseintrag "%s" enthaltene Definition der Passwortrichtlinie ist ung\u00fcltig, da es sich bei dem angegebenen vorherigen Zeitformat der letzten Anmeldung "%s" um keine g\u00fcltige Formatzeichenfolge handelt. Die Formatzeichenfolgen f\u00fcr die vorherige Zeit der letzten Anmeldung sollten der in der API-Dokumentation f\u00fcr die Klasse <CODE>java.text.SimpleDateFormat</CODE> beschriebenen Syntax entsprechen. |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_PREVIOUS_LAST_LOGIN_TIME_FORMAT_486=Beim Versuch, die Werte f\u00fcr Attribut ds-cfg-previous-last-login-time-format in Konfigurationseintrag %s zu bestimmen, ist ein Fehler aufgetreten: %s |
| | | INFO_PWPOLICY_DESCRIPTION_IDLE_LOCKOUT_INTERVAL_487=Maximale Zeitdauer, f\u00fcr die ein Konto im Leerlauf bleiben darf (d. h. der verbundene Benutzer authentifiziert sich nicht beim Server), bevor dieser Benutzer gesperrt wird. Der Wert dieses Attributs sollte eine Ganzzahl sein, gefolgt von der Einheit Sekunden, Minuten, Stunden, Tage oder Wochen. Ein Wert von 0 Sekunden zeigt an, dass Konten im Leerlauf nicht automatisch gesperrt werden sollen. Diese Funktion ist nur dann verf\u00fcgbar, wenn die letzte Anmeldezeit beibehalten wird. \u00c4nderungen an diesem Konfigurationsattribut werden sofort wirksam |
| | | INFO_PWPOLICY_DESCRIPTION_IDLE_LOCKOUT_INTERVAL_487=Maximale Zeitdauer, f\u00fcr die ein Konto im Leerlauf bleiben darf (d. h. der verbundene Benutzer authentifiziert sich nicht beim Server), bevor dieser Benutzer gesperrt wird. Der Wert dieses Attributs sollte eine Ganzzahl sein, gefolgt von der Einheit Sekunden, Minuten, Stunden, Tage oder Wochen. Ein Wert von 0 Sekunden zeigt an, dass Konten im Leerlauf nicht automatisch gesperrt werden sollen. Diese Funktion ist nur dann verf\u00fcgbar, wenn die letzte Anmeldezeit beibehalten wird. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_IDLE_LOCKOUT_INTERVAL_488=Beim Versuch, den Wert f\u00fcr Attribut ds-cfg-idle-lockout-interval in Konfigurationseintrag %s zu bestimmen, ist ein Fehler aufgetreten: %s |
| | | INFO_PWPOLICY_UPDATED_POLICY_489=Die in Konfigurationseintrag %s definierte Passwortrichtlinie wurde erfolgreich aktualisiert. |
| | | MILD_ERR_ADD_INVALID_PWPOLICY_DN_SYNTAX_490=Eintrag "%s" kann nicht hinzugef\u00fcgt werden, da er einen ung\u00fcltigen Untereintrag-DN f\u00fcr die Passwortrichtlinie enth\u00e4lt: %s |
| | | MILD_ERR_ADD_NO_SUCH_PWPOLICY_491=Eintrag "%s" kann nicht hinzugef\u00fcgt werden, da er auf Untereintrag %s der Passwortrichtlinie verweist, der nicht vorhanden ist oder keine g\u00fcltige Definition f\u00fcr einen Untereintrag der Passwortrichtlinie enth\u00e4lt. |
| | | INFO_PWPOLICY_DESCRIPTION_FORCE_CHANGE_ON_ADD_492=Zeigt an, ob Benutzer nach der Erstellung Ihres Kontos gezwungen werden, ihre Passw\u00f6rter bei der ersten Authentifizierung beim Directory Server zu \u00e4ndern. \u00c4nderungen an diesem Konfigurationsattribut werden sofort wirksam |
| | | INFO_PWPOLICY_DESCRIPTION_FORCE_CHANGE_ON_ADD_492=Zeigt an, ob Benutzer nach der Erstellung Ihres Kontos gezwungen werden, ihre Passw\u00f6rter bei der ersten Authentifizierung beim Directory Server zu \u00e4ndern. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_FORCE_CHANGE_ON_ADD_493=Beim Versuch, den Wert f\u00fcr Attribut ds-cfg-force-change-on-add in Konfigurationseintrag %s zu bestimmen, ist ein Fehler aufgetreten: %s |
| | | INFO_PWPOLICY_DESCRIPTION_ALLOW_MULTIPLE_PW_VALUES_494=Zeigt an, ob Benutzereintr\u00e4ge mehrere unterschiedliche Werte f\u00fcr das Passwortattribut besitzen d\u00fcrfen. Dies ist riskant, da viele f\u00fcr Passwort\u00e4nderungen verwendete Verfahren mit einer solchen Konfiguration nicht optimal funktionieren. Wenn mehrere Passwortwerte zul\u00e4ssig sind, kann jeder von ihnen zur Authentifizierung verwendet werden, und die Werte unterliegen alle denselben Richtlinieneinschr\u00e4nkungen. \u00c4nderungen an diesem Konfigurationsattribut werden sofort wirksam |
| | | INFO_PWPOLICY_DESCRIPTION_ALLOW_MULTIPLE_PW_VALUES_494=Zeigt an, ob Benutzereintr\u00e4ge mehrere unterschiedliche Werte f\u00fcr das Passwortattribut besitzen d\u00fcrfen. Dies ist riskant, da viele f\u00fcr Passwort\u00e4nderungen verwendete Verfahren mit einer solchen Konfiguration nicht optimal funktionieren. Wenn mehrere Passwortwerte zul\u00e4ssig sind, kann jeder von ihnen zur Authentifizierung verwendet werden, und die Werte unterliegen alle denselben Richtlinieneinschr\u00e4nkungen. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_ALLOW_MULTIPLE_PW_VALUES_495=Beim Versuch, den Wert f\u00fcr Attribut ds-cfg-allow-multiple-password-values in Konfigurationseintrag %s zu bestimmen, ist ein Fehler aufgetreten: %s |
| | | MILD_ERR_PWPOLICY_ATTRIBUTE_OPTIONS_NOT_ALLOWED_496=Attributoptionen sind f\u00fcr das Passwortattribut %s nicht zul\u00e4ssig. |
| | | MILD_ERR_PWPOLICY_MULTIPLE_PW_VALUES_NOT_ALLOWED_497=F\u00fcr das Passwortattribut %s kann nur ein einziger Wert angegeben werden. |
| | |
| | | SEVERE_ERR_ENTRYENCODECFG_INVALID_LENGTH_623=Das angegebene Konfigurationselement zur Eintragsverschl\u00fcsselung kann nicht entschl\u00fcsselt werden, da es eine ung\u00fcltige L\u00e4nge besitzt. |
| | | INFO_RESULT_NO_OPERATION_624=Kein Vorgang |
| | | SEVERE_ERR_SEARCH_FILTER_CREATE_EXTENSIBLE_MATCH_NO_AT_OR_MR_625=Ein erweiterbarer \u00dcbereinstimmungssuchfilter unter Verwendung der angegebenen Informationen konnte nicht erstellt werden, da er entweder keinen Attributtyp oder keine \u00fcbereinstimmende Regel-ID enthielt. Mindestens eines dieser beiden Elemente\u00b7muss angegeben werden. |
| | | SEVERE_ERR_SEARCH_FILTER_EXTENSIBLE_MATCH_NO_AD_OR_MR_626=Der angegebene Suchfilter "%s" konnte nicht entschl\u00fcsselt werden, da die erweiterbare \u00dcbereinstimmungskomponente, die an Position %d beginnt, entweder keine Attributbeschreibung oder keine \u00fcbereinstimmende Regel-ID enthielt. Mindestens eines dieser beiden Dinge muss angegeben werden. |
| | | SEVERE_ERR_SEARCH_FILTER_EXTENSIBLE_MATCH_NO_AD_OR_MR_626=Der angegebene Suchfilter "%s" konnte nicht entschl\u00fcsselt werden, da die erweiterbare \u00dcbereinstimmungskomponente, die an Position %d beginnt, entweder keine Attributbeschreibung oder keine \u00fcbereinstimmende Regel-ID enthielt. Mindestens eines dieser beiden Elemente\u00b7muss angegeben werden. |
| | | SEVERE_ERR_SEARCH_FILTER_EXTENSIBLE_MATCH_NO_SUCH_MR_627=Der angegebene Suchfilter "%s" konnte nicht entschl\u00fcsselt werden, da die erweiterbare \u00dcbereinstimmungskomponente, die an Position %d beginnt, auf eine unbekannte \u00dcbereinstimmungsregel %s verwies. |
| | | MILD_ERR_BIND_OPERATION_WRITABILITY_DISABLED_628=Zur\u00fcckweisung einer Verbindungsanforderung f\u00fcr Benutzer %s, da entweder der gesamte Server oder das Backend des Benutzers einen Beschreibbarkeitsmodus 'deaktiviert' besitzt und Aktualisierungen des Passwortrichtlinienstatus nicht zugelassen sind. |
| | | MILD_ERR_MODIFY_PW_IN_HISTORY_629=Das angegebene Passwort wurde im Passwortverlauf dieses Benutzers gefunden. |
| | |
| | | SEVERE_ERR_CRYPTOMGR_CANNOT_GET_REQUESTED_ENCRYPTION_CIPHER_663=CryptoManager kann die angeforderte Verschl\u00fcsselung %s nicht erhalten: %s |
| | | SEVERE_ERR_CRYPTOMGR_CANNOT_GET_PREFERRED_KEY_WRAPPING_CIPHER_664=CryptoManager kann die bevorzugte Key-Wrapping-Verschl\u00fcsselung nicht erhalten: %s |
| | | SEVERE_ERR_CRYPTOMGR_FAILED_TO_INITIATE_INSTANCE_KEY_GENERATION_665=CryptoManager konnte Eintrag "%s" nicht hinzuf\u00fcgen, um eine Instanzschl\u00fcsselgenerierung zu starten |
| | | SEVERE_ERR_CRYPTOMGR_FAILED_TO_RETRIEVE_INSTANCE_CERTIFICATE_666=CryptoManager konnte den Eintrag "%s" (das instance-key-pair public-key-certificate) nicht abrufen: %s |
| | | SEVERE_ERR_CRYPTOMGR_FAILED_TO_RETRIEVE_INSTANCE_CERTIFICATE_666=CryptoManager failed to retrieve entry "%s" (the instance-key-pair public-key-certificate): %s |
| | | SEVERE_ERR_CRYPTOMGR_FAILED_TO_COMPUTE_INSTANCE_KEY_IDENTIFIER_667=CryptoManager konnte keine Instanzschl\u00fcsselkennung berechnen: %s |
| | | SEVERE_ERR_CRYPTOMGR_FAILED_TO_ADD_INSTANCE_KEY_ENTRY_TO_ADS_668=Eintrag "%s" konnte nicht hinzugef\u00fcgt werden. |
| | | SEVERE_ERR_CRYPTOMGR_FAILED_TO_PUBLISH_INSTANCE_KEY_ENTRY_669=CryptoManager konnte den Eintrag instance-key-pair public-key-certificate nicht in ADS hinzuf\u00fcgen: %s |
| | |
| | | MILD_ERR_ADD_ENTRY_UNKNOWN_SUFFIX_697=Der angegebene Eintrag %s kann nicht hinzugef\u00fcgt werden, da sein Suffix nicht als eines der Suffixe innerhalb des Directory Servers definiert ist. |
| | | NOTICE_VERSION_698=%s |
| | | NOTICE_BUILD_ID_699=Build-ID: %s |
| | | MILD_ERR_CANNOT_CANCEL_START_TLS_700=Das Starten erweiterter TLS-Vorg\u00e4nge kann nicht abgebrochen werden. |
| | | MILD_ERR_CANNOT_CANCEL_CANCEL_701=Das Abbrechen erweiterter Vorg\u00e4nge kann nicht abgebrochen werden. |
| | | MILD_ERR_MODDN_NEW_SUPERIOR_IN_SUBTREE_702=Der Vorgang zur DN-\u00c4nderung f\u00fcr den Eintrag %s kann nicht durchgef\u00fchrt werden, da der neue \u00fcbergeordnete Eintrag %s dem zu verschiebenden Eintrag gleich- oder untergeordnet ist. |
| | | SEVERE_ERR_REGISTER_WORKFLOW_ELEMENT_ALREADY_EXISTS_703=Unable to register workflow element %s with the Directory Server because another workflow element with the same ID is already registered |
| | |
| | | # |
| | | # Global directives |
| | | # |
| | | global.category=N\u00daCLEO CENTRAL |
| | | global.category=CORE |
| | | |
| | | # |
| | | # Format string definitions |
| | |
| | | INFO_ERROR_CATEGORY_SHUTDOWN_49=cierre |
| | | INFO_ERROR_CATEGORY_STARTUP_50=inicio |
| | | INFO_ERROR_CATEGORY_SYNCHRONIZATION_51=sincr. |
| | | INFO_ERROR_SEVERITY_FATAL_ERROR_54=error grave |
| | | INFO_ERROR_SEVERITY_FATAL_ERROR_54=fatal-error |
| | | INFO_ERROR_SEVERITY_INFORMATIONAL_56=info. |
| | | INFO_ERROR_SEVERITY_MILD_ERROR_57=error leve |
| | | INFO_ERROR_SEVERITY_MILD_WARNING_58=advertencia leve |
| | | INFO_ERROR_SEVERITY_SEVERE_ERROR_59=error grave |
| | | INFO_ERROR_SEVERITY_SEVERE_WARNING_60=advertencia grave |
| | | INFO_ERROR_SEVERITY_SEVERE_ERROR_59=severe-error |
| | | INFO_ERROR_SEVERITY_SEVERE_WARNING_60=severe-warning |
| | | INFO_RESULT_SUCCESS_63=Correcto |
| | | INFO_RESULT_OPERATIONS_ERROR_64=Error en las operaciones |
| | | INFO_RESULT_PROTOCOL_ERROR_65=Error de protocolo |
| | |
| | | MILD_WARN_UNKNOWN_ATTRIBUTE_USAGE_106=No se puede determinar el tipo de uso del atributo %s. El servidor asumir\u00e1 que se trata de un atributo definido por el usuario. |
| | | INFO_CANCELED_BY_SHUTDOWN_107=El procesamiento de esta operaci\u00f3n se ha cancelado porque el servidor de directorios se est\u00e1 cerrando. |
| | | MILD_ERR_UNCAUGHT_WORKER_THREAD_EXCEPTION_108=%s ha encontrado una excepci\u00f3n no detectada al procesar la operaci\u00f3n %s: %s |
| | | SEVERE_WARN_UNEXPECTED_WORKER_THREAD_EXIT_109=%s se finaliza inesperadamente cuando el servidor de directorios no se est\u00e1 cerrando. Es probable que esto indique que el subproceso ha detectado un error inesperado. |
| | | SEVERE_ERR_CANNOT_CREATE_WORKER_THREAD_110=Se ha producido un error inesperado al intentar crear un subproceso de trabajo: %s |
| | | SEVERE_WARN_UNEXPECTED_WORKER_THREAD_EXIT_109=%s is unexpectedly exiting when the Directory Server is not in the process of shutting down. This likely indicates that the thread encountered an unexpected error |
| | | SEVERE_ERR_CANNOT_CREATE_WORKER_THREAD_110=An unexpected error occurred while trying to create a worker thread: %s |
| | | MILD_WARN_OP_REJECTED_BY_SHUTDOWN_111=La solicitud para procesar esta operaci\u00f3n se ha rechazado porque el servidor de directorios ya ha iniciado su proceso de cierre. |
| | | SEVERE_WARN_OP_REJECTED_BY_QUEUE_FULL_112=La solicitud para procesar esta operaci\u00f3n ya se ha rechazado porque la cola de trabajo ya ha alcanzado su capacidad m\u00e1xima de %d operaciones pendientes. |
| | | SEVERE_WARN_WORKER_INTERRUPTED_WITHOUT_SHUTDOWN_113=%s se ha interrumpido al esperar el nuevo trabajo: %s. Esta interrupci\u00f3n no deber\u00eda producirse. No obstante, el subproceso reanudar\u00e1 la espera del nuevo trabajo, por lo que no se producir\u00e1n efectos adversos. |
| | | SEVERE_WARN_WORKER_WAITING_UNCAUGHT_EXCEPTION_114=Se ha detectado una excepci\u00f3n inesperada mientras %s esperaba el nuevo trabajo: %s. Esta excepci\u00f3n no deber\u00eda producirse. No obstante, el subproceso reanudar\u00e1 la espera del nuevo trabajo, por lo que se no producir\u00e1n efectos adversos. |
| | | SEVERE_WARN_OP_REJECTED_BY_QUEUE_FULL_112=The request to process this operation has been rejected because the work queue has already reached its maximum capacity of %d pending operations |
| | | SEVERE_WARN_WORKER_INTERRUPTED_WITHOUT_SHUTDOWN_113=%s was interrupted while waiting for new work: %s. This should not happen, but the thread will resume waiting for new work so there should be no adverse effects |
| | | SEVERE_WARN_WORKER_WAITING_UNCAUGHT_EXCEPTION_114=An unexpected exception was caught while %s was waiting for new work: %s. This should not happen, but the thread will resume waiting for new work so there should be no adverse effects |
| | | MILD_WARN_QUEUE_UNABLE_TO_CANCEL_115=La cola de trabajo ha detectado una excepci\u00f3n al intentar cancelar la operaci\u00f3n pendiente %s mientras se cerraba el servidor de directorios: %s |
| | | MILD_WARN_QUEUE_UNABLE_TO_NOTIFY_THREAD_116=La cola de trabajo ha detectado una excepci\u00f3n al intentar notificar a %s que se estaba cerrando el servidor de directorios: %s |
| | | INFO_DISCONNECT_DUE_TO_SERVER_ERROR_117=Error del servidor |
| | | FATAL_ERR_CANNOT_BOOTSTRAP_WHILE_RUNNING_118=El servidor de directorios se est\u00e1 ejecutando en estos momentos. No se puede aplicar el c\u00f3digo de inicio en la configuraci\u00f3n cuando el servidor est\u00e1 en l\u00ednea. |
| | | FATAL_ERR_CANNOT_LOAD_CONFIG_HANDLER_CLASS_119=No se puede cargar la clase %s para que act\u00fae como controlador de configuraci\u00f3n del servidor de directorios: %s |
| | | FATAL_ERR_CANNOT_INSTANTIATE_CONFIG_HANDLER_120=No se puede crear una instancia de la clase %s para que act\u00fae como controlador de configuraci\u00f3n del servidor de directorios: %s |
| | | FATAL_ERR_CANNOT_INITIALIZE_CONFIG_HANDLER_121=Se ha producido un error al intentar inicializar el controlador de configuraci\u00f3n %s mediante el archivo de configuraci\u00f3n %s: %s |
| | | FATAL_ERR_CANNOT_START_BEFORE_BOOTSTRAP_122=Es posible que no se pueda iniciar el servidor de directorios antes de aplicar el c\u00f3digo de inicio en la configuraci\u00f3n. |
| | | FATAL_ERR_CANNOT_START_WHILE_RUNNING_123=Es posible que no se pueda iniciar el servidor de directorios si ya se est\u00e1 ejecutando. Detenga la instancia que se est\u00e9 ejecutando antes de intentar iniciarla de nuevo. |
| | | FATAL_ERR_CANNOT_BOOTSTRAP_WHILE_RUNNING_118=The Directory Server is currently running. The configuration may not be bootstrapped while the server is online |
| | | FATAL_ERR_CANNOT_LOAD_CONFIG_HANDLER_CLASS_119=Unable to load class %s to serve as the Directory Server configuration handler: %s |
| | | FATAL_ERR_CANNOT_INSTANTIATE_CONFIG_HANDLER_120=Unable to create an instance of class %s to serve as the Directory Server configuration handler: %s |
| | | FATAL_ERR_CANNOT_INITIALIZE_CONFIG_HANDLER_121=An error occurred while trying to initialize the configuration handler %s using configuration file %s: %s |
| | | FATAL_ERR_CANNOT_START_BEFORE_BOOTSTRAP_122=The Directory Server may not be started before the configuration has been bootstrapped |
| | | FATAL_ERR_CANNOT_START_WHILE_RUNNING_123=The Directory Server may not be started while it is already running. Please stop the running instance before attempting to start it again |
| | | INFO_ERROR_CATEGORY_SCHEMA_124=esquema |
| | | MILD_ERR_ATTR_TYPE_NORMALIZE_NO_MR_125=No se puede normalizar el valor %s del tipo de atributo %s porque no se ha definido ninguna regla de coincidencia de igualdad para ese atributo. |
| | | MILD_ERR_ENTRY_SCHEMA_MISSING_REQUIRED_ATTR_FOR_OC_126=La entrada %s infringe la configuraci\u00f3n del esquema del servidor de directorios, ya que falta el atributo %s, necesario para la clase de objeto %s. |
| | | MILD_ERR_ENTRY_SCHEMA_DISALLOWED_USER_ATTR_FOR_OC_127=La entrada %s infringe la configuraci\u00f3n del esquema del servidor de directorios, ya que incluye el atributo %s, que no se permite para ninguna de las clases de objeto definidas en esa entrada. |
| | | SEVERE_ERR_CANNOT_BOOTSTRAP_MATCHING_RULE_129=Se ha producido un error al intentar aplicar el c\u00f3digo de inicio en la regla de coincidencia definida en la clase %s: %s |
| | | SEVERE_ERR_CANNOT_BOOTSTRAP_SYNTAX_130=Se ha producido un error al intentar aplicar el c\u00f3digo de inicio en la sintaxis de atributo definida en la clase %s: %s |
| | | SEVERE_ERR_CANNOT_BOOTSTRAP_MATCHING_RULE_129=An error occurred while attempting to bootstrap the matching rule defined in class %s: %s |
| | | SEVERE_ERR_CANNOT_BOOTSTRAP_SYNTAX_130=An error occurred while attempting to bootstrap the attribute syntax defined in class %s: %s |
| | | INFO_ERROR_SEVERITY_NOTICE_131=aviso |
| | | INFO_DIRECTORY_BOOTSTRAPPING_132=El servidor de directorios est\u00e1 iniciando el proceso de aplicaci\u00f3n del c\u00f3digo de inicio en la configuraci\u00f3n. |
| | | INFO_DIRECTORY_BOOTSTRAPPED_133=El servidor de directorios ha completado el proceso de aplicaci\u00f3n del c\u00f3digo de inicio en la configuraci\u00f3n. |
| | | NOTICE_DIRECTORY_SERVER_STARTING_134=%s (versi\u00f3n %s, R%d) inici\u00e1ndose |
| | | NOTICE_DIRECTORY_SERVER_STARTED_135=El servidor de directorios se ha iniciado correctamente. |
| | | INFO_ERROR_CATEGORY_EXTENSIONS_137=extensiones |
| | | FATAL_ERR_CANNOT_CREATE_MBEAN_SERVER_138=Se ha producido un error al intentar crear el servidor de MBean de JMX que se utilizar\u00e1 para la interacci\u00f3n con la configuraci\u00f3n, la notificaci\u00f3n y la supervisi\u00f3n en el servidor de directorios: %s |
| | | FATAL_ERR_CANNOT_CREATE_MBEAN_SERVER_138=An error occurred while attempting to create the JMX MBean server that will be used for monitoring, notification, and configuration interaction within the Directory Server: %s |
| | | NOTICE_SENT_ALERT_NOTIFICATION_139=El servidor de directorios ha enviado una notificaci\u00f3n de alerta generada por la clase %s (tipo de alerta %s, Id. de alerta %s): %s |
| | | FATAL_ERR_UNCAUGHT_THREAD_EXCEPTION_140=Una excepci\u00f3n no detectada durante el procesamiento del subproceso %s ha provocado que se finalice de forma anormal. El seguimiento de pila de la excepci\u00f3n es: %s |
| | | FATAL_ERR_UNCAUGHT_THREAD_EXCEPTION_140=An uncaught exception during processing for thread %s has caused it to terminate abnormally. The stack trace for that exception is: %s |
| | | NOTICE_SERVER_SHUTDOWN_141=El servidor de directorios ha iniciado el proceso de cierre. Una instancia de la clase %s ha iniciado el cierre y el motivo proporcionado para este proceso ha sido %s. |
| | | FATAL_ERR_SHUTDOWN_DUE_TO_SHUTDOWN_HOOK_142=El proceso auxiliar de cierre del servidor de directorios ha detectado el cierre de JVM. Esto indica normalmente que JVM ha recibido una solicitud externa de parado (por ejemplo, mediante una se\u00f1al de finalizaci\u00f3n). |
| | | FATAL_ERR_SHUTDOWN_DUE_TO_SHUTDOWN_HOOK_142=The Directory Server shutdown hook detected that the JVM is shutting down. This generally indicates that JVM received an external request to stop (e.g., through a kill signal) |
| | | MILD_ERR_SEARCH_FILTER_NULL_143=No se puede decodificar la cadena de filtro especificada como filtro de b\u00fasqueda porque la cadena est\u00e1 vac\u00eda o es nula. |
| | | MILD_ERR_SEARCH_FILTER_UNCAUGHT_EXCEPTION_144=Se ha producido un error inesperado al intentar decodificar la cadena "%s" como filtro de b\u00fasqueda: %s |
| | | MILD_ERR_SEARCH_FILTER_MISMATCHED_PARENTHESES_145=El filtro de b\u00fasqueda especificado "%s" presentaba par\u00e9ntesis divergentes alrededor de la parte ubicada entre las posiciones %d y %d. |
| | |
| | | MILD_ERR_SEARCH_FILTER_INVALID_ESCAPED_BYTE_147=El filtro de b\u00fasqueda especificado "%s" presentaba un valor de byte de escape en la posici\u00f3n %d. Una barra diagonal inversa de un valor debe incluir a continuaci\u00f3n dos caracteres hexadecimales que definan el byte que se ha codificado. |
| | | MILD_ERR_SEARCH_FILTER_COMPOUND_MISSING_PARENTHESES_148=El filtro de b\u00fasqueda especificado "%s" no se pudo decodificar porque el filtro compuesto ubicado entre las posiciones %d y %d no comienza por un par\u00e9ntesis abierto ni finaliza por un par\u00e9ntesis cerrado (es posible que sean par\u00e9ntesis de diferentes componentes del filtro). |
| | | MILD_ERR_SEARCH_FILTER_NO_CORRESPONDING_OPEN_PARENTHESIS_149=El filtro de b\u00fasqueda especificado "%s" no se pudo decodificar porque el par\u00e9ntesis de cierre ubicado en la posici\u00f3n %d no presentaba el par\u00e9ntesis de apertura correspondiente. |
| | | MILD_ERR_SEARCH_FILTER_NO_CORRESPONDING_CLOSE_PARENTHESIS_150=El filtro de b\u00fasqueda especificado "%s" no se pudo decodificar porque el par\u00e9ntesis de cierre ubicado en la posici\u00f3n %d no presentaba el par\u00e9ntesis de cierre correspondiente. |
| | | MILD_ERR_SEARCH_FILTER_NO_CORRESPONDING_CLOSE_PARENTHESIS_150=El filtro de b\u00fasqueda especificado "%s" no se pudo descodificar porque el par\u00e9ntesis de apertura ubicado en la posici\u00f3n %d no presentaba el par\u00e9ntesis de cierre correspondiente. |
| | | MILD_ERR_SEARCH_FILTER_SUBSTRING_NO_ASTERISKS_151=El filtro de b\u00fasqueda especificado "%s" no se pudo decodificar porque el valor de filtro de subcadena previsto entre las posiciones %d y %d no ten\u00eda ning\u00fan car\u00e1cter comod\u00edn de asterisco. |
| | | MILD_ERR_SEARCH_FILTER_EXTENSIBLE_MATCH_NO_COLON_152=El filtro de b\u00fasqueda especificado "%s" no se pudo decodificar porque el componente de coincidencia extensible que comenzaba en la posici\u00f3n %d no presentaba dos puntos para denotar el final del nombre de tipo de atributo. |
| | | MILD_ERR_SEARCH_FILTER_INVALID_FILTER_TYPE_153=No se puede determinar si la entrada "%s" coincide con el filtro "%s" porque conten\u00eda un tipo de filtro desconocido %s. |
| | |
| | | MILD_ERR_RDN_NO_EQUAL_173=No se puede decodificar la cadena especificada "%s" como nombre distinguido relativo porque el primer car\u00e1cter que no est\u00e1 en blanco que aparece despu\u00e9s del tipo de atributo %s no es un signo igual (la lectura del car\u00e1cter fue %c). |
| | | MILD_ERR_RDN_UNEXPECTED_COMMA_174=No se puede decodificar la cadena especificada "%s" como nombre distinguido relativo porque contiene un signo m\u00e1s, una coma o un punto y coma inesperado en la posici\u00f3n %d, lo que no se permite en un RDN. |
| | | MILD_ERR_RDN_ILLEGAL_CHARACTER_175=No se puede decodificar la cadena especificada "%s" como nombre distinguido relativo porque se ha encontrado un car\u00e1cter no v\u00e1lido %c en la posici\u00f3n %d, en la que se esperaba el final de la cadena o un signo "+". |
| | | FATAL_ERR_CANNOT_CREATE_WORK_QUEUE_176=Se ha producido un error al intentar crear la cola de trabajo del servidor de directorios: %s. Se trata de un error irrecuperable, por lo que el proceso de inicio no podr\u00e1 continuar. |
| | | SEVERE_ERR_CANNOT_REGISTER_DUPLICATE_SUFFIX_180=El sufijo "%s" ya se ha registrado en el servidor de directorios con un servidor de fondo del tipo %s. |
| | | SEVERE_ERR_CANNOT_REGISTER_DUPLICATE_SUBSUFFIX_181=El sufijo "%s" ya se ha registrado en el servidor de directorios como subsufijo del servidor de fondo del sufijo "%s". |
| | | SEVERE_ERR_CANNOT_REGISTER_PRIVATE_SUFFIX_BELOW_USER_PARENT_182=El sufijo privado "%s" se encuentra debajo del sufijo no privado definido con el ND de base de "%s". Es posible que no exista ning\u00fan subsufijo privado debajo del sufijo no privado. |
| | | SEVERE_ERR_CANNOT_GET_ROOT_DSE_CONFIG_ENTRY_183=Se ha producido un error al intentar recuperar la entrada de configuraci\u00f3n de DSE ra\u00edz (cn=Root DSE,cn=config) desde la configuraci\u00f3n del servidor de directorios: %s |
| | | FATAL_ERR_CANNOT_CREATE_WORK_QUEUE_176=An error occurred while trying to create the Directory Server work queue: %s. This is an unrecoverable error and the startup process will not be able to continue |
| | | SEVERE_ERR_CANNOT_REGISTER_DUPLICATE_SUFFIX_180=The suffix "%s" is already registered with the Directory Server with a backend of type %s |
| | | SEVERE_ERR_CANNOT_REGISTER_DUPLICATE_SUBSUFFIX_181=The suffix "%s" is already registered with the Directory Server as a sub-suffix of the backend for suffix "%s" |
| | | SEVERE_ERR_CANNOT_REGISTER_PRIVATE_SUFFIX_BELOW_USER_PARENT_182=The private suffix "%s" is below a non-private suffix defined with a base DN of "%s". A private sub-suffix may not exist below a non-private suffix |
| | | SEVERE_ERR_CANNOT_GET_ROOT_DSE_CONFIG_ENTRY_183=An error occurred while trying to retrieve the root DSE configuration entry (cn=Root DSE,cn=config) from the Directory Server configuration: %s |
| | | MILD_ERR_SCHEMA_CONFLICTING_ATTRIBUTE_OID_184=No se puede registrar el tipo de atributo %s en el esquema del servidor porque su OID %s entra en conflicto con el OID de un tipo de atributo existente %s. |
| | | MILD_ERR_SCHEMA_CONFLICTING_ATTRIBUTE_NAME_185=No se puede registrar el tipo de atributo %s en el esquema del servidor porque su nombre %s entra en conflicto con el nombre de un tipo de atributo existente %s. |
| | | MILD_ERR_SCHEMA_CONFLICTING_OBJECTCLASS_OID_186=No se puede registrar la clase de objeto %s en el esquema del servidor porque su OID %s entra en conflicto con el OID de una clase de objeto existente %s. |
| | |
| | | MILD_ERR_SCHEMA_CONFLICTING_NAME_FORM_NAME_197=No se puede registrar el formato de nombre %s en el esquema del servidor porque su nombre %s entra en conflicto con el nombre de un formato de nombre existente %s. |
| | | MILD_ERR_ENTRY_SCHEMA_MULTIPLE_STRUCTURAL_CLASSES_198=La entrada %s infringe la configuraci\u00f3n del esquema del servidor de directorios porque incluye varias clases estructurales %s y %s en conflicto. S\u00f3lo se permite una clase de objeto estructural en una entrada. |
| | | MILD_ERR_ENTRY_SCHEMA_NO_STRUCTURAL_CLASS_199=La entrada %s infringe la configuraci\u00f3n del esquema del servidor de directorios porque no incluye ninguna clase de objeto estructural. Todas las entradas deben contener una clase de objeto estructural. |
| | | SEVERE_WARN_ADD_OP_INVALID_SYNTAX_200=La entrada "%s" contiene un valor "%s" para el atributo %s no v\u00e1lido en funci\u00f3n de la sintaxis de ese atributo: %s |
| | | SEVERE_WARN_COMPARE_OP_NO_SUCH_ATTR_201=La entrada "%s" no contiene ning\u00fan valor para el atributo "%s". |
| | | SEVERE_WARN_COMPARE_OP_NO_SUCH_ATTR_WITH_OPTIONS_202=La entrada "%s" no contiene ning\u00fan valor para el atributo "%s" con el conjunto especificado de opciones. |
| | | SEVERE_WARN_ADD_OP_INVALID_SYNTAX_200=Entry "%s" contains a value "%s" for attribute %s that is invalid according to the syntax for that attribute: %s |
| | | SEVERE_WARN_COMPARE_OP_NO_SUCH_ATTR_201=Entry "%s" does not contain any values for attribute "%s" |
| | | SEVERE_WARN_COMPARE_OP_NO_SUCH_ATTR_WITH_OPTIONS_202=Entry "%s" does not contain any values for attribute "%s" with the specified set of options |
| | | NOTICE_SERVER_STOPPED_203=Se ha detenido el servidor de directorios. |
| | | INFO_WORKER_STOPPED_BY_REDUCED_THREADNUMBER_204=%s se ha detenido porque se ha reducido el n\u00famero total de subprocesos de trabajo del servidor de directorios. |
| | | MILD_ERR_ENTRY_SCHEMA_ATTR_SINGLE_VALUED_205=La entrada %s infringe la configuraci\u00f3n del esquema del servidor de directorios porque incluye varios valores para el atributo %s, que se ha definido como un atributo de un \u00fanico valor. |
| | |
| | | MILD_ERR_ENTRY_SCHEMA_COULD_NOT_CHECK_DSR_216=Se ha producido un error inesperado al intentar comprobar la entrada %s en la regla estructural de DIT %s: %s |
| | | INFO_CANCELED_BY_BIND_REQUEST_217=Se ha cancelado el procesamiento de esta operaci\u00f3n porque el servidor de directorios ha recibido una solicitud de enlace en esta conexi\u00f3n que requiere que se abandonen todas las operaciones en curso. |
| | | MILD_ERR_BIND_OPERATION_UNKNOWN_USER_218=No se pueden enlazar con el servidor de directorios como usuario %s, ya que no existe ese usuario en el servidor. |
| | | SEVERE_ERR_BIND_OPERATION_CANNOT_LOCK_USER_219=No se puede procesar el enlace porque el servidor no pudo obtener un bloqueo de lectura en la entrada %s. |
| | | FATAL_ERR_STARTUP_PLUGIN_ERROR_220=Se ha producido un error grave al ejecutar uno de los complementos de inicio del servidor de directorios: %s (Id. de error %d). Se ha anulado el proceso de inicio del servidor de directorios. |
| | | SEVERE_ERR_BIND_OPERATION_CANNOT_LOCK_USER_219=Unable to process the bind because the server was unable to obtain a read lock on the entry %s |
| | | FATAL_ERR_STARTUP_PLUGIN_ERROR_220=A fatal error occurred when executing one of the Directory Server startup plugins: %s (error ID %d). The Directory Server startup process has been aborted |
| | | MILD_ERR_BIND_OPERATION_NO_PASSWORD_221=No se puede enlazar con el servidor de directorios como usuario %s mediante una autenticaci\u00f3n sencilla porque ese usuario no dispone de una contrase\u00f1a. |
| | | MILD_ERR_BIND_OPERATION_UNKNOWN_SASL_MECHANISM_222=No se puede procesar la solicitud de enlace porque ha intentado utilizar un mecanismo SASL %s desconocido, que no est\u00e1 disponible en el servidor de directorios. |
| | | MILD_ERR_ABANDON_OP_NO_SUCH_OPERATION_223=No se puede abandonar la operaci\u00f3n con el Id. de mensaje %s porque no hay ninguna informaci\u00f3n disponible acerca de la operaci\u00f3n. Esto podr\u00eda indicar que la operaci\u00f3n en cuesti\u00f3n ya se ha completado o que nunca se ha solicitado. |
| | | SEVERE_ERR_CANCELED_BY_PREPARSE_DISCONNECT_224=Se ha cancelado la operaci\u00f3n porque un complemento anterior al an\u00e1lisis ha finalizado la conexi\u00f3n del cliente. |
| | | SEVERE_ERR_CANCELED_BY_PREOP_DISCONNECT_225=Se ha cancelado la operaci\u00f3n porque un complemento anterior a la operaci\u00f3n ha finalizado la conexi\u00f3n del cliente. |
| | | SEVERE_ERR_CANCELED_BY_POSTOP_DISCONNECT_226=Se ha cancelado la operaci\u00f3n porque un complemento posterior a la operaci\u00f3n ha finalizado la conexi\u00f3n del cliente. |
| | | SEVERE_ERR_COMPARE_CANNOT_LOCK_ENTRY_227=El servidor de directorios no pudo obtener un bloqueo de lectura en la entrada %s tras varios intentos. No se puede continuar el procesamiento de esta operaci\u00f3n. |
| | | SEVERE_ERR_CANCELED_BY_PREPARSE_DISCONNECT_224=The operation was canceled because the client connection was terminated by a pre-parse plugin |
| | | SEVERE_ERR_CANCELED_BY_PREOP_DISCONNECT_225=The operation was canceled because the client connection was terminated by a pre-operation plugin |
| | | SEVERE_ERR_CANCELED_BY_POSTOP_DISCONNECT_226=The operation was canceled because the client connection was terminated by a post-operation plugin |
| | | SEVERE_ERR_COMPARE_CANNOT_LOCK_ENTRY_227=The Directory Server was unable to obtain a read lock on entry %s after multiple attempts. Processing on this operation cannot continue |
| | | MILD_ERR_COMPARE_NO_SUCH_ENTRY_228=La entrada especificada %s no existe en el servidor de directorios. |
| | | INFO_CANCELED_BY_ABANDON_REQUEST_229=Se ha cancelado la operaci\u00f3n porque el cliente ha emitido una solicitud de abandono (Id. de mensaje %d) para esta operaci\u00f3n. |
| | | MILD_ERR_ADD_CANNOT_ADD_ROOT_DSE_230=La entrada especificada no se puede agregar porque contiene un ND nulo. Este ND est\u00e1 reservado para el DSE ra\u00edz y es posible que no se pueda agregar esa entrada mediante el protocolo. |
| | | MILD_ERR_ADD_ENTRY_NOT_SUFFIX_231=La entrada especificada %s no se puede agregar porque no tiene ning\u00fan elemento principal ni se ha definido como uno de los sufijos en el servidor de directorios. |
| | | SEVERE_ERR_ADD_CANNOT_LOCK_PARENT_232=La entrada %s no se puede agregar porque el servidor no ha podido obtener un bloqueo de lectura en la entrada principal %s tras varios intentos. |
| | | SEVERE_ERR_ADD_CANNOT_LOCK_PARENT_232=Entry %s cannot be added because the server failed to obtain a read lock on the parent entry %s after multiple attempts |
| | | MILD_ERR_ADD_NO_PARENT_233=La entrada %s no se puede agregar porque su entrada principal %s no existe en el servidor. |
| | | SEVERE_ERR_ADD_CANNOT_LOCK_ENTRY_234=La entrada %s no se puede agregar porque el servidor no ha podido obtener un bloqueo de escritura para esta entrada tras varios intentos. |
| | | SEVERE_ERR_DELETE_CANNOT_LOCK_ENTRY_235=La entrada %s no se puede suprimir porque el servidor no ha podido obtener un bloqueo de escritura para esta entrada tras varios intentos. |
| | | SEVERE_ERR_CANCELED_BY_SEARCH_ENTRY_DISCONNECT_236=La operaci\u00f3n se ha cancelado porque un complemento de entrada de resultados de b\u00fasqueda ha finalizado la conexi\u00f3n del cliente en la entrada %s. |
| | | SEVERE_ERR_CANCELED_BY_SEARCH_REF_DISCONNECT_237=La operaci\u00f3n se ha cancelado porque un complemento de referencia de resultados de b\u00fasqueda ha finalizado la conexi\u00f3n del cliente en la entrada %s. |
| | | SEVERE_ERR_ADD_CANNOT_LOCK_ENTRY_234=Entry %s cannot be added because the server failed to obtain a write lock for this entry after multiple attempts |
| | | SEVERE_ERR_DELETE_CANNOT_LOCK_ENTRY_235=Entry %s cannot be removed because the server failed to obtain a write lock for this entry after multiple attempts |
| | | SEVERE_ERR_CANCELED_BY_SEARCH_ENTRY_DISCONNECT_236=The operation was canceled because the client connection was terminated by a search result entry plugin working on entry %s |
| | | SEVERE_ERR_CANCELED_BY_SEARCH_REF_DISCONNECT_237=The operation was canceled because the client connection was terminated by a search result reference plugin working on referral %s |
| | | MILD_ERR_SEARCH_TIME_LIMIT_EXCEEDED_238=Se ha superado el l\u00edmite de tiempo m\u00e1ximo %s para el procesamiento de esta operaci\u00f3n de b\u00fasqueda. |
| | | MILD_ERR_SEARCH_SIZE_LIMIT_EXCEEDED_239=Esta operaci\u00f3n de b\u00fasqueda ha enviado el n\u00famero m\u00e1ximo de %d entradas al cliente. |
| | | MILD_ERR_SEARCH_BASE_DOESNT_EXIST_240=La entrada %s, especificada como la base de b\u00fasqueda, no existe en el servidor de directorios. |
| | |
| | | MILD_ERR_MODDN_NO_BACKEND_FOR_CURRENT_ENTRY_244=No se puede realizar la operaci\u00f3n de modificaci\u00f3n de ND para la entrada %s porque no se ha registrado ning\u00fan servidor de fondo para que administre ese ND. |
| | | MILD_ERR_MODDN_NO_BACKEND_FOR_NEW_ENTRY_245=No se puede realizar la operaci\u00f3n de modificaci\u00f3n de ND para la entrada %s porque no se ha registrado ning\u00fan servidor de fondo para que administre el nuevo ND %s. |
| | | MILD_ERR_MODDN_DIFFERENT_BACKENDS_246=No se puede realizar la operaci\u00f3n de modificaci\u00f3n de ND para la entrada %s porque el servidor de fondo que contiene la entrada actual es distinto al servidor de fondo utilizado para administrar el nuevo ND %s. Las operaciones de modificaci\u00f3n de ND no pueden abarcar varios servidores de fondo. |
| | | SEVERE_ERR_MODDN_CANNOT_LOCK_CURRENT_DN_247=No se puede realizar la operaci\u00f3n de modificaci\u00f3n de ND para la entrada %s porque el servidor no ha podido obtener un bloqueo de escritura para ese ND. |
| | | SEVERE_ERR_MODDN_EXCEPTION_LOCKING_NEW_DN_248=No se puede realizar la operaci\u00f3n de modificaci\u00f3n de ND para la entrada %s porque se ha detectado una excepci\u00f3n al intentar obtener un bloqueo de escritura para el nuevo ND %s: %s |
| | | SEVERE_ERR_MODDN_CANNOT_LOCK_NEW_DN_249=No se puede realizar la operaci\u00f3n de modificaci\u00f3n de ND para la entrada %s porque el servidor no ha podido obtener un bloqueo de escritura para el nuevo ND %s. |
| | | SEVERE_ERR_MODDN_CANNOT_LOCK_CURRENT_DN_247=The modify DN operation for entry %s cannot be performed because the server was unable to obtain a write lock for that DN |
| | | SEVERE_ERR_MODDN_EXCEPTION_LOCKING_NEW_DN_248=The modify DN operation for entry %s cannot be performed because an exception was caught while attempting to obtain a write lock for new DN %s: %s |
| | | SEVERE_ERR_MODDN_CANNOT_LOCK_NEW_DN_249=The modify DN operation for entry %s cannot be performed because the server was unable to obtain a write lock for the new DN %s |
| | | MILD_ERR_MODDN_NO_CURRENT_ENTRY_250=No se puede realizar la operaci\u00f3n de modificaci\u00f3n de ND para la entrada %s porque esa entrada no existe en el servidor. |
| | | SEVERE_ERR_MODIFY_CANNOT_LOCK_ENTRY_251=La entrada %s no se puede modificar porque el servidor no ha podido obtener un bloqueo de escritura para esta entrada tras varios intentos. |
| | | SEVERE_ERR_MODIFY_CANNOT_LOCK_ENTRY_251=Entry %s cannot be modified because the server failed to obtain a write lock for this entry after multiple attempts |
| | | MILD_ERR_MODIFY_NO_SUCH_ENTRY_252=La entrada %s no se puede modificar porque no existe en el servidor. |
| | | MILD_ERR_MODIFY_ADD_NO_VALUES_253=La entrada %s no se puede modificar porque la modificaci\u00f3n conten\u00eda un componente de adici\u00f3n para el atributo %s, pero no se hab\u00eda especificado ning\u00fan valor. |
| | | MILD_ERR_MODIFY_ADD_INVALID_SYNTAX_254=Al intentar modificar la entrada %s para agregar uno o varios valores al atributo %s, se ha detectado que "%s" no es v\u00e1lido en funci\u00f3n de la sintaxis asociada: %s |
| | |
| | | INFO_DSCORE_DESCRIPTION_SYSINFO_285=Mostrar informaci\u00f3n general del sistema |
| | | INFO_DSCORE_DESCRIPTION_DUMPMESSAGES_286=Volcar una lista de todos los mensajes definidos |
| | | INFO_DSCORE_DESCRIPTION_USAGE_287=Mostrar esta informaci\u00f3n de uso |
| | | FATAL_ERR_DSCORE_CANNOT_INITIALIZE_ARGS_288=Se ha producido un error al intentar inicializar los argumentos de l\u00ednea de comandos: %s |
| | | FATAL_ERR_DSCORE_ERROR_PARSING_ARGS_289=Se ha producido un error al intentar analizar el conjunto especificado de argumentos de l\u00ednea de comandos: %s |
| | | FATAL_ERR_DSCORE_CANNOT_BOOTSTRAP_290=Se ha producido un error al intentar aplicar el c\u00f3digo de inicio en el servidor de directorios: %s |
| | | FATAL_ERR_DSCORE_CANNOT_START_291=Se ha producido un error al intentar iniciar el servidor de directorios: %s |
| | | SEVERE_ERR_BACKUPINFO_NO_DELIMITER_292=La l\u00ednea "%s" asociada a la informaci\u00f3n de copia de seguridad del directorio %s no se pudo analizar porque no conten\u00eda un signo igual para delimitar el nombre de propiedad del valor. |
| | | SEVERE_ERR_BACKUPINFO_NO_NAME_293=La l\u00ednea "%s" asociada a la informaci\u00f3n de copia de seguridad del directorio %s no se pudo analizar porque no inclu\u00eda un nombre de propiedad. |
| | | SEVERE_ERR_BACKUPINFO_MULTIPLE_BACKUP_IDS_294=La estructura de informaci\u00f3n de copia de seguridad %s no se pudo analizar porque conten\u00eda varios Id. de copia de seguridad (%s y %s). |
| | | SEVERE_ERR_BACKUPINFO_UNKNOWN_PROPERTY_295=La estructura de informaci\u00f3n de copia de seguridad %s no se pudo analizar porque conten\u00eda una propiedad desconocida %s con el valor %s. |
| | | SEVERE_ERR_BACKUPINFO_CANNOT_DECODE_296=Se ha producido un error al intentar decodificar una estructura de informaci\u00f3n de copia de seguridad en el directorio %s: %s |
| | | SEVERE_ERR_BACKUPINFO_NO_BACKUP_ID_297=No se puede decodificar la estructura de informaci\u00f3n de copia de seguridad en el directorio %s porque no inclu\u00eda un Id. de copia de seguridad. |
| | | SEVERE_ERR_BACKUPINFO_NO_BACKUP_DATE_298=La estructura de informaci\u00f3n de copia de seguridad con el Id. de copia de seguridad %s de "No se puede decodificar una estructura de copia de seguridad en el directorio %s" no era v\u00e1lida porque no conten\u00eda la fecha de copia de seguridad. |
| | | SEVERE_ERR_BACKUPDIRECTORY_ADD_DUPLICATE_ID_299=No se puede agregar una copia de seguridad con el Id. %s al directorio %s porque ya existe una copia de seguridad con ese Id. |
| | | SEVERE_ERR_BACKUPDIRECTORY_NO_SUCH_BACKUP_300=No se puede suprimir la copia de seguridad %s del directorio %s porque no hay ninguna copia de seguridad con ese Id. en el directorio. |
| | | SEVERE_ERR_BACKUPDIRECTORY_UNRESOLVED_DEPENDENCY_301=No se puede suprimir la copia de seguridad %s del directorio %s porque aparece enumerada como dependencia de la copia de seguridad %s. |
| | | SEVERE_ERR_BACKUPDIRECTORY_CANNOT_CREATE_DIRECTORY_302=El directorio de copia de seguridad %s no existe y se ha producido un error al intentar crearlo: %s |
| | | SEVERE_ERR_BACKUPDIRECTORY_NOT_DIRECTORY_303=La ruta %s especificada como directorio de copia de seguridad existe, pero no hace referencia a un directorio. |
| | | SEVERE_ERR_BACKUPDIRECTORY_CANNOT_DELETE_SAVED_DESCRIPTOR_304=Se ha producido un error al intentar suprimir el archivo del descriptor de copia de seguridad guardado %s: %s. El nuevo descriptor de copia de seguridad se ha guardado en %s, pero no se utilizar\u00e1 hasta que se cambie su nombre manualmente por %s. |
| | | SEVERE_ERR_BACKUPDIRECTORY_CANNOT_RENAME_CURRENT_DESCRIPTOR_305=Se ha producido un error al intentar cambiar el nombre del archivo del descriptor de copia de seguridad actual %s por %s: %s. El nuevo descriptor de copia de seguridad se ha guardado en %s, pero no se utilizar\u00e1 hasta que se cambie su nombre manualmente por %s. |
| | | SEVERE_ERR_BACKUPDIRECTORY_CANNOT_RENAME_NEW_DESCRIPTOR_306=Se ha producido un error al intentar cambiar el nombre del archivo del descriptor de copia de seguridad actual %s por %s: %s. El nuevo descriptor de copia de seguridad no se utilizar\u00e1 hasta que se cambie su nombre manualmente. |
| | | SEVERE_ERR_BACKUPDIRECTORY_NO_DESCRIPTOR_FILE_307=No se ha encontrado ning\u00fan archivo del descriptor de directorio de copia de seguridad en %s. |
| | | SEVERE_ERR_BACKUPDIRECTORY_CANNOT_READ_CONFIG_ENTRY_DN_308=El archivo del descriptor de copia de seguridad %s no es v\u00e1lido porque la primera l\u00ednea deber\u00eda contener el ND de la entrada de configuraci\u00f3n de servidor de fondo. Sin embargo, se encontraba vac\u00eda. |
| | | SEVERE_ERR_BACKUPDIRECTORY_FIRST_LINE_NOT_DN_309=El archivo del descriptor de copia de seguridad %s no es v\u00e1lido porque la primera l\u00ednea del archivo era "%s", pero se esperaba el ND de la entrada de configuraci\u00f3n de servidor de fondo. |
| | | SEVERE_ERR_BACKUPDIRECTORY_CANNOT_DECODE_DN_310=Se ha producido un error al intentar decodificar el valor "%s", le\u00eddo en la primera l\u00ednea de %s como ND de la entrada de configuraci\u00f3n de servidor de fondo: %s |
| | | FATAL_ERR_DSCORE_CANNOT_INITIALIZE_ARGS_288=An error occurred while attempting to initialize the command-line arguments: %s |
| | | FATAL_ERR_DSCORE_ERROR_PARSING_ARGS_289=An error occurred while attempting to parse the provided set of command line arguments: %s |
| | | FATAL_ERR_DSCORE_CANNOT_BOOTSTRAP_290=An error occurred while attempting to bootstrap the Directory Server: %s |
| | | FATAL_ERR_DSCORE_CANNOT_START_291=An error occurred while trying to start the Directory Server: %s |
| | | SEVERE_ERR_BACKUPINFO_NO_DELIMITER_292=The line "%s" associated with the backup information in directory %s could not be parsed because it did not contain an equal sign to delimit the property name from the value |
| | | SEVERE_ERR_BACKUPINFO_NO_NAME_293=The line "%s" associated with the backup information in directory %s could not be parsed because it did not include a property name |
| | | SEVERE_ERR_BACKUPINFO_MULTIPLE_BACKUP_IDS_294=The backup information structure in directory %s could not be parsed because it contained multiple backup IDs (%s and %s) |
| | | SEVERE_ERR_BACKUPINFO_UNKNOWN_PROPERTY_295=The backup information structure in directory %s could not be parsed because it contained an unknown property %s with value %s |
| | | SEVERE_ERR_BACKUPINFO_CANNOT_DECODE_296=An unexpected error occurred while trying to decode a backup information structure in directory %s: %s |
| | | SEVERE_ERR_BACKUPINFO_NO_BACKUP_ID_297=Unable to decode a backup information structure in directory %s because the structure did not include a backup ID |
| | | SEVERE_ERR_BACKUPINFO_NO_BACKUP_DATE_298=The backup information structure with backup ID %s in directory %s was not valid because it did not contain the backup date |
| | | SEVERE_ERR_BACKUPDIRECTORY_ADD_DUPLICATE_ID_299=Cannot add a backup with ID %s to backup directory %s because another backup already exists with that ID |
| | | SEVERE_ERR_BACKUPDIRECTORY_NO_SUCH_BACKUP_300=Cannot remove backup %s from backup directory %s because no backup with that ID exists in that directory |
| | | SEVERE_ERR_BACKUPDIRECTORY_UNRESOLVED_DEPENDENCY_301=Cannot remove backup %s from backup directory %s because it is listed as a dependency for backup %s |
| | | SEVERE_ERR_BACKUPDIRECTORY_CANNOT_CREATE_DIRECTORY_302=Backup directory %s does not exist and an error occurred while attempting to create it: %s |
| | | SEVERE_ERR_BACKUPDIRECTORY_NOT_DIRECTORY_303=The path %s specifies as a backup directory exists but does not reference a directory |
| | | SEVERE_ERR_BACKUPDIRECTORY_CANNOT_DELETE_SAVED_DESCRIPTOR_304=An error occurred while trying to remove saved backup descriptor file %s: %s. The new backup descriptor has been written to %s but will not be used until it is manually renamed to %s |
| | | SEVERE_ERR_BACKUPDIRECTORY_CANNOT_RENAME_CURRENT_DESCRIPTOR_305=An error occurred while trying to rename the current backup descriptor file %s to %s: %s. The new backup descriptor has been written to %s but will not be used until it is manually renamed to %s |
| | | SEVERE_ERR_BACKUPDIRECTORY_CANNOT_RENAME_NEW_DESCRIPTOR_306=An error occurred while trying to rename the new backup descriptor file %s to %s: %s. The new backup descriptor will not be used until it is manually renamed |
| | | SEVERE_ERR_BACKUPDIRECTORY_NO_DESCRIPTOR_FILE_307=No backup directory descriptor file was found at %s |
| | | SEVERE_ERR_BACKUPDIRECTORY_CANNOT_READ_CONFIG_ENTRY_DN_308=The backup descriptor file %s is invalid because the first line should have contained the DN of the backend configuration entry but was blank |
| | | SEVERE_ERR_BACKUPDIRECTORY_FIRST_LINE_NOT_DN_309=The backup descriptor file %s is invalid because the first line of the file was "%s", but the DN of the backend configuration entry was expected |
| | | SEVERE_ERR_BACKUPDIRECTORY_CANNOT_DECODE_DN_310=An error occurred while trying to decode the value "%s" read from the first line of %s as the DN of the backend configuration entry: %s |
| | | MILD_ERR_FILELOCKER_LOCK_SHARED_REJECTED_BY_EXCLUSIVE_311=Se ha rechazado el intento de obtener un bloqueo compartido en el archivo %s debido a que ya se hab\u00eda aplicado un bloqueo exclusivo en ese archivo. |
| | | MILD_ERR_FILELOCKER_LOCK_SHARED_FAILED_CREATE_312=Se ha rechazado el intento de obtener un bloqueo compartido en el archivo %s debido a que ha fallado el intento de crear un archivo de bloqueo: %s |
| | | MILD_ERR_FILELOCKER_LOCK_SHARED_FAILED_OPEN_313=Se ha rechazado el intento de obtener un bloqueo compartido en el archivo %s debido a que ha fallado el intento de abrir un archivo de bloqueo: %s |
| | |
| | | INFO_RESULT_CLIENT_SIDE_MORE_RESULTS_TO_RETURN_339=Se devolver\u00e1n m\u00e1s resultados. |
| | | INFO_RESULT_CLIENT_SIDE_CLIENT_LOOP_340=Bucle de referencia detectado |
| | | INFO_RESULT_CLIENT_SIDE_REFERRAL_LIMIT_EXCEEDED_341=Se ha superado el l\u00edmite de salto de referencia. |
| | | SEVERE_WARN_SHUTDOWN_CANNOT_RELEASE_SHARED_BACKEND_LOCK_342=Se ha producido un error al intentar liberar un bloqueo compartido para el servidor de fondo %s: %s. Este bloqueo deber\u00eda liberarse autom\u00e1ticamente si existe el proceso del servidor de directorios, por lo que no ser\u00eda necesario realizar ninguna acci\u00f3n adicional. |
| | | FATAL_ERR_CANNOT_ACQUIRE_EXCLUSIVE_SERVER_LOCK_343=El servidor de directorios no pudo adquirir ning\u00fan bloqueo exclusivo en el archivo %s: %s. Esto implica normalmente que ya se est\u00e1 ejecutando otra instancia de este servidor. |
| | | SEVERE_WARN_CANNOT_RELEASE_EXCLUSIVE_SERVER_LOCK_344=Se ha producido un error al intentar liberar un bloqueo del servidor exclusivo aplicado en el archivo %s: %s. Este bloqueo deber\u00eda liberarse autom\u00e1ticamente si existe el proceso del servidor de directorios, por lo que no ser\u00eda necesario realizar ninguna acci\u00f3n adicional. |
| | | SEVERE_WARN_SHUTDOWN_CANNOT_RELEASE_SHARED_BACKEND_LOCK_342=An error occurred while attempting to release a shared lock for backend %s: %s. This lock should be automatically cleaned when the Directory Server process exits, so no additional action should be necessary |
| | | FATAL_ERR_CANNOT_ACQUIRE_EXCLUSIVE_SERVER_LOCK_343=The Directory Server could not acquire an exclusive lock on file %s: %s. This generally means that another instance of this server is already running |
| | | SEVERE_WARN_CANNOT_RELEASE_EXCLUSIVE_SERVER_LOCK_344=An error occurred while attempting to release the exclusive server lock held on file %s: %s. This lock should be automatically cleaned when the Directory Server process exits, so no additional action should be necessary |
| | | INFO_ERROR_CATEGORY_TASK_345=tarea |
| | | MILD_ERR_MODIFY_ATTR_IS_NO_USER_MOD_346=La entrada % no se puede modificar porque el proceso de modificaci\u00f3n ha intentado actualizar el atributo %s, que est\u00e1 definido como NO-USER-MODIFICATION en el esquema del servidor. |
| | | MILD_ERR_ADD_ATTR_IS_NO_USER_MOD_347=La entrada % no se puede agregar porque incluye el atributo %s, que est\u00e1 definido como NO-USER-MODIFICATION en el esquema del servidor. |
| | |
| | | INFO_MODDN_NOOP_382=La operaci\u00f3n de modificaci\u00f3n de ND no se ha realizado realmente en el servidor de fondo del servidor de directorios porque el control sin operaci\u00f3n de LDAP estaba presente en la solicitud. |
| | | MILD_ERR_DELETE_PREREAD_NO_ENTRY_383=La entrada %s no se puede suprimir porque se ha determinado que la entrada de destino no existe al intentar procesarla en el control de solicitud de LDAP anterior a la lectura. |
| | | INFO_RESULT_AUTHORIZATION_DENIED_384=Autorizaci\u00f3n denegada |
| | | SEVERE_ERR_ADD_MISSING_RDN_ATTRIBUTE_385=La entrada %s no se puede agregar porque falta el atributo %s, incluido en el RDN de la entrada. Todos los atributos utilizados en el RDN deben especificarse tambi\u00e9n en la lista de atributos de la entrada. |
| | | SEVERE_ERR_ADD_ERROR_NOTIFYING_CHANGE_LISTENER_386=Se ha producido un error inesperado al notificar una escucha de notificaci\u00f3n de cambio de una operaci\u00f3n de adici\u00f3n: %s |
| | | SEVERE_ERR_ADD_ERROR_NOTIFYING_PERSISTENT_SEARCH_387=Se ha producido un error inesperado al notificar una b\u00fasqueda persistente %s de una operaci\u00f3n de adici\u00f3n: %s. Se ha finalizado la b\u00fasqueda persistente. |
| | | SEVERE_ERR_DELETE_ERROR_NOTIFYING_CHANGE_LISTENER_388=Se ha producido un error inesperado al notificar una escucha de notificaci\u00f3n de cambio de una operaci\u00f3n de eliminaci\u00f3n: %s |
| | | SEVERE_ERR_DELETE_ERROR_NOTIFYING_PERSISTENT_SEARCH_389=Se ha producido un error inesperado al notificar una b\u00fasqueda persistente %s de una operaci\u00f3n de eliminaci\u00f3n: %s. Se ha finalizado la b\u00fasqueda persistente. |
| | | SEVERE_ERR_MODIFY_ERROR_NOTIFYING_CHANGE_LISTENER_390=Se ha producido un error inesperado al notificar una escucha de notificaci\u00f3n de cambio de una operaci\u00f3n de modificaci\u00f3n: %s |
| | | SEVERE_ERR_MODIFY_ERROR_NOTIFYING_PERSISTENT_SEARCH_391=Se ha producido un error inesperado al notificar una b\u00fasqueda persistente %s de una operaci\u00f3n de modificaci\u00f3n: %s. Se ha finalizado la b\u00fasqueda persistente. |
| | | SEVERE_ERR_MODDN_ERROR_NOTIFYING_CHANGE_LISTENER_392=Se ha producido un error inesperado al notificar una escucha de notificaci\u00f3n de cambio de una operaci\u00f3n de modificaci\u00f3n de ND: %s |
| | | SEVERE_ERR_MODDN_ERROR_NOTIFYING_PERSISTENT_SEARCH_393=Se ha producido un error inesperado al notificar una b\u00fasqueda persistente %s de una operaci\u00f3n de modificaci\u00f3n de ND: %s. Se ha finalizado la b\u00fasqueda persistente. |
| | | SEVERE_ERR_BIND_UNSUPPORTED_CRITICAL_CONTROL_394=No se puede procesar la solicitud de enlace porque contiene un control con el OID %s, que se ha marcado como cr\u00edtico. Sin embargo, este control no se admite para una operaci\u00f3n de enlace. |
| | | SEVERE_WARN_BIND_MULTIPLE_USER_SIZE_LIMITS_395=Hay varios valores de l\u00edmite de tama\u00f1o espec\u00edficos del usuario en la entrada de usuario %s. Se utilizar\u00e1 el l\u00edmite de tama\u00f1o del servidor predeterminado. |
| | | SEVERE_WARN_BIND_CANNOT_PROCESS_USER_SIZE_LIMIT_396=El valor de l\u00edmite de tama\u00f1o espec\u00edfico del usuario %s incluido en la entrada de usuario %s no se pudo analizar como entero. Se utilizar\u00e1 el l\u00edmite de tama\u00f1o del servidor predeterminado. |
| | | SEVERE_WARN_BIND_MULTIPLE_USER_TIME_LIMITS_397=Hay varios valores de l\u00edmite de tiempo espec\u00edficos del usuario en la entrada de usuario %s. Se utilizar\u00e1 el l\u00edmite de tiempo del servidor predeterminado. |
| | | SEVERE_WARN_BIND_CANNOT_PROCESS_USER_TIME_LIMIT_398=El valor de l\u00edmite de tiempo espec\u00edfico del usuario %s incluido en la entrada de usuario %s no se pudo analizar como entero. Se utilizar\u00e1 el l\u00edmite de tiempo del servidor predeterminado. |
| | | SEVERE_ERR_ADD_MISSING_RDN_ATTRIBUTE_385=Entry %s cannot be added because it is missing attribute %s that is contained in the entry's RDN. All attributes used in the RDN must also be provided in the attribute list for the entry |
| | | SEVERE_ERR_ADD_ERROR_NOTIFYING_CHANGE_LISTENER_386=An unexpected error occurred while notifying a change notification listener of an add operation: %s |
| | | SEVERE_ERR_ADD_ERROR_NOTIFYING_PERSISTENT_SEARCH_387=An unexpected error occurred while notifying persistent search %s of an add operation: %s. The persistent search has been terminated |
| | | SEVERE_ERR_DELETE_ERROR_NOTIFYING_CHANGE_LISTENER_388=An unexpected error occurred while notifying a change notification listener of a delete operation: %s |
| | | SEVERE_ERR_DELETE_ERROR_NOTIFYING_PERSISTENT_SEARCH_389=An unexpected error occurred while notifying persistent search %s of a delete operation: %s. The persistent search has been terminated |
| | | SEVERE_ERR_MODIFY_ERROR_NOTIFYING_CHANGE_LISTENER_390=An unexpected error occurred while notifying a change notification listener of a modify operation: %s |
| | | SEVERE_ERR_MODIFY_ERROR_NOTIFYING_PERSISTENT_SEARCH_391=An unexpected error occurred while notifying persistent search %s of a modify operation: %s. The persistent search has been terminated |
| | | SEVERE_ERR_MODDN_ERROR_NOTIFYING_CHANGE_LISTENER_392=An unexpected error occurred while notifying a change notification listener of a modify DN operation: %s |
| | | SEVERE_ERR_MODDN_ERROR_NOTIFYING_PERSISTENT_SEARCH_393=An unexpected error occurred while notifying persistent search %s of a modify DN operation: %s. The persistent search has been terminated |
| | | SEVERE_ERR_BIND_UNSUPPORTED_CRITICAL_CONTROL_394=Unable to process the bind request because it contained a control with OID %s that was marked critical but this control is not supported for the bind operation |
| | | SEVERE_WARN_BIND_MULTIPLE_USER_SIZE_LIMITS_395=There are multiple user-specific size limit values contained in user entry %s. The default server size limit will be used |
| | | SEVERE_WARN_BIND_CANNOT_PROCESS_USER_SIZE_LIMIT_396=The user-specific size limit value %s contained in user entry %s could not be parsed as an integer. The default server size limit will be used |
| | | SEVERE_WARN_BIND_MULTIPLE_USER_TIME_LIMITS_397=There are multiple user-specific time limit values contained in user entry %s. The default server time limit will be used |
| | | SEVERE_WARN_BIND_CANNOT_PROCESS_USER_TIME_LIMIT_398=The user-specific time limit value %s contained in user entry %s could not be parsed as an integer. The default server time limit will be used |
| | | INFO_RESULT_ASSERTION_FAILED_399=Error en la aserci\u00f3n |
| | | SEVERE_ERR_ADD_ENTRY_ALREADY_EXISTS_400=La entrada %s no se puede agregar porque ya existe una entrada con ese nombre. |
| | | SEVERE_ERR_ADD_SYNCH_PREOP_FAILED_401=Se ha producido un error durante el procesamiento de la sincronizaci\u00f3n anterior a la operaci\u00f3n para la operaci\u00f3n de adici\u00f3n con el Id. de conexi\u00f3n %d y el Id. de operaci\u00f3n %d: %s |
| | | SEVERE_ERR_ADD_SYNCH_POSTOP_FAILED_402=Se ha producido un error durante el procesamiento de la sincronizaci\u00f3n posterior a la operaci\u00f3n para la operaci\u00f3n de adici\u00f3n con el Id. de conexi\u00f3n %d y el Id. de operaci\u00f3n %d: %s |
| | | SEVERE_ERR_DELETE_SYNCH_PREOP_FAILED_403=Se ha producido un error durante el procesamiento de la sincronizaci\u00f3n anterior a la operaci\u00f3n para la operaci\u00f3n de eliminaci\u00f3n con el Id. de conexi\u00f3n %d y el Id. de operaci\u00f3n %d: %s |
| | | SEVERE_ERR_DELETE_SYNCH_POSTOP_FAILED_404=Se ha producido un error durante el procesamiento de la sincronizaci\u00f3n posterior a la operaci\u00f3n para la operaci\u00f3n de eliminaci\u00f3n con el Id. de conexi\u00f3n %d y el Id. de operaci\u00f3n %d: %s |
| | | SEVERE_ERR_MODIFY_SYNCH_PREOP_FAILED_405=Se ha producido un error durante el procesamiento de la sincronizaci\u00f3n anterior a la operaci\u00f3n para la operaci\u00f3n de modificaci\u00f3n con el Id. de conexi\u00f3n %d y el Id. de operaci\u00f3n %d: %s |
| | | SEVERE_ERR_MODIFY_SYNCH_POSTOP_FAILED_406=Se ha producido un error durante el procesamiento de la sincronizaci\u00f3n posterior a la operaci\u00f3n para la operaci\u00f3n de modificaci\u00f3n con el Id. de conexi\u00f3n %d y el Id. de operaci\u00f3n %d: %s |
| | | SEVERE_ERR_MODDN_SYNCH_PREOP_FAILED_407=Se ha producido un error durante el procesamiento de la sincronizaci\u00f3n anterior a la operaci\u00f3n para la operaci\u00f3n de modificaci\u00f3n de ND con el Id. de conexi\u00f3n %d y el Id. de operaci\u00f3n %d: %s |
| | | SEVERE_ERR_MODDN_SYNCH_POSTOP_FAILED_408=Se ha producido un error durante el procesamiento de la sincronizaci\u00f3n posterior a la operaci\u00f3n para la operaci\u00f3n de modificaci\u00f3n de ND con el Id. de conexi\u00f3n %d y el Id. de operaci\u00f3n %d: %s |
| | | SEVERE_ERR_ADD_SYNCH_CONFLICT_RESOLUTION_FAILED_409=Se ha producido un error durante el procesamiento de la sincronizaci\u00f3n de la resoluci\u00f3n de conflictos para la operaci\u00f3n de adici\u00f3n con el Id. de conexi\u00f3n %d y el Id. de operaci\u00f3n %d: %s |
| | | SEVERE_ERR_DELETE_SYNCH_CONFLICT_RESOLUTION_FAILED_410=Se ha producido un error durante el procesamiento de la sincronizaci\u00f3n de la resoluci\u00f3n de conflictos para la operaci\u00f3n de eliminaci\u00f3n con el Id. de conexi\u00f3n %d y el Id. de operaci\u00f3n %d: %s |
| | | SEVERE_ERR_MODIFY_SYNCH_CONFLICT_RESOLUTION_FAILED_411=Se ha producido un error durante el procesamiento de la sincronizaci\u00f3n de la resoluci\u00f3n de conflictos para la operaci\u00f3n de modificaci\u00f3n con el Id. de conexi\u00f3n %d y el Id. de operaci\u00f3n %d: %s |
| | | SEVERE_ERR_MODDN_SYNCH_CONFLICT_RESOLUTION_FAILED_412=Se ha producido un error durante el procesamiento de la sincronizaci\u00f3n de la resoluci\u00f3n de conflictos para la operaci\u00f3n de modificaci\u00f3n de ND con el Id. de conexi\u00f3n %d y el Id. de operaci\u00f3n %d: %s |
| | | SEVERE_ERR_ADD_SERVER_READONLY_413=No se puede agregar la entrada %s porque el servidor de directorios se ha configurado en el modo de s\u00f3lo lectura. |
| | | SEVERE_ERR_ADD_BACKEND_READONLY_414=No se puede agregar la entrada %s porque el servidor de fondo que deber\u00eda contener la entrada se ha configurado en el modo de s\u00f3lo lectura. |
| | | SEVERE_ERR_DELETE_SERVER_READONLY_415=No se puede eliminar la entrada %s porque el servidor de directorios se ha configurado en el modo de s\u00f3lo lectura. |
| | | SEVERE_ERR_DELETE_BACKEND_READONLY_416=No se puede eliminar la entrada %s porque el servidor de fondo que contiene la entrada se ha configurado en el modo de s\u00f3lo lectura. |
| | | SEVERE_ERR_MODIFY_SERVER_READONLY_417=No se puede modificar la entrada %s porque el servidor de directorios se ha configurado en el modo de s\u00f3lo lectura. |
| | | SEVERE_ERR_MODIFY_BACKEND_READONLY_418=No se puede modificar la entrada %s porque el servidor de fondo que contiene la entrada se ha configurado en el modo de s\u00f3lo lectura. |
| | | SEVERE_ERR_MODDN_SERVER_READONLY_419=No se puede cambiar el nombre de la entrada %s porque el servidor de directorios se ha configurado en el modo de s\u00f3lo lectura. |
| | | SEVERE_ERR_MODDN_BACKEND_READONLY_420=No se puede cambiar el nombre de la entrada %s porque el servidor de fondo que contiene la entrada se ha configurado en el modo de s\u00f3lo lectura. |
| | | SEVERE_ERR_BIND_DN_BUT_NO_PASSWORD_421=No se puede procesar la solicitud de enlace sencilla porque contiene un ND de enlace, pero no una contrase\u00f1a, lo que est\u00e1 prohibido en la configuraci\u00f3n del servidor. |
| | | SEVERE_ERR_PWPOLICY_NO_PASSWORD_ATTRIBUTE_422=La entrada de configuraci\u00f3n de directivas de contrase\u00f1as "%s" no contiene ning\u00fan valor para el atributo "ds-cfg-password-attribute", que especifica el atributo que contendr\u00e1 las contrase\u00f1as de usuario. |
| | | SEVERE_ERR_PWPOLICY_NO_DEFAULT_STORAGE_SCHEMES_423=La entrada de configuraci\u00f3n de directivas de contrase\u00f1as "%s" no contiene ning\u00fan valor para el atributo "ds-cfg-default-password-storage-scheme", que especifica el conjunto de esquemas de almacenamiento de contrase\u00f1as predeterminados. |
| | | SEVERE_ERR_ADD_ENTRY_ALREADY_EXISTS_400=The entry %s cannot be added because an entry with that name already exists |
| | | SEVERE_ERR_ADD_SYNCH_PREOP_FAILED_401=An error occurred during preoperation synchronization processing for the add operation with connection ID %d and operation ID %d: %s |
| | | SEVERE_ERR_ADD_SYNCH_POSTOP_FAILED_402=An error occurred during postoperation synchronization processing for the add operation with connection ID %d and operation ID %d: %s |
| | | SEVERE_ERR_DELETE_SYNCH_PREOP_FAILED_403=An error occurred during preoperation synchronization processing for the delete operation with connection ID %d and operation ID %d: %s |
| | | SEVERE_ERR_DELETE_SYNCH_POSTOP_FAILED_404=An error occurred during postoperation synchronization processing for the delete operation with connection ID %d and operation ID %d: %s |
| | | SEVERE_ERR_MODIFY_SYNCH_PREOP_FAILED_405=An error occurred during preoperation synchronization processing for the modify operation with connection ID %d and operation ID %d: %s |
| | | SEVERE_ERR_MODIFY_SYNCH_POSTOP_FAILED_406=An error occurred during postoperation synchronization processing for the modify operation with connection ID %d and operation ID %d: %s |
| | | SEVERE_ERR_MODDN_SYNCH_PREOP_FAILED_407=An error occurred during preoperation synchronization processing for the modify DN operation with connection ID %d and operation ID %d: %s |
| | | SEVERE_ERR_MODDN_SYNCH_POSTOP_FAILED_408=An error occurred during postoperation synchronization processing for the modify DN operation with connection ID %d and operation ID %d: %s |
| | | SEVERE_ERR_ADD_SYNCH_CONFLICT_RESOLUTION_FAILED_409=An error occurred during conflict resolution synchronization processing for the add operation with connection ID %d and operation ID %d: %s |
| | | SEVERE_ERR_DELETE_SYNCH_CONFLICT_RESOLUTION_FAILED_410=An error occurred during conflict resolution synchronization processing for the delete operation with connection ID %d and operation ID %d: %s |
| | | SEVERE_ERR_MODIFY_SYNCH_CONFLICT_RESOLUTION_FAILED_411=An error occurred during conflict resolution synchronization processing for the modify operation with connection ID %d and operation ID %d: %s |
| | | SEVERE_ERR_MODDN_SYNCH_CONFLICT_RESOLUTION_FAILED_412=An error occurred during conflict resolution synchronization processing for the modify DN operation with connection ID %d and operation ID %d: %s |
| | | SEVERE_ERR_ADD_SERVER_READONLY_413=Unable to add entry %s because the Directory Server is configured in read-only mode |
| | | SEVERE_ERR_ADD_BACKEND_READONLY_414=Unable to add entry %s because the backend that should hold that entry is configured in read-only mode |
| | | SEVERE_ERR_DELETE_SERVER_READONLY_415=Unable to delete entry %s because the Directory Server is configured in read-only mode |
| | | SEVERE_ERR_DELETE_BACKEND_READONLY_416=Unable to delete entry %s because the backend that holds that entry is configured in read-only mode |
| | | SEVERE_ERR_MODIFY_SERVER_READONLY_417=Unable to modify entry %s because the Directory Server is configured in read-only mode |
| | | SEVERE_ERR_MODIFY_BACKEND_READONLY_418=Unable to modify entry %s because the backend that holds that entry is configured in read-only mode |
| | | SEVERE_ERR_MODDN_SERVER_READONLY_419=Unable to rename entry %s because the Directory Server is configured in read-only mode |
| | | SEVERE_ERR_MODDN_BACKEND_READONLY_420=Unable to rename entry %s because the backend that holds that entry is configured in read-only mode |
| | | SEVERE_ERR_BIND_DN_BUT_NO_PASSWORD_421=Unable to process the simple bind request because it contained a bind DN but no password, which is forbidden by the server configuration |
| | | SEVERE_ERR_PWPOLICY_NO_PASSWORD_ATTRIBUTE_422=The password policy configuration entry "%s" does not contain a value for attribute ds-cfg-password-attribute, which specifies the attribute to hold user passwords |
| | | SEVERE_ERR_PWPOLICY_NO_DEFAULT_STORAGE_SCHEMES_423=The password policy configuration entry "%s" does not contain any values for attribute ds-cfg-default-password-storage-scheme, which specifies the set of default password storage schemes |
| | | INFO_PWPOLICY_DESCRIPTION_PW_ATTR_424=El tipo de atributo utilizado para contener las contrase\u00f1as de usuario. Este tipo de atributo debe definirse en el esquema del servidor. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_PWPOLICY_UNDEFINED_PASSWORD_ATTRIBUTE_425=La definici\u00f3n de directiva de contrase\u00f1as incluida en la entrada de configuraci\u00f3n "%s" no es v\u00e1lida porque no se ha definido el atributo de contrase\u00f1a especificado "%s" en el esquema del servidor. |
| | | SEVERE_ERR_PWPOLICY_INVALID_PASSWORD_ATTRIBUTE_SYNTAX_426=La definici\u00f3n de directiva de contrase\u00f1as incluida en la entrada de configuraci\u00f3n "%s" no es v\u00e1lida porque el atributo de contrase\u00f1a especificado "%s" presenta el OID de sintaxis %s. El atributo de contrase\u00f1a debe presentar el OID de sintaxis 1.3.6.1.4.1.26027.1.3.1 (para la sintaxis de las contrase\u00f1as de usuario) \u00f3 1.3.6.1.4.1.4203.1.1.2 (para la sintaxis de las contrase\u00f1as de autenticaci\u00f3n). |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_PASSWORD_ATTRIBUTE_427=Se ha producido un error al intentar determinar el valor del atributo "ds-cfg-password-attribute" en la entrada de configuraci\u00f3n %s: %s |
| | | SEVERE_ERR_PWPOLICY_UNDEFINED_PASSWORD_ATTRIBUTE_425=The password policy definition contained in configuration entry "%s" is invalid because the specified password attribute "%s" is not defined in the server schema |
| | | SEVERE_ERR_PWPOLICY_INVALID_PASSWORD_ATTRIBUTE_SYNTAX_426=The password policy definition contained in configuration entry "%s" is invalid because the specified password attribute "%s" has a syntax OID of %s. The password attribute must have a syntax OID of either 1.3.6.1.4.1.26027.1.3.1 (for the user password syntax) or 1.3.6.1.4.1.4203.1.1.2 (for the authentication password syntax) |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_PASSWORD_ATTRIBUTE_427=An error occurred while attempting to determine the value of attribute ds-cfg-password-attribute in configuration entry %s: %s |
| | | INFO_PWPOLICY_DESCRIPTION_DEFAULT_STORAGE_SCHEMES_428=El esquema de almacenamiento de contrase\u00f1as (o el conjunto de esquemas) que se utilizar\u00e1 para codificar las contrase\u00f1as de texto sin formato. Si se definen varios esquemas de almacenamiento predeterminados para una directiva de contrase\u00f1as, se codificar\u00e1 la misma contrase\u00f1a con todos esos esquemas. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_PWPOLICY_NO_SUCH_DEFAULT_SCHEME_429=La definici\u00f3n de directiva de contrase\u00f1as incluida en la entrada de configuraci\u00f3n "%s" no es v\u00e1lida porque hace referencia a un esquema de almacenamiento de contrase\u00f1as predeterminado "%s" que no se ha definido en la configuraci\u00f3n del servidor. |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_DEFAULT_STORAGE_SCHEMES_430=Se ha producido un error al intentar determinar los valores del atributo "ds-cfg-default-password-storage-scheme" en la entrada de configuraci\u00f3n %s: %s |
| | | SEVERE_ERR_PWPOLICY_NO_SUCH_DEFAULT_SCHEME_429=The password policy definition contained in configuration entry "%s" is invalid because it references a default password storage scheme "%s" that is not defined in the server configuration |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_DEFAULT_STORAGE_SCHEMES_430=An error occurred while attempting to determine the values for attribute ds-cfg-default-password-storage-scheme in configuration entry %s: %s |
| | | INFO_PWPOLICY_DESCRIPTION_DEPRECATED_STORAGE_SCHEMES_431=El esquema de almacenamiento de contrase\u00f1as (o el conjunto de esquemas) que se deber\u00eda considerar como desaprobado. Si un usuario de autenticaci\u00f3n tiene una contrase\u00f1a codificada con uno de estos esquemas, las contrase\u00f1as se suprimir\u00e1n y sustituir\u00e1n por aqu\u00e9llas codificadas con los esquemas predeterminados. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_DEPRECATED_STORAGE_SCHEMES_432=Se ha producido un error al intentar determinar los valores del atributo "ds-cfg-deprecated-password-storage-scheme" en la entrada de configuraci\u00f3n %s: %s |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_DEPRECATED_STORAGE_SCHEMES_432=An error occurred while attempting to determine the values for attribute ds-cfg-deprecated-password-storage-scheme in configuration entry %s: %s |
| | | INFO_PWPOLICY_DESCRIPTION_PASSWORD_VALIDATORS_433=ND del (los) validador(es) de contrase\u00f1as que deben utilizarse con el esquema de almacenamiento de contrase\u00f1as asociado. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_PWPOLICY_NO_SUCH_VALIDATOR_434=La definici\u00f3n de directiva de contrase\u00f1as incluida en la entrada de configuraci\u00f3n "%s" no es v\u00e1lida porque hace referencia a un validador de contrase\u00f1as "%s" que no se ha definido en la configuraci\u00f3n del servidor. |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_PASSWORD_VALIDATORS_435=Se ha producido un error al intentar determinar los valores del atributo "ds-cfg-password-validator" en la entrada de configuraci\u00f3n %s: %s |
| | | SEVERE_ERR_PWPOLICY_NO_SUCH_VALIDATOR_434=The password policy definition contained in configuration entry "%s" is invalid because it references a password validator "%s" that is not defined in the server configuration |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_PASSWORD_VALIDATORS_435=An error occurred while attempting to determine the values for attribute ds-cfg-password-validator in configuration entry %s: %s |
| | | INFO_PWPOLICY_DESCRIPTION_NOTIFICATION_HANDLERS_436=ND del (los) controlador(es) de notificaci\u00f3n de estado de la cuenta que deben utilizarse con el esquema de almacenamiento de contrase\u00f1as asociado. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_PWPOLICY_NO_SUCH_NOTIFICATION_HANDLER_437=La definici\u00f3n de directiva de contrase\u00f1as incluida en la entrada de configuraci\u00f3n "%s" no es v\u00e1lida porque hace referencia a un controlador de notificaci\u00f3n de estado de la cuenta "%s" que no se ha definido en la configuraci\u00f3n del servidor. |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_NOTIFICATION_HANDLERS_438=Se ha producido un error al intentar determinar los valores del atributo "ds-cfg-account-status-notification-handler" en la entrada de configuraci\u00f3n %s: %s |
| | | SEVERE_ERR_PWPOLICY_NO_SUCH_NOTIFICATION_HANDLER_437=The password policy definition contained in configuration entry "%s" is invalid because it references account status notification handler "%s" that is not defined in the server configuration |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_NOTIFICATION_HANDLERS_438=An error occurred while attempting to determine the values for attribute ds-cfg-account-status-notification-handler in configuration entry %s: %s |
| | | INFO_PWPOLICY_DESCRIPTION_ALLOW_USER_PW_CHANGES_439=Indica si se le permitir\u00e1 al usuario cambiar sus propias contrase\u00f1as. Esta comprobaci\u00f3n complementa la evaluaci\u00f3n de control de acceso, por lo que ambas deben permitir los cambios de contrase\u00f1as. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_ALLOW_USER_PW_CHANGES_440=Se ha producido un error al intentar determinar el valor del atributo "attribute ds-cfg-allow-user-password-changes" en la entrada de configuraci\u00f3n %s: %s |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_ALLOW_USER_PW_CHANGES_440=An error occurred while attempting to determine the value for attribute ds-cfg-allow-user-password-changes in configuration entry %s: %s |
| | | INFO_PWPOLICY_DESCRIPTION_REQUIRE_CURRENT_PW_441=Indica si se debe utilizar una operaci\u00f3n ampliada de modificaci\u00f3n de contrase\u00f1as para los cambios de contrase\u00f1as realizados por el usuario y si se debe incluir la contrase\u00f1a actual del usuario para poder permitir el cambio. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_REQUIRE_CURRENT_PW_442=Se ha producido un error al intentar determinar el valor del atributo "attribute ds-cfg-allow-user-password-changes" en la entrada de configuraci\u00f3n %s: %s |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_REQUIRE_CURRENT_PW_442=An error occurred while attempting to determine the value for attribute ds-cfg-allow-user-password-changes in configuration entry %s: %s |
| | | INFO_PWPOLICY_DESCRIPTION_FORCE_CHANGE_ON_RESET_443=Indica si el usuario deber\u00e1 cambiar obligatoriamente sus contrase\u00f1as en caso de que el administrador las restablezca. Para ello, cualquiera que tenga permiso para cambiar la contrase\u00f1a de un usuario espec\u00edfico, que no sea ese usuario, ser\u00e1 considerado administrador. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_FORCE_CHANGE_ON_RESET_444=Se ha producido un error al intentar determinar el valor del atributo "ds-cfg-force-change-on-reset" en la entrada de configuraci\u00f3n %s: %s |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_FORCE_CHANGE_ON_RESET_444=An error occurred while attempting to determine the value for attribute ds-cfg-force-change-on-reset in configuration entry %s: %s |
| | | INFO_PWPOLICY_DESCRIPTION_SKIP_ADMIN_VALIDATION_445=Indica si, a las contrase\u00f1as establecidas por el administrador (en las operaciones de modificaci\u00f3n de contrase\u00f1as, adici\u00f3n y modificaci\u00f3n), se les permitir\u00e1 omitir el proceso de validaci\u00f3n de contrase\u00f1as necesario para cambiar las contrase\u00f1as de usuario. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_SKIP_ADMIN_VALIDATION_446=Se ha producido un error al intentar determinar el valor del atributo "ds-cfg-skip-validation-for-administrators" en la entrada de configuraci\u00f3n %s: %s |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_SKIP_ADMIN_VALIDATION_446=An error occurred while attempting to determine the value for attribute ds-cfg-skip-validation-for-administrators in configuration entry %s: %s |
| | | INFO_PWPOLICY_DESCRIPTION_PASSWORD_GENERATOR_447=ND de la entrada de configuraci\u00f3n que hace referencia al generador de contrase\u00f1as que se utilizar\u00e1 con la directiva de contrase\u00f1as asociada. Se utilizar\u00e1 junto con la operaci\u00f3n ampliada de modificaci\u00f3n de contrase\u00f1as para generar una nueva contrase\u00f1a para un usuario cuando no se haya especificado ninguno en la solicitud. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_PWPOLICY_NO_SUCH_GENERATOR_448=La definici\u00f3n de directiva de contrase\u00f1as incluida en la entrada de configuraci\u00f3n "%s" no es v\u00e1lida porque hace referencia a un generador de contrase\u00f1as "%s" que no se ha definido en la configuraci\u00f3n del servidor. |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_PASSWORD_GENERATOR_449=Se ha producido un error al intentar determinar el valor del atributo "ds-cfg-password-generator" en la entrada de configuraci\u00f3n %s: %s |
| | | SEVERE_ERR_PWPOLICY_NO_SUCH_GENERATOR_448=The password policy definition contained in configuration entry "%s" is invalid because it references password generator "%s" that is not defined in the server configuration |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_PASSWORD_GENERATOR_449=An error occurred while attempting to determine the value for attribute ds-cfg-password-generator in configuration entry %s: %s |
| | | INFO_PWPOLICY_DESCRIPTION_REQUIRE_SECURE_AUTH_450=Indica si los usuarios con la directiva de contrase\u00f1as asociada deber\u00e1n autenticarse de forma segura. Esto puede implicar el uso de un canal de comunicaci\u00f3n seguro entre el cliente y el servidor o de un mecanismo SASL que no muestre las credenciales. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_REQUIRE_SECURE_AUTH_451=Se ha producido un error al intentar determinar los valores del atributo "ds-cfg-require-secure-authentication" en la entrada de configuraci\u00f3n %s: %s |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_REQUIRE_SECURE_AUTH_451=An error occurred while attempting to determine the value for attribute ds-cfg-require-secure-authentication in configuration entry %s: %s |
| | | INFO_PWPOLICY_DESCRIPTION_REQUIRE_SECURE_CHANGES_452=Indica si el usuario con la directiva de contrase\u00f1as asociada deber\u00e1 cambiar su contrase\u00f1a de forma segura, de tal forma que no se muestren sus credenciales. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_REQUIRE_SECURE_CHANGES_453=Se ha producido un error al intentar determinar el valor del atributo "ds-cfg-require-secure-password-changes" en la entrada de configuraci\u00f3n %s: %s |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_REQUIRE_SECURE_CHANGES_453=An error occurred while attempting to determine the value for attribute ds-cfg-require-secure-password-changes in configuration entry %s: %s |
| | | INFO_PWPOLICY_DESCRIPTION_ALLOW_PREENCODED_454=Indica si se permitir\u00e1 al usuario cambiar sus contrase\u00f1as especificando un valor precodificado. Esto puede suponer un riesgo para la seguridad porque la versi\u00f3n de texto sin formato de la contrase\u00f1a no se conoce y, por lo tanto, no se le pueden aplicar las comprobaciones de validaci\u00f3n. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_ALLOW_PREENCODED_455=Se ha producido un error al intentar determinar el valor del atributo "ds-cfg-allow-pre-encoded-passwords" en la entrada de configuraci\u00f3n %s: %s |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_ALLOW_PREENCODED_455=An error occurred while attempting to determine the value for attribute ds-cfg-allow-pre-encoded-passwords in configuration entry %s: %s |
| | | INFO_PWPOLICY_DESCRIPTION_MIN_AGE_456=El periodo de tiempo m\u00ednimo que debe transcurrir despu\u00e9s del cambio de contrase\u00f1a para que al usuario se le permita volver a cambiarla. El valor de este atributo deber\u00eda ser un entero seguido de una unidad de segundos, minutos, horas, d\u00edas o semanas. Esta configuraci\u00f3n se puede utilizar para evitar que los usuarios cambien sus contrase\u00f1as de forma reiterada durante un corto periodo de tiempo y para que vac\u00eden una contrase\u00f1a antigua del historial de forma que pueda volver a utilizarse. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_MIN_AGE_457=Se ha producido un error al intentar determinar el valor del atributo "ds-cfg-min-password-age" en la entrada de configuraci\u00f3n %s: %s |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_MIN_AGE_457=An error occurred while attempting to determine the value for attribute ds-cfg-min-password-age in configuration entry %s: %s |
| | | INFO_PWPOLICY_DESCRIPTION_MAX_AGE_458=El periodo de tiempo m\u00e1ximo que un usuario puede seguir usando la misma contrase\u00f1a antes de que deba cambiarla (por ejemplo, el intervalo de caducidad de la contrase\u00f1a). El valor de este atributo deber\u00eda ser un entero seguido de una unidad de segundos, minutos, horas, d\u00edas o semanas. Si se especifica un valor de 0 segundos, se inhabilitar\u00e1 la caducidad de la contrase\u00f1a. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_MAX_AGE_459=Se ha producido un error al intentar determinar el valor del atributo "ds-cfg-max-password-age" en la entrada de configuraci\u00f3n %s: %s |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_MAX_AGE_459=An error occurred while attempting to determine the value for attribute ds-cfg-max-password-age in configuration entry %s: %s |
| | | INFO_PWPOLICY_DESCRIPTION_MAX_RESET_AGE_460=El periodo m\u00e1ximo de tiempo del que disponen los usuarios para cambiar sus contrase\u00f1as una vez restablecidas por el administrador y antes de que se bloqueen. El valor de este atributo deber\u00eda ser un entero seguido de una unidad de segundos, minutos, horas, d\u00edas o semanas. Si se especifica un valor de 0 segundos, se inhabilitar\u00e1 esta funci\u00f3n. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_MAX_RESET_AGE_461=Se ha producido un error al intentar determinar el valor del atributo "ds-cfg-max-password-reset-age" en la entrada de configuraci\u00f3n %s: %s |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_MAX_RESET_AGE_461=An error occurred while attempting to determine the value for attribute ds-cfg-max-password-reset-age in configuration entry %s: %s |
| | | INFO_PWPOLICY_DESCRIPTION_WARNING_INTERVAL_462=El periodo de tiempo m\u00e1ximo antes de que la contrase\u00f1a del usuario caduque realmente y en el que el servidor empezar\u00e1 a incluir notificaciones de advertencia en las respuestas de enlace de ese usuario. El valor de este atributo deber\u00eda ser un entero seguido de una unidad de segundos, minutos, horas, d\u00edas o semanas. Si se especifica un valor de 0 segundos, se inhabilitar\u00e1 el intervalo de advertencia. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_WARNING_INTERVAL_463=Se ha producido un error al intentar determinar el valor del atributo "ds-cfg-password-expiration-warning-interval" en la entrada de configuraci\u00f3n %s: %s |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_WARNING_INTERVAL_463=An error occurred while attempting to determine the value for attribute ds-cfg-password-expiration-warning-interval in configuration entry %s: %s |
| | | INFO_PWPOLICY_DESCRIPTION_EXPIRE_WITHOUT_WARNING_464=Indica si el servidor de directorios deber\u00eda permitir que caduque una contrase\u00f1a del usuario, incluso aunque ese usuario nunca haya recibido una notificaci\u00f3n de advertencia de caducidad. Si se habilita esta opci\u00f3n, las cuentas caducar\u00e1n siempre una vez llegado el momento indicado. Si se inhabilita, el usuario recibir\u00e1 siempre, al menos, una notificaci\u00f3n de advertencia, y la caducidad de la contrase\u00f1a se establecer\u00e1 en la fecha y hora indicada en la advertencia m\u00e1s el intervalo de advertencia. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_EXPIRE_WITHOUT_WARNING_465=Se ha producido un error al intentar determinar el valor del atributo "ds-cfg-expire-passwords-without-warning" en la entrada de configuraci\u00f3n %s: %s |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_EXPIRE_WITHOUT_WARNING_465=An error occurred while attempting to determine the value for attribute ds-cfg-expire-passwords-without-warning in configuration entry %s: %s |
| | | INFO_PWPOLICY_DESCRIPTION_ALLOW_EXPIRED_CHANGES_466=Indica si un usuario cuya contrase\u00f1a haya caducado podr\u00e1 a\u00fan cambiarla mediante la operaci\u00f3n ampliada de modificaci\u00f3n de contrase\u00f1as. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_ALLOW_EXPIRED_CHANGES_467=Se ha producido un error al intentar determinar el valor del atributo "ds-cfg-allow-expired-password-changes" en la entrada de configuraci\u00f3n %s: %s |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_ALLOW_EXPIRED_CHANGES_467=An error occurred while attempting to determine the value for attribute ds-cfg-allow-expired-password-changes in configuration entry %s: %s |
| | | INFO_PWPOLICY_DESCRIPTION_GRACE_LOGIN_COUNT_468=N\u00famero de inicios de sesi\u00f3n de gracia que se le permitir\u00e1n al usuario una vez que la cuenta haya caducado para que pueda seleccionar una nueva contrase\u00f1a. Si se especifica el valor 0, no se le conceder\u00e1 ning\u00fan inicio de sesi\u00f3n de gracia. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_GRACE_LOGIN_COUNT_469=Se ha producido un error al intentar determinar el valor del atributo "ds-cfg-grace-login-count" en la entrada de configuraci\u00f3n %s: %s |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_GRACE_LOGIN_COUNT_469=An error occurred while attempting to determine the value for attribute ds-cfg-grace-login-count in configuration entry %s: %s |
| | | INFO_PWPOLICY_DESCRIPTION_LOCKOUT_FAILURE_COUNT_470=N\u00famero m\u00e1ximo de errores de autenticaci\u00f3n que se le permitir\u00e1n al usuario antes de que se bloquee la cuenta. Si se especifica el valor 0, la cuenta nunca deber\u00eda bloquearse debido a intentos fallidos. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_LOCKOUT_FAILURE_COUNT_471=Se ha producido un error al intentar determinar el valor del atributo "ds-cfg-lockout-failure-count" en la entrada de configuraci\u00f3n %s: %s |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_LOCKOUT_FAILURE_COUNT_471=An error occurred while attempting to determine the value for attribute ds-cfg-lockout-failure-count in configuration entry %s: %s |
| | | INFO_PWPOLICY_DESCRIPTION_LOCKOUT_DURATION_472=El periodo de tiempo que permanecer\u00e1 bloqueada la cuenta despu\u00e9s de producirse varios errores de autenticaci\u00f3n. El valor de este atributo deber\u00eda ser un entero seguido de una unidad de segundos, minutos, horas, d\u00edas o semanas. Si se especifica el valor 0, la cuenta deber\u00eda permanecer bloqueada hasta que el administrador restablezca la contrase\u00f1a. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_LOCKOUT_DURATION_473=Se ha producido un error al intentar determinar el valor del atributo "ds-cfg-lockout-duration" en la entrada de configuraci\u00f3n %s: %s |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_LOCKOUT_DURATION_473=An error occurred while attempting to determine the value for attribute ds-cfg-lockout-duration in configuration entry %s: %s |
| | | INFO_PWPOLICY_DESCRIPTION_FAILURE_EXPIRATION_474=El periodo de tiempo m\u00e1ximo que debe transcurrir antes de que se dejen de contar los errores de autenticaci\u00f3n del usuario para el bloqueo de la cuenta. El valor de este atributo deber\u00eda ser un entero seguido de una unidad de segundos, minutos, horas, d\u00edas o semanas. Si se especifica el valor 0, los errores de autenticaci\u00f3n no deber\u00edan caducar nunca. El recuento de errores siempre se restablecer\u00e1 en 0 tras efectuarse un inicio de sesi\u00f3n satisfactorio. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_FAILURE_EXPIRATION_475=Se ha producido un error al intentar determinar el valor del atributo "ds-cfg-lockout-failure-expiration-interval" en la entrada de configuraci\u00f3n %s: %s |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_FAILURE_EXPIRATION_475=An error occurred while attempting to determine the value for attribute ds-cfg-lockout-failure-expiration-interval in configuration entry %s: %s |
| | | INFO_PWPOLICY_DESCRIPTION_REQUIRE_CHANGE_BY_TIME_476=El momento en el que los usuarios con la directiva de contrase\u00f1as deben cambiar sus contrase\u00f1as. Este valor debe expresarse con un formato de hora generalizado. Si la hora especificada es igual a la actual o ya ha pasado, los usuarios deber\u00e1n cambiar sus contrase\u00f1as inmediatamente. El comportamiento del servidor en este modo ser\u00e1 id\u00e9ntico al comportamiento observado cuando los usuarios deben cambiar obligatoriamente sus contrase\u00f1as tras efectuarse un restablecimiento administrativo. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_REQUIRE_CHANGE_BY_TIME_477=Se ha producido un error al intentar determinar el valor del atributo "ds-cfg-require-change-by-time" en la entrada de configuraci\u00f3n %s: %s |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_REQUIRE_CHANGE_BY_TIME_477=An error occurred while attempting to determine the value for attribute ds-cfg-require-change-by-time in configuration entry %s: %s |
| | | INFO_PWPOLICY_DESCRIPTION_LAST_LOGIN_TIME_ATTR_478=El nombre u OID del tipo de atributo que debe utilizarse para que contenga la fecha y hora del \u00faltimo inicio de sesi\u00f3n de los usuarios con la directiva de contrase\u00f1as asociada. Este atributo debe definirse en el esquema del servidor de directorios como atributo operacional o debe permitirse su uso con el conjunto de clases de objeto para todos los usuarios con la directiva de contrase\u00f1as asociada. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_PWPOLICY_UNDEFINED_LAST_LOGIN_TIME_ATTRIBUTE_479=La definici\u00f3n de directiva de contrase\u00f1as incluida en la entrada de configuraci\u00f3n "%s" no es v\u00e1lida porque no se ha definido el atributo de fecha y hora del \u00faltimo inicio de sesi\u00f3n "%s" en el esquema del servidor. |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_LAST_LOGIN_TIME_ATTR_480=Se ha producido un error al intentar determinar el valor del atributo "ds-cfg-last-login-time-attribute" en la entrada de configuraci\u00f3n %s: %s |
| | | SEVERE_ERR_PWPOLICY_UNDEFINED_LAST_LOGIN_TIME_ATTRIBUTE_479=The password policy definition contained in configuration entry "%s" is invalid because the specified last login time attribute "%s" is not defined in the server schema |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_LAST_LOGIN_TIME_ATTR_480=An error occurred while attempting to determine the value for attribute ds-cfg-last-login-time-attribute in configuration entry %s: %s |
| | | INFO_PWPOLICY_DESCRIPTION_LAST_LOGIN_TIME_FORMAT_481=La cadena de formato que debe utilizarse para generar el valor de fecha y hora del \u00faltimo inicio de sesi\u00f3n para los usuarios con la directiva de contrase\u00f1as asociada. La cadena de formato debe ajustarse a la sintaxis descrita en la documentaci\u00f3n de la API para la clase <CODE>java.text.SimpleDateFormat</CODE>. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_PWPOLICY_INVALID_LAST_LOGIN_TIME_FORMAT_482=La definici\u00f3n de directiva de contrase\u00f1as incluida en la entrada de configuraci\u00f3n "%s" no es v\u00e1lida porque el formato de fecha y hora del \u00faltimo inicio de sesi\u00f3n especificado "%s" no es una cadena de formato v\u00e1lida. La cadena de formato de la fecha y hora del \u00faltimo inicio de sesi\u00f3n debe ajustarse a la sintaxis descrita en la documentaci\u00f3n de la API para la clase <CODE>java.text.SimpleDateFormat</CODE>. |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_LAST_LOGIN_TIME_FORMAT_483=Se ha producido un error al intentar determinar el valor del atributo "ds-cfg-last-login-time-format" en la entrada de configuraci\u00f3n %s: %s |
| | | SEVERE_ERR_PWPOLICY_INVALID_LAST_LOGIN_TIME_FORMAT_482=The password policy definition contained in configuration entry "%s" is invalid because the specified last login time format "%s" is not a valid format string The last login time format string should conform to the syntax described in the API documentation for the <CODE>java.text.SimpleDateFormat</CODE> class |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_LAST_LOGIN_TIME_FORMAT_483=An error occurred while attempting to determine the value for attribute ds-cfg-last-login-time-format in configuration entry %s: %s |
| | | INFO_PWPOLICY_DESCRIPTION_PREVIOUS_LAST_LOGIN_TIME_FORMAT_484=Las cadenas de formato que se hayan utilizado con la fecha y hora del \u00faltimo inicio de sesi\u00f3n en cualquier momento del pasado para los usuarios con la directiva de contrase\u00f1as asociada. Estos valores se utilizan para poder analizar los valores anteriores, pero no se usar\u00e1n para establecer nuevos valores. Estas cadenas de formato deben ajustarse a la sintaxis descrita en la documentaci\u00f3n de la API para la clase <CODE>java.text.SimpleDateFormat</CODE>. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_PWPOLICY_INVALID_PREVIOUS_LAST_LOGIN_TIME_FORMAT_485=La definici\u00f3n de directiva de contrase\u00f1as incluida en la entrada de configuraci\u00f3n "%s" no es v\u00e1lida porque el formato de la fecha y hora del anterior inicio de sesi\u00f3n especificado "%s" no es una cadena de formato v\u00e1lida. La cadena de formato de la fecha y hora del anterior inicio de sesi\u00f3n debe ajustarse a la sintaxis descrita en la documentaci\u00f3n de la API para la clase <CODE>java.text.SimpleDateFormat</CODE>. |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_PREVIOUS_LAST_LOGIN_TIME_FORMAT_486=Se ha producido un error al intentar determinar los valores del atributo "ds-cfg-previous-last-login-time-format" en la entrada de configuraci\u00f3n %s: %s |
| | | SEVERE_ERR_PWPOLICY_INVALID_PREVIOUS_LAST_LOGIN_TIME_FORMAT_485=The password policy definition contained in configuration entry "%s" is invalid because the specified previous last login time format "%s" is not a valid format string The previous last login time format strings should conform to the syntax described in the API documentation for the <CODE>java.text.SimpleDateFormat</CODE> class |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_PREVIOUS_LAST_LOGIN_TIME_FORMAT_486=An error occurred while attempting to determine the values for attribute ds-cfg-previous-last-login-time-format in configuration entry %s: %s |
| | | INFO_PWPOLICY_DESCRIPTION_IDLE_LOCKOUT_INTERVAL_487=El periodo de tiempo m\u00e1ximo que puede permanecer inactiva una cuenta (por ejemplo, el periodo durante el que el usuario asociado no se haya autenticado en el servidor) antes de que se bloquee la cuenta. El valor de este atributo deber\u00eda ser un entero seguido de una unidad de segundos, minutos, horas, d\u00edas o semanas. Si se especifica el valor 0, las cuentas inactivas no deber\u00edan bloquearse autom\u00e1ticamente. Esta funci\u00f3n s\u00f3lo estar\u00e1 disponible si se conserva la fecha y hora del \u00faltimo inicio de sesi\u00f3n. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_IDLE_LOCKOUT_INTERVAL_488=Se ha producido un error al intentar determinar el valor del atributo "ds-cfg-idle-lockout-interval" en la entrada de configuraci\u00f3n %s: %s |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_IDLE_LOCKOUT_INTERVAL_488=An error occurred while attempting to determine the value for attribute ds-cfg-idle-lockout-interval in configuration entry %s: %s |
| | | INFO_PWPOLICY_UPDATED_POLICY_489=La directiva de contrase\u00f1as definida en la entrada de configuraci\u00f3n %s se ha actualizado satisfactoriamente. |
| | | MILD_ERR_ADD_INVALID_PWPOLICY_DN_SYNTAX_490=La entrada "%s" no se puede agregar porque contiene un ND de subentrada de directiva de contrase\u00f1as no v\u00e1lido: %s |
| | | MILD_ERR_ADD_NO_SUCH_PWPOLICY_491=La entrada "%s" no se puede agregar porque hace referencia a una subentrada de directiva de contrase\u00f1as %s que no existe o que no contiene una definici\u00f3n de subentrada de directiva de contrase\u00f1as v\u00e1lida. |
| | | INFO_PWPOLICY_DESCRIPTION_FORCE_CHANGE_ON_ADD_492=Indica si el usuario deber\u00e1 cambiar obligatoriamente sus contrase\u00f1as la primera vez que se autentique en el servidor de directorios una vez creada su cuenta. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_FORCE_CHANGE_ON_ADD_493=Se ha producido un error al intentar determinar el valor del atributo "ds-cfg-force-change-on-add" en la entrada de configuraci\u00f3n %s: %s |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_FORCE_CHANGE_ON_ADD_493=An error occurred while attempting to determine the value for attribute ds-cfg-force-change-on-add in configuration entry %s: %s |
| | | INFO_PWPOLICY_DESCRIPTION_ALLOW_MULTIPLE_PW_VALUES_494=Indica si las entradas de usuario podr\u00e1n tener varios valores distintos para el atributo de contrase\u00f1a. Esto puede ser potencialmente peligroso, ya que muchos de los mecanismos utilizados para cambiar la contrase\u00f1a no funcionan de forma eficaz con una configuraci\u00f3n de este tipo. Si se permiten varios valores de contrase\u00f1a, cualquier de ellos puede utilizarse para la autenticaci\u00f3n y, por lo tanto, todos estar\u00e1n sujetos a las mismas limitaciones de directivas. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_ALLOW_MULTIPLE_PW_VALUES_495=Se ha producido un error al intentar determinar el valor del atributo "ds-cfg-allow-multiple-password-values" en la entrada de configuraci\u00f3n %s: %s |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_ALLOW_MULTIPLE_PW_VALUES_495=An error occurred while attempting to determine the value for attribute ds-cfg-allow-multiple-password-values in configuration entry %s: %s |
| | | MILD_ERR_PWPOLICY_ATTRIBUTE_OPTIONS_NOT_ALLOWED_496=Las opciones de atributos no se permiten para el atributo de contrase\u00f1a %s. |
| | | MILD_ERR_PWPOLICY_MULTIPLE_PW_VALUES_NOT_ALLOWED_497=S\u00f3lo se puede especificar un valor para el atributo de contrase\u00f1a %s. |
| | | MILD_ERR_PWPOLICY_PREENCODED_NOT_ALLOWED_498=No se permiten las contrase\u00f1as precodificadas para el atributo de contrase\u00f1a %s. |
| | | MILD_ERR_PWPOLICY_VALIDATION_FAILED_499=Se ha detectado que el valor de contrase\u00f1a del atributo %s no es aceptable: %s |
| | | SEVERE_ERR_PWPOLICY_MUST_HAVE_WARNING_IF_NOT_EXPIRE_WITHOUT_WARNING_500=La directiva de contrase\u00f1as definida en la entrada de configuraci\u00f3n %s se configura para que env\u00ede siempre, al menos, una notificaci\u00f3n de advertencia antes de que la contrase\u00f1a caduque, aunque no se haya definido ning\u00fan intervalo de contrase\u00f1a. Si el atributo de configuraci\u00f3n "ds-cfg-expire-passwords-without-warning" se establece en "false" (falso), el atributo de configuraci\u00f3n "ds-cfg-password-expiration-warning-interval" debe presentar un valor positivo. |
| | | SEVERE_ERR_PWPOLICY_MUST_HAVE_WARNING_IF_NOT_EXPIRE_WITHOUT_WARNING_500=The password policy defined in configuration entry %s is configured to always send at least one warning notification before the password is expired, but no warning interval has been set. If configuration attribute ds-cfg-expire-passwords-without-warning is set to "false", then configuration attribute ds-cfg-password-expiration-warning-interval must have a positive value |
| | | MILD_ERR_ENQUEUE_BIND_IN_PROGRESS_501=Se est\u00e1 realizando actualmente una operaci\u00f3n de enlace en la conexi\u00f3n de cliente asociada. No se puede realizar ninguna solicitud adicional en esta conexi\u00f3n de cliente hasta que se haya completado la operaci\u00f3n de enlace. |
| | | MILD_ERR_ENQUEUE_MUST_CHANGE_PASSWORD_502=Debe cambiar la contrase\u00f1a antes de poder solicitar una operaci\u00f3n adicional. |
| | | MILD_ERR_PWPSTATE_CANNOT_DECODE_SUBENTRY_VALUE_AS_DN_504=Se ha producido un error al intentar decodificar el valor de "ds-pwp-password-policy-dn" "%s" en la entrada de usuario "%s" como ND: %s |
| | | MILD_ERR_PWPSTATE_NO_SUCH_POLICY_505=La entrada de usuario %s se ha configurado para que utilice una subentrada de directiva de contrase\u00f1as de %s, pero no se ha definido ninguna directiva de contrase\u00f1as de este tipo en la configuraci\u00f3n del servidor. |
| | | MILD_ERR_PWPSTATE_CANNOT_DECODE_GENERALIZED_TIME_506=Se ha producido un error al intentar decodificar el valor "%s" del atributo %s en la entrada de usuario %s de acuerdo con el formato de hora generalizado: %s |
| | | MILD_ERR_PWPSTATE_CANNOT_DECODE_BOOLEAN_507=No se puede decodificar el valor "%s" del atributo %s en la entrada de usuario %s como valor booleano. |
| | | SEVERE_ERR_ADD_AUTHZ_INSUFFICIENT_ACCESS_RIGHTS_508=No se puede agregar la entrada %s debido a que no se dispone de suficientes derechos de acceso. |
| | | SEVERE_ERR_BIND_AUTHZ_INSUFFICIENT_ACCESS_RIGHTS_509=El usuario %s no puede enlazar debido a que no dispone de suficientes derechos de acceso. |
| | | SEVERE_ERR_COMPARE_AUTHZ_INSUFFICIENT_ACCESS_RIGHTS_510=No se puede comparar la entrada %s debido a que no se dispone de suficientes derechos de acceso. |
| | | SEVERE_ERR_DELETE_AUTHZ_INSUFFICIENT_ACCESS_RIGHTS_511=No se puede eliminar la entrada %s debido a que no se dispone de suficientes derechos de acceso. |
| | | SEVERE_ERR_EXTENDED_AUTHZ_INSUFFICIENT_ACCESS_RIGHTS_512=No se puede realizar la operaci\u00f3n ampliada %s debido a que no se dispone de suficientes derechos de acceso. |
| | | SEVERE_ERR_MODDN_AUTHZ_INSUFFICIENT_ACCESS_RIGHTS_513=No se puede cambiar el nombre de la entrada %s debido a que no se dispone de suficientes derechos de acceso. |
| | | SEVERE_ERR_MODIFY_AUTHZ_INSUFFICIENT_ACCESS_RIGHTS_514=No se puede modificar la entrada %s debido a que no se dispone de suficientes derechos de acceso. |
| | | SEVERE_ERR_SEARCH_AUTHZ_INSUFFICIENT_ACCESS_RIGHTS_515=No se puede realizar una b\u00fasqueda en la entrada %s debido a que no se dispone de suficientes derechos de acceso. |
| | | SEVERE_ERR_ADD_AUTHZ_INSUFFICIENT_ACCESS_RIGHTS_508=The entry %s cannot be added due to insufficient access rights |
| | | SEVERE_ERR_BIND_AUTHZ_INSUFFICIENT_ACCESS_RIGHTS_509=The user %s cannot bind due to insufficient access rights |
| | | SEVERE_ERR_COMPARE_AUTHZ_INSUFFICIENT_ACCESS_RIGHTS_510=The entry %s cannot be compared due to insufficient access rights |
| | | SEVERE_ERR_DELETE_AUTHZ_INSUFFICIENT_ACCESS_RIGHTS_511=The entry %s cannot be deleted due to insufficient access rights |
| | | SEVERE_ERR_EXTENDED_AUTHZ_INSUFFICIENT_ACCESS_RIGHTS_512=The extended operation %s cannot be performed due to insufficient access rights |
| | | SEVERE_ERR_MODDN_AUTHZ_INSUFFICIENT_ACCESS_RIGHTS_513=The entry %s cannot be renamed due to insufficient access rights |
| | | SEVERE_ERR_MODIFY_AUTHZ_INSUFFICIENT_ACCESS_RIGHTS_514=The entry %s cannot be modified due to insufficient access rights |
| | | SEVERE_ERR_SEARCH_AUTHZ_INSUFFICIENT_ACCESS_RIGHTS_515=The entry %s cannot be searched due to insufficient access rights |
| | | MILD_ERR_BIND_OPERATION_INSECURE_SIMPLE_BIND_516=Rechazando la solicitud de enlace sencilla del usuario %s porque la directiva de contrase\u00f1as requiere una autenticaci\u00f3n segura. |
| | | MILD_ERR_BIND_OPERATION_ACCOUNT_DISABLED_517=Rechazando la solicitud de enlace del usuario %s porque el administrador ha inhabilitado la cuenta. |
| | | MILD_ERR_BIND_OPERATION_ACCOUNT_FAILURE_LOCKED_518=Rechazando la solicitud de enlace del usuario %s porque la cuenta se ha bloqueado debido a demasiados intentos de autenticaci\u00f3n fallidos. |
| | |
| | | MILD_ERR_BIND_OPERATION_PASSWORD_EXPIRED_521=Rechazando la solicitud de enlace del usuario %s porque ha caducado la contrase\u00f1a del usuario. |
| | | MILD_ERR_PWPSTATE_CANNOT_UPDATE_USER_ENTRY_522=Se ha producido un error al intentar actualizar la informaci\u00f3n de estado de la directiva de contrase\u00f1as para el usuario %s: %s |
| | | MILD_ERR_BIND_OPERATION_INSECURE_SASL_BIND_523=Rechazando la solicitud de enlace SASL %s del usuario %s porque la directiva de contrase\u00f1as requiere una autenticaci\u00f3n segura. |
| | | SEVERE_ERR_WORKQ_CANNOT_PARSE_DN_524=Se ha producido un error al intentar analizar la cadena %s como ND de la entrada de configuraci\u00f3n de la cola de trabajo: %s |
| | | SEVERE_ERR_WORKQ_NO_CONFIG_525=La entrada de configuraci\u00f3n de la cola de trabajo %s no existe en la configuraci\u00f3n del servidor. |
| | | SEVERE_ERR_WORKQ_CANNOT_PARSE_DN_524=An error occurred while attempting to parse string %s as the DN of the work queue configuration entry: %s |
| | | SEVERE_ERR_WORKQ_NO_CONFIG_525=Work queue configuration entry %s does not exist in the server configuration |
| | | INFO_WORKQ_DESCRIPTION_CLASS_526=El nombre completo de la clase de Java que proporciona la l\u00f3gica de la cola de trabajo del n\u00facleo central para el servidor de directorios. Para poder aplicar los cambios realizados en el atributo de configuraci\u00f3n, es necesario reiniciar el servidor. |
| | | SEVERE_ERR_WORKQ_NO_CLASS_ATTR_527=La entrada de configuraci\u00f3n %s no contiene el atributo necesario %s que especifica el nombre de clase completo de la implementaci\u00f3n de la cola de trabajo. |
| | | SEVERE_ERR_WORKQ_CANNOT_LOAD_528=Se ha producido un error al intentar cargar la clase %s para utilizarla como implementaci\u00f3n de la cola de trabajo del servidor de directorios: %s |
| | | SEVERE_ERR_WORKQ_CANNOT_INSTANTIATE_529=Se ha producido un error al intentar crear una instancia de la clase %s para utilizarla como cola de trabajo del servidor de directorios: %s |
| | | SEVERE_ERR_CANNOT_REGISTER_DUPLICATE_ALTERNATE_ROOT_BIND_DN_530=El ND de enlace ra\u00edz alternativo "%s" ya se ha registrado en el servidor de directorios para el ND de entrada ra\u00edz real "%s" |
| | | SEVERE_ERR_WORKQ_NO_CLASS_ATTR_527=Configuration entry %s does not contain required attribute %s that specifies the fully-qualified class name for the work queue implementation |
| | | SEVERE_ERR_WORKQ_CANNOT_LOAD_528=An error occurred while trying to load class %s to use as the Directory Server work queue implementation: %s |
| | | SEVERE_ERR_WORKQ_CANNOT_INSTANTIATE_529=An error occurred while trying to create an instance of class %s to use as the Directory Server work queue: %s |
| | | SEVERE_ERR_CANNOT_REGISTER_DUPLICATE_ALTERNATE_ROOT_BIND_DN_530=The alternate root bind DN "%s" is already registered with the Directory Server for actual root entry DN "%s" |
| | | MILD_ERR_BIND_OPERATION_ACCOUNT_EXPIRED_531=Rechazando la solicitud de enlace del usuario %s porque la cuenta ha caducado. |
| | | MILD_ERR_MODIFY_PASSWORDS_CANNOT_HAVE_OPTIONS_532=Los atributos utilizados para contener las contrase\u00f1as de usuario no pueden presentar ninguna opci\u00f3n de atributo. |
| | | MILD_ERR_MODIFY_NO_USER_PW_CHANGES_533=No se permite a los usuarios que cambien sus propias contrase\u00f1as. |
| | |
| | | INFO_MODIFY_ACCOUNT_DISABLED_554=Se ha inhabilitado de forma administrativa la contrase\u00f1a de usuario. |
| | | INFO_MODIFY_ACCOUNT_UNLOCKED_555=Se ha desbloqueado de forma administrativa la contrase\u00f1a de usuario. |
| | | MILD_ERR_MODIFY_PASSWORD_EXISTS_556=El valor de contrase\u00f1a especificado ya existe en la entrada de usuario. |
| | | SEVERE_WARN_BIND_MULTIPLE_USER_LOOKTHROUGH_LIMITS_557=Hay varios valores de l\u00edmite de comprobaci\u00f3n espec\u00edficos del usuario en la entrada de usuario %s. Se utilizar\u00e1 el l\u00edmite de comprobaci\u00f3n del servidor predeterminado. |
| | | SEVERE_WARN_BIND_CANNOT_PROCESS_USER_LOOKTHROUGH_LIMIT_558=El valor de l\u00edmite de comprobaci\u00f3n espec\u00edfico del usuario %s incluido en la entrada de usuario %s no se pudo analizar como entero. Se utilizar\u00e1 el l\u00edmite de comprobaci\u00f3n del servidor predeterminado. |
| | | SEVERE_WARN_BIND_MULTIPLE_USER_LOOKTHROUGH_LIMITS_557=There are multiple user-specific lookthrough limit values contained in user entry %s. The default server lookthrough limit will be used |
| | | SEVERE_WARN_BIND_CANNOT_PROCESS_USER_LOOKTHROUGH_LIMIT_558=The user-specific lookthrough limit value %s contained in user entry %s could not be parsed as an integer. The default server lookthrough limit will be used |
| | | MILD_ERR_ENTRY_DUPLICATE_VALUES_559=No se puede agregar uno o varios valores al atributo %s porque, al menos, uno de los valores ya existe. |
| | | MILD_ERR_ENTRY_NO_SUCH_VALUE_560=No se puede suprimir uno o varios de los valores del atributo %s porque, al menos, uno de los atributos no existe en la entrada. |
| | | MILD_ERR_ENTRY_OC_INCREMENT_NOT_SUPPORTED_561=La operaci\u00f3n de incremento no se admite para el atributo de clase de objeto. |
| | |
| | | MILD_ERR_ENTRY_INCREMENT_MULTIPLE_VALUES_563=No se puede aumentar el valor del atributo %s porque hay varios valores para ese atributo. |
| | | MILD_ERR_ENTRY_INCREMENT_INVALID_VALUE_COUNT_564=No se puede aumentar el valor del atributo %s porque la modificaci\u00f3n especificada no presenta exactamente un valor para usarlo como incremento. |
| | | MILD_ERR_ENTRY_INCREMENT_CANNOT_PARSE_AS_INT_565=No se puede aumentar el valor del atributo %s porque el incremento o el valor actual no se puede analizar como entero. |
| | | SEVERE_ERR_MODIFY_NO_MODIFICATIONS_566=La entrada %s no se puede actualizar porque la solicitud no contiene ninguna modificaci\u00f3n. |
| | | SEVERE_ERR_MODIFY_NO_MODIFICATIONS_566=Entry %s cannot be updated because the request did not contain any modifications |
| | | INFO_DSCORE_DESCRIPTION_NODETACH_567=No separar del terminal y seguir ejecutando en primer plano |
| | | MILD_ERR_ENTRY_INCREMENT_NO_SUCH_ATTRIBUTE_568=No se puede aumentar el valor del atributo % porque no existe ese atributo en la entrada. |
| | | INFO_DSCORE_TOOL_DESCRIPTION_569=Esta utilidad se puede usar para iniciar el servidor de directorios, as\u00ed como para obtener la versi\u00f3n del servidor y otros formularios de informaci\u00f3n general del servidor. |
| | | MILD_ERR_EXTENDED_UNSUPPORTED_CRITICAL_CONTROL_570=No se puede procesar la solicitud para la operaci\u00f3n ampliada %s porque contiene un control cr\u00edtico no admitido con el OID %s. |
| | | SEVERE_ERR_REGISTER_BACKEND_ALREADY_EXISTS_571=No se puede registrar el servidor de fondo % en el servidor de directorios porque ya se ha registrado otro servidor de fondo con el mismo Id. |
| | | SEVERE_ERR_REGISTER_BASEDN_ALREADY_EXISTS_572=No se puede registrar el ND de base % en el servidor de directorios para el servidor de fondo %s porque ya se ha registrado ese ND de base para el servidor de fondo %s. |
| | | SEVERE_ERR_REGISTER_BASEDN_HIERARCHY_CONFLICT_573=No se puede registrar el ND de base % en el servidor de directorios para el servidor de fondo %s porque ese servidor de fondo ya contiene otro ND de base %s que se encuentra en la misma ruta jer\u00e1rquica. |
| | | SEVERE_ERR_REGISTER_BASEDN_DIFFERENT_PARENT_BASES_574=No se puede registrar el ND de base % en el servidor de directorios para el servidor de fondo %s porque ese servidor de fondo ya contiene otro ND de base %s que no est\u00e1 subordinado al mismo ND de base en el servidor de fondo principal. |
| | | SEVERE_ERR_REGISTER_BASEDN_NEW_BASE_NOT_SUBORDINATE_575=No se puede registrar el ND de base % en el servidor de directorios para el servidor de fondo %s porque ese servidor de fondo ya contiene otro ND de base %s subordinado al servidor de fondo %s, aunque el nuevo ND de base no lo est\u00e9. |
| | | SEVERE_WARN_REGISTER_BASEDN_ENTRIES_IN_MULTIPLE_BACKENDS_576=El servidor de fondo %s ya contiene una entrada %s que se acaba de registrar como ND de base para el servidor de fondo %s. Estas entradas en conflicto pueden provocar resultados de b\u00fasqueda inesperados o poco fiables, por lo que ambos servidores de fondo deber\u00edan reinicializarse para garantizar que cada uno presente el contenido correcto. |
| | | SEVERE_ERR_DEREGISTER_BASEDN_NOT_REGISTERED_577=No se puede anular el registro del ND de base %s en el servidor de directorios porque no se ha registrado ese ND de base para ning\u00fan servidor de fondo activo. |
| | | SEVERE_WARN_DEREGISTER_BASEDN_MISSING_HIERARCHY_578=Se ha anulado el registro del ND de base % en el servidor de directorios para el servidor de fondo %s. Este ND de base presenta tanto entradas superiores como subordinadas en otros servidores de fondo. Es posible que se produzca un comportamiento incoherente o inesperado al acceder a las entradas de esta parte de la jerarqu\u00eda debido a las entradas ausentes que se han conservado en el servidor de fondo cuyo registro se ha anulado. |
| | | SEVERE_ERR_REGISTER_BACKEND_ALREADY_EXISTS_571=Unable to register backend %s with the Directory Server because another backend with the same backend ID is already registered |
| | | SEVERE_ERR_REGISTER_BASEDN_ALREADY_EXISTS_572=Unable to register base DN %s with the Directory Server for backend %s because that base DN is already registered for backend %s |
| | | SEVERE_ERR_REGISTER_BASEDN_HIERARCHY_CONFLICT_573=Unable to register base DN %s with the Directory Server for backend %s because that backend already contains another base DN %s that is within the same hierarchical path |
| | | SEVERE_ERR_REGISTER_BASEDN_DIFFERENT_PARENT_BASES_574=Unable to register base DN %s with the Directory Server for backend %s because that backend already contains another base DN %s that is not subordinate to the same base DN in the parent backend |
| | | SEVERE_ERR_REGISTER_BASEDN_NEW_BASE_NOT_SUBORDINATE_575=Unable to register base DN %s with the Directory Server for backend %s because that backend already contains one or more other base DNs that are subordinate to backend %s but the new base DN is not |
| | | SEVERE_WARN_REGISTER_BASEDN_ENTRIES_IN_MULTIPLE_BACKENDS_576=Backend %s already contains entry %s which has just been registered as the base DN for backend %s. These conflicting entries can cause unexpected or errant search results, and both backends should be reinitialized to ensure that each has the correct content |
| | | SEVERE_ERR_DEREGISTER_BASEDN_NOT_REGISTERED_577=Unable to de-register base DN %s with the Directory Server because that base DN is not registered for any active backend |
| | | SEVERE_WARN_DEREGISTER_BASEDN_MISSING_HIERARCHY_578=Base DN %s has been deregistered from the Directory Server for backend %s. This base DN had both superior and subordinate entries in other backends, and there might be inconsistent or unexpected behavior when accessing entries in this portion of the hierarchy because of the missing entries that had been held in the de-registered backend |
| | | MILD_ERR_SCHEMA_CIRCULAR_DEPENDENCY_REFERENCE_579=No se puede actualizar el elemento de esquema con la definici\u00f3n "%s" porque se ha identificado una referencia circular al intentar reconstruir los dem\u00e1s elementos de esquema que dependen de \u00e9l. |
| | | MILD_ERR_REJECT_UNAUTHENTICATED_OPERATION_580=Rechazando la operaci\u00f3n solicitada porque no se ha autenticado la conexi\u00f3n. |
| | | SEVERE_WARN_ADD_ATTR_IS_OBSOLETE_581=La entrada "%s" no se puede agregar porque contiene el tipo de atributo %s que se ha declarado OBSOLETO en el esquema del servidor. |
| | | SEVERE_WARN_ADD_OC_IS_OBSOLETE_582=La entrada "%s" no se puede agregar porque contiene el objeto de clase %s que se ha declarado OBSOLETO en el esquema del servidor. |
| | | SEVERE_WARN_ADD_ATTR_IS_OBSOLETE_581=Entry "%s" cannot be added because it contains attribute type %s which is declared OBSOLETE in the server schema |
| | | SEVERE_WARN_ADD_OC_IS_OBSOLETE_582=Entry "%s" cannot be added because it contains objectclass %s which is declared OBSOLETE in the server schema |
| | | MILD_ERR_MODIFY_ATTR_IS_OBSOLETE_583=La entrada %s no se puede modificar porque el proceso de modificaci\u00f3n ha intentado establecer uno o varios valores nuevos para el atributo %s, marcado como OBSOLETO en el esquema del servidor. |
| | | MILD_ERR_ENTRY_ADD_OBSOLETE_OC_584=La clase de objeto %s agregada a la entrada %s se ha marcado como OBSOLETA en el esquema del servidor. |
| | | MILD_ERR_MODDN_NEWRDN_ATTR_IS_OBSOLETE_585=La operaci\u00f3n de modificaci\u00f3n de ND para la entrada %s no se puede realizar porque el nuevo RDN incluye un tipo de atributo %s que se ha declarado como OBSOLETO en el esquema del servidor. |
| | |
| | | MILD_WARN_CLIENTCONNECTION_DISCONNECT_DUE_TO_DELETE_588=Finalizando la conexi\u00f3n porque su entrada de autenticaci\u00f3n o autorizaci\u00f3n asociada se ha eliminado %s |
| | | MILD_ERR_MODIFY_PWRESET_INSUFFICIENT_PRIVILEGES_589=No dispone de suficientes privilegios para restablecer las contrase\u00f1as de usuario. |
| | | MILD_ERR_COMPARE_CONFIG_INSUFFICIENT_PRIVILEGES_590=No dispone de suficientes privilegios para acceder a la configuraci\u00f3n del servidor. |
| | | SEVERE_ERR_ADD_CHANGE_PRIVILEGE_INSUFFICIENT_PRIVILEGES_591=No dispone de suficientes privilegios para agregar entradas que incluyan privilegios. |
| | | SEVERE_ERR_ADD_CHANGE_PRIVILEGE_INSUFFICIENT_PRIVILEGES_591=You do not have sufficient privileges to add entries that include privileges |
| | | MILD_ERR_MODIFY_CHANGE_PRIVILEGE_INSUFFICIENT_PRIVILEGES_592=No dispone de suficientes privilegios para modificar el conjunto de privilegios incluido en la entrada. |
| | | INFO_CLIENTCONNECTION_AUDIT_HASPRIVILEGE_593=Determinaci\u00f3n de "hasPrivilege" para connID=%d opID=%d requesterDN="%s" privilege="%s" result=%b |
| | | INFO_CLIENTCONNECTION_AUDIT_HASPRIVILEGES_594=Determinaci\u00f3n de "hasPrivilege" para connID=%d opID=%d requesterDN="%s" privilegeSet="%s" result=%b |
| | | MILD_ERR_PROXYAUTH_INSUFFICIENT_PRIVILEGES_595=No dispone de suficientes privilegios para usar el control de autorizaci\u00f3n de proxy. |
| | | INFO_DSCORE_DESCRIPTION_CHECK_STARTABILITY_596=Se utiliza para determinar si el servidor puede iniciarse o no y el modo que debe usarse para iniciarlo. |
| | | MILD_ERR_ENTRY_SCHEMA_ATTR_NO_VALUES_597=La entrada %s infringe la configuraci\u00f3n del esquema del servidor de directorios porque incluye el atributo %s sin ning\u00fan valor. |
| | | FATAL_ERR_DSCORE_ERROR_NODETACH_AND_WINDOW_SERVICE_598=OpenDS se ha configurado para que se ejecute como servicio de ventanas y no puede ejecutarse en el modo sin separaci\u00f3n. |
| | | FATAL_ERR_DSCORE_ERROR_NODETACH_AND_WINDOW_SERVICE_598=OpenDS is configured to run as a window service and it cannot run in no-detach mode |
| | | INFO_DSCORE_DESCRIPTION_WINDOWS_NET_START_599=El c\u00f3digo del servicio de ventanas se utiliza para informar de que se est\u00e1 llamando a "start-ds" desde los servicios de ventanas despu\u00e9s de una llamada al inicio de red. |
| | | MILD_ERR_ENTRY_DECODE_UNRECOGNIZED_VERSION_600=No se puede decodificar la entrada porque presenta un valor de byte de versi\u00f3n de entrada no admitida de %s. |
| | | MILD_ERR_ENTRY_DECODE_EXCEPTION_601=No se puede decodificar la entrada porque se ha detectado una excepci\u00f3n inesperada durante el procesamiento: %s |
| | |
| | | INFO_RESULT_SORT_CONTROL_MISSING_608=Falta el control de ordenaci\u00f3n. |
| | | INFO_RESULT_OFFSET_RANGE_ERROR_609=Error de intervalo de desplazamiento |
| | | INFO_RESULT_VIRTUAL_LIST_VIEW_ERROR_610=Error de vista de lista virtual |
| | | SEVERE_ERR_CONTROL_INSUFFICIENT_ACCESS_RIGHTS_611=El control solicitado con el Identificador de objeto (OID) "%s" no se puede utilizar debido a que no se dispone de suficientes derechos de acceso. |
| | | SEVERE_ERR_HOST_PORT_ALREADY_SPECIFIED_612=El controlador de conexi\u00f3n %s est\u00e1 intentando utilizar la escucha %s que ya est\u00e1 siendo utilizada por otro controlador. |
| | | SEVERE_ERR_HOST_PORT_CANNOT_BE_USED_613=El servidor no puede utilizar la escucha %s del controlador de conexi\u00f3n %s porque ya est\u00e1 siendo utilizada por otro proceso o no dispone de suficientes derechos para usarla. |
| | | SEVERE_ERR_NOT_AVAILABLE_CONNECTION_HANDLERS_614=No hay ning\u00fan controlador de conexi\u00f3n habilitado disponible. |
| | | SEVERE_ERR_ERROR_STARTING_CONNECTION_HANDLERS_615=No se pudieron iniciar los controladores de conexi\u00f3n. |
| | | SEVERE_ERR_BIND_REJECTED_LOCKDOWN_MODE_616=No se puede procesar el enlace no ra\u00edz porque el servidor se encuentra en modo de bloqueo. |
| | | SEVERE_WARN_DIRECTORY_SERVER_ENTERING_LOCKDOWN_MODE_617=El servidor de directorios est\u00e1 entrando en el modo de bloqueo, en el que los clientes s\u00f3lo podr\u00e1n conectarse mediante una direcci\u00f3n de bucle invertido y s\u00f3lo los usuarios root podr\u00e1n procesar operaciones. |
| | | SEVERE_ERR_CONTROL_INSUFFICIENT_ACCESS_RIGHTS_611=The request control with Object Identifier (OID) "%s" cannot be used due to insufficient access rights |
| | | SEVERE_ERR_HOST_PORT_ALREADY_SPECIFIED_612=The connection handler %s is trying to use the listener %s which is already in use by another connection handler |
| | | SEVERE_ERR_HOST_PORT_CANNOT_BE_USED_613=The server cannot use the listener %s of connection handler %s because it is already being used by another process or because it does not have the rights to use it |
| | | SEVERE_ERR_NOT_AVAILABLE_CONNECTION_HANDLERS_614=No enabled connection handler available |
| | | SEVERE_ERR_ERROR_STARTING_CONNECTION_HANDLERS_615=Could not start connection handlers |
| | | SEVERE_ERR_BIND_REJECTED_LOCKDOWN_MODE_616=Unable to process the non-root bind because the server is in lockdown mode |
| | | SEVERE_WARN_DIRECTORY_SERVER_ENTERING_LOCKDOWN_MODE_617=The Directory Server is entering lockdown mode, in which clients will only be allowed to connect via a loopback address, and only root users will be allowed to process operations |
| | | NOTICE_DIRECTORY_SERVER_LEAVING_LOCKDOWN_MODE_618=El servidor de directorios est\u00e1 saliendo del modo de bloqueo y reanudar\u00e1 su funcionamiento normal. |
| | | NOTICE_REJECT_OPERATION_IN_LOCKDOWN_MODE_619=Rechazando la operaci\u00f3n solicitada porque el servidor se encuentra en modo de bloqueo y s\u00f3lo se aceptar\u00e1n solicitudes de usuarios root a trav\u00e9s de conexiones de bucle invertido. |
| | | SEVERE_ERR_COMPRESSEDSCHEMA_UNRECOGNIZED_AD_TOKEN_620=No se puede decodificar el atributo especificado porque se ha utilizado un token de descripci\u00f3n de atributo no definido %s. |
| | | SEVERE_ERR_COMPRESSEDSCHEMA_UNKNOWN_OC_TOKEN_621=No se puede decodificar el conjunto de clases de objeto especificado porque se ha utilizado un token no definido %s. |
| | | SEVERE_ERR_COMPRESSEDSCHEMA_CANNOT_WRITE_UPDATED_DATA_622=No se pueden escribir los datos actualizados del token de esquema comprimido: %s |
| | | SEVERE_ERR_ENTRYENCODECFG_INVALID_LENGTH_623=No se puede decodificar el elemento de configuraci\u00f3n de la codificaci\u00f3n de la entrada especificado porque presenta una longitud no v\u00e1lida. |
| | | SEVERE_ERR_COMPRESSEDSCHEMA_UNRECOGNIZED_AD_TOKEN_620=Unable to decode the provided attribute because it used an undefined attribute description token %s |
| | | SEVERE_ERR_COMPRESSEDSCHEMA_UNKNOWN_OC_TOKEN_621=Unable to decode the provided object class set because it used an undefined token %s |
| | | SEVERE_ERR_COMPRESSEDSCHEMA_CANNOT_WRITE_UPDATED_DATA_622=Unable to write the updated compressed schema token data: %s |
| | | SEVERE_ERR_ENTRYENCODECFG_INVALID_LENGTH_623=Unable to decode the provided entry encode configuration element because it has an invalid length |
| | | INFO_RESULT_NO_OPERATION_624=No hay ninguna operaci\u00f3n. |
| | | SEVERE_ERR_SEARCH_FILTER_CREATE_EXTENSIBLE_MATCH_NO_AT_OR_MR_625=No se puede crear un filtro de b\u00fasqueda de coincidencia extensible mediante la informaci\u00f3n especificada porque no contiene ning\u00fan tipo de atributo ni Id. de regla coincidente. Debe especificarse, al menos, uno de estos elementos. |
| | | SEVERE_ERR_SEARCH_FILTER_EXTENSIBLE_MATCH_NO_AD_OR_MR_626=El filtro de b\u00fasqueda especificado "%s" no se pudo decodificar porque el componente de coincidencia extensible que comenzaba en la posici\u00f3n %d no conten\u00eda ninguna descripci\u00f3n de atributo ni Id. de regla coincidente. Debe especificarse, al menos, uno de estos elementos. |
| | | SEVERE_ERR_SEARCH_FILTER_EXTENSIBLE_MATCH_NO_SUCH_MR_627=El filtro de b\u00fasqueda especificado "%s" no se pudo decodificar porque el componente de coincidencia extensible que comenzaba en la posici\u00f3n %d hac\u00eda referencia a una regla coincidente desconocida %s. |
| | | SEVERE_ERR_SEARCH_FILTER_CREATE_EXTENSIBLE_MATCH_NO_AT_OR_MR_625=Unable to create an extensible match search filter using the provided information because it did not contain either an attribute type or a matching rule ID. At least one of these must be provided |
| | | SEVERE_ERR_SEARCH_FILTER_EXTENSIBLE_MATCH_NO_AD_OR_MR_626=The provided search filter "%s" could not be decoded because the extensible match component starting at position %d did not contain either an attribute description or a matching rule ID. At least one of these must be provided |
| | | SEVERE_ERR_SEARCH_FILTER_EXTENSIBLE_MATCH_NO_SUCH_MR_627=The provided search filter "%s" could not be decoded because the extensible match component starting at position %d referenced an unknown matching rule %s |
| | | MILD_ERR_BIND_OPERATION_WRITABILITY_DISABLED_628=Rechazando una solicitud de enlace para el usuario %s porque todo el servidor o el servidor de fondo del usuario presenta el modo de capacidad de escritura "inhabilitado" y no se permiten las actualizaciones de estado de directivas de contrase\u00f1as. |
| | | MILD_ERR_MODIFY_PW_IN_HISTORY_629=Se ha encontrado una nueva contrase\u00f1a en el historial de contrase\u00f1as del usuario. |
| | | SEVERE_WARN_BIND_MULTIPLE_USER_IDLE_TIME_LIMITS_630=Hay varios valores de l\u00edmite de tiempo de inactividad espec\u00edficos del usuario en la entrada de usuario %s. Se utilizar\u00e1 el l\u00edmite de tiempo de inactividad del servidor predeterminado. |
| | | SEVERE_WARN_BIND_CANNOT_PROCESS_USER_IDLE_TIME_LIMIT_631=El valor de l\u00edmite de tiempo de inactividad espec\u00edfico del usuario %s incluido en la entrada de usuario %s no se pudo analizar como entero. Se utilizar\u00e1 el l\u00edmite de tiempo de inactividad del servidor predeterminado. |
| | | SEVERE_WARN_BIND_MULTIPLE_USER_IDLE_TIME_LIMITS_630=There are multiple user-specific idle time limit values contained in user entry %s. The default server idle time limit will be used |
| | | SEVERE_WARN_BIND_CANNOT_PROCESS_USER_IDLE_TIME_LIMIT_631=The user-specific idle time limit value %s contained in user entry %s could not be parsed as an integer. The default server idle time limit will be used |
| | | INFO_IDLETIME_LIMIT_EXCEEDED_632=Esta conexi\u00f3n se ha finalizado porque ha permanecido inactiva durante demasiado tiempo. |
| | | SEVERE_ERR_PWPOLICY_WARNING_INTERVAL_LARGER_THAN_MAX_AGE_633=La entrada de configuraci\u00f3n de directivas de contrase\u00f1as "%s" no es v\u00e1lida porque, si se ha configurado una antig\u00fcedad m\u00e1xima de contrase\u00f1a, el intervalo de advertencia de caducidad de la contrase\u00f1a debe ser inferior a la antig\u00fcedad m\u00e1xima de la contrase\u00f1a. |
| | | SEVERE_ERR_PWPOLICY_MIN_AGE_PLUS_WARNING_GREATER_THAN_MAX_AGE_634=La entrada de configuraci\u00f3n de directivas de contrase\u00f1as "%s" no es v\u00e1lida porque, si se ha configurado una antig\u00fcedad m\u00e1xima y m\u00ednima de la contrase\u00f1a, la suma de la antig\u00fcedad m\u00ednima de la contrase\u00f1a y el intervalo de advertencia de caducidad de la contrase\u00f1a debe ser inferior a la antig\u00fcedad m\u00e1xima de la contrase\u00f1a. |
| | | SEVERE_ERR_REGISTER_WORKFLOW_ALREADY_EXISTS_635=No se puede registrar el flujo de trabajo % en el servidor de directorios porque ya se ha registrado otro flujo de trabajo con el mismo Id. |
| | | SEVERE_ERR_REGISTER_WORKFLOW_NODE_ALREADY_EXISTS_636=No se puede registrar el nodo del flujo de trabajo %s en el grupo de red %s porque ya se ha registrado otro nodo de flujo de trabajo con el mismo Id. |
| | | SEVERE_ERR_REGISTER_NETWORK_GROUP_ALREADY_EXISTS_637=No se puede registrar el grupo de red %s en el servidor de directorios porque ya se ha registrado otro grupo de red con el mismo Id. |
| | | SEVERE_ERR_PWPOLICY_WARNING_INTERVAL_LARGER_THAN_MAX_AGE_633=The password policy configuration entry "%s" is invalid because if a maximum password age is configured, then the password expiration warning interval must be shorter than the maximum password age |
| | | SEVERE_ERR_PWPOLICY_MIN_AGE_PLUS_WARNING_GREATER_THAN_MAX_AGE_634=The password policy configuration entry "%s" is invalid because if both a minimum password age and a maximum password age are configured, then the sum of the minimum password age and the password expiration warning interval must be shorter than the maximum password age |
| | | SEVERE_ERR_REGISTER_WORKFLOW_ALREADY_EXISTS_635=Unable to register workflow %s with the Directory Server because another workflow with the same workflow ID is already registered |
| | | SEVERE_ERR_REGISTER_WORKFLOW_NODE_ALREADY_EXISTS_636=Unable to register workflow node %s with the network group %s because another workflow node with the same workflow node ID is already registered |
| | | SEVERE_ERR_REGISTER_NETWORK_GROUP_ALREADY_EXISTS_637=Unable to register network group %s with the Directory Server because another network group with the same network group ID is already registered |
| | | MILD_ERR_IDLETIME_DISCONNECT_ERROR_638=Se ha producido un error al intentar desconectar la conexi\u00f3n del cliente %d: %s |
| | | SEVERE_ERR_IDLETIME_UNEXPECTED_ERROR_639=Se ha producido un error inesperado en el subproceso de l\u00edmite de tiempo de inactividad: %s |
| | | SEVERE_ERR_DIRCFG_SERVER_ALREADY_RUNNING_640=El servidor de directorios se est\u00e1 ejecutando actualmente. No se permiten los cambios en la configuraci\u00f3n de entorno mientras se est\u00e9 ejecutando el servidor. |
| | | SEVERE_ERR_DIRCFG_INVALID_SERVER_ROOT_641=El directorio ra\u00edz del servidor especificado '%s' no es v\u00e1lido. La ruta especificada debe existir y debe ser un directorio. |
| | | SEVERE_ERR_DIRCFG_INVALID_CONFIG_FILE_642=La ruta al archivo de configuraci\u00f3n especificada '%s' no es v\u00e1lida. La ruta especificada debe existir y debe ser un archivo. |
| | | SEVERE_ERR_DIRCFG_INVALID_CONFIG_CLASS_643=La clase del controlador de configuraci\u00f3n especificada '%s' no es v\u00e1lida. La clase especificada debe ser una subclase de la superclase "org.opends.server.api.ConfigHandler". |
| | | SEVERE_ERR_DIRCFG_INVALID_SCHEMA_DIRECTORY_644=El directorio de configuraci\u00f3n del esquema especificado '%s' no es v\u00e1lido. La ruta especificada debe existir y debe ser un directorio. |
| | | SEVERE_ERR_DIRCFG_INVALID_LOCK_DIRECTORY_645=El directorio de bloqueo especificado '%s' no es v\u00e1lido. La ruta especificada debe existir y debe ser un directorio. |
| | | SEVERE_ERR_DIRCFG_INVALID_CONCURRENCY_LEVEL_646=El nivel de concurrencia de la tabla de bloqueo especificado %d no es v\u00e1lido. Debe ser un valor de entero superior a cero. |
| | | SEVERE_ERR_DIRCFG_INVALID_LOCK_TABLE_SIZE_647=El tama\u00f1o de la tabla de bloqueo inicial especificado %d no es v\u00e1lido. Debe ser un valor de entero superior a cero. |
| | | FATAL_ERR_CANNOT_SET_ENVIRONMENT_CONFIG_WHILE_RUNNING_648=El servidor de directorios se est\u00e1 ejecutando actualmente. No se puede modificar la configuraci\u00f3n de entorno mientras el servidor est\u00e9 en l\u00ednea. |
| | | SEVERE_ERR_CRYPTOMGR_SSL_CONTEXT_CANNOT_INITIALIZE_649=Se ha producido un error al intentar inicializar un contexto SSL para la comunicaci\u00f3n de servidor a servidor: %s |
| | | SEVERE_ERR_CRYPTOMGR_ADS_TRUST_STORE_BACKEND_NOT_ENABLED_650=No se ha habilitado el servidor de fondo del almac\u00e9n de confianza ADS %s. |
| | | SEVERE_ERR_CRYPTOMGR_ADS_TRUST_STORE_BACKEND_WRONG_CLASS_651=El servidor de fondo %s no es un servidor de fondo de almac\u00e9n de confianza. |
| | | SEVERE_ERR_IDLETIME_UNEXPECTED_ERROR_639=An unexpected error occurred in the idle time limit thread: %s |
| | | SEVERE_ERR_DIRCFG_SERVER_ALREADY_RUNNING_640=The Directory Server is currently running. Environment configuration changes are not allowed with the server running |
| | | SEVERE_ERR_DIRCFG_INVALID_SERVER_ROOT_641=The specified server root directory '%s' is invalid. The specified path must exist and must be a directory |
| | | SEVERE_ERR_DIRCFG_INVALID_CONFIG_FILE_642=The specified config file path '%s' is invalid. The specified path must exist and must be a file |
| | | SEVERE_ERR_DIRCFG_INVALID_CONFIG_CLASS_643=The specified config handler class '%s' is invalid. The specified class must be a subclass of the org.opends.server.api.ConfigHandler superclass |
| | | SEVERE_ERR_DIRCFG_INVALID_SCHEMA_DIRECTORY_644=The specified schema configuration directory '%s' is invalid. The specified path must exist and must be a directory |
| | | SEVERE_ERR_DIRCFG_INVALID_LOCK_DIRECTORY_645=The specified lock directory '%s' is invalid. The specified path must exist and must be a directory |
| | | SEVERE_ERR_DIRCFG_INVALID_CONCURRENCY_LEVEL_646=The specified lock table concurrency level %d is invalid. It must be an integer value greater than zero |
| | | SEVERE_ERR_DIRCFG_INVALID_LOCK_TABLE_SIZE_647=The specified initial lock table size %d is invalid. It must be an integer value greater than zero |
| | | FATAL_ERR_CANNOT_SET_ENVIRONMENT_CONFIG_WHILE_RUNNING_648=The Directory Server is currently running. The environment configuration can not be altered while the server is online |
| | | SEVERE_ERR_CRYPTOMGR_SSL_CONTEXT_CANNOT_INITIALIZE_649=An error occurred while attempting to initialize a SSL context for server to server communication: %s |
| | | SEVERE_ERR_CRYPTOMGR_ADS_TRUST_STORE_BACKEND_NOT_ENABLED_650=The ADS trust store backend %s is not enabled |
| | | SEVERE_ERR_CRYPTOMGR_ADS_TRUST_STORE_BACKEND_WRONG_CLASS_651=The backend %s is not a trust store backend |
| | | INFO_DSCORE_DESCRIPTION_LASTKNOWNGOODCFG_652=Intento de efectuar el inicio con la configuraci\u00f3n aplicada durante el \u00faltimo inicio satisfactorio (si est\u00e1 disponible) en lugar de utilizar la configuraci\u00f3n activa actual. |
| | | INFO_TRUSTSTORESYNC_ADMIN_SUFFIX_SEARCH_FAILED_653=Error al intentar buscar la base %s para sincronizar el almac\u00e9n de confianza: %s |
| | | SEVERE_ERR_TRUSTSTORESYNC_EXCEPTION_654=Se ha producido un error en el subproceso de sincronizaci\u00f3n del almac\u00e9n de confianza: %s |
| | | SEVERE_ERR_TRUSTSTORESYNC_EXCEPTION_654=An error occurred in the trust store synchronization thread: %s |
| | | INFO_TRUSTSTORESYNC_ADD_FAILED_655=Error al intentar agregar la entrada %s al almac\u00e9n de confianza: %s |
| | | INFO_TRUSTSTORESYNC_DELETE_FAILED_656=Error al intentar eliminar la entrada %s del almac\u00e9n de confianza: %s |
| | | SEVERE_ERR_PWPOLICY_SCHEME_DOESNT_SUPPORT_AUTH_657=El esquema de almacenamiento de contrase\u00f1as definido en la entrada de configuraci\u00f3n %s no admite la sintaxis de contrase\u00f1as de autenticaci\u00f3n utilizada por el atributo de contrase\u00f1a %s. |
| | | SEVERE_ERR_PWPOLICY_NO_SUCH_DEPRECATED_SCHEME_658=La entrada de configuraci\u00f3n de directivas de contrase\u00f1as %s hace referencia a un ND de esquema de almacenamiento de contrase\u00f1as desaprobado %s, que no est\u00e1 disponible para su uso en el servidor. |
| | | SEVERE_ERR_PWPOLICY_DEPRECATED_SCHEME_NOT_AUTH_659=La entrada de configuraci\u00f3n de directivas de contrase\u00f1as %s hace referencia a un ND de esquema de almacenamiento de contrase\u00f1as desaprobado %s, que no admite la sintaxis de contrase\u00f1as de autenticaci\u00f3n. |
| | | SEVERE_WARN_GROUP_FILTER_NOT_INDEXED_660=El filtro de b\u00fasqueda "%s" utilizado por la implementaci\u00f3n del grupo %s no se ha indexado en el servidor de fondo %s. La inicializaci\u00f3n del servidor de fondo para esta implementaci\u00f3n del grupo puede tardar mucho tiempo en completarse. |
| | | SEVERE_ERR_CRYPTOMGR_CANNOT_GET_REQUESTED_DIGEST_661=CryptoManager no puede obtener el archivo digest solicitado %s: %s |
| | | SEVERE_ERR_CRYPTOMGR_CANNOT_GET_REQUESTED_MAC_ENGINE_662=CryptoManager no puede obtener el motor de MAC solicitado %s: %s |
| | | SEVERE_ERR_CRYPTOMGR_CANNOT_GET_REQUESTED_ENCRYPTION_CIPHER_663=CryptoManager no puede obtener el cifrado solicitado %s: %s |
| | | SEVERE_ERR_CRYPTOMGR_CANNOT_GET_PREFERRED_KEY_WRAPPING_CIPHER_664=CryptoManager no puede obtener el cifrado de ajuste de clave preferido: %s |
| | | SEVERE_ERR_CRYPTOMGR_FAILED_TO_INITIATE_INSTANCE_KEY_GENERATION_665=CryptoManager no pudo agregar la entrada "%s" para iniciar la creaci\u00f3n de claves de instancias. |
| | | SEVERE_ERR_CRYPTOMGR_FAILED_TO_RETRIEVE_INSTANCE_CERTIFICATE_666=CryptoManager no pudo recuperar la entrada "%s" (el certificado de clave p\u00fablica del par de claves de instancias): %s |
| | | SEVERE_ERR_CRYPTOMGR_FAILED_TO_COMPUTE_INSTANCE_KEY_IDENTIFIER_667=CryptoManager no pudo calcular el identificador de clave de instancias: %s |
| | | SEVERE_ERR_CRYPTOMGR_FAILED_TO_ADD_INSTANCE_KEY_ENTRY_TO_ADS_668=No se pudo agregar la entrada "%s". |
| | | SEVERE_ERR_CRYPTOMGR_FAILED_TO_PUBLISH_INSTANCE_KEY_ENTRY_669=CryptoManager no pudo publicar la entrada de certificado de clave p\u00fablica del par de claves de instancias en ADS: %s |
| | | SEVERE_ERR_CRYPTOMGR_FAILED_TO_RETRIEVE_ADS_TRUSTSTORE_CERTS_670=CryptoManager no pudo recuperar la recopilaci\u00f3n de certificados de clave p\u00fablica del par de claves de instancias desde el contenedor ADS: %s |
| | | SEVERE_ERR_CRYPTOMGR_FAILED_TO_ENCODE_SYMMETRIC_KEY_ATTRIBUTE_671=CryptoManager no pudo codificar el valor de atributo de clave sim\u00e9trica: %s |
| | | SEVERE_ERR_CRYPTOMGR_DECODE_SYMMETRIC_KEY_ATTRIBUTE_FIELD_COUNT_672=La sintaxis del valor de atributo de clave sim\u00e9trica de CryptoManager "%s" no es v\u00e1lida: n\u00famero incorrecto de campos. |
| | | SEVERE_ERR_CRYPTOMGR_DECODE_SYMMETRIC_KEY_ATTRIBUTE_SYNTAX_673=La sintaxis del valor de atributo de clave sim\u00e9trica de CryptoManager "%s" no es v\u00e1lida. Error de an\u00e1lisis en el campo "%s" en el desplazamiento %d. |
| | | SEVERE_ERR_CRYPTOMGR_DECODE_SYMMETRIC_KEY_ATTRIBUTE_NO_PRIVATE_674=CryptoManager no pudo recuperar la clave privada del par de claves de instancias: %s |
| | | SEVERE_ERR_CRYPTOMGR_DECODE_SYMMETRIC_KEY_ATTRIBUTE_DECIPHER_675=CryptoManager no pudo descifrar el valor de clave secreta ajustada: %s |
| | | SEVERE_ERR_PWPOLICY_SCHEME_DOESNT_SUPPORT_AUTH_657=The password storage scheme defined in configuration entry %s does not support the auth password syntax, which is used by password attribute %s |
| | | SEVERE_ERR_PWPOLICY_NO_SUCH_DEPRECATED_SCHEME_658=Password policy configuration entry %s references deprecated password storage scheme DN %s which is not available for use in the server |
| | | SEVERE_ERR_PWPOLICY_DEPRECATED_SCHEME_NOT_AUTH_659=Password policy configuration entry %s references deprecated password storage scheme DN %s which does not support the auth password syntax |
| | | SEVERE_WARN_GROUP_FILTER_NOT_INDEXED_660=The search filter "%s" used by group implementation %s is not indexed in backend %s. Backend initialization for this group implementation might take a very long time to complete |
| | | SEVERE_ERR_CRYPTOMGR_CANNOT_GET_REQUESTED_DIGEST_661=CryptoManager cannot get the requested digest %s: %s |
| | | SEVERE_ERR_CRYPTOMGR_CANNOT_GET_REQUESTED_MAC_ENGINE_662=CryptoManager cannot get the requested MAC engine %s: %s |
| | | SEVERE_ERR_CRYPTOMGR_CANNOT_GET_REQUESTED_ENCRYPTION_CIPHER_663=CryptoManager cannot get the requested encryption cipher %s: %s |
| | | SEVERE_ERR_CRYPTOMGR_CANNOT_GET_PREFERRED_KEY_WRAPPING_CIPHER_664=CryptoManager cannot get the preferred key wrapping cipher: %s |
| | | SEVERE_ERR_CRYPTOMGR_FAILED_TO_INITIATE_INSTANCE_KEY_GENERATION_665=CryptoManager failed to add entry "%s" to initiate instance key generation |
| | | SEVERE_ERR_CRYPTOMGR_FAILED_TO_RETRIEVE_INSTANCE_CERTIFICATE_666=CryptoManager failed to retrieve entry "%s" (the instance-key-pair public-key-certificate): %s |
| | | SEVERE_ERR_CRYPTOMGR_FAILED_TO_COMPUTE_INSTANCE_KEY_IDENTIFIER_667=CryptoManager failed to compute an instance key identifier: %s |
| | | SEVERE_ERR_CRYPTOMGR_FAILED_TO_ADD_INSTANCE_KEY_ENTRY_TO_ADS_668=Failed to add entry "%s" |
| | | SEVERE_ERR_CRYPTOMGR_FAILED_TO_PUBLISH_INSTANCE_KEY_ENTRY_669=CryptoManager failed to publish the instance-key-pair public-key-certificate entry in ADS: %s |
| | | SEVERE_ERR_CRYPTOMGR_FAILED_TO_RETRIEVE_ADS_TRUSTSTORE_CERTS_670=CryptoManager failed to retrieve the collection of instance-key-pair public-key-certificates from ADS container "%s": %s |
| | | SEVERE_ERR_CRYPTOMGR_FAILED_TO_ENCODE_SYMMETRIC_KEY_ATTRIBUTE_671=CryptoManager failed to encode symmetric key attribute value: %s |
| | | SEVERE_ERR_CRYPTOMGR_DECODE_SYMMETRIC_KEY_ATTRIBUTE_FIELD_COUNT_672=CryptoManager symmetric key attribute value "%s" syntax is invalid: incorrect number of fields |
| | | SEVERE_ERR_CRYPTOMGR_DECODE_SYMMETRIC_KEY_ATTRIBUTE_SYNTAX_673=CryptoManager symmetric key attribute value "%s" syntax is invalid. Parsing failed in field "%s" at offset %d |
| | | SEVERE_ERR_CRYPTOMGR_DECODE_SYMMETRIC_KEY_ATTRIBUTE_NO_PRIVATE_674=CryptoManager failed to retrieve the instance-key-pair private-key: %s |
| | | SEVERE_ERR_CRYPTOMGR_DECODE_SYMMETRIC_KEY_ATTRIBUTE_DECIPHER_675=CryptoManager failed to decipher the wrapped secret-key value: %s |
| | | MILD_ERR_CRYPTOMGR_REWRAP_SYMMETRIC_KEY_ATTRIBUTE_NO_WRAPPER_676=CryptoManager no puede encontrar el certificado de clave p\u00fablica (identificador "%s") solicitado para la recodificaci\u00f3n de la clave sim\u00e9trica. |
| | | MILD_ERR_CRYPTOMGR_INVALID_KEY_IDENTIFIER_SYNTAX_677=CryptoManager no pudo decodificar el identificador de clave sim\u00e9trica "%s": %s |
| | | SEVERE_ERR_CRYPTOMGR_GET_MAC_ENGINE_INVALID_MAC_ALGORITHM_678=CryptoManager ha transferido un algoritmo de MAC no v\u00e1lido "%s": %s |
| | | SEVERE_ERR_CRYPTOMGR_GET_MAC_ENGINE_CANNOT_INITIALIZE_679=CryptoManager no pudo inicializar el motor de MAC: %s |
| | | SEVERE_ERR_CRYPTOMGR_GET_CIPHER_INVALID_CIPHER_TRANSFORMATION_680=CryptoManager ha transferido una transformaci\u00f3n de cifrado no v\u00e1lida "%s": %s |
| | | SEVERE_ERR_CRYPTOMGR_GET_CIPHER_CANNOT_INITIALIZE_681=CryptoManager no puede inicializar el cifrado: %s |
| | | SEVERE_ERR_CRYPTOMGR_GET_CIPHER_STREAM_PROLOGUE_WRITE_ERROR_682=CryptoManager no pudo escribir el pr\u00f3logo de flujo: %s |
| | | SEVERE_ERR_CRYPTOMGR_GET_MAC_ENGINE_INVALID_MAC_ALGORITHM_678=CrytpoManager passed invalid MAC algorithm "%s": %s |
| | | SEVERE_ERR_CRYPTOMGR_GET_MAC_ENGINE_CANNOT_INITIALIZE_679=CryptoManager failed to initialize MAC engine: %s |
| | | SEVERE_ERR_CRYPTOMGR_GET_CIPHER_INVALID_CIPHER_TRANSFORMATION_680=CryptoManager passed invalid Cipher transformation "%s": %s |
| | | SEVERE_ERR_CRYPTOMGR_GET_CIPHER_CANNOT_INITIALIZE_681=CryptoManager cannot initialize Cipher: %s |
| | | SEVERE_ERR_CRYPTOMGR_GET_CIPHER_STREAM_PROLOGUE_WRITE_ERROR_682=CryptoManager failed to write the stream prologue: %s |
| | | MILD_ERR_CRYPTOMGR_DECRYPT_FAILED_TO_READ_KEY_IDENTIFIER_683=CryptoManager no pudo descifrar los datos proporcionados porque no pudo leer el identificador de clave sim\u00e9trica en el pr\u00f3logo de los datos: %s |
| | | MILD_ERR_CRYPTOMGR_DECRYPT_UNKNOWN_KEY_IDENTIFIER_684=CryptoManager no pudo descifrar los datos proporcionados porque el identificador de clave sim\u00e9trica del pr\u00f3logo de los datos no coincide con ninguna entrada de clave conocida. |
| | | MILD_ERR_CRYPTOMGR_DECRYPT_FAILED_TO_READ_IV_685=CryptoManager no pudo descifrar los datos proporcionados porque no pudo leer el vector de inicializaci\u00f3n de cifrado en el pr\u00f3logo de los datos. |
| | | MILD_ERR_CRYPTOMGR_DECRYPT_CIPHER_INPUT_STREAM_ERROR_686=CryptoManager no pudo descifrar los datos proporcionados porque se ha producido un error de lectura en el flujo de entrada: %s |
| | | SEVERE_ERR_CRYPTOMGR_IMPORT_KEY_ENTRY_FAILED_TO_DECODE_687=CryptoManager no pudo importar la entrada de clave sim\u00e9trica "%s" porque no pudo obtener un valor de atributo de clave sim\u00e9trica que pudiera ser decodificado por esta instancia. |
| | | SEVERE_ERR_CRYPTOMGR_IMPORT_KEY_ENTRY_FIELD_MISMATCH_688=CryptoManager ha detectado una discrepancia de campo entre la entrada de clave que se va a importar y la entrada de la cach\u00e9 de claves que comparte el identificador de clave "%s". |
| | | SEVERE_ERR_CRYPTOMGR_IMPORT_KEY_ENTRY_FAILED_OTHER_689=CryptoManager no pudo importar la entrada de clave sim\u00e9trica "%s": %s |
| | | SEVERE_ERR_CRYPTOMGR_IMPORT_KEY_ENTRY_FAILED_TO_ADD_KEY_690=CryptoManager no pudo importar la entrada de clave sim\u00e9trica "%s" porque no pudo agregar un valor de atributo de clave sim\u00e9trica que pudiera ser decodificado por esta instancia. |
| | | SEVERE_ERR_CRYPTOMGR_IMPORT_KEY_ENTRY_FAILED_TO_DECODE_687=CryptoManager failed to import the symmetric key entry "%s" because it could not obtain a symmetric key attribute value that can be decoded by this instance |
| | | SEVERE_ERR_CRYPTOMGR_IMPORT_KEY_ENTRY_FIELD_MISMATCH_688=CryptoManager detected a field mismatch between the key entry to be imported and an entry in the key cache that share the key identifier "%s" |
| | | SEVERE_ERR_CRYPTOMGR_IMPORT_KEY_ENTRY_FAILED_OTHER_689=CryptoManager failed to import the symmetric key entry "%s": %s |
| | | SEVERE_ERR_CRYPTOMGR_IMPORT_KEY_ENTRY_FAILED_TO_ADD_KEY_690=CryptoManager failed to import the symmetric key entry "%s" because it could not add a symmetric key attribute value that can be decoded by this instance |
| | | MILD_ERR_CRYPTOMGR_INVALID_SYMMETRIC_KEY_ALGORITHM_691=CryptoManager no pudo crear una instancia del generador de claves para el algoritmo "%s": %s |
| | | SEVERE_ERR_CRYPTOMGR_SYMMETRIC_KEY_ENTRY_ADD_FAILED_692=CryptoManager no pudo agregar la entrada de clave sim\u00e9trica generada localmente "%s": %s |
| | | SEVERE_ERR_CRYPTOMGR_FULL_CIPHER_TRANSFORMATION_REQUIRED_693=La especificaci\u00f3n de transformaci\u00f3n de cifrado de CryptoManager "%s" no es v\u00e1lida: debe presentar el formato "algoritmo/modo/espacio adicional" |
| | | SEVERE_ERR_CRYPTOMGR_FULL_KEY_WRAPPING_TRANSFORMATION_REQUIRED_694=La especificaci\u00f3n de transformaci\u00f3n de cifrado de CryptoManager "%s" no es v\u00e1lida: debe presentar el formato "algoritmo/modo/espacio adicional" |
| | | SEVERE_ERR_CRYPTOMGR_SYMMETRIC_KEY_ENTRY_ADD_FAILED_692=CryptoManager failed to add locally produced symmetric key entry "%s": %s |
| | | SEVERE_ERR_CRYPTOMGR_FULL_CIPHER_TRANSFORMATION_REQUIRED_693=CryptoManager cipher transformation specification "%s" is invalid: it must be of the form "algorithm/mode/padding" |
| | | SEVERE_ERR_CRYPTOMGR_FULL_KEY_WRAPPING_TRANSFORMATION_REQUIRED_694=CryptoManager cipher transformation specification "%s" is invalid: it must be of the form "algorithm/mode/padding" |
| | | MILD_ERR_CRYPTOMGR_DECRYPT_FAILED_TO_READ_PROLOGUE_VERSION_695=CryptoManager no pudo descifrar los datos proporcionados porque no pudo leer el n\u00famero de versi\u00f3n en el pr\u00f3logo de los datos: %s |
| | | MILD_ERR_CRYPTOMGR_DECRYPT_UNKNOWN_PROLOGUE_VERSION_696=CryptoManager no pudo descifrar los datos proporcionados porque no se conoce la versi\u00f3n "%d" incluida en el pr\u00f3logo de los datos. |
| | | MILD_ERR_ADD_ENTRY_UNKNOWN_SUFFIX_697=La entrada especificada %s no se puede agregar porque no se ha definido su sufijo como uno de los sufijos del servidor de directorios. |
| | | NOTICE_VERSION_698=%s |
| | | NOTICE_BUILD_ID_699=Id. de versi\u00f3n: %s |
| | | MILD_ERR_CANNOT_CANCEL_START_TLS_700=Las operaciones ampliadas de inicio de TLS no se pueden cancelar. |
| | | MILD_ERR_CANNOT_CANCEL_CANCEL_701=Las operaciones ampliadas de cancelaci\u00f3n no se pueden anular. |
| | | MILD_ERR_MODDN_NEW_SUPERIOR_IN_SUBTREE_702=La operaci\u00f3n de modificaci\u00f3n de ND de la entrada %s no se puede realizar porque la nueva entrada superior %s es igual a la entrada que se va a mover o est\u00e1 subordinada a ella. |
| | | SEVERE_ERR_REGISTER_WORKFLOW_ELEMENT_ALREADY_EXISTS_703=Unable to register workflow element %s with the Directory Server because another workflow element with the same ID is already registered |
| | |
| | | INFO_DISCONNECT_BY_PLUGIN_16=Connexion ferm\u00e9e via plug-in |
| | | INFO_DISCONNECT_OTHER_17=Cause de fermeture inconnue |
| | | INFO_ERROR_CATEGORY_ACCESS_CONTROL_39=contr\u00f4le d'acc\u00e8s |
| | | INFO_ERROR_CATEGORY_BACKEND_40=arri\u00e8re-plan |
| | | INFO_ERROR_CATEGORY_BACKEND_40=backend |
| | | INFO_ERROR_CATEGORY_CONFIG_41=config |
| | | INFO_ERROR_CATEGORY_CONNECTION_HANDLING_42=connexion |
| | | INFO_ERROR_CATEGORY_CORE_SERVER_43=serveur de base |
| | |
| | | MILD_ERR_SEARCH_FILTER_INVALID_ESCAPED_BYTE_147=Le filtre de recherche "%s" fourni a une valeur d'octet d'\u00e9chappement non valide \u00e0 l'emplacement %d. Le backslash pr\u00e9sent dans cette valeur doit \u00eatre suivi de deux caract\u00e8res hexad\u00e9cimaux permettant de d\u00e9finir l'octet cod\u00e9. |
| | | MILD_ERR_SEARCH_FILTER_COMPOUND_MISSING_PARENTHESES_148=Le filtre de recherche "%s" fourni n'a pas pu \u00eatre d\u00e9cod\u00e9 car le filtre composite situ\u00e9 entre les positions %d et %d n'est pas pr\u00e9c\u00e9d\u00e9 d'une parenth\u00e8se ouvrante et n'est pas suivi d'une parenth\u00e8se fermante (il peut s'agir de parenth\u00e8ses d'autres composants de filtre). |
| | | MILD_ERR_SEARCH_FILTER_NO_CORRESPONDING_OPEN_PARENTHESIS_149=Le filtre de recherche "%s" fourni n'a pas pu \u00eatre d\u00e9cod\u00e9 car aucune parenth\u00e8se ouvrante ne correspond \u00e0 la parenth\u00e8se fermante situ\u00e9e \u00e0 la position %d. |
| | | MILD_ERR_SEARCH_FILTER_NO_CORRESPONDING_CLOSE_PARENTHESIS_150=Le filtre de recherche "%s" fourni n'a pas pu \u00eatre d\u00e9cod\u00e9 car aucune parenth\u00e8se fermante ne correspond \u00e0 la parenth\u00e8se fermante situ\u00e9e \u00e0 la position %d. |
| | | MILD_ERR_SEARCH_FILTER_NO_CORRESPONDING_CLOSE_PARENTHESIS_150=Le filtre de recherche "%s" fourni n'a pas pu \u00eatre d\u00e9cod\u00e9 car aucune parenth\u00e8se fermante ne correspond \u00e0 la parenth\u00e8se ouvrante situ\u00e9e \u00e0 la position %d |
| | | MILD_ERR_SEARCH_FILTER_SUBSTRING_NO_ASTERISKS_151=Le filtre de recherche "%s" fourni n'a pas pu \u00eatre d\u00e9cod\u00e9 car aucun ast\u00e9risque (caract\u00e8re g\u00e9n\u00e9rique) n'est pr\u00e9sent dans la valeur de filtre de la sous-cha\u00eene probable entre les positions %d et %d. |
| | | MILD_ERR_SEARCH_FILTER_EXTENSIBLE_MATCH_NO_COLON_152=Le filtre de recherche "%s" fourni n'a pas pu \u00eatre d\u00e9cod\u00e9 car la colonne permettant de d\u00e9limiter la fin du nom du type d'attribut n'est pas pr\u00e9sente dans le composant de correspondance extensible commen\u00e7ant \u00e0 la position %d. |
| | | MILD_ERR_SEARCH_FILTER_INVALID_FILTER_TYPE_153=Impossible de d\u00e9terminer si l'entr\u00e9e "%s" correspond au filtre "%s" car elle comprend un type de filtre %s inconnu. |
| | |
| | | MILD_ERR_RDN_UNEXPECTED_COMMA_174=Impossible de d\u00e9coder la cha\u00eene fournie "%s" comme nom relatif distinctif car il comprend un caract\u00e8re inattendu tel qu'un plus, une virgule ou un point-virgule \u00e0 la position %d, ce qui n'est pas autoris\u00e9 pour un NRD. |
| | | MILD_ERR_RDN_ILLEGAL_CHARACTER_175=Impossible de d\u00e9coder la cha\u00eene fournie "%s" comme nom relatif distinctif car un caract\u00e8re non autoris\u00e9 %c se trouve \u00e0 la position %d, o\u00f9 doit se trouver la fin du segment ou un signe "+". |
| | | FATAL_ERR_CANNOT_CREATE_WORK_QUEUE_176=Une erreur s'est produite lors de la cr\u00e9ation de la file d'attente de travail de Directory Server\u00a0: %s. Cette erreur est irr\u00e9cup\u00e9rable et le processus de d\u00e9marrage sera interrompu. |
| | | SEVERE_ERR_CANNOT_REGISTER_DUPLICATE_SUFFIX_180=Le suffixe "%s" est d\u00e9j\u00e0 enregistr\u00e9 dans Directory Server avec un arri\u00e8re-plan de type %s. |
| | | SEVERE_ERR_CANNOT_REGISTER_DUPLICATE_SUBSUFFIX_181=Le suffixe "%s" est d\u00e9j\u00e0 enregistr\u00e9 dans Directory Server en tant que sous-suffixe de l'arri\u00e8re-plan pour le suffixe "%s". |
| | | SEVERE_ERR_CANNOT_REGISTER_DUPLICATE_SUFFIX_180=Le suffixe "%s" est d\u00e9j\u00e0 enregistr\u00e9 dans Directory Server avec un backend de type %s. |
| | | SEVERE_ERR_CANNOT_REGISTER_DUPLICATE_SUBSUFFIX_181=Le suffixe "%s" est d\u00e9j\u00e0 enregistr\u00e9 dans Directory Server en tant que sous-suffixe du backend pour le suffixe "%s". |
| | | SEVERE_ERR_CANNOT_REGISTER_PRIVATE_SUFFIX_BELOW_USER_PARENT_182=Le suffixe priv\u00e9 "%s" se situe en dessous d'un suffixe non priv\u00e9 d\u00e9fini avec un DN de base de "%s". Un sous-suffixe priv\u00e9 ne peut pas se trouver en dessous d'un suffixe non priv\u00e9. |
| | | SEVERE_ERR_CANNOT_GET_ROOT_DSE_CONFIG_ENTRY_183=Une erreur s'est produite lors de la r\u00e9cup\u00e9ration de l'entr\u00e9e de configuration de la DSE racine (cn=Root DSE,cn=config) \u00e0 partir de la configuration de Directory Server\u00a0: %s. |
| | | MILD_ERR_SCHEMA_CONFLICTING_ATTRIBUTE_OID_184=Impossible d'enregistrer le type d'attribut %s dans le sch\u00e9ma de serveur car son identificateur d'objet %s entre en conflit avec l'identificateur d'objet du type d'attribut existant %s. |
| | |
| | | MILD_ERR_SEARCH_SIZE_LIMIT_EXCEEDED_239=Cette recherche a renvoy\u00e9 le nombre maximum d'entr\u00e9es au client (%d). |
| | | MILD_ERR_SEARCH_BASE_DOESNT_EXIST_240=L'entr\u00e9e %s d\u00e9finie en tant que base de recherche n'existe pas dans Directory Server. |
| | | MILD_ERR_DELETE_NO_SUCH_ENTRY_241=L'entr\u00e9e %s n'existe pas dans Directory Server. |
| | | MILD_ERR_DELETE_HAS_SUB_BACKEND_242=Impossible de supprimer l'entr\u00e9e %s car l'arri\u00e8re-plan qui doit contenir cette entr\u00e9e contient un arri\u00e8re-plan subordonn\u00e9 avec un DN de base %s situ\u00e9 en dessous du DN cible. |
| | | MILD_ERR_DELETE_HAS_SUB_BACKEND_242=Impossible de supprimer l'entr\u00e9e %s car le backend qui doit contenir cette entr\u00e9e contient un backend subordonn\u00e9 avec un DN de base %s situ\u00e9 en dessous du DN cible. |
| | | MILD_ERR_MODDN_NO_PARENT_243=Impossible de modifier le DN de l'entr\u00e9e %s car le nouveau NDR n'a pas de DN parent. |
| | | MILD_ERR_MODDN_NO_BACKEND_FOR_CURRENT_ENTRY_244=Impossible de modifier le DN de l'entr\u00e9e %s car aucun arri\u00e8re-plan permettant de g\u00e9rer ce DN n'a \u00e9t\u00e9 enregistr\u00e9. |
| | | MILD_ERR_MODDN_NO_BACKEND_FOR_NEW_ENTRY_245=Impossible de modifier le DN de l'entr\u00e9e %s car aucun arri\u00e8re-plan permettant de g\u00e9rer le nouveau DN %s n'a \u00e9t\u00e9 enregistr\u00e9. |
| | | MILD_ERR_MODDN_DIFFERENT_BACKENDS_246=Impossible de modifier le DN de l'entr\u00e9e %s car l'arri\u00e8re-plan de l'entr\u00e9e en cours est diff\u00e9rent de celui utilis\u00e9 pour la gestion du nouveau DN %s. Les op\u00e9rations de modification du DN peuvent \u00e9chouer lors de la fusion de plusieurs arri\u00e8re-plans. |
| | | MILD_ERR_MODDN_NO_BACKEND_FOR_CURRENT_ENTRY_244=Impossible de modifier le DN de l'entr\u00e9e %s car aucun backend permettant de g\u00e9rer ce DN n'a \u00e9t\u00e9 enregistr\u00e9. |
| | | MILD_ERR_MODDN_NO_BACKEND_FOR_NEW_ENTRY_245=Impossible de modifier le DN de l'entr\u00e9e %s car aucun backend permettant de g\u00e9rer le nouveau DN %s n'a \u00e9t\u00e9 enregistr\u00e9. |
| | | MILD_ERR_MODDN_DIFFERENT_BACKENDS_246=Impossible de modifier le DN de l'entr\u00e9e %s car le backend de l'entr\u00e9e en cours est diff\u00e9rent de celui utilis\u00e9 pour la gestion du nouveau DN %s. Les op\u00e9rations de modification du DN peuvent \u00e9chouer lors de la fusion de plusieurs backends. |
| | | SEVERE_ERR_MODDN_CANNOT_LOCK_CURRENT_DN_247=Impossible de modifier le DN de l'entr\u00e9e %s car le serveur n'a pas pu obtenir de verrou d'\u00e9criture pour ce DN. |
| | | SEVERE_ERR_MODDN_EXCEPTION_LOCKING_NEW_DN_248=Impossible de modifier le DN de l'entr\u00e9e %s car une exception a \u00e9t\u00e9 intercept\u00e9e lors de l'obtention d'un verrou d'\u00e9criture pour le nouveau DN %s\u00a0: %s. |
| | | SEVERE_ERR_MODDN_CANNOT_LOCK_NEW_DN_249=Impossible de modifier le DN de l'entr\u00e9e %s car le serveur n'a pas pu obtenir de verrou d'\u00e9criture pour le nouveau DN. |
| | |
| | | MILD_ERR_MODIFY_INCREMENT_REQUIRES_EXISTING_VALUE_264=Impossible de modifier l'entr\u00e9e %s en raison d'une tentative d'incr\u00e9mentation de la valeur de l'attribut %s mais l'entr\u00e9e cible de l'attribut ne contient aucune valeur. |
| | | MILD_ERR_MODIFY_INCREMENT_REQUIRES_INTEGER_VALUE_265=Impossible de modifier l'entr\u00e9e %s en raison d'une tentative d'incr\u00e9mentation de la valeur de l'attribut %s mais la valeur "%s" n'a pas pu \u00eatre analys\u00e9e en tant qu'un entier. |
| | | MILD_ERR_MODIFY_VIOLATES_SCHEMA_266=Impossible de modifier l'entr\u00e9e %s car toute modification peut entra\u00eener une violation du sch\u00e9ma de serveur\u00a0: %s. |
| | | MILD_ERR_MODIFY_NO_BACKEND_FOR_ENTRY_267=Impossible de modifier l'entr\u00e9e %s car aucun arri\u00e8re-plan permettant de g\u00e9rer les op\u00e9rations de cette entr\u00e9e n'a \u00e9t\u00e9 enregistr\u00e9. |
| | | MILD_ERR_MODIFY_NO_BACKEND_FOR_ENTRY_267=Impossible de modifier l'entr\u00e9e %s car aucun backend permettant de g\u00e9rer les op\u00e9rations de cette entr\u00e9e n'a \u00e9t\u00e9 enregistr\u00e9. |
| | | MILD_ERR_EXTENDED_NO_HANDLER_268=Aucun gestionnaire d'op\u00e9rations \u00e9tendu n'a \u00e9t\u00e9 enregistr\u00e9 dans Directory Server pour la gestion d'op\u00e9rations \u00e9tendues avec un identificateur d'objet de requ\u00eate de %s. |
| | | MILD_ERR_ENTRY_SCHEMA_UNKNOWN_OC_269=L'entr\u00e9e %s viole la configuration de sch\u00e9ma de Directory Server car elle contient une classe d'objet %s inconnue. |
| | | MILD_ERR_SEARCH_BACKEND_EXCEPTION_270=Une erreur inattendue s'est produite lors de la recherche dans un arri\u00e8re-plan de Directory Server\u00a0: %s. |
| | |
| | | SEVERE_ERR_BACKUPINFO_UNKNOWN_PROPERTY_295=Impossible d'analyser la structure des informations de sauvegarde dans le r\u00e9pertoire %s car elle contient une propri\u00e9t\u00e9 %s inconnue avec la valeur %s. |
| | | SEVERE_ERR_BACKUPINFO_CANNOT_DECODE_296=Une erreur inattendue s'est produite lors du d\u00e9codage d'une structure d'informations de sauvegarde dans le r\u00e9pertoire %s\u00a0: %s. |
| | | SEVERE_ERR_BACKUPINFO_NO_BACKUP_ID_297=Impossible de d\u00e9coder une structure d'informations de sauvegarde dans le r\u00e9pertoire %s car elle ne contient aucun ID de sauvegarde. |
| | | SEVERE_ERR_BACKUPINFO_NO_BACKUP_DATE_298=La structure des informations de sauvegarde avec l'ID de sauvegarde %s dans Impossible de d\u00e9coder une structure des informations de sauvegarde dans le r\u00e9pertoire %s n'\u00e9tait pas valide car elle ne contient aucune date de sauvegarde. |
| | | SEVERE_ERR_BACKUPINFO_NO_BACKUP_DATE_298=The backup information structure with backup ID %s in directory %s was not valid because it did not contain the backup date |
| | | SEVERE_ERR_BACKUPDIRECTORY_ADD_DUPLICATE_ID_299=Impossible d'ajouter une sauvegarde avec l'ID %s au r\u00e9pertoire de sauvegarde %s car il contient d\u00e9j\u00e0 une sauvegarde avec le m\u00eame ID. |
| | | SEVERE_ERR_BACKUPDIRECTORY_NO_SUCH_BACKUP_300=Impossible de supprimer la sauvegarde %s du r\u00e9pertoire de sauvegarde %s car il ne contient aucune sauvegarde avec cet ID. |
| | | SEVERE_ERR_BACKUPDIRECTORY_UNRESOLVED_DEPENDENCY_301=Impossible de supprimer la sauvegarde %s du r\u00e9pertoire de sauvegarde %s car elle est r\u00e9pertori\u00e9e en tant que d\u00e9pendance de la sauvegarde %s. |
| | |
| | | SEVERE_ERR_BACKUPDIRECTORY_CANNOT_RENAME_CURRENT_DESCRIPTOR_305=Une erreur s'est produite lors de l'attribution du nouveau nom %s au fichier descripteur de sauvegarde actuel %s\u00a0: %s. Le nouveau descripteur de sauvegarde a \u00e9t\u00e9 inscrit dans %s mais ne pourra pas \u00eatre utilis\u00e9 tant qu'il n'aura pas \u00e9t\u00e9 renomm\u00e9 manuellement en %s. |
| | | SEVERE_ERR_BACKUPDIRECTORY_CANNOT_RENAME_NEW_DESCRIPTOR_306=Une erreur s'est produite lors de l'attribution du nouveau nom %s au nouveau fichier descripteur de sauvegarde %s\u00a0: %s. Le nouveau descripteur de sauvegarde ne pourra pas \u00eatre utilis\u00e9 tant qu'il n'a pas \u00e9t\u00e9 renomm\u00e9 manuellement en %s. |
| | | SEVERE_ERR_BACKUPDIRECTORY_NO_DESCRIPTOR_FILE_307=Aucun fichier descripteur du r\u00e9pertoire de sauvegarde n'a \u00e9t\u00e9 trouv\u00e9 dans %s. |
| | | SEVERE_ERR_BACKUPDIRECTORY_CANNOT_READ_CONFIG_ENTRY_DN_308=Le fichier descripteur de sauvegarde %s n'est pas valide car la premi\u00e8re ligne ne contient pas le DN de l'entr\u00e9e de configuration d'arri\u00e8re-plan. |
| | | SEVERE_ERR_BACKUPDIRECTORY_FIRST_LINE_NOT_DN_309=Le fichier descripteur de sauvegarde %s n'est pas valide car la premi\u00e8re ligne du fichier est "%s", et ne contient pas le DN de l'entr\u00e9e de configuration d'arri\u00e8re-plan. |
| | | SEVERE_ERR_BACKUPDIRECTORY_CANNOT_DECODE_DN_310=Une erreur s'est produite lors du d\u00e9codage de la valeur "%s" dans la premi\u00e8re ligne de %s en tant que DN de l'entr\u00e9e de configuration d'arri\u00e8re-plan\u00a0: %s. |
| | | SEVERE_ERR_BACKUPDIRECTORY_CANNOT_READ_CONFIG_ENTRY_DN_308=Le fichier descripteur de sauvegarde %s n'est pas valide car la premi\u00e8re ligne ne contient pas le DN de l'entr\u00e9e de configuration de backend. |
| | | SEVERE_ERR_BACKUPDIRECTORY_FIRST_LINE_NOT_DN_309=Le fichier descripteur de sauvegarde %s n'est pas valide car la premi\u00e8re ligne du fichier est "%s", et ne contient pas le DN de l'entr\u00e9e de configuration de backend. |
| | | SEVERE_ERR_BACKUPDIRECTORY_CANNOT_DECODE_DN_310=Une erreur s'est produite lors du d\u00e9codage de la valeur "%s" dans la premi\u00e8re ligne de %s en tant que DN de l'entr\u00e9e de configuration de backend : %s. |
| | | MILD_ERR_FILELOCKER_LOCK_SHARED_REJECTED_BY_EXCLUSIVE_311=La tentative d'obtention d'un verrou partag\u00e9 pour le fichier %s a \u00e9t\u00e9 refus\u00e9e car un verrou exclusif existe d\u00e9j\u00e0 pour ce fichier. |
| | | MILD_ERR_FILELOCKER_LOCK_SHARED_FAILED_CREATE_312=La tentative d'obtention d'un verrou partag\u00e9 pour le fichier %s a \u00e9t\u00e9 refus\u00e9e car la cr\u00e9ation du fichier de verrouillage a \u00e9chou\u00e9\u00a0: %s. |
| | | MILD_ERR_FILELOCKER_LOCK_SHARED_FAILED_OPEN_313=La tentative d'obtention d'un verrou partag\u00e9 pour le fichier %s a \u00e9t\u00e9 refus\u00e9e car l'ouverture du fichier de verrouillage a \u00e9chou\u00e9\u00a0: %s. |
| | |
| | | MILD_ERR_FILELOCKER_LOCK_EXCLUSIVE_FAILED_CREATE_318=La tentative d'obtention d'un verrou exclusif pour le fichier %s a \u00e9t\u00e9 refus\u00e9e car la cr\u00e9ation du fichier de verrouillage a \u00e9chou\u00e9\u00a0: %s. |
| | | MILD_ERR_FILELOCKER_LOCK_EXCLUSIVE_FAILED_OPEN_319=La tentative d'obtention d'un verrou exclusif pour le fichier %s a \u00e9t\u00e9 refus\u00e9e car l'ouverture du fichier de verrouillage a \u00e9chou\u00e9\u00a0: %s. |
| | | MILD_ERR_FILELOCKER_LOCK_EXCLUSIVE_FAILED_LOCK_320=La tentative d'obtention d'un verrou exclusif pour le fichier %s a \u00e9t\u00e9 refus\u00e9e car une erreur s'est produite lors de l'obtention du verrou\u00a0: %s. |
| | | MILD_ERR_FILELOCKER_LOCK_EXCLUSIVE_NOT_GRANTED_321=Le verrouillage exclusif demand\u00e9 pour le fichier %s n'a pas \u00e9t\u00e9 accord\u00e9 car un autre processus a pos\u00e9 un verrou partag\u00e9 ou exclusif sur ce fichier. |
| | | MILD_ERR_FILELOCKER_LOCK_EXCLUSIVE_NOT_GRANTED_321=Le verrouillage exclusif demand\u00e9 pour le fichier %s n'a pas \u00e9t\u00e9 accord\u00e9 car un autre processus a pos\u00e9 un verrou partag\u00e9 ou exclusif sur ce fichier |
| | | MILD_ERR_FILELOCKER_UNLOCK_EXCLUSIVE_FAILED_RELEASE_322=La tentative de suppression du verrou exclusif pour %s a \u00e9chou\u00e9\u00a0: %s. |
| | | MILD_ERR_FILELOCKER_UNLOCK_SHARED_FAILED_RELEASE_323=La tentative de suppression du verrou partag\u00e9 pour %s a \u00e9chou\u00e9\u00a0: %s. |
| | | MILD_ERR_FILELOCKER_UNLOCK_UNKNOWN_FILE_324=La tentative de d\u00e9verrouillage de %s a \u00e9chou\u00e9 car aucun verrou n'a \u00e9t\u00e9 enregistr\u00e9 pour ce fichier. |
| | |
| | | INFO_RESULT_CLIENT_SIDE_MORE_RESULTS_TO_RETURN_339=Plus de r\u00e9sultats \u00e0 renvoyer |
| | | INFO_RESULT_CLIENT_SIDE_CLIENT_LOOP_340=Boucle de r\u00e9f\u00e9rence d\u00e9tect\u00e9e |
| | | INFO_RESULT_CLIENT_SIDE_REFERRAL_LIMIT_EXCEEDED_341=Limite de pas de r\u00e9f\u00e9rence d\u00e9pass\u00e9e |
| | | SEVERE_WARN_SHUTDOWN_CANNOT_RELEASE_SHARED_BACKEND_LOCK_342=Une erreur s'est produite lors de la suppression d'un verrou partag\u00e9 pour l'arri\u00e8re-plan %s\u00a0: %s. Ce verrou sera automatiquement supprim\u00e9 lors de la fermeture de Directory Server. Aucune action suppl\u00e9mentaire n'est requise. |
| | | SEVERE_WARN_SHUTDOWN_CANNOT_RELEASE_SHARED_BACKEND_LOCK_342=Une erreur s'est produite lors de la suppression d'un verrou partag\u00e9 pour le backend %s : %s. Ce verrou sera automatiquement supprim\u00e9 lors de la fermeture de Directory Server. Aucune action suppl\u00e9mentaire n'est requise. |
| | | FATAL_ERR_CANNOT_ACQUIRE_EXCLUSIVE_SERVER_LOCK_343=Directory Server n'a pas pu poser de verrou exclusif sur le fichier %s\u00a0: %s. Cela signifie qu'une autre instance de ce serveur est en cours d'ex\u00e9cution. |
| | | SEVERE_WARN_CANNOT_RELEASE_EXCLUSIVE_SERVER_LOCK_344=Une erreur s'est produite lors de la suppression du verrou exclusif du serveur pour le fichier %s\u00a0: %s. Ce verrou sera automatiquement supprim\u00e9 lors de la fermeture de Directory Server. Aucune action suppl\u00e9mentaire n'est requise. |
| | | INFO_ERROR_CATEGORY_TASK_345=t\u00e2che |
| | |
| | | MILD_ERR_COMPARE_ASSERTION_FAILED_376=Impossible d'ex\u00e9cuter l'op\u00e9ration de comparaison pour l'entr\u00e9e %s car la requ\u00eate contient un contr\u00f4le d'assertion LDAP et le filtre correspondant n'a trouv\u00e9 aucun r\u00e9sultat pour cette entr\u00e9e. |
| | | MILD_ERR_COMPARE_CANNOT_PROCESS_ASSERTION_FILTER_377=Impossible d'ex\u00e9cuter l'op\u00e9ration de comparaison pour l'entr\u00e9e %s car la requ\u00eate contient un contr\u00f4le d'assertion LDAP. Une erreur s'est produite lors de la comparaison de l'entr\u00e9e cible avec le filtre de ce contr\u00f4le\u00a0: %s. |
| | | MILD_ERR_COMPARE_UNSUPPORTED_CRITICAL_CONTROL_378=Impossible d'ex\u00e9cuter l'op\u00e9ration de comparaison pour l'entr\u00e9e %s car la requ\u00eate contient un contr\u00f4le critique avec l'identificateur d'objet %s qui n'est pas pris en charge par Directory Server pour ce type d'op\u00e9ration. |
| | | INFO_ADD_NOOP_379=L'op\u00e9ration d'ajout n'a pas \u00e9t\u00e9 ex\u00e9cut\u00e9e dans l'arri\u00e8re-plan de Directory Server car le contr\u00f4le no-op LDAP est pr\u00e9sent dans la requ\u00eate. |
| | | INFO_DELETE_NOOP_380=L'op\u00e9ration de suppression n'a pas \u00e9t\u00e9 ex\u00e9cut\u00e9e dans l'arri\u00e8re-plan de Directory Server car le contr\u00f4le no-op LDAP est pr\u00e9sent dans la requ\u00eate. |
| | | INFO_MODIFY_NOOP_381=L'op\u00e9ration de modification n'a pas \u00e9t\u00e9 ex\u00e9cut\u00e9e dans l'arri\u00e8re-plan de Directory Server car le contr\u00f4le no-op LDAP est pr\u00e9sent dans la requ\u00eate. |
| | | INFO_MODDN_NOOP_382=Le DN n'a pas pu \u00eatre modifi\u00e9 dans l'arri\u00e8re-plan de Directory Server car le contr\u00f4le no-op LDAP est pr\u00e9sent dans la requ\u00eate. |
| | | INFO_ADD_NOOP_379=L'op\u00e9ration d'ajout n'a pas \u00e9t\u00e9 ex\u00e9cut\u00e9e dans le backend de Directory Server car le contr\u00f4le no-op LDAP est pr\u00e9sent dans la requ\u00eate. |
| | | INFO_DELETE_NOOP_380=L'op\u00e9ration de suppression n'a pas \u00e9t\u00e9 ex\u00e9cut\u00e9e dans le backend de Directory Server car le contr\u00f4le no-op LDAP est pr\u00e9sent dans la requ\u00eate. |
| | | INFO_MODIFY_NOOP_381=L'op\u00e9ration de modification n'a pas \u00e9t\u00e9 ex\u00e9cut\u00e9e dans le backend de Directory Server car le contr\u00f4le no-op LDAP est pr\u00e9sent dans la requ\u00eate. |
| | | INFO_MODDN_NOOP_382=Le DN n'a pas pu \u00eatre modifi\u00e9 dans le backend de Directory Server car le contr\u00f4le no-op LDAP est pr\u00e9sent dans la requ\u00eate. |
| | | MILD_ERR_DELETE_PREREAD_NO_ENTRY_383=Impossible de supprimer l'entr\u00e9e %s car le traitement du contr\u00f4le de requ\u00eate de pr\u00e9-lecture LDAP ne contient pas l'entr\u00e9e cible. |
| | | INFO_RESULT_AUTHORIZATION_DENIED_384=Autorisation refus\u00e9e |
| | | SEVERE_ERR_ADD_MISSING_RDN_ATTRIBUTE_385=Impossible d'ajouter l'entr\u00e9e %s car elle ne contient pas l'attribut %s contenu dans le NRD de l'entr\u00e9e. Tous les attributs utilis\u00e9s dans le NRD doivent \u00e9galement figurer dans la liste d'attributs de l'entr\u00e9e. |
| | |
| | | SEVERE_ERR_MODIFY_SYNCH_CONFLICT_RESOLUTION_FAILED_411=Une erreur s'est produite lors de la synchronisation de la r\u00e9solution de conflit pour l'op\u00e9ration de modification avec l'ID de connexion %d et l'ID d'op\u00e9ration %d\u00a0: %s. |
| | | SEVERE_ERR_MODDN_SYNCH_CONFLICT_RESOLUTION_FAILED_412=Une erreur s'est produite lors de la synchronisation de la r\u00e9solution de conflit pour l'op\u00e9ration de modification du DN avec l'ID de connexion %d et l'ID d'op\u00e9ration %d\u00a0: %s. |
| | | SEVERE_ERR_ADD_SERVER_READONLY_413=Impossible d'ajouter l'entr\u00e9e %s car Directory Server est en mode lecture seule. |
| | | SEVERE_ERR_ADD_BACKEND_READONLY_414=Impossible d'ajouter l'entr\u00e9e %s car l'arri\u00e8re-plan qui doit contenir l'entr\u00e9e est en mode lecture seule. |
| | | SEVERE_ERR_ADD_BACKEND_READONLY_414=Impossible d'ajouter l'entr\u00e9e %s car le backend qui doit contenir l'entr\u00e9e est en mode lecture seule. |
| | | SEVERE_ERR_DELETE_SERVER_READONLY_415=Impossible de supprimer l'entr\u00e9e %s car Directory Server est en mode lecture seule. |
| | | SEVERE_ERR_DELETE_BACKEND_READONLY_416=Impossible de supprimer l'entr\u00e9e %s car l'arri\u00e8re-plan qui doit contenir l'entr\u00e9e est en mode lecture seule. |
| | | SEVERE_ERR_DELETE_BACKEND_READONLY_416=Impossible de supprimer l'entr\u00e9e %s car le backend qui doit contenir l'entr\u00e9e est en mode lecture seule. |
| | | SEVERE_ERR_MODIFY_SERVER_READONLY_417=Impossible de modifier l'entr\u00e9e %s car Directory Server est en mode lecture seule. |
| | | SEVERE_ERR_MODIFY_BACKEND_READONLY_418=Impossible de modifier l'entr\u00e9e %s car l'arri\u00e8re-plan qui doit contenir l'entr\u00e9e est en mode lecture seule. |
| | | SEVERE_ERR_MODIFY_BACKEND_READONLY_418=Impossible de modifier l'entr\u00e9e %s car le backend qui doit contenir l'entr\u00e9e est en mode lecture seule. |
| | | SEVERE_ERR_MODDN_SERVER_READONLY_419=Impossible de renommer l'entr\u00e9e %s car Directory Server est en mode lecture seule. |
| | | SEVERE_ERR_MODDN_BACKEND_READONLY_420=Impossible de renommer l'entr\u00e9e %s car l'arri\u00e8re-plan qui doit contenir l'entr\u00e9e est en mode lecture seule. |
| | | SEVERE_ERR_MODDN_BACKEND_READONLY_420=Impossible de renommer l'entr\u00e9e %s car le backend qui doit contenir l'entr\u00e9e est en mode lecture seule. |
| | | SEVERE_ERR_BIND_DN_BUT_NO_PASSWORD_421=Impossible d'ex\u00e9cuter la requ\u00eate de liaison simple car elle contient un DN de liaison mais pas de mot de passe, ce qui n'est pas autoris\u00e9 par la configuration du serveur. |
| | | SEVERE_ERR_PWPOLICY_NO_PASSWORD_ATTRIBUTE_422=L'entr\u00e9e de configuration de la strat\u00e9gie de mot de passe "%s" ne contient aucune valeur pour l'attribut ds-cfg-password-attribute, d\u00e9finissant l'attribut pour les mots de passe de l'utilisateur. |
| | | SEVERE_ERR_PWPOLICY_NO_DEFAULT_STORAGE_SCHEMES_423=L'entr\u00e9e de configuration de la strat\u00e9gie de mot de passe "%s" ne contient aucune valeur de l'attribut cfg-default-password-storage-scheme, d\u00e9finissant l'ensemble de sch\u00e9mas de stockage de mots de passe par d\u00e9faut. |
| | |
| | | MILD_ERR_ENTRY_INCREMENT_NO_SUCH_ATTRIBUTE_568=Impossible d'incr\u00e9menter la valeur de l'attribut %s car cet attribut n'existe pas dans l'entr\u00e9e. |
| | | INFO_DSCORE_TOOL_DESCRIPTION_569=Cet utilitaire permet de lancer Directory Server et d'obtenir la version du serveur ainsi que d'autres types d'informations g\u00e9n\u00e9rales concernant les serveurs. |
| | | MILD_ERR_EXTENDED_UNSUPPORTED_CRITICAL_CONTROL_570=Impossible de traiter la requ\u00eate d'op\u00e9ration \u00e9tendue %s car elle comprend un contr\u00f4le critique non pris en charge avec l'identificateur d'objet %s. |
| | | SEVERE_ERR_REGISTER_BACKEND_ALREADY_EXISTS_571=Impossible d'enregistrer l'arri\u00e8re-plan %s sous Directory Server car un autre arri\u00e8re-plan ayant le m\u00eame ID y est d\u00e9j\u00e0 enregistr\u00e9. |
| | | SEVERE_ERR_REGISTER_BASEDN_ALREADY_EXISTS_572=Impossible d'enregistrer le DN de base %s sous Directory Server pour l'arri\u00e8re-plan %s car ce DN y est d\u00e9j\u00e0 enregistr\u00e9 pour l'arri\u00e8re-plan %s. |
| | | SEVERE_ERR_REGISTER_BASEDN_HIERARCHY_CONFLICT_573=Impossible d'enregistrer le DN de base %s sous Directory Server pour l'arri\u00e8re-plan %s car l'arri\u00e8re-plan contient un autre DN de base %s ayant le m\u00eame chemin hi\u00e9rarchique. |
| | | SEVERE_ERR_REGISTER_BASEDN_DIFFERENT_PARENT_BASES_574=Impossible d'enregistrer le DN de base %s sous Directory Server pour l'arri\u00e8re-plan %s car l'arri\u00e8re-plan contient d\u00e9j\u00e0 un autre DN de base %s qui n'est pas subordonn\u00e9 au m\u00eame DN de base dans l'arri\u00e8re-plan parent. |
| | | SEVERE_ERR_REGISTER_BASEDN_NEW_BASE_NOT_SUBORDINATE_575=Impossible d'enregistrer le DN de base %s sous Directory Server pour l'arri\u00e8re-plan %s car il contient d\u00e9j\u00e0 un ou plusieurs DN de base subordonn\u00e9s \u00e0 l'arri\u00e8re-plan %s. Le nouveau DN n'est pas subordonn\u00e9 \u00e0 cet arri\u00e8re-plan. |
| | | SEVERE_WARN_REGISTER_BASEDN_ENTRIES_IN_MULTIPLE_BACKENDS_576=L'arri\u00e8re-plan %s contient d\u00e9j\u00e0 l'entr\u00e9e %s qui vient d'\u00eatre enregistr\u00e9e en tant que DN de base pour l'arri\u00e8re-plan %s. Ces entr\u00e9es en conflit peuvent entra\u00eener des r\u00e9sultats inattendus ou erron\u00e9s, et les deux arri\u00e8re-plans devront \u00eatre r\u00e9initialis\u00e9s afin que leur contenu soit correct. |
| | | SEVERE_ERR_DEREGISTER_BASEDN_NOT_REGISTERED_577=Impossible d'annuler l'enregistrement du DN de base %s sous Directory Server car ce DN n'est enregistr\u00e9 pour aucun arri\u00e8re-plan actif. |
| | | SEVERE_WARN_DEREGISTER_BASEDN_MISSING_HIERARCHY_578=L'enregistrement du DN de base %s a \u00e9t\u00e9 annul\u00e9 dans Directory Server pour l'arri\u00e8re-plan %s. Ce nom dispose \u00e0 la fois des entr\u00e9es principales et subordonn\u00e9es dans d'autres arri\u00e8re-plans. Lors de l'acc\u00e8s aux entr\u00e9es de cette partie de la hi\u00e9rarchie, le comportement peut devenir incoh\u00e9rent et inattendu car des entr\u00e9es faisant partie de l'arri\u00e8re-plan dont l'enregistrement a \u00e9t\u00e9 annul\u00e9 sont manquantes. |
| | | SEVERE_ERR_REGISTER_BACKEND_ALREADY_EXISTS_571=Impossible d'enregistrer l'arri\u00e8re-plan %s sous Directory Server car un autre backend ayant le m\u00eame identifiant y est d\u00e9j\u00e0 enregistr\u00e9. |
| | | SEVERE_ERR_REGISTER_BASEDN_ALREADY_EXISTS_572=Impossible d'enregistrer le DN de base %s sous Directory Server pour le backend %s car ce DN y est d\u00e9j\u00e0 enregistr\u00e9 pour le backend %s. |
| | | SEVERE_ERR_REGISTER_BASEDN_HIERARCHY_CONFLICT_573=Impossible d'enregistrer le DN de base %s sous Directory Server pour le backend %s car le backend contient un autre DN de base %s ayant le m\u00eame chemin hi\u00e9rarchique. |
| | | SEVERE_ERR_REGISTER_BASEDN_DIFFERENT_PARENT_BASES_574=Impossible d'enregistrer le DN de base %s sous Directory Server pour le backend %s car le backend contient d\u00e9j\u00e0 un autre DN de base %s qui n'est pas subordonn\u00e9 au m\u00eame DN de base dans le backend parent. |
| | | SEVERE_ERR_REGISTER_BASEDN_NEW_BASE_NOT_SUBORDINATE_575=Impossible d'enregistrer le DN de base %s sous Directory Server pour le backend %s car il contient d\u00e9j\u00e0 un ou plusieurs DN de base subordonn\u00e9s \u00e0 le backend %s. Le nouveau DN n'est pas subordonn\u00e9 \u00e0 cet backend. |
| | | SEVERE_WARN_REGISTER_BASEDN_ENTRIES_IN_MULTIPLE_BACKENDS_576=L'arri\u00e8re-plan %s contient d\u00e9j\u00e0 l'entr\u00e9e %s qui vient d'\u00eatre enregistr\u00e9e en tant que DN de base pour le backend %s. Ces entr\u00e9es en conflit peuvent entra\u00eener des r\u00e9sultats inattendus ou erron\u00e9s, et les deux backends devront \u00eatre r\u00e9initialis\u00e9s afin que leur contenu soit correct. |
| | | SEVERE_ERR_DEREGISTER_BASEDN_NOT_REGISTERED_577=Impossible d'annuler l'enregistrement du DN de base %s sous Directory Server car ce DN n'est enregistr\u00e9 pour aucun backend actif. |
| | | SEVERE_WARN_DEREGISTER_BASEDN_MISSING_HIERARCHY_578=L'enregistrement du DN de base %s a \u00e9t\u00e9 annul\u00e9 dans Directory Server pour le backend %s. Ce nom dispose \u00e0 la fois des entr\u00e9es principales et subordonn\u00e9es dans d'autres backends. Lors de l'acc\u00e8s aux entr\u00e9es de cette partie de la hi\u00e9rarchie, le comportement peut devenir incoh\u00e9rent et inattendu car des entr\u00e9es faisant partie de l'arri\u00e8re-plan dont l'enregistrement a \u00e9t\u00e9 annul\u00e9 sont manquantes. |
| | | MILD_ERR_SCHEMA_CIRCULAR_DEPENDENCY_REFERENCE_579=Impossible de mettre \u00e0 jour l'\u00e9l\u00e9ment de sch\u00e9ma avec la d\u00e9finition "%s" car une r\u00e9f\u00e9rence circulaire a \u00e9t\u00e9 identifi\u00e9e lors de la reconstruction d'autres \u00e9l\u00e9ments de sch\u00e9ma qui en d\u00e9pendent. |
| | | MILD_ERR_REJECT_UNAUTHENTICATED_OPERATION_580=L'op\u00e9ration demand\u00e9e a \u00e9t\u00e9 rejet\u00e9e car l'authentification de la connexion a \u00e9chou\u00e9. |
| | | SEVERE_WARN_ADD_ATTR_IS_OBSOLETE_581=Impossible d'ajouter l'entr\u00e9e "%s" car elle contient le type d'attribut %s marqu\u00e9 comme OBSOLETE dans le sch\u00e9ma de serveur. |
| | |
| | | SEVERE_ERR_SEARCH_FILTER_CREATE_EXTENSIBLE_MATCH_NO_AT_OR_MR_625=Impossible de cr\u00e9er un filtre de recherche extensible en utilisant les informations fournies car elles ne comprennent ni type d'attribut ni ID de r\u00e8gle de correspondance. Au moins l'un de ces \u00e9l\u00e9ments doit \u00eatre fourni. |
| | | SEVERE_ERR_SEARCH_FILTER_EXTENSIBLE_MATCH_NO_AD_OR_MR_626=Impossible de d\u00e9coder le filtre de recherche fourni "%s" car le composant de correspondance extensible commen\u00e7ant \u00e0 l'emplacement %d ne contient ni description d'attribut ni ID de r\u00e8gle de correspondance. Au moins l'un de ces \u00e9l\u00e9ments doit \u00eatre fourni. |
| | | SEVERE_ERR_SEARCH_FILTER_EXTENSIBLE_MATCH_NO_SUCH_MR_627=Impossible de d\u00e9coder le filtre de recherche fourni "%s" car le composant de correspondance extensible commen\u00e7ant \u00e0 l'emplacement %d comprend une r\u00e8gle de correspondance %s inconnue. |
| | | MILD_ERR_BIND_OPERATION_WRITABILITY_DISABLED_628=Une requ\u00eate de liaison pour l'utilisateur %s a \u00e9t\u00e9 rejet\u00e9e car le serveur ou l'arri\u00e8re-plan de l'utilisateur est en mode d'\u00e9criture "d\u00e9sactiv\u00e9" et la mise \u00e0 jour de la strat\u00e9gie de mot de passe est impossible. |
| | | MILD_ERR_BIND_OPERATION_WRITABILITY_DISABLED_628=Une requ\u00eate de liaison pour l'utilisateur %s a \u00e9t\u00e9 rejet\u00e9e car le serveur ou le backend de l'utilisateur est en mode d'\u00e9criture "d\u00e9sactiv\u00e9" et la mise \u00e0 jour de la strat\u00e9gie de mot de passe est impossible. |
| | | MILD_ERR_MODIFY_PW_IN_HISTORY_629=Le nouveau mot de passe fourni a \u00e9t\u00e9 trouv\u00e9 dans l'historique des mots de passe de l'utilisateur. |
| | | SEVERE_WARN_BIND_MULTIPLE_USER_IDLE_TIME_LIMITS_630=L'entr\u00e9e utilisateur %s contient plusieurs valeurs maximales de temps sp\u00e9cifiques \u00e0 l'utilisateur. La valeur de temps maximale d'inactivit\u00e9 par d\u00e9faut du serveur sera appliqu\u00e9e. |
| | | SEVERE_WARN_BIND_CANNOT_PROCESS_USER_IDLE_TIME_LIMIT_631=La valeur %s maximale d'inactivit\u00e9 sp\u00e9cifique \u00e0 l'utilisateur de l'entr\u00e9e utilisateur %s n'a pas pu \u00eatre analys\u00e9e en tant que nombre entier. La valeur maximale de temps d'inactivit\u00e9 par d\u00e9faut du serveur sera appliqu\u00e9e. |
| | |
| | | SEVERE_ERR_REGISTER_NETWORK_GROUP_ALREADY_EXISTS_637=Impossible d'enregistrer le groupe de r\u00e9seau %s sous Directory Server car un groupe de r\u00e9seaux avec le m\u00eame ID y est d\u00e9j\u00e0 enregistr\u00e9. |
| | | MILD_ERR_IDLETIME_DISCONNECT_ERROR_638=Une erreur s'est produite lors de la d\u00e9connexion de la connexion client %d\u00a0: %s. |
| | | SEVERE_ERR_IDLETIME_UNEXPECTED_ERROR_639=Une erreur inattendue s'est produite dans le thread de dur\u00e9e d'inactivit\u00e9 maximale\u00a0: %s. |
| | | SEVERE_ERR_DIRCFG_SERVER_ALREADY_RUNNING_640=Directory Server est en cours d'ex\u00e9cution. Impossible de modifier la configuration de l'environnement pendant que le serveur est en cours d'ex\u00e9cution. |
| | | SEVERE_ERR_DIRCFG_SERVER_ALREADY_RUNNING_640=Le serveur d'annuaires est en cours d'ex\u00e9cution. Impossible de modifier la configuration de l'environnement pendant que le serveur est en cours d'ex\u00e9cution. |
| | | SEVERE_ERR_DIRCFG_INVALID_SERVER_ROOT_641=Le r\u00e9pertoire root de serveur sp\u00e9cifi\u00e9 '%s' n'est pas valide. Le chemin sp\u00e9cifi\u00e9 doit exister et doit \u00eatre un r\u00e9pertoire valide. |
| | | SEVERE_ERR_DIRCFG_INVALID_CONFIG_FILE_642=Le chemin du fichier de configuration sp\u00e9cifi\u00e9 '%s' n'est pas valide. Le chemin sp\u00e9cifi\u00e9 doit exister et doit \u00eatre un fichier valide. |
| | | SEVERE_ERR_DIRCFG_INVALID_CONFIG_CLASS_643=La classe du gestionnaire de configuration sp\u00e9cifi\u00e9e '%s' n'est pas valide. La classe sp\u00e9cifi\u00e9e doit \u00eatre une sous-classe de la superclasse org.opends.server.api.ConfigHandler. |
| | | SEVERE_ERR_DIRCFG_INVALID_SCHEMA_DIRECTORY_644=Le r\u00e9pertoire de configuration de sch\u00e9ma sp\u00e9cifi\u00e9 '%s' n'est pas valide. Le chemin sp\u00e9cifi\u00e9 doit exister et doit \u00eatre un r\u00e9pertoire valide. |
| | | SEVERE_ERR_DIRCFG_INVALID_LOCK_DIRECTORY_645=Le r\u00e9pertoire de verrouillage sp\u00e9cifi\u00e9 '%s' n'est pas valide. Le chemin sp\u00e9cifi\u00e9 doit exister et \u00eatre un r\u00e9pertoire valide. |
| | | SEVERE_ERR_DIRCFG_INVALID_LOCK_DIRECTORY_645=Le r\u00e9pertoire de verrouillage sp\u00e9cifi\u00e9 '%s' n'est pas valide. Le chemin sp\u00e9cifi\u00e9 doit exister et doit \u00eatre un r\u00e9pertoire valide. |
| | | SEVERE_ERR_DIRCFG_INVALID_CONCURRENCY_LEVEL_646=Le niveau simultan\u00e9 de la table de verrouillage %d n'est pas valide. Il doit s'agir d'un entier sup\u00e9rieur \u00e0 z\u00e9ro. |
| | | SEVERE_ERR_DIRCFG_INVALID_LOCK_TABLE_SIZE_647=La taille de la table de verrouillage initiale sp\u00e9cifi\u00e9e %d n'est pas valide. Il doit s'agir d'un entier sup\u00e9rieur \u00e0 z\u00e9ro. |
| | | FATAL_ERR_CANNOT_SET_ENVIRONMENT_CONFIG_WHILE_RUNNING_648=Directory Server est en cours d'ex\u00e9cution. Impossible de modifier la configuration de l'environnement lorsque le serveur est en ligne. |
| | | FATAL_ERR_CANNOT_SET_ENVIRONMENT_CONFIG_WHILE_RUNNING_648=Le serveur d'annuaires est en cours d'ex\u00e9cution. Impossible de modifier la configuration de l'environnement lorsque le serveur est en ligne. |
| | | SEVERE_ERR_CRYPTOMGR_SSL_CONTEXT_CANNOT_INITIALIZE_649=Une erreur s'est produite lors de l'initialisation d'un contexte SSL du serveur pour la communication de ce serveur\u00a0: %s. |
| | | SEVERE_ERR_CRYPTOMGR_ADS_TRUST_STORE_BACKEND_NOT_ENABLED_650=L'arri\u00e8re-plan du magasin d'approbations ADS %s n'est pas activ\u00e9. |
| | | SEVERE_ERR_CRYPTOMGR_ADS_TRUST_STORE_BACKEND_WRONG_CLASS_651=L'arri\u00e8re-plan %s n'est pas celui du magasin d'approbations. |
| | | SEVERE_ERR_CRYPTOMGR_ADS_TRUST_STORE_BACKEND_NOT_ENABLED_650=Le backend du magasin d'approbations ADS %s n'est pas activ\u00e9. |
| | | SEVERE_ERR_CRYPTOMGR_ADS_TRUST_STORE_BACKEND_WRONG_CLASS_651=Le backend %s n'est pas celui du magasin d'approbations. |
| | | INFO_DSCORE_DESCRIPTION_LASTKNOWNGOODCFG_652=Essayez de d\u00e9marrage en utilisant la configuration appliqu\u00e9e lors du dernier d\u00e9marrage r\u00e9ussi (si disponible), au lieu de la configuration active actuelle. |
| | | INFO_TRUSTSTORESYNC_ADMIN_SUFFIX_SEARCH_FAILED_653=Erreur lors de la recherche de l'\u00e9l\u00e9ment de base %s pour synchroniser le magasin d'approbations\u00a0: %s. |
| | | SEVERE_ERR_TRUSTSTORESYNC_EXCEPTION_654=Une erreur s'est produite dans le thread de synchronisation du magasin d'approbations\u00a0: %s. |
| | |
| | | SEVERE_ERR_PWPOLICY_SCHEME_DOESNT_SUPPORT_AUTH_657=Le sch\u00e9ma de stockage de mot de passe d\u00e9fini dans l'entr\u00e9e de configuration %s ne prend pas en charge la syntaxe de mot de passe d'authentification utilis\u00e9e par l'attribut de mot de passe %s. |
| | | SEVERE_ERR_PWPOLICY_NO_SUCH_DEPRECATED_SCHEME_658=L'entr\u00e9e de configuration %s de la strat\u00e9gie de mot de passe r\u00e9pertorie le DN du sch\u00e9ma de stockage de mot de passe d\u00e9sapprouv\u00e9 %s qui n'est pas disponible pour le serveur. |
| | | SEVERE_ERR_PWPOLICY_DEPRECATED_SCHEME_NOT_AUTH_659=L'entr\u00e9e de configuration %s de la strat\u00e9gie de mot de passe r\u00e9pertorie le DN du sch\u00e9ma de stockage de mot de passe d\u00e9sapprouv\u00e9 %s qui ne prend pas en charge la syntaxe de mot de passe d'authentification. |
| | | SEVERE_WARN_GROUP_FILTER_NOT_INDEXED_660=Le filtre de recherche "%s" utilis\u00e9 par l'impl\u00e9mentation de groupe %s n'est pas index\u00e9 dans l'arri\u00e8re-plan %s. L'initialisation de l'arri\u00e8re-plan pour cette impl\u00e9mentation de groupe peut prendre beaucoup de temps. |
| | | SEVERE_WARN_GROUP_FILTER_NOT_INDEXED_660=Le filtre de recherche "%s" utilis\u00e9 par l'impl\u00e9mentation de groupe %s n'est pas index\u00e9 dans le backend %s. L'initialisation de le backend pour cette impl\u00e9mentation de groupe peut prendre beaucoup de temps. |
| | | SEVERE_ERR_CRYPTOMGR_CANNOT_GET_REQUESTED_DIGEST_661=CryptoManager ne peut pas obtenir la synth\u00e8se requise %s\u00a0: %s. |
| | | SEVERE_ERR_CRYPTOMGR_CANNOT_GET_REQUESTED_MAC_ENGINE_662=CryptoManager ne peut pas obtenir le moteur MAC requis %s\u00a0: %s. |
| | | SEVERE_ERR_CRYPTOMGR_CANNOT_GET_REQUESTED_ENCRYPTION_CIPHER_663=CryptoManager ne peut pas obtenir le codage %s\u00a0: %s. |
| | |
| | | MILD_ERR_ADD_ENTRY_UNKNOWN_SUFFIX_697=Impossible d'ajouter l'entr\u00e9e fournie %s car son suffixe n'est pas d\u00e9fini en tant que suffixe de Directory Server. |
| | | NOTICE_VERSION_698=%s |
| | | NOTICE_BUILD_ID_699=ID de version\u00a0: %s |
| | | MILD_ERR_CANNOT_CANCEL_START_TLS_700=Impossible d'annuler les op\u00e9rations \u00e9tendues Start TLS |
| | | MILD_ERR_CANNOT_CANCEL_CANCEL_701=Impossible d'annuler l'annulation des op\u00e9rations \u00e9tendues |
| | | MILD_ERR_MODDN_NEW_SUPERIOR_IN_SUBTREE_702=Impossible d'effectuer l'op\u00e9ration de modification DN pour l'entr\u00e9e %s car la nouvelle entr\u00e9e sup\u00e9rieure %s est \u00e9gale \u00e0, ou une subordonn\u00e9e de, l'entr\u00e9e \u00e0 d\u00e9placer |
| | | SEVERE_ERR_REGISTER_WORKFLOW_ELEMENT_ALREADY_EXISTS_703=Unable to register workflow element %s with the Directory Server because another workflow element with the same ID is already registered |
| | |
| | | # |
| | | # Global directives |
| | | # |
| | | global.category=\u30b3\u30a2 |
| | | global.category=CORE |
| | | |
| | | # |
| | | # Format string definitions |
| | |
| | | INFO_RESULT_AUTH_METHOD_NOT_SUPPORTED_70=\u8a8d\u8a3c\u65b9\u6cd5\u304c\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | INFO_RESULT_STRONG_AUTH_REQUIRED_71=\u5f37\u3044\u8a8d\u8a3c\u304c\u5fc5\u8981\u3067\u3059 |
| | | INFO_RESULT_REFERRAL_72=\u30ea\u30d5\u30a7\u30e9\u30eb |
| | | INFO_RESULT_ADMIN_LIMIT_EXCEEDED_73=\u7ba1\u7406\u8005\u306b\u3088\u308b\u5236\u9650\u3092\u8d85\u904e\u3057\u307e\u3057\u305f |
| | | INFO_RESULT_ADMIN_LIMIT_EXCEEDED_73=\u7ba1\u7406\u4e0a\u306e\u5236\u9650\u3092\u8d85\u904e\u3057\u307e\u3057\u305f |
| | | INFO_RESULT_UNAVAILABLE_CRITICAL_EXTENSION_74=\u91cd\u8981\u306a\u62e1\u5f35\u6a5f\u80fd\u3092\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093 |
| | | INFO_RESULT_CONFIDENTIALITY_REQUIRED_75=\u6a5f\u5bc6\u6027\u304c\u5fc5\u8981\u3067\u3059 |
| | | INFO_RESULT_SASL_BIND_IN_PROGRESS_76=SASL \u30d0\u30a4\u30f3\u30c9\u304c\u9032\u884c\u4e2d\u3067\u3059 |
| | | INFO_RESULT_NO_SUCH_ATTRIBUTE_77=\u305d\u306e\u3088\u3046\u306a\u5c5e\u6027\u306f\u3042\u308a\u307e\u305b\u3093 |
| | | INFO_RESULT_UNDEFINED_ATTRIBUTE_TYPE_78=\u672a\u5b9a\u7fa9\u306e\u5c5e\u6027\u30bf\u30a4\u30d7 |
| | | INFO_RESULT_UNDEFINED_ATTRIBUTE_TYPE_78=\u672a\u5b9a\u7fa9\u306e\u5c5e\u6027\u578b |
| | | INFO_RESULT_INAPPROPRIATE_MATCHING_79=\u4e0d\u6b63\u306a\u7167\u5408 |
| | | INFO_RESULT_CONSTRAINT_VIOLATION_80=\u5236\u7d04\u9055\u53cd |
| | | INFO_RESULT_ATTRIBUTE_OR_VALUE_EXISTS_81=\u5c5e\u6027\u307e\u305f\u306f\u5024\u304c\u5b58\u5728\u3057\u307e\u3059 |
| | |
| | | INFO_RESULT_NO_SUCH_OBJECT_83=\u305d\u306e\u3088\u3046\u306a\u30a8\u30f3\u30c8\u30ea\u306f\u3042\u308a\u307e\u305b\u3093 |
| | | INFO_RESULT_ALIAS_PROBLEM_84=\u30a8\u30a4\u30ea\u30a2\u30b9\u306e\u554f\u984c |
| | | INFO_RESULT_INVALID_DN_SYNTAX_85=\u7121\u52b9\u306a DN \u69cb\u6587 |
| | | INFO_RESULT_ALIAS_DEREFERENCING_PROBLEM_86=\u30a8\u30a4\u30ea\u30a2\u30b9\u30c7\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u306e\u554f\u984c |
| | | INFO_RESULT_ALIAS_DEREFERENCING_PROBLEM_86=\u30a8\u30a4\u30ea\u30a2\u30b9\u9593\u63a5\u53c2\u7167\u306e\u554f\u984c |
| | | INFO_RESULT_INAPPROPRIATE_AUTHENTICATION_87=\u4e0d\u6b63\u306a\u8a8d\u8a3c |
| | | INFO_RESULT_INVALID_CREDENTIALS_88=\u7121\u52b9\u306a\u8cc7\u683c |
| | | INFO_RESULT_INSUFFICIENT_ACCESS_RIGHTS_89=\u4e0d\u5341\u5206\u306a\u30a2\u30af\u30bb\u30b9\u6a29\u9650 |
| | | INFO_RESULT_BUSY_90=\u30d3\u30b8\u30fc |
| | | INFO_RESULT_UNAVAILABLE_91=\u4f7f\u7528\u4e0d\u53ef |
| | | INFO_RESULT_UNWILLING_TO_PERFORM_92=\u5b9f\u884c\u3092\u671b\u307e\u306a\u3044 |
| | | INFO_RESULT_UNWILLING_TO_PERFORM_92=\u5b9f\u884c\u8981\u6c42\u3092\u62d2\u5426 |
| | | INFO_RESULT_LOOP_DETECT_93=\u30eb\u30fc\u30d7\u3092\u691c\u51fa |
| | | INFO_RESULT_NAMING_VIOLATION_94=\u30cd\u30fc\u30df\u30f3\u30b0\u9055\u53cd |
| | | INFO_RESULT_OBJECTCLASS_VIOLATION_95=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u9055\u53cd |
| | |
| | | FATAL_ERR_CANNOT_START_BEFORE_BOOTSTRAP_122=\u69cb\u6210\u304c\u30d6\u30fc\u30c8\u30b9\u30c8\u30e9\u30c3\u30d7\u3055\u308c\u308b\u307e\u3067\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u3092\u8d77\u52d5\u3067\u304d\u307e\u305b\u3093 |
| | | FATAL_ERR_CANNOT_START_WHILE_RUNNING_123=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u7a3c\u50cd\u4e2d\u306b\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u3092\u8d77\u52d5\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002\u7a3c\u50cd\u4e2d\u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3092\u505c\u6b62\u3057\u3066\u304b\u3089\u3001\u8d77\u52d5\u3092\u518d\u5ea6\u8a66\u307f\u3066\u304f\u3060\u3055\u3044 |
| | | INFO_ERROR_CATEGORY_SCHEMA_124=\u30b9\u30ad\u30fc\u30de |
| | | MILD_ERR_ATTR_TYPE_NORMALIZE_NO_MR_125=\u5c5e\u6027\u30bf\u30a4\u30d7 %2$s \u306e\u5024 %1$s \u3092\u6b63\u898f\u5316\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u5c5e\u6027\u30bf\u30a4\u30d7\u306e\u7b49\u4fa1\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_ATTR_TYPE_NORMALIZE_NO_MR_125=\u5c5e\u6027\u578b %2$s \u306e\u5024 %1$s \u3092\u6b63\u898f\u5316\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u5c5e\u6027\u306e\u7b49\u4fa1\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_ENTRY_SCHEMA_MISSING_REQUIRED_ATTR_FOR_OC_126=\u30a8\u30f3\u30c8\u30ea %1$s \u304c\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u69cb\u6210\u306b\u9055\u53cd\u3057\u3066\u3044\u307e\u3059\u3002\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %3$s \u306b\u5fc5\u8981\u306a\u5c5e\u6027 %2$s \u304c\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | MILD_ERR_ENTRY_SCHEMA_DISALLOWED_USER_ATTR_FOR_OC_127=\u30a8\u30f3\u30c8\u30ea %s \u304c\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u69cb\u6210\u306b\u9055\u53cd\u3057\u3066\u3044\u307e\u3059\u3002\u3053\u306e\u30a8\u30f3\u30c8\u30ea\u306b\u542b\u307e\u308c\u308b\u5c5e\u6027 %s \u306f\u3001\u3053\u306e\u30a8\u30f3\u30c8\u30ea\u5185\u3067\u5b9a\u7fa9\u3055\u308c\u305f\u3069\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u3067\u3082\u8a31\u53ef\u3055\u308c\u307e\u305b\u3093 |
| | | SEVERE_ERR_CANNOT_BOOTSTRAP_MATCHING_RULE_129=\u30af\u30e9\u30b9 %s \u5185\u3067\u5b9a\u7fa9\u3055\u308c\u305f\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u30d6\u30fc\u30c8\u30b9\u30c8\u30e9\u30c3\u30d7\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | |
| | | FATAL_ERR_UNCAUGHT_THREAD_EXCEPTION_140=\u30b9\u30ec\u30c3\u30c9 %s \u304c\u539f\u56e0\u3067\u7570\u5e38\u7d42\u4e86\u3057\u305f\u305f\u3081\u3001\u51e6\u7406\u4e2d\u306b\u30ad\u30e3\u30c3\u30c1\u3055\u308c\u306a\u3044\u4f8b\u5916\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u4f8b\u5916\u306e\u30b9\u30bf\u30c3\u30af\u30c8\u30ec\u30fc\u30b9: %s |
| | | NOTICE_SERVER_SHUTDOWN_141=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u304c\u505c\u6b62\u51e6\u7406\u3092\u958b\u59cb\u3057\u307e\u3057\u305f\u3002\u30af\u30e9\u30b9 %s \u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u306b\u3088\u308a\u505c\u6b62\u304c\u958b\u59cb\u3055\u308c\u307e\u3057\u305f\u3002\u505c\u6b62\u306e\u7406\u7531\u306f %s \u3067\u3057\u305f |
| | | FATAL_ERR_SHUTDOWN_DUE_TO_SHUTDOWN_HOOK_142=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u505c\u6b62\u30d5\u30c3\u30af\u304c\u3001JVM \u304c\u505c\u6b62\u4e2d\u3067\u3042\u308b\u3053\u3068\u3092\u691c\u51fa\u3057\u307e\u3057\u305f\u3002\u901a\u5e38\u306f\u3001\u3053\u308c\u306f\u3001JVM \u304c\u5916\u90e8\u304b\u3089\u505c\u6b62\u8981\u6c42\u3092\u53d7\u4fe1\u3057\u305f\u3053\u3068\u3092\u610f\u5473\u3057\u307e\u3059 (\u4f8b: \u7d42\u4e86\u30b7\u30b0\u30ca\u30eb\u3092\u4ecb\u3057\u3066) |
| | | MILD_ERR_SEARCH_FILTER_NULL_143=\u6307\u5b9a\u3055\u308c\u305f\u6587\u5b57\u5217\u304c\u7a7a\u307e\u305f\u306f NULL \u3067\u3042\u3063\u305f\u305f\u3081\u3001\u6307\u5b9a\u3055\u308c\u305f\u30d5\u30a3\u30eb\u30bf\u6587\u5b57\u5217\u3092\u691c\u7d22\u30d5\u30a3\u30eb\u30bf\u3068\u3057\u3066\u30c7\u30b3\u30fc\u30c9\u3067\u304d\u307e\u305b\u3093 |
| | | MILD_ERR_SEARCH_FILTER_UNCAUGHT_EXCEPTION_144=\u6587\u5b57\u5217 "%s" \u3092\u691c\u7d22\u30d5\u30a3\u30eb\u30bf\u3068\u3057\u3066\u30c7\u30b3\u30fc\u30c9\u4e2d\u306b\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_SEARCH_FILTER_NULL_143=\u6307\u5b9a\u3055\u308c\u305f\u6587\u5b57\u5217\u304c\u7a7a\u307e\u305f\u306f NULL \u3067\u3042\u3063\u305f\u305f\u3081\u3001\u6307\u5b9a\u3055\u308c\u305f\u30d5\u30a3\u30eb\u30bf\u6587\u5b57\u5217\u3092\u691c\u7d22\u30d5\u30a3\u30eb\u30bf\u3068\u3057\u3066\u5fa9\u53f7\u5316\u3067\u304d\u307e\u305b\u3093 |
| | | MILD_ERR_SEARCH_FILTER_UNCAUGHT_EXCEPTION_144=\u6587\u5b57\u5217 "%s" \u3092\u691c\u7d22\u30d5\u30a3\u30eb\u30bf\u3068\u3057\u3066\u5fa9\u53f7\u5316\u4e2d\u306b\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_SEARCH_FILTER_MISMATCHED_PARENTHESES_145=\u6307\u5b9a\u3055\u308c\u305f\u691c\u7d22\u30d5\u30a3\u30eb\u30bf "%s" \u306e\u3001\u4f4d\u7f6e %d \u3068 %d \u3092\u56f2\u3080\u62ec\u5f27\u304c\u4e00\u81f4\u3057\u307e\u305b\u3093 |
| | | MILD_ERR_SEARCH_FILTER_NO_EQUAL_SIGN_146=\u4f4d\u7f6e %2$d \u3068 %3$d \u306e\u9593\u306e\u5358\u7d14\u30d5\u30a3\u30eb\u30bf\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u3089\u3057\u304d\u3082\u306e\u306e\u4e2d\u306e\u3001\u6307\u5b9a\u3055\u308c\u305f\u691c\u7d22\u30d5\u30a3\u30eb\u30bf "%1$s" \u306b\u7b49\u53f7\u304c\u3042\u308a\u307e\u305b\u3093 |
| | | MILD_ERR_SEARCH_FILTER_NO_EQUAL_SIGN_146=\u6307\u5b9a\u3055\u308c\u305f\u691c\u7d22\u30d5\u30a3\u30eb\u30bf "%s" \u306e\u4f4d\u7f6e %d \u3068 %d \u306e\u9593\u306e\u30b7\u30f3\u30d7\u30eb\u30d5\u30a3\u30eb\u30bf\u30b3\u30f3\u30dd\u30fc\n\u30cd\u30f3\u30c8\u3068\u601d\u308f\u308c\u308b\u3082\u306e\u306e\u4e2d\u306b\u7b49\u53f7\u304c\u3042\u308a\u307e\u305b\u3093 |
| | | MILD_ERR_SEARCH_FILTER_INVALID_ESCAPED_BYTE_147=\u6307\u5b9a\u3055\u308c\u305f\u691c\u7d22\u30d5\u30a3\u30eb\u30bf "%s" \u306e\u4f4d\u7f6e %d \u306b\u30a8\u30b9\u30b1\u30fc\u30d7\u3055\u308c\u305f\u7121\u52b9\u306a\u30d0\u30a4\u30c8\u5024\u304c\u3042\u308a\u307e\u3059\u3002\u5024\u5185\u306e\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5\u306e\u3042\u3068\u306b\u306f\u3001\u30a8\u30f3\u30b3\u30fc\u30c9\u3055\u308c\u305f\u30d0\u30a4\u30c8\u3092\u5b9a\u7fa9\u3059\u308b 2 \u3064\u306e 16 \u9032\u6587\u5b57\u304c\u5fc5\u8981\u3067\u3059 |
| | | MILD_ERR_SEARCH_FILTER_COMPOUND_MISSING_PARENTHESES_148=\u6307\u5b9a\u3055\u308c\u305f\u691c\u7d22\u30d5\u30a3\u30eb\u30bf "%s" \u3092\u30c7\u30b3\u30fc\u30c9\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4f4d\u7f6e %d \u3068 %d \u306e\u9593\u306e\u8907\u5408\u30d5\u30a3\u30eb\u30bf\u306e\u5148\u982d\u304c\u958b\u304d\u62ec\u5f27\u3067\u306f\u306a\u304f\u3001\u672b\u5c3e\u304c\u9589\u3058\u62ec\u5f27\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3067\u3057\u305f (\u5225\u306e\u30d5\u30a3\u30eb\u30bf\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u7528\u306e\u62ec\u5f27\u3067\u3042\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059) |
| | | MILD_ERR_SEARCH_FILTER_NO_CORRESPONDING_OPEN_PARENTHESIS_149=\u6307\u5b9a\u3055\u308c\u305f\u691c\u7d22\u30d5\u30a3\u30eb\u30bf "%s" \u3092\u30c7\u30b3\u30fc\u30c9\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4f4d\u7f6e %d \u306e\u9589\u3058\u62ec\u5f27\u306b\u5bfe\u5fdc\u3059\u308b\u958b\u304d\u62ec\u5f27\u304c\u3042\u308a\u307e\u305b\u3093\u3067\u3057\u305f |
| | | MILD_ERR_SEARCH_FILTER_NO_CORRESPONDING_CLOSE_PARENTHESIS_150=\u6307\u5b9a\u3055\u308c\u305f\u691c\u7d22\u30d5\u30a3\u30eb\u30bf "%s" \u3092\u30c7\u30b3\u30fc\u30c9\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4f4d\u7f6e %d \u306e\u958b\u59cb\u62ec\u5f27\u306b\u5bfe\u5fdc\u3059\u308b\u9589\u3058\u62ec\u5f27\u304c\u3042\u308a\u307e\u305b\u3093\u3067\u3057\u305f |
| | | MILD_ERR_SEARCH_FILTER_SUBSTRING_NO_ASTERISKS_151=\u6307\u5b9a\u3055\u308c\u305f\u691c\u7d22\u30d5\u30a3\u30eb\u30bf "%s" \u3092\u30c7\u30b3\u30fc\u30c9\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4f4d\u7f6e %d \u3068 %d \u306e\u9593\u306e\u30b5\u30d6\u6587\u5b57\u5217\u30d5\u30a3\u30eb\u30bf\u5024\u3068\u601d\u308f\u308c\u308b\u3082\u306e\u306b\u3001\u30a2\u30b9\u30bf\u30ea\u30b9\u30af\u30ef\u30a4\u30eb\u30c9\u30ab\u30fc\u30c9\u6587\u5b57\u304c\u3042\u308a\u307e\u305b\u3093\u3067\u3057\u305f |
| | | MILD_ERR_SEARCH_FILTER_EXTENSIBLE_MATCH_NO_COLON_152=\u6307\u5b9a\u3055\u308c\u305f\u691c\u7d22\u30d5\u30a3\u30eb\u30bf "%s" \u3092\u30c7\u30b3\u30fc\u30c9\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4f4d\u7f6e %d \u3067\u59cb\u307e\u308b\u62e1\u5f35\u4e00\u81f4\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306b\u3001\u5c5e\u6027\u30bf\u30a4\u30d7\u540d\u306e\u672b\u5c3e\u3092\u793a\u3059\u30b3\u30ed\u30f3\u304c\u3042\u308a\u307e\u305b\u3093\u3067\u3057\u305f |
| | | MILD_ERR_SEARCH_FILTER_COMPOUND_MISSING_PARENTHESES_148=\u6307\u5b9a\u3055\u308c\u305f\u691c\u7d22\u30d5\u30a3\u30eb\u30bf "%s" \u3092\u5fa9\u53f7\u5316\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4f4d\u7f6e %d \u3068 %d \u306e\u9593\u306e\u8907\u5408\u30d5\u30a3\u30eb\u30bf\u306e\u5148\u982d\u304c\u958b\u304d\u62ec\u5f27\u3067\u306f\u306a\u304f\u3001\u672b\u5c3e\u304c\u9589\u3058\u62ec\u5f27\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3067\u3057\u305f (\u5225\u306e\u30d5\u30a3\u30eb\u30bf\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u7528\u306e\u62ec\u5f27\u3067\u3042\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059) |
| | | MILD_ERR_SEARCH_FILTER_NO_CORRESPONDING_OPEN_PARENTHESIS_149=\u6307\u5b9a\u3055\u308c\u305f\u691c\u7d22\u30d5\u30a3\u30eb\u30bf "%s" \u3092\u5fa9\u53f7\u5316\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4f4d\u7f6e %d \u306e\u9589\u3058\u62ec\u5f27\u306b\u5bfe\u5fdc\u3059\u308b\u958b\u304d\u62ec\u5f27\u304c\u3042\u308a\u307e\u305b\u3093\u3067\u3057\u305f |
| | | MILD_ERR_SEARCH_FILTER_NO_CORRESPONDING_CLOSE_PARENTHESIS_150=\u6307\u5b9a\u3055\u308c\u305f\u691c\u7d22\u30d5\u30a3\u30eb\u30bf "%s" \u3092\u5fa9\u53f7\u5316\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4f4d\u7f6e %d \u306e\u958b\u59cb\u62ec\u5f27\u306b\u5bfe\u5fdc\u3059\u308b\u9589\u3058\u62ec\u5f27\u304c\u3042\u308a\u307e\u305b\u3093\u3067\u3057\u305f |
| | | MILD_ERR_SEARCH_FILTER_SUBSTRING_NO_ASTERISKS_151=\u6307\u5b9a\u3055\u308c\u305f\u691c\u7d22\u30d5\u30a3\u30eb\u30bf "%s" \u3092\u5fa9\u53f7\u5316\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4f4d\u7f6e %d \u3068 %d \u306e\u9593\u306e\u30b5\u30d6\u6587\u5b57\u5217\u30d5\u30a3\u30eb\u30bf\u5024\u3068\u601d\u308f\u308c\u308b\u3082\u306e\u306b\u3001\u30a2\u30b9\u30bf\u30ea\u30b9\u30af\u30ef\u30a4\u30eb\u30c9\u30ab\u30fc\u30c9\u6587\u5b57\u304c\u3042\u308a\u307e\u305b\u3093\u3067\u3057\u305f |
| | | MILD_ERR_SEARCH_FILTER_EXTENSIBLE_MATCH_NO_COLON_152=\u6307\u5b9a\u3055\u308c\u305f\u691c\u7d22\u30d5\u30a3\u30eb\u30bf "%s" \u3092\u5fa9\u53f7\u5316\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4f4d\u7f6e %d \u3067\u59cb\u307e\u308b\u62e1\u5f35\u4e00\u81f4\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306b\u3001\u5c5e\u6027\u578b\u540d\u306e\u672b\u5c3e\u3092\u793a\u3059\u30b3\u30ed\u30f3\u304c\u3042\u308a\u307e\u305b\u3093\u3067\u3057\u305f |
| | | MILD_ERR_SEARCH_FILTER_INVALID_FILTER_TYPE_153=\u30a8\u30f3\u30c8\u30ea "%s" \u304c\u30d5\u30a3\u30eb\u30bf "%s" \u306b\u4e00\u81f4\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u5224\u5b9a\u3067\u304d\u307e\u305b\u3093\u3002\u4e0d\u660e\u306e\u30d5\u30a3\u30eb\u30bf\u30bf\u30a4\u30d7 %s \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f |
| | | MILD_ERR_SEARCH_FILTER_INVALID_RESULT_TYPE_154=\u30a8\u30f3\u30c8\u30ea "%s" \u304c\u30d5\u30a3\u30eb\u30bf "%s" \u306b\u4e00\u81f4\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u5224\u5b9a\u3067\u304d\u307e\u305b\u3093\u3002\u5185\u90e8\u30c1\u30a7\u30c3\u30af\u304c\u4e0d\u660e\u306e\u7d50\u679c\u30bf\u30a4\u30d7 "%s" \u3092\u8fd4\u3057\u307e\u3057\u305f |
| | | MILD_ERR_SEARCH_FILTER_COMPOUND_COMPONENTS_NULL_155=\u30a8\u30f3\u30c8\u30ea "%s" \u304c\u30d5\u30a3\u30eb\u30bf "%s" \u306b\u4e00\u81f4\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u5224\u5b9a\u3067\u304d\u307e\u305b\u3093\u3002%s \u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u7528\u306e\u30d5\u30a3\u30eb\u30bf\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u30bb\u30c3\u30c8\u304c NULL \u3067\u3057\u305f |
| | | MILD_ERR_SEARCH_FILTER_NESTED_TOO_DEEP_156=\u30a8\u30f3\u30c8\u30ea "%s" \u304c\u30d5\u30a3\u30eb\u30bf "%s" \u306b\u4e00\u81f4\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u5224\u5b9a\u3067\u304d\u307e\u305b\u3093\u3002\u30d5\u30a3\u30eb\u30bf\u306e\u5165\u308c\u5b50\u306e\u6df1\u3055\u304c\u3001\u8a31\u53ef\u3055\u308c\u308b\u6700\u5927\u30ec\u30d9\u30eb 100 \u3092\u8d85\u3048\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SEARCH_FILTER_NOT_COMPONENT_NULL_157=\u30a8\u30f3\u30c8\u30ea "%s" \u304c\u30d5\u30a3\u30eb\u30bf "%s" \u306b\u4e00\u81f4\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u5224\u5b9a\u3067\u304d\u307e\u305b\u3093\u3002NOT \u30d5\u30a3\u30eb\u30bf\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306b\u30b5\u30d6\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3067\u3057\u305f |
| | | MILD_ERR_SEARCH_FILTER_EQUALITY_NO_ATTRIBUTE_TYPE_158=\u30a8\u30f3\u30c8\u30ea "%s" \u304c\u30d5\u30a3\u30eb\u30bf "%s" \u306b\u4e00\u81f4\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u5224\u5b9a\u3067\u304d\u307e\u305b\u3093\u3002\u7b49\u4fa1\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306b NULL \u5c5e\u6027\u30bf\u30a4\u30d7\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f |
| | | MILD_ERR_SEARCH_FILTER_EQUALITY_NO_ATTRIBUTE_TYPE_158=\u30a8\u30f3\u30c8\u30ea "%s" \u304c\u30d5\u30a3\u30eb\u30bf "%s" \u306b\u4e00\u81f4\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u5224\u5b9a\u3067\u304d\u307e\u305b\u3093\u3002\u7b49\u4fa1\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306b NULL \u5c5e\u6027\u578b\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f |
| | | MILD_ERR_SEARCH_FILTER_EQUALITY_NO_ASSERTION_VALUE_159=\u30a8\u30f3\u30c8\u30ea "%s" \u304c\u30d5\u30a3\u30eb\u30bf "%s" \u306b\u4e00\u81f4\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u5224\u5b9a\u3067\u304d\u307e\u305b\u3093\u3002\u5c5e\u6027 %s \u306e\u7b49\u4fa1\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306b NULL \u8868\u660e\u5024\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f |
| | | MILD_ERR_SEARCH_FILTER_SUBSTRING_NO_ATTRIBUTE_TYPE_160=\u30a8\u30f3\u30c8\u30ea "%s" \u304c\u30d5\u30a3\u30eb\u30bf "%s" \u306b\u4e00\u81f4\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u5224\u5b9a\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30d6\u6587\u5b57\u5217\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306b NULL \u5c5e\u6027\u30bf\u30a4\u30d7\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f |
| | | MILD_ERR_SEARCH_FILTER_SUBSTRING_NO_ATTRIBUTE_TYPE_160=\u30a8\u30f3\u30c8\u30ea "%s" \u304c\u30d5\u30a3\u30eb\u30bf "%s" \u306b\u4e00\u81f4\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u5224\u5b9a\u3067\u304d\u307e\u305b\u3093\u3002\u90e8\u5206\u6587\u5b57\u5217\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306b NULL \u5c5e\u6027\u578b\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f |
| | | MILD_ERR_SEARCH_FILTER_SUBSTRING_NO_SUBSTRING_COMPONENTS_161=\u30a8\u30f3\u30c8\u30ea "%s" \u304c\u30d5\u30a3\u30eb\u30bf "%s" \u306b\u4e00\u81f4\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u5224\u5b9a\u3067\u304d\u307e\u305b\u3093\u3002\u5c5e\u6027 %s \u306e\u30b5\u30d6\u6587\u5b57\u5217\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306b subInitial\u3001subAny\u3001subFinal \u8981\u7d20\u304c\u4e00\u5207\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3067\u3057\u305f |
| | | MILD_ERR_SEARCH_FILTER_GREATER_OR_EQUAL_NO_ATTRIBUTE_TYPE_162=\u30a8\u30f3\u30c8\u30ea "%s" \u304c\u30d5\u30a3\u30eb\u30bf "%s" \u306b\u4e00\u81f4\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u5224\u5b9a\u3067\u304d\u307e\u305b\u3093\u3002\u4ee5\u4e0a\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306b NULL \u5c5e\u6027\u30bf\u30a4\u30d7\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f |
| | | MILD_ERR_SEARCH_FILTER_GREATER_OR_EQUAL_NO_ATTRIBUTE_TYPE_162=\u30a8\u30f3\u30c8\u30ea "%s" \u304c\u30d5\u30a3\u30eb\u30bf "%s" \u306b\u4e00\u81f4\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u5224\u5b9a\u3067\u304d\u307e\u305b\u3093\u3002greater-or-equal \u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306b NULL \u5c5e\u6027\u578b\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f |
| | | MILD_ERR_SEARCH_FILTER_GREATER_OR_EQUAL_NO_VALUE_163=\u30a8\u30f3\u30c8\u30ea "%s" \u304c\u30d5\u30a3\u30eb\u30bf "%s" \u306b\u4e00\u81f4\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u5224\u5b9a\u3067\u304d\u307e\u305b\u3093\u3002\u5c5e\u6027 %s \u306e\u4ee5\u4e0a\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306b NULL \u8868\u660e\u5024\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f |
| | | MILD_ERR_SEARCH_FILTER_LESS_OR_EQUAL_NO_ATTRIBUTE_TYPE_164=\u30a8\u30f3\u30c8\u30ea "%s" \u304c\u30d5\u30a3\u30eb\u30bf "%s" \u306b\u4e00\u81f4\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u5224\u5b9a\u3067\u304d\u307e\u305b\u3093\u3002\u4ee5\u4e0b\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306b NULL \u5c5e\u6027\u30bf\u30a4\u30d7\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f |
| | | MILD_ERR_SEARCH_FILTER_LESS_OR_EQUAL_NO_ATTRIBUTE_TYPE_164=\u30a8\u30f3\u30c8\u30ea "%s" \u304c\u30d5\u30a3\u30eb\u30bf "%s" \u306b\u4e00\u81f4\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u5224\u5b9a\u3067\u304d\u307e\u305b\u3093\u3002less-or-equal \u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306b NULL \u5c5e\u6027\u578b\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f |
| | | MILD_ERR_SEARCH_FILTER_LESS_OR_EQUAL_NO_ASSERTION_VALUE_165=\u30a8\u30f3\u30c8\u30ea "%s" \u304c\u30d5\u30a3\u30eb\u30bf "%s" \u306b\u4e00\u81f4\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u5224\u5b9a\u3067\u304d\u307e\u305b\u3093\u3002\u5c5e\u6027 %s \u306e\u4ee5\u4e0b\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306b NULL \u5c5e\u6027\u5024\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f |
| | | MILD_ERR_SEARCH_FILTER_PRESENCE_NO_ATTRIBUTE_TYPE_166=\u30a8\u30f3\u30c8\u30ea "%s" \u304c\u30d5\u30a3\u30eb\u30bf "%s" \u306b\u4e00\u81f4\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u5224\u5b9a\u3067\u304d\u307e\u305b\u3093\u3002\u5b9f\u5728\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306b NULL \u5c5e\u6027\u5024\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f |
| | | MILD_ERR_SEARCH_FILTER_APPROXIMATE_NO_ATTRIBUTE_TYPE_167=\u30a8\u30f3\u30c8\u30ea "%s" \u304c\u30d5\u30a3\u30eb\u30bf "%s" \u306b\u4e00\u81f4\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u5224\u5b9a\u3067\u304d\u307e\u305b\u3093\u3002\u8fd1\u4f3c\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306b NULL \u5c5e\u6027\u5024\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f |
| | | MILD_ERR_SEARCH_FILTER_APPROXIMATE_NO_ASSERTION_VALUE_168=\u30a8\u30f3\u30c8\u30ea "%s" \u304c\u30d5\u30a3\u30eb\u30bf "%s" \u306b\u4e00\u81f4\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u5224\u5b9a\u3067\u304d\u307e\u305b\u3093\u3002\u5c5e\u6027 %s \u306e\u8fd1\u4f3c\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306b NULL \u8868\u660e\u5024\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f |
| | | MILD_ERR_SEARCH_FILTER_EXTENSIBLE_MATCH_NO_ASSERTION_VALUE_169=\u30a8\u30f3\u30c8\u30ea "%s" \u304c\u30d5\u30a3\u30eb\u30bf "%s" \u306b\u4e00\u81f4\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u5224\u5b9a\u3067\u304d\u307e\u305b\u3093\u3002\u542b\u307e\u308c\u308b\u62e1\u5f35\u4e00\u81f4\u30d5\u30a3\u30eb\u30bf\u306b\u8868\u660e\u5024\u304c\u3042\u308a\u307e\u305b\u3093\u3067\u3057\u305f |
| | | MILD_ERR_SEARCH_FILTER_EXTENSIBLE_MATCH_NO_RULE_OR_TYPE_170=\u30a8\u30f3\u30c8\u30ea "%s" \u304c\u30d5\u30a3\u30eb\u30bf "%s" \u306b\u4e00\u81f4\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u5224\u5b9a\u3067\u304d\u307e\u305b\u3093\u3002\u542b\u307e\u308c\u308b\u62e1\u5f35\u4e00\u81f4\u30d5\u30a3\u30eb\u30bf\u306b\u5c5e\u6027\u30bf\u30a4\u30d7\u3082\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb ID \u3082\u3042\u308a\u307e\u305b\u3093\u3067\u3057\u305f |
| | | MILD_ERR_RDN_DECODE_NULL_171=\u6307\u5b9a\u3055\u308c\u305f\u6587\u5b57\u5217\u3092\u76f8\u5bfe\u8b58\u5225\u540d\u3068\u3057\u3066\u30c7\u30b3\u30fc\u30c9\u3067\u304d\u307e\u305b\u3093\u3002\u6307\u5b9a\u3055\u308c\u305f\u6587\u5b57\u5217\u304c\u7a7a\u307e\u305f\u306f NULL \u3067\u3057\u305f |
| | | MILD_ERR_RDN_END_WITH_ATTR_NAME_172=\u6307\u5b9a\u3055\u308c\u305f\u6587\u5b57\u5217 "%s" \u3092\u76f8\u5bfe\u8b58\u5225\u540d\u3068\u3057\u3066\u30c7\u30b3\u30fc\u30c9\u3067\u304d\u307e\u305b\u3093\u3002\u6587\u5b57\u5217\u306e\u672b\u5c3e\u304c\u5c5e\u6027\u30bf\u30a4\u30d7\u540d\u3067\u3057\u305f (%s) |
| | | MILD_ERR_RDN_NO_EQUAL_173=\u6307\u5b9a\u3055\u308c\u305f\u6587\u5b57\u5217 "%s" \u3092\u76f8\u5bfe\u8b58\u5225\u540d\u3068\u3057\u3066\u30c7\u30b3\u30fc\u30c9\u3067\u304d\u307e\u305b\u3093\u3002\u5c5e\u6027\u30bf\u30a4\u30d7 %s \u306e\u3042\u3068\u306e\u6700\u521d\u306e\u975e\u7a7a\u767d\u6587\u5b57\u304c\u7b49\u53f7\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3067\u3057\u305f (\u8aad\u307f\u53d6\u3063\u305f\u6587\u5b57\u306f %c) |
| | | MILD_ERR_RDN_UNEXPECTED_COMMA_174=\u6307\u5b9a\u3055\u308c\u305f\u6587\u5b57\u5217 "%s" \u3092\u76f8\u5bfe\u8b58\u5225\u540d\u3068\u3057\u3066\u30c7\u30b3\u30fc\u30c9\u3067\u304d\u307e\u305b\u3093\u3002\u4f4d\u7f6e %d \u306b\u3001RDN \u5185\u3067\u306f\u8a31\u53ef\u3055\u308c\u306a\u3044\u4e88\u671f\u3057\u306a\u3044\u30d7\u30e9\u30b9\u3001\u30b3\u30f3\u30de\u3001\u307e\u305f\u306f\u30bb\u30df\u30b3\u30ed\u30f3\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f |
| | | MILD_ERR_RDN_ILLEGAL_CHARACTER_175=\u6307\u5b9a\u3055\u308c\u305f\u6587\u5b57\u5217 "%1$s" \u3092\u76f8\u5bfe\u8b58\u5225\u540d\u3068\u3057\u3066\u30c7\u30b3\u30fc\u30c9\u3067\u304d\u307e\u305b\u3093\u3002\u6587\u5b57\u5217\u306e\u672b\u5c3e\u307e\u305f\u306f '+' \u8a18\u53f7\u304c\u671f\u5f85\u3055\u308c\u308b\u4f4d\u7f6e %3$d \u306b\u3001\u4e0d\u6b63\u306a\u6587\u5b57 %2$c \u304c\u898b\u3064\u304b\u308a\u307e\u3057\u305f |
| | | MILD_ERR_SEARCH_FILTER_EXTENSIBLE_MATCH_NO_RULE_OR_TYPE_170=\u30a8\u30f3\u30c8\u30ea "%s" \u304c\u30d5\u30a3\u30eb\u30bf "%s" \u306b\u4e00\u81f4\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u5224\u5b9a\u3067\u304d\u307e\u305b\u3093\u3002\u542b\u307e\u308c\u308b\u62e1\u5f35\u4e00\u81f4\u30d5\u30a3\u30eb\u30bf\u306b\u5c5e\u6027\u578b\u3082\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb ID \u3082\u3042\u308a\u307e\u305b\u3093\u3067\u3057\u305f |
| | | MILD_ERR_RDN_DECODE_NULL_171=\u6307\u5b9a\u3055\u308c\u305f\u6587\u5b57\u5217\u3092\u76f8\u5bfe\u8b58\u5225\u540d\u3068\u3057\u3066\u5fa9\u53f7\u5316\u3067\u304d\u307e\u305b\u3093\u3002\u6307\u5b9a\u3055\u308c\u305f\u6587\u5b57\u5217\u304c\u7a7a\u307e\u305f\u306f NULL \u3067\u3057\u305f |
| | | MILD_ERR_RDN_END_WITH_ATTR_NAME_172=\u6307\u5b9a\u3055\u308c\u305f\u6587\u5b57\u5217 "%s" \u3092\u76f8\u5bfe\u8b58\u5225\u540d\u3068\u3057\u3066\u5fa9\u53f7\u5316\u3067\u304d\u307e\u305b\u3093\u3002\u6587\u5b57\u5217\u306e\u672b\u5c3e\u304c\u5c5e\u6027\u578b\u540d\u3067\u3057\u305f (%s) |
| | | MILD_ERR_RDN_NO_EQUAL_173=\u6307\u5b9a\u3055\u308c\u305f\u6587\u5b57\u5217 "%s" \u3092\u76f8\u5bfe\u8b58\u5225\u540d\u3068\u3057\u3066\u5fa9\u53f7\u5316\u3067\u304d\u307e\u305b\u3093\u3002\u5c5e\u6027\u578b %s \u306e\u3042\u3068\u306e\u6700\u521d\u306e\u975e\u7a7a\u767d\u6587\u5b57\u304c\u7b49\u53f7\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3067\u3057\u305f (\u8aad\u307f\u53d6\u3089\u308c\u305f\u6587\u5b57: %c) |
| | | MILD_ERR_RDN_UNEXPECTED_COMMA_174=\u6307\u5b9a\u3055\u308c\u305f\u6587\u5b57\u5217 "%s" \u3092\u76f8\u5bfe\u8b58\u5225\u540d\u3068\u3057\u3066\u5fa9\u53f7\u5316\u3067\u304d\u307e\u305b\u3093\u3002\u4f4d\u7f6e %d \u306b\u3001RDN \u5185\u3067\u306f\u8a31\u53ef\u3055\u308c\u306a\u3044\u4e88\u671f\u3057\u306a\u3044\u30d7\u30e9\u30b9\u3001\u30b3\u30f3\u30de\u3001\u307e\u305f\u306f\u30bb\u30df\u30b3\u30ed\u30f3\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f |
| | | MILD_ERR_RDN_ILLEGAL_CHARACTER_175=\u6307\u5b9a\u3055\u308c\u305f\u6587\u5b57\u5217 "%1$s" \u3092\u76f8\u5bfe\u8b58\u5225\u540d\u3068\u3057\u3066\u5fa9\u53f7\u5316\u3067\u304d\u307e\u305b\u3093\u3002\u6587\u5b57\u5217\u306e\u672b\u5c3e\u307e\u305f\u306f '+' \u8a18\u53f7\u304c\u671f\u5f85\u3055\u308c\u308b\u4f4d\u7f6e %3$d \u306b\u3001\u4e0d\u6b63\u306a\u6587\u5b57 %2$c \u304c\u898b\u3064\u304b\u308a\u307e\u3057\u305f |
| | | FATAL_ERR_CANNOT_CREATE_WORK_QUEUE_176=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u30ef\u30fc\u30af\u30ad\u30e5\u30fc\u306e\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s\u3002\u3053\u308c\u306f\u5fa9\u65e7\u4e0d\u53ef\u80fd\u306a\u30a8\u30e9\u30fc\u3067\u3042\u308b\u305f\u3081\u3001\u8d77\u52d5\u30d7\u30ed\u30bb\u30b9\u3092\u7d9a\u884c\u3067\u304d\u307e\u305b\u3093 |
| | | SEVERE_ERR_CANNOT_REGISTER_DUPLICATE_SUFFIX_180=\u30b5\u30d5\u30a3\u30c3\u30af\u30b9 "%s" \u306f\u3001\u30bf\u30a4\u30d7 %s \u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306b\u767b\u9332\u6e08\u307f\u3067\u3059 |
| | | SEVERE_ERR_CANNOT_REGISTER_DUPLICATE_SUBSUFFIX_181=\u30b5\u30d5\u30a3\u30c3\u30af\u30b9 "%s" \u306f\u3001\u30b5\u30d5\u30a3\u30c3\u30af\u30b9 "%s" \u7528\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e\u30b5\u30d6\u30b5\u30d5\u30a3\u30c3\u30af\u30b9\u3068\u3057\u3066\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306b\u767b\u9332\u6e08\u307f\u3067\u3059 |
| | | SEVERE_ERR_CANNOT_REGISTER_PRIVATE_SUFFIX_BELOW_USER_PARENT_182=\u30d7\u30e9\u30a4\u30d9\u30fc\u30c8\u30b5\u30d5\u30a3\u30c3\u30af\u30b9 "%s" \u306f\u3001"%s"\u306e\u30d9\u30fc\u30b9 DN \u3092\u4f7f\u3063\u3066\u5b9a\u7fa9\u3055\u308c\u305f\u975e\u30d7\u30e9\u30a4\u30d9\u30fc\u30c8\u30b5\u30d5\u30a3\u30c3\u30af\u30b9\u3088\u308a\u3082\u4e0b\u4f4d\u3067\u3059\u3002\u30d7\u30e9\u30a4\u30d9\u30fc\u30c8\u30b5\u30d6\u30b5\u30d5\u30a3\u30c3\u30af\u30b9\u304c\u3001\u975e\u30d7\u30e9\u30a4\u30d9\u30fc\u30c8\u30b5\u30d5\u30a3\u30c3\u30af\u30b9\u306e\u4e0b\u4f4d\u306b\u5b58\u5728\u3057\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059 |
| | | SEVERE_ERR_CANNOT_GET_ROOT_DSE_CONFIG_ENTRY_183=\u30eb\u30fc\u30c8 DSE \u69cb\u6210\u30a8\u30f3\u30c8\u30ea (cn=Root DSE\u3001cn=config) \u3092\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u69cb\u6210\u304b\u3089\u53d6\u5f97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_SCHEMA_CONFLICTING_ATTRIBUTE_OID_184=\u5c5e\u6027\u30bf\u30a4\u30d7 %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u306b\u767b\u9332\u3067\u304d\u307e\u305b\u3093\u3002OID %s \u304c\u65e2\u5b58\u306e\u5c5e\u6027\u30bf\u30a4\u30d7 %s \u306e OID \u3068\u7af6\u5408\u3057\u307e\u3059 |
| | | MILD_ERR_SCHEMA_CONFLICTING_ATTRIBUTE_NAME_185=\u5c5e\u6027\u30bf\u30a4\u30d7 %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u306b\u767b\u9332\u3067\u304d\u307e\u305b\u3093\u3002\u540d\u524d %s \u304c\u65e2\u5b58\u306e\u5c5e\u6027\u30bf\u30a4\u30d7 %s \u306e\u540d\u524d\u3068\u7af6\u5408\u3057\u307e\u3059 |
| | | MILD_ERR_SCHEMA_CONFLICTING_ATTRIBUTE_OID_184=\u5c5e\u6027\u578b %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u306b\u767b\u9332\u3067\u304d\u307e\u305b\u3093\u3002OID %s \u304c\u65e2\u5b58\u306e\u5c5e\u6027\u578b %s \u306e OID \u3068\u7af6\u5408\u3057\u307e\u3059 |
| | | MILD_ERR_SCHEMA_CONFLICTING_ATTRIBUTE_NAME_185=\u5c5e\u6027\u578b %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u306b\u767b\u9332\u3067\u304d\u307e\u305b\u3093\u3002\u540d\u524d %s \u304c\u65e2\u5b58\u306e\u5c5e\u6027\u578b %s \u306e\u540d\u524d\u3068\u7af6\u5408\u3057\u307e\u3059 |
| | | MILD_ERR_SCHEMA_CONFLICTING_OBJECTCLASS_OID_186=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u306b\u767b\u9332\u3067\u304d\u307e\u305b\u3093\u3002OID %s \u304c\u65e2\u5b58\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u306e OID \u3068\u7af6\u5408\u3057\u307e\u3059 |
| | | MILD_ERR_SCHEMA_CONFLICTING_OBJECTCLASS_NAME_187=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u306b\u767b\u9332\u3067\u304d\u307e\u305b\u3093\u3002\u540d\u524d %s \u304c\u65e2\u5b58\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u306e\u540d\u524d\u3068\u7af6\u5408\u3057\u307e\u3059 |
| | | MILD_ERR_SCHEMA_CONFLICTING_SYNTAX_OID_188=\u5c5e\u6027\u69cb\u6587 %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u306b\u767b\u9332\u3067\u304d\u307e\u305b\u3093\u3002OID %s \u304c\u65e2\u5b58\u306e\u69cb\u6587 %s \u306e OID \u3068\u7af6\u5408\u3057\u307e\u3059 |
| | |
| | | SEVERE_ERR_COMPARE_CANNOT_LOCK_ENTRY_227=\u8907\u6570\u56de\u8a66\u307f\u307e\u3057\u305f\u304c\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306f\u30a8\u30f3\u30c8\u30ea %s \u306b\u5bfe\u3059\u308b\u8aad\u307f\u53d6\u308a\u30ed\u30c3\u30af\u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u3053\u306e\u64cd\u4f5c\u306e\u51e6\u7406\u3092\u7d9a\u884c\u3067\u304d\u307e\u305b\u3093 |
| | | MILD_ERR_COMPARE_NO_SUCH_ENTRY_228=\u6307\u5b9a\u3055\u308c\u305f\u30a8\u30f3\u30c8\u30ea %s \u304c\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u5185\u306b\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | INFO_CANCELED_BY_ABANDON_REQUEST_229=\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u304c\u3053\u306e\u64cd\u4f5c\u306e\u7834\u68c4\u8981\u6c42 (\u30e1\u30c3\u30bb\u30fc\u30b8 ID %d) \u3092\u767a\u884c\u3057\u305f\u305f\u3081\u3001\u64cd\u4f5c\u304c\u53d6\u308a\u6d88\u3055\u308c\u307e\u3057\u305f |
| | | MILD_ERR_ADD_CANNOT_ADD_ROOT_DSE_230=\u6307\u5b9a\u3055\u308c\u305f\u30a8\u30f3\u30c8\u30ea\u306b\u306f\u7121\u52b9\u306a DN \u304c\u542b\u307e\u308c\u308b\u305f\u3081\u3001\u3053\u306e\u30a8\u30f3\u30c8\u30ea\u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3053\u306e DN \u306f\u30eb\u30fc\u30c8 DSE \u7528\u306b\u4e88\u7d04\u3055\u308c\u3066\u304a\u308a\u3001\u30a8\u30f3\u30c8\u30ea\u3092\u30d7\u30ed\u30c8\u30b3\u30eb\u7d4c\u7531\u3067\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093 |
| | | MILD_ERR_ADD_CANNOT_ADD_ROOT_DSE_230=\u6307\u5b9a\u3055\u308c\u305f\u30a8\u30f3\u30c8\u30ea\u306b\u306f\u7121\u52b9\u306a DN \u304c\u542b\u307e\u308c\u308b\u305f\u3081\u3001\u3053\u306e\u30a8\u30f3\u30c8\u30ea\u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e DN \u306f\u30eb\u30fc\u30c8 DSE \u7528\u306b\u4e88\u7d04\u3055\u308c\u3066\u304a\u308a\u3001\u30a8\u30f3\u30c8\u30ea\u3092\u30d7\u30ed\u30c8\u30b3\u30eb\u7d4c\u7531\u3067\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093 |
| | | MILD_ERR_ADD_ENTRY_NOT_SUFFIX_231=\u6307\u5b9a\u3055\u308c\u305f\u30a8\u30f3\u30c8\u30ea %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u30a8\u30f3\u30c8\u30ea\u306b\u306f\u89aa\u304c\u306a\u304f\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u5185\u306e\u3044\u305a\u308c\u304b\u306e\u30b5\u30d5\u30a3\u30c3\u30af\u30b9\u3068\u3057\u3066\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | SEVERE_ERR_ADD_CANNOT_LOCK_PARENT_232=\u30a8\u30f3\u30c8\u30ea %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u8907\u6570\u56de\u8a66\u307f\u307e\u3057\u305f\u304c\u3001\u30b5\u30fc\u30d0\u30fc\u304c\u89aa\u30a8\u30f3\u30c8\u30ea %s \u306b\u5bfe\u3059\u308b\u8aad\u307f\u53d6\u308a\u30ed\u30c3\u30af\u306e\u53d6\u5f97\u306b\u5931\u6557\u3057\u307e\u3057\u305f |
| | | MILD_ERR_ADD_NO_PARENT_233=\u30a8\u30f3\u30c8\u30ea %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u5185\u306b\u89aa\u30a8\u30f3\u30c8\u30ea %s \u304c\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | |
| | | SEVERE_ERR_BACKUPINFO_UNKNOWN_PROPERTY_295=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %1$s \u5185\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u60c5\u5831\u69cb\u9020\u3092\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u3053\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u60c5\u5831\u69cb\u9020\u306b\u306f\u3001\u5024 %3$s \u3092\u6301\u3064\u4e0d\u660e\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc %2$s \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f |
| | | SEVERE_ERR_BACKUPINFO_CANNOT_DECODE_296=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %s \u5185\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u60c5\u5831\u69cb\u9020\u306e\u5fa9\u53f7\u5316\u4e2d\u306b\u4e88\u671f\u3057\u3066\u3044\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_BACKUPINFO_NO_BACKUP_ID_297=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %s \u5185\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u60c5\u5831\u69cb\u9020\u3092\u5fa9\u53f7\u5316\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u69cb\u9020\u306b\u306f\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 ID \u304c\u3042\u308a\u307e\u305b\u3093\u3067\u3057\u305f |
| | | SEVERE_ERR_BACKUPINFO_NO_BACKUP_DATE_298=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 ID %s \u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u60c5\u5831\u69cb\u9020\u3092\u5fa9\u53f7\u5316\u3067\u304d\u307e\u305b\u3093\u3002\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u65e5\u4ed8\u304c\u542b\u307e\u308c\u3066\u3044\u306a\u3044\u305f\u3081\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %s \u5185\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u60c5\u5831\u69cb\u9020\u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3067\u3057\u305f |
| | | SEVERE_ERR_BACKUPINFO_NO_BACKUP_DATE_298=The backup information structure with backup ID %s in directory %s was not valid because it did not contain the backup date |
| | | SEVERE_ERR_BACKUPDIRECTORY_ADD_DUPLICATE_ID_299=ID %s \u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u3092\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %s \u306b\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e ID \u3092\u6301\u3064\u5225\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u304c\u3059\u3067\u306b\u5b58\u5728\u3057\u307e\u3059 |
| | | SEVERE_ERR_BACKUPDIRECTORY_NO_SUCH_BACKUP_300=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %s \u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e ID \u3092\u6301\u3064\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u304c\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u5185\u306b\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | SEVERE_ERR_BACKUPDIRECTORY_UNRESOLVED_DEPENDENCY_301=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %s \u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u308c\u306f\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u306b\u5bfe\u3059\u308b\u4f9d\u5b58\u95a2\u4fc2\u3092\u6301\u3064\u3082\u306e\u3068\u3057\u3066\u30ea\u30b9\u30c8\u306b\u542b\u307e\u308c\u3066\u3044\u307e\u3059 |
| | |
| | | SEVERE_ERR_BACKUPDIRECTORY_NOT_DIRECTORY_303=\u30d1\u30b9 %s \u306f\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u304c\u5b58\u5728\u3059\u308b\u3053\u3068\u3092\u793a\u3057\u3066\u3044\u307e\u3059\u304c\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u305b\u3093 |
| | | SEVERE_ERR_BACKUPDIRECTORY_CANNOT_DELETE_SAVED_DESCRIPTOR_304=\u4fdd\u5b58\u6e08\u307f\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u8a18\u8ff0\u5b50\u30d5\u30a1\u30a4\u30eb %s \u306e\u524a\u9664\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s\u3002\u65b0\u3057\u3044\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u8a18\u8ff0\u5b50\u306f %s \u306b\u66f8\u304d\u8fbc\u307f\u6e08\u307f\u3067\u3059\u304c\u3001\u624b\u4f5c\u696d\u3067 %s \u306b\u540d\u524d\u3092\u5909\u66f4\u3059\u308b\u307e\u3067\u4f7f\u7528\u3055\u308c\u307e\u305b\u3093 |
| | | SEVERE_ERR_BACKUPDIRECTORY_CANNOT_RENAME_CURRENT_DESCRIPTOR_305=\u73fe\u5728\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u8a18\u8ff0\u5b50\u30d5\u30a1\u30a4\u30eb %s \u3092 %s \u306b\u540d\u79f0\u5909\u66f4\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s\u3002\u65b0\u3057\u3044\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u8a18\u8ff0\u5b50\u306f %s \u306b\u66f8\u304d\u8fbc\u307f\u6e08\u307f\u3067\u3059\u304c\u3001\u624b\u4f5c\u696d\u3067 %s \u306b\u540d\u524d\u3092\u5909\u66f4\u3059\u308b\u307e\u3067\u4f7f\u7528\u3055\u308c\u307e\u305b\u3093 |
| | | SEVERE_ERR_BACKUPDIRECTORY_CANNOT_RENAME_NEW_DESCRIPTOR_306=\u65b0\u3057\u3044\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u8a18\u8ff0\u5b50\u30d5\u30a1\u30a4\u30eb %s \u3092 %s \u306b\u540d\u79f0\u5909\u66f4\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s\u3002\u65b0\u3057\u3044\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u8a18\u8ff0\u5b50\u306f\u3001\u624b\u4f5c\u696d\u3067\u540d\u524d\u3092 %s \u306b\u5909\u66f4\u3059\u308b\u307e\u3067\u4f7f\u7528\u3055\u308c\u307e\u305b\u3093 |
| | | SEVERE_ERR_BACKUPDIRECTORY_CANNOT_RENAME_NEW_DESCRIPTOR_306=\u65b0\u3057\u3044\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u8a18\u8ff0\u5b50\u30d5\u30a1\u30a4\u30eb %s \u3092 %s \u306b\u540d\u79f0\u5909\u66f4\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s\u3002\u65b0\u3057\u3044\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u8a18\u8ff0\u5b50\u306f\u3001\u624b\u4f5c\u696d\u3067\u540d\u524d\u3092\u5909\u66f4\u3059\u308b\u307e\u3067\u4f7f\u7528\u3055\u308c\u307e\u305b\u3093 |
| | | SEVERE_ERR_BACKUPDIRECTORY_NO_DESCRIPTOR_FILE_307=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u8a18\u8ff0\u5b50\u30d5\u30a1\u30a4\u30eb\u304c %s \u306b\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f |
| | | SEVERE_ERR_BACKUPDIRECTORY_CANNOT_READ_CONFIG_ENTRY_DN_308=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u8a18\u8ff0\u5b50\u30d5\u30a1\u30a4\u30eb %s \u306f\u7121\u52b9\u3067\u3059\u3002\u6700\u521d\u306e\u884c\u306b\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u69cb\u6210\u30a8\u30f3\u30c8\u30ea\u306e DN \u304c\u542b\u307e\u308c\u308b\u3079\u304d\u3067\u3059\u304c\u3001\u7a7a\u767d\u3067\u3057\u305f |
| | | SEVERE_ERR_BACKUPDIRECTORY_FIRST_LINE_NOT_DN_309=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u8a18\u8ff0\u5b50\u30d5\u30a1\u30a4\u30eb %s \u306f\u7121\u52b9\u3067\u3059\u3002\u3053\u306e\u30d5\u30a1\u30a4\u30eb\u306e\u6700\u521d\u306e\u884c\u306b\u306f\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u69cb\u6210\u30a8\u30f3\u30c8\u30ea\u306e DN \u304c\u8a18\u8ff0\u3055\u308c\u3066\u3044\u308b\u3079\u304d\u3067\u3059\u304c\u3001\u5b9f\u969b\u306b\u306f "%s" \u304c\u8a18\u8ff0\u3055\u308c\u3066\u3044\u307e\u3059\u3002 |
| | |
| | | FATAL_ERR_CANNOT_ACQUIRE_EXCLUSIVE_SERVER_LOCK_343=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u304c\u30d5\u30a1\u30a4\u30eb %s \u306b\u5bfe\u3059\u308b\u6392\u4ed6\u7684\u30ed\u30c3\u30af\u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f: %s\u3002\u3053\u308c\u306f\u3001\u901a\u5e38\u3001\u3053\u306e\u30b5\u30fc\u30d0\u30fc\u306e\u5225\u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u304c\u3059\u3067\u306b\u7a3c\u52d5\u3057\u3066\u3044\u308b\u3053\u3068\u3092\u610f\u5473\u3057\u307e\u3059 |
| | | SEVERE_WARN_CANNOT_RELEASE_EXCLUSIVE_SERVER_LOCK_344=\u30d5\u30a1\u30a4\u30eb %s \u306b\u4fdd\u6301\u3057\u3066\u3044\u308b\u6392\u4ed6\u7684\u30b5\u30fc\u30d0\u30fc\u30ed\u30c3\u30af\u3092\u89e3\u653e\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s\u3002\u3053\u306e\u30ed\u30c3\u30af\u306f\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u30d7\u30ed\u30bb\u30b9\u306e\u7d42\u4e86\u6642\u306b\u81ea\u52d5\u7684\u306b\u6574\u7406\u3055\u308c\u308b\u305f\u3081\u3001\u8ffd\u52a0\u306e\u30a2\u30af\u30b7\u30e7\u30f3\u306f\u4e0d\u8981\u306e\u306f\u305a\u3067\u3059 |
| | | INFO_ERROR_CATEGORY_TASK_345=\u30bf\u30b9\u30af |
| | | MILD_ERR_MODIFY_ATTR_IS_NO_USER_MOD_346=\u30a8\u30f3\u30c8\u30ea %s \u3092\u5909\u66f4\u3067\u304d\u307e\u305b\u3093\u3002\u5909\u66f4\u306b\u3088\u308a\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 NO-USER-MODIFICATION \u3068\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u5c5e\u6027 %s \u306e\u66f4\u65b0\u304c\u8a66\u307f\u3089\u308c\u307e\u3057\u305f |
| | | MILD_ERR_ADD_ATTR_IS_NO_USER_MOD_347=\u30a8\u30f3\u30c8\u30ea %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u30a8\u30f3\u30c8\u30ea\u306b\u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 NO-USER-MODIFICATION \u3068\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u5c5e\u6027 %s \u306e\u66f4\u65b0\u304c\u8a66\u307f\u3089\u308c\u307e\u3057\u305f |
| | | MILD_ERR_MODIFY_ATTR_IS_NO_USER_MOD_346=\u30a8\u30f3\u30c8\u30ea %s \u3092\u5909\u66f4\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u30a8\u30f3\u30c8\u30ea\u306b\u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 NO-USER-MODIFICATION \u3068\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u5c5e\u6027 %s \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u3002 |
| | | MILD_ERR_ADD_ATTR_IS_NO_USER_MOD_347=\u30a8\u30f3\u30c8\u30ea %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u30a8\u30f3\u30c8\u30ea\u306b\u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 NO-USER-MODIFICATION \u3068\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u5c5e\u6027 %s \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u3002 |
| | | MILD_ERR_MODDN_OLD_RDN_ATTR_IS_NO_USER_MOD_348=\u30a8\u30f3\u30c8\u30ea %s \u3092\u540d\u79f0\u5909\u66f4\u3067\u304d\u307e\u305b\u3093\u3002\u73fe\u5728\u306e DN \u306b\u542b\u307e\u308c\u308b\u5c5e\u6027 %s \u306f\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 NO-USER-MODIFICATION \u3068\u5b9a\u7fa9\u3055\u308c\u3066\u304a\u308a\u3001DN \u5909\u66f4\u8981\u6c42\u5185\u3067 deleteOldRDN \u30d5\u30e9\u30b0\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u3057\u305f |
| | | MILD_ERR_MODDN_NEW_RDN_ATTR_IS_NO_USER_MOD_349=\u30a8\u30f3\u30c8\u30ea %s \u3092\u540d\u79f0\u5909\u66f4\u3067\u304d\u307e\u305b\u3093\u3002\u65b0\u898f RDN \u306b\u542b\u307e\u308c\u308b\u5c5e\u6027 %s \u306f\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 NO-USER-MODIFICATION \u3068\u5b9a\u7fa9\u3055\u308c\u3066\u304a\u308a\u3001\u3053\u306e\u5c5e\u6027\u306e\u30bf\u30fc\u30b2\u30c3\u30c8\u5024\u306f\u30a8\u30f3\u30c8\u30ea\u306b\u307e\u3060\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_MODDN_PREOP_INCREMENT_NO_ATTR_350=\u30a8\u30f3\u30c8\u30ea %s \u306e DN \u5909\u66f4\u64cd\u4f5c\u3092\u5b9f\u884c\u3067\u304d\u307e\u305b\u3093\u3002\u64cd\u4f5c\u524d\u30d7\u30e9\u30b0\u30a4\u30f3\u304c\u5c5e\u6027 %s \u306e\u5897\u5206\u3092\u8a66\u307f\u307e\u3057\u305f\u304c\u3001\u30bf\u30fc\u30b2\u30c3\u30c8\u30a8\u30f3\u30c8\u30ea\u5185\u306b\u3053\u306e\u5c5e\u6027\u306f\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | |
| | | SEVERE_ERR_BIND_DN_BUT_NO_PASSWORD_421=\u3053\u306e\u8981\u6c42\u306b\u306f\u30d0\u30a4\u30f3\u30c9 DN \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u304c\u3001\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u306a\u3044\u305f\u3081\u3001\u5358\u7d14\u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u3092\u51e6\u7406\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u69cb\u6210\u3067\u306f\u3001\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u306a\u3044\u72b6\u614b\u306f\u7981\u6b62\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | SEVERE_ERR_PWPOLICY_NO_PASSWORD_ATTRIBUTE_422=\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u69cb\u6210\u30a8\u30f3\u30c8\u30ea "%s" \u306b\u3001\u30e6\u30fc\u30b6\u30fc\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u4fdd\u6301\u3059\u308b\u5c5e\u6027\u3092\u6307\u5b9a\u3059\u308b\u5c5e\u6027 ds-cfg-password-attribute \u306e\u5024\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | SEVERE_ERR_PWPOLICY_NO_DEFAULT_STORAGE_SCHEMES_423=\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u69cb\u6210\u30a8\u30f3\u30c8\u30ea "%s" \u306b\u3001\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u8a18\u61b6\u30b9\u30ad\u30fc\u30de\u30bb\u30c3\u30c8\u3092\u6307\u5b9a\u3059\u308b\u5c5e\u6027 ds-cfg-default-password-storage-scheme \u306e\u5024\u304c 1 \u3064\u3082\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | INFO_PWPOLICY_DESCRIPTION_PW_ATTR_424=\u30e6\u30fc\u30b6\u30fc\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u4fdd\u6301\u306b\u4f7f\u7528\u3059\u308b\u5c5e\u6027\u30bf\u30a4\u30d7\u3002\u3053\u306e\u5c5e\u6027\u30bf\u30a4\u30d7\u306f\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067\u5b9a\u7fa9\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u3053\u306e\u69cb\u6210\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | INFO_PWPOLICY_DESCRIPTION_PW_ATTR_424=\u30e6\u30fc\u30b6\u30fc\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u4fdd\u6301\u306b\u4f7f\u7528\u3055\u308c\u308b\u5c5e\u6027\u578b\u3002\u3053\u306e\u5c5e\u6027\u578b\u306f\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_PWPOLICY_UNDEFINED_PASSWORD_ATTRIBUTE_425=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea "%s" \u306b\u542b\u307e\u308c\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u5b9a\u7fa9\u304c\u7121\u52b9\u3067\u3059\u3002\u6307\u5b9a\u3055\u308c\u305f\u30d1\u30b9\u30ef\u30fc\u30c9\u5c5e\u6027 "%s" \u306f\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | SEVERE_ERR_PWPOLICY_INVALID_PASSWORD_ATTRIBUTE_SYNTAX_426=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea "%s" \u306b\u542b\u307e\u308c\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u5b9a\u7fa9\u304c\u7121\u52b9\u3067\u3059\u3002\u6307\u5b9a\u3055\u308c\u305f\u30d1\u30b9\u30ef\u30fc\u30c9\u5c5e\u6027 "%s" \u306e\u69cb\u6587 OID \u306f %s \u3067\u3059\u3002\u3053\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u5c5e\u6027\u306e\u69cb\u6587 OID \u306f 1.3.6.1.4.1.26027.1.3.1 (\u30e6\u30fc\u30b6\u30fc\u30d1\u30b9\u30ef\u30fc\u30c9\u69cb\u6587\u306e\u5834\u5408) \u307e\u305f\u306f 1.3.6.1.4.1.4203.1.1.2 (\u8a8d\u8a3c\u30d1\u30a6\u30ef\u30fc\u30c9\u69cb\u6587\u306e\u5834\u5408) \u3067\u3042\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059 |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_PASSWORD_ATTRIBUTE_427=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u5c5e\u6027 ds-cfg-password-attribute \u306e\u5024\u3092\u5224\u5b9a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | INFO_PWPOLICY_DESCRIPTION_DEFAULT_STORAGE_SCHEMES_428=\u5e73\u6587\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u7b26\u53f7\u5316\u306b\u4f7f\u7528\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u8a18\u61b6\u30b9\u30ad\u30fc\u30de (\u307e\u305f\u306f\u30b9\u30ad\u30fc\u30de\u30bb\u30c3\u30c8)\u3002\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u8a18\u61b6\u30b9\u30ad\u30fc\u30de\u304c\u8907\u6570\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u3001\u3053\u308c\u3089\u306e\u30b9\u30ad\u30fc\u30de\u3059\u3079\u3066\u3092\u4f7f\u3063\u3066\u540c\u3058\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u7b26\u53f7\u5316\u3055\u308c\u307e\u3059\u3002\u3053\u306e\u69cb\u6210\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | INFO_PWPOLICY_DESCRIPTION_DEFAULT_STORAGE_SCHEMES_428=\u5e73\u6587\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u7b26\u53f7\u5316\u306b\u4f7f\u7528\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u8a18\u61b6\u30b9\u30ad\u30fc\u30de (\u307e\u305f\u306f\u30b9\u30ad\u30fc\u30de\u30bb\u30c3\u30c8)\u3002\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u8a18\u61b6\u30b9\u30ad\u30fc\u30de\u304c\u8907\u6570\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u3001\u3053\u308c\u3089\u306e\u30b9\u30ad\u30fc\u30de\u3059\u3079\u3066\u3092\u4f7f\u3063\u3066\u540c\u3058\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u7b26\u53f7\u5316\u3055\u308c\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_PWPOLICY_NO_SUCH_DEFAULT_SCHEME_429=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea "%s" \u306b\u542b\u307e\u308c\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u5b9a\u7fa9\u304c\u7121\u52b9\u3067\u3059\u3002\u3053\u308c\u306f\u3001\u30b5\u30fc\u30d0\u30fc\u69cb\u6210\u5185\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u8a18\u61b6\u30b9\u30ad\u30fc\u30de "%s" \u3092\u53c2\u7167\u3057\u307e\u3059 |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_DEFAULT_STORAGE_SCHEMES_430=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u5c5e\u6027 ds-cfg-default-password-storage-scheme \u306e\u5024\u306e\u5224\u5b9a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | INFO_PWPOLICY_DESCRIPTION_DEPRECATED_STORAGE_SCHEMES_431=\u975e\u63a8\u5968\u3068\u898b\u306a\u3059\u3079\u304d\u30d1\u30b9\u30ef\u30fc\u30c9\u8a18\u61b6\u30b9\u30ad\u30fc\u30de (\u307e\u305f\u306f\u30b9\u30ad\u30fc\u30de\u30bb\u30c3\u30c8) \u3067\u3059\u3002\u30e6\u30fc\u30b6\u30fc\u306e\u8a8d\u8a3c\u306b\u3001\u3053\u308c\u3089\u306e\u30b9\u30ad\u30fc\u30de\u306e\u3044\u305a\u308c\u304b\u3092\u4f7f\u3063\u3066\u7b26\u53f7\u5316\u3055\u308c\u305f\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u542b\u307e\u308c\u308b\u5834\u5408\u3001\u3053\u308c\u3089\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u306f\u524a\u9664\u3055\u308c\u3001\u30c7\u30d5\u30a9\u30eb\u30c8\u30b9\u30ad\u30fc\u30de\u3092\u4f7f\u3063\u3066\u7b26\u53f7\u5316\u3055\u308c\u305f\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u7f6e\u304d\u63db\u3048\u3089\u308c\u307e\u3059\u3002\u3053\u306e\u69cb\u6210\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | INFO_PWPOLICY_DESCRIPTION_DEPRECATED_STORAGE_SCHEMES_431=\u975e\u63a8\u5968\u3068\u898b\u306a\u3059\u3079\u304d\u30d1\u30b9\u30ef\u30fc\u30c9\u8a18\u61b6\u30b9\u30ad\u30fc\u30de (\u307e\u305f\u306f\u30b9\u30ad\u30fc\u30de\u30bb\u30c3\u30c8) \u3067\u3059\u3002\u30e6\u30fc\u30b6\u30fc\u306e\u8a8d\u8a3c\u306b\u3001\u3053\u308c\u3089\u306e\u30b9\u30ad\u30fc\u30de\u306e\u3044\u305a\u308c\u304b\u3092\u4f7f\u3063\u3066\u7b26\u53f7\u5316\u3055\u308c\u305f\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u542b\u307e\u308c\u308b\u5834\u5408\u3001\u3053\u308c\u3089\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u306f\u524a\u9664\u3055\u308c\u3001\u30c7\u30d5\u30a9\u30eb\u30c8\u30b9\u30ad\u30fc\u30de\u3092\u4f7f\u3063\u3066\u7b26\u53f7\u5316\u3055\u308c\u305f\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u7f6e\u304d\u63db\u3048\u3089\u308c\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_DEPRECATED_STORAGE_SCHEMES_432=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u5c5e\u6027 ds-cfg-deprecated-password-storage-scheme \u306e\u5024\u306e\u5224\u5b9a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | INFO_PWPOLICY_DESCRIPTION_PASSWORD_VALIDATORS_433=\u95a2\u9023\u4ed8\u3051\u3089\u308c\u305f\u30d1\u30b9\u30ef\u30fc\u30c9\u8a18\u61b6\u30b9\u30ad\u30fc\u30de\u3067\u4f7f\u7528\u3059\u3079\u304d\u30d1\u30b9\u30ef\u30fc\u30c9\u30d0\u30ea\u30c7\u30fc\u30bf\u306e DN\u3002\u3053\u306e\u69cb\u6210\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | INFO_PWPOLICY_DESCRIPTION_PASSWORD_VALIDATORS_433=\u95a2\u9023\u4ed8\u3051\u3089\u308c\u305f\u30d1\u30b9\u30ef\u30fc\u30c9\u8a18\u61b6\u30b9\u30ad\u30fc\u30de\u3067\u4f7f\u7528\u3059\u3079\u304d\u30d1\u30b9\u30ef\u30fc\u30c9\u30d0\u30ea\u30c7\u30fc\u30bf\u306e DN\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_PWPOLICY_NO_SUCH_VALIDATOR_434=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea "%s" \u306b\u542b\u307e\u308c\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u5b9a\u7fa9\u304c\u7121\u52b9\u3067\u3059\u3002\u3053\u308c\u306f\u3001\u30b5\u30fc\u30d0\u30fc\u69cb\u6210\u5185\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u30d1\u30b9\u30ef\u30fc\u30c9\u30d0\u30ea\u30c7\u30fc\u30bf "%s" \u3092\u53c2\u7167\u3057\u307e\u3059 |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_PASSWORD_VALIDATORS_435=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u5c5e\u6027 ds-cfg-password-validator \u306e\u5024\u306e\u5224\u5b9a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | INFO_PWPOLICY_DESCRIPTION_NOTIFICATION_HANDLERS_436=\u95a2\u9023\u4ed8\u3051\u3089\u308c\u305f\u30d1\u30b9\u30ef\u30fc\u30c9\u8a18\u61b6\u30b9\u30ad\u30fc\u30de\u3067\u4f7f\u7528\u3059\u3079\u304d\u30a2\u30ab\u30a6\u30f3\u30c8\u72b6\u614b\u901a\u77e5\u30cf\u30f3\u30c9\u30e9\u306e DN\u3002\u3053\u306e\u69cb\u6210\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | INFO_PWPOLICY_DESCRIPTION_NOTIFICATION_HANDLERS_436=\u95a2\u9023\u4ed8\u3051\u3089\u308c\u305f\u30d1\u30b9\u30ef\u30fc\u30c9\u8a18\u61b6\u30b9\u30ad\u30fc\u30de\u3067\u4f7f\u7528\u3059\u3079\u304d\u30a2\u30ab\u30a6\u30f3\u30c8\u72b6\u614b\u901a\u77e5\u30cf\u30f3\u30c9\u30e9\u306e DN\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_PWPOLICY_NO_SUCH_NOTIFICATION_HANDLER_437=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea "%s" \u306b\u542b\u307e\u308c\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u5b9a\u7fa9\u304c\u7121\u52b9\u3067\u3059\u3002\u3053\u308c\u306f\u3001\u30b5\u30fc\u30d0\u30fc\u69cb\u6210\u5185\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u30a2\u30ab\u30a6\u30f3\u30c8\u72b6\u614b\u901a\u77e5\u30cf\u30f3\u30c9\u30e9 "%s" \u3092\u53c2\u7167\u3057\u307e\u3059 |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_NOTIFICATION_HANDLERS_438=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u5c5e\u6027 ds-cfg-account-status-notification-handler \u306e\u5024\u306e\u5224\u5b9a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | INFO_PWPOLICY_DESCRIPTION_ALLOW_USER_PW_CHANGES_439=\u3053\u308c\u306f\u3001\u30e6\u30fc\u30b6\u30fc\u304c\u81ea\u5206\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5909\u66f4\u3067\u304d\u308b\u3053\u3068\u3092\u610f\u5473\u3057\u307e\u3059\u3002\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u8a55\u4fa1\u306b\u52a0\u3048\u3066\u3053\u306e\u30c1\u30a7\u30c3\u30af\u304c\u5b9f\u884c\u3055\u308c\u308b\u305f\u3081\u3001\u3053\u308c\u3092\u5b9f\u884c\u3059\u308b\u306b\u306f\u3001\u4e21\u65b9\u3067\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4\u3092\u8a31\u53ef\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u3053\u306e\u69cb\u6210\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | INFO_PWPOLICY_DESCRIPTION_ALLOW_USER_PW_CHANGES_439=\u3053\u308c\u306f\u3001\u30e6\u30fc\u30b6\u30fc\u304c\u81ea\u5206\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5909\u66f4\u3067\u304d\u308b\u3053\u3068\u3092\u610f\u5473\u3057\u307e\u3059\u3002\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u8a55\u4fa1\u306b\u52a0\u3048\u3066\u3053\u306e\u30c1\u30a7\u30c3\u30af\u304c\u5b9f\u884c\u3055\u308c\u308b\u305f\u3081\u3001\u3053\u308c\u3092\u5b9f\u884c\u3059\u308b\u306b\u306f\u3001\u4e21\u65b9\u3067\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4\u3092\u8a31\u53ef\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_ALLOW_USER_PW_CHANGES_440=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u5c5e\u6027 ds-cfg-allow-user-password-changes \u306e\u5024\u306e\u5224\u5b9a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | INFO_PWPOLICY_DESCRIPTION_REQUIRE_CURRENT_PW_441=\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4\u62e1\u5f35\u64cd\u4f5c\u3092\u4f7f\u7528\u3059\u308b\u3001\u304a\u3088\u3073\u30e6\u30fc\u30b6\u30fc\u306e\u73fe\u5728\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u542b\u3081\u308b\u305f\u3081\u306b\u3001\u5909\u66f4\u304c\u8a31\u53ef\u3055\u308c\u308b\u524d\u306b\u30e6\u30fc\u30b6\u30fc\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u5909\u66f4\u304c\u5fc5\u8981\u304b\u3069\u3046\u304b\u3092\u793a\u3057\u307e\u3059\u3002\u3053\u306e\u69cb\u6210\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | INFO_PWPOLICY_DESCRIPTION_REQUIRE_CURRENT_PW_441=\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4\u62e1\u5f35\u64cd\u4f5c\u3092\u4f7f\u7528\u3059\u308b\u3001\u304a\u3088\u3073\u30e6\u30fc\u30b6\u30fc\u306e\u73fe\u5728\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u542b\u3081\u308b\u305f\u3081\u306b\u3001\u5909\u66f4\u304c\u8a31\u53ef\u3055\u308c\u308b\u524d\u306b\u30e6\u30fc\u30b6\u30fc\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u5909\u66f4\u304c\u5fc5\u8981\u304b\u3069\u3046\u304b\u3092\u793a\u3057\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_REQUIRE_CURRENT_PW_442=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u5c5e\u6027 ds-cfg-allow-user-password-changes \u306e\u5024\u306e\u5224\u5b9a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | INFO_PWPOLICY_DESCRIPTION_FORCE_CHANGE_ON_RESET_443=\u7ba1\u7406\u8005\u304c\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u30ea\u30bb\u30c3\u30c8\u3057\u305f\u5834\u5408\u306b\u3001\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u5909\u66f4\u3092\u30e6\u30fc\u30b6\u30fc\u306b\u5f37\u5236\u7684\u306b\u6c42\u3081\u308b\u304b\u3069\u3046\u304b\u3092\u793a\u3057\u307e\u3059\u3002\u3053\u306e\u305f\u3081\u306b\u3001\u6307\u5b9a\u3057\u305f\u30e6\u30fc\u30b6\u30fc\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u306b\u5bfe\u3059\u308b\u5909\u66f4\u6a29\u3092\u6301\u3064\u3001\u305d\u306e\u30e6\u30fc\u30b6\u30fc\u4ee5\u5916\u306e\u8ab0\u3067\u3082\u7ba1\u7406\u8005\u3068\u898b\u306a\u3055\u308c\u307e\u3059\u3002\u3053\u306e\u69cb\u6210\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | INFO_PWPOLICY_DESCRIPTION_FORCE_CHANGE_ON_RESET_443=\u7ba1\u7406\u8005\u304c\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u30ea\u30bb\u30c3\u30c8\u3057\u305f\u5834\u5408\u306b\u3001\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u5909\u66f4\u3092\u30e6\u30fc\u30b6\u30fc\u306b\u5f37\u5236\u7684\u306b\u6c42\u3081\u308b\u304b\u3069\u3046\u304b\u3092\u793a\u3057\u307e\u3059\u3002\u3053\u306e\u305f\u3081\u306b\u3001\u6307\u5b9a\u3057\u305f\u30e6\u30fc\u30b6\u30fc\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u306b\u5bfe\u3059\u308b\u5909\u66f4\u6a29\u3092\u6301\u3064\u3001\u305d\u306e\u30e6\u30fc\u30b6\u30fc\u4ee5\u5916\u306e\u8ab0\u3067\u3082\u7ba1\u7406\u8005\u3068\u898b\u306a\u3055\u308c\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_FORCE_CHANGE_ON_RESET_444=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u5c5e\u6027 ds-cfg-force-change-on-reset \u306e\u5024\u306e\u5224\u5b9a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | INFO_PWPOLICY_DESCRIPTION_SKIP_ADMIN_VALIDATION_445=\u7ba1\u7406\u8005\u306b\u3088\u308a (\u8ffd\u52a0\u3001\u5909\u66f4\u3001\u307e\u305f\u306f\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4\u64cd\u4f5c\u3067) \u8a2d\u5b9a\u3055\u308c\u305f\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u3001\u30e6\u30fc\u30b6\u30fc\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u5909\u66f4\u306b\u5fc5\u8981\u306a\u30d1\u30b9\u30ef\u30fc\u30c9\u691c\u8a3c\u51e6\u7406\u3092\u7701\u7565\u53ef\u80fd\u306b\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u793a\u3057\u307e\u3059\u3002\u3053\u306e\u69cb\u6210\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | INFO_PWPOLICY_DESCRIPTION_SKIP_ADMIN_VALIDATION_445=\u7ba1\u7406\u8005\u306b\u3088\u308a (\u8ffd\u52a0\u3001\u5909\u66f4\u3001\u307e\u305f\u306f\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4\u64cd\u4f5c\u3067) \u8a2d\u5b9a\u3055\u308c\u305f\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u3001\u30e6\u30fc\u30b6\u30fc\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u5909\u66f4\u306b\u5fc5\u8981\u306a\u30d1\u30b9\u30ef\u30fc\u30c9\u691c\u8a3c\u51e6\u7406\u3092\u7701\u7565\u53ef\u80fd\u306b\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u793a\u3057\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_SKIP_ADMIN_VALIDATION_446=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u5c5e\u6027 ds-cfg-skip-validation-for-administrators \u306e\u5024\u306e\u5224\u5b9a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | INFO_PWPOLICY_DESCRIPTION_PASSWORD_GENERATOR_447=\u95a2\u9023\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u3067\u4f7f\u7528\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u30b8\u30a7\u30cd\u30ec\u30fc\u30bf\u3092\u53c2\u7167\u3059\u308b\u69cb\u6210\u30a8\u30f3\u30c8\u30ea\u306e DN\u3002\u3053\u308c\u306f\u3001\u8981\u6c42\u306b\u4f55\u3082\u6307\u5b9a\u3055\u308c\u306a\u304b\u3063\u305f\u5834\u5408\u306b\u30e6\u30fc\u30b6\u30fc\u306e\u65b0\u898f\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u751f\u6210\u3059\u308b\u305f\u3081\u306b\u3001\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4\u62e1\u5f35\u64cd\u4f5c\u306b\u95a2\u9023\u3057\u3066\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002\u3053\u306e\u69cb\u6210\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | INFO_PWPOLICY_DESCRIPTION_PASSWORD_GENERATOR_447=\u95a2\u9023\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u3067\u4f7f\u7528\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u30b8\u30a7\u30cd\u30ec\u30fc\u30bf\u3092\u53c2\u7167\u3059\u308b\u69cb\u6210\u30a8\u30f3\u30c8\u30ea\u306e DN\u3002\u3053\u308c\u306f\u3001\u8981\u6c42\u306b\u4f55\u3082\u6307\u5b9a\u3055\u308c\u306a\u304b\u3063\u305f\u5834\u5408\u306b\u30e6\u30fc\u30b6\u30fc\u306e\u65b0\u898f\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u751f\u6210\u3059\u308b\u305f\u3081\u306b\u3001\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4\u62e1\u5f35\u64cd\u4f5c\u306b\u95a2\u9023\u3057\u3066\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_PWPOLICY_NO_SUCH_GENERATOR_448=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea "%s" \u306b\u542b\u307e\u308c\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u5b9a\u7fa9\u304c\u7121\u52b9\u3067\u3059\u3002\u3053\u308c\u306f\u3001\u30b5\u30fc\u30d0\u30fc\u69cb\u6210\u5185\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u30d1\u30b9\u30ef\u30fc\u30c9\u30b8\u30a7\u30cd\u30ec\u30fc\u30bf "%s" \u3092\u53c2\u7167\u3057\u307e\u3059 |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_PASSWORD_GENERATOR_449=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u5c5e\u6027 ds-cfg-password-generator \u306e\u5024\u306e\u5224\u5b9a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | INFO_PWPOLICY_DESCRIPTION_REQUIRE_SECURE_AUTH_450=\u95a2\u9023\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u3092\u6301\u3064\u30e6\u30fc\u30b6\u30fc\u304c\u3001\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc\u4fdd\u8b77\u3055\u308c\u305f\u65b9\u6cd5\u3067\u8a8d\u8a3c\u3055\u308c\u308b\u5fc5\u8981\u304c\u3042\u308b\u304b\u3069\u3046\u304b\u3092\u793a\u3057\u307e\u3059\u3002\u3053\u308c\u306f\u3001\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u3068\u30b5\u30fc\u30d0\u30fc\u9593\u3067\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc\u4fdd\u8b77\u3055\u308c\u305f\u901a\u4fe1\u30c1\u30e3\u30cd\u30eb\u3092\u4f7f\u7528\u3059\u308b\u304b\u3001\u8cc7\u683c\u3092\u516c\u958b\u3057\u306a\u3044 SASL \u6a5f\u69cb\u3092\u4f7f\u7528\u3059\u308b\u304b\u3092\u610f\u5473\u3059\u308b\u5834\u5408\u304c\u3042\u308a\u307e\u3059\u3002\u3053\u306e\u69cb\u6210\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | INFO_PWPOLICY_DESCRIPTION_REQUIRE_SECURE_AUTH_450=\u95a2\u9023\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u3092\u6301\u3064\u30e6\u30fc\u30b6\u30fc\u304c\u3001\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc\u4fdd\u8b77\u3055\u308c\u305f\u65b9\u6cd5\u3067\u8a8d\u8a3c\u3055\u308c\u308b\u5fc5\u8981\u304c\u3042\u308b\u304b\u3069\u3046\u304b\u3092\u793a\u3057\u307e\u3059\u3002\u3053\u308c\u306f\u3001\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u3068\u30b5\u30fc\u30d0\u30fc\u9593\u3067\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc\u4fdd\u8b77\u3055\u308c\u305f\u901a\u4fe1\u30c1\u30e3\u30cd\u30eb\u3092\u4f7f\u7528\u3059\u308b\u304b\u3001\u8cc7\u683c\u3092\u516c\u958b\u3057\u306a\u3044 SASL \u6a5f\u69cb\u3092\u4f7f\u7528\u3059\u308b\u304b\u3092\u610f\u5473\u3059\u308b\u5834\u5408\u304c\u3042\u308a\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_REQUIRE_SECURE_AUTH_451=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u5c5e\u6027 ds-cfg-require-secure-authentication \u306e\u5024\u306e\u5224\u5b9a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | INFO_PWPOLICY_DESCRIPTION_REQUIRE_SECURE_CHANGES_452=\u95a2\u9023\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u3092\u6301\u3064\u30e6\u30fc\u30b6\u30fc\u304c\u3001\u8a3c\u660e\u66f8\u3092\u516c\u958b\u3057\u306a\u3044\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc\u4fdd\u8b77\u3055\u308c\u305f\u65b9\u6cd5\u3067\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5909\u66f4\u3059\u308b\u5fc5\u8981\u304c\u3042\u308b\u304b\u3069\u3046\u304b\u3092\u793a\u3057\u307e\u3059\u3002\u3053\u306e\u69cb\u6210\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | INFO_PWPOLICY_DESCRIPTION_REQUIRE_SECURE_CHANGES_452=\u95a2\u9023\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u3092\u6301\u3064\u30e6\u30fc\u30b6\u30fc\u304c\u3001\u8a3c\u660e\u66f8\u3092\u516c\u958b\u3057\u306a\u3044\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc\u4fdd\u8b77\u3055\u308c\u305f\u65b9\u6cd5\u3067\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5909\u66f4\u3059\u308b\u5fc5\u8981\u304c\u3042\u308b\u304b\u3069\u3046\u304b\u3092\u793a\u3057\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_REQUIRE_SECURE_CHANGES_453=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u5c5e\u6027 ds-cfg-require-secure-password-changes \u306e\u5024\u306e\u5224\u5b9a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | INFO_PWPOLICY_DESCRIPTION_ALLOW_PREENCODED_454=\u30a8\u30f3\u30b3\u30fc\u30c9\u6e08\u307f\u306e\u5024\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u306b\u3088\u308a\u30e6\u30fc\u30b6\u30fc\u306b\u3088\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4\u3092\u8a31\u53ef\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u793a\u3057\u307e\u3059\u3002\u3053\u306e\u5834\u5408\u3001\u5e73\u6587\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u4e0d\u660e\u3067\u3042\u308b\u305f\u3081\u306b\u59a5\u5f53\u6027\u691c\u67fb\u3092\u9069\u7528\u3067\u304d\u306a\u3044\u305f\u3081\u3001\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc\u4e0a\u306e\u5371\u967a\u306b\u3055\u3089\u3055\u308c\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002\u3053\u306e\u69cb\u6210\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | INFO_PWPOLICY_DESCRIPTION_ALLOW_PREENCODED_454=\u30a8\u30f3\u30b3\u30fc\u30c9\u6e08\u307f\u306e\u5024\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u306b\u3088\u308a\u30e6\u30fc\u30b6\u30fc\u306b\u3088\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4\u3092\u8a31\u53ef\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u793a\u3057\u307e\u3059\u3002\u3053\u306e\u5834\u5408\u3001\u5e73\u6587\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u4e0d\u660e\u3067\u3042\u308b\u305f\u3081\u306b\u59a5\u5f53\u6027\u691c\u67fb\u3092\u9069\u7528\u3067\u304d\u306a\u3044\u305f\u3081\u3001\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc\u4e0a\u306e\u5371\u967a\u306b\u3055\u3089\u3055\u308c\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_ALLOW_PREENCODED_455=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u5c5e\u6027 ds-cfg-allow-pre-encoded-passwords \u306e\u5024\u306e\u5224\u5b9a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | INFO_PWPOLICY_DESCRIPTION_MIN_AGE_456=\u30e6\u30fc\u30b6\u30fc\u304c\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5909\u66f4\u3057\u3066\u304b\u3089\u3001\u518d\u5ea6\u5909\u66f4\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u308b\u307e\u3067\u306e\u6700\u5c0f\u7d4c\u904e\u6642\u9593\u3002\u3053\u306e\u5c5e\u6027\u306e\u5024\u306f\u6574\u6570\u306b\u3057\u3001\u305d\u306e\u5f8c\u306b\u5358\u4f4d (\u79d2\u3001\u5206\u3001\u6642\u9593\u3001\u65e5\u3001\u307e\u305f\u306f\u9031) \u3092\u5165\u529b\u3057\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u3092\u4f7f\u7528\u3059\u308b\u3053\u3068\u3067\u3001\u53e4\u3044\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u518d\u5229\u7528\u3067\u304d\u308b\u3088\u3046\u306b\u5c65\u6b74\u304b\u3089\u30d5\u30e9\u30c3\u30b7\u30e5\u3057\u3066\u3001\u30e6\u30fc\u30b6\u30fc\u304c\u77ed\u671f\u9593\u306b\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u5909\u66f4\u3092\u7e70\u308a\u8fd4\u3059\u306e\u3092\u9632\u3050\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002\u3053\u306e\u69cb\u6210\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | INFO_PWPOLICY_DESCRIPTION_MIN_AGE_456=\u30e6\u30fc\u30b6\u30fc\u304c\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5909\u66f4\u3057\u3066\u304b\u3089\u3001\u518d\u5ea6\u5909\u66f4\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u308b\u307e\u3067\u306e\u6700\u5c0f\u7d4c\u904e\u6642\u9593\u3002\u3053\u306e\u5c5e\u6027\u306e\u5024\u306f\u6574\u6570\u306b\u3057\u3001\u305d\u306e\u5f8c\u306b\u5358\u4f4d (\u79d2\u3001\u5206\u3001\u6642\u9593\u3001\u65e5\u3001\u307e\u305f\u306f\u9031) \u3092\u5165\u529b\u3057\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u3092\u4f7f\u7528\u3059\u308b\u3053\u3068\u3067\u3001\u53e4\u3044\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u518d\u5229\u7528\u3067\u304d\u308b\u3088\u3046\u306b\u5c65\u6b74\u304b\u3089\u30d5\u30e9\u30c3\u30b7\u30e5\u3057\u3066\u3001\u30e6\u30fc\u30b6\u30fc\u304c\u77ed\u671f\u9593\u306b\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u5909\u66f4\u3092\u7e70\u308a\u8fd4\u3059\u306e\u3092\u9632\u3050\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_MIN_AGE_457=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u5c5e\u6027 ds-cfg-min-password-age \u306e\u5024\u306e\u5224\u5b9a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | INFO_PWPOLICY_DESCRIPTION_MAX_AGE_458=\u30e6\u30fc\u30b6\u30fc\u304c 1 \u3064\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u3001\u5909\u66f4\u304c\u5fc5\u8981\u306b\u306a\u308b\u307e\u3067\u7d99\u7d9a\u3057\u3066\u4f7f\u7528\u53ef\u80fd\u306a\u6700\u5927\u6642\u9593 (\u3064\u307e\u308a\u3001\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u671f\u9650\u5207\u308c\u306b\u306a\u308b\u307e\u3067\u306e\u9593\u9694)\u3002\u3053\u306e\u5c5e\u6027\u306e\u5024\u306f\u6574\u6570\u306b\u3057\u3001\u305d\u306e\u5f8c\u306b\u5358\u4f4d (\u79d2\u3001\u5206\u3001\u6642\u9593\u3001\u65e5\u3001\u307e\u305f\u306f\u9031) \u3092\u5165\u529b\u3057\u307e\u3059\u3002\u5024\u3092 0 \u79d2\u306b\u8a2d\u5b9a\u3059\u308b\u3068\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u6709\u52b9\u671f\u9650\u304c\u306a\u304f\u306a\u308a\u307e\u3059\u3002\u3053\u306e\u69cb\u6210\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | INFO_PWPOLICY_DESCRIPTION_MAX_AGE_458=\u30e6\u30fc\u30b6\u30fc\u304c 1 \u3064\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u3001\u5909\u66f4\u304c\u5fc5\u8981\u306b\u306a\u308b\u307e\u3067\u7d99\u7d9a\u3057\u3066\u4f7f\u7528\u53ef\u80fd\u306a\u6700\u5927\u6642\u9593 (\u3064\u307e\u308a\u3001\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u671f\u9650\u5207\u308c\u306b\u306a\u308b\u307e\u3067\u306e\u9593\u9694)\u3002\u3053\u306e\u5c5e\u6027\u306e\u5024\u306f\u6574\u6570\u306b\u3057\u3001\u305d\u306e\u5f8c\u306b\u5358\u4f4d (\u79d2\u3001\u5206\u3001\u6642\u9593\u3001\u65e5\u3001\u307e\u305f\u306f\u9031) \u3092\u5165\u529b\u3057\u307e\u3059\u3002\u5024\u3092 0 \u79d2\u306b\u8a2d\u5b9a\u3059\u308b\u3068\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u6709\u52b9\u671f\u9650\u304c\u306a\u304f\u306a\u308a\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_MAX_AGE_459=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u5c5e\u6027 ds-cfg-max-password-age \u306e\u5024\u306e\u5224\u5b9a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | INFO_PWPOLICY_DESCRIPTION_MAX_RESET_AGE_460=\u7ba1\u7406\u8005\u304c\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u30ea\u30bb\u30c3\u30c8\u3057\u3066\u304b\u3089\u3001\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u30ed\u30c3\u30af\u3055\u308c\u306a\u3044\u305f\u3081\u306b\u3001\u30e6\u30fc\u30b6\u30fc\u306b\u3088\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4\u304c\u5fc5\u8981\u306b\u306a\u308b\u307e\u3067\u306e\u6700\u5927\u6642\u9593\u3002\u3053\u306e\u5c5e\u6027\u306e\u5024\u306f\u6574\u6570\u306b\u3057\u3001\u305d\u306e\u5f8c\u306b\u5358\u4f4d (\u79d2\u3001\u5206\u3001\u6642\u9593\u3001\u65e5\u3001\u307e\u305f\u306f\u9031) \u3092\u5165\u529b\u3057\u307e\u3059\u3002\u5024\u3092 0 \u79d2\u306b\u8a2d\u5b9a\u3059\u308b\u3068\u3001\u3053\u306e\u6a5f\u80fd\u304c\u7121\u52b9\u306b\u306a\u308a\u307e\u3059\u3002\u3053\u306e\u69cb\u6210\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | INFO_PWPOLICY_DESCRIPTION_MAX_RESET_AGE_460=\u7ba1\u7406\u8005\u304c\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u30ea\u30bb\u30c3\u30c8\u3057\u3066\u304b\u3089\u3001\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u30ed\u30c3\u30af\u3055\u308c\u306a\u3044\u305f\u3081\u306b\u3001\u30e6\u30fc\u30b6\u30fc\u306b\u3088\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4\u304c\u5fc5\u8981\u306b\u306a\u308b\u307e\u3067\u306e\u6700\u5927\u6642\u9593\u3002\u3053\u306e\u5c5e\u6027\u306e\u5024\u306f\u6574\u6570\u306b\u3057\u3001\u305d\u306e\u5f8c\u306b\u5358\u4f4d (\u79d2\u3001\u5206\u3001\u6642\u9593\u3001\u65e5\u3001\u307e\u305f\u306f\u9031) \u3092\u5165\u529b\u3057\u307e\u3059\u3002\u5024\u3092 0 \u79d2\u306b\u8a2d\u5b9a\u3059\u308b\u3068\u3001\u3053\u306e\u6a5f\u80fd\u304c\u7121\u52b9\u306b\u306a\u308a\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_MAX_RESET_AGE_461=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u5c5e\u6027 ds-cfg-max-password-reset-age \u306e\u5024\u306e\u5224\u5b9a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | INFO_PWPOLICY_DESCRIPTION_WARNING_INTERVAL_462=\u30b5\u30fc\u30d0\u30fc\u304c\u30e6\u30fc\u30b6\u30fc\u306e\u30d0\u30a4\u30f3\u30c9\u5fdc\u7b54\u306b\u8b66\u544a\u901a\u77e5\u3092\u542b\u3081\u308b\u3053\u3068\u3067\u3001\u305d\u306e\u30e6\u30fc\u30b6\u30fc\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u4e8b\u5b9f\u4e0a\u671f\u9650\u5207\u308c\u306b\u306a\u308b\u307e\u3067\u306e\u6700\u5927\u6642\u9593\u3002\u3053\u306e\u5c5e\u6027\u306e\u5024\u306f\u6574\u6570\u306b\u3057\u3001\u305d\u306e\u5f8c\u306b\u5358\u4f4d (\u79d2\u3001\u5206\u3001\u6642\u9593\u3001\u65e5\u3001\u307e\u305f\u306f\u9031) \u3092\u5165\u529b\u3057\u307e\u3059\u3002\u5024\u3092 0 \u79d2\u306b\u8a2d\u5b9a\u3059\u308b\u3068\u3001\u8b66\u544a\u306e\u9593\u9694\u304c\u7121\u52b9\u306b\u306a\u308a\u307e\u3059\u3002\u3053\u306e\u69cb\u6210\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | INFO_PWPOLICY_DESCRIPTION_WARNING_INTERVAL_462=\u30b5\u30fc\u30d0\u30fc\u304c\u30e6\u30fc\u30b6\u30fc\u306e\u30d0\u30a4\u30f3\u30c9\u5fdc\u7b54\u306b\u8b66\u544a\u901a\u77e5\u3092\u542b\u3081\u308b\u3053\u3068\u3067\u3001\u305d\u306e\u30e6\u30fc\u30b6\u30fc\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u4e8b\u5b9f\u4e0a\u671f\u9650\u5207\u308c\u306b\u306a\u308b\u307e\u3067\u306e\u6700\u5927\u6642\u9593\u3002\u3053\u306e\u5c5e\u6027\u306e\u5024\u306f\u6574\u6570\u306b\u3057\u3001\u305d\u306e\u5f8c\u306b\u5358\u4f4d (\u79d2\u3001\u5206\u3001\u6642\u9593\u3001\u65e5\u3001\u307e\u305f\u306f\u9031) \u3092\u5165\u529b\u3057\u307e\u3059\u3002\u5024\u3092 0 \u79d2\u306b\u8a2d\u5b9a\u3059\u308b\u3068\u3001\u8b66\u544a\u306e\u9593\u9694\u304c\u7121\u52b9\u306b\u306a\u308a\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_WARNING_INTERVAL_463=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u5c5e\u6027 ds-cfg-password-expiration-warning-interval \u306e\u5024\u306e\u5224\u5b9a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | INFO_PWPOLICY_DESCRIPTION_EXPIRE_WITHOUT_WARNING_464=\u671f\u9650\u5207\u308c\u306e\u8b66\u544a\u304c\u30e6\u30fc\u30b6\u30fc\u306b\u901a\u77e5\u3055\u308c\u305f\u3053\u3068\u304c\u4e00\u5ea6\u3082\u306a\u304f\u3066\u3082\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u304c\u30e6\u30fc\u30b6\u30fc\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u671f\u9650\u5207\u308c\u3092\u8a31\u53ef\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u793a\u3057\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u304c\u6709\u52b9\u306a\u5834\u5408\u3001\u671f\u9593\u304c\u6e80\u4e86\u3059\u308b\u3068\u30a2\u30ab\u30a6\u30f3\u30c8\u306f\u5e38\u306b\u671f\u9650\u5207\u308c\u306b\u306a\u308a\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u304c\u7121\u52b9\u306e\u5834\u5408\u306f\u3001\u30e6\u30fc\u30b6\u30fc\u306f 1 \u3064\u4ee5\u4e0a\u306e\u8b66\u544a\u901a\u77e5\u3092\u5e38\u306b\u53d7\u4fe1\u3057\u3001\u8b66\u544a\u6642\u9593\u306b\u8b66\u544a\u9593\u9694\u3092\u52a0\u3048\u305f\u3082\u306e\u304c\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u6709\u52b9\u671f\u9650\u3068\u3057\u3066\u8a2d\u5b9a\u3055\u308c\u307e\u3059\u3002\u3053\u306e\u69cb\u6210\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | INFO_PWPOLICY_DESCRIPTION_EXPIRE_WITHOUT_WARNING_464=\u671f\u9650\u5207\u308c\u306e\u8b66\u544a\u304c\u30e6\u30fc\u30b6\u30fc\u306b\u901a\u77e5\u3055\u308c\u305f\u3053\u3068\u304c\u4e00\u5ea6\u3082\u306a\u304f\u3066\u3082\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u304c\u30e6\u30fc\u30b6\u30fc\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u671f\u9650\u5207\u308c\u3092\u8a31\u53ef\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u793a\u3057\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u304c\u6709\u52b9\u306a\u5834\u5408\u3001\u671f\u9593\u304c\u6e80\u4e86\u3059\u308b\u3068\u30a2\u30ab\u30a6\u30f3\u30c8\u306f\u5e38\u306b\u671f\u9650\u5207\u308c\u306b\u306a\u308a\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u304c\u7121\u52b9\u306e\u5834\u5408\u306f\u3001\u30e6\u30fc\u30b6\u30fc\u306f 1 \u3064\u4ee5\u4e0a\u306e\u8b66\u544a\u901a\u77e5\u3092\u5e38\u306b\u53d7\u4fe1\u3057\u3001\u8b66\u544a\u6642\u9593\u306b\u8b66\u544a\u9593\u9694\u3092\u52a0\u3048\u305f\u3082\u306e\u304c\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u6709\u52b9\u671f\u9650\u3068\u3057\u3066\u8a2d\u5b9a\u3055\u308c\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_EXPIRE_WITHOUT_WARNING_465=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u5c5e\u6027 ds-cfg-expire-passwords-without-warning \u306e\u5024\u306e\u5224\u5b9a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | INFO_PWPOLICY_DESCRIPTION_ALLOW_EXPIRED_CHANGES_466=\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u671f\u9650\u304c\u5207\u308c\u305f\u30e6\u30fc\u30b6\u30fc\u306b\u3001\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4\u62e1\u5f35\u64cd\u4f5c\u3092\u4f7f\u7528\u3057\u305f\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4\u3092\u5f15\u304d\u7d9a\u304d\u8a31\u53ef\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u793a\u3057\u307e\u3059\u3002\u3053\u306e\u69cb\u6210\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | INFO_PWPOLICY_DESCRIPTION_ALLOW_EXPIRED_CHANGES_466=\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u671f\u9650\u304c\u5207\u308c\u305f\u30e6\u30fc\u30b6\u30fc\u306b\u3001\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4\u62e1\u5f35\u64cd\u4f5c\u3092\u4f7f\u7528\u3057\u305f\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4\u3092\u5f15\u304d\u7d9a\u304d\u8a31\u53ef\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u793a\u3057\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_ALLOW_EXPIRED_CHANGES_467=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u5c5e\u6027 attribute ds-cfg-allow-expired-password-changes \u306e\u5024\u306e\u5224\u5b9a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | INFO_PWPOLICY_DESCRIPTION_GRACE_LOGIN_COUNT_468=\u30a2\u30ab\u30a6\u30f3\u30c8\u306e\u671f\u9650\u304c\u5207\u308c\u3066\u304b\u3089\u3001\u30e6\u30fc\u30b6\u30fc\u304c\u65b0\u3057\u3044\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u9078\u629e\u3059\u308b\u305f\u3081\u306b\u5b9f\u884c\u3067\u304d\u308b\u7336\u4e88\u30ed\u30b0\u30a4\u30f3\u306e\u6570\u5024\u3092 0 \u306b\u8a2d\u5b9a\u3059\u308b\u3068\u3001\u7336\u4e88\u30ed\u30b0\u30a4\u30f3\u306f\u8a31\u53ef\u3055\u308c\u307e\u305b\u3093\u3002\u3053\u306e\u69cb\u6210\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | INFO_PWPOLICY_DESCRIPTION_GRACE_LOGIN_COUNT_468=\u30a2\u30ab\u30a6\u30f3\u30c8\u306e\u671f\u9650\u304c\u5207\u308c\u3066\u304b\u3089\u3001\u30e6\u30fc\u30b6\u30fc\u304c\u65b0\u3057\u3044\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u9078\u629e\u3059\u308b\u305f\u3081\u306b\u5b9f\u884c\u3067\u304d\u308b\u7336\u4e88\u30ed\u30b0\u30a4\u30f3\u306e\u6570\u3002\u5024\u3092 0 \u306b\u8a2d\u5b9a\u3059\u308b\u3068\u3001\u7336\u4e88\u30ed\u30b0\u30a4\u30f3\u306f\u8a31\u53ef\u3055\u308c\u307e\u305b\u3093\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_GRACE_LOGIN_COUNT_469=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u5c5e\u6027 ds-cfg-grace-login-count \u306e\u5024\u306e\u5224\u5b9a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | INFO_PWPOLICY_DESCRIPTION_LOCKOUT_FAILURE_COUNT_470=\u30a2\u30ab\u30a6\u30f3\u30c8\u304c\u30ed\u30c3\u30af\u30a2\u30a6\u30c8\u3055\u308c\u305a\u306b\u30e6\u30fc\u30b6\u30fc\u306b\u8a31\u53ef\u3055\u308c\u308b\u8a8d\u8a3c\u5931\u6557\u306e\u6570\u3002\u5024\u3092 0 \u306b\u8a2d\u5b9a\u3059\u308b\u3068\u3001\u8a8d\u8a3c\u304c\u5931\u6557\u3057\u3066\u3082\u30a2\u30ab\u30a6\u30f3\u30c8\u306f\u30ed\u30c3\u30af\u3055\u308c\u307e\u305b\u3093\u3002\u3053\u306e\u69cb\u6210\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | INFO_PWPOLICY_DESCRIPTION_LOCKOUT_FAILURE_COUNT_470=\u30a2\u30ab\u30a6\u30f3\u30c8\u304c\u30ed\u30c3\u30af\u30a2\u30a6\u30c8\u3055\u308c\u305a\u306b\u30e6\u30fc\u30b6\u30fc\u306b\u8a31\u53ef\u3055\u308c\u308b\u8a8d\u8a3c\u5931\u6557\u306e\u6570\u3002\u5024\u3092 0 \u306b\u8a2d\u5b9a\u3059\u308b\u3068\u3001\u8a8d\u8a3c\u304c\u5931\u6557\u3057\u3066\u3082\u30a2\u30ab\u30a6\u30f3\u30c8\u306f\u30ed\u30c3\u30af\u3055\u308c\u307e\u305b\u3093\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_LOCKOUT_FAILURE_COUNT_471=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u5c5e\u6027 ds-cfg-lockout-failure-count \u306e\u5024\u306e\u5224\u5b9a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | INFO_PWPOLICY_DESCRIPTION_LOCKOUT_DURATION_472=\u8a8d\u8a3c\u306e\u5931\u6557\u304c\u591a\u904e\u304e\u308b\u305f\u3081\u306b\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u30ed\u30c3\u30af\u3059\u308b\u6642\u9593\u306e\u9577\u3055\u3002\u3053\u306e\u5c5e\u6027\u306e\u5024\u306f\u6574\u6570\u306b\u3057\u3001\u305d\u306e\u5f8c\u306b\u5358\u4f4d (\u79d2\u3001\u5206\u3001\u6642\u9593\u3001\u65e5\u3001\u307e\u305f\u306f\u9031) \u3092\u5165\u529b\u3057\u307e\u3059\u3002\u5024\u3092 0 \u79d2\u306b\u8a2d\u5b9a\u3059\u308b\u3068\u3001\u7ba1\u7406\u8005\u304c\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u30ea\u30bb\u30c3\u30c8\u3059\u308b\u307e\u3067\u30a2\u30ab\u30a6\u30f3\u30c8\u306f\u30ed\u30c3\u30af\u3055\u308c\u305f\u307e\u307e\u306b\u306a\u308a\u307e\u3059\u3002\u3053\u306e\u69cb\u6210\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | INFO_PWPOLICY_DESCRIPTION_LOCKOUT_DURATION_472=\u8a8d\u8a3c\u306e\u5931\u6557\u304c\u591a\u904e\u304e\u308b\u305f\u3081\u306b\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u30ed\u30c3\u30af\u3059\u308b\u6642\u9593\u306e\u9577\u3055\u3002\u3053\u306e\u5c5e\u6027\u306e\u5024\u306f\u6574\u6570\u306b\u3057\u3001\u305d\u306e\u5f8c\u306b\u5358\u4f4d (\u79d2\u3001\u5206\u3001\u6642\u9593\u3001\u65e5\u3001\u307e\u305f\u306f\u9031) \u3092\u5165\u529b\u3057\u307e\u3059\u3002\u5024\u3092 0 \u79d2\u306b\u8a2d\u5b9a\u3059\u308b\u3068\u3001\u7ba1\u7406\u8005\u304c\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u30ea\u30bb\u30c3\u30c8\u3059\u308b\u307e\u3067\u30a2\u30ab\u30a6\u30f3\u30c8\u306f\u30ed\u30c3\u30af\u3055\u308c\u305f\u307e\u307e\u306b\u306a\u308a\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_LOCKOUT_DURATION_473=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u5c5e\u6027 ds-cfg-lockout-duration \u306e\u5024\u306e\u5224\u5b9a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | INFO_PWPOLICY_DESCRIPTION_FAILURE_EXPIRATION_474=\u3053\u3053\u3067\u6307\u5b9a\u3057\u305f\u6642\u9593\u3092\u7d4c\u904e\u3059\u308b\u3068\u3001\u305d\u308c\u307e\u3067\u30a2\u30ab\u30a6\u30f3\u30c8\u30ed\u30c3\u30af\u30a2\u30a6\u30c8\u7528\u306b\u52a0\u7b97\u3055\u308c\u3066\u3044\u305f\u8a8d\u8a3c\u306e\u5931\u6557\u6570\u306f 0 \u306b\u30ea\u30bb\u30c3\u30c8\u3055\u308c\u307e\u3059\u3002\u3053\u306e\u5c5e\u6027\u306e\u5024\u306f\u6574\u6570\u306b\u3057\u3001\u305d\u306e\u5f8c\u306b\u5358\u4f4d (\u79d2\u3001\u5206\u3001\u6642\u9593\u3001\u65e5\u3001\u307e\u305f\u306f\u9031) \u3092\u5165\u529b\u3057\u307e\u3059\u3002\u5024\u3092 0 \u79d2\u306b\u8a2d\u5b9a\u3059\u308b\u3068\u3001\u8a8d\u8a3c\u306e\u5931\u6557\u304c\u671f\u9650\u5207\u308c\u306b\u306a\u308a\u307e\u305b\u3093\u3002\u8a8d\u8a3c\u304c\u6210\u529f\u3059\u308b\u3068\u3001\u5931\u6557\u3057\u305f\u56de\u6570\u306f\u5e38\u306b\u6d88\u53bb\u3055\u308c\u307e\u3059\u3002\u3053\u306e\u69cb\u6210\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | INFO_PWPOLICY_DESCRIPTION_FAILURE_EXPIRATION_474=\u3053\u3053\u3067\u6307\u5b9a\u3057\u305f\u6642\u9593\u3092\u7d4c\u904e\u3059\u308b\u3068\u3001\u305d\u308c\u307e\u3067\u30a2\u30ab\u30a6\u30f3\u30c8\u30ed\u30c3\u30af\u30a2\u30a6\u30c8\u7528\u306b\u52a0\u7b97\u3055\u308c\u3066\u3044\u305f\u8a8d\u8a3c\u306e\u5931\u6557\u6570\u306f 0 \u306b\u30ea\u30bb\u30c3\u30c8\u3055\u308c\u307e\u3059\u3002\u3053\u306e\u5c5e\u6027\u306e\u5024\u306f\u6574\u6570\u306b\u3057\u3001\u305d\u306e\u5f8c\u306b\u5358\u4f4d (\u79d2\u3001\u5206\u3001\u6642\u9593\u3001\u65e5\u3001\u307e\u305f\u306f\u9031) \u3092\u5165\u529b\u3057\u307e\u3059\u3002\u5024\u3092 0 \u79d2\u306b\u8a2d\u5b9a\u3059\u308b\u3068\u3001\u8a8d\u8a3c\u306e\u5931\u6557\u304c\u671f\u9650\u5207\u308c\u306b\u306a\u308a\u307e\u305b\u3093\u3002\u8a8d\u8a3c\u304c\u6210\u529f\u3059\u308b\u3068\u3001\u5931\u6557\u3057\u305f\u56de\u6570\u306f\u5e38\u306b\u6d88\u53bb\u3055\u308c\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_FAILURE_EXPIRATION_475=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u5c5e\u6027 ds-cfg-lockout-failure-expiration-interval \u306e\u5024\u306e\u5224\u5b9a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | INFO_PWPOLICY_DESCRIPTION_REQUIRE_CHANGE_BY_TIME_476=\u95a2\u9023\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u3092\u6301\u3064\u3059\u3079\u3066\u306e\u30e6\u30fc\u30b6\u30fc\u304c\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5909\u66f4\u3059\u308b\u5fc5\u8981\u304c\u3042\u308b\u6642\u523b\u3002\u3053\u306e\u5024\u306f\u4e00\u822c\u7684\u306a\u6642\u523b\u5f62\u5f0f\u306b\u3057\u307e\u3059\u3002\u3053\u306e\u6642\u523b\u304c\u73fe\u5728\u307e\u305f\u306f\u904e\u53bb\u306e\u6642\u523b\u3068\u7b49\u3057\u3044\u5834\u5408\u306f\u3001\u3059\u3079\u3066\u306e\u30e6\u30fc\u30b6\u30fc\u304c\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u305f\u3060\u3061\u306b\u5909\u66f4\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u3053\u306e\u30e2\u30fc\u30c9\u3067\u306e\u30b5\u30fc\u30d0\u30fc\u306e\u52d5\u4f5c\u306f\u3001\u7ba1\u7406\u8005\u306b\u3088\u308b\u30ea\u30bb\u30c3\u30c8\u5f8c\u306b\u3001\u30e6\u30fc\u30b6\u30fc\u304c\u30d1\u30b9\u30fc\u30c9\u306e\u5909\u66f4\u3092\u5f37\u5236\u7684\u306b\u6c42\u3081\u3089\u308c\u308b\u5834\u5408\u306e\u52d5\u4f5c\u3068\u540c\u3058\u3067\u3059\u3002\u3053\u306e\u69cb\u6210\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | INFO_PWPOLICY_DESCRIPTION_REQUIRE_CHANGE_BY_TIME_476=\u95a2\u9023\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u3092\u6301\u3064\u3059\u3079\u3066\u306e\u30e6\u30fc\u30b6\u30fc\u304c\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5909\u66f4\u3059\u308b\u5fc5\u8981\u304c\u3042\u308b\u6642\u523b\u3002\u3053\u306e\u5024\u306f\u4e00\u822c\u7684\u306a\u6642\u523b\u5f62\u5f0f\u306b\u3057\u307e\u3059\u3002\u3053\u306e\u6642\u523b\u304c\u73fe\u5728\u307e\u305f\u306f\u904e\u53bb\u306e\u6642\u523b\u3068\u7b49\u3057\u3044\u5834\u5408\u306f\u3001\u3059\u3079\u3066\u306e\u30e6\u30fc\u30b6\u30fc\u304c\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u305f\u3060\u3061\u306b\u5909\u66f4\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u3053\u306e\u30e2\u30fc\u30c9\u3067\u306e\u30b5\u30fc\u30d0\u30fc\u306e\u52d5\u4f5c\u306f\u3001\u7ba1\u7406\u8005\u306b\u3088\u308b\u30ea\u30bb\u30c3\u30c8\u5f8c\u306b\u3001\u30e6\u30fc\u30b6\u30fc\u304c\u30d1\u30b9\u30fc\u30c9\u306e\u5909\u66f4\u3092\u5f37\u5236\u7684\u306b\u6c42\u3081\u3089\u308c\u308b\u5834\u5408\u306e\u52d5\u4f5c\u3068\u540c\u3058\u3067\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_REQUIRE_CHANGE_BY_TIME_477=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u5c5e\u6027 ds-cfg-require-change-by-time \u306e\u5024\u306e\u5224\u5b9a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | INFO_PWPOLICY_DESCRIPTION_LAST_LOGIN_TIME_ATTR_478=\u95a2\u9023\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u3092\u6301\u3064\u30e6\u30fc\u30b6\u30fc\u306e\u6700\u7d42\u30ed\u30b0\u30a4\u30f3\u65e5\u6642\u306e\u683c\u7d0d\u306b\u4f7f\u7528\u3059\u308b\u5c5e\u6027\u30bf\u30a4\u30d7\u306e\u540d\u524d\u307e\u305f\u306f OID\u3002\u3053\u306e\u5c5e\u6027\u30bf\u30a4\u30d7\u306f\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067\u5b9a\u7fa9\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u307e\u305f\u3001\u64cd\u4f5c\u5c5e\u6027\u3068\u3057\u3066\u5b9a\u7fa9\u3059\u308b\u304b\u3001\u95a2\u9023\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u3092\u6301\u3064\u5168\u30e6\u30fc\u30b6\u30fc\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u30bb\u30c3\u30c8\u3067\u8a31\u53ef\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u3053\u306e\u69cb\u6210\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | INFO_PWPOLICY_DESCRIPTION_LAST_LOGIN_TIME_ATTR_478=\u95a2\u9023\u4ed8\u3051\u3089\u308c\u305f\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u3092\u6301\u3064\u30e6\u30fc\u30b6\u30fc\u306e\u6700\u7d42\u30ed\u30b0\u30a4\u30f3\u6642\u523b\u306e\u4fdd\u6301\u306b\u4f7f\u7528\u3055\u308c\u308b\u5c5e\u6027\u578b\u306e\u540d\u524d\u307e\u305f\u306f OID\u3002\u3053\u306e\u5c5e\u6027\u578b\u306f\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u307e\u305f\u3001\u30aa\u30da\u30ec\u30fc\u30b7\u30e7\u30ca\u30eb\u5c5e\u6027\u3068\u3057\u3066\u5b9a\u7fa9\u3059\u308b\u304b\u3001\u95a2\u9023\u4ed8\u3051\u3089\u308c\u305f\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u3092\u6301\u3064\u3059\u3079\u3066\u306e\u30e6\u30fc\u30b6\u30fc\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u306e\u30bb\u30c3\u30c8\u3067\u8a31\u53ef\u3055\u308c\u3066\u3044\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_PWPOLICY_UNDEFINED_LAST_LOGIN_TIME_ATTRIBUTE_479=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea "%s" \u306b\u542b\u307e\u308c\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u5b9a\u7fa9\u304c\u7121\u52b9\u3067\u3059\u3002\u6307\u5b9a\u3055\u308c\u305f\u6700\u7d42\u30ed\u30b0\u30a4\u30f3\u6642\u523b\u5c5e\u6027 "%s" \u306f\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_LAST_LOGIN_TIME_ATTR_480=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u5c5e\u6027 ds-cfg-last-login-time-attribute \u306e\u5024\u306e\u5224\u5b9a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | INFO_PWPOLICY_DESCRIPTION_LAST_LOGIN_TIME_FORMAT_481=\u95a2\u9023\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u3092\u6301\u3064\u30e6\u30fc\u30b6\u30fc\u306e\u6700\u7d42\u30ed\u30b0\u30a4\u30f3\u6642\u523b\u306e\u751f\u6210\u306b\u4f7f\u7528\u3059\u308b\u5f62\u5f0f\u6587\u5b57\u5217\u3002\u3053\u306e\u5f62\u5f0f\u6587\u5b57\u5217\u306f\u3001<CODE>java.text.SimpleDateFormat</CODE> \u30af\u30e9\u30b9\u306e API \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306b\u8a18\u8f09\u3055\u308c\u3066\u3044\u308b\u69cb\u6587\u306b\u6e96\u62e0\u3057\u307e\u3059\u3002\u3053\u306e\u69cb\u6210\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | INFO_PWPOLICY_DESCRIPTION_LAST_LOGIN_TIME_FORMAT_481=\u95a2\u9023\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u3092\u6301\u3064\u30e6\u30fc\u30b6\u30fc\u306e\u6700\u7d42\u30ed\u30b0\u30a4\u30f3\u6642\u523b\u306e\u751f\u6210\u306b\u4f7f\u7528\u3059\u308b\u5f62\u5f0f\u6587\u5b57\u5217\u3002\u3053\u306e\u5f62\u5f0f\u6587\u5b57\u5217\u306f\u3001<CODE>java.text.SimpleDateFormat</CODE> \u30af\u30e9\u30b9\u306e API \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306b\u8a18\u8f09\u3055\u308c\u3066\u3044\u308b\u69cb\u6587\u306b\u6e96\u62e0\u3057\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_PWPOLICY_INVALID_LAST_LOGIN_TIME_FORMAT_482=\u6307\u5b9a\u3055\u308c\u305f\u6700\u7d42\u30ed\u30b0\u30a4\u30f3\u6642\u523b\u5f62\u5f0f "%2$s" \u304c\u6709\u52b9\u306a\u5f62\u5f0f\u6587\u5b57\u5217\u3067\u306a\u3044\u305f\u3081\u3001\u69cb\u6210\u30a8\u30f3\u30c8\u30ea "%1$s" \u306b\u542b\u307e\u308c\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u5b9a\u7fa9\u306f\u7121\u52b9\u3067\u3059\u3002\u6700\u7d42\u30ed\u30b0\u30a4\u30f3\u6642\u523b\u306e\u5f62\u5f0f\u6587\u5b57\u5217\u306f\u3001<CODE>java.text.SimpleDateFormat</CODE> \u30af\u30e9\u30b9\u306e API \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306b\u8a18\u8f09\u3055\u308c\u3066\u3044\u308b\u69cb\u6587\u306b\u6e96\u62e0\u3057\u307e\u3059\u3002 |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_LAST_LOGIN_TIME_FORMAT_483=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u5c5e\u6027 ds-cfg-last-login-time-format \u306e\u5024\u306e\u5224\u5b9a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | INFO_PWPOLICY_DESCRIPTION_PREVIOUS_LAST_LOGIN_TIME_FORMAT_484=\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u306b\u95a2\u9023\u4ed8\u3051\u3089\u308c\u305f\u30e6\u30fc\u30b6\u30fc\u306e\u3001\u904e\u53bb\u306e\u3044\u305a\u308c\u304b\u306e\u6642\u70b9\u306e\u6700\u7d42\u30ed\u30b0\u30a4\u30f3\u6642\u523b\u3067\u4f7f\u7528\u3055\u308c\u305f\u53ef\u80fd\u6027\u306e\u3042\u308b\u5f62\u5f0f\u6587\u5b57\u5217\u3002\u3053\u308c\u3089\u306e\u5024\u306f\u4ee5\u524d\u306e\u5024\u306e\u89e3\u6790\u3092\u53ef\u80fd\u306b\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002\u65b0\u3057\u3044\u5024\u306e\u8a2d\u5b9a\u306b\u306f\u4f7f\u7528\u3055\u308c\u307e\u305b\u3093\u3002\u3053\u308c\u3089\u306e\u5f62\u5f0f\u6587\u5b57\u5217\u306f\u3001<CODE>java.text.SimpleDateFormat</CODE> \u30af\u30e9\u30b9\u306e API \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306b\u8a18\u8f09\u3055\u308c\u3066\u3044\u308b\u69cb\u6587\u306b\u6e96\u62e0\u3057\u307e\u3059\u3002\u3053\u306e\u69cb\u6210\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | INFO_PWPOLICY_DESCRIPTION_PREVIOUS_LAST_LOGIN_TIME_FORMAT_484=\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u306b\u95a2\u9023\u4ed8\u3051\u3089\u308c\u305f\u30e6\u30fc\u30b6\u30fc\u306e\u3001\u904e\u53bb\u306e\u3044\u305a\u308c\u304b\u306e\u6642\u70b9\u306e\u6700\u7d42\u30ed\u30b0\u30a4\u30f3\u6642\u523b\u3067\u4f7f\u7528\u3055\u308c\u305f\u53ef\u80fd\u6027\u306e\u3042\u308b\u5f62\u5f0f\u6587\u5b57\u5217\u3002\u3053\u308c\u3089\u306e\u5024\u306f\u4ee5\u524d\u306e\u5024\u306e\u89e3\u6790\u3092\u53ef\u80fd\u306b\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002\u65b0\u3057\u3044\u5024\u306e\u8a2d\u5b9a\u306b\u306f\u4f7f\u7528\u3055\u308c\u307e\u305b\u3093\u3002\u3053\u308c\u3089\u306e\u5f62\u5f0f\u6587\u5b57\u5217\u306f\u3001<CODE>java.text.SimpleDateFormat</CODE> \u30af\u30e9\u30b9\u306e API \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306b\u8a18\u8f09\u3055\u308c\u3066\u3044\u308b\u69cb\u6587\u306b\u6e96\u62e0\u3057\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_PWPOLICY_INVALID_PREVIOUS_LAST_LOGIN_TIME_FORMAT_485=\u6307\u5b9a\u3055\u308c\u305f\u4ee5\u524d\u306e\u6700\u7d42\u30ed\u30b0\u30a4\u30f3\u6642\u523b\u5f62\u5f0f "%2$s" \u304c\u6709\u52b9\u306a\u5f62\u5f0f\u6587\u5b57\u5217\u3067\u306a\u3044\u305f\u3081\u3001\u69cb\u6210\u30a8\u30f3\u30c8\u30ea "%1$s" \u306b\u542b\u307e\u308c\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u5b9a\u7fa9\u306f\u7121\u52b9\u3067\u3059\u3002\u4ee5\u524d\u306e\u6700\u7d42\u30ed\u30b0\u30a4\u30f3\u6642\u523b\u5f62\u5f0f\u6587\u5b57\u5217\u306f\u3001<CODE>java.text.SimpleDateFormat</CODE> \u30af\u30e9\u30b9\u306e API \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306b\u8a18\u8f09\u3055\u308c\u3066\u3044\u308b\u69cb\u6587\u306b\u6e96\u62e0\u3057\u307e\u3059\u3002 |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_PREVIOUS_LAST_LOGIN_TIME_FORMAT_486=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u5c5e\u6027 ds-cfg-previous-last-login-time-format \u306e\u5024\u306e\u5224\u5b9a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | INFO_PWPOLICY_DESCRIPTION_IDLE_LOCKOUT_INTERVAL_487=\u30e6\u30fc\u30b6\u30fc\u304c\u30ed\u30c3\u30af\u30a2\u30a6\u30c8\u3055\u308c\u305a\u306b\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u30a2\u30a4\u30c9\u30eb\u72b6\u614b\u306b\u3067\u304d\u308b (\u3064\u307e\u308a\u3001\u95a2\u9023\u4ed8\u3051\u3089\u308c\u305f\u30e6\u30fc\u30b6\u30fc\u304c\u30b5\u30fc\u30d0\u30fc\u3078\u306e\u8a8d\u8a3c\u3092\u5b9f\u884c\u3057\u306a\u3044) \u6700\u5927\u6642\u9593\u3002\u3053\u306e\u5c5e\u6027\u306e\u5024\u306f\u6574\u6570\u306b\u3057\u3001\u305d\u306e\u5f8c\u306b\u5358\u4f4d (\u79d2\u3001\u5206\u3001\u6642\u9593\u3001\u65e5\u3001\u307e\u305f\u306f\u9031) \u3092\u5165\u529b\u3057\u307e\u3059\u3002\u5024\u3092 0 \u79d2\u306b\u8a2d\u5b9a\u3059\u308b\u3068\u3001\u30a2\u30a4\u30c9\u30eb\u30a2\u30ab\u30a6\u30f3\u30c8\u306f\u81ea\u52d5\u7684\u306b\u30ed\u30c3\u30af\u30a2\u30a6\u30c8\u3055\u308c\u307e\u305b\u3093\u3002\u3053\u306e\u6a5f\u80fd\u3092\u4f7f\u7528\u3067\u304d\u308b\u306e\u306f\u3001\u6700\u7d42\u30ed\u30b0\u30a4\u30f3\u65e5\u6642\u304c\u7ba1\u7406\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u3060\u3051\u3067\u3059\u3002\u3053\u306e\u69cb\u6210\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | INFO_PWPOLICY_DESCRIPTION_IDLE_LOCKOUT_INTERVAL_487=\u30e6\u30fc\u30b6\u30fc\u304c\u30ed\u30c3\u30af\u30a2\u30a6\u30c8\u3055\u308c\u305a\u306b\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u30a2\u30a4\u30c9\u30eb\u72b6\u614b\u306b\u3067\u304d\u308b (\u3064\u307e\u308a\u3001\u95a2\u9023\u4ed8\u3051\u3089\u308c\u305f\u30e6\u30fc\u30b6\u30fc\u304c\u30b5\u30fc\u30d0\u30fc\u3078\u306e\u8a8d\u8a3c\u3092\u5b9f\u884c\u3057\u306a\u3044) \u6700\u5927\u6642\u9593\u3002\u3053\u306e\u5c5e\u6027\u306e\u5024\u306f\u6574\u6570\u306b\u3057\u3001\u305d\u306e\u5f8c\u306b\u5358\u4f4d (\u79d2\u3001\u5206\u3001\u6642\u9593\u3001\u65e5\u3001\u307e\u305f\u306f\u9031) \u3092\u5165\u529b\u3057\u307e\u3059\u3002\u5024\u3092 0 \u79d2\u306b\u8a2d\u5b9a\u3059\u308b\u3068\u3001\u30a2\u30a4\u30c9\u30eb\u30a2\u30ab\u30a6\u30f3\u30c8\u306f\u81ea\u52d5\u7684\u306b\u30ed\u30c3\u30af\u30a2\u30a6\u30c8\u3055\u308c\u307e\u305b\u3093\u3002\u3053\u306e\u6a5f\u80fd\u3092\u4f7f\u7528\u3067\u304d\u308b\u306e\u306f\u3001\u6700\u7d42\u30ed\u30b0\u30a4\u30f3\u65e5\u6642\u304c\u7ba1\u7406\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u3060\u3051\u3067\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_IDLE_LOCKOUT_INTERVAL_488=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u5c5e\u6027 ds-cfg-idle-lockout-interval \u306e\u5024\u306e\u5224\u5b9a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | INFO_PWPOLICY_UPDATED_POLICY_489=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u304c\u6b63\u5e38\u306b\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f |
| | | MILD_ERR_ADD_INVALID_PWPOLICY_DN_SYNTAX_490=\u30a8\u30f3\u30c8\u30ea "%s" \u306b\u306f\u7121\u52b9\u306a\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u30b5\u30d6\u30a8\u30f3\u30c8\u30ea DN \u304c\u542b\u307e\u308c\u308b\u305f\u3081\u3001\u3053\u306e\u30a8\u30f3\u30c8\u30ea\u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093: %s |
| | | MILD_ERR_ADD_NO_SUCH_PWPOLICY_491=\u30a8\u30f3\u30c8\u30ea "%s" \u306f\u5b58\u5728\u3057\u306a\u3044\u3001\u307e\u305f\u306f\u6709\u52b9\u306a\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u30b5\u30d6\u30a8\u30f3\u30c8\u30ea\u5b9a\u7fa9\u3092\u542b\u307e\u306a\u3044\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u30b5\u30d6\u30a8\u30f3\u30c8\u30ea %s \u3092\u53c2\u7167\u3059\u308b\u305f\u3081\u3001\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002 |
| | | INFO_PWPOLICY_DESCRIPTION_FORCE_CHANGE_ON_ADD_492=\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u4f5c\u6210\u3057\u305f\u3042\u3068\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u3078\u306e\u8a8d\u8a3c\u6642\u306b\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u5909\u66f4\u3092\u30e6\u30fc\u30b6\u30fc\u306b\u5f37\u5236\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u793a\u3057\u307e\u3059\u3002\u3053\u306e\u69cb\u6210\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | INFO_PWPOLICY_DESCRIPTION_FORCE_CHANGE_ON_ADD_492=\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u4f5c\u6210\u3057\u305f\u3042\u3068\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u3078\u306e\u8a8d\u8a3c\u6642\u306b\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u5909\u66f4\u3092\u30e6\u30fc\u30b6\u30fc\u306b\u5f37\u5236\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u793a\u3057\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_FORCE_CHANGE_ON_ADD_493=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u5c5e\u6027 ds-cfg-force-change-on-add \u306e\u5024\u306e\u5224\u5b9a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | INFO_PWPOLICY_DESCRIPTION_ALLOW_MULTIPLE_PW_VALUES_494=\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u304c\u30d1\u30b9\u30ef\u30fc\u30c9\u5c5e\u6027\u306e\u5024\u3092\u500b\u5225\u306b\u8907\u6570\u6301\u3066\u308b\u3088\u3046\u306b\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u793a\u3057\u307e\u3059\u3002\u3053\u306e\u3088\u3046\u306a\u69cb\u6210\u3067\u306f\u3001\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u5909\u66f4\u306b\u4f7f\u7528\u3059\u308b\u591a\u6570\u306e\u6a5f\u69cb\u304c\u6b63\u3057\u304f\u52d5\u4f5c\u3057\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308b\u305f\u3081\u3001\u6f5c\u5728\u7684\u306a\u5371\u967a\u304c\u3042\u308a\u307e\u3059\u3002\u8907\u6570\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u5024\u3092\u8a31\u53ef\u3059\u308b\u5834\u5408\u306f\u3001\u8a8d\u8a3c\u306b\u3044\u305a\u308c\u304b\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u5024\u3092\u4f7f\u7528\u3059\u308b\u3068\u3001\u3059\u3079\u3066\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u5024\u304c\u540c\u3058\u30dd\u30ea\u30b7\u30fc\u5236\u7d04\u306b\u5f93\u3044\u307e\u3059\u3002\u3053\u306e\u69cb\u6210\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | INFO_PWPOLICY_DESCRIPTION_ALLOW_MULTIPLE_PW_VALUES_494=\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u304c\u30d1\u30b9\u30ef\u30fc\u30c9\u5c5e\u6027\u306e\u5024\u3092\u500b\u5225\u306b\u8907\u6570\u6301\u3066\u308b\u3088\u3046\u306b\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u793a\u3057\u307e\u3059\u3002\u3053\u306e\u3088\u3046\u306a\u69cb\u6210\u3067\u306f\u3001\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u5909\u66f4\u306b\u4f7f\u7528\u3059\u308b\u591a\u6570\u306e\u6a5f\u69cb\u304c\u6b63\u3057\u304f\u52d5\u4f5c\u3057\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308b\u305f\u3081\u3001\u6f5c\u5728\u7684\u306a\u5371\u967a\u304c\u3042\u308a\u307e\u3059\u3002\u8907\u6570\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u5024\u3092\u8a31\u53ef\u3059\u308b\u5834\u5408\u306f\u3001\u8a8d\u8a3c\u306b\u3044\u305a\u308c\u304b\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u5024\u3092\u4f7f\u7528\u3059\u308b\u3068\u3001\u3059\u3079\u3066\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u5024\u304c\u540c\u3058\u30dd\u30ea\u30b7\u30fc\u5236\u7d04\u306b\u5f93\u3044\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_ALLOW_MULTIPLE_PW_VALUES_495=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u5c5e\u6027 ds-cfg-allow-multiple-password-values \u306e\u5024\u306e\u5224\u5b9a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_PWPOLICY_ATTRIBUTE_OPTIONS_NOT_ALLOWED_496=\u30d1\u30b9\u30ef\u30fc\u30c9\u5c5e\u6027 %s \u3067\u306f\u5c5e\u6027\u30aa\u30d7\u30b7\u30e7\u30f3\u306f\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093 |
| | | MILD_ERR_PWPOLICY_MULTIPLE_PW_VALUES_NOT_ALLOWED_497=\u30d1\u30b9\u30ef\u30fc\u30c9\u5c5e\u6027 %s \u306b\u6307\u5b9a\u3067\u304d\u308b\u5024\u306f 1 \u3064\u3060\u3051\u3067\u3059 |
| | | MILD_ERR_PWPOLICY_PREENCODED_NOT_ALLOWED_498=\u30d1\u30b9\u30ef\u30fc\u30c9\u5c5e\u6027 %s \u3067\u306f\u7b26\u53f7\u5316\u3055\u308c\u305f\u30d1\u30b9\u30ef\u30fc\u30c9\u306f\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093 |
| | | MILD_ERR_PWPOLICY_VALIDATION_FAILED_499=\u5c5e\u6027 %s \u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u5024\u304c\u53d7\u3051\u5165\u308c\u3089\u308c\u306a\u3044\u3082\u306e\u3067\u3042\u308b\u3053\u3068\u304c\u691c\u51fa\u3055\u308c\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_PWPOLICY_MUST_HAVE_WARNING_IF_NOT_EXPIRE_WITHOUT_WARNING_500=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u3067\u306f\u3001\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u671f\u9650\u304c\u5207\u308c\u308b\u524d\u306b\u5e38\u306b 1 \u3064\u4ee5\u4e0a\u306e\u8b66\u544a\u901a\u77e5\u3092\u9001\u4fe1\u3059\u308b\u3088\u3046\u306b\u69cb\u6210\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u305f\u3060\u3057\u3001\u8b66\u544a\u306e\u9593\u9694\u306f\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u69cb\u6210\u5c5e\u6027 ds-cfg-expire-passwords-without-warning \u304c "false" \u306b\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306f\u3001\u69cb\u6210\u5c5e\u6027 ds-cfg-password-expiration-warning-interval \u306b\u6b63\u306e\u5024\u3092\u8a2d\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059 |
| | | SEVERE_ERR_PWPOLICY_MUST_HAVE_WARNING_IF_NOT_EXPIRE_WITHOUT_WARNING_500=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u3067\u306f\u3001\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u671f\u9650\u304c\u5207\u308c\u308b\u524d\u306b\u5e38\u306b 1 \u3064\u4ee5\u4e0a\u306e\u8b66\u544a\u901a\u77e5\u3092\u9001\u4fe1\u3059\u308b\u3088\u3046\u306b\u69cb\u6210\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u305f\u3060\u3057\u3001\u8b66\u544a\u306e\u9593\u9694\u306f\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u8a2d\u5b9a\u5c5e\u6027 ds-cfg-expire-passwords-without-warning \u304c "false" \u306b\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306f\u3001\u8a2d\u5b9a\u5c5e\u6027 ds-cfg-password-expiration-warning-interval \u306b\u6b63\u306e\u5024\u3092\u8a2d\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059 |
| | | MILD_ERR_ENQUEUE_BIND_IN_PROGRESS_501=\u30d0\u30a4\u30f3\u30c9\u64cd\u4f5c\u304c\u3001\u95a2\u9023\u4ed8\u3051\u3089\u308c\u3066\u3044\u308b\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u63a5\u7d9a\u3067\u9032\u884c\u4e2d\u3067\u3059\u3002\u3053\u306e\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u63a5\u7d9a\u4e0a\u3067\u306f\u3001\u30d0\u30a4\u30f3\u30c9\u51e6\u7406\u304c\u5b8c\u4e86\u3059\u308b\u307e\u3067\u307b\u304b\u306e\u8981\u6c42\u3092\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093 |
| | | MILD_ERR_ENQUEUE_MUST_CHANGE_PASSWORD_502=\u307b\u304b\u306e\u64cd\u4f5c\u3092\u8981\u6c42\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u308b\u306b\u306f\u3001\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5909\u66f4\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059 |
| | | MILD_ERR_PWPSTATE_CANNOT_DECODE_SUBENTRY_VALUE_AS_DN_504=\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea "%2$s" \u5185\u306e ds-pwp-password-policy-dn \u5024 "%1$s" \u3092 DN \u3068\u3057\u3066\u5fa9\u53f7\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s |
| | |
| | | MILD_ERR_BIND_OPERATION_INSECURE_SASL_BIND_523=\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u3067\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc\u4fdd\u8b77\u3055\u308c\u305f\u8a8d\u8a3c\u304c\u8981\u6c42\u3055\u308c\u308b\u305f\u3081\u3001\u30e6\u30fc\u30b6\u30fc %2$s \u306e SASL %1$s \u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u3092\u62d2\u5426\u3057\u3066\u3044\u307e\u3059 |
| | | SEVERE_ERR_WORKQ_CANNOT_PARSE_DN_524=\u6587\u5b57\u5217 %s \u3092\u4f5c\u696d\u30ad\u30e5\u30fc\u69cb\u6210\u30a8\u30f3\u30c8\u30ea\u306e DN \u3068\u3057\u3066\u89e3\u6790\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_WORKQ_NO_CONFIG_525=\u30b5\u30fc\u30d0\u30fc\u69cb\u6210\u5185\u306b\u4f5c\u696d\u30ad\u30e5\u30fc\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u304c\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | INFO_WORKQ_DESCRIPTION_CLASS_526=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30b3\u30a2\u4f5c\u696d\u30ad\u30e5\u30fc\u30ed\u30b8\u30c3\u30af\u3092\u63d0\u4f9b\u3059\u308b Java \u30af\u30e9\u30b9\u306e\u5b8c\u5168\u4fee\u98fe\u540d\u3002\u3053\u306e\u69cb\u6210\u5c5e\u6027\u3092\u5909\u66f4\u3057\u305f\u5834\u5408\u3001\u5909\u66f4\u3092\u6709\u52b9\u306b\u3059\u308b\u306b\u306f\u30b5\u30fc\u30d0\u30fc\u3092\u518d\u8d77\u52d5\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059 |
| | | INFO_WORKQ_DESCRIPTION_CLASS_526=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30b3\u30a2\u4f5c\u696d\u30ad\u30e5\u30fc\u30ed\u30b8\u30c3\u30af\u3092\u63d0\u4f9b\u3059\u308b Java \u30af\u30e9\u30b9\u306e\u5b8c\u5168\u4fee\u98fe\u540d\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3092\u5909\u66f4\u3057\u305f\u5834\u5408\u3001\u5909\u66f4\u3092\u6709\u52b9\u306b\u3059\u308b\u306b\u306f\u30b5\u30fc\u30d0\u30fc\u3092\u518d\u8d77\u52d5\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059 |
| | | SEVERE_ERR_WORKQ_NO_CLASS_ATTR_527=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306b\u3001\u4f5c\u696d\u30ad\u30e5\u30fc\u5b9f\u88c5\u306e\u5b8c\u5168\u4fee\u98fe\u30af\u30e9\u30b9\u540d\u3092\u6307\u5b9a\u3059\u308b\u5fc5\u9808\u5c5e\u6027 %s \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | SEVERE_ERR_WORKQ_CANNOT_LOAD_528=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u4f5c\u696d\u30ad\u30e5\u30fc\u5b9f\u88c5\u3068\u3057\u3066\u4f7f\u7528\u3059\u308b\u305f\u3081\u306b\u30af\u30e9\u30b9 %s \u3092\u8aad\u307f\u8fbc\u307f\u4e2d\u306b\u3001\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_WORKQ_CANNOT_INSTANTIATE_529=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u4f5c\u696d\u30ad\u30e5\u30fc\u3068\u3057\u3066\u4f7f\u7528\u3059\u308b\u305f\u3081\u306b\u30af\u30e9\u30b9 %s \u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3092\u4f5c\u6210\u4e2d\u306b\u3001\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | |
| | | SEVERE_ERR_MODIFY_NO_MODIFICATIONS_566=\u30a8\u30f3\u30c8\u30ea %s \u3092\u66f4\u65b0\u3067\u304d\u307e\u305b\u3093\u3002\u8981\u6c42\u306b\u5909\u66f4\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3067\u3057\u305f |
| | | INFO_DSCORE_DESCRIPTION_NODETACH_567=\u7aef\u672b\u304b\u3089\u5207\u308a\u96e2\u3055\u305a\u306b\u3001\u30d5\u30a9\u30a2\u30b0\u30e9\u30a6\u30f3\u30c9\u3067\u7d99\u7d9a\u3057\u307e\u3059 |
| | | MILD_ERR_ENTRY_INCREMENT_NO_SUCH_ATTRIBUTE_568=\u5c5e\u6027 %s \u306e\u5024\u3092\u5897\u5206\u3067\u304d\u307e\u305b\u3093\u3002\u30a8\u30f3\u30c8\u30ea\u5185\u306b\u5c5e\u6027\u304c\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | INFO_DSCORE_TOOL_DESCRIPTION_569=\u3053\u306e\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30fc\u3092\u4f7f\u7528\u3057\u3066\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u3092\u8d77\u52d5\u3057\u305f\u308a\u3001\u30b5\u30fc\u30d0\u30fc\u30d0\u30fc\u30b8\u30e7\u30f3\u304a\u3088\u3073\u305d\u306e\u4ed6\u306e\u5f62\u5f0f\u306e\u4e00\u822c\u7684\u306a\u30b5\u30fc\u30d0\u30fc\u60c5\u5831\u3092\u53d6\u5f97\u3067\u304d\u307e\u3059 |
| | | INFO_DSCORE_TOOL_DESCRIPTION_569=\u3053\u306e\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30fc\u3092\u4f7f\u7528\u3057\u3066\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u3092\u8d77\u52d5\u3057\u305f\u308a\u3001\u30b5\u30fc\u30d0\u30fc\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3084\u305d\u306e\u4ed6\u306e\u4e00\u822c\u7684\u306a\u30b5\u30fc\u30d0\u30fc\u60c5\u5831\u3092\u53d6\u5f97\u3067\u304d\u307e\u3059 |
| | | MILD_ERR_EXTENDED_UNSUPPORTED_CRITICAL_CONTROL_570=\u62e1\u5f35\u64cd\u4f5c %s \u306e\u8981\u6c42\u3092\u51e6\u7406\u3067\u304d\u307e\u305b\u3093\u3002OID %s \u306e\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u306a\u3044\u30af\u30ea\u30c6\u30a3\u30ab\u30eb\u306a\u5236\u5fa1\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059 |
| | | SEVERE_ERR_REGISTER_BACKEND_ALREADY_EXISTS_571=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 %s \u3092\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306b\u767b\u9332\u3067\u304d\u307e\u305b\u3093\u3002\u540c\u4e00\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 ID \u3092\u6301\u3064\u5225\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304c\u767b\u9332\u6e08\u307f\u3067\u3059 |
| | | SEVERE_ERR_REGISTER_BASEDN_ALREADY_EXISTS_572=\u30d9\u30fc\u30b9 DN %s \u3092\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 %s \u7528\u306b\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306b\u767b\u9332\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u30d9\u30fc\u30b9 DN \u306f\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 %s \u7528\u306b\u767b\u9332\u6e08\u307f\u3067\u3059 |
| | |
| | | SEVERE_WARN_DEREGISTER_BASEDN_MISSING_HIERARCHY_578=\u30d9\u30fc\u30b9 DN %s \u304c\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u304b\u3089\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 %s \u7528\u306e\u767b\u9332\u3092\u89e3\u9664\u3055\u308c\u307e\u3057\u305f\u3002\u30d9\u30fc\u30b9 DN \u306b\u306f\u307b\u304b\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u5185\u306e\u4e0a\u4f4d\u304a\u3088\u3073\u4e0b\u4f4d\u306e\u4e21\u65b9\u306e\u30a8\u30f3\u30c8\u30ea\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u3002\u767b\u9332\u89e3\u9664\u3055\u308c\u305f\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u5185\u306b\u683c\u7d0d\u3055\u308c\u3066\u3044\u305f\u30a8\u30f3\u30c8\u30ea\u304c\u5b58\u5728\u3057\u306a\u3044\u305f\u3081\u3001\u968e\u5c64\u5185\u306e\u3053\u306e\u90e8\u5206\u306e\u30a8\u30f3\u30c8\u30ea\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b\u969b\u306b\u77db\u76fe\u3059\u308b\u307e\u305f\u306f\u4e88\u671f\u3057\u306a\u3044\u52d5\u4f5c\u304c\u767a\u751f\u3059\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059 |
| | | MILD_ERR_SCHEMA_CIRCULAR_DEPENDENCY_REFERENCE_579=\u5b9a\u7fa9 "%s" \u306e\u30b9\u30ad\u30fc\u30de\u8981\u7d20\u3092\u66f4\u65b0\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u308c\u306b\u4f9d\u5b58\u3059\u308b\u307b\u304b\u306e\u30b9\u30ad\u30fc\u30de\u8981\u7d20\u306e\u518d\u69cb\u7bc9\u4e2d\u306b\u5faa\u74b0\u53c2\u7167\u304c\u8b58\u5225\u3055\u308c\u307e\u3057\u305f |
| | | MILD_ERR_REJECT_UNAUTHENTICATED_OPERATION_580=\u63a5\u7d9a\u304c\u8a8d\u8a3c\u3055\u308c\u3066\u3044\u306a\u3044\u305f\u3081\u3001\u8981\u6c42\u3055\u308c\u305f\u64cd\u4f5c\u3092\u62d2\u5426\u3057\u3066\u3044\u307e\u3059\u3002 |
| | | SEVERE_WARN_ADD_ATTR_IS_OBSOLETE_581=\u30a8\u30f3\u30c8\u30ea "%s" \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u30a8\u30f3\u30c8\u30ea\u306b\u542b\u307e\u308c\u308b\u5c5e\u6027\u30bf\u30a4\u30d7 %s \u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 OBSOLETE \u3068\u5ba3\u8a00\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | SEVERE_WARN_ADD_ATTR_IS_OBSOLETE_581=\u30a8\u30f3\u30c8\u30ea "%s" \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u30a8\u30f3\u30c8\u30ea\u306b\u542b\u307e\u308c\u308b\u5c5e\u6027\u578b %s \u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067 OBSOLETE \u3068\u5ba3\u8a00\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | SEVERE_WARN_ADD_OC_IS_OBSOLETE_582=\u30a8\u30f3\u30c8\u30ea "%s" \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u30a8\u30f3\u30c8\u30ea\u306b\u542b\u307e\u308c\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 OBSOLETE \u3068\u5ba3\u8a00\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_MODIFY_ATTR_IS_OBSOLETE_583=\u30a8\u30f3\u30c8\u30ea %s \u3092\u5909\u66f4\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u5909\u66f4\u306b\u3088\u308a\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 OBSOLETE \u306b\u30de\u30fc\u30af\u3055\u308c\u3066\u3044\u308b\u5c5e\u6027 %s \u306e 1 \u3064\u4ee5\u4e0a\u306e\u65b0\u3057\u3044\u5024\u306e\u8a2d\u5b9a\u304c\u8a66\u307f\u3089\u308c\u307e\u3057\u305f |
| | | MILD_ERR_ENTRY_ADD_OBSOLETE_OC_584=\u30a8\u30f3\u30c8\u30ea %2$s \u306b\u8ffd\u52a0\u3055\u308c\u305f\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %1$s \u304c\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 OBSOLETE \u306b\u30de\u30fc\u30af\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_MODDN_NEWRDN_ATTR_IS_OBSOLETE_585=\u30a8\u30f3\u30c8\u30ea %s \u306e DN \u5909\u66f4\u64cd\u4f5c\u3092\u5b9f\u884c\u3067\u304d\u307e\u305b\u3093\u3002\u65b0\u898f RDN \u306b\u542b\u307e\u308c\u308b\u5c5e\u6027\u30bf\u30a4\u30d7 %s \u306f\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 OBSOLETE \u306b\u30de\u30fc\u30af\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_MODDN_NEWRDN_ATTR_IS_OBSOLETE_585=\u30a8\u30f3\u30c8\u30ea %s \u306e DN \u5909\u66f4\u64cd\u4f5c\u3092\u5b9f\u884c\u3067\u304d\u307e\u305b\u3093\u3002\u65b0\u898f RDN \u306b\u542b\u307e\u308c\u308b\u5c5e\u6027\u578b %s \u306f\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067 OBSOLETE \u3068\u5ba3\u8a00\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_ENTRY_SCHEMA_VIOLATES_PARENT_DSR_586=\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u306b\u3088\u308b\u3068\u3001\u30a8\u30f3\u30c8\u30ea %s \u306f\u7121\u52b9\u3067\u3059\u3002\u3053\u306e\u30a8\u30f3\u30c8\u30ea\u306b\u9069\u7528\u3055\u308c\u308b DIT \u69cb\u9020\u306f\u5b58\u5728\u3057\u307e\u305b\u3093\u304c\u3001\u89aa\u30a8\u30f3\u30c8\u30ea %s \u306e DIT \u69cb\u9020\u898f\u5247\u306f\u5b58\u5728\u3057\u307e\u3059 |
| | | MILD_ERR_ENTRY_SCHEMA_COULD_NOT_CHECK_PARENT_DSR_587=\u30a8\u30f3\u30c8\u30ea %s \u306e\u89aa\u306e DIT \u69cb\u9020\u898f\u5247\u51e6\u7406\u4e2d\u306b\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_WARN_CLIENTCONNECTION_DISCONNECT_DUE_TO_DELETE_588=\u95a2\u9023\u3059\u308b\u8a8d\u8a3c\u307e\u305f\u306f\u8a8d\u53ef\u30a8\u30f3\u30c8\u30ea %s \u304c\u524a\u9664\u3055\u308c\u3066\u3044\u305f\u305f\u3081\u3001\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u63a5\u7d9a\u3092\u7d42\u4e86\u3057\u3066\u3044\u307e\u3059 |
| | |
| | | MILD_ERR_ENTRY_DECODE_EXCEPTION_601=\u51e6\u7406\u4e2d\u306b\u4e88\u671f\u3057\u306a\u3044\u4f8b\u5916\u304c\u30ad\u30e3\u30c3\u30c1\u3055\u308c\u305f\u305f\u3081\u3001\u30a8\u30f3\u30c8\u30ea\u3092\u5fa9\u53f7\u5316\u3067\u304d\u307e\u305b\u3093: %s |
| | | MILD_ERR_SEARCH_FILTER_NOT_EXACTLY_ONE_602=\u6307\u5b9a\u3055\u308c\u305f\u691c\u7d22\u30d5\u30a3\u30eb\u30bf "%s" \u3092\u5fa9\u53f7\u5316\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4f4d\u7f6e %d \u3068 %d \u306e\u9593\u306e NOT \u30d5\u30a3\u30eb\u30bf\u306b\u30d5\u30a3\u30eb\u30bf\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u304c\u6b63\u78ba\u306b 1 \u3064\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3067\u3057\u305f |
| | | MILD_ERR_SORTKEY_INVALID_ORDER_INDICATOR_603=\u6307\u5b9a\u3055\u308c\u305f\u30bd\u30fc\u30c8\u30ad\u30fc\u5024 %s \u304c\u7121\u52b9\u3067\u3059\u3002\u3053\u306e\u30bd\u30fc\u30c8\u30ad\u30fc\u5024\u306f\u5148\u982d\u304c '+' (\u6607\u9806\u30bd\u30fc\u30c8\u3092\u793a\u3059) \u3067\u3082 '-' (\u964d\u9806\u30bd\u30fc\u30c8\u3092\u793a\u3059) \u3067\u3082\u3042\u308a\u307e\u305b\u3093 |
| | | MILD_ERR_SORTKEY_UNDEFINED_TYPE_604=\u6307\u5b9a\u3055\u308c\u305f\u30bd\u30fc\u30c8\u30ad\u30fc\u5024 %s \u304c\u7121\u52b9\u3067\u3059\u3002\u3053\u306e\u30bd\u30fc\u30c8\u30ad\u30fc\u5024\u306f\u672a\u5b9a\u7fa9\u306e\u5c5e\u6027\u30bf\u30a4\u30d7 %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SORTKEY_NO_ORDERING_RULE_605=\u6307\u5b9a\u3055\u308c\u305f\u30bd\u30fc\u30c8\u30ad\u30fc\u5024 %s \u304c\u7121\u52b9\u3067\u3059\u3002\u5c5e\u6027\u30bf\u30a4\u30d7 %s \u306b\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u9806\u5e8f\u4ed8\u3051\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u304c\u306a\u304f\u3001\u7279\u5b9a\u306e\u898f\u5247\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3067\u3057\u305f |
| | | MILD_ERR_SORTKEY_UNDEFINED_TYPE_604=\u6307\u5b9a\u3055\u308c\u305f\u30bd\u30fc\u30c8\u30ad\u30fc\u5024 %s \u304c\u7121\u52b9\u3067\u3059\u3002\u3053\u306e\u30bd\u30fc\u30c8\u30ad\u30fc\u5024\u306f\u672a\u5b9a\u7fa9\u306e\u5c5e\u6027\u578b %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SORTKEY_NO_ORDERING_RULE_605=\u6307\u5b9a\u3055\u308c\u305f\u30bd\u30fc\u30c8\u30ad\u30fc\u5024 %s \u304c\u7121\u52b9\u3067\u3059\u3002\u5c5e\u6027\u578b %s \u306b\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u9806\u5e8f\u4ed8\u3051\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u304c\u306a\u304f\u3001\u7279\u5b9a\u306e\u30eb\u30fc\u30eb\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3067\u3057\u305f |
| | | MILD_ERR_SORTKEY_UNDEFINED_ORDERING_RULE_606=\u6307\u5b9a\u3055\u308c\u305f\u30bd\u30fc\u30c8\u30ad\u30fc\u5024 %s \u304c\u7121\u52b9\u3067\u3059\u3002\u3053\u306e\u30bd\u30fc\u30c8\u30ad\u30fc\u5024\u306f\u672a\u5b9a\u7fa9\u306e\u9806\u5e8f\u4ed8\u3051\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SORTORDER_DECODE_NO_KEYS_607=\u6307\u5b9a\u3055\u308c\u305f\u30bd\u30fc\u30c8\u9806\u6587\u5b57\u5217 "%s" \u304c\u7121\u52b9\u3067\u3059\u3002\u3053\u306e\u6587\u5b57\u5217\u306b\u306f\u30bd\u30fc\u30c8\u30ad\u30fc\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | INFO_RESULT_SORT_CONTROL_MISSING_608=\u30bd\u30fc\u30c8\u5236\u5fa1\u304c\u3042\u308a\u307e\u305b\u3093 |
| | |
| | | SEVERE_ERR_COMPRESSEDSCHEMA_CANNOT_WRITE_UPDATED_DATA_622=\u66f4\u65b0\u3055\u308c\u305f\u5727\u7e2e\u6e08\u307f\u30b9\u30ad\u30fc\u30de\u30c8\u30fc\u30af\u30f3\u30c7\u30fc\u30bf\u3092\u66f8\u304d\u8fbc\u3081\u307e\u305b\u3093: %s |
| | | SEVERE_ERR_ENTRYENCODECFG_INVALID_LENGTH_623=\u6307\u5b9a\u3055\u308c\u305f\u30a8\u30f3\u30c8\u30ea\u7b26\u53f7\u5316\u69cb\u6210\u8981\u7d20\u3092\u5fa9\u53f7\u5316\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u69cb\u6210\u8981\u7d20\u306e\u9577\u3055\u304c\u7121\u52b9\u3067\u3059 |
| | | INFO_RESULT_NO_OPERATION_624=\u64cd\u4f5c\u306a\u3057 |
| | | SEVERE_ERR_SEARCH_FILTER_CREATE_EXTENSIBLE_MATCH_NO_AT_OR_MR_625=\u6307\u5b9a\u3055\u308c\u305f\u60c5\u5831\u3092\u4f7f\u7528\u3057\u3066\u3001\u62e1\u5f35\u4e00\u81f4\u691c\u7d22\u30d5\u30a3\u30eb\u30bf\u3092\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u60c5\u5831\u306b\u306f\u3001\u5c5e\u6027\u30bf\u30a4\u30d7\u3082\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb ID \u3082\u542b\u307e\u308c\u307e\u305b\u3093\u3002\u3053\u308c\u3089\u306e\u5c11\u306a\u304f\u3068\u3082 1 \u3064\u3092\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059 |
| | | SEVERE_ERR_SEARCH_FILTER_CREATE_EXTENSIBLE_MATCH_NO_AT_OR_MR_625=Unable to create an extensible match search filter using the provided information because it did not contain either an attribute type or a matching rule ID. \u3053\u308c\u3089\u306e\u5c11\u306a\u304f\u3068\u3082 1 \u3064\u3092\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059 |
| | | SEVERE_ERR_SEARCH_FILTER_EXTENSIBLE_MATCH_NO_AD_OR_MR_626=\u6307\u5b9a\u3055\u308c\u305f\u691c\u7d22\u30d5\u30a3\u30eb\u30bf "%s" \u3092\u5fa9\u53f7\u5316\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4f4d\u7f6e %d \u3067\u59cb\u307e\u308b\u62e1\u5f35\u4e00\u81f4\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306b\u5c5e\u6027\u306e\u8aac\u660e\u307e\u305f\u306f\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb ID \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u3053\u308c\u3089\u306e\u5c11\u306a\u304f\u3068\u3082 1 \u3064\u3092\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059 |
| | | SEVERE_ERR_SEARCH_FILTER_EXTENSIBLE_MATCH_NO_SUCH_MR_627=\u6307\u5b9a\u3055\u308c\u305f\u691c\u7d22\u30d5\u30a3\u30eb\u30bf "%s" \u3092\u5fa9\u53f7\u5316\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4f4d\u7f6e %d \u3067\u59cb\u307e\u308b\u62e1\u5f35\u4e00\u81f4\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u304c\u3001\u4e0d\u660e\u306e\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3057\u305f |
| | | MILD_ERR_BIND_OPERATION_WRITABILITY_DISABLED_628=\u30e6\u30fc\u30b6\u30fc %s \u306e\u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u3092\u62d2\u5426\u3057\u3066\u3044\u307e\u3059\u3002\u30b5\u30fc\u30d0\u30fc\u5168\u4f53\u307e\u305f\u306f\u30e6\u30fc\u30b6\u30fc\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e\u66f8\u304d\u8fbc\u307f\u53ef\u80fd\u30e2\u30fc\u30c9\u304c 'disabled' \u306b\u306a\u3063\u3066\u3044\u308b\u305f\u3081\u3001\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u72b6\u614b\u306e\u66f4\u65b0\u304c\u8a31\u53ef\u3055\u308c\u307e\u305b\u3093 |
| | |
| | | SEVERE_ERR_DIRCFG_INVALID_SCHEMA_DIRECTORY_644=\u6307\u5b9a\u3055\u308c\u305f\u30b9\u30ad\u30fc\u30de\u69cb\u6210\u30c7\u30a3\u30ec\u30af\u30c8\u30ea '%s' \u304c\u7121\u52b9\u3067\u3059\u3002\u6307\u5b9a\u3055\u308c\u305f\u30d1\u30b9\u304c\u5b58\u5728\u3057\u3001\u305d\u306e\u30d1\u30b9\u304c\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3067\u3042\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059 |
| | | SEVERE_ERR_DIRCFG_INVALID_LOCK_DIRECTORY_645=\u6307\u5b9a\u3055\u308c\u305f\u30ed\u30c3\u30af\u30c7\u30a3\u30ec\u30af\u30c8\u30ea '%s' \u304c\u7121\u52b9\u3067\u3059\u3002\u6307\u5b9a\u3055\u308c\u305f\u30d1\u30b9\u304c\u5b58\u5728\u3057\u3001\u305d\u306e\u30d1\u30b9\u304c\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3067\u3042\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059 |
| | | SEVERE_ERR_DIRCFG_INVALID_CONCURRENCY_LEVEL_646=\u6307\u5b9a\u3055\u308c\u305f\u30ed\u30c3\u30af\u30c6\u30fc\u30d6\u30eb\u306e\u4e26\u884c\u51e6\u7406\u30ec\u30d9\u30eb %d \u304c\u7121\u52b9\u3067\u3059\u3002\u3053\u308c\u306f\u30bc\u30ed\u3088\u308a\u5927\u304d\u3044\u6574\u6570\u5024\u3067\u3042\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059 |
| | | SEVERE_ERR_DIRCFG_INVALID_LOCK_TABLE_SIZE_647=\u6307\u5b9a\u3055\u308c\u305f\u521d\u671f\u30ed\u30c3\u30af\u30c6\u30fc\u30d6\u30eb\u30b5\u30a4\u30ba %d \u304c\u7121\u52b9\u3067\u3059\u3002\u3053\u308c\u306f\u30bc\u30ed\u4ee5\u4e0a\u306e\u6574\u6570\u5024\u3067\u3042\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059 |
| | | SEVERE_ERR_DIRCFG_INVALID_LOCK_TABLE_SIZE_647=\u6307\u5b9a\u3055\u308c\u305f\u521d\u671f\u30ed\u30c3\u30af\u30c6\u30fc\u30d6\u30eb\u30b5\u30a4\u30ba %d \u304c\u7121\u52b9\u3067\u3059\u3002\u3053\u308c\u306f\u30bc\u30ed\u3088\u308a\u5927\u304d\u3044\u6574\u6570\u5024\u3067\u3042\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059 |
| | | FATAL_ERR_CANNOT_SET_ENVIRONMENT_CONFIG_WHILE_RUNNING_648=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u304c\u7a3c\u52d5\u4e2d\u3067\u3059\u3002\u30b5\u30fc\u30d0\u30fc\u304c\u30aa\u30f3\u30e9\u30a4\u30f3\u4e2d\u306f\u74b0\u5883\u69cb\u6210\u3092\u5909\u66f4\u3067\u304d\u307e\u305b\u3093 |
| | | SEVERE_ERR_CRYPTOMGR_SSL_CONTEXT_CANNOT_INITIALIZE_649=\u30b5\u30fc\u30d0\u30fc\u306e SSL \u30b3\u30f3\u30c6\u30ad\u30b9\u30c8\u3092\u30b5\u30fc\u30d0\u30fc\u9593\u901a\u4fe1\u7528\u306b\u521d\u671f\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_CRYPTOMGR_ADS_TRUST_STORE_BACKEND_NOT_ENABLED_650=ADS \u30c8\u30e9\u30b9\u30c8\u30b9\u30c8\u30a2\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 %s \u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093 |
| | |
| | | SEVERE_ERR_CRYPTOMGR_CANNOT_GET_REQUESTED_ENCRYPTION_CIPHER_663=CryptoManager \u304c\u8981\u6c42\u3055\u308c\u305f\u6697\u53f7\u5316\u65b9\u5f0f %s \u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093: %s |
| | | SEVERE_ERR_CRYPTOMGR_CANNOT_GET_PREFERRED_KEY_WRAPPING_CIPHER_664=CryptoManager \u304c\u512a\u5148\u9375\u30e9\u30c3\u30d4\u30f3\u30b0\u6697\u53f7\u5316\u65b9\u5f0f\u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093: %s |
| | | SEVERE_ERR_CRYPTOMGR_FAILED_TO_INITIATE_INSTANCE_KEY_GENERATION_665=CryptoManager \u304c\u3001\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u9375\u306e\u751f\u6210\u3092\u958b\u59cb\u3059\u308b\u305f\u3081\u306e\u30a8\u30f3\u30c8\u30ea "%s" \u306e\u8ffd\u52a0\u306b\u5931\u6557\u3057\u307e\u3057\u305f |
| | | SEVERE_ERR_CRYPTOMGR_FAILED_TO_RETRIEVE_INSTANCE_CERTIFICATE_666=CryptoManager \u304c\u30a8\u30f3\u30c8\u30ea "%s" (instance-key-pair public-key \u8a3c\u660e\u66f8) \u306e\u53d6\u5f97\u306b\u5931\u6557\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_CRYPTOMGR_FAILED_TO_RETRIEVE_INSTANCE_CERTIFICATE_666=CryptoManager failed to retrieve entry "%s" (the instance-key-pair public-key-certificate): %s |
| | | SEVERE_ERR_CRYPTOMGR_FAILED_TO_COMPUTE_INSTANCE_KEY_IDENTIFIER_667=CryptoManager \u304c\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u9375\u8b58\u5225\u5b50\u306e\u8a08\u7b97\u306b\u5931\u6557\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_CRYPTOMGR_FAILED_TO_ADD_INSTANCE_KEY_ENTRY_TO_ADS_668=\u30a8\u30f3\u30c8\u30ea "%s" \u306e\u8ffd\u52a0\u306b\u5931\u6557\u3057\u307e\u3057\u305f |
| | | SEVERE_ERR_CRYPTOMGR_FAILED_TO_PUBLISH_INSTANCE_KEY_ENTRY_669=CryptoManager \u304c ADS \u5185\u306e instance-key-pair public-key-certificate \u30a8\u30f3\u30c8\u30ea\u306e\u516c\u958b\u306b\u5931\u6557\u3057\u307e\u3057\u305f: %s |
| | |
| | | SEVERE_ERR_CRYPTOMGR_DECODE_SYMMETRIC_KEY_ATTRIBUTE_SYNTAX_673=CryptoManager \u5bfe\u79f0\u9375\u5c5e\u6027\u5024 "%s" \u306e\u69cb\u6587\u304c\u7121\u52b9\u3067\u3059\u3002\u30d5\u30a3\u30fc\u30eb\u30c9 "%s" \u5185\u306e\u30aa\u30d5\u30bb\u30c3\u30c8 %d \u306e\u89e3\u6790\u306b\u5931\u6557\u3057\u307e\u3057\u305f |
| | | SEVERE_ERR_CRYPTOMGR_DECODE_SYMMETRIC_KEY_ATTRIBUTE_NO_PRIVATE_674=CryptoManager \u304c instance-key-pair private-key \u306e\u53d6\u5f97\u306b\u5931\u6557\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_CRYPTOMGR_DECODE_SYMMETRIC_KEY_ATTRIBUTE_DECIPHER_675=CryptoManager \u304c\u30e9\u30c3\u30d7\u3055\u308c\u305f secret-key \u5024\u306e\u6697\u53f7\u5316\u89e3\u9664\u306b\u5931\u6557\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_CRYPTOMGR_REWRAP_SYMMETRIC_KEY_ATTRIBUTE_NO_WRAPPER_676=CryptoManager \u306f\u3001\u5bfe\u79f0\u9375\u306e\u518d\u7b26\u53f7\u5316\u3067\u8981\u6c42\u3055\u308c\u305f public-key-certificate (\u8b58\u5225\u5b50 "%s") \u3092\u691c\u51fa\u3067\u304d\u307e\u305b\u3093 |
| | | MILD_ERR_CRYPTOMGR_REWRAP_SYMMETRIC_KEY_ATTRIBUTE_NO_WRAPPER_676=CryptoManager \u306f\u3001\u5bfe\u79f0\u30ad\u30fc\u306e\u518d\u7b26\u53f7\u5316\u3067\u8981\u6c42\u3055\u308c\u305f public-key-certificate (\u8b58\u5225\u5b50 "%s") \u3092\u691c\u51fa\u3067\u304d\u307e\u305b\u3093 |
| | | MILD_ERR_CRYPTOMGR_INVALID_KEY_IDENTIFIER_SYNTAX_677=CryptoManager \u304c\u9375\u30a8\u30f3\u30c8\u30ea\u8b58\u5225\u5b50 "%s" \u306e\u5fa9\u53f7\u5316\u306b\u5931\u6557\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_CRYPTOMGR_GET_MAC_ENGINE_INVALID_MAC_ALGORITHM_678=CrytpoManager \u306b\u3088\u308a\u7121\u52b9\u306a MAC \u30a2\u30eb\u30b4\u30ea\u30ba\u30e0 "%s" \u304c\u6e21\u3055\u308c\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_CRYPTOMGR_GET_MAC_ENGINE_CANNOT_INITIALIZE_679=CryptoManager \u304c MAC \u30a8\u30f3\u30b8\u30f3\u306e\u521d\u671f\u5316\u306b\u5931\u6557\u3057\u307e\u3057\u305f: %s |
| | |
| | | MILD_ERR_ADD_ENTRY_UNKNOWN_SUFFIX_697=\u6307\u5b9a\u3055\u308c\u305f\u30a8\u30f3\u30c8\u30ea %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30d5\u30a3\u30c3\u30af\u30b9\u304c\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u5185\u90e8\u306e\u3044\u305a\u308c\u304b\u306e\u30b5\u30d5\u30a3\u30c3\u30af\u30b9\u3068\u3057\u3066\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | NOTICE_VERSION_698=%s |
| | | NOTICE_BUILD_ID_699=\u30d3\u30eb\u30c9 ID: %s |
| | | MILD_ERR_CANNOT_CANCEL_START_TLS_700=TLS \u8d77\u52d5\u62e1\u5f35\u64cd\u4f5c\u306f\u53d6\u308a\u6d88\u3057\u3067\u304d\u307e\u305b\u3093 |
| | | MILD_ERR_CANNOT_CANCEL_CANCEL_701=\u62e1\u5f35\u64cd\u4f5c\u306e\u53d6\u308a\u6d88\u3057\u306f\u53d6\u308a\u6d88\u3057\u3067\u304d\u307e\u305b\u3093 |
| | | MILD_ERR_MODDN_NEW_SUPERIOR_IN_SUBTREE_702=\u30a8\u30f3\u30c8\u30ea %s \u306b\u5bfe\u3059\u308b DN \u5909\u66f4\u64cd\u4f5c\u3092\u5b9f\u884c\u3067\u304d\u307e\u305b\u3093\u3002\u65b0\u3057\u3044\u4e0a\u4f4d\u30a8\u30f3\u30c8\u30ea %s \u306f\u3001\u79fb\u52d5\u3055\u308c\u308b\u30a8\u30f3\u30c8\u30ea\u3068\u540c\u4f4d\u307e\u305f\u306f\u4e0b\u4f4d\u3067\u3059 |
| | | SEVERE_ERR_REGISTER_WORKFLOW_ELEMENT_ALREADY_EXISTS_703=Unable to register workflow element %s with the Directory Server because another workflow element with the same ID is already registered |
| | |
| | | FATAL_ERR_UNCAUGHT_THREAD_EXCEPTION_140=%s \uc2a4\ub808\ub4dc\ub97c \ucc98\ub9ac\ud558\ub294 \ub3d9\uc548 \ud3ec\ucc29\ub418\uc9c0 \uc54a\uc740 \uc608\uc678\uac00 \ubc1c\uc0dd\ud558\uc5ec \uc774 \uc2a4\ub808\ub4dc\uac00 \uc62c\ubc14\ub974\uac8c \uc885\ub8cc\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4. \uc608\uc678\uc5d0 \ub300\ud55c \uc2a4\ud0dd \ucd94\uc801: %s |
| | | NOTICE_SERVER_SHUTDOWN_141=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uac00 \uc885\ub8cc \ud504\ub85c\uc138\uc2a4\ub97c \uc2dc\uc791\ud588\uc2b5\ub2c8\ub2e4. %s \ud074\ub798\uc2a4\uc758 \uc778\uc2a4\ud134\uc2a4\uc5d0\uc11c \uc885\ub8cc\ub97c \uc2dc\uc791\ud588\uc73c\uba70 \uc81c\uacf5\ub41c \uc885\ub8cc \uc774\uc720\ub294 %s\uc785\ub2c8\ub2e4. |
| | | FATAL_ERR_SHUTDOWN_DUE_TO_SHUTDOWN_HOOK_142=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc885\ub8cc \ud6c4\ud06c\uc5d0\uc11c JVM\uc774 \uc885\ub8cc \uc911\uc784\uc744 \uac10\uc9c0\ud588\uc2b5\ub2c8\ub2e4. \uc77c\ubc18\uc801\uc73c\ub85c JVM\uc774 \uc678\ubd80\uc758 \uc911\uc9c0 \uc694\uccad\uc744 \uc218\uc2e0\ud55c \uac83\uc744 \ub098\ud0c0\ub0c5\ub2c8\ub2e4(\uc608: \uac15\uc81c \uc885\ub8cc \uc2e0\ud638\ub97c \ud1b5\ud574). |
| | | MILD_ERR_SEARCH_FILTER_NULL_143=\uc81c\uacf5\ub41c \ubb38\uc790\uc5f4\uc774 \ube44\uc5b4 \uc788\uac70\ub098 Null\uc774\ubbc0\ub85c \uc81c\uacf5\ub41c \ud544\ud130 \ubb38\uc790\uc5f4\uc744 \uac80\uc0c9 \ud544\ud130\ub85c \uc554\ud638 \ud574\ub3c5\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SEARCH_FILTER_UNCAUGHT_EXCEPTION_144=\ubb38\uc790\uc5f4 \"%s\"\uc744(\ub97c) \uac80\uc0c9 \ud544\ud130\ub85c \uc554\ud638 \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_SEARCH_FILTER_NULL_143=\uc81c\uacf5\ub41c \ubb38\uc790\uc5f4\uc774 \ube44\uc5b4 \uc788\uac70\ub098 Null\uc774\ubbc0\ub85c \uc81c\uacf5\ub41c \ud544\ud130 \ubb38\uc790\uc5f4\uc744 \uac80\uc0c9 \ud544\ud130\ub85c \ud574\ub3c5\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SEARCH_FILTER_UNCAUGHT_EXCEPTION_144=\ubb38\uc790\uc5f4 \"%s\"\uc744(\ub97c) \uac80\uc0c9 \ud544\ud130\ub85c \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_SEARCH_FILTER_MISMATCHED_PARENTHESES_145=\uc81c\uacf5\ub41c \uac80\uc0c9 \ud544\ud130 \"%s\"\uc5d0\uc11c \uc704\uce58 %d\uacfc(\uc640) %d \uc0ac\uc774\uc5d0 \uc788\ub294 \ubd80\ubd84\uc758 \uad04\ud638\uac00 \uc77c\uce58\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SEARCH_FILTER_NO_EQUAL_SIGN_146=\uc81c\uacf5\ub41c \uac80\uc0c9 \ud544\ud130 \"%s\"\uc5d0\uc11c \uc704\uce58 %d\uacfc(\uc640) %d \uc0ac\uc774\uc5d0 \uc788\ub294 \uc758\uc2ec\ub418\ub294 \ub2e8\uc21c \ud544\ud130 \uad6c\uc131\uc694\uc18c\uc5d0 \ub4f1\ud638 \uae30\ud638\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SEARCH_FILTER_INVALID_ESCAPED_BYTE_147=\uc81c\uacf5\ub41c \uac80\uc0c9 \ud544\ud130 \"%s\"\uc758 \uc704\uce58 %d\uc5d0 \uc798\ubabb\ub41c \uc81c\uc5b4 \ubc14\uc774\ud2b8 \uac12\uc774 \uc788\uc2b5\ub2c8\ub2e4. \uac12\uc5d0\uc11c \ubc31\uc2ac\ub798\uc2dc \ub4a4\uc5d0 \uc778\ucf54\ub529\ub41c \ubc14\uc774\ud2b8 \uc218\ub97c \uc815\uc758\ud558\ub294 \ub450 \uac1c\uc758 16\uc9c4\uc218 \ubb38\uc790\uac00 \uc640\uc57c \ud569\ub2c8\ub2e4. |
| | | MILD_ERR_SEARCH_FILTER_COMPOUND_MISSING_PARENTHESES_148=\uc704\uce58 %2$d\uacfc(\uc640) %3$d \uc0ac\uc774\uc758 \ubcf5\ud569 \ud544\ud130\uac00 \uc5ec\ub294 \uad04\ud638\ub85c \uc2dc\uc791\ub418\uc5b4 \ub2eb\ub294 \uad04\ud638\ub85c \uc885\ub8cc\ub418\uc9c0 \uc54a\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac80\uc0c9 \ud544\ud130 \"%1$s\"\uc744(\ub97c) \uc554\ud638 \ud574\ub3c5\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. \uc11c\ub85c \ub2e4\ub978 \ud544\ud130 \uad6c\uc131\uc694\uc18c\uc5d0 \ud574\ub2f9\ub418\ub294 \uad04\ud638\uc77c \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SEARCH_FILTER_NO_CORRESPONDING_OPEN_PARENTHESIS_149=\uc704\uce58 %2$d\uc5d0 \uc788\ub294 \ub2eb\ub294 \uad04\ud638\uc5d0 \ud574\ub2f9\ud558\ub294 \uc5ec\ub294 \uad04\ud638\uac00 \uc5c6\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac80\uc0c9 \ud544\ud130 \"%1$s\"\uc744(\ub97c) \uc554\ud638 \ud574\ub3c5\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SEARCH_FILTER_NO_CORRESPONDING_CLOSE_PARENTHESIS_150=\uc704\uce58 %2$d\uc5d0 \uc788\ub294 \ub2eb\ub294 \uad04\ud638\uc5d0 \ud574\ub2f9\ud558\ub294 \ub2eb\ub294 \uad04\ud638\uac00 \uc5c6\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac80\uc0c9 \ud544\ud130 \"%1$s\"\uc744(\ub97c) \uc554\ud638 \ud574\ub3c5\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SEARCH_FILTER_SUBSTRING_NO_ASTERISKS_151=\uc704\uce58 %2$d\uacfc(\uc640) %3$d \uc0ac\uc774\uc758 \uac00\uc815\ub41c \ud558\uc704 \ubb38\uc790\uc5f4 \ud544\ud130 \uac12\uc5d0 \ubcc4\ud45c \uc640\uc77c\ub4dc\uce74\ub4dc \ubb38\uc790\uac00 \uc5c6\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac80\uc0c9 \ud544\ud130 \"%1$s\"\uc744(\ub97c) \uc554\ud638 \ud574\ub3c5\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SEARCH_FILTER_EXTENSIBLE_MATCH_NO_COLON_152=\uc704\uce58 %2$d\uc5d0\uc11c \uc2dc\uc791\ud558\ub294 \ud655\uc7a5 \uac00\ub2a5\ud55c \uc77c\uce58 \uad6c\uc131\uc694\uc18c\uc5d0 \uc18d\uc131 \uc720\ud615 \uc774\ub984\uc758 \ub05d\uc744 \ub098\ud0c0\ub0b4\ub294 \ucf5c\ub860\uc774 \uc5c6\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac80\uc0c9 \ud544\ud130 \"%1$s\"\uc744(\ub97c) \uc554\ud638 \ud574\ub3c5\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SEARCH_FILTER_COMPOUND_MISSING_PARENTHESES_148=\uc704\uce58 %2$d\uacfc(\uc640) %3$d \uc0ac\uc774\uc758 \ubcf5\ud569 \ud544\ud130\uac00 \uc5ec\ub294 \uad04\ud638\ub85c \uc2dc\uc791\ub418\uc5b4 \ub2eb\ub294 \uad04\ud638\ub85c \uc885\ub8cc\ub418\uc9c0 \uc54a\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac80\uc0c9 \ud544\ud130 \"%1$s\"\uc744(\ub97c) \ud574\ub3c5\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. \uc11c\ub85c \ub2e4\ub978 \ud544\ud130 \uad6c\uc131\uc694\uc18c\uc5d0 \ud574\ub2f9\ub418\ub294 \uad04\ud638\uc77c \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SEARCH_FILTER_NO_CORRESPONDING_OPEN_PARENTHESIS_149=\uc704\uce58 %2$d\uc5d0 \uc788\ub294 \ub2eb\ub294 \uad04\ud638\uc5d0 \ud574\ub2f9\ud558\ub294 \uc5ec\ub294 \uad04\ud638\uac00 \uc5c6\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac80\uc0c9 \ud544\ud130 \"%1$s\"\uc744(\ub97c) \ud574\ub3c5\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SEARCH_FILTER_NO_CORRESPONDING_CLOSE_PARENTHESIS_150=\uc704\uce58 %2$d\uc5d0\uc11c \uc5ec\ub294 \uad04\ud638\uc5d0 \ud574\ub2f9\ud558\ub294 \ub2eb\ub294 \uad04\ud638\uac00 \uc5c6\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac80\uc0c9 \ud544\ud130 \u20a9"%1$s\u20a9"\uc744(\ub97c) \ud574\ub3c5\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SEARCH_FILTER_SUBSTRING_NO_ASTERISKS_151=\uc704\uce58 %2$d\uacfc(\uc640) %3$d \uc0ac\uc774\uc758 \uac00\uc815\ub41c \ud558\uc704 \ubb38\uc790\uc5f4 \ud544\ud130 \uac12\uc5d0 \ubcc4\ud45c \uc640\uc77c\ub4dc\uce74\ub4dc \ubb38\uc790\uac00 \uc5c6\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac80\uc0c9 \ud544\ud130 \"%1$s\"\uc744(\ub97c) \ud574\ub3c5\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SEARCH_FILTER_EXTENSIBLE_MATCH_NO_COLON_152=\uc704\uce58 %2$d\uc5d0\uc11c \uc2dc\uc791\ud558\ub294 \ud655\uc7a5 \uac00\ub2a5\ud55c \uc77c\uce58 \uad6c\uc131\uc694\uc18c\uc5d0 \uc18d\uc131 \uc720\ud615 \uc774\ub984\uc758 \ub05d\uc744 \ub098\ud0c0\ub0b4\ub294 \ucf5c\ub860\uc774 \uc5c6\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac80\uc0c9 \ud544\ud130 \"%1$s\"\uc744(\ub97c) \ud574\ub3c5\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SEARCH_FILTER_INVALID_FILTER_TYPE_153=\ud56d\ubaa9 \"%1$s\"\uc740(\ub294) \uc54c \uc218 \uc5c6\ub294 \ud544\ud130 \uc720\ud615 %3$s\uc744(\ub97c) \ud3ec\ud568\ud558\uae30 \ub54c\ubb38\uc5d0 \"%2$s\" \ud544\ud130\uc640 \uc77c\uce58\ud558\ub294\uc9c0 \uc5ec\ubd80\ub97c \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SEARCH_FILTER_INVALID_RESULT_TYPE_154=\ub0b4\ubd80 \uac80\uc0ac\uc5d0\uc11c \uc54c \uc218 \uc5c6\ub294 \uacb0\uacfc \uc720\ud615 \"%3$s\"\uc744(\ub97c) \ubc18\ud658\ud588\uae30 \ub54c\ubb38\uc5d0 \ud56d\ubaa9 \"%1$s\"\uc774(\uac00) \"%2$s\" \ud544\ud130\uc640 \uc77c\uce58\ud558\ub294\uc9c0 \uc5ec\ubd80\ub97c \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SEARCH_FILTER_COMPOUND_COMPONENTS_NULL_155=%3$s\uc5d0 \ub300\ud55c \ud544\ud130 \uad6c\uc131\uc694\uc18c \uc9d1\ud569\uc774 NULL\uc774\ubbc0\ub85c \ud56d\ubaa9 \"%1$s\"\uc774(\uac00) \"%2$s\" \ud544\ud130\uc640 \uc77c\uce58\ud558\ub294\uc9c0 \uc5ec\ubd80\ub97c \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | |
| | | MILD_ERR_SEARCH_FILTER_APPROXIMATE_NO_ASSERTION_VALUE_168=%3$s \uc18d\uc131\uc5d0 \ub300\ud55c \uadfc\uc0ac\uac12 \uad6c\uc131\uc694\uc18c\uc5d0 NULL \uba85\uc81c \uac12\uc774 \uc788\uae30 \ub54c\ubb38\uc5d0 \ud56d\ubaa9 \"%1$s\"\uc774(\uac00) \"%2$s\" \ud544\ud130\uc640 \uc77c\uce58\ud558\ub294\uc9c0 \uc5ec\ubd80\ub97c \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SEARCH_FILTER_EXTENSIBLE_MATCH_NO_ASSERTION_VALUE_169=\ud3ec\ud568\ub41c \ud655\uc7a5 \uac00\ub2a5\ud55c \uc77c\uce58 \ud544\ud130\uc5d0 \uba85\uc81c \uac12\uc774 \uc5c6\uae30 \ub54c\ubb38\uc5d0 \ud56d\ubaa9 \"%s\"\uc774(\uac00) \"%s\" \ud544\ud130\uc640 \uc77c\uce58\ud558\ub294\uc9c0 \uc5ec\ubd80\ub97c \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SEARCH_FILTER_EXTENSIBLE_MATCH_NO_RULE_OR_TYPE_170=\ud3ec\ud568\ub41c \ud655\uc7a5 \uac00\ub2a5\ud55c \uc77c\uce58 \ud544\ud130\uc5d0 \uc18d\uc131 \uc720\ud615 \ub610\ub294 \uc77c\uce58 \uaddc\uce59 \uc544\uc774\ub514\uac00 \uc5c6\uae30 \ub54c\ubb38\uc5d0 \ud56d\ubaa9 \"%s\"\uc774(\uac00) \"%s\" \ud544\ud130\uc640 \uc77c\uce58\ud558\ub294\uc9c0 \uc5ec\ubd80\ub97c \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_RDN_DECODE_NULL_171=\uc81c\uacf5\ub41c \ubb38\uc790\uc5f4\uc774 \ube44\uc5b4 \uc788\uac70\ub098 Null\uc774\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \ubb38\uc790\uc5f4\uc744 \uc0c1\ub300\uc801 \uace0\uc720 \uc774\ub984\uc73c\ub85c \uc554\ud638 \ud574\ub3c5\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_RDN_END_WITH_ATTR_NAME_172=\ubb38\uc790\uc5f4\uc774 \uc18d\uc131 \uc720\ud615 \uc774\ub984(%2$s)\uc73c\ub85c \ub05d\ub098\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \ubb38\uc790\uc5f4 \"%1$s\"\uc744(\ub97c) \uc0c1\ub300\uc801 \uace0\uc720 \uc774\ub984\uc73c\ub85c \uc554\ud638 \ud574\ub3c5\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_RDN_NO_EQUAL_173=\uc18d\uc131 \uc720\ud615 %2$s \ub4a4\uc5d0 \uc788\ub294 \uacf5\ubc31\uc774 \uc544\ub2cc \uccab \ubc88\uc9f8 \ubb38\uc790\uac00 \ub4f1\ud638 \uae30\ud638(\uc77d\uc740 \ubb38\uc790: %3$c)\uac00 \uc544\ub2c8\ubbc0\ub85c \uc81c\uacf5\ub41c \ubb38\uc790\uc5f4 \"%1$s\"\uc744(\ub97c) \uc0c1\ub300\uc801 \uace0\uc720 \uc774\ub984\uc73c\ub85c \uc554\ud638 \ud574\ub3c5\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_RDN_UNEXPECTED_COMMA_174=\uc704\uce58 %2$d\uc5d0 RDN\uc5d0\uc11c \ud5c8\uc6a9\ub418\uc9c0 \uc54a\ub294 \uc608\uae30\uce58 \uc54a\uc740 \ub354\ud558\uae30, \uc27c\ud45c \ub610\ub294 \uc138\ubbf8\ucf5c\ub860\uc774 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \ubb38\uc790\uc5f4 \"%1$s\"\uc744(\ub97c) \uc0c1\ub300\uc801 \uace0\uc720 \uc774\ub984\uc73c\ub85c \uc554\ud638 \ud574\ub3c5\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_RDN_ILLEGAL_CHARACTER_175=\uc798\ubabb\ub41c \ubb38\uc790 %2$c\uc774(\uac00) \ubb38\uc790\uc5f4\uc758 \ub05d\uc774\uac70\ub098 '+' \uae30\ud638\uac00 \uc788\uc744 \uac83\uc73c\ub85c \uc608\uc0c1\ub418\ub294 \uc704\uce58 %3$d\uc5d0 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \ubb38\uc790\uc5f4 \"%1$s\"\uc744(\ub97c) \uc0c1\ub300\uc801 \uace0\uc720 \uc774\ub984\uc73c\ub85c \uc554\ud638 \ud574\ub3c5\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_RDN_DECODE_NULL_171=\uc81c\uacf5\ub41c \ubb38\uc790\uc5f4\uc774 \ube44\uc5b4 \uc788\uac70\ub098 Null\uc774\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \ubb38\uc790\uc5f4\uc744 \uc0c1\ub300\uc801 \uace0\uc720 \uc774\ub984\uc73c\ub85c \ud574\ub3c5\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_RDN_END_WITH_ATTR_NAME_172=\ubb38\uc790\uc5f4\uc774 \uc18d\uc131 \uc720\ud615 \uc774\ub984(%2$s)\uc73c\ub85c \ub05d\ub098\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \ubb38\uc790\uc5f4 \"%1$s\"\uc744(\ub97c) \uc0c1\ub300\uc801 \uace0\uc720 \uc774\ub984\uc73c\ub85c \ud574\ub3c5\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_RDN_NO_EQUAL_173=\uc18d\uc131 \uc720\ud615 %2$s \ub4a4\uc5d0 \uc788\ub294 \uacf5\ubc31\uc774 \uc544\ub2cc \uccab \ubc88\uc9f8 \ubb38\uc790\uac00 \ub4f1\ud638 \uae30\ud638(\uc77d\uc740 \ubb38\uc790: %3$c)\uac00 \uc544\ub2c8\ubbc0\ub85c \uc81c\uacf5\ub41c \ubb38\uc790\uc5f4 \"%1$s\"\uc744(\ub97c) \uc0c1\ub300\uc801 \uace0\uc720 \uc774\ub984\uc73c\ub85c \ud574\ub3c5\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_RDN_UNEXPECTED_COMMA_174=\uc704\uce58 %2$d\uc5d0 RDN\uc5d0\uc11c \ud5c8\uc6a9\ub418\uc9c0 \uc54a\ub294 \uc608\uae30\uce58 \uc54a\uc740 \ub354\ud558\uae30, \uc27c\ud45c \ub610\ub294 \uc138\ubbf8\ucf5c\ub860\uc774 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \ubb38\uc790\uc5f4 \"%1$s\"\uc744(\ub97c) \uc0c1\ub300\uc801 \uace0\uc720 \uc774\ub984\uc73c\ub85c \ud574\ub3c5\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_RDN_ILLEGAL_CHARACTER_175=\uc798\ubabb\ub41c \ubb38\uc790 %2$c\uc774(\uac00) \ubb38\uc790\uc5f4\uc758 \ub05d\uc774\uac70\ub098 '+' \uae30\ud638\uac00 \uc788\uc744 \uac83\uc73c\ub85c \uc608\uc0c1\ub418\ub294 \uc704\uce58 %3$d\uc5d0 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \ubb38\uc790\uc5f4 \"%1$s\"\uc744(\ub97c) \uc0c1\ub300\uc801 \uace0\uc720 \uc774\ub984\uc73c\ub85c \ud574\ub3c5\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | FATAL_ERR_CANNOT_CREATE_WORK_QUEUE_176=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc791\uc5c5 \ub300\uae30\uc5f4\uc744 \uc791\uc131\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \ubcf5\uad6c\ud560 \uc218 \uc5c6\ub294 \uc624\ub958\uc774\ubbc0\ub85c \uc2dc\uc791 \ud504\ub85c\uc138\uc2a4\ub97c \uacc4\uc18d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CANNOT_REGISTER_DUPLICATE_SUFFIX_180=\uc811\ubbf8\uc5b4 \"%s\"\uc740(\ub294) %s \uc720\ud615\uc758 \ubc31\uc5d4\ub4dc\ub85c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0 \uc774\ubbf8 \ub4f1\ub85d\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CANNOT_REGISTER_DUPLICATE_SUBSUFFIX_181=\uc811\ubbf8\uc5b4 \"%s\"\uc740(\ub294) \uc811\ubbf8\uc5b4 \"%s\"\uc5d0 \ub300\ud55c \ubc31\uc5d4\ub4dc\uc758 \ud558\uc704 \uc811\ubbf8\uc5b4\ub85c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0 \uc774\ubbf8 \ub4f1\ub85d\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. |
| | |
| | | SEVERE_ERR_BACKUPINFO_NO_NAME_293=\ub514\ub809\ud1a0\ub9ac %2$s\uc5d0 \uc788\ub294 \ubc31\uc5c5 \uc815\ubcf4\uc640 \uc5f0\uacb0\ub41c \"%1$s\" \uc904\uc5d0 \ub4f1\ub85d \uc815\ubcf4 \uc774\ub984\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc73c\ubbc0\ub85c \uc774 \uc904\uc744 \uad6c\ubb38 \ubd84\uc11d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_BACKUPINFO_MULTIPLE_BACKUP_IDS_294=\ub514\ub809\ud1a0\ub9ac %s\uc5d0 \uc788\ub294 \ubc31\uc5c5 \uc815\ubcf4 \uad6c\uc870\ub294 \uc5ec\ub7ec \ubc31\uc5c5 \uc544\uc774\ub514(%s \ubc0f %s)\ub97c \ud3ec\ud568\ud558\uae30 \ub54c\ubb38\uc5d0 \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_BACKUPINFO_UNKNOWN_PROPERTY_295=\ub514\ub809\ud1a0\ub9ac %s\uc5d0 \uc788\ub294 \ubc31\uc5c5 \uc815\ubcf4 \uad6c\uc870\ub294 \uc54c \uc218 \uc5c6\ub294 \ub4f1\ub85d \uc815\ubcf4 %s(\uac12 %s)\uc744(\ub97c) \ud3ec\ud568\ud558\uae30 \ub54c\ubb38\uc5d0 \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_BACKUPINFO_CANNOT_DECODE_296=\ub514\ub809\ud1a0\ub9ac %s\uc5d0\uc11c \ubc31\uc5c5 \uc815\ubcf4 \uad6c\uc870\ub97c \uc554\ud638 \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_BACKUPINFO_NO_BACKUP_ID_297=\uad6c\uc870\uc5d0 \ubc31\uc5c5 \uc544\uc774\ub514\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc73c\ubbc0\ub85c \ub514\ub809\ud1a0\ub9ac %s\uc5d0\uc11c \ubc31\uc5c5 \uc815\ubcf4 \uad6c\uc870\ub97c \uc554\ud638 \ud574\ub3c5\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_BACKUPINFO_NO_BACKUP_DATE_298=\ubc31\uc5c5 \uc544\uc774\ub514\uac00 %s\uc778 \ubc31\uc5c5 \uc815\ubcf4 \uad6c\uc870\ub294 \uc554\ud638 \ud574\ub3c5\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \ub514\ub809\ud1a0\ub9ac %s\uc5d0 \uc788\ub294 \ubc31\uc5c5 \uc815\ubcf4 \uad6c\uc870\ub294 \ubc31\uc5c5 \ub0a0\uc9dc\ub97c \ud3ec\ud568\ud558\uc9c0 \uc54a\uae30 \ub54c\ubb38\uc5d0 \uc720\ud6a8\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_BACKUPINFO_CANNOT_DECODE_296=\ub514\ub809\ud1a0\ub9ac %s\uc5d0\uc11c \ubc31\uc5c5 \uc815\ubcf4 \uad6c\uc870\ub97c \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_BACKUPINFO_NO_BACKUP_ID_297=\uad6c\uc870\uc5d0 \ubc31\uc5c5 \uc544\uc774\ub514\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc73c\ubbc0\ub85c \ub514\ub809\ud1a0\ub9ac %s\uc5d0\uc11c \ubc31\uc5c5 \uc815\ubcf4 \uad6c\uc870\ub97c \ud574\ub3c5\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_BACKUPINFO_NO_BACKUP_DATE_298=\ub514\ub809\ud1a0\ub9ac %2$s\uc5d0\uc11c \ubc31\uc5c5 ID\uac00 %1$s\uc778 \ubc31\uc5c5 \uc815\ubcf4 \uad6c\uc870\ub294 \ubc31\uc5c5 \ub0a0\uc9dc\ub97c \ud3ec\ud568\ud558\uc9c0 \uc54a\uae30 \ub54c\ubb38\uc5d0 \uc720\ud6a8\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_BACKUPDIRECTORY_ADD_DUPLICATE_ID_299=%s \uc544\uc774\ub514\ub97c \uac00\uc9c4 \ub2e4\ub978 \ubc31\uc5c5\uc774 \uc774\ubbf8 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc774 \uc544\uc774\ub514\ub97c \uac00\uc9c4 \ubc31\uc5c5\uc744 \ubc31\uc5c5 \ub514\ub809\ud1a0\ub9ac %s\uc5d0 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_BACKUPDIRECTORY_NO_SUCH_BACKUP_300=\ud574\ub2f9 \uc544\uc774\ub514\ub97c \uac00\uc9c4 \ubc31\uc5c5\uc774 \ud574\ub2f9 \ub514\ub809\ud1a0\ub9ac\uc5d0 \uc5c6\uae30 \ub54c\ubb38\uc5d0 \ubc31\uc5c5 %s\uc744(\ub97c) \ubc31\uc5c5 \ub514\ub809\ud1a0\ub9ac %s\uc5d0\uc11c \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_BACKUPDIRECTORY_UNRESOLVED_DEPENDENCY_301=\ubc31\uc5c5 %1$s\uc740(\ub294) \ubc31\uc5c5 %3$s\uc5d0 \ub300\ud55c \uc885\uc18d\uc131\uc73c\ub85c \ub098\uc5f4\ub418\uae30 \ub54c\ubb38\uc5d0 \ubc31\uc5c5 \ub514\ub809\ud1a0\ub9ac %2$s\uc5d0\uc11c \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | |
| | | SEVERE_ERR_BACKUPDIRECTORY_NO_DESCRIPTOR_FILE_307=\ubc31\uc5c5 \ub514\ub809\ud1a0\ub9ac \uc124\uba85\uc790 \ud30c\uc77c\uc774 %s\uc5d0 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_BACKUPDIRECTORY_CANNOT_READ_CONFIG_ENTRY_DN_308=\ubc31\uc5c5 \uc124\uba85\uc790 \ud30c\uc77c %s\uc740(\ub294) \uccab \ubc88\uc9f8 \uc904\uc5d0 \ubc31\uc5d4\ub4dc \uad6c\uc131 \ud56d\ubaa9\uc758 DN\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc5b4\uc57c \ud558\uc9c0\ub9cc \ube44\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc720\ud6a8\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_BACKUPDIRECTORY_FIRST_LINE_NOT_DN_309=\ubc31\uc5c5 \uc124\uba85\uc790 \ud30c\uc77c %s\uc758 \uccab \ubc88\uc9f8 \uc904\uc5d0 \ubc31\uc5d4\ub4dc \uad6c\uc131 \ud56d\ubaa9\uc758 DN\uc774 \uc788\uc5b4\uc57c \ud558\uc9c0\ub9cc \"%s\"\uc774(\uac00) \uc788\uae30 \ub54c\ubb38\uc5d0 \uc774 \ud30c\uc77c\uc740 \uc720\ud6a8\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_BACKUPDIRECTORY_CANNOT_DECODE_DN_310=%2$s\uc758 \uccab \ubc88\uc9f8 \uc904\uc5d0\uc11c \ubc31\uc5d4\ub4dc \uad6c\uc131 \ud56d\ubaa9\uc758 DN\uc73c\ub85c \uc77d\uc740 \uac12 \"%1$s\"\uc744(\ub97c) \uc554\ud638 \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s |
| | | SEVERE_ERR_BACKUPDIRECTORY_CANNOT_DECODE_DN_310=%2$s\uc758 \uccab \ubc88\uc9f8 \uc904\uc5d0\uc11c \ubc31\uc5d4\ub4dc \uad6c\uc131 \ud56d\ubaa9\uc758 DN\uc73c\ub85c \uc77d\uc740 \uac12 \"%1$s\"\uc744(\ub97c) \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s |
| | | MILD_ERR_FILELOCKER_LOCK_SHARED_REJECTED_BY_EXCLUSIVE_311=%s \ud30c\uc77c\uc5d0 \ub2e8\ub3c5 \uc7a0\uae08\uc774 \uc774\ubbf8 \ubcf4\uad00\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc774 \ud30c\uc77c\uc5d0 \ub300\ud55c \uacf5\uc720 \uc7a0\uae08\uc744 \uac00\uc838\uc624\ub824\ub294 \uc2dc\ub3c4\uac00 \uac70\ubd80\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_FILELOCKER_LOCK_SHARED_FAILED_CREATE_312=\uc7a0\uae08 \ud30c\uc77c\uc744 \uc791\uc131\ud558\uc9c0 \ubabb\ud588\uae30 \ub54c\ubb38\uc5d0 %s \ud30c\uc77c\uc5d0 \ub300\ud55c \uacf5\uc720 \uc7a0\uae08\uc744 \uac00\uc838\uc624\ub824\ub294 \uc2dc\ub3c4\uac00 \uac70\ubd80\ub418\uc5c8\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_FILELOCKER_LOCK_SHARED_FAILED_OPEN_313=\uc7a0\uae08 \ud30c\uc77c\uc744 \uc5f4\uc9c0 \ubabb\ud588\uae30 \ub54c\ubb38\uc5d0 %s \ud30c\uc77c\uc5d0 \ub300\ud55c \uacf5\uc720 \uc7a0\uae08\uc744 \uac00\uc838\uc624\ub824\ub294 \uc2dc\ub3c4\uac00 \uac70\ubd80\ub418\uc5c8\uc2b5\ub2c8\ub2e4: %s |
| | |
| | | SEVERE_ERR_PWPOLICY_MUST_HAVE_WARNING_IF_NOT_EXPIRE_WITHOUT_WARNING_500=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ube44\ubc00\ubc88\ud638 \uc815\ucc45\uc740 \ube44\ubc00\ubc88\ud638\uac00 \ub9cc\ub8cc\ub418\uae30 \uc774\uc804\uc5d0 \ucd5c\uc18c\ud55c \ud55c \ubc88\uc758 \uacbd\uace0 \uc54c\ub9bc\uc744 \ubcf4\ub0b4\ub3c4\ub85d \uad6c\uc131\ub418\uc5b4 \uc788\uc9c0\ub9cc \uacbd\uace0 \uac04\uaca9\uc774 \uc124\uc815\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. ds-cfg-expire-passwords-without-warning \uad6c\uc131 \uc18d\uc131\uc774 "false"\ub85c \uc124\uc815\ub418\uc5b4 \uc788\ub294 \uacbd\uc6b0 ds-cfg-password-expiration-warning-interval \uad6c\uc131 \uc18d\uc131 \uac12\uc774 \uc591\uc218\uc5ec\uc57c \ud569\ub2c8\ub2e4. |
| | | MILD_ERR_ENQUEUE_BIND_IN_PROGRESS_501=\ubc14\uc778\ub4dc \uc791\uc5c5\uc774 \ud604\uc7ac \uad00\ub828 \ud074\ub77c\uc774\uc5b8\ud2b8 \uc5f0\uacb0\uc5d0\uc11c \uc9c4\ud589 \uc911\uc785\ub2c8\ub2e4. \ubc14\uc778\ub4dc \ucc98\ub9ac\uac00 \uc644\ub8cc\ub420 \ub54c\uae4c\uc9c0\ub294 \uc774 \ud074\ub77c\uc774\uc5b8\ud2b8 \uc5f0\uacb0\uc5d0 \ub300\ud574 \ub2e4\ub978 \uc694\uccad\uc744 \uc0dd\uc131\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_ENQUEUE_MUST_CHANGE_PASSWORD_502=\ub2e4\ub978 \uc791\uc5c5\uc744 \uc694\uccad\ud558\ub824\uba74 \ube44\ubc00\ubc88\ud638\ub97c \ubcc0\uacbd\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | MILD_ERR_PWPSTATE_CANNOT_DECODE_SUBENTRY_VALUE_AS_DN_504=\uc0ac\uc6a9\uc790 \ud56d\ubaa9 \"%2$s\"\uc5d0\uc11c ds-pwp-password-policy-dn \uac12 \"%1$s\"\uc744(\ub97c) DN\uc73c\ub85c \uc554\ud638 \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s |
| | | MILD_ERR_PWPSTATE_CANNOT_DECODE_SUBENTRY_VALUE_AS_DN_504=\uc0ac\uc6a9\uc790 \ud56d\ubaa9 \"%2$s\"\uc5d0\uc11c ds-pwp-password-policy-dn \uac12 \"%1$s\"\uc744(\ub97c) DN\uc73c\ub85c \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s |
| | | MILD_ERR_PWPSTATE_NO_SUCH_POLICY_505=\uc0ac\uc6a9\uc790 \ud56d\ubaa9 %s\uc740(\ub294) %s\uc758 \ube44\ubc00\ubc88\ud638 \uc815\ucc45 \ud558\uc704 \ud56d\ubaa9\uc744 \uc0ac\uc6a9\ud558\ub3c4\ub85d \uad6c\uc131\ub418\uc5b4 \uc788\uc9c0\ub9cc \uadf8\ub7ec\ud55c \ube44\ubc00\ubc88\ud638 \uc815\ucc45\uc774 \uc11c\ubc84 \uad6c\uc131\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_PWPSTATE_CANNOT_DECODE_GENERALIZED_TIME_506=\uc0ac\uc6a9\uc790 \ud56d\ubaa9 %3$s\uc5d0\uc11c %2$s \uc18d\uc131\uc5d0 \ub300\ud55c \uac12 \"%1$s\"\uc744(\ub97c) \uc77c\ubc18 \uc2dc\uac04 \ud615\uc2dd\uc73c\ub85c \uc554\ud638 \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %4$s |
| | | MILD_ERR_PWPSTATE_CANNOT_DECODE_BOOLEAN_507=\uc0ac\uc6a9\uc790 \ud56d\ubaa9 %3$s\uc5d0\uc11c %2$s \uc18d\uc131\uc5d0 \ub300\ud55c \uac12 \"%1$s\"\uc744(\ub97c) \ubd80\uc6b8 \uac12\uc73c\ub85c \uc554\ud638 \ud574\ub3c5\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_PWPSTATE_CANNOT_DECODE_GENERALIZED_TIME_506=\uc0ac\uc6a9\uc790 \ud56d\ubaa9 %3$s\uc5d0\uc11c %2$s \uc18d\uc131\uc5d0 \ub300\ud55c \uac12 \"%1$s\"\uc744(\ub97c) \uc77c\ubc18 \uc2dc\uac04 \ud615\uc2dd\uc73c\ub85c \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %4$s |
| | | MILD_ERR_PWPSTATE_CANNOT_DECODE_BOOLEAN_507=\uc0ac\uc6a9\uc790 \ud56d\ubaa9 %3$s\uc5d0\uc11c %2$s \uc18d\uc131\uc5d0 \ub300\ud55c \uac12 \"%1$s\"\uc744(\ub97c) \ubd80\uc6b8 \uac12\uc73c\ub85c \ud574\ub3c5\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_ADD_AUTHZ_INSUFFICIENT_ACCESS_RIGHTS_508=\uc561\uc138\uc2a4 \uad8c\ud55c\uc774 \ubd80\uc871\ud558\uae30 \ub54c\ubb38\uc5d0 \ud56d\ubaa9 %s\uc744(\ub97c) \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_BIND_AUTHZ_INSUFFICIENT_ACCESS_RIGHTS_509=\uc561\uc138\uc2a4 \uad8c\ud55c\uc774 \ubd80\uc871\ud558\uae30 \ub54c\ubb38\uc5d0 \uc0ac\uc6a9\uc790 %s\uc744(\ub97c) \ubc14\uc778\ub4dc\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_COMPARE_AUTHZ_INSUFFICIENT_ACCESS_RIGHTS_510=\uc561\uc138\uc2a4 \uad8c\ud55c\uc774 \ubd80\uc871\ud558\uae30 \ub54c\ubb38\uc5d0 \ud56d\ubaa9 %s\uc744(\ub97c) \ube44\uad50\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | |
| | | MILD_ERR_MODIFY_NO_PREENCODED_PASSWORDS_537=\uc0ac\uc6a9\uc790 \ube44\ubc00\ubc88\ud638\ub97c \uc0ac\uc804 \uc778\ucf54\ub529\ub41c \ud615\uc2dd\uc73c\ub85c \uc81c\uacf5\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_MODIFY_INVALID_MOD_TYPE_FOR_PASSWORD_538=\uc798\ubabb\ub41c \uc218\uc815 \uc720\ud615 %s\uc774(\uac00) \ube44\ubc00\ubc88\ud638 \uc18d\uc131 %s\uc5d0 \ub300\ud574 \uc2dc\ub3c4\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_MODIFY_NO_EXISTING_VALUES_539=\uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc5d0 \uc81c\uac70\ud560 \uae30\uc874 \ube44\ubc00\ubc88\ud638\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_MODIFY_CANNOT_DECODE_PW_540=\uae30\uc874 \uc0ac\uc6a9\uc790 \ube44\ubc00\ubc88\ud638\ub97c \uc554\ud638 \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_MODIFY_CANNOT_DECODE_PW_540=\uae30\uc874 \uc0ac\uc6a9\uc790 \ube44\ubc00\ubc88\ud638\ub97c \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_MODIFY_INVALID_PASSWORD_541=\uc81c\uacf5\ub41c \uc0ac\uc6a9\uc790 \ube44\ubc00\ubc88\ud638\uac00 \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc758 \ube44\ubc00\ubc88\ud638\uc640 \uc77c\uce58\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_MODIFY_PW_CHANGE_REQUIRES_CURRENT_PW_542=\ube44\ubc00\ubc88\ud638 \uc815\ucc45\uc5d0 \ub530\ub77c \uc0ac\uc6a9\uc790 \ube44\ubc00\ubc88\ud638 \ubcc0\uacbd \uc694\uccad\uc5d0 \ud604\uc7ac \ube44\ubc00\ubc88\ud638\ub97c \ud3ec\ud568\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | MILD_ERR_MODIFY_MULTIPLE_PASSWORDS_NOT_ALLOWED_543=\ube44\ubc00\ubc88\ud638 \ubcc0\uacbd\uc73c\ub85c \uc778\ud574 \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc5d0 \uc5ec\ub7ec \ube44\ubc00\ubc88\ud638 \uac12\uc774 \uc788\uc2b5\ub2c8\ub2e4. \uc774\ub294 \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | |
| | | MILD_ERR_ENTRY_SCHEMA_VIOLATES_PARENT_DSR_586=\ud56d\ubaa9 %s\uc5d0 \uc801\uc6a9\ub418\ub294 DIT \uad6c\uc870 \uaddc\uce59\uc740 \uc5c6\uc9c0\ub9cc \ubd80\ubaa8 \ud56d\ubaa9 %s\uc5d0 \ub300\ud55c DIT \uad6c\uc870 \uaddc\uce59\uc774 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \ub530\ub77c \ud574\ub2f9 \ud56d\ubaa9\uc740 \uc720\ud6a8\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_ENTRY_SCHEMA_COULD_NOT_CHECK_PARENT_DSR_587=\ud56d\ubaa9 %s\uc758 \ubd80\ubaa8\uc5d0 \ub300\ud55c DIT \uad6c\uc870 \uaddc\uce59\uc744 \ucc98\ub9ac\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_WARN_CLIENTCONNECTION_DISCONNECT_DUE_TO_DELETE_588=\uad00\ub828 \uc778\uc99d \ub610\ub294 \uad8c\ud55c \ubd80\uc5ec \ud56d\ubaa9 %s\uc774(\uac00) \uc0ad\uc81c\ub418\uc5c8\uae30 \ub54c\ubb38\uc5d0 \ud074\ub77c\uc774\uc5b8\ud2b8 \uc5f0\uacb0\uc744 \uc885\ub8cc\ud569\ub2c8\ub2e4. |
| | | MILD_ERR_MODIFY_PWRESET_INSUFFICIENT_PRIVILEGES_589=\uc0ac\uc6a9\uc790 \ube44\ubc00\ubc88\ud638\ub97c \uc7ac\uc124\uc815\ud560 \uc218 \uc788\ub294 \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_COMPARE_CONFIG_INSUFFICIENT_PRIVILEGES_590=\uc11c\ubc84 \uad6c\uc131\uc5d0 \uc561\uc138\uc2a4\ud560 \uc218 \uc788\ub294 \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_ADD_CHANGE_PRIVILEGE_INSUFFICIENT_PRIVILEGES_591=\uad8c\ud55c\uc744 \ud3ec\ud568\ud558\ub294 \ud56d\ubaa9\uc744 \ucd94\uac00\ud560 \uc218 \uc788\ub294 \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_MODIFY_CHANGE_PRIVILEGE_INSUFFICIENT_PRIVILEGES_592=\ud56d\ubaa9\uc5d0 \ud3ec\ud568\ub41c \uad8c\ud55c \uc9d1\ud569\uc744 \uc218\uc815\ud560 \uc218 \uc788\ub294 \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_MODIFY_PWRESET_INSUFFICIENT_PRIVILEGES_589=\uc0ac\uc6a9\uc790 \ube44\ubc00\ubc88\ud638\ub97c \uc7ac\uc124\uc815\ud560 \uc218 \uc788\ub294 \ucda9\ubd84\ud55c \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_COMPARE_CONFIG_INSUFFICIENT_PRIVILEGES_590=\uc11c\ubc84 \uad6c\uc131\uc5d0 \uc561\uc138\uc2a4\ud560 \uc218 \uc788\ub294 \ucda9\ubd84\ud55c \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_ADD_CHANGE_PRIVILEGE_INSUFFICIENT_PRIVILEGES_591=\uad8c\ud55c\uc744 \ud3ec\ud568\ud558\ub294 \ud56d\ubaa9\uc744 \ucd94\uac00\ud560 \uc218 \uc788\ub294 \ucda9\ubd84\ud55c \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_MODIFY_CHANGE_PRIVILEGE_INSUFFICIENT_PRIVILEGES_592=\ud56d\ubaa9\uc5d0 \ud3ec\ud568\ub41c \uad8c\ud55c \uc9d1\ud569\uc744 \uc218\uc815\ud560 \uc218 \uc788\ub294 \ucda9\ubd84\ud55c \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | INFO_CLIENTCONNECTION_AUDIT_HASPRIVILEGE_593=hasPrivilege determination for connID=%d opID=%d requesterDN=\"%s\" privilege=\"%s\" result=%b |
| | | INFO_CLIENTCONNECTION_AUDIT_HASPRIVILEGES_594=hasPrivilege determination for connID=%d opID=%d requesterDN=\"%s\" privilegeSet=\"%s\" result=%b |
| | | MILD_ERR_PROXYAUTH_INSUFFICIENT_PRIVILEGES_595=\ud504\ub85d\uc2dc\ub41c \uc778\uc99d \uc81c\uc5b4\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc788\ub294 \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_PROXYAUTH_INSUFFICIENT_PRIVILEGES_595=\ud504\ub85d\uc2dc\ub41c \uc778\uc99d \uc81c\uc5b4\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc788\ub294 \ucda9\ubd84\ud55c \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | INFO_DSCORE_DESCRIPTION_CHECK_STARTABILITY_596=\uc11c\ubc84\ub97c \uc2dc\uc791\ud560 \uc218 \uc788\ub294\uc9c0 \uc5ec\ubd80\uc640 \uc11c\ubc84\ub97c \uc2dc\uc791\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 \ubaa8\ub4dc\ub97c \uacb0\uc815\ud558\ub294 \ub370 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. |
| | | MILD_ERR_ENTRY_SCHEMA_ATTR_NO_VALUES_597=\ud56d\ubaa9 %s\uc740(\ub294) \uac12\uc774 \uc5c6\ub294 %s \uc18d\uc131\uc744 \ud3ec\ud568\ud558\uae30 \ub54c\ubb38\uc5d0 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc2a4\ud0a4\ub9c8 \uad6c\uc131\uc744 \uc704\ubc18\ud569\ub2c8\ub2e4. |
| | | FATAL_ERR_DSCORE_ERROR_NODETACH_AND_WINDOW_SERVICE_598=OpenDS\ub294 Windows \uc11c\ube44\uc2a4\ub85c \uc2e4\ud589\ud558\ub3c4\ub85d \uad6c\uc131\ub418\uc5b4 \uc788\uc73c\ubbc0\ub85c \ube44\ubd84\ub9ac \ubaa8\ub4dc\uc5d0\uc11c \uc2e4\ud589\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | INFO_DSCORE_DESCRIPTION_WINDOWS_NET_START_599=Windows \uc11c\ube44\uc2a4 \ucf54\ub4dc\uc5d0\uc11c net start\ub97c \ud638\ucd9c\ud55c \ud6c4 Windows \uc11c\ube44\uc2a4\uc5d0\uc11c start-ds\ub97c \ud638\ucd9c\ud558\uace0 \uc788\uc74c\uc744 \uc54c\ub9ac\ub294 \ub370 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. |
| | | MILD_ERR_ENTRY_DECODE_UNRECOGNIZED_VERSION_600=\ud56d\ubaa9\uc5d0 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\ub294 \ud56d\ubaa9 \ubc84\uc804 \ubc14\uc774\ud2b8 \uac12 %s\uc774(\uac00) \uc788\uae30 \ub54c\ubb38\uc5d0 \ud56d\ubaa9\uc744 \uc554\ud638 \ud574\ub3c5\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_ENTRY_DECODE_EXCEPTION_601=\ucc98\ub9ac\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc608\uc678\uac00 \ubc1c\uc0dd\ud558\uc5ec \ud56d\ubaa9\uc744 \uc554\ud638 \ud574\ub3c5\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_SEARCH_FILTER_NOT_EXACTLY_ONE_602=\uc704\uce58 %d\uacfc(\uc640) %d \uc0ac\uc774\uc758 NOT \ud544\ud130\uc5d0 \ud544\ud130 \uad6c\uc131\uc694\uc18c\uac00 \ud558\ub098\ub9cc \uc788\uc9c0 \uc54a\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac80\uc0c9 \ud544\ud130 \"%s\"\uc744(\ub97c) \uc554\ud638 \ud574\ub3c5\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_ENTRY_DECODE_UNRECOGNIZED_VERSION_600=\ud56d\ubaa9\uc5d0 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\ub294 \ud56d\ubaa9 \ubc84\uc804 \ubc14\uc774\ud2b8 \uac12 %s\uc774(\uac00) \uc788\uae30 \ub54c\ubb38\uc5d0 \ud56d\ubaa9\uc744 \ud574\ub3c5\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_ENTRY_DECODE_EXCEPTION_601=\ucc98\ub9ac\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc608\uc678\uac00 \ubc1c\uc0dd\ud558\uc5ec \ud56d\ubaa9\uc744 \ud574\ub3c5\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_SEARCH_FILTER_NOT_EXACTLY_ONE_602=\uc704\uce58 %2$d\uacfc(\uc640) %3$d \uc0ac\uc774\uc758 NOT \ud544\ud130\uc5d0 \ud544\ud130 \uad6c\uc131\uc694\uc18c\uac00 \ud558\ub098\ub9cc \uc788\uc9c0 \uc54a\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac80\uc0c9 \ud544\ud130 \"%s\"\uc744(\ub97c) \ud574\ub3c5\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SORTKEY_INVALID_ORDER_INDICATOR_603=\uc81c\uacf5\ub41c \uc815\ub82c \ud0a4 \uac12 %s\uc740(\ub294) '+'(\uc624\ub984\ucc28\uc21c \uc815\ub82c) \ub610\ub294 '-'(\ub0b4\ub9bc\ucc28\uc21c \uc815\ub82c)\ub85c \uc2dc\uc791\ub418\uc9c0 \uc54a\uae30 \ub54c\ubb38\uc5d0 \uc720\ud6a8\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SORTKEY_UNDEFINED_TYPE_604=\uc81c\uacf5\ub41c \uc815\ub82c \ud0a4 \uac12 %s\uc740(\ub294) \uc815\uc758\ub418\uc9c0 \uc54a\uc740 \uc18d\uc131 \uc720\ud615 %s\uc744(\ub97c) \ucc38\uc870\ud558\uae30 \ub54c\ubb38\uc5d0 \uc720\ud6a8\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SORTKEY_NO_ORDERING_RULE_605=\uc18d\uc131 \uc720\ud615 %2$s\uc5d0 \uae30\ubcf8 \uc21c\uc11c \uc9c0\uc815 \uc77c\uce58 \uaddc\uce59\uc774 \uc5c6\uace0 \uad00\ub828 \uaddc\uce59\uc774 \uc81c\uacf5\ub418\uc9c0 \uc54a\uc558\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uc815\ub82c \ud0a4 \uac12 %1$s\uc740(\ub294) \uc720\ud6a8\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | |
| | | SEVERE_WARN_DIRECTORY_SERVER_ENTERING_LOCKDOWN_MODE_617=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uac00 \uc7a0\uae08 \ubaa8\ub4dc\ub85c \uc804\ud658\ub418\ubbc0\ub85c, \ub8e8\ud504\ubc31 \uc8fc\uc18c\ub97c \ud1b5\ud574\uc11c\ub9cc \ud074\ub77c\uc774\uc5b8\ud2b8\uc5d0 \uc5f0\uacb0\ud560 \uc218 \uc788\uace0 \ub8e8\ud2b8 \uc0ac\uc6a9\uc790\ub9cc \uc791\uc5c5\uc744 \ucc98\ub9ac\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | NOTICE_DIRECTORY_SERVER_LEAVING_LOCKDOWN_MODE_618=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0\uc11c \uc7a0\uae08 \ubaa8\ub4dc\uac00 \ud574\uc81c\ub418\uace0 \uc77c\ubc18 \uc791\uc5c5\uc744 \uacc4\uc18d \uc218\ud589\ud569\ub2c8\ub2e4. |
| | | NOTICE_REJECT_OPERATION_IN_LOCKDOWN_MODE_619=\uc11c\ubc84\uac00 \uc7a0\uae08 \ubaa8\ub4dc\uc774\uace0 \ub8e8\ud504\ubc31 \uc5f0\uacb0\uc744 \ud1b5\ud574 \ub8e8\ud2b8 \uc0ac\uc6a9\uc790\uc758 \uc694\uccad\ub9cc \ubc1b\uae30 \ub54c\ubb38\uc5d0 \uc694\uccad\ub41c \uc791\uc5c5\uc744 \uac70\ubd80\ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_COMPRESSEDSCHEMA_UNRECOGNIZED_AD_TOKEN_620=\uc815\uc758\ub418\uc9c0 \uc54a\uc740 \uc18d\uc131 \uc124\uba85 \ud1a0\ud070 %s\uc744(\ub97c) \uc0ac\uc6a9\ud588\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uc18d\uc131\uc744 \uc554\ud638 \ud574\ub3c5\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_COMPRESSEDSCHEMA_UNKNOWN_OC_TOKEN_621=\uc815\uc758\ub418\uc9c0 \uc54a\uc740 \ud1a0\ud070 %s\uc744(\ub97c) \uc0ac\uc6a9\ud588\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac1d\uccb4 \ud074\ub798\uc2a4 \uc9d1\ud569\uc744 \uc554\ud638 \ud574\ub3c5\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_COMPRESSEDSCHEMA_UNRECOGNIZED_AD_TOKEN_620=\uc815\uc758\ub418\uc9c0 \uc54a\uc740 \uc18d\uc131 \uc124\uba85 \ud1a0\ud070 %s\uc744(\ub97c) \uc0ac\uc6a9\ud588\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uc18d\uc131\uc744 \ud574\ub3c5\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_COMPRESSEDSCHEMA_UNKNOWN_OC_TOKEN_621=\uc815\uc758\ub418\uc9c0 \uc54a\uc740 \ud1a0\ud070 %s\uc744(\ub97c) \uc0ac\uc6a9\ud588\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac1d\uccb4 \ud074\ub798\uc2a4 \uc9d1\ud569\uc744 \ud574\ub3c5\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_COMPRESSEDSCHEMA_CANNOT_WRITE_UPDATED_DATA_622=\uc5c5\ub370\uc774\ud2b8\ub41c \uc555\ucd95 \uc2a4\ud0a4\ub9c8 \ud1a0\ud070 \ub370\uc774\ud130\ub97c \uc4f8 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_ENTRYENCODECFG_INVALID_LENGTH_623=\uae38\uc774\uac00 \uc798\ubabb\ub418\uc5c8\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \ud56d\ubaa9 \uc778\ucf54\ub529 \uad6c\uc131 \uc694\uc18c\ub97c \uc554\ud638 \ud574\ub3c5\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_ENTRYENCODECFG_INVALID_LENGTH_623=\uae38\uc774\uac00 \uc798\ubabb\ub418\uc5c8\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \ud56d\ubaa9 \uc778\ucf54\ub529 \uad6c\uc131 \uc694\uc18c\ub97c \ud574\ub3c5\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | INFO_RESULT_NO_OPERATION_624=\uc791\uc5c5 \uc5c6\uc74c |
| | | SEVERE_ERR_SEARCH_FILTER_CREATE_EXTENSIBLE_MATCH_NO_AT_OR_MR_625=\uc18d\uc131 \uc720\ud615 \ub610\ub294 \uc77c\uce58 \uaddc\uce59 \uc544\uc774\ub514\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uc815\ubcf4\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud655\uc7a5 \uac00\ub2a5\ud55c \uc77c\uce58 \uac80\uc0c9 \ud544\ud130\ub97c \uc791\uc131\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uc774 \uc911 \ud558\ub098 \uc774\uc0c1\uc744 \uc81c\uacf5\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_SEARCH_FILTER_EXTENSIBLE_MATCH_NO_AD_OR_MR_626=\uc704\uce58 %2$d\uc5d0\uc11c \uc2dc\uc791\ud558\ub294 \ud655\uc7a5 \uac00\ub2a5\ud55c \uc77c\uce58 \uad6c\uc131\uc694\uc18c\uc5d0 \uc18d\uc131 \uc124\uba85 \ub610\ub294 \uc77c\uce58 \uaddc\uce59 \uc544\uc774\ub514\uac00 \uc5c6\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac80\uc0c9 \ud544\ud130 \"%1$s\"\uc744(\ub97c) \uc554\ud638 \ud574\ub3c5\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. \uc774 \uc911 \ud558\ub098 \uc774\uc0c1\uc744 \uc81c\uacf5\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_SEARCH_FILTER_EXTENSIBLE_MATCH_NO_SUCH_MR_627=\uc704\uce58 %2$d\uc5d0\uc11c \uc2dc\uc791\ud558\ub294 \ud655\uc7a5 \uac00\ub2a5\ud55c \uc77c\uce58 \uad6c\uc131\uc694\uc18c\uac00 \uc54c \uc218 \uc5c6\ub294 \uc77c\uce58 \uaddc\uce59 %3$s\uc744(\ub97c) \ucc38\uc870\ud558\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac80\uc0c9 \ud544\ud130 \"%1$s\"\uc744(\ub97c) \uc554\ud638 \ud574\ub3c5\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_SEARCH_FILTER_EXTENSIBLE_MATCH_NO_AD_OR_MR_626=\uc704\uce58 %2$d\uc5d0\uc11c \uc2dc\uc791\ud558\ub294 \ud655\uc7a5 \uac00\ub2a5\ud55c \uc77c\uce58 \uad6c\uc131\uc694\uc18c\uc5d0 \uc18d\uc131 \uc124\uba85 \ub610\ub294 \uc77c\uce58 \uaddc\uce59 \uc544\uc774\ub514\uac00 \uc5c6\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac80\uc0c9 \ud544\ud130 \"%1$s\"\uc744(\ub97c) \ud574\ub3c5\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. \uc774 \uc911 \ud558\ub098 \uc774\uc0c1\uc744 \uc81c\uacf5\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_SEARCH_FILTER_EXTENSIBLE_MATCH_NO_SUCH_MR_627=\uc704\uce58 %2$d\uc5d0\uc11c \uc2dc\uc791\ud558\ub294 \ud655\uc7a5 \uac00\ub2a5\ud55c \uc77c\uce58 \uad6c\uc131\uc694\uc18c\uac00 \uc54c \uc218 \uc5c6\ub294 \uc77c\uce58 \uaddc\uce59 %3$s\uc744(\ub97c) \ucc38\uc870\ud558\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac80\uc0c9 \ud544\ud130 \"%1$s\"\uc744(\ub97c) \ud574\ub3c5\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_BIND_OPERATION_WRITABILITY_DISABLED_628=\uc804\uccb4 \uc11c\ubc84 \ub610\ub294 \uc0ac\uc6a9\uc790\uc758 \ubc31\uc5d4\ub4dc\uc758 \uc4f0\uae30 \uac00\ub2a5\uc131 \ubaa8\ub4dc\uac00 '\uc0ac\uc6a9 \uc548 \ud568'\uc774\uace0 \ube44\ubc00\ubc88\ud638 \uc815\ucc45 \uc0c1\ud0dc \uc5c5\ub370\uc774\ud2b8\uac00 \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uae30 \ub54c\ubb38\uc5d0 \uc0ac\uc6a9\uc790 %s\uc5d0 \ub300\ud55c \ubc14\uc778\ub4dc \uc694\uccad\uc744 \uac70\ubd80\ud569\ub2c8\ub2e4. |
| | | MILD_ERR_MODIFY_PW_IN_HISTORY_629=\uc81c\uacf5\ub41c \uc0c8 \ube44\ubc00\ubc88\ud638\uac00 \uc0ac\uc6a9\uc790\uc5d0 \ub300\ud55c \ube44\ubc00\ubc88\ud638 \ub0b4\uc5ed\uc5d0 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_BIND_MULTIPLE_USER_IDLE_TIME_LIMITS_630=\uc0ac\uc6a9\uc790 \ud56d\ubaa9 %s\uc5d0 \uc0ac\uc6a9\uc790\ubcc4 \uc720\ud734 \uc2dc\uac04 \uc81c\ud55c \uac12\uc774 \uc5ec\ub7ec \uac1c \uc788\uc2b5\ub2c8\ub2e4. \uae30\ubcf8 \uc11c\ubc84 \uc720\ud734 \uc2dc\uac04 \uc81c\ud55c\uc774 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. |
| | |
| | | SEVERE_ERR_CRYPTOMGR_CANNOT_GET_REQUESTED_ENCRYPTION_CIPHER_663=CryptoManager\uac00 \uc694\uccad\ub41c \uc554\ud638\ud654 \uc554\ud638 %s\uc744(\ub97c) \uac00\uc838\uc62c \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CRYPTOMGR_CANNOT_GET_PREFERRED_KEY_WRAPPING_CIPHER_664=CryptoManager\uac00 \uae30\ubcf8 \ud0a4 \ub798\ud551 \uc554\ud638\ub97c \uac00\uc838\uc62c \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CRYPTOMGR_FAILED_TO_INITIATE_INSTANCE_KEY_GENERATION_665=CryptoManager\uac00 \ud56d\ubaa9 \"%s\"\uc744(\ub97c) \ucd94\uac00\ud558\uc5ec \uc778\uc2a4\ud134\uc2a4 \ud0a4 \uc0dd\uc131\uc744 \ucd08\uae30\ud654\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CRYPTOMGR_FAILED_TO_RETRIEVE_INSTANCE_CERTIFICATE_666=CryptoManager\uac00 \ud56d\ubaa9 \"%s\"(instance-key-pair public-key certificate)\uc744(\ub97c) \uac80\uc0c9\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CRYPTOMGR_FAILED_TO_RETRIEVE_INSTANCE_CERTIFICATE_666=CryptoManager\uac00 \ud56d\ubaa9 \u20a9"%s\u20a9"(instance-key-pair public-key-certificate)\uc744(\ub97c) \uac80\uc0c9\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CRYPTOMGR_FAILED_TO_COMPUTE_INSTANCE_KEY_IDENTIFIER_667=CryptoManager\uac00 \uc778\uc2a4\ud134\uc2a4 \ud0a4 \uc2dd\ubcc4\uc790\ub97c \uacc4\uc0b0\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CRYPTOMGR_FAILED_TO_ADD_INSTANCE_KEY_ENTRY_TO_ADS_668=\ud56d\ubaa9 \"%s\"\uc744(\ub97c) \ucd94\uac00\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CRYPTOMGR_FAILED_TO_PUBLISH_INSTANCE_KEY_ENTRY_669=CryptoManager\uac00 ADS\uc5d0\uc11c instance-key-pair public-key-certificate \ud56d\ubaa9\uc744 \uac8c\uc2dc\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4: %s |
| | |
| | | SEVERE_ERR_CRYPTOMGR_DECODE_SYMMETRIC_KEY_ATTRIBUTE_SYNTAX_673=CryptoManager \ub300\uce6d \ud0a4 \uc18d\uc131 \uac12 \"%s\" \uad6c\ubb38\uc774 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \"%s\" \ud544\ub4dc \ub0b4\uc758 \uc624\ud504\uc14b %d\uc5d0\uc11c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CRYPTOMGR_DECODE_SYMMETRIC_KEY_ATTRIBUTE_NO_PRIVATE_674=CryptoManager\uac00 instance-key-pair private-key\ub97c \uac80\uc0c9\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CRYPTOMGR_DECODE_SYMMETRIC_KEY_ATTRIBUTE_DECIPHER_675=CryptoManager\uac00 \ub798\ud551\ub41c \ubcf4\uc548 \ud0a4 \uac12\uc758 \uc554\ud638\ub97c \ud574\ub3c5\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_CRYPTOMGR_REWRAP_SYMMETRIC_KEY_ATTRIBUTE_NO_WRAPPER_676=CryptoManager\uac00 \ub300\uce6d \ud0a4 \uc7ac\uc778\ucf54\ub529\uc744 \uc704\ud574 \uc694\uccad\ud55c public-key-certificate(\uc2dd\ubcc4\uc790 \"%s\")\ub97c \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CRYPTOMGR_INVALID_KEY_IDENTIFIER_SYNTAX_677=CryptoManager\uac00 \ud0a4 \ud56d\ubaa9 \uc2dd\ubcc4\uc790 \"%s\"\uc744(\ub97c) \uc554\ud638 \ud574\ub3c5\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_CRYPTOMGR_REWRAP_SYMMETRIC_KEY_ATTRIBUTE_NO_WRAPPER_676=CryptoManager\uac00 \ub300\uce6d \ud0a4 \uc7ac\uc778\ucf54\ub529\uc744 \uc704\ud574 \uc694\uccad\ud55c public-key-certificate(\uc2dd\ubcc4\uc790 \u20a9"%s\u20a9")\ub97c \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CRYPTOMGR_INVALID_KEY_IDENTIFIER_SYNTAX_677=CryptoManager\uac00 \ud0a4 \ud56d\ubaa9 \uc2dd\ubcc4\uc790 \"%s\"\uc744(\ub97c) \ud574\ub3c5\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CRYPTOMGR_GET_MAC_ENGINE_INVALID_MAC_ALGORITHM_678=CrytpoManager\uac00 \uc798\ubabb\ub41c MAC \uc54c\uace0\ub9ac\uc998 \"%s\"\uc744(\ub97c) \uc804\ub2ec\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CRYPTOMGR_GET_MAC_ENGINE_CANNOT_INITIALIZE_679=CryptoManager\uac00 MAC \uc5d4\uc9c4\uc744 \ucd08\uae30\ud654\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CRYPTOMGR_GET_CIPHER_INVALID_CIPHER_TRANSFORMATION_680=CryptoManager\uac00 \uc798\ubabb\ub41c \uc554\ud638 \ubcc0\ud658 \"%s\"\uc744(\ub97c) \uc804\ub2ec\ud588\uc2b5\ub2c8\ub2e4: %s |
| | |
| | | MILD_ERR_CRYPTOMGR_DECRYPT_UNKNOWN_KEY_IDENTIFIER_684=\ub370\uc774\ud130 \ud504\ub864\ub85c\uadf8\uc758 \ub300\uce6d \ud0a4 \uc2dd\ubcc4\uc790\uac00 \uc54c\ub824\uc9c4 \ud0a4 \ud56d\ubaa9\uacfc \uc77c\uce58\ud558\uc9c0 \uc54a\uae30 \ub54c\ubb38\uc5d0 CryptoManager\uac00 \uc81c\uacf5\ub41c \ub370\uc774\ud130\ub97c \ud574\ub3c5\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CRYPTOMGR_DECRYPT_FAILED_TO_READ_IV_685=\ub370\uc774\ud130 \ud504\ub864\ub85c\uadf8\uc5d0\uc11c \uc554\ud638 \ucd08\uae30\ud654 \ubca1\ud130\ub97c \uc77d\uc744 \uc218 \uc5c6\uae30 \ub54c\ubb38\uc5d0 CryptoManager\uac00 \uc81c\uacf5\ub41c \ub370\uc774\ud130\ub97c \ud574\ub3c5\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CRYPTOMGR_DECRYPT_CIPHER_INPUT_STREAM_ERROR_686=\uc785\ub825 \uc2a4\ud2b8\ub9bc\uc5d0\uc11c \uc77d\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uae30 \ub54c\ubb38\uc5d0 CryptoManager\uac00 \uc81c\uacf5\ub41c \ub370\uc774\ud130\ub97c \ud574\ub3c5\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CRYPTOMGR_IMPORT_KEY_ENTRY_FAILED_TO_DECODE_687=\uc774 \uc778\uc2a4\ud134\uc2a4\uc5d0\uc11c \uc554\ud638 \ud574\ub3c5\ud560 \uc218 \uc788\ub294 \ub300\uce6d \ud0a4 \uc18d\uc131 \uac12\uc744 \uac00\uc838\uc62c \uc218 \uc5c6\uae30 \ub54c\ubb38\uc5d0 CryptoManager\uac00 \ub300\uce6d \ud0a4 \ud56d\ubaa9 \"%s\"\uc744(\ub97c) \uac00\uc838\uc624\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CRYPTOMGR_IMPORT_KEY_ENTRY_FAILED_TO_DECODE_687=\uc774 \uc778\uc2a4\ud134\uc2a4\uc5d0\uc11c \ud574\ub3c5\ud560 \uc218 \uc788\ub294 \ub300\uce6d \ud0a4 \uc18d\uc131 \uac12\uc744 \uac00\uc838\uc62c \uc218 \uc5c6\uae30 \ub54c\ubb38\uc5d0 CryptoManager\uac00 \ub300\uce6d \ud0a4 \ud56d\ubaa9 \"%s\"\uc744(\ub97c) \uac00\uc838\uc624\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CRYPTOMGR_IMPORT_KEY_ENTRY_FIELD_MISMATCH_688=CryptoManager\uc5d0\uc11c \ud0a4 \uc2dd\ubcc4\uc790 \"%s\"\uc744(\ub97c) \uacf5\uc720\ud558\ub294 \ud0a4 \uce90\uc2dc \ub0b4\uc758 \ud56d\ubaa9\uacfc \uac00\uc838\uc62c \ud0a4 \ud56d\ubaa9 \uac04\uc758 \ud544\ub4dc \ubd88\uc77c\uce58\ub97c \uac80\uc0c9\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CRYPTOMGR_IMPORT_KEY_ENTRY_FAILED_OTHER_689=CryptoManager\uac00 \ub300\uce6d \ud0a4 \ud56d\ubaa9 \"%s\"\uc744(\ub97c) \uac00\uc838\uc624\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CRYPTOMGR_IMPORT_KEY_ENTRY_FAILED_TO_ADD_KEY_690=\uc774 \uc778\uc2a4\ud134\uc2a4\uc5d0\uc11c \uc554\ud638 \ud574\ub3c5\ud560 \uc218 \uc788\ub294 \ub300\uce6d \ud0a4 \uc18d\uc131 \uac12\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uae30 \ub54c\ubb38\uc5d0 CryptoManager\uac00 \ub300\uce6d \ud0a4 \ud56d\ubaa9 \"%s\"\uc744(\ub97c) \uac00\uc838\uc624\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CRYPTOMGR_IMPORT_KEY_ENTRY_FAILED_TO_ADD_KEY_690=\uc774 \uc778\uc2a4\ud134\uc2a4\uc5d0\uc11c \ud574\ub3c5\ud560 \uc218 \uc788\ub294 \ub300\uce6d \ud0a4 \uc18d\uc131 \uac12\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uae30 \ub54c\ubb38\uc5d0 CryptoManager\uac00 \ub300\uce6d \ud0a4 \ud56d\ubaa9 \"%s\"\uc744(\ub97c) \uac00\uc838\uc624\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CRYPTOMGR_INVALID_SYMMETRIC_KEY_ALGORITHM_691=CryptoManager\uc5d0\uc11c \"%s\" \uc54c\uace0\ub9ac\uc998\uc5d0 \ub300\ud55c KeyGenerator\ub97c \uc0dd\uc131\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CRYPTOMGR_SYMMETRIC_KEY_ENTRY_ADD_FAILED_692=CryptoManager\uc5d0\uc11c \ub85c\uceec\ub85c \uc0dd\uc131\ub41c \ub300\uce6d \ud0a4 \ud56d\ubaa9 \"%s\"\uc744(\ub97c) \ucd94\uac00\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CRYPTOMGR_FULL_CIPHER_TRANSFORMATION_REQUIRED_693=CryptoManager \uc554\ud638 \ubcc0\ud658 \uc0ac\uc591 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc73c\uba70, "\uc54c\uace0\ub9ac\uc998/\ubaa8\ub4dc/\ud328\ub529" \ud615\uc2dd\uc774\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | |
| | | MILD_ERR_ADD_ENTRY_UNKNOWN_SUFFIX_697=\ud574\ub2f9 \uc811\ubbf8\uc5b4\uac00 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ub0b4\uc758 \uc811\ubbf8\uc5b4 \uc911 \ud558\ub098\ub85c \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \ud56d\ubaa9 %s\uc744(\ub97c) \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | NOTICE_VERSION_698=%s |
| | | NOTICE_BUILD_ID_699=\ube4c\ub4dc \uc544\uc774\ub514: %s |
| | | MILD_ERR_CANNOT_CANCEL_START_TLS_700=Start TLS \ud655\uc7a5 \uc791\uc5c5\uc744 \ucde8\uc18c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CANNOT_CANCEL_CANCEL_701=Cancel \ud655\uc7a5 \uc791\uc5c5\uc744 \ucde8\uc18c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_MODDN_NEW_SUPERIOR_IN_SUBTREE_702=\uc0c8 \uc0c1\uc704 \ud56d\ubaa9 %2$s\uc774(\uac00) \uc774\ub3d9\ud560 \ud56d\ubaa9\uacfc \uac19\uac70\ub098 \uc774\ub3d9\ud560 \ud56d\ubaa9\uc758 \ud558\uc704 \ud56d\ubaa9\uc774\uae30 \ub54c\ubb38\uc5d0 \ud56d\ubaa9 %1$s\uc5d0 \ub300\ud55c DN \uc218\uc815 \uc791\uc5c5\uc744 \uc218\ud589\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_REGISTER_WORKFLOW_ELEMENT_ALREADY_EXISTS_703=\ub3d9\uc77c\ud55c \uc544\uc774\ub514\ub97c \uac00\uc9c4 \ub2e4\ub978 \uc791\uc5c5 \ud750\ub984 \uc694\uc18c\uac00 \uc774\ubbf8 \ub4f1\ub85d\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0 \uc791\uc5c5 \ud750\ub984 \uc694\uc18c %s\uc744(\ub97c) \ub4f1\ub85d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | |
| | | INFO_RESULT_PROTOCOL_ERROR_65=\u534f\u8bae\u9519\u8bef |
| | | INFO_RESULT_TIME_LIMIT_EXCEEDED_66=\u5df2\u8d85\u8fc7\u65f6\u95f4\u9650\u5236 |
| | | INFO_RESULT_SIZE_LIMIT_EXCEEDED_67=\u5df2\u8d85\u8fc7\u5927\u5c0f\u9650\u5236 |
| | | INFO_RESULT_COMPARE_FALSE_68=\u6bd4\u8f83\u4e3a False |
| | | INFO_RESULT_COMPARE_TRUE_69=\u6bd4\u8f83\u4e3a True |
| | | INFO_RESULT_COMPARE_FALSE_68=\u6bd4\u8f83\u4e3a\u5047 |
| | | INFO_RESULT_COMPARE_TRUE_69=\u6bd4\u8f83\u4e3a\u771f |
| | | INFO_RESULT_AUTH_METHOD_NOT_SUPPORTED_70=\u4e0d\u652f\u6301\u9a8c\u8bc1\u65b9\u6cd5 |
| | | INFO_RESULT_STRONG_AUTH_REQUIRED_71=\u9700\u8981\u5f3a\u9a8c\u8bc1 |
| | | INFO_RESULT_REFERRAL_72=\u5f15\u7528 |
| | |
| | | INFO_RESULT_INSUFFICIENT_ACCESS_RIGHTS_89=\u8bbf\u95ee\u6743\u9650\u4e0d\u8db3 |
| | | INFO_RESULT_BUSY_90=\u5fd9 |
| | | INFO_RESULT_UNAVAILABLE_91=\u4e0d\u53ef\u7528 |
| | | INFO_RESULT_UNWILLING_TO_PERFORM_92=\u4e0d\u613f\u610f\u6267\u884c |
| | | INFO_RESULT_UNWILLING_TO_PERFORM_92=\u65e0\u6cd5\u6267\u884c |
| | | INFO_RESULT_LOOP_DETECT_93=\u68c0\u6d4b\u5230\u5faa\u73af |
| | | INFO_RESULT_NAMING_VIOLATION_94=\u547d\u540d\u8fdd\u89c4 |
| | | INFO_RESULT_OBJECTCLASS_VIOLATION_95=\u5bf9\u8c61\u7c7b\u8fdd\u89c4 |
| | |
| | | FATAL_ERR_CANNOT_START_WHILE_RUNNING_123=\u65e0\u6cd5\u542f\u52a8\u5df2\u5728\u8fd0\u884c\u7684\u76ee\u5f55\u670d\u52a1\u5668\u3002\u8bf7\u505c\u6b62\u6b63\u5728\u8fd0\u884c\u7684\u5b9e\u4f8b\uff0c\u7136\u540e\u5c1d\u8bd5\u518d\u6b21\u542f\u52a8\u8be5\u5b9e\u4f8b |
| | | INFO_ERROR_CATEGORY_SCHEMA_124=\u6a21\u5f0f |
| | | MILD_ERR_ATTR_TYPE_NORMALIZE_NO_MR_125=\u65e0\u6cd5\u6807\u51c6\u5316\u5c5e\u6027\u7c7b\u578b %2$s \u7684\u503c %1$s\uff0c\u56e0\u4e3a\u6ca1\u6709\u4e3a\u8be5\u5c5e\u6027\u5b9a\u4e49\u7b49\u540c\u5339\u914d\u89c4\u5219 |
| | | MILD_ERR_ENTRY_SCHEMA_MISSING_REQUIRED_ATTR_FOR_OC_126=\u6761\u76ee %s \u8fdd\u53cd\u4e86\u76ee\u5f55\u670d\u52a1\u5668\u6a21\u5f0f\u914d\u7f6e\u8981\u6c42\uff0c\u56e0\u4e3a\u5b83\u7f3a\u5c11\u5c5e\u6027 %s\uff0c\u4f46\u5bf9\u8c61\u7c7b %s \u9700\u8981\u8be5\u5c5e\u6027\u3002 |
| | | MILD_ERR_ENTRY_SCHEMA_DISALLOWED_USER_ATTR_FOR_OC_127=\u6761\u76ee %s \u8fdd\u53cd\u4e86\u76ee\u5f55\u670d\u52a1\u5668\u6a21\u5f0f\u914d\u7f6e\u8981\u6c42\uff0c\u56e0\u4e3a\u5b83\u5305\u542b\u5c5e\u6027 %s\uff0c\u4f46\u8be5\u6761\u76ee\u4e2d\u5b9a\u4e49\u7684\u4efb\u4f55\u5bf9\u8c61\u7c7b\u90fd\u4e0d\u5141\u8bb8\u4f7f\u7528\u8be5\u5c5e\u6027\u3002 |
| | | MILD_ERR_ENTRY_SCHEMA_MISSING_REQUIRED_ATTR_FOR_OC_126=\u6761\u76ee %s \u8fdd\u53cd\u4e86\u76ee\u5f55\u670d\u52a1\u5668\u6a21\u5f0f\u914d\u7f6e\u8981\u6c42\uff0c\u56e0\u4e3a\u5b83\u7f3a\u5c11\u5c5e\u6027 %s\uff0c\u4f46 objectclass %s \u9700\u8981\u8be5\u5c5e\u6027 |
| | | MILD_ERR_ENTRY_SCHEMA_DISALLOWED_USER_ATTR_FOR_OC_127=\u6761\u76ee %s \u8fdd\u53cd\u4e86\u76ee\u5f55\u670d\u52a1\u5668\u6a21\u5f0f\u914d\u7f6e\u8981\u6c42\uff0c\u56e0\u4e3a\u5b83\u5305\u542b\u5c5e\u6027 %s\uff0c\u4f46\u8be5\u6761\u76ee\u4e2d\u5b9a\u4e49\u7684\u4efb\u4f55 objectclass \u90fd\u4e0d\u5141\u8bb8\u4f7f\u7528\u8be5\u5c5e\u6027 |
| | | SEVERE_ERR_CANNOT_BOOTSTRAP_MATCHING_RULE_129=\u5728\u5c1d\u8bd5\u5f15\u5bfc\u7c7b %s \u4e2d\u5b9a\u4e49\u7684\u5339\u914d\u89c4\u5219\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_CANNOT_BOOTSTRAP_SYNTAX_130=\u5728\u5c1d\u8bd5\u5f15\u5bfc\u7c7b %s \u4e2d\u5b9a\u4e49\u7684\u5c5e\u6027\u8bed\u6cd5\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | INFO_ERROR_SEVERITY_NOTICE_131=\u6ce8\u610f |
| | | INFO_DIRECTORY_BOOTSTRAPPING_132=\u76ee\u5f55\u670d\u52a1\u5668\u6b63\u5728\u5f00\u59cb\u914d\u7f6e\u5f15\u5bfc\u8fdb\u7a0b |
| | | INFO_DIRECTORY_BOOTSTRAPPED_133=\u76ee\u5f55\u670d\u52a1\u5668\u5df2\u7ecf\u5b8c\u6210\u914d\u7f6e\u5f15\u5bfc\u8fdb\u7a0b |
| | | NOTICE_DIRECTORY_SERVER_STARTING_134=\u6b63\u5728\u542f\u52a8 %s\uff08\u5185\u90e8\u7248\u672c %s\uff0cR%d\uff09 |
| | | NOTICE_DIRECTORY_SERVER_STARTING_134=\u6b63\u5728\u542f\u52a8 %s\uff08\u6784\u5efa\u7248\u672c %s\uff0cR%d\uff09 |
| | | NOTICE_DIRECTORY_SERVER_STARTED_135=\u76ee\u5f55\u670d\u52a1\u5668\u5df2\u6210\u529f\u542f\u52a8 |
| | | INFO_ERROR_CATEGORY_EXTENSIONS_137=\u6269\u5c55 |
| | | FATAL_ERR_CANNOT_CREATE_MBEAN_SERVER_138=\u5728\u5c1d\u8bd5\u521b\u5efa JMX MBean \u670d\u52a1\u5668\uff0c\u4ee5\u4fbf\u5728\u76ee\u5f55\u670d\u52a1\u5668\u4e2d\u8fdb\u884c\u76d1\u89c6\u3001\u901a\u77e5\u548c\u914d\u7f6e\u4ea4\u4e92\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | |
| | | MILD_ERR_SEARCH_FILTER_INVALID_ESCAPED_BYTE_147=\u63d0\u4f9b\u7684\u641c\u7d22\u8fc7\u6ee4\u5668 "%s" \u5728\u4f4d\u7f6e %d \u5904\u6709\u4e00\u4e2a\u65e0\u6548\u7684\u8f6c\u4e49\u5b57\u8282\u503c\u3002\u503c\u4e2d\u7684\u53cd\u659c\u6760\u5fc5\u987b\u540e\u8ddf\u4e24\u4e2a\u5b9a\u4e49\u5df2\u7f16\u7801\u5b57\u8282\u7684\u5341\u516d\u8fdb\u5236\u5b57\u7b26 |
| | | MILD_ERR_SEARCH_FILTER_COMPOUND_MISSING_PARENTHESES_148=\u65e0\u6cd5\u5bf9\u63d0\u4f9b\u7684\u641c\u7d22\u8fc7\u6ee4\u5668 "%s" \u8fdb\u884c\u89e3\u7801\uff0c\u56e0\u4e3a\u5728\u4f4d\u7f6e %d \u548c %d \u4e4b\u95f4\u7684\u590d\u5408\u8fc7\u6ee4\u5668\u6ca1\u6709\u4ee5\u5de6\u5706\u62ec\u53f7\u5f00\u59cb\u3001\u53f3\u5706\u62ec\u53f7\u7ed3\u675f\uff08\u5b83\u4eec\u53ef\u80fd\u662f\u5176\u4ed6\u8fc7\u6ee4\u5668\u7ec4\u4ef6\u7684\u5706\u62ec\u53f7\uff09 |
| | | MILD_ERR_SEARCH_FILTER_NO_CORRESPONDING_OPEN_PARENTHESIS_149=\u65e0\u6cd5\u5bf9\u63d0\u4f9b\u7684\u641c\u7d22\u8fc7\u6ee4\u5668 "%s" \u8fdb\u884c\u89e3\u7801\uff0c\u56e0\u4e3a\u4f4d\u7f6e %d \u5904\u7684\u53f3\u5706\u62ec\u53f7\u6ca1\u6709\u5bf9\u5e94\u7684\u5de6\u5706\u62ec\u53f7 |
| | | MILD_ERR_SEARCH_FILTER_NO_CORRESPONDING_CLOSE_PARENTHESIS_150=\u65e0\u6cd5\u5bf9\u63d0\u4f9b\u7684\u641c\u7d22\u8fc7\u6ee4\u5668 "%s" \u8fdb\u884c\u89e3\u7801\uff0c\u56e0\u4e3a\u4f4d\u7f6e %d \u5904\u7684\u53f3\u5706\u62ec\u53f7\u6ca1\u6709\u5bf9\u5e94\u7684\u53f3\u5706\u62ec\u53f7 |
| | | MILD_ERR_SEARCH_FILTER_NO_CORRESPONDING_CLOSE_PARENTHESIS_150=\u65e0\u6cd5\u5bf9\u63d0\u4f9b\u7684\u641c\u7d22\u8fc7\u6ee4\u5668 "%s" \u8fdb\u884c\u89e3\u7801\uff0c\u56e0\u4e3a\u4f4d\u7f6e %d \u5904\u7684\u5de6\u5706\u62ec\u53f7\u6ca1\u6709\u5bf9\u5e94\u7684\u53f3\u5706\u62ec\u53f7 |
| | | MILD_ERR_SEARCH_FILTER_SUBSTRING_NO_ASTERISKS_151=\u65e0\u6cd5\u5bf9\u63d0\u4f9b\u7684\u641c\u7d22\u8fc7\u6ee4\u5668 "%s" \u8fdb\u884c\u89e3\u7801\uff0c\u56e0\u4e3a\u5728\u4f4d\u7f6e %d \u548c %d \u4e4b\u95f4\u7684\u5047\u5b9a\u5b50\u5b57\u7b26\u4e32\u8fc7\u6ee4\u5668\u503c\u6ca1\u6709\u4efb\u4f55\u661f\u53f7\u901a\u914d\u7b26 |
| | | MILD_ERR_SEARCH_FILTER_EXTENSIBLE_MATCH_NO_COLON_152=\u65e0\u6cd5\u5bf9\u63d0\u4f9b\u7684\u641c\u7d22\u8fc7\u6ee4\u5668 "%s" \u8fdb\u884c\u89e3\u7801\uff0c\u56e0\u4e3a\u4ece\u4f4d\u7f6e %d \u5904\u5f00\u59cb\u7684\u53ef\u6269\u5c55\u5339\u914d\u7ec4\u4ef6\u6ca1\u6709\u4f7f\u7528\u5192\u53f7\u6765\u8868\u793a\u5c5e\u6027\u7c7b\u578b\u540d\u79f0\u7684\u7ed3\u675f |
| | | MILD_ERR_SEARCH_FILTER_INVALID_FILTER_TYPE_153=\u65e0\u6cd5\u786e\u5b9a\u6761\u76ee "%s" \u662f\u5426\u4e0e\u8fc7\u6ee4\u5668 "%s" \u76f8\u5339\u914d\uff0c\u56e0\u4e3a\u5b83\u5305\u542b\u4e00\u4e2a\u672a\u77e5\u7684\u8fc7\u6ee4\u5668\u7c7b\u578b %s |
| | |
| | | SEVERE_ERR_CANNOT_GET_ROOT_DSE_CONFIG_ENTRY_183=\u5728\u5c1d\u8bd5\u4ece\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u68c0\u7d22\u6839 DSE \u914d\u7f6e\u6761\u76ee (cn=Root DSE,cn=config) \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_SCHEMA_CONFLICTING_ATTRIBUTE_OID_184=\u65e0\u6cd5\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u6ce8\u518c\u5c5e\u6027\u7c7b\u578b %s\uff0c\u56e0\u4e3a\u5176 OID %s \u4e0e\u73b0\u6709\u5c5e\u6027\u7c7b\u578b %s \u7684 OID \u53d1\u751f\u51b2\u7a81 |
| | | MILD_ERR_SCHEMA_CONFLICTING_ATTRIBUTE_NAME_185=\u65e0\u6cd5\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u6ce8\u518c\u5c5e\u6027\u7c7b\u578b %s\uff0c\u56e0\u4e3a\u5176\u540d\u79f0 %s \u4e0e\u73b0\u6709\u5c5e\u6027\u7c7b\u578b %s \u7684\u540d\u79f0\u53d1\u751f\u51b2\u7a81 |
| | | MILD_ERR_SCHEMA_CONFLICTING_OBJECTCLASS_OID_186=\u65e0\u6cd5\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u6ce8\u518c\u5bf9\u8c61\u7c7b %s\uff0c\u56e0\u4e3a\u5176 OID %s \u4e0e\u73b0\u6709\u5bf9\u8c61\u7c7b %s \u7684 OID \u53d1\u751f\u51b2\u7a81 |
| | | MILD_ERR_SCHEMA_CONFLICTING_OBJECTCLASS_NAME_187=\u65e0\u6cd5\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u6ce8\u518c\u5bf9\u8c61\u7c7b %s\uff0c\u56e0\u4e3a\u5176\u540d\u79f0 %s \u4e0e\u73b0\u6709\u5bf9\u8c61\u7c7b %s \u7684\u540d\u79f0\u53d1\u751f\u51b2\u7a81 |
| | | MILD_ERR_SCHEMA_CONFLICTING_OBJECTCLASS_OID_186=\u65e0\u6cd5\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u6ce8\u518c objectclass %s\uff0c\u56e0\u4e3a\u5176 OID %s \u4e0e\u73b0\u6709 objectclass %s \u7684 OID \u53d1\u751f\u51b2\u7a81 |
| | | MILD_ERR_SCHEMA_CONFLICTING_OBJECTCLASS_NAME_187=\u65e0\u6cd5\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u6ce8\u518c objectclass %s\uff0c\u56e0\u4e3a\u5176\u540d\u79f0 %s \u4e0e\u73b0\u6709 objectclass %s \u7684\u540d\u79f0\u53d1\u751f\u51b2\u7a81 |
| | | MILD_ERR_SCHEMA_CONFLICTING_SYNTAX_OID_188=\u65e0\u6cd5\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u6ce8\u518c\u5c5e\u6027\u8bed\u6cd5 %s\uff0c\u56e0\u4e3a\u5176 OID %s \u4e0e\u73b0\u6709\u8bed\u6cd5 %s \u7684 OID \u53d1\u751f\u51b2\u7a81 |
| | | MILD_ERR_SCHEMA_CONFLICTING_MR_OID_189=\u65e0\u6cd5\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u6ce8\u518c\u5339\u914d\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5176 OID %s \u4e0e\u73b0\u6709\u5339\u914d\u89c4\u5219 %s \u7684 OID \u53d1\u751f\u51b2\u7a81 |
| | | MILD_ERR_SCHEMA_CONFLICTING_MR_NAME_190=\u65e0\u6cd5\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u6ce8\u518c\u5339\u914d\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5176\u540d\u79f0 %s \u4e0e\u73b0\u6709\u5339\u914d\u89c4\u5219 %s \u7684\u540d\u79f0\u53d1\u751f\u51b2\u7a81 |
| | | MILD_ERR_SCHEMA_CONFLICTING_MATCHING_RULE_USE_191=\u65e0\u6cd5\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u6ce8\u518c\u5339\u914d\u89c4\u5219\u7528\u6cd5 %s\uff0c\u56e0\u4e3a\u5176\u5339\u914d\u89c4\u5219 %s \u4e0e\u73b0\u6709\u5339\u914d\u89c4\u5219\u7528\u6cd5 %s \u7684\u5339\u914d\u89c4\u5219\u53d1\u751f\u51b2\u7a81 |
| | | MILD_ERR_SCHEMA_CONFLICTING_DIT_CONTENT_RULE_192=\u65e0\u6cd5\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u6ce8\u518c DIT \u5185\u5bb9\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5176\u7ed3\u6784\u5316\u5bf9\u8c61\u7c7b %s \u4e0e\u73b0\u6709 DIT \u5185\u5bb9\u89c4\u5219 %s \u7684\u7ed3\u6784\u5316\u5bf9\u8c61\u7c7b\u53d1\u751f\u51b2\u7a81 |
| | | MILD_ERR_SCHEMA_CONFLICTING_DIT_CONTENT_RULE_192=\u65e0\u6cd5\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u6ce8\u518c DIT \u5185\u5bb9\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5176\u7ed3\u6784\u5316 objectclass %s \u4e0e\u73b0\u6709 DIT \u5185\u5bb9\u89c4\u5219 %s \u7684\u7ed3\u6784\u5316 objectclass \u53d1\u751f\u51b2\u7a81 |
| | | MILD_ERR_SCHEMA_CONFLICTING_DIT_STRUCTURE_RULE_NAME_FORM_193=\u65e0\u6cd5\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u6ce8\u518c DIT \u7ed3\u6784\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5176\u540d\u79f0\u683c\u5f0f %s \u4e0e\u73b0\u6709 DIT \u7ed3\u6784\u89c4\u5219 %s \u7684\u540d\u79f0\u683c\u5f0f\u53d1\u751f\u51b2\u7a81 |
| | | MILD_ERR_SCHEMA_CONFLICTING_DIT_STRUCTURE_RULE_ID_194=\u65e0\u6cd5\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u6ce8\u518c DIT \u7ed3\u6784\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5176\u89c4\u5219 ID %d \u4e0e\u73b0\u6709 DIT \u7ed3\u6784\u89c4\u5219 %s \u7684\u89c4\u5219 ID \u53d1\u751f\u51b2\u7a81 |
| | | MILD_ERR_SCHEMA_CONFLICTING_NAME_FORM_OC_195=\u65e0\u6cd5\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u6ce8\u518c\u540d\u79f0\u683c\u5f0f %s\uff0c\u56e0\u4e3a\u5176\u7ed3\u6784\u5316\u5bf9\u8c61\u7c7b %s \u4e0e\u73b0\u6709\u540d\u79f0\u683c\u5f0f %s \u7684\u7ed3\u6784\u5316\u5bf9\u8c61\u7c7b\u53d1\u751f\u51b2\u7a81 |
| | | MILD_ERR_SCHEMA_CONFLICTING_NAME_FORM_OC_195=\u65e0\u6cd5\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u6ce8\u518c\u540d\u79f0\u683c\u5f0f %s\uff0c\u56e0\u4e3a\u5176\u7ed3\u6784\u5316 objectclass %s \u4e0e\u73b0\u6709\u540d\u79f0\u683c\u5f0f %s \u7684\u7ed3\u6784\u5316 objectclass \u53d1\u751f\u51b2\u7a81 |
| | | MILD_ERR_SCHEMA_CONFLICTING_NAME_FORM_OID_196=\u65e0\u6cd5\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u6ce8\u518c\u540d\u79f0\u683c\u5f0f %s\uff0c\u56e0\u4e3a\u5176 OID %s \u4e0e\u73b0\u6709\u540d\u79f0\u683c\u5f0f %s \u7684 OID \u53d1\u751f\u51b2\u7a81 |
| | | MILD_ERR_SCHEMA_CONFLICTING_NAME_FORM_NAME_197=\u65e0\u6cd5\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u6ce8\u518c\u540d\u79f0\u683c\u5f0f %s\uff0c\u56e0\u4e3a\u5176\u540d\u79f0 %s \u4e0e\u73b0\u6709\u540d\u79f0\u683c\u5f0f %s \u7684\u540d\u79f0\u53d1\u751f\u51b2\u7a81 |
| | | MILD_ERR_ENTRY_SCHEMA_MULTIPLE_STRUCTURAL_CLASSES_198=\u6761\u76ee %s \u8fdd\u53cd\u4e86\u76ee\u5f55\u670d\u52a1\u5668\u6a21\u5f0f\u914d\u7f6e\u8981\u6c42\uff0c\u56e0\u4e3a\u8be5\u6761\u76ee\u5305\u542b\u4e86\u591a\u4e2a\u51b2\u7a81\u7684\u7ed3\u6784\u5316\u5bf9\u8c61\u7c7b %s \u548c %s\u3002\u5728\u4e00\u4e2a\u6761\u76ee\u4e2d\u53ea\u5141\u8bb8\u4f7f\u7528\u4e00\u4e2a\u7ed3\u6784\u5316\u5bf9\u8c61\u7c7b |
| | | MILD_ERR_ENTRY_SCHEMA_NO_STRUCTURAL_CLASS_199=\u6761\u76ee %s \u8fdd\u53cd\u4e86\u76ee\u5f55\u670d\u52a1\u5668\u6a21\u5f0f\u914d\u7f6e\u8981\u6c42\uff0c\u56e0\u4e3a\u8be5\u6761\u76ee\u4e0d\u5305\u542b\u7ed3\u6784\u5316\u5bf9\u8c61\u7c7b\u3002\u6240\u6709\u6761\u76ee\u90fd\u5fc5\u987b\u5305\u542b\u7ed3\u6784\u5316\u5bf9\u8c61\u7c7b |
| | | MILD_ERR_ENTRY_SCHEMA_MULTIPLE_STRUCTURAL_CLASSES_198=\u6761\u76ee %s \u8fdd\u53cd\u4e86\u76ee\u5f55\u670d\u52a1\u5668\u6a21\u5f0f\u914d\u7f6e\u8981\u6c42\uff0c\u56e0\u4e3a\u8be5\u6761\u76ee\u5305\u542b\u4e86\u591a\u4e2a\u51b2\u7a81\u7684\u7ed3\u6784\u5316 objectclass %s \u548c %s\u3002\u5728\u4e00\u4e2a\u6761\u76ee\u4e2d\u53ea\u5141\u8bb8\u4f7f\u7528\u4e00\u4e2a\u7ed3\u6784\u5316 objectclass |
| | | MILD_ERR_ENTRY_SCHEMA_NO_STRUCTURAL_CLASS_199=\u6761\u76ee %s \u8fdd\u53cd\u4e86\u76ee\u5f55\u670d\u52a1\u5668\u6a21\u5f0f\u914d\u7f6e\u8981\u6c42\uff0c\u56e0\u4e3a\u8be5\u6761\u76ee\u4e0d\u5305\u542b\u7ed3\u6784\u5316 objectclass\u3002\u6240\u6709\u6761\u76ee\u90fd\u5fc5\u987b\u5305\u542b\u7ed3\u6784\u5316 objectclass |
| | | SEVERE_WARN_ADD_OP_INVALID_SYNTAX_200=\u6761\u76ee "%1$s" \u5305\u542b\u5c5e\u6027 %3$s \u7684\u503c "%2$s"\uff0c\u4f46\u6839\u636e\u8be5\u5c5e\u6027\u8bed\u6cd5\uff0c\u6b64\u503c\u65e0\u6548: %4$s |
| | | SEVERE_WARN_COMPARE_OP_NO_SUCH_ATTR_201=\u6761\u76ee "%s" \u4e0d\u5305\u542b\u5c5e\u6027 "%s" \u7684\u4efb\u4f55\u503c |
| | | SEVERE_WARN_COMPARE_OP_NO_SUCH_ATTR_WITH_OPTIONS_202=\u6761\u76ee "%s" \u4e0d\u5305\u542b\u5177\u6709\u6307\u5b9a\u9009\u9879\u96c6\u7684\u5c5e\u6027 "%s" \u7684\u4efb\u4f55\u503c |
| | |
| | | MILD_ERR_ENTRY_SCHEMA_MISSING_REQUIRED_ATTR_FOR_DCR_208=\u6761\u76ee %s \u8fdd\u53cd\u4e86\u76ee\u5f55\u670d\u52a1\u5668\u6a21\u5f0f\u914d\u7f6e\u8981\u6c42\uff0c\u56e0\u4e3a\u5b83\u7f3a\u5c11\u5c5e\u6027 %s\uff0c\u4f46 DIT \u5185\u5bb9\u89c4\u5219 %s \u9700\u8981\u8be5\u5c5e\u6027 |
| | | MILD_ERR_ENTRY_SCHEMA_PROHIBITED_ATTR_FOR_DCR_209=\u6761\u76ee %s \u8fdd\u53cd\u4e86\u76ee\u5f55\u670d\u52a1\u5668\u6a21\u5f0f\u914d\u7f6e\u8981\u6c42\uff0c\u56e0\u4e3a\u5b83\u5305\u542b\u4e86\u5c5e\u6027 %s\uff0c\u4f46 DIT \u5185\u5bb9\u89c4\u5219 %s \u7981\u6b62\u4f7f\u7528\u8be5\u5c5e\u6027 |
| | | MILD_ERR_ENTRY_SCHEMA_DISALLOWED_USER_ATTR_FOR_DCR_210=\u6761\u76ee %s \u8fdd\u53cd\u4e86\u76ee\u5f55\u670d\u52a1\u5668\u6a21\u5f0f\u914d\u7f6e\u8981\u6c42\uff0c\u56e0\u4e3a\u5b83\u5305\u542b\u4e86\u5c5e\u6027 %s\uff0c\u4f46\u8be5\u5c5e\u6027\u4e0d\u5728 DIT \u5185\u5bb9\u89c4\u5219 %s \u7684\u5141\u8bb8\u6216\u5fc5\u9700\u5c5e\u6027\u5217\u8868\u4e2d |
| | | MILD_ERR_ENTRY_SCHEMA_DISALLOWED_AUXILIARY_CLASS_211=\u6761\u76ee %s \u8fdd\u53cd\u4e86\u76ee\u5f55\u670d\u52a1\u5668\u6a21\u5f0f\u914d\u7f6e\u8981\u6c42\uff0c\u56e0\u4e3a\u5b83\u5305\u542b\u4e86\u8f85\u52a9\u5bf9\u8c61\u7c7b %s\uff0c\u4f46 DIT \u5185\u5bb9\u89c4\u5219 %s \u4e0d\u5141\u8bb8\u4f7f\u7528\u8be5\u5bf9\u8c61\u7c7b |
| | | MILD_ERR_ENTRY_SCHEMA_DISALLOWED_AUXILIARY_CLASS_211=\u6761\u76ee %s \u8fdd\u53cd\u4e86\u76ee\u5f55\u670d\u52a1\u5668\u6a21\u5f0f\u914d\u7f6e\u8981\u6c42\uff0c\u56e0\u4e3a\u5b83\u5305\u542b\u4e86\u8f85\u52a9 objectClass %s\uff0c\u4f46 DIT \u5185\u5bb9\u89c4\u5219 %s \u4e0d\u5141\u8bb8\u4f7f\u7528\u8be5 objectClass |
| | | MILD_ERR_ENTRY_SCHEMA_DSR_COULD_NOT_LOCK_PARENT_212=\u76ee\u5f55\u670d\u52a1\u5668\u65e0\u6cd5\u8bc4\u4f30\u6761\u76ee %s \u4ee5\u786e\u5b9a\u5b83\u662f\u5426\u7b26\u5408 DIT \u7ed3\u6784\u89c4\u5219\u914d\u7f6e\uff0c\u56e0\u4e3a\u5b83\u65e0\u6cd5\u83b7\u53d6\u5bf9\u7236\u6761\u76ee %s \u7684\u8bfb\u53d6\u9501\u5b9a |
| | | MILD_ERR_ENTRY_SCHEMA_DSR_NO_PARENT_ENTRY_213=\u76ee\u5f55\u670d\u52a1\u5668\u65e0\u6cd5\u8bc4\u4f30\u6761\u76ee %s \u4ee5\u786e\u5b9a\u5b83\u662f\u5426\u7b26\u5408 DIT \u7ed3\u6784\u89c4\u5219\u914d\u7f6e\uff0c\u56e0\u4e3a\u7236\u6761\u76ee %s \u4e0d\u5b58\u5728\u6216\u8005\u65e0\u6cd5\u8fdb\u884c\u68c0\u7d22 |
| | | MILD_ERR_ENTRY_SCHEMA_DSR_NO_PARENT_OC_214=\u76ee\u5f55\u670d\u52a1\u5668\u65e0\u6cd5\u8bc4\u4f30\u6761\u76ee %s \u4ee5\u786e\u5b9a\u5b83\u662f\u5426\u7b26\u5408 DIT \u89c4\u5219\u914d\u7f6e\uff0c\u56e0\u4e3a\u7236\u6761\u76ee %s \u4f3c\u4e4e\u4e0d\u5305\u542b\u6709\u6548\u7684\u7ed3\u6784\u5316\u5bf9\u8c61\u7c7b |
| | | MILD_ERR_ENTRY_SCHEMA_DSR_NO_PARENT_OC_214=\u76ee\u5f55\u670d\u52a1\u5668\u65e0\u6cd5\u8bc4\u4f30\u6761\u76ee %s \u4ee5\u786e\u5b9a\u5b83\u662f\u5426\u7b26\u5408 DIT \u89c4\u5219\u914d\u7f6e\uff0c\u56e0\u4e3a\u7236\u6761\u76ee %s \u4f3c\u4e4e\u4e0d\u5305\u542b\u6709\u6548\u7684\u7ed3\u6784\u5316 objectclass |
| | | MILD_ERR_ENTRY_SCHEMA_DSR_DISALLOWED_SUPERIOR_OC_215=\u6761\u76ee %s \u8fdd\u53cd\u4e86\u76ee\u5f55\u670d\u52a1\u5668\u6a21\u5f0f\u914d\u7f6e\u8981\u6c42\uff0c\u56e0\u4e3a DIT \u7ed3\u6784\u89c4\u5219 %s \u4e0d\u5141\u8bb8\u5c06\u7c7b\u578b\u4e3a %s \u7684\u6761\u76ee\u76f4\u63a5\u653e\u5728\u7c7b\u578b\u4e3a %s \u7684\u6761\u76ee\u4e0b |
| | | MILD_ERR_ENTRY_SCHEMA_COULD_NOT_CHECK_DSR_216=\u5728\u5c1d\u8bd5\u68c0\u67e5\u6761\u76ee %s\uff08\u6839\u636e DIT \u7ed3\u6784\u89c4\u5219 %s\uff09\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | INFO_CANCELED_BY_BIND_REQUEST_217=\u5df2\u53d6\u6d88\u5bf9\u6b64\u64cd\u4f5c\u7684\u5904\u7406\uff0c\u56e0\u4e3a\u76ee\u5f55\u670d\u52a1\u5668\u5df2\u6536\u5230\u8fdb\u884c\u6b64\u8fde\u63a5\u7684\u7ed1\u5b9a\u8bf7\u6c42\uff0c\u8fd9\u8981\u6c42\u653e\u5f03\u6240\u6709\u6b63\u5728\u6267\u884c\u7684\u64cd\u4f5c |
| | |
| | | MILD_ERR_BIND_OPERATION_NO_PASSWORD_221=\u65e0\u6cd5\u4f5c\u4e3a\u7528\u6237 %s \u4f7f\u7528\u7b80\u5355\u9a8c\u8bc1\u6765\u7ed1\u5b9a\u76ee\u5f55\u670d\u52a1\u5668\uff0c\u56e0\u4e3a\u8be5\u7528\u6237\u6ca1\u6709\u5bc6\u7801 |
| | | MILD_ERR_BIND_OPERATION_UNKNOWN_SASL_MECHANISM_222=\u65e0\u6cd5\u5904\u7406\u7ed1\u5b9a\u8bf7\u6c42\uff0c\u56e0\u4e3a\u5b83\u5c1d\u8bd5\u4f7f\u7528\u4e86\u4e00\u4e2a\u672a\u77e5\u7684 SASL \u673a\u5236 %s\uff0c\u8be5\u673a\u5236\u5728\u76ee\u5f55\u670d\u52a1\u5668\u4e2d\u4e0d\u5b58\u5728 |
| | | MILD_ERR_ABANDON_OP_NO_SUCH_OPERATION_223=\u65e0\u6cd5\u653e\u5f03\u6d88\u606f ID \u4e3a %d \u7684\u64cd\u4f5c\uff0c\u56e0\u4e3a\u6ca1\u6709\u6709\u5173\u8be5\u64cd\u4f5c\u7684\u76f8\u5173\u4fe1\u606f\u3002\u8fd9\u53ef\u80fd\u610f\u5473\u7740\u76ee\u6807\u64cd\u4f5c\u5df2\u7ecf\u5b8c\u6210\uff0c\u6216\u8005\u6839\u672c\u672a\u8bf7\u6c42 |
| | | SEVERE_ERR_CANCELED_BY_PREPARSE_DISCONNECT_224=\u5df2\u53d6\u6d88\u8be5\u64cd\u4f5c\uff0c\u56e0\u4e3a\u5ba2\u6237\u7aef\u8fde\u63a5\u88ab\u9884\u89e3\u6790\u63d2\u4ef6\u7ec8\u6b62 |
| | | SEVERE_ERR_CANCELED_BY_PREOP_DISCONNECT_225=\u5df2\u53d6\u6d88\u8be5\u64cd\u4f5c\uff0c\u56e0\u4e3a\u5ba2\u6237\u7aef\u8fde\u63a5\u88ab\u9884\u64cd\u4f5c\u63d2\u4ef6\u7ec8\u6b62 |
| | | SEVERE_ERR_CANCELED_BY_POSTOP_DISCONNECT_226=\u5df2\u53d6\u6d88\u8be5\u64cd\u4f5c\uff0c\u56e0\u4e3a\u5ba2\u6237\u7aef\u8fde\u63a5\u88ab\u540e\u64cd\u4f5c\u63d2\u4ef6\u7ec8\u6b62 |
| | | SEVERE_ERR_CANCELED_BY_PREPARSE_DISCONNECT_224=\u5df2\u53d6\u6d88\u8be5\u64cd\u4f5c\uff0c\u56e0\u4e3a\u5ba2\u6237\u7aef\u8fde\u63a5\u88ab\u89e3\u6790\u524d\u5904\u7406\u63d2\u4ef6\u7ec8\u6b62 |
| | | SEVERE_ERR_CANCELED_BY_PREOP_DISCONNECT_225=\u5df2\u53d6\u6d88\u8be5\u64cd\u4f5c\uff0c\u56e0\u4e3a\u5ba2\u6237\u7aef\u8fde\u63a5\u88ab\u64cd\u4f5c\u524d\u5904\u7406\u63d2\u4ef6\u7ec8\u6b62 |
| | | SEVERE_ERR_CANCELED_BY_POSTOP_DISCONNECT_226=\u5df2\u53d6\u6d88\u8be5\u64cd\u4f5c\uff0c\u56e0\u4e3a\u5ba2\u6237\u7aef\u8fde\u63a5\u88ab\u64cd\u4f5c\u540e\u5904\u7406\u63d2\u4ef6\u7ec8\u6b62 |
| | | SEVERE_ERR_COMPARE_CANNOT_LOCK_ENTRY_227=\u76ee\u5f55\u670d\u52a1\u5668\u5728\u591a\u6b21\u5c1d\u8bd5\u4e4b\u540e\u65e0\u6cd5\u83b7\u53d6\u5bf9\u6761\u76ee %s \u7684\u8bfb\u53d6\u9501\u5b9a\u3002\u65e0\u6cd5\u7ee7\u7eed\u5bf9\u6b64\u64cd\u4f5c\u8fdb\u884c\u5904\u7406 |
| | | MILD_ERR_COMPARE_NO_SUCH_ENTRY_228=\u76ee\u5f55\u670d\u52a1\u5668\u4e2d\u4e0d\u5b58\u5728\u6307\u5b9a\u7684\u6761\u76ee %s |
| | | INFO_CANCELED_BY_ABANDON_REQUEST_229=\u5df2\u53d6\u6d88\u8be5\u64cd\u4f5c\uff0c\u56e0\u4e3a\u5ba2\u6237\u7aef\u5bf9\u6b64\u64cd\u4f5c\u53d1\u51fa\u4e86\u653e\u5f03\u8bf7\u6c42\uff08\u6d88\u606f ID \u4e3a %d\uff09 |
| | |
| | | MILD_ERR_MODIFY_VIOLATES_SCHEMA_266=\u65e0\u6cd5\u4fee\u6539\u6761\u76ee %s\uff0c\u56e0\u4e3a\u4ea7\u751f\u7684\u6761\u76ee\u5c06\u8fdd\u53cd\u670d\u52a1\u5668\u6a21\u5f0f: %s |
| | | MILD_ERR_MODIFY_NO_BACKEND_FOR_ENTRY_267=\u65e0\u6cd5\u4fee\u6539\u6761\u76ee %s\uff0c\u56e0\u4e3a\u6ca1\u6709\u6ce8\u518c\u4efb\u4f55\u540e\u7aef\u6765\u5904\u7406\u8be5\u6761\u76ee\u7684\u64cd\u4f5c |
| | | MILD_ERR_EXTENDED_NO_HANDLER_268=\u672a\u5728\u76ee\u5f55\u670d\u52a1\u5668\u4e2d\u6ce8\u518c\u6269\u5c55\u64cd\u4f5c\u5904\u7406\u7a0b\u5e8f\uff0c\u4ee5\u5904\u7406\u8bf7\u6c42 OID \u4e3a %s \u7684\u6269\u5c55\u64cd\u4f5c |
| | | MILD_ERR_ENTRY_SCHEMA_UNKNOWN_OC_269=\u6761\u76ee %s \u8fdd\u53cd\u4e86\u76ee\u5f55\u670d\u52a1\u5668\u6a21\u5f0f\u914d\u7f6e\u8981\u6c42\uff0c\u56e0\u4e3a\u5b83\u5305\u542b\u4e86\u4e00\u4e2a\u672a\u77e5\u7684\u5bf9\u8c61\u7c7b %s |
| | | MILD_ERR_ENTRY_SCHEMA_UNKNOWN_OC_269=\u6761\u76ee %s \u8fdd\u53cd\u4e86\u76ee\u5f55\u670d\u52a1\u5668\u6a21\u5f0f\u914d\u7f6e\u8981\u6c42\uff0c\u56e0\u4e3a\u5b83\u5305\u542b\u4e86\u4e00\u4e2a\u672a\u77e5\u7684 objectclass %s |
| | | MILD_ERR_SEARCH_BACKEND_EXCEPTION_270=\u5728\u5904\u7406\u67d0\u4e2a\u76ee\u5f55\u670d\u52a1\u5668\u540e\u7aef\u4e2d\u7684\u641c\u7d22\u65f6\u9047\u5230\u610f\u5916\u9519\u8bef: %s |
| | | MILD_ERR_MODDN_VIOLATES_SCHEMA_271=\u65e0\u6cd5\u5bf9\u6761\u76ee %s \u6267\u884c\u4fee\u6539 DN \u64cd\u4f5c\uff0c\u56e0\u4e3a\u6b64\u66f4\u6539\u5c06\u8fdd\u53cd\u670d\u52a1\u5668\u6a21\u5f0f: %s |
| | | INFO_CONNHANDLER_CLOSED_BY_SHUTDOWN_272=\u76ee\u5f55\u670d\u52a1\u5668\u6b63\u5728\u5173\u95ed |
| | |
| | | SEVERE_ERR_BACKUPINFO_UNKNOWN_PROPERTY_295=\u65e0\u6cd5\u89e3\u6790\u76ee\u5f55 %1$s \u4e2d\u7684\u5907\u4efd\u4fe1\u606f\u7ed3\u6784\uff0c\u56e0\u4e3a\u5176\u5305\u542b\u4e86\u503c\u4e3a %3$s \u7684\u672a\u77e5\u5c5e\u6027 %2$s |
| | | SEVERE_ERR_BACKUPINFO_CANNOT_DECODE_296=\u5728\u5c1d\u8bd5\u5bf9\u76ee\u5f55 %s \u4e2d\u7684\u5907\u4efd\u4fe1\u606f\u7ed3\u6784\u8fdb\u884c\u89e3\u7801\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | SEVERE_ERR_BACKUPINFO_NO_BACKUP_ID_297=\u65e0\u6cd5\u5bf9\u76ee\u5f55 %s \u4e2d\u7684\u5907\u4efd\u4fe1\u606f\u7ed3\u6784\u8fdb\u884c\u89e3\u7801\uff0c\u56e0\u4e3a\u8be5\u7ed3\u6784\u4e0d\u5305\u542b\u5907\u4efd ID |
| | | SEVERE_ERR_BACKUPINFO_NO_BACKUP_DATE_298=\u65e0\u6cd5\u5bf9\u76ee\u5f55 %2$s \u4e2d\u7684\u5907\u4efd\u4fe1\u606f\u7ed3\u6784\u8fdb\u884c\u89e3\u7801\uff0c\u5907\u4efd ID \u4e3a %1$s \u7684\u5907\u4efd\u4fe1\u606f\u7ed3\u6784\u65e0\u6548\uff0c\u56e0\u4e3a\u5176\u4e0d\u5305\u542b\u5907\u4efd\u65e5\u671f |
| | | SEVERE_ERR_BACKUPINFO_NO_BACKUP_DATE_298=\u76ee\u5f55 %2$s \u4e2d\u5907\u4efd ID \u4e3a %1$s \u7684\u5907\u4efd\u4fe1\u606f\u7ed3\u6784\u65e0\u6548\uff0c\u56e0\u4e3a\u5b83\u4e0d\u5305\u542b\u5907\u4efd\u65e5\u671f |
| | | SEVERE_ERR_BACKUPDIRECTORY_ADD_DUPLICATE_ID_299=\u65e0\u6cd5\u5c06 ID \u4e3a %s \u7684\u5907\u4efd\u6dfb\u52a0\u5230\u5907\u4efd\u76ee\u5f55 %s \u4e2d\uff0c\u56e0\u4e3a\u5df2\u5b58\u5728\u6b64 ID \u7684\u5176\u4ed6\u5907\u4efd |
| | | SEVERE_ERR_BACKUPDIRECTORY_NO_SUCH_BACKUP_300=\u65e0\u6cd5\u4ece\u5907\u4efd\u76ee\u5f55 %2$s \u4e2d\u5220\u9664\u5907\u4efd %1$s\uff0c\u56e0\u4e3a\u8be5\u76ee\u5f55\u4e2d\u4e0d\u5b58\u5728\u6b64 ID \u7684\u5907\u4efd |
| | | SEVERE_ERR_BACKUPDIRECTORY_UNRESOLVED_DEPENDENCY_301=\u65e0\u6cd5\u4ece\u5907\u4efd\u76ee\u5f55 %2$s \u4e2d\u5220\u9664\u5907\u4efd %1$s\uff0c\u56e0\u4e3a\u5b83\u88ab\u5217\u4e3a\u5907\u4efd %3$s \u7684\u4f9d\u8d56\u9879 |
| | |
| | | INFO_RESULT_CLIENT_SIDE_NO_MEMORY_334=\u5185\u5b58\u4e0d\u8db3 |
| | | INFO_RESULT_CLIENT_SIDE_CONNECT_ERROR_335=\u8fde\u63a5\u9519\u8bef |
| | | INFO_RESULT_CLIENT_SIDE_NOT_SUPPORTED_336=\u4e0d\u652f\u6301\u7684\u64cd\u4f5c |
| | | INFO_RESULT_CLIENT_SIDE_CONTROL_NOT_FOUND_337=\u627e\u4e0d\u5230\u63a7\u4ef6 |
| | | INFO_RESULT_CLIENT_SIDE_CONTROL_NOT_FOUND_337=\u627e\u4e0d\u5230\u63a7\u5236 |
| | | INFO_RESULT_CLIENT_SIDE_NO_RESULTS_RETURNED_338=\u672a\u8fd4\u56de\u4efb\u4f55\u7ed3\u679c |
| | | INFO_RESULT_CLIENT_SIDE_MORE_RESULTS_TO_RETURN_339=\u5c06\u8fd4\u56de\u66f4\u591a\u7ed3\u679c |
| | | INFO_RESULT_CLIENT_SIDE_CLIENT_LOOP_340=\u68c0\u6d4b\u5230\u5f15\u7528\u5faa\u73af |
| | |
| | | MILD_ERR_ADD_ATTR_IS_NO_USER_MOD_347=\u65e0\u6cd5\u6dfb\u52a0\u6761\u76ee %s\uff0c\u56e0\u4e3a\u8be5\u6761\u76ee\u5305\u542b\u7684\u5c5e\u6027 %s \u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5b9a\u4e49\u4e3a NO-USER-MODIFICATION |
| | | MILD_ERR_MODDN_OLD_RDN_ATTR_IS_NO_USER_MOD_348=\u65e0\u6cd5\u91cd\u547d\u540d\u6761\u76ee %s\uff0c\u56e0\u4e3a\u5f53\u524d DN \u5305\u542b\u7684\u5c5e\u6027 %s \u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5b9a\u4e49\u4e3a NO-USER-MODIFICATION\uff0c\u5e76\u4e14\u5728\u4fee\u6539 DN \u8bf7\u6c42\u4e2d\u8bbe\u7f6e\u4e86 deleteOldRDN \u6807\u5fd7 |
| | | MILD_ERR_MODDN_NEW_RDN_ATTR_IS_NO_USER_MOD_349=\u65e0\u6cd5\u91cd\u547d\u540d\u6761\u76ee %s\uff0c\u56e0\u4e3a\u65b0 RDN \u5305\u542b\u7684\u5c5e\u6027 %s \u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5b9a\u4e49\u4e3a NO-USER-MODIFICATION\uff0c\u5e76\u4e14\u8be5\u5c5e\u6027\u7684\u76ee\u6807\u503c\u5df2\u4e0d\u5305\u542b\u5728\u8be5\u6761\u76ee\u4e2d |
| | | MILD_ERR_MODDN_PREOP_INCREMENT_NO_ATTR_350=\u65e0\u6cd5\u5bf9\u6761\u76ee %s \u6267\u884c\u4fee\u6539 DN \u64cd\u4f5c\uff0c\u56e0\u4e3a\u9884\u64cd\u4f5c\u63d2\u4ef6\u5df2\u5c1d\u8bd5\u9012\u589e\u5c5e\u6027 %s\uff0c\u4f46\u76ee\u6807\u6761\u76ee\u4e2d\u4e0d\u5b58\u5728\u8be5\u5c5e\u6027 |
| | | MILD_ERR_MODDN_PREOP_INCREMENT_MULTIPLE_VALUES_351=\u65e0\u6cd5\u5bf9\u6761\u76ee %s \u6267\u884c\u4fee\u6539 DN \u64cd\u4f5c\uff0c\u56e0\u4e3a\u9884\u64cd\u4f5c\u63d2\u4ef6\u5df2\u5c1d\u8bd5\u9012\u589e\u5c5e\u6027 %s\uff0c\u4f46\u8be5\u5c5e\u6027\u5728\u76ee\u6807\u6761\u76ee\u4e2d\u6709\u591a\u4e2a\u503c |
| | | MILD_ERR_MODDN_PREOP_INCREMENT_VALUE_NOT_INTEGER_352=\u65e0\u6cd5\u5bf9\u6761\u76ee %s \u6267\u884c\u4fee\u6539 DN \u64cd\u4f5c\uff0c\u56e0\u4e3a\u9884\u64cd\u4f5c\u63d2\u4ef6\u5df2\u5c1d\u8bd5\u9012\u589e\u5c5e\u6027 %s\uff0c\u4f46\u8be5\u5c5e\u6027\u503c\u4e0d\u662f\u4e00\u4e2a\u6574\u6570 |
| | | MILD_ERR_MODDN_PREOP_INCREMENT_NO_AMOUNT_353=\u65e0\u6cd5\u5bf9\u6761\u76ee %s \u6267\u884c\u4fee\u6539 DN \u64cd\u4f5c\uff0c\u56e0\u4e3a\u9884\u64cd\u4f5c\u63d2\u4ef6\u5df2\u5c1d\u8bd5\u9012\u589e\u5c5e\u6027 %s\uff0c\u4f46\u6ca1\u6709\u63d0\u4f9b\u589e\u91cf |
| | | MILD_ERR_MODDN_PREOP_INCREMENT_MULTIPLE_AMOUNTS_354=\u65e0\u6cd5\u5bf9\u6761\u76ee %s \u6267\u884c\u4fee\u6539 DN \u64cd\u4f5c\uff0c\u56e0\u4e3a\u9884\u64cd\u4f5c\u63d2\u4ef6\u5df2\u5c1d\u8bd5\u9012\u589e\u5c5e\u6027 %s\uff0c\u4f46\u63d0\u4f9b\u4e86\u591a\u4e2a\u589e\u91cf\u503c |
| | | MILD_ERR_MODDN_PREOP_INCREMENT_AMOUNT_NOT_INTEGER_355=\u65e0\u6cd5\u5bf9\u6761\u76ee %s \u6267\u884c\u4fee\u6539 DN \u64cd\u4f5c\uff0c\u56e0\u4e3a\u9884\u64cd\u4f5c\u63d2\u4ef6\u5df2\u5c1d\u8bd5\u9012\u589e\u5c5e\u6027 %s\uff0c\u4f46\u589e\u91cf\u503c\u4e0d\u662f\u4e00\u4e2a\u6574\u6570 |
| | | MILD_ERR_MODDN_PREOP_VIOLATES_SCHEMA_356=\u65e0\u6cd5\u5bf9\u6761\u76ee %s \u6267\u884c\u4fee\u6539 DN \u64cd\u4f5c\uff0c\u56e0\u4e3a\u9884\u64cd\u4f5c\u63d2\u4ef6\u4fee\u6539\u8be5\u6761\u76ee\u7684\u65b9\u5f0f\u8fdd\u53cd\u4e86\u670d\u52a1\u5668\u6a21\u5f0f: %s |
| | | MILD_ERR_MODIFY_ASSERTION_FAILED_357=\u65e0\u6cd5\u4fee\u6539\u6761\u76ee %s\uff0c\u56e0\u4e3a\u8bf7\u6c42\u4e2d\u5305\u542b\u4e86 LDAP \u58f0\u660e\u63a7\u4ef6\uff0c\u5e76\u4e14\u5173\u8054\u7684\u8fc7\u6ee4\u5668\u4e0e\u8be5\u6761\u76ee\u5185\u5bb9\u4e0d\u5339\u914d |
| | | MILD_ERR_MODIFY_CANNOT_PROCESS_ASSERTION_FILTER_358=\u65e0\u6cd5\u4fee\u6539\u6761\u76ee %s\uff0c\u56e0\u4e3a\u8bf7\u6c42\u4e2d\u5305\u542b\u4e86 LDAP \u58f0\u660e\u63a7\u4ef6\uff0c\u4f46\u5728\u5c1d\u8bd5\u5c06\u76ee\u6807\u6761\u76ee\u4e0e\u8be5\u63a7\u4ef6\u4e2d\u5305\u542b\u7684\u8fc7\u6ee4\u5668\u8fdb\u884c\u6bd4\u8f83\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_MODIFY_UNSUPPORTED_CRITICAL_CONTROL_359=\u65e0\u6cd5\u4fee\u6539\u6761\u76ee %s\uff0c\u56e0\u4e3a\u8bf7\u6c42\u4e2d\u5305\u542b\u4e86\u4e00\u4e2a OID \u4e3a %s \u7684\u91cd\u8981\u63a7\u4ef6\uff0c\u76ee\u5f55\u670d\u52a1\u5668\u4e0d\u652f\u6301\u6b64\u7c7b\u64cd\u4f5c\u4f7f\u7528\u8be5\u63a7\u4ef6 |
| | | MILD_ERR_DELETE_CANNOT_GET_ENTRY_FOR_ASSERTION_360=\u65e0\u6cd5\u5220\u9664\u6761\u76ee %s\uff0c\u56e0\u4e3a\u5220\u9664\u8bf7\u6c42\u4e2d\u5305\u542b\u4e86 LDAP \u58f0\u660e\u63a7\u4ef6\uff0c\u5e76\u4e14\u5728\u5c1d\u8bd5\u68c0\u7d22\u76ee\u6807\u6761\u76ee\u4ee5\u5c06\u5176\u4e0e\u5173\u8054\u7684\u8fc7\u6ee4\u5668\u8fdb\u884c\u6bd4\u8f83\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_DELETE_NO_SUCH_ENTRY_FOR_ASSERTION_361=\u65e0\u6cd5\u5220\u9664\u6761\u76ee %s\uff0c\u56e0\u4e3a\u5728\u5c1d\u8bd5\u6839\u636e\u8bf7\u6c42\u4e2d\u5305\u542b\u7684 LDAP \u58f0\u660e\u63a7\u4ef6\u5904\u7406\u76ee\u6807\u6761\u76ee\u65f6\uff0c\u5df2\u786e\u5b9a\u8be5\u76ee\u6807\u6761\u76ee\u4e0d\u5b58\u5728 |
| | | MILD_ERR_DELETE_ASSERTION_FAILED_362=\u65e0\u6cd5\u5220\u9664\u6761\u76ee %s\uff0c\u56e0\u4e3a\u8bf7\u6c42\u4e2d\u5305\u542b\u4e86 LDAP \u58f0\u660e\u63a7\u4ef6\uff0c\u5e76\u4e14\u5173\u8054\u7684\u8fc7\u6ee4\u5668\u4e0e\u8be5\u6761\u76ee\u5185\u5bb9\u4e0d\u5339\u914d |
| | | MILD_ERR_DELETE_CANNOT_PROCESS_ASSERTION_FILTER_363=\u65e0\u6cd5\u5220\u9664\u6761\u76ee %s\uff0c\u56e0\u4e3a\u8bf7\u6c42\u4e2d\u5305\u542b\u4e86 LDAP \u58f0\u660e\u63a7\u4ef6\uff0c\u4f46\u5728\u5c1d\u8bd5\u5c06\u76ee\u6807\u6761\u76ee\u4e0e\u8be5\u63a7\u4ef6\u4e2d\u5305\u542b\u7684\u8fc7\u6ee4\u5668\u8fdb\u884c\u6bd4\u8f83\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_DELETE_UNSUPPORTED_CRITICAL_CONTROL_364=\u65e0\u6cd5\u5220\u9664\u6761\u76ee %s\uff0c\u56e0\u4e3a\u8bf7\u6c42\u4e2d\u5305\u542b\u4e86\u4e00\u4e2a OID \u4e3a %s \u7684\u91cd\u8981\u63a7\u4ef6\uff0c\u76ee\u5f55\u670d\u52a1\u5668\u4e0d\u652f\u6301\u6b64\u7c7b\u64cd\u4f5c\u4f7f\u7528\u8be5\u63a7\u4ef6 |
| | | MILD_ERR_MODDN_ASSERTION_FAILED_365=\u65e0\u6cd5\u91cd\u547d\u540d\u6761\u76ee %s\uff0c\u56e0\u4e3a\u8bf7\u6c42\u4e2d\u5305\u542b\u4e86 LDAP \u58f0\u660e\u63a7\u4ef6\uff0c\u5e76\u4e14\u5173\u8054\u7684\u8fc7\u6ee4\u5668\u4e0e\u8be5\u6761\u76ee\u5185\u5bb9\u4e0d\u5339\u914d |
| | | MILD_ERR_MODDN_CANNOT_PROCESS_ASSERTION_FILTER_366=\u65e0\u6cd5\u91cd\u547d\u540d\u6761\u76ee %s\uff0c\u56e0\u4e3a\u8bf7\u6c42\u4e2d\u5305\u542b\u4e86 LDAP \u58f0\u660e\u63a7\u4ef6\uff0c\u4f46\u5728\u5c1d\u8bd5\u5c06\u76ee\u6807\u6761\u76ee\u4e0e\u8be5\u63a7\u4ef6\u4e2d\u5305\u542b\u7684\u8fc7\u6ee4\u5668\u8fdb\u884c\u6bd4\u8f83\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_MODDN_UNSUPPORTED_CRITICAL_CONTROL_367=\u65e0\u6cd5\u91cd\u547d\u540d\u6761\u76ee %s\uff0c\u56e0\u4e3a\u8bf7\u6c42\u4e2d\u5305\u542b\u4e86\u4e00\u4e2a OID \u4e3a %s \u7684\u91cd\u8981\u63a7\u4ef6\uff0c\u76ee\u5f55\u670d\u52a1\u5668\u4e0d\u652f\u6301\u6b64\u7c7b\u64cd\u4f5c\u4f7f\u7528\u8be5\u63a7\u4ef6 |
| | | MILD_ERR_ADD_ASSERTION_FAILED_368=\u65e0\u6cd5\u6dfb\u52a0\u6761\u76ee %s\uff0c\u56e0\u4e3a\u8bf7\u6c42\u4e2d\u5305\u542b\u4e86 LDAP \u58f0\u660e\u63a7\u4ef6\uff0c\u5e76\u4e14\u5173\u8054\u7684\u8fc7\u6ee4\u5668\u4e0e\u63d0\u4f9b\u7684\u6761\u76ee\u5185\u5bb9\u4e0d\u5339\u914d |
| | | MILD_ERR_ADD_CANNOT_PROCESS_ASSERTION_FILTER_369=\u65e0\u6cd5\u6dfb\u52a0\u6761\u76ee %s\uff0c\u56e0\u4e3a\u8bf7\u6c42\u4e2d\u5305\u542b\u4e86 LDAP \u58f0\u660e\u63a7\u4ef6\uff0c\u4f46\u5728\u5c1d\u8bd5\u5c06\u63d0\u4f9b\u7684\u6761\u76ee\u4e0e\u8be5\u63a7\u4ef6\u4e2d\u5305\u542b\u7684\u8fc7\u6ee4\u5668\u8fdb\u884c\u6bd4\u8f83\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_ADD_UNSUPPORTED_CRITICAL_CONTROL_370=\u65e0\u6cd5\u6dfb\u52a0\u6761\u76ee %s\uff0c\u56e0\u4e3a\u8bf7\u6c42\u4e2d\u5305\u542b\u4e86\u4e00\u4e2a OID \u4e3a %s \u7684\u91cd\u8981\u63a7\u4ef6\uff0c\u76ee\u5f55\u670d\u52a1\u5668\u4e0d\u652f\u6301\u6b64\u7c7b\u64cd\u4f5c\u4f7f\u7528\u8be5\u63a7\u4ef6 |
| | | MILD_ERR_SEARCH_CANNOT_GET_ENTRY_FOR_ASSERTION_371=\u65e0\u6cd5\u5904\u7406\u641c\u7d22\u8bf7\u6c42\uff0c\u56e0\u4e3a\u8be5\u8bf7\u6c42\u4e2d\u5305\u542b\u4e86 LDAP \u58f0\u660e\u63a7\u4ef6\uff0c\u5e76\u4e14\u5728\u5c1d\u8bd5\u68c0\u7d22\u57fa\u6761\u76ee\u4ee5\u5c06\u5176\u4e0e\u58f0\u660e\u8fc7\u6ee4\u5668\u8fdb\u884c\u6bd4\u8f83\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_SEARCH_NO_SUCH_ENTRY_FOR_ASSERTION_372=\u65e0\u6cd5\u5904\u7406\u641c\u7d22\u8bf7\u6c42\uff0c\u56e0\u4e3a\u8be5\u8bf7\u6c42\u4e2d\u5305\u542b\u4e86 LDAP \u58f0\u660e\u63a7\u4ef6\uff0c\u4f46\u641c\u7d22\u57fa\u6761\u76ee\u4e0d\u5b58\u5728 |
| | | MILD_ERR_SEARCH_ASSERTION_FAILED_373=\u65e0\u6cd5\u5904\u7406\u641c\u7d22\u8bf7\u6c42\uff0c\u56e0\u4e3a\u8be5\u8bf7\u6c42\u4e2d\u5305\u542b\u4e86 LDAP \u58f0\u660e\u63a7\u4ef6\uff0c\u5e76\u4e14\u58f0\u660e\u8fc7\u6ee4\u5668\u4e0e\u57fa\u6761\u76ee\u7684\u5185\u5bb9\u4e0d\u5339\u914d |
| | | MILD_ERR_SEARCH_CANNOT_PROCESS_ASSERTION_FILTER_374=\u65e0\u6cd5\u5904\u7406\u641c\u7d22\u8bf7\u6c42\uff0c\u56e0\u4e3a\u8be5\u8bf7\u6c42\u4e2d\u5305\u542b\u4e86 LDAP \u58f0\u660e\u63a7\u4ef6\uff0c\u4f46\u5728\u5c1d\u8bd5\u5c06\u57fa\u6761\u76ee\u4e0e\u58f0\u660e\u8fc7\u6ee4\u5668\u8fdb\u884c\u6bd4\u8f83\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_SEARCH_UNSUPPORTED_CRITICAL_CONTROL_375=\u65e0\u6cd5\u5904\u7406\u641c\u7d22\u8bf7\u6c42\uff0c\u56e0\u4e3a\u8be5\u8bf7\u6c42\u4e2d\u5305\u542b\u4e86\u4e00\u4e2a OID \u4e3a %s \u7684\u91cd\u8981\u63a7\u4ef6\uff0c\u76ee\u5f55\u670d\u52a1\u5668\u4e0d\u652f\u6301\u6b64\u7c7b\u64cd\u4f5c\u4f7f\u7528\u8be5\u63a7\u4ef6 |
| | | MILD_ERR_COMPARE_ASSERTION_FAILED_376=\u65e0\u6cd5\u5bf9\u6761\u76ee %s \u6267\u884c\u6bd4\u8f83\u64cd\u4f5c\uff0c\u56e0\u4e3a\u8bf7\u6c42\u4e2d\u5305\u542b\u4e86 LDAP \u58f0\u660e\u63a7\u4ef6\uff0c\u5e76\u4e14\u5173\u8054\u7684\u8fc7\u6ee4\u5668\u4e0e\u8be5\u6761\u76ee\u5185\u5bb9\u4e0d\u5339\u914d |
| | | MILD_ERR_COMPARE_CANNOT_PROCESS_ASSERTION_FILTER_377=\u65e0\u6cd5\u5bf9\u6761\u76ee %s \u6267\u884c\u6bd4\u8f83\u64cd\u4f5c\uff0c\u56e0\u4e3a\u8bf7\u6c42\u4e2d\u5305\u542b\u4e86 LDAP \u58f0\u660e\u63a7\u4ef6\uff0c\u4f46\u5728\u5c1d\u8bd5\u5c06\u76ee\u6807\u6761\u76ee\u4e0e\u8be5\u63a7\u4ef6\u4e2d\u5305\u542b\u7684\u8fc7\u6ee4\u5668\u8fdb\u884c\u6bd4\u8f83\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_COMPARE_UNSUPPORTED_CRITICAL_CONTROL_378=\u65e0\u6cd5\u5bf9\u6761\u76ee %s \u6267\u884c\u6bd4\u8f83\u64cd\u4f5c\uff0c\u56e0\u4e3a\u8bf7\u6c42\u4e2d\u5305\u542b\u4e86\u4e00\u4e2a OID \u4e3a %s \u7684\u91cd\u8981\u63a7\u4ef6\uff0c\u76ee\u5f55\u670d\u52a1\u5668\u4e0d\u652f\u6301\u6b64\u7c7b\u64cd\u4f5c\u4f7f\u7528\u8be5\u63a7\u4ef6 |
| | | INFO_ADD_NOOP_379=\u5b9e\u9645\u4e0a\uff0c\u6ca1\u6709\u5728\u76ee\u5f55\u670d\u52a1\u5668\u540e\u7aef\u6267\u884c\u6dfb\u52a0\u64cd\u4f5c\uff0c\u56e0\u4e3a\u8bf7\u6c42\u4e2d\u5b58\u5728 LDAP \u65e0\u64cd\u4f5c\u63a7\u4ef6 |
| | | INFO_DELETE_NOOP_380=\u5b9e\u9645\u4e0a\uff0c\u6ca1\u6709\u5728\u76ee\u5f55\u670d\u52a1\u5668\u540e\u7aef\u6267\u884c\u5220\u9664\u64cd\u4f5c\uff0c\u56e0\u4e3a\u8bf7\u6c42\u4e2d\u5b58\u5728 LDAP \u65e0\u64cd\u4f5c\u63a7\u4ef6 |
| | | INFO_MODIFY_NOOP_381=\u5b9e\u9645\u4e0a\uff0c\u6ca1\u6709\u5728\u76ee\u5f55\u670d\u52a1\u5668\u540e\u7aef\u6267\u884c\u4fee\u6539\u64cd\u4f5c\uff0c\u56e0\u4e3a\u8bf7\u6c42\u4e2d\u5b58\u5728 LDAP \u65e0\u64cd\u4f5c\u63a7\u4ef6 |
| | | INFO_MODDN_NOOP_382=\u5b9e\u9645\u4e0a\uff0c\u6ca1\u6709\u5728\u76ee\u5f55\u670d\u52a1\u5668\u540e\u7aef\u6267\u884c\u4fee\u6539 DN \u64cd\u4f5c\uff0c\u56e0\u4e3a\u8bf7\u6c42\u4e2d\u5b58\u5728 LDAP \u65e0\u64cd\u4f5c\u63a7\u4ef6 |
| | | MILD_ERR_DELETE_PREREAD_NO_ENTRY_383=\u65e0\u6cd5\u5220\u9664\u6761\u76ee %s\uff0c\u56e0\u4e3a\u5728\u5c1d\u8bd5\u6839\u636e LDAP \u9884\u8bfb\u53d6\u8bf7\u6c42\u63a7\u4ef6\u5904\u7406\u76ee\u6807\u6761\u76ee\u65f6\uff0c\u5df2\u786e\u5b9a\u8be5\u76ee\u6807\u6761\u76ee\u4e0d\u5b58\u5728 |
| | | MILD_ERR_MODDN_PREOP_INCREMENT_NO_ATTR_350=\u65e0\u6cd5\u5bf9\u6761\u76ee %s \u6267\u884c\u4fee\u6539 DN \u64cd\u4f5c\uff0c\u56e0\u4e3a\u64cd\u4f5c\u524d\u5904\u7406\u63d2\u4ef6\u5df2\u5c1d\u8bd5\u9012\u589e\u5c5e\u6027 %s\uff0c\u4f46\u76ee\u6807\u6761\u76ee\u4e2d\u4e0d\u5b58\u5728\u8be5\u5c5e\u6027 |
| | | MILD_ERR_MODDN_PREOP_INCREMENT_MULTIPLE_VALUES_351=\u65e0\u6cd5\u5bf9\u6761\u76ee %s \u6267\u884c\u4fee\u6539 DN \u64cd\u4f5c\uff0c\u56e0\u4e3a\u64cd\u4f5c\u524d\u5904\u7406\u63d2\u4ef6\u5df2\u5c1d\u8bd5\u9012\u589e\u5c5e\u6027 %s\uff0c\u4f46\u8be5\u5c5e\u6027\u5728\u76ee\u6807\u6761\u76ee\u4e2d\u6709\u591a\u4e2a\u503c |
| | | MILD_ERR_MODDN_PREOP_INCREMENT_VALUE_NOT_INTEGER_352=\u65e0\u6cd5\u5bf9\u6761\u76ee %s \u6267\u884c\u4fee\u6539 DN \u64cd\u4f5c\uff0c\u56e0\u4e3a\u64cd\u4f5c\u524d\u5904\u7406\u63d2\u4ef6\u5df2\u5c1d\u8bd5\u9012\u589e\u5c5e\u6027 %s\uff0c\u4f46\u8be5\u5c5e\u6027\u503c\u4e0d\u662f\u4e00\u4e2a\u6574\u6570 |
| | | MILD_ERR_MODDN_PREOP_INCREMENT_NO_AMOUNT_353=\u65e0\u6cd5\u5bf9\u6761\u76ee %s \u6267\u884c\u4fee\u6539 DN \u64cd\u4f5c\uff0c\u56e0\u4e3a\u64cd\u4f5c\u524d\u5904\u7406\u63d2\u4ef6\u5df2\u5c1d\u8bd5\u9012\u589e\u5c5e\u6027 %s\uff0c\u4f46\u6ca1\u6709\u63d0\u4f9b\u589e\u91cf |
| | | MILD_ERR_MODDN_PREOP_INCREMENT_MULTIPLE_AMOUNTS_354=\u65e0\u6cd5\u5bf9\u6761\u76ee %s \u6267\u884c\u4fee\u6539 DN \u64cd\u4f5c\uff0c\u56e0\u4e3a\u64cd\u4f5c\u524d\u5904\u7406\u63d2\u4ef6\u5df2\u5c1d\u8bd5\u9012\u589e\u5c5e\u6027 %s\uff0c\u4f46\u63d0\u4f9b\u4e86\u591a\u4e2a\u589e\u91cf\u503c |
| | | MILD_ERR_MODDN_PREOP_INCREMENT_AMOUNT_NOT_INTEGER_355=\u65e0\u6cd5\u5bf9\u6761\u76ee %s \u6267\u884c\u4fee\u6539 DN \u64cd\u4f5c\uff0c\u56e0\u4e3a\u64cd\u4f5c\u524d\u5904\u7406\u63d2\u4ef6\u5df2\u5c1d\u8bd5\u9012\u589e\u5c5e\u6027 %s\uff0c\u4f46\u589e\u91cf\u503c\u4e0d\u662f\u4e00\u4e2a\u6574\u6570 |
| | | MILD_ERR_MODDN_PREOP_VIOLATES_SCHEMA_356=\u65e0\u6cd5\u5bf9\u6761\u76ee %s \u6267\u884c\u4fee\u6539 DN \u64cd\u4f5c\uff0c\u56e0\u4e3a\u64cd\u4f5c\u524d\u5904\u7406\u63d2\u4ef6\u4fee\u6539\u8be5\u6761\u76ee\u7684\u65b9\u5f0f\u8fdd\u53cd\u4e86\u670d\u52a1\u5668\u6a21\u5f0f: %s |
| | | MILD_ERR_MODIFY_ASSERTION_FAILED_357=\u65e0\u6cd5\u4fee\u6539\u6761\u76ee %s\uff0c\u56e0\u4e3a\u8bf7\u6c42\u4e2d\u5305\u542b\u4e86 LDAP \u58f0\u660e\u63a7\u5236\uff0c\u5e76\u4e14\u5173\u8054\u7684\u8fc7\u6ee4\u5668\u4e0e\u8be5\u6761\u76ee\u5185\u5bb9\u4e0d\u5339\u914d |
| | | MILD_ERR_MODIFY_CANNOT_PROCESS_ASSERTION_FILTER_358=\u65e0\u6cd5\u4fee\u6539\u6761\u76ee %s\uff0c\u56e0\u4e3a\u8bf7\u6c42\u4e2d\u5305\u542b\u4e86 LDAP \u58f0\u660e\u63a7\u5236\uff0c\u4f46\u5728\u5c1d\u8bd5\u5c06\u76ee\u6807\u6761\u76ee\u4e0e\u8be5\u63a7\u5236\u4e2d\u5305\u542b\u7684\u8fc7\u6ee4\u5668\u8fdb\u884c\u6bd4\u8f83\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_MODIFY_UNSUPPORTED_CRITICAL_CONTROL_359=\u65e0\u6cd5\u4fee\u6539\u6761\u76ee %s\uff0c\u56e0\u4e3a\u8bf7\u6c42\u4e2d\u5305\u542b\u4e86\u4e00\u4e2a OID \u4e3a %s \u7684\u91cd\u8981\u63a7\u5236\uff0c\u76ee\u5f55\u670d\u52a1\u5668\u4e0d\u652f\u6301\u6b64\u7c7b\u64cd\u4f5c\u4f7f\u7528\u8be5\u63a7\u5236 |
| | | MILD_ERR_DELETE_CANNOT_GET_ENTRY_FOR_ASSERTION_360=\u65e0\u6cd5\u5220\u9664\u6761\u76ee %s\uff0c\u56e0\u4e3a\u5220\u9664\u8bf7\u6c42\u4e2d\u5305\u542b\u4e86 LDAP \u58f0\u660e\u63a7\u5236\uff0c\u5e76\u4e14\u5728\u5c1d\u8bd5\u68c0\u7d22\u76ee\u6807\u6761\u76ee\u4ee5\u5c06\u5176\u4e0e\u5173\u8054\u7684\u8fc7\u6ee4\u5668\u8fdb\u884c\u6bd4\u8f83\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_DELETE_NO_SUCH_ENTRY_FOR_ASSERTION_361=\u65e0\u6cd5\u5220\u9664\u6761\u76ee %s\uff0c\u56e0\u4e3a\u5728\u5c1d\u8bd5\u6839\u636e\u8bf7\u6c42\u4e2d\u5305\u542b\u7684 LDAP \u58f0\u660e\u63a7\u5236\u5904\u7406\u76ee\u6807\u6761\u76ee\u65f6\uff0c\u5df2\u786e\u5b9a\u8be5\u76ee\u6807\u6761\u76ee\u4e0d\u5b58\u5728 |
| | | MILD_ERR_DELETE_ASSERTION_FAILED_362=\u65e0\u6cd5\u5220\u9664\u6761\u76ee %s\uff0c\u56e0\u4e3a\u8bf7\u6c42\u4e2d\u5305\u542b\u4e86 LDAP \u58f0\u660e\u63a7\u5236\uff0c\u5e76\u4e14\u5173\u8054\u7684\u8fc7\u6ee4\u5668\u4e0e\u8be5\u6761\u76ee\u5185\u5bb9\u4e0d\u5339\u914d |
| | | MILD_ERR_DELETE_CANNOT_PROCESS_ASSERTION_FILTER_363=\u65e0\u6cd5\u5220\u9664\u6761\u76ee %s\uff0c\u56e0\u4e3a\u8bf7\u6c42\u4e2d\u5305\u542b\u4e86 LDAP \u58f0\u660e\u63a7\u5236\uff0c\u4f46\u5728\u5c1d\u8bd5\u5c06\u76ee\u6807\u6761\u76ee\u4e0e\u8be5\u63a7\u5236\u4e2d\u5305\u542b\u7684\u8fc7\u6ee4\u5668\u8fdb\u884c\u6bd4\u8f83\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_DELETE_UNSUPPORTED_CRITICAL_CONTROL_364=\u65e0\u6cd5\u5220\u9664\u6761\u76ee %s\uff0c\u56e0\u4e3a\u8bf7\u6c42\u4e2d\u5305\u542b\u4e86\u4e00\u4e2a OID \u4e3a %s \u7684\u91cd\u8981\u63a7\u5236\uff0c\u76ee\u5f55\u670d\u52a1\u5668\u4e0d\u652f\u6301\u6b64\u7c7b\u64cd\u4f5c\u4f7f\u7528\u8be5\u63a7\u5236 |
| | | MILD_ERR_MODDN_ASSERTION_FAILED_365=\u65e0\u6cd5\u91cd\u547d\u540d\u6761\u76ee %s\uff0c\u56e0\u4e3a\u8bf7\u6c42\u4e2d\u5305\u542b\u4e86 LDAP \u58f0\u660e\u63a7\u5236\uff0c\u5e76\u4e14\u5173\u8054\u7684\u8fc7\u6ee4\u5668\u4e0e\u8be5\u6761\u76ee\u5185\u5bb9\u4e0d\u5339\u914d |
| | | MILD_ERR_MODDN_CANNOT_PROCESS_ASSERTION_FILTER_366=\u65e0\u6cd5\u91cd\u547d\u540d\u6761\u76ee %s\uff0c\u56e0\u4e3a\u8bf7\u6c42\u4e2d\u5305\u542b\u4e86 LDAP \u58f0\u660e\u63a7\u5236\uff0c\u4f46\u5728\u5c1d\u8bd5\u5c06\u76ee\u6807\u6761\u76ee\u4e0e\u8be5\u63a7\u5236\u4e2d\u5305\u542b\u7684\u8fc7\u6ee4\u5668\u8fdb\u884c\u6bd4\u8f83\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_MODDN_UNSUPPORTED_CRITICAL_CONTROL_367=\u65e0\u6cd5\u91cd\u547d\u540d\u6761\u76ee %s\uff0c\u56e0\u4e3a\u8bf7\u6c42\u4e2d\u5305\u542b\u4e86\u4e00\u4e2a OID \u4e3a %s \u7684\u91cd\u8981\u63a7\u5236\uff0c\u76ee\u5f55\u670d\u52a1\u5668\u4e0d\u652f\u6301\u6b64\u7c7b\u64cd\u4f5c\u4f7f\u7528\u8be5\u63a7\u5236 |
| | | MILD_ERR_ADD_ASSERTION_FAILED_368=\u65e0\u6cd5\u6dfb\u52a0\u6761\u76ee %s\uff0c\u56e0\u4e3a\u8bf7\u6c42\u4e2d\u5305\u542b\u4e86 LDAP \u58f0\u660e\u63a7\u5236\uff0c\u5e76\u4e14\u5173\u8054\u7684\u8fc7\u6ee4\u5668\u4e0e\u63d0\u4f9b\u7684\u6761\u76ee\u5185\u5bb9\u4e0d\u5339\u914d |
| | | MILD_ERR_ADD_CANNOT_PROCESS_ASSERTION_FILTER_369=\u65e0\u6cd5\u6dfb\u52a0\u6761\u76ee %s\uff0c\u56e0\u4e3a\u8bf7\u6c42\u4e2d\u5305\u542b\u4e86 LDAP \u58f0\u660e\u63a7\u5236\uff0c\u4f46\u5728\u5c1d\u8bd5\u5c06\u63d0\u4f9b\u7684\u6761\u76ee\u4e0e\u8be5\u63a7\u5236\u4e2d\u5305\u542b\u7684\u8fc7\u6ee4\u5668\u8fdb\u884c\u6bd4\u8f83\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_ADD_UNSUPPORTED_CRITICAL_CONTROL_370=\u65e0\u6cd5\u6dfb\u52a0\u6761\u76ee %s\uff0c\u56e0\u4e3a\u8bf7\u6c42\u4e2d\u5305\u542b\u4e86\u4e00\u4e2a OID \u4e3a %s \u7684\u91cd\u8981\u63a7\u5236\uff0c\u76ee\u5f55\u670d\u52a1\u5668\u4e0d\u652f\u6301\u6b64\u7c7b\u64cd\u4f5c\u4f7f\u7528\u8be5\u63a7\u5236 |
| | | MILD_ERR_SEARCH_CANNOT_GET_ENTRY_FOR_ASSERTION_371=\u65e0\u6cd5\u5904\u7406\u641c\u7d22\u8bf7\u6c42\uff0c\u56e0\u4e3a\u8be5\u8bf7\u6c42\u4e2d\u5305\u542b\u4e86 LDAP \u58f0\u660e\u63a7\u5236\uff0c\u5e76\u4e14\u5728\u5c1d\u8bd5\u68c0\u7d22\u57fa\u6761\u76ee\u4ee5\u5c06\u5176\u4e0e\u58f0\u660e\u8fc7\u6ee4\u5668\u8fdb\u884c\u6bd4\u8f83\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_SEARCH_NO_SUCH_ENTRY_FOR_ASSERTION_372=\u65e0\u6cd5\u5904\u7406\u641c\u7d22\u8bf7\u6c42\uff0c\u56e0\u4e3a\u8be5\u8bf7\u6c42\u4e2d\u5305\u542b\u4e86 LDAP \u58f0\u660e\u63a7\u5236\uff0c\u4f46\u641c\u7d22\u57fa\u6761\u76ee\u4e0d\u5b58\u5728 |
| | | MILD_ERR_SEARCH_ASSERTION_FAILED_373=\u65e0\u6cd5\u5904\u7406\u641c\u7d22\u8bf7\u6c42\uff0c\u56e0\u4e3a\u8be5\u8bf7\u6c42\u4e2d\u5305\u542b\u4e86 LDAP \u58f0\u660e\u63a7\u5236\uff0c\u5e76\u4e14\u58f0\u660e\u8fc7\u6ee4\u5668\u4e0e\u57fa\u6761\u76ee\u7684\u5185\u5bb9\u4e0d\u5339\u914d |
| | | MILD_ERR_SEARCH_CANNOT_PROCESS_ASSERTION_FILTER_374=\u65e0\u6cd5\u5904\u7406\u641c\u7d22\u8bf7\u6c42\uff0c\u56e0\u4e3a\u8be5\u8bf7\u6c42\u4e2d\u5305\u542b\u4e86 LDAP \u58f0\u660e\u63a7\u5236\uff0c\u4f46\u5728\u5c1d\u8bd5\u5c06\u57fa\u6761\u76ee\u4e0e\u58f0\u660e\u8fc7\u6ee4\u5668\u8fdb\u884c\u6bd4\u8f83\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_SEARCH_UNSUPPORTED_CRITICAL_CONTROL_375=\u65e0\u6cd5\u5904\u7406\u641c\u7d22\u8bf7\u6c42\uff0c\u56e0\u4e3a\u8be5\u8bf7\u6c42\u4e2d\u5305\u542b\u4e86\u4e00\u4e2a OID \u4e3a %s \u7684\u91cd\u8981\u63a7\u5236\uff0c\u76ee\u5f55\u670d\u52a1\u5668\u4e0d\u652f\u6301\u6b64\u7c7b\u64cd\u4f5c\u4f7f\u7528\u8be5\u63a7\u5236 |
| | | MILD_ERR_COMPARE_ASSERTION_FAILED_376=\u65e0\u6cd5\u5bf9\u6761\u76ee %s \u6267\u884c\u6bd4\u8f83\u64cd\u4f5c\uff0c\u56e0\u4e3a\u8bf7\u6c42\u4e2d\u5305\u542b\u4e86 LDAP \u58f0\u660e\u63a7\u5236\uff0c\u5e76\u4e14\u5173\u8054\u7684\u8fc7\u6ee4\u5668\u4e0e\u8be5\u6761\u76ee\u5185\u5bb9\u4e0d\u5339\u914d |
| | | MILD_ERR_COMPARE_CANNOT_PROCESS_ASSERTION_FILTER_377=\u65e0\u6cd5\u5bf9\u6761\u76ee %s \u6267\u884c\u6bd4\u8f83\u64cd\u4f5c\uff0c\u56e0\u4e3a\u8bf7\u6c42\u4e2d\u5305\u542b\u4e86 LDAP \u58f0\u660e\u63a7\u5236\uff0c\u4f46\u5728\u5c1d\u8bd5\u5c06\u76ee\u6807\u6761\u76ee\u4e0e\u8be5\u63a7\u5236\u4e2d\u5305\u542b\u7684\u8fc7\u6ee4\u5668\u8fdb\u884c\u6bd4\u8f83\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_COMPARE_UNSUPPORTED_CRITICAL_CONTROL_378=\u65e0\u6cd5\u5bf9\u6761\u76ee %s \u6267\u884c\u6bd4\u8f83\u64cd\u4f5c\uff0c\u56e0\u4e3a\u8bf7\u6c42\u4e2d\u5305\u542b\u4e86\u4e00\u4e2a OID \u4e3a %s \u7684\u91cd\u8981\u63a7\u5236\uff0c\u76ee\u5f55\u670d\u52a1\u5668\u4e0d\u652f\u6301\u6b64\u7c7b\u64cd\u4f5c\u4f7f\u7528\u8be5\u63a7\u5236 |
| | | INFO_ADD_NOOP_379=\u5b9e\u9645\u4e0a\uff0c\u6ca1\u6709\u5728\u76ee\u5f55\u670d\u52a1\u5668\u540e\u7aef\u6267\u884c\u6dfb\u52a0\u64cd\u4f5c\uff0c\u56e0\u4e3a\u8bf7\u6c42\u4e2d\u5b58\u5728 LDAP \u65e0\u64cd\u4f5c\u63a7\u5236 |
| | | INFO_DELETE_NOOP_380=\u5b9e\u9645\u4e0a\uff0c\u6ca1\u6709\u5728\u76ee\u5f55\u670d\u52a1\u5668\u540e\u7aef\u6267\u884c\u5220\u9664\u64cd\u4f5c\uff0c\u56e0\u4e3a\u8bf7\u6c42\u4e2d\u5b58\u5728 LDAP \u65e0\u64cd\u4f5c\u63a7\u5236 |
| | | INFO_MODIFY_NOOP_381=\u5b9e\u9645\u4e0a\uff0c\u6ca1\u6709\u5728\u76ee\u5f55\u670d\u52a1\u5668\u540e\u7aef\u6267\u884c\u4fee\u6539\u64cd\u4f5c\uff0c\u56e0\u4e3a\u8bf7\u6c42\u4e2d\u5b58\u5728 LDAP \u65e0\u64cd\u4f5c\u63a7\u5236 |
| | | INFO_MODDN_NOOP_382=\u5b9e\u9645\u4e0a\uff0c\u6ca1\u6709\u5728\u76ee\u5f55\u670d\u52a1\u5668\u540e\u7aef\u6267\u884c\u4fee\u6539 DN \u64cd\u4f5c\uff0c\u56e0\u4e3a\u8bf7\u6c42\u4e2d\u5b58\u5728 LDAP \u65e0\u64cd\u4f5c\u63a7\u5236 |
| | | MILD_ERR_DELETE_PREREAD_NO_ENTRY_383=\u65e0\u6cd5\u5220\u9664\u6761\u76ee %s\uff0c\u56e0\u4e3a\u5728\u5c1d\u8bd5\u6839\u636e LDAP \u9884\u8bfb\u53d6\u8bf7\u6c42\u63a7\u5236\u5904\u7406\u76ee\u6807\u6761\u76ee\u65f6\uff0c\u5df2\u786e\u5b9a\u8be5\u76ee\u6807\u6761\u76ee\u4e0d\u5b58\u5728 |
| | | INFO_RESULT_AUTHORIZATION_DENIED_384=\u6388\u6743\u88ab\u62d2\u7edd |
| | | SEVERE_ERR_ADD_MISSING_RDN_ATTRIBUTE_385=\u65e0\u6cd5\u6dfb\u52a0\u6761\u76ee %s\uff0c\u56e0\u4e3a\u7f3a\u5c11\u6761\u76ee\u7684 RDN \u4e2d\u5305\u542b\u7684\u5c5e\u6027 %s\u3002\u8fd8\u5fc5\u987b\u5728\u8be5\u6761\u76ee\u7684\u5c5e\u6027\u5217\u8868\u4e2d\u63d0\u4f9b RDN \u4e2d\u4f7f\u7528\u7684\u6240\u6709\u5c5e\u6027 |
| | | SEVERE_ERR_ADD_ERROR_NOTIFYING_CHANGE_LISTENER_386=\u5728\u5411\u66f4\u6539\u901a\u77e5\u4fa6\u542c\u5668\u53d1\u51fa\u6dfb\u52a0\u64cd\u4f5c\u901a\u77e5\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | |
| | | SEVERE_ERR_MODIFY_ERROR_NOTIFYING_PERSISTENT_SEARCH_391=\u5728\u5411\u6301\u4e45\u6027\u641c\u7d22 %s \u53d1\u51fa\u4fee\u6539\u64cd\u4f5c\u901a\u77e5\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s\u3002\u6301\u4e45\u6027\u641c\u7d22\u5df2\u88ab\u7ec8\u6b62 |
| | | SEVERE_ERR_MODDN_ERROR_NOTIFYING_CHANGE_LISTENER_392=\u5728\u5411\u66f4\u6539\u901a\u77e5\u4fa6\u542c\u5668\u53d1\u51fa\u4fee\u6539 DN \u64cd\u4f5c\u901a\u77e5\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | SEVERE_ERR_MODDN_ERROR_NOTIFYING_PERSISTENT_SEARCH_393=\u5728\u5411\u6301\u4e45\u6027\u641c\u7d22 %s \u53d1\u51fa\u4fee\u6539 DN \u64cd\u4f5c\u901a\u77e5\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s\u3002\u6301\u4e45\u6027\u641c\u7d22\u5df2\u88ab\u7ec8\u6b62 |
| | | SEVERE_ERR_BIND_UNSUPPORTED_CRITICAL_CONTROL_394=\u65e0\u6cd5\u5904\u7406\u7ed1\u5b9a\u8bf7\u6c42\uff0c\u56e0\u4e3a\u8be5\u8bf7\u6c42\u4e2d\u5305\u542b\u4e86\u4e00\u4e2a OID \u4e3a %s \u5e76\u6807\u8bb0\u4e3a\u201c\u91cd\u8981\u201d\u7684\u63a7\u4ef6\uff0c\u4f46\u6b64\u63a7\u4ef6\u4e0d\u652f\u6301\u7ed1\u5b9a\u64cd\u4f5c |
| | | SEVERE_ERR_BIND_UNSUPPORTED_CRITICAL_CONTROL_394=\u65e0\u6cd5\u5904\u7406\u7ed1\u5b9a\u8bf7\u6c42\uff0c\u56e0\u4e3a\u8be5\u8bf7\u6c42\u4e2d\u5305\u542b\u4e86\u4e00\u4e2a OID \u4e3a %s \u5e76\u6807\u8bb0\u4e3a\u201c\u91cd\u8981\u201d\u7684\u63a7\u5236\uff0c\u4f46\u6b64\u63a7\u5236\u4e0d\u652f\u6301\u7ed1\u5b9a\u64cd\u4f5c |
| | | SEVERE_WARN_BIND_MULTIPLE_USER_SIZE_LIMITS_395=\u7528\u6237\u6761\u76ee %s \u4e2d\u5305\u542b\u4e86\u591a\u4e2a\u7279\u5b9a\u4e8e\u7528\u6237\u7684\u5927\u5c0f\u9650\u5236\u503c\u3002\u5c06\u4f7f\u7528\u9ed8\u8ba4\u7684\u670d\u52a1\u5668\u5927\u5c0f\u9650\u5236 |
| | | SEVERE_WARN_BIND_CANNOT_PROCESS_USER_SIZE_LIMIT_396=\u65e0\u6cd5\u5c06\u7528\u6237\u6761\u76ee %2$s \u4e2d\u5305\u542b\u7684\u7279\u5b9a\u4e8e\u7528\u6237\u7684\u5927\u5c0f\u9650\u5236\u503c %1$s \u89e3\u6790\u4e3a\u4e00\u4e2a\u6574\u6570\u3002\u5c06\u4f7f\u7528\u9ed8\u8ba4\u7684\u670d\u52a1\u5668\u5927\u5c0f\u9650\u5236 |
| | | SEVERE_WARN_BIND_MULTIPLE_USER_TIME_LIMITS_397=\u7528\u6237\u6761\u76ee %s \u4e2d\u5305\u542b\u4e86\u591a\u4e2a\u7279\u5b9a\u4e8e\u7528\u6237\u7684\u65f6\u95f4\u9650\u5236\u503c\u3002\u5c06\u4f7f\u7528\u9ed8\u8ba4\u7684\u670d\u52a1\u5668\u65f6\u95f4\u9650\u5236 |
| | | SEVERE_WARN_BIND_CANNOT_PROCESS_USER_TIME_LIMIT_398=\u65e0\u6cd5\u5c06\u7528\u6237\u6761\u76ee %2$s \u4e2d\u5305\u542b\u7684\u7279\u5b9a\u4e8e\u7528\u6237\u7684\u65f6\u95f4\u9650\u5236\u503c %1$s \u89e3\u6790\u4e3a\u4e00\u4e2a\u6574\u6570\u3002\u5c06\u4f7f\u7528\u9ed8\u8ba4\u7684\u670d\u52a1\u5668\u65f6\u95f4\u9650\u5236 |
| | | INFO_RESULT_ASSERTION_FAILED_399=\u58f0\u660e\u5931\u8d25 |
| | | SEVERE_ERR_ADD_ENTRY_ALREADY_EXISTS_400=\u65e0\u6cd5\u6dfb\u52a0\u6761\u76ee %s\uff0c\u56e0\u4e3a\u5df2\u5b58\u5728\u540c\u540d\u7684\u6761\u76ee |
| | | SEVERE_ERR_ADD_SYNCH_PREOP_FAILED_401=\u5728\u5bf9\u6dfb\u52a0\u64cd\u4f5c\uff08\u8fde\u63a5 ID \u4e3a %d\uff0c\u64cd\u4f5c ID \u4e3a %d\uff09\u6267\u884c\u9884\u64cd\u4f5c\u540c\u6b65\u5904\u7406\u8fc7\u7a0b\u4e2d\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_ADD_SYNCH_POSTOP_FAILED_402=\u5728\u5bf9\u6dfb\u52a0\u64cd\u4f5c\uff08\u8fde\u63a5 ID \u4e3a %d\uff0c\u64cd\u4f5c ID \u4e3a %d\uff09\u6267\u884c\u540e\u64cd\u4f5c\u540c\u6b65\u5904\u7406\u8fc7\u7a0b\u4e2d\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_DELETE_SYNCH_PREOP_FAILED_403=\u5728\u5bf9\u5220\u9664\u64cd\u4f5c\uff08\u8fde\u63a5 ID \u4e3a %d\uff0c\u64cd\u4f5c ID \u4e3a %d\uff09\u6267\u884c\u9884\u64cd\u4f5c\u540c\u6b65\u5904\u7406\u8fc7\u7a0b\u4e2d\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_DELETE_SYNCH_POSTOP_FAILED_404=\u5728\u5bf9\u5220\u9664\u64cd\u4f5c\uff08\u8fde\u63a5 ID \u4e3a %d\uff0c\u64cd\u4f5c ID \u4e3a %d\uff09\u6267\u884c\u540e\u64cd\u4f5c\u540c\u6b65\u5904\u7406\u8fc7\u7a0b\u4e2d\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_MODIFY_SYNCH_PREOP_FAILED_405=\u5728\u5bf9\u4fee\u6539\u64cd\u4f5c\uff08\u8fde\u63a5 ID \u4e3a %d\uff0c\u64cd\u4f5c ID \u4e3a %d\uff09\u6267\u884c\u9884\u64cd\u4f5c\u540c\u6b65\u5904\u7406\u8fc7\u7a0b\u4e2d\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_MODIFY_SYNCH_POSTOP_FAILED_406=\u5728\u5bf9\u4fee\u6539\u64cd\u4f5c\uff08\u8fde\u63a5 ID \u4e3a %d\uff0c\u64cd\u4f5c ID \u4e3a %d\uff09\u6267\u884c\u540e\u64cd\u4f5c\u540c\u6b65\u5904\u7406\u8fc7\u7a0b\u4e2d\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_MODDN_SYNCH_PREOP_FAILED_407=\u5728\u5bf9\u4fee\u6539 DN \u64cd\u4f5c\uff08\u8fde\u63a5 ID \u4e3a %d\uff0c\u64cd\u4f5c ID \u4e3a %d\uff09\u6267\u884c\u9884\u64cd\u4f5c\u540c\u6b65\u5904\u7406\u8fc7\u7a0b\u4e2d\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_MODDN_SYNCH_POSTOP_FAILED_408=\u5728\u5bf9\u4fee\u6539 DN \u64cd\u4f5c\uff08\u8fde\u63a5 ID \u4e3a %d\uff0c\u64cd\u4f5c ID \u4e3a %d\uff09\u6267\u884c\u540e\u64cd\u4f5c\u540c\u6b65\u5904\u7406\u8fc7\u7a0b\u4e2d\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_ADD_SYNCH_PREOP_FAILED_401=\u5728\u5bf9\u6dfb\u52a0\u64cd\u4f5c\uff08\u8fde\u63a5 ID \u4e3a %d\uff0c\u64cd\u4f5c ID \u4e3a %d\uff09\u6267\u884c\u64cd\u4f5c\u524d\u540c\u6b65\u5904\u7406\u8fc7\u7a0b\u4e2d\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_ADD_SYNCH_POSTOP_FAILED_402=\u5728\u5bf9\u6dfb\u52a0\u64cd\u4f5c\uff08\u8fde\u63a5 ID \u4e3a %d\uff0c\u64cd\u4f5c ID \u4e3a %d\uff09\u6267\u884c\u64cd\u4f5c\u540e\u540c\u6b65\u5904\u7406\u8fc7\u7a0b\u4e2d\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_DELETE_SYNCH_PREOP_FAILED_403=\u5728\u5bf9\u5220\u9664\u64cd\u4f5c\uff08\u8fde\u63a5 ID \u4e3a %d\uff0c\u64cd\u4f5c ID \u4e3a %d\uff09\u6267\u884c\u64cd\u4f5c\u524d\u540c\u6b65\u5904\u7406\u8fc7\u7a0b\u4e2d\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_DELETE_SYNCH_POSTOP_FAILED_404=\u5728\u5bf9\u5220\u9664\u64cd\u4f5c\uff08\u8fde\u63a5 ID \u4e3a %d\uff0c\u64cd\u4f5c ID \u4e3a %d\uff09\u6267\u884c\u64cd\u4f5c\u540e\u540c\u6b65\u5904\u7406\u8fc7\u7a0b\u4e2d\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_MODIFY_SYNCH_PREOP_FAILED_405=\u5728\u5bf9\u4fee\u6539\u64cd\u4f5c\uff08\u8fde\u63a5 ID \u4e3a %d\uff0c\u64cd\u4f5c ID \u4e3a %d\uff09\u6267\u884c\u64cd\u4f5c\u524d\u540c\u6b65\u5904\u7406\u8fc7\u7a0b\u4e2d\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_MODIFY_SYNCH_POSTOP_FAILED_406=\u5728\u5bf9\u4fee\u6539\u64cd\u4f5c\uff08\u8fde\u63a5 ID \u4e3a %d\uff0c\u64cd\u4f5c ID \u4e3a %d\uff09\u6267\u884c\u64cd\u4f5c\u540e\u540c\u6b65\u5904\u7406\u8fc7\u7a0b\u4e2d\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_MODDN_SYNCH_PREOP_FAILED_407=\u5728\u5bf9\u4fee\u6539 DN \u64cd\u4f5c\uff08\u8fde\u63a5 ID \u4e3a %d\uff0c\u64cd\u4f5c ID \u4e3a %d\uff09\u6267\u884c\u64cd\u4f5c\u524d\u540c\u6b65\u5904\u7406\u8fc7\u7a0b\u4e2d\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_MODDN_SYNCH_POSTOP_FAILED_408=\u5728\u5bf9\u4fee\u6539 DN \u64cd\u4f5c\uff08\u8fde\u63a5 ID \u4e3a %d\uff0c\u64cd\u4f5c ID \u4e3a %d\uff09\u6267\u884c\u64cd\u4f5c\u540e\u540c\u6b65\u5904\u7406\u8fc7\u7a0b\u4e2d\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_ADD_SYNCH_CONFLICT_RESOLUTION_FAILED_409=\u5728\u5bf9\u6dfb\u52a0\u64cd\u4f5c\uff08\u8fde\u63a5 ID \u4e3a %d\uff0c\u64cd\u4f5c ID \u4e3a %d\uff09\u6267\u884c\u89e3\u51b3\u51b2\u7a81\u540c\u6b65\u5904\u7406\u8fc7\u7a0b\u4e2d\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_DELETE_SYNCH_CONFLICT_RESOLUTION_FAILED_410=\u5728\u5bf9\u5220\u9664\u64cd\u4f5c\uff08\u8fde\u63a5 ID \u4e3a %d\uff0c\u64cd\u4f5c ID \u4e3a %d\uff09\u6267\u884c\u89e3\u51b3\u51b2\u7a81\u540c\u6b65\u5904\u7406\u8fc7\u7a0b\u4e2d\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_MODIFY_SYNCH_CONFLICT_RESOLUTION_FAILED_411=\u5728\u5bf9\u4fee\u6539\u64cd\u4f5c\uff08\u8fde\u63a5 ID \u4e3a %d\uff0c\u64cd\u4f5c ID \u4e3a %d\uff09\u6267\u884c\u89e3\u51b3\u51b2\u7a81\u540c\u6b65\u5904\u7406\u8fc7\u7a0b\u4e2d\u51fa\u73b0\u9519\u8bef: %s |
| | |
| | | MILD_ERR_PWPOLICY_MULTIPLE_PW_VALUES_NOT_ALLOWED_497=\u53ea\u80fd\u4e3a\u5bc6\u7801\u5c5e\u6027 %s \u63d0\u4f9b\u4e00\u4e2a\u503c |
| | | MILD_ERR_PWPOLICY_PREENCODED_NOT_ALLOWED_498=\u4e0d\u5141\u8bb8\u4e3a\u5bc6\u7801\u5c5e\u6027 %s \u63d0\u4f9b\u9884\u7f16\u7801\u5bc6\u7801 |
| | | MILD_ERR_PWPOLICY_VALIDATION_FAILED_499=\u53d1\u73b0\u65e0\u6cd5\u63a5\u53d7\u5c5e\u6027 %s \u7684\u5bc6\u7801\u503c: %s |
| | | SEVERE_ERR_PWPOLICY_MUST_HAVE_WARNING_IF_NOT_EXPIRE_WITHOUT_WARNING_500=\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u5bc6\u7801\u7b56\u7565\u5df2\u914d\u7f6e\u4e3a\u59cb\u7ec8\u5728\u5bc6\u7801\u8fc7\u671f\u4e4b\u524d\u81f3\u5c11\u53d1\u9001\u4e00\u6b21\u8b66\u544a\u901a\u77e5\u3002\u4f46\u672a\u8bbe\u7f6e\u8b66\u544a\u65f6\u95f4\u95f4\u9694\u3002\u5982\u679c\u5c06\u914d\u7f6e\u5c5e\u6027 ds-cfg-expire-passwords-without-warning \u8bbe\u7f6e\u4e3a "false"\uff0c\u5219\u914d\u7f6e\u5c5e\u6027 ds-cfg-password-expiration-warning-interval \u5fc5\u987b\u6709\u4e00\u4e2a\u6b63\u503c |
| | | SEVERE_ERR_PWPOLICY_MUST_HAVE_WARNING_IF_NOT_EXPIRE_WITHOUT_WARNING_500=\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u5bc6\u7801\u7b56\u7565\u5df2\u914d\u7f6e\u4e3a\u59cb\u7ec8\u5728\u5bc6\u7801\u8fc7\u671f\u4e4b\u524d\u81f3\u5c11\u53d1\u9001\u4e00\u6b21\u8b66\u544a\u901a\u77e5\u3002\u4f46\u672a\u8bbe\u7f6e\u8b66\u544a\u65f6\u95f4\u95f4\u9694\u3002\u5982\u679c\u5c06\u914d\u7f6e\u5c5e\u6027 ds-cfg-expire-passwords-without-warning \u8bbe\u7f6e\u4e3a\u201c\u5047\u201d\uff0c\u5219\u914d\u7f6e\u5c5e\u6027 ds-cfg-password-expiration-warning-interval \u5fc5\u987b\u6709\u4e00\u4e2a\u6b63\u503c |
| | | MILD_ERR_ENQUEUE_BIND_IN_PROGRESS_501=\u5f53\u524d\u6b63\u5bf9\u5173\u8054\u7684\u5ba2\u6237\u7aef\u8fde\u63a5\u6267\u884c\u7ed1\u5b9a\u64cd\u4f5c\u3002\u5728\u7ed1\u5b9a\u5904\u7406\u5b8c\u6210\u4e4b\u524d\uff0c\u4e0d\u80fd\u5bf9\u6b64\u5ba2\u6237\u7aef\u8fde\u63a5\u53d1\u51fa\u5176\u4ed6\u4efb\u4f55\u8bf7\u6c42 |
| | | MILD_ERR_ENQUEUE_MUST_CHANGE_PASSWORD_502=\u5fc5\u987b\u5148\u66f4\u6539\u60a8\u7684\u5bc6\u7801\uff0c\u7136\u540e\u624d\u5141\u8bb8\u8bf7\u6c42\u4efb\u4f55\u5176\u4ed6\u64cd\u4f5c |
| | | MILD_ERR_PWPSTATE_CANNOT_DECODE_SUBENTRY_VALUE_AS_DN_504=\u5728\u5c1d\u8bd5\u5c06\u7528\u6237\u6761\u76ee "%2$s" \u4e2d\u7684 ds-pwp-password-policy-dn \u503c "%1$s" \u89e3\u7801\u4e3a DN \u65f6\u51fa\u73b0\u9519\u8bef: %3$s |
| | |
| | | INFO_DSCORE_DESCRIPTION_NODETACH_567=\u4e0d\u8981\u4e2d\u65ad\u4e0e\u7ec8\u7aef\u7684\u8fde\u63a5\uff0c\u7ee7\u7eed\u5728\u524d\u666f\u4e2d\u8fd0\u884c |
| | | MILD_ERR_ENTRY_INCREMENT_NO_SUCH_ATTRIBUTE_568=\u65e0\u6cd5\u9012\u589e\u5c5e\u6027 %s \u7684\u503c\uff0c\u56e0\u4e3a\u6761\u76ee\u4e2d\u4e0d\u5b58\u5728\u8be5\u5c5e\u6027 |
| | | INFO_DSCORE_TOOL_DESCRIPTION_569=\u6b64\u5b9e\u7528\u7a0b\u5e8f\u53ef\u7528\u4e8e\u542f\u52a8\u76ee\u5f55\u670d\u52a1\u5668\u4ee5\u53ca\u83b7\u53d6\u670d\u52a1\u5668\u7248\u672c\u548c\u5176\u4ed6\u5f62\u5f0f\u7684\u5e38\u89c4\u670d\u52a1\u5668\u4fe1\u606f |
| | | MILD_ERR_EXTENDED_UNSUPPORTED_CRITICAL_CONTROL_570=\u65e0\u6cd5\u5904\u7406\u5bf9\u6269\u5c55\u64cd\u4f5c %s \u7684\u8bf7\u6c42\uff0c\u56e0\u4e3a\u8bf7\u6c42\u4e2d\u5305\u542b\u4e86\u4e00\u4e2a OID \u4e3a %s \u7684\u4e0d\u53d7\u652f\u6301\u7684\u91cd\u8981\u63a7\u4ef6 |
| | | MILD_ERR_EXTENDED_UNSUPPORTED_CRITICAL_CONTROL_570=\u65e0\u6cd5\u5904\u7406\u5bf9\u6269\u5c55\u64cd\u4f5c %s \u7684\u8bf7\u6c42\uff0c\u56e0\u4e3a\u8bf7\u6c42\u4e2d\u5305\u542b\u4e86\u4e00\u4e2a OID \u4e3a %s \u7684\u4e0d\u53d7\u652f\u6301\u7684\u91cd\u8981\u63a7\u5236 |
| | | SEVERE_ERR_REGISTER_BACKEND_ALREADY_EXISTS_571=\u65e0\u6cd5\u5728\u76ee\u5f55\u670d\u52a1\u5668\u4e2d\u6ce8\u518c\u540e\u7aef %s\uff0c\u56e0\u4e3a\u5df2\u7ecf\u6ce8\u518c\u4e86\u53e6\u4e00\u4e2a\u76f8\u540c ID \u7684\u540e\u7aef |
| | | SEVERE_ERR_REGISTER_BASEDN_ALREADY_EXISTS_572=\u65e0\u6cd5\u5728\u76ee\u5f55\u670d\u52a1\u5668\u4e2d\u4e3a\u540e\u7aef %2$s \u6ce8\u518c\u57fa DN %1$s\uff0c\u56e0\u4e3a\u5df2\u7ecf\u4e3a\u540e\u7aef %3$s \u6ce8\u518c\u4e86\u8be5\u57fa DN |
| | | SEVERE_ERR_REGISTER_BASEDN_HIERARCHY_CONFLICT_573=\u65e0\u6cd5\u5728\u76ee\u5f55\u670d\u52a1\u5668\u4e2d\u4e3a\u540e\u7aef %2$s \u6ce8\u518c\u57fa DN %1$s\uff0c\u56e0\u4e3a\u8be5\u540e\u7aef\u5df2\u5305\u542b\u4e86\u53e6\u4e00\u4e2a\u4f4d\u4e8e\u540c\u4e00\u5206\u5c42\u8def\u5f84\u4e2d\u7684\u57fa DN %3$s |
| | |
| | | MILD_ERR_SCHEMA_CIRCULAR_DEPENDENCY_REFERENCE_579=\u65e0\u6cd5\u4f7f\u7528\u5b9a\u4e49 "%s" \u66f4\u65b0\u6a21\u5f0f\u5143\u7d20\uff0c\u56e0\u4e3a\u5728\u5c1d\u8bd5\u91cd\u6784\u4f9d\u8d56\u4e8e\u8be5\u6a21\u5f0f\u5143\u7d20\u7684\u5176\u4ed6\u6a21\u5f0f\u5143\u7d20\u65f6\u53d1\u751f\u5faa\u73af\u5f15\u7528 |
| | | MILD_ERR_REJECT_UNAUTHENTICATED_OPERATION_580=\u6b63\u5728\u62d2\u7edd\u8bf7\u6c42\u7684\u64cd\u4f5c\uff0c\u56e0\u4e3a\u5c1a\u672a\u9a8c\u8bc1\u8fde\u63a5 |
| | | SEVERE_WARN_ADD_ATTR_IS_OBSOLETE_581=\u65e0\u6cd5\u6dfb\u52a0\u6761\u76ee "%s"\uff0c\u56e0\u4e3a\u8be5\u6761\u76ee\u5305\u542b\u7684\u5c5e\u6027\u7c7b\u578b %s \u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u58f0\u660e\u4e3a OBSOLETE |
| | | SEVERE_WARN_ADD_OC_IS_OBSOLETE_582=\u65e0\u6cd5\u6dfb\u52a0\u6761\u76ee "%s"\uff0c\u56e0\u4e3a\u8be5\u6761\u76ee\u5305\u542b\u7684\u5bf9\u8c61\u7c7b %s \u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u58f0\u660e\u4e3a OBSOLETE |
| | | SEVERE_WARN_ADD_OC_IS_OBSOLETE_582=\u65e0\u6cd5\u6dfb\u52a0\u6761\u76ee "%s"\uff0c\u56e0\u4e3a\u8be5\u6761\u76ee\u5305\u542b\u7684 objectclass %s \u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u58f0\u660e\u4e3a OBSOLETE |
| | | MILD_ERR_MODIFY_ATTR_IS_OBSOLETE_583=\u65e0\u6cd5\u4fee\u6539\u6761\u76ee %s\uff0c\u56e0\u4e3a\u8be5\u4fee\u6539\u5c1d\u8bd5\u4e3a\u5c5e\u6027 %s \u8bbe\u7f6e\u4e00\u4e2a\u6216\u591a\u4e2a\u65b0\u503c\uff0c\u4f46\u8be5\u5c5e\u6027\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u6807\u8bb0\u4e3a OBSOLETE |
| | | MILD_ERR_ENTRY_ADD_OBSOLETE_OC_584=\u6dfb\u52a0\u5230\u6761\u76ee %2$s \u4e2d\u7684\u5bf9\u8c61\u7c7b %1$s \u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u88ab\u6807\u8bb0\u4e3a OBSOLETE |
| | | MILD_ERR_MODDN_NEWRDN_ATTR_IS_OBSOLETE_585=\u65e0\u6cd5\u5bf9\u6761\u76ee %s \u6267\u884c\u4fee\u6539 DN \u64cd\u4f5c\uff0c\u56e0\u4e3a\u65b0 RDN \u5305\u542b\u7684\u5c5e\u6027\u7c7b\u578b %s \u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u58f0\u660e\u4e3a OBSOLETE |
| | |
| | | MILD_ERR_COMPARE_CONFIG_INSUFFICIENT_PRIVILEGES_590=\u60a8\u6ca1\u6709\u8db3\u591f\u7684\u6743\u9650\u8bbf\u95ee\u670d\u52a1\u5668\u914d\u7f6e |
| | | SEVERE_ERR_ADD_CHANGE_PRIVILEGE_INSUFFICIENT_PRIVILEGES_591=\u60a8\u6ca1\u6709\u8db3\u591f\u7684\u6743\u9650\u6dfb\u52a0\u5305\u542b\u7279\u6743\u7684\u6761\u76ee |
| | | MILD_ERR_MODIFY_CHANGE_PRIVILEGE_INSUFFICIENT_PRIVILEGES_592=\u60a8\u6ca1\u6709\u8db3\u591f\u7684\u6743\u9650\u4fee\u6539\u6761\u76ee\u4e2d\u5305\u542b\u7684\u7279\u6743\u96c6 |
| | | INFO_CLIENTCONNECTION_AUDIT_HASPRIVILEGE_593=\u786e\u5b9a connID=%d opID=%d requesterDN="%s" privilege="%s" result=%b \u662f\u5426\u5177\u6709\u6743\u9650 |
| | | INFO_CLIENTCONNECTION_AUDIT_HASPRIVILEGES_594=\u786e\u5b9a connID=%d opID=%d requesterDN="%s" privilegeSet="%s" result=%b \u662f\u5426\u5177\u6709\u6743\u9650 |
| | | INFO_CLIENTCONNECTION_AUDIT_HASPRIVILEGE_593=\u5bf9 connID=%d opID=%d requesterDN="%s" privilege="%s" result=%b \u8fdb\u884c hasPrivilege \u786e\u5b9a |
| | | INFO_CLIENTCONNECTION_AUDIT_HASPRIVILEGES_594=\u5bf9 connID=%d opID=%d requesterDN="%s" privilegeSet="%s" result=%b \u8fdb\u884c hasPrivilege \u786e\u5b9a |
| | | MILD_ERR_PROXYAUTH_INSUFFICIENT_PRIVILEGES_595=\u60a8\u6ca1\u6709\u8db3\u591f\u7684\u6743\u9650\u4f7f\u7528\u4ee3\u7406\u6388\u6743\u63a7\u5236 |
| | | INFO_DSCORE_DESCRIPTION_CHECK_STARTABILITY_596=\u7528\u4e8e\u786e\u5b9a\u662f\u5426\u53ef\u4ee5\u542f\u52a8\u670d\u52a1\u5668\u4ee5\u53ca\u7528\u4e8e\u542f\u52a8\u670d\u52a1\u5668\u7684\u6a21\u5f0f |
| | | MILD_ERR_ENTRY_SCHEMA_ATTR_NO_VALUES_597=\u6761\u76ee %s \u8fdd\u53cd\u4e86\u76ee\u5f55\u670d\u52a1\u5668\u6a21\u5f0f\u914d\u7f6e\uff0c\u56e0\u4e3a\u5b83\u5305\u542b\u7684\u5c5e\u6027 %s \u6ca1\u6709\u4efb\u4f55\u503c |
| | |
| | | SEVERE_ERR_NOT_AVAILABLE_CONNECTION_HANDLERS_614=\u6ca1\u6709\u5df2\u542f\u7528\u7684\u8fde\u63a5\u5904\u7406\u7a0b\u5e8f |
| | | SEVERE_ERR_ERROR_STARTING_CONNECTION_HANDLERS_615=\u65e0\u6cd5\u542f\u52a8\u8fde\u63a5\u5904\u7406\u7a0b\u5e8f |
| | | SEVERE_ERR_BIND_REJECTED_LOCKDOWN_MODE_616=\u65e0\u6cd5\u5904\u7406\u975e\u6839\u7ed1\u5b9a\uff0c\u56e0\u4e3a\u670d\u52a1\u5668\u5904\u4e8e\u9501\u5b9a\u6a21\u5f0f |
| | | SEVERE_WARN_DIRECTORY_SERVER_ENTERING_LOCKDOWN_MODE_617=\u76ee\u5f55\u670d\u52a1\u5668\u6b63\u5728\u8fdb\u5165\u9501\u5b9a\u6a21\u5f0f\uff0c\u5728\u6b64\u6a21\u5f0f\u4e2d\uff0c\u53ea\u5141\u8bb8\u5ba2\u6237\u7aef\u901a\u8fc7\u56de\u9001\u5730\u5740\u8fdb\u884c\u8fde\u63a5\uff0c\u5e76\u4e14\u53ea\u5141\u8bb8\u6839\u7528\u6237\u5904\u7406\u64cd\u4f5c |
| | | SEVERE_WARN_DIRECTORY_SERVER_ENTERING_LOCKDOWN_MODE_617=\u76ee\u5f55\u670d\u52a1\u5668\u6b63\u5728\u8fdb\u5165\u9501\u5b9a\u6a21\u5f0f\uff0c\u5728\u6b64\u6a21\u5f0f\u4e2d\uff0c\u53ea\u5141\u8bb8\u5ba2\u6237\u7aef\u901a\u8fc7\u56de\u9001\u5730\u5740\u8fdb\u884c\u8fde\u63a5\uff0c\u5e76\u4e14\u53ea\u5141\u8bb8\u8d85\u7ea7\u7528\u6237\u5904\u7406\u64cd\u4f5c |
| | | NOTICE_DIRECTORY_SERVER_LEAVING_LOCKDOWN_MODE_618=\u76ee\u5f55\u670d\u52a1\u5668\u6b63\u5728\u79bb\u5f00\u9501\u5b9a\u6a21\u5f0f\uff0c\u5e76\u5c06\u6062\u590d\u5e38\u89c4\u64cd\u4f5c |
| | | NOTICE_REJECT_OPERATION_IN_LOCKDOWN_MODE_619=\u6b63\u5728\u62d2\u7edd\u8bf7\u6c42\u7684\u64cd\u4f5c\uff0c\u56e0\u4e3a\u670d\u52a1\u5668\u5904\u4e8e\u9501\u5b9a\u6a21\u5f0f\uff0c\u5c06\u4ec5\u63a5\u53d7\u6839\u7528\u6237\u901a\u8fc7\u56de\u9001\u8fde\u63a5\u53d1\u9001\u7684\u8bf7\u6c42 |
| | | NOTICE_REJECT_OPERATION_IN_LOCKDOWN_MODE_619=\u6b63\u5728\u62d2\u7edd\u8bf7\u6c42\u7684\u64cd\u4f5c\uff0c\u56e0\u4e3a\u670d\u52a1\u5668\u5904\u4e8e\u9501\u5b9a\u6a21\u5f0f\uff0c\u5c06\u4ec5\u63a5\u53d7\u8d85\u7ea7\u7528\u6237\u901a\u8fc7\u56de\u9001\u8fde\u63a5\u53d1\u9001\u7684\u8bf7\u6c42 |
| | | SEVERE_ERR_COMPRESSEDSCHEMA_UNRECOGNIZED_AD_TOKEN_620=\u65e0\u6cd5\u5bf9\u63d0\u4f9b\u7684\u5c5e\u6027\u8fdb\u884c\u89e3\u7801\uff0c\u56e0\u4e3a\u8be5\u5c5e\u6027\u4f7f\u7528\u4e86\u4e00\u4e2a\u672a\u5b9a\u4e49\u7684\u5c5e\u6027\u63cf\u8ff0\u6807\u8bb0 %s |
| | | SEVERE_ERR_COMPRESSEDSCHEMA_UNKNOWN_OC_TOKEN_621=\u65e0\u6cd5\u5bf9\u63d0\u4f9b\u7684\u5bf9\u8c61\u7c7b\u96c6\u8fdb\u884c\u89e3\u7801\uff0c\u56e0\u4e3a\u8be5\u5bf9\u8c61\u7c7b\u96c6\u4f7f\u7528\u4e86\u4e00\u4e2a\u672a\u5b9a\u4e49\u7684\u6807\u8bb0 %s |
| | | SEVERE_ERR_COMPRESSEDSCHEMA_CANNOT_WRITE_UPDATED_DATA_622=\u65e0\u6cd5\u5199\u5165\u66f4\u65b0\u7684\u538b\u7f29\u6a21\u5f0f\u6807\u8bb0\u6570\u636e: %s |
| | |
| | | SEVERE_ERR_DIRCFG_INVALID_LOCK_TABLE_SIZE_647=\u6307\u5b9a\u7684\u521d\u59cb\u9501\u5b9a\u8868\u5927\u5c0f %d \u65e0\u6548\u3002\u5b83\u5fc5\u987b\u662f\u4e00\u4e2a\u5927\u4e8e\u96f6\u7684\u6574\u6570\u503c |
| | | FATAL_ERR_CANNOT_SET_ENVIRONMENT_CONFIG_WHILE_RUNNING_648=\u76ee\u524d\u6b63\u5728\u8fd0\u884c\u76ee\u5f55\u670d\u52a1\u5668\u3002\u670d\u52a1\u5668\u5904\u4e8e\u8054\u673a\u72b6\u6001\u65f6\u65e0\u6cd5\u66f4\u6539\u73af\u5883\u914d\u7f6e |
| | | SEVERE_ERR_CRYPTOMGR_SSL_CONTEXT_CANNOT_INITIALIZE_649=\u5728\u5c1d\u8bd5\u4e3a\u670d\u52a1\u5668\u95f4\u901a\u4fe1\u521d\u59cb\u5316 SSL \u4e0a\u4e0b\u6587\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_CRYPTOMGR_ADS_TRUST_STORE_BACKEND_NOT_ENABLED_650=ADS \u4fe1\u4efb\u5b58\u50a8\u5e93\u540e\u7aef %s \u672a\u542f\u7528 |
| | | SEVERE_ERR_CRYPTOMGR_ADS_TRUST_STORE_BACKEND_NOT_ENABLED_650=ADS \u4fe1\u4efb\u5e93\u540e\u7aef %s \u672a\u542f\u7528 |
| | | SEVERE_ERR_CRYPTOMGR_ADS_TRUST_STORE_BACKEND_WRONG_CLASS_651=\u540e\u7aef %s \u4e0d\u662f\u4e00\u4e2a\u53ef\u4fe1\u7684\u5b58\u50a8\u5e93\u540e\u7aef |
| | | INFO_DSCORE_DESCRIPTION_LASTKNOWNGOODCFG_652=\u5c1d\u8bd5\u5f00\u59cb\u4f7f\u7528\u6700\u540e\u4e00\u6b21\u6210\u529f\u542f\u52a8\uff08\u5982\u679c\u6709\uff09\u65f6\u7684\u914d\u7f6e\uff0c\u800c\u4e0d\u4f7f\u7528\u5f53\u524d\u7684\u6d3b\u52a8\u914d\u7f6e |
| | | INFO_TRUSTSTORESYNC_ADMIN_SUFFIX_SEARCH_FAILED_653=\u5728\u641c\u7d22\u57fa %s \u4ee5\u4f7f\u4fe1\u4efb\u5b58\u50a8\u5e93\u4fdd\u6301\u540c\u6b65\u65f6\u51fa\u9519: %s |
| | | SEVERE_ERR_TRUSTSTORESYNC_EXCEPTION_654=\u5728\u4fe1\u4efb\u5b58\u50a8\u5e93\u540c\u6b65\u7ebf\u7a0b\u4e2d\u51fa\u73b0\u4e86\u9519\u8bef: %s |
| | | INFO_TRUSTSTORESYNC_ADD_FAILED_655=\u5728\u5c1d\u8bd5\u5c06\u6761\u76ee %s \u6dfb\u52a0\u5230\u4fe1\u4efb\u5b58\u50a8\u5e93\u65f6\u51fa\u9519: %s |
| | | INFO_TRUSTSTORESYNC_DELETE_FAILED_656=\u5728\u5c1d\u8bd5\u4ece\u4fe1\u4efb\u5b58\u50a8\u5e93\u4e2d\u5220\u9664\u6761\u76ee %s \u65f6\u51fa\u9519: %s |
| | | INFO_TRUSTSTORESYNC_ADMIN_SUFFIX_SEARCH_FAILED_653=\u5728\u641c\u7d22\u57fa %s \u4ee5\u4f7f\u4fe1\u4efb\u5e93\u4fdd\u6301\u540c\u6b65\u65f6\u51fa\u9519: %s |
| | | SEVERE_ERR_TRUSTSTORESYNC_EXCEPTION_654=\u5728\u4fe1\u4efb\u5e93\u540c\u6b65\u7ebf\u7a0b\u4e2d\u51fa\u73b0\u4e86\u9519\u8bef: %s |
| | | INFO_TRUSTSTORESYNC_ADD_FAILED_655=\u5728\u5c1d\u8bd5\u5c06\u6761\u76ee %s \u6dfb\u52a0\u5230\u4fe1\u4efb\u5e93\u65f6\u51fa\u9519: %s |
| | | INFO_TRUSTSTORESYNC_DELETE_FAILED_656=\u5728\u5c1d\u8bd5\u4ece\u4fe1\u4efb\u5e93\u4e2d\u5220\u9664\u6761\u76ee %s \u65f6\u51fa\u9519: %s |
| | | SEVERE_ERR_PWPOLICY_SCHEME_DOESNT_SUPPORT_AUTH_657=\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u5bc6\u7801\u5b58\u50a8\u65b9\u6848\u4e0d\u652f\u6301\u5bc6\u7801\u9a8c\u8bc1\u8bed\u6cd5\uff0c\u8be5\u8bed\u6cd5\u7531\u5bc6\u7801\u5c5e\u6027 %s \u4f7f\u7528 |
| | | SEVERE_ERR_PWPOLICY_NO_SUCH_DEPRECATED_SCHEME_658=\u5bc6\u7801\u7b56\u7565\u914d\u7f6e\u6761\u76ee %s \u5f15\u7528\u4e86\u8fc7\u65f6\u7684\u5bc6\u7801\u5b58\u50a8\u65b9\u6848 DN %s\uff0c\u5b83\u5728\u670d\u52a1\u5668\u4e2d\u4e0d\u53ef\u7528 |
| | | SEVERE_ERR_PWPOLICY_DEPRECATED_SCHEME_NOT_AUTH_659=\u5bc6\u7801\u7b56\u7565\u914d\u7f6e\u6761\u76ee %s \u5f15\u7528\u4e86\u8fc7\u65f6\u7684\u5bc6\u7801\u5b58\u50a8\u65b9\u6848 DN %s\uff0c\u5b83\u4e0d\u652f\u6301\u5bc6\u7801\u9a8c\u8bc1\u8bed\u6cd5 |
| | |
| | | SEVERE_ERR_CRYPTOMGR_CANNOT_GET_REQUESTED_ENCRYPTION_CIPHER_663=CryptoManager \u65e0\u6cd5\u83b7\u53d6\u8bf7\u6c42\u7684\u52a0\u5bc6\u5bc6\u7801 %s: %s |
| | | SEVERE_ERR_CRYPTOMGR_CANNOT_GET_PREFERRED_KEY_WRAPPING_CIPHER_664=CryptoManager \u65e0\u6cd5\u83b7\u53d6\u9996\u9009\u5bc6\u94a5\u5305\u88c5\u5bc6\u7801: %s |
| | | SEVERE_ERR_CRYPTOMGR_FAILED_TO_INITIATE_INSTANCE_KEY_GENERATION_665=CryptoManager \u672a\u80fd\u6dfb\u52a0\u6761\u76ee "%s" \u4ee5\u542f\u52a8\u5b9e\u4f8b\u5bc6\u94a5\u751f\u6210 |
| | | SEVERE_ERR_CRYPTOMGR_FAILED_TO_RETRIEVE_INSTANCE_CERTIFICATE_666=CryptoManager \u672a\u80fd\u68c0\u7d22\u6761\u76ee "%s"\uff08\u5b9e\u4f8b\u5bc6\u94a5\u5bf9\u516c\u94a5\u8bc1\u4e66\uff09: %s |
| | | SEVERE_ERR_CRYPTOMGR_FAILED_TO_RETRIEVE_INSTANCE_CERTIFICATE_666=CryptoManager \u65e0\u6cd5\u68c0\u7d22\u6761\u76ee "%s" (instance-key-pair public-key-certificate): %s |
| | | SEVERE_ERR_CRYPTOMGR_FAILED_TO_COMPUTE_INSTANCE_KEY_IDENTIFIER_667=CryptoManager \u672a\u80fd\u8ba1\u7b97\u5b9e\u4f8b\u5bc6\u94a5\u6807\u8bc6\u7b26: %s |
| | | SEVERE_ERR_CRYPTOMGR_FAILED_TO_ADD_INSTANCE_KEY_ENTRY_TO_ADS_668=\u672a\u80fd\u6dfb\u52a0\u6761\u76ee "%s" |
| | | SEVERE_ERR_CRYPTOMGR_FAILED_TO_PUBLISH_INSTANCE_KEY_ENTRY_669=CryptoManager \u672a\u80fd\u5728 ADS \u4e2d\u53d1\u5e03\u5b9e\u4f8b\u5bc6\u94a5\u5bf9\u516c\u94a5\u8bc1\u4e66\u6761\u76ee: %s |
| | | SEVERE_ERR_CRYPTOMGR_FAILED_TO_RETRIEVE_ADS_TRUSTSTORE_CERTS_670=CryptoManager \u672a\u80fd\u4ece ADS \u5bb9\u5668 "%s" \u4e2d\u68c0\u7d22\u5b9e\u4f8b\u5bc6\u94a5\u5bf9\u516c\u94a5\u8bc1\u4e66\u7684\u96c6\u5408: %s |
| | | SEVERE_ERR_CRYPTOMGR_FAILED_TO_PUBLISH_INSTANCE_KEY_ENTRY_669=CryptoManager \u672a\u80fd\u5728 ADS \u4e2d\u53d1\u5e03 instance-key-pair public-key-certificate \u6761\u76ee: %s |
| | | SEVERE_ERR_CRYPTOMGR_FAILED_TO_RETRIEVE_ADS_TRUSTSTORE_CERTS_670=CryptoManager \u672a\u80fd\u4ece ADS \u5bb9\u5668 "%s" \u4e2d\u68c0\u7d22 instance-key-pair public-key-certificate \u7684\u96c6\u5408: %s |
| | | SEVERE_ERR_CRYPTOMGR_FAILED_TO_ENCODE_SYMMETRIC_KEY_ATTRIBUTE_671=CryptoManager \u672a\u80fd\u7f16\u7801\u5bf9\u79f0\u5bc6\u94a5\u5c5e\u6027\u503c: %s |
| | | SEVERE_ERR_CRYPTOMGR_DECODE_SYMMETRIC_KEY_ATTRIBUTE_FIELD_COUNT_672=CryptoManager \u5bf9\u79f0\u5bc6\u94a5\u5c5e\u6027\u503c "%s" \u8bed\u6cd5\u65e0\u6548\uff1a\u5b57\u6bb5\u6570\u4e0d\u6b63\u786e |
| | | SEVERE_ERR_CRYPTOMGR_DECODE_SYMMETRIC_KEY_ATTRIBUTE_SYNTAX_673=CryptoManager \u5bf9\u79f0\u5bc6\u94a5\u5c5e\u6027\u503c "%s" \u8bed\u6cd5\u65e0\u6548\u3002\u5728\u5b57\u6bb5 "%s" \u4e2d\u7684\u504f\u79fb %d \u5904\u89e3\u6790\u5931\u8d25 |
| | | SEVERE_ERR_CRYPTOMGR_DECODE_SYMMETRIC_KEY_ATTRIBUTE_NO_PRIVATE_674=CryptoManager \u672a\u80fd\u68c0\u7d22\u5b9e\u4f8b\u5bc6\u94a5\u5bf9\u79c1\u94a5: %s |
| | | SEVERE_ERR_CRYPTOMGR_DECODE_SYMMETRIC_KEY_ATTRIBUTE_DECIPHER_675=CryptoManager \u672a\u80fd\u5bf9\u5305\u88c5\u7684\u5bc6\u94a5\u503c\u8fdb\u884c\u89e3\u5bc6: %s |
| | | SEVERE_ERR_CRYPTOMGR_DECODE_SYMMETRIC_KEY_ATTRIBUTE_NO_PRIVATE_674=CryptoManager \u672a\u80fd\u68c0\u7d22 instance-key-pair private-key: %s |
| | | SEVERE_ERR_CRYPTOMGR_DECODE_SYMMETRIC_KEY_ATTRIBUTE_DECIPHER_675=CryptoManager \u672a\u80fd\u5bf9\u5305\u88c5\u7684 secret-key \u503c\u8fdb\u884c\u89e3\u5bc6: %s |
| | | MILD_ERR_CRYPTOMGR_REWRAP_SYMMETRIC_KEY_ATTRIBUTE_NO_WRAPPER_676=CryptoManager \u627e\u4e0d\u5230\u4e3a\u5bf9\u79f0\u5bc6\u94a5\u91cd\u65b0\u7f16\u7801\u8bf7\u6c42\u7684\u516c\u94a5\u8bc1\u4e66\uff08\u6807\u8bc6\u7b26\u4e3a "%s"\uff09 |
| | | MILD_ERR_CRYPTOMGR_INVALID_KEY_IDENTIFIER_SYNTAX_677=CryptoManager \u672a\u80fd\u5bf9\u5bc6\u94a5\u6761\u76ee\u6807\u8bc6\u7b26 "%s" \u8fdb\u884c\u89e3\u7801: %s |
| | | SEVERE_ERR_CRYPTOMGR_GET_MAC_ENGINE_INVALID_MAC_ALGORITHM_678=CrytpoManager \u4f20\u9012\u4e86\u65e0\u6548\u7684 MAC \u7b97\u6cd5 "%s": %s |
| | |
| | | MILD_ERR_CRYPTOMGR_DECRYPT_UNKNOWN_PROLOGUE_VERSION_696=CryptoManager \u672a\u80fd\u5bf9\u63d0\u4f9b\u7684\u6570\u636e\u8fdb\u884c\u89e3\u5bc6\uff0c\u56e0\u4e3a\u6570\u636e\u5e8f\u8a00\u4e2d\u7684\u7248\u672c "%d" \u662f\u672a\u77e5\u7684 |
| | | MILD_ERR_ADD_ENTRY_UNKNOWN_SUFFIX_697=\u65e0\u6cd5\u6dfb\u52a0\u63d0\u4f9b\u7684\u6761\u76ee %s\uff0c\u56e0\u4e3a\u5176\u540e\u7f00\u6ca1\u6709\u88ab\u5b9a\u4e49\u4e3a\u76ee\u5f55\u670d\u52a1\u5668\u4e2d\u7684\u540e\u7f00\u4e4b\u4e00 |
| | | NOTICE_VERSION_698=%s |
| | | NOTICE_BUILD_ID_699=\u5185\u90e8\u7248\u672c ID: %s |
| | | NOTICE_BUILD_ID_699=\u7248\u672c ID: %s |
| | | MILD_ERR_CANNOT_CANCEL_START_TLS_700=\u65e0\u6cd5\u53d6\u6d88 StartTLS \u6269\u5c55\u64cd\u4f5c |
| | | MILD_ERR_CANNOT_CANCEL_CANCEL_701=\u65e0\u6cd5\u53d6\u6d88 Cancel \u6269\u5c55\u64cd\u4f5c |
| | | MILD_ERR_MODDN_NEW_SUPERIOR_IN_SUBTREE_702=\u65e0\u6cd5\u5bf9\u6761\u76ee %s \u6267\u884c\u4fee\u6539 DN \u64cd\u4f5c\uff0c\u56e0\u4e3a\u65b0\u7684\u4e0a\u7ea7\u6761\u76ee %s \u4e0e\u8981\u79fb\u52a8\u7684\u6761\u76ee\u76f8\u540c\u6216\u4e3a\u5176\u4e0b\u7ea7\u6761\u76ee |
| | | SEVERE_ERR_REGISTER_WORKFLOW_ELEMENT_ALREADY_EXISTS_703=\u65e0\u6cd5\u5728\u76ee\u5f55\u670d\u52a1\u5668\u4e2d\u6ce8\u518c\u5de5\u4f5c\u6d41\u5143\u7d20 %s\uff0c\u56e0\u4e3a\u5df2\u6ce8\u518c\u53e6\u4e00\u4e2a\u5177\u6709\u76f8\u540c ID \u7684\u5de5\u4f5c\u6d41\u5143\u7d20 |
| | |
| | | MILD_ERR_SEARCH_FILTER_UNCAUGHT_EXCEPTION_144=\u7576\u5617\u8a66\u5c07\u5b57\u4e32\u300c%s\u300d\u89e3\u78bc\u6210\u641c\u5c0b\u7be9\u9078\u5668\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | MILD_ERR_SEARCH_FILTER_MISMATCHED_PARENTHESES_145=\u63d0\u4f9b\u7684\u641c\u5c0b\u7be9\u9078\u5668\u300c%s\u300d\u5c07\u4f4d\u7f6e %d \u548c %d \u4e4b\u9593\u90e8\u4efd\u524d\u5f8c\u7684\u5713\u62ec\u5f27\u914d\u5c0d\u932f\u8aa4 |
| | | MILD_ERR_SEARCH_FILTER_NO_EQUAL_SIGN_146=\u63d0\u4f9b\u7684\u641c\u5c0b\u7be9\u9078\u5668\u300c%s\u300d\u5728\u4f4d\u7f6e %d \u548c %d \u4e4b\u9593\u53ef\u80fd\u7684\u7c21\u55ae\u7be9\u9078\u5668\u5143\u4ef6\u4e2d\u7f3a\u5c11\u7b49\u865f |
| | | MILD_ERR_SEARCH_FILTER_INVALID_ESCAPED_BYTE_147=\u63d0\u4f9b\u7684\u641c\u5c0b\u7be9\u9078\u5668\u300c%s\u300d\u5728\u4f4d\u7f6e %d \u6709\u7121\u6548\u7684\u9000\u51fa\u4f4d\u5143\u7d44\u503c\u3002\u503c\u4e2d\u7684\u53cd\u659c\u7dda\u5f8c\u9762\u5fc5\u9808\u63a5\u8457\u5169\u500b\u5b9a\u7fa9\u5df2\u7de8\u78bc\u4f4d\u5143\u7d44\u7684\u5341\u516d\u9032\u5236\u5b57\u5143\u3002 |
| | | MILD_ERR_SEARCH_FILTER_INVALID_ESCAPED_BYTE_147=\u63d0\u4f9b\u7684\u641c\u5c0b\u7be9\u9078\u5668\u300c%s\u300d\u5728\u4f4d\u7f6e %d \u6709\u7121\u6548\u7684\u9000\u51fa\u4f4d\u5143\u7d44\u503c\u3002\u503c\u4e2d\u7684\u53cd\u659c\u7dda\u5f8c\u9762\u5fc5\u9808\u7dca\u63a5\u8457\u5169\u500b\u5b9a\u7fa9\u5df2\u7de8\u78bc\u4f4d\u5143\u7d44\u7684\u5341\u516d\u9032\u5236\u5b57\u5143\u3002 |
| | | MILD_ERR_SEARCH_FILTER_COMPOUND_MISSING_PARENTHESES_148=\u63d0\u4f9b\u7684\u641c\u5c0b\u7be9\u9078\u5668\u300c%s\u300d\u7121\u6cd5\u89e3\u78bc\uff0c\u56e0\u70ba\u4f4d\u7f6e %d \u548c %d \u9593\u7684\u8907\u5408\u7be9\u9078\u5668\u4e26\u4e0d\u662f\u4ee5\u5de6\u62ec\u5f27\u958b\u59cb\u4e26\u4ee5\u53f3\u62ec\u5f27\u7d50\u675f (\u5b83\u5011\u53ef\u80fd\u5c6c\u65bc\u5176\u4ed6\u7684\u7be9\u9078\u5668\u5143\u4ef6) |
| | | MILD_ERR_SEARCH_FILTER_NO_CORRESPONDING_OPEN_PARENTHESIS_149=\u63d0\u4f9b\u7684\u641c\u5c0b\u7be9\u9078\u5668\u300c%s\u300d\u7121\u6cd5\u89e3\u78bc\uff0c\u56e0\u70ba\u4f4d\u7f6e %d \u7684\u53f3\u62ec\u5f27\u6c92\u6709\u5c0d\u61c9\u7684\u5de6\u62ec\u5f27 |
| | | MILD_ERR_SEARCH_FILTER_NO_CORRESPONDING_CLOSE_PARENTHESIS_150=\u63d0\u4f9b\u7684\u641c\u5c0b\u7be9\u9078\u5668\u300c%s\u300d\u7121\u6cd5\u89e3\u78bc\uff0c\u56e0\u70ba\u4f4d\u7f6e %d \u7684\u53f3\u62ec\u5f27\u6c92\u6709\u5c0d\u61c9\u7684\u53f3\u62ec\u5f27 |
| | | MILD_ERR_SEARCH_FILTER_NO_CORRESPONDING_CLOSE_PARENTHESIS_150=\u63d0\u4f9b\u7684\u641c\u5c0b\u7be9\u9078\u5668\u300c%s\u300d\u7121\u6cd5\u89e3\u78bc\uff0c\u56e0\u70ba\u4f4d\u7f6e %d \u7684\u5de6\u62ec\u5f27\u6c92\u6709\u5c0d\u61c9\u7684\u53f3\u62ec\u5f27 |
| | | MILD_ERR_SEARCH_FILTER_SUBSTRING_NO_ASTERISKS_151=\u63d0\u4f9b\u7684\u641c\u5c0b\u7be9\u9078\u5668\u300c%s\u300d\u7121\u6cd5\u89e3\u78bc\uff0c\u56e0\u70ba\u4f4d\u7f6e %d \u548c %d \u4e4b\u9593\u7684\u5047\u8a2d\u5b50\u5b57\u4e32\u7be9\u9078\u5668\u503c\u6c92\u6709\u4efb\u4f55\u661f\u865f\u842c\u7528\u5b57\u5143\u7b26\u865f |
| | | MILD_ERR_SEARCH_FILTER_EXTENSIBLE_MATCH_NO_COLON_152=\u63d0\u4f9b\u7684\u641c\u5c0b\u7be9\u9078\u5668\u300c%s\u300d\u7121\u6cd5\u89e3\u78bc\uff0c\u56e0\u70ba\u5f9e\u4f4d\u7f6e %d \u958b\u59cb\u7684\u53ef\u5ef6\u4f38\u76f8\u7b26\u5143\u4ef6\u6c92\u6709\u5192\u865f\u4f86\u8868\u793a\u5c6c\u6027\u985e\u578b\u540d\u7a31\u7684\u7d50\u5c3e |
| | | MILD_ERR_SEARCH_FILTER_INVALID_FILTER_TYPE_153=\u7121\u6cd5\u5224\u5b9a\u9805\u76ee\u300c%s\u300d\u662f\u5426\u7b26\u5408\u7be9\u9078\u5668\u300c%s\u300d\uff0c\u56e0\u70ba\u8a72\u9805\u76ee\u542b\u6709\u4e0d\u660e\u7684\u7be9\u9078\u5668\u985e\u578b %s |
| | |
| | | MILD_ERR_RDN_END_WITH_ATTR_NAME_172=\u7121\u6cd5\u5c07\u63d0\u4f9b\u7684\u5b57\u4e32\u300c%s\u300d\u89e3\u78bc\u70ba\u76f8\u5c0d\u8fa8\u5225\u540d\u7a31\uff0c\u56e0\u70ba\u8a72\u5b57\u4e32\u7d50\u5c3e\u70ba\u5c6c\u6027\u985e\u578b\u540d\u7a31 (%s) |
| | | MILD_ERR_RDN_NO_EQUAL_173=\u7121\u6cd5\u5c07\u63d0\u4f9b\u7684\u5b57\u4e32\u300c%s\u300d\u89e3\u78bc\u70ba\u76f8\u5c0d\u8fa8\u5225\u540d\u7a31\uff0c\u56e0\u70ba\u5c6c\u6027\u985e\u578b %s \u5f8c\u7684\u7b2c\u4e00\u500b\u975e\u7a7a\u767d\u5b57\u5143\u4e0d\u662f\u7b49\u865f (\u5b57\u5143\u8b80\u53d6\u70ba %c) |
| | | MILD_ERR_RDN_UNEXPECTED_COMMA_174=\u7121\u6cd5\u5c07\u63d0\u4f9b\u7684\u5b57\u4e32\u300c%s\u300d\u89e3\u78bc\u70ba\u76f8\u5c0d\u8fa8\u5225\u540d\u7a31\uff0c\u56e0\u70ba\u5176\u5728\u4f4d\u7f6e %d \u5305\u542b\u672a\u9810\u671f\u7684\u52a0\u865f\u3001\u9017\u865f\u6216\u5206\u865f\uff0c\u800c\u9019\u5728 RDN \u4e2d\u662f\u4e0d\u88ab\u5141\u8a31\u7684 |
| | | MILD_ERR_RDN_ILLEGAL_CHARACTER_175=\u7121\u6cd5\u5c07\u63d0\u4f9b\u7684\u5b57\u4e32\u300c%s\u300d\u89e3\u78bc\u70ba\u76f8\u5c0d\u8fa8\u5225\u540d\u7a31\uff0c\u56e0\u70ba\u5728\u4f4d\u7f6e %d \u6709\u975e\u6cd5\u5b57\u5143 %c\uff0c\u5728\u9019\u500b\u4f4d\u7f6e\u9810\u671f\u70ba\u5b57\u4e32\u7684\u7d50\u5c3e\u6216\u662f\u300c+\u300d\u865f\u3002 |
| | | MILD_ERR_RDN_ILLEGAL_CHARACTER_175=\u7121\u6cd5\u5c07\u63d0\u4f9b\u7684\u5b57\u4e32\u300c%1$s\u300d\u89e3\u78bc\u70ba\u76f8\u5c0d\u8fa8\u5225\u540d\u7a31\uff0c\u56e0\u70ba\u5728\u4f4d\u7f6e %3$d \u6709\u975e\u6cd5\u5b57\u5143 %2$c\uff0c\u5728\u9019\u500b\u4f4d\u7f6e\u9810\u671f\u70ba\u5b57\u4e32\u7684\u7d50\u5c3e\u6216\u662f\u300c+\u300d\u865f\u3002 |
| | | FATAL_ERR_CANNOT_CREATE_WORK_QUEUE_176=\u5617\u8a66\u5efa\u7acb\u76ee\u9304\u4f3a\u670d\u5668\u5de5\u4f5c\u4f47\u5217\u6642\u767c\u751f\u932f\u8aa4: %s\u3002\u9019\u500b\u932f\u8aa4\u7121\u6cd5\u56de\u5fa9\uff0c\u555f\u52d5\u7a0b\u5e8f\u5c07\u7121\u6cd5\u7e7c\u7e8c |
| | | SEVERE_ERR_CANNOT_REGISTER_DUPLICATE_SUFFIX_180=\u5c3e\u78bc\u300c%s\u300d\u5df2\u7d93\u900f\u904e\u5177\u985e\u578b %s \u5f8c\u7aef\u7684\u76ee\u9304\u4f3a\u670d\u5668\u9032\u884c\u8a3b\u518a |
| | | SEVERE_ERR_CANNOT_REGISTER_DUPLICATE_SUBSUFFIX_181=\u5c3e\u78bc\u300c%s\u300d\u5df2\u7d93\u900f\u904e\u76ee\u9304\u4f3a\u670d\u5668\u8a3b\u518a\u5c3e\u78bc %s \u5f8c\u7aef\u7684\u5b50\u5c3e\u78bc |
| | |
| | | SEVERE_ERR_BACKUPINFO_UNKNOWN_PROPERTY_295=\u7121\u6cd5\u5256\u6790\u76ee\u9304 %1$s \u4e2d\u7684\u5099\u4efd\u8cc7\u8a0a\u7d50\u69cb\uff0c\u56e0\u70ba\u5176\u5305\u542b\u5177\u503c %3$s \u7684\u4e0d\u660e\u7279\u6027 %2$s |
| | | SEVERE_ERR_BACKUPINFO_CANNOT_DECODE_296=\u5617\u8a66\u89e3\u78bc\u76ee\u9304 %s \u7684\u5099\u4efd\u8cc7\u8a0a\u7d50\u69cb\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | SEVERE_ERR_BACKUPINFO_NO_BACKUP_ID_297=\u7121\u6cd5\u89e3\u78bc\u76ee\u9304 %s \u7684\u5099\u4efd\u8cc7\u8a0a\u7d50\u69cb\uff0c\u56e0\u70ba\u7d50\u69cb\u4e0d\u5305\u542b\u5099\u4efd ID |
| | | SEVERE_ERR_BACKUPINFO_NO_BACKUP_DATE_298=\u76ee\u9304 %2$s \u4e2d\u5177\u5099\u4efd ID %1$s \u7684\u5099\u4efd\u8cc7\u8a0a\u7d50\u69cb\u7121\u6548\uff0c\u56e0\u70ba\u5176\u4e0d\u5305\u542b\u5099\u4efd\u65e5\u671f |
| | | SEVERE_ERR_BACKUPINFO_NO_BACKUP_DATE_298=\u5099\u4efd ID \u70ba %s \u7684\u5099\u4efd\u8cc7\u8a0a\u7d50\u69cb (\u4f4d\u65bc\u76ee\u9304 %s \u4e2d) \u7121\u6548\uff0c\u56e0\u70ba\u5176\u672a\u5305\u542b\u5099\u4efd\u65e5\u671f |
| | | SEVERE_ERR_BACKUPDIRECTORY_ADD_DUPLICATE_ID_299=\u7121\u6cd5\u4f7f\u7528 ID %s \u589e\u52a0\u5099\u4efd\u81f3\u5099\u4efd\u76ee\u9304 %s\uff0c\u56e0\u70ba\u4f7f\u7528\u8a72 ID \u7684\u5099\u4efd\u5df2\u7d93\u5b58\u5728 |
| | | SEVERE_ERR_BACKUPDIRECTORY_NO_SUCH_BACKUP_300=\u7121\u6cd5\u5c07\u5099\u4efd %s \u5f9e\u5099\u4efd\u76ee\u9304 %s \u79fb\u9664\uff0c\u56e0\u70ba\u5177\u8a72 ID \u7684\u5099\u4efd\u4e0d\u5b58\u5728\u65bc\u8a72\u76ee\u9304\u4e2d |
| | | SEVERE_ERR_BACKUPDIRECTORY_UNRESOLVED_DEPENDENCY_301=\u7121\u6cd5\u5c07\u5099\u4efd %s \u5f9e\u5099\u4efd\u76ee\u9304 %s \u79fb\u9664\uff0c\u56e0\u70ba\u5176\u5217\u70ba\u5099\u4efd %s \u7684\u9644\u5c6c |
| | |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_REQUIRE_SECURE_CHANGES_453=\u5617\u8a66\u5224\u5b9a\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5c6c\u6027 ds-cfg-require-secure-password-changes \u7684\u503c\u6642\uff0c\u767c\u751f\u932f\u8aa4: %s |
| | | INFO_PWPOLICY_DESCRIPTION_ALLOW_PREENCODED_454=\u8868\u793a\u662f\u5426\u5141\u8a31\u4f7f\u7528\u8005\u63d0\u4f9b\u9810\u5148\u7de8\u78bc\u503c\u4f86\u8b8a\u66f4\u5bc6\u78bc\u3002\u9019\u53ef\u80fd\u9020\u6210\u5b89\u5168\u6027\u98a8\u96aa\uff0c\u56e0\u70ba\u7121\u6cd5\u8b58\u5225\u7d14\u6587\u5b57\u7248\u7684\u5bc6\u78bc\uff0c\u56e0\u6b64\u7121\u6cd5\u5957\u7528\u9a57\u8b49\u6aa2\u67e5\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_ALLOW_PREENCODED_455=\u5617\u8a66\u5224\u5b9a\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5c6c\u6027 ds-cfg-allow-pre-encoded-passwords \u7684\u503c\u6642\uff0c\u767c\u751f\u932f\u8aa4: %s |
| | | INFO_PWPOLICY_DESCRIPTION_MIN_AGE_456=\u5bc6\u78bc\u8b8a\u66f4\u5f8c\u5230\u4e0b\u6b21\u518d\u5ea6\u5141\u8a31\u4f7f\u7528\u8005\u8b8a\u66f4\u5bc6\u78bc\u7684\u6700\u5c0f\u6642\u9593\u9577\u5ea6\u3002\u6b64\u5c6c\u6027\u7684\u503c\u5fc5\u9808\u662f\u5f8c\u9762\u63a5\u8457\u79d2\u3001\u5c0f\u6642\u3001\u5929\u6216\u9031\u7b49\u55ae\u4f4d\u7684\u6574\u6578\u3002\u6b64\u8a2d\u5b9a\u53ef\u4ee5\u907f\u514d\u4f7f\u7528\u8005\u5728\u77ed\u6642\u9593\u5167\u4e0d\u65b7\u91cd\u8907\u8b8a\u66f4\u5bc6\u78bc\uff0c\u4e26\u5f9e\u6b77\u7a0b\u8a18\u9304\u6e05\u9664\u820a\u5bc6\u78bc\uff0c\u4ee5\u91cd\u65b0\u4f7f\u7528\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | INFO_PWPOLICY_DESCRIPTION_MIN_AGE_456=\u5bc6\u78bc\u8b8a\u66f4\u5f8c\u5230\u4e0b\u6b21\u518d\u5ea6\u5141\u8a31\u4f7f\u7528\u8005\u8b8a\u66f4\u5bc6\u78bc\u7684\u6700\u5c0f\u6642\u9593\u9577\u5ea6\u3002\u6b64\u5c6c\u6027\u7684\u503c\u5fc5\u9808\u662f\u5f8c\u9762\u7dca\u63a5\u8457\u79d2\u3001\u5c0f\u6642\u3001\u5929\u6216\u9031\u7b49\u55ae\u4f4d\u7684\u6574\u6578\u3002\u6b64\u8a2d\u5b9a\u53ef\u4ee5\u907f\u514d\u4f7f\u7528\u8005\u5728\u77ed\u6642\u9593\u5167\u4e0d\u65b7\u91cd\u8907\u8b8a\u66f4\u5bc6\u78bc\uff0c\u4e26\u5f9e\u6b77\u7a0b\u8a18\u9304\u6e05\u9664\u820a\u5bc6\u78bc\uff0c\u4ee5\u91cd\u65b0\u4f7f\u7528\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_MIN_AGE_457=\u5617\u8a66\u5224\u5b9a\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5c6c\u6027 ds-cfg-min-password-age \u7684\u503c\u6642\uff0c\u767c\u751f\u932f\u8aa4: %s |
| | | INFO_PWPOLICY_DESCRIPTION_MAX_AGE_458=\u4f7f\u7528\u8005\u53ef\u4ee5\u7e7c\u7e8c\u4f7f\u7528\u76f8\u540c\u5bc6\u78bc\uff0c\u76f4\u5230\u5fc5\u9808\u8b8a\u66f4\u7684\u6700\u5927\u6642\u9593\u9577\u5ea6 (\u4f8b\u5982\uff0c\u5bc6\u78bc\u904e\u671f\u9593\u9694)\u3002\u6b64\u5c6c\u6027\u7684\u503c\u5fc5\u9808\u662f\u5f8c\u9762\u63a5\u8457\u79d2\u3001\u6642\u3001\u5929\u6216\u9031\u7b49\u55ae\u4f4d\u7684\u6574\u6578\u30020 \u79d2\u7684\u503c\u5c07\u505c\u7528\u5bc6\u78bc\u904e\u671f\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | INFO_PWPOLICY_DESCRIPTION_MAX_AGE_458=\u4f7f\u7528\u8005\u53ef\u4ee5\u7e7c\u7e8c\u4f7f\u7528\u76f8\u540c\u5bc6\u78bc\uff0c\u76f4\u5230\u5fc5\u9808\u8b8a\u66f4\u7684\u6700\u5927\u6642\u9593\u9577\u5ea6 (\u4f8b\u5982\uff0c\u5bc6\u78bc\u904e\u671f\u9593\u9694)\u3002\u6b64\u5c6c\u6027\u7684\u503c\u5fc5\u9808\u662f\u5f8c\u9762\u7dca\u63a5\u8457\u79d2\u3001\u6642\u3001\u5929\u6216\u9031\u7b49\u55ae\u4f4d\u7684\u6574\u6578\u30020 \u79d2\u7684\u503c\u5c07\u505c\u7528\u5bc6\u78bc\u904e\u671f\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_MAX_AGE_459=\u5617\u8a66\u5224\u5b9a\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5c6c\u6027 ds-cfg-max-password-age \u7684\u503c\u6642\uff0c\u767c\u751f\u932f\u8aa4: %s |
| | | INFO_PWPOLICY_DESCRIPTION_MAX_RESET_AGE_460=\u5728\u7ba1\u7406\u54e1\u91cd\u8a2d\u5bc6\u78bc\uff0c\u4e26\u5728\u9019\u4e9b\u5bc6\u78bc\u88ab\u9396\u5b9a\u4e4b\u524d\uff0c\u4f7f\u7528\u8005\u5fc5\u9808\u8b8a\u66f4\u5bc6\u78bc\u7684\u6700\u5927\u6642\u9593\u9577\u5ea6\u3002\u6b64\u5c6c\u6027\u7684\u503c\u5fc5\u9808\u662f\u5f8c\u9762\u63a5\u8457\u79d2\u3001\u6642\u3001\u5929\u6216\u9031\u7b49\u55ae\u4f4d\u7684\u6574\u6578\u30020 \u79d2\u7684\u503c\u5c07\u505c\u7528\u6b64\u529f\u80fd\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | INFO_PWPOLICY_DESCRIPTION_MAX_RESET_AGE_460=\u5728\u7ba1\u7406\u54e1\u91cd\u8a2d\u5bc6\u78bc\uff0c\u4e26\u5728\u9019\u4e9b\u5bc6\u78bc\u88ab\u9396\u5b9a\u4e4b\u524d\uff0c\u4f7f\u7528\u8005\u5fc5\u9808\u8b8a\u66f4\u5bc6\u78bc\u7684\u6700\u5927\u6642\u9593\u9577\u5ea6\u3002\u6b64\u5c6c\u6027\u7684\u503c\u5fc5\u9808\u662f\u5f8c\u9762\u7dca\u63a5\u8457\u79d2\u3001\u6642\u3001\u5929\u6216\u9031\u7b49\u55ae\u4f4d\u7684\u6574\u6578\u30020 \u79d2\u7684\u503c\u5c07\u505c\u7528\u6b64\u529f\u80fd\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_MAX_RESET_AGE_461=\u5617\u8a66\u5224\u5b9a\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5c6c\u6027 ds-cfg-max-password-reset-age \u7684\u503c\u6642\uff0c\u767c\u751f\u932f\u8aa4: %s |
| | | INFO_PWPOLICY_DESCRIPTION_WARNING_INTERVAL_462=\u4f7f\u7528\u8005\u5bc6\u78bc\u5be6\u969b\u904e\u671f\uff0c\u800c\u4f7f\u4f3a\u670d\u5668\u958b\u59cb\u70ba\u8a72\u4f7f\u7528\u8005\u5728\u9023\u7d50\u56de\u61c9\u4e2d\u52a0\u5165\u8b66\u544a\u901a\u77e5\u524d\u7684\u6700\u5927\u6642\u9593\u9577\u5ea6\u3002\u6b64\u5c6c\u6027\u7684\u503c\u5fc5\u9808\u662f\u5f8c\u9762\u63a5\u8457\u79d2\u3001\u6642\u3001\u5929\u6216\u9031\u7b49\u55ae\u4f4d\u7684\u6574\u6578\u30020 \u79d2\u7684\u503c\u5c07\u505c\u7528\u8b66\u544a\u9593\u9694\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | INFO_PWPOLICY_DESCRIPTION_WARNING_INTERVAL_462=\u4f7f\u7528\u8005\u5bc6\u78bc\u5be6\u969b\u904e\u671f\uff0c\u800c\u4f7f\u4f3a\u670d\u5668\u958b\u59cb\u70ba\u8a72\u4f7f\u7528\u8005\u5728\u9023\u7d50\u56de\u61c9\u4e2d\u52a0\u5165\u8b66\u544a\u901a\u77e5\u524d\u7684\u6700\u5927\u6642\u9593\u9577\u5ea6\u3002\u6b64\u5c6c\u6027\u7684\u503c\u5fc5\u9808\u662f\u5f8c\u9762\u7dca\u63a5\u8457\u79d2\u3001\u5c0f\u6642\u3001\u5929\u6216\u9031\u7b49\u55ae\u4f4d\u7684\u6574\u6578\u30020 \u79d2\u7684\u503c\u5c07\u505c\u7528\u8b66\u544a\u9593\u9694\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_WARNING_INTERVAL_463=\u5617\u8a66\u5224\u5b9a\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5c6c\u6027 ds-cfg-password-expiration-warning-interval \u7684\u503c\u6642\uff0c\u767c\u751f\u932f\u8aa4: %s |
| | | INFO_PWPOLICY_DESCRIPTION_EXPIRE_WITHOUT_WARNING_464=\u8868\u793a\u5373\u4f7f\u4f7f\u7528\u8005\u5f9e\u672a\u770b\u5230\u904e\u671f\u8b66\u544a\u901a\u77e5\uff0c\u76ee\u9304\u4f3a\u670d\u5668\u662f\u5426\u61c9\u8a72\u5141\u8a31\u4f7f\u7528\u8005\u5bc6\u78bc\u904e\u671f\u3002\u5982\u679c\u555f\u7528\u6b64\u8a2d\u5b9a\uff0c\u5247\u6bcf\u6b21\u9054\u5230\u904e\u671f\u6642\u9593\u6642\uff0c\u5e33\u865f\u5c31\u6703\u904e\u671f\u3002\u5982\u679c\u505c\u7528\u6b64\u8a2d\u5b9a\uff0c\u5247\u4f7f\u7528\u8005\u81f3\u5c11\u90fd\u6703\u63a5\u5230\u4e00\u6b21\u8b66\u544a\u901a\u77e5\uff0c\u800c\u5bc6\u78bc\u904e\u671f\u5c07\u8a2d\u70ba\u8b66\u544a\u6642\u9593\u52a0\u4e0a\u8b66\u544a\u9593\u9694\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_EXPIRE_WITHOUT_WARNING_465=\u5617\u8a66\u5224\u5b9a\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5c6c\u6027 ds-cfg-expire-passwords-without-warning \u7684\u503c\u6642\uff0c\u767c\u751f\u932f\u8aa4: %s |
| | |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_GRACE_LOGIN_COUNT_469=\u5617\u8a66\u5224\u5b9a\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5c6c\u6027 ds-cfg-grace-login-count \u7684\u503c\u6642\uff0c\u767c\u751f\u932f\u8aa4: %s |
| | | INFO_PWPOLICY_DESCRIPTION_LOCKOUT_FAILURE_COUNT_470=\u5728\u9396\u4f4f\u5e33\u865f\u4e4b\u524d\uff0c\u5141\u8a31\u4f7f\u7528\u8005\u7684\u6700\u5927\u8a8d\u8b49\u5931\u6557\u6b21\u6578\u30020 \u7684\u503c\u8868\u793a\u5e33\u865f\u4e0d\u6703\u56e0\u70ba\u5931\u6557\u7684\u5617\u8a66\u800c\u9396\u4f4f\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_LOCKOUT_FAILURE_COUNT_471=\u5617\u8a66\u5224\u5b9a\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5c6c\u6027 ds-cfg-lockout-failure-count \u7684\u503c\u6642\uff0c\u767c\u751f\u932f\u8aa4: %s |
| | | INFO_PWPOLICY_DESCRIPTION_LOCKOUT_DURATION_472=\u5728\u592a\u591a\u6b21\u8a8d\u8b49\u5931\u6557\u5f8c\uff0c\u61c9\u8a72\u9396\u4f4f\u5e33\u865f\u7684\u6642\u9593\u9577\u5ea6\u3002\u6b64\u5c6c\u6027\u7684\u503c\u5fc5\u9808\u662f\u5f8c\u9762\u63a5\u8457\u79d2\u3001\u6642\u3001\u5929\u6216\u9031\u7b49\u55ae\u4f4d\u7684\u6574\u6578\u30020 \u79d2\u7684\u503c\u8868\u793a\u5e33\u865f\u5728\u7ba1\u7406\u54e1\u91cd\u8a2d\u5bc6\u78bc\u4e4b\u524d\u61c9\u8a72\u7dad\u6301\u9396\u5b9a\u7684\u72c0\u614b\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | INFO_PWPOLICY_DESCRIPTION_LOCKOUT_DURATION_472=\u5728\u592a\u591a\u6b21\u8a8d\u8b49\u5931\u6557\u5f8c\uff0c\u61c9\u8a72\u9396\u4f4f\u5e33\u865f\u7684\u6642\u9593\u9577\u5ea6\u3002\u6b64\u5c6c\u6027\u7684\u503c\u5fc5\u9808\u662f\u5f8c\u9762\u7dca\u63a5\u8457\u79d2\u3001\u5c0f\u6642\u3001\u5929\u6216\u9031\u7b49\u55ae\u4f4d\u7684\u6574\u6578\u30020 \u79d2\u7684\u503c\u8868\u793a\u5e33\u865f\u5728\u7ba1\u7406\u54e1\u91cd\u8a2d\u5bc6\u78bc\u4e4b\u524d\u61c9\u8a72\u7dad\u6301\u9396\u5b9a\u7684\u72c0\u614b\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_LOCKOUT_DURATION_473=\u5617\u8a66\u5224\u5b9a\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5c6c\u6027 ds-cfg-lockout-duration \u7684\u503c\u6642\uff0c\u767c\u751f\u932f\u8aa4: %s |
| | | INFO_PWPOLICY_DESCRIPTION_FAILURE_EXPIRATION_474=\u82e5\u70ba\u5e33\u865f\u9396\u5b9a\u7528\u9014\uff0c\u4e0d\u518d\u91dd\u5c0d\u4f7f\u7528\u8005\u8a08\u7b97\u8a8d\u8b49\u5931\u6557\u6240\u61c9\u7d93\u904e\u7684\u6642\u9593\u9577\u5ea6\u3002\u6b64\u5c6c\u6027\u7684\u503c\u5fc5\u9808\u662f\u5f8c\u9762\u63a5\u8457\u79d2\u3001\u6642\u3001\u5929\u6216\u9031\u7b49\u55ae\u4f4d\u7684\u6574\u6578\u30020 \u79d2\u7684\u503c\u8868\u793a\u8a8d\u8b49\u5931\u6557\u6c38\u9060\u4e0d\u904e\u671f\u3002\u5931\u6557\u8a08\u6578\u4e00\u5f8b\u5728\u6210\u529f\u8a8d\u8b49\u5f8c\u6e05\u9664\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | INFO_PWPOLICY_DESCRIPTION_FAILURE_EXPIRATION_474=\u82e5\u70ba\u5e33\u865f\u9396\u5b9a\u7528\u9014\uff0c\u4e0d\u518d\u91dd\u5c0d\u4f7f\u7528\u8005\u8a08\u7b97\u8a8d\u8b49\u5931\u6557\u6240\u61c9\u7d93\u904e\u7684\u6642\u9593\u9577\u5ea6\u3002\u6b64\u5c6c\u6027\u7684\u503c\u5fc5\u9808\u662f\u5f8c\u9762\u7dca\u63a5\u8457\u79d2\u3001\u5c0f\u6642\u3001\u5929\u6216\u9031\u7b49\u55ae\u4f4d\u7684\u6574\u6578\u30020 \u79d2\u7684\u503c\u8868\u793a\u8a8d\u8b49\u5931\u6557\u6c38\u9060\u4e0d\u904e\u671f\u3002\u5931\u6557\u8a08\u6578\u4e00\u5f8b\u5728\u6210\u529f\u8a8d\u8b49\u5f8c\u6e05\u9664\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_FAILURE_EXPIRATION_475=\u5617\u8a66\u5224\u5b9a\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5c6c\u6027 ds-cfg-lockout-failure-expiration-interval \u7684\u503c\u6642\uff0c\u767c\u751f\u932f\u8aa4: %s |
| | | INFO_PWPOLICY_DESCRIPTION_REQUIRE_CHANGE_BY_TIME_476=\u6240\u6709\u5177\u6709\u76f8\u95dc\u5bc6\u78bc\u7b56\u7565\u7684\u4f7f\u7528\u8005\u90fd\u5fc5\u9808\u8b8a\u66f4\u5bc6\u78bc\u7684\u6642\u9593\u3002\u6b64\u503c\u61c9\u8a72\u4ee5\u4e00\u822c\u7684\u6642\u9593\u683c\u5f0f\u8868\u793a\u3002\u5982\u679c\u9019\u500b\u6642\u9593\u7b49\u65bc\u73fe\u5728\u7684\u6642\u9593\u6216\u662f\u5728\u904e\u53bb\uff0c\u5247\u6240\u6709\u7684\u4f7f\u7528\u8005\u90fd\u5fc5\u9808\u7acb\u523b\u8b8a\u66f4\u5bc6\u78bc\u3002\u5728\u6b64\u6a21\u5f0f\u7684\u4f3a\u670d\u5668\u904b\u4f5c\u65b9\u5f0f\uff0c\u8207\u5728\u7ba1\u7406\u54e1\u91cd\u8a2d\u4e4b\u5f8c\u5f37\u5236\u4f7f\u7528\u8005\u8b8a\u66f4\u5bc6\u78bc\u6642\u89c0\u5bdf\u5230\u7684\u904b\u4f5c\u65b9\u5f0f\u76f8\u540c\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_REQUIRE_CHANGE_BY_TIME_477=\u5617\u8a66\u5224\u5b9a\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5c6c\u6027 ds-cfg-require-change-by-time \u7684\u503c\u6642\uff0c\u767c\u751f\u932f\u8aa4: %s |
| | |
| | | INFO_PWPOLICY_DESCRIPTION_PREVIOUS_LAST_LOGIN_TIME_FORMAT_484=\u53ef\u80fd\u91dd\u5c0d\u5177\u76f8\u95dc\u5bc6\u78bc\u7b56\u7565\u4e4b\u4f7f\u7528\u8005\uff0c\u8207\u5728\u904e\u53bb\u4efb\u4f55\u4e00\u9ede\u7684\u4e0a\u6b21\u767b\u5165\u6642\u9593\u4e00\u540c\u4f7f\u7528\u7684\u683c\u5f0f\u5b57\u4e32\u3002\u9019\u4e9b\u503c\u53ef\u4ee5\u7528\u4f86\u5256\u6790\u4e4b\u524d\u7684\u503c\uff0c\u4f46\u4e0d\u6703\u7528\u4f86\u8a2d\u5b9a\u65b0\u503c\u3002\u9019\u4e9b\u683c\u5f0f\u5b57\u4e32\u61c9\u7b26\u5408 <CODE>java.text.SimpleDateFormat</CODE> \u985e\u5225\u4e4b API \u6587\u4ef6\u4e2d\u6240\u8aaa\u660e\u7684\u8a9e\u6cd5\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_PWPOLICY_INVALID_PREVIOUS_LAST_LOGIN_TIME_FORMAT_485=\u914d\u7f6e\u9805\u76ee\u300c%s\u300d\u6240\u5305\u542b\u7684\u5bc6\u78bc\u7b56\u7565\u5b9a\u7fa9\u7121\u6548\uff0c\u56e0\u70ba\u6307\u5b9a\u7684\u524d\u4e00\u500b\u4e0a\u6b21\u767b\u5165\u6642\u9593\u683c\u5f0f\u300c%s\u300d\u4e0d\u662f\u6709\u6548\u7684\u683c\u5f0f\u5b57\u4e32 \u524d\u4e00\u500b\u4e0a\u6b21\u767b\u5165\u6642\u9593\u683c\u5f0f\u5b57\u4e32\u61c9\u7b26\u5408 <CODE>java.text.SimpleDateFormat</CODE> \u985e\u5225\u4e4b API \u6587\u4ef6\u4e2d\u6240\u8aaa\u660e\u7684\u8a9e\u6cd5 |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_PREVIOUS_LAST_LOGIN_TIME_FORMAT_486=\u5617\u8a66\u5224\u5b9a\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5c6c\u6027 ds-cfg-previous-last-login-time-format \u7684\u503c\u6642\uff0c\u767c\u751f\u932f\u8aa4: %s |
| | | INFO_PWPOLICY_DESCRIPTION_IDLE_LOCKOUT_INTERVAL_487=\u5728\u9396\u4f4f\u4f7f\u7528\u8005\u4e4b\u524d\uff0c\u5e33\u865f\u7dad\u6301\u9592\u7f6e (\u4f8b\u5982\uff0c\u76f8\u95dc\u4f7f\u7528\u8005\u6c92\u6709\u8a8d\u8b49\u4f3a\u670d\u5668) \u7684\u6700\u9577\u6642\u9593\u3002\u6b64\u5c6c\u6027\u7684\u503c\u5fc5\u9808\u662f\u5f8c\u9762\u63a5\u8457\u79d2\u3001\u6642\u3001\u5929\u6216\u9031\u7b49\u55ae\u4f4d\u7684\u6574\u6578\u30020 \u79d2\u7684\u503c\u8868\u793a\u9592\u7f6e\u5e33\u865f\u4e0d\u61c9\u8a72\u81ea\u52d5\u9396\u4f4f\u3002\u53ea\u6709\u4fdd\u7559\u4e0a\u6b21\u767b\u5165\u6642\u9593\uff0c\u624d\u53ef\u4f7f\u7528\u9019\u500b\u529f\u80fd\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | INFO_PWPOLICY_DESCRIPTION_IDLE_LOCKOUT_INTERVAL_487=\u5728\u9396\u4f4f\u4f7f\u7528\u8005\u4e4b\u524d\uff0c\u5e33\u865f\u7dad\u6301\u9592\u7f6e (\u4f8b\u5982\uff0c\u76f8\u95dc\u4f7f\u7528\u8005\u6c92\u6709\u8a8d\u8b49\u4f3a\u670d\u5668) \u7684\u6700\u9577\u6642\u9593\u3002\u6b64\u5c6c\u6027\u7684\u503c\u5fc5\u9808\u662f\u5f8c\u9762\u7dca\u63a5\u8457\u79d2\u3001\u5c0f\u6642\u3001\u5929\u6216\u9031\u7b49\u55ae\u4f4d\u7684\u6574\u6578\u30020 \u79d2\u7684\u503c\u8868\u793a\u9592\u7f6e\u5e33\u865f\u4e0d\u61c9\u8a72\u81ea\u52d5\u9396\u4f4f\u3002\u53ea\u6709\u4fdd\u7559\u4e0a\u6b21\u767b\u5165\u6642\u9593\uff0c\u624d\u53ef\u4f7f\u7528\u9019\u500b\u529f\u80fd\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_PWPOLICY_CANNOT_DETERMINE_IDLE_LOCKOUT_INTERVAL_488=\u5617\u8a66\u5224\u5b9a\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5c6c\u6027 ds-cfg-idle-lockout-interval \u7684\u503c\u6642\uff0c\u767c\u751f\u932f\u8aa4: %s |
| | | INFO_PWPOLICY_UPDATED_POLICY_489=\u5b9a\u7fa9\u5728\u914d\u7f6e\u9805\u76ee %s \u7684\u5bc6\u78bc\u7b56\u7565\u5df2\u7d93\u6210\u529f\u66f4\u65b0 |
| | | MILD_ERR_ADD_INVALID_PWPOLICY_DN_SYNTAX_490=\u7121\u6cd5\u589e\u52a0\u9805\u76ee\u300c%s\u300d\uff0c\u56e0\u70ba\u5176\u5305\u542b\u7121\u6548\u7684\u5bc6\u78bc\u7b56\u7565\u5b50\u9805\u76ee DN: %s |
| | |
| | | SEVERE_ERR_CRYPTOMGR_CANNOT_GET_REQUESTED_ENCRYPTION_CIPHER_663=CryptoManager \u7121\u6cd5\u53d6\u5f97\u8acb\u6c42\u7684\u52a0\u5bc6\u5bc6\u78bc %s: %s |
| | | SEVERE_ERR_CRYPTOMGR_CANNOT_GET_PREFERRED_KEY_WRAPPING_CIPHER_664=CryptoManager \u7121\u6cd5\u53d6\u5f97\u559c\u597d\u7684\u91d1\u9470\u5c01\u88dd\u5bc6\u78bc: %s |
| | | SEVERE_ERR_CRYPTOMGR_FAILED_TO_INITIATE_INSTANCE_KEY_GENERATION_665=CryptoManager \u7121\u6cd5\u589e\u52a0\u9805\u76ee\u300c%s\u300d\uff0c\u4ee5\u555f\u52d5\u5be6\u4f8b\u91d1\u9470\u7522\u751f |
| | | SEVERE_ERR_CRYPTOMGR_FAILED_TO_RETRIEVE_INSTANCE_CERTIFICATE_666=CryptoManager \u7121\u6cd5\u64f7\u53d6\u9805\u76ee\u300c%s\u300d(\u5be6\u4f8b\u91d1\u9470\u5c0d\u516c\u958b\u91d1\u9470\u6191\u8b49): %s |
| | | SEVERE_ERR_CRYPTOMGR_FAILED_TO_RETRIEVE_INSTANCE_CERTIFICATE_666=CryptoManager \u7121\u6cd5\u64f7\u53d6\u9805\u76ee\u300c%s\u300d(instance-key-pair public-key-certificate): %s |
| | | SEVERE_ERR_CRYPTOMGR_FAILED_TO_COMPUTE_INSTANCE_KEY_IDENTIFIER_667=CryptoManager \u7121\u6cd5\u904b\u7b97\u5be6\u4f8b\u91d1\u9470\u8b58\u5225\u78bc: %s |
| | | SEVERE_ERR_CRYPTOMGR_FAILED_TO_ADD_INSTANCE_KEY_ENTRY_TO_ADS_668=\u7121\u6cd5\u589e\u52a0\u9805\u76ee\u300c%s\u300d |
| | | SEVERE_ERR_CRYPTOMGR_FAILED_TO_PUBLISH_INSTANCE_KEY_ENTRY_669=CryptoManager \u7121\u6cd5\u5728 ADS \u767c\u4f48\u5be6\u4f8b\u91d1\u9470\u5c0d\u516c\u958b\u91d1\u9470\u6191\u8b49\u9805\u76ee: %s |
| | |
| | | SEVERE_ERR_CRYPTOMGR_DECODE_SYMMETRIC_KEY_ATTRIBUTE_SYNTAX_673=CryptoManager \u5c0d\u7a31\u91d1\u9470\u5c6c\u6027\u503c\u300c%s\u300d\u8a9e\u6cd5\u7121\u6548\u5728\u504f\u79fb %2$d \u7684\u6b04\u4f4d\u300c%1$s\u300d\u4e2d\u5256\u6790\u5931\u6557 |
| | | SEVERE_ERR_CRYPTOMGR_DECODE_SYMMETRIC_KEY_ATTRIBUTE_NO_PRIVATE_674=CryptoManager \u7121\u6cd5\u64f7\u53d6\u5be6\u4f8b\u91d1\u9470\u5c0d\u79c1\u5bc6\u91d1\u9470: %s |
| | | SEVERE_ERR_CRYPTOMGR_DECODE_SYMMETRIC_KEY_ATTRIBUTE_DECIPHER_675=CryptoManager \u7121\u6cd5\u8fa8\u8a8d\u5c01\u88dd\u6a5f\u5bc6\u91d1\u9470\u503c: %s |
| | | MILD_ERR_CRYPTOMGR_REWRAP_SYMMETRIC_KEY_ATTRIBUTE_NO_WRAPPER_676=CryptoManager \u7121\u6cd5\u627e\u5230\u5c0d\u7a31\u91d1\u8981\u91cd\u65b0\u7de8\u78bc\u8acb\u6c42\u7684\u516c\u958b\u91d1\u9470\u6191\u8b49 (\u8b58\u5225\u78bc\u300c%s\u300d) |
| | | MILD_ERR_CRYPTOMGR_REWRAP_SYMMETRIC_KEY_ATTRIBUTE_NO_WRAPPER_676=CryptoManager \u627e\u4e0d\u5230\u91dd\u5c0d\u5c0d\u7a31\u91d1\u9470\u91cd\u65b0\u7de8\u78bc\u8acb\u6c42\u7684 public-key-certificate (\u8b58\u5225\u78bc\u300c%s\u300d) |
| | | MILD_ERR_CRYPTOMGR_INVALID_KEY_IDENTIFIER_SYNTAX_677=CryptoManager \u7121\u6cd5\u89e3\u78bc\u91d1\u9470\u9805\u76ee\u8b58\u5225\u78bc\u300c%s\u300d: %s |
| | | SEVERE_ERR_CRYPTOMGR_GET_MAC_ENGINE_INVALID_MAC_ALGORITHM_678=CrytpoManager \u901a\u904e\u7121\u6548\u7684 MAC \u6f14\u7b97\u6cd5\u300c%s\u300d: %s |
| | | SEVERE_ERR_CRYPTOMGR_GET_MAC_ENGINE_CANNOT_INITIALIZE_679=CryptoManager \u7121\u6cd5\u521d\u59cb\u5316 MAC \u5f15\u64ce: %s |
| | |
| | | MILD_ERR_ADD_ENTRY_UNKNOWN_SUFFIX_697=\u7121\u6cd5\u589e\u52a0\u63d0\u4f9b\u7684\u9805\u76ee %s\uff0c\u56e0\u70ba\u5176\u5c3e\u78bc\u6c92\u6709\u5b9a\u7fa9\u70ba\u76ee\u9304\u4f3a\u670d\u5668\u4e2d\u7684\u5176\u4e2d\u4e00\u500b\u5c3e\u78bc |
| | | NOTICE_VERSION_698=%s |
| | | NOTICE_BUILD_ID_699=Build ID: %s |
| | | MILD_ERR_CANNOT_CANCEL_START_TLS_700=\u7121\u6cd5\u53d6\u6d88\u555f\u52d5 TLS \u5ef6\u4f38\u4f5c\u696d |
| | | MILD_ERR_CANNOT_CANCEL_CANCEL_701=\u7121\u6cd5\u53d6\u6d88\u53d6\u6d88\u5ef6\u4f38\u4f5c\u696d |
| | | MILD_ERR_MODDN_NEW_SUPERIOR_IN_SUBTREE_702=\u7121\u6cd5\u57f7\u884c\u9805\u76ee %s \u7684\u4fee\u6539 DN \u4f5c\u696d\uff0c\u56e0\u70ba\u65b0\u7684\u4e0a\u5c64\u9805\u76ee %s \u7b49\u65bc\u8981\u79fb\u52d5\u4e4b\u9805\u76ee\u7684\u5f9e\u5c6c |
| | | SEVERE_ERR_REGISTER_WORKFLOW_ELEMENT_ALREADY_EXISTS_703=\u7121\u6cd5\u5728\u76ee\u9304\u4f3a\u670d\u5668\u4e2d\u8a3b\u518a\u5de5\u4f5c\u6d41\u7a0b\u5143\u7d20 %s\uff0c\u56e0\u70ba\u5df2\u8a3b\u518a\u53e6\u4e00\u500b\u5177\u6709\u76f8\u540c ID \u7684\u5de5\u4f5c\u6d41\u7a0b\u5143\u7d20 |
| | |
| | | SEVERE_ERR_DSCFG_ERROR_NO_VALUE_IN_PROPERTY_MOD_1070=Die Eigenschafts\u00e4nderung "%s" enth\u00e4lt keinen Eigenschaftswert. Das Argument sollte die folgende Syntax aufweisen: Eigenschaft[+|-]:Wert |
| | | SEVERE_ERR_DSCFG_ERROR_INCOMPATIBLE_PROPERTY_MOD_1071=Die Eigenschafts\u00e4nderung "%s" ist nicht mit einer fr\u00fcheren \u00c4nderung kompatibel, die an dieser Eigenschaft vorgenommen wurde. |
| | | SEVERE_ERR_DSCFG_ERROR_WRONG_MANAGED_OBJECT_TYPE_1072=%s konnte nicht abgerufen werden, da der Typ f\u00fcr das verwaltete Objekt falsch war: %s |
| | | INFO_DSCFG_DESCRIPTION_TYPE_DEFAULT_1073=Der zu erstellende Typ von %s (Standard: %s). F\u00fcr den Wert f\u00fcr TYPE kommt einer der folgenden in Frage: %s |
| | | INFO_DSCFG_DESCRIPTION_TYPE_DEFAULT_1073=Der zu erstellende Typ von %s (Standard: %s). TYPE kann einen der folgenden Werte aufweisen: %s |
| | | INFO_DSCFG_DESCRIPTION_RECORD_1074=\u00c4ndert die Anzeigeausgabe so, dass ein einziger Eigenschaftswert pro Zeile angezeigt wird. |
| | | INFO_DSCFG_DESCRIPTION_UNIT_TIME_1078=Zeitdaten in der angegebenen Einheit anzeigen. Der Wert f\u00fcr UNIT kann ms, s, m, h, d oder w sein (Millisekunden, Sekunden, Minuten, Stunden, Tage oder Wochen). |
| | | INFO_DSCFG_DESCRIPTION_UNIT_SIZE_1079=Gr\u00f6\u00dfendaten in der angegebenen Einheit anzeigen. Der Wert f\u00fcr UNIT kann b, kb, mb, gb oder tb (Byte, Kilobyte, Megabyte, Gigabyte oder Terabyte) sein. |
| | |
| | | INFO_DSCFG_PROMPT_HOST_NAME_1367=Directory Server-Hostname oder -IP-Adresse [%s]: |
| | | INFO_DSCFG_PROMPT_PORT_NUMBER_1368=Directory Server-Port-Nummer [%d]: |
| | | INFO_DSCFG_PROMPT_BIND_DN_1369=Administratorverbindungs-DN [%s]: |
| | | SEVERE_ERR_DSCFG_BAD_HOST_NAME_1370=Der Hostname "%s" konnte nicht aufgel\u00f6st werden. Pr\u00fcfen Sie, ob Sie die richtige Adresse haben. |
| | | SEVERE_ERR_DSCFG_BAD_HOST_NAME_1370=Der Hostname "%s" konnte nicht aufgel\u00f6st werden. Please check you have provided the correct address |
| | | SEVERE_ERR_DSCFG_BAD_PORT_NUMBER_1371=Ung\u00fcltige Port-Nummer "%s". Geben Sie eine g\u00fcltige Port-Nummer zwischen 1 und 65535 ein. |
| | | INFO_DSCFG_GENERIC_TYPE_OPTION_1372=%s (allgemein) |
| | | INFO_DSCFG_HEADING_CONNECTION_PARAMETERS_1373=>>>> OpenDS-LDAP-Verbindungsparameter angeben |
| | |
| | | INFO_DSCFG_CUSTOM_TYPE_SYNOPSIS_148=Ein benutzerdefiniertes %s mit einer benutzerdefinierten Implementierungsklasse |
| | | INFO_DSCFG_GENERIC_TYPE_SYNOPSIS_149=%s (allgemein) |
| | | INFO_DSCFG_CREATE_TYPE_HELP_HEADING_150=Hilfe: %s |
| | | INFO_DSCFG_NON_INTERACTIVE_151=Die entsprechende nicht interaktive Befehlszeile lautet: %n%s |
| | | INFO_DSCFG_DESCRIPTION_DISPLAY_EQUIVALENT_152=Das entsprechende nicht interaktive Argument in der Standardausgabe anzeigen, wenn dieser Befehl im interaktiven Modus ausgef\u00fchrt wird |
| | | INFO_DSCFG_DESCRIPTION_EQUIVALENT_COMMAND_FILE_PATH_153=Der vollst\u00e4ndige Pfad zu der Datei, in die die entsprechenden nicht interaktiven Befehle geschrieben werden, wenn dieser Befehl im interaktiven Modus ausgef\u00fchrt wird |
| | | MILD_ERR_DSCFG_ERROR_WRITING_EQUIVALENT_COMMAND_LINE_154=Beim Versuch, die entsprechende nicht interaktive Befehlszeile in die Datei %s zu schreiben, ist ein Fehler aufgetreten. Fehlerdetails: %s |
| | | SEVERE_ERR_DSCFG_CANNOT_WRITE_EQUIVALENT_COMMAND_LINE_FILE_155=Cannot write to file %s. Verify that you have access rights to that file and that you provided the full path of the file |
| | | SEVERE_ERR_DSCFG_EQUIVALENT_COMMAND_LINE_FILE_DIRECTORY_156=The specified path %s to write the equivalent command is a directory. You must specify a path to a file |
| | | |
| | |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | SEVERE_ERR_DSCFG_ERROR_CANNOT_READ_CONNECTION_PARAMETERS_1000=No se pudieron leer los par\u00e1metros de conexi\u00f3n debido al siguiente error: %s |
| | | SEVERE_ERR_DSCFG_ERROR_LDAP_SIMPLE_BIND_FAILED_1001=No se puede autenticar en el servidor como %s. |
| | | SEVERE_ERR_DSCFG_ERROR_LDAP_FAILED_TO_CONNECT_1002=No se puede conectar al servidor en %s en el puerto %s. |
| | | SEVERE_ERR_DSCFG_ERROR_LDAP_SIMPLE_BIND_NOT_SUPPORTED_1003=No se puede autenticar mediante una autenticaci\u00f3n sencilla. |
| | | SEVERE_ERR_DSCFG_ERROR_CANNOT_READ_CONNECTION_PARAMETERS_1000=The connection parameters could not be read due to the following error: %s |
| | | SEVERE_ERR_DSCFG_ERROR_LDAP_SIMPLE_BIND_FAILED_1001=Unable to authenticate to the server as %s |
| | | SEVERE_ERR_DSCFG_ERROR_LDAP_FAILED_TO_CONNECT_1002=Unable to connect to the server at %s on port %s |
| | | SEVERE_ERR_DSCFG_ERROR_LDAP_SIMPLE_BIND_NOT_SUPPORTED_1003=Unable to authenticate using simple authentication |
| | | INFO_DSCFG_DESCRIPTION_SUBCMD_CREATE_1004=Crea %s. |
| | | INFO_DSCFG_DESCRIPTION_SUBCMD_DELETE_1005=Elimina %s. |
| | | INFO_DSCFG_DESCRIPTION_SUBCMD_LIST_1006=Enumera los %s existentes. |
| | | INFO_DSCFG_DESCRIPTION_SUBCMD_GETPROP_1007=Muestra las propiedades de %s. |
| | | INFO_DSCFG_DESCRIPTION_SUBCMD_SETPROP_1008=Modifica las propiedades de %s. |
| | | SEVERE_ERR_DSCFG_ERROR_MISSING_SUBCOMMAND_1009=Se debe especificar un subcomando. |
| | | SEVERE_ERR_DSCFG_ERROR_MISSING_SUBCOMMAND_1009=A sub-command must be specified |
| | | INFO_DSCFG_DESCRIPTION_TYPE_1010=El tipo de %s que debe crearse. El valor de TYPE puede ser uno de los siguientes: %s |
| | | SEVERE_ERR_DSCFG_ERROR_NO_PASSWORD_1011=No se ha especificado ninguna contrase\u00f1a para el administrador "%s". |
| | | SEVERE_ERR_DSCFG_ERROR_PROPERTY_UNRECOGNIZED_1012=La propiedad "%s" no es una propiedad reconocida de %s. |
| | | SEVERE_ERR_DSCFG_ERROR_PROPERTY_INVALID_VALUE_1013=El valor "%s" no es v\u00e1lido para la propiedad de %s "%s", que debe presentar la siguiente sintaxis: %s |
| | | SEVERE_ERR_DSCFG_ERROR_PROPERTY_READ_ONLY_1014=La propiedad de %s "%s" es de s\u00f3lo lectura y no puede modificarse. |
| | | SEVERE_ERR_DSCFG_ERROR_PROPERTY_MANDATORY_1015=La propiedad de %s "%s" es obligatoria y debe especificarse. |
| | | SEVERE_ERR_DSCFG_ERROR_PROPERTY_SINGLE_VALUED_1016=No se pueden especificar varios valores para la propiedad de %s "%s", ya que se trata de una propiedad de un solo valor. |
| | | SEVERE_ERR_DSCFG_ERROR_NO_PASSWORD_1011=No password was specified for administrator "%s" |
| | | SEVERE_ERR_DSCFG_ERROR_PROPERTY_UNRECOGNIZED_1012=The property "%s" is not a recognized property of %s |
| | | SEVERE_ERR_DSCFG_ERROR_PROPERTY_INVALID_VALUE_1013=The value "%s" is not a valid value for the %s property "%s" which has the following syntax: %s |
| | | SEVERE_ERR_DSCFG_ERROR_PROPERTY_READ_ONLY_1014=The %s property "%s" is read-only and cannot be modified |
| | | SEVERE_ERR_DSCFG_ERROR_PROPERTY_MANDATORY_1015=The %s property "%s" is mandatory and must be specified |
| | | SEVERE_ERR_DSCFG_ERROR_PROPERTY_SINGLE_VALUED_1016=It is not possible to specify multiple values for the %s property "%s" as it is single-valued |
| | | INFO_DSCFG_DESCRIPTION_SUBCMD_HELPPROP_1017=Describe los objetos administrados y sus propiedades. |
| | | INFO_DSCFG_HEADING_COMPONENT_NAME_1018=Componente |
| | | INFO_DSCFG_HEADING_PROPERTY_NAME_1019=Propiedad |
| | |
| | | INFO_DSCFG_HEADING_PROPERTY_DEFAULT_1023=Predeterminado |
| | | INFO_DSCFG_HEADING_PROPERTY_DESCRIPTION_1024=Descripci\u00f3n |
| | | INFO_DSCFG_DESCRIPTION_PROPERTY_SYNTAX_HELP_1025=Consulte la ayuda detallada. |
| | | SEVERE_ERR_DSCFG_ERROR_GET_PARENT_DDE_1026=El elemento principal %s no se pudo recuperar porque no se pudo determinar su tipo. Esto se debe probablemente a que %s presenta una entrada de LDAP no v\u00e1lida. Compruebe que %s presente las clases de objeto correctas. |
| | | SEVERE_ERR_DSCFG_ERROR_GET_PARENT_MODE_1027=El elemento principal %s no se pudo recuperar por los motivos indicados a continuaci\u00f3n: |
| | | SEVERE_ERR_DSCFG_ERROR_GET_PARENT_MONFE_1028=El elemento principal %s no existe. |
| | | SEVERE_ERR_DSCFG_ERROR_GET_PARENT_AUTHZ_1029=El elemento principal %s no se pudo recuperar porque no dispone de la autorizaci\u00f3n correcta. |
| | | SEVERE_ERR_DSCFG_ERROR_GET_PARENT_CE_1030=El elemento principal %s no se pudo recuperar debido a un problema de comunicaci\u00f3n: %s |
| | | SEVERE_ERR_DSCFG_ERROR_GET_PARENT_CME_1031=El elemento principal %s no se pudo recuperar porque otro cliente est\u00e1 realizando actualmente cambios conflictivos en la configuraci\u00f3n. |
| | | SEVERE_ERR_DSCFG_ERROR_CREATE_MMPE_1032=El elemento %s no se pudo crear porque deben definirse las siguientes propiedades obligatorias: |
| | | SEVERE_ERR_DSCFG_ERROR_CREATE_MOAEE_1033=El elemento %s no se pudo crear porque ya existe uno con el mismo nombre. |
| | | SEVERE_ERR_DSCFG_ERROR_CREATE_AUTHZ_1034=El elemento %s no se pudo crear porque no dispone de la autorizaci\u00f3n correcta. |
| | | SEVERE_ERR_DSCFG_ERROR_CREATE_CE_1035=El elemento %s no se pudo crear debido a un problema de comunicaci\u00f3n: %s |
| | | SEVERE_ERR_DSCFG_ERROR_CREATE_CME_1036=El elemento %s no se pudo crear porque otro cliente est\u00e1 realizando actualmente cambios conflictivos en la configuraci\u00f3n. |
| | | SEVERE_ERR_DSCFG_ERROR_DELETE_MONFE_1038=El elemento %s no se pudo eliminar porque no existe. |
| | | SEVERE_ERR_DSCFG_ERROR_DELETE_AUTHZ_1039=El elemento %s no se pudo eliminar porque no dispone de la autorizaci\u00f3n correcta. |
| | | SEVERE_ERR_DSCFG_ERROR_DELETE_CE_1041=El elemento %s no se pudo eliminar debido a un problema de comunicaci\u00f3n: %s |
| | | SEVERE_ERR_DSCFG_ERROR_DELETE_CME_1042=El elemento %s no se pudo eliminar porque otro cliente est\u00e1 realizando actualmente cambios conflictivos en la configuraci\u00f3n. |
| | | SEVERE_ERR_DSCFG_ERROR_GET_CHILD_DDE_1043=El elemento %s no se pudo recuperar porque no se pudo determinar su tipo. Esto se debe probablemente a que %s presenta una entrada de LDAP no v\u00e1lida. Compruebe que las clases de objeto de %s sean correctas. |
| | | SEVERE_ERR_DSCFG_ERROR_GET_CHILD_MODE_1044=El elemento %s no se pudo recuperar por los motivos indicados a continuaci\u00f3n: |
| | | SEVERE_ERR_DSCFG_ERROR_GET_CHILD_MONFE_1045=El elemento %s no existe. |
| | | SEVERE_ERR_DSCFG_ERROR_GET_CHILD_AUTHZ_1046=No se pudo acceder al elemento %s porque no dispone de la autorizaci\u00f3n correcta. |
| | | SEVERE_ERR_DSCFG_ERROR_GET_CHILD_CE_1047=No se pudo acceder al elemento %s debido a un problema de comunicaci\u00f3n: %s |
| | | SEVERE_ERR_DSCFG_ERROR_GET_CHILD_CME_1048=No se pudo acceder al elemento %s porque otro cliente est\u00e1 realizando actualmente cambios conflictivos en la configuraci\u00f3n. |
| | | SEVERE_ERR_DSCFG_ERROR_MODIFY_MONFE_1049=El elemento %s no se pudo modificar porque no existe. |
| | | SEVERE_ERR_DSCFG_ERROR_MODIFY_AUTHZ_1050=El elemento %s no se pudo modificar porque no dispone de la autorizaci\u00f3n correcta. |
| | | SEVERE_ERR_DSCFG_ERROR_MODIFY_CE_1051=El elemento %s no se pudo modificar debido a un problema de comunicaci\u00f3n: %s |
| | | SEVERE_ERR_DSCFG_ERROR_MODIFY_CME_1052=El elemento %s no se pudo modificar porque otro cliente est\u00e1 realizando actualmente cambios conflictivos en la configuraci\u00f3n. |
| | | SEVERE_ERR_DSCFG_ERROR_LIST_DDE_1054=El elemento %s no se pudo recuperar porque no se pudo determinar su tipo. Esto se debe probablemente a que %s presenta una entrada de LDAP no v\u00e1lida. Compruebe que las clases de objeto de %s sean correctas. |
| | | SEVERE_ERR_DSCFG_ERROR_LIST_MODE_1055=El elemento %s no se puedo recuperar por los motivos indicados a continuaci\u00f3n: |
| | | SEVERE_ERR_DSCFG_ERROR_LIST_MONFE_1056=El elemento %s no existe. |
| | | SEVERE_ERR_DSCFG_ERROR_LIST_AUTHZ_1057=El elemento %s no se pudo enumerar porque no dispone de la autorizaci\u00f3n correcta. |
| | | SEVERE_ERR_DSCFG_ERROR_LIST_CE_1058=El elemento %s no se pudo enumerar debido a un problema de comunicaci\u00f3n: %s |
| | | SEVERE_ERR_DSCFG_ERROR_LIST_CME_1059=El elemento %s no se pudo enumerar porque otro cliente est\u00e1 realizando actualmente cambios conflictivos en la configuraci\u00f3n. |
| | | SEVERE_ERR_DSCFG_ERROR_PROPERTY_UNKNOWN_ERROR_1060=No se pudieron determinar los valores de la propiedad de %s "%s" debido a un error desconocido: %s |
| | | SEVERE_ERR_DSCFG_ERROR_PROPERTY_DEFAULT_BEHAVIOR_1061=No se pudieron determinar los valores predeterminados de la propiedad de %s "%s" por el siguiente motivo: %s |
| | | SEVERE_ERR_DSCFG_ERROR_PROPERTY_INHERITED_DEFAULT_BEHAVIOR_1062=No se pudieron determinar los valores predeterminados heredados de la propiedad de %s "%s". |
| | | SEVERE_ERR_DSCFG_ERROR_NO_SEPARATOR_IN_PROPERTY_VALUE_1063=El argumento de la propiedad "%s" no contiene ning\u00fan separador de nombre/valor. El argumento deber\u00eda presentar la siguiente sintaxis: propiedad:valor |
| | | SEVERE_ERR_DSCFG_ERROR_NO_NAME_IN_PROPERTY_VALUE_1064=El argumento de la propiedad "%s" no contiene ning\u00fan nombre de propiedad. El argumento deber\u00eda presentar la siguiente sintaxis: propiedad:valor |
| | | SEVERE_ERR_DSCFG_ERROR_NO_VALUE_IN_PROPERTY_VALUE_1065=El argumento de la propiedad "%s" no contiene ning\u00fan valor de propiedad. El argumento deber\u00eda presentar la siguiente sintaxis: propiedad:valor |
| | | SEVERE_ERR_DSCFG_ERROR_SUB_TYPE_UNRECOGNIZED_1066=El subtipo "%s" no es un tipo reconocido de %s. Deber\u00eda ser uno de los siguientes: %s |
| | | SEVERE_ERR_DSCFG_ERROR_TYPE_UNRECOGNIZED_FOR_CATEGORY_1067=El tipo de componente "%s" no puede utilizarse con la categor\u00eda "%s". |
| | | SEVERE_ERR_DSCFG_ERROR_NO_SEPARATOR_IN_PROPERTY_MOD_1068=La modificaci\u00f3n de la propiedad "%s" no contiene ning\u00fan separador de nombre/valor. El argumento deber\u00eda presentar la siguiente sintaxis: propiedad[+|-]:valor |
| | | SEVERE_ERR_DSCFG_ERROR_NO_NAME_IN_PROPERTY_MOD_1069=La modificaci\u00f3n de la propiedad "%s" no contiene ning\u00fan nombre de propiedad. El argumento deber\u00eda presentar la siguiente sintaxis: propiedad[+|-]:valor |
| | | SEVERE_ERR_DSCFG_ERROR_NO_VALUE_IN_PROPERTY_MOD_1070=La modificaci\u00f3n de la propiedad "%s" no contiene ning\u00fan valor de propiedad. El argumento deber\u00eda presentar la siguiente sintaxis: propiedad[+|-]:valor |
| | | SEVERE_ERR_DSCFG_ERROR_INCOMPATIBLE_PROPERTY_MOD_1071=La modificaci\u00f3n de la propiedad "%s" es incompatible con la modificaci\u00f3n anterior de la misma propiedad. |
| | | SEVERE_ERR_DSCFG_ERROR_WRONG_MANAGED_OBJECT_TYPE_1072=El elemento %s no se pudo recuperar porque presentaba un tipo incorrecto de objeto administrado: %s |
| | | SEVERE_ERR_DSCFG_ERROR_GET_PARENT_DDE_1026=The parent %s could not be retrieved because its type could not be determined. This is probably due to the %s having an invalid LDAP entry. Check that the %s has the correct object classes |
| | | SEVERE_ERR_DSCFG_ERROR_GET_PARENT_MODE_1027=The parent %s could not be retrieved because of the reasons listed below: |
| | | SEVERE_ERR_DSCFG_ERROR_GET_PARENT_MONFE_1028=The parent %s does not exist |
| | | SEVERE_ERR_DSCFG_ERROR_GET_PARENT_AUTHZ_1029=The parent %s could not be retrieved because you do not have the correct authorization |
| | | SEVERE_ERR_DSCFG_ERROR_GET_PARENT_CE_1030=The parent %s could not be retrieved due to a communications problem: %s |
| | | SEVERE_ERR_DSCFG_ERROR_GET_PARENT_CME_1031=The parent %s could not be retrieved because another client is currently making conflicting configuration changes |
| | | SEVERE_ERR_DSCFG_ERROR_CREATE_MMPE_1032=The %s could not be created because the following mandatory properties must be defined: |
| | | SEVERE_ERR_DSCFG_ERROR_CREATE_MOAEE_1033=The %s could not be created because there is already an existing one with the same name |
| | | SEVERE_ERR_DSCFG_ERROR_CREATE_AUTHZ_1034=The %s could not be created because you do not have the correct authorization |
| | | SEVERE_ERR_DSCFG_ERROR_CREATE_CE_1035=The %s could not be created due to a communications problem: %s |
| | | SEVERE_ERR_DSCFG_ERROR_CREATE_CME_1036=The %s could not be created because another client is currently making conflicting configuration changes |
| | | SEVERE_ERR_DSCFG_ERROR_DELETE_MONFE_1038=The %s could not be deleted because it does not exist |
| | | SEVERE_ERR_DSCFG_ERROR_DELETE_AUTHZ_1039=The %s could not be deleted because you do not have the correct authorization |
| | | SEVERE_ERR_DSCFG_ERROR_DELETE_CE_1041=The %s could not be deleted due to a communications problem: %s |
| | | SEVERE_ERR_DSCFG_ERROR_DELETE_CME_1042=The %s could not be deleted because another client is currently making conflicting configuration changes |
| | | SEVERE_ERR_DSCFG_ERROR_GET_CHILD_DDE_1043=The %s could not be retrieved because its type could not be determined. This is probably due to the %s having an invalid LDAP entry. Check that the %s object classes are correct |
| | | SEVERE_ERR_DSCFG_ERROR_GET_CHILD_MODE_1044=The %s could not be retrieved because of the reasons listed below: |
| | | SEVERE_ERR_DSCFG_ERROR_GET_CHILD_MONFE_1045=The %s does not exist |
| | | SEVERE_ERR_DSCFG_ERROR_GET_CHILD_AUTHZ_1046=The %s could not be accessed because you do not have the correct authorization |
| | | SEVERE_ERR_DSCFG_ERROR_GET_CHILD_CE_1047=The %s could not be accessed due to a communications problem: %s |
| | | SEVERE_ERR_DSCFG_ERROR_GET_CHILD_CME_1048=The %s could not be accessed because another client is currently making conflicting configuration changes |
| | | SEVERE_ERR_DSCFG_ERROR_MODIFY_MONFE_1049=The %s could not be modified because it does not exist |
| | | SEVERE_ERR_DSCFG_ERROR_MODIFY_AUTHZ_1050=The %s could not be modified because you do not have the correct authorization |
| | | SEVERE_ERR_DSCFG_ERROR_MODIFY_CE_1051=The %s could not be modified due to a communications problem: %s |
| | | SEVERE_ERR_DSCFG_ERROR_MODIFY_CME_1052=The %s could not be modified because another client is currently making conflicting configuration changes |
| | | SEVERE_ERR_DSCFG_ERROR_LIST_DDE_1054=The %s could not be retrieved because its type could not be determined. This is probably due to the %s having an invalid LDAP entry. Check that the %s object classes are correct |
| | | SEVERE_ERR_DSCFG_ERROR_LIST_MODE_1055=The %s could not be retrieved because of the reasons listed below: |
| | | SEVERE_ERR_DSCFG_ERROR_LIST_MONFE_1056=The %s does not exist |
| | | SEVERE_ERR_DSCFG_ERROR_LIST_AUTHZ_1057=The %s could not be listed because you do not have the correct authorization |
| | | SEVERE_ERR_DSCFG_ERROR_LIST_CE_1058=The %s could not be listed due to a communications problem: %s |
| | | SEVERE_ERR_DSCFG_ERROR_LIST_CME_1059=The %s could not be listed because another client is currently making conflicting configuration changes |
| | | SEVERE_ERR_DSCFG_ERROR_PROPERTY_UNKNOWN_ERROR_1060=The value(s) of the %s property "%s" could not be determined due to an unknown error: %s |
| | | SEVERE_ERR_DSCFG_ERROR_PROPERTY_DEFAULT_BEHAVIOR_1061=The default value(s) of the %s property "%s" could not be determined due to the following reason: %s |
| | | SEVERE_ERR_DSCFG_ERROR_PROPERTY_INHERITED_DEFAULT_BEHAVIOR_1062=The inherited default value(s) of the %s property "%s" could not be determined |
| | | SEVERE_ERR_DSCFG_ERROR_NO_SEPARATOR_IN_PROPERTY_VALUE_1063=The property argument "%s" does not contain a name/value separator. The argument should have the following syntax: property:value |
| | | SEVERE_ERR_DSCFG_ERROR_NO_NAME_IN_PROPERTY_VALUE_1064=The property argument "%s" does not contain a property name. The argument should have the following syntax: property:value |
| | | SEVERE_ERR_DSCFG_ERROR_NO_VALUE_IN_PROPERTY_VALUE_1065=The property argument "%s" does not contain a property value. The argument should have the following syntax: property:value |
| | | SEVERE_ERR_DSCFG_ERROR_SUB_TYPE_UNRECOGNIZED_1066=The sub-type "%s" is not a recognized type of %s. It should be one of: %s |
| | | SEVERE_ERR_DSCFG_ERROR_TYPE_UNRECOGNIZED_FOR_CATEGORY_1067="%s" component type that cannot be used with category "%s" |
| | | SEVERE_ERR_DSCFG_ERROR_NO_SEPARATOR_IN_PROPERTY_MOD_1068=The property modification "%s" does not contain a name/value separator. The argument should have the following syntax: property[+|-]:value |
| | | SEVERE_ERR_DSCFG_ERROR_NO_NAME_IN_PROPERTY_MOD_1069=The property modification "%s" does not contain a property name. The argument should have the following syntax: property[+|-]:value |
| | | SEVERE_ERR_DSCFG_ERROR_NO_VALUE_IN_PROPERTY_MOD_1070=The property modification "%s" does not contain a property value. The argument should have the following syntax: property[+|-]:value |
| | | SEVERE_ERR_DSCFG_ERROR_INCOMPATIBLE_PROPERTY_MOD_1071=The property modification "%s" is incompatible with a previous modification to the same property |
| | | SEVERE_ERR_DSCFG_ERROR_WRONG_MANAGED_OBJECT_TYPE_1072=The %s could not be retrieved because it was the wrong type of managed object: %s |
| | | INFO_DSCFG_DESCRIPTION_TYPE_DEFAULT_1073=El tipo de %s que debe crearse (valor predeterminado: %s). El valor de TYPE puede ser uno de los siguientes: %s |
| | | INFO_DSCFG_DESCRIPTION_RECORD_1074=Modifica la salida de visualizaci\u00f3n para que muestre un valor de propiedad por l\u00ednea. |
| | | INFO_DSCFG_DESCRIPTION_UNIT_TIME_1078=Mostrar los datos temporales utilizando la unidad especificada. El valor de UNIT debe ser ms, s, m, h, d o w (milisegundos, segundos, minutos, horas, d\u00edas o semanas respectivamente). |
| | |
| | | INFO_DSCFG_DESCRIPTION_REMOVE_PROP_VAL_1090=Suprime un valor \u00fanico de una propiedad; PROP hace referencia al nombre de la propiedad y VAL al valor \u00fanico que se va a suprimir. |
| | | INFO_DSCFG_DESCRIPTION_RESET_PROP_1091=Restablece la propiedad a sus valores predeterminados; PROP hace referencia al nombre de la propiedad que se va a restablecer. |
| | | INFO_DSCFG_DESCRIPTION_HELP_TYPE_1092=El tipo de componentes cuyas propiedades deben describirse. El valor de TYPE debe ser uno de los componentes asociados a la categor\u00eda (CATEGORY) especificada mediante la opci\u00f3n "--category". |
| | | SEVERE_ERR_DSCFG_ERROR_BIND_PASSWORD_NONINTERACTIVE_1093=No se ha especificado ninguna contrase\u00f1a de enlace LDAP, por lo que no se puede leer de forma interactiva. |
| | | SEVERE_ERR_DSCFG_ERROR_BIND_PASSWORD_NONINTERACTIVE_1093=The LDAP bind password was not specified and cannot be read interactively |
| | | INFO_DSCFG_DESCRIPTION_FORCE_1196=Omitir %s no existente |
| | | SEVERE_ERR_DSCFG_ERROR_UNABLE_TO_RESET_MANDATORY_PROPERTY_1200=La propiedad de %s "%s" es obligatoria y no se puede restablecer. Utilice la opci\u00f3n "%s" para especificar un valor nuevo. |
| | | SEVERE_ERR_DSCFG_ERROR_ILLEGAL_NAME_SYNTAX_1204=El nombre "%s" no es v\u00e1lido para %s, que debe presentar la siguiente sintaxis: %s |
| | | SEVERE_ERR_DSCFG_ERROR_ILLEGAL_NAME_EMPTY_1205=No se permiten nombres vac\u00edos para %s. |
| | | SEVERE_ERR_DSCFG_ERROR_ILLEGAL_NAME_BLANK_1206=No se permiten nombres en blanco para %s. |
| | | SEVERE_ERR_DSCFG_ERROR_ILLEGAL_NAME_UNKNOWN_1207=El nombre "%s" no es v\u00e1lido para %s. |
| | | SEVERE_ERR_DSCFG_ERROR_UNABLE_TO_RESET_MANDATORY_PROPERTY_1200=The %s property "%s" is mandatory cannot be reset. Use the "%s" option to specify a new value |
| | | SEVERE_ERR_DSCFG_ERROR_ILLEGAL_NAME_SYNTAX_1204=The name "%s" is not a valid name for the %s which has the following syntax: %s |
| | | SEVERE_ERR_DSCFG_ERROR_ILLEGAL_NAME_EMPTY_1205=Empty names are not permitted for %s |
| | | SEVERE_ERR_DSCFG_ERROR_ILLEGAL_NAME_BLANK_1206=Blank names are not permitted for %s |
| | | SEVERE_ERR_DSCFG_ERROR_ILLEGAL_NAME_UNKNOWN_1207=The name "%s" is not a valid name for the %s |
| | | INFO_DSCFG_DESCRIPTION_NAME_CREATE_1208=El nombre del nuevo elemento %s |
| | | INFO_DSCFG_DESCRIPTION_NAME_CREATE_EXT_1209=El nombre del nuevo elemento %s, que se utilizar\u00e1 tambi\u00e9n como valor de la propiedad "%s": %s |
| | | SEVERE_ERR_DSCFG_ERROR_UNABLE_TO_SET_NAMING_PROPERTY_1210=La propiedad "%s" no se puede establecer porque se ha definido impl\u00edcitamente mediante el nombre de %s. |
| | | SEVERE_ERR_DSCFG_ERROR_UNABLE_TO_SET_NAMING_PROPERTY_1210=The property "%s" cannot be set as it is defined implicitly by the name of the %s |
| | | INFO_DSCFG_DESCRIPTION_ADVANCED_1216=Permite la configuraci\u00f3n de propiedades y componentes avanzados. |
| | | SEVERE_ERR_DSCFG_ERROR_MISSING_NON_INTERACTIVE_ARG_1223=Debe especificarse el argumento "--%s" cuando esta aplicaci\u00f3n se utilice en el modo no interactivo. |
| | | SEVERE_ERR_DSCFG_ERROR_CANNOT_READ_CONSOLE_INPUT_1224=No se pudo leer la respuesta desde la consola debido al siguiente error: %s |
| | | SEVERE_ERR_DSCFG_ERROR_MISSING_NON_INTERACTIVE_ARG_1223=The argument "--%s" must be specified when this application is used non-interactively |
| | | SEVERE_ERR_DSCFG_ERROR_CANNOT_READ_CONSOLE_INPUT_1224=The response could not be read from the console due to the following error: %s |
| | | INFO_DSCFG_CREATE_TYPE_PROMPT_1225=>>>> Seleccione el tipo de %s que desee crear: |
| | | INFO_DSCFG_CREATE_NAME_PROMPT_1226=>>>> Introduzca un nombre para el elemento %s que desee crear: |
| | | SEVERE_ERR_DSCFG_ERROR_CREATE_NAME_ALREADY_EXISTS_1227=Ya existe otro elemento %s con el nombre "%s". |
| | | SEVERE_ERR_DSCFG_ERROR_CREATE_NAME_ALREADY_EXISTS_1227=There is already another %s with the name "%s" |
| | | INFO_DSCFG_DESCRIPTION_CREATE_HELP_HEADING_TYPE_1228=Tipo |
| | | INFO_DSCFG_DESCRIPTION_CREATE_HELP_HEADING_DESCR_1229=Descripci\u00f3n |
| | | SEVERE_ERR_DSCFG_ERROR_FINDER_NO_CHILDREN_1230=No se puede continuar, ya que no hay ning\u00fan %s configurado en el servidor. |
| | | SEVERE_ERR_DSCFG_ERROR_FINDER_SINGLE_CHILD_REJECTED_1231=No se puede continuar porque no se ha seleccionado el \u00fanico elemento %s disponible. |
| | | SEVERE_ERR_DSCFG_ERROR_FINDER_NO_CHILDREN_1230=Unable to continue since there are no %s currently configured on the server |
| | | SEVERE_ERR_DSCFG_ERROR_FINDER_SINGLE_CHILD_REJECTED_1231=Unable to continue because the only available %s was not selected |
| | | INFO_DSCFG_FINDER_PROMPT_SINGLE_1232=>>>> S\u00f3lo hay un elemento %s: "%s". \u00bfEst\u00e1 seguro de que \u00e9ste es el correcto? |
| | | INFO_DSCFG_FINDER_PROMPT_MANY_1233=>>>> Seleccione el elemento %s en la siguiente lista: |
| | | INFO_DSCFG_GENERAL_CHOICE_PROMPT_NOHELP_1237=Introduzca la opci\u00f3n [1 - %d]: |
| | | INFO_DSCFG_GENERAL_CHOICE_PROMPT_HELP_1238=Introduzca la opci\u00f3n [1 - %d, ? - help]: |
| | | SEVERE_ERR_DSCFG_ERROR_GENERAL_CHOICE_1239=Respuesta no v\u00e1lida. Introduzca un valor entre 1 y %d |
| | | SEVERE_ERR_DSCFG_ERROR_GENERAL_CHOICE_1239=Invalid response. Please enter a value between 1 and %d |
| | | INFO_DSCFG_HELP_FIELD_ENUM_1254=uno de los siguientes valores: |
| | | INFO_DSCFG_HELP_FIELD_UNDEFINED_1255=sin definir |
| | | INFO_DSCFG_HELP_FIELD_INHERITED_ABS_1256=hereda de la propiedad "%s" del elemento %s |
| | |
| | | INFO_DSCFG_CONFIRM_DELETE_FAIL_1284=El elemento %s no se ha eliminado. |
| | | INFO_DSCFG_CONFIRM_MODIFY_FAIL_1285=El elemento %s no se ha modificado. |
| | | INFO_DSCFG_DESCRIPTION_HELP_CATEGORY_1286=La categor\u00eda de componentes cuyas propiedades deben describirse. |
| | | SEVERE_ERR_DSCFG_ERROR_CATEGORY_UNRECOGNIZED_1287="%s" no es una categor\u00eda de componentes reconocida. |
| | | SEVERE_ERR_DSCFG_ERROR_CATEGORY_TYPE_UNRECOGNIZED_1288="%s" no es un tipo de componente reconocido de la categor\u00eda "%s". |
| | | SEVERE_ERR_DSCFG_ERROR_PROPERTY_UNRECOGNIZED_NO_DEFN_1289=No se reconoce la propiedad "%s". |
| | | SEVERE_ERR_DSCFG_ERROR_CATEGORY_UNRECOGNIZED_1287="%s" is not a recognized component category |
| | | SEVERE_ERR_DSCFG_ERROR_CATEGORY_TYPE_UNRECOGNIZED_1288="%s" is not a recognized component type in category "%s" |
| | | SEVERE_ERR_DSCFG_ERROR_PROPERTY_UNRECOGNIZED_NO_DEFN_1289=The property "%s" is not a recognized property |
| | | INFO_DSCFG_DESCRIPTION_HELP_INHERITED_1290=Modifica la salida de visualizaci\u00f3n para que muestre las propiedades heredadas de los componentes. |
| | | INFO_VALUE_TRUE_1291="true" (verdadero) |
| | | INFO_VALUE_FALSE_1292="false" (falso) |
| | |
| | | INFO_EDITOR_PROMPT_READ_FIRST_VALUE_1345=Introduzca un valor para la propiedad "%s": |
| | | INFO_EDITOR_PROMPT_READ_FIRST_VALUE_OPTIONAL_1346=Introduzca un valor para la propiedad "%s" [continuar]: |
| | | INFO_EDITOR_PROMPT_READ_NEXT_VALUE_1347=Introduzca otro valor para la propiedad "%s" [continuar]: |
| | | SEVERE_ERR_EDITOR_READ_FIRST_DUPLICATE_1348=Esta propiedad ya contiene el valor "%s". Introduzca un valor diferente. |
| | | SEVERE_ERR_EDITOR_READ_NEXT_DUPLICATE_1349=Esta propiedad ya contiene el valor "%s". Introduzca un valor diferente o pulse INTRO para continuar. |
| | | SEVERE_ERR_EDITOR_READ_FIRST_DUPLICATE_1348=This property already contains the value "%s". Please enter a different value |
| | | SEVERE_ERR_EDITOR_READ_NEXT_DUPLICATE_1349=This property already contains the value "%s". Please enter a different value, or press RETURN to continue |
| | | INFO_EDITOR_HEADING_CONFIGURE_COMPONENT_1350=>>>> Configurar las propiedades de %s |
| | | INFO_EDITOR_OPTION_FINISH_CREATE_COMPONENT_1351=finalizar: crear el nuevo elemento %s |
| | | INFO_EDITOR_OPTION_FINISH_MODIFY_COMPONENT_1352=finalizar: aplicar todos los cambios en %s |
| | |
| | | INFO_DSCFG_OPTION_COMPONENT_MENU_MODIFY_SINGULAR_1362=Ver y editar el elemento %s |
| | | INFO_DSCFG_OPTION_COMPONENT_MENU_MODIFY_PLURAL_1363=Ver y editar un elemento %s existente |
| | | INFO_DSCFG_OPTION_COMPONENT_MENU_DELETE_1364=Eliminar un elemento %s existente |
| | | INFO_DSCFG_OPTION_COMPONENT_MENU_LIST_PLURAL_1365=Enumerar el elemento %s existente |
| | | INFO_DSCFG_OPTION_COMPONENT_MENU_LIST_PLURAL_1365=Enumerar los elemento %s existentes |
| | | INFO_DSCFG_OPTION_COMPONENT_MENU_LIST_SINGULAR_1366=Mostrar el elemento %s |
| | | INFO_DSCFG_PROMPT_HOST_NAME_1367=Direcci\u00f3n IP o nombre de host de Directory Server [%s]: |
| | | INFO_DSCFG_PROMPT_PORT_NUMBER_1368=N\u00famero de puerto de Directory Server [%d]: |
| | | INFO_DSCFG_PROMPT_BIND_DN_1369=DN de enlace del administrador [%s]: |
| | | SEVERE_ERR_DSCFG_BAD_HOST_NAME_1370=No se pudo resolver el nombre de host "%s". Compruebe que haya especificado la direcci\u00f3n correcta. |
| | | SEVERE_ERR_DSCFG_BAD_PORT_NUMBER_1371=N\u00famero de puerto no v\u00e1lido "%s". Introduzca un n\u00famero de puerto v\u00e1lido entre 1 y 65535. |
| | | SEVERE_ERR_DSCFG_BAD_HOST_NAME_1370=The hostname "%s" could not be resolved. Please check you have provided the correct address |
| | | SEVERE_ERR_DSCFG_BAD_PORT_NUMBER_1371=Invalid port number "%s". Please enter a valid port number between 1 and 65535 |
| | | INFO_DSCFG_GENERIC_TYPE_OPTION_1372=%s gen\u00e9rico |
| | | INFO_DSCFG_HEADING_CONNECTION_PARAMETERS_1373=>>>> Especifique los par\u00e1metros de conexi\u00f3n LDAP de OpenDS |
| | | INFO_DSCFG_PROMPT_SECURITY_USE_SECURE_CTX_1374=\u00bfC\u00f3mo desea conectarse? |
| | |
| | | INFO_DSCFG_PROMPT_SECURITY_KEYSTORE_PATH_1381=Ruta del almac\u00e9n de claves: |
| | | INFO_DSCFG_PROMPT_SECURITY_KEYSTORE_PASSWORD_1382=Contrase\u00f1a del almac\u00e9n de claves '%s': |
| | | INFO_DSCFG_PROMPT_SECURITY_CERTIFICATE_NAME_1383=Sobrenombre del certificado: |
| | | SEVERE_ERR_DSCFG_ERROR_CREATE_ORE_SINGLE_1384=No se pudo crear el elemento %s por el siguiente motivo: |
| | | SEVERE_ERR_DSCFG_ERROR_CREATE_ORE_PLURAL_1385=No se pudo crear el elemento %s por los siguientes motivos: |
| | | SEVERE_ERR_DSCFG_ERROR_DELETE_ORE_SINGLE_1386=No se pudo eliminar el elemento %s por el siguiente motivo: |
| | | SEVERE_ERR_DSCFG_ERROR_DELETE_ORE_PLURAL_1387=No se pudo eliminar el elemento %s por los siguientes motivos: |
| | | SEVERE_ERR_DSCFG_ERROR_MODIFY_ORE_SINGLE_1388=No se pudo modificar el elemento %s por el siguiente motivo: |
| | | SEVERE_ERR_DSCFG_ERROR_MODIFY_ORE_PLURAL_1389=No se pudo modificar el elemento %s por los siguientes motivos: |
| | | SEVERE_ERR_DSCFG_ERROR_CREATE_ORE_SINGLE_1384=The %s could not be created because of the following reason: |
| | | SEVERE_ERR_DSCFG_ERROR_CREATE_ORE_PLURAL_1385=The %s could not be created because of the following reasons: |
| | | SEVERE_ERR_DSCFG_ERROR_DELETE_ORE_SINGLE_1386=The %s could not be deleted because of the following reason: |
| | | SEVERE_ERR_DSCFG_ERROR_DELETE_ORE_PLURAL_1387=The %s could not be deleted because of the following reasons: |
| | | SEVERE_ERR_DSCFG_ERROR_MODIFY_ORE_SINGLE_1388=The %s could not be modified because of the following reason: |
| | | SEVERE_ERR_DSCFG_ERROR_MODIFY_ORE_PLURAL_1389=The %s could not be modified because of the following reasons: |
| | | INFO_DSCFG_PROMPT_SECURITY_LDAP_1390=LDAP |
| | | INFO_DSCFG_PROMPT_SECURITY_PROTOCOL_DEFAULT_CHOICE_1391=%d |
| | | SEVERE_ERR_DSCFG_PROMPT_SECURITY_INVALID_FILE_PATH_1392=La ruta especificada no es v\u00e1lida. |
| | | SEVERE_ERR_DSCFG_PROMPT_SECURITY_INVALID_FILE_PATH_1392=The provided path is not valid |
| | | INFO_DSCFG_PROMPT_EDIT_AGAIN_1393=\u00bfDesea volver a editar las propiedades de %s para solucionar este problema? |
| | | SEVERE_ERR_DSCFG_ERROR_TYPE_UNRECOGNIZED_FOR_SUBCOMMAND_1394=El tipo de componente "%s" no puede utilizarse con el subcomando {%s}. |
| | | SEVERE_ERR_DSCFG_ERROR_TYPE_UNRECOGNIZED_FOR_SUBCOMMAND_1394="%s" component type cannot be used with subcommand {%s} |
| | | INFO_EDITOR_PROMPT_SELECT_COMPONENT_MULTI_127=Seleccione uno o varios elementos %s para la propiedad "%s": |
| | | INFO_EDITOR_PROMPT_SELECT_COMPONENT_SINGLE_128=Seleccione un elemento %s para la propiedad "%s": |
| | | INFO_EDITOR_HEADING_COMPONENT_SUMMARY_129=La propiedad "%s" hace referencia al siguiente elemento %s: |
| | |
| | | INFO_EDITOR_OPTION_CHANGE_TO_DEFAULT_COMPONENT_133=Cambiar por el elemento %s predeterminado: %s |
| | | INFO_EDITOR_OPTION_CHANGE_TO_COMPONENT_134=Cambiar por el elemento %s: %s |
| | | INFO_EDITOR_PROMPT_ENABLED_REFERENCED_COMPONENT_135=El elemento %s denominado "%s" al que se hace referencia debe habilitarse para poder usarlo con este elemento %s. \u00bfDesea habilitarlo? |
| | | SEVERE_ERR_SET_REFERENCED_COMPONENT_DISABLED_136=No se pueden realizar las modificaciones en %s porque contiene una referencia a un elemento %s inhabilitado. |
| | | SEVERE_ERR_CREATE_REFERENCED_COMPONENT_DISABLED_137=No se puede crear %s porque contiene una referencia a un elemento %s inhabilitado. |
| | | SEVERE_ERR_CREATE_HEADING_MMPE_SINGLE_138=El elemento %s no se pudo crear porque no se ha definido la siguiente propiedad obligatoria: |
| | | SEVERE_ERR_CREATE_HEADING_MMPE_PLURAL_139=El elemento %s no se pudo crear porque no se han definido las siguientes propiedades obligatorias: |
| | | SEVERE_ERR_MODIFY_HEADING_MMPE_SINGLE_140=El elemento %s no se pudo modificar porque no se ha definido la siguiente propiedad obligatoria: |
| | | SEVERE_ERR_MODIFY_HEADING_MMPE_PLURAL_141=El elemento %s no se pudo modificar porque no se han definido las siguientes propiedades obligatorias: |
| | | SEVERE_ERR_SET_REFERENCED_COMPONENT_DISABLED_136=The modifications to the %s cannot be made because it contains a reference to a disabled %s |
| | | SEVERE_ERR_CREATE_REFERENCED_COMPONENT_DISABLED_137=The %s cannot be created because it contains a reference to a disabled %s |
| | | SEVERE_ERR_CREATE_HEADING_MMPE_SINGLE_138=The %s could not be created because the following mandatory property was not defined: |
| | | SEVERE_ERR_CREATE_HEADING_MMPE_PLURAL_139=The %s could not be created because the following mandatory properties were not defined: |
| | | SEVERE_ERR_MODIFY_HEADING_MMPE_SINGLE_140=The %s could not be modified because the following mandatory property was not defined: |
| | | SEVERE_ERR_MODIFY_HEADING_MMPE_PLURAL_141=The %s could not be modified because the following mandatory properties were not defined: |
| | | INFO_DSCFG_PROMPT_EDIT_142=\u00bfDesea editar las propiedades de %s para solucionar este problema? |
| | | SEVERE_ERR_GET_HEADING_MODE_SINGLE_143=No se pudo decodificar %s por el siguiente motivo: |
| | | SEVERE_ERR_GET_HEADING_MODE_PLURAL_144=No se pudo decodificar %s por los siguientes motivos: |
| | | SEVERE_ERR_GET_HEADING_MODE_SINGLE_143=The %s could not be decoded due to the following reason: |
| | | SEVERE_ERR_GET_HEADING_MODE_PLURAL_144=The %s could not be decoded due to the following reasons: |
| | | INFO_EDITOR_OPTION_CREATE_A_NEW_COMPONENT_145=Crear un nuevo elemento %s |
| | | INFO_DSCFG_PROMPT_EDIT_TO_ENABLE_146=El elemento %s denominado "%s" al que se hace referencia debe habilitarse para poder usarlo con este elemento %s. \u00bfDesea editar sus propiedades para habilitarlo? |
| | | INFO_DSCFG_CUSTOM_TYPE_OPTION_147=%s personalizado |
| | | INFO_DSCFG_CUSTOM_TYPE_SYNOPSIS_148=Un elemento %s personalizado con una clase de implementaci\u00f3n definida por el usuario |
| | | INFO_DSCFG_GENERIC_TYPE_SYNOPSIS_149=Un elemento %s gen\u00e9rico |
| | | INFO_DSCFG_CREATE_TYPE_HELP_HEADING_150=Ayuda: %s |
| | | INFO_DSCFG_NON_INTERACTIVE_151=La l\u00ednea de comandos no interactiva equivalente es:%n%s |
| | | INFO_DSCFG_DESCRIPTION_DISPLAY_EQUIVALENT_152=Permite mostrar el argumento no interactivo equivalente en la salida est\u00e1ndar cuando este comando se ejecuta en el modo interactivo. |
| | | INFO_DSCFG_DESCRIPTION_EQUIVALENT_COMMAND_FILE_PATH_153=La ruta completa al archivo en el que se escribir\u00e1n los comandos no interactivos equivalentes cuando este comando se ejecute en el modo interactivo. |
| | | MILD_ERR_DSCFG_ERROR_WRITING_EQUIVALENT_COMMAND_LINE_154=Se ha producido un error al intentar escribir la l\u00ednea de comandos no interactiva equivalente en el archivo %s. Detalles del error: %s |
| | | SEVERE_ERR_DSCFG_CANNOT_WRITE_EQUIVALENT_COMMAND_LINE_FILE_155=Cannot write to file %s. Verify that you have access rights to that file and that you provided the full path of the file |
| | | SEVERE_ERR_DSCFG_EQUIVALENT_COMMAND_LINE_FILE_DIRECTORY_156=The specified path %s to write the equivalent command is a directory. You must specify a path to a file |
| | | |
| | |
| | | SEVERE_ERR_DSCFG_ERROR_DELETE_AUTHZ_1039=Impossible de supprimer %s car vous ne disposez pas des autorisations appropri\u00e9es |
| | | SEVERE_ERR_DSCFG_ERROR_DELETE_CE_1041=Impossible de supprimer %s en raison de probl\u00e8mes de communication\u00a0: %s |
| | | SEVERE_ERR_DSCFG_ERROR_DELETE_CME_1042=Impossible de supprimer %s car un autre client apporte des modifications \u00e0 la configuration, cr\u00e9ant ainsi des conflits |
| | | SEVERE_ERR_DSCFG_ERROR_GET_CHILD_DDE_1043=Impossible d'extraire %s car son type n'a pas pu \u00eatre d\u00e9termin\u00e9. % a probablement une entr\u00e9e LDAP non valide. Assurez-vous que les classes d'objets %s sont correctes |
| | | SEVERE_ERR_DSCFG_ERROR_GET_CHILD_DDE_1043=Impossible d'extraire %s car son type n'a pas pu \u00eatre d\u00e9termin\u00e9. % a probablement une entr\u00e9e LDAP non valide. Assurez-vous que les classes de l'objet %s sont correctes |
| | | SEVERE_ERR_DSCFG_ERROR_GET_CHILD_MODE_1044=Impossible d'extraire %s pour les raisons suivantes\u00a0: |
| | | SEVERE_ERR_DSCFG_ERROR_GET_CHILD_MONFE_1045=%s n'existe pas |
| | | SEVERE_ERR_DSCFG_ERROR_GET_CHILD_AUTHZ_1046=Impossible d'acc\u00e9der \u00e0 %s car vous ne disposez pas des autorisations appropri\u00e9es |
| | |
| | | SEVERE_ERR_DSCFG_ERROR_CATEGORY_TYPE_UNRECOGNIZED_1288="%s" n'est pas un type de composant reconnu de la cat\u00e9gorie "%s" |
| | | SEVERE_ERR_DSCFG_ERROR_PROPERTY_UNRECOGNIZED_NO_DEFN_1289=La propri\u00e9t\u00e9 "%s" n'est pas une propri\u00e9t\u00e9 reconnue |
| | | INFO_DSCFG_DESCRIPTION_HELP_INHERITED_1290=Modifie la sortie d'affichage de mani\u00e8re \u00e0 afficher les propri\u00e9t\u00e9s de composants h\u00e9rit\u00e9es |
| | | INFO_VALUE_TRUE_1291=Vrai |
| | | INFO_VALUE_FALSE_1292=false |
| | | INFO_VALUE_TRUE_1291=vrai |
| | | INFO_VALUE_FALSE_1292=faux |
| | | INFO_VALUE_UNLIMITED_1293=illimit\u00e9 |
| | | INFO_EDITOR_PROMPT_SELECT_VALUE_SINGLE_1294=S\u00e9lectionnez une valeur pour la propri\u00e9t\u00e9 "%s"\u00a0: |
| | | INFO_EDITOR_PROMPT_SELECT_VALUE_MULTI_1295=S\u00e9lectionnez une ou plusieurs valeurs pour la propri\u00e9t\u00e9 "%s"\u00a0: |
| | |
| | | INFO_EDITOR_OPTION_RESET_DEFAULT_VALUES_1334=Restaurer les valeurs par d\u00e9faut\u00a0: %s |
| | | INFO_EDITOR_OPTION_RESET_INHERITED_DEFAULT_VALUES_1335=Restaurer les valeurs par d\u00e9faut h\u00e9rit\u00e9es\u00a0: %s |
| | | INFO_EDITOR_HEADING_READ_ONLY_ALIAS_UNDEFINED_1336=La propri\u00e9t\u00e9 "%s" n'est pas d\u00e9finie |
| | | INFO_EDITOR_HEADING_READ_ONLY_ALIAS_1337=La propri\u00e9t\u00e9 "%s" n'est pas d\u00e9finie\u00a0: %s |
| | | INFO_EDITOR_HEADING_READ_ONLY_ALIAS_1337=La propri\u00e9t\u00e9 "%s" n'est pas d\u00e9finie : %s |
| | | INFO_EDITOR_HEADING_READ_ONLY_VALUE_1338=La propri\u00e9t\u00e9 "%s" a la valeur suivante\u00a0: %s |
| | | INFO_EDITOR_HEADING_READ_ONLY_VALUES_1339=La propri\u00e9t\u00e9 "%s" a les valeurs suivantes\u00a0: |
| | | INFO_EDITOR_PROMPT_READ_ONLY_1340=Cette propri\u00e9t\u00e9 est en lecture seule et ne peut \u00eatre modifi\u00e9e. Souhaitez-vous afficher la documentation d'aide\u00a0? |
| | |
| | | INFO_DSCFG_HEADING_COMPONENT_MENU_TITLE_1359=>>>> Menu de gestion %s |
| | | INFO_DSCFG_HEADING_COMPONENT_MENU_PROMPT_1360=Que souhaitez-vous faire\u00a0? |
| | | INFO_DSCFG_OPTION_COMPONENT_MENU_CREATE_1361=Cr\u00e9er un %s |
| | | INFO_DSCFG_OPTION_COMPONENT_MENU_MODIFY_SINGULAR_1362=Afficher et \u00e9diter un %s |
| | | INFO_DSCFG_OPTION_COMPONENT_MENU_MODIFY_SINGULAR_1362=Afficher et \u00e9diter le %s |
| | | INFO_DSCFG_OPTION_COMPONENT_MENU_MODIFY_PLURAL_1363=Afficher et \u00e9diter un %s existant |
| | | INFO_DSCFG_OPTION_COMPONENT_MENU_DELETE_1364=Supprimer un %s existant |
| | | INFO_DSCFG_OPTION_COMPONENT_MENU_LIST_PLURAL_1365=R\u00e9pertorier les %s existants |
| | |
| | | INFO_DSCFG_PROMPT_HOST_NAME_1367=Nom d'h\u00f4te ou adresse IP du serveur d'annuaire [%s]\u00a0: |
| | | INFO_DSCFG_PROMPT_PORT_NUMBER_1368=Num\u00e9ro de port du serveur d'annuaire [%d]\u00a0: |
| | | INFO_DSCFG_PROMPT_BIND_DN_1369=DN de liaison de l'administrateur [%s]\u00a0: |
| | | SEVERE_ERR_DSCFG_BAD_HOST_NAME_1370=Impossible de r\u00e9soudre le nom d'h\u00f4te "%s". V\u00e9rifiez que l'adresse est correcte |
| | | SEVERE_ERR_DSCFG_BAD_HOST_NAME_1370=Impossible de r\u00e9soudre le nom d'h\u00f4te "%s". V\u00e9rifiez que vous avez fourni une adresse correcte |
| | | SEVERE_ERR_DSCFG_BAD_PORT_NUMBER_1371="%s" n'est pas un num\u00e9ro de port valide. Entrez un num\u00e9ro de port valide compris entre 1 et 65535 |
| | | INFO_DSCFG_GENERIC_TYPE_OPTION_1372=%s g\u00e9n\u00e9rique |
| | | INFO_DSCFG_HEADING_CONNECTION_PARAMETERS_1373=>>>> Sp\u00e9cifiez les param\u00e8tres de connexion LDAP OpenDS |
| | |
| | | INFO_DSCFG_CUSTOM_TYPE_SYNOPSIS_148=%s personnalis\u00e9 avec une classe d'impl\u00e9mentation d\u00e9finie par l'utilisateur |
| | | INFO_DSCFG_GENERIC_TYPE_SYNOPSIS_149=%s g\u00e9n\u00e9rique |
| | | INFO_DSCFG_CREATE_TYPE_HELP_HEADING_150=Aide\u00a0: %s |
| | | INFO_DSCFG_NON_INTERACTIVE_151=La ligne de commande non interactive \u00e9quivalente est :%n%s |
| | | INFO_DSCFG_DESCRIPTION_DISPLAY_EQUIVALENT_152=Affichez l'argument non interactif \u00e9quivalent dans la sortie standard lorsque cette command est ex\u00e9cut\u00e9e en mode interactif |
| | | INFO_DSCFG_DESCRIPTION_EQUIVALENT_COMMAND_FILE_PATH_153=Chemin complet vers le fichier dans lequel les commandes non interactives \u00e9quivalentes sont \u00e9crites lorsque cette commande est ex\u00e9cut\u00e9e en mode interactif |
| | | MILD_ERR_DSCFG_ERROR_WRITING_EQUIVALENT_COMMAND_LINE_154=Une erreur s'est produite lors de la tentative d'\u00e9criture de la ligne de commande non interactive \u00e9quivalente vers le fichier %s. D\u00e9tails de l'erreur : %s |
| | | SEVERE_ERR_DSCFG_CANNOT_WRITE_EQUIVALENT_COMMAND_LINE_FILE_155=\u00c9criture impossible vers le fichier %s. V\u00e9rifiez que vous disposez de droits d'acc\u00e8s \u00e0 ce fichier et que vous avez fourni le chemin complet vers le fichier |
| | | SEVERE_ERR_DSCFG_EQUIVALENT_COMMAND_LINE_FILE_DIRECTORY_156=Le chemin sp\u00e9cifi\u00e9 %s pour l'\u00e9criture de la commande \u00e9quivalente est un r\u00e9pertoire. Vous devez sp\u00e9cifier un chemin vers un fichier |
| | | |
| | |
| | | INFO_DSCFG_HELP_FIELD_READ_ONLY_1261=\u8aad\u307f\u53d6\u308a\u5c02\u7528 - \u3053\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u3092\u6307\u5b9a\u3067\u304d\u308b\u306e\u306f %s \u306e\u4f5c\u6210\u6642\u3060\u3051\u3067\u3059 |
| | | INFO_DSCFG_HELP_FIELD_MONITORING_1262=\u76e3\u8996\u3057\u3066\u3044\u307e\u3059 - \u3053\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u306f\u30b5\u30fc\u30d0\u30fc\u306b\u3088\u308a\u81ea\u52d5\u7684\u306b\u751f\u6210\u3055\u308c\u307e\u3059 |
| | | INFO_DSCFG_HELP_HEADING_PROPERTY_1263=\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc: %s |
| | | INFO_DSCFG_HELP_HEADING_COMPONENT_1264=\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u540d: %%s |
| | | INFO_DSCFG_HELP_HEADING_COMPONENT_1264=\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u540d: %s |
| | | INFO_DSCFG_HELP_HEADING_DEFAULT_1265=\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u52d5\u4f5c |
| | | INFO_DSCFG_HELP_HEADING_MANDATORY_1266=\u5fc5\u9808 |
| | | INFO_DSCFG_HELP_HEADING_ADVANCED_1267=\u62e1\u5f35\u6a5f\u80fd |
| | |
| | | INFO_DSCFG_PROMPT_HOST_NAME_1367=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30db\u30b9\u30c8\u540d\u307e\u305f\u306f IP \u30a2\u30c9\u30ec\u30b9 [%s]: |
| | | INFO_DSCFG_PROMPT_PORT_NUMBER_1368=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30dd\u30fc\u30c8\u756a\u53f7 [%d]: |
| | | INFO_DSCFG_PROMPT_BIND_DN_1369=\u7ba1\u7406\u8005\u30e6\u30fc\u30b6\u30fc\u306e\u30d0\u30a4\u30f3\u30c9 DN [%s]: |
| | | SEVERE_ERR_DSCFG_BAD_HOST_NAME_1370=\u30db\u30b9\u30c8\u540d "%s" \u3092\u89e3\u6c7a\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u30a2\u30c9\u30ec\u30b9\u304c\u6b63\u3057\u3044\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044 |
| | | SEVERE_ERR_DSCFG_BAD_HOST_NAME_1370=\u30db\u30b9\u30c8\u540d "%s" \u3092\u89e3\u6c7a\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002Please check you have provided the correct address |
| | | SEVERE_ERR_DSCFG_BAD_PORT_NUMBER_1371=\u7121\u52b9\u306a\u30dd\u30fc\u30c8\u756a\u53f7 "%s"\u3067\u3059\u30021 \u304b\u3089 65535 \u306e\u6709\u52b9\u306a\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044 |
| | | INFO_DSCFG_GENERIC_TYPE_OPTION_1372=\u6c4e\u7528 %s |
| | | INFO_DSCFG_HEADING_CONNECTION_PARAMETERS_1373=>>>> OpenDS LDAP \u63a5\u7d9a\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059 |
| | |
| | | INFO_DSCFG_CUSTOM_TYPE_SYNOPSIS_148=\u30e6\u30fc\u30b6\u30fc\u5b9a\u7fa9\u306e\u5b9f\u88c5\u30af\u30e9\u30b9\u3092\u6301\u3064\u30ab\u30b9\u30bf\u30e0 %s |
| | | INFO_DSCFG_GENERIC_TYPE_SYNOPSIS_149=\u6c4e\u7528 %s |
| | | INFO_DSCFG_CREATE_TYPE_HELP_HEADING_150=\u30d8\u30eb\u30d7: %s |
| | | INFO_DSCFG_NON_INTERACTIVE_151=\u7b49\u4fa1\u306e\u975e\u5bfe\u8a71\u578b\u30b3\u30de\u30f3\u30c9\u884c: %n%s |
| | | INFO_DSCFG_DESCRIPTION_DISPLAY_EQUIVALENT_152=\u3053\u306e\u30b3\u30de\u30f3\u30c9\u304c\u5bfe\u8a71\u578b\u30e2\u30fc\u30c9\u3067\u5b9f\u884c\u3055\u308c\u308b\u3068\u304d\u306b\u3001\u6a19\u6e96\u51fa\u529b\u306b\u7b49\u4fa1\u306e\u975e\u5bfe\u8a71\u578b\u5f15\u6570\u3092\u8868\u793a\u3057\u307e\u3059 |
| | | INFO_DSCFG_DESCRIPTION_EQUIVALENT_COMMAND_FILE_PATH_153=\u3053\u306e\u30b3\u30de\u30f3\u30c9\u304c\u5bfe\u8a71\u578b\u30e2\u30fc\u30c9\u3067\u5b9f\u884c\u3055\u308c\u308b\u3068\u304d\u306b\u3001\u7b49\u4fa1\u306e\u975e\u5bfe\u8a71\u578b\u30b3\u30de\u30f3\u30c9\u304c\u66f8\u304d\u8fbc\u307e\u308c\u308b\u30d5\u30a1\u30a4\u30eb\u3078\u306e\u30d5\u30eb\u30d1\u30b9 |
| | | MILD_ERR_DSCFG_ERROR_WRITING_EQUIVALENT_COMMAND_LINE_154=\u7b49\u4fa1\u306e\u975e\u5bfe\u8a71\u578b\u30b3\u30de\u30f3\u30c9\u884c\u3092\u30d5\u30a1\u30a4\u30eb %s \u306b\u66f8\u304d\u8fbc\u3082\u3046\u3068\u3057\u3066\u3044\u308b\u3068\u304d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u30a8\u30e9\u30fc\u8a73\u7d30: %s |
| | | SEVERE_ERR_DSCFG_CANNOT_WRITE_EQUIVALENT_COMMAND_LINE_FILE_155=Cannot write to file %s. Verify that you have access rights to that file and that you provided the full path of the file |
| | | SEVERE_ERR_DSCFG_EQUIVALENT_COMMAND_LINE_FILE_DIRECTORY_156=The specified path %s to write the equivalent command is a directory. You must specify a path to a file |
| | | |
| | |
| | | INFO_EDITOR_PROMPT_SELECT_VALUE_SINGLE_1294=\"%s\" \ub4f1\ub85d \uc815\ubcf4\uc5d0 \ub300\ud55c \uac12\uc744 \uc120\ud0dd\ud569\ub2c8\ub2e4. |
| | | INFO_EDITOR_PROMPT_SELECT_VALUE_MULTI_1295=\"%s\" \ub4f1\ub85d \uc815\ubcf4\uc5d0 \ub300\ud574 \uac12\uc744 \ud558\ub098 \uc774\uc0c1 \uc120\ud0dd\ud569\ub2c8\ub2e4. |
| | | INFO_EDITOR_HEADING_SYNTAX_1296=\uad6c\ubb38: |
| | | INFO_EDITOR_HEADING_VALUES_SUMMARY_1297=\"%s\" \ub4f1\ub85d \uc815\ubcf4\ub294 \ub2e4\uc74c \uac12\uc744 \uac00\uc9d1\ub2c8\ub2e4. |
| | | INFO_EDITOR_HEADING_VALUES_SUMMARY_1297=\"%s\" \ub4f1\ub85d \uc815\ubcf4\uc5d0 \ub2e4\uc74c \uac12\uc774 \uc788\uc2b5\ub2c8\ub2e4. |
| | | INFO_EDITOR_PROMPT_SELECT_VALUES_ADD_1299=\ucd94\uac00\ud560 \uac12\uc744 \uc120\ud0dd\ud569\ub2c8\ub2e4. |
| | | INFO_EDITOR_PROMPT_SELECT_VALUES_REMOVE_1302=\uc81c\uac70\ud560 \uac12\uc744 \uc120\ud0dd\ud569\ub2c8\ub2e4. |
| | | INFO_EDITOR_PROMPT_MODIFY_MENU_1303=\"%s\" \ub4f1\ub85d \uc815\ubcf4\ub97c \uc218\uc815\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? |
| | |
| | | INFO_DSCFG_PROMPT_HOST_NAME_1367=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ud638\uc2a4\ud2b8 \uc774\ub984 \ub610\ub294 IP \uc8fc\uc18c [%s]: |
| | | INFO_DSCFG_PROMPT_PORT_NUMBER_1368=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ud3ec\ud2b8 \ubc88\ud638 [%d]: |
| | | INFO_DSCFG_PROMPT_BIND_DN_1369=\uad00\ub9ac\uc790 \uc0ac\uc6a9\uc790 \ubc14\uc778\ub4dc DN [%s]: |
| | | SEVERE_ERR_DSCFG_BAD_HOST_NAME_1370=\ud638\uc2a4\ud2b8 \uc774\ub984 \"%s\"\uc744(\ub97c) \ud655\uc778\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. \uc8fc\uc18c\uac00 \uc62c\ubc14\ub978\uc9c0 \ud655\uc778\ud558\uc2ed\uc2dc\uc624. |
| | | SEVERE_ERR_DSCFG_BAD_HOST_NAME_1370=\ud638\uc2a4\ud2b8 \uc774\ub984 \"%s\"\uc744(\ub97c) \ud655\uc778\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. \uc62c\ubc14\ub978 \uc8fc\uc18c\ub97c \uc785\ub825\ud588\ub294\uc9c0 \ud655\uc778\ud558\uc2ed\uc2dc\uc624. |
| | | SEVERE_ERR_DSCFG_BAD_PORT_NUMBER_1371=\ud3ec\ud2b8 \ubc88\ud638 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. 1\uacfc 65535 \uc0ac\uc774\uc758 \uc720\ud6a8\ud55c \ud3ec\ud2b8 \ubc88\ud638\ub97c \uc785\ub825\ud558\uc2ed\uc2dc\uc624. |
| | | INFO_DSCFG_GENERIC_TYPE_OPTION_1372=\uc77c\ubc18 %s |
| | | INFO_DSCFG_HEADING_CONNECTION_PARAMETERS_1373=>>>> OpenDS LDAP \uc5f0\uacb0 \ub9e4\uac1c\ubcc0\uc218 \uc9c0\uc815 |
| | |
| | | SEVERE_ERR_MODIFY_HEADING_MMPE_SINGLE_140=\ub2e4\uc74c \ud544\uc218 \ub4f1\ub85d \uc815\ubcf4\ub97c \uc815\uc758\ud558\uc9c0 \uc54a\uc558\uae30 \ub54c\ubb38\uc5d0 %s\uc744(\ub97c) \uc218\uc815\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_MODIFY_HEADING_MMPE_PLURAL_141=\ub2e4\uc74c \ud544\uc218 \ub4f1\ub85d \uc815\ubcf4\ub97c \uc815\uc758\ud558\uc9c0 \uc54a\uc558\uae30 \ub54c\ubb38\uc5d0 %s\uc744(\ub97c) \uc218\uc815\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | INFO_DSCFG_PROMPT_EDIT_142=\uc774 \ubb38\uc81c\ub97c \ud574\uacb0\ud558\uae30 \uc704\ud574 %s\uc758 \ub4f1\ub85d \uc815\ubcf4\ub97c \ud3b8\uc9d1\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? |
| | | SEVERE_ERR_GET_HEADING_MODE_SINGLE_143=\ub2e4\uc74c\uacfc \uac19\uc740 \uc774\uc720\ub85c %s\uc758 \uc554\ud638\ub97c \ud574\ub3c5\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_GET_HEADING_MODE_PLURAL_144=\ub2e4\uc74c\uacfc \uac19\uc740 \uc774\uc720\ub85c %s\uc758 \uc554\ud638\ub97c \ud574\ub3c5\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_GET_HEADING_MODE_SINGLE_143=\ub2e4\uc74c\uacfc \uac19\uc740 \uc774\uc720\ub85c %s(\uc744)\ub97c \ud574\ub3c5\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_GET_HEADING_MODE_PLURAL_144=\ub2e4\uc74c\uacfc \uac19\uc740 \uc774\uc720\ub85c %s(\uc744)\ub97c \ud574\ub3c5\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | INFO_EDITOR_OPTION_CREATE_A_NEW_COMPONENT_145=\uc0c8 %s \ub9cc\ub4e4\uae30 |
| | | INFO_DSCFG_PROMPT_EDIT_TO_ENABLE_146=\ucc38\uc870\ub418\ub294 %s(\"%s\"\ub77c\uace0 \ud568)\uc744(\ub97c) \ud65c\uc131\ud654\ud574\uc57c \uc774 %s\uc640(\uacfc) \ud568\uaed8 \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ud574\ub2f9 \ub4f1\ub85d \uc815\ubcf4\ub97c \ud3b8\uc9d1\ud558\uc5ec \ud65c\uc131\ud654\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? |
| | | INFO_DSCFG_CUSTOM_TYPE_OPTION_147=\uc0ac\uc6a9\uc790 \uc815\uc758 %s |
| | | INFO_DSCFG_CUSTOM_TYPE_SYNOPSIS_148=\uc0ac\uc6a9\uc790 \uc815\uc758 \uad6c\ud604 \ud074\ub798\uc2a4\uac00 \uc788\ub294 \uc0ac\uc6a9\uc790 \uc815\uc758 %s |
| | | INFO_DSCFG_GENERIC_TYPE_SYNOPSIS_149=\uc77c\ubc18 %s |
| | | INFO_DSCFG_CREATE_TYPE_HELP_HEADING_150=\ub3c4\uc6c0\ub9d0: %s |
| | | INFO_DSCFG_NON_INTERACTIVE_151=\ub3d9\ub4f1\ud55c \ube44\ub300\ud654\uc2dd \uba85\ub839\uc904\uc740 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4:%n%s |
| | | INFO_DSCFG_DESCRIPTION_DISPLAY_EQUIVALENT_152=\uc774 \uba85\ub839\uc744 \ub300\ud654\uc2dd \ubaa8\ub4dc\ub85c \uc2e4\ud589\ud560 \ub54c \ub3d9\ub4f1\ud55c \ube44\ub300\ud654\uc2dd \uc778\uc218\ub97c \ud45c\uc900 \ucd9c\ub825\uc5d0 \ud45c\uc2dc\ud569\ub2c8\ub2e4. |
| | | INFO_DSCFG_DESCRIPTION_EQUIVALENT_COMMAND_FILE_PATH_153=\uc774 \uba85\ub839\uc744 \ub300\ud654\uc2dd \ubaa8\ub4dc\ub85c \uc2e4\ud589\ud560 \ub54c \ub3d9\ub4f1\ud55c \ube44\ub300\ud654\uc2dd \uba85\ub839\uc774 \uae30\ub85d\ub420 \ud30c\uc77c\uc758 \uc804\uccb4 \uacbd\ub85c\uc785\ub2c8\ub2e4. |
| | | MILD_ERR_DSCFG_ERROR_WRITING_EQUIVALENT_COMMAND_LINE_154=\ud30c\uc77c %s\uc5d0 \ub3d9\ub4f1\ud55c \ube44\ub300\ud654\uc2dd \uba85\ub839\uc904\uc744 \uc4f0\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \uc624\ub958 \uc138\ubd80 \uc815\ubcf4: %s |
| | | SEVERE_ERR_DSCFG_CANNOT_WRITE_EQUIVALENT_COMMAND_LINE_FILE_155=\ud30c\uc77c %s\uc5d0 \uc4f8 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \ud574\ub2f9 \ud30c\uc77c\uc5d0 \ub300\ud55c \uc561\uc138\uc2a4 \uad8c\ud55c\uc774 \uc788\uace0 \ud30c\uc77c\uc758 \uc804\uccb4 \uacbd\ub85c\ub97c \uc785\ub825\ud588\ub294\uc9c0 \ud655\uc778\ud558\uc2ed\uc2dc\uc624. |
| | | SEVERE_ERR_DSCFG_EQUIVALENT_COMMAND_LINE_FILE_DIRECTORY_156=\ub3d9\ub4f1\ud55c \uba85\ub839\uc744 \uc4f0\ub3c4\ub85d \uc9c0\uc815\ud55c \uacbd\ub85c %s\uc774(\uac00) \ub514\ub809\ud1a0\ub9ac\uc785\ub2c8\ub2e4. \ud30c\uc77c\uc5d0 \ub300\ud55c \uacbd\ub85c\ub97c \uc9c0\uc815\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | |
| | |
| | | SEVERE_ERR_DSCFG_ERROR_CATEGORY_TYPE_UNRECOGNIZED_1288="%s" \u4e0d\u662f\u7c7b\u522b "%s" \u4e2d\u7684\u5df2\u8bc6\u522b\u7ec4\u4ef6\u7c7b\u578b |
| | | SEVERE_ERR_DSCFG_ERROR_PROPERTY_UNRECOGNIZED_NO_DEFN_1289=\u5c5e\u6027 "%s" \u4e0d\u662f\u5df2\u8bc6\u522b\u7684\u5c5e\u6027 |
| | | INFO_DSCFG_DESCRIPTION_HELP_INHERITED_1290=\u4fee\u6539\u663e\u793a\u8f93\u51fa\u53ef\u663e\u793a\u7ec4\u4ef6\u7684\u7ee7\u627f\u5c5e\u6027 |
| | | INFO_VALUE_TRUE_1291=true |
| | | INFO_VALUE_FALSE_1292=false |
| | | INFO_VALUE_TRUE_1291=\u771f |
| | | INFO_VALUE_FALSE_1292=\u5047 |
| | | INFO_VALUE_UNLIMITED_1293=\u65e0\u9650 |
| | | INFO_EDITOR_PROMPT_SELECT_VALUE_SINGLE_1294=\u4e3a "%s" \u5c5e\u6027\u9009\u62e9\u4e00\u4e2a\u503c: |
| | | INFO_EDITOR_PROMPT_SELECT_VALUE_MULTI_1295=\u4e3a "%s" \u5c5e\u6027\u9009\u62e9\u4e00\u4e2a\u6216\u591a\u4e2a\u503c: |
| | |
| | | INFO_DSCFG_PROMPT_HOST_NAME_1367=\u76ee\u5f55\u670d\u52a1\u5668\u4e3b\u673a\u540d\u6216 IP \u5730\u5740 [%s]: |
| | | INFO_DSCFG_PROMPT_PORT_NUMBER_1368=\u76ee\u5f55\u670d\u52a1\u5668\u7aef\u53e3\u53f7 [%d]: |
| | | INFO_DSCFG_PROMPT_BIND_DN_1369=\u7ba1\u7406\u5458\u7528\u6237\u7ed1\u5b9a DN [%s]: |
| | | SEVERE_ERR_DSCFG_BAD_HOST_NAME_1370=\u65e0\u6cd5\u89e3\u6790\u4e3b\u673a\u540d "%s"\u3002\u8bf7\u68c0\u67e5\u5730\u5740\u662f\u5426\u6b63\u786e |
| | | SEVERE_ERR_DSCFG_BAD_HOST_NAME_1370=\u65e0\u6cd5\u89e3\u6790\u4e3b\u673a\u540d "%s"\u3002\u8bf7\u68c0\u67e5\u60a8\u63d0\u4f9b\u7684\u5730\u5740\u662f\u5426\u6b63\u786e |
| | | SEVERE_ERR_DSCFG_BAD_PORT_NUMBER_1371=\u7aef\u53e3\u53f7 "%s" \u65e0\u6548\u3002\u8bf7\u8f93\u5165\u4e00\u4e2a\u4ecb\u4e8e 1 \u548c 65535 \u4e4b\u95f4\u7684\u6709\u6548\u7aef\u53e3\u53f7\u3002 |
| | | INFO_DSCFG_GENERIC_TYPE_OPTION_1372=\u5e38\u89c4 %s |
| | | INFO_DSCFG_HEADING_CONNECTION_PARAMETERS_1373=>>>> \u6307\u5b9a OpenDS LDAP \u8fde\u63a5\u53c2\u6570 |
| | | INFO_DSCFG_PROMPT_SECURITY_USE_SECURE_CTX_1374=\u60a8\u8981\u5982\u4f55\u8fde\u63a5\uff1f |
| | | INFO_DSCFG_PROMPT_SECURITY_USE_SSL_1375=\u5e26\u6709 SSL \u7684 LDAP |
| | | INFO_DSCFG_PROMPT_SECURITY_USE_START_TLS_1376=\u5e26\u6709 StartTLS \u7684 LDAP |
| | | INFO_DSCFG_PROMPT_SECURITY_USE_SSL_1375=\u4f7f\u7528 SSL \u7684 LDAP |
| | | INFO_DSCFG_PROMPT_SECURITY_USE_START_TLS_1376=\u4f7f\u7528 StartTLS \u7684 LDAP |
| | | INFO_DSCFG_PROMPT_SECURITY_USE_TRUST_ALL_1377=\u662f\u5426\u8981\u81ea\u52a8\u4fe1\u4efb\u8be5\u670d\u52a1\u5668\u8bc1\u4e66\uff1f |
| | | INFO_DSCFG_PROMPT_SECURITY_TRUSTSTORE_PATH_1378=\u4fe1\u4efb\u5e93\u8def\u5f84: |
| | | INFO_DSCFG_PROMPT_SECURITY_TRUSTSTORE_PASSWORD_1379=\u4fe1\u4efb\u5e93 '%s' \u7684\u5bc6\u7801: |
| | | INFO_DSCFG_PROMPT_SECURITY_KEYSTORE_NEEDED_1380=\u662f\u5426\u8981\u6267\u884c\u5b89\u5168\u9a8c\u8bc1\uff08\u5ba2\u6237\u7aef\u9a8c\u8bc1\uff09\uff1f |
| | | INFO_DSCFG_PROMPT_SECURITY_KEYSTORE_PATH_1381=\u5bc6\u94a5\u5e93\u8def\u5f84: |
| | | INFO_DSCFG_PROMPT_SECURITY_KEYSTORE_PASSWORD_1382=\u5bc6\u94a5\u5e93 '%s' \u7684\u5bc6\u7801: |
| | | INFO_DSCFG_PROMPT_SECURITY_CERTIFICATE_NAME_1383=\u8bc1\u4e66\u6635\u79f0: |
| | | INFO_DSCFG_PROMPT_SECURITY_CERTIFICATE_NAME_1383=\u8bc1\u4e66\u522b\u540d: |
| | | SEVERE_ERR_DSCFG_ERROR_CREATE_ORE_SINGLE_1384=\u7531\u4e8e\u4ee5\u4e0b\u539f\u56e0\uff0c\u65e0\u6cd5\u521b\u5efa %s: |
| | | SEVERE_ERR_DSCFG_ERROR_CREATE_ORE_PLURAL_1385=\u7531\u4e8e\u4ee5\u4e0b\u591a\u79cd\u539f\u56e0\uff0c\u65e0\u6cd5\u521b\u5efa %s: |
| | | SEVERE_ERR_DSCFG_ERROR_DELETE_ORE_SINGLE_1386=\u7531\u4e8e\u4ee5\u4e0b\u539f\u56e0\uff0c\u65e0\u6cd5\u5220\u9664 %s: |
| | |
| | | INFO_DSCFG_CUSTOM_TYPE_SYNOPSIS_148=\u5177\u6709\u7528\u6237\u5b9a\u4e49\u7684\u5b9e\u73b0\u7c7b\u7684\u81ea\u5b9a\u4e49 %s |
| | | INFO_DSCFG_GENERIC_TYPE_SYNOPSIS_149=\u5e38\u89c4 %s |
| | | INFO_DSCFG_CREATE_TYPE_HELP_HEADING_150=\u5e2e\u52a9: %s |
| | | INFO_DSCFG_NON_INTERACTIVE_151=\u7b49\u6548\u7684\u975e\u4ea4\u4e92\u547d\u4ee4\u884c\u662f: %n%s |
| | | INFO_DSCFG_DESCRIPTION_DISPLAY_EQUIVALENT_152=\u4ee5\u4ea4\u4e92\u6a21\u5f0f\u8fd0\u884c\u6b64\u547d\u4ee4\u65f6\uff0c\u4f1a\u5728\u6807\u51c6\u8f93\u51fa\u4e2d\u663e\u793a\u7b49\u6548\u7684\u975e\u4ea4\u4e92\u53c2\u6570 |
| | | INFO_DSCFG_DESCRIPTION_EQUIVALENT_COMMAND_FILE_PATH_153=\u4ee5\u4ea4\u4e92\u6a21\u5f0f\u8fd0\u884c\u6b64\u547d\u4ee4\u65f6\uff0c\u5c06\u5199\u5165\u7b49\u6548\u975e\u4ea4\u4e92\u547d\u4ee4\u7684\u6587\u4ef6\u7684\u5b8c\u6574\u8def\u5f84 |
| | | MILD_ERR_DSCFG_ERROR_WRITING_EQUIVALENT_COMMAND_LINE_154=\u5c1d\u8bd5\u5728\u6587\u4ef6 %s \u4e2d\u5199\u5165\u7b49\u6548\u975e\u4ea4\u4e92\u547d\u4ee4\u884c\u65f6\u51fa\u73b0\u9519\u8bef\u3002\u9519\u8bef\u8be6\u7ec6\u4fe1\u606f: %s |
| | | SEVERE_ERR_DSCFG_CANNOT_WRITE_EQUIVALENT_COMMAND_LINE_FILE_155=\u65e0\u6cd5\u5199\u5165\u6587\u4ef6 %s\u3002\u8bf7\u68c0\u9a8c\u60a8\u662f\u5426\u5177\u6709\u8be5\u6587\u4ef6\u7684\u8bbf\u95ee\u6743\u9650\uff0c\u4ee5\u53ca\u60a8\u662f\u5426\u63d0\u4f9b\u4e86\u8be5\u6587\u4ef6\u7684\u5b8c\u6574\u8def\u5f84 |
| | | SEVERE_ERR_DSCFG_EQUIVALENT_COMMAND_LINE_FILE_DIRECTORY_156=\u7528\u4ee5\u5199\u5165\u7b49\u6548\u547d\u4ee4\u7684\u6307\u5b9a\u8def\u5f84 %s \u662f\u4e00\u4e2a\u76ee\u5f55\u3002\u60a8\u5fc5\u987b\u6307\u5b9a\u6587\u4ef6\u7684\u8def\u5f84 |
| | | |
| | |
| | | SEVERE_ERR_DSCFG_ERROR_MODIFY_AUTHZ_1050=\u7121\u6cd5\u4fee\u6539 %s\uff0c\u56e0\u70ba\u60a8\u6c92\u6709\u6b63\u78ba\u7684\u6388\u6b0a |
| | | SEVERE_ERR_DSCFG_ERROR_MODIFY_CE_1051=\u7121\u6cd5\u4fee\u6539 %s\uff0c\u56e0\u70ba\u767c\u751f\u901a\u8a0a\u554f\u984c: %s |
| | | SEVERE_ERR_DSCFG_ERROR_MODIFY_CME_1052=\u7121\u6cd5\u4fee\u6539 %s\uff0c\u56e0\u70ba\u53e6\u4e00\u500b\u7528\u6236\u7aef\u6b63\u5728\u9032\u884c\u885d\u7a81\u7684\u914d\u7f6e\u8b8a\u66f4 |
| | | SEVERE_ERR_DSCFG_ERROR_LIST_DDE_1054=\u7121\u6cd5\u64f7\u53d6\u7236\u7cfb %s\uff0c\u56e0\u70ba\u7121\u6cd5\u5224\u65b7\u5176\u985e\u578b\u3002\u9019\u53ef\u80fd\u662f\u7531\u65bc %s \u5177\u6709\u7121\u6548\u7684 LDAP \u9805\u76ee\u3002\u8acb\u6aa2\u67e5 %s \u7269\u4ef6\u985e\u578b\u662f\u5426\u6b63\u78ba |
| | | SEVERE_ERR_DSCFG_ERROR_LIST_MODE_1055=\u7121\u6cd5\u64f7\u53d6 %s\uff0c\u56e0\u70ba\u4e0b\u5217\u5404\u9805\u539f\u56e0: |
| | | SEVERE_ERR_DSCFG_ERROR_LIST_DDE_1054=\u7121\u6cd5\u64f7\u53d6 %s\uff0c\u56e0\u70ba\u7121\u6cd5\u5224\u65b7\u5176\u985e\u578b\u3002\u9019\u53ef\u80fd\u662f\u7531\u65bc %s \u5177\u6709\u7121\u6548\u7684 LDAP \u9805\u76ee\u3002\u8acb\u6aa2\u67e5 %s \u7269\u4ef6\u985e\u578b\u662f\u5426\u6b63\u78ba |
| | | SEVERE_ERR_DSCFG_ERROR_LIST_MODE_1055=\u7121\u6cd5\u64f7\u53d6 %s\uff0c\u56e0\u70ba\u4e0b\u5217\u539f\u56e0: |
| | | SEVERE_ERR_DSCFG_ERROR_LIST_MONFE_1056=%s \u4e0d\u5b58\u5728 |
| | | SEVERE_ERR_DSCFG_ERROR_LIST_AUTHZ_1057=\u7121\u6cd5\u5217\u51fa %s\uff0c\u56e0\u70ba\u60a8\u6c92\u6709\u6b63\u78ba\u7684\u6388\u6b0a |
| | | SEVERE_ERR_DSCFG_ERROR_LIST_CE_1058=\u7121\u6cd5\u5217\u51fa %s\uff0c\u56e0\u70ba\u767c\u751f\u901a\u8a0a\u554f\u984c: %s |
| | |
| | | INFO_DSCFG_PROMPT_HOST_NAME_1367=\u76ee\u9304\u4f3a\u670d\u5668\u4e3b\u6a5f\u540d\u7a31\u6216 IP \u4f4d\u5740 [%s]: |
| | | INFO_DSCFG_PROMPT_PORT_NUMBER_1368=\u76ee\u9304\u4f3a\u670d\u5668\u9023\u63a5\u57e0\u865f\u78bc [%d]: |
| | | INFO_DSCFG_PROMPT_BIND_DN_1369=\u7ba1\u7406\u54e1\u4f7f\u7528\u8005\u9023\u7d50 DN [%s]: |
| | | SEVERE_ERR_DSCFG_BAD_HOST_NAME_1370=\u7121\u6cd5\u89e3\u6790\u4e3b\u6a5f\u540d\u7a31\u300c%s\u300d\u3002\u8acb\u6aa2\u67e5\u60a8\u662f\u5426\u5177\u6709\u6b63\u78ba\u7684\u4f4d\u5740 |
| | | SEVERE_ERR_DSCFG_BAD_HOST_NAME_1370=\u7121\u6cd5\u89e3\u6790\u4e3b\u6a5f\u540d\u7a31\u300c%s\u300d\u3002\u8acb\u6aa2\u67e5\u60a8\u662f\u5426\u5df2\u63d0\u4f9b\u6b63\u78ba\u7684\u4f4d\u5740 |
| | | SEVERE_ERR_DSCFG_BAD_PORT_NUMBER_1371=\u7121\u6548\u7684\u9023\u63a5\u57e0\u865f\u78bc\u300c%s\u300d\u3002\u8acb\u8f38\u5165\u4ecb\u65bc 1 \u548c 65535 \u4e4b\u9593\u7684\u6709\u6548\u9023\u63a5\u57e0\u865f\u78bc |
| | | INFO_DSCFG_GENERIC_TYPE_OPTION_1372=\u901a\u7528\u7684 %s |
| | | INFO_DSCFG_HEADING_CONNECTION_PARAMETERS_1373=>>>> \u6307\u5b9a OpenDS LDAP \u9023\u7dda\u53c3\u6578 |
| | |
| | | INFO_DSCFG_CUSTOM_TYPE_SYNOPSIS_148=\u5177\u5099\u4f7f\u7528\u8005\u5b9a\u7fa9\u5be6\u4f5c\u985e\u5225\u7684\u81ea\u8a02 %s |
| | | INFO_DSCFG_GENERIC_TYPE_SYNOPSIS_149=\u901a\u7528\u7684 %s |
| | | INFO_DSCFG_CREATE_TYPE_HELP_HEADING_150=\u8aaa\u660e: %s |
| | | INFO_DSCFG_NON_INTERACTIVE_151=\u7b49\u6548\u975e\u4e92\u52d5\u6307\u4ee4\u884c\u662f: %n%s |
| | | INFO_DSCFG_DESCRIPTION_DISPLAY_EQUIVALENT_152=\u4ee5\u4e92\u52d5\u6a21\u5f0f\u57f7\u884c\u6b64\u6307\u4ee4\u6642\uff0c\u5728\u6a19\u6e96\u8f38\u51fa\u4e2d\u986f\u793a\u7b49\u6548\u975e\u4e92\u52d5\u5f15\u6578 |
| | | INFO_DSCFG_DESCRIPTION_EQUIVALENT_COMMAND_FILE_PATH_153=\u4ee5\u4e92\u52d5\u6a21\u5f0f\u57f7\u884c\u6b64\u6307\u4ee4\u6642\uff0c\u5c07\u5beb\u5165\u7b49\u6548\u975e\u4e92\u52d5\u6307\u4ee4\u4e4b\u6a94\u6848\u7684\u5b8c\u6574\u8def\u5f91 |
| | | MILD_ERR_DSCFG_ERROR_WRITING_EQUIVALENT_COMMAND_LINE_154=\u5617\u8a66\u5c07\u7b49\u6548\u975e\u4e92\u52d5\u6307\u4ee4\u884c\u5beb\u5165\u81f3\u6a94\u6848 %s \u6642\u767c\u751f\u932f\u8aa4\u3002\u932f\u8aa4\u8a73\u7d30\u8cc7\u8a0a: %s |
| | | SEVERE_ERR_DSCFG_CANNOT_WRITE_EQUIVALENT_COMMAND_LINE_FILE_155=\u7121\u6cd5\u5beb\u5165\u81f3\u6a94\u6848 %s\u3002\u8acb\u9a57\u8b49\u60a8\u5177\u6709\u8a72\u6a94\u6848\u7684\u5b58\u53d6\u6b0a\u9650\uff0c\u4e26\u5df2\u63d0\u4f9b\u6a94\u6848\u7684\u5b8c\u6574\u8def\u5f91 |
| | | SEVERE_ERR_DSCFG_EQUIVALENT_COMMAND_LINE_FILE_DIRECTORY_156=\u6307\u5b9a\u8981\u5beb\u5165\u7b49\u6548\u6307\u4ee4\u7684\u8def\u5f91 %s \u662f\u76ee\u9304\u3002\u60a8\u5fc5\u9808\u6307\u5b9a\u6a94\u6848\u7684\u8def\u5f91 |
| | | |
| New file |
| | |
| | | # CDDL HEADER START |
| | | # |
| | | # The contents of this file are subject to the terms of the |
| | | # Common Development and Distribution License, Version 1.0 only |
| | | # (the "License"). You may not use this file except in compliance |
| | | # with the License. |
| | | # |
| | | # You can obtain a copy of the license at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE |
| | | # or https://OpenDS.dev.java.net/OpenDS.LICENSE. |
| | | # See the License for the specific language governing permissions |
| | | # and limitations under the License. |
| | | # |
| | | # When distributing Covered Code, include this CDDL HEADER in each |
| | | # file and include the License file at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, |
| | | # add the following below this CDDL HEADER, with the fields enclosed |
| | | # by brackets "[]" replaced with your own identifying information: |
| | | # Portions Copyright [yyyy] [name of copyright owner] |
| | | # |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2008 Sun Microsystems, Inc. |
| | | |
| | | |
| | | |
| | | # |
| | | # Global directives |
| | | # |
| | | global.category=EXTENSIONS |
| | | |
| | | # |
| | | # Format string definitions |
| | | # |
| | | # Keys must be formatted as follows: |
| | | # |
| | | # [SEVERITY]_[DESCRIPTION]_[ORDINAL] |
| | | # |
| | | # where: |
| | | # |
| | | # SEVERITY is one of: |
| | | # [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE] |
| | | # |
| | | # DESCRIPTION is an upper case string providing a hint as to the context of |
| | | # the message in upper case with the underscore ('_') character serving as |
| | | # word separator |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | SEVERE_ERR_PWSCHEME_CANNOT_INITIALIZE_MESSAGE_DIGEST_1=An error occurred while attempting to initialize the message digest generator for the %s algorithm: %s |
| | | MILD_ERR_PWSCHEME_CANNOT_BASE64_DECODE_STORED_PASSWORD_2=Beim Versuch, die base64-Verschl\u00fcsselung des Passwortwerts %s zu entschl\u00fcsseln, ist ein Fehler aufgetreten: %s |
| | | MILD_ERR_PWSCHEME_NOT_REVERSIBLE_3=Das Speicherschema des Passworts %s ist nicht umkehrbar, daher ist es nicht m\u00f6glich, die Nur-Text-Version eines verschl\u00fcsselten Passworts wiederherzustellen. |
| | | MILD_ERR_JMX_ALERT_HANDLER_CANNOT_REGISTER_4=Beim Registrieren der JMX-Behandlungsroutine f\u00fcr Warnungen beim MBean-Server ist ein Fehler aufgetreten: %s |
| | | MILD_ERR_PWSCHEME_CANNOT_ENCODE_PASSWORD_5=Beim Versuch, ein Passwort mithilfe des in Klasse %s definierten Speicherschemas zu verschl\u00fcsseln, ist ein unerwarteter Fehler aufgetreten: %s |
| | | SEVERE_ERR_CACHE_INVALID_INCLUDE_FILTER_6=The ds-cfg-include-filter attribute of configuration entry %s, which specifies a set of search filters that may be used to control which entries are included in the cache, has an invalid value of "%s": %s |
| | | SEVERE_ERR_CACHE_INVALID_EXCLUDE_FILTER_7=The ds-cfg-exclude-filter attribute of configuration entry %s, which specifies a set of search filters that may be used to control which entries are excluded from the cache, has an invalid value of "%s": %s |
| | | FATAL_ERR_FIFOCACHE_CANNOT_INITIALIZE_8=A fatal error occurred while trying to initialize fifo entry cache: %s |
| | | FATAL_ERR_SOFTREFCACHE_CANNOT_INITIALIZE_9=A fatal error occurred while trying to initialize soft reference entry cache: %s |
| | | NOTICE_CACHE_PRELOAD_PROGRESS_START_10=Vorladen des Eintragscache f\u00fcr Backend %s wird gestartet. |
| | | NOTICE_CACHE_PRELOAD_PROGRESS_REPORT_11=Beim Vorladen des Eintragscache f\u00fcr Backend %s wurden %d Eintr\u00e4ge verarbeitet, %d MB freier Heap-Arbeitsspeicher verf\u00fcgbar. |
| | | NOTICE_CACHE_PRELOAD_PROGRESS_DONE_12=Vorladen des Eintragscache f\u00fcr Backend %s ist abgeschlossen; es wurden insgesamt %d Eintr\u00e4ge verarbeitet. |
| | | SEVERE_WARN_CACHE_PRELOAD_INTERRUPTED_13=The entry cache preload for %s backend has been interrupted |
| | | SEVERE_WARN_CACHE_PRELOAD_BACKEND_FAILED_14=The entry cache preload is not supported by %s backend, and as a result no entries from this backend will be preloaded into the entry cache |
| | | SEVERE_ERR_CACHE_PRELOAD_ENTRY_FAILED_15=Failed to preload %s entry into the entry cache: %s |
| | | MILD_ERR_EXTOP_PASSMOD_ILLEGAL_REQUEST_ELEMENT_TYPE_32=Die Folge f\u00fcr die erweiterte Anforderung zur Passwort\u00e4nderung enthielt ein ASN.1-Element eines ung\u00fcltigen Typs: %s |
| | | MILD_ERR_EXTOP_PASSMOD_CANNOT_DECODE_REQUEST_33=Beim Versuch, die Folge der erweiterten Anforderung zur Passwort\u00e4nderung zu entschl\u00fcsseln, ist ein unerwarteter Fehler aufgetreten: %s |
| | | MILD_ERR_EXTOP_PASSMOD_NO_AUTH_OR_USERID_34=Die erweiterte Anforderung zur Passwort\u00e4nderung kann nicht verarbeitet werden, da sie keine Autorisierungs-ID enth\u00e4lt und die zugrunde liegende Verbindung nicht authentifiziert ist. |
| | | SEVERE_ERR_EXTOP_PASSMOD_CANNOT_LOCK_USER_ENTRY_35=The password modify extended request cannot be processed because the server was unable to obtain a write lock on user entry %s after multiple attempts |
| | | MILD_ERR_EXTOP_PASSMOD_CANNOT_DECODE_AUTHZ_DN_36=Die erweiterte Anforderung zur Passwort\u00e4nderung kann nicht verarbeitet werden, da der Server "%s" nicht als g\u00fcltigen DN zur Verwendung in der Autorisierungs-ID des Vorgangs entschl\u00fcsseln konnte. |
| | | MILD_ERR_EXTOP_PASSMOD_INVALID_AUTHZID_STRING_37=Die erweiterte Anforderung zur Passwort\u00e4nderung kann nicht verarbeitet werden, da sie ein ung\u00fcltiges userIdentity-Feld enthielt. Die angegebene userIdentity-Zeichenfolge lautete "%s". |
| | | MILD_ERR_EXTOP_PASSMOD_NO_USER_ENTRY_BY_AUTHZID_38=Die erweiterte Anforderung zur Passwort\u00e4nderung kann nicht verarbeitet werden, da es nicht m\u00f6glich ist, den zu aktualisierenden Benutzereintrag basierend auf dem Autorisierungs-DN "%s" zu identifizieren. |
| | | MILD_ERR_EXTOP_PASSMOD_NO_DN_BY_AUTHZID_39=Die erweiterte Anforderung zur Passwort\u00e4nderung kann nicht verarbeitet werden, da die angegebene Autorisierungs-UID "%s" mit keinem Eintrag im Verzeichnis \u00fcbereinstimmt. |
| | | MILD_ERR_EXTOP_PASSMOD_MULTIPLE_ENTRIES_BY_AUTHZID_40=Die erweiterte Anforderung zur Passwort\u00e4nderung kann nicht verarbeitet werden, da die angegebene Autorisierungs-UID "%s" mit mehreren Eintr\u00e4gen im Verzeichnis \u00fcbereinstimmt. |
| | | MILD_ERR_EXTOP_PASSMOD_INVALID_OLD_PASSWORD_41=Die erweiterte Anforderung zur Passwort\u00e4nderung kann nicht verarbeitet werden, da das derzeit f\u00fcr den Benutzer angegebene Passwort ung\u00fcltig ist. |
| | | INFO_FILE_KEYMANAGER_DESCRIPTION_FILE_43=Pfad zur Datei mit den Schl\u00fcsselspeicherinformationen f\u00fcr Directory Server. \u00c4nderungen an diesem Konfigurationsattribut treten beim n\u00e4chsten Zugriff auf den Schl\u00fcsselmanager in Kraft. |
| | | SEVERE_ERR_FILE_KEYMANAGER_NO_FILE_ATTR_44=The configuration entry %s that defines a file-based key manager does not contain attribute ds-cfg-key-store-file that should hold the path to the keystore file |
| | | SEVERE_ERR_FILE_KEYMANAGER_NO_SUCH_FILE_45=The keystore file %s specified in attribute ds-cfg-key-store-file of configuration entry %s does not exist |
| | | SEVERE_ERR_FILE_KEYMANAGER_CANNOT_DETERMINE_FILE_46=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-key-store-file in configuration entry %s: %s |
| | | INFO_FILE_KEYMANAGER_DESCRIPTION_TYPE_47=Schl\u00fcsselspeichertyp f\u00fcr den Directory Server-Schl\u00fcsselspeicher. G\u00fcltige Werte m\u00fcssen immer 'JKS' und 'PKCS12' enthalten, unterschiedliche Implementierungen k\u00f6nnen jedoch auch andere Werte zulassen. Ist kein Wert angegeben, wird der JVM-Standardwert verwendet. \u00c4nderungen an diesem Konfigurationsattribut treten beim n\u00e4chsten Zugriff auf den Schl\u00fcsselmanager in Kraft. |
| | | SEVERE_ERR_FILE_KEYMANAGER_CANNOT_DETERMINE_TYPE_48=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-key-store-type in configuration entry %s: %s |
| | | INFO_FILE_KEYMANAGER_DESCRIPTION_PIN_PROPERTY_49=Name der Java-Eigenschaft, die die f\u00fcr den Zugriff auf den dateibasierten Schl\u00fcsselmanager ben\u00f6tigte Klartext-PIN enth\u00e4lt. \u00c4nderungen an diesem Konfigurationsattribut treten beim n\u00e4chsten Zugriff auf den Schl\u00fcsselmanager in Kraft. |
| | | SEVERE_ERR_FILE_KEYMANAGER_PIN_PROPERTY_NOT_SET_50=Java property %s which is specified in attribute ds-cfg-key-store-pin-property of configuration entry %s should contain the PIN needed to access the file-based key manager, but this property is not set |
| | | SEVERE_ERR_FILE_KEYMANAGER_CANNOT_DETERMINE_PIN_PROPERTY_51=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-key-store-pin-property in configuration entry %s: %s |
| | | INFO_FILE_KEYMANAGER_DESCRIPTION_PIN_ENVAR_52=Name der Umgebungsvariablen, die die f\u00fcr den Zugriff auf den dateibasierten Schl\u00fcsselmanager ben\u00f6tigte Klartext-PIN enth\u00e4lt. \u00c4nderungen an diesem Konfigurationsattribut treten beim n\u00e4chsten Zugriff auf den Schl\u00fcsselmanager in Kraft. |
| | | SEVERE_ERR_FILE_KEYMANAGER_PIN_ENVAR_NOT_SET_53=Environment variable %s which is specified in attribute ds-cfg-key-store-pin-environment-variable of configuration entry %s should contain the PIN needed to access the file-based key manager, but this property is not set |
| | | SEVERE_ERR_FILE_KEYMANAGER_CANNOT_DETERMINE_PIN_ENVAR_54=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-key-store-pin-environment-variable in configuration entry %s: %s |
| | | INFO_FILE_KEYMANAGER_DESCRIPTION_PIN_FILE_55=Pfad zu der Textdatei, deren einziger Inhalt eine einzelne Zeile mit der f\u00fcr den Zugriff auf den dateibasierten Schl\u00fcsselmanager ben\u00f6tigten Klartext-PIN sein sollte. \u00c4nderungen an diesem Konfigurationsattribut treten beim n\u00e4chsten Zugriff auf den Schl\u00fcsselmanager in Kraft. |
| | | SEVERE_ERR_FILE_KEYMANAGER_PIN_NO_SUCH_FILE_56=File %s specified in attribute ds-cfg-key-store-pin-file of configuration entry %s should contain the PIN needed to access the file-based key manager, but this file does not exist |
| | | SEVERE_ERR_FILE_KEYMANAGER_PIN_FILE_CANNOT_READ_57=An error occurred while trying to read the keystore PIN from file %s specified in configuration attribute ds-cfg-key-store-pin-file of configuration entry %s: %s |
| | | SEVERE_ERR_FILE_KEYMANAGER_PIN_FILE_EMPTY_58=File %s specified in attribute ds-cfg-key-store-pin-file of configuration entry %s should contain the PIN needed to access the file-based key manager, but this file is empty |
| | | SEVERE_ERR_FILE_KEYMANAGER_CANNOT_DETERMINE_PIN_FILE_59=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-key-store-pin-file in configuration entry %s: %s |
| | | SEVERE_ERR_FILE_KEYMANAGER_CANNOT_DETERMINE_PIN_FROM_ATTR_60=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-key-store-pin in configuration entry %s: %s |
| | | SEVERE_ERR_FILE_KEYMANAGER_NO_PIN_61=Configuration entry %s does not specify a means of determining the PIN needed to access the contents of the file-based key manager. The PIN may be specified in a Java property (named by attribute ds-cfg-key-store-pin-property), an environment variable (named by attribute ds-cfg-key-store-pin-environment-variable), a text file (named by attribute ds-cfg-key-store-pin-file), or directly in the entry using attribute ds-cfg-key-store-pin |
| | | SEVERE_ERR_FILE_KEYMANAGER_CANNOT_LOAD_62=An error occurred while trying to load the keystore contents from file %s: %s |
| | | SEVERE_ERR_FILE_KEYMANAGER_INVALID_TYPE_63=The keystore type %s specified in attribute ds-cfg-key-store-type of configuration entry %s is not valid: %s |
| | | INFO_FILE_KEYMANAGER_UPDATED_FILE_64=Der Wert des Attributs ds-cfg-key-store-file im Konfigurationseintrag %s wurde in %s aktualisiert. Der neue Wert tritt beim n\u00e4chsten Zugriff auf den Schl\u00fcsselmanager in Kraft. |
| | | INFO_FILE_KEYMANAGER_UPDATED_TYPE_65=Der Wert des Attributs ds-cfg-key-store-type im Konfigurationseintrag %s wurde in %s aktualisiert. Der neue Wert tritt beim n\u00e4chsten Zugriff auf den Schl\u00fcsselmanager in Kraft. |
| | | INFO_FILE_KEYMANAGER_UPDATED_PIN_66=Die f\u00fcr den Zugriff auf den dateibasierten Schl\u00fcsselmanager verwendete PIN wurde aktualisiert. Der neue Wert tritt beim n\u00e4chsten Zugriff auf den Schl\u00fcsselmanager in Kraft. |
| | | INFO_PKCS11_KEYMANAGER_DESCRIPTION_PIN_PROPERTY_67=Name der Java-Eigenschaft, die die f\u00fcr den Zugriff auf den PKCS#11-Schl\u00fcsselmanager ben\u00f6tigte Klartext-PIN enth\u00e4lt. \u00c4nderungen an diesem Konfigurationsattribut treten beim n\u00e4chsten Zugriff auf den Schl\u00fcsselmanager in Kraft. |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_PIN_PROPERTY_NOT_SET_68=Java property %s which is specified in attribute ds-cfg-key-store-pin-property of configuration entry %s should contain the PIN needed to access the PKCS#11 key manager, but this property is not set |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_CANNOT_DETERMINE_PIN_PROPERTY_69=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-key-store-pin-property in configuration entry %s: %s |
| | | INFO_PKCS11_KEYMANAGER_DESCRIPTION_PIN_ENVAR_70=Name der Umgebungsvariablen, die die f\u00fcr den Zugriff auf den PKCS#11-Schl\u00fcsselmanager ben\u00f6tigte Klartext-PIN enth\u00e4lt. \u00c4nderungen an diesem Konfigurationsattribut treten beim n\u00e4chsten Zugriff auf den Schl\u00fcsselmanager in Kraft. |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_PIN_ENVAR_NOT_SET_71=Environment variable %s which is specified in attribute ds-cfg-key-store-pin-environment-variable of configuration entry %s should contain the PIN needed to access the PKCS#11 key manager, but this property is not set |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_CANNOT_DETERMINE_PIN_ENVAR_72=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-key-store-pin-environment-variable in configuration entry %s: %s |
| | | INFO_PKCS11_KEYMANAGER_DESCRIPTION_PIN_FILE_73=Pfad zu der Textdatei, deren einziger Inhalt eine einzelne Zeile mit der f\u00fcr den Zugriff auf den PKCS#11-Schl\u00fcsselmanager ben\u00f6tigten Klartext-PIN sein sollte. \u00c4nderungen an diesem Konfigurationsattribut treten beim n\u00e4chsten Zugriff auf den Schl\u00fcsselmanager in Kraft. |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_PIN_NO_SUCH_FILE_74=File %s specified in attribute ds-cfg-key-store-pin-file of configuration entry %s should contain the PIN needed to access the PKCS#11 key manager, but this file does not exist |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_PIN_FILE_CANNOT_READ_75=An error occurred while trying to read the keystore PIN from file %s specified in configuration attribute ds-cfg-key-store-pin-file of configuration entry %s: %s |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_PIN_FILE_EMPTY_76=File %s specified in attribute ds-cfg-key-store-pin-file of configuration entry %s should contain the PIN needed to access the PKCS#11 key manager, but this file is empty |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_CANNOT_DETERMINE_PIN_FILE_77=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-key-store-pin-file in configuration entry %s: %s |
| | | INFO_PKCS11_KEYMANAGER_DESCRIPTION_PIN_ATTR_78=F\u00fcr den Zugriff auf den PKCS#11-Schl\u00fcsselmanager ben\u00f6tigte Klartext-PIN. \u00c4nderungen an diesem Konfigurationsattribut treten beim n\u00e4chsten Zugriff auf den Schl\u00fcsselmanager in Kraft. |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_CANNOT_DETERMINE_PIN_FROM_ATTR_79=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-key-store-pin in configuration entry %s: %s |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_NO_PIN_80=Configuration entry %s does not specify a means of determining the PIN needed to access the contents of the PKCS#11 key manager. The PIN may be specified in a Java property (named by attribute ds-cfg-key-store-pin-property), an environment variable (named by attribute ds-cfg-key-store-pin-environment-variable), a text file (named by attribute ds-cfg-key-store-pin-file), or directly in the entry using attribute ds-cfg-key-store-pin |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_CANNOT_LOAD_81=An error occurred while trying to access the PKCS#11 key manager: %s |
| | | INFO_PKCS11_KEYMANAGER_UPDATED_PIN_82=Die f\u00fcr den Zugriff auf den PKCS#11-Schl\u00fcsselmanager verwendete PIN wurde aktualisiert. Der neue Wert tritt beim n\u00e4chsten Zugriff auf den Schl\u00fcsselmanager in Kraft. |
| | | SEVERE_ERR_FILE_KEYMANAGER_CANNOT_CREATE_FACTORY_83=An error occurred while trying to create a key manager factory to access the contents of keystore file %s: %s |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_CANNOT_CREATE_FACTORY_84=An error occurred while trying to create a key manager factory to access the contents of the PKCS#11 keystore: %s |
| | | INFO_FILE_TRUSTMANAGER_DESCRIPTION_FILE_85=Pfad zur Datei mit den Trust-Speicherinformationen f\u00fcr Directory Server. \u00c4nderungen an diesem Konfigurationsattribut treten beim n\u00e4chsten Zugriff auf den Trust-Manager in Kraft. |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_NO_FILE_ATTR_86=The configuration entry %s that defines a file-based trust manager does not contain attribute ds-cfg-trust-store-file that should hold the path to the trust store file |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_NO_SUCH_FILE_87=The trust store file %s specified in attribute ds-cfg-trust-store-file of configuration entry %s does not exist |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_DETERMINE_FILE_88=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-trust-store-file in configuration entry %s: %s |
| | | INFO_FILE_TRUSTMANAGER_DESCRIPTION_TYPE_89=Schl\u00fcsselspeichertyp f\u00fcr den Directory Server-Trust-Speicher. G\u00fcltige Werte m\u00fcssen immer 'JKS' und 'PKCS12' enthalten, unterschiedliche Implementierungen k\u00f6nnen jedoch auch andere Werte zulassen. Ist kein Wert angegeben, wird der JVM-Standardwert verwendet. \u00c4nderungen an diesem Konfigurationsattribut treten beim n\u00e4chsten Zugriff auf den Trust-Manager in Kraft. |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_DETERMINE_TYPE_90=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-trust-store-type in configuration entry %s: %s |
| | | INFO_FILE_TRUSTMANAGER_DESCRIPTION_PIN_PROPERTY_91=Name der Java-Eigenschaft, die die f\u00fcr den Zugriff auf den dateibasierten Trust-Manager ben\u00f6tigte Klartext-PIN enth\u00e4lt. \u00c4nderungen an diesem Konfigurationsattribut treten beim n\u00e4chsten Zugriff auf den Trust-Manager in Kraft. |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_PIN_PROPERTY_NOT_SET_92=Java property %s which is specified in attribute ds-cfg-trust-store-pin-property of configuration entry %s should contain the PIN needed to access the file-based trust manager, but this property is not set |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_DETERMINE_PIN_PROPERTY_93=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-trust-store-pin-property in configuration entry %s: %s |
| | | INFO_FILE_TRUSTMANAGER_DESCRIPTION_PIN_ENVAR_94=Name der Umgebungsvariablen, die die f\u00fcr den Zugriff auf den dateibasierten Trust-Manager ben\u00f6tigte Klartext-PIN enth\u00e4lt. \u00c4nderungen an diesem Konfigurationsattribut treten beim n\u00e4chsten Zugriff auf den Trust-Manager in Kraft. |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_PIN_ENVAR_NOT_SET_95=Environment variable %s which is specified in attribute ds-cfg-trust-store-pin-environment-variable of configuration entry %s should contain the PIN needed to access the file-based trust manager, but this property is not set |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_DETERMINE_PIN_ENVAR_96=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-trust-store-pin-environment-variable in configuration entry %s: %s |
| | | INFO_FILE_TRUSTMANAGER_DESCRIPTION_PIN_FILE_97=Pfad zu der Textdatei, deren einziger Inhalt eine einzelne Zeile mit der f\u00fcr den Zugriff auf den dateibasierten Trust-Manager ben\u00f6tigten Klartext-PIN sein sollte. \u00c4nderungen an diesem Konfigurationsattribut treten beim n\u00e4chsten Zugriff auf den Trust-Manager in Kraft. |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_PIN_NO_SUCH_FILE_98=File %s specified in attribute ds-cfg-trust-store-pin-file of configuration entry %s should contain the PIN needed to access the file-based trust manager, but this file does not exist |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_PIN_FILE_CANNOT_READ_99=An error occurred while trying to read the trust store PIN from file %s specified in configuration attribute ds-cfg-trust-store-pin-file of configuration entry %s: %s |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_PIN_FILE_EMPTY_100=File %s specified in attribute ds-cfg-trust-store-pin-file of configuration entry %s should contain the PIN needed to access the file-based trust manager, but this file is empty |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_DETERMINE_PIN_FILE_101=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-trust-store-pin-file in configuration entry %s: %s |
| | | INFO_FILE_TRUSTMANAGER_DESCRIPTION_PIN_ATTR_102=F\u00fcr den Zugriff auf den dateibasierten Trust-Manager ben\u00f6tigte Klartext-PIN. \u00c4nderungen an diesem Konfigurationsattribut treten beim n\u00e4chsten Zugriff auf den Trust-Manager in Kraft. |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_DETERMINE_PIN_FROM_ATTR_103=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-trust-store-pin in configuration entry %s: %s |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_LOAD_104=An error occurred while trying to load the trust store contents from file %s: %s |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_CREATE_FACTORY_105=An error occurred while trying to create a trust manager factory to access the contents of trust store file %s: %s |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_INVALID_TYPE_106=The trust store type %s specified in attribute ds-cfg-trust-store-type of configuration entry %s is not valid: %s |
| | | INFO_FILE_TRUSTMANAGER_UPDATED_FILE_107=Der Wert des Attributs ds-cfg-trust-store-file im Konfigurationseintrag %s wurde in %s aktualisiert. Der neue Wert tritt beim n\u00e4chsten Zugriff auf den Trust-Manager in Kraft. |
| | | INFO_FILE_TRUSTMANAGER_UPDATED_TYPE_108=Der Wert des Attributs ds-cfg-trust-store-type im Konfigurationseintrag %s wurde in %s aktualisiert. Der neue Wert tritt beim n\u00e4chsten Zugriff auf den Trust-Manager in Kraft. |
| | | INFO_FILE_TRUSTMANAGER_UPDATED_PIN_109=Die f\u00fcr den Zugriff auf den dateibasierten Trust-Manager verwendete PIN wurde aktualisiert. Der neue Wert tritt beim n\u00e4chsten Zugriff auf den Trust-Manager in Kraft. |
| | | SEVERE_ERR_NULL_SECURITY_PROVIDER_READ_ERROR_110=An unexpected error occurred while attempting to read data from the client using the null connection security provider: %s |
| | | SEVERE_ERR_NULL_SECURITY_PROVIDER_WRITE_ERROR_111=An unexpected error occurred while attempting to write data to the client using the null connection security provider: %s |
| | | SEVERE_ERR_TLS_SECURITY_PROVIDER_CANNOT_INITIALIZE_112=An error occurred while attempting to initialize the SSL context for use in the TLS connection security provider: %s |
| | | SEVERE_ERR_TLS_SECURITY_PROVIDER_UNEXPECTED_UNWRAP_STATUS_113=An unexpected status result was returned to the TLS connection security provider when attempting to unwrap encrypted data read from the client: %s |
| | | SEVERE_ERR_TLS_SECURITY_PROVIDER_READ_ERROR_114=An unexpected error occurred while attempting to read data from the client using the TLS connection security provider: %s |
| | | SEVERE_ERR_TLS_SECURITY_PROVIDER_WRITE_NEEDS_UNWRAP_115=An attempt was made to write data to a client through the TLS connection security provider, but the SSL indicated that it was necessary to read data from the client in order to perform the SSL negotiation, but no data was available for reading. This is an unexpected condition, and it is not possible to continue processing on this client connection without the potential for blocking other client connections, so connection will be closed |
| | | SEVERE_ERR_TLS_SECURITY_PROVIDER_UNEXPECTED_WRAP_STATUS_116=An unexpected status result was returned to the TLS connection security provider when attempting to wrap clear-text data for writing to the client: %s |
| | | SEVERE_ERR_TLS_SECURITY_PROVIDER_WRITE_ERROR_117=An unexpected error occurred while attempting to write data to the client using the TLS connection security provider: %s |
| | | MILD_ERR_SEDCM_NO_PEER_CERTIFICATE_118=Die angegebene Zertifikatkette konnte keinem Benutzereintrag zugeordnet werden, da kein Peer-Zertifikat verf\u00fcgbar war. |
| | | MILD_ERR_SEDCM_PEER_CERT_NOT_X509_119=Die angegebene Zertifikatkette konnte keinem Benutzer zugeordnet werden, da es sich bei dem Peer-Zertifikat nicht um ein X.509-Zertifikat handelte. (Das Format des Peer-Zertifikats war %s.) |
| | | MILD_ERR_SEDCM_CANNOT_DECODE_SUBJECT_AS_DN_120=Die angegebene Zertifikatkette konnte keinem Benutzer zugeordnet werden, da der Peer-Zertifikatsbetreff "%s" nicht als LDAP-DN entschl\u00fcsselt werden konnte: %s |
| | | MILD_ERR_SEDCM_CANNOT_GET_ENTRY_121=Die angegebene Zertifikatkette konnte keinem Benutzer zugeordnet werden, da beim Versuch, den Benutzereintrag mit dem DN "%s" abzurufen, ein Fehler aufgetreten ist: %s |
| | | MILD_ERR_SEDCM_NO_USER_FOR_DN_122=Die angegebene Zertifikatkette konnte keinem Benutzer zugeordnet werden, da kein Benutzereintrag mit dem DN %s vorhanden ist. |
| | | MILD_ERR_SASLEXTERNAL_NO_CLIENT_CONNECTION_123=Die Verbindungsanforderung SASL EXTERNAL konnte nicht verarbeitet werden, da die zugeh\u00f6rige Verbindungsanforderung keinen Verweis auf die Client-Verbindung aufweist. |
| | | MILD_ERR_SASLEXTERNAL_NO_SECURITY_PROVIDER_124=Die Verbindungsanforderung SASL EXTERNAL konnte nicht verarbeitet werden, da die zugeh\u00f6rige Client-Verbindung keinen Sicherheitsanbieter aufweist. |
| | | MILD_ERR_SASLEXTERNAL_CLIENT_NOT_USING_TLS_PROVIDER_125=Die Verbindungsanforderung SASL EXTERNAL konnte nicht verarbeitet werden, da f\u00fcr die Client-Verbindung nicht der TLS-Sicherheitsanbieter (Client-Sicherheitsanbieter ist %s) verwendet wird. F\u00fcr Clients, auf denen die SASL EXTERNAL-Authentifizierung eingesetzt werden soll, muss der TLS-Sicherheitsanbieter verwendet werden. |
| | | MILD_ERR_SASLEXTERNAL_NO_CLIENT_CERT_126=Die Verbindungsanforderung SASL EXTERNAL konnte nicht verarbeitet werden, da der Client w\u00e4hrend der SSL/TLS-Aushandlung keine Zertifikatkette vorgelegt hat. |
| | | MILD_ERR_SASLEXTERNAL_NO_MAPPING_127=Die Verbindungsanforderung SASL EXTERNAL ist fehlgeschlagen, da die vom Client w\u00e4hrend der SSL/TLS-Aushandlung vorgelegte Zertifikatkette keinem Benutzereintrag in Directory Server zugeordnet werden konnte. |
| | | MILD_ERR_STARTTLS_NO_CLIENT_CONNECTION_128=StartTLS kann unter dieser Verbindung nicht verwendet werden, da die zugrunde liegende Client-Verbindung nicht verf\u00fcgbar ist. |
| | | MILD_ERR_STARTTLS_NOT_TLS_CAPABLE_129=StartTLS kann unter dieser Client-Verbindung nicht verwendet werden, da dieser Verbindungstyp die Verwendung von StartTLS zum Schutz der Kommunikation nicht erm\u00f6glicht. |
| | | MILD_ERR_STARTTLS_ERROR_ON_ENABLE_130=Beim Versuch, den Manager f\u00fcr die Sicherheit der TLS-Verbindung in der Client-Verbindung f\u00fcr StartTLS zu aktivieren, ist ein unerwarteter Fehler aufgetreten: %s |
| | | INFO_SASLEXTERNAL_DESCRIPTION_VALIDATION_POLICY_131=Gibt an, ob die Behandlungsroutine f\u00fcr den SASL EXTERNAL-Mechanismus versuchen soll, das Peer-Zertifikat anhand eines Zertifikats im Eintrag des entsprechenden Benutzers zu validieren. Folgende Werte sind m\u00f6glich: "true" (es wird immer versucht, das Zertifikat zu validieren, und wenn keine Zertifikate vorhanden sind, wird ein Fehler generiert, ), "false" (es wird nie versucht, das Peer-Zertifikat zu validieren) oder "ifpresent" (das Peer-Zertifikat wird validiert, wenn der Benutzereintrag mindestens ein Zertifikat enth\u00e4lt, wenn der Eintrag keine Zertifikate enth\u00e4lt, wird jedoch kein Fehler generiert). \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | SEVERE_ERR_SASLEXTERNAL_INVALID_VALIDATION_VALUE_132=Configuration entry %s has an invalid value %s for attribute ds-cfg-certificate-validation-policy. The value must be one of "always", "never", or "ifpresent" |
| | | SEVERE_ERR_SASLEXTERNAL_CANNOT_GET_VALIDATION_POLICY_133=An unexpected error occurred while attempting to determine the value of the ds-cfg-certificate-validation-policy attribute in configuration entry %s: %s |
| | | INFO_SASLEXTERNAL_DESCRIPTION_CERTIFICATE_ATTRIBUTE_134=Name des Attributs, das die Zertifikatinformationen in Benutzereintr\u00e4gen zu Validierungszwecken enthalten wird. Es muss der Name eines g\u00fcltigen Attributtyps angegeben werden, der im Serverschema definiert ist. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | SEVERE_ERR_SASLEXTERNAL_CANNOT_GET_CERT_ATTR_135=An unexpected error occurred while attempting to determine the value of the ds-cfg-certificate-attribute attribute in configuration entry %s: %s |
| | | SEVERE_ERR_SASLEXTERNAL_UNKNOWN_CERT_ATTR_136=The attribute %s referenced in configuration attribute ds-cfg-certificate-attribute in configuration entry %s does not exist in the Directory Server schema. The attribute that is to be used for certificate validation during SASL EXTERNAL authentication must be defined in the server schema |
| | | MILD_ERR_SASLEXTERNAL_NO_CERT_IN_ENTRY_137=Die Authentifizierung \u00fcber SASL EXTERNAL ist nicht m\u00f6glich, da der zugeordnete Benutzereintrag %s keine Zertifikate aufweist, mit denen das vorgelegte Peer-Zertifikat verifiziert werden kann. |
| | | MILD_ERR_SASLEXTERNAL_PEER_CERT_NOT_FOUND_138=Die Authentifizierung \u00fcber SASL EXTERNAL ist nicht m\u00f6glich, da der zugeordnete Benutzereintrag %s nicht das vom Client vorgelegte Peer-Zertifikat enthielt. |
| | | MILD_ERR_SASLEXTERNAL_CANNOT_VALIDATE_CERT_139=Beim Versuch, das vom Client vorgelegte Peer-Zertifikat mit einem Zertifikat aus dem Benutzereintrag %s zu validieren, ist ein Fehler aufgetreten: %s |
| | | INFO_SASLEXTERNAL_UPDATED_VALIDATION_POLICY_140=Das Attribut ds-cfg-certificate-validation-policy im Konfigurationseintrag %s wurde aktualisiert. Die neue Zertifikatvalidierungsrichtlinie f\u00fcr den Client ist %s. |
| | | INFO_SASLEXTERNAL_UPDATED_CERT_ATTR_141=Das Attribut ds-cfg-certificate-attribute im Konfigurationseintrag %s wurde aktualisiert. Bei der Validierung von Peer-Zertifikaten wird jetzt das Attribut %s verwendet. |
| | | INFO_SASLPLAIN_DESCRIPTION_USERNAME_ATTRIBUTE_142=Name des Attributs, mit dem Benutzereintr\u00e4ge basierend auf der w\u00e4hrend der SASL PLAIN-Authentifizierung angegebenen authcID/authzID identifiziert werden. Es muss der Name eines g\u00fcltigen Attributtyps angegeben werden, der im Serverschema definiert ist. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | SEVERE_ERR_SASLPLAIN_CANNOT_GET_USERNAME_ATTR_143=An unexpected error occurred while attempting to determine the value of the ds-cfg-user-name-attribute attribute in configuration entry %s: %s |
| | | SEVERE_ERR_SASLPLAIN_UNKNOWN_USERNAME_ATTR_144=The attribute %s referenced in configuration attribute ds-cfg-user-name-attribute in configuration entry %s does not exist in the Directory Server schema. The attribute that is to be used for username lookups during SASL PLAIN authentication must be defined in the server schema |
| | | INFO_SASLPLAIN_DESCRIPTION_USER_BASE_DN_145=Basis-DN, der bei der Suche nach Eintr\u00e4gen basierend auf der w\u00e4hrend der SASL PLAIN-Authentifizierung angegebenen authcID/authzID zu verwenden ist. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | SEVERE_ERR_SASLPLAIN_CANNOT_GET_USER_BASE_DN_146=An unexpected error occurred while attempting to determine the value of the ds-cfg-user-base-dn attribute in configuration entry %s: %s |
| | | MILD_ERR_SASLPLAIN_NO_SASL_CREDENTIALS_147=Bei einer SASL PLAIN-Authentifizierung m\u00fcssen SASL-Berechtigungsnachweise angegeben werden, die Verbindungsanforderung enthielt jedoch keine. |
| | | MILD_ERR_SASLPLAIN_NO_NULLS_IN_CREDENTIALS_148=Die SASL PLAIN-Verbindungsanforderung enthielt keine NULL-Zeichen. Autorisierungs-ID und Authentifizierungs-ID sowie Authentifizierungs-ID und Passwort m\u00fcssen jeweils durch NULL-Zeichen getrennt sein. |
| | | MILD_ERR_SASLPLAIN_NO_SECOND_NULL_149=Die Berechtigungsnachweise in der SASL PLAIN-Verbindungsanforderung enthielten kein zweites NULL-Zeichen, das als Trennzeichen zwischen der Authentifizierungs-ID und dem Passwort erforderlich ist. |
| | | MILD_ERR_SASLPLAIN_ZERO_LENGTH_AUTHCID_150=Die in der Verbindungsanforderung SASL PLAIN enthaltene Authentifizierungs-ID enthielt null Zeichen, was nicht zul\u00e4ssig ist. Bei der Authentifizierung mit SASL PLAIN sind leere Zeichenfolgen als Authentifizierungs-IDs unzul\u00e4ssig. |
| | | MILD_ERR_SASLPLAIN_ZERO_LENGTH_PASSWORD_151=Das in der Verbindungsanforderung SASL PLAIN enthaltene Passwort enthielt null Zeichen, was nicht zul\u00e4ssig ist. Bei der Authentifizierung mit SASL PLAIN sind leere Zeichenfolgen als Passw\u00f6rter unzul\u00e4ssig. |
| | | MILD_ERR_SASLPLAIN_CANNOT_DECODE_AUTHCID_AS_DN_152=Beim Versuch, die SASL PLAIN-Authentifizierungs-ID "%s" zu entschl\u00fcsseln, ist ein Fehler aufgetreten, da sie offenbar einen DN enthielt, die DN-Entschl\u00fcsselung jedoch fehlgeschlagen ist: %s |
| | | MILD_ERR_SASLPLAIN_AUTHCID_IS_NULL_DN_153=Bei der Authentifizierungs-ID in der Verbindungsanforderung SASL PLAIN handelt es sich offenbar um einen leeren DN. Dies ist nicht zul\u00e4ssig. |
| | | MILD_ERR_SASLPLAIN_CANNOT_GET_ENTRY_BY_DN_154=Beim Versuch, den Benutzereintrag %s wie in der DN-basierten Authentifizierungs-ID einer SASL PLAIN-Verbindungsanforderung angegeben abzurufen, ist ein Fehler aufgetreten: %s |
| | | MILD_ERR_SASLPLAIN_CANNOT_PERFORM_INTERNAL_SEARCH_155=Beim Versuch, eine interne Suche durchzuf\u00fchren, um den mit der SASL PLAIN-Authentifizierungs-ID %s verbundenen Benutzereintrag abzurufen, ist ein Fehler aufgetreten. Das Ergebnis dieser Suche war %s mit der Meldung %. |
| | | MILD_ERR_SASLPLAIN_MULTIPLE_MATCHING_ENTRIES_156=Die interne Suche zwecks Aufl\u00f6sung der SASL PLAIN-Authentifizierungs-ID %s hat mehrere \u00fcbereinstimmende Eintr\u00e4ge ergeben. Die Authentifizierung kann nur dann erfolgreich durchgef\u00fchrt werden, wenn die Authentifizierungs-ID nur einem Benutzereintrag zugeordnet ist. |
| | | MILD_ERR_SASLPLAIN_NO_MATCHING_ENTRIES_157=Der Server konnte keine Benutzereintr\u00e4ge f\u00fcr die angegebene Authentifizierungs-ID %s finden. |
| | | MILD_ERR_SASLPLAIN_NO_PW_ATTR_158=Die SASL PLAIN-Authentifizierung ist fehlgeschlagen, da der zugeordnete Benutzereintrag f\u00fcr das Attribut %s keine Werte enth\u00e4lt. |
| | | MILD_ERR_SASLPLAIN_UNKNOWN_STORAGE_SCHEME_159=Ein Passwort im Zielbenutzereintrag %s konnte nicht mit SASL PLAIN verarbeitet werden, da das Passwort das unbekannte Speicherschema %s aufweist. |
| | | MILD_ERR_SASLPLAIN_INVALID_PASSWORD_160=Das angegebene Passwort ist ung\u00fcltig. |
| | | INFO_SASLPLAIN_UPDATED_USERNAME_ATTR_161=Das Attribut ds-cfg-user-name-attribute im Konfigurationseintrag %s wurde aktualisiert. Das Attribut %s wird nun beim Nachschlagen von Benutzereintr\u00e4gen basierend auf ihrer authcID/authzID verwendet. |
| | | INFO_SASLPLAIN_UPDATED_USER_BASE_DN_162=Das Attribut ds-cfg-user-base-dn im Konfigurationseintrag %s wurde aktualisiert. Der DN % wird nun beim Nachschlagen von Benutzereintr\u00e4gen basierend auf ihrer authcID/authzID als Grundlage f\u00fcr die Suche verwendet. |
| | | INFO_SASLPLAIN_CANNOT_LOCK_ENTRY_163=Der Directory Server konnte f\u00fcr den Benutzereintrag %s keine Lesesperre erhalten, um ihn abrufen zu k\u00f6nnen. |
| | | MILD_ERR_SEDCM_CANNOT_LOCK_ENTRY_164=Der Directory Server konnte f\u00fcr den Benutzereintrag %s keine Lesesperre erhalten, um ihn abrufen zu k\u00f6nnen. |
| | | INFO_SASLANONYMOUS_TRACE_165=Der SASL ANONYMOUS-Verbindungsvorgang (conn=%d, op=%d) hat Verfolgungsinformationen ergeben: %s |
| | | SEVERE_ERR_SASLCRAMMD5_CANNOT_GET_MESSAGE_DIGEST_166=An unexpected error occurred while attempting to obtain an MD5 digest engine for use by the CRAM-MD5 SASL handler: %s |
| | | INFO_SASLCRAMMD5_DESCRIPTION_USERNAME_ATTRIBUTE_167=Name des Attributs, mit dem Benutzereintr\u00e4ge basierend auf dem w\u00e4hrend der SASL CRAM-MD5-Authentifizierung angegebenen Benutzernamen identifiziert werden. Es muss der Name eines g\u00fcltigen Attributtyps angegeben werden, der im Serverschema definiert ist. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | SEVERE_ERR_SASLCRAMMD5_CANNOT_GET_USERNAME_ATTR_168=An unexpected error occurred while attempting to determine the value of the ds-cfg-user-name-attribute attribute in configuration entry %s: %s |
| | | SEVERE_ERR_SASLCRAMMD5_UNKNOWN_USERNAME_ATTR_169=The attribute %s referenced in configuration attribute ds-cfg-user-name-attribute in configuration entry %s does not exist in the Directory Server schema. The attribute that is to be used for username lookups during SASL CRAM-MD5 authentication must be defined in the server schema |
| | | INFO_SASLCRAMMD5_DESCRIPTION_USER_BASE_DN_170=Basis-DN, der bei der Suche nach Eintr\u00e4gen basierend auf dem w\u00e4hrend der SASL CRAM-MD5-Authentifizierung angegebenen Benutzernamen zu verwenden ist. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | SEVERE_ERR_SASLCRAMMD5_CANNOT_GET_USER_BASE_DN_171=An unexpected error occurred while attempting to determine the value of the ds-cfg-user-base-dn attribute in configuration entry %s: %s |
| | | MILD_ERR_SASLCRAMMD5_NO_STORED_CHALLENGE_172=Die Verbindungsanforderung SASL CRAM-MD5 enthielt SASL-Berechtigungsnachweise, f\u00fcr diese Client-Verbindung ist jedoch keine Abfrage gespeichert. Die erste CRAM-MD5-Verbindungsanforderung in dem zweistufigen Prozess darf keine Client-SASL-Berechtigungsnachweise beinhalten. |
| | | MILD_ERR_SASLCRAMMD5_INVALID_STORED_CHALLENGE_173=Die Verbindungsanforderung SASL CRAM-MD5 enthielt SASL-Berechtigungsnachweise, die f\u00fcr diese Client-Verbindung gespeicherten SASL-Statusinformationen weisen jedoch nicht das korrekte Format f\u00fcr die Abfrage auf. |
| | | MILD_ERR_SASLCRAMMD5_NO_SPACE_IN_CREDENTIALS_174=Die Verbindungsanforderung SASL CRAM-MD5 vom Client enthielt SASL-Berechtigungsnachweise, Benutzername und Authentifizierungsverarbeitung waren jedoch nicht durch ein Leerzeichen getrennt. |
| | | MILD_ERR_SASLCRAMMD5_INVALID_DIGEST_LENGTH_175=Die Verbindungsanforderung SASL CRAM-MD5 enthielt SASL-Berechtigungsnachweise, die entschl\u00fcsselte Verarbeitungszeichenfolge wies jedoch die ung\u00fcltige L\u00e4nge %d Byte statt der f\u00fcr eine Hexadezimaldarstellung einer MD5-Verarbeitung erwarteten %d Byte auf. |
| | | MILD_ERR_SASLCRAMMD5_INVALID_DIGEST_CONTENT_176=Die Verbindungsanforderung SASL CRAM-MD5 enthielt SASL-Berechtigungsnachweise, die entschl\u00fcsselte Verarbeitung setzte sich jedoch nicht nur aus hexadezimalen Ziffern zusammen: %s |
| | | MILD_ERR_SASLCRAMMD5_CANNOT_DECODE_USERNAME_AS_DN_177=Beim Versuch, den SASL CRAM-MD5-Benutzernamen "%s" zu entschl\u00fcsseln, ist ein Fehler aufgetreten, da er offenbar einen DN enthielt, die DN-Entschl\u00fcsselung jedoch fehlgeschlagen ist: %s |
| | | MILD_ERR_SASLCRAMMD5_USERNAME_IS_NULL_DN_178=Bei dem Benutzernamen in der Verbindungsanforderung SASL CRAM-MD5 handelt es sich offenbar um einen leeren DN. Dies ist nicht zul\u00e4ssig. |
| | | INFO_SASLCRAMMD5_CANNOT_LOCK_ENTRY_179=Der Directory Server konnte f\u00fcr den Benutzereintrag %s keine Lesesperre erhalten, um ihn abrufen zu k\u00f6nnen. |
| | | MILD_ERR_SASLCRAMMD5_CANNOT_GET_ENTRY_BY_DN_180=Beim Versuch, den Benutzereintrag %s wie im DN-basierten Benutzernamen einer SASL CRAM-MD5-Verbindungsanforderung angegeben abzurufen, ist ein Fehler aufgetreten: %s |
| | | MILD_ERR_SASLCRAMMD5_ZERO_LENGTH_USERNAME_181=Der in der Verbindungsanforderung SASL CRAM-MD5 enthaltene Benutzername enthielt null Zeichen, was nicht zul\u00e4ssig ist. Bei der Authentifizierung mit CRAM-MD5 sind leere Zeichenfolgen als Benutzernamen unzul\u00e4ssig. |
| | | MILD_ERR_SASLCRAMMD5_CANNOT_PERFORM_INTERNAL_SEARCH_182=Beim Versuch, eine interne Suche durchzuf\u00fchren, um den mit dem SASL CRAM-MD5-Benutzernamen %s verbundenen Benutzereintrag abzurufen, ist ein Fehler aufgetreten. Das Ergebnis dieser Suche war %s mit der Meldung %s. |
| | | MILD_ERR_SASLCRAMMD5_MULTIPLE_MATCHING_ENTRIES_183=Die interne Suche zwecks Aufl\u00f6sung des SASL CRAM-MD5-Benutzernamens %s hat mehrere \u00fcbereinstimmende Eintr\u00e4ge ergeben. Die Authentifizierung kann nur dann erfolgreich durchgef\u00fchrt werden, wenn der Benutzername nur einem Benutzereintrag zugeordnet ist. |
| | | MILD_ERR_SASLCRAMMD5_NO_MATCHING_ENTRIES_184=Der Server konnte keine Benutzereintr\u00e4ge f\u00fcr den angegebenen Benutzernamen %s finden. |
| | | MILD_ERR_SASLCRAMMD5_NO_PW_ATTR_185=Die SASL CRAM-MD5-Authentifizierung ist fehlgeschlagen, da der zugeordnete Benutzereintrag f\u00fcr das Attribut %s keine Werte enth\u00e4lt. |
| | | MILD_ERR_SASLCRAMMD5_UNKNOWN_STORAGE_SCHEME_186=Ein Passwort im Zielbenutzereintrag %s konnte nicht mit SASL CRAM-MD5 verarbeitet werden, da das Passwort das unbekannte Speicherschema %s aufweist. |
| | | MILD_ERR_SASLCRAMMD5_CANNOT_GET_CLEAR_PASSWORD_187=Beim Versuch, das Klartextpasswort f\u00fcr den Benutzer %s aus dem Wert mit dem Speicherschema %s abzurufen, ist ein Fehler aufgetreten: %s |
| | | MILD_ERR_SASLCRAMMD5_INVALID_PASSWORD_188=Das angegebene Passwort ist ung\u00fcltig. |
| | | MILD_ERR_SASLCRAMMD5_NO_REVERSIBLE_PASSWORDS_189=Die Authentifizierung mit SASL CRAM-MD5 ist f\u00fcr Benutzer %s nicht m\u00f6glich, da keines der Passw\u00f6rter im Benutzereintrag in umkehrbarer Form gespeichert ist. |
| | | INFO_SASLCRAMMD5_UPDATED_USERNAME_ATTR_190=Das Attribut ds-cfg-user-name-attribute im Konfigurationseintrag %s wurde aktualisiert. Das Attribut %s wird nun beim Nachschlagen von Benutzereintr\u00e4gen basierend auf ihrem Benutzernamen verwendet. |
| | | INFO_SASLCRAMMD5_UPDATED_USER_BASE_DN_191=Das Attribut ds-cfg-user-base-dn im Konfigurationseintrag %s wurde aktualisiert. Der DN %s wird nun beim Nachschlagen von Benutzereintr\u00e4gen basierend auf ihrem Benutzernamen als Grundlage f\u00fcr die Suche verwendet. |
| | | SEVERE_ERR_SASLDIGESTMD5_CANNOT_GET_MESSAGE_DIGEST_192=An unexpected error occurred while attempting to obtain an MD5 digest engine for use by the DIGEST-MD5 SASL handler: %s |
| | | INFO_SASLDIGESTMD5_DESCRIPTION_USERNAME_ATTRIBUTE_193=Name des Attributs, mit dem Benutzereintr\u00e4ge basierend auf dem w\u00e4hrend der SASL DIGEST-MD5-Authentifizierung angegebenen Benutzernamen identifiziert werden. Es muss der Name eines g\u00fcltigen Attributtyps angegeben werden, der im Serverschema definiert ist. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | SEVERE_ERR_SASLDIGESTMD5_CANNOT_GET_USERNAME_ATTR_194=An unexpected error occurred while attempting to determine the value of the ds-cfg-user-name-attribute attribute in configuration entry %s: %s |
| | | SEVERE_ERR_SASLDIGESTMD5_UNKNOWN_USERNAME_ATTR_195=The attribute %s referenced in configuration attribute ds-cfg-user-name-attribute in configuration entry %s does not exist in the Directory Server schema. The attribute that is to be used for username lookups during SASL DIGEST-MD5 authentication must be defined in the server schema |
| | | INFO_SASLDIGESTMD5_DESCRIPTION_USER_BASE_DN_196=Basis-DN, der bei der Suche nach Eintr\u00e4gen basierend auf dem w\u00e4hrend der SASL DIGEST-MD5-Authentifizierung angegebenen Benutzernamen zu verwenden ist. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | SEVERE_ERR_SASLDIGESTMD5_CANNOT_GET_USER_BASE_DN_197=An unexpected error occurred while attempting to determine the value of the ds-cfg-user-base-dn attribute in configuration entry %s: %s |
| | | INFO_SASLDIGESTMD5_DESCRIPTION_REALM_198=Der vom Server f\u00fcr die Authentifizierung mit DIGEST-MD5 zu verwendende Bereich. Ist dieser nicht angegeben, verwendet der Server standardm\u00e4\u00dfig eine Reihe von Bereichsnamen, die den definierten Suffixen entsprechen. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | SEVERE_ERR_SASLDIGESTMD5_CANNOT_GET_REALM_199=An unexpected error occurred while attempting to determine the value of the ds-cfg-realm attribute in configuration entry %s: %s |
| | | SEVERE_WARN_SASLDIGESTMD5_CHALLENGE_TOO_LONG_200=The initial DIGEST-MD5 must be less than 2048 bytes, but the generated challenge was %d bytes |
| | | MILD_ERR_SASLDIGESTMD5_NO_CREDENTIALS_201=Die Client-Verbindung wies DIGEST-MD5-Statusinformationen auf, die darauf hinweisen, dass der Client im Begriff war, eine DIGEST-MD5-Verbindung herzustellen, die Verbindungsanforderung jedoch keine Berechtigungsnachweise enthielt. |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_STORED_STATE_202=Die Verbindungsanforderung SASL DIGEST-MD5 enthielt SASL-Berechtigungsnachweise, die f\u00fcr diese Client-Verbindung gespeicherten SASL-Statusinformationen weisen jedoch nicht das korrekte Format f\u00fcr die Abfrage auf. |
| | | SEVERE_WARN_SASLDIGESTMD5_CANNOT_PARSE_ISO_CREDENTIALS_203=An error occurred while attempting to parse the DIGEST-MD5 credentials as a string using the %s character set: %s. The server will re-try using UTF-8 |
| | | SEVERE_WARN_SASLDIGESTMD5_CANNOT_PARSE_UTF8_CREDENTIALS_204=An error occurred while attempting to parse the DIGEST-MD5 credentials as a string using the UTF-8 character set: %s |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_TOKEN_IN_CREDENTIALS_205=Die vom Client angegebenen DIGEST-MD5-Berechtigungsnachweise enthielten das ung\u00fcltige Token "%s", beginnend bei Position %d. |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_CHARSET_206=Die vom Client angegebenen DIGEST-MD5-Berechtigungsnachweise enthielten den ung\u00fcltigen Zeichensatz %s. F\u00fcr diesen Parameter wird nur der Wert 'utf-8' akzeptiert. |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_DECODE_REALM_AS_DN_207=Beim Versuch, den angegebenen Antwortbereich "%s" als DN zu analysieren, ist ein Fehler aufgetreten: %s |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_REALM_208=Die vom Client angegebenen DIGEST-MD5-Berechtigungsnachweise enthielten den ung\u00fcltigen Bereich "%s". |
| | | SEVERE_ERR_SASLDIGESTMD5_INVALID_NONCE_209=The DIGEST-MD5 credentials provided by the client included a nonce that was different from the nonce supplied by the server. This could indicate a replay attack or a chosen plaintext attack, and as a result the client connection will be terminated |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_DECODE_NONCE_COUNT_210=Die vom Client angegebenen DIGEST-MD5-Berechtigungsnachweise enthielten die Nonce-Anzahl "%s", die nicht als hexadezimal-codierte Ganzzahl entschl\u00fcsselt werden konnte. |
| | | SEVERE_ERR_SASLDIGESTMD5_CANNOT_DECODE_STORED_NONCE_COUNT_211=An unexpected error occurred while attempting to decode the nonce count stored by the server for this client connection: %s |
| | | SEVERE_ERR_SASLDIGESTMD5_INVALID_NONCE_COUNT_212=The DIGEST-MD5 credentials provided by the client included a nonce count that was different from the count expected by the server. This could indicate a replay attack, and as a result the client connection will be terminated |
| | | MILD_ERR_SASLDIGESTMD5_INTEGRITY_NOT_SUPPORTED_213=Der Client hat die Quality of Protection (QOP) auth-int angefordert, Directory Server unterst\u00fctzt derzeit jedoch den Integrit\u00e4tsschutz nicht. |
| | | MILD_ERR_SASLDIGESTMD5_CONFIDENTIALITY_NOT_SUPPORTED_214=Der Client hat die Quality of Protection (QOP) auth-conf angefordert, Directory Server unterst\u00fctzt derzeit jedoch den Vertraulichkeitsschutz nicht. |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_QOP_215=Die vom Client angegebenen DIGEST-MD5-Berechtigungsnachweise haben den ung\u00fcltigen Quality-of-Protection-Mechanismus %s angefordert. |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_PARSE_RESPONSE_DIGEST_216=Die vom Client angegebenen DIGEST-MD5-Berechtigungsnachweise enthielten eine Verarbeitung, die nicht als hexadezimal-codierte Byte-Sequenz entschl\u00fcsselt werden konnte: %s |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_RESPONSE_TOKEN_217=Die vom Client angegebenen DIGEST-MD5-Berechtigungsnachweise enthielten das ung\u00fcltige Token "%s". |
| | | MILD_ERR_SASLDIGESTMD5_NO_USERNAME_IN_RESPONSE_218=Die vom Client angegebenen DIGEST-MD5-Berechtigungsnachweise enthielten das erforderliche Token "username" nicht. |
| | | MILD_ERR_SASLDIGESTMD5_NO_NONCE_IN_RESPONSE_219=Die vom Client angegebenen DIGEST-MD5-Berechtigungsnachweise enthielten das erforderliche Token "nonce" nicht. |
| | | MILD_ERR_SASLDIGESTMD5_NO_CNONCE_IN_RESPONSE_220=Die vom Client angegebenen DIGEST-MD5-Berechtigungsnachweise enthielten das erforderliche Token "cnonce" nicht. |
| | | MILD_ERR_SASLDIGESTMD5_NO_NONCE_COUNT_IN_RESPONSE_221=Die vom Client angegebenen DIGEST-MD5-Berechtigungsnachweise enthielten das erforderliche Token "nc" nicht. |
| | | MILD_ERR_SASLDIGESTMD5_NO_DIGEST_IN_RESPONSE_223=Die vom Client angegebenen DIGEST-MD5-Berechtigungsnachweise enthielten das erforderliche Token "response" nicht. |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_DECODE_USERNAME_AS_DN_224=Beim Versuch, den SASL DIGEST-MD5-Benutzernamen "%s" zu entschl\u00fcsseln, ist ein Fehler aufgetreten, da er offenbar einen DN enthielt, die DN-Entschl\u00fcsselung jedoch fehlgeschlagen ist: %s |
| | | MILD_ERR_SASLDIGESTMD5_USERNAME_IS_NULL_DN_225=Bei dem Benutzernamen in der Verbindungsanforderung SASL DIGEST-MD5 handelt es sich offenbar um einen leeren DN. Dies ist nicht zul\u00e4ssig. |
| | | INFO_SASLDIGESTMD5_CANNOT_LOCK_ENTRY_226=Der Directory Server konnte f\u00fcr den Benutzereintrag %s keine Lesesperre erhalten, um ihn abrufen zu k\u00f6nnen. |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_GET_ENTRY_BY_DN_227=Beim Versuch, den Benutzereintrag %s wie im DN-basierten Benutzernamen einer SASL DIGEST-MD5-Verbindungsanforderung angegeben abzurufen, ist ein Fehler aufgetreten: %s |
| | | MILD_ERR_SASLDIGESTMD5_ZERO_LENGTH_USERNAME_228=Der in der Verbindungsanforderung SASL DIGEST-MD5 enthaltene Benutzername enthielt null Zeichen, was nicht zul\u00e4ssig ist. Bei der Authentifizierung mit DIGEST-MD5 sind leere Zeichenfolgen als Benutzernamen unzul\u00e4ssig. |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_PERFORM_INTERNAL_SEARCH_229=Beim Versuch, eine interne Suche durchzuf\u00fchren, um den mit dem SASL DIGEST-MD5-Benutzernamen %s verbundenen Benutzereintrag abzurufen, ist ein Fehler aufgetreten. Das Ergebnis dieser Suche war %s mit der Meldung %s. |
| | | MILD_ERR_SASLDIGESTMD5_MULTIPLE_MATCHING_ENTRIES_230=Die interne Suche zwecks Aufl\u00f6sung des SASL DIGEST-MD5-Benutzernamens %s hat mehrere \u00fcbereinstimmende Eintr\u00e4ge ergeben. Die Authentifizierung kann nur dann erfolgreich durchgef\u00fchrt werden, wenn der Benutzername nur einem Benutzereintrag zugeordnet ist. |
| | | MILD_ERR_SASLDIGESTMD5_NO_MATCHING_ENTRIES_231=Der Server konnte keine Benutzereintr\u00e4ge f\u00fcr den angegebenen Benutzernamen %s finden. |
| | | MILD_ERR_SASLDIGESTMD5_NO_PW_ATTR_232=Die SASL DIGEST-MD5-Authentifizierung ist fehlgeschlagen, da der zugeordnete Benutzereintrag f\u00fcr das Attribut %s keine Werte enth\u00e4lt. |
| | | MILD_ERR_SASLDIGESTMD5_UNKNOWN_STORAGE_SCHEME_233=Ein Passwort im Zielbenutzereintrag %s konnte nicht mit SASL DIGEST-MD5 verarbeitet werden, da das Passwort das unbekannte Speicherschema %s aufweist. |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_GET_CLEAR_PASSWORD_234=Beim Versuch, das Klartextpasswort f\u00fcr den Benutzer %s aus dem Wert mit dem Speicherschema %s abzurufen, ist ein Fehler aufgetreten: %s |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_CREDENTIALS_235=Die vom Client angegebenen DIGEST-MD5-Berechtigungsnachweise passen zu keinem der Kennw\u00f6rter f\u00fcr das verbundene Benutzerkonto. |
| | | MILD_ERR_SASLDIGESTMD5_NO_REVERSIBLE_PASSWORDS_236=Die Authentifizierung mit SASL DIGEST-MD5 ist f\u00fcr Benutzer %s nicht m\u00f6glich, da keines der Passw\u00f6rter im Benutzereintrag in umkehrbarer Form gespeichert ist. |
| | | SEVERE_WARN_SASLDIGESTMD5_CANNOT_GENERATE_RESPONSE_DIGEST_237=An error occurred while attempting to generate a server-side digest to compare with the client response: %s |
| | | SEVERE_ERR_SASLDIGESTMD5_CANNOT_GENERATE_RESPONSE_AUTH_DIGEST_238=An error occurred while trying to generate the response auth digest to include in the server SASL credentials: %s |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_CLOSING_QUOTE_POS_239=Die DIGEST-MD5-Antwortabfrage konnte nicht analysiert werden, da sie an Position %d ein ung\u00fcltiges Anf\u00fchrungszeichen enthielt. |
| | | INFO_SASLDIGESTMD5_UPDATED_USERNAME_ATTR_240=Das Attribut ds-cfg-user-name-attribute im Konfigurationseintrag %s wurde aktualisiert. Das Attribut %s wird nun beim Nachschlagen von Benutzereintr\u00e4gen basierend auf ihrem Benutzernamen verwendet. |
| | | INFO_SASLDIGESTMD5_UPDATED_USER_BASE_DN_241=Das Attribut ds-cfg-user-base-dn im Konfigurationseintrag %s wurde aktualisiert. Der DN % wird nun beim Nachschlagen von Benutzereintr\u00e4gen basierend auf ihrem Benutzernamen als Grundlage f\u00fcr die Suche verwendet. |
| | | INFO_SASLDIGESTMD5_UPDATED_NEW_REALM_242=Das Attribut ds-cfg-realm im Konfigurationseintrag %s wurde aktualisiert. Der Bereich "%s" wird jetzt vom Server in der Abfrageantwort angek\u00fcndigt. |
| | | INFO_SASLDIGESTMD5_UPDATED_NO_REALM_243=Das Attribut ds-cfg-realm im Konfigurationseintrag %s wurde aktualisiert. Die vom Server in der Abfrageantwort angek\u00fcndigten Bereiche entsprechen den DNs der Serversuffixe. |
| | | INFO_SASLGSSAPI_DESCRIPTION_USERNAME_ATTRIBUTE_244=Name des Attributs, mit dem Benutzereintr\u00e4ge basierend auf dem w\u00e4hrend der SASL GSSAPI-Authentifizierung angegebenen Benutzernamen identifiziert werden. Es muss der Name eines g\u00fcltigen Attributtyps angegeben werden, der im Serverschema definiert ist. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | SEVERE_ERR_SASLGSSAPI_CANNOT_GET_USERNAME_ATTR_245=An unexpected error occurred while attempting to determine the value of the ds-cfg-user-name-attribute attribute in configuration entry %s: %s |
| | | SEVERE_ERR_SASLGSSAPI_UNKNOWN_USERNAME_ATTR_246=The attribute %s referenced in configuration attribute ds-cfg-user-name-attribute in configuration entry %s does not exist in the Directory Server schema. The attribute that is to be used for username lookups during SASL GSSAPI authentication must be defined in the server schema |
| | | INFO_SASLGSSAPI_DESCRIPTION_USER_BASE_DN_247=Basis-DN, der bei der Suche nach Eintr\u00e4gen basierend auf dem w\u00e4hrend der SASL GSSAPI-Authentifizierung angegebenen Benutzernamen zu verwenden ist. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | SEVERE_ERR_SASLGSSAPI_CANNOT_GET_USER_BASE_DN_248=An unexpected error occurred while attempting to determine the value of the ds-cfg-user-base-dn attribute in configuration entry %s: %s |
| | | INFO_SASLGSSAPI_DESCRIPTION_SERVER_FQDN_249=Vollst\u00e4ndig qualifizierter Dom\u00e4nenname, der w\u00e4hrend der SASL GSSAPI-Authentifzierung f\u00fcr den Server zu verwenden ist. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | SEVERE_ERR_SASLGSSAPI_CANNOT_GET_SERVER_FQDN_250=An unexpected error occurred while attempting to determine the value of the ds-cfg-server-fqdn attribute in configuration entry %s: %s |
| | | INFO_SASLGSSAPI_UPDATED_USERNAME_ATTR_251=Das Attribut ds-cfg-user-name-attribute im Konfigurationseintrag %s wurde aktualisiert. Das Attribut %s wird nun beim Nachschlagen von Benutzereintr\u00e4gen basierend auf ihrem Benutzernamen verwendet. |
| | | INFO_SASLGSSAPI_UPDATED_USER_BASE_DN_252=Das Attribut ds-cfg-user-base-dn im Konfigurationseintrag %s wurde aktualisiert. Der DN %s wird nun beim Nachschlagen von Benutzereintr\u00e4gen basierend auf ihrem Benutzernamen als Grundlage f\u00fcr die Suche verwendet. |
| | | INFO_SASLGSSAPI_UPDATED_NEW_SERVER_FQDN_253=Das Attribut ds-cfg-server-fqdn im Konfigurationseintrag %s wurde aktualisiert. Der Wert "%s" wird jetzt bei der GSSAPI-Authentifizierung als vollst\u00e4ndig qualifizierter Dom\u00e4nenname des Directory Server verwendet. |
| | | INFO_SASLGSSAPI_UPDATED_NO_SERVER_FQDN_254=Das Attribut ds-cfg-server-fqdn im Konfigurationseintrag %s wurde aktualisiert. Der Directory Server versucht, seinen eigenen vollst\u00e4ndig qualifizierten Dom\u00e4nennamen zur Verwendung bei der GSSAPI-Authentifizierung zu bestimmen. |
| | | INFO_SASLGSSAPI_UNEXPECTED_CALLBACK_255=F\u00fcr den SASL-Server wurde ein unerwarteter R\u00fcckruf zur Verwendung bei der GSSAPI-Authentifizierung angegeben: %s |
| | | INFO_SASLGSSAPI_DESCRIPTION_KDC_ADDRESS_256=KDC-Adresse zur Verwendung bei der SASL GSSAPI-Authentifizierung. Wenn diese nicht konfiguriert ist, wird versucht, sie von der systemweiten Kerberos-Konfiguration abzurufen. \u00c4nderungen an diesem Konfigurationsattribut sind f\u00fcr nachfolgende Versuche, mit GSSAPI eine Verbindung herzustellen, bereits wirksam. |
| | | MILD_ERR_SASLGSSAPI_CANNOT_GET_KDC_ADDRESS_257=Beim Versuch, den Wert des Attributs ds-cfg-kdc-address im Konfigurationseintrag %s zu bestimmen, ist ein unerwarteter Fehler aufgetreten: %s |
| | | INFO_SASLGSSAPI_DESCRIPTION_REALM_258=Bei der SASL GSSAPI-Authentifizierung zu verwendender Standardbereich. Wenn dies nicht konfiguriert ist, wird versucht, die Angabe von der systemweiten Kerberos-Konfiguration abzurufen. \u00c4nderungen an diesem Konfigurationsattribut sind f\u00fcr nachfolgende Versuche, mit GSSAPI eine Verbindung herzustellen, bereits wirksam. |
| | | MILD_ERR_SASLGSSAPI_CANNOT_GET_REALM_259=An unexpected error occurred while attempting to determine the value of the ds-cfg-realm attribute in configuration entry %s: %s |
| | | MILD_ERR_SASLGSSAPI_NO_CLIENT_CONNECTION_260=Es war keine Client-Verbindung zur Verwendung f\u00fcr die Verarbeitung der GSSAPI-Verbindungsanforderung verf\u00fcgbar. |
| | | MILD_ERR_SASLGSSAPI_CANNOT_CREATE_SASL_SERVER_261=Beim Versuch, die SASL-Serverinstanz zur Verarbeitung der GSSAPI-Verbindungsanforderung zu erstellen, ist ein Fehler aufgetreten: %s |
| | | MILD_ERR_SASLGSSAPI_CANNOT_EVALUATE_RESPONSE_262=Beim Versuch, die vom Client in der GSSAPI-Verbindungsanforderung angegebene Abfrageantwort auszuwerten, ist ein Fehler aufgetreten: %s |
| | | MILD_ERR_SASLGSSAPI_NO_AUTHZ_ID_263=Die GSSAPI-Authentifizierung wurde offenbar abgeschlossen, es ist jedoch keine Autorisierungs-ID f\u00fcr die Zuordnung zu einem Verzeichnisbenutzer verf\u00fcgbar. |
| | | MILD_ERR_SASLGSSAPI_CANNOT_PERFORM_INTERNAL_SEARCH_264=Beim Versuch, eine interne Suche zwecks Zuordnung der GSSAPI-Autorisierungs-ID %s zu einem Directory Server-Benutzer durchzuf\u00fchren, ist ein Fehler aufgetreten (Ergebniscode %d, Fehlermeldung "%s"). |
| | | MILD_ERR_SASLGSSAPI_MULTIPLE_MATCHING_ENTRIES_265=F\u00fcr die GSSAPI-Autorisierungs-ID %s sind in Directory Server offenbar mehrere \u00dcbereinstimmungen vorhanden. |
| | | MILD_ERR_SASLGSSAPI_CANNOT_MAP_AUTHZID_266=Die GSSAPI-Autorisierungs-ID %s konnte keinem Benutzer in Directory Server zugeordnet werden. |
| | | INFO_SASLGSSAPI_UPDATED_KDC_267=Das Attribut ds-cfg-kdc-address im Konfigurationseintrag %s wurde aktualisiert. Der Wert "%s" wird jetzt bei der GSSAPI-Authentifizierung als Adresse des KDC verwendet. |
| | | INFO_SASLGSSAPI_UNSET_KDC_268=Das Attribut ds-cfg-kdc-address im Konfigurationseintrag %s wurde als Systemeigenschaft entfernt. Alle weiteren GSSAPI-Authentifizierungsversuche bestimmen die KDC-Adresse anhand der Kerberos-Konfiguration des zugrunde liegenden Betriebssystems. |
| | | INFO_SASLGSSAPI_UPDATED_REALM_269=Das Attribut ds-cfg-realm im Konfigurationseintrag %s wurde aktualisiert. Der Wert "%s" wird jetzt bei der GSSAPI-Authentifizierung als Standardbereich verwendet. |
| | | INFO_SASLGSSAPI_UNSET_REALM_270=Das Attribut ds-cfg-realm im Konfigurationseintrag %s wurde als Systemeigenschaft entfernt. Alle weiteren GSSAPI-Authentifizierungsversuche bestimmen den Standardbereich anhand der Kerberos-Konfiguration des zugrunde liegenden Betriebssystems. |
| | | MILD_ERR_SASLGSSAPI_CANNOT_CREATE_LOGIN_CONTEXT_271=Beim Versuch, den JAAS-Anmeldekontext f\u00fcr die GSSAPI-Authentifizierung zu erstellen, ist ein Fehler aufgetreten: %s |
| | | MILD_ERR_SASLGSSAPI_CANNOT_AUTHENTICATE_SERVER_272=Beim Versuch, die serverseitige Kerberos-Authentifizierung zur Unterst\u00fctzung eines GSSAPI-Verbindungsvorgangs durchzuf\u00fchren, ist ein Fehler aufgetreten: %s |
| | | INFO_SASLGSSAPI_DESCRIPTION_KEYTAB_FILE_273=Pfad zur Schl\u00fcsseltabellendatei mit dem geheimen Schl\u00fcssel f\u00fcr den Kerberos-Principal zur Verwendung bei der Verarbeitung der GSSAPI-Authentifizierung. Ist dieser nicht angegeben, wird die standardm\u00e4\u00dfige systemweite Schl\u00fcsseltabellendatei verwendet. \u00c4nderungen an diesem Konfigurationsattribut treten erst in Kraft, wenn die Behandlungsroutine f\u00fcr den GSSAPI SASL-Mechanismus deaktiviert und erneut aktiviert oder Directory Server neu gestartet wird. |
| | | MILD_ERR_SASLGSSAPI_CANNOT_GET_KEYTAB_FILE_274=Beim Versuch, den Wert des Attributs ds-cfg-keytab im Konfigurationseintrag %s zu bestimmen, ist ein unerwarteter Fehler aufgetreten: %s |
| | | SEVERE_ERR_SASLGSSAPI_CANNOT_CREATE_JAAS_CONFIG_275=An error occurred while attempting to write a temporary JAAS configuration file for use during GSSAPI processing: %s |
| | | SEVERE_ERR_SASLGSSAPI_DIFFERENT_AUTHID_AND_AUTHZID_276=The authentication ID %s was not equal to the authorization ID %s. This is not supported for GSSAPI authentication |
| | | SEVERE_ERR_EXTOP_WHOAMI_PROXYAUTH_INSUFFICIENT_PRIVILEGES_277=Sie verf\u00fcgen nicht \u00fcber ausreichende Berechtigungen, um die angen\u00e4herte Autorisierungssteuerung zu verwenden. |
| | | INFO_EXACTMAP_DESCRIPTION_MATCH_ATTR_298=Name oder OID des Attributs, dessen Wert genau mit der f\u00fcr diese Identit\u00e4tszuordnung angegebenen ID-Zeichenfolge \u00fcbereinstimmen soll. Es muss mindestens ein Wert angegeben werden. Alle Werte m\u00fcssen auf den Namen oder die OID eines im Directory Server-Schema definierten Attributtyps verweisen. Wenn mehrere Attributtypen oder OIDs angegeben sind, muss mindestens eines dieser Attribute den angegebenen Wert der ID-Zeichenfolge in genau einem Eintrag enthalten. |
| | | MILD_ERR_EXACTMAP_NO_MATCH_ATTR_299=Der Konfigurationseintrag %s weist keine Werte f\u00fcr das Attribut ds-cfg-match-attribute auf, mit dem angegeben wird, mithilfe welcher Attribute eine bestimmte ID-Zeichenfolge einem Benutzereintrag zugeordnet werden kann. |
| | | MILD_ERR_EXACTMAP_UNKNOWN_ATTR_300=Der Konfigurationseintrag %s enth\u00e4lt f\u00fcr das Attribut cfg-match-attribute den Wert %s, hierbei handelt es sich jedoch nicht um einen g\u00fcltigen Namen oder eine g\u00fcltige OID f\u00fcr einen im Directory Server-Schema definierten Attributtyp. |
| | | MILD_ERR_EXACTMAP_CANNOT_DETERMINE_MATCH_ATTR_301=Beim Versuch, den Wert des Attributs ds-cfg-match-attribute im Konfigurationseintrag %s zu verarbeiten, ist ein Fehler aufgetreten: %s |
| | | INFO_EXACTMAP_DESCRIPTION_SEARCH_BASE_302=Der bzw. die Basis-DNs, die f\u00fcr Suchvorg\u00e4nge zu verwenden sind, um die angegebene ID-Zeichenfolge einem Benutzereintrag zuzuordnen. Wenn keine Werte angegeben sind, wird die Root-DSE als Grundlage f\u00fcr die Suche verwendet. |
| | | MILD_ERR_EXACTMAP_CANNOT_DETERMINE_MATCH_BASE_303=Beim Versuch, den Wert des Attributs ds-cfg-match-base-dn im Konfigurationseintrag %s zu verarbeiten, ist ein Fehler aufgetreten: %s |
| | | INFO_EXACTMAP_UPDATED_MATCH_ATTRS_304=Der Attributsatz, der verwendet wird, um ID-Zeichenfolgen mit den im Attribut ds-cfg-match-attribute des Konfigurationseintrags %s enthaltenen Benutzereintr\u00e4gen abzugleichen, wurde aktualisiert. |
| | | INFO_EXACTMAP_UPDATED_MATCH_BASES_305=Der Satz von Basis-DNs f\u00fcr die Suche, der verwendet wird, um ID-Zeichenfolgen mit den im Attribut ds-cfg-match-base-dn des Konfigurationseintrags %s enthaltenen Benutzereintr\u00e4gen abzugleichen, wurde aktualisiert. |
| | | MILD_ERR_EXACTMAP_MULTIPLE_MATCHING_ENTRIES_306=ID-Zeichenfolge %s ist mehreren Benutzern zugeordnet. |
| | | MILD_ERR_EXACTMAP_INEFFICIENT_SEARCH_307=Die auf der ID-Zeichenfolge %s basierende interne Suche konnte nicht auf effiziente Weise verarbeitet werden: %s. \u00dcberpr\u00fcfen Sie die Serverkonfiguration daraufhin, ob alle verbundenen Backends f\u00fcr diesen Suchtyp ordnungsgem\u00e4\u00df konfiguriert sind. |
| | | MILD_ERR_EXACTMAP_SEARCH_FAILED_308=Beim Versuch, die ID-Zeichenfolge %s f\u00fcr einen Benutzereintrag aufzul\u00f6sen, ist ein interner Fehler aufgetreten: %s |
| | | INFO_SASLCRAMMD5_DESCRIPTION_IDENTITY_MAPPER_DN_309=Der DN des Konfigurationseintrags mit der Konfiguration f\u00fcr die Identit\u00e4tszuordnung, mit deren Hilfe der CRAM-MD5-Benutzername einem Directory Server-Benutzereintrag zugeordnet wird. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | MILD_ERR_SASLCRAMMD5_NO_IDENTITY_MAPPER_ATTR_310=Der Konfigurationseintrag %s enth\u00e4lt das Attribut ds-cfg-identity-mapper nicht, mit dem der DN der zusammen mit dem CRAM-MD5 SASL-Mechanismus zu verwendenden Identit\u00e4tszuordnung angegeben wird. Dies ist ein erforderliches Attribut. |
| | | MILD_ERR_SASLCRAMMD5_NO_SUCH_IDENTITY_MAPPER_311=Die im Attribut ds-cfg-identity-mapper des Konfigurationseintrags %s angegebene Identit\u00e4tszuordnung %s verweist auf keine g\u00fcltige Identit\u00e4tszuordnungskonfiguration, die zur Verwendung in Directory Server aktiviert ist. |
| | | MILD_ERR_SASLCRAMMD5_CANNOT_GET_IDENTITY_MAPPER_312=Beim Versuch, den Wert des Attributs ds-cfg-identity-mapper im Konfigurationseintrag %s zu verarbeiten, um die zusammen mit dem CRAM-MD5 SASL-Mechanismus zu verwendende Identit\u00e4tszuordnung zu bestimmen, ist ein Fehler aufgetreten: %s |
| | | MILD_ERR_SASLCRAMMD5_CANNOT_MAP_USERNAME_313=Beim Versuch, den Benutzernamen %s einem Directory Server-Eintrag zuzuordnen, ist ein Fehler aufgetreten: %s |
| | | INFO_SASLCRAMMD5_UPDATED_IDENTITY_MAPPER_314=Das Attribut ds-cfg-identity-mapper im Konfigurationseintrag %s wurde aktualisiert. Die im Konfigurationseintrag %s definierte Identit\u00e4tszuordnung wird jetzt bei der Verarbeitung von SASL CRAM-MD5-Verbindungsanforderungen zur Zuordnung von Benutzernamen zu Eintr\u00e4gen verwendet. |
| | | INFO_SASLDIGESTMD5_DESCRIPTION_IDENTITY_MAPPER_DN_315=Der DN des Konfigurationseintrags mit der Konfiguration f\u00fcr die Identit\u00e4tszuordnung, mit deren Hilfe der DIGEST-MD5-Benutzername einem Directory Server-Benutzereintrag zugeordnet wird. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | MILD_ERR_SASLDIGESTMD5_NO_IDENTITY_MAPPER_ATTR_316=Der Konfigurationseintrag %s enth\u00e4lt das Attribut ds-cfg-identity-mapper nicht, mit dem der DN der zusammen mit dem DIGEST-MD5 SASL-Mechanismus zu verwendenden Identit\u00e4tszuordnung angegeben wird. Dies ist ein erforderliches Attribut. |
| | | MILD_ERR_SASLDIGESTMD5_NO_SUCH_IDENTITY_MAPPER_317=Die im Attribut ds-cfg-identity-mapper des Konfigurationseintrags %2$s angegebene Identit\u00e4tszuordnung %1$s verweist auf keine g\u00fcltige Identit\u00e4tszuordnungskonfiguration, die zur Verwendung in Directory Server aktiviert ist. |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_GET_IDENTITY_MAPPER_318=Beim Versuch, den Wert des Attributs ds-cfg-identity-mapper im Konfigurationseintrag %s zu verarbeiten, um die zusammen mit dem DIGEST-MD5 SASL-Mechanismus zu verwendende Identit\u00e4tszuordnung zu bestimmen, ist ein Fehler aufgetreten: %s |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_MAP_USERNAME_319=Beim Versuch, den Benutzernamen %s einem Directory Server-Eintrag zuzuordnen, ist ein Fehler aufgetreten: %s |
| | | INFO_SASLDIGESTMD5_UPDATED_IDENTITY_MAPPER_320=Das Attribut ds-cfg-identity-mapper im Konfigurationseintrag %s wurde aktualisiert. Die im Konfigurationseintrag %s definierte Identit\u00e4tszuordnung wird jetzt bei der Verarbeitung von SASL DIGEST-MD5-Verbindungsanforderungen zur Zuordnung von Benutzernamen zu Eintr\u00e4gen verwendet. |
| | | INFO_SASLPLAIN_DESCRIPTION_IDENTITY_MAPPER_DN_321=Der DN des Konfigurationseintrags mit der Konfiguration f\u00fcr die Identit\u00e4tszuordnung, mit deren Hilfe der angegebene Benutzername einem Directory Server-Benutzereintrag zugeordnet wird. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | MILD_ERR_SASLPLAIN_NO_IDENTITY_MAPPER_ATTR_322=Der Konfigurationseintrag %s enth\u00e4lt das Attribut ds-cfg-identity-mapper nicht, mit dem der DN der zusammen mit dem PLAIN SASL-Mechanismus zu verwendenden Identit\u00e4tszuordnung angegeben wird. Dies ist ein erforderliches Attribut. |
| | | MILD_ERR_SASLPLAIN_NO_SUCH_IDENTITY_MAPPER_323=Die im Attribut ds-cfg-identity-mapper des Konfigurationseintrags %2$s angegebene Identit\u00e4tszuordnung %1$s verweist auf keine g\u00fcltige Identit\u00e4tszuordnungskonfiguration, die zur Verwendung in Directory Server aktiviert ist. |
| | | MILD_ERR_SASLPLAIN_CANNOT_GET_IDENTITY_MAPPER_324=Beim Versuch, den Wert des Attributs ds-cfg-identity-mapper im Konfigurationseintrag %s zu verarbeiten, um die zusammen mit dem PLAIN SASL-Mechanismus zu verwendende Identit\u00e4tszuordnung zu bestimmen, ist ein Fehler aufgetreten: %s |
| | | MILD_ERR_SASLPLAIN_CANNOT_MAP_USERNAME_325=Beim Versuch, den Benutzernamen %s einem Directory Server-Eintrag zuzuordnen, ist ein Fehler aufgetreten: %s |
| | | INFO_SASLPLAIN_UPDATED_IDENTITY_MAPPER_326=Das Attribut ds-cfg-identity-mapper im Konfigurationseintrag %s wurde aktualisiert. Die im Konfigurationseintrag %s definierte Identit\u00e4tszuordnung wird jetzt bei der Verarbeitung von SASL PLAIN-Verbindungsanforderungen zur Zuordnung von Benutzernamen zu Eintr\u00e4gen verwendet. |
| | | MILD_ERR_EXTOP_CANCEL_NO_REQUEST_VALUE_327=Die Abbruchanforderung kann nicht verarbeitet werden, da der erweiterte Vorgang keinen Anforderungswert beinhaltet. |
| | | MILD_ERR_EXTOP_CANCEL_CANNOT_DECODE_REQUEST_VALUE_328=Beim Versuch, den Wert der erweiterten Abbruchanforderung zu entschl\u00fcsseln, ist ein Fehler aufgetreten: %s |
| | | INFO_EXTOP_CANCEL_REASON_329=Die Verarbeitung dieses Vorgangs wurde aufgrund des Eingangs einer Abbruchanforderung (Meldungs-ID %d) beendet. |
| | | MILD_ERR_PWSCHEME_DOES_NOT_SUPPORT_AUTH_PASSWORD_330=Passwort-Speicherschema %s unterst\u00fctzt die Verwendung mit der Syntax f\u00fcr das Authentifizierungspasswort-Attribut nicht. |
| | | INFO_PWLENGTHVALIDATOR_DESCRIPTION_MIN_LENGTH_331=Anzahl der Zeichen, die ein Passwort mindestens aufweisen muss. Ist der Wert null, gibt es keine Mindestl\u00e4nge. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | MILD_ERR_PWLENGTHVALIDATOR_CANNOT_DETERMINE_MIN_LENGTH_332=Beim Versuch, die geringste zul\u00e4ssige Passwortl\u00e4nge anhand des Attributs ds-cfg-min-password-length zu bestimmen, ist ein Fehler aufgetreten: %s |
| | | INFO_PWLENGTHVALIDATOR_DESCRIPTION_MAX_LENGTH_333=Anzahl der Zeichen, die ein Passwort h\u00f6chstens aufweisen darf. Ist der Wert null, gibt es keine H\u00f6chstl\u00e4nge. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | MILD_ERR_PWLENGTHVALIDATOR_CANNOT_DETERMINE_MAX_LENGTH_334=Beim Versuch, die maximal zul\u00e4ssige Passwortl\u00e4nge anhand des Attributs ds-cfg-max-password-length zu bestimmen, ist ein Fehler aufgetreten: %s |
| | | MILD_ERR_PWLENGTHVALIDATOR_MIN_GREATER_THAN_MAX_335=Die konfigurierte minimale Passwortl\u00e4nge von %d Zeichen ist gr\u00f6\u00dfer als die konfigurierte maximale Passwortl\u00e4nge von %d Zeichen. |
| | | MILD_ERR_PWLENGTHVALIDATOR_TOO_SHORT_336=Das angegebene Passwort ist k\u00fcrzer als die minimal zul\u00e4ssige L\u00e4nge von %d Zeichen. |
| | | MILD_ERR_PWLENGTHVALIDATOR_TOO_LONG_337=Das angegebene Passwort ist l\u00e4nger als die maximal zul\u00e4ssige L\u00e4nge von %d Zeichen. |
| | | INFO_PWLENGTHVALIDATOR_UPDATED_MIN_LENGTH_338=Die minimale Passwortl\u00e4nge wurde in %d Zeichen ge\u00e4ndert. |
| | | INFO_PWLENGTHVALIDATOR_UPDATED_MAX_LENGTH_339=Die maximale Passwortl\u00e4nge wurde in %d Zeichen ge\u00e4ndert. |
| | | INFO_RANDOMPWGEN_DESCRIPTION_CHARSET_340=Zeichens\u00e4tze, die zur Generierung von Passw\u00f6rtern zu verwenden sind. Jeder Zeichensatz muss einen (ausschlie\u00dflich aus ASCII-Buchstaben bestehenden) Namen aufweisen, auf den unmittelbar ein Doppelpunkt und die Zeichen folgen, die der Zeichensatz enthalten soll. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | MILD_ERR_RANDOMPWGEN_NO_CHARSETS_341=Der Konfigurationseintrag %s enth\u00e4lt das Attribut ds-cfg-password-character-set nicht, mit dem die Zeichen angegeben werden, die bei der Passwortgenerierung verwendet werden sollen. Dies ist ein erforderliches Attribut. |
| | | MILD_ERR_RANDOMPWGEN_CHARSET_NAME_CONFLICT_342=Konfigurationseintrag "%s" enth\u00e4lt mehrere Definitionen f\u00fcr den Zeichensatz %s. |
| | | MILD_ERR_RANDOMPWGEN_CANNOT_DETERMINE_CHARSETS_343=Beim Versuch, den Wert bzw. die Werte des Konfigurationsattributs ds-cfg-password-character-set zu entschl\u00fcsseln, das die zum Generieren von Passw\u00f6rtern zu verwendenden Zeichens\u00e4tze enth\u00e4lt, ist ein Fehler aufgetreten: %s |
| | | INFO_RANDOMPWGEN_DESCRIPTION_PWFORMAT_344=Format, das f\u00fcr die von diesem Passwortgenerator erzeugten Passw\u00f6rter verwendet werden sollte. Bei dem Wert muss es sich um eine kommagetrennte Folge von Elementen handeln. Jedes dieser Elemente entspricht dem Namen eines Zeichensatzes gefolgt von einem Doppelpunkt und der Anzahl der Zeichen, die nach dem Zufallsprinzip aus dem Zeichensatz ausgew\u00e4hlt werden. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | MILD_ERR_RANDOMPWGEN_NO_PWFORMAT_345=Der Konfigurationseintrag "%s" enth\u00e4lt das Attribut ds-cfg-password-format nicht, mit dem das f\u00fcr das generierte Passwort zu verwendende Format angegeben wird. Dies ist ein erforderliches Attribut. |
| | | MILD_ERR_RANDOMPWGEN_UNKNOWN_CHARSET_346=Die Passwort-Formatzeichenfolge "%s" verweist auf den nicht definierten Zeichensatz "%s". |
| | | MILD_ERR_RANDOMPWGEN_INVALID_PWFORMAT_347=Die Passwort-Formatzeichenfolge enth\u00e4lt eine ung\u00fcltige Syntax. Bei diesem Wert muss es sich um eine kommagetrennte Folge von Elementen handeln. Jedes dieser Elemente entspricht dem Namen eines Zeichensatzes gefolgt von einem Doppelpunkt und der Anzahl der Zeichen, die nach dem Zufallsprinzip aus dem Zeichensatz ausgew\u00e4hlt werden. |
| | | MILD_ERR_RANDOMPWGEN_CANNOT_DETERMINE_PWFORMAT_348=Beim Versuch, den Wert f\u00fcr das Konfigurationsattribut ds-cfg-password-format zu entschl\u00fcsseln, mit dem das Format f\u00fcr die generierten Passw\u00f6rter festgelegt wird, ist ein Fehler aufgetreten: %s |
| | | INFO_SASLGSSAPI_DESCRIPTION_IDENTITY_MAPPER_DN_349=Der DN des Konfigurationseintrags mit der Konfiguration f\u00fcr die Identit\u00e4tszuordnung, mit deren Hilfe der GSSAPI-Principal einem Directory Server-Benutzereintrag zugeordnet wird. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | MILD_ERR_SASLGSSAPI_NO_IDENTITY_MAPPER_ATTR_350=Der Konfigurationseintrag %s enth\u00e4lt das Attribut ds-cfg-identity-mapper nicht, mit dem der DN der zusammen mit dem GSSAPI SASL-Mechanismus zu verwendenden Identit\u00e4tszuordnung angegeben wird. Dies ist ein erforderliches Attribut. |
| | | MILD_ERR_SASLGSSAPI_NO_SUCH_IDENTITY_MAPPER_351=Die im Attribut ds-cfg-identity-mapper des Konfigurationseintrags %2$s angegebene Identit\u00e4tszuordnung %1$s verweist auf keine g\u00fcltige Identit\u00e4tszuordnungskonfiguration, die zur Verwendung in Directory Server aktiviert ist. |
| | | MILD_ERR_SASLGSSAPI_CANNOT_GET_IDENTITY_MAPPER_352=Beim Versuch, den Wert des Attributs ds-cfg-identity-mapper im Konfigurationseintrag %s zu verarbeiten, um die zusammen mit dem GSSAPI SASL-Mechanismus zu verwendende Identit\u00e4tszuordnung zu bestimmen, ist ein Fehler aufgetreten: %s |
| | | INFO_SASLGSSAPI_UPDATED_IDENTITY_MAPPER_353=Das Attribut ds-cfg-identity-mapper im Konfigurationseintrag %s wurde aktualisiert. Der Wert "%s" wird jetzt bei der GSSAPI-Authentifzierung als DN des Konfigurationseintrags f\u00fcr die Identit\u00e4tszuordnung verwendet. |
| | | MILD_ERR_EXTOP_PASSMOD_CANNOT_GET_PW_POLICY_354=Beim Versuch, die Passwortrichtlinie f\u00fcr den Benutzer %s abzurufen, ist ein Fehler aufgetreten: %s |
| | | MILD_ERR_EXTOP_PASSMOD_REQUIRE_CURRENT_PW_355=Das aktuelle Passwort muss f\u00fcr eigene Passwort\u00e4nderungen angegeben werden. |
| | | MILD_ERR_EXTOP_PASSMOD_SECURE_AUTH_REQUIRED_356=Passwort\u00e4nderungen, bei denen das aktuelle Passwort des Benutzers angegeben wird, m\u00fcssen \u00fcber einen sicheren Kommunikationskanal durchgef\u00fchrt werden. |
| | | MILD_ERR_EXTOP_PASSMOD_USER_PW_CHANGES_NOT_ALLOWED_357=Endbenutzer d\u00fcrfen ihre Passw\u00f6rter nicht \u00e4ndern. |
| | | MILD_ERR_EXTOP_PASSMOD_SECURE_CHANGES_REQUIRED_358=Passwort\u00e4nderungen m\u00fcssen \u00fcber einen sicheren Kommunikationskanal durchgef\u00fchrt werden. |
| | | MILD_ERR_EXTOP_PASSMOD_IN_MIN_AGE_359=Das Passwort kann nicht ge\u00e4ndert werden, da die vorherige Passwort\u00e4nderung noch nicht weit genug zur\u00fcckliegt. |
| | | MILD_ERR_EXTOP_PASSMOD_PASSWORD_IS_EXPIRED_360=Das Passwort kann nicht ge\u00e4ndert werden, da es abgelaufen ist. |
| | | MILD_ERR_EXTOP_PASSMOD_NO_PW_GENERATOR_361=Es wurde kein neues Passwort angegeben und kein Passwortgenerator definiert, mit dem automatisch ein neues Passwort erstellt werden k\u00f6nnte. |
| | | MILD_ERR_EXTOP_PASSMOD_CANNOT_GENERATE_PW_362=Beim Versuch, mit dem Passwortgenerator ein neues Passwort zu erstellen, ist ein Fehler aufgetreten: %s |
| | | MILD_ERR_EXTOP_PASSMOD_PRE_ENCODED_NOT_ALLOWED_363=Die Passwortrichtlinie gestattet es den Benutzern nicht, vorab verschl\u00fcsselte Passw\u00f6rter anzugeben. |
| | | MILD_ERR_EXTOP_PASSMOD_UNACCEPTABLE_PW_364=Das angegebene neue Passwort hat die auf dem Server definierten Validierungspr\u00fcfungen nicht bestanden: %s |
| | | MILD_ERR_EXTOP_PASSMOD_CANNOT_ENCODE_PASSWORD_365=Das angegebene Passwort kann nicht mit dem/den Standardschema(ta) verschl\u00fcsselt werden: %s |
| | | MILD_ERR_EXTOP_PASSMOD_NO_SUCH_ID_MAPPER_368=Die Identit\u00e4tszuordnung mit dem Konfigurationseintrags-DN %s, wie zur Verwendung bei der im Eintrag %s definierten erweiterten Passwort\u00e4nderung festgelegt, ist entweder nicht vorhanden oder nicht aktiviert. Die Identit\u00e4tszuordnung ist eine erforderliche Komponente, und die erweiterte Passwort\u00e4nderung wird nicht aktiviert. |
| | | MILD_ERR_EXTOP_PASSMOD_CANNOT_DETERMINE_ID_MAPPER_369=Beim Versuch, die Identit\u00e4tszuordnung zu bestimmen, die in Verbindung mit der im Konfigurationseintrag %s definierten erweiterten Passwort\u00e4nderung verwendet werden soll, ist ein Fehler aufgetreten: %s. Die erweiterte Passwort\u00e4nderung wird nicht zur Verwendung auf dem Server aktiviert. |
| | | MILD_ERR_EXTOP_PASSMOD_CANNOT_MAP_USER_370=Die angegebene Autorisierungs-ID-Zeichenfolge "%s" konnte keinem Benutzer im Verzeichnis zugeordnet werden. |
| | | MILD_ERR_EXTOP_PASSMOD_ERROR_MAPPING_USER_371=Beim Versuch, die Autorisierungs-ID-Zeichenfolge "%s" einem Benutzereintrag zuzuordnen, ist ein Fehler aufgetreten: %s |
| | | INFO_ERRORLOG_ACCTNOTHANDLER_DESCRIPTION_NOTIFICATION_TYPES_372=Benachrichtigungstypen f\u00fcr den Status, f\u00fcr die Protokollmeldungen generiert werden sollen. Es handelt sich um ein Attribut mit mehreren Werten, und \u00c4nderungen treten sofort in Kraft. |
| | | MILD_ERR_ERRORLOG_ACCTNOTHANDLER_INVALID_TYPE_373=Der Konfigurationseintrag %s enth\u00e4lt den unbekannten Benachrichtigungstyp f\u00fcr den Kontostatus %s. |
| | | MILD_ERR_ERRORLOG_ACCTNOTHANDLER_CANNOT_GET_NOTIFICATION_TYPES_374=Beim Versuch, die Benachrichtigungstypen f\u00fcr den Kontostatus aus Konfigurationseintrag %s zu bestimmen, ist ein Fehler aufgetreten: %s |
| | | NOTICE_ERRORLOG_ACCTNOTHANDLER_NOTIFICATION_375=Account-Status-Notification type='%s' userdn='%s' id=%d msg='%s' |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_GET_REVERSIBLE_PASSWORDS_376=Beim Versuch, die Klartextpassw\u00f6rter f\u00fcr Benutzer %s zwecks Durchf\u00fchrung der SASL DIGEST-MD5-Authentifizierung abzurufen, ist ein Fehler aufgetreten: %s |
| | | MILD_ERR_SASLCRAMMD5_CANNOT_GET_REVERSIBLE_PASSWORDS_377=Beim Versuch, die Klartextpassw\u00f6rter f\u00fcr Benutzer %s zwecks Durchf\u00fchrung der SASL CRAM-MD5-Authentifizierung abzurufen, ist ein Fehler aufgetreten: %s |
| | | MILD_ERR_SASLPLAIN_CANNOT_CHECK_PASSWORD_VALIDITY_378=Beim Versuch, das Passwort f\u00fcr den Benutzer %s w\u00e4hrend der SASL PLAIN-Authentifizierung zu verifizieren, ist ein Fehler aufgetreten: %s |
| | | MILD_ERR_STARTTLS_ERROR_SENDING_CLEAR_RESPONSE_379=Beim Versuch, nach dem Beginn der TLS-Aushandlung die Klartextantwort an den Client zu senden, ist ein Fehler aufgetreten: %s |
| | | MILD_WARN_EXTOP_PASSMOD_NOOP_380=Der Passwort\u00e4nderungsvorgang wurde nicht in Directory Server durchgef\u00fchrt, da die Anforderung die LDAP-NO-OP-Steuerung enthielt. |
| | | MILD_ERR_EXTOP_PASSMOD_ACCOUNT_DISABLED_381=Das Benutzerkonto wurde administrativ deaktiviert. |
| | | MILD_ERR_EXTOP_PASSMOD_ACCOUNT_LOCKED_382=Das Benutzerkonto ist gesperrt. |
| | | MILD_ERR_STATICMEMBERS_NO_SUCH_ENTRY_383=Eintrag %s kann nicht als potenzielles Mitglied der statischen Gruppe %s untersucht werden, da dieser Eintrag in Directory Server nicht vorhanden ist. |
| | | MILD_ERR_STATICMEMBERS_CANNOT_GET_ENTRY_384=Beim Versuch, Eintrag %s als potenzielles Mitglied der statischen Gruppe %s abzurufen, ist ein Fehler aufgetreten: %s |
| | | MILD_ERR_STATICGROUP_INVALID_OC_COMBINATION_385=Eintrag %s kann nicht als g\u00fcltige statische Gruppe analysiert werden, da statische Gruppen nicht sowohl die Objektklasse %s als auch %s aufweisen d\u00fcrfen. |
| | | MILD_ERR_STATICGROUP_NO_VALID_OC_386=Eintrag %s kann nicht als g\u00fcltige statische Gruppe analysiert werden, da er nicht genau eine der Objektklassen %s oder %s aufweist. |
| | | MILD_ERR_STATICGROUP_CANNOT_DECODE_MEMBER_VALUE_AS_DN_387=Wert %s f\u00fcr Attribut %s im Eintrag %s kann nicht als g\u00fcltiger DN analysiert werden: %s. Er wird aus der Reihe der Gruppenmitglieder ausgeschlossen. |
| | | MILD_ERR_STATICGROUP_ADD_MEMBER_ALREADY_EXISTS_388=Benutzer %s kann nicht als neues Mitglied der statischen Gruppe %s hinzugef\u00fcgt werden, da dieser Benutzer bereits in der Mitgliedsliste der Gruppe vorhanden ist. |
| | | MILD_ERR_STATICGROUP_REMOVE_MEMBER_NO_SUCH_MEMBER_389=Benutzer %s kann nicht als Mitglied der statischen Gruppe %s entfernt werden, da dieser Benutzer in der Mitgliedsliste der Gruppe nicht enthalten ist. |
| | | MILD_ERR_STATICGROUP_ADD_MEMBER_UPDATE_FAILED_390=Benutzer %s kann nicht als neues Mitglied der statischen Gruppe %s hinzugef\u00fcgt werden, da beim Versuch, eine interne \u00c4nderung zur Aktualisierung der Gruppe durchzuf\u00fchren, ein Fehler aufgetreten ist: %s |
| | | MILD_ERR_STATICGROUP_REMOVE_MEMBER_UPDATE_FAILED_391=Benutzer %s kann nicht als Mitglied der statischen Gruppe %s entfernt werden, da beim Versuch, eine interne \u00c4nderung zur Aktualisierung der Gruppe durchzuf\u00fchren, ein Fehler aufgetreten ist: %s |
| | | MILD_ERR_EXTOP_PASSMOD_INSUFFICIENT_PRIVILEGES_392=Sie verf\u00fcgen nicht \u00fcber die zum Zur\u00fccksetzen von Passw\u00f6rtern erforderlichen Berechtigungen. |
| | | MILD_ERR_SASLDIGESTMD5_EMPTY_AUTHZID_393=Die angegebene Autorisierungs-ID war leer, was bei der DIGEST-MD5-Authentifizierung nicht zul\u00e4ssig ist. |
| | | MILD_ERR_SASLDIGESTMD5_AUTHZID_INVALID_DN_394=Die angegebene Autorisierungs-ID %s enthielt einen ung\u00fcltigen DN: %s |
| | | MILD_ERR_SASLDIGESTMD5_AUTHZID_INSUFFICIENT_PRIVILEGES_395=Der Authentifizierungsbenutzer %s verf\u00fcgt nicht \u00fcber die zum Annehmen einer anderen Autorisierungsidentit\u00e4t erforderlichen Berechtigungen. |
| | | MILD_ERR_SASLDIGESTMD5_AUTHZID_NO_SUCH_ENTRY_396=Der als Autorisierungsidentit\u00e4t angegebene Eintrag %s existiert nicht. |
| | | MILD_ERR_SASLDIGESTMD5_AUTHZID_CANNOT_GET_ENTRY_397=Der als Autorisierungsidentit\u00e4t angegebene Eintrag %s konnte nicht abgerufen werden: %s |
| | | MILD_ERR_SASLDIGESTMD5_AUTHZID_NO_MAPPED_ENTRY_398=Der Server konnte keinen Eintrag finden, der der Autorisierungs-ID %s entspricht. |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_MAP_AUTHZID_399=Beim Versuch, die Autorisierungs-ID %s einem Benutzereintrag zuzuordnen, ist ein Fehler aufgetreten: %s |
| | | MILD_ERR_SASLPLAIN_AUTHZID_INVALID_DN_400=Die angegebene Autorisierungs-ID %s enthielt einen ung\u00fcltigen DN: %s |
| | | MILD_ERR_SASLPLAIN_AUTHZID_INSUFFICIENT_PRIVILEGES_401=Der Authentifizierungsbenutzer %s verf\u00fcgt nicht \u00fcber die zum Angeben einer alternativen Autorisierungs-ID ben\u00f6tigten Berechtigungen. |
| | | MILD_ERR_SASLPLAIN_AUTHZID_NO_SUCH_ENTRY_402=Der dem Autorisierungs-DN %s entsprechende Eintrag ist in Directory Server nicht vorhanden. |
| | | MILD_ERR_SASLPLAIN_AUTHZID_CANNOT_GET_ENTRY_403=Beim Versuch, den Eintrag %s, wie in der Autorisierungs-ID angegeben, abzurufen, ist ein Fehler aufgetreten: %s |
| | | MILD_ERR_SASLPLAIN_AUTHZID_NO_MAPPED_ENTRY_404=Auf dem Server wurde kein der Autorisierungs-ID entsprechender Eintrag gefunden. |
| | | MILD_ERR_SASLPLAIN_AUTHZID_CANNOT_MAP_AUTHZID_405=Beim Versuch, die Autorisierungs-ID %s einem Benutzereintrag zuzuordnen, ist ein Fehler aufgetreten: %s |
| | | INFO_SASLEXTERNAL_DESCRIPTION_CERT_MAPPER_DN_406=Der DN des Konfigurationseintrags, mit dem die f\u00fcr die Zuordnung eines Zertifikats zu einem Benutzereintrag zu verwendende Zertifikatszuordnung definiert wird. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | MILD_ERR_SASLEXTERNAL_NO_CERTIFICATE_MAPPER_DN_407=Konfigurationseintrag %s enth\u00e4lt das Attribut ds-cfg-certificate-mapper nicht, das erforderlich ist, um festzulegen, welche Zertifikatszuordnung zum Zuordnen von Zertifikaten zu Benutzereintr\u00e4gen verwendet werden soll. |
| | | MILD_ERR_SASLEXTERNAL_INVALID_CERTIFICATE_MAPPER_DN_408=Konfigurationseintrag %s enth\u00e4lt den Zertifikatszuordnungs-DN %s, diese Zertifikatszuordnung ist jedoch nicht zur Verwendung in Directory Server aktiviert. |
| | | MILD_ERR_SASLEXTERNAL_CANNOT_GET_CERT_MAPPER_DN_409=Beim Versuch, den Zertifikatszuordnungs-DN aus dem Konfigurationseintrag %s abzurufen, ist ein Fehler aufgetreten: %s |
| | | INFO_SASLEXTERNAL_UPDATED_CERT_MAPPER_DN_410=Das Attribut ds-cfg-certificate-mapper im Konfigurationseintrag %s wurde aktualisiert. Die Zertifikatszuordnung %s wird nun zum Zuordnen von Zertifikaten zu Benutzereintr\u00e4gen verwendet. |
| | | INFO_SDTUACM_DESCRIPTION_SUBJECT_ATTR_411=Name des Attributtyps in Benutzereintr\u00e4gen, der die Betreffs der Zertifikate des Benutzers enth\u00e4lt. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | SEVERE_ERR_SDTUACM_NO_SUBJECT_ATTR_412=Configuration entry %s does not contain required attribute %s, which is used to specify which attribute should contain the subjects of the certificates held by users |
| | | SEVERE_ERR_SDTUACM_NO_SUCH_ATTR_413=Configuration entry %s indicates that certificate subjects should be held in attribute %s, but this attribute is not defined in the server schema |
| | | SEVERE_ERR_SDTUACM_CANNOT_GET_SUBJECT_ATTR_414=An error occurred while attempting to determine which attribute type should be used to hold certificate subjects from configuration entry %s: %s |
| | | INFO_SDTUACM_DESCRIPTION_BASE_DN_415=Basis-DNs, unter denen die Suche nach \u00fcbereinstimmenden Benutzereintr\u00e4gen durchgef\u00fchrt wird. Sind keine Basis-DNs angegeben, sucht der Server unter allen \u00f6ffentlichen Namenskontexten. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | SEVERE_ERR_SDTUACM_CANNOT_GET_BASE_DN_416=An error occurred while attempting to determine the search base DN(s) from configuration entry %s: %s |
| | | SEVERE_ERR_SDTUACM_NO_PEER_CERTIFICATE_417=Die angegebene Zertifikatkette konnte keinem Benutzereintrag zugeordnet werden, da kein Peer-Zertifikat verf\u00fcgbar war. |
| | | SEVERE_ERR_SDTUACM_PEER_CERT_NOT_X509_418=Die angegebene Zertifikatkette konnte keinem Benutzer zugeordnet werden, da es sich bei dem Peer-Zertifikat nicht um ein X.509-Zertifikat handelte. (Das Format des Peer-Zertifikats war %s.) |
| | | SEVERE_ERR_SDTUACM_MULTIPLE_MATCHING_ENTRIES_419=The certificate with subject %s could not be mapped to exactly one user. It maps to both %s and %s |
| | | INFO_SATUACM_DESCRIPTION_ATTR_MAP_420=Name des Attributtyps in Benutzereintr\u00e4gen, mit dem die Zuordnung zwischen Attributen in Zertifikatsbetreffs und Attributen in Benutzereintr\u00e4gen definiert wird. Die Werte m\u00fcssen das Format 'certattr:userattr' aufweisen. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | SEVERE_ERR_SATUACM_NO_MAP_ATTR_421=Configuration entry %s does not contain required attribute %s, which is used to specify the mappings between attributes in certificate subjects and attributes in user entries |
| | | SEVERE_ERR_SATUACM_INVALID_MAP_FORMAT_422=Configuration entry %s has value '%s' which violates the format required for attribute mappings. The expected format is 'certattr:userattr' |
| | | SEVERE_ERR_SATUACM_DUPLICATE_CERT_ATTR_423=Configuration entry %s contains multiple mappings for certificate attribute %s |
| | | SEVERE_ERR_SATUACM_NO_SUCH_ATTR_424=Mapping %s in configuration entry %s references attribute %s which is not defined in the server schema |
| | | SEVERE_ERR_SATUACM_DUPLICATE_USER_ATTR_425=Configuration entry %s contains multiple mappings for user attribute %s |
| | | SEVERE_ERR_SATUACM_CANNOT_GET_ATTR_MAP_426=An error occurred while attempting to determine the set of attribute mappings from configuration entry %s: %s |
| | | INFO_SATUACM_DESCRIPTION_BASE_DN_427=Basis-DNs, unter denen die Suche nach \u00fcbereinstimmenden Benutzereintr\u00e4gen durchgef\u00fchrt wird. Sind keine Basis-DNs angegeben, sucht der Server unter allen \u00f6ffentlichen Namenskontexten. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | SEVERE_ERR_SATUACM_CANNOT_GET_BASE_DN_428=An error occurred while attempting to determine the search base DN(s) from configuration entry %s: %s |
| | | SEVERE_ERR_SATUACM_NO_PEER_CERTIFICATE_429=Die angegebene Zertifikatkette konnte keinem Benutzereintrag zugeordnet werden, da kein Peer-Zertifikat verf\u00fcgbar war. |
| | | SEVERE_ERR_SATUACM_PEER_CERT_NOT_X509_430=Die angegebene Zertifikatkette konnte keinem Benutzer zugeordnet werden, da es sich bei dem Peer-Zertifikat nicht um ein X.509-Zertifikat handelte. (Das Format des Peer-Zertifikats war %s.) |
| | | SEVERE_ERR_SATUACM_CANNOT_DECODE_SUBJECT_AS_DN_431=Unable to decode peer certificate subject %s as a DN: %s |
| | | SEVERE_ERR_SATUACM_NO_MAPPABLE_ATTRIBUTES_432=Peer certificate subject %s does not contain any attributes for which a mapping has been established |
| | | SEVERE_ERR_SATUACM_MULTIPLE_MATCHING_ENTRIES_433=The certificate with subject %s could not be mapped to exactly one user. It maps to both %s and %s |
| | | INFO_FCM_DESCRIPTION_FINGERPRINT_ATTR_434=Name des Attributtyps in Benutzereintr\u00e4gen, der die Fingerabdr\u00fccke der Zertifikate des Benutzers enth\u00e4lt. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | SEVERE_ERR_FCM_NO_FINGERPRINT_ATTR_435=Configuration entry %s does not contain required attribute %s, which is used to specify which attribute should contain the fingerprints of the certificates held by users |
| | | SEVERE_ERR_FCM_NO_SUCH_ATTR_436=Configuration entry %s indicates that certificate fingerprints should be held in attribute %s, but this attribute is not defined in the server schema |
| | | SEVERE_ERR_FCM_CANNOT_GET_FINGERPRINT_ATTR_437=An error occurred while attempting to determine which attribute type should be used to hold certificate fingerprints from configuration entry %s: %s |
| | | INFO_FCM_DESCRIPTION_FINGERPRINT_ALGORITHM_438=Name des Verarbeitungsalgorithmus, der f\u00fcr die Zertifikatfingerabdr\u00fccke verwendet wird. Der Wert muss entweder 'MD5' oder 'SHA1' lauten. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | SEVERE_ERR_FCM_NO_FINGERPRINT_ALGORITHM_439=Configuration entry %s does not contain required attribute %s, which is used to specify which digest algorithm should be used to compute certificate fingerprints |
| | | SEVERE_ERR_FCM_CANNOT_GET_FINGERPRINT_ALGORITHM_440=An error occurred while attempting to determine the digest algorithm from configuration entry %s: %s |
| | | INFO_FCM_DESCRIPTION_BASE_DN_441=Basis-DNs, unter denen die Suche nach \u00fcbereinstimmenden Benutzereintr\u00e4gen durchgef\u00fchrt wird. Sind keine Basis-DNs angegeben, sucht der Server unter allen \u00f6ffentlichen Namenskontexten. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | SEVERE_ERR_FCM_CANNOT_GET_BASE_DN_442=An error occurred while attempting to determine the search base DN(s) from configuration entry %s: %s |
| | | SEVERE_ERR_FCM_NO_PEER_CERTIFICATE_443=Die angegebene Zertifikatkette konnte keinem Benutzereintrag zugeordnet werden, da kein Peer-Zertifikat verf\u00fcgbar war. |
| | | SEVERE_ERR_FCM_PEER_CERT_NOT_X509_444=Die angegebene Zertifikatkette konnte keinem Benutzer zugeordnet werden, da es sich bei dem Peer-Zertifikat nicht um ein X.509-Zertifikat handelte. (Das Format des Peer-Zertifikats war %s.) |
| | | SEVERE_ERR_FCM_CANNOT_CALCULATE_FINGERPRINT_445=An error occurred while attempting to calculate the fingerprint for the peer certificate with subject %s: %s |
| | | SEVERE_ERR_FCM_MULTIPLE_MATCHING_ENTRIES_446=The certificate with fingerprint %s could not be mapped to exactly one user. It maps to both %s and %s |
| | | MILD_ERR_DYNAMICGROUP_CANNOT_DECODE_MEMBERURL_447=Wert "%s" in Eintrag "%s" kann nicht als LDAP-URL entschl\u00fcsselt werden: %s |
| | | MILD_ERR_DYNAMICGROUP_NESTING_NOT_SUPPORTED_448=Dynamische Gruppen unterst\u00fctzen keine geschachtelten Gruppen. |
| | | MILD_ERR_DYNAMICGROUP_ALTERING_MEMBERS_NOT_SUPPORTED_449=Dynamische Gruppen unterst\u00fctzen keine expliziten \u00c4nderungen der Mitgliedschaft. |
| | | MILD_WARN_DYNAMICGROUP_NONEXISTENT_BASE_DN_450=Der in der dynamischen Gruppe angegebene Basis-DN %s ist auf dem Server nicht vorhanden. |
| | | SEVERE_ERR_DYNAMICGROUP_INTERNAL_SEARCH_FAILED_451=An error occurred while attempting perform an internal search with base DN %s and filter %s to resolve the member list for dynamic group %s: result code %s, error message %s |
| | | SEVERE_ERR_DYNAMICGROUP_CANNOT_RETURN_ENTRY_452=The server encountered a timeout while attempting to add user %s to the member list for dynamic group %s |
| | | INFO_PWDIFFERENCEVALIDATOR_DESCRIPTION_MIN_DIFFERENCE_453=Unterschiede, die ein Passwort mindestens aufweisen muss. Ist der Wert null, gibt es keine mindestens erforderlichen Unterschiede. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | MILD_ERR_PWDIFFERENCEVALIDATOR_CANNOT_DETERMINE_MIN_DIFFERENCE_454=Beim Versuch, die mindestens erforderlichen Passwortunterschiede anhand des Attributs ds-cfg-min-password-difference zu bestimmen, ist ein Fehler aufgetreten: %s |
| | | INFO_PWDIFFERENCEVALIDATOR_UPDATED_MIN_DIFFERENCE_455=Die mindestens erforderlichen Passwortunterschiede wurden in %d ge\u00e4ndert. |
| | | MILD_ERR_PWDIFFERENCEVALIDATOR_TOO_SMALL_456=Das angegebene Passwort wurde um weniger als die mindestens erforderlichen %d Zeichen ge\u00e4ndert. |
| | | MILD_ERR_REPEATEDCHARS_VALIDATOR_TOO_MANY_CONSECUTIVE_457=Das angegebene Passwort enthielt zu viele aufeinanderfolgende Vorkommnisse desselben Zeichens. Dasselbe Zeichen darf in einem Passwort h\u00f6chstens %d Mal in Folge vorkommen. |
| | | MILD_ERR_UNIQUECHARS_VALIDATOR_NOT_ENOUGH_UNIQUE_CHARS_458=Das angegebene Passwort enth\u00e4lt nicht gen\u00fcgend eindeutige Zeichen. In einem Benutzerpasswort m\u00fcssen mindestens %d eindeutige Zeichen enthalten sein. |
| | | MILD_ERR_SUBSCHEMASUBENTRY_VATTR_NOT_SEARCHABLE_459=Das Attribut %s kann nicht durchsucht werden und darf nicht in ansonsten nicht indizierten Suchfiltern enthalten sein. |
| | | MILD_ERR_DICTIONARY_VALIDATOR_PASSWORD_IN_DICTIONARY_460=Das angegebene Passwort wurde im W\u00f6rterbuch des Servers gefunden. |
| | | MILD_ERR_DICTIONARY_VALIDATOR_NO_SUCH_FILE_461=Die angegebene W\u00f6rterbuchdatei % existiert nicht. |
| | | MILD_ERR_DICTIONARY_VALIDATOR_CANNOT_READ_FILE_462=Beim Versuch, die W\u00f6rterbuchdatei aus der Datei %s zu laden, ist ein Fehler aufgetreten: %s |
| | | MILD_ERR_ATTRVALUE_VALIDATOR_PASSWORD_IN_ENTRY_463=Das angegebene Passwort wurde im Benutzereintrag in einem anderen Attribut gefunden. |
| | | MILD_ERR_CHARSET_VALIDATOR_ILLEGAL_CHARACTER_464=Das angegebene Passwort enthielt das Zeichen '%s', das in Passw\u00f6rtern nicht zul\u00e4ssig ist. |
| | | MILD_ERR_CHARSET_VALIDATOR_TOO_FEW_CHARS_FROM_SET_465=Das angegebene Passwort enthielt zu wenige Zeichen aus dem Zeichensatz '%s'. Benutzerpassw\u00f6rter m\u00fcssen mindestens %d Zeichen aus diesem Zeichensatz enthalten. |
| | | MILD_ERR_CHARSET_VALIDATOR_NO_COLON_466=Die angegebene Zeichensatzdefinition '%s' ist ung\u00fcltig, weil sie keinen Doppelpunkt zur Trennung von Mindestanzahl und Zeichensatz enth\u00e4lt. |
| | | MILD_ERR_CHARSET_VALIDATOR_NO_CHARS_467=Die angegebene Zeichensatzdefinition '%s' ist ung\u00fcltig, weil der angegebene Zeichensatz leer ist. |
| | | MILD_ERR_CHARSET_VALIDATOR_INVALID_COUNT_468=Die angegebene Zeichensatzdefinition '%s' ist ung\u00fcltig, weil der Wert vor dem Doppelpunkt eine Ganzzahl gr\u00f6\u00dfer 0 sein muss. |
| | | MILD_ERR_CHARSET_VALIDATOR_DUPLICATE_CHAR_469=Die angegebene Zeichensatzdefinition '%s' ist ung\u00fcltig, weil sie das Zeichen '%s' enth\u00e4lt, das bereits verwendet wurde. |
| | | MILD_ERR_VIRTUAL_STATIC_GROUP_MULTIPLE_TARGETS_470=Die im Eintrag %s definierte virtuelle statische Gruppe enth\u00e4lt mehrere Zielgruppen-DNs, es ist jedoch nur einer zul\u00e4ssig. |
| | | MILD_ERR_VIRTUAL_STATIC_GROUP_CANNOT_DECODE_TARGET_471= "%s" kann nicht als Ziel-DN f\u00fcr die Gruppe %s entschl\u00fcsselt werden: %s |
| | | MILD_ERR_VIRTUAL_STATIC_GROUP_NO_TARGET_472=Die im Eintrag %s definierte virtuelle statische Gruppe enth\u00e4lt keine Zielgruppendefinition. |
| | | MILD_ERR_VIRTUAL_STATIC_GROUP_NESTING_NOT_SUPPORTED_473=Virtuelle statische Gruppen unterst\u00fctzen keine Schachtelung. |
| | | MILD_ERR_VIRTUAL_STATIC_GROUP_NO_TARGET_GROUP_474=Die Zielgruppe %s, auf die die virtuelle statische Gruppe %s verweist, existiert nicht. |
| | | MILD_ERR_VIRTUAL_STATIC_GROUP_ALTERING_MEMBERS_NOT_SUPPORTED_475=Die \u00c4nderung der Mitgliedschaft f\u00fcr die virtuelle statische Gruppe %s ist nicht zul\u00e4ssig. |
| | | MILD_ERR_VIRTUAL_STATIC_GROUP_TARGET_CANNOT_BE_VIRTUAL_476=Die virtuelle statische Gruppe %s verweist auf die Zielgruppe %s, die selbst eine virtuelle statische Gruppe ist. Eine virtuelle statische Gruppe darf nicht auf eine andere virtuelle statische Gruppe als Zielgruppe verweisen. |
| | | NOTICE_FSCACHE_RESTORE_484=Wiederherstellung des best\u00e4ndigen Eintragscache-Status wird gespeichert, dies kann einige Zeit in Anspruch nehmen. |
| | | NOTICE_FSCACHE_SAVE_485=Der Status des Eintragscache wird als best\u00e4ndig festgelegt, dies kann einige Zeit in Anspruch nehmen. |
| | | FATAL_ERR_FSCACHE_CANNOT_INITIALIZE_486=A fatal error occurred while trying to initialize file system entry cache: %s |
| | | SEVERE_ERR_FSCACHE_CANNOT_LOAD_PERSISTENT_DATA_487=An error occurred while trying to load persistent cache. Persistent cache will be flushed now |
| | | SEVERE_ERR_FSCACHE_CANNOT_STORE_PERSISTENT_DATA_488=An error occurred while trying to store persistent cache. Persistent cache will be flushed now |
| | | SEVERE_ERR_FSCACHE_CANNOT_STORE_ENTRY_489=Unable to store new cache entry in the file system entry cache |
| | | SEVERE_ERR_FSCACHE_CANNOT_RETRIEVE_ENTRY_490=Unable to retrieve an existing cache entry from the file system entry cache |
| | | SEVERE_ERR_FSCACHE_CANNOT_SET_JE_MEMORY_PCT_491=Internal error occurred while trying to set the entry cache backend internal cache size as percentage. The previous or default value will be used instead |
| | | SEVERE_ERR_FSCACHE_CANNOT_SET_JE_MEMORY_SIZE_492=Internal error occurred while trying to set the entry cache backend internal cache size in bytes. The previous or default value will be used instead |
| | | SEVERE_ERR_FSCACHE_CANNOT_SET_JE_PROPERTIES_493=Internal error occurred while trying to set the entry cache backend Berkeley DB JE properties: %s |
| | | FATAL_ERR_FSCACHE_HOMELESS_494=A fatal error occurred while trying to setup file system entry cache home. No suitable path can be found to host the cache home |
| | | SEVERE_WARN_FSCACHE_SET_PERMISSIONS_FAILED_495=Unable to set file permissions for the file system entry cache backend database directory %s |
| | | SEVERE_WARN_FSCACHE_OFFLINE_STATE_FAIL_496=%s backend current offline state does not match persistent cache last recorded offline state. All cached data for this backend is now discarded |
| | | NOTICE_FSCACHE_RESTORE_REPORT_497=%d best\u00e4ndige Cache-Eintr\u00e4ge in Eintragscache wiederhergestellt. |
| | | NOTICE_FSCACHE_SAVE_REPORT_498=%d Cache-Eintr\u00e4ge als best\u00e4ndig festgelegt. |
| | | NOTICE_FSCACHE_INDEX_NOT_FOUND_499=Es wurde kein vorheriger Status f\u00fcr best\u00e4ndigen Cache gefunden. Es wird ein leerer Cache verwendet. |
| | | SEVERE_ERR_FSCACHE_INDEX_IMPAIRED_500=The persistent cache index is inconsistent or damaged. Persistent cache will be flushed now |
| | | MILD_ERR_ENTRYUUID_VATTR_NOT_SEARCHABLE_501=Das Attribut %s kann nicht durchsucht werden und darf nicht in ansonsten nicht indizierten Suchfiltern enthalten sein. |
| | | SEVERE_ERR_PWPSTATE_EXTOP_NO_PRIVILEGE_502=You do not have sufficient privileges to use the password policy state extended operation |
| | | SEVERE_ERR_PWPSTATE_EXTOP_NO_REQUEST_VALUE_503=The provided password policy state extended request did not include a request value |
| | | SEVERE_ERR_PWPSTATE_EXTOP_DECODE_FAILURE_504=An unexpected error occurred while attempting to decode password policy state extended request value: %s |
| | | SEVERE_ERR_PWPSTATE_EXTOP_MULTIPLE_ENTRIES_505=Multiple entries were found with DN %s |
| | | SEVERE_ERR_PWPSTATE_EXTOP_INVALID_OP_ENCODING_506=An unexpected error occurred while attempting to decode an operation from the password policy state extended request: %s |
| | | SEVERE_ERR_PWPSTATE_EXTOP_NO_DISABLED_VALUE_507=No value was provided for the password policy state operation intended to set the disabled state for the user. Exactly one value (either 'true' or 'false') must be given |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_DISABLED_VALUE_COUNT_508=Multiple values were provided for the password policy state operation intended to set the disabled state for the user. Exactly one value (either 'true' or 'false') must be given |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_DISABLED_VALUE_509=The value provided for the password policy state operation intended to set the disabled state for the user was invalid. The value must be either 'true' or 'false' |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_ACCT_EXP_VALUE_COUNT_510=Multiple values were provided for the password policy state operation intended to set the account expiration time for the user. Exactly one value must be given |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_ACCT_EXP_VALUE_511=The value %s provided for the password policy state operation used to set the account expiration time was invalid: %s. The value should be specified using the generalized time format |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_PWCHANGETIME_VALUE_COUNT_512=Multiple values were provided for the password policy state operation intended to set the password changed time for the user. Exactly one value must be given |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_PWCHANGETIME_VALUE_513=The value %s provided for the password policy state operation used to set the password changed time was invalid: %s. The value should be specified using the generalized time format |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_PWWARNEDTIME_VALUE_COUNT_514=Multiple values were provided for the password policy state operation intended to set the password warned time for the user. Exactly one value must be given |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_PWWARNEDTIME_VALUE_515=The value %s provided for the password policy state operation used to set the password warned time was invalid: %s. The value should be specified using the generalized time format |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_ADD_FAILURE_TIME_COUNT_516=Multiple values were provided for the password policy state operation intended to add an authentication failure time for the user. Exactly one value must be given |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_AUTH_FAILURE_TIME_517=The value %s provided for the password policy state operation used to update the authentication failure times was invalid: %s. The value should be specified using the generalized time format |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_LAST_LOGIN_TIME_COUNT_518=Multiple values were provided for the password policy state operation intended to set the last login time for the user. Exactly one value must be given |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_LAST_LOGIN_TIME_519=The value %s provided for the password policy state operation used to set the last login time was invalid: %s. The value should be specified using the generalized time format |
| | | SEVERE_ERR_PWPSTATE_EXTOP_NO_RESET_STATE_VALUE_520=No value was provided for the password policy state operation intended to set the reset state for the user. Exactly one value (either 'true' or 'false') must be given |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_RESET_STATE_VALUE_COUNT_521=Multiple values were provided for the password policy state operation intended to set the reset state for the user. Exactly one value (either 'true' or 'false') must be given |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_RESET_STATE_VALUE_522=The value provided for the password policy state operation intended to set the reset state for the user was invalid. The value must be either 'true' or 'false' |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_ADD_GRACE_LOGIN_TIME_COUNT_523=Multiple values were provided for the password policy state operation intended to add a grace login use time for the user. Exactly one value must be given |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_GRACE_LOGIN_TIME_524=The value %s provided for the password policy state operation used to update the grace login use times was invalid: %s. The value should be specified using the generalized time format |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_REQUIRED_CHANGE_TIME_COUNT_525=Multiple values were provided for the password policy state operation intended to set the required change time for the user. Exactly one value must be given |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_REQUIRED_CHANGE_TIME_526=The value %s provided for the password policy state operation used to set the required change time was invalid: %s. The value should be specified using the generalized time format |
| | | SEVERE_ERR_PWPSTATE_EXTOP_UNKNOWN_OP_TYPE_527=The password policy state extended request included an operation with an invalid or unsupported operation type of %s |
| | | MILD_WARN_EXTOP_PASSMOD_CANNOT_UPDATE_PWP_STATE_528=Beim Versuch, die Statusinformationen zur Passwortrichtlinie f\u00fcr Benutzer %s im Rahmen einer erweiterten Passwort\u00e4nderung zu aktualisieren, ist ein Fehler aufgetreten (Ergebniscode='%s', Fehlermeldung='%s'). |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_DIGEST_URI_529=Die vom Client angegebenen DIGEST-MD5-Berechtigungsnachweise haben den ung\u00fcltigen Verarbeitungs-URI %s angefordert. Der erwartete Verarbeitungs-URI ist %s. |
| | | MILD_ERR_EXTOP_PASSMOD_PW_IN_HISTORY_530=Das angegebene neue Passwort ist bereits im Passwortverlauf enthalten. |
| | | MILD_ERR_SMTPALERTHANDLER_NO_SMTP_SERVERS_531=Directory Server ist nicht f\u00fcr SMTP-Server konfiguriert. Die SMTP-Behandlungsroutine f\u00fcr Warnungen kann nur verwendet werden, wenn Directory Server mit Informationen zu mindestens einem SMTP-Server konfiguriert ist. |
| | | SEVERE_WARN_SMTPALERTHANDLER_ERROR_SENDING_MESSAGE_532=An error occurred when trying to send an e-mail message for administrative alert with type %s and message %s: %s |
| | | MILD_ERR_REGEXMAP_INVALID_MATCH_PATTERN_533=Das angegebene \u00dcbereinstimmungsmuster "%s" konnte nicht als regul\u00e4rer Ausdruck analysiert werden: %s |
| | | MILD_ERR_REGEXMAP_UNKNOWN_ATTR_534=Der Konfigurationseintrag %s enth\u00e4lt f\u00fcr das Attribut cfg-match-attribute den Wert %s, hierbei handelt es sich jedoch nicht um einen g\u00fcltigen Namen oder eine g\u00fcltige OID f\u00fcr einen im Directory Server-Schema definierten Attributtyp. |
| | | MILD_ERR_REGEXMAP_MULTIPLE_MATCHING_ENTRIES_535=Die verarbeitete ID-Zeichenfolge %s ist mehreren Benutzern zugeordnet. |
| | | MILD_ERR_REGEXMAP_INEFFICIENT_SEARCH_536=Die auf der verarbeiteten ID-Zeichenfolge %s basierende interne Suche konnte nicht auf effiziente Weise verarbeitet werden: %s. \u00dcberpr\u00fcfen Sie die Serverkonfiguration daraufhin, ob alle verbundenen Backends f\u00fcr diesen Suchtyp ordnungsgem\u00e4\u00df konfiguriert sind. |
| | | MILD_ERR_REGEXMAP_SEARCH_FAILED_537=Beim Versuch, die verarbeitete ID-Zeichenfolge %s f\u00fcr einen Benutzereintrag aufzul\u00f6sen, ist ein interner Fehler aufgetreten: %s |
| | | MILD_ERR_STATICGROUP_ADD_NESTED_GROUP_ALREADY_EXISTS_538=Gruppe %s kann nicht als neue geschachtelte Gruppe der statischen Gruppe %s hinzugef\u00fcgt werden, da diese Gruppe bereits in der Liste der geschachtelten Gruppen der Gruppe enthalten ist. |
| | | MILD_ERR_STATICGROUP_REMOVE_NESTED_GROUP_NO_SUCH_GROUP_539=Gruppe %s kann nicht als geschachtelte Gruppe der statischen Gruppe %s entfernt werden, da diese Gruppe nicht in der Liste der geschachtelten Gruppen der Gruppe enthalten ist. |
| | | MILD_ERR_STATICGROUP_GROUP_INSTANCE_INVALID_540=Die Gruppeninstanz mit dem DN %s wurde gel\u00f6scht und ist nicht mehr g\u00fcltig. |
| | | MILD_ERR_NUMSUBORDINATES_VATTR_NOT_SEARCHABLE_541=Das Attribut %s kann nicht durchsucht werden und darf nicht in ansonsten nicht indizierten Suchfiltern enthalten sein. |
| | | MILD_ERR_HASSUBORDINATES_VATTR_NOT_SEARCHABLE_542=Das Attribut %s kann nicht durchsucht werden und darf nicht in ansonsten nicht indizierten Suchfiltern enthalten sein. |
| | | MILD_ERR_SMTP_ASNH_NO_MAIL_SERVERS_CONFIGURED_543=Die im Konfigurationseintrag %s definierte SMTP-Behandlungsroutine f\u00fcr Benachrichtigungen \u00fcber den Kontostatus kann nur aktiviert werden, wenn Directory Server \u00fcber Informationen zu mindestens einem SMTP-Server verf\u00fcgt. |
| | | MILD_ERR_SMTP_ASNH_NO_RECIPIENTS_544=Der Konfigurationseintrag '%s' f\u00fcr die SMTP-Behandlungsroutine f\u00fcr Benachrichtigungen \u00fcber den Kontostatus enth\u00e4lt keine E-Mail-Adressen-Attributtypen oder Empf\u00e4ngeradressen. Mindestens eines dieser beiden Elemente\u00b7muss angegeben werden. |
| | | MILD_ERR_SMTP_ASNH_SUBJECT_NO_COLON_545=Nachrichtenbetreffwert '%s' aus Konfigurationseintrag '%s' kann nicht analysiert werden, da der Wert keinen Doppelpunkt zur Trennung von Benachrichtigungstyp und Betreff aufweist. |
| | | MILD_ERR_SMTP_ASNH_SUBJECT_INVALID_NOTIFICATION_TYPE_546=Nachrichtenbetreffwert '%s' aus Konfigurationseintrag '%s' kann nicht analysiert werden, weil '%s' kein g\u00fcltiger Benachrichtigungstyp f\u00fcr den Kontostatus ist. |
| | | MILD_ERR_SMTP_ASNH_SUBJECT_DUPLICATE_TYPE_547=In den im Konfigurationseintrag '%s' enthaltenen Nachrichtenbetreff-Definitionen sind f\u00fcr Benachrichtigungstyp %s mehrere Betreffs definiert. |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_NO_COLON_548=Wert des Nachrichten-Vorlagendateipfads '%s' aus Konfigurationseintrag '%s' kann nicht analysiert werden, da der Wert keinen Doppelpunkt zur Trennung von Benachrichtigungstyp und Vorlagendateipfad aufweist. |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_INVALID_NOTIFICATION_TYPE_549=Wert des Nachrichten-Vorlagendateipfads '%s' aus Konfigurationseintrag '%s' kann nicht analysiert werden, weil '%s' kein g\u00fcltiger Benachrichtigungstyp f\u00fcr den Kontostatus ist. |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_DUPLICATE_TYPE_550=In den im Konfigurationseintrag '%s' enthaltenen Definitionen von Nachrichten-Vorlagendateipfaden sind f\u00fcr den Benachrichtigungstyp %s mehrere Vorlagendateipfade definiert. |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_NO_SUCH_FILE_551=Die Nachrichtenvorlagendatei '%s', auf die Konfigurationseintrag '%' verweist, existiert nicht. |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_UNCLOSED_TOKEN_552=Es wurde ein nicht geschlossenes Token gefunden, das in Spalte %d von Zeile %d beginnt. |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_UNDEFINED_ATTR_TYPE_553=Das Token notification-user-attr, das in Spalte %d von Zeile %d beginnt, verweist auf den nicht definierten Attributtyp %s. |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_UNDEFINED_PROPERTY_554=Das Token notification-property, das in Spalte %d von Zeile %d beginnt, verweist auf die nicht definierte Benachrichtigungseigenschaft %s. |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_UNRECOGNIZED_TOKEN_555=In Spalte %d von Zeile %d wurde ein unbekanntes Token %s gefunden. |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_CANNOT_PARSE_556=Beim Versuch, die Nachrichtenvorlagendatei '%s' zu analysieren, auf die der Konfigurationseintrag '%s' verweist, ist ein Fehler aufgetreten: %s |
| | | INFO_SMTP_ASNH_DEFAULT_SUBJECT_557=Benachrichtigung \u00fcber Status des Verzeichniskontos |
| | | SEVERE_ERR_SMTP_ASNH_CANNOT_SEND_MESSAGE_558=An error occurred while attempting to send an account status notification message for notification type %s for user entry %s: %s |
| | | SEVERE_ERR_PWSCHEME_CANNOT_ENCRYPT_559=An error occurred while trying to encrypt a value using password storage scheme %s: %s |
| | | SEVERE_ERR_PWSCHEME_CANNOT_DECRYPT_560=An error occurred while trying to decrypt a value using password storage scheme %s: %s |
| | | MILD_ERR_GET_SYMMETRIC_KEY_NO_VALUE_561=Der angegebene erweiterte Vorgang f\u00fcr den symmetrischen Schl\u00fcssel kann nicht entschl\u00fcsselt werden, da er keinen Wert aufweist. |
| | | MILD_ERR_GET_SYMMETRIC_KEY_INVALID_TYPE_562=Der angegebene erweiterte Vorgang f\u00fcr den symmetrischen Schl\u00fcssel kann nicht entschl\u00fcsselt werden, da die Wertfolge ein Element mit dem ung\u00fcltigen Typ %s aufweist. |
| | | MILD_ERR_GET_SYMMETRIC_KEY_ASN1_DECODE_EXCEPTION_563=Erweiterte Anforderung f\u00fcr symmetrischen Schl\u00fcssel kann nicht entschl\u00fcsselt werden: %s |
| | | MILD_ERR_GET_SYMMETRIC_KEY_DECODE_EXCEPTION_564=Beim Versuch, die Folge der erweiterten Anforderung f\u00fcr den symmetrischen Schl\u00fcssel zu entschl\u00fcsseln, ist ein unerwarteter Fehler aufgetreten: %s |
| | | SEVERE_ERR_EXACTMAP_ATTR_UNINDEXED_565=The exact match identity mapper defined in configuration entry %s references attribute type %s which is does not have an equality index defined in backend %s |
| | | SEVERE_ERR_REGEXMAP_ATTR_UNINDEXED_566=The regular expression identity mapper defined in configuration entry %s references attribute type %s which is does not have an equality index defined in backend %s |
| | | SEVERE_ERR_FCM_ATTR_UNINDEXED_567=The fingerprint certificate mapper defined in configuration entry %s references attribute type %s which is does not have an equality index defined in backend %s |
| | | SEVERE_WARN_SATUACM_ATTR_UNINDEXED_568=The subject attribute to user attribute certificate mapper defined in configuration entry %s references attribute type %s which is does not have an equality index defined in backend %s |
| | | SEVERE_ERR_SDTUACM_ATTR_UNINDEXED_569=The subject DN to user attribute certificate mapper defined in configuration entry %s references attribute type %s which is does not have an equality index defined in backend %s |
| | | |
| New file |
| | |
| | | # CDDL HEADER START |
| | | # |
| | | # The contents of this file are subject to the terms of the |
| | | # Common Development and Distribution License, Version 1.0 only |
| | | # (the "License"). You may not use this file except in compliance |
| | | # with the License. |
| | | # |
| | | # You can obtain a copy of the license at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE |
| | | # or https://OpenDS.dev.java.net/OpenDS.LICENSE. |
| | | # See the License for the specific language governing permissions |
| | | # and limitations under the License. |
| | | # |
| | | # When distributing Covered Code, include this CDDL HEADER in each |
| | | # file and include the License file at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, |
| | | # add the following below this CDDL HEADER, with the fields enclosed |
| | | # by brackets "[]" replaced with your own identifying information: |
| | | # Portions Copyright [yyyy] [name of copyright owner] |
| | | # |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2008 Sun Microsystems, Inc. |
| | | |
| | | |
| | | |
| | | # |
| | | # Global directives |
| | | # |
| | | global.category=EXTENSIONS |
| | | |
| | | # |
| | | # Format string definitions |
| | | # |
| | | # Keys must be formatted as follows: |
| | | # |
| | | # [SEVERITY]_[DESCRIPTION]_[ORDINAL] |
| | | # |
| | | # where: |
| | | # |
| | | # SEVERITY is one of: |
| | | # [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE] |
| | | # |
| | | # DESCRIPTION is an upper case string providing a hint as to the context of |
| | | # the message in upper case with the underscore ('_') character serving as |
| | | # word separator |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | SEVERE_ERR_PWSCHEME_CANNOT_INITIALIZE_MESSAGE_DIGEST_1=An error occurred while attempting to initialize the message digest generator for the %s algorithm: %s |
| | | MILD_ERR_PWSCHEME_CANNOT_BASE64_DECODE_STORED_PASSWORD_2=Se produjo un error al intentar descodificar en base64 el valor de la contrase\u00f1a %s: %s |
| | | MILD_ERR_PWSCHEME_NOT_REVERSIBLE_3=El esquema de almacenamiento de contrase\u00f1as %s no es reversible; por lo tanto, no es posible recuperar la versi\u00f3n en texto de una contrase\u00f1a codificada |
| | | MILD_ERR_JMX_ALERT_HANDLER_CANNOT_REGISTER_4=Se produjo un error al intentar registrar el controlador de avisos de JMX en el servidor MBean: %s |
| | | MILD_ERR_PWSCHEME_CANNOT_ENCODE_PASSWORD_5=Se produjo un error inesperado al intentar codificar una contrase\u00f1a mediante el esquema de almacenamiento definido en la clase %s: %s |
| | | SEVERE_ERR_CACHE_INVALID_INCLUDE_FILTER_6=The ds-cfg-include-filter attribute of configuration entry %s, which specifies a set of search filters that may be used to control which entries are included in the cache, has an invalid value of "%s": %s |
| | | SEVERE_ERR_CACHE_INVALID_EXCLUDE_FILTER_7=The ds-cfg-exclude-filter attribute of configuration entry %s, which specifies a set of search filters that may be used to control which entries are excluded from the cache, has an invalid value of "%s": %s |
| | | FATAL_ERR_FIFOCACHE_CANNOT_INITIALIZE_8=A fatal error occurred while trying to initialize fifo entry cache: %s |
| | | FATAL_ERR_SOFTREFCACHE_CANNOT_INITIALIZE_9=A fatal error occurred while trying to initialize soft reference entry cache: %s |
| | | NOTICE_CACHE_PRELOAD_PROGRESS_START_10=Iniciando la precarga de la cach\u00e9 de entradas para el servidor de fondo %s |
| | | NOTICE_CACHE_PRELOAD_PROGRESS_REPORT_11=La precarga de la cach\u00e9 de entradas para el servidor de fondo %s ha procesado %d entradas. Quedan %d MB de memoria de pila disponibles |
| | | NOTICE_CACHE_PRELOAD_PROGRESS_DONE_12=Se ha completado la precarga de la cach\u00e9 de entradas para el servidor de fondo %s con un total de %d entradas procesadas |
| | | SEVERE_WARN_CACHE_PRELOAD_INTERRUPTED_13=The entry cache preload for %s backend has been interrupted |
| | | SEVERE_WARN_CACHE_PRELOAD_BACKEND_FAILED_14=The entry cache preload is not supported by %s backend, and as a result no entries from this backend will be preloaded into the entry cache |
| | | SEVERE_ERR_CACHE_PRELOAD_ENTRY_FAILED_15=Failed to preload %s entry into the entry cache: %s |
| | | MILD_ERR_EXTOP_PASSMOD_ILLEGAL_REQUEST_ELEMENT_TYPE_32=La secuencia de la solicitud extendida de modificaci\u00f3n de la contrase\u00f1a inclu\u00eda un elemento ASN.1 de un tipo no v\u00e1lido: %s |
| | | MILD_ERR_EXTOP_PASSMOD_CANNOT_DECODE_REQUEST_33=Se produjo un error inesperado al intentar descodificar la secuencia de solicitud extendida de modificaci\u00f3n de la contrase\u00f1a: %s |
| | | MILD_ERR_EXTOP_PASSMOD_NO_AUTH_OR_USERID_34=No se puede procesar la solicitud extendida de modificaci\u00f3n de la contrase\u00f1a porque no contiene un ID de autorizaci\u00f3n y la conexi\u00f3n subyacente no est\u00e1 autenticada |
| | | SEVERE_ERR_EXTOP_PASSMOD_CANNOT_LOCK_USER_ENTRY_35=The password modify extended request cannot be processed because the server was unable to obtain a write lock on user entry %s after multiple attempts |
| | | MILD_ERR_EXTOP_PASSMOD_CANNOT_DECODE_AUTHZ_DN_36=No se puede procesar la solicitud extendida de modificaci\u00f3n de la contrase\u00f1a porque el servidor no puede descodificar "%s" como ND v\u00e1lido para su utilizaci\u00f3n en el ID de autorizaci\u00f3n de la operaci\u00f3n |
| | | MILD_ERR_EXTOP_PASSMOD_INVALID_AUTHZID_STRING_37=No se puede procesar la solicitud extendida de modificaci\u00f3n de la contrase\u00f1a porque conten\u00eda un campo no v\u00e1lido de identidad del usuario. La cadena de identidad del usuario proporcionada era "%s" |
| | | MILD_ERR_EXTOP_PASSMOD_NO_USER_ENTRY_BY_AUTHZID_38=No se puede procesar la solicitud extendida de modificaci\u00f3n de la contrase\u00f1a porque no fue posible identificar la entrada de usuario que se deb\u00eda actualizar en funci\u00f3n del ND de autorizaci\u00f3n de "%s" |
| | | MILD_ERR_EXTOP_PASSMOD_NO_DN_BY_AUTHZID_39=No se puede procesar la solicitud extendida de modificaci\u00f3n de la contrase\u00f1a porque el UID de autorizaci\u00f3n proporcionado de "%s" no coincide con ninguna de las entradas del directorio |
| | | MILD_ERR_EXTOP_PASSMOD_MULTIPLE_ENTRIES_BY_AUTHZID_40=No se puede procesar la solicitud extendida de modificaci\u00f3n de la contrase\u00f1a porque el UID de autorizaci\u00f3n proporcionado de "%s" coincide con m\u00e1s de una entrada del directorio |
| | | MILD_ERR_EXTOP_PASSMOD_INVALID_OLD_PASSWORD_41=No se puede procesar la operaci\u00f3n extendida de modificaci\u00f3n de la contrase\u00f1a porque la contrase\u00f1a proporcionada actualmente para el usuario no es v\u00e1lida |
| | | INFO_FILE_KEYMANAGER_DESCRIPTION_FILE_43=Ruta del archivo que contiene la informaci\u00f3n del almac\u00e9n de claves de Directory Server. Los cambios realizados en este atributo de configuraci\u00f3n tendr\u00e1n efecto la pr\u00f3xima vez que se acceda al administrador de claves |
| | | SEVERE_ERR_FILE_KEYMANAGER_NO_FILE_ATTR_44=The configuration entry %s that defines a file-based key manager does not contain attribute ds-cfg-key-store-file that should hold the path to the keystore file |
| | | SEVERE_ERR_FILE_KEYMANAGER_NO_SUCH_FILE_45=The keystore file %s specified in attribute ds-cfg-key-store-file of configuration entry %s does not exist |
| | | SEVERE_ERR_FILE_KEYMANAGER_CANNOT_DETERMINE_FILE_46=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-key-store-file in configuration entry %s: %s |
| | | INFO_FILE_KEYMANAGER_DESCRIPTION_TYPE_47=Tipo de almac\u00e9n de claves de Directory Server. Los valores v\u00e1lidos deber\u00edan contener siempre 'JKS' y 'PKCS12', pero en otras implementaciones podr\u00edan aparecer otros valores tambi\u00e9n. Si no se proporciona ning\u00fan valor, se utilizar\u00e1 el valor predeterminado de JVM. Los cambios realizados en este atributo de configuraci\u00f3n tendr\u00e1n efecto la pr\u00f3xima vez que se acceda al administrador de claves |
| | | SEVERE_ERR_FILE_KEYMANAGER_CANNOT_DETERMINE_TYPE_48=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-key-store-type in configuration entry %s: %s |
| | | INFO_FILE_KEYMANAGER_DESCRIPTION_PIN_PROPERTY_49=Nombre de la propiedad de Java que contiene el PIN no cifrado necesario para acceder al administrador de claves basado en archivos. Los cambios realizados en este atributo de configuraci\u00f3n tendr\u00e1n efecto la pr\u00f3xima vez que se acceda al administrador de claves |
| | | SEVERE_ERR_FILE_KEYMANAGER_PIN_PROPERTY_NOT_SET_50=Java property %s which is specified in attribute ds-cfg-key-store-pin-property of configuration entry %s should contain the PIN needed to access the file-based key manager, but this property is not set |
| | | SEVERE_ERR_FILE_KEYMANAGER_CANNOT_DETERMINE_PIN_PROPERTY_51=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-key-store-pin-property in configuration entry %s: %s |
| | | INFO_FILE_KEYMANAGER_DESCRIPTION_PIN_ENVAR_52=Nombre de la variable de entorno que contiene el PIN no cifrado necesario para acceder al administrador de claves basado en archivos. Los cambios realizados en este atributo de configuraci\u00f3n tendr\u00e1n efecto la pr\u00f3xima vez que se acceda al administrador de claves |
| | | SEVERE_ERR_FILE_KEYMANAGER_PIN_ENVAR_NOT_SET_53=Environment variable %s which is specified in attribute ds-cfg-key-store-pin-environment-variable of configuration entry %s should contain the PIN needed to access the file-based key manager, but this property is not set |
| | | SEVERE_ERR_FILE_KEYMANAGER_CANNOT_DETERMINE_PIN_ENVAR_54=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-key-store-pin-environment-variable in configuration entry %s: %s |
| | | INFO_FILE_KEYMANAGER_DESCRIPTION_PIN_FILE_55=Ruta del archivo de texto cuyo contenido deber\u00eda constar de una sola l\u00ednea que incluyera el PIN no cifrado necesario para acceder al administrador de claves basado en archivos. Los cambios realizados en este atributo de configuraci\u00f3n tendr\u00e1n efecto la pr\u00f3xima vez que se acceda al administrador de claves |
| | | SEVERE_ERR_FILE_KEYMANAGER_PIN_NO_SUCH_FILE_56=File %s specified in attribute ds-cfg-key-store-pin-file of configuration entry %s should contain the PIN needed to access the file-based key manager, but this file does not exist |
| | | SEVERE_ERR_FILE_KEYMANAGER_PIN_FILE_CANNOT_READ_57=An error occurred while trying to read the keystore PIN from file %s specified in configuration attribute ds-cfg-key-store-pin-file of configuration entry %s: %s |
| | | SEVERE_ERR_FILE_KEYMANAGER_PIN_FILE_EMPTY_58=File %s specified in attribute ds-cfg-key-store-pin-file of configuration entry %s should contain the PIN needed to access the file-based key manager, but this file is empty |
| | | SEVERE_ERR_FILE_KEYMANAGER_CANNOT_DETERMINE_PIN_FILE_59=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-key-store-pin-file in configuration entry %s: %s |
| | | SEVERE_ERR_FILE_KEYMANAGER_CANNOT_DETERMINE_PIN_FROM_ATTR_60=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-key-store-pin in configuration entry %s: %s |
| | | SEVERE_ERR_FILE_KEYMANAGER_NO_PIN_61=Configuration entry %s does not specify a means of determining the PIN needed to access the contents of the file-based key manager. The PIN may be specified in a Java property (named by attribute ds-cfg-key-store-pin-property), an environment variable (named by attribute ds-cfg-key-store-pin-environment-variable), a text file (named by attribute ds-cfg-key-store-pin-file), or directly in the entry using attribute ds-cfg-key-store-pin |
| | | SEVERE_ERR_FILE_KEYMANAGER_CANNOT_LOAD_62=An error occurred while trying to load the keystore contents from file %s: %s |
| | | SEVERE_ERR_FILE_KEYMANAGER_INVALID_TYPE_63=The keystore type %s specified in attribute ds-cfg-key-store-type of configuration entry %s is not valid: %s |
| | | INFO_FILE_KEYMANAGER_UPDATED_FILE_64=El valor del atributo ds-cfg-key-store-file de la entrada de configuraci\u00f3n %s se ha actualizado a %s. Este nuevo valor tendr\u00e1 efecto la pr\u00f3xima vez que se acceda al administrador de claves |
| | | INFO_FILE_KEYMANAGER_UPDATED_TYPE_65=El valor del atributo ds-cfg-key-store-type de la entrada de configuraci\u00f3n %s se ha actualizado a %s. Este nuevo valor tendr\u00e1 efecto la pr\u00f3xima vez que se acceda al administrador de claves |
| | | INFO_FILE_KEYMANAGER_UPDATED_PIN_66=El PIN para acceder al administrador de claves basado en archivos se ha actualizado. Este nuevo valor tendr\u00e1 efecto la pr\u00f3xima vez que se acceda al administrador de claves |
| | | INFO_PKCS11_KEYMANAGER_DESCRIPTION_PIN_PROPERTY_67=Nombre de la propiedad de Java que contiene el PIN no cifrado necesario para acceder al administrador de claves PKCS#11 Los cambios realizados en este atributo de configuraci\u00f3n tendr\u00e1n efecto la pr\u00f3xima vez que se acceda al administrador de claves |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_PIN_PROPERTY_NOT_SET_68=Java property %s which is specified in attribute ds-cfg-key-store-pin-property of configuration entry %s should contain the PIN needed to access the PKCS#11 key manager, but this property is not set |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_CANNOT_DETERMINE_PIN_PROPERTY_69=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-key-store-pin-property in configuration entry %s: %s |
| | | INFO_PKCS11_KEYMANAGER_DESCRIPTION_PIN_ENVAR_70=Nombre de la variable de entorno que contiene el PIN no cifrado necesario para acceder al administrador de claves PKCS#11 Los cambios realizados en este atributo de configuraci\u00f3n tendr\u00e1n efecto la pr\u00f3xima vez que se acceda al administrador de claves |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_PIN_ENVAR_NOT_SET_71=Environment variable %s which is specified in attribute ds-cfg-key-store-pin-environment-variable of configuration entry %s should contain the PIN needed to access the PKCS#11 key manager, but this property is not set |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_CANNOT_DETERMINE_PIN_ENVAR_72=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-key-store-pin-environment-variable in configuration entry %s: %s |
| | | INFO_PKCS11_KEYMANAGER_DESCRIPTION_PIN_FILE_73=Ruta del archivo de texto cuyo contenido deber\u00eda constar de una sola l\u00ednea que incluyera el PIN no cifrado necesario para acceder al administrador de claves PKCS#11 Los cambios realizados en este atributo de configuraci\u00f3n tendr\u00e1n efecto la pr\u00f3xima vez que se acceda al administrador de claves |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_PIN_NO_SUCH_FILE_74=File %s specified in attribute ds-cfg-key-store-pin-file of configuration entry %s should contain the PIN needed to access the PKCS#11 key manager, but this file does not exist |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_PIN_FILE_CANNOT_READ_75=An error occurred while trying to read the keystore PIN from file %s specified in configuration attribute ds-cfg-key-store-pin-file of configuration entry %s: %s |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_PIN_FILE_EMPTY_76=File %s specified in attribute ds-cfg-key-store-pin-file of configuration entry %s should contain the PIN needed to access the PKCS#11 key manager, but this file is empty |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_CANNOT_DETERMINE_PIN_FILE_77=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-key-store-pin-file in configuration entry %s: %s |
| | | INFO_PKCS11_KEYMANAGER_DESCRIPTION_PIN_ATTR_78=PIN no cifrado necesario para acceder al administrador de claves PKCS#11 Los cambios realizados en este atributo de configuraci\u00f3n tendr\u00e1n efecto la pr\u00f3xima vez que se acceda al administrador de claves |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_CANNOT_DETERMINE_PIN_FROM_ATTR_79=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-key-store-pin in configuration entry %s: %s |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_NO_PIN_80=Configuration entry %s does not specify a means of determining the PIN needed to access the contents of the PKCS#11 key manager. The PIN may be specified in a Java property (named by attribute ds-cfg-key-store-pin-property), an environment variable (named by attribute ds-cfg-key-store-pin-environment-variable), a text file (named by attribute ds-cfg-key-store-pin-file), or directly in the entry using attribute ds-cfg-key-store-pin |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_CANNOT_LOAD_81=An error occurred while trying to access the PKCS#11 key manager: %s |
| | | INFO_PKCS11_KEYMANAGER_UPDATED_PIN_82=El PIN para acceder al administrador de claves PKCS#11 se ha actualizado. Este nuevo valor tendr\u00e1 efecto la pr\u00f3xima vez que se acceda al administrador de claves |
| | | SEVERE_ERR_FILE_KEYMANAGER_CANNOT_CREATE_FACTORY_83=An error occurred while trying to create a key manager factory to access the contents of keystore file %s: %s |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_CANNOT_CREATE_FACTORY_84=An error occurred while trying to create a key manager factory to access the contents of the PKCS#11 keystore: %s |
| | | INFO_FILE_TRUSTMANAGER_DESCRIPTION_FILE_85=Ruta del archivo que contiene la informaci\u00f3n del almac\u00e9n de confianza de Directory Server. Los cambios realizados en este atributo de configuraci\u00f3n tendr\u00e1n efecto la pr\u00f3xima vez que se acceda al administrador de confianza |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_NO_FILE_ATTR_86=The configuration entry %s that defines a file-based trust manager does not contain attribute ds-cfg-trust-store-file that should hold the path to the trust store file |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_NO_SUCH_FILE_87=The trust store file %s specified in attribute ds-cfg-trust-store-file of configuration entry %s does not exist |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_DETERMINE_FILE_88=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-trust-store-file in configuration entry %s: %s |
| | | INFO_FILE_TRUSTMANAGER_DESCRIPTION_TYPE_89=Tipo de almac\u00e9n de claves de confianza de Directory Server. Los valores v\u00e1lidos deber\u00edan contener siempre 'JKS' y 'PKCS12', pero en otras implementaciones podr\u00edan aparecer otros valores tambi\u00e9n. Si no se proporciona ning\u00fan valor, se utilizar\u00e1 el valor predeterminado de JVM. Los cambios realizados en este atributo de configuraci\u00f3n tendr\u00e1n efecto la pr\u00f3xima vez que se acceda al administrador de confianza |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_DETERMINE_TYPE_90=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-trust-store-type in configuration entry %s: %s |
| | | INFO_FILE_TRUSTMANAGER_DESCRIPTION_PIN_PROPERTY_91=Nombre de la propiedad de Java que contiene el PIN no cifrado necesario para acceder al administrador de confianza basado en archivos. Los cambios realizados en este atributo de configuraci\u00f3n tendr\u00e1n efecto la pr\u00f3xima vez que se acceda al administrador de confianza |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_PIN_PROPERTY_NOT_SET_92=Java property %s which is specified in attribute ds-cfg-trust-store-pin-property of configuration entry %s should contain the PIN needed to access the file-based trust manager, but this property is not set |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_DETERMINE_PIN_PROPERTY_93=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-trust-store-pin-property in configuration entry %s: %s |
| | | INFO_FILE_TRUSTMANAGER_DESCRIPTION_PIN_ENVAR_94=Nombre de la variable de entorno que contiene el PIN no cifrado necesario para acceder al administrador de confianza basado en archivos. Los cambios realizados en este atributo de configuraci\u00f3n tendr\u00e1n efecto la pr\u00f3xima vez que se acceda al administrador de confianza |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_PIN_ENVAR_NOT_SET_95=Environment variable %s which is specified in attribute ds-cfg-trust-store-pin-environment-variable of configuration entry %s should contain the PIN needed to access the file-based trust manager, but this property is not set |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_DETERMINE_PIN_ENVAR_96=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-trust-store-pin-environment-variable in configuration entry %s: %s |
| | | INFO_FILE_TRUSTMANAGER_DESCRIPTION_PIN_FILE_97=Ruta del archivo de texto cuyo contenido deber\u00eda constar de una sola l\u00ednea que incluyera el PIN no cifrado necesario para acceder al administrador de confianza basado en archivos. Los cambios realizados en este atributo de configuraci\u00f3n tendr\u00e1n efecto la pr\u00f3xima vez que se acceda al administrador de confianza |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_PIN_NO_SUCH_FILE_98=File %s specified in attribute ds-cfg-trust-store-pin-file of configuration entry %s should contain the PIN needed to access the file-based trust manager, but this file does not exist |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_PIN_FILE_CANNOT_READ_99=An error occurred while trying to read the trust store PIN from file %s specified in configuration attribute ds-cfg-trust-store-pin-file of configuration entry %s: %s |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_PIN_FILE_EMPTY_100=File %s specified in attribute ds-cfg-trust-store-pin-file of configuration entry %s should contain the PIN needed to access the file-based trust manager, but this file is empty |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_DETERMINE_PIN_FILE_101=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-trust-store-pin-file in configuration entry %s: %s |
| | | INFO_FILE_TRUSTMANAGER_DESCRIPTION_PIN_ATTR_102=PIN no cifrado necesario para acceder al administrador de confianza basado en archivos. Los cambios realizados en este atributo de configuraci\u00f3n tendr\u00e1n efecto la pr\u00f3xima vez que se acceda al administrador de confianza |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_DETERMINE_PIN_FROM_ATTR_103=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-trust-store-pin in configuration entry %s: %s |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_LOAD_104=An error occurred while trying to load the trust store contents from file %s: %s |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_CREATE_FACTORY_105=An error occurred while trying to create a trust manager factory to access the contents of trust store file %s: %s |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_INVALID_TYPE_106=The trust store type %s specified in attribute ds-cfg-trust-store-type of configuration entry %s is not valid: %s |
| | | INFO_FILE_TRUSTMANAGER_UPDATED_FILE_107=El valor del atributo ds-cfg-trust-store-file de la entrada de configuraci\u00f3n %s se ha actualizado a %s. Este nuevo valor tendr\u00e1 efecto la pr\u00f3xima vez que se acceda al administrador de confianza |
| | | INFO_FILE_TRUSTMANAGER_UPDATED_TYPE_108=El valor del atributo ds-cfg-trust-store-type de la entrada de configuraci\u00f3n %s se ha actualizado a %s. Este nuevo valor tendr\u00e1 efecto la pr\u00f3xima vez que se acceda al administrador de confianza |
| | | INFO_FILE_TRUSTMANAGER_UPDATED_PIN_109=El PIN para acceder al administrador de confianza basado en archivos se ha actualizado. Este nuevo valor tendr\u00e1 efecto la pr\u00f3xima vez que se acceda al administrador de confianza |
| | | SEVERE_ERR_NULL_SECURITY_PROVIDER_READ_ERROR_110=An unexpected error occurred while attempting to read data from the client using the null connection security provider: %s |
| | | SEVERE_ERR_NULL_SECURITY_PROVIDER_WRITE_ERROR_111=An unexpected error occurred while attempting to write data to the client using the null connection security provider: %s |
| | | SEVERE_ERR_TLS_SECURITY_PROVIDER_CANNOT_INITIALIZE_112=An error occurred while attempting to initialize the SSL context for use in the TLS connection security provider: %s |
| | | SEVERE_ERR_TLS_SECURITY_PROVIDER_UNEXPECTED_UNWRAP_STATUS_113=An unexpected status result was returned to the TLS connection security provider when attempting to unwrap encrypted data read from the client: %s |
| | | SEVERE_ERR_TLS_SECURITY_PROVIDER_READ_ERROR_114=An unexpected error occurred while attempting to read data from the client using the TLS connection security provider: %s |
| | | SEVERE_ERR_TLS_SECURITY_PROVIDER_WRITE_NEEDS_UNWRAP_115=An attempt was made to write data to a client through the TLS connection security provider, but the SSL indicated that it was necessary to read data from the client in order to perform the SSL negotiation, but no data was available for reading. This is an unexpected condition, and it is not possible to continue processing on this client connection without the potential for blocking other client connections, so connection will be closed |
| | | SEVERE_ERR_TLS_SECURITY_PROVIDER_UNEXPECTED_WRAP_STATUS_116=An unexpected status result was returned to the TLS connection security provider when attempting to wrap clear-text data for writing to the client: %s |
| | | SEVERE_ERR_TLS_SECURITY_PROVIDER_WRITE_ERROR_117=An unexpected error occurred while attempting to write data to the client using the TLS connection security provider: %s |
| | | MILD_ERR_SEDCM_NO_PEER_CERTIFICATE_118=No se pudo asignar la cadena de certificados proporcionada a una entrada de usuario porque no hab\u00eda disponible ning\u00fan certificado del mismo nivel |
| | | MILD_ERR_SEDCM_PEER_CERT_NOT_X509_119=No se pudo asignar la cadena de certificados proporcionada a un usuario porque el certificado del mismo nivel no era un certificado X.509 (el formato del certificado del mismo nivel era %s) |
| | | MILD_ERR_SEDCM_CANNOT_DECODE_SUBJECT_AS_DN_120=No se pudo asignar la cadena de certificados proporcionada a un usuario porque fue imposible descodificar el asunto del certificado del mismo nivel "%s" como un ND de LDAP: %s |
| | | MILD_ERR_SEDCM_CANNOT_GET_ENTRY_121=No se pudo asignar la cadena de certificados proporcionada a un usuario porque se produjo un error al intentar recuperar la entrada de usuario con ND "%s": %s |
| | | MILD_ERR_SEDCM_NO_USER_FOR_DN_122=No se pudo asignar la cadena de certificados proporcionada a un usuario porque no existe ninguna entrada de usuario con un ND de %s |
| | | MILD_ERR_SASLEXTERNAL_NO_CLIENT_CONNECTION_123=No se pudo procesar la solicitud de enlace de SASL EXTERNAL porque la solicitud de enlace no incluye referencia alguna a la conexi\u00f3n de cliente |
| | | MILD_ERR_SASLEXTERNAL_NO_SECURITY_PROVIDER_124=No se pudo procesar la solicitud de enlace de SASL EXTERNAL porque la conexi\u00f3n de cliente asociada no incluye ning\u00fan proveedor de seguridad |
| | | MILD_ERR_SASLEXTERNAL_CLIENT_NOT_USING_TLS_PROVIDER_125=No se pudo procesar la solicitud de enlace de SASL EXTERNAL porque la conexi\u00f3n de cliente no utiliza el proveedor de seguridad TLS (el proveedor de seguridad de cliente es %s). Para poder utilizar la autenticaci\u00f3n SASL EXTERNAL, los clientes necesitan contar con el proveedor de seguridad TLS |
| | | MILD_ERR_SASLEXTERNAL_NO_CLIENT_CERT_126=No se pudo procesar la solicitud de enlace de SASL EXTERNAL porque el cliente no present\u00f3 una cadena de certificados durante la negociaci\u00f3n SSL/TLS |
| | | MILD_ERR_SASLEXTERNAL_NO_MAPPING_127=Fall\u00f3 la solicitud de enlace de SASL EXTERNAL porque la cadena de certificados que present\u00f3 el cliente durante la negociaci\u00f3n SSL/TLS no se pudo asignar a una entrada de usuario de Directory Server |
| | | MILD_ERR_STARTTLS_NO_CLIENT_CONNECTION_128=No se puede utilizar StartTLS en esta conexi\u00f3n porque no est\u00e1 disponible la conexi\u00f3n de cliente subyacente |
| | | MILD_ERR_STARTTLS_NOT_TLS_CAPABLE_129=No se puede utilizar StartTLS en esta conexi\u00f3n de cliente porque este tipo de conexi\u00f3n es incapaz de utilizar StartTLS para proteger su comunicaci\u00f3n |
| | | MILD_ERR_STARTTLS_ERROR_ON_ENABLE_130=Se produjo un error inesperado al intentar activar el administrador de seguridad de conexi\u00f3n TLS en la conexi\u00f3n de cliente para StartTLS: %s |
| | | INFO_SASLEXTERNAL_DESCRIPTION_VALIDATION_POLICY_131=Indica si el controlador del mecanismo SASL EXTERNAL deber\u00eda intentar validar el certificado del mismo nivel en funci\u00f3n de un certificado en la correspondiente entrada de usuario. El valor puede ser "true" (que siempre intentar\u00e1 validar el certificado y fallar\u00e1 si no hay ninguno presente), "false" (que nunca intentar\u00e1 validar el certificado del mismo nivel), e "ifpresent" (que validar\u00e1 el certificado del mismo nivel si la entrada del usuario cuenta con uno o varios certificados, pero que no fallar\u00e1 si la entrada no tiene certificados). Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_SASLEXTERNAL_INVALID_VALIDATION_VALUE_132=Configuration entry %s has an invalid value %s for attribute ds-cfg-certificate-validation-policy. The value must be one of "always", "never", or "ifpresent" |
| | | SEVERE_ERR_SASLEXTERNAL_CANNOT_GET_VALIDATION_POLICY_133=An unexpected error occurred while attempting to determine the value of the ds-cfg-certificate-validation-policy attribute in configuration entry %s: %s |
| | | INFO_SASLEXTERNAL_DESCRIPTION_CERTIFICATE_ATTRIBUTE_134=Nombre del atributo que se utilizar\u00e1 para mantener la informaci\u00f3n del certificado en las entradas de usuario para el prop\u00f3sito de la validaci\u00f3n. \u00c9ste debe especificar el nombre de un tipo de atributo v\u00e1lido definido en el esquema de servidor. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_SASLEXTERNAL_CANNOT_GET_CERT_ATTR_135=An unexpected error occurred while attempting to determine the value of the ds-cfg-certificate-attribute attribute in configuration entry %s: %s |
| | | SEVERE_ERR_SASLEXTERNAL_UNKNOWN_CERT_ATTR_136=The attribute %s referenced in configuration attribute ds-cfg-certificate-attribute in configuration entry %s does not exist in the Directory Server schema. The attribute that is to be used for certificate validation during SASL EXTERNAL authentication must be defined in the server schema |
| | | MILD_ERR_SASLEXTERNAL_NO_CERT_IN_ENTRY_137=No se puede autenticar mediante SASL EXTERNAL porque la entrada de usuario asignada %s no tiene certificados con los que verificar el certificado del mismo nivel presentado |
| | | MILD_ERR_SASLEXTERNAL_PEER_CERT_NOT_FOUND_138=No se puede autenticar mediante SASL EXTERNAL porque la entrada de usuario asignada %s no conten\u00eda el certificado del mismo nivel que present\u00f3 el cliente |
| | | MILD_ERR_SASLEXTERNAL_CANNOT_VALIDATE_CERT_139=Se produjo un error al intentar validar el certificado del mismo nivel que present\u00f3 el cliente con un certificado de la entrada de usuario %s: %s |
| | | INFO_SASLEXTERNAL_UPDATED_VALIDATION_POLICY_140=Se ha actualizado el atributo ds-cfg-certificate-validation-policy de la entrada de configuraci\u00f3n %s. La directiva de validaci\u00f3n de certificados de cliente nueva es %s |
| | | INFO_SASLEXTERNAL_UPDATED_CERT_ATTR_141=Se ha actualizado el atributo ds-cfg-certificate-attribute de la entrada de configuraci\u00f3n %s. Ahora se utilizar\u00e1 el atributo %s para validar certificados del mismo nivel |
| | | INFO_SASLPLAIN_DESCRIPTION_USERNAME_ATTRIBUTE_142=Nombre del atributo que se utilizar\u00e1 para identificar las entradas de usuario en funci\u00f3n de los ID de autenticaci\u00f3n y autorizaci\u00f3n proporcionados durante la autenticaci\u00f3n SASL PLAIN. \u00c9ste debe especificar el nombre de un tipo de atributo v\u00e1lido definido en el esquema de servidor. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_SASLPLAIN_CANNOT_GET_USERNAME_ATTR_143=An unexpected error occurred while attempting to determine the value of the ds-cfg-user-name-attribute attribute in configuration entry %s: %s |
| | | SEVERE_ERR_SASLPLAIN_UNKNOWN_USERNAME_ATTR_144=The attribute %s referenced in configuration attribute ds-cfg-user-name-attribute in configuration entry %s does not exist in the Directory Server schema. The attribute that is to be used for username lookups during SASL PLAIN authentication must be defined in the server schema |
| | | INFO_SASLPLAIN_DESCRIPTION_USER_BASE_DN_145=ND de base que se debe utilizar para buscar entradas en funci\u00f3n de los ID de autenticaci\u00f3n y autorizaci\u00f3n proporcionados durante la autenticaci\u00f3n SASL PLAIN. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_SASLPLAIN_CANNOT_GET_USER_BASE_DN_146=An unexpected error occurred while attempting to determine the value of the ds-cfg-user-base-dn attribute in configuration entry %s: %s |
| | | MILD_ERR_SASLPLAIN_NO_SASL_CREDENTIALS_147=La autenticaci\u00f3n SASL PLAIN requiere que se proporcionen las credenciales de SASL, pero no se incluy\u00f3 ninguna en la solicitud de enlace |
| | | MILD_ERR_SASLPLAIN_NO_NULLS_IN_CREDENTIALS_148=La solicitud de enlace de SASL PLAIN no inclu\u00eda caracteres nulos. Los caracteres nulos son necesarios como delimitadores entre los ID de autorizaci\u00f3n y autenticaci\u00f3n, adem\u00e1s de entre \u00e9ste \u00faltimo y la contrase\u00f1a |
| | | MILD_ERR_SASLPLAIN_NO_SECOND_NULL_149=La solicitud de enlace de SASL PLAIN no inclu\u00eda un segundo car\u00e1cter nulo en las credenciales; este car\u00e1cter es necesario como delimitador entre el ID de autenticaci\u00f3n y la contrase\u00f1a |
| | | MILD_ERR_SASLPLAIN_ZERO_LENGTH_AUTHCID_150=El ID de autenticaci\u00f3n contenido en la solicitud de enlace de SASL PLAIN ten\u00eda una longitud de cero caracteres, lo cual no est\u00e1 permitido. La autenticaci\u00f3n SASL PLAIN no permite que se utilice una cadena vac\u00eda como ID de autenticaci\u00f3n |
| | | MILD_ERR_SASLPLAIN_ZERO_LENGTH_PASSWORD_151=La contrase\u00f1a contenida en la solicitud de enlace de SASL PLAIN ten\u00eda una longitud de cero caracteres, lo cual no est\u00e1 permitido. La autenticaci\u00f3n SASL PLAIN no permite que se utilice una cadena vac\u00eda como contrase\u00f1a |
| | | MILD_ERR_SASLPLAIN_CANNOT_DECODE_AUTHCID_AS_DN_152=Se produjo un error al intentar descodificar el ID de autenticaci\u00f3n de SASL PLAIN "%s" porque aunque parec\u00eda contener un ND, la descodificaci\u00f3n de \u00e9ste fall\u00f3: %s |
| | | MILD_ERR_SASLPLAIN_AUTHCID_IS_NULL_DN_153=El ID de autenticaci\u00f3n de la solicitud de enlace de SASL PLAIN parecer ser un ND vac\u00edo. Esto no est\u00e1 permitido |
| | | MILD_ERR_SASLPLAIN_CANNOT_GET_ENTRY_BY_DN_154=Se produjo un error al intentar recuperar la entrada de usuario %s como se especificaba en el ID de autenticaci\u00f3n basado en el ND de una solicitud de enlace de SASL PLAIN: %s |
| | | MILD_ERR_SASLPLAIN_CANNOT_PERFORM_INTERNAL_SEARCH_155=Se produjo un error al intentar realizar una b\u00fasqueda interna para recuperar la entrada de usuario asociada al ID de autenticaci\u00f3n de SASL PLAIN %s. El resultado de dicha b\u00fasqueda fue %s, y el mensaje %s |
| | | MILD_ERR_SASLPLAIN_MULTIPLE_MATCHING_ENTRIES_156=La b\u00fasqueda interna para resolver el ID de autenticaci\u00f3n de SASL PLAIN %s dio como resultado varias entradas. La autenticaci\u00f3n no se puede realizar correctamente si su ID no se asigna a una sola entrada de usuario |
| | | MILD_ERR_SASLPLAIN_NO_MATCHING_ENTRIES_157=El servidor no pudo encontrar entradas de usuario para el ID de autenticaci\u00f3n de %s |
| | | MILD_ERR_SASLPLAIN_NO_PW_ATTR_158=La autenticaci\u00f3n de SASL PLAIN fall\u00f3 porque la entrada de usuario asignada no conten\u00eda valores para el atributo %s |
| | | MILD_ERR_SASLPLAIN_UNKNOWN_STORAGE_SCHEME_159=No se pudo procesar una contrase\u00f1a en la entrada del usuario de destino %s mediante SASL PLAIN porque ten\u00eda un esquema de almacenamiento desconocido de %s |
| | | MILD_ERR_SASLPLAIN_INVALID_PASSWORD_160=La contrase\u00f1a proporcionada no es v\u00e1lida |
| | | INFO_SASLPLAIN_UPDATED_USERNAME_ATTR_161=Se ha actualizado el atributo ds-cfg-user-name-attribute de la entrada de configuraci\u00f3n %s. El atributo %s se utilizar\u00e1 ahora para buscar entradas de usuario en funci\u00f3n de sus ID de autenticaci\u00f3n y autorizaci\u00f3n |
| | | INFO_SASLPLAIN_UPDATED_USER_BASE_DN_162=Se ha actualizado el atributo ds-cfg-user-base-dn de la entrada de configuraci\u00f3n %s. El ND %s se utilizar\u00e1 ahora como base para buscar entradas de usuario en funci\u00f3n de sus ID de autenticaci\u00f3n y autorizaci\u00f3n |
| | | INFO_SASLPLAIN_CANNOT_LOCK_ENTRY_163=Directory Server no pudo obtener un bloqueo de lectura en la entrada de usuario %s para recuperarla |
| | | MILD_ERR_SEDCM_CANNOT_LOCK_ENTRY_164=Directory Server no pudo obtener un bloqueo de lectura en la entrada de usuario %s para recuperarla |
| | | INFO_SASLANONYMOUS_TRACE_165=La operaci\u00f3n de enlace SASL ANONYMOUS (conn=%d, op=%d) proporcion\u00f3 informaci\u00f3n de seguimiento: %s |
| | | SEVERE_ERR_SASLCRAMMD5_CANNOT_GET_MESSAGE_DIGEST_166=An unexpected error occurred while attempting to obtain an MD5 digest engine for use by the CRAM-MD5 SASL handler: %s |
| | | INFO_SASLCRAMMD5_DESCRIPTION_USERNAME_ATTRIBUTE_167=Nombre del atributo que se utilizar\u00e1 para identificar las entradas de usuario en funci\u00f3n del nombre de usuario proporcionado durante la autenticaci\u00f3n SASL CRAM-MD5. \u00c9ste debe especificar el nombre de un tipo de atributo v\u00e1lido definido en el esquema de servidor. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_SASLCRAMMD5_CANNOT_GET_USERNAME_ATTR_168=An unexpected error occurred while attempting to determine the value of the ds-cfg-user-name-attribute attribute in configuration entry %s: %s |
| | | SEVERE_ERR_SASLCRAMMD5_UNKNOWN_USERNAME_ATTR_169=The attribute %s referenced in configuration attribute ds-cfg-user-name-attribute in configuration entry %s does not exist in the Directory Server schema. The attribute that is to be used for username lookups during SASL CRAM-MD5 authentication must be defined in the server schema |
| | | INFO_SASLCRAMMD5_DESCRIPTION_USER_BASE_DN_170=ND de base que se debe utilizar para buscar entradas en funci\u00f3n del nombre de usuario proporcionado durante la autenticaci\u00f3n SASL CRAM-MD5. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_SASLCRAMMD5_CANNOT_GET_USER_BASE_DN_171=An unexpected error occurred while attempting to determine the value of the ds-cfg-user-base-dn attribute in configuration entry %s: %s |
| | | MILD_ERR_SASLCRAMMD5_NO_STORED_CHALLENGE_172=La solicitud de enlace de SASL CRAM-MD5 conten\u00eda credenciales de SASL, pero no existe ninguna comprobaci\u00f3n almacenada para esta conexi\u00f3n de cliente. La primera solicitud de enlace de CRAM-MD5 del proceso de dos etapas no debe contener las credenciales SASL del cliente |
| | | MILD_ERR_SASLCRAMMD5_INVALID_STORED_CHALLENGE_173=La solicitud de enlace de SASL CRAM-MD5 conten\u00eda credenciales de SASL, pero la informaci\u00f3n del estado de SASL almacenada para esta conexi\u00f3n de cliente no tiene la forma apropiada para la comprobaci\u00f3n |
| | | MILD_ERR_SASLCRAMMD5_NO_SPACE_IN_CREDENTIALS_174=La solicitud de enlace de SASL CRAM-MD5 del cliente inclu\u00eda las credenciales de SASL, pero no se dispon\u00eda de espacio para separar el nombre de usuario de la recopilaci\u00f3n de autenticaci\u00f3n |
| | | MILD_ERR_SASLCRAMMD5_INVALID_DIGEST_LENGTH_175=La solicitud de enlace de SASL CRAM-MD5 inclu\u00eda credenciales de SASL, pero la cadena de recopilaci\u00f3n descodificada ten\u00eda una longitud no v\u00e1lida de %d bytes y no de %d, que es el tama\u00f1o que se esperaba para la representaci\u00f3n hexadecimal de una recopilaci\u00f3n de MD5 |
| | | MILD_ERR_SASLCRAMMD5_INVALID_DIGEST_CONTENT_176=La solicitud de enlace de SASL CRAM-MD5 inclu\u00eda credenciales de SASL, pero la recopilaci\u00f3n descodificada no estaba s\u00f3lo compuesta de d\u00edgitos hexadecimales: %s |
| | | MILD_ERR_SASLCRAMMD5_CANNOT_DECODE_USERNAME_AS_DN_177=Se produjo un error al intentar descodificar el nombre de usuario de SASL CRAM-MD5 "%s" porque aunque parec\u00eda contener un ND, la descodificaci\u00f3n de \u00e9ste fall\u00f3: %s |
| | | MILD_ERR_SASLCRAMMD5_USERNAME_IS_NULL_DN_178=El nombre de usuario de la solicitud de enlace de SASL CRAM-MD5 parece ser un ND vac\u00edo. Esto no est\u00e1 permitido |
| | | INFO_SASLCRAMMD5_CANNOT_LOCK_ENTRY_179=Directory Server no pudo obtener un bloqueo de lectura en la entrada de usuario %s para recuperarla |
| | | MILD_ERR_SASLCRAMMD5_CANNOT_GET_ENTRY_BY_DN_180=Se produjo un error al intentar recuperar la entrada de usuario %s como se especificaba en el nombre de usuario basado en el ND de una solicitud de enlace de SASL CRAM-MD5: %s |
| | | MILD_ERR_SASLCRAMMD5_ZERO_LENGTH_USERNAME_181=El nombre de usuario contenido en la solicitud de enlace de SASL CRAM-MD5 ten\u00eda una longitud de cero caracteres, lo cual no est\u00e1 permitido. La autenticaci\u00f3n CRAM-MD5 no permite que se utilice una cadena vac\u00eda como nombre de usuario |
| | | MILD_ERR_SASLCRAMMD5_CANNOT_PERFORM_INTERNAL_SEARCH_182=Se produjo un error al intentar realizar una b\u00fasqueda interna para recuperar la entrada de usuario asociada al nombre de usuario de SASL CRAM-MD5 %s. El resultado de dicha b\u00fasqueda fue %s, y el mensaje %s |
| | | MILD_ERR_SASLCRAMMD5_MULTIPLE_MATCHING_ENTRIES_183=La b\u00fasqueda interna para resolver el nombre de usuario de SASL CRAM-MD5 %s dio como resultado varias entradas. La autenticaci\u00f3n no se puede realizar correctamente si el nombre de usuario no se asigna a una sola entrada de usuario |
| | | MILD_ERR_SASLCRAMMD5_NO_MATCHING_ENTRIES_184=El servidor no pudo encontrar entradas de usuario para el nombre de usuario proporcionado de %s |
| | | MILD_ERR_SASLCRAMMD5_NO_PW_ATTR_185=La autenticaci\u00f3n SASL CRAM-MD5 fall\u00f3 porque la entrada de usuario asignada no conten\u00eda valores para el atributo %s |
| | | MILD_ERR_SASLCRAMMD5_UNKNOWN_STORAGE_SCHEME_186=No se pudo procesar una contrase\u00f1a en la entrada del usuario de destino %s mediante SASL CRAM-MD5 porque ten\u00eda un esquema de almacenamiento desconocido de %s |
| | | MILD_ERR_SASLCRAMMD5_CANNOT_GET_CLEAR_PASSWORD_187=Se produjo un error al intentar obtener una contrase\u00f1a no cifrada para el usuario %s desde el valor con el esquema de almacenamiento %s: %s |
| | | MILD_ERR_SASLCRAMMD5_INVALID_PASSWORD_188=La contrase\u00f1a proporcionada no es v\u00e1lida |
| | | MILD_ERR_SASLCRAMMD5_NO_REVERSIBLE_PASSWORDS_189=La autenticaci\u00f3n SASL CRAM-MD5 no es posible para el usuario %s porque ninguna de las contrase\u00f1as de la entrada del usuario est\u00e1n almacenadas con forma reversible |
| | | INFO_SASLCRAMMD5_UPDATED_USERNAME_ATTR_190=Se ha actualizado el atributo ds-cfg-user-name-attribute de la entrada de configuraci\u00f3n %s. El atributo %s se utilizar\u00e1 ahora para buscar entradas de usuario en funci\u00f3n del nombre de usuario |
| | | INFO_SASLCRAMMD5_UPDATED_USER_BASE_DN_191=Se ha actualizado el atributo ds-cfg-user-base-dn de la entrada de configuraci\u00f3n %s. El ND %s se utilizar\u00e1 ahora como base para buscar entradas de usuario en funci\u00f3n del nombre de usuario |
| | | SEVERE_ERR_SASLDIGESTMD5_CANNOT_GET_MESSAGE_DIGEST_192=An unexpected error occurred while attempting to obtain an MD5 digest engine for use by the DIGEST-MD5 SASL handler: %s |
| | | INFO_SASLDIGESTMD5_DESCRIPTION_USERNAME_ATTRIBUTE_193=Nombre del atributo que se utilizar\u00e1 para identificar entradas de usuario en funci\u00f3n del nombre de usuario proporcionado durante la autenticaci\u00f3n SASL DIGEST-MD5. \u00c9ste debe especificar el nombre de un tipo de atributo v\u00e1lido definido en el esquema de servidor. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_SASLDIGESTMD5_CANNOT_GET_USERNAME_ATTR_194=An unexpected error occurred while attempting to determine the value of the ds-cfg-user-name-attribute attribute in configuration entry %s: %s |
| | | SEVERE_ERR_SASLDIGESTMD5_UNKNOWN_USERNAME_ATTR_195=The attribute %s referenced in configuration attribute ds-cfg-user-name-attribute in configuration entry %s does not exist in the Directory Server schema. The attribute that is to be used for username lookups during SASL DIGEST-MD5 authentication must be defined in the server schema |
| | | INFO_SASLDIGESTMD5_DESCRIPTION_USER_BASE_DN_196=ND de base que se debe utilizar para buscar entradas en funci\u00f3n del nombre de usuario proporcionado durante la autenticaci\u00f3n SASL DIGEST-MD5. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_SASLDIGESTMD5_CANNOT_GET_USER_BASE_DN_197=An unexpected error occurred while attempting to determine the value of the ds-cfg-user-base-dn attribute in configuration entry %s: %s |
| | | INFO_SASLDIGESTMD5_DESCRIPTION_REALM_198=Dominio que debe utilizar el servidor para la autenticaci\u00f3n DIGEST-MD5. En ausencia de este, el servidor utilizar\u00e1 de forma predeterminada un conjunto de nombres de dominio que se correspondan con los sufijos definidos. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_SASLDIGESTMD5_CANNOT_GET_REALM_199=An unexpected error occurred while attempting to determine the value of the ds-cfg-realm attribute in configuration entry %s: %s |
| | | SEVERE_WARN_SASLDIGESTMD5_CHALLENGE_TOO_LONG_200=The initial DIGEST-MD5 must be less than 2048 bytes, but the generated challenge was %d bytes |
| | | MILD_ERR_SASLDIGESTMD5_NO_CREDENTIALS_201=La conexi\u00f3n de cliente inclu\u00eda informaci\u00f3n de estado de DIGEST-MD5. Se indicaba que el cliente estaba realizando un enlace de DIGEST-MD5, pero que la solicitud de enlace no inclu\u00eda credenciales |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_STORED_STATE_202=La solicitud de enlace de SASL DIGEST-MD5 conten\u00eda credenciales de SASL, pero la informaci\u00f3n del estado de SASL almacenada para esta conexi\u00f3n de cliente no tiene la forma apropiada para la comprobaci\u00f3n |
| | | SEVERE_WARN_SASLDIGESTMD5_CANNOT_PARSE_ISO_CREDENTIALS_203=An error occurred while attempting to parse the DIGEST-MD5 credentials as a string using the %s character set: %s. The server will re-try using UTF-8 |
| | | SEVERE_WARN_SASLDIGESTMD5_CANNOT_PARSE_UTF8_CREDENTIALS_204=An error occurred while attempting to parse the DIGEST-MD5 credentials as a string using the UTF-8 character set: %s |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_TOKEN_IN_CREDENTIALS_205=Las credenciales de DIGEST-MD5 que proporcion\u00f3 el cliente conten\u00edan un token no v\u00e1lido de "%s" que se iniciaba en la posici\u00f3n %d |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_CHARSET_206=Las credenciales de DIGEST-MD5 que proporcion\u00f3 el cliente especificaban un conjunto de caracteres de %s no v\u00e1lido. Para este par\u00e1metro, s\u00f3lo es aceptable un valor de 'utf-8' |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_DECODE_REALM_AS_DN_207=Se produjo un error al intentar analizar el dominio de respuesta proporcionado "%s" como un ND: %s |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_REALM_208=Las credenciales de DIGEST-MD5 que proporcion\u00f3 el cliente inclu\u00edan un dominio no v\u00e1lido de "%s" |
| | | SEVERE_ERR_SASLDIGESTMD5_INVALID_NONCE_209=The DIGEST-MD5 credentials provided by the client included a nonce that was different from the nonce supplied by the server. This could indicate a replay attack or a chosen plaintext attack, and as a result the client connection will be terminated |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_DECODE_NONCE_COUNT_210=Las credenciales de DIGEST-MD5 proporcionadas por el cliente inclu\u00edan un n\u00famero de valores de seguridad "%s" que no se pudo descodificar como n\u00famero entero codificado hexadecimalmente |
| | | SEVERE_ERR_SASLDIGESTMD5_CANNOT_DECODE_STORED_NONCE_COUNT_211=An unexpected error occurred while attempting to decode the nonce count stored by the server for this client connection: %s |
| | | SEVERE_ERR_SASLDIGESTMD5_INVALID_NONCE_COUNT_212=The DIGEST-MD5 credentials provided by the client included a nonce count that was different from the count expected by the server. This could indicate a replay attack, and as a result the client connection will be terminated |
| | | MILD_ERR_SASLDIGESTMD5_INTEGRITY_NOT_SUPPORTED_213=El cliente solicit\u00f3 la cualidad auth-int de protecci\u00f3n, pero Directory Server no admite actualmente la protecci\u00f3n de integridad |
| | | MILD_ERR_SASLDIGESTMD5_CONFIDENTIALITY_NOT_SUPPORTED_214=El cliente solicit\u00f3 la cualidad auth-conf de protecci\u00f3n, pero Directory Server no admite actualmente la protecci\u00f3n de confidencialidad. |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_QOP_215=Las credenciales de DIGEST-MD5 que proporcion\u00f3 el cliente solicitaron una cualidad no v\u00e1lida de mecanismo de protecci\u00f3n de %s |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_PARSE_RESPONSE_DIGEST_216=Las credenciales de DIGEST-MD5 que proporcion\u00f3 el cliente inclu\u00edan una recopilaci\u00f3n que no se pudo descodificar como una secuencia de bytes codificada hexadecimalmente: %s |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_RESPONSE_TOKEN_217=Las credenciales de DIGEST-MD5 que proporcion\u00f3 el cliente inclu\u00edan un token no v\u00e1lido llamado "%s" |
| | | MILD_ERR_SASLDIGESTMD5_NO_USERNAME_IN_RESPONSE_218=Las credenciales de DIGEST-MD5 que proporcion\u00f3 el cliente no conten\u00edan el token "username" (nombre de usuario) necesario |
| | | MILD_ERR_SASLDIGESTMD5_NO_NONCE_IN_RESPONSE_219=Las credenciales de DIGEST-MD5 que proporcion\u00f3 el cliente no conten\u00edan el token "nonce" (valor de seguridad) necesario |
| | | MILD_ERR_SASLDIGESTMD5_NO_CNONCE_IN_RESPONSE_220=Las credenciales de DIGEST-MD5 que proporcion\u00f3 el cliente no conten\u00edan el token "cnonce" necesario |
| | | MILD_ERR_SASLDIGESTMD5_NO_NONCE_COUNT_IN_RESPONSE_221=Las credenciales de DIGEST-MD5 que proporcion\u00f3 el cliente no conten\u00edan el token "nc" necesario |
| | | MILD_ERR_SASLDIGESTMD5_NO_DIGEST_IN_RESPONSE_223=Las credenciales de DIGEST-MD5 que proporcion\u00f3 el cliente no conten\u00edan el token "response" (respuesta) necesario |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_DECODE_USERNAME_AS_DN_224=Se produjo un error al intentar descodificar el nombre de usuario de SASL DIGEST-MD5 "%s" porque aunque parec\u00eda contener un ND, la descodificaci\u00f3n de \u00e9ste fall\u00f3: %s |
| | | MILD_ERR_SASLDIGESTMD5_USERNAME_IS_NULL_DN_225=El nombre de usuario de la solicitud de enlace de SASL DIGEST-MD5 parece ser un ND vac\u00edo. Esto no est\u00e1 permitido |
| | | INFO_SASLDIGESTMD5_CANNOT_LOCK_ENTRY_226=Directory Server no pudo obtener un bloqueo de lectura en la entrada de usuario %s para recuperarla |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_GET_ENTRY_BY_DN_227=Se produjo un error al intentar recuperar la entrada de usuario %s como se especificaba en el nombre de usuario basado en el ND de una solicitud de enlace de SASL DIGEST-MD5: %s |
| | | MILD_ERR_SASLDIGESTMD5_ZERO_LENGTH_USERNAME_228=El nombre de usuario contenido en la solicitud de enlace de SASL DIGEST-MD5 ten\u00eda una longitud de cero caracteres, lo cual no est\u00e1 permitido. La autenticaci\u00f3n de DIGEST-MD5 no permite que se utilice una cadena vac\u00eda como nombre de usuario |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_PERFORM_INTERNAL_SEARCH_229=Se produjo un error al intentar realizar una b\u00fasqueda interna para recuperar la entrada de usuario asociada al nombre de usuario SASL DIGEST-MD5 %s. El resultado de dicha b\u00fasqueda fue %s, y el mensaje %s |
| | | MILD_ERR_SASLDIGESTMD5_MULTIPLE_MATCHING_ENTRIES_230=La b\u00fasqueda interna para resolver el nombre de usuario de SASL DIGEST-MD5 %s dio como resultado varias entradas. La autenticaci\u00f3n no se puede realizar correctamente si el nombre de usuario no se asigna a una sola entrada de usuario |
| | | MILD_ERR_SASLDIGESTMD5_NO_MATCHING_ENTRIES_231=El servidor no pudo encontrar entradas de usuario para el nombre de usuario proporcionado de %s |
| | | MILD_ERR_SASLDIGESTMD5_NO_PW_ATTR_232=La autenticaci\u00f3n de SASL DIGEST-MD5 fall\u00f3 porque la entrada de usuario asignada no conten\u00eda valores para el atributo %s |
| | | MILD_ERR_SASLDIGESTMD5_UNKNOWN_STORAGE_SCHEME_233=No se pudo procesar una contrase\u00f1a en la entrada de usuario de destino %s mediante SASL DIGEST-MD5 porque la contrase\u00f1a ten\u00eda un esquema de almacenamiento desconocido de %s |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_GET_CLEAR_PASSWORD_234=Se produjo un error al intentar obtener una contrase\u00f1a no cifrada para el usuario %s desde el valor con el esquema de almacenamiento %s: %s |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_CREDENTIALS_235=Las credenciales de DIGEST-MD5 que proporcion\u00f3 el cliente no son apropiadas para las contrase\u00f1as de la cuenta de usuario asociada |
| | | MILD_ERR_SASLDIGESTMD5_NO_REVERSIBLE_PASSWORDS_236=La autenticaci\u00f3n SASL DIGEST-MD5 no es posible para el usuario %s porque ninguna de las contrase\u00f1as de la entrada de usuario est\u00e1n almacenadas con forma reversible |
| | | SEVERE_WARN_SASLDIGESTMD5_CANNOT_GENERATE_RESPONSE_DIGEST_237=An error occurred while attempting to generate a server-side digest to compare with the client response: %s |
| | | SEVERE_ERR_SASLDIGESTMD5_CANNOT_GENERATE_RESPONSE_AUTH_DIGEST_238=An error occurred while trying to generate the response auth digest to include in the server SASL credentials: %s |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_CLOSING_QUOTE_POS_239=No se pudo analizar la comprobaci\u00f3n de la respuesta de DIGEST-MD5 porque ten\u00eda una comilla en la posici\u00f3n %d |
| | | INFO_SASLDIGESTMD5_UPDATED_USERNAME_ATTR_240=Se ha actualizado el atributo ds-cfg-user-name-attribute de la entrada de configuraci\u00f3n %s. El atributo %s se utilizar\u00e1 ahora para buscar entradas de usuario en funci\u00f3n del nombre de usuario |
| | | INFO_SASLDIGESTMD5_UPDATED_USER_BASE_DN_241=Se ha actualizado el atributo ds-cfg-user-base-dn de la entrada de configuraci\u00f3n %s. El ND %s se utilizar\u00e1 ahora como base para buscar entradas de usuario en funci\u00f3n del nombre de usuario |
| | | INFO_SASLDIGESTMD5_UPDATED_NEW_REALM_242=Se ha actualizado el atributo ds-cfg-realm de la entrada de configuraci\u00f3n %s. A partir de ahora, el servidor anunciar\u00e1 el dominio "%s" en la respuesta de comprobaci\u00f3n. |
| | | INFO_SASLDIGESTMD5_UPDATED_NO_REALM_243=Se ha actualizado el atributo ds-cfg-realm de la entrada de configuraci\u00f3n %s Los dominios que anuncie el servidor en la respuesta de comprobaci\u00f3n ser\u00e1n los ND de los sufijos del servidor |
| | | INFO_SASLGSSAPI_DESCRIPTION_USERNAME_ATTRIBUTE_244=Nombre del atributo que se utilizar\u00e1 para identificar entradas de usuario en funci\u00f3n del nombre de usuario proporcionado durante la autenticaci\u00f3n SASL GSSAPI. \u00c9ste debe especificar el nombre de un tipo de atributo v\u00e1lido definido en el esquema de servidor. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_SASLGSSAPI_CANNOT_GET_USERNAME_ATTR_245=An unexpected error occurred while attempting to determine the value of the ds-cfg-user-name-attribute attribute in configuration entry %s: %s |
| | | SEVERE_ERR_SASLGSSAPI_UNKNOWN_USERNAME_ATTR_246=The attribute %s referenced in configuration attribute ds-cfg-user-name-attribute in configuration entry %s does not exist in the Directory Server schema. The attribute that is to be used for username lookups during SASL GSSAPI authentication must be defined in the server schema |
| | | INFO_SASLGSSAPI_DESCRIPTION_USER_BASE_DN_247=ND de base que se debe utilizar para buscar entradas en funci\u00f3n del nombre de usuario proporcionado durante la autenticaci\u00f3n SASL GSSAPI. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_SASLGSSAPI_CANNOT_GET_USER_BASE_DN_248=An unexpected error occurred while attempting to determine the value of the ds-cfg-user-base-dn attribute in configuration entry %s: %s |
| | | INFO_SASLGSSAPI_DESCRIPTION_SERVER_FQDN_249=Nombre de dominio completo que se debe utilizar para el servidor durante la autenticaci\u00f3n SASL GSSAPI. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_SASLGSSAPI_CANNOT_GET_SERVER_FQDN_250=An unexpected error occurred while attempting to determine the value of the ds-cfg-server-fqdn attribute in configuration entry %s: %s |
| | | INFO_SASLGSSAPI_UPDATED_USERNAME_ATTR_251=Se ha actualizado el atributo ds-cfg-user-name-attribute de la entrada de configuraci\u00f3n %s. El atributo %s se utilizar\u00e1 ahora para buscar entradas de usuario en funci\u00f3n del nombre de usuario |
| | | INFO_SASLGSSAPI_UPDATED_USER_BASE_DN_252=Se ha actualizado el atributo ds-cfg-user-base-dn de la entrada de configuraci\u00f3n %s. El ND %s se utilizar\u00e1 ahora como base para buscar entradas de usuario en funci\u00f3n del nombre de usuario |
| | | INFO_SASLGSSAPI_UPDATED_NEW_SERVER_FQDN_253=Se ha actualizado el atributo ds-cfg-server-fqdn de la entrada de configuraci\u00f3n %s. El valor "%s" se utilizar\u00e1 ahora como nombre completo de Directory Server para la autenticaci\u00f3n GSSAPI |
| | | INFO_SASLGSSAPI_UPDATED_NO_SERVER_FQDN_254=Se ha actualizado el atributo ds-cfg-server-fqdn de la entrada de configuraci\u00f3n %s. Directory Server intentar\u00e1 determinar su propio FQDN para utilizarlo en la autenticaci\u00f3n GSSAPI |
| | | INFO_SASLGSSAPI_UNEXPECTED_CALLBACK_255=Se proporcion\u00f3 una devoluci\u00f3n de llamada inesperada para el servidor SASL para utilizarla durante la autenticaci\u00f3n GSSAPI: %s |
| | | INFO_SASLGSSAPI_DESCRIPTION_KDC_ADDRESS_256=Direcci\u00f3n del KDC que se deber\u00eda utilizar durante la autenticaci\u00f3n SASL GSSAPI. Si no viene especificada, se intentar\u00e1 obtener a partir de la configuraci\u00f3n de Kerberos del sistema. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente para los siguientes intentos de enlace de GSSAPI |
| | | MILD_ERR_SASLGSSAPI_CANNOT_GET_KDC_ADDRESS_257=Se produjo un error inesperado al intentar determinar el valor del atributo ds-cfg-kdc-address de la entrada de configuraci\u00f3n %s: %s |
| | | INFO_SASLGSSAPI_DESCRIPTION_REALM_258=Dominio predeterminado que se deber\u00eda utilizar durante la autenticaci\u00f3n SASL GSSAPI. Si no viene especificada, se intentar\u00e1 obtener a partir de la configuraci\u00f3n de Kerberos del sistema. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente para los siguientes intentos de enlace de GSSAPI |
| | | MILD_ERR_SASLGSSAPI_CANNOT_GET_REALM_259=Se produjo un error inesperado al intentar determinar el valor del atributo ds-cfg-realm de la entrada de configuraci\u00f3n %s: %s |
| | | MILD_ERR_SASLGSSAPI_NO_CLIENT_CONNECTION_260=No existe ninguna conexi\u00f3n de cliente disponible para su uso en el procesamiento de la solicitud de enlace de GSSAPI |
| | | MILD_ERR_SASLGSSAPI_CANNOT_CREATE_SASL_SERVER_261=Se produjo un error al intentar crear la instancia de servidor de SASL para procesar la solicitud de enlace de GSSAPI: %s |
| | | MILD_ERR_SASLGSSAPI_CANNOT_EVALUATE_RESPONSE_262=Se produjo un error al intentar evaluar la respuesta de comprobaci\u00f3n que proporcion\u00f3 el cliente en la solicitud de enlace de GSSAPI: %s |
| | | MILD_ERR_SASLGSSAPI_NO_AUTHZ_ID_263=El proceso de autenticaci\u00f3n GSSAPI parece haberse completado, pero no hay disponible ning\u00fan ID de autorizaci\u00f3n para la asignaci\u00f3n a un usuario del directorio |
| | | MILD_ERR_SASLGSSAPI_CANNOT_PERFORM_INTERNAL_SEARCH_264=Se produjo un error al intentar realizar una b\u00fasqueda interna para asignar el ID de autorizaci\u00f3n de GSSAPI %s a un usuario de Directory Server (c\u00f3digo de resultado %d, mensaje de error "%s") |
| | | MILD_ERR_SASLGSSAPI_MULTIPLE_MATCHING_ENTRIES_265=El ID de autorizaci\u00f3n de GSSAPI %s parece tener varias coincidencias en Directory Server |
| | | MILD_ERR_SASLGSSAPI_CANNOT_MAP_AUTHZID_266=El ID de autorizaci\u00f3n de GSSAPI %s no se pudo asignar a ning\u00fan usuario de Directory Server |
| | | INFO_SASLGSSAPI_UPDATED_KDC_267=Se ha actualizado el atributo ds-cfg-kdc-address de la entrada de configuraci\u00f3n %s. El valor "%s" se utilizar\u00e1 ahora como direcci\u00f3n del KDC para la autenticaci\u00f3n GSSAPI |
| | | INFO_SASLGSSAPI_UNSET_KDC_268=Se ha desactivado el atributo ds-cfg-kdc-address de la entrada de configuraci\u00f3n %s como propiedad del sistema. Los siguientes intentos de autenticaci\u00f3n GSSAPI para determinar la direcci\u00f3n de KDC depender\u00e1n de la configuraci\u00f3n de Kerberos del sistema operativo instalado |
| | | INFO_SASLGSSAPI_UPDATED_REALM_269=Se ha actualizado el atributo ds-cfg-realm de la entrada de configuraci\u00f3n %s. El valor "%s" se utilizar\u00e1 ahora como dominio predeterminado para la autenticaci\u00f3n GSSAPI |
| | | INFO_SASLGSSAPI_UNSET_REALM_270=Se ha desactivado el atributo ds-cfg-realm de la entrada de configuraci\u00f3n %s como propiedad del sistema. Los siguientes intentos de autenticaci\u00f3n GSSAPI para determinar el dominio predeterminado depender\u00e1n de la configuraci\u00f3n de Kerberos del sistema operativo instalado |
| | | MILD_ERR_SASLGSSAPI_CANNOT_CREATE_LOGIN_CONTEXT_271=Se produjo un error al intentar crear el contexto de inicio de sesi\u00f3n de JAAS para la autenticaci\u00f3n GSSAPI: %s |
| | | MILD_ERR_SASLGSSAPI_CANNOT_AUTHENTICATE_SERVER_272=Se produjo un error al intentar realizar la autenticaci\u00f3n de Kerberos a nivel de servidor para admitir una operaci\u00f3n de enlace de GSSAPI: %s |
| | | INFO_SASLGSSAPI_DESCRIPTION_KEYTAB_FILE_273=Ruta del archivo de claves que contiene la clave secreta de la entidad de seguridad Kerberos que se debe utilizar al procesar la autenticaci\u00f3n GSSAPI. Si no se especifica, se utilizar\u00e1 el archivo de claves predeterminado del sistema. No se aplicar\u00e1n los cambios realizados en este atributo de configuraci\u00f3n hasta que se desactive y active el controlador del mecanismo GSSAPI SASL, o bien se reinicie Directory Server |
| | | MILD_ERR_SASLGSSAPI_CANNOT_GET_KEYTAB_FILE_274=Se produjo un error inesperado al intentar determinar el valor del atributo ds-cfg-keytab de la entrada de configuraci\u00f3n %s: %s |
| | | SEVERE_ERR_SASLGSSAPI_CANNOT_CREATE_JAAS_CONFIG_275=An error occurred while attempting to write a temporary JAAS configuration file for use during GSSAPI processing: %s |
| | | SEVERE_ERR_SASLGSSAPI_DIFFERENT_AUTHID_AND_AUTHZID_276=The authentication ID %s was not equal to the authorization ID %s. This is not supported for GSSAPI authentication |
| | | SEVERE_ERR_EXTOP_WHOAMI_PROXYAUTH_INSUFFICIENT_PRIVILEGES_277=You do not have sufficient privileges to use the proxied authorization control |
| | | INFO_EXACTMAP_DESCRIPTION_MATCH_ATTR_298=Nombre u OID del atributo cuyo valor debe coincidir exactamente con la cadena de ID que se proporcion\u00f3 a este asignador de identidades. Se debe proporcionar, como m\u00ednimo, un valor. Todos los valores deben hacer referencia al nombre o al OID de un tipo de atributo definido en el esquema de Directory Server. Si se proporcionan varios OID o nombres de tipo de atributo, al menos uno de dichos atributos debe contener en una sola entrada el valor de la cadena de ID |
| | | MILD_ERR_EXACTMAP_NO_MATCH_ATTR_299=La entrada de configuraci\u00f3n %s no tiene valores para el atributo ds-cfg-match-attribute, que se utiliza para especificar el (los) atributo(s) que se debe(n) utilizar para asignar una cadena de ID dada a una entrada de usuario |
| | | MILD_ERR_EXACTMAP_UNKNOWN_ATTR_300=La entrada de configuraci\u00f3n %s contiene el valor %s para el atributo ds-cfg-match-attribute, pero este valor no es un OID ni un nombre v\u00e1lido para los tipos de atributo definidos en el esquema de Directory Server |
| | | MILD_ERR_EXACTMAP_CANNOT_DETERMINE_MATCH_ATTR_301=Se produjo un error al intentar procesar el (los) valor(es) del atributo ds-cfg-match-attribute de la entrada de configuraci\u00f3n %s: %s |
| | | INFO_EXACTMAP_DESCRIPTION_SEARCH_BASE_302=Los ND de base que se deber\u00edan utilizar para realizar b\u00fasquedas de cara a asignar la cadena de ID proporcionada a una entrada de usuario. Si no se proporciona ninguno, se utilizar\u00e1 el DSE de ra\u00edz como base de b\u00fasqueda |
| | | MILD_ERR_EXACTMAP_CANNOT_DETERMINE_MATCH_BASE_303=Se produjo un error al intentar procesar el (los) valor(es) del atributo ds-cfg-match-base-dn de la entrada de configuraci\u00f3n %s: %s |
| | | INFO_EXACTMAP_UPDATED_MATCH_ATTRS_304=Se ha actualizado el conjunto de atributos que se debe utilizar para emparejar cadenas de ID con las entradas de usuario del atributo ds-cfg-match-attribute de la entrada de configuraci\u00f3n %s |
| | | INFO_EXACTMAP_UPDATED_MATCH_BASES_305=Se ha actualizado el conjunto de ND de base que se debe utilizar para emparejar cadenas de ID con las entradas de usuario del atributo ds-cfg-match-base-dn de la entrada de configuraci\u00f3n %s |
| | | MILD_ERR_EXACTMAP_MULTIPLE_MATCHING_ENTRIES_306=Cadena de ID %s asignada a varios usuarios |
| | | MILD_ERR_EXACTMAP_INEFFICIENT_SEARCH_307=La b\u00fasqueda interna basada en la cadena de ID %s no se pudo procesar correctamente: %s. Compruebe la configuraci\u00f3n del servidor para asegurarse de que la configuraci\u00f3n de todos los servidores de fondo asociados es la apropiada para estos tipos de b\u00fasqueda |
| | | MILD_ERR_EXACTMAP_SEARCH_FAILED_308=Se produjo un fallo interno al intentar resolver una cadena de ID %s para una entrada de usuario: %s |
| | | INFO_SASLCRAMMD5_DESCRIPTION_IDENTITY_MAPPER_DN_309=ND de la entrada de configuraci\u00f3n que mantiene la configuraci\u00f3n del asignador de identidades que se deber\u00eda utilizar para asignar el nombre de usuario de CRAM-MD5 a una entrada de usuario de Directory Server. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | MILD_ERR_SASLCRAMMD5_NO_IDENTITY_MAPPER_ATTR_310=La entrada de configuraci\u00f3n %s no contiene el atributo ds-cfg-identity-mapper que especifica el ND del asignador de identidades que se debe utilizar junto con el mecanismo CRAM-MD5 SASL. Este atributo es obligatorio |
| | | MILD_ERR_SASLCRAMMD5_NO_SUCH_IDENTITY_MAPPER_311=El asignador de identidades %s especificado en el atributo ds-cfg-identity-mapper de la entrada de configuraci\u00f3n %s no hace referencia a ninguna configuraci\u00f3n de asignador de identidades v\u00e1lida que est\u00e9 activada para su uso en Directory Server |
| | | MILD_ERR_SASLCRAMMD5_CANNOT_GET_IDENTITY_MAPPER_312=Se produjo un error al intentar procesar el valor del atributo ds-cfg-identity-mapper de la entrada de configuraci\u00f3n %s para determinar qu\u00e9 asignador de identidades se deber\u00eda utilizar junto con el mecanismo CRAM-MD5 SASL: %s |
| | | MILD_ERR_SASLCRAMMD5_CANNOT_MAP_USERNAME_313=Se produjo un error al intentar asignar el nombre de usuario %s a una entrada de Directory Server: %s |
| | | INFO_SASLCRAMMD5_UPDATED_IDENTITY_MAPPER_314=Se ha actualizado el atributo ds-cfg-identity-mapper de la entrada de configuraci\u00f3n %s. El asignador de identidades definido en la entrada de configuraci\u00f3n %s se utilizar\u00e1 ahora para asignar nombres de usuario a entradas durante el procesamiento de las solicitudes de enlace de SASL CRAM-MD5 |
| | | INFO_SASLDIGESTMD5_DESCRIPTION_IDENTITY_MAPPER_DN_315=ND de la entrada de configuraci\u00f3n que mantiene la configuraci\u00f3n del asignador de identidades que se deber\u00eda utilizar para asignar el nombre de usuario de DIGEST-MD5 a una entrada de usuario de Directory Server. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | MILD_ERR_SASLDIGESTMD5_NO_IDENTITY_MAPPER_ATTR_316=La entrada de configuraci\u00f3n %s no contiene el atributo ds-cfg-identity-mapper que especifica el ND del asignador de identidades que se debe utilizar junto con el mecanismo DIGEST-MD5 SASL. Este atributo es obligatorio |
| | | MILD_ERR_SASLDIGESTMD5_NO_SUCH_IDENTITY_MAPPER_317=El asignador de identidades %s especificado en el atributo ds-cfg-identity-mapper de la entrada de configuraci\u00f3n %s no hace referencia a ninguna configuraci\u00f3n de asignador de identidades v\u00e1lida que est\u00e9 activada para su uso en Directory Server |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_GET_IDENTITY_MAPPER_318=Se produjo un error al intentar procesar el valor del atributo ds-cfg-identity-mapper de la entrada de configuraci\u00f3n %s para determinar qu\u00e9 asignador de identidades se deber\u00eda utilizar junto con el mecanismo DIGEST-MD5 SASL: %s |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_MAP_USERNAME_319=Se produjo un error al intentar asignar el nombre de usuario %s a una entrada de Directory Server: %s |
| | | INFO_SASLDIGESTMD5_UPDATED_IDENTITY_MAPPER_320=Se ha actualizado el atributo ds-cfg-identity-mapper de la entrada de configuraci\u00f3n %s. El asignador de identidades definido en la entrada de configuraci\u00f3n %s se utilizar\u00e1 ahora para asignar nombres de usuario a entradas durante el procesamiento de las solicitudes de enlace de SASL DIGEST-MD5 |
| | | INFO_SASLPLAIN_DESCRIPTION_IDENTITY_MAPPER_DN_321=ND de la entrada de configuraci\u00f3n que mantiene la configuraci\u00f3n del asignador de identidades que se deber\u00eda utilizar para asignar el nombre de usuario proporcionado a una entrada de usuario de Directory Server. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | MILD_ERR_SASLPLAIN_NO_IDENTITY_MAPPER_ATTR_322=La entrada de configuraci\u00f3n %s no contiene el atributo ds-cfg-identity-mapper que especifica el ND del asignador de identidades que se debe utilizar junto con el mecanismo PLAIN SASL. Este atributo es obligatorio |
| | | MILD_ERR_SASLPLAIN_NO_SUCH_IDENTITY_MAPPER_323=El asignador de identidades %s especificado en el atributo ds-cfg-identity-mapper de la entrada de configuraci\u00f3n %s no hace referencia a ninguna configuraci\u00f3n de asignador de identidades v\u00e1lida que est\u00e9 activada para su uso en Directory Server |
| | | MILD_ERR_SASLPLAIN_CANNOT_GET_IDENTITY_MAPPER_324=Se produjo un error al intentar procesar el valor del atributo ds-cfg-identity-mapper de la entrada de configuraci\u00f3n %s para determinar qu\u00e9 asignador de identidades se deber\u00eda utilizar junto con el mecanismo PLAIN SASL: % |
| | | MILD_ERR_SASLPLAIN_CANNOT_MAP_USERNAME_325=Se produjo un error al intentar asignar el nombre de usuario %s a una entrada de Directory Server: %s |
| | | INFO_SASLPLAIN_UPDATED_IDENTITY_MAPPER_326=Se ha actualizado el atributo ds-cfg-identity-mapper de la entrada de configuraci\u00f3n %s. El asignador de identidades definido en la entrada de configuraci\u00f3n %s se utilizar\u00e1 ahora para asignar nombres de usuario a entradas durante el procesamiento de las solicitudes de enlace de SASL PLAIN |
| | | MILD_ERR_EXTOP_CANCEL_NO_REQUEST_VALUE_327=No se puede procesar la solicitud de cancelaci\u00f3n porque la operaci\u00f3n extendida no inclu\u00eda un valor de solicitud |
| | | MILD_ERR_EXTOP_CANCEL_CANNOT_DECODE_REQUEST_VALUE_328=Se produjo un error al intentar descodificar el valor de la solicitud extendida de cancelaci\u00f3n: %s |
| | | INFO_EXTOP_CANCEL_REASON_329=Se termin\u00f3 el procesamiento de esta operaci\u00f3n al recibir una solicitud de cancelaci\u00f3n (ID del mensaje %d) |
| | | MILD_ERR_PWSCHEME_DOES_NOT_SUPPORT_AUTH_PASSWORD_330=El esquema de almacenamiento de contrase\u00f1as %s no admite el uso con la sintaxis de atributos de contrase\u00f1as de autenticaci\u00f3n. |
| | | INFO_PWLENGTHVALIDATOR_DESCRIPTION_MIN_LENGTH_331=N\u00famero m\u00ednimo de caracteres que se permite tener a una contrase\u00f1a. Un valor de cero indica que no hay longitud m\u00ednima. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | MILD_ERR_PWLENGTHVALIDATOR_CANNOT_DETERMINE_MIN_LENGTH_332=Se produjo un error al intentar determinar la longitud m\u00ednima permitida para las contrase\u00f1as a partir del atributo ds-cfg-min-password-length: %s |
| | | INFO_PWLENGTHVALIDATOR_DESCRIPTION_MAX_LENGTH_333=N\u00famero m\u00e1ximo de caracteres que se permite tener a una contrase\u00f1a. Un valor de cero indica que no hay longitud m\u00e1xima. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | MILD_ERR_PWLENGTHVALIDATOR_CANNOT_DETERMINE_MAX_LENGTH_334=Se produjo un error al intentar determinar la longitud m\u00e1xima permitida para las contrase\u00f1as a partir del atributo ds-cfg-max-password-length: %s |
| | | MILD_ERR_PWLENGTHVALIDATOR_MIN_GREATER_THAN_MAX_335=La longitud m\u00ednima de contrase\u00f1a configurada, %d caracteres, es mayor que la longitud m\u00e1xima de contrase\u00f1a configurada, %d caracteres |
| | | MILD_ERR_PWLENGTHVALIDATOR_TOO_SHORT_336=La contrase\u00f1a proporcionada consta de menos caracteres que el m\u00ednimo establecido, %d caracteres |
| | | MILD_ERR_PWLENGTHVALIDATOR_TOO_LONG_337=La contrase\u00f1a proporcionada consta de m\u00e1s caracteres que el m\u00e1ximo permitido, %d caracteres |
| | | INFO_PWLENGTHVALIDATOR_UPDATED_MIN_LENGTH_338=Se ha actualizado a %d la longitud m\u00ednima para las contrase\u00f1as |
| | | INFO_PWLENGTHVALIDATOR_UPDATED_MAX_LENGTH_339=Se ha actualizado a %d la longitud m\u00e1xima para las contrase\u00f1as |
| | | INFO_RANDOMPWGEN_DESCRIPTION_CHARSET_340=Conjunto(s) de caracteres que se deber\u00eda(n) utilizar para generar las contrase\u00f1as. A cada conjunto de caracteres se le debe dar un nombre (que s\u00f3lo conste de caracteres alfab\u00e9ticos ASCII) seguido por un signo de dos puntos y el conjunto de caracteres que se va a incluir en dicho conjunto. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | MILD_ERR_RANDOMPWGEN_NO_CHARSETS_341=La entrada de configuraci\u00f3n "%s" no contiene el atributo ds-cfg-password-character-set que especifica los conjuntos de caracteres que se deben utilizar para generar la contrase\u00f1a. Este atributo es obligatorio |
| | | MILD_ERR_RANDOMPWGEN_CHARSET_NAME_CONFLICT_342=La entrada de configuraci\u00f3n "%s" contiene varias definiciones para el conjunto de caracteres %s |
| | | MILD_ERR_RANDOMPWGEN_CANNOT_DETERMINE_CHARSETS_343=Se produjo un error al intentar descodificar el (los) valor(es) del atributo de configuraci\u00f3n ds-cfg-password-character-set, que se utiliza para mantener el (los) conjunto(s) de caracteres y utilizarlo(s) en la generaci\u00f3n de la contrase\u00f1a: %s |
| | | INFO_RANDOMPWGEN_DESCRIPTION_PWFORMAT_344=Formato que se debe utilizar para las contrase\u00f1as creadas por este generador de contrase\u00f1as. El valor deber\u00eda ser una secuencia de elementos separados por comas, donde cada elemento es el nombre de un conjunto de caracteres seguido por un signo de dos puntos y el n\u00famero de caracteres entre los que elegir aleatoriamente en dicho conjunto. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | MILD_ERR_RANDOMPWGEN_NO_PWFORMAT_345=La entrada de configuraci\u00f3n "%s" no contiene el atributo ds-cfg-password-format que especifica el formato que se debe utilizar para la contrase\u00f1a generada. Este atributo es obligatorio |
| | | MILD_ERR_RANDOMPWGEN_UNKNOWN_CHARSET_346=La cadena "%s" de formato de la contrase\u00f1a hace referencia a un conjunto de caracteres no definido %s" |
| | | MILD_ERR_RANDOMPWGEN_INVALID_PWFORMAT_347=La cadena "%s" de formato de la contrase\u00f1a contiene una sintaxis no v\u00e1lida. Este valor deber\u00eda ser una secuencia de elementos separados por comas, donde cada elemento es el nombre de un conjunto de caracteres seguido por un signo de dos puntos y el n\u00famero de caracteres entre los que elegir aleatoriamente en dicho conjunto. |
| | | MILD_ERR_RANDOMPWGEN_CANNOT_DETERMINE_PWFORMAT_348=Se produjo un error al intentar descodificar el valor para el atributo de configuraci\u00f3n ds-cfg-password-format, que se utiliza para especificar el formato para las contrase\u00f1as generadas: %s |
| | | INFO_SASLGSSAPI_DESCRIPTION_IDENTITY_MAPPER_DN_349=ND de la entrada de configuraci\u00f3n que mantiene la configuraci\u00f3n para el asignador de identidades que se deber\u00eda utilizar para asignar la entidad de seguridad de GSSAPI a una entrada de usuario de Directory Server. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | MILD_ERR_SASLGSSAPI_NO_IDENTITY_MAPPER_ATTR_350=La entrada de configuraci\u00f3n %s no contiene el atributo ds-cfg-identity-mapper que especifica el ND del asignador de identidades que se debe utilizar junto con el mecanismo GSSAPI SASL. Este atributo es obligatorio |
| | | MILD_ERR_SASLGSSAPI_NO_SUCH_IDENTITY_MAPPER_351=El asignador de identidades %s especificado en el atributo ds-cfg-identity-mapper de la entrada de configuraci\u00f3n %s no hace referencia a ninguna configuraci\u00f3n de asignador de identidades v\u00e1lida que est\u00e9 activada para su uso en Directory Server |
| | | MILD_ERR_SASLGSSAPI_CANNOT_GET_IDENTITY_MAPPER_352=Se produjo un error al intentar procesar el valor del atributo ds-cfg-identity-mapper de la entrada de configuraci\u00f3n %s para determinar qu\u00e9 asignador de identidades se deber\u00eda utilizar junto con el mecanismo GSSAPI SASL: %S |
| | | INFO_SASLGSSAPI_UPDATED_IDENTITY_MAPPER_353=Se ha actualizado el atributo ds-cfg-identity-mapper de la entrada de configuraci\u00f3n %s. El valor "%s" se utilizar\u00e1 ahora como el ND de la entrada de configuraci\u00f3n del asignador de identidades para la autenticaci\u00f3n GSSAPI |
| | | MILD_ERR_EXTOP_PASSMOD_CANNOT_GET_PW_POLICY_354=Se produjo un error al intentar obtener la directiva de contrase\u00f1as para el usuario %s: %s |
| | | MILD_ERR_EXTOP_PASSMOD_REQUIRE_CURRENT_PW_355=Para cambiar su contrase\u00f1a, el usuario debe proporcionar la que utiliza actualmente |
| | | MILD_ERR_EXTOP_PASSMOD_SECURE_AUTH_REQUIRED_356=Las operaciones de modificaci\u00f3n de contrase\u00f1as que necesitan que se suministre la contrase\u00f1a actual del usuario deben realizarse a trav\u00e9s de un canal de comunicaci\u00f3n seguro |
| | | MILD_ERR_EXTOP_PASSMOD_USER_PW_CHANGES_NOT_ALLOWED_357=A los usuarios finales no se les permite cambiar sus contrase\u00f1as |
| | | MILD_ERR_EXTOP_PASSMOD_SECURE_CHANGES_REQUIRED_358=Los cambios de contrase\u00f1a se deben realizar a trav\u00e9s de un canal de comunicaci\u00f3n seguro |
| | | MILD_ERR_EXTOP_PASSMOD_IN_MIN_AGE_359=La contrase\u00f1a no se puede cambiar porque se ha cambiado recientemente |
| | | MILD_ERR_EXTOP_PASSMOD_PASSWORD_IS_EXPIRED_360=La contrase\u00f1a no se puede cambiar porque ha caducado |
| | | MILD_ERR_EXTOP_PASSMOD_NO_PW_GENERATOR_361=No se ha proporcionado una contrase\u00f1a nueva ni se ha definido un generador de contrase\u00f1as que pudiera utilizarse para crear una autom\u00e1ticamente |
| | | MILD_ERR_EXTOP_PASSMOD_CANNOT_GENERATE_PW_362=Se produjo un error al intentar crear una contrase\u00f1a nueva mediante el generador de contrase\u00f1as: %s |
| | | MILD_ERR_EXTOP_PASSMOD_PRE_ENCODED_NOT_ALLOWED_363=La directiva de contrase\u00f1as no permite que los usuarios proporcionen contrase\u00f1as precodificadas |
| | | MILD_ERR_EXTOP_PASSMOD_UNACCEPTABLE_PW_364=La contrase\u00f1a nueva proporcionada no super\u00f3 las comprobaciones de validaci\u00f3n definidas en el servidor: %s |
| | | MILD_ERR_EXTOP_PASSMOD_CANNOT_ENCODE_PASSWORD_365=No se puede codificar la contrase\u00f1a proporcionada mediante el (los) esquema(s) predeterminado(s): %s |
| | | MILD_ERR_EXTOP_PASSMOD_NO_SUCH_ID_MAPPER_368=El asignador de identidades con el ND de configuraci\u00f3n %s como se especifica para su uso con la operaci\u00f3n extendida de modificaci\u00f3n de contrase\u00f1a definida en la entrada %s no existe o no est\u00e1 activado. El asignador de identidades es un componente necesario. La operaci\u00f3n extendida de modificaci\u00f3n de la contrase\u00f1a no se activar\u00e1 |
| | | MILD_ERR_EXTOP_PASSMOD_CANNOT_DETERMINE_ID_MAPPER_369=Se produjo un error al intentar determinar el asignador de identidades que se debe utilizar junto con la operaci\u00f3n extendida de modificaci\u00f3n de la contrase\u00f1a definida en la entrada de configuraci\u00f3n %s: %s. La operaci\u00f3n extendida de modificaci\u00f3n de la contrase\u00f1a no se activar\u00e1 para su uso en el servidor |
| | | MILD_ERR_EXTOP_PASSMOD_CANNOT_MAP_USER_370=No se puede asignar la cadena de ID de autorizaci\u00f3n "%s" proporcionada a ning\u00fan usuario del directorio |
| | | MILD_ERR_EXTOP_PASSMOD_ERROR_MAPPING_USER_371=Se produjo un error al intentar asignar la cadena de ID de autorizaci\u00f3n "%s" a una entrada de usuario: %s |
| | | INFO_ERRORLOG_ACCTNOTHANDLER_DESCRIPTION_NOTIFICATION_TYPES_372=Tipos de notificaci\u00f3n de estado para los que se deben generar mensajes de registro. Es un atributo con varios valores y los cambios se aplicar\u00e1n inmediatamente |
| | | MILD_ERR_ERRORLOG_ACCTNOTHANDLER_INVALID_TYPE_373=La entrada de configuraci\u00f3n %s contiene un tipo de notificaci\u00f3n de estado de cuenta no reconocido %s |
| | | MILD_ERR_ERRORLOG_ACCTNOTHANDLER_CANNOT_GET_NOTIFICATION_TYPES_374=Se produjo un error al intentar determinar los tipos de notificaci\u00f3n de estado de cuenta a partir de la entrada de configuraci\u00f3n %s: %s |
| | | NOTICE_ERRORLOG_ACCTNOTHANDLER_NOTIFICATION_375=Tipo Account-Status-Notification='%s' userdn='%s' id=%d msg='%s' |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_GET_REVERSIBLE_PASSWORDS_376=Se produjo un error al intentar recuperar la(s) contrase\u00f1a(s) no cifrada(s) para el usuario %s de cara a realizar la autenticaci\u00f3n SASL DIGEST-MD5: %s |
| | | MILD_ERR_SASLCRAMMD5_CANNOT_GET_REVERSIBLE_PASSWORDS_377=Se produjo un error al intentar recuperar la(s) contrase\u00f1a(s) no cifrada(s) para el usuario %s de cara a realizar la autenticaci\u00f3n SASL CRAM-MD5: %s |
| | | MILD_ERR_SASLPLAIN_CANNOT_CHECK_PASSWORD_VALIDITY_378=Se produjo un error al intentar verificar la contrase\u00f1a para el usuario %s durante la autenticaci\u00f3n SASL PLAIN: %s |
| | | MILD_ERR_STARTTLS_ERROR_SENDING_CLEAR_RESPONSE_379=Se produjo un error inesperado al intentar enviar la respuesta no cifrada al cliente despu\u00e9s de iniciar la negociaci\u00f3n TLS: %s |
| | | MILD_WARN_EXTOP_PASSMOD_NOOP_380=La operaci\u00f3n de modificaci\u00f3n de la contrase\u00f1a no se lleg\u00f3 a completar en Directory Server porque el control no-op de LDAP estaba presente en la solicitud |
| | | MILD_ERR_EXTOP_PASSMOD_ACCOUNT_DISABLED_381=Se ha desactivado de forma administrativa la cuenta de usuario. |
| | | MILD_ERR_EXTOP_PASSMOD_ACCOUNT_LOCKED_382=La cuenta de usuario est\u00e1 bloqueada |
| | | MILD_ERR_STATICMEMBERS_NO_SUCH_ENTRY_383=No se puede examinar la entrada %s como un miembro potencial del grupo est\u00e1tico %s porque dicha entrada no existe en Directory Server |
| | | MILD_ERR_STATICMEMBERS_CANNOT_GET_ENTRY_384=Se produjo un error al intentar recuperar la entrada %s como un miembro potencial del grupo est\u00e1tico %s: %s |
| | | MILD_ERR_STATICGROUP_INVALID_OC_COMBINATION_385=No se puede analizar al entrada %s como un grupo est\u00e1tico v\u00e1lido porque no se permite que los grupos est\u00e1ticos tengan al mismo tiempo las clases de objeto %s y %s |
| | | MILD_ERR_STATICGROUP_NO_VALID_OC_386=No se puede analizar la entrada %s como un grupo est\u00e1tico v\u00e1lido porque no contiene s\u00f3lo clases de objeto %s o %s |
| | | MILD_ERR_STATICGROUP_CANNOT_DECODE_MEMBER_VALUE_AS_DN_387=No se puede analizar el valor %s para el atributo %s de la entrada %s como un ND v\u00e1lido: %s. Se excluir\u00e1 del conjunto de miembros del grupo |
| | | MILD_ERR_STATICGROUP_ADD_MEMBER_ALREADY_EXISTS_388=No se puede agregar al usuario %s como miembro nuevo del grupo est\u00e1tico %s porque dicho usuario ya aparece en la lista de miembros del grupo |
| | | MILD_ERR_STATICGROUP_REMOVE_MEMBER_NO_SUCH_MEMBER_389=No se puede quitar al usuario %s como miembro del grupo est\u00e1tico %s porque dicho usuario no est\u00e1 incluido en la lista de miembros del grupo. |
| | | MILD_ERR_STATICGROUP_ADD_MEMBER_UPDATE_FAILED_390=No se puede agregar al usuario %s como miembro nuevo del grupo est\u00e1tico %s porque se produjo un error al intentar realizar una modificaci\u00f3n interna para actualizar el grupo: %s |
| | | MILD_ERR_STATICGROUP_REMOVE_MEMBER_UPDATE_FAILED_391=No se puede agregar al usuario %s como miembro del grupo est\u00e1tico %s porque se produjo un error al intentar realizar una modificaci\u00f3n interna para actualizar el grupo: %s |
| | | MILD_ERR_EXTOP_PASSMOD_INSUFFICIENT_PRIVILEGES_392=No dispone de los privilegios suficientes para realizar operaciones de restablecimiento de contrase\u00f1a |
| | | MILD_ERR_SASLDIGESTMD5_EMPTY_AUTHZID_393=El ID de autorizaci\u00f3n proporcionado estaba vac\u00edo, lo cual no est\u00e1 permitido para la autenticaci\u00f3n DIGEST-MD5 |
| | | MILD_ERR_SASLDIGESTMD5_AUTHZID_INVALID_DN_394=El ID de autorizaci\u00f3n proporcionado %s conten\u00eda un ND no v\u00e1lido: %s |
| | | MILD_ERR_SASLDIGESTMD5_AUTHZID_INSUFFICIENT_PRIVILEGES_395=El usuario que intenta la autenticaci\u00f3n % no dispone de los privilegios suficientes para asumir otra identidad de autorizaci\u00f3n |
| | | MILD_ERR_SASLDIGESTMD5_AUTHZID_NO_SUCH_ENTRY_396=La entrada %s especificada como identidad de autorizaci\u00f3n no existe |
| | | MILD_ERR_SASLDIGESTMD5_AUTHZID_CANNOT_GET_ENTRY_397=No se puede recuperar la entrada %s, que se especific\u00f3 como identidad de la autorizaci\u00f3n: %s |
| | | MILD_ERR_SASLDIGESTMD5_AUTHZID_NO_MAPPED_ENTRY_398=El servidor no pudo encontrar ninguna entrada que se correspondiera con el ID de autorizaci\u00f3n % |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_MAP_AUTHZID_399=Se produjo un error al intentar asignar el ID de autorizaci\u00f3n %s a una entrada de usuario: %s |
| | | MILD_ERR_SASLPLAIN_AUTHZID_INVALID_DN_400=El ID de autorizaci\u00f3n proporcionado %s conten\u00eda un ND no v\u00e1lido: %s |
| | | MILD_ERR_SASLPLAIN_AUTHZID_INSUFFICIENT_PRIVILEGES_401=El usuario que intenta la autenticaci\u00f3n %s no dispone de los privilegios suficientes para especificar un ID de autorizaci\u00f3n alternativo |
| | | MILD_ERR_SASLPLAIN_AUTHZID_NO_SUCH_ENTRY_402=La entrada correspondiente al ND de autorizaci\u00f3n %s no existe en Directory Server |
| | | MILD_ERR_SASLPLAIN_AUTHZID_CANNOT_GET_ENTRY_403=Se produjo un error al intentar recuperar la entrada %, que se especific\u00f3 como el ID de autorizaci\u00f3n: %s |
| | | MILD_ERR_SASLPLAIN_AUTHZID_NO_MAPPED_ENTRY_404=No se encontr\u00f3 en el servidor ninguna entrada que se correspondiera con el ID de autorizaci\u00f3n % |
| | | MILD_ERR_SASLPLAIN_AUTHZID_CANNOT_MAP_AUTHZID_405=Se produjo un error al intentar asignar el ID de autorizaci\u00f3n %s a una entrada de usuario: %s |
| | | INFO_SASLEXTERNAL_DESCRIPTION_CERT_MAPPER_DN_406=ND de la entrada de configuraci\u00f3n que define el asignador de certificados que se debe utilizar para asignar un certificado a una entrada de usuario. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | MILD_ERR_SASLEXTERNAL_NO_CERTIFICATE_MAPPER_DN_407=La entrada de configuraci\u00f3n %s no contiene el atributo ds-cfg-certificate-mapper, el cual es necesario para poder especificar el certificado que deber\u00eda utilizarse para asignar los certificados a las entradas de usuario |
| | | MILD_ERR_SASLEXTERNAL_INVALID_CERTIFICATE_MAPPER_DN_408=La entrada de configuraci\u00f3n %s contiene un ND de asignador de certificados de %s, pero no hay ning\u00fan asignador como \u00e9ste activado en Directory Server |
| | | MILD_ERR_SASLEXTERNAL_CANNOT_GET_CERT_MAPPER_DN_409=Se produjo un error al intentar recuperar el ND de asignador de certificados a partir de la entrada de configuraci\u00f3n %s: %s |
| | | INFO_SASLEXTERNAL_UPDATED_CERT_MAPPER_DN_410=Se ha actualizado el atributo ds-cfg-certificate-mapper de la entrada de configuraci\u00f3n %s. El asignador de certificados %s se utilizar\u00e1 ahora para asignar certificados a entradas de usuario |
| | | INFO_SDTUACM_DESCRIPTION_SUBJECT_ATTR_411=Nombre del tipo de atributo de las entradas de usuario que contiene los asuntos de los certificados que mantiene dicho usuario. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_SDTUACM_NO_SUBJECT_ATTR_412=Configuration entry %s does not contain required attribute %s, which is used to specify which attribute should contain the subjects of the certificates held by users |
| | | SEVERE_ERR_SDTUACM_NO_SUCH_ATTR_413=Configuration entry %s indicates that certificate subjects should be held in attribute %s, but this attribute is not defined in the server schema |
| | | SEVERE_ERR_SDTUACM_CANNOT_GET_SUBJECT_ATTR_414=An error occurred while attempting to determine which attribute type should be used to hold certificate subjects from configuration entry %s: %s |
| | | INFO_SDTUACM_DESCRIPTION_BASE_DN_415=ND de base en funci\u00f3n de los que se realizar\u00e1n las b\u00fasquedas de entradas de usuario coincidentes. Si no se proporciona ning\u00fan ND, el servidor buscar\u00e1 en funci\u00f3n de todos los contextos de nomenclatura p\u00fablicos. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_SDTUACM_CANNOT_GET_BASE_DN_416=An error occurred while attempting to determine the search base DN(s) from configuration entry %s: %s |
| | | SEVERE_ERR_SDTUACM_NO_PEER_CERTIFICATE_417=Could not map the provided certificate chain to a user entry because no peer certificate was available |
| | | SEVERE_ERR_SDTUACM_PEER_CERT_NOT_X509_418=Could not map the provided certificate chain to a user because the peer certificate was not an X.509 certificate (peer certificate format was %s) |
| | | SEVERE_ERR_SDTUACM_MULTIPLE_MATCHING_ENTRIES_419=The certificate with subject %s could not be mapped to exactly one user. It maps to both %s and %s |
| | | INFO_SATUACM_DESCRIPTION_ATTR_MAP_420=Nombre del tipo de atributo de las entradas de usuario que define la asignaci\u00f3n entre atributos de asuntos de certificado y atributos de entradas de usuario. Los valores deben tener la forma 'certattr:userattr'. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_SATUACM_NO_MAP_ATTR_421=Configuration entry %s does not contain required attribute %s, which is used to specify the mappings between attributes in certificate subjects and attributes in user entries |
| | | SEVERE_ERR_SATUACM_INVALID_MAP_FORMAT_422=Configuration entry %s has value '%s' which violates the format required for attribute mappings. The expected format is 'certattr:userattr' |
| | | SEVERE_ERR_SATUACM_DUPLICATE_CERT_ATTR_423=Configuration entry %s contains multiple mappings for certificate attribute %s |
| | | SEVERE_ERR_SATUACM_NO_SUCH_ATTR_424=Mapping %s in configuration entry %s references attribute %s which is not defined in the server schema |
| | | SEVERE_ERR_SATUACM_DUPLICATE_USER_ATTR_425=Configuration entry %s contains multiple mappings for user attribute %s |
| | | SEVERE_ERR_SATUACM_CANNOT_GET_ATTR_MAP_426=An error occurred while attempting to determine the set of attribute mappings from configuration entry %s: %s |
| | | INFO_SATUACM_DESCRIPTION_BASE_DN_427=ND de base en funci\u00f3n de los que se realizar\u00e1n las b\u00fasquedas de entradas de usuario coincidentes. Si no se proporciona ning\u00fan ND, el servidor buscar\u00e1 en funci\u00f3n de todos los contextos de nomenclatura p\u00fablicos. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_SATUACM_CANNOT_GET_BASE_DN_428=An error occurred while attempting to determine the search base DN(s) from configuration entry %s: %s |
| | | SEVERE_ERR_SATUACM_NO_PEER_CERTIFICATE_429=Could not map the provided certificate chain to a user entry because no peer certificate was available |
| | | SEVERE_ERR_SATUACM_PEER_CERT_NOT_X509_430=Could not map the provided certificate chain to a user because the peer certificate was not an X.509 certificate (peer certificate format was %s) |
| | | SEVERE_ERR_SATUACM_CANNOT_DECODE_SUBJECT_AS_DN_431=Unable to decode peer certificate subject %s as a DN: %s |
| | | SEVERE_ERR_SATUACM_NO_MAPPABLE_ATTRIBUTES_432=Peer certificate subject %s does not contain any attributes for which a mapping has been established |
| | | SEVERE_ERR_SATUACM_MULTIPLE_MATCHING_ENTRIES_433=The certificate with subject %s could not be mapped to exactly one user. It maps to both %s and %s |
| | | INFO_FCM_DESCRIPTION_FINGERPRINT_ATTR_434=Nombre del tipo de atributo de las entradas de usuario que contiene las huellas de los certificados que mantiene dicho usuario. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_FCM_NO_FINGERPRINT_ATTR_435=Configuration entry %s does not contain required attribute %s, which is used to specify which attribute should contain the fingerprints of the certificates held by users |
| | | SEVERE_ERR_FCM_NO_SUCH_ATTR_436=Configuration entry %s indicates that certificate fingerprints should be held in attribute %s, but this attribute is not defined in the server schema |
| | | SEVERE_ERR_FCM_CANNOT_GET_FINGERPRINT_ATTR_437=An error occurred while attempting to determine which attribute type should be used to hold certificate fingerprints from configuration entry %s: %s |
| | | INFO_FCM_DESCRIPTION_FINGERPRINT_ALGORITHM_438=Nombre del algoritmo de recopilaci\u00f3n utilizado para las huellas de los certificados. El valor deber\u00eda ser 'MD5' o 'SHA1'. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_FCM_NO_FINGERPRINT_ALGORITHM_439=Configuration entry %s does not contain required attribute %s, which is used to specify which digest algorithm should be used to compute certificate fingerprints |
| | | SEVERE_ERR_FCM_CANNOT_GET_FINGERPRINT_ALGORITHM_440=An error occurred while attempting to determine the digest algorithm from configuration entry %s: %s |
| | | INFO_FCM_DESCRIPTION_BASE_DN_441=ND de base en funci\u00f3n de los que se realizar\u00e1n las b\u00fasquedas de entradas de usuarios coincidentes. Si no se proporciona ning\u00fan ND, el servidor buscar\u00e1 en funci\u00f3n de todos los contextos de nomenclatura p\u00fablicos. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_FCM_CANNOT_GET_BASE_DN_442=An error occurred while attempting to determine the search base DN(s) from configuration entry %s: %s |
| | | SEVERE_ERR_FCM_NO_PEER_CERTIFICATE_443=Could not map the provided certificate chain to a user entry because no peer certificate was available |
| | | SEVERE_ERR_FCM_PEER_CERT_NOT_X509_444=Could not map the provided certificate chain to a user because the peer certificate was not an X.509 certificate (peer certificate format was %s) |
| | | SEVERE_ERR_FCM_CANNOT_CALCULATE_FINGERPRINT_445=An error occurred while attempting to calculate the fingerprint for the peer certificate with subject %s: %s |
| | | SEVERE_ERR_FCM_MULTIPLE_MATCHING_ENTRIES_446=The certificate with fingerprint %s could not be mapped to exactly one user. It maps to both %s and %s |
| | | MILD_ERR_DYNAMICGROUP_CANNOT_DECODE_MEMBERURL_447=No se puede descodificar el valor "%s" de la entrada "%s" como una URL de LDAP: %s |
| | | MILD_ERR_DYNAMICGROUP_NESTING_NOT_SUPPORTED_448=Los grupos din\u00e1micos no admiten grupos anidados |
| | | MILD_ERR_DYNAMICGROUP_ALTERING_MEMBERS_NOT_SUPPORTED_449=Los grupos din\u00e1micos no admiten la alteraci\u00f3n expl\u00edcita de sus miembros |
| | | MILD_WARN_DYNAMICGROUP_NONEXISTENT_BASE_DN_450=El ND de base %s especificado en el grupo din\u00e1mico % no existe en el servidor |
| | | SEVERE_ERR_DYNAMICGROUP_INTERNAL_SEARCH_FAILED_451=An error occurred while attempting perform an internal search with base DN %s and filter %s to resolve the member list for dynamic group %s: result code %s, error message %s |
| | | SEVERE_ERR_DYNAMICGROUP_CANNOT_RETURN_ENTRY_452=The server encountered a timeout while attempting to add user %s to the member list for dynamic group %s |
| | | INFO_PWDIFFERENCEVALIDATOR_DESCRIPTION_MIN_DIFFERENCE_453=Diferencia m\u00ednima que se permitir\u00e1 tener a una contrase\u00f1a. Un valor de cero indica que no se ha establecido la diferencia m\u00ednima. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | MILD_ERR_PWDIFFERENCEVALIDATOR_CANNOT_DETERMINE_MIN_DIFFERENCE_454=Se produjo un error al intentar determinar la diferencia m\u00ednima permitida para la contrase\u00f1a a partir del atributo ds-cfg-min-password-difference: %s |
| | | INFO_PWDIFFERENCEVALIDATOR_UPDATED_MIN_DIFFERENCE_455=Se ha actualizado a %d la diferencia m\u00ednima permitida para la contrase\u00f1a |
| | | MILD_ERR_PWDIFFERENCEVALIDATOR_TOO_SMALL_456=El n\u00famero de caracteres de la contrase\u00f1a proporcionada no cumple con el m\u00ednimo necesario de %d caracteres |
| | | MILD_ERR_REPEATEDCHARS_VALIDATOR_TOO_MANY_CONSECUTIVE_457=La contrase\u00f1a proporcionada conten\u00eda demasiadas instancias consecutivas del mismo car\u00e1cter. El n\u00famero m\u00e1ximo de veces que puede aparecer en una contrase\u00f1a el mismo car\u00e1cter de forma consecutiva es %d |
| | | MILD_ERR_UNIQUECHARS_VALIDATOR_NOT_ENOUGH_UNIQUE_CHARS_458=La contrase\u00f1a proporcionada no contiene suficientes caracteres \u00fanicos. El n\u00famero m\u00ednimo de caracteres \u00fanicos que puede aparecer en una contrase\u00f1a de usuario es %d |
| | | MILD_ERR_SUBSCHEMASUBENTRY_VATTR_NOT_SEARCHABLE_459=El atributo %s no permite su b\u00fasqueda y no se deber\u00eda incluir en filtros de b\u00fasqueda no indizados |
| | | MILD_ERR_DICTIONARY_VALIDATOR_PASSWORD_IN_DICTIONARY_460=Se encontr\u00f3 la contrase\u00f1a proporcionada en el diccionario del servidor |
| | | MILD_ERR_DICTIONARY_VALIDATOR_NO_SUCH_FILE_461=El archivo de diccionario especificado %s no existe |
| | | MILD_ERR_DICTIONARY_VALIDATOR_CANNOT_READ_FILE_462=Se produjo un error al intentar cargar el diccionario desde el archivo %s: %s |
| | | MILD_ERR_ATTRVALUE_VALIDATOR_PASSWORD_IN_ENTRY_463=La contrase\u00f1a proporcionada se encontr\u00f3 en otro atributo de la entrada de usuario |
| | | MILD_ERR_CHARSET_VALIDATOR_ILLEGAL_CHARACTER_464=La contrase\u00f1a proporcionada conten\u00eda el car\u00e1cter '%s', cuyo uso no se permite en contrase\u00f1as |
| | | MILD_ERR_CHARSET_VALIDATOR_TOO_FEW_CHARS_FROM_SET_465=La contrase\u00f1a proporcionada no conten\u00eda suficientes caracteres del conjunto de caracteres '%s'. El n\u00famero m\u00ednimo de caracteres de dicho conjunto que debe estar presente en las contrase\u00f1as de usuario es %d |
| | | MILD_ERR_CHARSET_VALIDATOR_NO_COLON_466=La definici\u00f3n del conjunto de caracteres proporcionada '%s' no es v\u00e1lida porque no contiene un signo de dos puntos que separe el n\u00famero m\u00ednimo del conjunto de caracteres |
| | | MILD_ERR_CHARSET_VALIDATOR_NO_CHARS_467=La definici\u00f3n del conjunto de caracteres proporcionada '%s' no es v\u00e1lida porque el conjunto de caracteres proporcionado est\u00e1 vac\u00edo |
| | | MILD_ERR_CHARSET_VALIDATOR_INVALID_COUNT_468=La definici\u00f3n del conjunto de caracteres proporcionada '%s' no es v\u00e1lida porque el valor que precede al signo de dos puntos debe ser un n\u00famero entero mayor que cero |
| | | MILD_ERR_CHARSET_VALIDATOR_DUPLICATE_CHAR_469=La definici\u00f3n del conjunto de caracteres proporcionada '%s' no es v\u00e1lida porque contiene el car\u00e1cter '%s', el cual ya se ha utilizado |
| | | MILD_ERR_VIRTUAL_STATIC_GROUP_MULTIPLE_TARGETS_470=El grupo est\u00e1tico virtual definido en la entrada %s contiene varios ND de grupo de destino, pero s\u00f3lo se permite uno |
| | | MILD_ERR_VIRTUAL_STATIC_GROUP_CANNOT_DECODE_TARGET_471=No se puede descodificar "%s" como ND de destino para el grupo %s: %s |
| | | MILD_ERR_VIRTUAL_STATIC_GROUP_NO_TARGET_472=El grupo est\u00e1tico virtual definido en la entrada %s no contiene una definici\u00f3n de grupo de destino |
| | | MILD_ERR_VIRTUAL_STATIC_GROUP_NESTING_NOT_SUPPORTED_473=Los grupos est\u00e1ticos virtuales no admiten el anidado |
| | | MILD_ERR_VIRTUAL_STATIC_GROUP_NO_TARGET_GROUP_474=El grupo de destino %s al que hace referencia el grupo est\u00e1tico virtual %s no existe |
| | | MILD_ERR_VIRTUAL_STATIC_GROUP_ALTERING_MEMBERS_NOT_SUPPORTED_475=No se permite la alteraci\u00f3n de los miembros para el grupo est\u00e1tico virtual |
| | | MILD_ERR_VIRTUAL_STATIC_GROUP_TARGET_CANNOT_BE_VIRTUAL_476=El grupo est\u00e1tico virtual %s hace referencia al grupo de destino %s, que es, en s\u00ed mismo, un grupo est\u00e1tico virtual. No se permite que un grupo est\u00e1tico virtual haga referencia a otro como su grupo de destino |
| | | NOTICE_FSCACHE_RESTORE_484=Esperando a la restauraci\u00f3n del estado de persistente para la cach\u00e9 de entradas. Esto puede llevar unos minutos |
| | | NOTICE_FSCACHE_SAVE_485=Haciendo persistente el estado de la cach\u00e9 de entradas. Esto puede llevar unos minutos. |
| | | FATAL_ERR_FSCACHE_CANNOT_INITIALIZE_486=A fatal error occurred while trying to initialize file system entry cache: %s |
| | | SEVERE_ERR_FSCACHE_CANNOT_LOAD_PERSISTENT_DATA_487=An error occurred while trying to load persistent cache. Persistent cache will be flushed now |
| | | SEVERE_ERR_FSCACHE_CANNOT_STORE_PERSISTENT_DATA_488=An error occurred while trying to store persistent cache. Persistent cache will be flushed now |
| | | SEVERE_ERR_FSCACHE_CANNOT_STORE_ENTRY_489=Unable to store new cache entry in the file system entry cache |
| | | SEVERE_ERR_FSCACHE_CANNOT_RETRIEVE_ENTRY_490=Unable to retrieve an existing cache entry from the file system entry cache |
| | | SEVERE_ERR_FSCACHE_CANNOT_SET_JE_MEMORY_PCT_491=Internal error occurred while trying to set the entry cache backend internal cache size as percentage. The previous or default value will be used instead |
| | | SEVERE_ERR_FSCACHE_CANNOT_SET_JE_MEMORY_SIZE_492=Internal error occurred while trying to set the entry cache backend internal cache size in bytes. The previous or default value will be used instead |
| | | SEVERE_ERR_FSCACHE_CANNOT_SET_JE_PROPERTIES_493=Internal error occurred while trying to set the entry cache backend Berkeley DB JE properties: %s |
| | | FATAL_ERR_FSCACHE_HOMELESS_494=A fatal error occurred while trying to setup file system entry cache home. No suitable path can be found to host the cache home |
| | | SEVERE_WARN_FSCACHE_SET_PERMISSIONS_FAILED_495=Unable to set file permissions for the file system entry cache backend database directory %s |
| | | SEVERE_WARN_FSCACHE_OFFLINE_STATE_FAIL_496=%s backend current offline state does not match persistent cache last recorded offline state. All cached data for this backend is now discarded |
| | | NOTICE_FSCACHE_RESTORE_REPORT_497=Restauradas %d entradas de cach\u00e9 persistente en la cach\u00e9 de entradas |
| | | NOTICE_FSCACHE_SAVE_REPORT_498=%d entradas de cach\u00e9 se han hecho persistentes |
| | | NOTICE_FSCACHE_INDEX_NOT_FOUND_499=No se puede encontrar ning\u00fan estado de cach\u00e9 persistente anterior. Empezando con una cach\u00e9 vac\u00eda |
| | | SEVERE_ERR_FSCACHE_INDEX_IMPAIRED_500=The persistent cache index is inconsistent or damaged. Persistent cache will be flushed now |
| | | MILD_ERR_ENTRYUUID_VATTR_NOT_SEARCHABLE_501=El atributo %s no permite su b\u00fasqueda y no se deber\u00eda incluir en filtros de b\u00fasqueda no indizados |
| | | SEVERE_ERR_PWPSTATE_EXTOP_NO_PRIVILEGE_502=You do not have sufficient privileges to use the password policy state extended operation |
| | | SEVERE_ERR_PWPSTATE_EXTOP_NO_REQUEST_VALUE_503=The provided password policy state extended request did not include a request value |
| | | SEVERE_ERR_PWPSTATE_EXTOP_DECODE_FAILURE_504=An unexpected error occurred while attempting to decode password policy state extended request value: %s |
| | | SEVERE_ERR_PWPSTATE_EXTOP_MULTIPLE_ENTRIES_505=Multiple entries were found with DN %s |
| | | SEVERE_ERR_PWPSTATE_EXTOP_INVALID_OP_ENCODING_506=An unexpected error occurred while attempting to decode an operation from the password policy state extended request: %s |
| | | SEVERE_ERR_PWPSTATE_EXTOP_NO_DISABLED_VALUE_507=No value was provided for the password policy state operation intended to set the disabled state for the user. Exactly one value (either 'true' or 'false') must be given |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_DISABLED_VALUE_COUNT_508=Multiple values were provided for the password policy state operation intended to set the disabled state for the user. Exactly one value (either 'true' or 'false') must be given |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_DISABLED_VALUE_509=The value provided for the password policy state operation intended to set the disabled state for the user was invalid. The value must be either 'true' or 'false' |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_ACCT_EXP_VALUE_COUNT_510=Multiple values were provided for the password policy state operation intended to set the account expiration time for the user. Exactly one value must be given |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_ACCT_EXP_VALUE_511=The value %s provided for the password policy state operation used to set the account expiration time was invalid: %s. The value should be specified using the generalized time format |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_PWCHANGETIME_VALUE_COUNT_512=Multiple values were provided for the password policy state operation intended to set the password changed time for the user. Exactly one value must be given |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_PWCHANGETIME_VALUE_513=The value %s provided for the password policy state operation used to set the password changed time was invalid: %s. The value should be specified using the generalized time format |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_PWWARNEDTIME_VALUE_COUNT_514=Multiple values were provided for the password policy state operation intended to set the password warned time for the user. Exactly one value must be given |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_PWWARNEDTIME_VALUE_515=The value %s provided for the password policy state operation used to set the password warned time was invalid: %s. The value should be specified using the generalized time format |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_ADD_FAILURE_TIME_COUNT_516=Multiple values were provided for the password policy state operation intended to add an authentication failure time for the user. Exactly one value must be given |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_AUTH_FAILURE_TIME_517=The value %s provided for the password policy state operation used to update the authentication failure times was invalid: %s. The value should be specified using the generalized time format |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_LAST_LOGIN_TIME_COUNT_518=Multiple values were provided for the password policy state operation intended to set the last login time for the user. Exactly one value must be given |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_LAST_LOGIN_TIME_519=The value %s provided for the password policy state operation used to set the last login time was invalid: %s. The value should be specified using the generalized time format |
| | | SEVERE_ERR_PWPSTATE_EXTOP_NO_RESET_STATE_VALUE_520=No value was provided for the password policy state operation intended to set the reset state for the user. Exactly one value (either 'true' or 'false') must be given |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_RESET_STATE_VALUE_COUNT_521=Multiple values were provided for the password policy state operation intended to set the reset state for the user. Exactly one value (either 'true' or 'false') must be given |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_RESET_STATE_VALUE_522=The value provided for the password policy state operation intended to set the reset state for the user was invalid. The value must be either 'true' or 'false' |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_ADD_GRACE_LOGIN_TIME_COUNT_523=Multiple values were provided for the password policy state operation intended to add a grace login use time for the user. Exactly one value must be given |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_GRACE_LOGIN_TIME_524=The value %s provided for the password policy state operation used to update the grace login use times was invalid: %s. The value should be specified using the generalized time format |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_REQUIRED_CHANGE_TIME_COUNT_525=Multiple values were provided for the password policy state operation intended to set the required change time for the user. Exactly one value must be given |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_REQUIRED_CHANGE_TIME_526=The value %s provided for the password policy state operation used to set the required change time was invalid: %s. The value should be specified using the generalized time format |
| | | SEVERE_ERR_PWPSTATE_EXTOP_UNKNOWN_OP_TYPE_527=The password policy state extended request included an operation with an invalid or unsupported operation type of %s |
| | | MILD_WARN_EXTOP_PASSMOD_CANNOT_UPDATE_PWP_STATE_528=Se produjo un error al intentar actualizar la informaci\u00f3n del estado de la directiva de contrase\u00f1as para el usuario %s como parte de una operaci\u00f3n extendida de modificaci\u00f3n de contrase\u00f1a (c\u00f3digo de resultado='%s', mensaje de error='%s') |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_DIGEST_URI_529=Las credenciales de DIGEST-MD5 que proporcion\u00f3 el cliente solicitaron una URI de recopilaci\u00f3n no v\u00e1lida de %s. La URI de recopilaci\u00f3n esperada era % |
| | | MILD_ERR_EXTOP_PASSMOD_PW_IN_HISTORY_530=La contrase\u00f1a nueva proporcionada ya se encontraba en el historial de contrase\u00f1as |
| | | MILD_ERR_SMTPALERTHANDLER_NO_SMTP_SERVERS_531=La configuraci\u00f3n de Directory Server no incluye servidores SMTP. No se puede utilizar el controlador de avisos SMTP si la configuraci\u00f3n de Directory Server no incluye informaci\u00f3n de, como m\u00ednimo, un servidor SMTP |
| | | SEVERE_WARN_SMTPALERTHANDLER_ERROR_SENDING_MESSAGE_532=An error occurred when trying to send an e-mail message for administrative alert with type %s and message %s: %s |
| | | MILD_ERR_REGEXMAP_INVALID_MATCH_PATTERN_533=El modelo de coincidencia proporcionado "%s" no se puede analizar como una expresi\u00f3n corriente: %s |
| | | MILD_ERR_REGEXMAP_UNKNOWN_ATTR_534=La entrada de configuraci\u00f3n %s contiene el valor %s para el atributo ds-cfg-match-attribute, pero este valor no es un OID ni un nombre v\u00e1lido para los tipos de atributo definidos en el esquema de Directory Server |
| | | MILD_ERR_REGEXMAP_MULTIPLE_MATCHING_ENTRIES_535=La cadena de ID %s procesada se asign\u00f3 a varios usuarios |
| | | MILD_ERR_REGEXMAP_INEFFICIENT_SEARCH_536=La b\u00fasqueda interna basada en la cadena de ID %s procesada no se pudo procesar correctamente: %s. Compruebe la configuraci\u00f3n del servidor para asegurarse de que la configuraci\u00f3n de todos los servidores de fondo asociados es la apropiada para estos tipos de b\u00fasqueda |
| | | MILD_ERR_REGEXMAP_SEARCH_FAILED_537=Se produjo un fallo interno al intentar resolver la cadena de ID % procesada para una entrada de usuario: %s |
| | | MILD_ERR_STATICGROUP_ADD_NESTED_GROUP_ALREADY_EXISTS_538=No se puede agregar el grupo %s como un grupo anidado nuevo del grupo est\u00e1tico %s porque dicho grupo ya aparece en la lista de grupos anidados para el grupo |
| | | MILD_ERR_STATICGROUP_REMOVE_NESTED_GROUP_NO_SUCH_GROUP_539=No se puede quitar el grupo %s como grupo anidado del grupo est\u00e1tico %s porque dicho grupo no est\u00e1 incluido en la lista de grupos anidados para el grupo |
| | | MILD_ERR_STATICGROUP_GROUP_INSTANCE_INVALID_540=La instancia de grupo con el ND %s se ha eliminado y ya no es v\u00e1lida |
| | | MILD_ERR_NUMSUBORDINATES_VATTR_NOT_SEARCHABLE_541=El atributo %s no permite su b\u00fasqueda y no se deber\u00eda incluir en filtros de b\u00fasqueda no indizados |
| | | MILD_ERR_HASSUBORDINATES_VATTR_NOT_SEARCHABLE_542=El atributo %s no permite su b\u00fasqueda y no se deber\u00eda incluir en filtros de b\u00fasqueda no indizados |
| | | MILD_ERR_SMTP_ASNH_NO_MAIL_SERVERS_CONFIGURED_543=El controlador de notificaci\u00f3n de estado de la cuenta SMTP definido en la entrada de configuraci\u00f3n %s no se puede activar si Directory Server no cuenta con informaci\u00f3n de uno o varios servidores SMTP |
| | | MILD_ERR_SMTP_ASNH_NO_RECIPIENTS_544=La entrada de configuraci\u00f3n del controlador de notificaci\u00f3n de estado de la cuenta SMTP '%s' no incluye ni tipos de atributo de direcci\u00f3n de correo electr\u00f3nico ni direcciones de destinatario. Debe especificarse, al menos, uno de estos elementos. |
| | | MILD_ERR_SMTP_ASNH_SUBJECT_NO_COLON_545=No se puede analizar el valor del asunto de mensaje '%s' de la entrada de configuraci\u00f3n '%s' porque no incluye un signo de dos puntos que separe el tipo de notificaci\u00f3n del asunto |
| | | MILD_ERR_SMTP_ASNH_SUBJECT_INVALID_NOTIFICATION_TYPE_546=No se puede analizar el valor del asunto de mensaje '%s' de la entrada de configuraci\u00f3n '%s' porque '%s' no es un tipo de notificaci\u00f3n de estado de cuenta v\u00e1lido |
| | | MILD_ERR_SMTP_ASNH_SUBJECT_DUPLICATE_TYPE_547=Las definiciones de asunto de mensaje contenidas en la entrada de configuraci\u00f3n '%s' tienen varios asuntos definidos para el tipo de notificaci\u00f3n %s |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_NO_COLON_548=No se puede analizar el valor de la ruta del archivo de plantilla de mensaje '%s' de la entrada de configuraci\u00f3n '%s' porque el valor no contiene un signo de dos puntos que separe el tipo de notificaci\u00f3n de la ruta del archivo de plantilla |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_INVALID_NOTIFICATION_TYPE_549=No se puede analizar el valor de la ruta del archivo de plantilla de mensaje '%s' de la entrada de configuraci\u00f3n '%s' porque '%s' no es un tipo de notificaci\u00f3n de estado de la cuenta v\u00e1lido |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_DUPLICATE_TYPE_550=Las definiciones de ruta del archivo de plantilla de mensaje contenidas en la entrada de configuraci\u00f3n '%s' tienen varias rutas de archivo de plantilla definidas para el tipo de notificaci\u00f3n %s |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_NO_SUCH_FILE_551=El archivo de plantilla de mensaje '%s' al que se hace referencia en la entrada de configuraci\u00f3n '%s' no existe |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_UNCLOSED_TOKEN_552=Se encontr\u00f3 un token sin cerrar. Empezaba en la columna %d de la l\u00ednea %d |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_UNDEFINED_ATTR_TYPE_553=El token notification-user-attr que empieza en la columna %d de la l\u00ednea %d hace referencia a un tipo de atributo no definido %s |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_UNDEFINED_PROPERTY_554=El token notification-property que empieza en la columna %d de la l\u00ednea %d hace referencia a una propiedad de notificaci\u00f3n no definida %s |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_UNRECOGNIZED_TOKEN_555=Se encontr\u00f3 un token no reconocido %s en la columna %d de la l\u00ednea %d |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_CANNOT_PARSE_556=Se produjo un error al intentar analizar el archivo de plantilla de mensaje '%s' al que se hace referencia en la entrada de configuraci\u00f3n '%s': %s |
| | | INFO_SMTP_ASNH_DEFAULT_SUBJECT_557=Notificaci\u00f3n de estado de cuenta de directorio |
| | | SEVERE_ERR_SMTP_ASNH_CANNOT_SEND_MESSAGE_558=An error occurred while attempting to send an account status notification message for notification type %s for user entry %s: %s |
| | | SEVERE_ERR_PWSCHEME_CANNOT_ENCRYPT_559=An error occurred while trying to encrypt a value using password storage scheme %s: %s |
| | | SEVERE_ERR_PWSCHEME_CANNOT_DECRYPT_560=An error occurred while trying to decrypt a value using password storage scheme %s: %s |
| | | MILD_ERR_GET_SYMMETRIC_KEY_NO_VALUE_561=No se puede descodificar la operaci\u00f3n extendida de claves sim\u00e9tricas porque no incluye ning\u00fan valor |
| | | MILD_ERR_GET_SYMMETRIC_KEY_INVALID_TYPE_562=No se puede descodificar la operaci\u00f3n extendida de claves sim\u00e9tricas porque la secuencia de valores incluye un elemento con un tipo no v\u00e1lido de %s |
| | | MILD_ERR_GET_SYMMETRIC_KEY_ASN1_DECODE_EXCEPTION_563=No se puede descodificar la solicitud extendida de claves sim\u00e9tricas proporcionada: %s |
| | | MILD_ERR_GET_SYMMETRIC_KEY_DECODE_EXCEPTION_564=Se produjo un error inesperado al intentar descodificar la secuencia de la solicitud extendida de claves sim\u00e9tricas: %s |
| | | SEVERE_ERR_EXACTMAP_ATTR_UNINDEXED_565=The exact match identity mapper defined in configuration entry %s references attribute type %s which is does not have an equality index defined in backend %s |
| | | SEVERE_ERR_REGEXMAP_ATTR_UNINDEXED_566=The regular expression identity mapper defined in configuration entry %s references attribute type %s which is does not have an equality index defined in backend %s |
| | | SEVERE_ERR_FCM_ATTR_UNINDEXED_567=The fingerprint certificate mapper defined in configuration entry %s references attribute type %s which is does not have an equality index defined in backend %s |
| | | SEVERE_WARN_SATUACM_ATTR_UNINDEXED_568=The subject attribute to user attribute certificate mapper defined in configuration entry %s references attribute type %s which is does not have an equality index defined in backend %s |
| | | SEVERE_ERR_SDTUACM_ATTR_UNINDEXED_569=The subject DN to user attribute certificate mapper defined in configuration entry %s references attribute type %s which is does not have an equality index defined in backend %s |
| | | |
| New file |
| | |
| | | # CDDL HEADER START |
| | | # |
| | | # The contents of this file are subject to the terms of the |
| | | # Common Development and Distribution License, Version 1.0 only |
| | | # (the "License"). You may not use this file except in compliance |
| | | # with the License. |
| | | # |
| | | # You can obtain a copy of the license at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE |
| | | # or https://OpenDS.dev.java.net/OpenDS.LICENSE. |
| | | # See the License for the specific language governing permissions |
| | | # and limitations under the License. |
| | | # |
| | | # When distributing Covered Code, include this CDDL HEADER in each |
| | | # file and include the License file at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, |
| | | # add the following below this CDDL HEADER, with the fields enclosed |
| | | # by brackets "[]" replaced with your own identifying information: |
| | | # Portions Copyright [yyyy] [name of copyright owner] |
| | | # |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2008 Sun Microsystems, Inc. |
| | | |
| | | |
| | | |
| | | # |
| | | # Global directives |
| | | # |
| | | global.category=EXTENSIONS |
| | | |
| | | # |
| | | # Format string definitions |
| | | # |
| | | # Keys must be formatted as follows: |
| | | # |
| | | # [SEVERITY]_[DESCRIPTION]_[ORDINAL] |
| | | # |
| | | # where: |
| | | # |
| | | # SEVERITY is one of: |
| | | # [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE] |
| | | # |
| | | # DESCRIPTION is an upper case string providing a hint as to the context of |
| | | # the message in upper case with the underscore ('_') character serving as |
| | | # word separator |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | SEVERE_ERR_PWSCHEME_CANNOT_INITIALIZE_MESSAGE_DIGEST_1=An error occurred while attempting to initialize the message digest generator for the %s algorithm: %s |
| | | MILD_ERR_PWSCHEME_CANNOT_BASE64_DECODE_STORED_PASSWORD_2=Une erreur s'est produite lors du d\u00e9codage en base 64 de la valeur de mot de passe %s: %s |
| | | MILD_ERR_PWSCHEME_NOT_REVERSIBLE_3=Le sch\u00e9ma de stockage de mot de passe %s n'\u00e9tant pas r\u00e9versible, il est impossible de r\u00e9cup\u00e9rer la version en texte brut d'un mot de passe cod\u00e9 |
| | | MILD_ERR_JMX_ALERT_HANDLER_CANNOT_REGISTER_4=Une erreur est survenue lors de l'enregistrement du gestionnaire d'alertes JMX aupr\u00e8s du serveur MBean : %s |
| | | MILD_ERR_PWSCHEME_CANNOT_ENCODE_PASSWORD_5=Une erreur inattendue s'est produite lors du codage d'un mot de passe \u00e0 l'aide du sch\u00e9ma de stockage d\u00e9fini dans la classe %s: %s |
| | | SEVERE_ERR_CACHE_INVALID_INCLUDE_FILTER_6=The ds-cfg-include-filter attribute of configuration entry %s, which specifies a set of search filters that may be used to control which entries are included in the cache, has an invalid value of "%s": %s |
| | | SEVERE_ERR_CACHE_INVALID_EXCLUDE_FILTER_7=The ds-cfg-exclude-filter attribute of configuration entry %s, which specifies a set of search filters that may be used to control which entries are excluded from the cache, has an invalid value of "%s": %s |
| | | FATAL_ERR_FIFOCACHE_CANNOT_INITIALIZE_8=A fatal error occurred while trying to initialize fifo entry cache: %s |
| | | FATAL_ERR_SOFTREFCACHE_CANNOT_INITIALIZE_9=A fatal error occurred while trying to initialize soft reference entry cache: %s |
| | | NOTICE_CACHE_PRELOAD_PROGRESS_START_10=D\u00e9marrage du pr\u00e9chargement du cache d'entr\u00e9e pour le backend %s |
| | | NOTICE_CACHE_PRELOAD_PROGRESS_REPORT_11=Le pr\u00e9chargement du cache d'entr\u00e9e pour le backend %s a trait\u00e9 %d entr\u00e9es, %d Mo de m\u00e9moire de segment libre disponibles |
| | | NOTICE_CACHE_PRELOAD_PROGRESS_DONE_12=Le pr\u00e9chargement du cache d'entr\u00e9e pour le backend %s est termin\u00e9, avec un total de %d entr\u00e9es trait\u00e9es |
| | | SEVERE_WARN_CACHE_PRELOAD_INTERRUPTED_13=The entry cache preload for %s backend has been interrupted |
| | | SEVERE_WARN_CACHE_PRELOAD_BACKEND_FAILED_14=The entry cache preload is not supported by %s backend, and as a result no entries from this backend will be preloaded into the entry cache |
| | | SEVERE_ERR_CACHE_PRELOAD_ENTRY_FAILED_15=Failed to preload %s entry into the entry cache: %s |
| | | MILD_ERR_EXTOP_PASSMOD_ILLEGAL_REQUEST_ELEMENT_TYPE_32=La s\u00e9quence de requ\u00eate \u00e9tendue de modification de mot de passe inclut un \u00e9l\u00e9ment ASN.1 de type non valide : %s |
| | | MILD_ERR_EXTOP_PASSMOD_CANNOT_DECODE_REQUEST_33=Une erreur inattendue s'est produite lors du d\u00e9codage de la s\u00e9quence de requ\u00eate \u00e9tendue de modification de mot de passe : %s |
| | | MILD_ERR_EXTOP_PASSMOD_NO_AUTH_OR_USERID_34=Impossible de traiter la requ\u00eate \u00e9tendue de modification de mot de passe car elle ne contient pas d'ID d'autorisation et la connexion sous-jacente n'est pas authentifi\u00e9e |
| | | SEVERE_ERR_EXTOP_PASSMOD_CANNOT_LOCK_USER_ENTRY_35=The password modify extended request cannot be processed because the server was unable to obtain a write lock on user entry %s after multiple attempts |
| | | MILD_ERR_EXTOP_PASSMOD_CANNOT_DECODE_AUTHZ_DN_36=Impossible de traiter la requ\u00eate \u00e9tendue de modification de mot de passe car le serveur ne peut pas d\u00e9coder "%s" comme DN valide \u00e0 utiliser dans l'ID d'autorisation pour l'op\u00e9ration |
| | | MILD_ERR_EXTOP_PASSMOD_INVALID_AUTHZID_STRING_37=Impossible de traiter la requ\u00eate \u00e9tendue de modification de mot de passe car elle contient un champ userIdentity non valide. La cha\u00eene userIdentity fournie est "%s" |
| | | MILD_ERR_EXTOP_PASSMOD_NO_USER_ENTRY_BY_AUTHZID_38=Impossible de traiter la requ\u00eate \u00e9tendue de modification de mot de passe car il est impossible d'identifier l'entr\u00e9e utilisateur \u00e0 mettre \u00e0 jour en fonction de l'autorisation DN de "%s" |
| | | MILD_ERR_EXTOP_PASSMOD_NO_DN_BY_AUTHZID_39=Impossible de traiter la requ\u00eate \u00e9tendue de modification de mot de passe car l'UID d'autorisation "%s" fournie ne correspond \u00e0 aucune entr\u00e9e du r\u00e9pertoire |
| | | MILD_ERR_EXTOP_PASSMOD_MULTIPLE_ENTRIES_BY_AUTHZID_40=Impossible de traiter la requ\u00eate \u00e9tendue de modification de mot de passe car l'UID d'autorisation "%s" fournie correspond \u00e0 plusieurs entr\u00e9es du r\u00e9pertoire |
| | | MILD_ERR_EXTOP_PASSMOD_INVALID_OLD_PASSWORD_41=Impossible de traiter la requ\u00eate \u00e9tendue de modification de mot de passe car le mot de passe actuel fourni \u00e0 l'utilisateur n'est pas valide |
| | | INFO_FILE_KEYMANAGER_DESCRIPTION_FILE_43=Chemin du fichier contenant les informations keystore Directory Server. Les modifications de cet attribut de configuration prendront effet \u00e0 la prochaine ouverture du gestionnaire de cl\u00e9s |
| | | SEVERE_ERR_FILE_KEYMANAGER_NO_FILE_ATTR_44=The configuration entry %s that defines a file-based key manager does not contain attribute ds-cfg-key-store-file that should hold the path to the keystore file |
| | | SEVERE_ERR_FILE_KEYMANAGER_NO_SUCH_FILE_45=The keystore file %s specified in attribute ds-cfg-key-store-file of configuration entry %s does not exist |
| | | SEVERE_ERR_FILE_KEYMANAGER_CANNOT_DETERMINE_FILE_46=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-key-store-file in configuration entry %s: %s |
| | | INFO_FILE_KEYMANAGER_DESCRIPTION_TYPE_47=Type de keystore pour le keystore Directory Server. Les valeurs valides doivent toujours inclure 'JKS' et 'PKCS12' mais des impl\u00e9mentations diff\u00e9rentes peuvent accepter \u00e9galement d'autres valeurs. Si aucune valeur n'est fournie, la valeur JVM par d\u00e9faut est utilis\u00e9e. Les modifications de cet attribut de configuration prendront effet \u00e0 la prochaine ouverture du gestionnaire de cl\u00e9s |
| | | SEVERE_ERR_FILE_KEYMANAGER_CANNOT_DETERMINE_TYPE_48=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-key-store-type in configuration entry %s: %s |
| | | INFO_FILE_KEYMANAGER_DESCRIPTION_PIN_PROPERTY_49=Le nom de la propri\u00e9t\u00e9 Java contenant le num\u00e9ro d'identification personnel en texte en clair n\u00e9cessaire \u00e0 l'ouverture du gestionnaire de cl\u00e9s bas\u00e9 sur fichier. Les modifications de cet attribut de configuration prendront effet \u00e0 la prochaine ouverture du gestionnaire de cl\u00e9s |
| | | SEVERE_ERR_FILE_KEYMANAGER_PIN_PROPERTY_NOT_SET_50=Java property %s which is specified in attribute ds-cfg-key-store-pin-property of configuration entry %s should contain the PIN needed to access the file-based key manager, but this property is not set |
| | | SEVERE_ERR_FILE_KEYMANAGER_CANNOT_DETERMINE_PIN_PROPERTY_51=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-key-store-pin-property in configuration entry %s: %s |
| | | INFO_FILE_KEYMANAGER_DESCRIPTION_PIN_ENVAR_52=Nom de la variable d'environnement contenant le num\u00e9ro d'identification personnel en texte en clair n\u00e9cessaire \u00e0 l'ouverture du gestionnaire de cl\u00e9s bas\u00e9 sur fichier. Les modifications de cet attribut de configuration prendront effet \u00e0 la prochaine ouverture du gestionnaire de cl\u00e9s |
| | | SEVERE_ERR_FILE_KEYMANAGER_PIN_ENVAR_NOT_SET_53=Environment variable %s which is specified in attribute ds-cfg-key-store-pin-environment-variable of configuration entry %s should contain the PIN needed to access the file-based key manager, but this property is not set |
| | | SEVERE_ERR_FILE_KEYMANAGER_CANNOT_DETERMINE_PIN_ENVAR_54=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-key-store-pin-environment-variable in configuration entry %s: %s |
| | | INFO_FILE_KEYMANAGER_DESCRIPTION_PIN_FILE_55=Chemin vers le fichier texte dont le contenu doit \u00eatre une ligne unique contenant le num\u00e9ro d'identification personnel en texte clair n\u00e9cessaire \u00e0 l'ouverture du gestionnaire de cl\u00e9s bas\u00e9 sur fichier. Les modifications de cet attribut de configuration prendront effet \u00e0 la prochaine ouverture du gestionnaire de cl\u00e9s |
| | | SEVERE_ERR_FILE_KEYMANAGER_PIN_NO_SUCH_FILE_56=File %s specified in attribute ds-cfg-key-store-pin-file of configuration entry %s should contain the PIN needed to access the file-based key manager, but this file does not exist |
| | | SEVERE_ERR_FILE_KEYMANAGER_PIN_FILE_CANNOT_READ_57=An error occurred while trying to read the keystore PIN from file %s specified in configuration attribute ds-cfg-key-store-pin-file of configuration entry %s: %s |
| | | SEVERE_ERR_FILE_KEYMANAGER_PIN_FILE_EMPTY_58=File %s specified in attribute ds-cfg-key-store-pin-file of configuration entry %s should contain the PIN needed to access the file-based key manager, but this file is empty |
| | | SEVERE_ERR_FILE_KEYMANAGER_CANNOT_DETERMINE_PIN_FILE_59=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-key-store-pin-file in configuration entry %s: %s |
| | | SEVERE_ERR_FILE_KEYMANAGER_CANNOT_DETERMINE_PIN_FROM_ATTR_60=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-key-store-pin in configuration entry %s: %s |
| | | SEVERE_ERR_FILE_KEYMANAGER_NO_PIN_61=Configuration entry %s does not specify a means of determining the PIN needed to access the contents of the file-based key manager. The PIN may be specified in a Java property (named by attribute ds-cfg-key-store-pin-property), an environment variable (named by attribute ds-cfg-key-store-pin-environment-variable), a text file (named by attribute ds-cfg-key-store-pin-file), or directly in the entry using attribute ds-cfg-key-store-pin |
| | | SEVERE_ERR_FILE_KEYMANAGER_CANNOT_LOAD_62=An error occurred while trying to load the keystore contents from file %s: %s |
| | | SEVERE_ERR_FILE_KEYMANAGER_INVALID_TYPE_63=The keystore type %s specified in attribute ds-cfg-key-store-type of configuration entry %s is not valid: %s |
| | | INFO_FILE_KEYMANAGER_UPDATED_FILE_64=La valeur de l'attribut ds-cfg-key-store-file de l'entr\u00e9e de configuration %s a \u00e9t\u00e9 mise \u00e0 jour et est maintenant %s. Cette nouvelle valeur prendra effet \u00e0 la prochaine ouverture du gestionnaire de cl\u00e9s |
| | | INFO_FILE_KEYMANAGER_UPDATED_TYPE_65=La valeur de l'attribut ds-cfg-key-store-type dans l'entr\u00e9e de configuration %s a \u00e9t\u00e9 mise \u00e0 jour et est maintenant vers %s. Cette nouvelle valeur prendra effet \u00e0 la prochaine ouverture du gestionnaire de cl\u00e9s |
| | | INFO_FILE_KEYMANAGER_UPDATED_PIN_66=Le num\u00e9ro d'identification personnel utilis\u00e9 pour acc\u00e9der au gestionnaire de cl\u00e9s bas\u00e9 sur fichier a \u00e9t\u00e9 mis \u00e0 jour. La nouvelle valeur prendra effet \u00e0 la prochaine ouverture du gestionnaire de cl\u00e9s |
| | | INFO_PKCS11_KEYMANAGER_DESCRIPTION_PIN_PROPERTY_67=Nom de la propri\u00e9t\u00e9 Java contenant le num\u00e9ro d'identification personnel en texte en clair n\u00e9cessaire \u00e0 l'ouverture du gestionnaire de cl\u00e9s PKCS#11. Les modifications de cet attribut de configuration prendront effet \u00e0 la prochaine ouverture du gestionnaire de cl\u00e9s |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_PIN_PROPERTY_NOT_SET_68=Java property %s which is specified in attribute ds-cfg-key-store-pin-property of configuration entry %s should contain the PIN needed to access the PKCS#11 key manager, but this property is not set |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_CANNOT_DETERMINE_PIN_PROPERTY_69=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-key-store-pin-property in configuration entry %s: %s |
| | | INFO_PKCS11_KEYMANAGER_DESCRIPTION_PIN_ENVAR_70=Nom de la variable d'environnement contenant le num\u00e9ro d'identification personnel en texte en clair n\u00e9cessaire \u00e0 l'ouverture du gestionnaire de cl\u00e9s PKCS#11. Les modifications de cet attribut de configuration prendront effet \u00e0 la prochaine ouverture du gestionnaire de cl\u00e9s |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_PIN_ENVAR_NOT_SET_71=Environment variable %s which is specified in attribute ds-cfg-key-store-pin-environment-variable of configuration entry %s should contain the PIN needed to access the PKCS#11 key manager, but this property is not set |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_CANNOT_DETERMINE_PIN_ENVAR_72=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-key-store-pin-environment-variable in configuration entry %s: %s |
| | | INFO_PKCS11_KEYMANAGER_DESCRIPTION_PIN_FILE_73=Chemin vers le fichier texte dont le contenu doit \u00eatre une ligne unique contenant le num\u00e9ro d'identification personnel en texte clair n\u00e9cessaire \u00e0 l'ouverture du gestionnaire de cl\u00e9s PKCS#11. Les modifications de cet attribut de configuration prendront effet \u00e0 la prochaine ouverture du gestionnaire de cl\u00e9s |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_PIN_NO_SUCH_FILE_74=File %s specified in attribute ds-cfg-key-store-pin-file of configuration entry %s should contain the PIN needed to access the PKCS#11 key manager, but this file does not exist |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_PIN_FILE_CANNOT_READ_75=An error occurred while trying to read the keystore PIN from file %s specified in configuration attribute ds-cfg-key-store-pin-file of configuration entry %s: %s |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_PIN_FILE_EMPTY_76=File %s specified in attribute ds-cfg-key-store-pin-file of configuration entry %s should contain the PIN needed to access the PKCS#11 key manager, but this file is empty |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_CANNOT_DETERMINE_PIN_FILE_77=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-key-store-pin-file in configuration entry %s: %s |
| | | INFO_PKCS11_KEYMANAGER_DESCRIPTION_PIN_ATTR_78=Num\u00e9ro d'identification personnel en texte clair n\u00e9cessaire \u00e0 l'ouverture du gestionnaire de cl\u00e9s PKCS#11. Les modifications de cet attribut de configuration prendront effet \u00e0 la prochaine ouverture du gestionnaire de cl\u00e9s |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_CANNOT_DETERMINE_PIN_FROM_ATTR_79=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-key-store-pin in configuration entry %s: %s |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_NO_PIN_80=Configuration entry %s does not specify a means of determining the PIN needed to access the contents of the PKCS#11 key manager. The PIN may be specified in a Java property (named by attribute ds-cfg-key-store-pin-property), an environment variable (named by attribute ds-cfg-key-store-pin-environment-variable), a text file (named by attribute ds-cfg-key-store-pin-file), or directly in the entry using attribute ds-cfg-key-store-pin |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_CANNOT_LOAD_81=An error occurred while trying to access the PKCS#11 key manager: %s |
| | | INFO_PKCS11_KEYMANAGER_UPDATED_PIN_82=Le num\u00e9ro d'identification personnel utilis\u00e9 pour acc\u00e9der au gestionnaire de cl\u00e9s PKCS#11 a \u00e9t\u00e9 mis \u00e0 jour. La nouvelle valeur prendra effet \u00e0 la prochaine ouverture du gestionnaire de cl\u00e9s |
| | | SEVERE_ERR_FILE_KEYMANAGER_CANNOT_CREATE_FACTORY_83=An error occurred while trying to create a key manager factory to access the contents of keystore file %s: %s |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_CANNOT_CREATE_FACTORY_84=An error occurred while trying to create a key manager factory to access the contents of the PKCS#11 keystore: %s |
| | | INFO_FILE_TRUSTMANAGER_DESCRIPTION_FILE_85=Chemin vers le fichier contenant les informations du magasin d'approbations Directory Server. Les modifications de cet attribut de configuration prendront effet \u00e0 la prochaine ouverture du gestionnaire d'approbations |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_NO_FILE_ATTR_86=The configuration entry %s that defines a file-based trust manager does not contain attribute ds-cfg-trust-store-file that should hold the path to the trust store file |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_NO_SUCH_FILE_87=The trust store file %s specified in attribute ds-cfg-trust-store-file of configuration entry %s does not exist |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_DETERMINE_FILE_88=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-trust-store-file in configuration entry %s: %s |
| | | INFO_FILE_TRUSTMANAGER_DESCRIPTION_TYPE_89=Type de keystore pour le magasin d'approbations Directory Server. Les valeurs valides doivent toujours inclure 'JKS' et 'PKCS12', mais des impl\u00e9mentations diff\u00e9rentes peuvent accepter d'autres valeurs. Si aucune valeur n'est fournie, la valeur JVM par d\u00e9faut est utilis\u00e9e. Les modifications de cet attribut de configuration prendront effet \u00e0 la prochaine ouverture du gestionnaire d'approbations |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_DETERMINE_TYPE_90=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-trust-store-type in configuration entry %s: %s |
| | | INFO_FILE_TRUSTMANAGER_DESCRIPTION_PIN_PROPERTY_91=Le nom de la propri\u00e9t\u00e9 Java contenant le num\u00e9ro d'identification personnel en texte en clair n\u00e9cessaire \u00e0 l'ouverture du gestionnaire d'approbations bas\u00e9 sur fichier. Les modifications de cet attribut de configuration prendront effet \u00e0 la prochaine ouverture du gestionnaire d'approbations |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_PIN_PROPERTY_NOT_SET_92=Java property %s which is specified in attribute ds-cfg-trust-store-pin-property of configuration entry %s should contain the PIN needed to access the file-based trust manager, but this property is not set |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_DETERMINE_PIN_PROPERTY_93=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-trust-store-pin-property in configuration entry %s: %s |
| | | INFO_FILE_TRUSTMANAGER_DESCRIPTION_PIN_ENVAR_94=Nom de la variable d'environnement contenant le num\u00e9ro d'identification personnel en texte en clair n\u00e9cessaire \u00e0 l'ouverture du gestionnaire d'approbations bas\u00e9 sur fichier. Les modifications de cet attribut de configuration prendront effet \u00e0 la prochaine ouverture du gestionnaire d'approbation |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_PIN_ENVAR_NOT_SET_95=Environment variable %s which is specified in attribute ds-cfg-trust-store-pin-environment-variable of configuration entry %s should contain the PIN needed to access the file-based trust manager, but this property is not set |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_DETERMINE_PIN_ENVAR_96=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-trust-store-pin-environment-variable in configuration entry %s: %s |
| | | INFO_FILE_TRUSTMANAGER_DESCRIPTION_PIN_FILE_97=Chemin vers le fichier texte dont le contenu doit \u00eatre une ligne unique contenant le num\u00e9ro d'identification personnel en texte clair n\u00e9cessaire \u00e0 l'ouverture du gestionnaire d'approbations bas\u00e9 sur fichier. Les modifications de cet attribut de configuration prendront effet \u00e0 la prochaine ouverture du gestionnaire d'approbations |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_PIN_NO_SUCH_FILE_98=File %s specified in attribute ds-cfg-trust-store-pin-file of configuration entry %s should contain the PIN needed to access the file-based trust manager, but this file does not exist |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_PIN_FILE_CANNOT_READ_99=An error occurred while trying to read the trust store PIN from file %s specified in configuration attribute ds-cfg-trust-store-pin-file of configuration entry %s: %s |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_PIN_FILE_EMPTY_100=File %s specified in attribute ds-cfg-trust-store-pin-file of configuration entry %s should contain the PIN needed to access the file-based trust manager, but this file is empty |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_DETERMINE_PIN_FILE_101=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-trust-store-pin-file in configuration entry %s: %s |
| | | INFO_FILE_TRUSTMANAGER_DESCRIPTION_PIN_ATTR_102=Num\u00e9ro d'identification personnel en texte clair n\u00e9cessaire \u00e0 l'ouverture du gestionnaire d'approbations Les modifications de cet attribut de configuration prendront effet \u00e0 la prochaine ouverture du gestionnaire d'approbations |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_DETERMINE_PIN_FROM_ATTR_103=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-trust-store-pin in configuration entry %s: %s |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_LOAD_104=An error occurred while trying to load the trust store contents from file %s: %s |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_CREATE_FACTORY_105=An error occurred while trying to create a trust manager factory to access the contents of trust store file %s: %s |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_INVALID_TYPE_106=The trust store type %s specified in attribute ds-cfg-trust-store-type of configuration entry %s is not valid: %s |
| | | INFO_FILE_TRUSTMANAGER_UPDATED_FILE_107=La valeur de l'attribut ds-cfg-trust-store-file dans l'entr\u00e9e de configuration %s a \u00e9t\u00e9 mise \u00e0 jour et est maintenant %s. La nouvelle valeur prendra effet lors de la prochaine ouverture du gestionnaire d'approbations |
| | | INFO_FILE_TRUSTMANAGER_UPDATED_TYPE_108=La valeur de l'attribut ds-cfg-trust-store-type dans l'entr\u00e9e de configuration %s a \u00e9t\u00e9 mise \u00e0 jour et est maintenant %s. Cette nouvelle valeur prendra effet lors de la prochaine ouverture du gestionnaire d'approbations |
| | | INFO_FILE_TRUSTMANAGER_UPDATED_PIN_109=Le num\u00e9ro d'identification personnel utilis\u00e9 pour acc\u00e9der au gestionnaire d'approbations bas\u00e9 sur fichier a \u00e9t\u00e9 mis \u00e0 jour. La nouvelle valeur prendra effet \u00e0 la prochaine ouverture du gestionnaire d'approbations |
| | | SEVERE_ERR_NULL_SECURITY_PROVIDER_READ_ERROR_110=An unexpected error occurred while attempting to read data from the client using the null connection security provider: %s |
| | | SEVERE_ERR_NULL_SECURITY_PROVIDER_WRITE_ERROR_111=An unexpected error occurred while attempting to write data to the client using the null connection security provider: %s |
| | | SEVERE_ERR_TLS_SECURITY_PROVIDER_CANNOT_INITIALIZE_112=An error occurred while attempting to initialize the SSL context for use in the TLS connection security provider: %s |
| | | SEVERE_ERR_TLS_SECURITY_PROVIDER_UNEXPECTED_UNWRAP_STATUS_113=An unexpected status result was returned to the TLS connection security provider when attempting to unwrap encrypted data read from the client: %s |
| | | SEVERE_ERR_TLS_SECURITY_PROVIDER_READ_ERROR_114=An unexpected error occurred while attempting to read data from the client using the TLS connection security provider: %s |
| | | SEVERE_ERR_TLS_SECURITY_PROVIDER_WRITE_NEEDS_UNWRAP_115=An attempt was made to write data to a client through the TLS connection security provider, but the SSL indicated that it was necessary to read data from the client in order to perform the SSL negotiation, but no data was available for reading. This is an unexpected condition, and it is not possible to continue processing on this client connection without the potential for blocking other client connections, so connection will be closed |
| | | SEVERE_ERR_TLS_SECURITY_PROVIDER_UNEXPECTED_WRAP_STATUS_116=An unexpected status result was returned to the TLS connection security provider when attempting to wrap clear-text data for writing to the client: %s |
| | | SEVERE_ERR_TLS_SECURITY_PROVIDER_WRITE_ERROR_117=An unexpected error occurred while attempting to write data to the client using the TLS connection security provider: %s |
| | | MILD_ERR_SEDCM_NO_PEER_CERTIFICATE_118=Impossible de mapper la cha\u00eene de certificat fournie \u00e0 une entr\u00e9e utilisateur car aucun certificat de pair n'est disponible |
| | | MILD_ERR_SEDCM_PEER_CERT_NOT_X509_119=Impossible de mapper la cha\u00eene de certificat fournie \u00e0 une entr\u00e9e utilisateur car le certificat de pair n'est pas un certificat X.509 (le format de certificat de pair est %s) |
| | | MILD_ERR_SEDCM_CANNOT_DECODE_SUBJECT_AS_DN_120=Impossible de mapper la cha\u00eene de certificat fournie \u00e0 une entr\u00e9e utilisateur car il est impossible de d\u00e9coder le sujet du certificat de pair "%s" comme DN LDAP : %s |
| | | MILD_ERR_SEDCM_CANNOT_GET_ENTRY_121=Impossible de mapper la cha\u00eene de certificat fournie \u00e0 un utilisateur car une erreur s'est produite lors de la r\u00e9cup\u00e9ration de l'entr\u00e9e utilisateur avec le DN "%s": %s |
| | | MILD_ERR_SEDCM_NO_USER_FOR_DN_122=Impossible de mapper la cha\u00eene de certificat fournie \u00e0 un utilisateur car il n'existe pas d'entr\u00e9e utilisateur avec un DN de %s |
| | | MILD_ERR_SASLEXTERNAL_NO_CLIENT_CONNECTION_123=Impossible de traiter la requ\u00eate de liaison SASL EXTERNAL car la requ\u00eate de liaison associ\u00e9e ne poss\u00e8de pas de r\u00e9f\u00e9rence \u00e0 la connexion client |
| | | MILD_ERR_SASLEXTERNAL_NO_SECURITY_PROVIDER_124=Impossible de traiter la requ\u00eate de liaison SASL EXTERNAL car la connexion client associ\u00e9e ne poss\u00e8de pas de fournisseur de s\u00e9curit\u00e9 |
| | | MILD_ERR_SASLEXTERNAL_CLIENT_NOT_USING_TLS_PROVIDER_125=Impossible de traiter la requ\u00eate de liaison SASL EXTERNAL car la connexion client n'utilise pas le fournisseur de s\u00e9curit\u00e9 TLS (le fournisseur de s\u00e9curit\u00e9 client est %s). Le fournisseur de s\u00e9curit\u00e9 TLS est obligatoire pour les clients qui souhaitent utiliser l'authentification SASL EXTERNAL |
| | | MILD_ERR_SASLEXTERNAL_NO_CLIENT_CERT_126=Impossible de traiter la requ\u00eate de liaison SASL EXTERNAL car le client n'a pas pr\u00e9sent\u00e9 de cha\u00eene de certificat lors de la n\u00e9gociation SSL/TLS |
| | | MILD_ERR_SASLEXTERNAL_NO_MAPPING_127=\u00c9chec de la requ\u00eate de liaison SASL EXTERNAL car la cha\u00eene de certificat pr\u00e9sent\u00e9e par le client lors de la n\u00e9gociation SSL/TLS n'a pas pu \u00eatre mapp\u00e9e \u00e0 une entr\u00e9e utilisateur dans Directory Server |
| | | MILD_ERR_STARTTLS_NO_CLIENT_CONNECTION_128=Impossible d'utiliser StartTLS sur cette connexion car la connexion client sous-jacente n'est pas disponible |
| | | MILD_ERR_STARTTLS_NOT_TLS_CAPABLE_129=Impossible d'utiliser StartTLS sur cette connexion client car ce type de connexion ne prend pas en charge StartTLS pour prot\u00e9ger ses communications |
| | | MILD_ERR_STARTTLS_ERROR_ON_ENABLE_130=Une erreur inattendue s'est produite lors de l'activation du gestionnaire de s\u00e9curit\u00e9 de la connexion TLS sur la connexion client \u00e0 des fins d'utilisation de StartTLS : %s |
| | | INFO_SASLEXTERNAL_DESCRIPTION_VALIDATION_POLICY_131=Indique si le gestionnaire de m\u00e9canisme SASL EXTERNAL doit tenter de valider le certificat de pair en fonction d'un certificat de l'entr\u00e9e utilisateur correspondante. La valeur doit \u00eatre "true" (tente toujours de valider le certificat et \u00e9choue en cas d'absence de certificat), "false" (ne tente jamais de valider le certificat de pair) et "ifpresent" (valide le certificat de pair s'il existe un ou plusieurs certificats dans l'entr\u00e9e utilisateur, mais n'\u00e9choue pas s'il n'en existe aucun. Les modifications apport\u00e9es \u00e0 cette configuration seront imm\u00e9diatement prises en compte. |
| | | SEVERE_ERR_SASLEXTERNAL_INVALID_VALIDATION_VALUE_132=Configuration entry %s has an invalid value %s for attribute ds-cfg-certificate-validation-policy. The value must be one of "always", "never", or "ifpresent" |
| | | SEVERE_ERR_SASLEXTERNAL_CANNOT_GET_VALIDATION_POLICY_133=An unexpected error occurred while attempting to determine the value of the ds-cfg-certificate-validation-policy attribute in configuration entry %s: %s |
| | | INFO_SASLEXTERNAL_DESCRIPTION_CERTIFICATE_ATTRIBUTE_134=Nom de l'attribut contenant les informations de certificat dans les entr\u00e9es utilisateur \u00e0 des fins de validation. Il doit sp\u00e9cifier le nom d'un type d'attribut valide d\u00e9fini dans le sch\u00e9ma de serveur. Les modifications apport\u00e9es \u00e0 cette configuration seront imm\u00e9diatement prises en compte. |
| | | SEVERE_ERR_SASLEXTERNAL_CANNOT_GET_CERT_ATTR_135=An unexpected error occurred while attempting to determine the value of the ds-cfg-certificate-attribute attribute in configuration entry %s: %s |
| | | SEVERE_ERR_SASLEXTERNAL_UNKNOWN_CERT_ATTR_136=The attribute %s referenced in configuration attribute ds-cfg-certificate-attribute in configuration entry %s does not exist in the Directory Server schema. The attribute that is to be used for certificate validation during SASL EXTERNAL authentication must be defined in the server schema |
| | | MILD_ERR_SASLEXTERNAL_NO_CERT_IN_ENTRY_137=Authentification impossible via SASL EXTERNAL car l'entr\u00e9e utilisateur %s mapp\u00e9e ne poss\u00e8de pas de certificats permettant de v\u00e9rifier le certificat de pair pr\u00e9sent\u00e9 |
| | | MILD_ERR_SASLEXTERNAL_PEER_CERT_NOT_FOUND_138=Authentification impossible via SASL EXTERNAL car l'entr\u00e9e utilisateur %s mapp\u00e9e ne contient pas le certificat de pair pr\u00e9sent\u00e9 par le client |
| | | MILD_ERR_SASLEXTERNAL_CANNOT_VALIDATE_CERT_139=Une erreur s'est produite lors de la validation du certificat de pair pr\u00e9sent\u00e9 par le client avec un certificat de l'entr\u00e9e de l'utilisateur %s: %s |
| | | INFO_SASLEXTERNAL_UPDATED_VALIDATION_POLICY_140=L'attribut ds-cfg-certificate-validation-policy de l'entr\u00e9e de configuration %s a \u00e9t\u00e9 mis \u00e0 jour. La nouvelle strat\u00e9gie de validation de certificat client est %s |
| | | INFO_SASLEXTERNAL_UPDATED_CERT_ATTR_141=L'attribut ds-cfg-certificate-attribute de l'entr\u00e9e de configuration %s a \u00e9t\u00e9 mis \u00e0 jour. L'attribut %s sera d\u00e9sormais utilis\u00e9 lors de la validation de certificats de pair |
| | | INFO_SASLPLAIN_DESCRIPTION_USERNAME_ATTRIBUTE_142=Nom de l'attribut \u00e0 utiliser pour identifier les entr\u00e9es utilisateur en fonction du param\u00e8tre authcID/authzID fourni lors de l'authentification SASL PLAIN. Il doit sp\u00e9cifier le nom d'un type d'attribut valide d\u00e9fini dans le sch\u00e9ma de serveur. Les modifications apport\u00e9es \u00e0 cette configuration seront imm\u00e9diatement prises en compte. |
| | | SEVERE_ERR_SASLPLAIN_CANNOT_GET_USERNAME_ATTR_143=An unexpected error occurred while attempting to determine the value of the ds-cfg-user-name-attribute attribute in configuration entry %s: %s |
| | | SEVERE_ERR_SASLPLAIN_UNKNOWN_USERNAME_ATTR_144=The attribute %s referenced in configuration attribute ds-cfg-user-name-attribute in configuration entry %s does not exist in the Directory Server schema. The attribute that is to be used for username lookups during SASL PLAIN authentication must be defined in the server schema |
| | | INFO_SASLPLAIN_DESCRIPTION_USER_BASE_DN_145=DN de base \u00e0 utiliser lors de la recherche d'entr\u00e9es en fonction du param\u00e8tre authcID/authzID fourni lors de l'authentification SASL PLAIN. Les modifications apport\u00e9es \u00e0 cette configuration seront imm\u00e9diatement prises en compte. |
| | | SEVERE_ERR_SASLPLAIN_CANNOT_GET_USER_BASE_DN_146=An unexpected error occurred while attempting to determine the value of the ds-cfg-user-base-dn attribute in configuration entry %s: %s |
| | | MILD_ERR_SASLPLAIN_NO_SASL_CREDENTIALS_147=L'authentification SASL PLAIN requiert des informations d'identification SASL, or aucune n'est incluse dans la requ\u00eate de liaison |
| | | MILD_ERR_SASLPLAIN_NO_NULLS_IN_CREDENTIALS_148=La requ\u00eate de liaison SASL PLAIN n'inclut pas de caract\u00e8res NULL. Les caract\u00e8res NULL sont obligatoires comme d\u00e9limiteurs entre l'ID d'autorisation et l'ID d'authentification, ainsi qu'entre l'ID d'authentification et le mot de passe |
| | | MILD_ERR_SASLPLAIN_NO_SECOND_NULL_149=La requ\u00eate de liaison SASL PLAIN n'inclut pas de deuxi\u00e8me caract\u00e8re NULL, obligatoire comme d\u00e9limiteur entre l'ID d'authentification et le mot de passe dans les informations d'identification |
| | | MILD_ERR_SASLPLAIN_ZERO_LENGTH_AUTHCID_150=L'ID d'authentification contenue dans la requ\u00eate de liaison SASL PLAIN poss\u00e8de une longueur de z\u00e9ro caract\u00e8res, ce qui est interdit. L'authentification SASL PLAIN n'autorise pas l'utilisation d'une cha\u00eene vide comme ID d'authentification |
| | | MILD_ERR_SASLPLAIN_ZERO_LENGTH_PASSWORD_151=Le mot de passe contenu dans la requ\u00eate de liaison SASL PLAIN poss\u00e8de une longueur de z\u00e9ro caract\u00e8res, ce qui est interdit. L'authentification SASL PLAIN n'autorise pas l'utilisation d'une cha\u00eene vide comme mot de passe |
| | | MILD_ERR_SASLPLAIN_CANNOT_DECODE_AUTHCID_AS_DN_152=Une erreur s'est produite lors du d\u00e9codage de l'ID d'authentification SASL PLAIN "%s" car il semble contenir un DN dont le d\u00e9codage a \u00e9chou\u00e9 : %s |
| | | MILD_ERR_SASLPLAIN_AUTHCID_IS_NULL_DN_153=L'ID d'authentification de la requ\u00eate de liaison SASL PLAIN semble \u00eatre un DN vide. Cela n'est pas autoris\u00e9 |
| | | MILD_ERR_SASLPLAIN_CANNOT_GET_ENTRY_BY_DN_154=Une erreur s'est produite lors de la r\u00e9cup\u00e9ration de l'entr\u00e9e utilisateur %s comme il est sp\u00e9cifi\u00e9 dans l'ID d'authentification bas\u00e9 sur DN d'une requ\u00eate de liaison SASL PLAIN : %s |
| | | MILD_ERR_SASLPLAIN_CANNOT_PERFORM_INTERNAL_SEARCH_155=Une erreur s'est produite lors de la recherche interne destin\u00e9e \u00e0 r\u00e9cup\u00e9rer l'entr\u00e9e utilisateur associ\u00e9e \u00e0 l'ID d'authentification SASL PLAIN %s. Le r\u00e9sultat de cette recherche donne %s avec un message de %s |
| | | MILD_ERR_SASLPLAIN_MULTIPLE_MATCHING_ENTRIES_156=La recherche interne destin\u00e9e \u00e0 r\u00e9soudre l'ID d'authentification SASL PLAIN %s correspond \u00e0 plusieurs entr\u00e9es. L'authentification ne peut pas r\u00e9ussir tant que l'ID d'authentification est mapp\u00e9e une seule entr\u00e9e utilisateur |
| | | MILD_ERR_SASLPLAIN_NO_MATCHING_ENTRIES_157=Impossible au serveur de trouver des entr\u00e9es utilisateur pour l'ID d'authentification fournie de %s |
| | | MILD_ERR_SASLPLAIN_NO_PW_ATTR_158=\u00c9chec de l'authentification SASL PLAIN car l'entr\u00e9e utilisateur mapp\u00e9e ne contient pas de valeurs pour l'attribut %s |
| | | MILD_ERR_SASLPLAIN_UNKNOWN_STORAGE_SCHEME_159=Impossible de traiter le mot de passe de l'entr\u00e9e utilisateur cible %s via SASL PLAIN car il poss\u00e8de un sch\u00e9ma de stockage de %s inconnu |
| | | MILD_ERR_SASLPLAIN_INVALID_PASSWORD_160=Le mot de passe fourni n'est pas valide |
| | | INFO_SASLPLAIN_UPDATED_USERNAME_ATTR_161=L'attribut ds-cfg-user-name-attribute de l'entr\u00e9e de configuration %s a \u00e9t\u00e9 mis \u00e0 jour. L'attribut %s va maintenant \u00eatre utilis\u00e9 pour les recherches d'entr\u00e9es utilisateur en fonction de leur param\u00e8tre authcID/authzID |
| | | INFO_SASLPLAIN_UPDATED_USER_BASE_DN_162=L'attribut ds-cfg-user-base-dn de l'entr\u00e9e de configuration %s a \u00e9t\u00e9 mis \u00e0 jour. Le DN %s va maintenant \u00eatre utilis\u00e9 comme base de recherche d'entr\u00e9es utilisateur en fonction de leur param\u00e8tre authcID/authzID |
| | | INFO_SASLPLAIN_CANNOT_LOCK_ENTRY_163=Impossible pour Directory Server d'obtenir un verrou de lecture pour l'entr\u00e9e utilisateur %s en vue de la r\u00e9cup\u00e9rer |
| | | MILD_ERR_SEDCM_CANNOT_LOCK_ENTRY_164=Impossible pour Directory Server d'obtenir un verrou de lecture pour l'entr\u00e9e utilisateur %s en vue de la r\u00e9cup\u00e9rer |
| | | INFO_SASLANONYMOUS_TRACE_165=L'op\u00e9ration de liaison SASL ANONYMOUS (conn=%d, op=%d) a fourni des informations de suivi : %s |
| | | SEVERE_ERR_SASLCRAMMD5_CANNOT_GET_MESSAGE_DIGEST_166=An unexpected error occurred while attempting to obtain an MD5 digest engine for use by the CRAM-MD5 SASL handler: %s |
| | | INFO_SASLCRAMMD5_DESCRIPTION_USERNAME_ATTRIBUTE_167=Nom de l'attribut \u00e0 utiliser pour identifier les entr\u00e9es utilisateur en fonction du nom d'utilisateur fourni lors de l'authentification SASL CRAM-MD5. Il doit sp\u00e9cifier le nom d'un type d'attribut valide d\u00e9fini dans le sch\u00e9ma de serveur. Les modifications apport\u00e9es \u00e0 cette configuration seront imm\u00e9diatement prises en compte. |
| | | SEVERE_ERR_SASLCRAMMD5_CANNOT_GET_USERNAME_ATTR_168=An unexpected error occurred while attempting to determine the value of the ds-cfg-user-name-attribute attribute in configuration entry %s: %s |
| | | SEVERE_ERR_SASLCRAMMD5_UNKNOWN_USERNAME_ATTR_169=The attribute %s referenced in configuration attribute ds-cfg-user-name-attribute in configuration entry %s does not exist in the Directory Server schema. The attribute that is to be used for username lookups during SASL CRAM-MD5 authentication must be defined in the server schema |
| | | INFO_SASLCRAMMD5_DESCRIPTION_USER_BASE_DN_170=DN de base \u00e0 utiliser lors de la recherche d'entr\u00e9es en fonction du nom d'utilisateur fourni lors de l'authentification SASL CRAM-MD5. Les modifications apport\u00e9es \u00e0 cette configuration seront imm\u00e9diatement prises en compte. |
| | | SEVERE_ERR_SASLCRAMMD5_CANNOT_GET_USER_BASE_DN_171=An unexpected error occurred while attempting to determine the value of the ds-cfg-user-base-dn attribute in configuration entry %s: %s |
| | | MILD_ERR_SASLCRAMMD5_NO_STORED_CHALLENGE_172=La requ\u00eate de liaison SASL CRAM-MD5 contient des informations d'identification SASL mais aucune question/r\u00e9ponse n'est stock\u00e9e pour cette connexion client. La premi\u00e8re requ\u00eate de liaison SASL CRAM-MD5 du processus en deux \u00e9tapes ne doit pas contenir d'informations d'identification SASL client |
| | | MILD_ERR_SASLCRAMMD5_INVALID_STORED_CHALLENGE_173=La requ\u00eate de liaison SASL CRAM-MD5 contient des informations d'identification SASL, mais le format des informations de statut SASL stock\u00e9es pour cette connexion client n'est pas appropri\u00e9 pour la question/r\u00e9ponse |
| | | MILD_ERR_SASLCRAMMD5_NO_SPACE_IN_CREDENTIALS_174=La requ\u00eate de liaison SASL CRAM-MD5 du client inclut les informations d'identification SASL mais aucun espace ne s\u00e9pare le nom d'utilisateur du hachage d'authentification |
| | | MILD_ERR_SASLCRAMMD5_INVALID_DIGEST_LENGTH_175=La requ\u00eate de liaison SASL CRAM-MD5 inclut les informations d'identification SASL, mais la cha\u00eene de hachage d\u00e9cod\u00e9e poss\u00e8de une longueur non valide de %d octets \u00e0 la place des %d octets attendus pour une repr\u00e9sentation hexad\u00e9cimale d'un hachage MD5 |
| | | MILD_ERR_SASLCRAMMD5_INVALID_DIGEST_CONTENT_176=La requ\u00eate de liaison SASL CRAM-MD5 inclut les informations d'identification SASL, mais le hachage d\u00e9cod\u00e9 n'est pas exclusivement compos\u00e9 de chiffres hexad\u00e9cimaux : %s |
| | | MILD_ERR_SASLCRAMMD5_CANNOT_DECODE_USERNAME_AS_DN_177=Une erreur s'est produite lors du d\u00e9codage du nom d'utilisateur SASL CRAM-MD5 "%s" car il semble contenir un DN dont le d\u00e9codage a \u00e9chou\u00e9 : %s |
| | | MILD_ERR_SASLCRAMMD5_USERNAME_IS_NULL_DN_178=Le nom d'utilisateur de la requ\u00eate de liaison SASL CRAM-MD5 semble \u00eatre un DN vide. Cela n'est pas autoris\u00e9 |
| | | INFO_SASLCRAMMD5_CANNOT_LOCK_ENTRY_179=Impossible pour Directory Server d'obtenir un verrou de lecture pour l'entr\u00e9e utilisateur %s en vue de la r\u00e9cup\u00e9rer |
| | | MILD_ERR_SASLCRAMMD5_CANNOT_GET_ENTRY_BY_DN_180=Une erreur s'est produite lors de la r\u00e9cup\u00e9ration de l'entr\u00e9e utilisateur %s tel que cela est sp\u00e9cifi\u00e9 dans le nom d'utilisateur bas\u00e9 sur DN d'une requ\u00eate de liaison SASL CRAM-MD5 : %s |
| | | MILD_ERR_SASLCRAMMD5_ZERO_LENGTH_USERNAME_181=Le nom d'utilisateur contenu dans la requ\u00eate de liaison SASL CRAM-MD5 poss\u00e8de une longueur de z\u00e9ro caract\u00e8res, ce qui est interdit. L'authentification SASL CRAM-MD5 n'autorise pas l'utilisation d'une cha\u00eene vide comme mot de passe |
| | | MILD_ERR_SASLCRAMMD5_CANNOT_PERFORM_INTERNAL_SEARCH_182=Une erreur s'est produite lors de la recherche interne destin\u00e9e \u00e0 r\u00e9cup\u00e9rer l'entr\u00e9e utilisateur associ\u00e9e au nom d'utilisateur SASL CRAM-MD5 %s. Le r\u00e9sultat de cette recherche donne %s avec un message de %s |
| | | MILD_ERR_SASLCRAMMD5_MULTIPLE_MATCHING_ENTRIES_183=La recherche interne destin\u00e9e \u00e0 r\u00e9soudre le nom d'utilisateur SASL CRAM-MD5 %s correspond \u00e0 plusieurs entr\u00e9es. L'authentification ne peut pas r\u00e9ussir tant que le nom d'utilisateur est mapp\u00e9 vers une seule entr\u00e9e utilisateur |
| | | MILD_ERR_SASLCRAMMD5_NO_MATCHING_ENTRIES_184=Impossible au serveur de trouver des entr\u00e9es utilisateur pour le nom d'utilisateur fourni de %s |
| | | MILD_ERR_SASLCRAMMD5_NO_PW_ATTR_185=\u00c9chec de l'authentification SASL CRAM-MD5 car l'entr\u00e9e utilisateur mapp\u00e9e ne contient pas de valeurs pour l'attribut %s |
| | | MILD_ERR_SASLCRAMMD5_UNKNOWN_STORAGE_SCHEME_186=Impossible de traiter un mot de passe de l'entr\u00e9e utilisateur cible %s via SASL CRAM-MD5 car ce mot de passe poss\u00e8de un sch\u00e9ma de stockage de %s inconnu |
| | | MILD_ERR_SASLCRAMMD5_CANNOT_GET_CLEAR_PASSWORD_187=Une erreur s'est produite lors de l'obtention du mot de passe en texte clair pour l'utilisateur %s \u00e0 partir de la valeur poss\u00e9dant le sch\u00e9ma de stockage %s: %s |
| | | MILD_ERR_SASLCRAMMD5_INVALID_PASSWORD_188=Le mot de passe fourni n'est pas valide |
| | | MILD_ERR_SASLCRAMMD5_NO_REVERSIBLE_PASSWORDS_189=Authentification SASL CRAM-MD5 impossible pour l'utilisateur %s car aucun des mots de passe de l'entr\u00e9e utilisateur n'est stock\u00e9 sous forme r\u00e9versible |
| | | INFO_SASLCRAMMD5_UPDATED_USERNAME_ATTR_190=L'attribut ds-cfg-user-name-attribute de l'entr\u00e9e de configuration %s a \u00e9t\u00e9 mis \u00e0 jour. L'attribut %s va d\u00e9sormais \u00eatre utilis\u00e9 pour la recherche d'entr\u00e9es utilisateur en fonction de leur nom d'utilisateur |
| | | INFO_SASLCRAMMD5_UPDATED_USER_BASE_DN_191=L'attribut ds-cfg-user-base-dn de l'entr\u00e9e de configuration %s a \u00e9t\u00e9 mis \u00e0 jour. Le DN %s sera d\u00e9sormais utilis\u00e9 comme base de recherche d'entr\u00e9es utilisateur en fonction de leur nom d'utilisateur |
| | | SEVERE_ERR_SASLDIGESTMD5_CANNOT_GET_MESSAGE_DIGEST_192=An unexpected error occurred while attempting to obtain an MD5 digest engine for use by the DIGEST-MD5 SASL handler: %s |
| | | INFO_SASLDIGESTMD5_DESCRIPTION_USERNAME_ATTRIBUTE_193=Nom de l'attribut \u00e0 utiliser pour identifier les entr\u00e9es utilisateur en fonction du nom d'utilisateur fourni lors de l'authentification SASL DIGEST-MD5. Il doit sp\u00e9cifier le nom d'un type d'attribut valide d\u00e9fini dans le sch\u00e9ma de serveur. Les modifications apport\u00e9es \u00e0 cette configuration seront imm\u00e9diatement prises en compte. |
| | | SEVERE_ERR_SASLDIGESTMD5_CANNOT_GET_USERNAME_ATTR_194=An unexpected error occurred while attempting to determine the value of the ds-cfg-user-name-attribute attribute in configuration entry %s: %s |
| | | SEVERE_ERR_SASLDIGESTMD5_UNKNOWN_USERNAME_ATTR_195=The attribute %s referenced in configuration attribute ds-cfg-user-name-attribute in configuration entry %s does not exist in the Directory Server schema. The attribute that is to be used for username lookups during SASL DIGEST-MD5 authentication must be defined in the server schema |
| | | INFO_SASLDIGESTMD5_DESCRIPTION_USER_BASE_DN_196=DN de base \u00e0 utiliser lors de la recherche d'entr\u00e9es en fonction du nom d'utilisateur fourni lors de l'authentification SASL DIGEST-MD5. Les modifications apport\u00e9es \u00e0 cette configuration seront imm\u00e9diatement prises en compte. |
| | | SEVERE_ERR_SASLDIGESTMD5_CANNOT_GET_USER_BASE_DN_197=An unexpected error occurred while attempting to determine the value of the ds-cfg-user-base-dn attribute in configuration entry %s: %s |
| | | INFO_SASLDIGESTMD5_DESCRIPTION_REALM_198=Domaine \u00e0 utiliser par le serveur pour l'authentification DIGEST-MD5. S'il n'est pas fourni, le serveur utilisera par d\u00e9faut un ensemble de noms de domaines correspondant aux suffixes d\u00e9finis. Les modifications apport\u00e9es \u00e0 cette configuration seront imm\u00e9diatement prises en compte. |
| | | SEVERE_ERR_SASLDIGESTMD5_CANNOT_GET_REALM_199=An unexpected error occurred while attempting to determine the value of the ds-cfg-realm attribute in configuration entry %s: %s |
| | | SEVERE_WARN_SASLDIGESTMD5_CHALLENGE_TOO_LONG_200=The initial DIGEST-MD5 must be less than 2048 bytes, but the generated challenge was %d bytes |
| | | MILD_ERR_SASLDIGESTMD5_NO_CREDENTIALS_201=La connexion client inclut les informations de statut DIGEST-MD5, indiquant que le client effectuait une liaison DIGEST-MD5 mais que la requ\u00eate de liaison n'incluait pas d'informations d'identification |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_STORED_STATE_202=La demande de liaison SASL DIGEST-MD5 contient des informations d'identification SASL, mais le format des informations de statut SASL stock\u00e9es pour cette connexion client n'est pas appropri\u00e9 pour la question/r\u00e9ponse |
| | | SEVERE_WARN_SASLDIGESTMD5_CANNOT_PARSE_ISO_CREDENTIALS_203=An error occurred while attempting to parse the DIGEST-MD5 credentials as a string using the %s character set: %s. The server will re-try using UTF-8 |
| | | SEVERE_WARN_SASLDIGESTMD5_CANNOT_PARSE_UTF8_CREDENTIALS_204=An error occurred while attempting to parse the DIGEST-MD5 credentials as a string using the UTF-8 character set: %s |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_TOKEN_IN_CREDENTIALS_205=Les informations d'identification DIGEST-MD5 fournies par le client contiennent un jeton de "%s" non valide d\u00e9marrant \u00e0 la position %d |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_CHARSET_206=Les informations d'identification DIGEST-MD5 fournies par le client sp\u00e9cifient un ensemble de caract\u00e8res non valide de %s. Seule la valeur 'utf-8' est acceptable pour ce param\u00e8tre |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_DECODE_REALM_AS_DN_207=Une erreur s'est produite lors de l'analyse du domaine de r\u00e9ponse "%s" fourni comme DN : %s |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_REALM_208=Les informations d'identification DIGEST-MD5 fournies par le client incluent un domaine "%s" non valide |
| | | SEVERE_ERR_SASLDIGESTMD5_INVALID_NONCE_209=The DIGEST-MD5 credentials provided by the client included a nonce that was different from the nonce supplied by the server. This could indicate a replay attack or a chosen plaintext attack, and as a result the client connection will be terminated |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_DECODE_NONCE_COUNT_210=Les informations d'identification DIGEST-MD5 fournies par le client incluent un nombre de circonstance "%s" ne pouvant pas \u00eatre d\u00e9cod\u00e9 en entier en repr\u00e9sentation hexad\u00e9cimale |
| | | SEVERE_ERR_SASLDIGESTMD5_CANNOT_DECODE_STORED_NONCE_COUNT_211=An unexpected error occurred while attempting to decode the nonce count stored by the server for this client connection: %s |
| | | SEVERE_ERR_SASLDIGESTMD5_INVALID_NONCE_COUNT_212=The DIGEST-MD5 credentials provided by the client included a nonce count that was different from the count expected by the server. This could indicate a replay attack, and as a result the client connection will be terminated |
| | | MILD_ERR_SASLDIGESTMD5_INTEGRITY_NOT_SUPPORTED_213=Le client demande la qualit\u00e9 auth-int de protection mais la protection d'int\u00e9grit\u00e9 n'est actuellement pas prise en charge par Directory Server |
| | | MILD_ERR_SASLDIGESTMD5_CONFIDENTIALITY_NOT_SUPPORTED_214=Le client demande la qualit\u00e9 auth-conf de protection mais la protection de confidentialit\u00e9 n'est actuellement pas prise en charge par Directory Server |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_QOP_215=Les informations d'identification DIGEST-MD5 fournies par le client demande une qualit\u00e9 non valide du m\u00e9canisme de protection %s |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_PARSE_RESPONSE_DIGEST_216=Les informations d'identification DIGEST-MD5 fournies par le client incluent un hachage ne pouvant pas \u00eatre d\u00e9cod\u00e9 sous forme de s\u00e9quence d'octets en repr\u00e9sentations hexad\u00e9cimales : %s |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_RESPONSE_TOKEN_217=Les informations d'identification DIGEST-MD5 fournies par le client incluent un jeton non valide nomm\u00e9"%s" |
| | | MILD_ERR_SASLDIGESTMD5_NO_USERNAME_IN_RESPONSE_218=Les informations d'identification DIGEST-MD5 fournies par le client ne contiennent pas le jeton "username" obligatoire |
| | | MILD_ERR_SASLDIGESTMD5_NO_NONCE_IN_RESPONSE_219=Les informations d'identification DIGEST-MD5 fournies par le client ne contiennent pas le jeton "nonce" obligatoire |
| | | MILD_ERR_SASLDIGESTMD5_NO_CNONCE_IN_RESPONSE_220=Les informations d'identification DIGEST-MD5 fournies par le client ne contiennent pas le jeton "cnonce" obligatoire |
| | | MILD_ERR_SASLDIGESTMD5_NO_NONCE_COUNT_IN_RESPONSE_221=Les informations d'identification DIGEST-MD5 fournies par le client ne contiennent pas le jeton "nc" obligatoire |
| | | MILD_ERR_SASLDIGESTMD5_NO_DIGEST_IN_RESPONSE_223=Les informations d'identification DIGEST-MD5 fournies par le client ne contiennent pas le jeton "response" obligatoire |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_DECODE_USERNAME_AS_DN_224=Une erreur s'est produite lors du d\u00e9codage du nom d'utilisateur SASL DIGEST-MD5 "%s" car il semble contenir un DN dont le d\u00e9codage a \u00e9chou\u00e9 : %s |
| | | MILD_ERR_SASLDIGESTMD5_USERNAME_IS_NULL_DN_225=L'ID d'authentification de la requ\u00eate de liaison SASL DIGEST-MD5 semble \u00eatre un DN vide. Cela n'est pas autoris\u00e9 |
| | | INFO_SASLDIGESTMD5_CANNOT_LOCK_ENTRY_226=Impossible pour Directory Server d'obtenir un verrou de lecture pour l'entr\u00e9e utilisateur %s en vue de la r\u00e9cup\u00e9rer |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_GET_ENTRY_BY_DN_227=Une erreur s'est produite lors de la r\u00e9cup\u00e9ration de l'entr\u00e9e utilisateur %s tel que sp\u00e9cifi\u00e9 dans le nom d'utilisateur bas\u00e9 sur DN d'une requ\u00eate de liaison SASL DIGEST-MD5 : %s |
| | | MILD_ERR_SASLDIGESTMD5_ZERO_LENGTH_USERNAME_228=Le nom d'utilisateur contenu dans la requ\u00eate de liaison SASL DIGEST-MD5 poss\u00e8de une longueur de z\u00e9ro caract\u00e8res, ce qui est interdit. L'authentification SASL DIGEST-MD5 n'autorise pas l'utilisation d'une cha\u00eene vide comme mot de passe |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_PERFORM_INTERNAL_SEARCH_229=Une erreur s'est produite lors de la recherche interne destin\u00e9e \u00e0 r\u00e9cup\u00e9rer l'entr\u00e9e utilisateur associ\u00e9e au nom d'utilisateur SASL DIGEST-MD5 %s. Le r\u00e9sultat de cette recherche donne %s avec un message de %s |
| | | MILD_ERR_SASLDIGESTMD5_MULTIPLE_MATCHING_ENTRIES_230=La recherche interne destin\u00e9e \u00e0 r\u00e9soudre le nom d'utilisateur SASL DIGEST-MD5 %s correspond \u00e0 plusieurs entr\u00e9es. L'authentification ne peut pas r\u00e9ussir tant que le nom d'utilisateur est mapp\u00e9 \u00e0 une seule entr\u00e9e utilisateur |
| | | MILD_ERR_SASLDIGESTMD5_NO_MATCHING_ENTRIES_231=Impossible au serveur de trouver des entr\u00e9es utilisateur pour le nom d'utilisateur fourni de %s |
| | | MILD_ERR_SASLDIGESTMD5_NO_PW_ATTR_232=\u00c9chec de l'authentification SASL DIGEST-MD5 car l'entr\u00e9e utilisateur mapp\u00e9e ne contient pas de valeurs pour l'attribut %s |
| | | MILD_ERR_SASLDIGESTMD5_UNKNOWN_STORAGE_SCHEME_233=Impossible de traiter le mot de passe de l'entr\u00e9e utilisateur cible %s via SASL DIGEST-MD5 car ce mot de passe poss\u00e8de un sch\u00e9ma de stockage inconnu de %s |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_GET_CLEAR_PASSWORD_234=Une erreur s'est produite lors de l'obtention du mot de passe en texte clair pour l'utilisateur %s \u00e0 partir de la valeur poss\u00e9dant le sch\u00e9ma de stockage %s: %s |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_CREDENTIALS_235=Les informations d'identification DIGEST-MD5 fournies par le client ne sont pas appropri\u00e9es pour les mots de passe du compte utilisateur associ\u00e9 |
| | | MILD_ERR_SASLDIGESTMD5_NO_REVERSIBLE_PASSWORDS_236=Authentification SASL DIGEST-MD5 impossible pour l'utilisateur %s car aucun des mots de passe de l'entr\u00e9e utilisateur n'est stock\u00e9 sous forme r\u00e9versible |
| | | SEVERE_WARN_SASLDIGESTMD5_CANNOT_GENERATE_RESPONSE_DIGEST_237=An error occurred while attempting to generate a server-side digest to compare with the client response: %s |
| | | SEVERE_ERR_SASLDIGESTMD5_CANNOT_GENERATE_RESPONSE_AUTH_DIGEST_238=An error occurred while trying to generate the response auth digest to include in the server SASL credentials: %s |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_CLOSING_QUOTE_POS_239=Impossible d'analyser la question/r\u00e9ponse DIGEST-MD5 car elle poss\u00e8de un guillemet non valide \u00e0 la position %d |
| | | INFO_SASLDIGESTMD5_UPDATED_USERNAME_ATTR_240=L'attribut ds-cfg-user-name-attribute de l'entr\u00e9e de configuration %s a \u00e9t\u00e9 mis \u00e0 jour. L'attribut %s va d\u00e9sormais \u00eatre utilis\u00e9 pour la recherche d'entr\u00e9es utilisateur en fonction de leur nom d'utilisateur |
| | | INFO_SASLDIGESTMD5_UPDATED_USER_BASE_DN_241=L'attribut ds-cfg-user-base-dn de l'entr\u00e9e de configuration %s a \u00e9t\u00e9 mis \u00e0 jour. Le DN %s sera d\u00e9sormais utilis\u00e9 comme base de recherche d'entr\u00e9es utilisateur en fonction de leur nom d'utilisateur |
| | | INFO_SASLDIGESTMD5_UPDATED_NEW_REALM_242=L'attribut ds-cfg-realm de l'entr\u00e9e de configuration %s a \u00e9t\u00e9 mis \u00e0 jour. Le domaine "%s" sera d\u00e9sormais annonc\u00e9 par le serveur dans la question/r\u00e9ponse |
| | | INFO_SASLDIGESTMD5_UPDATED_NO_REALM_243=L'attribut ds-cfg-realm de l'entr\u00e9e de configuration %s a \u00e9t\u00e9 mis \u00e0 jour. Les domaines annonc\u00e9s par le serveur dans la question/r\u00e9ponse sont les DN des suffixes de serveur |
| | | INFO_SASLGSSAPI_DESCRIPTION_USERNAME_ATTRIBUTE_244=Nom de l'attribut \u00e0 utiliser pour identifier les entr\u00e9es utilisateur en fonction du nom d'utilisateur fourni lors de l'authentification SASL GSSAPI. Il doit sp\u00e9cifier le nom d'un type d'attribut valide d\u00e9fini dans le sch\u00e9ma de serveur. Les modifications apport\u00e9es \u00e0 cette configuration seront imm\u00e9diatement prises en compte. |
| | | SEVERE_ERR_SASLGSSAPI_CANNOT_GET_USERNAME_ATTR_245=An unexpected error occurred while attempting to determine the value of the ds-cfg-user-name-attribute attribute in configuration entry %s: %s |
| | | SEVERE_ERR_SASLGSSAPI_UNKNOWN_USERNAME_ATTR_246=The attribute %s referenced in configuration attribute ds-cfg-user-name-attribute in configuration entry %s does not exist in the Directory Server schema. The attribute that is to be used for username lookups during SASL GSSAPI authentication must be defined in the server schema |
| | | INFO_SASLGSSAPI_DESCRIPTION_USER_BASE_DN_247=DN de base \u00e0 utiliser lors de la recherche d'entr\u00e9es en fonction du nom d'utilisateur fourni lors de l'authentification SASL GSSAPI. Les modifications apport\u00e9es \u00e0 cette configuration seront imm\u00e9diatement prises en compte. |
| | | SEVERE_ERR_SASLGSSAPI_CANNOT_GET_USER_BASE_DN_248=An unexpected error occurred while attempting to determine the value of the ds-cfg-user-base-dn attribute in configuration entry %s: %s |
| | | INFO_SASLGSSAPI_DESCRIPTION_SERVER_FQDN_249=Noms de domaine complets \u00e0 utiliser pour le serveur lors de l'authentification SASL GSSAPI. Les modifications apport\u00e9es \u00e0 cette configuration seront imm\u00e9diatement prises en compte. |
| | | SEVERE_ERR_SASLGSSAPI_CANNOT_GET_SERVER_FQDN_250=An unexpected error occurred while attempting to determine the value of the ds-cfg-server-fqdn attribute in configuration entry %s: %s |
| | | INFO_SASLGSSAPI_UPDATED_USERNAME_ATTR_251=L'attribut ds-cfg-user-name-attribute de l'entr\u00e9e de configuration %s a \u00e9t\u00e9 mis \u00e0 jour. L'attribut %s va d\u00e9sormais \u00eatre utilis\u00e9 pour la recherche d'entr\u00e9es utilisateur en fonction de leur nom d'utilisateur |
| | | INFO_SASLGSSAPI_UPDATED_USER_BASE_DN_252=L'attribut ds-cfg-user-base-dn de l'entr\u00e9e de configuration %s a \u00e9t\u00e9 mis \u00e0 jour. Le DN %s sera d\u00e9sormais utilis\u00e9 comme base de recherche d'entr\u00e9es utilisateur en fonction de leur nom d'utilisateur |
| | | INFO_SASLGSSAPI_UPDATED_NEW_SERVER_FQDN_253=L'attribut ds-cfg-server-fqdn de l'entr\u00e9e de configuration %s a \u00e9t\u00e9 mis \u00e0 jour. La valeur "%s" est d\u00e9sormais utilis\u00e9e comme nom complet de Directory Server pour l'authentification GSSAPI |
| | | INFO_SASLGSSAPI_UPDATED_NO_SERVER_FQDN_254=L'attribut ds-cfg-server-fqdn de l'entr\u00e9e de configuration %s a \u00e9t\u00e9 mis \u00e0 jour. Directory Server tente de d\u00e9terminer son propre FQDN \u00e0 des fins d'authentification GSSAPI |
| | | INFO_SASLGSSAPI_UNEXPECTED_CALLBACK_255=Un rappel inattendu est fourni pour le serveur SASL lors de l'authentification GSSAPI : %s |
| | | INFO_SASLGSSAPI_DESCRIPTION_KDC_ADDRESS_256=L'adresse du KDC \u00e0 utiliser lors de l'authentification SASL GSSAPI. Si cette derni\u00e8re n'est pas sp\u00e9cifi\u00e9e, une tentative sera effectu\u00e9e pour l'obtenir \u00e0 partir de la configuration Kerberos au niveau du syst\u00e8me. Les modifications de cet attribut de configuration prennent effet imm\u00e9diatement pour les tentatives de liaison GSSAPI suivantes |
| | | MILD_ERR_SASLGSSAPI_CANNOT_GET_KDC_ADDRESS_257=Une erreur inattendue s'est produite lors de la d\u00e9termination de la valeur de l'attribut de configuration ds-cfg-kdc-address dans l'entr\u00e9e de configuration %s\u00a0: %s. |
| | | INFO_SASLGSSAPI_DESCRIPTION_REALM_258=Le domaine par d\u00e9faut doit \u00eatre celui utilis\u00e9 lors de l'authentification SASL GSSAPI. Si ce dernier n'est pas sp\u00e9cifi\u00e9, une tentative sera effectu\u00e9e pour l'obtenir \u00e0 partir de la configuration Kerberos au niveau du syst\u00e8me. Les modifications de cet attribut de configuration prennent effet imm\u00e9diatement pour les tentatives de liaison GSSAPI suivantes |
| | | MILD_ERR_SASLGSSAPI_CANNOT_GET_REALM_259=Une erreur inattendue s'est produite lors de la d\u00e9termination de la valeur de l'attribut de configuration ds-cfg-realm dans l'entr\u00e9e de configuration %s\u00a0: %s. |
| | | MILD_ERR_SASLGSSAPI_NO_CLIENT_CONNECTION_260=Connexion client indisponible pour le traitement de la requ\u00eate de liaison GSSAPI |
| | | MILD_ERR_SASLGSSAPI_CANNOT_CREATE_SASL_SERVER_261=Une erreur s'est produite lors de la cr\u00e9ation de l'instance serveur SASL dans le cadre du traitement de la requ\u00eate de liaison GSSAPI : %s |
| | | MILD_ERR_SASLGSSAPI_CANNOT_EVALUATE_RESPONSE_262=Une erreur s'est produite lors de l'\u00e9valuation de la r\u00e9ponse \u00e0 la v\u00e9rification fournie par le client dans la requ\u00eate de liaison GSSAPI : %s |
| | | MILD_ERR_SASLGSSAPI_NO_AUTHZ_ID_263=Le processus d'authentification GSSAPI semble \u00eatre termin\u00e9, mais aucune ID d'autorisation n'est disponible pour le mappage \u00e0 un utilisateur d'annuaire |
| | | MILD_ERR_SASLGSSAPI_CANNOT_PERFORM_INTERNAL_SEARCH_264=Une erreur s'est produite lors de la recherche interne destin\u00e9e \u00e0 mapper l'ID d'autorisation GSSAPI %s \u00e0 un utilisateur Directory Server (code de r\u00e9sultat %d, message d'erreur "%s") |
| | | MILD_ERR_SASLGSSAPI_MULTIPLE_MATCHING_ENTRIES_265=L'ID d'autorisation GSSAPI %s semble avoir plusieurs correspondances dans Directory Server |
| | | MILD_ERR_SASLGSSAPI_CANNOT_MAP_AUTHZID_266=Impossible de mapper l'ID d'autorisation GSSAPI %s \u00e0 un utilisateur dans Directory Server |
| | | INFO_SASLGSSAPI_UPDATED_KDC_267=L'attribut ds-cfg-kdc-address de l'entr\u00e9e de configuration %s a \u00e9t\u00e9 mis \u00e0 jour. La valeur "%s" est d\u00e9sormais utilis\u00e9e comme adresse du KDC pour l'authentification GSSAPI |
| | | INFO_SASLGSSAPI_UNSET_KDC_268=La d\u00e9finition de l'attribut ds-cfg-kdc-address de l'entr\u00e9e de configuration %s comme propri\u00e9t\u00e9 syst\u00e8me a \u00e9t\u00e9 annul\u00e9e. Toute tentative d'authentification GSSAPI ult\u00e9rieure d\u00e9pend de la d\u00e9termination de l'adresse KDC par la configuration Kerberos du syst\u00e8me d'exploitation sous-jacent |
| | | INFO_SASLGSSAPI_UPDATED_REALM_269=L'attribut ds-cfg-realm de l'entr\u00e9e de configuration %s a \u00e9t\u00e9 mis \u00e0 jour. La valeur "%s" sera d\u00e9sormais utilis\u00e9e comme domaine par d\u00e9faut pour l'authentification GSSAPI |
| | | INFO_SASLGSSAPI_UNSET_REALM_270=La d\u00e9finition de l'attribut ds-cfg-realm de l'entr\u00e9e de configuration %s comme propri\u00e9t\u00e9 syst\u00e8me a \u00e9t\u00e9 annul\u00e9e. Toute tentative d'authentification GSSAPI ult\u00e9rieure d\u00e9pend de la d\u00e9termination du domaine par d\u00e9faut par la configuration Kerberos du syst\u00e8me d'exploitation sous-jacent |
| | | MILD_ERR_SASLGSSAPI_CANNOT_CREATE_LOGIN_CONTEXT_271=Une erreur s'est produite lors de la cr\u00e9ation du contexte d'ouverture de session JAAS pour l'authentification GSSAPI : %s |
| | | MILD_ERR_SASLGSSAPI_CANNOT_AUTHENTICATE_SERVER_272=Une erreur s'est produite lors de l'authentification Kerberos c\u00f4t\u00e9 serveur dans le cadre de la prise en charge d'une op\u00e9ration de liaison GSSAPI : %s |
| | | INFO_SASLGSSAPI_DESCRIPTION_KEYTAB_FILE_273=Chemin vers le fichier keytab contenant la cl\u00e9 secr\u00e8te du nom Kerberos principal \u00e0 utiliser lors du traitement de l'authentification GSSAPI. S'il n'est pas sp\u00e9cifi\u00e9, le fichier par d\u00e9faut au niveau du syst\u00e8me sera utilis\u00e9. Les modifications de cet attribut de configuration prendront effet apr\u00e8s la d\u00e9sactivation et la r\u00e9activation du gestionnaire de m\u00e9canisme GSSAPI SASL ou le red\u00e9marrage de Directory Server |
| | | MILD_ERR_SASLGSSAPI_CANNOT_GET_KEYTAB_FILE_274=Une erreur inattendue s'est produite lors de la d\u00e9termination de la valeur de l'attribut ds-cfg-keytab dans l'entr\u00e9e de configuration %s\u00a0: %s. |
| | | SEVERE_ERR_SASLGSSAPI_CANNOT_CREATE_JAAS_CONFIG_275=An error occurred while attempting to write a temporary JAAS configuration file for use during GSSAPI processing: %s |
| | | SEVERE_ERR_SASLGSSAPI_DIFFERENT_AUTHID_AND_AUTHZID_276=The authentication ID %s was not equal to the authorization ID %s. This is not supported for GSSAPI authentication |
| | | SEVERE_ERR_EXTOP_WHOAMI_PROXYAUTH_INSUFFICIENT_PRIVILEGES_277=You do not have sufficient privileges to use the proxied authorization control |
| | | INFO_EXACTMAP_DESCRIPTION_MATCH_ATTR_298=Nom ou OID de l'attribut dont la valeur doit correspondre exactement \u00e0 la cha\u00eene d'ID fournie \u00e0 ce mappeur d'identit\u00e9. Veuillez fournir au moins une valeur. Toutes les valeurs doivent faire r\u00e9f\u00e9rence au nom ou \u00e0 l'OID d'un type d'attribut d\u00e9fini dans le sch\u00e9ma Directory Server. Si plusieurs noms ou OID de type d'attribut sont fournis, au moins l'un de ces attributs doit contenir la valeur de la cha\u00eene d'ID dans une entr\u00e9e exactement |
| | | MILD_ERR_EXACTMAP_NO_MATCH_ATTR_299=L'entr\u00e9e de configuration %s ne contient pas de valeurs pour l'attribut ds-cfg-match-attribute, qui sp\u00e9cifie le ou les attributs \u00e0 utiliser pour mapper une cha\u00eene d'ID \u00e0 une entr\u00e9e utilisateur |
| | | MILD_ERR_EXACTMAP_UNKNOWN_ATTR_300=L'entr\u00e9e de configuration %s contient la valeur %s pour l'attribut ds-cfg-match-attribute mais il ne s'agit pas d'un nom ou d'un OID valide pour les types d'attribut d\u00e9finis dans le sch\u00e9ma Directory Server |
| | | MILD_ERR_EXACTMAP_CANNOT_DETERMINE_MATCH_ATTR_301=Une erreur s'est produite lors de la d\u00e9termination de la ou des valeurs de l'attribut ds-cfg-match-attribute dans l'entr\u00e9e de configuration %s\u00a0: %s |
| | | INFO_EXACTMAP_DESCRIPTION_SEARCH_BASE_302=DN de base \u00e0 utiliser lors des recherches permettant de mapper la cha\u00eene d'ID fournie \u00e0 une entr\u00e9e utilisateur. Si aucune valeur n'est fournie, le DSE racine sera utilis\u00e9 comme base de recherche |
| | | MILD_ERR_EXACTMAP_CANNOT_DETERMINE_MATCH_BASE_303=Une erreur s'est produite lors de la d\u00e9termination de la ou des valeurs de l'attribut ds-cfg-match-base-dn dans l'entr\u00e9e de configuration %s\u00a0: %s. |
| | | INFO_EXACTMAP_UPDATED_MATCH_ATTRS_304=Le jeu d'attributs \u00e0 utiliser lors de la correspondance des cha\u00eenes d'ID aux entr\u00e9es utilisateur contenues dans l'attribut ds-cfg-match-attribute de l'entr\u00e9e de configuration %s a \u00e9t\u00e9 mis \u00e0 jour |
| | | INFO_EXACTMAP_UPDATED_MATCH_BASES_305=Le jeu de DN de base de recherche \u00e0 utiliser lors de la correspondance des cha\u00eenes d'ID aux entr\u00e9es utilisateur contenues dans l'attribut attribute ds-cfg-match-base-dn de l'entr\u00e9e de configuration %s a \u00e9t\u00e9 mis \u00e0 jour |
| | | MILD_ERR_EXACTMAP_MULTIPLE_MATCHING_ENTRIES_306=Cha\u00eene d'ID %s mapp\u00e9e \u00e0 plusieurs utilisateurs |
| | | MILD_ERR_EXACTMAP_INEFFICIENT_SEARCH_307=Impossible de traiter efficacement la recherche interne bas\u00e9e sur la cha\u00eene d'ID %s : %s. V\u00e9rifiez la configuration serveur pour vous assurer que tous les backends associ\u00e9s sont correctement configur\u00e9s pour ces types de recherches |
| | | MILD_ERR_EXACTMAP_SEARCH_FAILED_308=Une erreur interne s'est produite lors de la r\u00e9solution de la cha\u00eene d'ID %s \u00e0 une entr\u00e9e utilisateur : %s |
| | | INFO_SASLCRAMMD5_DESCRIPTION_IDENTITY_MAPPER_DN_309=Le DN de l'entr\u00e9e de configuration contenant la configuration du mappeur d'identit\u00e9 \u00e0 utiliser pour mapper le nom d'utilisateur CRAM-MD5 \u00e0 une entr\u00e9e Directory Server. Les modifications apport\u00e9es \u00e0 cette configuration seront imm\u00e9diatement prises en compte. |
| | | MILD_ERR_SASLCRAMMD5_NO_IDENTITY_MAPPER_ATTR_310=L'entr\u00e9e de configuration %s ne contient pas l'attribut ds-cfg-identity-mapper sp\u00e9cifiant le DN du mappeur d'identit\u00e9 \u00e0 utiliser conjointement au m\u00e9canisme CRAM-MD5 SASL. Cet argument est obligatoire |
| | | MILD_ERR_SASLCRAMMD5_NO_SUCH_IDENTITY_MAPPER_311=Le mappeur d'identit\u00e9 %s sp\u00e9cifi\u00e9 dans l'attribut ds-cfg-identity-mapper de l'entr\u00e9e de configuration %s ne r\u00e9f\u00e9rence pas de configuration de mappeur d'identit\u00e9 valide prise en charge par Directory Server |
| | | MILD_ERR_SASLCRAMMD5_CANNOT_GET_IDENTITY_MAPPER_312=Une erreur s'est produite lors du traitement de la valeur de l'attribut ds-cfg-identity-mapper dans l'entr\u00e9e de configuration %s en vue de d\u00e9terminer le mappeur d'identit\u00e9 \u00e0 utiliser conjointement avec le m\u00e9canisme CRAM-MD5 SASL : %s |
| | | MILD_ERR_SASLCRAMMD5_CANNOT_MAP_USERNAME_313=Une erreur s'est produite lors du mappage du nom d'utilisateur %s \u00e0 une entr\u00e9e Directory Server : %s |
| | | INFO_SASLCRAMMD5_UPDATED_IDENTITY_MAPPER_314=L'attribut ds-cfg-identity-mapper de l'entr\u00e9e de configuration %s a \u00e9t\u00e9 mis \u00e0 jour. Le mappeur d'identit\u00e9 d\u00e9fini dans l'entr\u00e9e de configuration %s sera d\u00e9sormais utilis\u00e9 pour mapper les noms d'utilisateur aux entr\u00e9es lors du traitement des requ\u00eates de liaison SASL CRAM-MD5 |
| | | INFO_SASLDIGESTMD5_DESCRIPTION_IDENTITY_MAPPER_DN_315=Le DN de l'entr\u00e9e de configuration qui contient la configuration du mappeur d'identit\u00e9 \u00e0 utiliser pour mapper le nom d'utilisateur DIGEST-MD5 \u00e0 une entr\u00e9e Directory Server. Les modifications apport\u00e9es \u00e0 cette configuration seront imm\u00e9diatement prises en compte. |
| | | MILD_ERR_SASLDIGESTMD5_NO_IDENTITY_MAPPER_ATTR_316=L'entr\u00e9e de configuration %s ne contient pas l'attribut ds-cfg-identity-mapper qui sp\u00e9cifie le DN du mappeur d'identit\u00e9 \u00e0 utiliser conjointement au m\u00e9canisme DIGEST-MD5 SASL. Cet argument est obligatoire |
| | | MILD_ERR_SASLDIGESTMD5_NO_SUCH_IDENTITY_MAPPER_317=Le mappeur d'identit\u00e9 %s sp\u00e9cifi\u00e9 dans l'attribut ds-cfg-identity-mapper de l'entr\u00e9e de configuration %s ne r\u00e9f\u00e9rence pas de configuration de mappeur d'identit\u00e9 valide prise en charge par Directory Server |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_GET_IDENTITY_MAPPER_318=Une erreur s'est produite lors du traitement de la valeur de l'attribut ds-cfg-identity-mapper dans l'entr\u00e9e de configuration %s en vue de d\u00e9terminer le mappeur d'identit\u00e9 \u00e0 utiliser conjointement avec le m\u00e9canisme DIGEST-MD5 SASL : %s |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_MAP_USERNAME_319=Une erreur s'est produite lors du mappage du nom d'utilisateur %s \u00e0 une entr\u00e9e Directory Server : %s |
| | | INFO_SASLDIGESTMD5_UPDATED_IDENTITY_MAPPER_320=L'attribut ds-cfg-identity-mapper de l'entr\u00e9e de configuration %s a \u00e9t\u00e9 mis \u00e0 jour. Le mappeur d'identit\u00e9 d\u00e9fini dans l'entr\u00e9e de configuration %s sera d\u00e9sormais utilis\u00e9 pour mapper les noms d'utilisateur aux entr\u00e9es lors du traitement des requ\u00eates de liaison SASL DIGEST-MD5 |
| | | INFO_SASLPLAIN_DESCRIPTION_IDENTITY_MAPPER_DN_321=DN de l'entr\u00e9e de configuration qui contient la configuration du mappeur d'identit\u00e9 \u00e0 utiliser pour mapper le nom d'utilisateur fourni \u00e0 une entr\u00e9e Directory Server. Les modifications apport\u00e9es \u00e0 cette configuration seront imm\u00e9diatement prises en compte. |
| | | MILD_ERR_SASLPLAIN_NO_IDENTITY_MAPPER_ATTR_322=L'entr\u00e9e de configuration %s ne contient pas l'attribut ds-cfg-identity-mapper qui sp\u00e9cifie le DN du mappeur d'identit\u00e9 \u00e0 utiliser conjointement au m\u00e9canisme PLAIN SASL. Cet argument est obligatoire |
| | | MILD_ERR_SASLPLAIN_NO_SUCH_IDENTITY_MAPPER_323=Le mappeur d'identit\u00e9 %s sp\u00e9cifi\u00e9 dans l'attribut ds-cfg-identity-mapper de l'entr\u00e9e de configuration %s ne r\u00e9f\u00e9rence pas de configuration de mappeur d'identit\u00e9 valide prise en charge par Directory Server |
| | | MILD_ERR_SASLPLAIN_CANNOT_GET_IDENTITY_MAPPER_324=Une erreur s'est produite lors du traitement de la valeur de l'attribut ds-cfg-identity-mapper dans l'entr\u00e9e de configuration %s en vue de d\u00e9terminer le mappeur d'identit\u00e9 \u00e0 utiliser conjointement avec le m\u00e9canisme PLAIN SASL : %s |
| | | MILD_ERR_SASLPLAIN_CANNOT_MAP_USERNAME_325=Une erreur s'est produite lors du mappage du nom d'utilisateur %s \u00e0 une entr\u00e9e Directory Server : %s |
| | | INFO_SASLPLAIN_UPDATED_IDENTITY_MAPPER_326=L'attribut ds-cfg-identity-mapper de l'entr\u00e9e de configuration %s a \u00e9t\u00e9 mis \u00e0 jour. Le mappeur d'identit\u00e9 d\u00e9fini dans l'entr\u00e9e de configuration %s sera d\u00e9sormais utilis\u00e9 pour mapper les noms d'utilisateur aux entr\u00e9es lors du traitement des demandes de liaison SASL PLAIN |
| | | MILD_ERR_EXTOP_CANCEL_NO_REQUEST_VALUE_327=Impossible de traiter la requ\u00eate d'annulation car l'op\u00e9ration \u00e9tendue n'inclut pas de valeur de demande |
| | | MILD_ERR_EXTOP_CANCEL_CANNOT_DECODE_REQUEST_VALUE_328=Une erreur s'est produite lors du d\u00e9codage de la valeur de la demande d'annulation \u00e9tendue : %s |
| | | INFO_EXTOP_CANCEL_REASON_329=Le traitement de cette op\u00e9ration a pris fin suite \u00e0 la r\u00e9ception d'une demande d'annulation (ID de message %d) |
| | | MILD_ERR_PWSCHEME_DOES_NOT_SUPPORT_AUTH_PASSWORD_330=Le sch\u00e9ma de stockage de mot de passe %s n'est pas compatible avec la syntaxe d'attribut de mot de passe d'authentification |
| | | INFO_PWLENGTHVALIDATOR_DESCRIPTION_MIN_LENGTH_331=Nombre minimum de caract\u00e8res autoris\u00e9 pour un mot de passe. Z\u00e9ro indique qu'il n'existe pas de longueur minimale. Les modifications apport\u00e9es \u00e0 cette configuration seront imm\u00e9diatement prises en compte. |
| | | MILD_ERR_PWLENGTHVALIDATOR_CANNOT_DETERMINE_MIN_LENGTH_332=Une erreur s'est produite lors de la d\u00e9termination de la longueur de mot de passe minimale autoris\u00e9e \u00e0 partir de l'attribut ds-cfg-min-password-length : %s |
| | | INFO_PWLENGTHVALIDATOR_DESCRIPTION_MAX_LENGTH_333=Nombre maximum de caract\u00e8res autoris\u00e9 pour un mot de passe. Z\u00e9ro indique qu'il n'existe pas de longueur maximale. Les modifications apport\u00e9es \u00e0 cette configuration seront imm\u00e9diatement prises en compte. |
| | | MILD_ERR_PWLENGTHVALIDATOR_CANNOT_DETERMINE_MAX_LENGTH_334=Une erreur s'est produite lors de la d\u00e9termination de la longueur de mot de passe maximale autoris\u00e9e \u00e0 partir de l'attribut ds-cfg-max-password-length : %s |
| | | MILD_ERR_PWLENGTHVALIDATOR_MIN_GREATER_THAN_MAX_335=La longueur de mot de passe minimale configur\u00e9e (%d caract\u00e8res) est sup\u00e9rieure \u00e0 la longueur de mot de passe maximale configur\u00e9e, qui est de %d |
| | | MILD_ERR_PWLENGTHVALIDATOR_TOO_SHORT_336=La longueur du mot de passe fourni est inf\u00e9rieure \u00e0 la longueur minimale requise de %d caract\u00e8res |
| | | MILD_ERR_PWLENGTHVALIDATOR_TOO_LONG_337=La longueur du mot de passe fourni est sup\u00e9rieure \u00e0 la longueur maximale requise de %d caract\u00e8res |
| | | INFO_PWLENGTHVALIDATOR_UPDATED_MIN_LENGTH_338=La longueur de mot de passe minimale a \u00e9t\u00e9 mise \u00e0 jour et est maintenant %d |
| | | INFO_PWLENGTHVALIDATOR_UPDATED_MAX_LENGTH_339=La longueur de mot de passe maximale a \u00e9t\u00e9 mise \u00e0 jour et est maintenant %d |
| | | INFO_RANDOMPWGEN_DESCRIPTION_CHARSET_340=Jeu(x) de caract\u00e8res devant \u00eatre utilis\u00e9(s) pour g\u00e9n\u00e9rer les mots de passe. Un nom (constitu\u00e9 uniquement de caract\u00e8res alphab\u00e9tiques ASCII) doit \u00eatre attribu\u00e9 \u00e0 chaque jeu de caract\u00e8res, imm\u00e9diatement suivi de deux-points et du jeu de caract\u00e8res \u00e0 inclure \u00e0 ce jeu. Les modifications apport\u00e9es \u00e0 cette configuration seront imm\u00e9diatement prises en compte. |
| | | MILD_ERR_RANDOMPWGEN_NO_CHARSETS_341=L'entr\u00e9e de configuration "%s" ne contient pas l'attribut ds-cfg-password-character-set qui sp\u00e9cifie les ensembles de caract\u00e8res \u00e0 utiliser lors de la g\u00e9n\u00e9ration du mot de passe. Cet argument est obligatoire |
| | | MILD_ERR_RANDOMPWGEN_CHARSET_NAME_CONFLICT_342=L'entr\u00e9e de configuration "%s" contient plusieurs d\u00e9finitions pour le jeu de caract\u00e8res %s |
| | | MILD_ERR_RANDOMPWGEN_CANNOT_DETERMINE_CHARSETS_343=Une erreur s'est produite lors du d\u00e9codage d'une ou plusieurs valeurs de l'attribut de configuration ds-cfg-password-character-set contenant le(s) jeu(x) de caract\u00e8res \u00e0 utiliser lors de la g\u00e9n\u00e9ration du mot de passe : %s |
| | | INFO_RANDOMPWGEN_DESCRIPTION_PWFORMAT_344=Format \u00e0 utiliser pour les mots de passe construits par ce g\u00e9n\u00e9rateur de mots de passe. La valeur doit \u00eatre une s\u00e9quence d'\u00e9l\u00e9ments d\u00e9limit\u00e9e par des virgules, dont chaque \u00e9l\u00e9ment est le nom du jeu de caract\u00e8res suivi d'une virgule et du nombre de caract\u00e8res choisi de mani\u00e8re al\u00e9atoire dans le jeu de caract\u00e8res. Les modifications apport\u00e9es \u00e0 cette configuration seront imm\u00e9diatement prises en compte. |
| | | MILD_ERR_RANDOMPWGEN_NO_PWFORMAT_345=L'entr\u00e9e de configuration "%s" ne contient pas l'attribut ds-cfg-password-format qui sp\u00e9cifie le format \u00e0 utiliser pour le mot de passe g\u00e9n\u00e9r\u00e9. Cet argument est obligatoire |
| | | MILD_ERR_RANDOMPWGEN_UNKNOWN_CHARSET_346=La cha\u00eene de format de mot de passe "%s" r\u00e9f\u00e9rence un jeu de caract\u00e8re non d\u00e9fini "%s" |
| | | MILD_ERR_RANDOMPWGEN_INVALID_PWFORMAT_347=La cha\u00eene de format de mot de passe "%s" contient une syntaxe non valide. La valeur doit \u00eatre une s\u00e9quence d'\u00e9l\u00e9ments d\u00e9limit\u00e9e par des virgules, dont chaque \u00e9l\u00e9ment est le nom du jeu de caract\u00e8res suivi d'une virgule et du nombre de caract\u00e8res choisi de mani\u00e8re al\u00e9atoire dans ce jeu de caract\u00e8res. |
| | | MILD_ERR_RANDOMPWGEN_CANNOT_DETERMINE_PWFORMAT_348=Une erreur s'est produite lors du d\u00e9codage de la valeur de l'attribut de configuration ds-cfg-password-format sp\u00e9cifiant le format des mots de passe g\u00e9n\u00e9r\u00e9s : %s |
| | | INFO_SASLGSSAPI_DESCRIPTION_IDENTITY_MAPPER_DN_349=Le DN de l'entr\u00e9e de configuration contenant la configuration du mappeur d'identit\u00e9 \u00e0 utiliser pour mapper le nom GSSAPI principal \u00e0 une entr\u00e9e d'utilisateur Directory Server. Les modifications apport\u00e9es \u00e0 cette configuration seront imm\u00e9diatement prises en compte. |
| | | MILD_ERR_SASLGSSAPI_NO_IDENTITY_MAPPER_ATTR_350=L'entr\u00e9e de configuration %s ne contient pas l'attribut ds-cfg-identity-mapper sp\u00e9cifiant le DN du mappeur d'identit\u00e9 \u00e0 utiliser conjointement au m\u00e9canisme GSSAPI SASL. Cet argument est obligatoire |
| | | MILD_ERR_SASLGSSAPI_NO_SUCH_IDENTITY_MAPPER_351=Le mappeur d'identit\u00e9 %s sp\u00e9cifi\u00e9 dans l'attribut ds-cfg-identity-mapper de l'entr\u00e9e de configuration %s ne r\u00e9f\u00e9rence pas de configuration de mappeur d'identit\u00e9 valide prise en charge par Directory Server |
| | | MILD_ERR_SASLGSSAPI_CANNOT_GET_IDENTITY_MAPPER_352=Une erreur s'est produite lors du traitement de la valeur de l'attribut ds-cfg-identity-mapper dans l'entr\u00e9e de configuration %s en vue de d\u00e9terminer le mappeur d'identit\u00e9 \u00e0 utiliser conjointement avec le m\u00e9canisme GSSAPI SASL : %s |
| | | INFO_SASLGSSAPI_UPDATED_IDENTITY_MAPPER_353=L'attribut ds-cfg-identity-mapper de l'entr\u00e9e de configuration %s a \u00e9t\u00e9 mis \u00e0 jour. La valeur "%s" sera d\u00e9sormais utilis\u00e9e comme DN de l'entr\u00e9e de configuration du mappeur d'identit\u00e9 pour l'authentification GSSAPI |
| | | MILD_ERR_EXTOP_PASSMOD_CANNOT_GET_PW_POLICY_354=Une erreur s'est produite lors de l'obtention de la strat\u00e9gie de mot de passe pour l'utilisateur %s\u00a0: %s. |
| | | MILD_ERR_EXTOP_PASSMOD_REQUIRE_CURRENT_PW_355=Le mot de passe actuel doit \u00eatre fourni pour les automodifications de mot de passe |
| | | MILD_ERR_EXTOP_PASSMOD_SECURE_AUTH_REQUIRED_356=Les op\u00e9rations de modification de mot de passe fournissant le mot de passe actuel de l'utilisateur doivent \u00eatre effectu\u00e9es sur un canal de communication s\u00e9curis\u00e9 |
| | | MILD_ERR_EXTOP_PASSMOD_USER_PW_CHANGES_NOT_ALLOWED_357=Les utilisateurs finaux ne doivent pas modifier leurs mots de passe. |
| | | MILD_ERR_EXTOP_PASSMOD_SECURE_CHANGES_REQUIRED_358=Les modifications de mot de passe doivent \u00eatre effectu\u00e9es via un canal de communication s\u00e9curis\u00e9. |
| | | MILD_ERR_EXTOP_PASSMOD_IN_MIN_AGE_359=Impossible de modifier le mot de passe car la modification pr\u00e9c\u00e9dente est trop r\u00e9cente |
| | | MILD_ERR_EXTOP_PASSMOD_PASSWORD_IS_EXPIRED_360=Impossible de modifier le mot de passe car il a expir\u00e9 |
| | | MILD_ERR_EXTOP_PASSMOD_NO_PW_GENERATOR_361=Aucun nouveau mot de passe n'a \u00e9t\u00e9 fourni et aucun g\u00e9n\u00e9rateur de mot de passe permettant de cr\u00e9er automatiquement un nouveau mot de passe n'a \u00e9t\u00e9 d\u00e9fini |
| | | MILD_ERR_EXTOP_PASSMOD_CANNOT_GENERATE_PW_362=Une erreur s'est produite lors de la cr\u00e9ation d'un nouveau mot de passe \u00e0 l'aide du g\u00e9n\u00e9rateur de mot de passe : %s |
| | | MILD_ERR_EXTOP_PASSMOD_PRE_ENCODED_NOT_ALLOWED_363=La strat\u00e9gie de mot de passe n'autorise pas les utilisateurs \u00e0 fournir des mots de passe pr\u00e9cod\u00e9s |
| | | MILD_ERR_EXTOP_PASSMOD_UNACCEPTABLE_PW_364=Le nouveau mot de passe fourni n'a pas pass\u00e9 avec succ\u00e8s les v\u00e9rifications de validation d\u00e9finies dans le serveur : %s |
| | | MILD_ERR_EXTOP_PASSMOD_CANNOT_ENCODE_PASSWORD_365=Impossible de coder le mot de passe fourni \u00e0 l'aide du ou des sch\u00e9mas par d\u00e9faut : %s |
| | | MILD_ERR_EXTOP_PASSMOD_NO_SUCH_ID_MAPPER_368=Le mappeur d'identit\u00e9 avec l'entr\u00e9e de configuration DN %s destin\u00e9e \u00e0 \u00eatre utilis\u00e9e dans le cadre de l'op\u00e9ration de modification de mot de passe \u00e9tendue dans l'entr\u00e9e %s n'existe pas ou est d\u00e9sactiv\u00e9. Le mappeur d'identit\u00e9 est un composant obligatoire et l'op\u00e9ration de modification de mot de passe \u00e9tendue ne sera pas activ\u00e9e |
| | | MILD_ERR_EXTOP_PASSMOD_CANNOT_DETERMINE_ID_MAPPER_369=Une erreur s'est produite lors de la d\u00e9termination du mappeur d'identit\u00e9 \u00e0 utiliser conjointement \u00e0 l'op\u00e9ration de modification de mot de passe \u00e9tendue d\u00e9finie dans l'entr\u00e9e de configuration %s: %s. L'op\u00e9ration de modification de mot de passe \u00e9tendue ne pourra pas \u00eatre utilis\u00e9e dans le serveur |
| | | MILD_ERR_EXTOP_PASSMOD_CANNOT_MAP_USER_370=Impossible de mapper la cha\u00eene d'ID d'autorisation "%s" fournie \u00e0 un utilisateur de l'annuaire |
| | | MILD_ERR_EXTOP_PASSMOD_ERROR_MAPPING_USER_371=Une erreur interne s'est produite lors du mappage de la cha\u00eene d'ID d'autorisation %s \u00e0 une entr\u00e9e utilisateur : %s |
| | | INFO_ERRORLOG_ACCTNOTHANDLER_DESCRIPTION_NOTIFICATION_TYPES_372=Types de notification d'\u00e9tat pour lesquels g\u00e9n\u00e9rer des messages de fichier journal. Il s'agit d'un attribut \u00e0 valeur multiple. Les modifications prendront effet imm\u00e9diatement |
| | | MILD_ERR_ERRORLOG_ACCTNOTHANDLER_INVALID_TYPE_373=L'entr\u00e9e de configuration %s contient un type de notification de statut de compte %s non reconnu |
| | | MILD_ERR_ERRORLOG_ACCTNOTHANDLER_CANNOT_GET_NOTIFICATION_TYPES_374=Une erreur s'est produite lors de la d\u00e9termination des types de notification statut de compte \u00e0 partir de l'entr\u00e9e de configuration %s: %s |
| | | NOTICE_ERRORLOG_ACCTNOTHANDLER_NOTIFICATION_375=Account-Status-Notification type='%s' userdn='%s' id=%d msg='%s' |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_GET_REVERSIBLE_PASSWORDS_376=Une erreur s'est produite lors de la r\u00e9cup\u00e9ration d'au moins un mot de passe en texte clair pour l'utilisateur %s \u00e0 des fins d'authentification SASL DIGEST-MD5 : %s |
| | | MILD_ERR_SASLCRAMMD5_CANNOT_GET_REVERSIBLE_PASSWORDS_377=Une erreur s'est produite lors de la r\u00e9cup\u00e9ration d'au moins un mot de passe en texte clair pour l'utilisateur %s \u00e0 des fins d'authentification SASL CRAM-MD5 : %s |
| | | MILD_ERR_SASLPLAIN_CANNOT_CHECK_PASSWORD_VALIDITY_378=Une erreur s'est produite lors de la v\u00e9rification du mot de passe pour l'utilisateur %s lors de l'authentification SASL PLAIN : %s |
| | | MILD_ERR_STARTTLS_ERROR_SENDING_CLEAR_RESPONSE_379=Une erreur inattendue s'est produite lors de l'envoi d'une r\u00e9ponse en texte clair au client apr\u00e8s le d\u00e9marrage de la n\u00e9gociation TLS : %s |
| | | MILD_WARN_EXTOP_PASSMOD_NOOP_380=L'op\u00e9ration de modification de mot de passe n'a pas \u00e9t\u00e9 ex\u00e9cut\u00e9e dans Directory Server car le contr\u00f4le no-op LDAP est pr\u00e9sent dans la demande. |
| | | MILD_ERR_EXTOP_PASSMOD_ACCOUNT_DISABLED_381=Le compte utilisateur a \u00e9t\u00e9 d\u00e9sactiv\u00e9 par l'administrateur. |
| | | MILD_ERR_EXTOP_PASSMOD_ACCOUNT_LOCKED_382=Le compte utilisateur est verrouill\u00e9 |
| | | MILD_ERR_STATICMEMBERS_NO_SUCH_ENTRY_383=Impossible d'examiner l'entr\u00e9e %s comme membre potentiel du groupe statique %s car il n'existe pas d'entr\u00e9e dans Directory Server |
| | | MILD_ERR_STATICMEMBERS_CANNOT_GET_ENTRY_384=Une erreur s'est produite lors de la r\u00e9cup\u00e9ration de l'entr\u00e9e %s comme membre potentiel du groupe statique %s: %s |
| | | MILD_ERR_STATICGROUP_INVALID_OC_COMBINATION_385=Impossible d'analyser l'entr\u00e9e %s en tant que groupe statique valide car les groupes statiques ne peuvent pas poss\u00e9der les classes d'objet %s et %s |
| | | MILD_ERR_STATICGROUP_NO_VALID_OC_386=Impossible d'analyser l'entr\u00e9e %s en tant que groupe statique valide car il ne contient pas exactement l'une des classes d'objet %s ou %s |
| | | MILD_ERR_STATICGROUP_CANNOT_DECODE_MEMBER_VALUE_AS_DN_387=Impossible d'analyser la valeur %s de l'attribut %s de l'entr\u00e9e %s en tant que DN valide : %s. Elle sera exclue de l'ensemble de membres du groupe |
| | | MILD_ERR_STATICGROUP_ADD_MEMBER_ALREADY_EXISTS_388=Impossible d'ajouter l'utilisateur %s comme nouveau membre du groupe statique %s car il se trouve d\u00e9j\u00e0 dans la liste de membres du groupe |
| | | MILD_ERR_STATICGROUP_REMOVE_MEMBER_NO_SUCH_MEMBER_389=Impossible de supprimer l'utilisateur %s comme membre du groupe statique %s car il n'est pas inclus dans la liste de membres du groupe |
| | | MILD_ERR_STATICGROUP_ADD_MEMBER_UPDATE_FAILED_390=Impossible d'ajouter l'utilisateur %s comme nouveau membre du groupe statique %s car une erreur s'est produite lors de la modification interne destin\u00e9e \u00e0 mettre \u00e0 jour le groupe : %s |
| | | MILD_ERR_STATICGROUP_REMOVE_MEMBER_UPDATE_FAILED_391=Impossible de supprimer l'utilisateur %s comme membre du groupe statique %s car une erreur s'est produite lors de la modification interne destin\u00e9e \u00e0 mettre \u00e0 jour le groupe : %s |
| | | MILD_ERR_EXTOP_PASSMOD_INSUFFICIENT_PRIVILEGES_392=Vous ne disposez pas des privil\u00e8ges suffisants pour ex\u00e9cuter des op\u00e9rations de r\u00e9initialisation de mot de passe |
| | | MILD_ERR_SASLDIGESTMD5_EMPTY_AUTHZID_393=L'ID d'autorisation fournie est vide, ce qui n'est pas autoris\u00e9 dans le cadre de l'authentification DIGEST-MD5 |
| | | MILD_ERR_SASLDIGESTMD5_AUTHZID_INVALID_DN_394=L'ID d'autorisation fournie %s contient un DN non valide : %s |
| | | MILD_ERR_SASLDIGESTMD5_AUTHZID_INSUFFICIENT_PRIVILEGES_395=L'utilisateur en cours d'authentification %s ne dispose pas des privil\u00e8ges suffisants pour assumer une identit\u00e9 d'autorisation diff\u00e9rente |
| | | MILD_ERR_SASLDIGESTMD5_AUTHZID_NO_SUCH_ENTRY_396=L'entr\u00e9e %s sp\u00e9cifi\u00e9e comme identit\u00e9 d'autorisation n'existe pas |
| | | MILD_ERR_SASLDIGESTMD5_AUTHZID_CANNOT_GET_ENTRY_397=Impossible de r\u00e9cup\u00e9rer l'entr\u00e9e %s sp\u00e9cifi\u00e9e comme identit\u00e9 d'autorisation : %s |
| | | MILD_ERR_SASLDIGESTMD5_AUTHZID_NO_MAPPED_ENTRY_398=Impossible pour le serveur de trouver une entr\u00e9e correspondant \u00e0 l'ID d'autorisation %s |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_MAP_AUTHZID_399=Une erreur s'est produite lors du mappage de l'ID d'autorisation %s \u00e0 une entr\u00e9e utilisateur : %s |
| | | MILD_ERR_SASLPLAIN_AUTHZID_INVALID_DN_400=L'ID d'autorisation fournie %s contient un DN non valide : %s |
| | | MILD_ERR_SASLPLAIN_AUTHZID_INSUFFICIENT_PRIVILEGES_401=L'utilisateur en cours d'authentification %s ne poss\u00e8de pas les privil\u00e8ges suffisants pour sp\u00e9cifier une ID d'autorisation de remplacement |
| | | MILD_ERR_SASLPLAIN_AUTHZID_NO_SUCH_ENTRY_402=L'entr\u00e9e correspondant au DN d'autorisation %s n'existe pas dans Directory Server |
| | | MILD_ERR_SASLPLAIN_AUTHZID_CANNOT_GET_ENTRY_403=Une erreur s'est produite lors de la r\u00e9cup\u00e9ration de l'entr\u00e9e %s sp\u00e9cifi\u00e9e comme ID d'autorisation : %s |
| | | MILD_ERR_SASLPLAIN_AUTHZID_NO_MAPPED_ENTRY_404=Impossible de trouver une entr\u00e9e correspondant \u00e0 l'ID d'autorisation %s sur le serveur |
| | | MILD_ERR_SASLPLAIN_AUTHZID_CANNOT_MAP_AUTHZID_405=Une erreur s'est produite lors du mappage de l'ID d'autorisation %s \u00e0 une entr\u00e9e utilisateur : %s |
| | | INFO_SASLEXTERNAL_DESCRIPTION_CERT_MAPPER_DN_406=Le DN de l'entr\u00e9e de configuration d\u00e9finissant le mappeur de certificat \u00e0 utiliser lors du mappage d'un certificat \u00e0 une entr\u00e9e utilisateur. Les modifications apport\u00e9es \u00e0 cette configuration seront imm\u00e9diatement prises en compte. |
| | | MILD_ERR_SASLEXTERNAL_NO_CERTIFICATE_MAPPER_DN_407=L'entr\u00e9e de configuration %s ne contient pas l'attribut ds-cfg-certificate-mapper obligatoire pour sp\u00e9cifier le mappeur de certificat \u00e0 utiliser pour mapper les certificats aux entr\u00e9es utilisateur |
| | | MILD_ERR_SASLEXTERNAL_INVALID_CERTIFICATE_MAPPER_DN_408=L'entr\u00e9e de configuration %s contient un DN de mappeur de certificat de %s, mais ce type de mappeur n'est pas compatible avec Directory Server |
| | | MILD_ERR_SASLEXTERNAL_CANNOT_GET_CERT_MAPPER_DN_409=Une erreur s'est produite lors de la r\u00e9cup\u00e9ration du DN du mappeur de certificat \u00e0 partir de l'entr\u00e9e de configuration %s: %s |
| | | INFO_SASLEXTERNAL_UPDATED_CERT_MAPPER_DN_410=L'attribut ds-cfg-certificate-mapper de l'entr\u00e9e de configuration %s a \u00e9t\u00e9 mis \u00e0 jour. Le mappeur de certificat %s sera d\u00e9sormais utilis\u00e9 pour mapper les certificats aux entr\u00e9es utilisateur |
| | | INFO_SDTUACM_DESCRIPTION_SUBJECT_ATTR_411=Nom du type d'attribut des entr\u00e9es utilisateur contenant les sujets des certificats d\u00e9tenus par cet utilisateur. Les modifications apport\u00e9es \u00e0 cette configuration seront imm\u00e9diatement prises en compte. |
| | | SEVERE_ERR_SDTUACM_NO_SUBJECT_ATTR_412=Configuration entry %s does not contain required attribute %s, which is used to specify which attribute should contain the subjects of the certificates held by users |
| | | SEVERE_ERR_SDTUACM_NO_SUCH_ATTR_413=Configuration entry %s indicates that certificate subjects should be held in attribute %s, but this attribute is not defined in the server schema |
| | | SEVERE_ERR_SDTUACM_CANNOT_GET_SUBJECT_ATTR_414=An error occurred while attempting to determine which attribute type should be used to hold certificate subjects from configuration entry %s: %s |
| | | INFO_SDTUACM_DESCRIPTION_BASE_DN_415=DN de base sous lesquels les recherches d'entr\u00e9es utilisateur correspondantes seront ex\u00e9cut\u00e9es. Si aucun DN de base n'est fourni, le serveur effectue une recherche sous tous les contextes de nommage publics. Les modifications apport\u00e9es \u00e0 cette configuration seront imm\u00e9diatement prises en compte. |
| | | SEVERE_ERR_SDTUACM_CANNOT_GET_BASE_DN_416=An error occurred while attempting to determine the search base DN(s) from configuration entry %s: %s |
| | | SEVERE_ERR_SDTUACM_NO_PEER_CERTIFICATE_417=Could not map the provided certificate chain to a user entry because no peer certificate was available |
| | | SEVERE_ERR_SDTUACM_PEER_CERT_NOT_X509_418=Could not map the provided certificate chain to a user because the peer certificate was not an X.509 certificate (peer certificate format was %s) |
| | | SEVERE_ERR_SDTUACM_MULTIPLE_MATCHING_ENTRIES_419=The certificate with subject %s could not be mapped to exactly one user. It maps to both %s and %s |
| | | INFO_SATUACM_DESCRIPTION_ATTR_MAP_420=Nom du type d'attribut des entr\u00e9es utilisateur qui d\u00e9finit le mappage entre les attributs des sujets du certificat et ceux des entr\u00e9es utilisateur. Le format des valeurs doit \u00eatre 'certattr:userattr'. Les modifications apport\u00e9es \u00e0 cette configuration seront imm\u00e9diatement prises en compte. |
| | | SEVERE_ERR_SATUACM_NO_MAP_ATTR_421=Configuration entry %s does not contain required attribute %s, which is used to specify the mappings between attributes in certificate subjects and attributes in user entries |
| | | SEVERE_ERR_SATUACM_INVALID_MAP_FORMAT_422=Configuration entry %s has value '%s' which violates the format required for attribute mappings. The expected format is 'certattr:userattr' |
| | | SEVERE_ERR_SATUACM_DUPLICATE_CERT_ATTR_423=Configuration entry %s contains multiple mappings for certificate attribute %s |
| | | SEVERE_ERR_SATUACM_NO_SUCH_ATTR_424=Mapping %s in configuration entry %s references attribute %s which is not defined in the server schema |
| | | SEVERE_ERR_SATUACM_DUPLICATE_USER_ATTR_425=Configuration entry %s contains multiple mappings for user attribute %s |
| | | SEVERE_ERR_SATUACM_CANNOT_GET_ATTR_MAP_426=An error occurred while attempting to determine the set of attribute mappings from configuration entry %s: %s |
| | | INFO_SATUACM_DESCRIPTION_BASE_DN_427=DN de base sous lesquels les recherches d'entr\u00e9es utilisateur correspondantes seront ex\u00e9cut\u00e9es. Si aucun DN de base n'est fourni, le serveur effectue une recherche sous tous les contextes de nommage publics. Les modifications apport\u00e9es \u00e0 cette configuration seront imm\u00e9diatement prises en compte. |
| | | SEVERE_ERR_SATUACM_CANNOT_GET_BASE_DN_428=An error occurred while attempting to determine the search base DN(s) from configuration entry %s: %s |
| | | SEVERE_ERR_SATUACM_NO_PEER_CERTIFICATE_429=Could not map the provided certificate chain to a user entry because no peer certificate was available |
| | | SEVERE_ERR_SATUACM_PEER_CERT_NOT_X509_430=Could not map the provided certificate chain to a user because the peer certificate was not an X.509 certificate (peer certificate format was %s) |
| | | SEVERE_ERR_SATUACM_CANNOT_DECODE_SUBJECT_AS_DN_431=Unable to decode peer certificate subject %s as a DN: %s |
| | | SEVERE_ERR_SATUACM_NO_MAPPABLE_ATTRIBUTES_432=Peer certificate subject %s does not contain any attributes for which a mapping has been established |
| | | SEVERE_ERR_SATUACM_MULTIPLE_MATCHING_ENTRIES_433=The certificate with subject %s could not be mapped to exactly one user. It maps to both %s and %s |
| | | INFO_FCM_DESCRIPTION_FINGERPRINT_ATTR_434=Nom du type d'attribut des entr\u00e9es utilisateur contenant les empreintes des certificats d\u00e9tenus par cet utilisateur. Les modifications apport\u00e9es \u00e0 cette configuration seront imm\u00e9diatement prises en compte. |
| | | SEVERE_ERR_FCM_NO_FINGERPRINT_ATTR_435=Configuration entry %s does not contain required attribute %s, which is used to specify which attribute should contain the fingerprints of the certificates held by users |
| | | SEVERE_ERR_FCM_NO_SUCH_ATTR_436=Configuration entry %s indicates that certificate fingerprints should be held in attribute %s, but this attribute is not defined in the server schema |
| | | SEVERE_ERR_FCM_CANNOT_GET_FINGERPRINT_ATTR_437=An error occurred while attempting to determine which attribute type should be used to hold certificate fingerprints from configuration entry %s: %s |
| | | INFO_FCM_DESCRIPTION_FINGERPRINT_ALGORITHM_438=Nom de l'algorithme Digest utilis\u00e9 pour les empreintes de certificat. La valeur doit \u00eatre 'MD5' ou 'SHA1'. Les modifications apport\u00e9es \u00e0 cette configuration seront imm\u00e9diatement prises en compte. |
| | | SEVERE_ERR_FCM_NO_FINGERPRINT_ALGORITHM_439=Configuration entry %s does not contain required attribute %s, which is used to specify which digest algorithm should be used to compute certificate fingerprints |
| | | SEVERE_ERR_FCM_CANNOT_GET_FINGERPRINT_ALGORITHM_440=An error occurred while attempting to determine the digest algorithm from configuration entry %s: %s |
| | | INFO_FCM_DESCRIPTION_BASE_DN_441=DN de base sous lesquels les recherches d'entr\u00e9es utilisateur correspondantes seront ex\u00e9cut\u00e9es. Si aucun DN de base n'est fourni, le serveur effectue une recherche sous tous les contextes de nommage publics. Les modifications apport\u00e9es \u00e0 cette configuration seront imm\u00e9diatement prises en compte. |
| | | SEVERE_ERR_FCM_CANNOT_GET_BASE_DN_442=An error occurred while attempting to determine the search base DN(s) from configuration entry %s: %s |
| | | SEVERE_ERR_FCM_NO_PEER_CERTIFICATE_443=Could not map the provided certificate chain to a user entry because no peer certificate was available |
| | | SEVERE_ERR_FCM_PEER_CERT_NOT_X509_444=Could not map the provided certificate chain to a user because the peer certificate was not an X.509 certificate (peer certificate format was %s) |
| | | SEVERE_ERR_FCM_CANNOT_CALCULATE_FINGERPRINT_445=An error occurred while attempting to calculate the fingerprint for the peer certificate with subject %s: %s |
| | | SEVERE_ERR_FCM_MULTIPLE_MATCHING_ENTRIES_446=The certificate with fingerprint %s could not be mapped to exactly one user. It maps to both %s and %s |
| | | MILD_ERR_DYNAMICGROUP_CANNOT_DECODE_MEMBERURL_447=Impossible de d\u00e9coder la valeur "%s" de l'entr\u00e9e "%s" comme URL LDAP : %s |
| | | MILD_ERR_DYNAMICGROUP_NESTING_NOT_SUPPORTED_448=Les groupes dynamiques ne prennent pas en charge les groupes imbriqu\u00e9s |
| | | MILD_ERR_DYNAMICGROUP_ALTERING_MEMBERS_NOT_SUPPORTED_449=Les groupes dynamiques ne prennent pas en charge la modification explicite de leur adh\u00e9sion |
| | | MILD_WARN_DYNAMICGROUP_NONEXISTENT_BASE_DN_450=Le DN de base %s sp\u00e9cifi\u00e9 dans le groupe dynamique %s n'existe pas dans le serveur |
| | | SEVERE_ERR_DYNAMICGROUP_INTERNAL_SEARCH_FAILED_451=An error occurred while attempting perform an internal search with base DN %s and filter %s to resolve the member list for dynamic group %s: result code %s, error message %s |
| | | SEVERE_ERR_DYNAMICGROUP_CANNOT_RETURN_ENTRY_452=The server encountered a timeout while attempting to add user %s to the member list for dynamic group %s |
| | | INFO_PWDIFFERENCEVALIDATOR_DESCRIPTION_MIN_DIFFERENCE_453=Diff\u00e9rence minimale autoris\u00e9e pour un mot de passe. La valeur z\u00e9ro indique qu'il n'existe pas de diff\u00e9rence minimale. Les modifications apport\u00e9es \u00e0 cette configuration seront imm\u00e9diatement prises en compte. |
| | | MILD_ERR_PWDIFFERENCEVALIDATOR_CANNOT_DETERMINE_MIN_DIFFERENCE_454=Une erreur s'est produite lors de la d\u00e9termination de la diff\u00e9rence de mot de passe minimale autoris\u00e9e \u00e0 partir de l'attribut ds-cfg-min-password-difference : %s |
| | | INFO_PWDIFFERENCEVALIDATOR_UPDATED_MIN_DIFFERENCE_455=La diff\u00e9rence de mot de passe minimale a \u00e9t\u00e9 mise \u00e0 jour et est maintenant %d |
| | | MILD_ERR_PWDIFFERENCEVALIDATOR_TOO_SMALL_456=La diff\u00e9rence du mot de passe fourni est inf\u00e9rieure \u00e0 la diff\u00e9rence minimale autoris\u00e9e de %d caract\u00e8res |
| | | MILD_ERR_REPEATEDCHARS_VALIDATOR_TOO_MANY_CONSECUTIVE_457=Le mot de passe fourni contient trop d'instances cons\u00e9cutives du m\u00eame caract\u00e8re. Le nombre maximal d'utilisation cons\u00e9cutive du m\u00eame caract\u00e8re dans un mot de passe est %d |
| | | MILD_ERR_UNIQUECHARS_VALIDATOR_NOT_ENOUGH_UNIQUE_CHARS_458=Le mot de passe fourni ne contient pas suffisamment de caract\u00e8res uniques. Le nombre minimum de caract\u00e8res uniques pouvant appara\u00eetre dans un mot de passe utilisateur est %d |
| | | MILD_ERR_SUBSCHEMASUBENTRY_VATTR_NOT_SEARCHABLE_459=L'attribut %s ne peut pas faire l'objet d'une recherche et ne doit pas \u00eatre inclus dans des filtres de recherche non index\u00e9s |
| | | MILD_ERR_DICTIONARY_VALIDATOR_PASSWORD_IN_DICTIONARY_460=Le mot de passe fourni fait partie du dictionnaire du serveur |
| | | MILD_ERR_DICTIONARY_VALIDATOR_NO_SUCH_FILE_461=Le fichier de dictionnaire sp\u00e9cifi\u00e9 %s n'existe pas |
| | | MILD_ERR_DICTIONARY_VALIDATOR_CANNOT_READ_FILE_462=Une erreur s'est produite lors du chargement du dictionnaire depuis le fichier %s: %s |
| | | MILD_ERR_ATTRVALUE_VALIDATOR_PASSWORD_IN_ENTRY_463=Le mot de passe fourni a \u00e9t\u00e9 trouv\u00e9 dans un autre attribut de l'entr\u00e9e utilisateur |
| | | MILD_ERR_CHARSET_VALIDATOR_ILLEGAL_CHARACTER_464=Le mot de passe fourni contient le caract\u00e8re '%s' dont l'utilisation n'est pas autoris\u00e9e dans les mots de passe |
| | | MILD_ERR_CHARSET_VALIDATOR_TOO_FEW_CHARS_FROM_SET_465=Le mot de passe fourni ne contient pas suffisamment de caract\u00e8res du jeu de caract\u00e8res '%s'. Le nombre minimum de caract\u00e8res de ce jeu dans les mots de passe utilisateur doit \u00eatre %d |
| | | MILD_ERR_CHARSET_VALIDATOR_NO_COLON_466=La d\u00e9finition du jeu de caract\u00e8res '%s' fournie n'est pas valide car elle ne contient pas de deux-points pour d\u00e9limiter le nombre minimum du jeu de caract\u00e8res |
| | | MILD_ERR_CHARSET_VALIDATOR_NO_CHARS_467=La d\u00e9finition du jeu de caract\u00e8res '%s' fournie n'est pas valide car le jeu fourni est vide |
| | | MILD_ERR_CHARSET_VALIDATOR_INVALID_COUNT_468=La d\u00e9finition du jeu de caract\u00e8res '%s' fournie n'est pas valide car la valeur pr\u00e9c\u00e9dant les deux-points doit \u00eatre un entier sup\u00e9rieur \u00e0 z\u00e9ro |
| | | MILD_ERR_CHARSET_VALIDATOR_DUPLICATE_CHAR_469=La d\u00e9finition du jeu de caract\u00e8res '%s' fournie n'est pas valide car elle contient le caract\u00e8re '%s' qui a d\u00e9j\u00e0 \u00e9t\u00e9 utilis\u00e9 |
| | | MILD_ERR_VIRTUAL_STATIC_GROUP_MULTIPLE_TARGETS_470=Le groupe statique virtuel d\u00e9fini dans l'entr\u00e9e %s contient plusieurs DN de groupe cible, alors qu'un seul est autoris\u00e9 |
| | | MILD_ERR_VIRTUAL_STATIC_GROUP_CANNOT_DECODE_TARGET_471=Impossible de d\u00e9coder "%s" comme DN cible pour le groupe %s: %s |
| | | MILD_ERR_VIRTUAL_STATIC_GROUP_NO_TARGET_472=Le groupe statique virtuel d\u00e9fini dans l'entr\u00e9e %s ne contient pas de d\u00e9finition de groupe cible |
| | | MILD_ERR_VIRTUAL_STATIC_GROUP_NESTING_NOT_SUPPORTED_473=Les groupes statiques virtuels ne prennent pas en charge l'imbrication |
| | | MILD_ERR_VIRTUAL_STATIC_GROUP_NO_TARGET_GROUP_474=Le groupe cible %s r\u00e9f\u00e9renc\u00e9 par le groupe statique virtuel %s n'existe pas |
| | | MILD_ERR_VIRTUAL_STATIC_GROUP_ALTERING_MEMBERS_NOT_SUPPORTED_475=La modification de l'adh\u00e9sion au groupe statique virtuel %s n'est pas autoris\u00e9e |
| | | MILD_ERR_VIRTUAL_STATIC_GROUP_TARGET_CANNOT_BE_VIRTUAL_476=Le groupe statique virtuel %s r\u00e9f\u00e9rence le groupe cible %s qui est \u00e9galement un groupe statique virtuel. Un groupe statique virtuel ne peut pas en r\u00e9f\u00e9rencer un autre comme groupe cible |
| | | NOTICE_FSCACHE_RESTORE_484=D\u00e9but de la restauration de l'\u00e9tat de cache d'entr\u00e9e persistant, cette op\u00e9ration peut prendre un certain temps |
| | | NOTICE_FSCACHE_SAVE_485=D\u00e9finition de la persistance de l'\u00e9tat du cache d'entr\u00e9e, cette op\u00e9ration peut prendre un certain temps |
| | | FATAL_ERR_FSCACHE_CANNOT_INITIALIZE_486=A fatal error occurred while trying to initialize file system entry cache: %s |
| | | SEVERE_ERR_FSCACHE_CANNOT_LOAD_PERSISTENT_DATA_487=An error occurred while trying to load persistent cache. Persistent cache will be flushed now |
| | | SEVERE_ERR_FSCACHE_CANNOT_STORE_PERSISTENT_DATA_488=An error occurred while trying to store persistent cache. Persistent cache will be flushed now |
| | | SEVERE_ERR_FSCACHE_CANNOT_STORE_ENTRY_489=Unable to store new cache entry in the file system entry cache |
| | | SEVERE_ERR_FSCACHE_CANNOT_RETRIEVE_ENTRY_490=Unable to retrieve an existing cache entry from the file system entry cache |
| | | SEVERE_ERR_FSCACHE_CANNOT_SET_JE_MEMORY_PCT_491=Internal error occurred while trying to set the entry cache backend internal cache size as percentage. The previous or default value will be used instead |
| | | SEVERE_ERR_FSCACHE_CANNOT_SET_JE_MEMORY_SIZE_492=Internal error occurred while trying to set the entry cache backend internal cache size in bytes. The previous or default value will be used instead |
| | | SEVERE_ERR_FSCACHE_CANNOT_SET_JE_PROPERTIES_493=Internal error occurred while trying to set the entry cache backend Berkeley DB JE properties: %s |
| | | FATAL_ERR_FSCACHE_HOMELESS_494=A fatal error occurred while trying to setup file system entry cache home. No suitable path can be found to host the cache home |
| | | SEVERE_WARN_FSCACHE_SET_PERMISSIONS_FAILED_495=Unable to set file permissions for the file system entry cache backend database directory %s |
| | | SEVERE_WARN_FSCACHE_OFFLINE_STATE_FAIL_496=%s backend current offline state does not match persistent cache last recorded offline state. All cached data for this backend is now discarded |
| | | NOTICE_FSCACHE_RESTORE_REPORT_497=Entr\u00e9es de cache persistantes %d restaur\u00e9es dans le cache d'entr\u00e9es |
| | | NOTICE_FSCACHE_SAVE_REPORT_498=Entr\u00e9es de cache %d d\u00e9finies comme persistantes |
| | | NOTICE_FSCACHE_INDEX_NOT_FOUND_499=\u00c9tat d'entr\u00e9e de cache persistant pr\u00e9c\u00e9dent introuvable. D\u00e9marrage avec un cache vide |
| | | SEVERE_ERR_FSCACHE_INDEX_IMPAIRED_500=The persistent cache index is inconsistent or damaged. Persistent cache will be flushed now |
| | | MILD_ERR_ENTRYUUID_VATTR_NOT_SEARCHABLE_501=L'attribut %s ne peut pas faire l'objet d'une recherche et ne doit pas \u00eatre inclus dans des filtres de recherche non index\u00e9s |
| | | SEVERE_ERR_PWPSTATE_EXTOP_NO_PRIVILEGE_502=You do not have sufficient privileges to use the password policy state extended operation |
| | | SEVERE_ERR_PWPSTATE_EXTOP_NO_REQUEST_VALUE_503=The provided password policy state extended request did not include a request value |
| | | SEVERE_ERR_PWPSTATE_EXTOP_DECODE_FAILURE_504=An unexpected error occurred while attempting to decode password policy state extended request value: %s |
| | | SEVERE_ERR_PWPSTATE_EXTOP_MULTIPLE_ENTRIES_505=Multiple entries were found with DN %s |
| | | SEVERE_ERR_PWPSTATE_EXTOP_INVALID_OP_ENCODING_506=An unexpected error occurred while attempting to decode an operation from the password policy state extended request: %s |
| | | SEVERE_ERR_PWPSTATE_EXTOP_NO_DISABLED_VALUE_507=No value was provided for the password policy state operation intended to set the disabled state for the user. Exactly one value (either 'true' or 'false') must be given |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_DISABLED_VALUE_COUNT_508=Multiple values were provided for the password policy state operation intended to set the disabled state for the user. Exactly one value (either 'true' or 'false') must be given |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_DISABLED_VALUE_509=The value provided for the password policy state operation intended to set the disabled state for the user was invalid. The value must be either 'true' or 'false' |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_ACCT_EXP_VALUE_COUNT_510=Multiple values were provided for the password policy state operation intended to set the account expiration time for the user. Exactly one value must be given |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_ACCT_EXP_VALUE_511=The value %s provided for the password policy state operation used to set the account expiration time was invalid: %s. The value should be specified using the generalized time format |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_PWCHANGETIME_VALUE_COUNT_512=Multiple values were provided for the password policy state operation intended to set the password changed time for the user. Exactly one value must be given |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_PWCHANGETIME_VALUE_513=The value %s provided for the password policy state operation used to set the password changed time was invalid: %s. The value should be specified using the generalized time format |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_PWWARNEDTIME_VALUE_COUNT_514=Multiple values were provided for the password policy state operation intended to set the password warned time for the user. Exactly one value must be given |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_PWWARNEDTIME_VALUE_515=The value %s provided for the password policy state operation used to set the password warned time was invalid: %s. The value should be specified using the generalized time format |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_ADD_FAILURE_TIME_COUNT_516=Multiple values were provided for the password policy state operation intended to add an authentication failure time for the user. Exactly one value must be given |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_AUTH_FAILURE_TIME_517=The value %s provided for the password policy state operation used to update the authentication failure times was invalid: %s. The value should be specified using the generalized time format |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_LAST_LOGIN_TIME_COUNT_518=Multiple values were provided for the password policy state operation intended to set the last login time for the user. Exactly one value must be given |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_LAST_LOGIN_TIME_519=The value %s provided for the password policy state operation used to set the last login time was invalid: %s. The value should be specified using the generalized time format |
| | | SEVERE_ERR_PWPSTATE_EXTOP_NO_RESET_STATE_VALUE_520=No value was provided for the password policy state operation intended to set the reset state for the user. Exactly one value (either 'true' or 'false') must be given |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_RESET_STATE_VALUE_COUNT_521=Multiple values were provided for the password policy state operation intended to set the reset state for the user. Exactly one value (either 'true' or 'false') must be given |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_RESET_STATE_VALUE_522=The value provided for the password policy state operation intended to set the reset state for the user was invalid. The value must be either 'true' or 'false' |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_ADD_GRACE_LOGIN_TIME_COUNT_523=Multiple values were provided for the password policy state operation intended to add a grace login use time for the user. Exactly one value must be given |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_GRACE_LOGIN_TIME_524=The value %s provided for the password policy state operation used to update the grace login use times was invalid: %s. The value should be specified using the generalized time format |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_REQUIRED_CHANGE_TIME_COUNT_525=Multiple values were provided for the password policy state operation intended to set the required change time for the user. Exactly one value must be given |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_REQUIRED_CHANGE_TIME_526=The value %s provided for the password policy state operation used to set the required change time was invalid: %s. The value should be specified using the generalized time format |
| | | SEVERE_ERR_PWPSTATE_EXTOP_UNKNOWN_OP_TYPE_527=The password policy state extended request included an operation with an invalid or unsupported operation type of %s |
| | | MILD_WARN_EXTOP_PASSMOD_CANNOT_UPDATE_PWP_STATE_528=Une erreur s'est produite lors de la mise \u00e0 jour des informations d'\u00e9tat de la strat\u00e9gie de mot de passe pour l'utilisateur %s dans le cadre d'une op\u00e9ration \u00e9tendue de modification de mot de passe (code de r\u00e9sultat='%s', message d'erreur='%s') |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_DIGEST_URI_529=Les informations d'identification DIGEST-MD5 fournies par le client demandent une URI Digest non valide de %s. L'URI Digest attendue est %s |
| | | MILD_ERR_EXTOP_PASSMOD_PW_IN_HISTORY_530=Le nouveau mot de passe fourni se trouve d\u00e9j\u00e0 dans l'historique de mot de passe |
| | | MILD_ERR_SMTPALERTHANDLER_NO_SMTP_SERVERS_531=Directory Server n'est pas configur\u00e9 avec des serveurs SMTP. Impossible d'utiliser le gestionnaire d'alertes SMTP sauf si la configuration Directory Server comporte des informations sur au moins un serveur SMTP |
| | | SEVERE_WARN_SMTPALERTHANDLER_ERROR_SENDING_MESSAGE_532=An error occurred when trying to send an e-mail message for administrative alert with type %s and message %s: %s |
| | | MILD_ERR_REGEXMAP_INVALID_MATCH_PATTERN_533=Impossible d'analyser le mod\u00e8le de correspondance "%s" fourni en tant qu'expression r\u00e9guli\u00e8re : %s |
| | | MILD_ERR_REGEXMAP_UNKNOWN_ATTR_534=L'entr\u00e9e de configuration %s contient la valeur %s pour l'attribut ds-cfg-match-attribute mais il ne s'agit pas d'un nom ou d'un OID valide pour les types d'attribut d\u00e9finis dans le sch\u00e9ma Directory Server |
| | | MILD_ERR_REGEXMAP_MULTIPLE_MATCHING_ENTRIES_535=Cha\u00eene d'ID %s trait\u00e9e mapp\u00e9e \u00e0 plusieurs utilisateurs |
| | | MILD_ERR_REGEXMAP_INEFFICIENT_SEARCH_536=Impossible de traiter efficacement la recherche interne bas\u00e9e sur la cha\u00eene d'ID %s trait\u00e9e : %s. V\u00e9rifiez la configuration serveur pour vous assurer que tous les backends associ\u00e9s sont correctement configur\u00e9s pour ces types de recherches |
| | | MILD_ERR_REGEXMAP_SEARCH_FAILED_537=Une erreur interne s'est produite lors de la r\u00e9solution de la cha\u00eene d'ID %s trait\u00e9e \u00e0 une entr\u00e9e utilisateur : %s |
| | | MILD_ERR_STATICGROUP_ADD_NESTED_GROUP_ALREADY_EXISTS_538=Impossible d'ajouter le groupe %s comme nouveau groupe imbriqu\u00e9 du groupe statique %s car il se trouve d\u00e9j\u00e0 dans la liste de groupes imbriqu\u00e9s du groupe |
| | | MILD_ERR_STATICGROUP_REMOVE_NESTED_GROUP_NO_SUCH_GROUP_539=Impossible de supprimer le groupe %s comme nouveau groupe imbriqu\u00e9 du groupe statique %s car il n'est pas inclus dans la liste de groupes imbriqu\u00e9s du groupe |
| | | MILD_ERR_STATICGROUP_GROUP_INSTANCE_INVALID_540=L'instance de groupe avec DN %s a \u00e9t\u00e9 supprim\u00e9e et n'est plus valide |
| | | MILD_ERR_NUMSUBORDINATES_VATTR_NOT_SEARCHABLE_541=L'attribut %s ne peut pas faire l'objet d'une recherche et ne doit pas \u00eatre inclus dans des filtres de recherche non index\u00e9s |
| | | MILD_ERR_HASSUBORDINATES_VATTR_NOT_SEARCHABLE_542=L'attribut %s ne peut pas faire l'objet d'une recherche et ne doit pas \u00eatre inclus dans des filtres de recherche non index\u00e9s |
| | | MILD_ERR_SMTP_ASNH_NO_MAIL_SERVERS_CONFIGURED_543=Impossible d'activer le gestionnaire de notification de statut de compte SMTP d\u00e9fini dans l'entr\u00e9e de configuration %s sauf si Directory Server poss\u00e8de des information sur un ou plusieurs serveurs SMTP |
| | | MILD_ERR_SMTP_ASNH_NO_RECIPIENTS_544=L'entr\u00e9e de configuration du gestionnaire de notification de statut de compte SMTP '%s' ne comporte aucun type d'attribut d'adresse e-mail ou d'adresses de destinataires. Au moins l'un de ces \u00e9l\u00e9ments doit \u00eatre fourni. |
| | | MILD_ERR_SMTP_ASNH_SUBJECT_NO_COLON_545=Impossible d'analyser la valeur de l'objet du message '%s' de l'entr\u00e9e de configuration '%s' car elle ne contient pas de deux-points pour d\u00e9limiter le type de notification de l'objet |
| | | MILD_ERR_SMTP_ASNH_SUBJECT_INVALID_NOTIFICATION_TYPE_546=Impossible d'analyser la valeur de l'objet du message '%s' de l'entr\u00e9e de configuration '%s' car '%s' n'est pas un type de notification de statut de compte valide |
| | | MILD_ERR_SMTP_ASNH_SUBJECT_DUPLICATE_TYPE_547=Plusieurs objets sont d\u00e9finis pour le type de notification %s dans les d\u00e9finitions d'objet de message contenues dans l'entr\u00e9e de configuration '%s' |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_NO_COLON_548=Impossible d'analyser la valeur du chemin du fichier de mod\u00e8le '%s' de l'entr\u00e9e de configuration '%s' car elle ne contient pas de virgule pour d\u00e9limiter le type de notification de l'objet |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_INVALID_NOTIFICATION_TYPE_549=Impossible d'analyser la valeur du chemin du fichier de mod\u00e8le '%s' de l'entr\u00e9e de configuration '%s' car '%s' n'est pas un type de notification de statut de compte valide |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_DUPLICATE_TYPE_550=Il existe plusieurs chemins de fichier de mod\u00e8le pour le type de notification %s dans les d\u00e9finitions de chemin de fichier de mod\u00e8le de message contenues dans l'entr\u00e9e de configuration '%s' |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_NO_SUCH_FILE_551=Le fichier de mod\u00e8le de message '%s' r\u00e9f\u00e9renc\u00e9 dans l'entr\u00e9e de configuration '%s' n'existe pas |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_UNCLOSED_TOKEN_552=Un jeton non ferm\u00e9 d\u00e9marrant \u00e0 la colonne %d de la ligne %d a \u00e9t\u00e9 trouv\u00e9 |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_UNDEFINED_ATTR_TYPE_553=Le jeton notification-user-attr d\u00e9marrant \u00e0 la colonne %d de la ligne %d r\u00e9f\u00e9rence le type d'attribut non d\u00e9fini %s |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_UNDEFINED_PROPERTY_554=Le jeton notification-property d\u00e9marrant \u00e0 la colonne %d de la ligne %d r\u00e9f\u00e9rence la propri\u00e9t\u00e9 de notification non d\u00e9finie %s |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_UNRECOGNIZED_TOKEN_555=Un jeton non reconnu a \u00e9t\u00e9 trouv\u00e9 \u00e0 partir de la colonne %d de la ligne %d |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_CANNOT_PARSE_556=Une erreur s'est produite lors de l'analyse du fichier de mod\u00e8le de message '%s' r\u00e9f\u00e9renc\u00e9 dans l'entr\u00e9e de configuration '%s': %s |
| | | INFO_SMTP_ASNH_DEFAULT_SUBJECT_557=Directory Account Status Notification |
| | | SEVERE_ERR_SMTP_ASNH_CANNOT_SEND_MESSAGE_558=An error occurred while attempting to send an account status notification message for notification type %s for user entry %s: %s |
| | | SEVERE_ERR_PWSCHEME_CANNOT_ENCRYPT_559=An error occurred while trying to encrypt a value using password storage scheme %s: %s |
| | | SEVERE_ERR_PWSCHEME_CANNOT_DECRYPT_560=An error occurred while trying to decrypt a value using password storage scheme %s: %s |
| | | MILD_ERR_GET_SYMMETRIC_KEY_NO_VALUE_561=Impossible de d\u00e9coder l'op\u00e9ration de cl\u00e9 sym\u00e9trique \u00e9tendue fournie car elle ne poss\u00e8de pas de valeur |
| | | MILD_ERR_GET_SYMMETRIC_KEY_INVALID_TYPE_562=Impossible de d\u00e9coder l'op\u00e9ration de cl\u00e9 sym\u00e9trique \u00e9tendue fournie car la s\u00e9quence de valeur poss\u00e8de un \u00e9l\u00e9ment avec un type invalide de %s |
| | | MILD_ERR_GET_SYMMETRIC_KEY_ASN1_DECODE_EXCEPTION_563=Impossible de d\u00e9coder la requ\u00eate de cl\u00e9 sym\u00e9trique \u00e9tendue fournie : %s |
| | | MILD_ERR_GET_SYMMETRIC_KEY_DECODE_EXCEPTION_564=Une erreur inattendue s'est produite lors du d\u00e9codage de la s\u00e9quence de requ\u00eate \u00e9tendue de cl\u00e9 sym\u00e9trique : %s |
| | | SEVERE_ERR_EXACTMAP_ATTR_UNINDEXED_565=The exact match identity mapper defined in configuration entry %s references attribute type %s which is does not have an equality index defined in backend %s |
| | | SEVERE_ERR_REGEXMAP_ATTR_UNINDEXED_566=The regular expression identity mapper defined in configuration entry %s references attribute type %s which is does not have an equality index defined in backend %s |
| | | SEVERE_ERR_FCM_ATTR_UNINDEXED_567=The fingerprint certificate mapper defined in configuration entry %s references attribute type %s which is does not have an equality index defined in backend %s |
| | | SEVERE_WARN_SATUACM_ATTR_UNINDEXED_568=The subject attribute to user attribute certificate mapper defined in configuration entry %s references attribute type %s which is does not have an equality index defined in backend %s |
| | | SEVERE_ERR_SDTUACM_ATTR_UNINDEXED_569=The subject DN to user attribute certificate mapper defined in configuration entry %s references attribute type %s which is does not have an equality index defined in backend %s |
| | | |
| New file |
| | |
| | | # CDDL HEADER START |
| | | # |
| | | # The contents of this file are subject to the terms of the |
| | | # Common Development and Distribution License, Version 1.0 only |
| | | # (the "License"). You may not use this file except in compliance |
| | | # with the License. |
| | | # |
| | | # You can obtain a copy of the license at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE |
| | | # or https://OpenDS.dev.java.net/OpenDS.LICENSE. |
| | | # See the License for the specific language governing permissions |
| | | # and limitations under the License. |
| | | # |
| | | # When distributing Covered Code, include this CDDL HEADER in each |
| | | # file and include the License file at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, |
| | | # add the following below this CDDL HEADER, with the fields enclosed |
| | | # by brackets "[]" replaced with your own identifying information: |
| | | # Portions Copyright [yyyy] [name of copyright owner] |
| | | # |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2008 Sun Microsystems, Inc. |
| | | |
| | | |
| | | |
| | | # |
| | | # Global directives |
| | | # |
| | | global.category=EXTENSIONS |
| | | |
| | | # |
| | | # Format string definitions |
| | | # |
| | | # Keys must be formatted as follows: |
| | | # |
| | | # [SEVERITY]_[DESCRIPTION]_[ORDINAL] |
| | | # |
| | | # where: |
| | | # |
| | | # SEVERITY is one of: |
| | | # [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE] |
| | | # |
| | | # DESCRIPTION is an upper case string providing a hint as to the context of |
| | | # the message in upper case with the underscore ('_') character serving as |
| | | # word separator |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | SEVERE_ERR_PWSCHEME_CANNOT_INITIALIZE_MESSAGE_DIGEST_1=An error occurred while attempting to initialize the message digest generator for the %s algorithm: %s |
| | | MILD_ERR_PWSCHEME_CANNOT_BASE64_DECODE_STORED_PASSWORD_2=\u30d1\u30b9\u30ef\u30fc\u30c9\u5024 %s \u3092 Base64 \u3067\u5fa9\u53f7\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_PWSCHEME_NOT_REVERSIBLE_3=%s \u30d1\u30b9\u30ef\u30fc\u30c9\u8a18\u61b6\u30b9\u30ad\u30fc\u30de\u306f\u53ef\u9006\u3067\u306f\u306a\u3044\u305f\u3081\u3001\u7b26\u53f7\u5316\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u30d7\u30ec\u30fc\u30f3\u30c6\u30ad\u30b9\u30c8\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u5fa9\u65e7\u3067\u304d\u307e\u305b\u3093 |
| | | MILD_ERR_JMX_ALERT_HANDLER_CANNOT_REGISTER_4=JMX \u30a2\u30e9\u30fc\u30c8\u30cf\u30f3\u30c9\u30e9\u3092 MBean \u30b5\u30fc\u30d0\u30fc\u306b\u767b\u9332\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_PWSCHEME_CANNOT_ENCODE_PASSWORD_5=\u30af\u30e9\u30b9 %s \u3067\u5b9a\u7fa9\u3055\u308c\u305f\u8a18\u61b6\u30b9\u30ad\u30fc\u30de\u3092\u4f7f\u3063\u3066\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u7b26\u53f7\u5316\u4e2d\u306b\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_CACHE_INVALID_INCLUDE_FILTER_6=The ds-cfg-include-filter attribute of configuration entry %s, which specifies a set of search filters that may be used to control which entries are included in the cache, has an invalid value of "%s": %s |
| | | SEVERE_ERR_CACHE_INVALID_EXCLUDE_FILTER_7=The ds-cfg-exclude-filter attribute of configuration entry %s, which specifies a set of search filters that may be used to control which entries are excluded from the cache, has an invalid value of "%s": %s |
| | | FATAL_ERR_FIFOCACHE_CANNOT_INITIALIZE_8=A fatal error occurred while trying to initialize fifo entry cache: %s |
| | | FATAL_ERR_SOFTREFCACHE_CANNOT_INITIALIZE_9=A fatal error occurred while trying to initialize soft reference entry cache: %s |
| | | NOTICE_CACHE_PRELOAD_PROGRESS_START_10=%s \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e\u30a8\u30f3\u30c8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u306e\u30d7\u30ea\u30ed\u30fc\u30c9\u3092\u958b\u59cb\u3057\u3066\u3044\u307e\u3059 |
| | | NOTICE_CACHE_PRELOAD_PROGRESS_REPORT_11=%s \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e\u30a8\u30f3\u30c8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u306e\u30d7\u30ea\u30ed\u30fc\u30c9\u306b\u3088\u3063\u3066 %d \u500b\u306e\u30a8\u30f3\u30c8\u30ea\u304c\u51e6\u7406\u3055\u308c\u307e\u3057\u305f\u3002%dM \u30d0\u30a4\u30c8\u306e\u7a7a\u304d\u30d2\u30fc\u30d7\u30e1\u30e2\u30ea\u30fc\u304c\u4f7f\u7528\u53ef\u80fd\u3067\u3059 |
| | | NOTICE_CACHE_PRELOAD_PROGRESS_DONE_12=%s \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e\u30a8\u30f3\u30c8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u306e\u30d7\u30ea\u30ed\u30fc\u30c9\u304c\u5b8c\u4e86\u3057\u3001\u5408\u8a08 %d \u500b\u306e\u30a8\u30f3\u30c8\u30ea\u304c\u51e6\u7406\u3055\u308c\u307e\u3057\u305f |
| | | SEVERE_WARN_CACHE_PRELOAD_INTERRUPTED_13=The entry cache preload for %s backend has been interrupted |
| | | SEVERE_WARN_CACHE_PRELOAD_BACKEND_FAILED_14=The entry cache preload is not supported by %s backend, and as a result no entries from this backend will be preloaded into the entry cache |
| | | SEVERE_ERR_CACHE_PRELOAD_ENTRY_FAILED_15=Failed to preload %s entry into the entry cache: %s |
| | | MILD_ERR_EXTOP_PASSMOD_ILLEGAL_REQUEST_ELEMENT_TYPE_32=\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4\u306e\u62e1\u5f35\u8981\u6c42\u30b7\u30fc\u30b1\u30f3\u30b9\u306b\u7121\u52b9\u306a\u30bf\u30a4\u30d7\u306e ASN.1 \u8981\u7d20\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f: %s |
| | | MILD_ERR_EXTOP_PASSMOD_CANNOT_DECODE_REQUEST_33=\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4\u306e\u62e1\u5f35\u8981\u6c42\u30b7\u30fc\u30b1\u30f3\u30b9\u3092\u5fa9\u53f7\u5316\u4e2d\u306b\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_EXTOP_PASSMOD_NO_AUTH_OR_USERID_34=\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4\u306e\u62e1\u5f35\u8981\u6c42\u3092\u51e6\u7406\u3067\u304d\u307e\u305b\u3093\u3002\u8a8d\u53ef ID \u304c\u542b\u307e\u308c\u3066\u304a\u3089\u305a\u3001\u30d9\u30fc\u30b9\u3068\u306a\u308b\u63a5\u7d9a\u304c\u8a8d\u8a3c\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | SEVERE_ERR_EXTOP_PASSMOD_CANNOT_LOCK_USER_ENTRY_35=The password modify extended request cannot be processed because the server was unable to obtain a write lock on user entry %s after multiple attempts |
| | | MILD_ERR_EXTOP_PASSMOD_CANNOT_DECODE_AUTHZ_DN_36=\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4\u306e\u62e1\u5f35\u8981\u6c42\u3092\u51e6\u7406\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u304c\u3053\u306e\u64cd\u4f5c\u306e\u8a8d\u53ef ID \u3067\u4f7f\u7528\u3059\u308b\u305f\u3081\u306e\u6709\u52b9\u306a DN \u3068\u3057\u3066 "%s" \u3092\u5fa9\u53f7\u5316\u3067\u304d\u307e\u305b\u3093 |
| | | MILD_ERR_EXTOP_PASSMOD_INVALID_AUTHZID_STRING_37=\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4\u306e\u62e1\u5f35\u8981\u6c42\u3092\u51e6\u7406\u3067\u304d\u307e\u305b\u3093\u3002\u7121\u52b9\u306a userIdentity \u30d5\u30a3\u30fc\u30eb\u30c9\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f\u3002\u6307\u5b9a\u3055\u308c\u305f userIdentity \u6587\u5b57\u5217\u306f "%s" \u3067\u3057\u305f |
| | | MILD_ERR_EXTOP_PASSMOD_NO_USER_ENTRY_BY_AUTHZID_38=\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4\u306e\u62e1\u5f35\u8981\u6c42\u3092\u51e6\u7406\u3067\u304d\u307e\u305b\u3093\u3002"%s" \u306e\u8a8d\u53ef DN \u306b\u57fa\u3065\u3044\u3066\u66f4\u65b0\u3059\u308b\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u3092\u8b58\u5225\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f |
| | | MILD_ERR_EXTOP_PASSMOD_NO_DN_BY_AUTHZID_39=\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4\u306e\u62e1\u5f35\u8981\u6c42\u3092\u51e6\u7406\u3067\u304d\u307e\u305b\u3093\u3002\u6307\u5b9a\u3055\u308c\u305f\u8a8d\u53ef UID "%s" \u304c\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u5185\u306e\u3069\u306e\u30a8\u30f3\u30c8\u30ea\u3068\u3082\u4e00\u81f4\u3057\u307e\u305b\u3093\u3067\u3057\u305f |
| | | MILD_ERR_EXTOP_PASSMOD_MULTIPLE_ENTRIES_BY_AUTHZID_40=\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4\u306e\u62e1\u5f35\u8981\u6c42\u3092\u51e6\u7406\u3067\u304d\u307e\u305b\u3093\u3002\u306e\u6307\u5b9a\u3055\u308c\u305f\u8a8d\u53ef UID "%s" \u304c\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u5185\u306e\u8907\u6570\u306e\u30a8\u30f3\u30c8\u30ea\u3068\u4e00\u81f4\u3057\u307e\u3057\u305f |
| | | MILD_ERR_EXTOP_PASSMOD_INVALID_OLD_PASSWORD_41=\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4\u306e\u62e1\u5f35\u64cd\u4f5c\u3092\u51e6\u7406\u3067\u304d\u307e\u305b\u3093\u3002\u30e6\u30fc\u30b6\u30fc\u306b\u6307\u5b9a\u3055\u308c\u305f\u73fe\u5728\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u7121\u52b9\u3067\u3059 |
| | | INFO_FILE_KEYMANAGER_DESCRIPTION_FILE_43=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30ad\u30fc\u30b9\u30c8\u30a2\u60c5\u5831\u304c\u542b\u307e\u308c\u308b\u30d5\u30a1\u30a4\u30eb\u3078\u306e\u30d1\u30b9\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u3001\u6b21\u56de\u30ad\u30fc\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u306b\u30a2\u30af\u30bb\u30b9\u3057\u305f\u3068\u304d\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_FILE_KEYMANAGER_NO_FILE_ATTR_44=The configuration entry %s that defines a file-based key manager does not contain attribute ds-cfg-key-store-file that should hold the path to the keystore file |
| | | SEVERE_ERR_FILE_KEYMANAGER_NO_SUCH_FILE_45=The keystore file %s specified in attribute ds-cfg-key-store-file of configuration entry %s does not exist |
| | | SEVERE_ERR_FILE_KEYMANAGER_CANNOT_DETERMINE_FILE_46=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-key-store-file in configuration entry %s: %s |
| | | INFO_FILE_KEYMANAGER_DESCRIPTION_TYPE_47=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30ad\u30fc\u30b9\u30c8\u30a2\u306e\u30ad\u30fc\u30b9\u30c8\u30a2\u30bf\u30a4\u30d7\u3002\u6709\u52b9\u306a\u5024\u306b\u306f 'JKS' \u3068 'PKCS12' \u304c\u5e38\u306b\u542b\u307e\u308c\u3066\u3044\u308b\u306f\u305a\u3067\u3059\u3002\u305f\u3060\u3057\u3001\u5225\u306e\u5b9f\u88c5\u3067\u306f\u307b\u304b\u306e\u5024\u3082\u8a31\u53ef\u3055\u308c\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059\u3002\u5024\u3092\u6307\u5b9a\u3057\u306a\u3044\u3068\u3001JVM \u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u304c\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u3001\u6b21\u56de\u30ad\u30fc\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u306b\u30a2\u30af\u30bb\u30b9\u3057\u305f\u3068\u304d\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_FILE_KEYMANAGER_CANNOT_DETERMINE_TYPE_48=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-key-store-type in configuration entry %s: %s |
| | | INFO_FILE_KEYMANAGER_DESCRIPTION_PIN_PROPERTY_49=\u30d5\u30a1\u30a4\u30eb\u30d9\u30fc\u30b9\u306e\u30ad\u30fc\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u3078\u306e\u30a2\u30af\u30bb\u30b9\u306b\u5fc5\u8981\u306a\u5e73\u6587 PIN \u304c\u542b\u307e\u308c\u308b Java \u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u306e\u540d\u524d\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u3001\u6b21\u56de\u30ad\u30fc\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u306b\u30a2\u30af\u30bb\u30b9\u3057\u305f\u3068\u304d\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_FILE_KEYMANAGER_PIN_PROPERTY_NOT_SET_50=Java property %s which is specified in attribute ds-cfg-key-store-pin-property of configuration entry %s should contain the PIN needed to access the file-based key manager, but this property is not set |
| | | SEVERE_ERR_FILE_KEYMANAGER_CANNOT_DETERMINE_PIN_PROPERTY_51=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-key-store-pin-property in configuration entry %s: %s |
| | | INFO_FILE_KEYMANAGER_DESCRIPTION_PIN_ENVAR_52=\u30d5\u30a1\u30a4\u30eb\u30d9\u30fc\u30b9\u306e\u30ad\u30fc\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u3078\u306e\u30a2\u30af\u30bb\u30b9\u306b\u5fc5\u8981\u306a\u5e73\u6587 PIN \u304c\u542b\u307e\u308c\u308b\u74b0\u5883\u5909\u6570\u306e\u540d\u524d\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u3001\u6b21\u56de\u30ad\u30fc\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u306b\u30a2\u30af\u30bb\u30b9\u3057\u305f\u3068\u304d\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_FILE_KEYMANAGER_PIN_ENVAR_NOT_SET_53=Environment variable %s which is specified in attribute ds-cfg-key-store-pin-environment-variable of configuration entry %s should contain the PIN needed to access the file-based key manager, but this property is not set |
| | | SEVERE_ERR_FILE_KEYMANAGER_CANNOT_DETERMINE_PIN_ENVAR_54=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-key-store-pin-environment-variable in configuration entry %s: %s |
| | | INFO_FILE_KEYMANAGER_DESCRIPTION_PIN_FILE_55=\u30d5\u30a1\u30a4\u30eb\u30d9\u30fc\u30b9\u306e\u30ad\u30fc\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u3078\u306e\u30a2\u30af\u30bb\u30b9\u306b\u5fc5\u8981\u306a\u5e73\u6587 PIN \u306e 1 \u884c\u306e\u307f\u304c\u542b\u307e\u308c\u308b\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u3078\u306e\u30d1\u30b9\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u3001\u6b21\u56de\u30ad\u30fc\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u306b\u30a2\u30af\u30bb\u30b9\u3057\u305f\u3068\u304d\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_FILE_KEYMANAGER_PIN_NO_SUCH_FILE_56=File %s specified in attribute ds-cfg-key-store-pin-file of configuration entry %s should contain the PIN needed to access the file-based key manager, but this file does not exist |
| | | SEVERE_ERR_FILE_KEYMANAGER_PIN_FILE_CANNOT_READ_57=An error occurred while trying to read the keystore PIN from file %s specified in configuration attribute ds-cfg-key-store-pin-file of configuration entry %s: %s |
| | | SEVERE_ERR_FILE_KEYMANAGER_PIN_FILE_EMPTY_58=File %s specified in attribute ds-cfg-key-store-pin-file of configuration entry %s should contain the PIN needed to access the file-based key manager, but this file is empty |
| | | SEVERE_ERR_FILE_KEYMANAGER_CANNOT_DETERMINE_PIN_FILE_59=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-key-store-pin-file in configuration entry %s: %s |
| | | SEVERE_ERR_FILE_KEYMANAGER_CANNOT_DETERMINE_PIN_FROM_ATTR_60=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-key-store-pin in configuration entry %s: %s |
| | | SEVERE_ERR_FILE_KEYMANAGER_NO_PIN_61=Configuration entry %s does not specify a means of determining the PIN needed to access the contents of the file-based key manager. The PIN may be specified in a Java property (named by attribute ds-cfg-key-store-pin-property), an environment variable (named by attribute ds-cfg-key-store-pin-environment-variable), a text file (named by attribute ds-cfg-key-store-pin-file), or directly in the entry using attribute ds-cfg-key-store-pin |
| | | SEVERE_ERR_FILE_KEYMANAGER_CANNOT_LOAD_62=An error occurred while trying to load the keystore contents from file %s: %s |
| | | SEVERE_ERR_FILE_KEYMANAGER_INVALID_TYPE_63=The keystore type %s specified in attribute ds-cfg-key-store-type of configuration entry %s is not valid: %s |
| | | INFO_FILE_KEYMANAGER_UPDATED_FILE_64=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e ds-cfg-key-store-file \u5c5e\u6027\u306e\u5024\u304c %s \u306b\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f\u3002\u65b0\u3057\u3044\u5024\u306f\u3001\u6b21\u56de\u30ad\u30fc\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u306b\u30a2\u30af\u30bb\u30b9\u3057\u305f\u3068\u304d\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059\u3002 |
| | | INFO_FILE_KEYMANAGER_UPDATED_TYPE_65=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e ds-cfg-key-store-type \u5c5e\u6027\u306e\u5024\u304c %s \u306b\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f\u3002\u65b0\u3057\u3044\u5024\u306f\u3001\u6b21\u56de\u30ad\u30fc\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u306b\u30a2\u30af\u30bb\u30b9\u3057\u305f\u3068\u304d\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059\u3002 |
| | | INFO_FILE_KEYMANAGER_UPDATED_PIN_66=\u30d5\u30a1\u30a4\u30eb\u30d9\u30fc\u30b9\u306e\u30ad\u30fc\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u3078\u306e\u30a2\u30af\u30bb\u30b9\u306b\u4f7f\u7528\u3059\u308b PIN \u304c\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f\u3002\u65b0\u3057\u3044\u5024\u306f\u3001\u6b21\u56de\u30ad\u30fc\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u306b\u30a2\u30af\u30bb\u30b9\u3057\u305f\u3068\u304d\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | INFO_PKCS11_KEYMANAGER_DESCRIPTION_PIN_PROPERTY_67=PKCS#11 \u30ad\u30fc\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u3078\u306e\u30a2\u30af\u30bb\u30b9\u306b\u5fc5\u8981\u306a\u5e73\u6587 PIN \u304c\u542b\u307e\u308c\u308b Java \u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u306e\u540d\u524d\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u3001\u6b21\u56de\u30ad\u30fc\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u306b\u30a2\u30af\u30bb\u30b9\u3057\u305f\u3068\u304d\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_PIN_PROPERTY_NOT_SET_68=Java property %s which is specified in attribute ds-cfg-key-store-pin-property of configuration entry %s should contain the PIN needed to access the PKCS#11 key manager, but this property is not set |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_CANNOT_DETERMINE_PIN_PROPERTY_69=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-key-store-pin-property in configuration entry %s: %s |
| | | INFO_PKCS11_KEYMANAGER_DESCRIPTION_PIN_ENVAR_70=PKCS#11 \u30ad\u30fc\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u3078\u306e\u30a2\u30af\u30bb\u30b9\u306b\u5fc5\u8981\u306a\u5e73\u6587 PIN \u304c\u542b\u307e\u308c\u308b\u74b0\u5883\u5909\u6570\u306e\u540d\u524d\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u3001\u6b21\u56de\u30ad\u30fc\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u306b\u30a2\u30af\u30bb\u30b9\u3057\u305f\u3068\u304d\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_PIN_ENVAR_NOT_SET_71=Environment variable %s which is specified in attribute ds-cfg-key-store-pin-environment-variable of configuration entry %s should contain the PIN needed to access the PKCS#11 key manager, but this property is not set |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_CANNOT_DETERMINE_PIN_ENVAR_72=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-key-store-pin-environment-variable in configuration entry %s: %s |
| | | INFO_PKCS11_KEYMANAGER_DESCRIPTION_PIN_FILE_73=PKCS#11 \u30ad\u30fc\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u3078\u306e\u30a2\u30af\u30bb\u30b9\u306b\u5fc5\u8981\u306a\u5e73\u6587 PIN \u306e 1 \u884c\u306e\u307f\u304c\u542b\u307e\u308c\u308b\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u3078\u306e\u30d1\u30b9\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u3001\u6b21\u56de\u30ad\u30fc\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u306b\u30a2\u30af\u30bb\u30b9\u3057\u305f\u3068\u304d\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_PIN_NO_SUCH_FILE_74=File %s specified in attribute ds-cfg-key-store-pin-file of configuration entry %s should contain the PIN needed to access the PKCS#11 key manager, but this file does not exist |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_PIN_FILE_CANNOT_READ_75=An error occurred while trying to read the keystore PIN from file %s specified in configuration attribute ds-cfg-key-store-pin-file of configuration entry %s: %s |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_PIN_FILE_EMPTY_76=File %s specified in attribute ds-cfg-key-store-pin-file of configuration entry %s should contain the PIN needed to access the PKCS#11 key manager, but this file is empty |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_CANNOT_DETERMINE_PIN_FILE_77=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-key-store-pin-file in configuration entry %s: %s |
| | | INFO_PKCS11_KEYMANAGER_DESCRIPTION_PIN_ATTR_78=PKCS#11 \u30ad\u30fc\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u3078\u306e\u30a2\u30af\u30bb\u30b9\u306b\u5fc5\u8981\u306a\u5e73\u6587 PIN\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u3001\u6b21\u56de\u30ad\u30fc\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u306b\u30a2\u30af\u30bb\u30b9\u3057\u305f\u3068\u304d\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_CANNOT_DETERMINE_PIN_FROM_ATTR_79=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-key-store-pin in configuration entry %s: %s |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_NO_PIN_80=Configuration entry %s does not specify a means of determining the PIN needed to access the contents of the PKCS#11 key manager. The PIN may be specified in a Java property (named by attribute ds-cfg-key-store-pin-property), an environment variable (named by attribute ds-cfg-key-store-pin-environment-variable), a text file (named by attribute ds-cfg-key-store-pin-file), or directly in the entry using attribute ds-cfg-key-store-pin |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_CANNOT_LOAD_81=An error occurred while trying to access the PKCS#11 key manager: %s |
| | | INFO_PKCS11_KEYMANAGER_UPDATED_PIN_82=PKCS#11 \u30ad\u30fc\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u3078\u306e\u30a2\u30af\u30bb\u30b9\u306b\u4f7f\u7528\u3059\u308b PIN \u304c\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f\u3002\u65b0\u3057\u3044\u5024\u306f\u3001\u6b21\u56de\u30ad\u30fc\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u306b\u30a2\u30af\u30bb\u30b9\u3057\u305f\u3068\u304d\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_FILE_KEYMANAGER_CANNOT_CREATE_FACTORY_83=An error occurred while trying to create a key manager factory to access the contents of keystore file %s: %s |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_CANNOT_CREATE_FACTORY_84=An error occurred while trying to create a key manager factory to access the contents of the PKCS#11 keystore: %s |
| | | INFO_FILE_TRUSTMANAGER_DESCRIPTION_FILE_85=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30c8\u30e9\u30b9\u30c8\u30b9\u30c8\u30a2\u60c5\u5831\u304c\u542b\u307e\u308c\u308b\u30d5\u30a1\u30a4\u30eb\u3078\u306e\u30d1\u30b9\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u3001\u6b21\u56de\u30c8\u30e9\u30b9\u30c8\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u306b\u30a2\u30af\u30bb\u30b9\u3057\u305f\u3068\u304d\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_NO_FILE_ATTR_86=The configuration entry %s that defines a file-based trust manager does not contain attribute ds-cfg-trust-store-file that should hold the path to the trust store file |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_NO_SUCH_FILE_87=The trust store file %s specified in attribute ds-cfg-trust-store-file of configuration entry %s does not exist |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_DETERMINE_FILE_88=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-trust-store-file in configuration entry %s: %s |
| | | INFO_FILE_TRUSTMANAGER_DESCRIPTION_TYPE_89=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30c8\u30e9\u30b9\u30c8\u30b9\u30c8\u30a2\u306e\u30ad\u30fc\u30b9\u30c8\u30a2\u30bf\u30a4\u30d7\u3002\u6709\u52b9\u306a\u5024\u306b\u306f 'JKS' \u3068 'PKCS12' \u304c\u5e38\u306b\u542b\u307e\u308c\u3066\u3044\u308b\u306f\u305a\u3067\u3059\u3002\u305f\u3060\u3057\u3001\u5225\u306e\u5b9f\u88c5\u3067\u306f\u307b\u304b\u306e\u5024\u3082\u8a31\u53ef\u3055\u308c\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059\u3002\u5024\u3092\u6307\u5b9a\u3057\u306a\u3044\u3068\u3001JVM \u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u304c\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u3001\u6b21\u56de\u30c8\u30e9\u30b9\u30c8\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u306b\u30a2\u30af\u30bb\u30b9\u3057\u305f\u3068\u304d\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_DETERMINE_TYPE_90=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-trust-store-type in configuration entry %s: %s |
| | | INFO_FILE_TRUSTMANAGER_DESCRIPTION_PIN_PROPERTY_91=\u30d5\u30a1\u30a4\u30eb\u30d9\u30fc\u30b9\u306e\u30c8\u30e9\u30b9\u30c8\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u3078\u306e\u30a2\u30af\u30bb\u30b9\u306b\u5fc5\u8981\u306a\u5e73\u6587 PIN \u304c\u542b\u307e\u308c\u308b Java \u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u306e\u540d\u524d\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u3001\u6b21\u56de\u30c8\u30e9\u30b9\u30c8\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u306b\u30a2\u30af\u30bb\u30b9\u3057\u305f\u3068\u304d\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_PIN_PROPERTY_NOT_SET_92=Java property %s which is specified in attribute ds-cfg-trust-store-pin-property of configuration entry %s should contain the PIN needed to access the file-based trust manager, but this property is not set |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_DETERMINE_PIN_PROPERTY_93=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-trust-store-pin-property in configuration entry %s: %s |
| | | INFO_FILE_TRUSTMANAGER_DESCRIPTION_PIN_ENVAR_94=\u30d5\u30a1\u30a4\u30eb\u30d9\u30fc\u30b9\u306e\u30c8\u30e9\u30b9\u30c8\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u3078\u306e\u30a2\u30af\u30bb\u30b9\u306b\u5fc5\u8981\u306a\u5e73\u6587 PIN \u304c\u542b\u307e\u308c\u308b\u74b0\u5883\u5909\u6570\u306e\u540d\u524d\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u3001\u6b21\u56de\u30c8\u30e9\u30b9\u30c8\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u306b\u30a2\u30af\u30bb\u30b9\u3057\u305f\u3068\u304d\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_PIN_ENVAR_NOT_SET_95=Environment variable %s which is specified in attribute ds-cfg-trust-store-pin-environment-variable of configuration entry %s should contain the PIN needed to access the file-based trust manager, but this property is not set |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_DETERMINE_PIN_ENVAR_96=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-trust-store-pin-environment-variable in configuration entry %s: %s |
| | | INFO_FILE_TRUSTMANAGER_DESCRIPTION_PIN_FILE_97=\u30d5\u30a1\u30a4\u30eb\u30d9\u30fc\u30b9\u306e\u30c8\u30e9\u30b9\u30c8\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u3078\u306e\u30a2\u30af\u30bb\u30b9\u306b\u5fc5\u8981\u306a\u5e73\u6587 PIN \u306e 1 \u884c\u306e\u307f\u304c\u542b\u307e\u308c\u308b\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u3078\u306e\u30d1\u30b9\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u3001\u6b21\u56de\u30c8\u30e9\u30b9\u30c8\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u306b\u30a2\u30af\u30bb\u30b9\u3057\u305f\u3068\u304d\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_PIN_NO_SUCH_FILE_98=File %s specified in attribute ds-cfg-trust-store-pin-file of configuration entry %s should contain the PIN needed to access the file-based trust manager, but this file does not exist |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_PIN_FILE_CANNOT_READ_99=An error occurred while trying to read the trust store PIN from file %s specified in configuration attribute ds-cfg-trust-store-pin-file of configuration entry %s: %s |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_PIN_FILE_EMPTY_100=File %s specified in attribute ds-cfg-trust-store-pin-file of configuration entry %s should contain the PIN needed to access the file-based trust manager, but this file is empty |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_DETERMINE_PIN_FILE_101=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-trust-store-pin-file in configuration entry %s: %s |
| | | INFO_FILE_TRUSTMANAGER_DESCRIPTION_PIN_ATTR_102=\u30d5\u30a1\u30a4\u30eb\u30d9\u30fc\u30b9\u306e\u30c8\u30e9\u30b9\u30c8\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u3078\u306e\u30a2\u30af\u30bb\u30b9\u306b\u5fc5\u8981\u306a\u5e73\u6587 PIN\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u3001\u6b21\u56de\u30c8\u30e9\u30b9\u30c8\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u306b\u30a2\u30af\u30bb\u30b9\u3057\u305f\u3068\u304d\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_DETERMINE_PIN_FROM_ATTR_103=An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-trust-store-pin in configuration entry %s: %s |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_LOAD_104=An error occurred while trying to load the trust store contents from file %s: %s |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_CREATE_FACTORY_105=An error occurred while trying to create a trust manager factory to access the contents of trust store file %s: %s |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_INVALID_TYPE_106=The trust store type %s specified in attribute ds-cfg-trust-store-type of configuration entry %s is not valid: %s |
| | | INFO_FILE_TRUSTMANAGER_UPDATED_FILE_107=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e ds-cfg-trust-store-file \u5c5e\u6027\u306e\u5024\u304c %s \u306b\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f\u3002\u65b0\u3057\u3044\u5024\u306f\u3001\u6b21\u56de\u30c8\u30e9\u30b9\u30c8\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u306b\u30a2\u30af\u30bb\u30b9\u3057\u305f\u3068\u304d\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059\u3002 |
| | | INFO_FILE_TRUSTMANAGER_UPDATED_TYPE_108=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e ds-cfg-trust-store-type \u5c5e\u6027\u306e\u5024\u304c %s \u306b\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f\u3002\u65b0\u3057\u3044\u5024\u306f\u3001\u6b21\u56de\u30c8\u30e9\u30b9\u30c8\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u306b\u30a2\u30af\u30bb\u30b9\u3057\u305f\u3068\u304d\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059\u3002 |
| | | INFO_FILE_TRUSTMANAGER_UPDATED_PIN_109=\u30d5\u30a1\u30a4\u30eb\u30d9\u30fc\u30b9\u306e\u30c8\u30e9\u30b9\u30c8\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u3078\u306e\u30a2\u30af\u30bb\u30b9\u306b\u4f7f\u7528\u3059\u308b PIN \u304c\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f\u3002\u65b0\u3057\u3044\u5024\u306f\u3001\u6b21\u56de\u30c8\u30e9\u30b9\u30c8\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u306b\u30a2\u30af\u30bb\u30b9\u3057\u305f\u3068\u304d\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_NULL_SECURITY_PROVIDER_READ_ERROR_110=An unexpected error occurred while attempting to read data from the client using the null connection security provider: %s |
| | | SEVERE_ERR_NULL_SECURITY_PROVIDER_WRITE_ERROR_111=An unexpected error occurred while attempting to write data to the client using the null connection security provider: %s |
| | | SEVERE_ERR_TLS_SECURITY_PROVIDER_CANNOT_INITIALIZE_112=An error occurred while attempting to initialize the SSL context for use in the TLS connection security provider: %s |
| | | SEVERE_ERR_TLS_SECURITY_PROVIDER_UNEXPECTED_UNWRAP_STATUS_113=An unexpected status result was returned to the TLS connection security provider when attempting to unwrap encrypted data read from the client: %s |
| | | SEVERE_ERR_TLS_SECURITY_PROVIDER_READ_ERROR_114=An unexpected error occurred while attempting to read data from the client using the TLS connection security provider: %s |
| | | SEVERE_ERR_TLS_SECURITY_PROVIDER_WRITE_NEEDS_UNWRAP_115=An attempt was made to write data to a client through the TLS connection security provider, but the SSL indicated that it was necessary to read data from the client in order to perform the SSL negotiation, but no data was available for reading. This is an unexpected condition, and it is not possible to continue processing on this client connection without the potential for blocking other client connections, so connection will be closed |
| | | SEVERE_ERR_TLS_SECURITY_PROVIDER_UNEXPECTED_WRAP_STATUS_116=An unexpected status result was returned to the TLS connection security provider when attempting to wrap clear-text data for writing to the client: %s |
| | | SEVERE_ERR_TLS_SECURITY_PROVIDER_WRITE_ERROR_117=An unexpected error occurred while attempting to write data to the client using the TLS connection security provider: %s |
| | | MILD_ERR_SEDCM_NO_PEER_CERTIFICATE_118=\u6307\u5b9a\u3055\u308c\u305f\u8a3c\u660e\u66f8\u30c1\u30a7\u30fc\u30f3\u3092\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u306b\u30de\u30c3\u30d7\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u5229\u7528\u3067\u304d\u308b\u30d4\u30a2\u8a3c\u660e\u66f8\u304c\u3042\u308a\u307e\u305b\u3093\u3067\u3057\u305f |
| | | MILD_ERR_SEDCM_PEER_CERT_NOT_X509_119=\u6307\u5b9a\u3055\u308c\u305f\u8a3c\u660e\u66f8\u30c1\u30a7\u30fc\u30f3\u3092\u30e6\u30fc\u30b6\u30fc\u306b\u30de\u30c3\u30d7\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u30d4\u30a2\u8a3c\u660e\u66f8\u304c X.509 \u8a3c\u660e\u66f8\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3067\u3057\u305f (\u30d4\u30a2\u8a3c\u660e\u66f8\u306e\u5f62\u5f0f\u306f %s) |
| | | MILD_ERR_SEDCM_CANNOT_DECODE_SUBJECT_AS_DN_120=\u6307\u5b9a\u3055\u308c\u305f\u8a3c\u660e\u66f8\u30c1\u30a7\u30fc\u30f3\u3092\u30e6\u30fc\u30b6\u30fc\u306b\u30de\u30c3\u30d7\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u30d4\u30a2\u8a3c\u660e\u66f8\u306e\u30b5\u30d6\u30b8\u30a7\u30af\u30c8 "%s" \u3092 LDAP DN \u3068\u3057\u3066\u5fa9\u53f7\u5316\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f: %s |
| | | MILD_ERR_SEDCM_CANNOT_GET_ENTRY_121=\u6307\u5b9a\u3055\u308c\u305f\u8a3c\u660e\u66f8\u30c1\u30a7\u30fc\u30f3\u3092\u30e6\u30fc\u30b6\u30fc\u306b\u30de\u30c3\u30d7\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002DN \u304c "%s" \u3067\u3042\u308b\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u3092\u53d6\u5f97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_SEDCM_NO_USER_FOR_DN_122=\u6307\u5b9a\u3055\u308c\u305f\u8a3c\u660e\u66f8\u30c1\u30a7\u30fc\u30f3\u3092\u30e6\u30fc\u30b6\u30fc\u306b\u30de\u30c3\u30d7\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002DN \u304c %s \u3067\u3042\u308b\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u304c\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | MILD_ERR_SASLEXTERNAL_NO_CLIENT_CONNECTION_123=SASL EXTERNAL \u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u3092\u51e6\u7406\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u95a2\u9023\u4ed8\u3051\u3089\u308c\u305f\u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u306b\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u63a5\u7d9a\u3078\u306e\u53c2\u7167\u304c\u3042\u308a\u307e\u305b\u3093 |
| | | MILD_ERR_SASLEXTERNAL_NO_SECURITY_PROVIDER_124=SASL EXTERNAL \u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u3092\u51e6\u7406\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u95a2\u9023\u4ed8\u3051\u3089\u308c\u305f\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u63a5\u7d9a\u306b\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc\u30d7\u30ed\u30d0\u30a4\u30c0\u304c\u3042\u308a\u307e\u305b\u3093 |
| | | MILD_ERR_SASLEXTERNAL_CLIENT_NOT_USING_TLS_PROVIDER_125=SASL EXTERNAL \u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u3092\u51e6\u7406\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u63a5\u7d9a\u3067 TLS \u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc\u30d7\u30ed\u30d0\u30a4\u30c0\u3092\u4f7f\u7528\u3057\u3066\u3044\u307e\u305b\u3093 (\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u306e\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc\u30d7\u30ed\u30d0\u30a4\u30c0\u306f %s)\u3002SASL EXTERNAL \u8a8d\u8a3c\u3092\u4f7f\u7528\u3059\u308b\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u306b\u306f\u3001TLS \u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc\u30d7\u30ed\u30d0\u30a4\u30c0\u304c\u5fc5\u8981\u3067\u3059 |
| | | MILD_ERR_SASLEXTERNAL_NO_CLIENT_CERT_126=SASL EXTERNAL \u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u3092\u51e6\u7406\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002SSL/TLS \u30cd\u30b4\u30b7\u30a8\u30fc\u30b7\u30e7\u30f3\u306e\u9593\u306b\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u304b\u3089\u8a3c\u660e\u66f8\u30c1\u30a7\u30fc\u30f3\u304c\u63d0\u793a\u3055\u308c\u307e\u305b\u3093\u3067\u3057\u305f |
| | | MILD_ERR_SASLEXTERNAL_NO_MAPPING_127=SASL EXTERNAL \u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u306f\u5931\u6557\u3057\u307e\u3057\u305f\u3002SSL/TLS \u30cd\u30b4\u30b7\u30a8\u30fc\u30b7\u30e7\u30f3\u306e\u9593\u306b\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u304b\u3089\u63d0\u793a\u3055\u308c\u305f\u8a3c\u660e\u66f8\u30c1\u30a7\u30fc\u30f3\u3092\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u306b\u30de\u30c3\u30d7\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f |
| | | MILD_ERR_STARTTLS_NO_CLIENT_CONNECTION_128=StartTLS \u3092\u3053\u306e\u63a5\u7d9a\u3067\u4f7f\u7528\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002\u30d9\u30fc\u30b9\u3068\u306a\u308b\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u63a5\u7d9a\u304c\u5229\u7528\u3067\u304d\u307e\u305b\u3093 |
| | | MILD_ERR_STARTTLS_NOT_TLS_CAPABLE_129=StartTLS \u3092\u3053\u306e\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u63a5\u7d9a\u3067\u4f7f\u7528\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u63a5\u7d9a\u30bf\u30a4\u30d7\u3067\u306f StartTLS \u3092\u4f7f\u7528\u3057\u3066\u305d\u306e\u901a\u4fe1\u3092\u4fdd\u8b77\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093 |
| | | MILD_ERR_STARTTLS_ERROR_ON_ENABLE_130=StartTLS \u306e\u305f\u3081\u306b\u3001\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u63a5\u7d9a\u3067 TLS \u63a5\u7d9a\u306e\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u3092\u6709\u52b9\u306b\u3057\u3088\u3046\u3068\u3057\u3066\u3044\u308b\u3068\u304d\u306b\u3001\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | INFO_SASLEXTERNAL_DESCRIPTION_VALIDATION_POLICY_131=SASL EXTERNAL \u6a5f\u69cb\u30cf\u30f3\u30c9\u30e9\u3067\u3001\u30d4\u30a2\u8a3c\u660e\u66f8\u306e\u59a5\u5f53\u6027\u691c\u67fb\u3092\u3001\u5bfe\u5fdc\u3059\u308b\u30e6\u30fc\u30b6\u30fc\u306e\u30a8\u30f3\u30c8\u30ea\u5185\u306e\u8a3c\u660e\u66f8\u306b\u5bfe\u3057\u3066\u884c\u3046\u3079\u304d\u304b\u3069\u3046\u304b\u3092\u793a\u3057\u307e\u3059\u3002\u5024\u306f\u3001"true" (\u5e38\u306b\u8a3c\u660e\u66f8\u306e\u59a5\u5f53\u6027\u691c\u67fb\u3092\u8a66\u884c\u3057\u3001\u8a3c\u660e\u66f8\u304c\u5b58\u5728\u3057\u306a\u3044\u5834\u5408\u306f\u5931\u6557\u3059\u308b)\u3001"false" (\u30d4\u30a2\u8a3c\u660e\u66f8\u306e\u59a5\u5f53\u6027\u691c\u67fb\u3092\u8a66\u884c\u3057\u306a\u3044)\u3001\u307e\u305f\u306f "ifpresent" (\u30e6\u30fc\u30b6\u30fc\u306e\u30a8\u30f3\u30c8\u30ea\u5185\u306b 1 \u3064\u4ee5\u4e0a\u306e\u8a3c\u660e\u66f8\u304c\u3042\u308b\u5834\u5408\u306b\u30d4\u30a2\u8a3c\u660e\u66f8\u306e\u59a5\u5f53\u6027\u691c\u67fb\u3092\u884c\u3046\u3002\u305f\u3060\u3057\u3001\u30a8\u30f3\u30c8\u30ea\u5185\u306b\u8a3c\u660e\u66f8\u304c\u306a\u3044\u5834\u5408\u306f\u5931\u6557\u3057\u306a\u3044) \u306e\u3044\u305a\u308c\u304b\u306b\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_SASLEXTERNAL_INVALID_VALIDATION_VALUE_132=Configuration entry %s has an invalid value %s for attribute ds-cfg-certificate-validation-policy. The value must be one of "always", "never", or "ifpresent" |
| | | SEVERE_ERR_SASLEXTERNAL_CANNOT_GET_VALIDATION_POLICY_133=An unexpected error occurred while attempting to determine the value of the ds-cfg-certificate-validation-policy attribute in configuration entry %s: %s |
| | | INFO_SASLEXTERNAL_DESCRIPTION_CERTIFICATE_ATTRIBUTE_134=\u59a5\u5f53\u6027\u691c\u67fb\u306e\u76ee\u7684\u3067\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u306b\u8a3c\u660e\u66f8\u60c5\u5831\u3092\u4fdd\u6301\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u5c5e\u6027\u306e\u540d\u524d\u3002\u3053\u308c\u306b\u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u305f\u6709\u52b9\u306a\u5c5e\u6027\u578b\u306e\u540d\u524d\u3092\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_SASLEXTERNAL_CANNOT_GET_CERT_ATTR_135=An unexpected error occurred while attempting to determine the value of the ds-cfg-certificate-attribute attribute in configuration entry %s: %s |
| | | SEVERE_ERR_SASLEXTERNAL_UNKNOWN_CERT_ATTR_136=The attribute %s referenced in configuration attribute ds-cfg-certificate-attribute in configuration entry %s does not exist in the Directory Server schema. The attribute that is to be used for certificate validation during SASL EXTERNAL authentication must be defined in the server schema |
| | | MILD_ERR_SASLEXTERNAL_NO_CERT_IN_ENTRY_137=SASL EXTERNAL \u3067\u8a8d\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u30de\u30c3\u30d7\u3055\u308c\u305f\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea %s \u306b\u3001\u63d0\u793a\u3055\u308c\u305f\u30d4\u30a2\u8a3c\u660e\u66f8\u3092\u78ba\u8a8d\u3059\u308b\u8a3c\u660e\u66f8\u304c\u3042\u308a\u307e\u305b\u3093 |
| | | MILD_ERR_SASLEXTERNAL_PEER_CERT_NOT_FOUND_138=SASL EXTERNAL \u3067\u8a8d\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u30de\u30c3\u30d7\u3055\u308c\u305f\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea %s \u306b\u3001\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u304b\u3089\u63d0\u793a\u3055\u308c\u305f\u30d4\u30a2\u8a3c\u660e\u66f8\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3067\u3057\u305f |
| | | MILD_ERR_SASLEXTERNAL_CANNOT_VALIDATE_CERT_139=\u30e6\u30fc\u30b6\u30fc\u306e\u30a8\u30f3\u30c8\u30ea %s \u306e\u8a3c\u660e\u66f8\u3092\u4f7f\u3063\u3066\u3001\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u304b\u3089\u63d0\u793a\u3055\u308c\u305f\u30d4\u30a2\u8a3c\u660e\u66f8\u306e\u59a5\u5f53\u6027\u691c\u67fb\u3092\u8a66\u307f\u3066\u3044\u308b\u3068\u304d\u306b\u3001\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | INFO_SASLEXTERNAL_UPDATED_VALIDATION_POLICY_140=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u5c5e\u6027 ds-cfg-certificate-validation-policy \u304c\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f\u3002\u65b0\u3057\u3044\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u8a3c\u660e\u66f8\u306e\u59a5\u5f53\u6027\u691c\u67fb\u30dd\u30ea\u30b7\u30fc\u306f %s \u3067\u3059 |
| | | INFO_SASLEXTERNAL_UPDATED_CERT_ATTR_141=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u5c5e\u6027 ds-cfg-certificate-attribute \u304c\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f\u3002\u30d4\u30a2\u8a3c\u660e\u66f8\u306e\u59a5\u5f53\u6027\u691c\u67fb\u3092\u884c\u3046\u3068\u304d\u306b\u3001%s \u5c5e\u6027\u304c\u4f7f\u7528\u3055\u308c\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059 |
| | | INFO_SASLPLAIN_DESCRIPTION_USERNAME_ATTRIBUTE_142=SASL PLAIN \u8a8d\u8a3c\u306e\u3068\u304d\u306b\u6307\u5b9a\u3055\u308c\u305f\u8a8d\u8a3c ID/\u8a8d\u53ef ID \u306b\u57fa\u3065\u3044\u3066\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u3092\u8b58\u5225\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u5c5e\u6027\u306e\u540d\u524d\u3002\u3053\u308c\u306b\u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u305f\u6709\u52b9\u306a\u5c5e\u6027\u578b\u306e\u540d\u524d\u3092\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_SASLPLAIN_CANNOT_GET_USERNAME_ATTR_143=An unexpected error occurred while attempting to determine the value of the ds-cfg-user-name-attribute attribute in configuration entry %s: %s |
| | | SEVERE_ERR_SASLPLAIN_UNKNOWN_USERNAME_ATTR_144=The attribute %s referenced in configuration attribute ds-cfg-user-name-attribute in configuration entry %s does not exist in the Directory Server schema. The attribute that is to be used for username lookups during SASL PLAIN authentication must be defined in the server schema |
| | | INFO_SASLPLAIN_DESCRIPTION_USER_BASE_DN_145=SASL PLAIN \u8a8d\u8a3c\u306e\u3068\u304d\u306b\u6307\u5b9a\u3055\u308c\u305f\u8a8d\u8a3c ID/\u8a8d\u53ef ID \u306b\u57fa\u3065\u3044\u3066\u30a8\u30f3\u30c8\u30ea\u3092\u691c\u7d22\u3059\u308b\u3068\u304d\u306b\u4f7f\u7528\u3059\u3079\u304d\u30d9\u30fc\u30b9 DN\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_SASLPLAIN_CANNOT_GET_USER_BASE_DN_146=An unexpected error occurred while attempting to determine the value of the ds-cfg-user-base-dn attribute in configuration entry %s: %s |
| | | MILD_ERR_SASLPLAIN_NO_SASL_CREDENTIALS_147=SASL PLAIN \u8a8d\u8a3c\u3067\u306f SASL \u8cc7\u683c\u60c5\u5831\u3092\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u304c\u3001\u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u306b\u306f\u4f55\u3082\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3067\u3057\u305f |
| | | MILD_ERR_SASLPLAIN_NO_NULLS_IN_CREDENTIALS_148=SASL PLAIN \u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u306b NULL \u6587\u5b57\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u8a8d\u53ef ID \u3068\u8a8d\u8a3c ID \u306e\u9593\u3001\u304a\u3088\u3073\u8a8d\u8a3c ID \u3068\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u9593\u306b\u306f\u3001\u533a\u5207\u308a\u6587\u5b57\u3068\u3057\u3066 NULL \u6587\u5b57\u304c\u5fc5\u8981\u3067\u3059 |
| | | MILD_ERR_SASLPLAIN_NO_SECOND_NULL_149=SASL PLAIN \u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u306e\u8cc7\u683c\u60c5\u5831\u306b 2 \u756a\u76ee\u306e NULL \u6587\u5b57\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3067\u3057\u305f\u3002NULL \u6587\u5b57\u306f\u3001\u8a8d\u8a3c ID \u3068\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u9593\u306e\u533a\u5207\u308a\u6587\u5b57\u3068\u3057\u3066\u5fc5\u8981\u3067\u3059 |
| | | MILD_ERR_SASLPLAIN_ZERO_LENGTH_AUTHCID_150=SASL PLAIN \u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u306b\u542b\u307e\u308c\u308b\u8a8d\u8a3c ID \u306e\u9577\u3055\u304c 0 \u6587\u5b57\u3067\u3057\u305f\u304c\u3001\u3053\u308c\u306f\u8a31\u53ef\u3055\u308c\u307e\u305b\u3093\u3002SASL PLAIN \u8a8d\u8a3c\u3067\u306f\u3001\u7a7a\u306e\u6587\u5b57\u5217\u3092\u8a8d\u8a3c ID \u3068\u3057\u3066\u4f7f\u7528\u3059\u308b\u3053\u3068\u306f\u8a31\u53ef\u3055\u308c\u307e\u305b\u3093 |
| | | MILD_ERR_SASLPLAIN_ZERO_LENGTH_PASSWORD_151=SASL PLAIN \u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u306b\u542b\u307e\u308c\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u9577\u3055\u304c 0 \u6587\u5b57\u3067\u3057\u305f\u304c\u3001\u3053\u308c\u306f\u8a31\u53ef\u3055\u308c\u307e\u305b\u3093\u3002SASL PLAIN \u8a8d\u8a3c\u3067\u306f\u3001\u7a7a\u306e\u6587\u5b57\u5217\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3068\u3057\u3066\u4f7f\u7528\u3059\u308b\u3053\u3068\u306f\u8a31\u53ef\u3055\u308c\u307e\u305b\u3093 |
| | | MILD_ERR_SASLPLAIN_CANNOT_DECODE_AUTHCID_AS_DN_152=SASL PLAIN \u306e\u8a8d\u8a3c ID "%s" \u3092\u5fa9\u53f7\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002DN \u304c\u542b\u307e\u308c\u3066\u3044\u305f\u3088\u3046\u3067\u3059\u304c\u3001DN \u306e\u5fa9\u53f7\u5316\u306b\u5931\u6557\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_SASLPLAIN_AUTHCID_IS_NULL_DN_153=SASL PLAIN \u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u5185\u306e\u8a8d\u8a3c ID \u304c\u7a7a\u306e DN \u306e\u3088\u3046\u3067\u3059\u3002\u3053\u308c\u306f\u8a31\u53ef\u3055\u308c\u307e\u305b\u3093 |
| | | MILD_ERR_SASLPLAIN_CANNOT_GET_ENTRY_BY_DN_154=SASL PLAIN \u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u306e DN \u30d9\u30fc\u30b9\u306e\u8a8d\u8a3c ID \u306b\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea %s \u3092\u53d6\u5f97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_SASLPLAIN_CANNOT_PERFORM_INTERNAL_SEARCH_155=SASL PLAIN \u306e\u8a8d\u8a3c ID %s \u306b\u95a2\u9023\u4ed8\u3051\u3089\u308c\u305f\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u3092\u53d6\u5f97\u3059\u308b\u305f\u3081\u306e\u5185\u90e8\u691c\u7d22\u3092\u5b9f\u884c\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u691c\u7d22\u306e\u7d50\u679c\u306f %s \u3067\u3001\u30e1\u30c3\u30bb\u30fc\u30b8\u306f %s \u3067\u3057\u305f |
| | | MILD_ERR_SASLPLAIN_MULTIPLE_MATCHING_ENTRIES_156=SASL PLAIN \u306e\u8a8d\u8a3c ID %s \u306e\u89e3\u6c7a\u3092\u8a66\u307f\u308b\u5185\u90e8\u691c\u7d22\u3067\u3001\u8907\u6570\u306e\u30a8\u30f3\u30c8\u30ea\u304c\u4e00\u81f4\u3057\u307e\u3057\u305f\u3002\u8a8d\u8a3c ID \u304c\u6b63\u78ba\u306b 1 \u3064\u306e\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u306b\u30de\u30c3\u30d7\u3055\u308c\u3066\u3044\u306a\u3044\u5834\u5408\u3001\u8a8d\u8a3c\u306f\u6210\u529f\u3057\u307e\u305b\u3093 |
| | | MILD_ERR_SASLPLAIN_NO_MATCHING_ENTRIES_157=\u30b5\u30fc\u30d0\u30fc\u3067\u3001\u6307\u5b9a\u3055\u308c\u305f\u8a8d\u8a3c ID %s \u306e\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f |
| | | MILD_ERR_SASLPLAIN_NO_PW_ATTR_158=SASL PLAIN \u8a8d\u8a3c\u304c\u5931\u6557\u3057\u307e\u3057\u305f\u3002\u30de\u30c3\u30d7\u3055\u308c\u305f\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u306b %s \u5c5e\u6027\u306e\u5024\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3067\u3057\u305f |
| | | MILD_ERR_SASLPLAIN_UNKNOWN_STORAGE_SCHEME_159=\u30bf\u30fc\u30b2\u30c3\u30c8\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3092 SASL PLAIN \u3067\u51e6\u7406\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u305d\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u306b\u3001\u4e0d\u660e\u306a\u8a18\u61b6\u30b9\u30ad\u30fc\u30de %s \u304c\u3042\u308a\u307e\u3059 |
| | | MILD_ERR_SASLPLAIN_INVALID_PASSWORD_160=\u6307\u5b9a\u3057\u305f\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u7121\u52b9\u3067\u3059 |
| | | INFO_SASLPLAIN_UPDATED_USERNAME_ATTR_161=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u5c5e\u6027 ds-cfg-user-name-attribute \u304c\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f\u3002\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u3092\u305d\u306e\u8a8d\u8a3c ID/\u8a8d\u53ef ID \u306b\u57fa\u3065\u3044\u3066\u691c\u7d22\u3059\u308b\u3068\u304d\u306b\u3001%s \u5c5e\u6027\u304c\u4f7f\u7528\u3055\u308c\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059 |
| | | INFO_SASLPLAIN_UPDATED_USER_BASE_DN_162=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u5c5e\u6027 ds-cfg-user-base-dn \u304c\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f\u3002\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u3092\u305d\u306e\u8a8d\u8a3c ID/\u8a8d\u53ef ID \u306b\u57fa\u3065\u3044\u3066\u691c\u7d22\u3059\u308b\u3068\u304d\u306b\u3001DN %s \u304c\u691c\u7d22\u30d9\u30fc\u30b9\u3068\u3057\u3066\u4f7f\u7528\u3055\u308c\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059 |
| | | INFO_SASLPLAIN_CANNOT_LOCK_ENTRY_163=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306f\u3001\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea %s \u3092\u53d6\u308a\u51fa\u3059\u305f\u3081\u306e\u305d\u306e\u30a8\u30f3\u30c8\u30ea\u306e\u8aad\u307f\u53d6\u308a\u30ed\u30c3\u30af\u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f |
| | | MILD_ERR_SEDCM_CANNOT_LOCK_ENTRY_164=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306f\u3001\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea %s \u3092\u53d6\u308a\u51fa\u3059\u305f\u3081\u306e\u305d\u306e\u30a8\u30f3\u30c8\u30ea\u306e\u8aad\u307f\u53d6\u308a\u30ed\u30c3\u30af\u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f |
| | | INFO_SASLANONYMOUS_TRACE_165=SASL ANONYMOUS \u30d0\u30a4\u30f3\u30c9\u64cd\u4f5c (conn=%d\u3001op=%d) \u306b\u3088\u3063\u3066\u30c8\u30ec\u30fc\u30b9\u60c5\u5831\u304c\u6307\u5b9a\u3055\u308c\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_SASLCRAMMD5_CANNOT_GET_MESSAGE_DIGEST_166=An unexpected error occurred while attempting to obtain an MD5 digest engine for use by the CRAM-MD5 SASL handler: %s |
| | | INFO_SASLCRAMMD5_DESCRIPTION_USERNAME_ATTRIBUTE_167=SASL CRAM-MD5 \u8a8d\u8a3c\u306e\u3068\u304d\u306b\u6307\u5b9a\u3055\u308c\u305f\u30e6\u30fc\u30b6\u30fc\u540d\u306b\u57fa\u3065\u3044\u3066\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u3092\u8b58\u5225\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u5c5e\u6027\u306e\u540d\u524d\u3002\u3053\u308c\u306b\u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u305f\u6709\u52b9\u306a\u5c5e\u6027\u578b\u306e\u540d\u524d\u3092\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_SASLCRAMMD5_CANNOT_GET_USERNAME_ATTR_168=An unexpected error occurred while attempting to determine the value of the ds-cfg-user-name-attribute attribute in configuration entry %s: %s |
| | | SEVERE_ERR_SASLCRAMMD5_UNKNOWN_USERNAME_ATTR_169=The attribute %s referenced in configuration attribute ds-cfg-user-name-attribute in configuration entry %s does not exist in the Directory Server schema. The attribute that is to be used for username lookups during SASL CRAM-MD5 authentication must be defined in the server schema |
| | | INFO_SASLCRAMMD5_DESCRIPTION_USER_BASE_DN_170=SASL CRAM-MD5 \u8a8d\u8a3c\u306e\u3068\u304d\u306b\u6307\u5b9a\u3055\u308c\u305f\u30e6\u30fc\u30b6\u30fc\u540d\u306b\u57fa\u3065\u3044\u3066\u30a8\u30f3\u30c8\u30ea\u3092\u691c\u7d22\u3059\u308b\u3068\u304d\u306b\u4f7f\u7528\u3059\u3079\u304d\u30d9\u30fc\u30b9 DN\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_SASLCRAMMD5_CANNOT_GET_USER_BASE_DN_171=An unexpected error occurred while attempting to determine the value of the ds-cfg-user-base-dn attribute in configuration entry %s: %s |
| | | MILD_ERR_SASLCRAMMD5_NO_STORED_CHALLENGE_172=SASL CRAM-MD5 \u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u306b SASL \u8cc7\u683c\u60c5\u5831\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f\u304c\u3001\u3053\u306e\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u63a5\u7d9a\u7528\u306b\u683c\u7d0d\u3055\u308c\u305f\u30c1\u30e3\u30ec\u30f3\u30b8\u304c\u3042\u308a\u307e\u305b\u3093\u30022 \u6bb5\u968e\u30d7\u30ed\u30bb\u30b9\u5185\u306e\u6700\u521d\u306e CRAM-MD5 \u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u306b\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u306e SASL \u8cc7\u683c\u3092\u542b\u3081\u3066\u306f\u3044\u3051\u307e\u305b\u3093 |
| | | MILD_ERR_SASLCRAMMD5_INVALID_STORED_CHALLENGE_173=SASL CRAM-MD5 \u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u306b SASL \u8cc7\u683c\u60c5\u5831\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f\u304c\u3001\u3053\u306e\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u63a5\u7d9a\u7528\u306b\u683c\u7d0d\u3055\u308c\u305f SASL \u72b6\u614b\u60c5\u5831\u304c\u30c1\u30e3\u30ec\u30f3\u30b8\u306b\u9069\u5207\u306a\u5f62\u5f0f\u3067\u306f\u3042\u308a\u307e\u305b\u3093 |
| | | MILD_ERR_SASLCRAMMD5_NO_SPACE_IN_CREDENTIALS_174=\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u304b\u3089\u306e SASL CRAM-MD5 \u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u306b SASL \u8cc7\u683c\u60c5\u5831\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f\u304c\u3001\u30e6\u30fc\u30b6\u30fc\u540d\u3068\u8a8d\u8a3c\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u3092\u5206\u3051\u308b\u30b9\u30da\u30fc\u30b9\u304c\u3042\u308a\u307e\u305b\u3093\u3067\u3057\u305f |
| | | MILD_ERR_SASLCRAMMD5_INVALID_DIGEST_LENGTH_175=SASL CRAM-MD5 \u30d0\u30a4\u30f3\u30c9\u8a8d\u8a3c\u306b SASL \u8cc7\u683c\u60c5\u5831\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f\u304c\u3001\u5fa9\u53f7\u5316\u3055\u308c\u305f\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u6587\u5b57\u5217\u306e\u9577\u3055\u304c %d \u30d0\u30a4\u30c8\u3067\u7121\u52b9\u3067\u3057\u305f\u300216 \u9032\u8868\u73fe\u306e MD5 \u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u306b\u671f\u5f85\u3055\u308c\u308b\u9577\u3055\u306f %d \u30d0\u30a4\u30c8\u3067\u3059 |
| | | MILD_ERR_SASLCRAMMD5_INVALID_DIGEST_CONTENT_176=SASL CRAM-MD5 \u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u306b SASL \u8cc7\u683c\u60c5\u5831\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f\u304c\u3001\u5fa9\u53f7\u5316\u3055\u308c\u305f\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u304c 16 \u9032\u6570\u5b57\u3060\u3051\u3067\u69cb\u6210\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3067\u3057\u305f: %s |
| | | MILD_ERR_SASLCRAMMD5_CANNOT_DECODE_USERNAME_AS_DN_177=SASL CRAM-MD5 \u306e\u30e6\u30fc\u30b6\u30fc\u540d "%s" \u3092\u5fa9\u53f7\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002DN \u304c\u542b\u307e\u308c\u3066\u3044\u305f\u3088\u3046\u3067\u3059\u304c\u3001DN \u306e\u5fa9\u53f7\u5316\u306b\u5931\u6557\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_SASLCRAMMD5_USERNAME_IS_NULL_DN_178=SASL CRAM-MD5 \u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u5185\u306e\u30e6\u30fc\u30b6\u30fc\u540d\u304c\u7a7a\u306e DN \u306e\u3088\u3046\u3067\u3059\u3002\u3053\u308c\u306f\u8a31\u53ef\u3055\u308c\u307e\u305b\u3093 |
| | | INFO_SASLCRAMMD5_CANNOT_LOCK_ENTRY_179=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306f\u3001\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea %s \u3092\u53d6\u308a\u51fa\u3059\u305f\u3081\u306e\u305d\u306e\u30a8\u30f3\u30c8\u30ea\u306e\u8aad\u307f\u53d6\u308a\u30ed\u30c3\u30af\u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f |
| | | MILD_ERR_SASLCRAMMD5_CANNOT_GET_ENTRY_BY_DN_180=SASL CRAM-MD5 \u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u306e DN \u30d9\u30fc\u30b9\u306e\u30e6\u30fc\u30b6\u30fc\u540d\u306b\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea %s \u3092\u53d6\u5f97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_SASLCRAMMD5_ZERO_LENGTH_USERNAME_181=SASL CRAM-MD5 \u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u306b\u542b\u307e\u308c\u308b\u30e6\u30fc\u30b6\u30fc\u540d\u306e\u9577\u3055\u304c 0 \u6587\u5b57\u3067\u3057\u305f\u304c\u3001\u3053\u308c\u306f\u8a31\u53ef\u3055\u308c\u307e\u305b\u3093\u3002CRAM-MD5 \u8a8d\u8a3c\u3067\u306f\u3001\u7a7a\u306e\u6587\u5b57\u5217\u3092\u30e6\u30fc\u30b6\u30fc\u540d\u3068\u3057\u3066\u4f7f\u7528\u3059\u308b\u3053\u3068\u306f\u8a31\u53ef\u3055\u308c\u307e\u305b\u3093 |
| | | MILD_ERR_SASLCRAMMD5_CANNOT_PERFORM_INTERNAL_SEARCH_182=SASL CRAM-MD5 \u306e\u30e6\u30fc\u30b6\u30fc\u540d %s \u306b\u95a2\u9023\u4ed8\u3051\u3089\u308c\u305f\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u3092\u53d6\u5f97\u3059\u308b\u305f\u3081\u306e\u5185\u90e8\u691c\u7d22\u3092\u5b9f\u884c\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u691c\u7d22\u306e\u7d50\u679c\u306f %s \u3067\u3001\u30e1\u30c3\u30bb\u30fc\u30b8\u306f %s \u3067\u3057\u305f |
| | | MILD_ERR_SASLCRAMMD5_MULTIPLE_MATCHING_ENTRIES_183=SASL CRAM-MD5 \u306e\u30e6\u30fc\u30b6\u30fc\u540d %s \u306e\u89e3\u6c7a\u3092\u8a66\u307f\u308b\u5185\u90e8\u691c\u7d22\u3067\u3001\u8907\u6570\u306e\u30a8\u30f3\u30c8\u30ea\u304c\u4e00\u81f4\u3057\u307e\u3057\u305f\u3002\u30e6\u30fc\u30b6\u30fc\u540d\u304c\u6b63\u78ba\u306b 1 \u3064\u306e\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u306b\u30de\u30c3\u30d7\u3055\u308c\u3066\u3044\u306a\u3044\u5834\u5408\u3001\u8a8d\u8a3c\u306f\u6210\u529f\u3057\u307e\u305b\u3093 |
| | | MILD_ERR_SASLCRAMMD5_NO_MATCHING_ENTRIES_184=\u30b5\u30fc\u30d0\u30fc\u3067\u3001\u6307\u5b9a\u3055\u308c\u305f\u30e6\u30fc\u30b6\u30fc\u540d %s \u306e\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f |
| | | MILD_ERR_SASLCRAMMD5_NO_PW_ATTR_185=SASL CRAM-MD5 \u8a8d\u8a3c\u304c\u5931\u6557\u3057\u307e\u3057\u305f\u3002\u30de\u30c3\u30d7\u3055\u308c\u305f\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u306b %s \u5c5e\u6027\u306e\u5024\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3067\u3057\u305f |
| | | MILD_ERR_SASLCRAMMD5_UNKNOWN_STORAGE_SCHEME_186=\u30bf\u30fc\u30b2\u30c3\u30c8\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3092 SASL CRAM-MD5 \u3067\u51e6\u7406\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u305d\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u306b\u3001\u4e0d\u660e\u306a\u8a18\u61b6\u30b9\u30ad\u30fc\u30de %s \u304c\u3042\u308a\u307e\u3059 |
| | | MILD_ERR_SASLCRAMMD5_CANNOT_GET_CLEAR_PASSWORD_187=\u8a18\u61b6\u30b9\u30ad\u30fc\u30de %2$s \u306e\u5024\u304b\u3089\u30e6\u30fc\u30b6\u30fc %1$s \u306e\u5e73\u6587\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u53d6\u5f97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s |
| | | MILD_ERR_SASLCRAMMD5_INVALID_PASSWORD_188=\u6307\u5b9a\u3057\u305f\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u7121\u52b9\u3067\u3059 |
| | | MILD_ERR_SASLCRAMMD5_NO_REVERSIBLE_PASSWORDS_189=SASL CRAM-MD5 \u8a8d\u8a3c\u306f\u30e6\u30fc\u30b6\u30fc %s \u306b\u306f\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093\u3002\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u5185\u306b\u53ef\u9006\u5f62\u5f0f\u3067\u683c\u7d0d\u3055\u308c\u3066\u3044\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u3042\u308a\u307e\u305b\u3093 |
| | | INFO_SASLCRAMMD5_UPDATED_USERNAME_ATTR_190=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u5c5e\u6027 ds-cfg-user-name-attribute \u304c\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f\u3002\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u3092\u305d\u306e\u30e6\u30fc\u30b6\u30fc\u540d\u306b\u57fa\u3065\u3044\u3066\u691c\u7d22\u3059\u308b\u3068\u304d\u306b\u3001%s \u5c5e\u6027\u304c\u4f7f\u7528\u3055\u308c\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059 |
| | | INFO_SASLCRAMMD5_UPDATED_USER_BASE_DN_191=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u5c5e\u6027 ds-cfg-user-base-dn \u304c\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f\u3002\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u3092\u305d\u306e\u30e6\u30fc\u30b6\u30fc\u540d\u306b\u57fa\u3065\u3044\u3066\u691c\u7d22\u3059\u308b\u3068\u304d\u306b\u3001DN %s \u304c\u691c\u7d22\u30d9\u30fc\u30b9\u3068\u3057\u3066\u4f7f\u7528\u3055\u308c\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_SASLDIGESTMD5_CANNOT_GET_MESSAGE_DIGEST_192=An unexpected error occurred while attempting to obtain an MD5 digest engine for use by the DIGEST-MD5 SASL handler: %s |
| | | INFO_SASLDIGESTMD5_DESCRIPTION_USERNAME_ATTRIBUTE_193=SASL DIGEST-MD5 \u8a8d\u8a3c\u306e\u3068\u304d\u306b\u6307\u5b9a\u3055\u308c\u305f\u30e6\u30fc\u30b6\u30fc\u540d\u306b\u57fa\u3065\u3044\u3066\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u3092\u8b58\u5225\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u5c5e\u6027\u306e\u540d\u524d\u3002\u3053\u308c\u306b\u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u305f\u6709\u52b9\u306a\u5c5e\u6027\u578b\u306e\u540d\u524d\u3092\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_SASLDIGESTMD5_CANNOT_GET_USERNAME_ATTR_194=An unexpected error occurred while attempting to determine the value of the ds-cfg-user-name-attribute attribute in configuration entry %s: %s |
| | | SEVERE_ERR_SASLDIGESTMD5_UNKNOWN_USERNAME_ATTR_195=The attribute %s referenced in configuration attribute ds-cfg-user-name-attribute in configuration entry %s does not exist in the Directory Server schema. The attribute that is to be used for username lookups during SASL DIGEST-MD5 authentication must be defined in the server schema |
| | | INFO_SASLDIGESTMD5_DESCRIPTION_USER_BASE_DN_196=SASL DIGEST-MD5 \u8a8d\u8a3c\u306e\u3068\u304d\u306b\u6307\u5b9a\u3055\u308c\u305f\u30e6\u30fc\u30b6\u30fc\u540d\u306b\u57fa\u3065\u3044\u3066\u30a8\u30f3\u30c8\u30ea\u3092\u691c\u7d22\u3059\u308b\u3068\u304d\u306b\u4f7f\u7528\u3059\u3079\u304d\u30d9\u30fc\u30b9 DN\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_SASLDIGESTMD5_CANNOT_GET_USER_BASE_DN_197=An unexpected error occurred while attempting to determine the value of the ds-cfg-user-base-dn attribute in configuration entry %s: %s |
| | | INFO_SASLDIGESTMD5_DESCRIPTION_REALM_198=DIGEST-MD5 \u8a8d\u8a3c\u306b\u30b5\u30fc\u30d0\u30fc\u3067\u4f7f\u7528\u3059\u3079\u304d\u30ec\u30eb\u30e0\u3002\u3053\u308c\u3092\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408\u3001\u30b5\u30fc\u30d0\u30fc\u306f\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u3001\u5b9a\u7fa9\u6e08\u307f\u306e\u30b5\u30d5\u30a3\u30c3\u30af\u30b9\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30eb\u30e0\u540d\u30bb\u30c3\u30c8\u3092\u4f7f\u7528\u3057\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_SASLDIGESTMD5_CANNOT_GET_REALM_199=An unexpected error occurred while attempting to determine the value of the ds-cfg-realm attribute in configuration entry %s: %s |
| | | SEVERE_WARN_SASLDIGESTMD5_CHALLENGE_TOO_LONG_200=The initial DIGEST-MD5 must be less than 2048 bytes, but the generated challenge was %d bytes |
| | | MILD_ERR_SASLDIGESTMD5_NO_CREDENTIALS_201=\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u63a5\u7d9a\u306b DIGEST-MD5 \u72b6\u614b\u60c5\u5831\u304c\u542b\u307e\u308c\u3066\u304a\u308a\u3001\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u304c DIGEST-MD5 \u30d0\u30a4\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u30d7\u30ed\u30bb\u30b9\u306b\u3042\u308b\u3053\u3068\u3092\u793a\u3057\u3066\u3044\u307e\u3057\u305f\u304c\u3001\u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u306b\u8cc7\u683c\u60c5\u5831\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3067\u3057\u305f |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_STORED_STATE_202=SASL DIGEST-MD5 \u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u306b SASL \u8cc7\u683c\u60c5\u5831\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f\u304c\u3001\u3053\u306e\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u63a5\u7d9a\u7528\u306b\u683c\u7d0d\u3055\u308c\u305f SASL \u72b6\u614b\u60c5\u5831\u304c\u30c1\u30e3\u30ec\u30f3\u30b8\u306b\u9069\u5207\u306a\u5f62\u5f0f\u3067\u306f\u3042\u308a\u307e\u305b\u3093 |
| | | SEVERE_WARN_SASLDIGESTMD5_CANNOT_PARSE_ISO_CREDENTIALS_203=An error occurred while attempting to parse the DIGEST-MD5 credentials as a string using the %s character set: %s. The server will re-try using UTF-8 |
| | | SEVERE_WARN_SASLDIGESTMD5_CANNOT_PARSE_UTF8_CREDENTIALS_204=An error occurred while attempting to parse the DIGEST-MD5 credentials as a string using the UTF-8 character set: %s |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_TOKEN_IN_CREDENTIALS_205=\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u304b\u3089\u6307\u5b9a\u3055\u308c\u305f DIGEST-MD5 \u8cc7\u683c\u60c5\u5831\u306b\u3001\u4f4d\u7f6e %2$d \u304b\u3089\u59cb\u307e\u308b\u7121\u52b9\u306a\u30c8\u30fc\u30af\u30f3 "%1$s" \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_CHARSET_206=\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u304b\u3089\u6307\u5b9a\u3055\u308c\u305f DIGEST-MD5 \u8cc7\u683c\u60c5\u5831\u306b\u3001\u7121\u52b9\u306a\u6587\u5b57\u30bb\u30c3\u30c8 %s \u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u3057\u305f\u3002\u3053\u306e\u30d1\u30e9\u30e1\u30fc\u30bf\u306e\u5024\u306b\u306f\u3001'utf-8' \u306e\u307f\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059 |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_DECODE_REALM_AS_DN_207=\u6307\u5b9a\u3055\u308c\u305f\u5fdc\u7b54\u30ec\u30eb\u30e0 "%s" \u3092 DN \u3068\u3057\u3066\u89e3\u6790\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_REALM_208=\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u304b\u3089\u6307\u5b9a\u3055\u308c\u305f DIGEST-MD5 \u8cc7\u683c\u306b\u3001\u7121\u52b9\u306a\u30ec\u30eb\u30e0\u306e "%s" \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f |
| | | SEVERE_ERR_SASLDIGESTMD5_INVALID_NONCE_209=The DIGEST-MD5 credentials provided by the client included a nonce that was different from the nonce supplied by the server. This could indicate a replay attack or a chosen plaintext attack, and as a result the client connection will be terminated |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_DECODE_NONCE_COUNT_210=\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u304b\u3089\u6307\u5b9a\u3055\u308c\u305f DIGEST-MD5 \u8cc7\u683c\u60c5\u5831\u306b\u300116 \u9032\u3067\u7b26\u53f7\u5316\u3055\u308c\u305f\u6574\u6570\u3068\u3057\u3066\u5fa9\u53f7\u5316\u3067\u304d\u306a\u3044\u30ce\u30f3\u30b9\u30ab\u30a6\u30f3\u30c8 "%s" \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f |
| | | SEVERE_ERR_SASLDIGESTMD5_CANNOT_DECODE_STORED_NONCE_COUNT_211=An unexpected error occurred while attempting to decode the nonce count stored by the server for this client connection: %s |
| | | SEVERE_ERR_SASLDIGESTMD5_INVALID_NONCE_COUNT_212=The DIGEST-MD5 credentials provided by the client included a nonce count that was different from the count expected by the server. This could indicate a replay attack, and as a result the client connection will be terminated |
| | | MILD_ERR_SASLDIGESTMD5_INTEGRITY_NOT_SUPPORTED_213=\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u306f QoP \u306b auth-int \u3092\u8981\u6c42\u3057\u307e\u3057\u305f\u304c\u3001\u5b8c\u5168\u6027\u306e\u4fdd\u8b77\u306f\u73fe\u5728\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u3067\u306f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_SASLDIGESTMD5_CONFIDENTIALITY_NOT_SUPPORTED_214=\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u306f QoP \u306b auth-conf \u3092\u8981\u6c42\u3057\u307e\u3057\u305f\u304c\u3001\u6a5f\u5bc6\u6027\u306e\u4fdd\u8b77\u306f\u73fe\u5728\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u3067\u306f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_QOP_215=\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u304b\u3089\u6307\u5b9a\u3055\u308c\u305f DIGEST-MD5 \u8cc7\u683c\u60c5\u5831\u304c\u3001\u7121\u52b9\u306a QoP \u6a5f\u69cb\u3067\u3042\u308b %s \u3092\u8981\u6c42\u3057\u307e\u3057\u305f |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_PARSE_RESPONSE_DIGEST_216=\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u304b\u3089\u6307\u5b9a\u3055\u308c\u305f DIGEST-MD5 \u8cc7\u683c\u60c5\u5831\u306b\u300116 \u9032\u3067\u7b26\u53f7\u5316\u3055\u308c\u305f\u30d0\u30a4\u30c8\u30b7\u30fc\u30b1\u30f3\u30b9\u3068\u3057\u3066\u5fa9\u53f7\u5316\u3067\u304d\u306a\u3044\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f: %s |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_RESPONSE_TOKEN_217=\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u304b\u3089\u6307\u5b9a\u3055\u308c\u305f DIGEST-MD5 \u8cc7\u683c\u60c5\u5831\u306b\u3001"%s" \u3068\u3044\u3046\u540d\u524d\u306e\u7121\u52b9\u306a\u30c8\u30fc\u30af\u30f3\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f |
| | | MILD_ERR_SASLDIGESTMD5_NO_USERNAME_IN_RESPONSE_218=\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u304b\u3089\u6307\u5b9a\u3055\u308c\u305f DIGEST-MD5 \u8cc7\u683c\u60c5\u5831\u306b\u3001\u5fc5\u8981\u306a "username" \u30c8\u30fc\u30af\u30f3\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3067\u3057\u305f |
| | | MILD_ERR_SASLDIGESTMD5_NO_NONCE_IN_RESPONSE_219=\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u304b\u3089\u6307\u5b9a\u3055\u308c\u305f DIGEST-MD5 \u8cc7\u683c\u60c5\u5831\u306b\u3001\u5fc5\u8981\u306a "nonce" \u30c8\u30fc\u30af\u30f3\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3067\u3057\u305f |
| | | MILD_ERR_SASLDIGESTMD5_NO_CNONCE_IN_RESPONSE_220=\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u304b\u3089\u6307\u5b9a\u3055\u308c\u305f DIGEST-MD5 \u8cc7\u683c\u60c5\u5831\u306b\u3001\u5fc5\u8981\u306a "cnonce" \u30c8\u30fc\u30af\u30f3\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3067\u3057\u305f |
| | | MILD_ERR_SASLDIGESTMD5_NO_NONCE_COUNT_IN_RESPONSE_221=\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u304b\u3089\u6307\u5b9a\u3055\u308c\u305f DIGEST-MD5 \u8cc7\u683c\u60c5\u5831\u306b\u3001\u5fc5\u8981\u306a "nc" \u30c8\u30fc\u30af\u30f3\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3067\u3057\u305f |
| | | MILD_ERR_SASLDIGESTMD5_NO_DIGEST_IN_RESPONSE_223=\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u304b\u3089\u6307\u5b9a\u3055\u308c\u305f DIGEST-MD5 \u8cc7\u683c\u60c5\u5831\u306b\u3001\u5fc5\u8981\u306a "response" \u30c8\u30fc\u30af\u30f3\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3067\u3057\u305f |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_DECODE_USERNAME_AS_DN_224=SASL DIGEST-MD5 \u306e\u30e6\u30fc\u30b6\u30fc\u540d "%s" \u3092\u5fa9\u53f7\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002DN \u304c\u542b\u307e\u308c\u3066\u3044\u305f\u3088\u3046\u3067\u3059\u304c\u3001DN \u306e\u5fa9\u53f7\u5316\u306b\u5931\u6557\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_SASLDIGESTMD5_USERNAME_IS_NULL_DN_225=SASL DIGEST-MD5 \u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u5185\u306e\u30e6\u30fc\u30b6\u30fc\u540d\u304c\u7a7a\u306e DN \u306e\u3088\u3046\u3067\u3059\u3002\u3053\u308c\u306f\u8a31\u53ef\u3055\u308c\u307e\u305b\u3093 |
| | | INFO_SASLDIGESTMD5_CANNOT_LOCK_ENTRY_226=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306f\u3001\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea %s \u3092\u53d6\u308a\u51fa\u3059\u305f\u3081\u306e\u305d\u306e\u30a8\u30f3\u30c8\u30ea\u306e\u8aad\u307f\u53d6\u308a\u30ed\u30c3\u30af\u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_GET_ENTRY_BY_DN_227=SASL DIGEST-MD5 \u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u306e DN \u30d9\u30fc\u30b9\u306e\u30e6\u30fc\u30b6\u30fc\u540d\u306b\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea %s \u3092\u53d6\u5f97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_SASLDIGESTMD5_ZERO_LENGTH_USERNAME_228=SASL DIGEST-MD5 \u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u306b\u542b\u307e\u308c\u308b\u30e6\u30fc\u30b6\u30fc\u540d\u306e\u9577\u3055\u304c 0 \u6587\u5b57\u3067\u3057\u305f\u304c\u3001\u3053\u308c\u306f\u8a31\u53ef\u3055\u308c\u307e\u305b\u3093\u3002DIGEST-MD5 \u8a8d\u8a3c\u3067\u306f\u3001\u7a7a\u306e\u6587\u5b57\u5217\u3092\u30e6\u30fc\u30b6\u30fc\u540d\u3068\u3057\u3066\u4f7f\u7528\u3059\u308b\u3053\u3068\u306f\u8a31\u53ef\u3055\u308c\u307e\u305b\u3093 |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_PERFORM_INTERNAL_SEARCH_229=SASL DIGEST-MD5 \u306e\u30e6\u30fc\u30b6\u30fc\u540d %s \u306b\u95a2\u9023\u4ed8\u3051\u3089\u308c\u305f\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u3092\u53d6\u5f97\u3059\u308b\u305f\u3081\u306e\u5185\u90e8\u691c\u7d22\u3092\u5b9f\u884c\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u691c\u7d22\u306e\u7d50\u679c\u306f %s \u3067\u3001\u30e1\u30c3\u30bb\u30fc\u30b8\u306f %s \u3067\u3057\u305f |
| | | MILD_ERR_SASLDIGESTMD5_MULTIPLE_MATCHING_ENTRIES_230=SASL DIGEST-MD5 \u306e\u30e6\u30fc\u30b6\u30fc\u540d %s \u306e\u89e3\u6c7a\u3092\u8a66\u307f\u308b\u5185\u90e8\u691c\u7d22\u3067\u3001\u8907\u6570\u306e\u30a8\u30f3\u30c8\u30ea\u304c\u4e00\u81f4\u3057\u307e\u3057\u305f\u3002\u30e6\u30fc\u30b6\u30fc\u540d\u304c\u6b63\u78ba\u306b 1 \u3064\u306e\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u306b\u30de\u30c3\u30d7\u3055\u308c\u3066\u3044\u306a\u3044\u5834\u5408\u3001\u8a8d\u8a3c\u306f\u6210\u529f\u3057\u307e\u305b\u3093 |
| | | MILD_ERR_SASLDIGESTMD5_NO_MATCHING_ENTRIES_231=\u30b5\u30fc\u30d0\u30fc\u3067\u3001\u6307\u5b9a\u3055\u308c\u305f\u30e6\u30fc\u30b6\u30fc\u540d %s \u306e\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f |
| | | MILD_ERR_SASLDIGESTMD5_NO_PW_ATTR_232=SASL DIGEST-MD5 \u8a8d\u8a3c\u304c\u5931\u6557\u3057\u307e\u3057\u305f\u3002\u30de\u30c3\u30d7\u3055\u308c\u305f\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u306b %s \u5c5e\u6027\u306e\u5024\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3067\u3057\u305f |
| | | MILD_ERR_SASLDIGESTMD5_UNKNOWN_STORAGE_SCHEME_233=\u30bf\u30fc\u30b2\u30c3\u30c8\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3092 SASL DIGEST-MD5 \u3067\u51e6\u7406\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u305d\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u306b\u3001\u4e0d\u660e\u306a\u8a18\u61b6\u30b9\u30ad\u30fc\u30de %s \u304c\u3042\u308a\u307e\u3059 |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_GET_CLEAR_PASSWORD_234=\u8a18\u61b6\u30b9\u30ad\u30fc\u30de %2$s \u306e\u5024\u304b\u3089\u30e6\u30fc\u30b6\u30fc %1$s \u306e\u5e73\u6587\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u53d6\u5f97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_CREDENTIALS_235=\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u304b\u3089\u6307\u5b9a\u3055\u308c\u305f DIGEST-MD5 \u8cc7\u683c\u60c5\u5831\u306f\u3001\u95a2\u9023\u3059\u308b\u30e6\u30fc\u30b6\u30fc\u30a2\u30ab\u30a6\u30f3\u30c8\u5185\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u306b\u9069\u3057\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_SASLDIGESTMD5_NO_REVERSIBLE_PASSWORDS_236=SASL DIGEST-MD5 \u8a8d\u8a3c\u306f\u30e6\u30fc\u30b6\u30fc %s \u306b\u306f\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093\u3002\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u5185\u306b\u53ef\u9006\u5f62\u5f0f\u3067\u683c\u7d0d\u3055\u308c\u3066\u3044\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u3042\u308a\u307e\u305b\u3093 |
| | | SEVERE_WARN_SASLDIGESTMD5_CANNOT_GENERATE_RESPONSE_DIGEST_237=An error occurred while attempting to generate a server-side digest to compare with the client response: %s |
| | | SEVERE_ERR_SASLDIGESTMD5_CANNOT_GENERATE_RESPONSE_AUTH_DIGEST_238=An error occurred while trying to generate the response auth digest to include in the server SASL credentials: %s |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_CLOSING_QUOTE_POS_239=DIGEST-MD5 \u5fdc\u7b54\u30c1\u30e3\u30ec\u30f3\u30b8\u306f\u3001\u4f4d\u7f6e %d \u306b\u7121\u52b9\u306a\u7591\u554f\u7b26\u304c\u5b58\u5728\u3059\u308b\u305f\u3081\u306b\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f |
| | | INFO_SASLDIGESTMD5_UPDATED_USERNAME_ATTR_240=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u5c5e\u6027 ds-cfg-user-name-attribute \u304c\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f\u3002\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u3092\u305d\u306e\u30e6\u30fc\u30b6\u30fc\u540d\u306b\u57fa\u3065\u3044\u3066\u691c\u7d22\u3059\u308b\u3068\u304d\u306b\u3001%s \u5c5e\u6027\u304c\u4f7f\u7528\u3055\u308c\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059 |
| | | INFO_SASLDIGESTMD5_UPDATED_USER_BASE_DN_241=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u5c5e\u6027 ds-cfg-user-base-dn \u304c\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f\u3002\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u3092\u305d\u306e\u30e6\u30fc\u30b6\u30fc\u540d\u306b\u57fa\u3065\u3044\u3066\u691c\u7d22\u3059\u308b\u3068\u304d\u306b\u3001DN %s \u304c\u691c\u7d22\u30d9\u30fc\u30b9\u3068\u3057\u3066\u4f7f\u7528\u3055\u308c\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059 |
| | | INFO_SASLDIGESTMD5_UPDATED_NEW_REALM_242=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u5c5e\u6027 ds-cfg-realm \u304c\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f\u3002\u30ec\u30eb\u30e0 "%s" \u306f\u3001\u30b5\u30fc\u30d0\u30fc\u304b\u3089\u30c1\u30e3\u30ec\u30f3\u30b8\u5fdc\u7b54\u3067\u901a\u77e5\u3055\u308c\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059 |
| | | INFO_SASLDIGESTMD5_UPDATED_NO_REALM_243=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u5c5e\u6027 ds-cfg-realm \u304c\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f\u3002\u30c1\u30e3\u30ec\u30f3\u30b8\u5fdc\u7b54\u3067\u30b5\u30fc\u30d0\u30fc\u304b\u3089\u901a\u77e5\u3055\u308c\u305f\u30ec\u30eb\u30e0\u306f\u3001\u30b5\u30fc\u30d0\u30fc\u306e\u30b5\u30d5\u30a3\u30c3\u30af\u30b9\u306e DN \u306b\u306a\u308a\u307e\u3059 |
| | | INFO_SASLGSSAPI_DESCRIPTION_USERNAME_ATTRIBUTE_244=SASL GSSAPI \u8a8d\u8a3c\u306e\u3068\u304d\u306b\u6307\u5b9a\u3055\u308c\u305f\u30e6\u30fc\u30b6\u30fc\u540d\u306b\u57fa\u3065\u3044\u3066\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u3092\u8b58\u5225\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u5c5e\u6027\u306e\u540d\u524d\u3002\u3053\u308c\u306b\u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u305f\u6709\u52b9\u306a\u5c5e\u6027\u578b\u306e\u540d\u524d\u3092\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_SASLGSSAPI_CANNOT_GET_USERNAME_ATTR_245=An unexpected error occurred while attempting to determine the value of the ds-cfg-user-name-attribute attribute in configuration entry %s: %s |
| | | SEVERE_ERR_SASLGSSAPI_UNKNOWN_USERNAME_ATTR_246=The attribute %s referenced in configuration attribute ds-cfg-user-name-attribute in configuration entry %s does not exist in the Directory Server schema. The attribute that is to be used for username lookups during SASL GSSAPI authentication must be defined in the server schema |
| | | INFO_SASLGSSAPI_DESCRIPTION_USER_BASE_DN_247=SASL GSSAPI \u8a8d\u8a3c\u306e\u3068\u304d\u306b\u6307\u5b9a\u3055\u308c\u305f\u30e6\u30fc\u30b6\u30fc\u540d\u306b\u57fa\u3065\u3044\u3066\u30a8\u30f3\u30c8\u30ea\u3092\u691c\u7d22\u3059\u308b\u3068\u304d\u306b\u4f7f\u7528\u3059\u3079\u304d\u30d9\u30fc\u30b9 DN\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_SASLGSSAPI_CANNOT_GET_USER_BASE_DN_248=An unexpected error occurred while attempting to determine the value of the ds-cfg-user-base-dn attribute in configuration entry %s: %s |
| | | INFO_SASLGSSAPI_DESCRIPTION_SERVER_FQDN_249=SASL GSSAPI \u8a8d\u8a3c\u306e\u3068\u304d\u306b\u30b5\u30fc\u30d0\u30fc\u306b\u5bfe\u3057\u3066\u4f7f\u7528\u3059\u3079\u304d\u5b8c\u5168\u6307\u5b9a\u306e\u30c9\u30e1\u30a4\u30f3\u540d\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_SASLGSSAPI_CANNOT_GET_SERVER_FQDN_250=An unexpected error occurred while attempting to determine the value of the ds-cfg-server-fqdn attribute in configuration entry %s: %s |
| | | INFO_SASLGSSAPI_UPDATED_USERNAME_ATTR_251=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u5c5e\u6027 ds-cfg-user-name-attribute \u304c\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f\u3002\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u3092\u305d\u306e\u30e6\u30fc\u30b6\u30fc\u540d\u306b\u57fa\u3065\u3044\u3066\u691c\u7d22\u3059\u308b\u3068\u304d\u306b\u3001%s \u5c5e\u6027\u304c\u4f7f\u7528\u3055\u308c\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059 |
| | | INFO_SASLGSSAPI_UPDATED_USER_BASE_DN_252=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u5c5e\u6027 ds-cfg-user-base-dn \u304c\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f\u3002\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u3092\u305d\u306e\u30e6\u30fc\u30b6\u30fc\u540d\u306b\u57fa\u3065\u3044\u3066\u691c\u7d22\u3059\u308b\u3068\u304d\u306b\u3001DN %s \u304c\u691c\u7d22\u30d9\u30fc\u30b9\u3068\u3057\u3066\u4f7f\u7528\u3055\u308c\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059 |
| | | INFO_SASLGSSAPI_UPDATED_NEW_SERVER_FQDN_253=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u5c5e\u6027 ds-cfg-server-fqdn \u304c\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f\u3002\u5024 "%s" \u306f\u3001GSSAPI \u8a8d\u8a3c\u3067\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u5b8c\u5168\u4fee\u98fe\u540d\u3068\u3057\u3066\u4f7f\u7528\u3055\u308c\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059 |
| | | INFO_SASLGSSAPI_UPDATED_NO_SERVER_FQDN_254=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u5c5e\u6027 ds-cfg-server-fqdn \u304c\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f\u3002\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306f\u3001GSSAPI \u8a8d\u8a3c\u3067\u4f7f\u7528\u3059\u308b\u81ea\u8eab\u306e FQDN \u3092\u5224\u5b9a\u3057\u3088\u3046\u3068\u3057\u307e\u3059 |
| | | INFO_SASLGSSAPI_UNEXPECTED_CALLBACK_255=\u4e88\u671f\u3057\u306a\u3044\u30b3\u30fc\u30eb\u30d0\u30c3\u30af\u304c\u3001GSSAPI \u8a8d\u8a3c\u306e\u3068\u304d\u306b\u4f7f\u7528\u3059\u308b SASL \u30b5\u30fc\u30d0\u30fc\u306b\u5bfe\u3057\u3066\u6307\u5b9a\u3055\u308c\u307e\u3057\u305f: %s |
| | | INFO_SASLGSSAPI_DESCRIPTION_KDC_ADDRESS_256=SASL GSSAPI \u8a8d\u8a3c\u306e\u3068\u304d\u306b\u4f7f\u7528\u3059\u3079\u304d KDC \u306e\u30a2\u30c9\u30ec\u30b9\u3002\u3053\u308c\u3092\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408\u306f\u3001\u30b7\u30b9\u30c6\u30e0\u5168\u4f53\u306e Kerberos \u69cb\u6210\u304b\u3089\u30a2\u30c9\u30ec\u30b9\u306e\u53d6\u5f97\u3092\u8a66\u307f\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u3001\u5f8c\u7d9a\u306e GSSAPI \u30d0\u30a4\u30f3\u30c9\u8a66\u884c\u306b\u5bfe\u3057\u3066\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | MILD_ERR_SASLGSSAPI_CANNOT_GET_KDC_ADDRESS_257=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e ds-cfg-kdc-address \u5c5e\u6027\u306e\u5024\u3092\u5224\u5b9a\u4e2d\u306b\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | INFO_SASLGSSAPI_DESCRIPTION_REALM_258=SASL GSSAPI \u8a8d\u8a3c\u306e\u3068\u304d\u306b\u4f7f\u7528\u3059\u3079\u304d\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u30ec\u30eb\u30e0\u3002\u3053\u308c\u3092\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408\u306f\u3001\u30b7\u30b9\u30c6\u30e0\u5168\u4f53\u306e Kerberos \u69cb\u6210\u304b\u3089\u30a2\u30c9\u30ec\u30b9\u306e\u53d6\u5f97\u3092\u8a66\u307f\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u3001\u5f8c\u7d9a\u306e GSSAPI \u30d0\u30a4\u30f3\u30c9\u8a66\u884c\u306b\u5bfe\u3057\u3066\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | MILD_ERR_SASLGSSAPI_CANNOT_GET_REALM_259=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e ds-cfg-realm \u5c5e\u6027\u306e\u5024\u3092\u5224\u5b9a\u4e2d\u306b\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_SASLGSSAPI_NO_CLIENT_CONNECTION_260=GSSAPI \u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u306e\u51e6\u7406\u306b\u4f7f\u7528\u3067\u304d\u308b\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u63a5\u7d9a\u304c\u3042\u308a\u307e\u305b\u3093\u3067\u3057\u305f |
| | | MILD_ERR_SASLGSSAPI_CANNOT_CREATE_SASL_SERVER_261=GSSAPI \u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u3092\u51e6\u7406\u3059\u308b\u305f\u3081\u306e SASL \u30b5\u30fc\u30d0\u30fc\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3092\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_SASLGSSAPI_CANNOT_EVALUATE_RESPONSE_262=GSSAPI \u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u3067\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u304b\u3089\u6307\u5b9a\u3055\u308c\u305f\u30c1\u30e3\u30ec\u30f3\u30b8\u5fdc\u7b54\u3092\u8a55\u4fa1\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_SASLGSSAPI_NO_AUTHZ_ID_263=GSSAPI \u8a8d\u8a3c\u30d7\u30ed\u30bb\u30b9\u306f\u5b8c\u4e86\u3057\u305f\u3088\u3046\u3067\u3059\u304c\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30e6\u30fc\u30b6\u30fc\u3078\u306e\u30de\u30c3\u30d4\u30f3\u30b0\u306b\u4f7f\u7528\u3059\u308b\u8a8d\u53ef ID \u304c\u3042\u308a\u307e\u305b\u3093 |
| | | MILD_ERR_SASLGSSAPI_CANNOT_PERFORM_INTERNAL_SEARCH_264=GSSAPI \u306e\u8a8d\u53ef ID %s \u3092\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30e6\u30fc\u30b6\u30fc\u306b\u30de\u30c3\u30d7\u3059\u308b\u305f\u3081\u306e\u5185\u90e8\u691c\u7d22\u3092\u5b9f\u884c\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f (\u7d50\u679c\u30b3\u30fc\u30c9 %d\u3001\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8 "%s") |
| | | MILD_ERR_SASLGSSAPI_MULTIPLE_MATCHING_ENTRIES_265=GSSAPI \u306e\u8a8d\u53ef ID %s \u306f\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u5185\u306b\u8907\u6570\u306e\u4e00\u81f4\u304c\u3042\u308b\u3088\u3046\u3067\u3059 |
| | | MILD_ERR_SASLGSSAPI_CANNOT_MAP_AUTHZID_266=GSSAPI \u306e\u8a8d\u53ef ID %s \u3092\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u5185\u306e\u30e6\u30fc\u30b6\u30fc\u306b\u30de\u30c3\u30d7\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f |
| | | INFO_SASLGSSAPI_UPDATED_KDC_267=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u5c5e\u6027 ds-cfg-kdc-address \u304c\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f\u3002\u5024 "%s" \u306f\u3001GSSAPI \u8a8d\u8a3c\u3067 KDC \u306e\u30a2\u30c9\u30ec\u30b9\u3068\u3057\u3066\u4f7f\u7528\u3055\u308c\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059 |
| | | INFO_SASLGSSAPI_UNSET_KDC_268=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u5c5e\u6027 ds-cfg-kdc-address \u304c\u30b7\u30b9\u30c6\u30e0\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u304b\u3089\u8a2d\u5b9a\u89e3\u9664\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u3055\u3089\u306b GSSAPI \u8a8d\u8a3c\u3092\u8a66\u307f\u308b\u5834\u5408\u306f\u3001KDC \u30a2\u30c9\u30ec\u30b9\u3092\u5224\u5b9a\u3059\u308b\u3068\u304d\u306b\u914d\u4e0b\u306e\u30aa\u30da\u30ec\u30fc\u30c6\u30a3\u30f3\u30b0\u30b7\u30b9\u30c6\u30e0\u306e Kerberos \u69cb\u6210\u306b\u4f9d\u5b58\u3057\u307e\u3059 |
| | | INFO_SASLGSSAPI_UPDATED_REALM_269=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u5c5e\u6027 ds-cfg-realm \u304c\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f\u3002\u5024 "%s" \u306f\u3001GSSAPI \u8a8d\u8a3c\u3067\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u30ec\u30eb\u30e0\u3068\u3057\u3066\u4f7f\u7528\u3055\u308c\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059 |
| | | INFO_SASLGSSAPI_UNSET_REALM_270=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u5c5e\u6027 ds-cfg-realm \u304c\u30b7\u30b9\u30c6\u30e0\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u304b\u3089\u8a2d\u5b9a\u89e3\u9664\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u3055\u3089\u306b GSSAPI \u8a8d\u8a3c\u3092\u8a66\u307f\u308b\u5834\u5408\u306f\u3001\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u30ec\u30eb\u30e0\u3092\u5224\u5b9a\u3059\u308b\u3068\u304d\u306b\u914d\u4e0b\u306e\u30aa\u30da\u30ec\u30fc\u30c6\u30a3\u30f3\u30b0\u30b7\u30b9\u30c6\u30e0\u306e Kerberos \u69cb\u6210\u306b\u4f9d\u5b58\u3057\u307e\u3059 |
| | | MILD_ERR_SASLGSSAPI_CANNOT_CREATE_LOGIN_CONTEXT_271=GSSAPI \u8a8d\u8a3c\u306e JAAS \u30ed\u30b0\u30a4\u30f3\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8\u3092\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_SASLGSSAPI_CANNOT_AUTHENTICATE_SERVER_272=GSSAPI \u30d0\u30a4\u30f3\u30c9\u64cd\u4f5c\u3092\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u305f\u3081\u306b\u30b5\u30fc\u30d0\u30fc\u5074\u306e Kerberos \u8a8d\u8a3c\u3092\u5b9f\u884c\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | INFO_SASLGSSAPI_DESCRIPTION_KEYTAB_FILE_273=GSSAPI \u8a8d\u8a3c\u3092\u51e6\u7406\u3059\u308b\u3068\u304d\u306b\u4f7f\u7528\u3059\u308b Kerberos \u4e3b\u4f53\u306e\u79d8\u5bc6\u9375\u304c\u542b\u307e\u308c\u308b\u30ad\u30fc\u30bf\u30d6\u30d5\u30a1\u30a4\u30eb\u3078\u306e\u30d1\u30b9\u3002\u3053\u308c\u3092\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408\u306f\u3001\u30b7\u30b9\u30c6\u30e0\u5168\u4f53\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u30ad\u30fc\u30bf\u30d6\u30d5\u30a1\u30a4\u30eb\u304c\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u306b\u5bfe\u3059\u308b\u5909\u66f4\u306f\u3001GSSAPI SASL \u6a5f\u69cb\u30cf\u30f3\u30c9\u30e9\u3092\u7121\u52b9\u306b\u3057\u3066\u518d\u5ea6\u6709\u52b9\u306b\u3059\u308b\u304b\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u3092\u518d\u8d77\u52d5\u3059\u308b\u307e\u3067\u6709\u52b9\u306b\u306a\u308a\u307e\u305b\u3093 |
| | | MILD_ERR_SASLGSSAPI_CANNOT_GET_KEYTAB_FILE_274=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e ds-cfg-keytab \u5c5e\u6027\u306e\u5024\u3092\u5224\u5b9a\u4e2d\u306b\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_SASLGSSAPI_CANNOT_CREATE_JAAS_CONFIG_275=An error occurred while attempting to write a temporary JAAS configuration file for use during GSSAPI processing: %s |
| | | SEVERE_ERR_SASLGSSAPI_DIFFERENT_AUTHID_AND_AUTHZID_276=The authentication ID %s was not equal to the authorization ID %s. This is not supported for GSSAPI authentication |
| | | SEVERE_ERR_EXTOP_WHOAMI_PROXYAUTH_INSUFFICIENT_PRIVILEGES_277=You do not have sufficient privileges to use the proxied authorization control |
| | | INFO_EXACTMAP_DESCRIPTION_MATCH_ATTR_298=\u5024\u304c\u3053\u306e\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30de\u30c3\u30d1\u30fc\u306b\u6307\u5b9a\u3055\u308c\u305f ID \u6587\u5b57\u5217\u3068\u6b63\u78ba\u306b\u4e00\u81f4\u3059\u3079\u304d\u5c5e\u6027\u306e\u540d\u524d\u307e\u305f\u306f OID\u30021 \u3064\u4ee5\u4e0a\u306e\u5024\u3092\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u3059\u3079\u3066\u306e\u5024\u304c\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u305f\u5c5e\u6027\u578b\u306e\u540d\u524d\u307e\u305f\u306f OID \u3092\u53c2\u7167\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u8907\u6570\u306e\u5c5e\u6027\u578b\u540d\u307e\u305f\u306f OID \u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306f\u3001\u305d\u308c\u3089\u306e\u5c5e\u6027\u306e 1 \u3064\u4ee5\u4e0a\u3067\u3001\u6307\u5b9a\u3055\u308c\u305f ID \u6587\u5b57\u5217\u5024\u304c\u6b63\u78ba\u306b 1 \u3064\u306e\u30a8\u30f3\u30c8\u30ea\u306b\u542b\u307e\u308c\u3066\u3044\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059 |
| | | MILD_ERR_EXACTMAP_NO_MATCH_ATTR_299=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306b\u3001\u5c5e\u6027 ds-cfg-match-attribute \u306e\u5024\u304c\u3042\u308a\u307e\u305b\u3093\u3002\u3053\u306e\u5024\u306f\u3001\u6307\u5b9a\u3055\u308c\u305f ID \u6587\u5b57\u5217\u3092\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u306b\u30de\u30c3\u30d7\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3067\u304d\u308b\u5c5e\u6027\u3092\u6307\u5b9a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3055\u308c\u307e\u3059 |
| | | MILD_ERR_EXACTMAP_UNKNOWN_ATTR_300=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306b\u5c5e\u6027 ds-cfg-match-attribute \u306e\u5024 %s \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u304c\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u305f\u5c5e\u6027\u578b\u306e\u6709\u52b9\u306a\u540d\u524d\u307e\u305f\u306f OID \u3067\u306f\u3042\u308a\u307e\u305b\u3093 |
| | | MILD_ERR_EXACTMAP_CANNOT_DETERMINE_MATCH_ATTR_301=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u5c5e\u6027 ds-cfg-match-attribute \u306e\u5024\u3092\u51e6\u7406\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | INFO_EXACTMAP_DESCRIPTION_SEARCH_BASE_302=\u6307\u5b9a\u3055\u308c\u305f ID \u6587\u5b57\u5217\u3092\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u306b\u30de\u30c3\u30d7\u3059\u308b\u305f\u3081\u306e\u691c\u7d22\u3092\u5b9f\u884c\u3059\u308b\u3068\u304d\u306b\u4f7f\u7528\u3059\u3079\u304d\u30d9\u30fc\u30b9 DN\u3002\u5024\u3092\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408\u306f\u3001\u30eb\u30fc\u30c8 DSE \u304c\u691c\u7d22\u30d9\u30fc\u30b9\u3068\u3057\u3066\u4f7f\u7528\u3055\u308c\u307e\u3059 |
| | | MILD_ERR_EXACTMAP_CANNOT_DETERMINE_MATCH_BASE_303=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u5c5e\u6027 ds-cfg-match-base-dn \u306e\u5024\u3092\u51e6\u7406\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | INFO_EXACTMAP_UPDATED_MATCH_ATTRS_304=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306e\u5c5e\u6027 ds-cfg-match-attribute \u306b\u542b\u307e\u308c\u308b\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u3068\u4e00\u81f4\u3059\u308b ID \u6587\u5b57\u5217\u304c\u66f4\u65b0\u3055\u308c\u305f\u3068\u304d\u306b\u4f7f\u7528\u3059\u308b\u5c5e\u6027\u30bb\u30c3\u30c8 |
| | | INFO_EXACTMAP_UPDATED_MATCH_BASES_305=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306e\u5c5e\u6027 ds-cfg-match-base-dn \u306b\u542b\u307e\u308c\u308b\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u3068\u4e00\u81f4\u3059\u308b ID \u6587\u5b57\u5217\u304c\u66f4\u65b0\u3055\u308c\u305f\u3068\u304d\u306b\u4f7f\u7528\u3059\u308b\u691c\u7d22\u30d9\u30fc\u30b9 DN \u30bb\u30c3\u30c8 |
| | | MILD_ERR_EXACTMAP_MULTIPLE_MATCHING_ENTRIES_306=ID \u6587\u5b57\u5217 %s \u304c\u8907\u6570\u306e\u30e6\u30fc\u30b6\u30fc\u306b\u30de\u30c3\u30d7\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_EXACTMAP_INEFFICIENT_SEARCH_307=ID \u6587\u5b57\u5217 %s \u306b\u57fa\u3065\u304f\u5185\u90e8\u691c\u7d22\u3092\u52b9\u7387\u7684\u306b\u51e6\u7406\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f: %s\u3002\u30b5\u30fc\u30d0\u30fc\u69cb\u6210\u3092\u78ba\u8a8d\u3057\u3066\u3001\u95a2\u9023\u3059\u308b\u3059\u3079\u3066\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304c\u3053\u308c\u3089\u306e\u30bf\u30a4\u30d7\u306e\u691c\u7d22\u306b\u5bfe\u3057\u3066\u6b63\u3057\u304f\u69cb\u6210\u3055\u308c\u3066\u3044\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044 |
| | | MILD_ERR_EXACTMAP_SEARCH_FAILED_308=ID \u6587\u5b57\u5217 %s \u3092\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u3078\u89e3\u6c7a\u4e2d\u306b\u5185\u90e8\u969c\u5bb3\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | INFO_SASLCRAMMD5_DESCRIPTION_IDENTITY_MAPPER_DN_309=CRAM-MD5 \u30e6\u30fc\u30b6\u30fc\u540d\u3092\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u306b\u30de\u30c3\u30d7\u3059\u308b\u3068\u304d\u306b\u4f7f\u7528\u3059\u3079\u304d\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30de\u30c3\u30d1\u30fc\u306e\u69cb\u6210\u3092\u4fdd\u6301\u3059\u308b\u69cb\u6210\u30a8\u30f3\u30c8\u30ea\u306e DN\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | MILD_ERR_SASLCRAMMD5_NO_IDENTITY_MAPPER_ATTR_310=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306b\u5c5e\u6027 ds-cfg-identity-mapper \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u3053\u306e\u5c5e\u6027\u306f\u3001CRAM-MD5 SASL \u6a5f\u69cb\u3068\u3068\u3082\u306b\u4f7f\u7528\u3059\u308b\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30de\u30c3\u30d1\u30fc\u306e DN \u3092\u6307\u5b9a\u3057\u307e\u3059\u3002\u3053\u308c\u306f\u5fc5\u9808\u5c5e\u6027\u3067\u3059 |
| | | MILD_ERR_SASLCRAMMD5_NO_SUCH_IDENTITY_MAPPER_311=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u306e\u5c5e\u6027 ds-cfg-identity-mapper \u3067\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30de\u30c3\u30d1\u30fc %1$s \u304c\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u3067\u4f7f\u7528\u3067\u304d\u308b\u6709\u52b9\u306a\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30de\u30c3\u30d1\u30fc\u69cb\u6210\u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_SASLCRAMMD5_CANNOT_GET_IDENTITY_MAPPER_312=CRAM-MD5 SASL \u6a5f\u69cb\u3068\u3068\u3082\u306b\u4f7f\u7528\u3059\u3079\u304d\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30de\u30c3\u30d1\u30fc\u3092\u5224\u5b9a\u3059\u308b\u305f\u3081\u306b\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e ds-cfg-identity-mapper \u5c5e\u6027\u306e\u5024\u3092\u51e6\u7406\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_SASLCRAMMD5_CANNOT_MAP_USERNAME_313=\u30e6\u30fc\u30b6\u30fc\u540d %s \u3092\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30a8\u30f3\u30c8\u30ea\u306b\u30de\u30c3\u30d7\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | INFO_SASLCRAMMD5_UPDATED_IDENTITY_MAPPER_314=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u5c5e\u6027 ds-cfg-identity-mapper \u304c\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f\u3002\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u3067\u5b9a\u7fa9\u3055\u308c\u305f\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30de\u30c3\u30d1\u30fc\u306f\u3001SASL CRAM-MD5 \u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u3092\u51e6\u7406\u3059\u308b\u3068\u304d\u306b\u30e6\u30fc\u30b6\u30fc\u540d\u3092\u30a8\u30f3\u30c8\u30ea\u306b\u30de\u30c3\u30d7\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3055\u308c\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059 |
| | | INFO_SASLDIGESTMD5_DESCRIPTION_IDENTITY_MAPPER_DN_315=DIGEST-MD5 \u30e6\u30fc\u30b6\u30fc\u540d\u3092\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u306b\u30de\u30c3\u30d7\u3059\u308b\u3068\u304d\u306b\u4f7f\u7528\u3059\u3079\u304d\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30de\u30c3\u30d1\u30fc\u306e\u69cb\u6210\u3092\u4fdd\u6301\u3059\u308b\u69cb\u6210\u30a8\u30f3\u30c8\u30ea\u306e DN\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | MILD_ERR_SASLDIGESTMD5_NO_IDENTITY_MAPPER_ATTR_316=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306b\u5c5e\u6027 ds-cfg-identity-mapper \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u3053\u306e\u5c5e\u6027\u306f\u3001DIGEST-MD5 SASL \u6a5f\u69cb\u3068\u3068\u3082\u306b\u4f7f\u7528\u3059\u308b\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30de\u30c3\u30d1\u30fc\u306e DN \u3092\u6307\u5b9a\u3057\u307e\u3059\u3002\u3053\u308c\u306f\u5fc5\u9808\u5c5e\u6027\u3067\u3059 |
| | | MILD_ERR_SASLDIGESTMD5_NO_SUCH_IDENTITY_MAPPER_317=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u306e\u5c5e\u6027 ds-cfg-identity-mapper \u3067\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30de\u30c3\u30d1\u30fc %1$s \u304c\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u3067\u4f7f\u7528\u3067\u304d\u308b\u6709\u52b9\u306a\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30de\u30c3\u30d1\u30fc\u69cb\u6210\u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_GET_IDENTITY_MAPPER_318=DIGEST-MD5 SASL \u6a5f\u69cb\u3068\u3068\u3082\u306b\u4f7f\u7528\u3059\u3079\u304d\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30de\u30c3\u30d1\u30fc\u3092\u5224\u5b9a\u3059\u308b\u305f\u3081\u306b\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e ds-cfg-identity-mapper \u5c5e\u6027\u306e\u5024\u3092\u51e6\u7406\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_MAP_USERNAME_319=\u30e6\u30fc\u30b6\u30fc\u540d %s \u3092\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30a8\u30f3\u30c8\u30ea\u306b\u30de\u30c3\u30d7\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | INFO_SASLDIGESTMD5_UPDATED_IDENTITY_MAPPER_320=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u5c5e\u6027 ds-cfg-identity-mapper \u304c\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f\u3002\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u3067\u5b9a\u7fa9\u3055\u308c\u305f\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30de\u30c3\u30d1\u30fc\u306f\u3001SASL DIGEST-MD5 \u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u3092\u51e6\u7406\u3059\u308b\u3068\u304d\u306b\u30e6\u30fc\u30b6\u30fc\u540d\u3092\u30a8\u30f3\u30c8\u30ea\u306b\u30de\u30c3\u30d7\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3055\u308c\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059 |
| | | INFO_SASLPLAIN_DESCRIPTION_IDENTITY_MAPPER_DN_321=\u6307\u5b9a\u3055\u308c\u305f\u30e6\u30fc\u30b6\u30fc\u540d\u3092\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u306b\u30de\u30c3\u30d7\u3059\u308b\u3068\u304d\u306b\u4f7f\u7528\u3059\u3079\u304d\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30de\u30c3\u30d1\u30fc\u306e\u69cb\u6210\u3092\u4fdd\u6301\u3059\u308b\u69cb\u6210\u30a8\u30f3\u30c8\u30ea\u306e DN\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | MILD_ERR_SASLPLAIN_NO_IDENTITY_MAPPER_ATTR_322=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306b\u5c5e\u6027 ds-cfg-identity-mapper \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u3053\u306e\u5c5e\u6027\u306f\u3001PLAIN SASL \u6a5f\u69cb\u3068\u3068\u3082\u306b\u4f7f\u7528\u3059\u308b\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30de\u30c3\u30d1\u30fc\u306e DN \u3092\u6307\u5b9a\u3057\u307e\u3059\u3002\u3053\u308c\u306f\u5fc5\u9808\u5c5e\u6027\u3067\u3059 |
| | | MILD_ERR_SASLPLAIN_NO_SUCH_IDENTITY_MAPPER_323=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u306e\u5c5e\u6027 ds-cfg-identity-mapper \u3067\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30de\u30c3\u30d1\u30fc %1$s \u304c\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u3067\u4f7f\u7528\u3067\u304d\u308b\u6709\u52b9\u306a\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30de\u30c3\u30d1\u30fc\u69cb\u6210\u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_SASLPLAIN_CANNOT_GET_IDENTITY_MAPPER_324=PLAIN SASL \u6a5f\u69cb\u3068\u3068\u3082\u306b\u4f7f\u7528\u3059\u3079\u304d\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30de\u30c3\u30d1\u30fc\u3092\u5224\u5b9a\u3059\u308b\u305f\u3081\u306b\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e ds-cfg-identity-mapper \u5c5e\u6027\u306e\u5024\u3092\u51e6\u7406\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_SASLPLAIN_CANNOT_MAP_USERNAME_325=\u30e6\u30fc\u30b6\u30fc\u540d %s \u3092\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30a8\u30f3\u30c8\u30ea\u306b\u30de\u30c3\u30d7\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | INFO_SASLPLAIN_UPDATED_IDENTITY_MAPPER_326=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u5c5e\u6027 ds-cfg-identity-mapper \u304c\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f\u3002\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u3067\u5b9a\u7fa9\u3055\u308c\u305f\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30de\u30c3\u30d1\u30fc\u306f\u3001SASL PLAIN \u30d0\u30a4\u30f3\u30c9\u8981\u6c42\u3092\u51e6\u7406\u3059\u308b\u3068\u304d\u306b\u30e6\u30fc\u30b6\u30fc\u540d\u3092\u30a8\u30f3\u30c8\u30ea\u306b\u30de\u30c3\u30d7\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3055\u308c\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059 |
| | | MILD_ERR_EXTOP_CANCEL_NO_REQUEST_VALUE_327=\u53d6\u308a\u6d88\u3057\u8981\u6c42\u3092\u51e6\u7406\u3067\u304d\u307e\u305b\u3093\u3002\u62e1\u5f35\u64cd\u4f5c\u306b\u8981\u6c42\u5024\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3067\u3057\u305f |
| | | MILD_ERR_EXTOP_CANCEL_CANNOT_DECODE_REQUEST_VALUE_328=\u53d6\u308a\u6d88\u3057\u62e1\u5f35\u8981\u6c42\u306e\u5024\u3092\u5fa9\u53f7\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | INFO_EXTOP_CANCEL_REASON_329=\u53d6\u308a\u6d88\u3057\u8981\u6c42\u3092\u53d7\u3051\u53d6\u3063\u305f\u7d50\u679c\u3001\u3053\u306e\u64cd\u4f5c\u306b\u5bfe\u3059\u308b\u51e6\u7406\u306f\u7d42\u4e86\u3057\u307e\u3057\u305f (\u30e1\u30c3\u30bb\u30fc\u30b8 ID %d) |
| | | MILD_ERR_PWSCHEME_DOES_NOT_SUPPORT_AUTH_PASSWORD_330=\u30d1\u30b9\u30ef\u30fc\u30c9\u8a18\u61b6\u30b9\u30ad\u30fc\u30de %s \u306f\u3001\u8a8d\u8a3c\u30d1\u30b9\u30ef\u30fc\u30c9\u5c5e\u6027\u69cb\u6587\u3067\u306e\u4f7f\u7528\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u307e\u305b\u3093 |
| | | INFO_PWLENGTHVALIDATOR_DESCRIPTION_MIN_LENGTH_331=\u30d1\u30b9\u30ef\u30fc\u30c9\u306b\u8a2d\u5b9a\u3067\u304d\u308b\u6700\u5c0f\u6587\u5b57\u6570\u30020 \u306e\u5024\u306f\u3001\u6700\u4f4e\u306e\u9577\u3055\u306b\u5236\u9650\u304c\u306a\u3044\u3053\u3068\u3092\u793a\u3057\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | MILD_ERR_PWLENGTHVALIDATOR_CANNOT_DETERMINE_MIN_LENGTH_332=\u8a31\u53ef\u3055\u308c\u308b\u6700\u5c0f\u30d1\u30b9\u30ef\u30fc\u30c9\u9577\u3092 ds-cfg-min-password-length \u5c5e\u6027\u304b\u3089\u53d6\u5f97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | INFO_PWLENGTHVALIDATOR_DESCRIPTION_MAX_LENGTH_333=\u30d1\u30b9\u30ef\u30fc\u30c9\u306b\u8a2d\u5b9a\u3067\u304d\u308b\u6700\u5927\u6587\u5b57\u6570\u30020 \u306e\u5024\u306f\u3001\u6700\u9577\u306e\u9577\u3055\u306b\u5236\u9650\u304c\u306a\u3044\u3053\u3068\u3092\u793a\u3057\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | MILD_ERR_PWLENGTHVALIDATOR_CANNOT_DETERMINE_MAX_LENGTH_334=\u8a31\u53ef\u3055\u308c\u308b\u6700\u5927\u30d1\u30b9\u30ef\u30fc\u30c9\u9577\u3092 ds-cfg-max-password-length \u5c5e\u6027\u304b\u3089\u53d6\u5f97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_PWLENGTHVALIDATOR_MIN_GREATER_THAN_MAX_335=\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u308b\u6700\u5c0f\u30d1\u30b9\u30ef\u30fc\u30c9\u9577\u306e %d \u6587\u5b57\u306f\u3001\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u308b\u6700\u5927\u30d1\u30b9\u30ef\u30fc\u30c9\u9577\u306e %d \u3088\u308a\u3082\u5927\u304d\u304f\u306a\u3063\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_PWLENGTHVALIDATOR_TOO_SHORT_336=\u6307\u5b9a\u3055\u308c\u305f\u30d1\u30b9\u30ef\u30fc\u30c9\u306f\u3001\u6700\u4f4e\u306e\u9577\u3055\u306b\u5fc5\u9808\u306e %d \u6587\u5b57\u306b\u9054\u3057\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_PWLENGTHVALIDATOR_TOO_LONG_337=\u6307\u5b9a\u3055\u308c\u305f\u30d1\u30b9\u30ef\u30fc\u30c9\u306f\u3001\u8a31\u53ef\u3055\u308c\u305f\u6700\u9577\u306e\u9577\u3055\u306e %d \u6587\u5b57\u3092\u8d85\u3048\u3066\u3044\u307e\u3059 |
| | | INFO_PWLENGTHVALIDATOR_UPDATED_MIN_LENGTH_338=\u6700\u5c0f\u30d1\u30b9\u30ef\u30fc\u30c9\u9577\u304c %d \u306b\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f |
| | | INFO_PWLENGTHVALIDATOR_UPDATED_MAX_LENGTH_339=\u6700\u5927\u30d1\u30b9\u30ef\u30fc\u30c9\u9577\u304c %d \u306b\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f |
| | | INFO_RANDOMPWGEN_DESCRIPTION_CHARSET_340=\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u751f\u6210\u3059\u308b\u3068\u304d\u306b\u4f7f\u7528\u3059\u3079\u304d\u6587\u5b57\u30bb\u30c3\u30c8\u3002\u5404\u6587\u5b57\u30bb\u30c3\u30c8\u306b\u306f\u3001\u540d\u524d (ASCII \u306e\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8\u6587\u5b57\u3060\u3051\u3067\u69cb\u6210\u3055\u308c\u308b) \u3068\u3001\u305d\u306e\u76f4\u5f8c\u306b\u30b3\u30ed\u30f3\u3068\u305d\u306e\u6587\u5b57\u30bb\u30c3\u30c8\u306b\u542b\u307e\u308c\u308b\u4e00\u9023\u306e\u6587\u5b57\u3092\u8a2d\u5b9a\u3059\u308b\u3088\u3046\u306b\u3057\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | MILD_ERR_RANDOMPWGEN_NO_CHARSETS_341=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea "%s" \u306b\u5c5e\u6027 ds-cfg-password-character-set \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u3053\u306e\u5c5e\u6027\u306f\u3001\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u751f\u6210\u3059\u308b\u3068\u304d\u306b\u4f7f\u7528\u3059\u3079\u304d\u4e00\u9023\u306e\u6587\u5b57\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002\u3053\u308c\u306f\u5fc5\u9808\u5c5e\u6027\u3067\u3059 |
| | | MILD_ERR_RANDOMPWGEN_CHARSET_NAME_CONFLICT_342=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea "%s" \u306b\u3001%s \u6587\u5b57\u30bb\u30c3\u30c8\u306e\u8907\u6570\u306e\u5b9a\u7fa9\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_RANDOMPWGEN_CANNOT_DETERMINE_CHARSETS_343=\u8a2d\u5b9a\u5c5e\u6027 ds-cfg-password-character-set \u306e\u5024\u3092\u5fa9\u53f7\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u3053\u306e\u5c5e\u6027\u306f\u3001\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u751f\u6210\u3067\u4f7f\u7528\u3059\u308b\u6587\u5b57\u30bb\u30c3\u30c8\u3092\u4fdd\u6301\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3057\u307e\u3059: %s |
| | | INFO_RANDOMPWGEN_DESCRIPTION_PWFORMAT_344=\u3053\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u30b8\u30a7\u30cd\u30ec\u30fc\u30bf\u3067\u69cb\u7bc9\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u306b\u4f7f\u7528\u3059\u3079\u304d\u5f62\u5f0f\u3002\u5024\u306e\u8981\u7d20\u306f\u30b3\u30f3\u30de\u3067\u533a\u5207\u308a\u307e\u3059\u3002\u5404\u8981\u7d20\u306f\u6587\u5b57\u30bb\u30c3\u30c8\u306e\u540d\u524d\u3067\u3001\u30b3\u30ed\u30f3\u3068\u305d\u306e\u6587\u5b57\u30bb\u30c3\u30c8\u304b\u3089\u30e9\u30f3\u30c0\u30e0\u306b\u9078\u3076\u6587\u5b57\u6570\u304c\u3042\u3068\u306b\u7d9a\u304d\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | MILD_ERR_RANDOMPWGEN_NO_PWFORMAT_345=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea "%s" \u306b\u5c5e\u6027 ds-cfg-password-format \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u3053\u306e\u5c5e\u6027\u306f\u3001\u751f\u6210\u3055\u308c\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4f7f\u7528\u3059\u308b\u5f62\u5f0f\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002\u3053\u308c\u306f\u5fc5\u9808\u5c5e\u6027\u3067\u3059 |
| | | MILD_ERR_RANDOMPWGEN_UNKNOWN_CHARSET_346=\u30d1\u30b9\u30ef\u30fc\u30c9\u5f62\u5f0f\u306e\u6587\u5b57\u5217 "%s" \u304c\u3001\u672a\u5b9a\u7fa9\u306e\u6587\u5b57\u30bb\u30c3\u30c8 "%s" \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_RANDOMPWGEN_INVALID_PWFORMAT_347=\u30d1\u30b9\u30ef\u30fc\u30c9\u5f62\u5f0f\u306e\u6587\u5b57\u5217 "%s" \u306b\u7121\u52b9\u306a\u69cb\u6587\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u3002\u3053\u306e\u5024\u306e\u8981\u7d20\u306f\u30b3\u30f3\u30de\u3067\u533a\u5207\u308a\u307e\u3059\u3002\u5404\u8981\u7d20\u306f\u6587\u5b57\u30bb\u30c3\u30c8\u306e\u540d\u524d\u3067\u3001\u30b3\u30ed\u30f3\u3068\u305d\u306e\u6587\u5b57\u30bb\u30c3\u30c8\u304b\u3089\u30e9\u30f3\u30c0\u30e0\u306b\u9078\u3076\u6587\u5b57\u6570\u304c\u3042\u3068\u306b\u7d9a\u304d\u307e\u3059 |
| | | MILD_ERR_RANDOMPWGEN_CANNOT_DETERMINE_PWFORMAT_348=\u8a2d\u5b9a\u5c5e\u6027 ds-cfg-password-format \u306e\u5024\u3092\u5fa9\u53f7\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u3053\u306e\u5c5e\u6027\u306f\u3001\u751f\u6210\u3055\u308c\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u5f62\u5f0f\u3092\u6307\u5b9a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3057\u307e\u3059: %s |
| | | INFO_SASLGSSAPI_DESCRIPTION_IDENTITY_MAPPER_DN_349=GSSAPI \u4e3b\u4f53\u3092\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u306b\u30de\u30c3\u30d7\u3059\u308b\u3068\u304d\u306b\u4f7f\u7528\u3059\u3079\u304d\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30de\u30c3\u30d1\u30fc\u306e\u69cb\u6210\u3092\u4fdd\u6301\u3059\u308b\u69cb\u6210\u30a8\u30f3\u30c8\u30ea\u306e DN\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | MILD_ERR_SASLGSSAPI_NO_IDENTITY_MAPPER_ATTR_350=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306b\u5c5e\u6027 ds-cfg-identity-mapper \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u3053\u306e\u5c5e\u6027\u306f\u3001GSSAPI SASL \u6a5f\u69cb\u3068\u3068\u3082\u306b\u4f7f\u7528\u3059\u308b\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30de\u30c3\u30d1\u30fc\u306e DN \u3092\u6307\u5b9a\u3057\u307e\u3059\u3002\u3053\u308c\u306f\u5fc5\u9808\u5c5e\u6027\u3067\u3059 |
| | | MILD_ERR_SASLGSSAPI_NO_SUCH_IDENTITY_MAPPER_351=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u306e\u5c5e\u6027 ds-cfg-identity-mapper \u3067\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30de\u30c3\u30d1\u30fc %1$s \u304c\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u3067\u4f7f\u7528\u3067\u304d\u308b\u6709\u52b9\u306a\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30de\u30c3\u30d1\u30fc\u69cb\u6210\u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_SASLGSSAPI_CANNOT_GET_IDENTITY_MAPPER_352=GSSAPI SASL \u6a5f\u69cb\u3068\u3068\u3082\u306b\u4f7f\u7528\u3059\u3079\u304d\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30de\u30c3\u30d1\u30fc\u3092\u5224\u5b9a\u3059\u308b\u305f\u3081\u306b\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e ds-cfg-identity-mapper \u5c5e\u6027\u306e\u5024\u3092\u51e6\u7406\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | INFO_SASLGSSAPI_UPDATED_IDENTITY_MAPPER_353=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u5c5e\u6027 ds-cfg-identity-mapper \u304c\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f\u3002\u5024 "%s" \u306f\u3001GSSAPI \u8a8d\u8a3c\u306e\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30de\u30c3\u30d1\u30fc\u69cb\u6210\u30a8\u30f3\u30c8\u30ea\u306e DN \u3068\u3057\u3066\u4f7f\u7528\u3055\u308c\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059 |
| | | MILD_ERR_EXTOP_PASSMOD_CANNOT_GET_PW_POLICY_354=\u30e6\u30fc\u30b6\u30fc %s \u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u3092\u53d6\u5f97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_EXTOP_PASSMOD_REQUIRE_CURRENT_PW_355=\u81ea\u8eab\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5909\u66f4\u3059\u308b\u306b\u306f\u73fe\u5728\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059 |
| | | MILD_ERR_EXTOP_PASSMOD_SECURE_AUTH_REQUIRED_356=\u30e6\u30fc\u30b6\u30fc\u306e\u73fe\u5728\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5165\u529b\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4\u64cd\u4f5c\u306f\u3001\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc\u4fdd\u8b77\u3055\u308c\u305f\u901a\u4fe1\u30c1\u30e3\u30cd\u30eb\u7d4c\u7531\u3067\u5b9f\u884c\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059 |
| | | MILD_ERR_EXTOP_PASSMOD_USER_PW_CHANGES_NOT_ALLOWED_357=\u30a8\u30f3\u30c9\u30e6\u30fc\u30b6\u30fc\u306f\u81ea\u5206\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5909\u66f4\u3059\u308b\u3053\u3068\u3092\u8a31\u53ef\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_EXTOP_PASSMOD_SECURE_CHANGES_REQUIRED_358=\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4\u306f\u3001\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc\u4fdd\u8b77\u3055\u308c\u305f\u901a\u4fe1\u30c1\u30e3\u30cd\u30eb\u7d4c\u7531\u3067\u5b9f\u884c\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059 |
| | | MILD_ERR_EXTOP_PASSMOD_IN_MIN_AGE_359=\u524d\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4\u306e\u6642\u671f\u304c\u8fd1\u3059\u304e\u308b\u305f\u3081\u3001\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5909\u66f4\u3067\u304d\u307e\u305b\u3093 |
| | | MILD_ERR_EXTOP_PASSMOD_PASSWORD_IS_EXPIRED_360=\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u671f\u9650\u5207\u308c\u306e\u305f\u3081\u3001\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5909\u66f4\u3067\u304d\u307e\u305b\u3093 |
| | | MILD_ERR_EXTOP_PASSMOD_NO_PW_GENERATOR_361=\u65b0\u3057\u3044\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u5165\u529b\u3055\u308c\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u307e\u305f\u3001\u65b0\u3057\u3044\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u81ea\u52d5\u7684\u306b\u4f5c\u6210\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3067\u304d\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u30b8\u30a7\u30cd\u30ec\u30fc\u30bf\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_EXTOP_PASSMOD_CANNOT_GENERATE_PW_362=\u30d1\u30b9\u30ef\u30fc\u30c9\u30b8\u30a7\u30cd\u30ec\u30fc\u30bf\u3092\u4f7f\u7528\u3057\u3066\u65b0\u3057\u3044\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_EXTOP_PASSMOD_PRE_ENCODED_NOT_ALLOWED_363=\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u3067\u306f\u3001\u30e6\u30fc\u30b6\u30fc\u304c\u7b26\u53f7\u5316\u6e08\u307f\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u306f\u8a31\u53ef\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_EXTOP_PASSMOD_UNACCEPTABLE_PW_364=\u6307\u5b9a\u3055\u308c\u305f\u65b0\u3057\u3044\u30d1\u30b9\u30ef\u30fc\u30c9\u306f\u3001\u30b5\u30fc\u30d0\u30fc\u3067\u5b9a\u7fa9\u3055\u308c\u305f\u59a5\u5f53\u6027\u691c\u67fb\u306b\u5931\u6557\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_EXTOP_PASSMOD_CANNOT_ENCODE_PASSWORD_365=\u6307\u5b9a\u3055\u308c\u305f\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u30b9\u30ad\u30fc\u30de\u3092\u4f7f\u3063\u3066\u7b26\u53f7\u5316\u3067\u304d\u307e\u305b\u3093: %s |
| | | MILD_ERR_EXTOP_PASSMOD_NO_SUCH_ID_MAPPER_368=\u30a8\u30f3\u30c8\u30ea %s \u3067\u5b9a\u7fa9\u3055\u308c\u305f\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4\u306e\u62e1\u5f35\u64cd\u4f5c\u3067\u4f7f\u7528\u3059\u308b\u3088\u3046\u306b\u6307\u5b9a\u3055\u308c\u305f\u69cb\u6210\u30a8\u30f3\u30c8\u30ea DN %s \u3092\u6301\u3064\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30de\u30c3\u30d1\u30fc\u304c\u5b58\u5728\u3057\u306a\u3044\u304b\u3001\u6709\u52b9\u306b\u306a\u3063\u3066\u3044\u307e\u305b\u3093\u3002\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30de\u30c3\u30d1\u30fc\u306f\u5fc5\u9808\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306a\u306e\u3067\u3001\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4\u306e\u62e1\u5f35\u64cd\u4f5c\u306f\u6709\u52b9\u306b\u306a\u308a\u307e\u305b\u3093 |
| | | MILD_ERR_EXTOP_PASSMOD_CANNOT_DETERMINE_ID_MAPPER_369=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u3067\u5b9a\u7fa9\u3055\u308c\u305f\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4\u306e\u62e1\u5f35\u64cd\u4f5c\u3068\u3068\u3082\u306b\u4f7f\u7528\u3059\u308b\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30de\u30c3\u30d1\u30fc\u3092\u5224\u5b9a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s\u3002\u30b5\u30fc\u30d0\u30fc\u3067\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4\u306e\u62e1\u5f35\u64cd\u4f5c\u306f\u4f7f\u7528\u3067\u304d\u306a\u304f\u306a\u308a\u307e\u3059 |
| | | MILD_ERR_EXTOP_PASSMOD_CANNOT_MAP_USER_370=\u6307\u5b9a\u3055\u308c\u305f\u8a8d\u53ef ID \u6587\u5b57\u5217 "%s" \u3092\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u5185\u306e\u30e6\u30fc\u30b6\u30fc\u306b\u30de\u30c3\u30d7\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f |
| | | MILD_ERR_EXTOP_PASSMOD_ERROR_MAPPING_USER_371=\u8a8d\u53ef ID \u6587\u5b57\u5217 "%s" \u3092\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u306b\u30de\u30c3\u30d7\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | INFO_ERRORLOG_ACCTNOTHANDLER_DESCRIPTION_NOTIFICATION_TYPES_372=\u30ed\u30b0\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u751f\u6210\u3059\u3079\u304d\u72b6\u614b\u306e\u901a\u77e5\u306e\u7a2e\u985e\u3002\u8907\u6570\u306e\u5024\u3092\u53d6\u308b\u5c5e\u6027\u3067\u3042\u308a\u3001\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | MILD_ERR_ERRORLOG_ACCTNOTHANDLER_INVALID_TYPE_373=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306b\u3001\u8a8d\u8b58\u3055\u308c\u306a\u3044\u30a2\u30ab\u30a6\u30f3\u30c8\u72b6\u614b\u306e\u901a\u77e5\u306e\u7a2e\u985e %s \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_ERRORLOG_ACCTNOTHANDLER_CANNOT_GET_NOTIFICATION_TYPES_374=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u304b\u3089\u30a2\u30ab\u30a6\u30f3\u30c8\u72b6\u614b\u306e\u901a\u77e5\u306e\u7a2e\u985e\u3092\u5224\u5b9a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | NOTICE_ERRORLOG_ACCTNOTHANDLER_NOTIFICATION_375=\u30a2\u30ab\u30a6\u30f3\u30c8-\u72b6\u614b-\u901a\u77e5\u306e\u7a2e\u985e='%s' \u30e6\u30fc\u30b6\u30fc DN='%s' ID=%d \u30e1\u30c3\u30bb\u30fc\u30b8='%s' |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_GET_REVERSIBLE_PASSWORDS_376=SASL DIGEST-MD5 \u8a8d\u8a3c\u3092\u5b9f\u884c\u3059\u308b\u305f\u3081\u306e\u30e6\u30fc\u30b6\u30fc %s \u306e\u5e73\u6587\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u53d6\u5f97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_SASLCRAMMD5_CANNOT_GET_REVERSIBLE_PASSWORDS_377=SASL CRAM-MD5 \u8a8d\u8a3c\u3092\u5b9f\u884c\u3059\u308b\u305f\u3081\u306e\u30e6\u30fc\u30b6\u30fc %s \u306e\u5e73\u6587\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u53d6\u5f97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_SASLPLAIN_CANNOT_CHECK_PASSWORD_VALIDITY_378=SASL PLAIN \u8a8d\u8a3c\u306e\u3068\u304d\u306b\u30e6\u30fc\u30b6\u30fc %s \u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u691c\u8a3c\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_STARTTLS_ERROR_SENDING_CLEAR_RESPONSE_379=TLS \u30cd\u30b4\u30b7\u30a8\u30fc\u30b7\u30e7\u30f3\u306e\u958b\u59cb\u5f8c\u306b\u5e73\u6587\u5fdc\u7b54\u3092\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u306b\u9001\u4fe1\u4e2d\u306b\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_WARN_EXTOP_PASSMOD_NOOP_380=\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4\u64cd\u4f5c\u304c\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u3067\u5b9f\u969b\u306b\u306f\u5b9f\u884c\u3055\u308c\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u8981\u6c42\u306b LDAP no-op \u5236\u5fa1\u304c\u5b58\u5728\u3057\u3066\u3044\u307e\u3057\u305f |
| | | MILD_ERR_EXTOP_PASSMOD_ACCOUNT_DISABLED_381=\u30e6\u30fc\u30b6\u30fc\u30a2\u30ab\u30a6\u30f3\u30c8\u304c\u7ba1\u7406\u8005\u306b\u3088\u308a\u7121\u52b9\u306b\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_EXTOP_PASSMOD_ACCOUNT_LOCKED_382=\u30e6\u30fc\u30b6\u30fc\u30a2\u30ab\u30a6\u30f3\u30c8\u304c\u30ed\u30c3\u30af\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_STATICMEMBERS_NO_SUCH_ENTRY_383=\u30a8\u30f3\u30c8\u30ea %s \u3092\u30b9\u30bf\u30c6\u30a3\u30c3\u30af\u30b0\u30eb\u30fc\u30d7 %s \u306e\u6f5c\u5728\u7684\u30e1\u30f3\u30d0\u30fc\u3068\u3057\u3066\u691c\u67fb\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u30a8\u30f3\u30c8\u30ea\u306f\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306b\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | MILD_ERR_STATICMEMBERS_CANNOT_GET_ENTRY_384=\u30a8\u30f3\u30c8\u30ea %s \u3092\u30b9\u30bf\u30c6\u30a3\u30c3\u30af\u30b0\u30eb\u30fc\u30d7 %s \u306e\u6f5c\u5728\u7684\u30e1\u30f3\u30d0\u30fc\u3068\u3057\u3066\u53d6\u5f97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_STATICGROUP_INVALID_OC_COMBINATION_385=\u30a8\u30f3\u30c8\u30ea %s \u3092\u6709\u52b9\u306a\u30b9\u30bf\u30c6\u30a3\u30c3\u30af\u30b0\u30eb\u30fc\u30d7\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3002\u30b9\u30bf\u30c6\u30a3\u30c3\u30af\u30b0\u30eb\u30fc\u30d7\u306f\u3001%s \u3068 %s \u306e\u4e21\u65b9\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u3092\u6301\u3064\u3053\u3068\u306f\u8a31\u53ef\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_STATICGROUP_NO_VALID_OC_386=\u30a8\u30f3\u30c8\u30ea %s \u3092\u6709\u52b9\u306a\u30b9\u30bf\u30c6\u30a3\u30c3\u30af\u30b0\u30eb\u30fc\u30d7\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u30a8\u30f3\u30c8\u30ea\u306b\u306f\u3001%s \u307e\u305f\u306f %s \u306e\u3046\u3061\u3001\u6b63\u78ba\u306b 1 \u3064\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_STATICGROUP_CANNOT_DECODE_MEMBER_VALUE_AS_DN_387=\u30a8\u30f3\u30c8\u30ea %3$s \u5185\u306e\u5c5e\u6027 %2$s \u306e\u5024 %1$s \u3092\u6709\u52b9\u306a DN \u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093: %4$s\u3002\u3053\u306e\u5024\u306f\u3001\u30b0\u30eb\u30fc\u30d7\u30e1\u30f3\u30d0\u30fc\u30bb\u30c3\u30c8\u304b\u3089\u9664\u5916\u3055\u308c\u307e\u3059 |
| | | MILD_ERR_STATICGROUP_ADD_MEMBER_ALREADY_EXISTS_388=\u30e6\u30fc\u30b6\u30fc %s \u3092\u30b9\u30bf\u30c6\u30a3\u30c3\u30af\u30b0\u30eb\u30fc\u30d7 %s \u306e\u65b0\u3057\u3044\u30e1\u30f3\u30d0\u30fc\u3068\u3057\u3066\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u30e6\u30fc\u30b6\u30fc\u306f\u3001\u3059\u3067\u306b\u30b0\u30eb\u30fc\u30d7\u306e\u30e1\u30f3\u30d0\u30fc\u30ea\u30b9\u30c8\u306b\u542b\u307e\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_STATICGROUP_REMOVE_MEMBER_NO_SUCH_MEMBER_389=\u30e6\u30fc\u30b6\u30fc %s \u3092\u30b9\u30bf\u30c6\u30a3\u30c3\u30af\u30b0\u30eb\u30fc\u30d7 %s \u306e\u30e1\u30f3\u30d0\u30fc\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u30e6\u30fc\u30b6\u30fc\u306f\u3001\u30b0\u30eb\u30fc\u30d7\u306e\u30e1\u30f3\u30d0\u30fc\u30ea\u30b9\u30c8\u306b\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_STATICGROUP_ADD_MEMBER_UPDATE_FAILED_390=\u30e6\u30fc\u30b6\u30fc %s \u3092\u30b9\u30bf\u30c6\u30a3\u30c3\u30af\u30b0\u30eb\u30fc\u30d7 %s \u306e\u65b0\u3057\u3044\u30e1\u30f3\u30d0\u30fc\u3068\u3057\u3066\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b0\u30eb\u30fc\u30d7\u3092\u66f4\u65b0\u3059\u308b\u305f\u3081\u306e\u5185\u90e8\u5909\u66f4\u3092\u5b9f\u884c\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_STATICGROUP_REMOVE_MEMBER_UPDATE_FAILED_391=\u30e6\u30fc\u30b6\u30fc %s \u3092\u30b9\u30bf\u30c6\u30a3\u30c3\u30af\u30b0\u30eb\u30fc\u30d7 %s \u306e\u30e1\u30f3\u30d0\u30fc\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u30b0\u30eb\u30fc\u30d7\u3092\u66f4\u65b0\u3059\u308b\u305f\u3081\u306e\u5185\u90e8\u5909\u66f4\u3092\u5b9f\u884c\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_EXTOP_PASSMOD_INSUFFICIENT_PRIVILEGES_392=\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u30ea\u30bb\u30c3\u30c8\u64cd\u4f5c\u3092\u5b9f\u884c\u3059\u308b\u305f\u3081\u306e\u5341\u5206\u306a\u6a29\u9650\u304c\u3042\u308a\u307e\u305b\u3093 |
| | | MILD_ERR_SASLDIGESTMD5_EMPTY_AUTHZID_393=\u6307\u5b9a\u3055\u308c\u305f\u8a8d\u53ef ID \u306f\u7a7a\u3067\u3057\u305f\u3002\u3053\u306e ID \u306f DIGEST-MD5 \u8a8d\u8a3c\u306b\u306f\u8a31\u53ef\u3055\u308c\u307e\u305b\u3093 |
| | | MILD_ERR_SASLDIGESTMD5_AUTHZID_INVALID_DN_394=\u6307\u5b9a\u3055\u308c\u305f\u8a8d\u53ef ID %s \u306b\u7121\u52b9\u306a DN \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f: %s |
| | | MILD_ERR_SASLDIGESTMD5_AUTHZID_INSUFFICIENT_PRIVILEGES_395=\u8a8d\u8a3c\u30e6\u30fc\u30b6\u30fc %s \u306b\u306f\u3001\u5225\u306e\u8a8d\u53ef ID \u3092\u60f3\u5b9a\u3059\u308b\u305f\u3081\u306e\u5341\u5206\u306a\u6a29\u9650\u304c\u3042\u308a\u307e\u305b\u3093 |
| | | MILD_ERR_SASLDIGESTMD5_AUTHZID_NO_SUCH_ENTRY_396=\u8a8d\u53ef ID \u3068\u3057\u3066\u6307\u5b9a\u3055\u308c\u305f\u30a8\u30f3\u30c8\u30ea %s \u304c\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | MILD_ERR_SASLDIGESTMD5_AUTHZID_CANNOT_GET_ENTRY_397=\u8a8d\u53ef ID \u3068\u3057\u3066\u6307\u5b9a\u3055\u308c\u305f\u30a8\u30f3\u30c8\u30ea %s \u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f: %s |
| | | MILD_ERR_SASLDIGESTMD5_AUTHZID_NO_MAPPED_ENTRY_398=\u30b5\u30fc\u30d0\u30fc\u306f\u3001\u8a8d\u53ef ID %s \u306b\u5bfe\u5fdc\u3059\u308b\u30a8\u30f3\u30c8\u30ea\u3092\u898b\u3064\u3051\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_MAP_AUTHZID_399=\u8a8d\u53ef ID %s \u3092\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u306b\u30de\u30c3\u30d7\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_SASLPLAIN_AUTHZID_INVALID_DN_400=\u6307\u5b9a\u3055\u308c\u305f\u8a8d\u53ef ID %s \u306b\u7121\u52b9\u306a DN \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f: %s |
| | | MILD_ERR_SASLPLAIN_AUTHZID_INSUFFICIENT_PRIVILEGES_401=\u8a8d\u8a3c\u30e6\u30fc\u30b6\u30fc %s \u306b\u306f\u3001\u5225\u306e\u8a8d\u53ef ID \u3092\u6307\u5b9a\u3059\u308b\u305f\u3081\u306e\u5341\u5206\u306a\u6a29\u9650\u304c\u3042\u308a\u307e\u305b\u3093 |
| | | MILD_ERR_SASLPLAIN_AUTHZID_NO_SUCH_ENTRY_402=\u8a8d\u53ef DN %s \u306b\u5bfe\u5fdc\u3059\u308b\u30a8\u30f3\u30c8\u30ea\u304c\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306b\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | MILD_ERR_SASLPLAIN_AUTHZID_CANNOT_GET_ENTRY_403=\u8a8d\u53ef ID \u3068\u3057\u3066\u6307\u5b9a\u3055\u308c\u305f\u30a8\u30f3\u30c8\u30ea %s \u3092\u53d6\u5f97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_SASLPLAIN_AUTHZID_NO_MAPPED_ENTRY_404=\u8a8d\u53ef ID %s \u306b\u5bfe\u5fdc\u3059\u308b\u30a8\u30f3\u30c8\u30ea\u304c\u30b5\u30fc\u30d0\u30fc\u306b\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f |
| | | MILD_ERR_SASLPLAIN_AUTHZID_CANNOT_MAP_AUTHZID_405=\u8a8d\u53ef ID %s \u3092\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u306b\u30de\u30c3\u30d7\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | INFO_SASLEXTERNAL_DESCRIPTION_CERT_MAPPER_DN_406=\u8a3c\u660e\u66f8\u3092\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u306b\u30de\u30c3\u30d4\u30f3\u30b0\u3059\u308b\u3068\u304d\u306b\u4f7f\u7528\u3059\u308b\u8a3c\u660e\u66f8\u30de\u30c3\u30d1\u30fc\u3092\u5b9a\u7fa9\u3059\u308b\u69cb\u6210\u30a8\u30f3\u30c8\u30ea\u306e DN\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | MILD_ERR_SASLEXTERNAL_NO_CERTIFICATE_MAPPER_DN_407=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306b\u5c5e\u6027 ds-cfg-certificate-mapper \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u3053\u306e\u5c5e\u6027\u306f\u3001\u8a3c\u660e\u66f8\u3092\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u306b\u30de\u30c3\u30d7\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u3079\u304d\u8a3c\u660e\u66f8\u30de\u30c3\u30d1\u30fc\u3092\u6307\u5b9a\u3059\u308b\u305f\u3081\u306b\u5fc5\u8981\u3067\u3059 |
| | | MILD_ERR_SASLEXTERNAL_INVALID_CERTIFICATE_MAPPER_DN_408=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306b %s \u306e\u8a3c\u660e\u66f8\u30de\u30c3\u30d1\u30fc DN \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u304c\u3001\u4f7f\u7528\u3067\u304d\u308b\u8a72\u5f53\u306e\u8a3c\u660e\u66f8\u30de\u30c3\u30d1\u30fc\u304c\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306b\u3042\u308a\u307e\u305b\u3093 |
| | | MILD_ERR_SASLEXTERNAL_CANNOT_GET_CERT_MAPPER_DN_409=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u304b\u3089\u8a3c\u660e\u66f8\u30de\u30c3\u30d1\u30fc DN \u3092\u53d6\u5f97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | INFO_SASLEXTERNAL_UPDATED_CERT_MAPPER_DN_410=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u5c5e\u6027 ds-cfg-certificate-mapper \u304c\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f\u3002\u8a3c\u660e\u66f8\u30de\u30c3\u30d1\u30fc %s \u306f\u3001\u8a3c\u660e\u66f8\u3092\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u306b\u30de\u30c3\u30d7\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3055\u308c\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059 |
| | | INFO_SDTUACM_DESCRIPTION_SUBJECT_ATTR_411=\u30e6\u30fc\u30b6\u30fc\u304c\u4fdd\u6301\u3059\u308b\u8a3c\u660e\u66f8\u306e\u30b5\u30d6\u30b8\u30a7\u30af\u30c8\u304c\u542b\u307e\u308c\u308b\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u5185\u306e\u5c5e\u6027\u578b\u306e\u540d\u524d\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_SDTUACM_NO_SUBJECT_ATTR_412=Configuration entry %s does not contain required attribute %s, which is used to specify which attribute should contain the subjects of the certificates held by users |
| | | SEVERE_ERR_SDTUACM_NO_SUCH_ATTR_413=Configuration entry %s indicates that certificate subjects should be held in attribute %s, but this attribute is not defined in the server schema |
| | | SEVERE_ERR_SDTUACM_CANNOT_GET_SUBJECT_ATTR_414=An error occurred while attempting to determine which attribute type should be used to hold certificate subjects from configuration entry %s: %s |
| | | INFO_SDTUACM_DESCRIPTION_BASE_DN_415=\u4e00\u81f4\u3059\u308b\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u3092\u898b\u3064\u3051\u308b\u305f\u3081\u306b\u914d\u4e0b\u304c\u691c\u7d22\u3055\u308c\u308b\u30d9\u30fc\u30b9 DN\u3002\u30d9\u30fc\u30b9 DN \u3092\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408\u3001\u30b5\u30fc\u30d0\u30fc\u306f\u3059\u3079\u3066\u306e\u30d1\u30d6\u30ea\u30c3\u30af\u30cd\u30fc\u30df\u30f3\u30b0\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8\u3067\u691c\u7d22\u3092\u884c\u3044\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_SDTUACM_CANNOT_GET_BASE_DN_416=An error occurred while attempting to determine the search base DN(s) from configuration entry %s: %s |
| | | SEVERE_ERR_SDTUACM_NO_PEER_CERTIFICATE_417=Could not map the provided certificate chain to a user entry because no peer certificate was available |
| | | SEVERE_ERR_SDTUACM_PEER_CERT_NOT_X509_418=Could not map the provided certificate chain to a user because the peer certificate was not an X.509 certificate (peer certificate format was %s) |
| | | SEVERE_ERR_SDTUACM_MULTIPLE_MATCHING_ENTRIES_419=The certificate with subject %s could not be mapped to exactly one user. It maps to both %s and %s |
| | | INFO_SATUACM_DESCRIPTION_ATTR_MAP_420=\u8a3c\u660e\u66f8\u30b5\u30d6\u30b8\u30a7\u30af\u30c8\u5185\u306e\u5c5e\u6027\u3068\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u5185\u306e\u5c5e\u6027\u306e\u9593\u306e\u30de\u30c3\u30d4\u30f3\u30b0\u3092\u5b9a\u7fa9\u3059\u308b\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u5185\u306e\u5c5e\u6027\u578b\u306e\u540d\u524d\u3002\u5024\u306f 'certattr:userattr' \u306e\u5f62\u5f0f\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_SATUACM_NO_MAP_ATTR_421=Configuration entry %s does not contain required attribute %s, which is used to specify the mappings between attributes in certificate subjects and attributes in user entries |
| | | SEVERE_ERR_SATUACM_INVALID_MAP_FORMAT_422=Configuration entry %s has value '%s' which violates the format required for attribute mappings. The expected format is 'certattr:userattr' |
| | | SEVERE_ERR_SATUACM_DUPLICATE_CERT_ATTR_423=Configuration entry %s contains multiple mappings for certificate attribute %s |
| | | SEVERE_ERR_SATUACM_NO_SUCH_ATTR_424=Mapping %s in configuration entry %s references attribute %s which is not defined in the server schema |
| | | SEVERE_ERR_SATUACM_DUPLICATE_USER_ATTR_425=Configuration entry %s contains multiple mappings for user attribute %s |
| | | SEVERE_ERR_SATUACM_CANNOT_GET_ATTR_MAP_426=An error occurred while attempting to determine the set of attribute mappings from configuration entry %s: %s |
| | | INFO_SATUACM_DESCRIPTION_BASE_DN_427=\u4e00\u81f4\u3059\u308b\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u3092\u898b\u3064\u3051\u308b\u305f\u3081\u306b\u914d\u4e0b\u304c\u691c\u7d22\u3055\u308c\u308b\u30d9\u30fc\u30b9 DN\u3002\u30d9\u30fc\u30b9 DN \u3092\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408\u3001\u30b5\u30fc\u30d0\u30fc\u306f\u3059\u3079\u3066\u306e\u30d1\u30d6\u30ea\u30c3\u30af\u30cd\u30fc\u30df\u30f3\u30b0\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8\u3067\u691c\u7d22\u3092\u884c\u3044\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_SATUACM_CANNOT_GET_BASE_DN_428=An error occurred while attempting to determine the search base DN(s) from configuration entry %s: %s |
| | | SEVERE_ERR_SATUACM_NO_PEER_CERTIFICATE_429=Could not map the provided certificate chain to a user entry because no peer certificate was available |
| | | SEVERE_ERR_SATUACM_PEER_CERT_NOT_X509_430=Could not map the provided certificate chain to a user because the peer certificate was not an X.509 certificate (peer certificate format was %s) |
| | | SEVERE_ERR_SATUACM_CANNOT_DECODE_SUBJECT_AS_DN_431=Unable to decode peer certificate subject %s as a DN: %s |
| | | SEVERE_ERR_SATUACM_NO_MAPPABLE_ATTRIBUTES_432=Peer certificate subject %s does not contain any attributes for which a mapping has been established |
| | | SEVERE_ERR_SATUACM_MULTIPLE_MATCHING_ENTRIES_433=The certificate with subject %s could not be mapped to exactly one user. It maps to both %s and %s |
| | | INFO_FCM_DESCRIPTION_FINGERPRINT_ATTR_434=\u305d\u306e\u30e6\u30fc\u30b6\u30fc\u304c\u4fdd\u6301\u3059\u308b\u8a3c\u660e\u66f8\u306e\u30d5\u30a3\u30f3\u30ac\u30fc\u30d7\u30ea\u30f3\u30c8\u304c\u542b\u307e\u308c\u308b\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u5185\u306e\u5c5e\u6027\u578b\u306e\u540d\u524d\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_FCM_NO_FINGERPRINT_ATTR_435=Configuration entry %s does not contain required attribute %s, which is used to specify which attribute should contain the fingerprints of the certificates held by users |
| | | SEVERE_ERR_FCM_NO_SUCH_ATTR_436=Configuration entry %s indicates that certificate fingerprints should be held in attribute %s, but this attribute is not defined in the server schema |
| | | SEVERE_ERR_FCM_CANNOT_GET_FINGERPRINT_ATTR_437=An error occurred while attempting to determine which attribute type should be used to hold certificate fingerprints from configuration entry %s: %s |
| | | INFO_FCM_DESCRIPTION_FINGERPRINT_ALGORITHM_438=\u8a3c\u660e\u66f8\u30d5\u30a3\u30f3\u30ac\u30fc\u30d7\u30ea\u30f3\u30c8\u306b\u4f7f\u7528\u3059\u308b\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0\u306e\u540d\u524d\u3002\u5024\u306f 'MD5' \u307e\u305f\u306f 'SHA1' \u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_FCM_NO_FINGERPRINT_ALGORITHM_439=Configuration entry %s does not contain required attribute %s, which is used to specify which digest algorithm should be used to compute certificate fingerprints |
| | | SEVERE_ERR_FCM_CANNOT_GET_FINGERPRINT_ALGORITHM_440=An error occurred while attempting to determine the digest algorithm from configuration entry %s: %s |
| | | INFO_FCM_DESCRIPTION_BASE_DN_441=\u4e00\u81f4\u3059\u308b\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u3092\u898b\u3064\u3051\u308b\u305f\u3081\u306b\u914d\u4e0b\u304c\u691c\u7d22\u3055\u308c\u308b\u30d9\u30fc\u30b9 DN\u3002\u30d9\u30fc\u30b9 DN \u3092\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408\u3001\u30b5\u30fc\u30d0\u30fc\u306f\u3059\u3079\u3066\u306e\u30d1\u30d6\u30ea\u30c3\u30af\u30cd\u30fc\u30df\u30f3\u30b0\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8\u3067\u691c\u7d22\u3092\u884c\u3044\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_FCM_CANNOT_GET_BASE_DN_442=An error occurred while attempting to determine the search base DN(s) from configuration entry %s: %s |
| | | SEVERE_ERR_FCM_NO_PEER_CERTIFICATE_443=Could not map the provided certificate chain to a user entry because no peer certificate was available |
| | | SEVERE_ERR_FCM_PEER_CERT_NOT_X509_444=Could not map the provided certificate chain to a user because the peer certificate was not an X.509 certificate (peer certificate format was %s) |
| | | SEVERE_ERR_FCM_CANNOT_CALCULATE_FINGERPRINT_445=An error occurred while attempting to calculate the fingerprint for the peer certificate with subject %s: %s |
| | | SEVERE_ERR_FCM_MULTIPLE_MATCHING_ENTRIES_446=The certificate with fingerprint %s could not be mapped to exactly one user. It maps to both %s and %s |
| | | MILD_ERR_DYNAMICGROUP_CANNOT_DECODE_MEMBERURL_447=\u30a8\u30f3\u30c8\u30ea "%2$s" \u5185\u306e\u5024 "%1$s" \u3092 LDAP URL \u3068\u3057\u3066\u5fa9\u53f7\u5316\u3067\u304d\u307e\u305b\u3093: %3$s |
| | | MILD_ERR_DYNAMICGROUP_NESTING_NOT_SUPPORTED_448=\u52d5\u7684\u30b0\u30eb\u30fc\u30d7\u3067\u306f\u3001\u5165\u308c\u5b50\u306e\u30b0\u30eb\u30fc\u30d7\u306f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u307e\u305b\u3093 |
| | | MILD_ERR_DYNAMICGROUP_ALTERING_MEMBERS_NOT_SUPPORTED_449=\u52d5\u7684\u30b0\u30eb\u30fc\u30d7\u3067\u306f\u3001\u30e1\u30f3\u30d0\u30fc\u30b7\u30c3\u30d7\u306e\u660e\u793a\u7684\u306a\u5909\u66f4\u306f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u307e\u305b\u3093 |
| | | MILD_WARN_DYNAMICGROUP_NONEXISTENT_BASE_DN_450=\u52d5\u7684\u30b0\u30eb\u30fc\u30d7 %2$s \u3067\u6307\u5b9a\u3055\u308c\u305f\u30d9\u30fc\u30b9 DN %1$s \u304c\u30b5\u30fc\u30d0\u30fc\u306b\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | SEVERE_ERR_DYNAMICGROUP_INTERNAL_SEARCH_FAILED_451=An error occurred while attempting perform an internal search with base DN %s and filter %s to resolve the member list for dynamic group %s: result code %s, error message %s |
| | | SEVERE_ERR_DYNAMICGROUP_CANNOT_RETURN_ENTRY_452=The server encountered a timeout while attempting to add user %s to the member list for dynamic group %s |
| | | INFO_PWDIFFERENCEVALIDATOR_DESCRIPTION_MIN_DIFFERENCE_453=\u30d1\u30b9\u30ef\u30fc\u30c9\u306b\u8a31\u53ef\u3055\u308c\u308b\u6700\u5c0f\u5dee\u30020 \u306e\u5024\u306f\u3001\u6700\u5c0f\u5dee\u304c\u306a\u3044\u3053\u3068\u3092\u793a\u3057\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | MILD_ERR_PWDIFFERENCEVALIDATOR_CANNOT_DETERMINE_MIN_DIFFERENCE_454=\u8a31\u53ef\u3055\u308c\u308b\u6700\u5c0f\u30d1\u30b9\u30ef\u30fc\u30c9\u5dee\u3092 ds-cfg-min-password-difference \u5c5e\u6027\u304b\u3089\u53d6\u5f97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | INFO_PWDIFFERENCEVALIDATOR_UPDATED_MIN_DIFFERENCE_455=\u6700\u5c0f\u30d1\u30b9\u30ef\u30fc\u30c9\u5dee\u304c %d \u306b\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f |
| | | MILD_ERR_PWDIFFERENCEVALIDATOR_TOO_SMALL_456=\u6307\u5b9a\u3055\u308c\u305f\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u5dee\u306f\u3001\u5fc5\u9808\u306e\u6700\u5c0f\u5dee\u3067\u3042\u308b %d \u6587\u5b57\u306b\u9054\u3057\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_REPEATEDCHARS_VALIDATOR_TOO_MANY_CONSECUTIVE_457=\u6307\u5b9a\u3055\u308c\u305f\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u3001\u540c\u3058\u6587\u5b57\u304c\u9023\u7d9a\u3057\u3066\u51fa\u73fe\u3059\u308b\u56de\u6570\u304c\u591a\u3059\u304e\u307e\u3057\u305f\u3002\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u540c\u3058\u6587\u5b57\u304c\u9023\u7d9a\u3057\u3066\u51fa\u73fe\u53ef\u80fd\u306a\u6700\u5927\u56de\u6570\u306f %d \u3067\u3059 |
| | | MILD_ERR_UNIQUECHARS_VALIDATOR_NOT_ENOUGH_UNIQUE_CHARS_458=\u6307\u5b9a\u3055\u308c\u305f\u30d1\u30b9\u30ef\u30fc\u30c9\u306b\u3001\u4e00\u610f\u306e\u6587\u5b57\u304c\u5341\u5206\u306b\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u30e6\u30fc\u30b6\u30fc\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u51fa\u73fe\u304c\u5fc5\u9808\u306e\u4e00\u610f\u306e\u6587\u5b57\u306e\u6700\u5c0f\u6570\u306f %d \u3067\u3059 |
| | | MILD_ERR_SUBSCHEMASUBENTRY_VATTR_NOT_SEARCHABLE_459=%s \u5c5e\u6027\u306f\u691c\u7d22\u53ef\u80fd\u3067\u306a\u3044\u305f\u3081\u3001\u307b\u304b\u306e\u65b9\u6cd5\u3067\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u306a\u3044\u691c\u7d22\u30d5\u30a3\u30eb\u30bf\u306b\u306f\u542b\u3081\u306a\u3044\u3067\u304f\u3060\u3055\u3044 |
| | | MILD_ERR_DICTIONARY_VALIDATOR_PASSWORD_IN_DICTIONARY_460=\u6307\u5b9a\u3055\u308c\u305f\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u30b5\u30fc\u30d0\u30fc\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u898b\u3064\u304b\u308a\u307e\u3057\u305f |
| | | MILD_ERR_DICTIONARY_VALIDATOR_NO_SUCH_FILE_461=\u6307\u5b9a\u3055\u308c\u305f\u8f9e\u66f8\u30d5\u30a1\u30a4\u30eb %s \u304c\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | MILD_ERR_DICTIONARY_VALIDATOR_CANNOT_READ_FILE_462=\u30d5\u30a1\u30a4\u30eb %s \u304b\u3089\u8f9e\u66f8\u3092\u8aad\u307f\u8fbc\u307f\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_ATTRVALUE_VALIDATOR_PASSWORD_IN_ENTRY_463=\u6307\u5b9a\u3055\u308c\u305f\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u5185\u306e\u5225\u306e\u5c5e\u6027\u3067\u898b\u3064\u304b\u308a\u307e\u3057\u305f |
| | | MILD_ERR_CHARSET_VALIDATOR_ILLEGAL_CHARACTER_464=\u6307\u5b9a\u3055\u308c\u305f\u30d1\u30b9\u30ef\u30fc\u30c9\u306b\u3001\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u306e\u4f7f\u7528\u304c\u8a31\u53ef\u3055\u308c\u306a\u3044\u6587\u5b57 '%s' \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f |
| | | MILD_ERR_CHARSET_VALIDATOR_TOO_FEW_CHARS_FROM_SET_465=\u6307\u5b9a\u3055\u308c\u305f\u30d1\u30b9\u30ef\u30fc\u30c9\u306b\u3001\u6587\u5b57\u30bb\u30c3\u30c8 '%s' \u306e\u6587\u5b57\u304c\u5341\u5206\u306b\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u305d\u306e\u6587\u5b57\u30bb\u30c3\u30c8\u304b\u3089\u30e6\u30fc\u30b6\u30fc\u30d1\u30b9\u30ef\u30fc\u30c9\u306b\u542b\u3081\u308b\u5fc5\u8981\u306e\u3042\u308b\u6700\u5c0f\u6587\u5b57\u6570\u306f %d \u3067\u3059 |
| | | MILD_ERR_CHARSET_VALIDATOR_NO_COLON_466=\u6307\u5b9a\u3055\u308c\u305f\u6587\u5b57\u30bb\u30c3\u30c8\u306e\u5b9a\u7fa9 '%s' \u304c\u7121\u52b9\u3067\u3059\u3002\u6700\u5c0f\u30ab\u30a6\u30f3\u30c8\u3068\u6587\u5b57\u30bb\u30c3\u30c8\u3092\u533a\u5207\u308b\u30b3\u30ed\u30f3\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_CHARSET_VALIDATOR_NO_CHARS_467=\u6307\u5b9a\u3055\u308c\u305f\u6587\u5b57\u30bb\u30c3\u30c8\u306e\u5b9a\u7fa9 '%s' \u304c\u7121\u52b9\u3067\u3059\u3002\u6307\u5b9a\u3055\u308c\u305f\u6587\u5b57\u30bb\u30c3\u30c8\u304c\u7a7a\u3067\u3059 |
| | | MILD_ERR_CHARSET_VALIDATOR_INVALID_COUNT_468=\u6307\u5b9a\u3055\u308c\u305f\u6587\u5b57\u30bb\u30c3\u30c8\u306e\u5b9a\u7fa9 '%s' \u304c\u7121\u52b9\u3067\u3059\u3002\u30b3\u30ed\u30f3\u306e\u524d\u306e\u5024\u306f 0 \u3088\u308a\u5927\u304d\u3044\u6574\u6570\u306b\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059 |
| | | MILD_ERR_CHARSET_VALIDATOR_DUPLICATE_CHAR_469=\u6307\u5b9a\u3055\u308c\u305f\u6587\u5b57\u30bb\u30c3\u30c8\u306e\u5b9a\u7fa9 '%s' \u304c\u7121\u52b9\u3067\u3059\u3002\u3059\u3067\u306b\u4f7f\u7528\u3055\u308c\u3066\u3044\u308b\u6587\u5b57 '%s' \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_VIRTUAL_STATIC_GROUP_MULTIPLE_TARGETS_470=\u30a8\u30f3\u30c8\u30ea %s \u3067\u5b9a\u7fa9\u3055\u308c\u305f\u4eee\u60f3\u30b9\u30bf\u30c6\u30a3\u30c3\u30af\u30b0\u30eb\u30fc\u30d7\u306b\u8907\u6570\u306e\u30bf\u30fc\u30b2\u30c3\u30c8\u30b0\u30eb\u30fc\u30d7 DN \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u304c\u3001\u5b9a\u7fa9\u3067\u304d\u308b\u306e\u306f 1 \u3064\u3060\u3051\u3067\u3059 |
| | | MILD_ERR_VIRTUAL_STATIC_GROUP_CANNOT_DECODE_TARGET_471="%s" \u3092\u30b0\u30eb\u30fc\u30d7 %s \u306e\u30bf\u30fc\u30b2\u30c3\u30c8 DN \u3068\u3057\u3066\u5fa9\u53f7\u5316\u3067\u304d\u307e\u305b\u3093: %s |
| | | MILD_ERR_VIRTUAL_STATIC_GROUP_NO_TARGET_472=\u30a8\u30f3\u30c8\u30ea %s \u3067\u5b9a\u7fa9\u3055\u308c\u305f\u4eee\u60f3\u30b9\u30bf\u30c6\u30a3\u30c3\u30af\u30b0\u30eb\u30fc\u30d7\u306b\u30bf\u30fc\u30b2\u30c3\u30c8\u30b0\u30eb\u30fc\u30d7\u5b9a\u7fa9\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_VIRTUAL_STATIC_GROUP_NESTING_NOT_SUPPORTED_473=\u4eee\u60f3\u30b9\u30bf\u30c6\u30a3\u30c3\u30af\u30b0\u30eb\u30fc\u30d7\u3067\u306f\u3001\u5165\u308c\u5b50\u306f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u307e\u305b\u3093 |
| | | MILD_ERR_VIRTUAL_STATIC_GROUP_NO_TARGET_GROUP_474=\u4eee\u60f3\u30b9\u30bf\u30c6\u30a3\u30c3\u30af\u30b0\u30eb\u30fc\u30d7 %2$s \u306b\u3088\u3063\u3066\u53c2\u7167\u3055\u308c\u308b\u30bf\u30fc\u30b2\u30c3\u30c8\u30b0\u30eb\u30fc\u30d7 %1$s \u304c\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | MILD_ERR_VIRTUAL_STATIC_GROUP_ALTERING_MEMBERS_NOT_SUPPORTED_475=\u4eee\u60f3\u30b9\u30bf\u30c6\u30a3\u30c3\u30af\u30b0\u30eb\u30fc\u30d7 %s \u306e\u30e1\u30f3\u30d0\u30fc\u30b7\u30c3\u30d7\u306e\u5909\u66f4\u306f\u8a31\u53ef\u3055\u308c\u307e\u305b\u3093 |
| | | MILD_ERR_VIRTUAL_STATIC_GROUP_TARGET_CANNOT_BE_VIRTUAL_476=\u4eee\u60f3\u30b9\u30bf\u30c6\u30a3\u30c3\u30af\u30b0\u30eb\u30fc\u30d7 %s \u306f\u3001\u305d\u308c\u81ea\u4f53\u304c\u4eee\u60f3\u30b9\u30bf\u30c6\u30a3\u30c3\u30af\u30b0\u30eb\u30fc\u30d7\u3067\u3042\u308b\u30bf\u30fc\u30b2\u30c3\u30c8\u30b0\u30eb\u30fc\u30d7 %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059\u3002\u4eee\u60f3\u30b9\u30bf\u30c6\u30a3\u30c3\u30af\u30b0\u30eb\u30fc\u30d7\u304c\u5225\u306e\u4eee\u60f3\u30b9\u30bf\u30c6\u30a3\u30c3\u30af\u30b0\u30eb\u30fc\u30d7\u3092\u30bf\u30fc\u30b2\u30c3\u30c8\u30b0\u30eb\u30fc\u30d7\u3068\u3057\u3066\u53c2\u7167\u3059\u308b\u3053\u3068\u306f\u8a31\u53ef\u3055\u308c\u307e\u305b\u3093 |
| | | NOTICE_FSCACHE_RESTORE_484=\u6301\u7d9a\u7684\u30a8\u30f3\u30c8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u72b6\u614b\u306e\u5fa9\u5143\u3092\u958b\u59cb\u3057\u3066\u3044\u307e\u3059\u3002\u3053\u308c\u306b\u306f\u3057\u3070\u3089\u304f\u6642\u9593\u304c\u304b\u304b\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059 |
| | | NOTICE_FSCACHE_SAVE_485=\u30a8\u30f3\u30c8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u72b6\u614b\u3092\u6301\u7d9a\u7684\u306b\u3057\u3066\u3044\u307e\u3059\u3002\u3053\u308c\u306b\u306f\u3057\u3070\u3089\u304f\u6642\u9593\u304c\u304b\u304b\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059 |
| | | FATAL_ERR_FSCACHE_CANNOT_INITIALIZE_486=A fatal error occurred while trying to initialize file system entry cache: %s |
| | | SEVERE_ERR_FSCACHE_CANNOT_LOAD_PERSISTENT_DATA_487=An error occurred while trying to load persistent cache. Persistent cache will be flushed now |
| | | SEVERE_ERR_FSCACHE_CANNOT_STORE_PERSISTENT_DATA_488=An error occurred while trying to store persistent cache. Persistent cache will be flushed now |
| | | SEVERE_ERR_FSCACHE_CANNOT_STORE_ENTRY_489=Unable to store new cache entry in the file system entry cache |
| | | SEVERE_ERR_FSCACHE_CANNOT_RETRIEVE_ENTRY_490=Unable to retrieve an existing cache entry from the file system entry cache |
| | | SEVERE_ERR_FSCACHE_CANNOT_SET_JE_MEMORY_PCT_491=Internal error occurred while trying to set the entry cache backend internal cache size as percentage. The previous or default value will be used instead |
| | | SEVERE_ERR_FSCACHE_CANNOT_SET_JE_MEMORY_SIZE_492=Internal error occurred while trying to set the entry cache backend internal cache size in bytes. The previous or default value will be used instead |
| | | SEVERE_ERR_FSCACHE_CANNOT_SET_JE_PROPERTIES_493=Internal error occurred while trying to set the entry cache backend Berkeley DB JE properties: %s |
| | | FATAL_ERR_FSCACHE_HOMELESS_494=A fatal error occurred while trying to setup file system entry cache home. No suitable path can be found to host the cache home |
| | | SEVERE_WARN_FSCACHE_SET_PERMISSIONS_FAILED_495=Unable to set file permissions for the file system entry cache backend database directory %s |
| | | SEVERE_WARN_FSCACHE_OFFLINE_STATE_FAIL_496=%s backend current offline state does not match persistent cache last recorded offline state. All cached data for this backend is now discarded |
| | | NOTICE_FSCACHE_RESTORE_REPORT_497=%d \u500b\u306e\u6301\u7d9a\u7684\u30ad\u30e3\u30c3\u30b7\u30e5\u30a8\u30f3\u30c8\u30ea\u3092\u30a8\u30f3\u30c8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u306b\u5fa9\u5143\u3057\u307e\u3057\u305f |
| | | NOTICE_FSCACHE_SAVE_REPORT_498=%d \u500b\u306e\u6301\u7d9a\u7684\u30ad\u30e3\u30c3\u30b7\u30e5\u30a8\u30f3\u30c8\u30ea\u3092\u4f5c\u6210\u3057\u307e\u3057\u305f |
| | | NOTICE_FSCACHE_INDEX_NOT_FOUND_499=\u524d\u306e\u6301\u7d9a\u7684\u30ad\u30e3\u30c3\u30b7\u30e5\u72b6\u614b\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3002\u7a7a\u306e\u30ad\u30e3\u30c3\u30b7\u30e5\u3067\u958b\u59cb\u3057\u3066\u3044\u307e\u3059 |
| | | SEVERE_ERR_FSCACHE_INDEX_IMPAIRED_500=The persistent cache index is inconsistent or damaged. Persistent cache will be flushed now |
| | | MILD_ERR_ENTRYUUID_VATTR_NOT_SEARCHABLE_501=%s \u5c5e\u6027\u306f\u691c\u7d22\u53ef\u80fd\u3067\u306a\u3044\u305f\u3081\u3001\u307b\u304b\u306e\u65b9\u6cd5\u3067\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u306a\u3044\u691c\u7d22\u30d5\u30a3\u30eb\u30bf\u306b\u306f\u542b\u3081\u306a\u3044\u3067\u304f\u3060\u3055\u3044 |
| | | SEVERE_ERR_PWPSTATE_EXTOP_NO_PRIVILEGE_502=You do not have sufficient privileges to use the password policy state extended operation |
| | | SEVERE_ERR_PWPSTATE_EXTOP_NO_REQUEST_VALUE_503=The provided password policy state extended request did not include a request value |
| | | SEVERE_ERR_PWPSTATE_EXTOP_DECODE_FAILURE_504=An unexpected error occurred while attempting to decode password policy state extended request value: %s |
| | | SEVERE_ERR_PWPSTATE_EXTOP_MULTIPLE_ENTRIES_505=Multiple entries were found with DN %s |
| | | SEVERE_ERR_PWPSTATE_EXTOP_INVALID_OP_ENCODING_506=An unexpected error occurred while attempting to decode an operation from the password policy state extended request: %s |
| | | SEVERE_ERR_PWPSTATE_EXTOP_NO_DISABLED_VALUE_507=No value was provided for the password policy state operation intended to set the disabled state for the user. Exactly one value (either 'true' or 'false') must be given |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_DISABLED_VALUE_COUNT_508=Multiple values were provided for the password policy state operation intended to set the disabled state for the user. Exactly one value (either 'true' or 'false') must be given |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_DISABLED_VALUE_509=The value provided for the password policy state operation intended to set the disabled state for the user was invalid. The value must be either 'true' or 'false' |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_ACCT_EXP_VALUE_COUNT_510=Multiple values were provided for the password policy state operation intended to set the account expiration time for the user. Exactly one value must be given |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_ACCT_EXP_VALUE_511=The value %s provided for the password policy state operation used to set the account expiration time was invalid: %s. The value should be specified using the generalized time format |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_PWCHANGETIME_VALUE_COUNT_512=Multiple values were provided for the password policy state operation intended to set the password changed time for the user. Exactly one value must be given |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_PWCHANGETIME_VALUE_513=The value %s provided for the password policy state operation used to set the password changed time was invalid: %s. The value should be specified using the generalized time format |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_PWWARNEDTIME_VALUE_COUNT_514=Multiple values were provided for the password policy state operation intended to set the password warned time for the user. Exactly one value must be given |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_PWWARNEDTIME_VALUE_515=The value %s provided for the password policy state operation used to set the password warned time was invalid: %s. The value should be specified using the generalized time format |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_ADD_FAILURE_TIME_COUNT_516=Multiple values were provided for the password policy state operation intended to add an authentication failure time for the user. Exactly one value must be given |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_AUTH_FAILURE_TIME_517=The value %s provided for the password policy state operation used to update the authentication failure times was invalid: %s. The value should be specified using the generalized time format |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_LAST_LOGIN_TIME_COUNT_518=Multiple values were provided for the password policy state operation intended to set the last login time for the user. Exactly one value must be given |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_LAST_LOGIN_TIME_519=The value %s provided for the password policy state operation used to set the last login time was invalid: %s. The value should be specified using the generalized time format |
| | | SEVERE_ERR_PWPSTATE_EXTOP_NO_RESET_STATE_VALUE_520=No value was provided for the password policy state operation intended to set the reset state for the user. Exactly one value (either 'true' or 'false') must be given |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_RESET_STATE_VALUE_COUNT_521=Multiple values were provided for the password policy state operation intended to set the reset state for the user. Exactly one value (either 'true' or 'false') must be given |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_RESET_STATE_VALUE_522=The value provided for the password policy state operation intended to set the reset state for the user was invalid. The value must be either 'true' or 'false' |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_ADD_GRACE_LOGIN_TIME_COUNT_523=Multiple values were provided for the password policy state operation intended to add a grace login use time for the user. Exactly one value must be given |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_GRACE_LOGIN_TIME_524=The value %s provided for the password policy state operation used to update the grace login use times was invalid: %s. The value should be specified using the generalized time format |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_REQUIRED_CHANGE_TIME_COUNT_525=Multiple values were provided for the password policy state operation intended to set the required change time for the user. Exactly one value must be given |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_REQUIRED_CHANGE_TIME_526=The value %s provided for the password policy state operation used to set the required change time was invalid: %s. The value should be specified using the generalized time format |
| | | SEVERE_ERR_PWPSTATE_EXTOP_UNKNOWN_OP_TYPE_527=The password policy state extended request included an operation with an invalid or unsupported operation type of %s |
| | | MILD_WARN_EXTOP_PASSMOD_CANNOT_UPDATE_PWP_STATE_528=\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4\u306e\u62e1\u5f35\u64cd\u4f5c\u306e\u4e00\u90e8\u3068\u3057\u3066\u30e6\u30fc\u30b6\u30fc %s \u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc\u72b6\u614b\u60c5\u5831\u3092\u66f4\u65b0\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f (\u7d50\u679c\u30b3\u30fc\u30c9='%s'\u3001\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8='%s') |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_DIGEST_URI_529=\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u304b\u3089\u6307\u5b9a\u3055\u308c\u305f DIGEST-MD5 \u8cc7\u683c\u60c5\u5831\u306b\u3088\u3063\u3066\u3001\u7121\u52b9\u306a\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8 URI \u306e %s \u304c\u8981\u6c42\u3055\u308c\u307e\u3057\u305f\u3002\u671f\u5f85\u3055\u308c\u308b\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8 URI \u306f %s \u3067\u3057\u305f |
| | | MILD_ERR_EXTOP_PASSMOD_PW_IN_HISTORY_530=\u6307\u5b9a\u3055\u308c\u305f\u65b0\u3057\u3044\u30d1\u30b9\u30ef\u30fc\u30c9\u306f\u3001\u3059\u3067\u306b\u30d1\u30b9\u30ef\u30fc\u30c9\u5c65\u6b74\u306b\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f |
| | | MILD_ERR_SMTPALERTHANDLER_NO_SMTP_SERVERS_531=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306b\u3001SMTP \u30b5\u30fc\u30d0\u30fc\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u30021 \u3064\u4ee5\u4e0a\u306e SMTP \u30b5\u30fc\u30d0\u30fc\u306e\u60c5\u5831\u304c\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306b\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u306a\u3044\u5834\u5408\u3001SMTP \u30a2\u30e9\u30fc\u30c8\u30cf\u30f3\u30c9\u30e9\u306f\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093 |
| | | SEVERE_WARN_SMTPALERTHANDLER_ERROR_SENDING_MESSAGE_532=An error occurred when trying to send an e-mail message for administrative alert with type %s and message %s: %s |
| | | MILD_ERR_REGEXMAP_INVALID_MATCH_PATTERN_533=\u6307\u5b9a\u3055\u308c\u305f\u30d1\u30bf\u30fc\u30f3\u4e00\u81f4 "%s" \u3092\u6b63\u898f\u8868\u73fe\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f: %s |
| | | MILD_ERR_REGEXMAP_UNKNOWN_ATTR_534=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306b\u5c5e\u6027 ds-cfg-match-attribute \u306e\u5024 %s \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u304c\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u305f\u5c5e\u6027\u578b\u306e\u6709\u52b9\u306a\u540d\u524d\u307e\u305f\u306f OID \u3067\u306f\u3042\u308a\u307e\u305b\u3093 |
| | | MILD_ERR_REGEXMAP_MULTIPLE_MATCHING_ENTRIES_535=\u51e6\u7406\u6e08\u307f\u306e ID \u6587\u5b57\u5217 %s \u304c\u8907\u6570\u306e\u30e6\u30fc\u30b6\u30fc\u306b\u30de\u30c3\u30d7\u3055\u308c\u307e\u3057\u305f |
| | | MILD_ERR_REGEXMAP_INEFFICIENT_SEARCH_536=\u51e6\u7406\u6e08\u307f\u306e ID \u6587\u5b57\u5217 %s \u306b\u57fa\u3065\u304f\u5185\u90e8\u691c\u7d22\u3092\u52b9\u7387\u7684\u306b\u51e6\u7406\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f: %s\u3002\u30b5\u30fc\u30d0\u30fc\u69cb\u6210\u3092\u78ba\u8a8d\u3057\u3066\u3001\u95a2\u9023\u3059\u308b\u3059\u3079\u3066\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304c\u3053\u308c\u3089\u306e\u30bf\u30a4\u30d7\u306e\u691c\u7d22\u306b\u5bfe\u3057\u3066\u6b63\u3057\u304f\u69cb\u6210\u3055\u308c\u3066\u3044\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044 |
| | | MILD_ERR_REGEXMAP_SEARCH_FAILED_537=\u51e6\u7406\u6e08\u307f\u306e ID \u6587\u5b57\u5217 %s \u3092\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u3078\u89e3\u6c7a\u4e2d\u306b\u5185\u90e8\u969c\u5bb3\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_STATICGROUP_ADD_NESTED_GROUP_ALREADY_EXISTS_538=\u30b0\u30eb\u30fc\u30d7 %s \u3092\u30b9\u30bf\u30c6\u30a3\u30c3\u30af\u30b0\u30eb\u30fc\u30d7 %s \u306e\u65b0\u3057\u3044\u5165\u308c\u5b50\u306e\u30b0\u30eb\u30fc\u30d7\u3068\u3057\u3066\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u30b0\u30eb\u30fc\u30d7\u306f\u3001\u30b0\u30eb\u30fc\u30d7\u306e\u5165\u308c\u5b50\u306e\u30b0\u30eb\u30fc\u30d7\u30ea\u30b9\u30c8\u306b\u3059\u3067\u306b\u542b\u307e\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_STATICGROUP_REMOVE_NESTED_GROUP_NO_SUCH_GROUP_539=\u30b0\u30eb\u30fc\u30d7 %s \u3092\u30b9\u30bf\u30c6\u30a3\u30c3\u30af\u30b0\u30eb\u30fc\u30d7 %s \u306e\u5165\u308c\u5b50\u306e\u30b0\u30eb\u30fc\u30d7\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u30b0\u30eb\u30fc\u30d7\u306f\u3001\u30b0\u30eb\u30fc\u30d7\u306e\u5165\u308c\u5b50\u306e\u30b0\u30eb\u30fc\u30d7\u30ea\u30b9\u30c8\u306b\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_STATICGROUP_GROUP_INSTANCE_INVALID_540=DN %s \u3092\u6301\u3064\u30b0\u30eb\u30fc\u30d7\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u306f\u524a\u9664\u3055\u308c\u305f\u305f\u3081\u3001\u6709\u52b9\u3067\u306f\u306a\u304f\u306a\u308a\u307e\u3057\u305f |
| | | MILD_ERR_NUMSUBORDINATES_VATTR_NOT_SEARCHABLE_541=%s \u5c5e\u6027\u306f\u691c\u7d22\u53ef\u80fd\u3067\u306a\u3044\u305f\u3081\u3001\u307b\u304b\u306e\u65b9\u6cd5\u3067\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u306a\u3044\u691c\u7d22\u30d5\u30a3\u30eb\u30bf\u306b\u306f\u542b\u3081\u306a\u3044\u3067\u304f\u3060\u3055\u3044 |
| | | MILD_ERR_HASSUBORDINATES_VATTR_NOT_SEARCHABLE_542=%s \u5c5e\u6027\u306f\u691c\u7d22\u53ef\u80fd\u3067\u306a\u3044\u305f\u3081\u3001\u307b\u304b\u306e\u65b9\u6cd5\u3067\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u306a\u3044\u691c\u7d22\u30d5\u30a3\u30eb\u30bf\u306b\u306f\u542b\u3081\u306a\u3044\u3067\u304f\u3060\u3055\u3044 |
| | | MILD_ERR_SMTP_ASNH_NO_MAIL_SERVERS_CONFIGURED_543=1 \u3064\u4ee5\u4e0a\u306e SMTP \u30b5\u30fc\u30d0\u30fc\u306e\u60c5\u5831\u304c\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306b\u306a\u3044\u5834\u5408\u3001\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u3067\u5b9a\u7fa9\u3055\u308c\u305f SMTP \u30a2\u30ab\u30a6\u30f3\u30c8\u30b9\u30c6\u30fc\u30bf\u30b9\u901a\u77e5\u30cf\u30f3\u30c9\u30e9\u306f\u6709\u52b9\u306b\u3067\u304d\u307e\u305b\u3093 |
| | | MILD_ERR_SMTP_ASNH_NO_RECIPIENTS_544=SMTP \u30a2\u30ab\u30a6\u30f3\u30c8\u30b9\u30c6\u30fc\u30bf\u30b9\u901a\u77e5\u30cf\u30f3\u30c9\u30e9\u306e\u69cb\u6210\u30a8\u30f3\u30c8\u30ea '%s' \u306b\u3001\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u306e\u5c5e\u6027\u578b\u307e\u305f\u306f\u53d7\u4fe1\u30a2\u30c9\u30ec\u30b9\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u3053\u308c\u3089\u306e\u5c11\u306a\u304f\u3068\u3082 1 \u3064\u3092\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059 |
| | | MILD_ERR_SMTP_ASNH_SUBJECT_NO_COLON_545=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea '%2$s' \u306e\u30e1\u30c3\u30bb\u30fc\u30b8\u4ef6\u540d\u5024 '%1$s' \u3092\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3002\u5024\u306b\u3001\u901a\u77e5\u306e\u7a2e\u985e\u3068\u4ef6\u540d\u3092\u533a\u5207\u308b\u30b3\u30ed\u30f3\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_SMTP_ASNH_SUBJECT_INVALID_NOTIFICATION_TYPE_546=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea '%2$s' \u306e\u30e1\u30c3\u30bb\u30fc\u30b8\u4ef6\u540d\u5024 '%1$s' \u3092\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3002\u30a2\u30ab\u30a6\u30f3\u30c8\u72b6\u614b\u306e\u901a\u77e5\u306e\u7a2e\u985e\u3068\u3057\u3066 '%3$s' \u306f\u7121\u52b9\u3067\u3059 |
| | | MILD_ERR_SMTP_ASNH_SUBJECT_DUPLICATE_TYPE_547=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea '%s' \u306b\u542b\u307e\u308c\u308b\u30e1\u30c3\u30bb\u30fc\u30b8\u4ef6\u540d\u5b9a\u7fa9\u306b\u3001\u901a\u77e5\u306e\u7a2e\u985e %s \u7528\u306b\u5b9a\u7fa9\u3055\u308c\u305f\u8907\u6570\u306e\u4ef6\u540d\u304c\u3042\u308a\u307e\u3059 |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_NO_COLON_548=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea '%2$s' \u306e\u30e1\u30c3\u30bb\u30fc\u30b8\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u5024 '%1$s' \u3092\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3002\u5024\u306b\u3001\u901a\u77e5\u306e\u7a2e\u985e\u3068\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u533a\u5207\u308b\u30b3\u30ed\u30f3\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_INVALID_NOTIFICATION_TYPE_549=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea '%2$s' \u306e\u30e1\u30c3\u30bb\u30fc\u30b8\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u5024 '%1$s' \u3092\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3002\u30a2\u30ab\u30a6\u30f3\u30c8\u72b6\u614b\u306e\u901a\u77e5\u306e\u7a2e\u985e\u3068\u3057\u3066 '%3$s' \u306f\u7121\u52b9\u3067\u3059 |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_DUPLICATE_TYPE_550=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea '%s' \u306b\u542b\u307e\u308c\u308b\u30e1\u30c3\u30bb\u30fc\u30b8\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u5b9a\u7fa9\u306b\u3001\u901a\u77e5\u306e\u7a2e\u985e %s \u7528\u306b\u5b9a\u7fa9\u3055\u308c\u305f\u8907\u6570\u306e\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u304c\u3042\u308a\u307e\u3059 |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_NO_SUCH_FILE_551=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea '%2$s' \u3067\u53c2\u7167\u3055\u308c\u308b\u30e1\u30c3\u30bb\u30fc\u30b8\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u30d5\u30a1\u30a4\u30eb '%1$s' \u304c\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_UNCLOSED_TOKEN_552=\u884c %2$d \u306e\u5217 %1$d \u304b\u3089\u59cb\u307e\u308b\u3001\u9589\u3058\u3089\u308c\u3066\u3044\u306a\u3044\u30c8\u30fc\u30af\u30f3\u304c\u898b\u3064\u304b\u308a\u307e\u3057\u305f |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_UNDEFINED_ATTR_TYPE_553=\u884c %2$d \u306e\u5217 %1$d \u304b\u3089\u59cb\u307e\u308b notification-user-attr \u30c8\u30fc\u30af\u30f3\u304c\u3001\u672a\u5b9a\u7fa9\u306e\u5c5e\u6027\u578b %3$s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_UNDEFINED_PROPERTY_554=\u884c %2$d \u306e\u5217 %1$d \u304b\u3089\u59cb\u307e\u308b notification-property \u30c8\u30fc\u30af\u30f3\u304c\u3001\u672a\u5b9a\u7fa9\u306e\u901a\u77e5\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc %3$s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_UNRECOGNIZED_TOKEN_555=\u8a8d\u8b58\u3055\u308c\u306a\u3044\u30c8\u30fc\u30af\u30f3 %1$s \u304c\u884c %3$d \u306e\u5217 %2$d \u306b\u898b\u3064\u304b\u308a\u307e\u3057\u305f |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_CANNOT_PARSE_556=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea '%2$s' \u3067\u53c2\u7167\u3055\u308c\u308b\u30e1\u30c3\u30bb\u30fc\u30b8\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u30d5\u30a1\u30a4\u30eb '%1$s' \u3092\u89e3\u6790\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s |
| | | INFO_SMTP_ASNH_DEFAULT_SUBJECT_557=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30a2\u30ab\u30a6\u30f3\u30c8\u30b9\u30c6\u30fc\u30bf\u30b9\u901a\u77e5 |
| | | SEVERE_ERR_SMTP_ASNH_CANNOT_SEND_MESSAGE_558=An error occurred while attempting to send an account status notification message for notification type %s for user entry %s: %s |
| | | SEVERE_ERR_PWSCHEME_CANNOT_ENCRYPT_559=An error occurred while trying to encrypt a value using password storage scheme %s: %s |
| | | SEVERE_ERR_PWSCHEME_CANNOT_DECRYPT_560=An error occurred while trying to decrypt a value using password storage scheme %s: %s |
| | | MILD_ERR_GET_SYMMETRIC_KEY_NO_VALUE_561=\u6307\u5b9a\u3055\u308c\u305f\u5bfe\u79f0\u9375\u306e\u62e1\u5f35\u64cd\u4f5c\u3092\u5fa9\u53f7\u5316\u3067\u304d\u307e\u305b\u3093\u3002\u5024\u304c\u3042\u308a\u307e\u305b\u3093 |
| | | MILD_ERR_GET_SYMMETRIC_KEY_INVALID_TYPE_562=\u6307\u5b9a\u3055\u308c\u305f\u5bfe\u79f0\u9375\u306e\u62e1\u5f35\u64cd\u4f5c\u3092\u5fa9\u53f7\u5316\u3067\u304d\u307e\u305b\u3093\u3002\u5024\u30b7\u30fc\u30b1\u30f3\u30b9\u306b\u3001\u7121\u52b9\u306a\u30bf\u30a4\u30d7\u306e %s \u3092\u6301\u3064\u8981\u7d20\u304c\u3042\u308a\u307e\u3059 |
| | | MILD_ERR_GET_SYMMETRIC_KEY_ASN1_DECODE_EXCEPTION_563=\u6307\u5b9a\u3055\u308c\u305f\u5bfe\u79f0\u9375\u306e\u62e1\u5f35\u8981\u6c42\u3092\u5fa9\u53f7\u5316\u3067\u304d\u307e\u305b\u3093: %s |
| | | MILD_ERR_GET_SYMMETRIC_KEY_DECODE_EXCEPTION_564=\u5bfe\u79f0\u9375\u306e\u62e1\u5f35\u8981\u6c42\u30b7\u30fc\u30b1\u30f3\u30b9\u3092\u5fa9\u53f7\u5316\u4e2d\u306b\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_EXACTMAP_ATTR_UNINDEXED_565=The exact match identity mapper defined in configuration entry %s references attribute type %s which is does not have an equality index defined in backend %s |
| | | SEVERE_ERR_REGEXMAP_ATTR_UNINDEXED_566=The regular expression identity mapper defined in configuration entry %s references attribute type %s which is does not have an equality index defined in backend %s |
| | | SEVERE_ERR_FCM_ATTR_UNINDEXED_567=The fingerprint certificate mapper defined in configuration entry %s references attribute type %s which is does not have an equality index defined in backend %s |
| | | SEVERE_WARN_SATUACM_ATTR_UNINDEXED_568=The subject attribute to user attribute certificate mapper defined in configuration entry %s references attribute type %s which is does not have an equality index defined in backend %s |
| | | SEVERE_ERR_SDTUACM_ATTR_UNINDEXED_569=The subject DN to user attribute certificate mapper defined in configuration entry %s references attribute type %s which is does not have an equality index defined in backend %s |
| | | |
| New file |
| | |
| | | # CDDL HEADER START |
| | | # |
| | | # The contents of this file are subject to the terms of the |
| | | # Common Development and Distribution License, Version 1.0 only |
| | | # (the "License"). You may not use this file except in compliance |
| | | # with the License. |
| | | # |
| | | # You can obtain a copy of the license at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE |
| | | # or https://OpenDS.dev.java.net/OpenDS.LICENSE. |
| | | # See the License for the specific language governing permissions |
| | | # and limitations under the License. |
| | | # |
| | | # When distributing Covered Code, include this CDDL HEADER in each |
| | | # file and include the License file at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, |
| | | # add the following below this CDDL HEADER, with the fields enclosed |
| | | # by brackets "[]" replaced with your own identifying information: |
| | | # Portions Copyright [yyyy] [name of copyright owner] |
| | | # |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2008 Sun Microsystems, Inc. |
| | | |
| | | |
| | | |
| | | # |
| | | # Global directives |
| | | # |
| | | global.category=EXTENSIONS |
| | | |
| | | # |
| | | # Format string definitions |
| | | # |
| | | # Keys must be formatted as follows: |
| | | # |
| | | # [SEVERITY]_[DESCRIPTION]_[ORDINAL] |
| | | # |
| | | # where: |
| | | # |
| | | # SEVERITY is one of: |
| | | # [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE] |
| | | # |
| | | # DESCRIPTION is an upper case string providing a hint as to the context of |
| | | # the message in upper case with the underscore ('_') character serving as |
| | | # word separator |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | SEVERE_ERR_PWSCHEME_CANNOT_INITIALIZE_MESSAGE_DIGEST_1=%s \uc54c\uace0\ub9ac\uc998\uc5d0 \ub300\ud55c \uba54\uc2dc\uc9c0 \ub2e4\uc774\uc81c\uc2a4\ud2b8 \uc0dd\uc131\uae30\ub97c \ucd08\uae30\ud654\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_PWSCHEME_CANNOT_BASE64_DECODE_STORED_PASSWORD_2=\ube44\ubc00\ubc88\ud638 \uac12 %s\uc744(\ub97c) base64\ub85c \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_PWSCHEME_NOT_REVERSIBLE_3=%s \ube44\ubc00\ubc88\ud638 \uc800\uc7a5\uc18c \uc2a4\ud0a4\ub9c8\ub294 \ucde8\uc18c\ud560 \uc218 \uc5c6\uc73c\ubbc0\ub85c \uc778\ucf54\ub529\ub41c \ube44\ubc00\ubc88\ud638\uc758 \uc77c\ubc18 \ud14d\uc2a4\ud2b8 \ubc84\uc804\uc744 \ubcf5\uad6c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_JMX_ALERT_HANDLER_CANNOT_REGISTER_4=MBean \uc11c\ubc84\uc5d0 JMX \uacbd\uace0 \ucc98\ub9ac\uae30\ub97c \ub4f1\ub85d\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_PWSCHEME_CANNOT_ENCODE_PASSWORD_5=\ud074\ub798\uc2a4 %s\uc5d0 \uc815\uc758\ub41c \uc800\uc7a5\uc18c \uc2a4\ud0a4\ub9c8\ub97c \uc0ac\uc6a9\ud558\uc5ec \ube44\ubc00\ubc88\ud638\ub97c \uc778\ucf54\ub529\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CACHE_INVALID_INCLUDE_FILTER_6=\uce90\uc2dc\uc5d0 \ud3ec\ud568\ub418\ub294 \ud56d\ubaa9\uc744 \uc81c\uc5b4\ud558\ub294 \ub370 \uc0ac\uc6a9\ub420 \uc218 \uc788\ub294 \uac80\uc0c9 \ud544\ud130 \uc9d1\ud569\uc744 \uc9c0\uc815\ud558\ub294 \uad6c\uc131 \ud56d\ubaa9 %s\uc758 ds-cfg-include-filter \uc18d\uc131\uc5d0 \uc798\ubabb\ub41c \uac12 \u20a9"%s\u20a9"\uc774(\uac00) \uc788\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_CACHE_INVALID_EXCLUDE_FILTER_7=\uce90\uc2dc\uc5d0\uc11c \uc81c\uc678\ub418\ub294 \ud56d\ubaa9\uc744 \uc81c\uc5b4\ud558\ub294 \ub370 \uc0ac\uc6a9\ub420 \uc218 \uc788\ub294 \uac80\uc0c9 \ud544\ud130 \uc9d1\ud569\uc744 \uc9c0\uc815\ud558\ub294 \uad6c\uc131 \ud56d\ubaa9 %s\uc758 ds-cfg-exclude-filter \uc18d\uc131\uc5d0 \uc798\ubabb\ub41c \uac12 \u20a9"%s\u20a9"\uc774(\uac00) \uc788\uc2b5\ub2c8\ub2e4: %s |
| | | FATAL_ERR_FIFOCACHE_CANNOT_INITIALIZE_8=fifo \ud56d\ubaa9 \uce90\uc2dc\ub97c \ucd08\uae30\ud654\ud558\ub294 \ub3d9\uc548 \uce58\uba85\uc801 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | FATAL_ERR_SOFTREFCACHE_CANNOT_INITIALIZE_9=\uc18c\ud504\ud2b8 \ucc38\uc870 \ud56d\ubaa9 \uce90\uc2dc\ub97c \ucd08\uae30\ud654\ud558\ub294 \ub3d9\uc548 \uce58\uba85\uc801 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | NOTICE_CACHE_PRELOAD_PROGRESS_START_10=%s \ubc31\uc5d4\ub4dc\uc5d0 \ub300\ud55c \ud56d\ubaa9 \uce90\uc2dc \uc0ac\uc804 \ub85c\ub4dc\ub97c \uc2dc\uc791\ud569\ub2c8\ub2e4. |
| | | NOTICE_CACHE_PRELOAD_PROGRESS_REPORT_11=%s \ubc31\uc5d4\ub4dc\uc5d0 \ub300\ud55c \ud56d\ubaa9 \uce90\uc2dc\ub97c \uc0ac\uc804 \ub85c\ub4dc\ud558\ub294 \ub3d9\uc548 %d\uac1c \ud56d\ubaa9\uc744 \ucc98\ub9ac\ud588\uc2b5\ub2c8\ub2e4. %dMB\uc758 \ud799 \uba54\ubaa8\ub9ac\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | NOTICE_CACHE_PRELOAD_PROGRESS_DONE_12=%s \ubc31\uc5d4\ub4dc\uc5d0 \ub300\ud55c \ud56d\ubaa9 \uce90\uc2dc \uc0ac\uc804 \ub85c\ub4dc\ub97c \uc644\ub8cc\ud558\uc5ec \ucd1d %d\uac1c \ud56d\ubaa9\uc744 \ucc98\ub9ac\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_CACHE_PRELOAD_INTERRUPTED_13=%s \ubc31\uc5d4\ub4dc\uc5d0 \ub300\ud55c \ud56d\ubaa9 \uce90\uc2dc \uc0ac\uc804 \ub85c\ub4dc\uac00 \uc911\ub2e8\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_CACHE_PRELOAD_BACKEND_FAILED_14=%s \ubc31\uc5d4\ub4dc\uc5d0\uc11c \ud56d\ubaa9 \uce90\uc2dc \uc0ac\uc804 \ub85c\ub4dc\uac00 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc73c\ubbc0\ub85c \uc774 \ubc31\uc5d4\ub4dc\uc758 \ud56d\ubaa9\uc774 \ud56d\ubaa9 \uce90\uc2dc\uc5d0 \uc0ac\uc804 \ub85c\ub4dc\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_CACHE_PRELOAD_ENTRY_FAILED_15=%s \ud56d\ubaa9\uc744 \ud56d\ubaa9 \uce90\uc2dc\uc5d0 \uc0ac\uc804 \ub85c\ub4dc\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_EXTOP_PASSMOD_ILLEGAL_REQUEST_ELEMENT_TYPE_32=\ube44\ubc00\ubc88\ud638 \uc218\uc815 \ud655\uc7a5 \uc694\uccad \uc2dc\ud000\uc2a4\uc5d0 \uc798\ubabb\ub41c \uc720\ud615\uc758 ASN.1 \uc694\uc18c\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_EXTOP_PASSMOD_CANNOT_DECODE_REQUEST_33=\ube44\ubc00\ubc88\ud638 \uc218\uc815 \ud655\uc7a5 \uc694\uccad \uc2dc\ud000\uc2a4\ub97c \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_EXTOP_PASSMOD_NO_AUTH_OR_USERID_34=\ube44\ubc00\ubc88\ud638 \uc218\uc815 \ud655\uc7a5 \uc694\uccad\uc5d0 \uad8c\ud55c \ubd80\uc5ec \uc544\uc774\ub514\uac00 \uc5c6\uace0 \uae30\ubcf8 \uc5f0\uacb0\uc774 \uc778\uc99d\ub418\uc9c0 \uc54a\uc558\uae30 \ub54c\ubb38\uc5d0 \uc774 \uc694\uccad\uc744 \ucc98\ub9ac\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_EXTOP_PASSMOD_CANNOT_LOCK_USER_ENTRY_35=\uc11c\ubc84\uac00 \uc5ec\ub7ec \ubc88 \uc2dc\ub3c4\ud588\uc9c0\ub9cc \uc0ac\uc6a9\uc790 \ud56d\ubaa9 %s\uc5d0 \ub300\ud55c \uc4f0\uae30 \uc7a0\uae08\uc744 \uac00\uc838\uc624\uc9c0 \ubabb\ud588\uae30 \ub54c\ubb38\uc5d0 \ube44\ubc00\ubc88\ud638 \uc218\uc815 \ud655\uc7a5 \uc694\uccad\uc744 \ucc98\ub9ac\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_EXTOP_PASSMOD_CANNOT_DECODE_AUTHZ_DN_36=\uc11c\ubc84\uac00 \uc791\uc5c5\uc758 \uad8c\ud55c \ubd80\uc5ec \uc544\uc774\ub514\uc5d0 \uc0ac\uc6a9\ud560 \uc720\ud6a8\ud55c DN\uc73c\ub85c \u20a9"%s\u20a9"(\uc744)\ub97c \ud574\ub3c5\ud560 \uc218 \uc5c6\uae30 \ub54c\ubb38\uc5d0 \ube44\ubc00\ubc88\ud638 \uc218\uc815 \ud655\uc7a5 \uc694\uccad\uc744 \ucc98\ub9ac\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_EXTOP_PASSMOD_INVALID_AUTHZID_STRING_37=\ube44\ubc00\ubc88\ud638 \uc218\uc815 \ud655\uc7a5 \uc694\uccad\uc5d0 \uc798\ubabb\ub41c \uc0ac\uc6a9\uc790 \uc544\uc774\ub514 \ud544\ub4dc\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc774 \uc694\uccad\uc744 \ucc98\ub9ac\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uc81c\uacf5\ub41c \uc0ac\uc6a9\uc790 \uc544\uc774\ub514 \ubb38\uc790\uc5f4\uc740 \u20a9"%s\u20a9"\uc785\ub2c8\ub2e4. |
| | | MILD_ERR_EXTOP_PASSMOD_NO_USER_ENTRY_BY_AUTHZID_38=\u20a9"%s\u20a9"\uc758 \uad8c\ud55c \ubd80\uc5ec DN\uc744 \uae30\ubc18\uc73c\ub85c \uc5c5\ub370\uc774\ud2b8\ud560 \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc744 \uc2dd\ubcc4\ud560 \uc218 \uc5c6\uc73c\ubbc0\ub85c \ube44\ubc00\ubc88\ud638 \uc218\uc815 \ud655\uc7a5 \uc694\uccad\uc744 \ucc98\ub9ac\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_EXTOP_PASSMOD_NO_DN_BY_AUTHZID_39=\u20a9"%s\u20a9"\uc758 \uc81c\uacf5\ub41c \uad8c\ud55c \ubd80\uc5ec UID\uac00 \ub514\ub809\ud1a0\ub9ac\uc5d0 \uc788\ub294 \ud56d\ubaa9\uacfc \uc77c\uce58\ud558\uc9c0 \uc54a\uae30 \ub54c\ubb38\uc5d0 \ube44\ubc00\ubc88\ud638 \uc218\uc815 \ud655\uc7a5 \uc694\uccad\uc744 \ucc98\ub9ac\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_EXTOP_PASSMOD_MULTIPLE_ENTRIES_BY_AUTHZID_40=\u20a9"%s\u20a9"\uc758 \uc81c\uacf5\ub41c \uad8c\ud55c \ubd80\uc5ec UID\uac00 \ub514\ub809\ud1a0\ub9ac\uc5d0 \uc788\ub294 \uc5ec\ub7ec \ud56d\ubaa9\uacfc \uc77c\uce58\ud558\uae30 \ub54c\ubb38\uc5d0 \ube44\ubc00\ubc88\ud638 \uc218\uc815 \ud655\uc7a5 \uc694\uccad\uc744 \ucc98\ub9ac\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_EXTOP_PASSMOD_INVALID_OLD_PASSWORD_41=\uc0ac\uc6a9\uc790\uc5d0 \ub300\ud574 \uc81c\uacf5\ub41c \ud604\uc7ac \ube44\ubc00\ubc88\ud638\uac00 \uc798\ubabb\ub418\uc5c8\uae30 \ub54c\ubb38\uc5d0 \ube44\ubc00\ubc88\ud638 \uc218\uc815 \ud655\uc7a5 \uc791\uc5c5\uc744 \ucc98\ub9ac\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | INFO_FILE_KEYMANAGER_DESCRIPTION_FILE_43=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ud0a4 \uc800\uc7a5\uc18c \uc815\ubcf4\ub97c \ud3ec\ud568\ud558\ub294 \ud30c\uc77c\uc5d0 \ub300\ud55c \uacbd\ub85c\uc785\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \ub0b4\uc6a9\uc740 \ub2e4\uc74c\uc5d0 \ud0a4 \uad00\ub9ac\uc790\uc5d0 \uc561\uc138\uc2a4\ud560 \ub54c \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_FILE_KEYMANAGER_NO_FILE_ATTR_44=\ud30c\uc77c \uae30\ubc18 \ud0a4 \uad00\ub9ac\uc790\ub97c \uc815\uc758\ud558\ub294 \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \ud0a4 \uc800\uc7a5\uc18c \ud30c\uc77c\uc5d0 \ub300\ud55c \uacbd\ub85c\ub97c \ubcf4\uad00\ud560 ds-cfg-key-store-file \uc18d\uc131\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_FILE_KEYMANAGER_NO_SUCH_FILE_45=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 ds-cfg-key-store-file \uc18d\uc131\uc5d0 \uc9c0\uc815\ub41c \ud0a4 \uc800\uc7a5\uc18c \ud30c\uc77c %1$s\uc774(\uac00) \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_FILE_KEYMANAGER_CANNOT_DETERMINE_FILE_46=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-key-store-file \uad6c\uc131 \uc18d\uc131 \uac12\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_FILE_KEYMANAGER_DESCRIPTION_TYPE_47=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ud0a4 \uc800\uc7a5\uc18c\uc5d0 \ub300\ud55c \ud0a4 \uc800\uc7a5\uc18c \uc720\ud615\uc785\ub2c8\ub2e4. \uc720\ud6a8\ud55c \uac12\uc740 'JKS' \ubc0f 'PKCS12'\ub97c \ud56d\uc0c1 \ud3ec\ud568\ud574\uc57c \ud558\uc9c0\ub9cc \uad6c\ud604\uc5d0 \ub530\ub77c \ud5c8\uc6a9\ub418\ub294 \uac12\uc774 \ub2e4\ub97c \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc81c\uacf5\ub41c \uac12\uc774 \uc5c6\uc744 \uacbd\uc6b0 JVM \uae30\ubcf8\uac12\uc774 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \ub0b4\uc6a9\uc740 \ub2e4\uc74c\uc5d0 \ud0a4 \uad00\ub9ac\uc790\uc5d0 \uc561\uc138\uc2a4\ud560 \ub54c \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_FILE_KEYMANAGER_CANNOT_DETERMINE_TYPE_48=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-key-store-type \uad6c\uc131 \uc18d\uc131 \uac12\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_FILE_KEYMANAGER_DESCRIPTION_PIN_PROPERTY_49=\ud30c\uc77c \uae30\ubc18 \ud0a4 \uad00\ub9ac\uc790\uc5d0 \uc561\uc138\uc2a4\ud558\ub294 \ub370 \ud544\uc694\ud55c \uc77c\ubc18 \ud14d\uc2a4\ud2b8 PIN\uc744 \ud3ec\ud568\ud558\ub294 Java \ub4f1\ub85d \uc815\ubcf4\uc758 \uc774\ub984\uc785\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \ub0b4\uc6a9\uc740 \ub2e4\uc74c\uc5d0 \ud0a4 \uad00\ub9ac\uc790\uc5d0 \uc561\uc138\uc2a4\ud560 \ub54c \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_FILE_KEYMANAGER_PIN_PROPERTY_NOT_SET_50=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 ds-cfg-key-store-pin-property \uc18d\uc131\uc5d0 \uc9c0\uc815\ub41c Java \ub4f1\ub85d \uc815\ubcf4 %1$s\uc5d0 \ud30c\uc77c \uae30\ubc18 \ud0a4 \uad00\ub9ac\uc790\uc5d0 \uc561\uc138\uc2a4\ud558\ub294 \ub370 \ud544\uc694\ud55c PIN\uc774 \ub4e4\uc5b4 \uc788\uc5b4\uc57c \ud558\ub294\ub370 \uc774 \ub4f1\ub85d \uc815\ubcf4\uac00 \uc124\uc815\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_FILE_KEYMANAGER_CANNOT_DETERMINE_PIN_PROPERTY_51=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-key-store-pin-property \uad6c\uc131 \uc18d\uc131 \uac12\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_FILE_KEYMANAGER_DESCRIPTION_PIN_ENVAR_52=\ud30c\uc77c \uae30\ubc18 \ud0a4 \uad00\ub9ac\uc790\uc5d0 \uc561\uc138\uc2a4\ud558\ub294 \ub370 \ud544\uc694\ud55c \uc77c\ubc18 \ud14d\uc2a4\ud2b8 PIN\uc744 \ud3ec\ud568\ud558\ub294 \ud658\uacbd \ubcc0\uc218\uc758 \uc774\ub984\uc785\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \ub0b4\uc6a9\uc740 \ub2e4\uc74c\uc5d0 \ud0a4 \uad00\ub9ac\uc790\uc5d0 \uc561\uc138\uc2a4\ud560 \ub54c \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_FILE_KEYMANAGER_PIN_ENVAR_NOT_SET_53=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 ds-cfg-key-store-pin-environment-variable \uc18d\uc131\uc5d0 \uc9c0\uc815\ub41c \ud658\uacbd \ubcc0\uc218 %1$s\uc5d0 \ud30c\uc77c \uae30\ubc18 \ud0a4 \uad00\ub9ac\uc790\uc5d0 \uc561\uc138\uc2a4\ud558\ub294 \ub370 \ud544\uc694\ud55c PIN\uc774 \ub4e4\uc5b4 \uc788\uc5b4\uc57c \ud558\ub294\ub370 \uc774 \ub4f1\ub85d \uc815\ubcf4\uac00 \uc124\uc815\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_FILE_KEYMANAGER_CANNOT_DETERMINE_PIN_ENVAR_54=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-key-store-pin-environment-variable \uad6c\uc131 \uc18d\uc131 \uac12\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_FILE_KEYMANAGER_DESCRIPTION_PIN_FILE_55=\ud30c\uc77c \uae30\ubc18 \ud0a4 \uad00\ub9ac\uc790\uc5d0 \uc561\uc138\uc2a4\ud558\ub294 \ub370 \ud544\uc694\ud55c \uc77c\ubc18 \ud14d\uc2a4\ud2b8 PIN\uc744 \ud3ec\ud568\ud558\ub294 \ud55c \uc904\ub85c \ub41c \ud14d\uc2a4\ud2b8 \ud30c\uc77c\uc758 \uacbd\ub85c\uc785\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \ub0b4\uc6a9\uc740 \ub2e4\uc74c\uc5d0 \ud0a4 \uad00\ub9ac\uc790\uc5d0 \uc561\uc138\uc2a4\ud560 \ub54c \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_FILE_KEYMANAGER_PIN_NO_SUCH_FILE_56=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 ds-cfg-key-store-pin-file \uc18d\uc131\uc5d0 \uc9c0\uc815\ub41c \ud30c\uc77c %1$s\uc5d0 \ud30c\uc77c \uae30\ubc18 \ud0a4 \uad00\ub9ac\uc790\uc5d0 \uc561\uc138\uc2a4\ud558\ub294 \ub370 \ud544\uc694\ud55c PIN\uc774 \ub4e4\uc5b4 \uc788\uc5b4\uc57c \ud558\ub294\ub370 \uc774 \ud30c\uc77c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_FILE_KEYMANAGER_PIN_FILE_CANNOT_READ_57=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 ds-cfg-key-store-pin-file \uad6c\uc131 \uc18d\uc131\uc5d0 \uc9c0\uc815\ub41c \ud30c\uc77c %1$s\uc5d0\uc11c \ud0a4 \uc800\uc7a5\uc18c PIN\uc744 \uc77d\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s |
| | | SEVERE_ERR_FILE_KEYMANAGER_PIN_FILE_EMPTY_58=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 ds-cfg-key-store-pin-file \uc18d\uc131\uc5d0 \uc9c0\uc815\ub41c \ud30c\uc77c %1$s\uc5d0 \ud30c\uc77c \uae30\ubc18 \ud0a4 \uad00\ub9ac\uc790\uc5d0 \uc561\uc138\uc2a4\ud558\ub294 \ub370 \ud544\uc694\ud55c PIN\uc774 \ub4e4\uc5b4 \uc788\uc5b4\uc57c \ud558\ub294\ub370 \uc774 \ud30c\uc77c\uc774 \ube44\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_FILE_KEYMANAGER_CANNOT_DETERMINE_PIN_FILE_59=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-key-store-pin-file \uad6c\uc131 \uc18d\uc131 \uac12\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_FILE_KEYMANAGER_CANNOT_DETERMINE_PIN_FROM_ATTR_60=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-key-store-pin \uad6c\uc131 \uc18d\uc131 \uac12\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_FILE_KEYMANAGER_NO_PIN_61=\uad6c\uc131 \ud56d\ubaa9 %s\uc774(\uac00) \ud30c\uc77c \uae30\ubc18 \ud0a4 \uad00\ub9ac\uc790\uc758 \ub0b4\uc6a9\uc5d0 \uc561\uc138\uc2a4\ud558\ub294 \ub370 \ud544\uc694\ud55c PIN \ud655\uc778 \ubc29\ubc95\uc744 \uc9c0\uc815\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. PIN\uc740 Java \ub4f1\ub85d \uc815\ubcf4(ds-cfg-key-store-pin-property \uc18d\uc131\uc73c\ub85c \uc9c0\uc815), \ud658\uacbd \ubcc0\uc218(ds-cfg-key-store-pin-environment-variable \uc18d\uc131\uc73c\ub85c \uc9c0\uc815) \ub610\ub294 \ud14d\uc2a4\ud2b8 \ud30c\uc77c(ds-cfg-key-store-pin-file \uc18d\uc131\uc73c\ub85c \uc9c0\uc815)\ub85c \uc9c0\uc815\ud558\uac70\ub098 ds-cfg-key-store-pin \uc18d\uc131\uc744 \uc0ac\uc6a9\ud558\uc5ec \ud56d\ubaa9\uc5d0\uc11c \uc9c1\uc811 \uc9c0\uc815\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_FILE_KEYMANAGER_CANNOT_LOAD_62=\ud30c\uc77c %s\uc5d0\uc11c \ud0a4 \uc800\uc7a5\uc18c \ub0b4\uc6a9\uc744 \ub85c\ub4dc\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_FILE_KEYMANAGER_INVALID_TYPE_63=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 ds-cfg-key-store-type \uc18d\uc131\uc5d0 \uc9c0\uc815\ub41c \ud0a4 \uc800\uc7a5\uc18c \uc720\ud615 %1$s\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4: %3$s |
| | | INFO_FILE_KEYMANAGER_UPDATED_FILE_64=\uad6c\uc131 \ud56d\ubaa9 %s\uc758 ds-cfg-key-store-file \uc18d\uc131 \uac12\uc774 %s(\uc73c)\ub85c \uc5c5\ub370\uc774\ud2b8\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc0c8 \uac12\uc740 \ub2e4\uc74c\uc5d0 \ud0a4 \uad00\ub9ac\uc790\uc5d0 \uc561\uc138\uc2a4\ud560 \ub54c \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | INFO_FILE_KEYMANAGER_UPDATED_TYPE_65=\uad6c\uc131 \ud56d\ubaa9 %s\uc758 ds-cfg-key-store-type \uc18d\uc131 \uac12\uc774 %s(\uc73c)\ub85c \uc5c5\ub370\uc774\ud2b8\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc0c8 \uac12\uc740 \ub2e4\uc74c\uc5d0 \ud0a4 \uad00\ub9ac\uc790\uc5d0 \uc561\uc138\uc2a4\ud560 \ub54c \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | INFO_FILE_KEYMANAGER_UPDATED_PIN_66=\ud30c\uc77c \uae30\ubc18 \ud0a4 \uad00\ub9ac\uc790\uc5d0 \uc561\uc138\uc2a4\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 PIN\uc774 \uc5c5\ub370\uc774\ud2b8\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc0c8 \uac12\uc740 \ub2e4\uc74c\uc5d0 \ud0a4 \uad00\ub9ac\uc790\uc5d0 \uc561\uc138\uc2a4\ud560 \ub54c \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | INFO_PKCS11_KEYMANAGER_DESCRIPTION_PIN_PROPERTY_67=PKCS#11 \ud0a4 \uad00\ub9ac\uc790\uc5d0 \uc561\uc138\uc2a4\ud558\ub294 \ub370 \ud544\uc694\ud55c \uc77c\ubc18 \ud14d\uc2a4\ud2b8 PIN\uc744 \ud3ec\ud568\ud558\ub294 Java \ub4f1\ub85d \uc815\ubcf4\uc758 \uc774\ub984\uc785\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \ub0b4\uc6a9\uc740 \ub2e4\uc74c\uc5d0 \ud0a4 \uad00\ub9ac\uc790\uc5d0 \uc561\uc138\uc2a4\ud560 \ub54c \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_PIN_PROPERTY_NOT_SET_68=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 ds-cfg-key-store-pin-property \uc18d\uc131\uc5d0 \uc9c0\uc815\ub41c Java \ub4f1\ub85d \uc815\ubcf4 %1$s\uc5d0 PKCS#11 \ud0a4 \uad00\ub9ac\uc790\uc5d0 \uc561\uc138\uc2a4\ud558\ub294 \ub370 \ud544\uc694\ud55c PIN\uc774 \ub4e4\uc5b4 \uc788\uc5b4\uc57c \ud558\ub294\ub370 \uc774 \ub4f1\ub85d \uc815\ubcf4\uac00 \uc124\uc815\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_CANNOT_DETERMINE_PIN_PROPERTY_69=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-key-store-pin-property \uad6c\uc131 \uc18d\uc131 \uac12\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_PKCS11_KEYMANAGER_DESCRIPTION_PIN_ENVAR_70=PKCS#11 \ud0a4 \uad00\ub9ac\uc790\uc5d0 \uc561\uc138\uc2a4\ud558\ub294 \ub370 \ud544\uc694\ud55c \uc77c\ubc18 \ud14d\uc2a4\ud2b8 PIN\uc744 \ud3ec\ud568\ud558\ub294 \ud658\uacbd \ubcc0\uc218\uc758 \uc774\ub984\uc785\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \ub0b4\uc6a9\uc740 \ub2e4\uc74c\uc5d0 \ud0a4 \uad00\ub9ac\uc790\uc5d0 \uc561\uc138\uc2a4\ud560 \ub54c \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_PIN_ENVAR_NOT_SET_71=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 ds-cfg-key-store-pin-environment-variable \uc18d\uc131\uc5d0 \uc9c0\uc815\ub41c \ud658\uacbd \ubcc0\uc218 %1$s\uc5d0 PKCS#11 \ud0a4 \uad00\ub9ac\uc790\uc5d0 \uc561\uc138\uc2a4\ud558\ub294 \ub370 \ud544\uc694\ud55c PIN\uc774 \ub4e4\uc5b4 \uc788\uc5b4\uc57c \ud558\ub294\ub370 \uc774 \ub4f1\ub85d \uc815\ubcf4\uac00 \uc124\uc815\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_CANNOT_DETERMINE_PIN_ENVAR_72=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-key-store-pin-environment-variable \uad6c\uc131 \uc18d\uc131 \uac12\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_PKCS11_KEYMANAGER_DESCRIPTION_PIN_FILE_73=PKCS#11 \ud0a4 \uad00\ub9ac\uc790\uc5d0 \uc561\uc138\uc2a4\ud558\ub294 \ub370 \ud544\uc694\ud55c \uc77c\ubc18 \ud14d\uc2a4\ud2b8 PIN\uc744 \ud3ec\ud568\ud558\ub294 \ud55c \uc904\ub85c \ub41c \ud14d\uc2a4\ud2b8 \ud30c\uc77c\uc758 \uacbd\ub85c\uc785\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \ub0b4\uc6a9\uc740 \ub2e4\uc74c\uc5d0 \ud0a4 \uad00\ub9ac\uc790\uc5d0 \uc561\uc138\uc2a4\ud560 \ub54c \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_PIN_NO_SUCH_FILE_74=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 ds-cfg-key-store-pin-file \uc18d\uc131\uc5d0 \uc9c0\uc815\ub41c \ud30c\uc77c %1$s\uc5d0 PKCS#11 \ud0a4 \uad00\ub9ac\uc790\uc5d0 \uc561\uc138\uc2a4\ud558\ub294 \ub370 \ud544\uc694\ud55c PIN\uc774 \ub4e4\uc5b4 \uc788\uc5b4\uc57c \ud558\ub294\ub370 \uc774 \ud30c\uc77c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_PIN_FILE_CANNOT_READ_75=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 ds-cfg-key-store-pin-file \uad6c\uc131 \uc18d\uc131\uc5d0 \uc9c0\uc815\ub41c \ud30c\uc77c %1$s\uc5d0\uc11c \ud0a4 \uc800\uc7a5\uc18c PIN\uc744 \uc77d\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_PIN_FILE_EMPTY_76=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 ds-cfg-key-store-pin-file \uc18d\uc131\uc5d0 \uc9c0\uc815\ub41c \ud30c\uc77c %1$s\uc5d0 PKCS#11 \ud0a4 \uad00\ub9ac\uc790\uc5d0 \uc561\uc138\uc2a4\ud558\ub294 \ub370 \ud544\uc694\ud55c PIN\uc774 \ub4e4\uc5b4 \uc788\uc5b4\uc57c \ud558\ub294\ub370 \uc774 \ud30c\uc77c\uc774 \ube44\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_CANNOT_DETERMINE_PIN_FILE_77=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-key-store-pin-file \uad6c\uc131 \uc18d\uc131 \uac12\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_PKCS11_KEYMANAGER_DESCRIPTION_PIN_ATTR_78=PKCS#11 \ud0a4 \uad00\ub9ac\uc790\uc5d0 \uc561\uc138\uc2a4\ud558\ub294 \ub370 \ud544\uc694\ud55c \uc77c\ubc18 \ud14d\uc2a4\ud2b8 PIN\uc785\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \ub0b4\uc6a9\uc740 \ub2e4\uc74c\uc5d0 \ud0a4 \uad00\ub9ac\uc790\uc5d0 \uc561\uc138\uc2a4\ud560 \ub54c \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_CANNOT_DETERMINE_PIN_FROM_ATTR_79=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-key-store-pin \uad6c\uc131 \uc18d\uc131 \uac12\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_NO_PIN_80=\uad6c\uc131 \ud56d\ubaa9 %s\uc774(\uac00) PKCS#11 \ud0a4 \uad00\ub9ac\uc790\uc758 \ub0b4\uc6a9\uc5d0 \uc561\uc138\uc2a4\ud558\ub294 \ub370 \ud544\uc694\ud55c PIN \ud655\uc778 \ubc29\ubc95\uc744 \uc9c0\uc815\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. PIN\uc740 Java \ub4f1\ub85d \uc815\ubcf4(ds-cfg-key-store-pin-property \uc18d\uc131\uc73c\ub85c \uc9c0\uc815), \ud658\uacbd \ubcc0\uc218(ds-cfg-key-store-pin-environment-variable \uc18d\uc131\uc73c\ub85c \uc9c0\uc815) \ub610\ub294 \ud14d\uc2a4\ud2b8 \ud30c\uc77c(ds-cfg-key-store-pin-file \uc18d\uc131\uc73c\ub85c \uc9c0\uc815)\ub85c \uc9c0\uc815\ud558\uac70\ub098 ds-cfg-key-store-pin \uc18d\uc131\uc744 \uc0ac\uc6a9\ud558\uc5ec \ud56d\ubaa9\uc5d0\uc11c \uc9c1\uc811 \uc9c0\uc815\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_CANNOT_LOAD_81=PKCS#11 \ud0a4 \uad00\ub9ac\uc790\uc5d0 \uc561\uc138\uc2a4\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_PKCS11_KEYMANAGER_UPDATED_PIN_82=PKCS#11 \ud0a4 \uad00\ub9ac\uc790\uc5d0 \uc561\uc138\uc2a4\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 PIN\uc774 \uc5c5\ub370\uc774\ud2b8\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc0c8 \uac12\uc740 \ub2e4\uc74c\uc5d0 \ud0a4 \uad00\ub9ac\uc790\uc5d0 \uc561\uc138\uc2a4\ud560 \ub54c \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_FILE_KEYMANAGER_CANNOT_CREATE_FACTORY_83=\ud0a4 \uc800\uc7a5\uc18c \ud30c\uc77c %s\uc758 \ub0b4\uc6a9\uc5d0 \uc561\uc138\uc2a4\ud558\uae30 \uc704\ud574 \ud0a4 \uad00\ub9ac\uc790 \ud329\ud1a0\ub9ac\ub97c \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_CANNOT_CREATE_FACTORY_84=PKCS#11 \ud0a4 \uc800\uc7a5\uc18c\uc758 \ub0b4\uc6a9\uc5d0 \uc561\uc138\uc2a4\ud558\uae30 \uc704\ud574 \ud0a4 \uad00\ub9ac\uc790 \ud329\ud1a0\ub9ac\ub97c \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_FILE_TRUSTMANAGER_DESCRIPTION_FILE_85=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \uc815\ubcf4\ub97c \ud3ec\ud568\ud558\ub294 \ud30c\uc77c\uc5d0 \ub300\ud55c \uacbd\ub85c\uc785\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \ub0b4\uc6a9\uc740 \ub2e4\uc74c\uc5d0 \ud2b8\ub7ec\uc2a4\ud2b8 \uad00\ub9ac\uc790\uc5d0 \uc561\uc138\uc2a4\ud560 \ub54c \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_NO_FILE_ATTR_86=\ud30c\uc77c \uae30\ubc18 \ud2b8\ub7ec\uc2a4\ud2b8 \uad00\ub9ac\uc790\ub97c \uc815\uc758\ud558\ub294 \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \ud30c\uc77c\uc5d0 \ub300\ud55c \uacbd\ub85c\ub97c \ubcf4\uad00\ud560 ds-cfg-trust-store-file \uc18d\uc131\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_NO_SUCH_FILE_87=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 ds-cfg-trust-store-file \uc18d\uc131\uc5d0 \uc9c0\uc815\ub41c \ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \ud30c\uc77c %1$s\uc774(\uac00) \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_DETERMINE_FILE_88=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-trust-store-file \uad6c\uc131 \uc18d\uc131 \uac12\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_FILE_TRUSTMANAGER_DESCRIPTION_TYPE_89=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c\uc5d0 \ub300\ud55c \ud0a4 \uc800\uc7a5\uc18c \uc720\ud615\uc785\ub2c8\ub2e4. \uc720\ud6a8\ud55c \uac12\uc740 'JKS' \ubc0f 'PKCS12'\ub97c \ud56d\uc0c1 \ud3ec\ud568\ud574\uc57c \ud558\uc9c0\ub9cc \uad6c\ud604\uc5d0 \ub530\ub77c \ud5c8\uc6a9\ub418\ub294 \uac12\uc774 \ub2e4\ub97c \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc81c\uacf5\ub41c \uac12\uc774 \uc5c6\uc744 \uacbd\uc6b0 JVM \uae30\ubcf8\uac12\uc774 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \ub0b4\uc6a9\uc740 \ub2e4\uc74c\uc5d0 \ud2b8\ub7ec\uc2a4\ud2b8 \uad00\ub9ac\uc790\uc5d0 \uc561\uc138\uc2a4\ud560 \ub54c \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_DETERMINE_TYPE_90=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-trust-store-type \uad6c\uc131 \uc18d\uc131 \uac12\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_FILE_TRUSTMANAGER_DESCRIPTION_PIN_PROPERTY_91=\ud30c\uc77c \uae30\ubc18 \ud2b8\ub7ec\uc2a4\ud2b8 \uad00\ub9ac\uc790\uc5d0 \uc561\uc138\uc2a4\ud558\ub294 \ub370 \ud544\uc694\ud55c \uc77c\ubc18 \ud14d\uc2a4\ud2b8 PIN\uc744 \ud3ec\ud568\ud558\ub294 Java \ub4f1\ub85d \uc815\ubcf4\uc758 \uc774\ub984\uc785\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \ub0b4\uc6a9\uc740 \ub2e4\uc74c\uc5d0 \ud2b8\ub7ec\uc2a4\ud2b8 \uad00\ub9ac\uc790\uc5d0 \uc561\uc138\uc2a4\ud560 \ub54c \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_PIN_PROPERTY_NOT_SET_92=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 ds-cfg-trust-store-pin-property \uc18d\uc131\uc5d0 \uc9c0\uc815\ub41c Java \ub4f1\ub85d \uc815\ubcf4 %1$s\uc5d0 \ud30c\uc77c \uae30\ubc18 \ud2b8\ub7ec\uc2a4\ud2b8 \uad00\ub9ac\uc790\uc5d0 \uc561\uc138\uc2a4\ud558\ub294 \ub370 \ud544\uc694\ud55c PIN\uc774 \ub4e4\uc5b4 \uc788\uc5b4\uc57c \ud558\ub294\ub370 \uc774 \ub4f1\ub85d \uc815\ubcf4\uac00 \uc124\uc815\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_DETERMINE_PIN_PROPERTY_93=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-trust-store-pin-property \uad6c\uc131 \uc18d\uc131 \uac12\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_FILE_TRUSTMANAGER_DESCRIPTION_PIN_ENVAR_94=\ud30c\uc77c \uae30\ubc18 \ud2b8\ub7ec\uc2a4\ud2b8 \uad00\ub9ac\uc790\uc5d0 \uc561\uc138\uc2a4\ud558\ub294 \ub370 \ud544\uc694\ud55c \uc77c\ubc18 \ud14d\uc2a4\ud2b8 PIN\uc744 \ud3ec\ud568\ud558\ub294 \ud658\uacbd \ubcc0\uc218\uc758 \uc774\ub984\uc785\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \ub0b4\uc6a9\uc740 \ub2e4\uc74c\uc5d0 \ud2b8\ub7ec\uc2a4\ud2b8 \uad00\ub9ac\uc790\uc5d0 \uc561\uc138\uc2a4\ud560 \ub54c \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_PIN_ENVAR_NOT_SET_95=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 ds-cfg-trust-store-pin-environment-variable \uc18d\uc131\uc5d0 \uc9c0\uc815\ub41c \ud658\uacbd \ubcc0\uc218 %1$s\uc5d0 \ud30c\uc77c \uae30\ubc18 \ud2b8\ub7ec\uc2a4\ud2b8 \uad00\ub9ac\uc790\uc5d0 \uc561\uc138\uc2a4\ud558\ub294 \ub370 \ud544\uc694\ud55c PIN\uc774 \ub4e4\uc5b4 \uc788\uc5b4\uc57c \ud558\ub294\ub370 \uc774 \ub4f1\ub85d \uc815\ubcf4\uac00 \uc124\uc815\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_DETERMINE_PIN_ENVAR_96=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-trust-store-pin-environment-variable \uad6c\uc131 \uc18d\uc131 \uac12\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_FILE_TRUSTMANAGER_DESCRIPTION_PIN_FILE_97=\ud30c\uc77c \uae30\ubc18 \ud2b8\ub7ec\uc2a4\ud2b8 \uad00\ub9ac\uc790\uc5d0 \uc561\uc138\uc2a4\ud558\ub294 \ub370 \ud544\uc694\ud55c \uc77c\ubc18 \ud14d\uc2a4\ud2b8 PIN\uc744 \ud3ec\ud568\ud558\ub294 \ud55c \uc904\ub85c \ub41c \ud14d\uc2a4\ud2b8 \ud30c\uc77c\uc758 \uacbd\ub85c\uc785\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \ub0b4\uc6a9\uc740 \ub2e4\uc74c\uc5d0 \ud2b8\ub7ec\uc2a4\ud2b8 \uad00\ub9ac\uc790\uc5d0 \uc561\uc138\uc2a4\ud560 \ub54c \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_PIN_NO_SUCH_FILE_98=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 ds-cfg-trust-store-pin-file \uc18d\uc131\uc5d0 \uc9c0\uc815\ub41c \ud30c\uc77c %1$s\uc5d0 \ud30c\uc77c \uae30\ubc18 \ud2b8\ub7ec\uc2a4\ud2b8 \uad00\ub9ac\uc790\uc5d0 \uc561\uc138\uc2a4\ud558\ub294 \ub370 \ud544\uc694\ud55c PIN\uc774 \ub4e4\uc5b4 \uc788\uc5b4\uc57c \ud558\ub294\ub370 \uc774 \ud30c\uc77c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_PIN_FILE_CANNOT_READ_99=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 ds-cfg-trust-store-pin-file \uad6c\uc131 \uc18d\uc131\uc5d0 \uc9c0\uc815\ub41c \ud30c\uc77c %1$s\uc5d0\uc11c \ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c PIN\uc744 \uc77d\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_PIN_FILE_EMPTY_100=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 ds-cfg-trust-store-pin-file \uc18d\uc131\uc5d0 \uc9c0\uc815\ub41c \ud30c\uc77c %1$s\uc5d0 \ud30c\uc77c \uae30\ubc18 \ud2b8\ub7ec\uc2a4\ud2b8 \uad00\ub9ac\uc790\uc5d0 \uc561\uc138\uc2a4\ud558\ub294 \ub370 \ud544\uc694\ud55c PIN\uc774 \ub4e4\uc5b4 \uc788\uc5b4\uc57c \ud558\ub294\ub370 \uc774 \ud30c\uc77c\uc774 \ube44\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_DETERMINE_PIN_FILE_101=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-trust-store-pin-file \uad6c\uc131 \uc18d\uc131 \uac12\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_FILE_TRUSTMANAGER_DESCRIPTION_PIN_ATTR_102=\ud30c\uc77c \uae30\ubc18 \ud2b8\ub7ec\uc2a4\ud2b8 \uad00\ub9ac\uc790\uc5d0 \uc561\uc138\uc2a4\ud558\ub294 \ub370 \ud544\uc694\ud55c \uc77c\ubc18 \ud14d\uc2a4\ud2b8 PIN\uc785\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \ub0b4\uc6a9\uc740 \ub2e4\uc74c\uc5d0 \ud2b8\ub7ec\uc2a4\ud2b8 \uad00\ub9ac\uc790\uc5d0 \uc561\uc138\uc2a4\ud560 \ub54c \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_DETERMINE_PIN_FROM_ATTR_103=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-trust-store-pin \uad6c\uc131 \uc18d\uc131 \uac12\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_LOAD_104=\ud30c\uc77c %s\uc5d0\uc11c \ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \ub0b4\uc6a9\uc744 \ub85c\ub4dc\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_CREATE_FACTORY_105=\ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \ud30c\uc77c %s\uc758 \ub0b4\uc6a9\uc5d0 \uc561\uc138\uc2a4\ud558\uae30 \uc704\ud574 \ud2b8\ub7ec\uc2a4\ud2b8 \uad00\ub9ac\uc790 \ud329\ud1a0\ub9ac\ub97c \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_INVALID_TYPE_106=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 ds-cfg-trust-store-type \uc18d\uc131\uc5d0 \uc9c0\uc815\ub41c \ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \uc720\ud615 %1$s\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4: %3$s |
| | | INFO_FILE_TRUSTMANAGER_UPDATED_FILE_107=\uad6c\uc131 \ud56d\ubaa9 %s\uc758 ds-cfg-trust-store-file \uc18d\uc131 \uac12\uc774 %s(\uc73c)\ub85c \uc5c5\ub370\uc774\ud2b8\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc0c8 \uac12\uc740 \ub2e4\uc74c\uc5d0 \ud2b8\ub7ec\uc2a4\ud2b8 \uad00\ub9ac\uc790\uc5d0 \uc561\uc138\uc2a4\ud560 \ub54c \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | INFO_FILE_TRUSTMANAGER_UPDATED_TYPE_108=\uad6c\uc131 \ud56d\ubaa9 %s\uc758 ds-cfg-trust-store-type \uc18d\uc131 \uac12\uc774 %s(\uc73c)\ub85c \uc5c5\ub370\uc774\ud2b8\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc0c8 \uac12\uc740 \ub2e4\uc74c\uc5d0 \ud2b8\ub7ec\uc2a4\ud2b8 \uad00\ub9ac\uc790\uc5d0 \uc561\uc138\uc2a4\ud560 \ub54c \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | INFO_FILE_TRUSTMANAGER_UPDATED_PIN_109=\ud30c\uc77c \uae30\ubc18 \ud2b8\ub7ec\uc2a4\ud2b8 \uad00\ub9ac\uc790\uc5d0 \uc561\uc138\uc2a4\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 PIN\uc774 \uc5c5\ub370\uc774\ud2b8\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc0c8 \uac12\uc740 \ub2e4\uc74c\uc5d0 \ud2b8\ub7ec\uc2a4\ud2b8 \uad00\ub9ac\uc790\uc5d0 \uc561\uc138\uc2a4\ud560 \ub54c \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_NULL_SECURITY_PROVIDER_READ_ERROR_110=null \uc5f0\uacb0 \ubcf4\uc548 \uacf5\uae09\uc790\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud074\ub77c\uc774\uc5b8\ud2b8\uc5d0\uc11c \ub370\uc774\ud130\ub97c \uc77d\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_NULL_SECURITY_PROVIDER_WRITE_ERROR_111=null \uc5f0\uacb0 \ubcf4\uc548 \uacf5\uae09\uc790\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud074\ub77c\uc774\uc5b8\ud2b8\uc5d0 \ub370\uc774\ud130\ub97c \uc4f0\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_TLS_SECURITY_PROVIDER_CANNOT_INITIALIZE_112=TLS \uc5f0\uacb0 \ubcf4\uc548 \uacf5\uae09\uc790\uc5d0 \uc0ac\uc6a9\ud560 SSL \ucee8\ud14d\uc2a4\ud2b8\ub97c \ucd08\uae30\ud654\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_TLS_SECURITY_PROVIDER_UNEXPECTED_UNWRAP_STATUS_113=\ud074\ub77c\uc774\uc5b8\ud2b8\uc5d0\uc11c \uc77d\uc740 \uc554\ud638\ud654\ub41c \ub370\uc774\ud130\ub97c \ub798\ud551 \ud574\uc81c\ud558\ub294 \ub3d9\uc548 TLS \uc5f0\uacb0 \ubcf4\uc548 \uacf5\uae09\uc790\uc5d0 \uc608\uae30\uce58 \uc54a\uc740 \uc0c1\ud0dc \uacb0\uacfc\uac00 \ubc18\ud658\ub418\uc5c8\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_TLS_SECURITY_PROVIDER_READ_ERROR_114=TLS \uc5f0\uacb0 \ubcf4\uc548 \uacf5\uae09\uc790\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud074\ub77c\uc774\uc5b8\ud2b8\uc5d0\uc11c \ub370\uc774\ud130\ub97c \uc77d\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_TLS_SECURITY_PROVIDER_WRITE_NEEDS_UNWRAP_115=TLS \uc5f0\uacb0 \ubcf4\uc548 \uacf5\uae09\uc790\ub97c \ud1b5\ud574 \ud074\ub77c\uc774\uc5b8\ud2b8\uc5d0 \ub370\uc774\ud130\ub97c \uc4f0\ub294 \ub3d9\uc548 SSL \ud611\uc0c1\uc744 \uc218\ud589\ud558\ub824\uba74 \ud074\ub77c\uc774\uc5b8\ud2b8\uc5d0\uc11c \ub370\uc774\ud130\ub97c \uc77d\uc5b4\uc57c \ud558\ub294 \uac83\uc73c\ub85c SSL\uc5d0 \ud45c\uc2dc\ub418\uc9c0\ub9cc \uc77d\uc744 \ub370\uc774\ud130\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. \uc774\ub294 \uc608\uae30\uce58 \uc54a\uc740 \uc0c1\ud669\uc774\uba70 \ub2e4\ub978 \ud074\ub77c\uc774\uc5b8\ud2b8 \uc5f0\uacb0\uc744 \ucc28\ub2e8\ud558\uc9c0 \uc54a\uace0\ub294 \uc774 \ud074\ub77c\uc774\uc5b8\ud2b8 \uc5f0\uacb0\uc5d0\uc11c \ucc98\ub9ac\ub97c \uacc4\uc18d\ud560 \uc218 \uc5c6\uc73c\ubbc0\ub85c \uc5f0\uacb0\uc774 \ub2eb\ud799\ub2c8\ub2e4. |
| | | SEVERE_ERR_TLS_SECURITY_PROVIDER_UNEXPECTED_WRAP_STATUS_116=\ud074\ub77c\uc774\uc5b8\ud2b8\uc5d0 \uc4f0\uae30 \uc704\ud574 \uc77c\ubc18 \ud14d\uc2a4\ud2b8 \ub370\uc774\ud130\ub97c \ub798\ud551\ud558\ub294 \ub3d9\uc548 TLS \uc5f0\uacb0 \ubcf4\uc548 \uacf5\uae09\uc790\uc5d0 \uc608\uae30\uce58 \uc54a\uc740 \uc0c1\ud0dc \uacb0\uacfc\uac00 \ubc18\ud658\ub418\uc5c8\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_TLS_SECURITY_PROVIDER_WRITE_ERROR_117=TLS \uc5f0\uacb0 \ubcf4\uc548 \uacf5\uae09\uc790\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud074\ub77c\uc774\uc5b8\ud2b8\uc5d0 \ub370\uc774\ud130\ub97c \uc4f0\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_SEDCM_NO_PEER_CERTIFICATE_118=\ud53c\uc5b4 \uc778\uc99d\uc11c\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uc778\uc99d\uc11c \uccb4\uc778\uc744 \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc5d0 \ub9e4\ud551\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SEDCM_PEER_CERT_NOT_X509_119=\ud53c\uc5b4 \uc778\uc99d\uc11c\uac00 X.509 \uc778\uc99d\uc11c\uac00 \uc544\ub2c8\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uc778\uc99d\uc11c \uccb4\uc778\uc744 \uc0ac\uc6a9\uc790\uc5d0\uac8c \ub9e4\ud551\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4(\ud53c\uc5b4 \uc778\uc99d\uc11c \ud615\uc2dd: %s). |
| | | MILD_ERR_SEDCM_CANNOT_DECODE_SUBJECT_AS_DN_120=\ud53c\uc5b4 \uc778\uc99d\uc11c \uc8fc\uc81c \u20a9"%s\u20a9"\uc744(\ub97c) LDAP DN\uc73c\ub85c \ud574\ub3c5\ud558\uc9c0 \ubabb\ud588\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uc778\uc99d\uc11c \uccb4\uc778\uc744 \uc0ac\uc6a9\uc790\uc5d0\uac8c \ub9e4\ud551\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_SEDCM_CANNOT_GET_ENTRY_121=DN\uc774 \u20a9"%s\u20a9"\uc778 \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc744 \uac80\uc0c9\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uc778\uc99d\uc11c \uccb4\uc778\uc744 \uc0ac\uc6a9\uc790\uc5d0\uac8c \ub9e4\ud551\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_SEDCM_NO_USER_FOR_DN_122=DN\uc774 %s\uc778 \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc774 \uc5c6\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uc778\uc99d\uc11c \uccb4\uc778\uc744 \uc0ac\uc6a9\uc790\uc5d0\uac8c \ub9e4\ud551\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SASLEXTERNAL_NO_CLIENT_CONNECTION_123=\uad00\ub828 \ubc14\uc778\ub4dc \uc694\uccad\uc5d0 \ud074\ub77c\uc774\uc5b8\ud2b8 \uc5f0\uacb0\uc5d0 \ub300\ud55c \ucc38\uc870\uac00 \uc5c6\uae30 \ub54c\ubb38\uc5d0 SASL EXTERNAL \ubc14\uc778\ub4dc \uc694\uccad\uc744 \ucc98\ub9ac\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SASLEXTERNAL_NO_SECURITY_PROVIDER_124=\uad00\ub828 \ud074\ub77c\uc774\uc5b8\ud2b8 \uc5f0\uacb0\uc5d0 \ubcf4\uc548 \uacf5\uae09\uc790\uac00 \uc5c6\uae30 \ub54c\ubb38\uc5d0 SASL EXTERNAL \ubc14\uc778\ub4dc \uc694\uccad\uc744 \ucc98\ub9ac\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SASLEXTERNAL_CLIENT_NOT_USING_TLS_PROVIDER_125=\ud074\ub77c\uc774\uc5b8\ud2b8 \uc5f0\uacb0\uc5d0\uc11c TLS \ubcf4\uc548 \uacf5\uae09\uc790\ub97c \uc0ac\uc6a9\ud558\uc9c0 \uc54a\uae30 \ub54c\ubb38\uc5d0 SASL EXTERNAL \ubc14\uc778\ub4dc \uc694\uccad\uc744 \ucc98\ub9ac\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4(\ud074\ub77c\uc774\uc5b8\ud2b8 \ubcf4\uc548 \uacf5\uae09\uc790: %s). SASL EXTERNAL \uc778\uc99d\uc744 \uc0ac\uc6a9\ud558\ub824\ub294 \ud074\ub77c\uc774\uc5b8\ud2b8\uc758 \uacbd\uc6b0 TLS \ubcf4\uc548 \uacf5\uae09\uc790\uac00 \ud544\uc694\ud569\ub2c8\ub2e4. |
| | | MILD_ERR_SASLEXTERNAL_NO_CLIENT_CERT_126=\ud074\ub77c\uc774\uc5b8\ud2b8\uac00 SSL/TLS \ud611\uc0c1 \uacfc\uc815 \uc911 \uc778\uc99d\uc11c \uccb4\uc778\uc744 \uc81c\uacf5\ud558\uc9c0 \uc54a\uc558\uae30 \ub54c\ubb38\uc5d0 SASL EXTERNAL \ubc14\uc778\ub4dc \uc694\uccad\uc744 \ucc98\ub9ac\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SASLEXTERNAL_NO_MAPPING_127=\ud074\ub77c\uc774\uc5b8\ud2b8\uac00 SSL/TLS \ud611\uc0c1 \uacfc\uc815 \uc911 \uc81c\uacf5\ud55c \uc778\uc99d\uc11c \uccb4\uc778\uc744 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc758 \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc5d0 \ub9e4\ud551\ud558\uc9c0 \ubabb\ud588\uae30 \ub54c\ubb38\uc5d0 SASL EXTERNAL \ubc14\uc778\ub4dc \uc694\uccad\uc774 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_STARTTLS_NO_CLIENT_CONNECTION_128=\uae30\ubcf8 \ud074\ub77c\uc774\uc5b8\ud2b8 \uc5f0\uacb0\uc744 \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uae30 \ub54c\ubb38\uc5d0 \uc774 \uc5f0\uacb0\uc5d0\uc11c StartTLS\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_STARTTLS_NOT_TLS_CAPABLE_129=\uc774 \uc5f0\uacb0 \uc720\ud615\uc5d0\uc11c StartTLS\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud1b5\uc2e0\uc744 \ubcf4\ud638\ud560 \uc218 \uc5c6\uae30 \ub54c\ubb38\uc5d0 \uc774 \ud074\ub77c\uc774\uc5b8\ud2b8 \uc5f0\uacb0\uc5d0\uc11c StartTLS\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_STARTTLS_ERROR_ON_ENABLE_130=StartTLS\ub97c \uc704\ud574 \ud074\ub77c\uc774\uc5b8\ud2b8 \uc5f0\uacb0\uc5d0\uc11c TLS \uc5f0\uacb0 \ubcf4\uc548 \uad00\ub9ac\uc790\ub97c \ud65c\uc131\ud654\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_SASLEXTERNAL_DESCRIPTION_VALIDATION_POLICY_131=SASL EXTERNAL \uba54\ucee4\ub2c8\uc998 \ucc98\ub9ac\uae30\uac00 \ud53c\uc5b4 \uc778\uc99d\uc11c\ub97c \ud574\ub2f9 \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc758 \uc778\uc99d\uc11c\uc640 \ube44\uad50\ud558\uc5ec \uac80\uc99d\ud574\uc57c \ud558\ub294\uc9c0 \uc5ec\ubd80\ub97c \ub098\ud0c0\ub0c5\ub2c8\ub2e4. \uac12\uc740 "true"(\uc778\uc99d\uc11c\ub97c \ud56d\uc0c1 \uac80\uc99d\ud558\uace0 \uc778\uc99d\uc11c\uac00 \uc5c6\ub294 \uacbd\uc6b0 \uc624\ub958 \ubc1c\uc0dd), "false"(\ud53c\uc5b4 \uc778\uc99d\uc11c \uac80\uc99d \uc548 \ud568) \ubc0f "ifpresent"(\uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc5d0 \uc778\uc99d\uc11c\uac00 \ud558\ub098 \uc774\uc0c1 \uc788\ub294 \uacbd\uc6b0\uc5d0\ub294 \ud53c\uc5b4 \uc778\uc99d\uc11c\ub97c \uac80\uc99d\ud558\uace0 \ud56d\ubaa9\uc5d0 \uc778\uc99d\uc11c\uac00 \uc5c6\ub294 \uacbd\uc6b0\uc5d0\ub294 \uc624\ub958 \ubc1c\uc0dd) \uc911 \ud558\ub098\uc785\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \ub0b4\uc6a9\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_SASLEXTERNAL_INVALID_VALIDATION_VALUE_132=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc798\ubabb\ub41c ds-cfg-certificate-validation-policy \uc18d\uc131 \uac12 %s\uc774(\uac00) \uc788\uc2b5\ub2c8\ub2e4. \uac12\uc740 "always", "never" \ub610\ub294 "ifpresent" \uc911 \ud558\ub098\uc5ec\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_SASLEXTERNAL_CANNOT_GET_VALIDATION_POLICY_133=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-certificate-validation-policy \uc18d\uc131 \uac12\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_SASLEXTERNAL_DESCRIPTION_CERTIFICATE_ATTRIBUTE_134=\uac80\uc99d\uc744 \uc704\ud574 \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc5d0 \uc778\uc99d\uc11c \uc815\ubcf4\ub97c \ubcf4\uad00\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 \uc18d\uc131\uc758 \uc774\ub984\uc785\ub2c8\ub2e4. \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub41c \uc720\ud6a8\ud55c \uc18d\uc131 \uc720\ud615\uc758 \uc774\ub984\uc744 \uc9c0\uc815\ud574\uc57c \ud569\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \ub0b4\uc6a9\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_SASLEXTERNAL_CANNOT_GET_CERT_ATTR_135=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-certificate-attribute \uc18d\uc131 \uac12\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_SASLEXTERNAL_UNKNOWN_CERT_ATTR_136=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 ds-cfg-certificate-attribute \uad6c\uc131 \uc18d\uc131\uc5d0\uc11c \ucc38\uc870\ub418\ub294 %1$s \uc18d\uc131\uc774 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc5c6\uc2b5\ub2c8\ub2e4. SASL EXTERNAL \uc778\uc99d \uacfc\uc815 \uc911 \uc778\uc99d\uc11c\ub97c \uac80\uc99d\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 \uc18d\uc131\uc774 \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | MILD_ERR_SASLEXTERNAL_NO_CERT_IN_ENTRY_137=\ub9e4\ud551\ub41c \uc0ac\uc6a9\uc790 \ud56d\ubaa9 %s\uc5d0 \uc81c\uacf5\ub41c \ud53c\uc5b4 \uc778\uc99d\uc11c\ub97c \ud655\uc778\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 \uc778\uc99d\uc11c\uac00 \uc5c6\uae30 \ub54c\ubb38\uc5d0 SASL EXTERNAL\uc744 \ud1b5\ud574 \uc778\uc99d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SASLEXTERNAL_PEER_CERT_NOT_FOUND_138=\ub9e4\ud551\ub41c \uc0ac\uc6a9\uc790 \ud56d\ubaa9 %s\uc5d0 \ud074\ub77c\uc774\uc5b8\ud2b8\uac00 \uc81c\uacf5\ud55c \ud53c\uc5b4 \uc778\uc99d\uc11c\uac00 \uc5c6\uae30 \ub54c\ubb38\uc5d0 SASL EXTERNAL\uc744 \ud1b5\ud574 \uc778\uc99d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SASLEXTERNAL_CANNOT_VALIDATE_CERT_139=\uc0ac\uc6a9\uc790 \ud56d\ubaa9 %s\uc758 \uc778\uc99d\uc11c\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud074\ub77c\uc774\uc5b8\ud2b8\uac00 \uc81c\uacf5\ud55c \ud53c\uc5b4 \uc778\uc99d\uc11c\ub97c \uac80\uc99d\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_SASLEXTERNAL_UPDATED_VALIDATION_POLICY_140=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-certificate-validation-policy \uc18d\uc131\uc774 \uc5c5\ub370\uc774\ud2b8\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc0c8 \ud074\ub77c\uc774\uc5b8\ud2b8 \uc778\uc99d\uc11c \uac80\uc99d \uc815\ucc45\uc740 %s\uc785\ub2c8\ub2e4. |
| | | INFO_SASLEXTERNAL_UPDATED_CERT_ATTR_141=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-certificate-attribute \uc18d\uc131\uc774 \uc5c5\ub370\uc774\ud2b8\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc774\uc81c \ud53c\uc5b4 \uc778\uc99d\uc11c\ub97c \uac80\uc99d\ud560 \ub54c %s \uc18d\uc131\uc774 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. |
| | | INFO_SASLPLAIN_DESCRIPTION_USERNAME_ATTRIBUTE_142=SASL PLAIN \uc778\uc99d \uacfc\uc815 \uc911 \uc81c\uacf5\ub41c authcID/authzID\ub97c \uae30\ubc18\uc73c\ub85c \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc744 \uc2dd\ubcc4\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 \uc18d\uc131\uc758 \uc774\ub984\uc785\ub2c8\ub2e4. \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub41c \uc720\ud6a8\ud55c \uc18d\uc131 \uc720\ud615\uc758 \uc774\ub984\uc744 \uc9c0\uc815\ud574\uc57c \ud569\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \ub0b4\uc6a9\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_SASLPLAIN_CANNOT_GET_USERNAME_ATTR_143=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-user-name-attribute \uc18d\uc131 \uac12\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_SASLPLAIN_UNKNOWN_USERNAME_ATTR_144=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 ds-cfg-user-name-attribute \uad6c\uc131 \uc18d\uc131\uc5d0\uc11c \ucc38\uc870\ub418\ub294 %1$s \uc18d\uc131\uc774 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc5c6\uc2b5\ub2c8\ub2e4. SASL PLAIN \uc778\uc99d \uacfc\uc815 \uc911 \uc0ac\uc6a9\uc790 \uc774\ub984\uc744 \uc870\ud68c\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 \uc18d\uc131\uc774 \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | INFO_SASLPLAIN_DESCRIPTION_USER_BASE_DN_145=SASL PLAIN \uc778\uc99d \uacfc\uc815 \uc911 \uc81c\uacf5\ub41c authcID/authzID\ub97c \uae30\ubc18\uc73c\ub85c \ud56d\ubaa9\uc744 \uac80\uc0c9\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 \uae30\ubcf8 DN\uc785\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \ub0b4\uc6a9\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_SASLPLAIN_CANNOT_GET_USER_BASE_DN_146=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-user-base-dn \uc18d\uc131 \uac12\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_SASLPLAIN_NO_SASL_CREDENTIALS_147=SASL PLAIN \uc778\uc99d\uc744 \uc0ac\uc6a9\ud558\ub824\uba74 SASL \uc790\uaca9 \uc99d\uba85\uc744 \uc81c\uacf5\ud574\uc57c \ud558\ub294\ub370 \ubc14\uc778\ub4dc \uc694\uccad\uc5d0 SASL \uc790\uaca9 \uc99d\uba85\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SASLPLAIN_NO_NULLS_IN_CREDENTIALS_148=SASL PLAIN \ubc14\uc778\ub4dc \uc694\uccad\uc5d0 NULL \ubb38\uc790\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uad8c\ud55c \ubd80\uc5ec \uc544\uc774\ub514\uc640 \uc778\uc99d \uc544\uc774\ub514 \uc0ac\uc774, \uc778\uc99d \uc544\uc774\ub514\uc640 \ube44\ubc00\ubc88\ud638 \uc0ac\uc774\uc758 \uad6c\ubd84 \uae30\ud638\ub85c NULL \ubb38\uc790\ub97c \uc0ac\uc6a9\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | MILD_ERR_SASLPLAIN_NO_SECOND_NULL_149=SASL PLAIN \ubc14\uc778\ub4dc \uc694\uccad\uc758 \uc790\uaca9 \uc99d\uba85\uc5d0 \uc778\uc99d \uc544\uc774\ub514\uc640 \ube44\ubc00\ubc88\ud638 \uc0ac\uc774\uc758 \uad6c\ubd84 \uae30\ud638\ub85c \uc0ac\uc6a9\ud558\ub294 \ub450 \ubc88\uc9f8 NULL \ubb38\uc790\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SASLPLAIN_ZERO_LENGTH_AUTHCID_150=SASL PLAIN \ubc14\uc778\ub4dc \uc694\uccad\uc5d0 \ud3ec\ud568\ub41c \uc778\uc99d \uc544\uc774\ub514\uc758 \uae38\uc774\uac00 0\uc785\ub2c8\ub2e4. \uc774\ub294 \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. SASL PLAIN \uc778\uc99d\uc5d0\uc11c \ube48 \ubb38\uc790\uc5f4\uc744 \uc778\uc99d \uc544\uc774\ub514\ub85c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SASLPLAIN_ZERO_LENGTH_PASSWORD_151=SASL PLAIN \ubc14\uc778\ub4dc \uc694\uccad\uc5d0 \ud3ec\ud568\ub41c \ube44\ubc00\ubc88\ud638\uc758 \uae38\uc774\uac00 0\uc785\ub2c8\ub2e4. \uc774\ub294 \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. SASL PLAIN \uc778\uc99d\uc5d0\uc11c \ube48 \ubb38\uc790\uc5f4\uc744 \ube44\ubc00\ubc88\ud638\ub85c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SASLPLAIN_CANNOT_DECODE_AUTHCID_AS_DN_152=SASL PLAIN \uc778\uc99d \uc544\uc774\ub514 \u20a9"%s\u20a9"\uc5d0 DN\uc774 \ud3ec\ud568\ub41c \uac83 \uac19\uc740\ub370 DN\uc774 \ud574\ub3c5\ub418\uc9c0 \uc54a\uae30 \ub54c\ubb38\uc5d0 \uc774 \uc778\uc99d \uc544\uc774\ub514\ub97c \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_SASLPLAIN_AUTHCID_IS_NULL_DN_153=SASL PLAIN \ubc14\uc778\ub4dc \uc694\uccad\uc758 \uc778\uc99d \uc544\uc774\ub514\uac00 \ube48 DN\uc778 \uac83 \uac19\uc2b5\ub2c8\ub2e4. \uc774\ub294 \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SASLPLAIN_CANNOT_GET_ENTRY_BY_DN_154=SASL PLAIN \ubc14\uc778\ub4dc \uc694\uccad\uc758 DN \uae30\ubc18 \uc778\uc99d \uc544\uc774\ub514\uc5d0 \uc9c0\uc815\ub41c \uc0ac\uc6a9\uc790 \ud56d\ubaa9 %s\uc744(\ub97c) \uac80\uc0c9\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_SASLPLAIN_CANNOT_PERFORM_INTERNAL_SEARCH_155=SASL PLAIN \uc778\uc99d \uc544\uc774\ub514 %s\uc5d0 \uc5f0\uacb0\ub41c \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc744 \uac80\uc0c9\ud558\uae30 \uc704\ud574 \ub0b4\ubd80 \uac80\uc0c9\uc744 \uc218\ud589\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \uac80\uc0c9 \uacb0\uacfc\ub294 %s\uc774\uba70 %s \uba54\uc2dc\uc9c0\uac00 \ud45c\uc2dc\ub429\ub2c8\ub2e4. |
| | | MILD_ERR_SASLPLAIN_MULTIPLE_MATCHING_ENTRIES_156=SASL PLAIN \uc778\uc99d \uc544\uc774\ub514 %s\uc744(\ub97c) \ud655\uc778\ud558\uae30 \uc704\ud55c \ub0b4\ubd80 \uac80\uc0c9\uc5d0\uc11c \uc77c\uce58\ud558\ub294 \ud56d\ubaa9\uc744 \uc5ec\ub7ec \uac1c \ucc3e\uc558\uc2b5\ub2c8\ub2e4. \uc778\uc99d\uc5d0 \uc131\uacf5\ud558\ub824\uba74 \uc778\uc99d \uc544\uc774\ub514\uac00 \uc815\ud655\ud788 \ud55c \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc5d0 \ub9e4\ud551\ub418\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | MILD_ERR_SASLPLAIN_NO_MATCHING_ENTRIES_157=\uc11c\ubc84\uac00 \uc81c\uacf5\ub41c \uc778\uc99d \uc544\uc774\ub514 %s\uc5d0 \ub300\ud55c \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc744 \ucc3e\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SASLPLAIN_NO_PW_ATTR_158=\ub9e4\ud551\ub41c \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc5d0 %s \uc18d\uc131 \uac12\uc774 \uc5c6\uae30 \ub54c\ubb38\uc5d0 SASL PLAIN \uc778\uc99d\uc5d0 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SASLPLAIN_UNKNOWN_STORAGE_SCHEME_159=\ub300\uc0c1 \uc0ac\uc6a9\uc790 \ud56d\ubaa9 %s\uc758 \ube44\ubc00\ubc88\ud638\uc5d0 \uc54c \uc218 \uc5c6\ub294 \uc800\uc7a5\uc18c \uc2a4\ud0a4\ub9c8 %s\uc774(\uac00) \uc788\uae30 \ub54c\ubb38\uc5d0 SASL PLAIN\uc744 \ud1b5\ud574 \uc774 \ube44\ubc00\ubc88\ud638\ub97c \ucc98\ub9ac\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SASLPLAIN_INVALID_PASSWORD_160=\uc81c\uacf5\ub41c \ube44\ubc00\ubc88\ud638\uac00 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | INFO_SASLPLAIN_UPDATED_USERNAME_ATTR_161=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-user-name-attribute \uc18d\uc131\uc774 \uc5c5\ub370\uc774\ud2b8\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc774\uc81c authcID/authzID\ub97c \uae30\ubc18\uc73c\ub85c \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc744 \uc870\ud68c\ud560 \ub54c %s \uc18d\uc131\uc774 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. |
| | | INFO_SASLPLAIN_UPDATED_USER_BASE_DN_162=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-user-base-dn \uc18d\uc131\uc774 \uc5c5\ub370\uc774\ud2b8\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc774\uc81c authcID/authzID\ub97c \uae30\ubc18\uc73c\ub85c \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc744 \uc870\ud68c\ud560 \ub54c DN %s\uc774(\uac00) \uac80\uc0c9 \uae30\uc900\uc73c\ub85c \uc0ac\uc6a9\ub429\ub2c8\ub2e4. |
| | | INFO_SASLPLAIN_CANNOT_LOCK_ENTRY_163=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uac00 \uc0ac\uc6a9\uc790 \ud56d\ubaa9 %s\uc744(\ub97c) \uac80\uc0c9\ud558\ub294 \ub370 \ud544\uc694\ud55c \uc77d\uae30 \uc7a0\uae08\uc744 \uac00\uc838\uc624\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SEDCM_CANNOT_LOCK_ENTRY_164=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uac00 \uc0ac\uc6a9\uc790 \ud56d\ubaa9 %s\uc744(\ub97c) \uac80\uc0c9\ud558\ub294 \ub370 \ud544\uc694\ud55c \uc77d\uae30 \uc7a0\uae08\uc744 \uac00\uc838\uc624\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | INFO_SASLANONYMOUS_TRACE_165=SASL ANONYMOUS \ubc14\uc778\ub4dc \uc791\uc5c5(conn=%d, op=%d)\uc5d0\uc11c \ucd94\uc801 \uc815\ubcf4\ub97c \uc81c\uacf5\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_SASLCRAMMD5_CANNOT_GET_MESSAGE_DIGEST_166=CRAM-MD5 SASL \ucc98\ub9ac\uae30\uc5d0\uc11c \uc0ac\uc6a9\ud560 MD5 \ub2e4\uc774\uc81c\uc2a4\ud2b8 \uc5d4\uc9c4\uc744 \uac00\uc838\uc624\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_SASLCRAMMD5_DESCRIPTION_USERNAME_ATTRIBUTE_167=SASL CRAM-MD5 \uc778\uc99d \uacfc\uc815 \uc911 \uc81c\uacf5\ub41c \uc0ac\uc6a9\uc790 \uc774\ub984\uc744 \uae30\ubc18\uc73c\ub85c \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc744 \uc2dd\ubcc4\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 \uc18d\uc131\uc758 \uc774\ub984\uc785\ub2c8\ub2e4. \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub41c \uc720\ud6a8\ud55c \uc18d\uc131 \uc720\ud615\uc758 \uc774\ub984\uc744 \uc9c0\uc815\ud574\uc57c \ud569\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \ub0b4\uc6a9\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_SASLCRAMMD5_CANNOT_GET_USERNAME_ATTR_168=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-user-name-attribute \uc18d\uc131 \uac12\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_SASLCRAMMD5_UNKNOWN_USERNAME_ATTR_169=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 ds-cfg-user-name-attribute \uad6c\uc131 \uc18d\uc131\uc5d0\uc11c \ucc38\uc870\ub418\ub294 %1$s \uc18d\uc131\uc774 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc5c6\uc2b5\ub2c8\ub2e4. SASL CRAM-MD5 \uc778\uc99d \uacfc\uc815 \uc911 \uc0ac\uc6a9\uc790 \uc774\ub984\uc744 \uc870\ud68c\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 \uc18d\uc131\uc774 \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | INFO_SASLCRAMMD5_DESCRIPTION_USER_BASE_DN_170=SASL CRAM-MD5 \uc778\uc99d \uacfc\uc815 \uc911 \uc81c\uacf5\ub41c \uc0ac\uc6a9\uc790 \uc774\ub984\uc744 \uae30\ubc18\uc73c\ub85c \ud56d\ubaa9\uc744 \uac80\uc0c9\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 \uae30\ubcf8 DN\uc785\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \ub0b4\uc6a9\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_SASLCRAMMD5_CANNOT_GET_USER_BASE_DN_171=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-user-base-dn \uc18d\uc131 \uac12\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_SASLCRAMMD5_NO_STORED_CHALLENGE_172=SASL CRAM-MD5 \ubc14\uc778\ub4dc \uc694\uccad\uc5d0 SASL \uc790\uaca9 \uc99d\uba85\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0\ub9cc \uc774 \ud074\ub77c\uc774\uc5b8\ud2b8 \uc5f0\uacb0\uc744 \uc704\ud574 \uc800\uc7a5\ub41c \ucc4c\ub9b0\uc9c0\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. 2\ub2e8\uacc4 \ud504\ub85c\uc138\uc2a4\uc758 \uccab \ubc88\uc9f8 CRAM-MD5 \ubc14\uc778\ub4dc \uc694\uccad\uc5d0\ub294 \ud074\ub77c\uc774\uc5b8\ud2b8 SASL \uc790\uaca9 \uc99d\uba85\uc774 \uc5c6\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | MILD_ERR_SASLCRAMMD5_INVALID_STORED_CHALLENGE_173=SASL CRAM-MD5 \ubc14\uc778\ub4dc \uc694\uccad\uc5d0 SASL \uc790\uaca9 \uc99d\uba85\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0\ub9cc \uc774 \ud074\ub77c\uc774\uc5b8\ud2b8 \uc5f0\uacb0\uc5d0 \ub300\ud574 \uc800\uc7a5\ub41c SASL \uc0c1\ud0dc \uc815\ubcf4\uac00 \ucc4c\ub9b0\uc9c0\uc5d0 \uc801\ud569\ud55c \ud615\ud0dc\uac00 \uc544\ub2d9\ub2c8\ub2e4. |
| | | MILD_ERR_SASLCRAMMD5_NO_SPACE_IN_CREDENTIALS_174=\ud074\ub77c\uc774\uc5b8\ud2b8\uc758 SASL CRAM-MD5 \ubc14\uc778\ub4dc \uc694\uccad\uc5d0 SASL \uc790\uaca9 \uc99d\uba85\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0\ub9cc \uc0ac\uc6a9\uc790 \uc774\ub984\uacfc \uc778\uc99d \ub2e4\uc774\uc81c\uc2a4\ud2b8\ub97c \uad6c\ubd84\ud558\ub294 \uacf5\ubc31\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SASLCRAMMD5_INVALID_DIGEST_LENGTH_175=SASL CRAM-MD5 \ubc14\uc778\ub4dc \uc694\uccad\uc5d0 SASL \uc790\uaca9 \uc99d\uba85\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0\ub9cc \ud574\ub3c5\ub41c \ub2e4\uc774\uc81c\uc2a4\ud2b8 \ubb38\uc790\uc5f4\uc758 \uae38\uc774\uac00 %d\ubc14\uc774\ud2b8\ub85c \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. MD5 \ub2e4\uc774\uc81c\uc2a4\ud2b8 16\uc9c4\uc218 \ud45c\uc2dc\uc758 \uc608\uc0c1 \uae38\uc774\ub294 %d\ubc14\uc774\ud2b8\uc785\ub2c8\ub2e4. |
| | | MILD_ERR_SASLCRAMMD5_INVALID_DIGEST_CONTENT_176=SASL CRAM-MD5 \ubc14\uc778\ub4dc \uc694\uccad\uc5d0 SASL \uc790\uaca9 \uc99d\uba85\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0\ub9cc \ud574\ub3c5\ub41c \ub2e4\uc774\uc81c\uc2a4\ud2b8\uac00 16\uc9c4\uc218\ub9cc\uc73c\ub85c \uad6c\uc131\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_SASLCRAMMD5_CANNOT_DECODE_USERNAME_AS_DN_177=SASL CRAM-MD5 \uc0ac\uc6a9\uc790 \uc774\ub984 \u20a9"%s\u20a9"\uc5d0 DN\uc774 \ud3ec\ud568\ub41c \uac83 \uac19\uc740\ub370 DN\uc774 \ud574\ub3c5\ub418\uc9c0 \uc54a\uae30 \ub54c\ubb38\uc5d0 \uc774 \uc0ac\uc6a9\uc790 \uc774\ub984\uc744 \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_SASLCRAMMD5_USERNAME_IS_NULL_DN_178=SASL CRAM-MD5 \ubc14\uc778\ub4dc \uc694\uccad\uc758 \uc0ac\uc6a9\uc790 \uc774\ub984\uc774 \ube48 DN\uc778 \uac83 \uac19\uc2b5\ub2c8\ub2e4. \uc774\ub294 \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | INFO_SASLCRAMMD5_CANNOT_LOCK_ENTRY_179=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uac00 \uc0ac\uc6a9\uc790 \ud56d\ubaa9 %s\uc744(\ub97c) \uac80\uc0c9\ud558\ub294 \ub370 \ud544\uc694\ud55c \uc77d\uae30 \uc7a0\uae08\uc744 \uac00\uc838\uc624\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SASLCRAMMD5_CANNOT_GET_ENTRY_BY_DN_180=SASL CRAM-MD5 \ubc14\uc778\ub4dc \uc694\uccad\uc758 DN \uae30\ubc18 \uc0ac\uc6a9\uc790 \uc774\ub984\uc5d0 \uc9c0\uc815\ub41c \uc0ac\uc6a9\uc790 \ud56d\ubaa9 %s\uc744(\ub97c) \uac80\uc0c9\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_SASLCRAMMD5_ZERO_LENGTH_USERNAME_181=SASL CRAM-MD5 \ubc14\uc778\ub4dc \uc694\uccad\uc5d0 \ud3ec\ud568\ub41c \uc0ac\uc6a9\uc790 \uc774\ub984\uc758 \uae38\uc774\uac00 0\uc785\ub2c8\ub2e4. \uc774\ub294 \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. CRAM-MD5 \uc778\uc99d\uc5d0\uc11c \ube48 \ubb38\uc790\uc5f4\uc744 \uc0ac\uc6a9\uc790 \uc774\ub984\uc73c\ub85c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SASLCRAMMD5_CANNOT_PERFORM_INTERNAL_SEARCH_182=SASL CRAM-MD5 \uc0ac\uc6a9\uc790 \uc774\ub984 %s\uc5d0 \uc5f0\uacb0\ub41c \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc744 \uac80\uc0c9\ud558\uae30 \uc704\ud574 \ub0b4\ubd80 \uac80\uc0c9\uc744 \uc218\ud589\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \uac80\uc0c9 \uacb0\uacfc\ub294 %s\uc774\uba70 %s \uba54\uc2dc\uc9c0\uac00 \ud45c\uc2dc\ub429\ub2c8\ub2e4. |
| | | MILD_ERR_SASLCRAMMD5_MULTIPLE_MATCHING_ENTRIES_183=SASL CRAM-MD5 \uc0ac\uc6a9\uc790 \uc774\ub984 %s\uc744(\ub97c) \ud655\uc778\ud558\uae30 \uc704\ud55c \ub0b4\ubd80 \uac80\uc0c9\uc5d0\uc11c \uc77c\uce58\ud558\ub294 \ud56d\ubaa9\uc744 \uc5ec\ub7ec \uac1c \ucc3e\uc558\uc2b5\ub2c8\ub2e4. \uc778\uc99d\uc5d0 \uc131\uacf5\ud558\ub824\uba74 \uc0ac\uc6a9\uc790 \uc774\ub984\uc774 \uc815\ud655\ud788 \ud55c \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc5d0 \ub9e4\ud551\ub418\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | MILD_ERR_SASLCRAMMD5_NO_MATCHING_ENTRIES_184=\uc11c\ubc84\uac00 \uc81c\uacf5\ub41c \uc0ac\uc6a9\uc790 \uc774\ub984 %s\uc5d0 \ub300\ud55c \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc744 \ucc3e\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SASLCRAMMD5_NO_PW_ATTR_185=\ub9e4\ud551\ub41c \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc5d0 %s \uc18d\uc131 \uac12\uc774 \uc5c6\uae30 \ub54c\ubb38\uc5d0 SASL CRAM-MD5 \uc778\uc99d\uc5d0 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SASLCRAMMD5_UNKNOWN_STORAGE_SCHEME_186=\ub300\uc0c1 \uc0ac\uc6a9\uc790 \ud56d\ubaa9 %s\uc758 \ube44\ubc00\ubc88\ud638\uc5d0 \uc54c \uc218 \uc5c6\ub294 \uc800\uc7a5\uc18c \uc2a4\ud0a4\ub9c8 %s\uc774(\uac00) \uc788\uae30 \ub54c\ubb38\uc5d0 SASL CRAM-MD5\ub97c \ud1b5\ud574 \uc774 \ube44\ubc00\ubc88\ud638\ub97c \ucc98\ub9ac\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SASLCRAMMD5_CANNOT_GET_CLEAR_PASSWORD_187=\uc800\uc7a5\uc18c \uc2a4\ud0a4\ub9c8\uac00 %2$s\uc778 \uac12\uc73c\ub85c\ubd80\ud130 \uc0ac\uc6a9\uc790 %1$s\uc5d0 \ub300\ud55c \uc77c\ubc18 \ud14d\uc2a4\ud2b8 \ube44\ubc00\ubc88\ud638\ub97c \uac00\uc838\uc624\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s |
| | | MILD_ERR_SASLCRAMMD5_INVALID_PASSWORD_188=\uc81c\uacf5\ub41c \ube44\ubc00\ubc88\ud638\uac00 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SASLCRAMMD5_NO_REVERSIBLE_PASSWORDS_189=\uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc758 \ube44\ubc00\ubc88\ud638\uac00 \ucde8\uc18c\ud560 \uc218 \uc788\ub294 \ud615\uc2dd\uc73c\ub85c \uc800\uc7a5\ub418\uc5b4 \uc788\uc9c0 \uc54a\uae30 \ub54c\ubb38\uc5d0 \uc0ac\uc6a9\uc790 %s\uc5d0 \ub300\ud574 SASL CRAM-MD5 \uc778\uc99d\uc744 \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | INFO_SASLCRAMMD5_UPDATED_USERNAME_ATTR_190=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-user-name-attribute \uc18d\uc131\uc774 \uc5c5\ub370\uc774\ud2b8\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc774\uc81c \uc0ac\uc6a9\uc790 \uc774\ub984\uc744 \uae30\ubc18\uc73c\ub85c \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc744 \uc870\ud68c\ud560 \ub54c %s \uc18d\uc131\uc774 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. |
| | | INFO_SASLCRAMMD5_UPDATED_USER_BASE_DN_191=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-user-base-dn \uc18d\uc131\uc774 \uc5c5\ub370\uc774\ud2b8\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc774\uc81c \uc0ac\uc6a9\uc790 \uc774\ub984\uc744 \uae30\ubc18\uc73c\ub85c \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc744 \uc870\ud68c\ud560 \ub54c DN %s\uc774(\uac00) \uac80\uc0c9 \uae30\uc900\uc73c\ub85c \uc0ac\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_SASLDIGESTMD5_CANNOT_GET_MESSAGE_DIGEST_192=DIGEST-MD5 SASL \ucc98\ub9ac\uae30\uc5d0\uc11c \uc0ac\uc6a9\ud560 MD5 \ub2e4\uc774\uc81c\uc2a4\ud2b8 \uc5d4\uc9c4\uc744 \uac00\uc838\uc624\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_SASLDIGESTMD5_DESCRIPTION_USERNAME_ATTRIBUTE_193=SASL DIGEST-MD5 \uc778\uc99d \uacfc\uc815 \uc911 \uc81c\uacf5\ub41c \uc0ac\uc6a9\uc790 \uc774\ub984\uc744 \uae30\ubc18\uc73c\ub85c \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc744 \uc2dd\ubcc4\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 \uc18d\uc131\uc758 \uc774\ub984\uc785\ub2c8\ub2e4. \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub41c \uc720\ud6a8\ud55c \uc18d\uc131 \uc720\ud615\uc758 \uc774\ub984\uc744 \uc9c0\uc815\ud574\uc57c \ud569\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \ub0b4\uc6a9\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_SASLDIGESTMD5_CANNOT_GET_USERNAME_ATTR_194=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-user-name-attribute \uc18d\uc131 \uac12\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_SASLDIGESTMD5_UNKNOWN_USERNAME_ATTR_195=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 ds-cfg-user-name-attribute \uad6c\uc131 \uc18d\uc131\uc5d0\uc11c \ucc38\uc870\ub418\ub294 %1$s \uc18d\uc131\uc774 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc5c6\uc2b5\ub2c8\ub2e4. SASL DIGEST-MD5 \uc778\uc99d \uacfc\uc815 \uc911 \uc0ac\uc6a9\uc790 \uc774\ub984\uc744 \uc870\ud68c\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 \uc18d\uc131\uc774 \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | INFO_SASLDIGESTMD5_DESCRIPTION_USER_BASE_DN_196=SASL DIGEST-MD5 \uc778\uc99d \uacfc\uc815 \uc911 \uc81c\uacf5\ub41c \uc0ac\uc6a9\uc790 \uc774\ub984\uc744 \uae30\ubc18\uc73c\ub85c \ud56d\ubaa9\uc744 \uac80\uc0c9\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 \uae30\ubcf8 DN\uc785\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \ub0b4\uc6a9\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_SASLDIGESTMD5_CANNOT_GET_USER_BASE_DN_197=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-user-base-dn \uc18d\uc131 \uac12\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_SASLDIGESTMD5_DESCRIPTION_REALM_198=\uc11c\ubc84\uc5d0\uc11c DIGEST-MD5 \uc778\uc99d\uc744 \uc704\ud574 \uc0ac\uc6a9\ud558\ub294 \uc601\uc5ed\uc785\ub2c8\ub2e4. \uc774 \uac12\uc744 \uc81c\uacf5\ud558\uc9c0 \uc54a\uc73c\uba74 \uc11c\ubc84\uc5d0\uc11c\ub294 \uae30\ubcf8\uc801\uc73c\ub85c \uc815\uc758\ub41c \uc811\ubbf8\uc5b4\uc5d0 \ud574\ub2f9\ud558\ub294 \uc601\uc5ed \uc774\ub984 \uc9d1\ud569\uc744 \uc0ac\uc6a9\ud569\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \ub0b4\uc6a9\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_SASLDIGESTMD5_CANNOT_GET_REALM_199=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-realm \uc18d\uc131 \uac12\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_WARN_SASLDIGESTMD5_CHALLENGE_TOO_LONG_200=\ucd08\uae30 DIGEST-MD5\ub294 2048\ubc14\uc774\ud2b8\ubcf4\ub2e4 \uc791\uc544\uc57c \ud558\ub294\ub370 \uc0dd\uc131\ub41c \ucc4c\ub9b0\uc9c0\ub294 %d\ubc14\uc774\ud2b8\uc785\ub2c8\ub2e4. |
| | | MILD_ERR_SASLDIGESTMD5_NO_CREDENTIALS_201=\ud074\ub77c\uc774\uc5b8\ud2b8\uac00 DIGEST-MD5 \ubc14\uc778\ub4dc\ub97c \uc218\ud589 \uc911\uc784\uc744 \ub098\ud0c0\ub0b4\ub294 DIGEST-MD5 \uc0c1\ud0dc \uc815\ubcf4\uac00 \ud074\ub77c\uc774\uc5b8\ud2b8 \uc5f0\uacb0\uc5d0 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0\ub9cc \ubc14\uc778\ub4dc \uc694\uccad\uc5d0 \uc790\uaca9 \uc99d\uba85\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_STORED_STATE_202=SASL DIGEST-MD5 \ubc14\uc778\ub4dc \uc694\uccad\uc5d0 SASL \uc790\uaca9 \uc99d\uba85\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0\ub9cc \uc774 \ud074\ub77c\uc774\uc5b8\ud2b8 \uc5f0\uacb0\uc5d0 \ub300\ud574 \uc800\uc7a5\ub41c SASL \uc0c1\ud0dc \uc815\ubcf4\uac00 \ucc4c\ub9b0\uc9c0\uc5d0 \uc801\ud569\ud55c \ud615\ud0dc\uac00 \uc544\ub2d9\ub2c8\ub2e4. |
| | | SEVERE_WARN_SASLDIGESTMD5_CANNOT_PARSE_ISO_CREDENTIALS_203=%s \ubb38\uc790 \uc9d1\ud569\uc744 \uc0ac\uc6a9\ud558\uc5ec DIGEST-MD5 \uc790\uaca9 \uc99d\uba85\uc744 \ubb38\uc790\uc5f4\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \uc11c\ubc84\uc5d0\uc11c UTF-8\uc744 \uc0ac\uc6a9\ud558\uc5ec \ub2e4\uc2dc \uc2dc\ub3c4\ud569\ub2c8\ub2e4. |
| | | SEVERE_WARN_SASLDIGESTMD5_CANNOT_PARSE_UTF8_CREDENTIALS_204=UTF-8 \ubb38\uc790 \uc9d1\ud569\uc744 \uc0ac\uc6a9\ud558\uc5ec DIGEST-MD5 \uc790\uaca9 \uc99d\uba85\uc744 \ubb38\uc790\uc5f4\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_TOKEN_IN_CREDENTIALS_205=\ud074\ub77c\uc774\uc5b8\ud2b8\uac00 \uc81c\uacf5\ud55c DIGEST-MD5 \uc790\uaca9 \uc99d\uba85\uc5d0 %2$d \uc704\uce58\uc5d0\uc11c \uc2dc\uc791\ud558\ub294 \uc798\ubabb\ub41c \ud1a0\ud070 \u20a9"%s\u20a9"\uc774(\uac00) \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_CHARSET_206=\ud074\ub77c\uc774\uc5b8\ud2b8\uac00 \uc81c\uacf5\ud55c DIGEST-MD5 \uc790\uaca9 \uc99d\uba85\uc774 \uc798\ubabb\ub41c \ubb38\uc790 \uc9d1\ud569 %s\uc744(\ub97c) \uc9c0\uc815\ud569\ub2c8\ub2e4. \uc774 \ub9e4\uac1c\ubcc0\uc218\uc5d0\ub294 'utf-8' \uac12\ub9cc \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_DECODE_REALM_AS_DN_207=\uc81c\uacf5\ub41c \uc751\ub2f5 \uc601\uc5ed \u20a9"%s\u20a9"\uc744(\ub97c) DN\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_REALM_208=\ud074\ub77c\uc774\uc5b8\ud2b8\uac00 \uc81c\uacf5\ud55c DIGEST-MD5 \uc790\uaca9 \uc99d\uba85\uc5d0 \uc798\ubabb\ub41c \uc601\uc5ed \u20a9"%s\u20a9"\uc774(\uac00) \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_SASLDIGESTMD5_INVALID_NONCE_209=\ud074\ub77c\uc774\uc5b8\ud2b8\uac00 \uc81c\uacf5\ud55c DIGEST-MD5 \uc790\uaca9 \uc99d\uba85\uc5d0 \uc11c\ubc84\uc5d0\uc11c \uc81c\uacf5\ud55c \uc784\uc2dc \ud0a4\uc640 \ub2e4\ub978 \uc784\uc2dc \ud0a4\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \uc774\ub294 \uc7ac\uc0dd \uacf5\uaca9 \ub610\ub294 \uc120\ud0dd \ud3c9\ubb38 \uacf5\uaca9\uc744 \ub098\ud0c0\ub0b4\ubbc0\ub85c \ud074\ub77c\uc774\uc5b8\ud2b8 \uc5f0\uacb0\uc774 \uc885\ub8cc\ub429\ub2c8\ub2e4. |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_DECODE_NONCE_COUNT_210=\ud074\ub77c\uc774\uc5b8\ud2b8\uac00 \uc81c\uacf5\ud55c DIGEST-MD5 \uc790\uaca9 \uc99d\uba85\uc5d0 16\uc9c4\uc218\ub85c \uc778\ucf54\ub529\ub41c \uc815\uc218\ub85c \ud574\ub3c5\ub418\uc9c0 \uc54a\ub294 \uc784\uc2dc \ud0a4 \uac1c\uc218 \u20a9"%s\u20a9"\uc774(\uac00) \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_SASLDIGESTMD5_CANNOT_DECODE_STORED_NONCE_COUNT_211=\uc774 \ud074\ub77c\uc774\uc5b8\ud2b8 \uc5f0\uacb0\uc5d0 \ub300\ud574 \uc11c\ubc84\uc5d0 \uc800\uc7a5\ub41c \uc784\uc2dc \ud0a4 \uac1c\uc218\ub97c \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_SASLDIGESTMD5_INVALID_NONCE_COUNT_212=\ud074\ub77c\uc774\uc5b8\ud2b8\uac00 \uc81c\uacf5\ud55c DIGEST-MD5 \uc790\uaca9 \uc99d\uba85\uc5d0 \uc11c\ubc84\uc5d0 \ud544\uc694\ud55c \uac1c\uc218\uc640 \ub2e4\ub978 \uc784\uc2dc \ud0a4 \uac1c\uc218\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \uc774\ub294 \uc7ac\uc0dd \uacf5\uaca9\uc744 \ub098\ud0c0\ub0b4\ubbc0\ub85c \ud074\ub77c\uc774\uc5b8\ud2b8 \uc5f0\uacb0\uc774 \uc885\ub8cc\ub429\ub2c8\ub2e4. |
| | | MILD_ERR_SASLDIGESTMD5_INTEGRITY_NOT_SUPPORTED_213=\ud074\ub77c\uc774\uc5b8\ud2b8\uac00 \uc778\uc99d \ubb34\uacb0\uc131 \uc218\uc900\uc758 \ubcf4\ud638\ub97c \uc694\uccad\ud588\uc9c0\ub9cc \ud604\uc7ac \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0\uc11c\ub294 \ubb34\uacb0\uc131 \ubcf4\ud638\uac00 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SASLDIGESTMD5_CONFIDENTIALITY_NOT_SUPPORTED_214=\ud074\ub77c\uc774\uc5b8\ud2b8\uac00 \uc778\uc99d \uae30\ubc00\uc131 \uc218\uc900\uc758 \ubcf4\ud638\ub97c \uc694\uccad\ud588\uc9c0\ub9cc \ud604\uc7ac \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0\uc11c\ub294 \uae30\ubc00\uc131 \ubcf4\ud638\uac00 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_QOP_215=\ud074\ub77c\uc774\uc5b8\ud2b8\uac00 \uc81c\uacf5\ud55c DIGEST-MD5 \uc790\uaca9 \uc99d\uba85\uc5d0\uc11c \uc798\ubabb\ub41c \uc218\uc900\uc758 \ubcf4\ud638 \uba54\ucee4\ub2c8\uc998 %s\uc744(\ub97c) \uc694\uccad\ud588\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_PARSE_RESPONSE_DIGEST_216=\ud074\ub77c\uc774\uc5b8\ud2b8\uac00 \uc81c\uacf5\ud55c DIGEST-MD5 \uc790\uaca9 \uc99d\uba85\uc5d0 16\uc9c4\uc218\ub85c \uc778\ucf54\ub529\ub41c \ubc14\uc774\ud2b8 \uc2dc\ud000\uc2a4\ub85c \ud574\ub3c5\ub418\uc9c0 \uc54a\ub294 \ub2e4\uc774\uc81c\uc2a4\ud2b8\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_RESPONSE_TOKEN_217=\ud074\ub77c\uc774\uc5b8\ud2b8\uac00 \uc81c\uacf5\ud55c DIGEST-MD5 \uc790\uaca9 \uc99d\uba85\uc5d0 \uc798\ubabb\ub41c \ud1a0\ud070 \u20a9"%s\u20a9"\uc774(\uac00) \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SASLDIGESTMD5_NO_USERNAME_IN_RESPONSE_218=\ud074\ub77c\uc774\uc5b8\ud2b8\uac00 \uc81c\uacf5\ud55c DIGEST-MD5 \uc790\uaca9 \uc99d\uba85\uc5d0 \ud544\uc218 "username" \ud1a0\ud070\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SASLDIGESTMD5_NO_NONCE_IN_RESPONSE_219=\ud074\ub77c\uc774\uc5b8\ud2b8\uac00 \uc81c\uacf5\ud55c DIGEST-MD5 \uc790\uaca9 \uc99d\uba85\uc5d0 \ud544\uc218 "nonce" \ud1a0\ud070\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SASLDIGESTMD5_NO_CNONCE_IN_RESPONSE_220=\ud074\ub77c\uc774\uc5b8\ud2b8\uac00 \uc81c\uacf5\ud55c DIGEST-MD5 \uc790\uaca9 \uc99d\uba85\uc5d0 \ud544\uc218 "cnonce" \ud1a0\ud070\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SASLDIGESTMD5_NO_NONCE_COUNT_IN_RESPONSE_221=\ud074\ub77c\uc774\uc5b8\ud2b8\uac00 \uc81c\uacf5\ud55c DIGEST-MD5 \uc790\uaca9 \uc99d\uba85\uc5d0 \ud544\uc218 "nc" \ud1a0\ud070\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SASLDIGESTMD5_NO_DIGEST_IN_RESPONSE_223=\ud074\ub77c\uc774\uc5b8\ud2b8\uac00 \uc81c\uacf5\ud55c DIGEST-MD5 \uc790\uaca9 \uc99d\uba85\uc5d0 \ud544\uc218 "response" \ud1a0\ud070\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_DECODE_USERNAME_AS_DN_224=SASL DIGEST-MD5 \uc0ac\uc6a9\uc790 \uc774\ub984 \u20a9"%s\u20a9"\uc5d0 DN\uc774 \ud3ec\ud568\ub41c \uac83 \uac19\uc740\ub370 DN\uc774 \ud574\ub3c5\ub418\uc9c0 \uc54a\uae30 \ub54c\ubb38\uc5d0 \uc774 \uc0ac\uc6a9\uc790 \uc774\ub984\uc744 \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_SASLDIGESTMD5_USERNAME_IS_NULL_DN_225=SASL DIGEST-MD5 \ubc14\uc778\ub4dc \uc694\uccad\uc758 \uc0ac\uc6a9\uc790 \uc774\ub984\uc774 \ube48 DN\uc778 \uac83 \uac19\uc2b5\ub2c8\ub2e4. \uc774\ub294 \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | INFO_SASLDIGESTMD5_CANNOT_LOCK_ENTRY_226=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uac00 \uc0ac\uc6a9\uc790 \ud56d\ubaa9 %s\uc744(\ub97c) \uac80\uc0c9\ud558\ub294 \ub370 \ud544\uc694\ud55c \uc77d\uae30 \uc7a0\uae08\uc744 \uac00\uc838\uc624\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_GET_ENTRY_BY_DN_227=SASL DIGEST-MD5 \ubc14\uc778\ub4dc \uc694\uccad\uc758 DN \uae30\ubc18 \uc0ac\uc6a9\uc790 \uc774\ub984\uc5d0 \uc9c0\uc815\ub41c \uc0ac\uc6a9\uc790 \ud56d\ubaa9 %s\uc744(\ub97c) \uac80\uc0c9\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_SASLDIGESTMD5_ZERO_LENGTH_USERNAME_228=SASL DIGEST-MD5 \ubc14\uc778\ub4dc \uc694\uccad\uc5d0 \ud3ec\ud568\ub41c \uc0ac\uc6a9\uc790 \uc774\ub984\uc758 \uae38\uc774\uac00 0\uc785\ub2c8\ub2e4. \uc774\ub294 \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. DIGEST-MD5 \uc778\uc99d\uc5d0\uc11c \ube48 \ubb38\uc790\uc5f4\uc744 \uc0ac\uc6a9\uc790 \uc774\ub984\uc73c\ub85c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_PERFORM_INTERNAL_SEARCH_229=SASL DIGEST-MD5 \uc0ac\uc6a9\uc790 \uc774\ub984 %s\uc5d0 \uc5f0\uacb0\ub41c \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc744 \uac80\uc0c9\ud558\uae30 \uc704\ud574 \ub0b4\ubd80 \uac80\uc0c9\uc744 \uc218\ud589\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \uac80\uc0c9 \uacb0\uacfc\ub294 %s\uc774\uba70 %s \uba54\uc2dc\uc9c0\uac00 \ud45c\uc2dc\ub429\ub2c8\ub2e4. |
| | | MILD_ERR_SASLDIGESTMD5_MULTIPLE_MATCHING_ENTRIES_230=SASL DIGEST-MD5 \uc0ac\uc6a9\uc790 \uc774\ub984 %s\uc744(\ub97c) \ud655\uc778\ud558\uae30 \uc704\ud55c \ub0b4\ubd80 \uac80\uc0c9\uc5d0\uc11c \uc77c\uce58\ud558\ub294 \ud56d\ubaa9\uc744 \uc5ec\ub7ec \uac1c \ucc3e\uc558\uc2b5\ub2c8\ub2e4. \uc778\uc99d\uc5d0 \uc131\uacf5\ud558\ub824\uba74 \uc0ac\uc6a9\uc790 \uc774\ub984\uc774 \uc815\ud655\ud788 \ud55c \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc5d0 \ub9e4\ud551\ub418\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | MILD_ERR_SASLDIGESTMD5_NO_MATCHING_ENTRIES_231=\uc11c\ubc84\uac00 \uc81c\uacf5\ub41c \uc0ac\uc6a9\uc790 \uc774\ub984 %s\uc5d0 \ub300\ud55c \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc744 \ucc3e\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SASLDIGESTMD5_NO_PW_ATTR_232=\ub9e4\ud551\ub41c \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc5d0 %s \uc18d\uc131 \uac12\uc774 \uc5c6\uae30 \ub54c\ubb38\uc5d0 SASL DIGEST-MD5 \uc778\uc99d\uc5d0 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SASLDIGESTMD5_UNKNOWN_STORAGE_SCHEME_233=\ub300\uc0c1 \uc0ac\uc6a9\uc790 \ud56d\ubaa9 %s\uc758 \ube44\ubc00\ubc88\ud638\uc5d0 \uc54c \uc218 \uc5c6\ub294 \uc800\uc7a5\uc18c \uc2a4\ud0a4\ub9c8 %s\uc774(\uac00) \uc788\uae30 \ub54c\ubb38\uc5d0 SASL DIGEST-MD5\ub97c \ud1b5\ud574 \uc774 \ube44\ubc00\ubc88\ud638\ub97c \ucc98\ub9ac\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_GET_CLEAR_PASSWORD_234=\uc800\uc7a5\uc18c \uc2a4\ud0a4\ub9c8\uac00 %2$s\uc778 \uac12\uc73c\ub85c\ubd80\ud130 \uc0ac\uc6a9\uc790 %1$s\uc5d0 \ub300\ud55c \uc77c\ubc18 \ud14d\uc2a4\ud2b8 \ube44\ubc00\ubc88\ud638\ub97c \uac00\uc838\uc624\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_CREDENTIALS_235=\ud074\ub77c\uc774\uc5b8\ud2b8\uac00 \uc81c\uacf5\ud55c DIGEST-MD5 \uc790\uaca9 \uc99d\uba85\uc774 \uad00\ub828 \uc0ac\uc6a9\uc790 \uacc4\uc815\uc758 \ube44\ubc00\ubc88\ud638\uc5d0 \uc801\ud569\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SASLDIGESTMD5_NO_REVERSIBLE_PASSWORDS_236=\uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc758 \ube44\ubc00\ubc88\ud638\uac00 \ucde8\uc18c\ud560 \uc218 \uc788\ub294 \ud615\uc2dd\uc73c\ub85c \uc800\uc7a5\ub418\uc5b4 \uc788\uc9c0 \uc54a\uae30 \ub54c\ubb38\uc5d0 \uc0ac\uc6a9\uc790 %s\uc5d0 \ub300\ud574 SASL DIGEST-MD5 \uc778\uc99d\uc744 \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_SASLDIGESTMD5_CANNOT_GENERATE_RESPONSE_DIGEST_237=\ud074\ub77c\uc774\uc5b8\ud2b8 \uc751\ub2f5\uacfc \ube44\uad50\ud560 \uc11c\ubc84\uce21 \ub2e4\uc774\uc81c\uc2a4\ud2b8\ub97c \uc0dd\uc131\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_SASLDIGESTMD5_CANNOT_GENERATE_RESPONSE_AUTH_DIGEST_238=\uc11c\ubc84 SASL \uc790\uaca9 \uc99d\uba85\uc5d0 \ud3ec\ud568\ud560 \uc751\ub2f5 \uc778\uc99d \ub2e4\uc774\uc81c\uc2a4\ud2b8\ub97c \uc0dd\uc131\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_CLOSING_QUOTE_POS_239=DIGEST-MD5 \uc751\ub2f5 \ucc4c\ub9b0\uc9c0\uc758 %d \uc704\uce58\uc5d0 \uc798\ubabb\ub41c \ubb3c\uc74c\ud45c\uac00 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc774 \uc751\ub2f5 \ucc4c\ub9b0\uc9c0\ub97c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | INFO_SASLDIGESTMD5_UPDATED_USERNAME_ATTR_240=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-user-name-attribute \uc18d\uc131\uc774 \uc5c5\ub370\uc774\ud2b8\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc774\uc81c \uc0ac\uc6a9\uc790 \uc774\ub984\uc744 \uae30\ubc18\uc73c\ub85c \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc744 \uc870\ud68c\ud560 \ub54c %s \uc18d\uc131\uc774 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. |
| | | INFO_SASLDIGESTMD5_UPDATED_USER_BASE_DN_241=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-user-base-dn \uc18d\uc131\uc774 \uc5c5\ub370\uc774\ud2b8\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc774\uc81c \uc0ac\uc6a9\uc790 \uc774\ub984\uc744 \uae30\ubc18\uc73c\ub85c \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc744 \uc870\ud68c\ud560 \ub54c DN %s\uc774(\uac00) \uac80\uc0c9 \uae30\uc900\uc73c\ub85c \uc0ac\uc6a9\ub429\ub2c8\ub2e4. |
| | | INFO_SASLDIGESTMD5_UPDATED_NEW_REALM_242=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-realm \uc18d\uc131\uc774 \uc5c5\ub370\uc774\ud2b8\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc774\uc81c \uc11c\ubc84\uc5d0\uc11c \ucc4c\ub9b0\uc9c0 \uc751\ub2f5\uc5d0 \u20a9"%s\u20a9" \uc601\uc5ed\uc744 \uc54c\ub9bd\ub2c8\ub2e4. |
| | | INFO_SASLDIGESTMD5_UPDATED_NO_REALM_243=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-realm \uc18d\uc131\uc774 \uc5c5\ub370\uc774\ud2b8\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc11c\ubc84\uc5d0\uc11c \ucc4c\ub9b0\uc9c0 \uc751\ub2f5\uc5d0 \uc54c\ub9ac\ub294 \uc601\uc5ed\uc740 \uc11c\ubc84 \uc811\ubbf8\uc5b4\uc758 DN\uc785\ub2c8\ub2e4. |
| | | INFO_SASLGSSAPI_DESCRIPTION_USERNAME_ATTRIBUTE_244=SASL GSSAPI \uc778\uc99d \uacfc\uc815 \uc911 \uc81c\uacf5\ub41c \uc0ac\uc6a9\uc790 \uc774\ub984\uc744 \uae30\ubc18\uc73c\ub85c \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc744 \uc2dd\ubcc4\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 \uc18d\uc131\uc758 \uc774\ub984\uc785\ub2c8\ub2e4. \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub41c \uc720\ud6a8\ud55c \uc18d\uc131 \uc720\ud615\uc758 \uc774\ub984\uc744 \uc9c0\uc815\ud574\uc57c \ud569\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \ub0b4\uc6a9\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_SASLGSSAPI_CANNOT_GET_USERNAME_ATTR_245=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-user-name-attribute \uc18d\uc131 \uac12\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_SASLGSSAPI_UNKNOWN_USERNAME_ATTR_246=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 ds-cfg-user-name-attribute \uad6c\uc131 \uc18d\uc131\uc5d0\uc11c \ucc38\uc870\ub418\ub294 %1$s \uc18d\uc131\uc774 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc5c6\uc2b5\ub2c8\ub2e4. SASL GSSAPI \uc778\uc99d \uacfc\uc815 \uc911 \uc0ac\uc6a9\uc790 \uc774\ub984\uc744 \uc870\ud68c\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 \uc18d\uc131\uc774 \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | INFO_SASLGSSAPI_DESCRIPTION_USER_BASE_DN_247=SASL GSSAPI \uc778\uc99d \uacfc\uc815 \uc911 \uc81c\uacf5\ub41c \uc0ac\uc6a9\uc790 \uc774\ub984\uc744 \uae30\ubc18\uc73c\ub85c \ud56d\ubaa9\uc744 \uac80\uc0c9\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 \uae30\ubcf8 DN\uc785\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \ub0b4\uc6a9\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_SASLGSSAPI_CANNOT_GET_USER_BASE_DN_248=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-user-base-dn \uc18d\uc131 \uac12\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_SASLGSSAPI_DESCRIPTION_SERVER_FQDN_249=SASL GSSAPI \uc778\uc99d \uacfc\uc815 \uc911 \uc11c\ubc84\uc5d0 \ub300\ud574 \uc0ac\uc6a9\ud560 \uc815\uaddc\ud654\ub41c \ub3c4\uba54\uc778 \uc774\ub984\uc785\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \ub0b4\uc6a9\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_SASLGSSAPI_CANNOT_GET_SERVER_FQDN_250=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-server-fqdn \uc18d\uc131 \uac12\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_SASLGSSAPI_UPDATED_USERNAME_ATTR_251=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-user-name-attribute \uc18d\uc131\uc774 \uc5c5\ub370\uc774\ud2b8\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc774\uc81c \uc0ac\uc6a9\uc790 \uc774\ub984\uc744 \uae30\ubc18\uc73c\ub85c \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc744 \uc870\ud68c\ud560 \ub54c %s \uc18d\uc131\uc774 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. |
| | | INFO_SASLGSSAPI_UPDATED_USER_BASE_DN_252=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-user-base-dn \uc18d\uc131\uc774 \uc5c5\ub370\uc774\ud2b8\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc774\uc81c \uc0ac\uc6a9\uc790 \uc774\ub984\uc744 \uae30\ubc18\uc73c\ub85c \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc744 \uc870\ud68c\ud560 \ub54c DN %s\uc774(\uac00) \uac80\uc0c9 \uae30\uc900\uc73c\ub85c \uc0ac\uc6a9\ub429\ub2c8\ub2e4. |
| | | INFO_SASLGSSAPI_UPDATED_NEW_SERVER_FQDN_253=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-server-fqdn \uc18d\uc131\uc774 \uc5c5\ub370\uc774\ud2b8\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc774\uc81c \u20a9"%s\u20a9" \uac12\uc774 GSSAPI \uc778\uc99d\uc5d0 \ub300\ud55c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc758 \uc815\uaddc\ud654\ub41c \uc774\ub984\uc73c\ub85c \uc0ac\uc6a9\ub429\ub2c8\ub2e4. |
| | | INFO_SASLGSSAPI_UPDATED_NO_SERVER_FQDN_254=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-server-fqdn \uc18d\uc131\uc774 \uc5c5\ub370\uc774\ud2b8\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uac00 GSSAPI \uc778\uc99d\uc5d0 \uc0ac\uc6a9\ud560 \uace0\uc720 FQDN\uc744 \ud655\uc778\ud558\ub824\uace0 \ud569\ub2c8\ub2e4. |
| | | INFO_SASLGSSAPI_UNEXPECTED_CALLBACK_255=GSSAPI \uc778\uc99d \uacfc\uc815 \uc911 \uc0ac\uc6a9\ud560 SASL \uc11c\ubc84\uc5d0 \ub300\ud574 \uc608\uae30\uce58 \uc54a\uc740 \ucf5c\ubc31\uc774 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_SASLGSSAPI_DESCRIPTION_KDC_ADDRESS_256=SASL GSSAPI \uc778\uc99d \uacfc\uc815 \uc911 \uc0ac\uc6a9\ud560 KDC \uc8fc\uc18c\uc785\ub2c8\ub2e4. \uc774 \uac12\uc744 \uc9c0\uc815\ud558\uc9c0 \uc54a\uc744 \uacbd\uc6b0 \uc804\uccb4 \uc2dc\uc2a4\ud15c Kerberos \uad6c\uc131\uc5d0\uc11c \uc774 \uac12\uc744 \uac00\uc838\uc624\ub824\uace0 \ud569\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \ub0b4\uc6a9\uc740 \ud6c4\uc18d GSSAPI \ubc14\uc778\ub4dc \uc2dc\ub3c4\uc5d0 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | MILD_ERR_SASLGSSAPI_CANNOT_GET_KDC_ADDRESS_257=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-kdc-address \uc18d\uc131 \uac12\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_SASLGSSAPI_DESCRIPTION_REALM_258=SASL GSSAPI \uc778\uc99d \uacfc\uc815 \uc911 \uc0ac\uc6a9\ud560 \uae30\ubcf8 \uc601\uc5ed\uc785\ub2c8\ub2e4. \uc774 \uac12\uc744 \uc9c0\uc815\ud558\uc9c0 \uc54a\uc744 \uacbd\uc6b0 \uc804\uccb4 \uc2dc\uc2a4\ud15c Kerberos \uad6c\uc131\uc5d0\uc11c \uc774 \uac12\uc744 \uac00\uc838\uc624\ub824\uace0 \ud569\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \ub0b4\uc6a9\uc740 \ud6c4\uc18d GSSAPI \ubc14\uc778\ub4dc \uc2dc\ub3c4\uc5d0 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | MILD_ERR_SASLGSSAPI_CANNOT_GET_REALM_259=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-realm \uc18d\uc131 \uac12\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_SASLGSSAPI_NO_CLIENT_CONNECTION_260=GSSAPI \ubc14\uc778\ub4dc \uc694\uccad\uc744 \ucc98\ub9ac\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 \ud074\ub77c\uc774\uc5b8\ud2b8 \uc5f0\uacb0\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SASLGSSAPI_CANNOT_CREATE_SASL_SERVER_261=GSSAPI \ubc14\uc778\ub4dc \uc694\uccad\uc744 \ucc98\ub9ac\ud560 SASL \uc11c\ubc84 \uc778\uc2a4\ud134\uc2a4\ub97c \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_SASLGSSAPI_CANNOT_EVALUATE_RESPONSE_262=GSSAPI \ubc14\uc778\ub4dc \uc694\uccad\uc5d0\uc11c \ud074\ub77c\uc774\uc5b8\ud2b8\uac00 \uc81c\uacf5\ud55c \ucc4c\ub9b0\uc9c0 \uc751\ub2f5\uc744 \ud3c9\uac00\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_SASLGSSAPI_NO_AUTHZ_ID_263=GSSAPI \uc778\uc99d \ud504\ub85c\uc138\uc2a4\ub294 \uc644\ub8cc\ub41c \uac83 \uac19\uc740\ub370 \ub514\ub809\ud1a0\ub9ac \uc0ac\uc6a9\uc790\uc5d0\uac8c \ub9e4\ud551\ud560 \uad8c\ud55c \ubd80\uc5ec \uc544\uc774\ub514\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SASLGSSAPI_CANNOT_PERFORM_INTERNAL_SEARCH_264=GSSAPI \uad8c\ud55c \ubd80\uc5ec \uc544\uc774\ub514 %s\uc744(\ub97c) \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc0ac\uc6a9\uc790\uc5d0\uac8c \ub9e4\ud551\ud558\uae30 \uc704\ud574 \ub0b4\ubd80 \uac80\uc0c9\uc744 \uc218\ud589\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4(\uacb0\uacfc \ucf54\ub4dc %d, \uc624\ub958 \uba54\uc2dc\uc9c0 \u20a9"%s\u20a9"). |
| | | MILD_ERR_SASLGSSAPI_MULTIPLE_MATCHING_ENTRIES_265=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0 GSSAPI \uad8c\ud55c \ubd80\uc5ec \uc544\uc774\ub514 %s\uacfc(\uc640) \uc77c\uce58\ud558\ub294 \ud56d\ubaa9\uc774 \uc5ec\ub7ec \uac1c \uc788\ub294 \uac83 \uac19\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SASLGSSAPI_CANNOT_MAP_AUTHZID_266=GSSAPI \uad8c\ud55c \ubd80\uc5ec \uc544\uc774\ub514 %s\uc744(\ub97c) \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc758 \uc0ac\uc6a9\uc790\uc5d0\uac8c \ub9e4\ud551\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | INFO_SASLGSSAPI_UPDATED_KDC_267=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-kdc-address \uc18d\uc131\uc774 \uc5c5\ub370\uc774\ud2b8\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc774\uc81c \u20a9"%s\u20a9" \uac12\uc774 GSSAPI \uc778\uc99d\uc5d0 \ub300\ud55c KDC \uc8fc\uc18c\ub85c \uc0ac\uc6a9\ub429\ub2c8\ub2e4. |
| | | INFO_SASLGSSAPI_UNSET_KDC_268=\uad6c\uc131 \ud56d\ubaa9 %s\uc758 ds-cfg-kdc-address \uc18d\uc131\uc774 \uc2dc\uc2a4\ud15c \ub4f1\ub85d \uc815\ubcf4\ub85c \uc124\uc815\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. KDC \uc8fc\uc18c \ud655\uc778\uc744 \uc704\ud55c \ucd94\uac00 GSSAPI \uc778\uc99d\uc740 \uae30\ubcf8 \uc6b4\uc601 \uccb4\uc81c\uc758 Kerberos \uad6c\uc131\uc5d0 \ub530\ub77c \uc2dc\ub3c4\ub429\ub2c8\ub2e4. |
| | | INFO_SASLGSSAPI_UPDATED_REALM_269=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-realm \uc18d\uc131\uc774 \uc5c5\ub370\uc774\ud2b8\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc774\uc81c \u20a9"%s\u20a9" \uac12\uc774 GSSAPI \uc778\uc99d\uc5d0 \ub300\ud55c \uae30\ubcf8 \uc601\uc5ed\uc73c\ub85c \uc0ac\uc6a9\ub429\ub2c8\ub2e4. |
| | | INFO_SASLGSSAPI_UNSET_REALM_270=\uad6c\uc131 \ud56d\ubaa9 %s\uc758 ds-cfg-realm \uc18d\uc131\uc774 \uc2dc\uc2a4\ud15c \ub4f1\ub85d \uc815\ubcf4\ub85c \uc124\uc815\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uae30\ubcf8 \uc601\uc5ed \ud655\uc778\uc744 \uc704\ud55c \ucd94\uac00 GSSAPI \uc778\uc99d\uc740 \uae30\ubcf8 \uc6b4\uc601 \uccb4\uc81c\uc758 Kerberos \uad6c\uc131\uc5d0 \ub530\ub77c \uc2dc\ub3c4\ub429\ub2c8\ub2e4. |
| | | MILD_ERR_SASLGSSAPI_CANNOT_CREATE_LOGIN_CONTEXT_271=GSSAPI \uc778\uc99d\uc744 \uc704\ud55c JAAS \ub85c\uadf8\uc778 \ucee8\ud14d\uc2a4\ud2b8\ub97c \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_SASLGSSAPI_CANNOT_AUTHENTICATE_SERVER_272=GSSAPI \ubc14\uc778\ub4dc \uc791\uc5c5\uc744 \uc9c0\uc6d0\ud558\uae30 \uc704\ud55c \uc11c\ubc84\uce21 Kerberos \uc778\uc99d\uc744 \uc218\ud589\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_SASLGSSAPI_DESCRIPTION_KEYTAB_FILE_273=GSSAPI \uc778\uc99d\uc744 \ucc98\ub9ac\ud560 \ub54c \uc0ac\uc6a9\ud560 Kerberos \uc0ac\uc6a9\uc790\uc5d0 \ub300\ud55c \ubcf4\uc548 \ud0a4\ub97c \ud3ec\ud568\ud558\ub294 \ud0a4 \ud0ed \ud30c\uc77c\uc758 \uacbd\ub85c\uc785\ub2c8\ub2e4. \uc774 \uac12\uc744 \uc9c0\uc815\ud558\uc9c0 \uc54a\uc73c\uba74 \uc804\uccb4 \uc2dc\uc2a4\ud15c\uc758 \uae30\ubcf8 \ud0a4 \ud0ed \ud30c\uc77c\uc774 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \ub0b4\uc6a9\uc744 \uc801\uc6a9\ud558\ub824\uba74 GSSAPI SASL \uba54\ucee4\ub2c8\uc998 \ucc98\ub9ac\uae30\ub97c \ube44\ud65c\uc131\ud654\ud588\ub2e4\uac00 \ub2e4\uc2dc \ud65c\uc131\ud654\ud558\uac70\ub098 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\ub97c \ub2e4\uc2dc \uc2dc\uc791\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | MILD_ERR_SASLGSSAPI_CANNOT_GET_KEYTAB_FILE_274=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-keytab \uc18d\uc131 \uac12\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_SASLGSSAPI_CANNOT_CREATE_JAAS_CONFIG_275=GSSAPI \ucc98\ub9ac \uacfc\uc815 \uc911 \uc0ac\uc6a9\ud560 \uc784\uc2dc JAAS \uad6c\uc131 \ud30c\uc77c\uc744 \uc791\uc131\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_SASLGSSAPI_DIFFERENT_AUTHID_AND_AUTHZID_276=\uc778\uc99d \uc544\uc774\ub514 %s\uc774(\uac00) \uad8c\ud55c \ubd80\uc5ec \uc544\uc774\ub514 %s\uacfc(\uc640) \ub2e4\ub985\ub2c8\ub2e4. \uc774\ub294 GSSAPI \uc778\uc99d\uc5d0\uc11c \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_EXTOP_WHOAMI_PROXYAUTH_INSUFFICIENT_PRIVILEGES_277=\ud504\ub85d\uc2dc\ub41c \uc778\uc99d \uc81c\uc5b4\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc788\ub294 \ucda9\ubd84\ud55c \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | INFO_EXACTMAP_DESCRIPTION_MATCH_ATTR_298=\uc774 \uc544\uc774\ub514 \ub9e4\ud37c\uc5d0 \uc81c\uacf5\ub41c \uc544\uc774\ub514 \ubb38\uc790\uc5f4\uacfc \uc815\ud655\ud558\uac8c \uc77c\uce58\ud558\ub294 \uac12\uc744 \uac00\uc9c4 \uc18d\uc131\uc758 \uc774\ub984 \ub610\ub294 OID\uc785\ub2c8\ub2e4. \uac12\uc744 \ud558\ub098 \uc774\uc0c1 \uc81c\uacf5\ud574\uc57c \ud569\ub2c8\ub2e4. \ubaa8\ub4e0 \uac12\uc740 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub41c \uc18d\uc131 \uc720\ud615\uc758 \uc774\ub984 \ub610\ub294 OID\ub97c \ucc38\uc870\ud574\uc57c \ud569\ub2c8\ub2e4. \uc18d\uc131 \uc720\ud615 \uc774\ub984 \ub610\ub294 OID\ub97c \uc5ec\ub7ec \uac1c \uc81c\uacf5\ud560 \uacbd\uc6b0 \ud574\ub2f9 \uc18d\uc131 \uc911 \ud558\ub098 \uc774\uc0c1\uc774 \uc815\ud655\ud788 \ud558\ub098\uc758 \ud56d\ubaa9\uc5d0 \uc81c\uacf5\ub41c \uc544\uc774\ub514 \ubb38\uc790\uc5f4 \uac12\uc744 \ud3ec\ud568\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | MILD_ERR_EXACTMAP_NO_MATCH_ATTR_299=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 ds-cfg-match-attribute \uc18d\uc131 \uac12\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. \uc774 \uc18d\uc131 \uac12\uc740 \uc8fc\uc5b4\uc9c4 \uc544\uc774\ub514 \ubb38\uc790\uc5f4\uc744 \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc5d0 \ub9e4\ud551\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 \uc218 \uc788\ub294 \uc18d\uc131\uc744 \uc9c0\uc815\ud558\ub294 \ub370 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. |
| | | MILD_ERR_EXACTMAP_UNKNOWN_ATTR_300=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 ds-cfg-match-attribute \uc18d\uc131 \uac12 %s\uc774(\uac00) \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0\ub9cc \uc774 \uac12\uc740 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub41c \uc18d\uc131 \uc720\ud615\uc5d0 \ub300\ud55c \uc720\ud6a8\ud55c \uc774\ub984 \ub610\ub294 OID\uac00 \uc544\ub2d9\ub2c8\ub2e4. |
| | | MILD_ERR_EXACTMAP_CANNOT_DETERMINE_MATCH_ATTR_301=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-match-attribute \uc18d\uc131 \uac12\uc744 \ucc98\ub9ac\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_EXACTMAP_DESCRIPTION_SEARCH_BASE_302=\uc81c\uacf5\ub41c \uc544\uc774\ub514 \ubb38\uc790\uc5f4\uc744 \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc5d0 \ub9e4\ud551\ud558\uae30 \uc704\ud574 \uac80\uc0c9\uc744 \uc218\ud589\ud560 \ub54c \uc0ac\uc6a9\ud574\uc57c \ud558\ub294 \uae30\ubcf8 DN\uc785\ub2c8\ub2e4. \uac12\uc744 \uc81c\uacf5\ud558\uc9c0 \uc54a\uc73c\uba74 \ub8e8\ud2b8 DSE\uac00 \uac80\uc0c9 \uae30\uc900\uc73c\ub85c \uc0ac\uc6a9\ub429\ub2c8\ub2e4. |
| | | MILD_ERR_EXACTMAP_CANNOT_DETERMINE_MATCH_BASE_303=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-match-base-dn \uc18d\uc131 \uac12\uc744 \ucc98\ub9ac\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_EXACTMAP_UPDATED_MATCH_ATTRS_304=\uad6c\uc131 \ud56d\ubaa9 %s\uc758 ds-cfg-match-attribute \uc18d\uc131\uc5d0 \ud3ec\ud568\ub41c \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uacfc \uc544\uc774\ub514 \uc124\uc815\uc744 \uc77c\uce58\uc2dc\ud0ac \ub54c \uc0ac\uc6a9\ud560 \uc18d\uc131 \uc9d1\ud569\uc774 \uc5c5\ub370\uc774\ud2b8\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | INFO_EXACTMAP_UPDATED_MATCH_BASES_305=\uad6c\uc131 \ud56d\ubaa9 %s\uc758 ds-cfg-match-base-dn \uc18d\uc131\uc5d0 \ud3ec\ud568\ub41c \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uacfc \uc544\uc774\ub514 \ubb38\uc790\uc5f4\uc744 \uc77c\uce58\uc2dc\ud0ac \ub54c \uc0ac\uc6a9\ud560 \uac80\uc0c9 \uae30\ubcf8 DN \uc9d1\ud569\uc774 \uc5c5\ub370\uc774\ud2b8\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_EXACTMAP_MULTIPLE_MATCHING_ENTRIES_306=\uc544\uc774\ub514 \ubb38\uc790\uc5f4 %s\uc774(\uac00) \uc5ec\ub7ec \uc0ac\uc6a9\uc790\uc5d0\uac8c \ub9e4\ud551\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_EXACTMAP_INEFFICIENT_SEARCH_307=\uc544\uc774\ub514 \ubb38\uc790\uc5f4 %s\uc744(\ub97c) \uae30\ubc18\uc73c\ub85c \ud558\ub294 \ub0b4\ubd80 \uac80\uc0c9\uc744 \ud6a8\uc728\uc801\uc73c\ub85c \ucc98\ub9ac\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4: %s. \uc11c\ubc84 \uad6c\uc131\uc744 \uac80\uc0ac\ud558\uc5ec \ubaa8\ub4e0 \uad00\ub828 \ubc31\uc5d4\ub4dc\uac00 \uc774\ub7ec\ud55c \uc720\ud615\uc758 \uac80\uc0c9\uc5d0 \ub300\ud574 \uc62c\ubc14\ub974\uac8c \uad6c\uc131\ub418\uc5b4 \uc788\ub294\uc9c0 \ud655\uc778\ud558\uc2ed\uc2dc\uc624. |
| | | MILD_ERR_EXACTMAP_SEARCH_FAILED_308=\uc544\uc774\ub514 \ubb38\uc790\uc5f4 %s\uc744(\ub97c) \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc73c\ub85c \ud655\uc778\ud558\ub294 \ub3d9\uc548 \ub0b4\ubd80 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_SASLCRAMMD5_DESCRIPTION_IDENTITY_MAPPER_DN_309=CRAM-MD5 \uc0ac\uc6a9\uc790 \uc774\ub984\uc744 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc5d0 \ub9e4\ud551\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 \uc544\uc774\ub514 \ub9e4\ud37c \uad6c\uc131\uc744 \ubcf4\uad00\ud558\ub294 \uad6c\uc131 \ud56d\ubaa9\uc758 DN\uc785\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \ub0b4\uc6a9\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | MILD_ERR_SASLCRAMMD5_NO_IDENTITY_MAPPER_ATTR_310=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 CRAM-MD5 SASL \uba54\ucee4\ub2c8\uc998\uacfc \ud568\uaed8 \uc0ac\uc6a9\ud560 \uc544\uc774\ub514 \ub9e4\ud37c\uc758 DN\uc744 \uc9c0\uc815\ud558\ub294 ds-cfg-identity-mapper \uc18d\uc131\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. \uc774 \ud56d\ubaa9\uc740 \ud544\uc218 \uc18d\uc131\uc785\ub2c8\ub2e4. |
| | | MILD_ERR_SASLCRAMMD5_NO_SUCH_IDENTITY_MAPPER_311=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 ds-cfg-identity-mapper \uc18d\uc131\uc5d0 \uc9c0\uc815\ub41c \uc544\uc774\ub514 \ub9e4\ud37c %1$s\uc774(\uac00) \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0\uc11c \uc0ac\uc6a9\ud560 \uc218 \uc788\ub294 \uc720\ud6a8\ud55c \uc544\uc774\ub514 \ub9e4\ud37c \uad6c\uc131\uc744 \ucc38\uc870\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SASLCRAMMD5_CANNOT_GET_IDENTITY_MAPPER_312=CRAM-MD5 SASL \uba54\ucee4\ub2c8\uc998\uacfc \ud568\uaed8 \uc0ac\uc6a9\ud560 \uc544\uc774\ub514 \ub9e4\ud37c\ub97c \ud655\uc778\ud558\uae30 \uc704\ud574 \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-identity-mapper \uc18d\uc131 \uac12\uc744 \ucc98\ub9ac\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_SASLCRAMMD5_CANNOT_MAP_USERNAME_313=\uc0ac\uc6a9\uc790 \uc774\ub984 %s\uc744(\ub97c) \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ud56d\ubaa9\uc5d0 \ub9e4\ud551\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_SASLCRAMMD5_UPDATED_IDENTITY_MAPPER_314=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-identity-mapper \uc18d\uc131\uc774 \uc5c5\ub370\uc774\ud2b8\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc774\uc81c SASL CRAM-MD5 \ubc14\uc778\ub4dc \uc694\uccad\uc744 \ucc98\ub9ac\ud560 \ub54c \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \uc544\uc774\ub514 \ub9e4\ud37c\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc0ac\uc6a9\uc790 \uc774\ub984\uc744 \ud56d\ubaa9\uc5d0 \ub9e4\ud551\ud569\ub2c8\ub2e4. |
| | | INFO_SASLDIGESTMD5_DESCRIPTION_IDENTITY_MAPPER_DN_315=DIGEST-MD5 \uc0ac\uc6a9\uc790 \uc774\ub984\uc744 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc5d0 \ub9e4\ud551\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 \uc544\uc774\ub514 \ub9e4\ud37c \uad6c\uc131\uc744 \ubcf4\uad00\ud558\ub294 \uad6c\uc131 \ud56d\ubaa9\uc758 DN\uc785\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \ub0b4\uc6a9\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | MILD_ERR_SASLDIGESTMD5_NO_IDENTITY_MAPPER_ATTR_316=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 DIGEST-MD5 SASL \uba54\ucee4\ub2c8\uc998\uacfc \ud568\uaed8 \uc0ac\uc6a9\ud560 \uc544\uc774\ub514 \ub9e4\ud37c\uc758 DN\uc744 \uc9c0\uc815\ud558\ub294 ds-cfg-identity-mapper \uc18d\uc131\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. \uc774 \ud56d\ubaa9\uc740 \ud544\uc218 \uc18d\uc131\uc785\ub2c8\ub2e4. |
| | | MILD_ERR_SASLDIGESTMD5_NO_SUCH_IDENTITY_MAPPER_317=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 ds-cfg-identity-mapper \uc18d\uc131\uc5d0 \uc9c0\uc815\ub41c \uc544\uc774\ub514 \ub9e4\ud37c %1$s\uc774(\uac00) \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0\uc11c \uc0ac\uc6a9\ud560 \uc218 \uc788\ub294 \uc720\ud6a8\ud55c \uc544\uc774\ub514 \ub9e4\ud37c \uad6c\uc131\uc744 \ucc38\uc870\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_GET_IDENTITY_MAPPER_318=DIGEST-MD5 SASL \uba54\ucee4\ub2c8\uc998\uacfc \ud568\uaed8 \uc0ac\uc6a9\ud560 \uc544\uc774\ub514 \ub9e4\ud37c\ub97c \ud655\uc778\ud558\uae30 \uc704\ud574 \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-identity-mapper \uc18d\uc131 \uac12\uc744 \ucc98\ub9ac\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_MAP_USERNAME_319=\uc0ac\uc6a9\uc790 \uc774\ub984 %s\uc744(\ub97c) \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ud56d\ubaa9\uc5d0 \ub9e4\ud551\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_SASLDIGESTMD5_UPDATED_IDENTITY_MAPPER_320=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-identity-mapper \uc18d\uc131\uc774 \uc5c5\ub370\uc774\ud2b8\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc774\uc81c SASL DIGEST-MD5 \ubc14\uc778\ub4dc \uc694\uccad\uc744 \ucc98\ub9ac\ud560 \ub54c \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \uc544\uc774\ub514 \ub9e4\ud37c\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc0ac\uc6a9\uc790 \uc774\ub984\uc744 \ud56d\ubaa9\uc5d0 \ub9e4\ud551\ud569\ub2c8\ub2e4. |
| | | INFO_SASLPLAIN_DESCRIPTION_IDENTITY_MAPPER_DN_321=\uc81c\uacf5\ub41c \uc0ac\uc6a9\uc790 \uc774\ub984\uc744 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc5d0 \ub9e4\ud551\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 \uc544\uc774\ub514 \ub9e4\ud37c \uad6c\uc131\uc744 \ubcf4\uad00\ud558\ub294 \uad6c\uc131 \ud56d\ubaa9\uc758 DN\uc785\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \ub0b4\uc6a9\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | MILD_ERR_SASLPLAIN_NO_IDENTITY_MAPPER_ATTR_322=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 PLAIN SASL \uba54\ucee4\ub2c8\uc998\uacfc \ud568\uaed8 \uc0ac\uc6a9\ud560 \uc544\uc774\ub514 \ub9e4\ud37c\uc758 DN\uc744 \uc9c0\uc815\ud558\ub294 ds-cfg-identity-mapper \uc18d\uc131\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. \uc774 \ud56d\ubaa9\uc740 \ud544\uc218 \uc18d\uc131\uc785\ub2c8\ub2e4. |
| | | MILD_ERR_SASLPLAIN_NO_SUCH_IDENTITY_MAPPER_323=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 ds-cfg-identity-mapper \uc18d\uc131\uc5d0 \uc9c0\uc815\ub41c \uc544\uc774\ub514 \ub9e4\ud37c %1$s\uc774(\uac00) \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0\uc11c \uc0ac\uc6a9\ud560 \uc218 \uc788\ub294 \uc720\ud6a8\ud55c \uc544\uc774\ub514 \ub9e4\ud37c \uad6c\uc131\uc744 \ucc38\uc870\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SASLPLAIN_CANNOT_GET_IDENTITY_MAPPER_324=PLAIN SASL \uba54\ucee4\ub2c8\uc998\uacfc \ud568\uaed8 \uc0ac\uc6a9\ud560 \uc544\uc774\ub514 \ub9e4\ud37c\ub97c \ud655\uc778\ud558\uae30 \uc704\ud574 \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-identity-mapper \uc18d\uc131 \uac12\uc744 \ucc98\ub9ac\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_SASLPLAIN_CANNOT_MAP_USERNAME_325=\uc0ac\uc6a9\uc790 \uc774\ub984 %s\uc744(\ub97c) \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ud56d\ubaa9\uc5d0 \ub9e4\ud551\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_SASLPLAIN_UPDATED_IDENTITY_MAPPER_326=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-identity-mapper \uc18d\uc131\uc774 \uc5c5\ub370\uc774\ud2b8\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc774\uc81c SASL PLAIN \ubc14\uc778\ub4dc \uc694\uccad\uc744 \ucc98\ub9ac\ud560 \ub54c \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \uc544\uc774\ub514 \ub9e4\ud37c\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc0ac\uc6a9\uc790 \uc774\ub984\uc744 \ud56d\ubaa9\uc5d0 \ub9e4\ud551\ud569\ub2c8\ub2e4. |
| | | MILD_ERR_EXTOP_CANCEL_NO_REQUEST_VALUE_327=\ud655\uc7a5 \uc791\uc5c5\uc5d0 \uc694\uccad \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uae30 \ub54c\ubb38\uc5d0 \ucde8\uc18c \uc694\uccad\uc744 \ucc98\ub9ac\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_EXTOP_CANCEL_CANNOT_DECODE_REQUEST_VALUE_328=\ucde8\uc18c \ud655\uc7a5 \uc694\uccad \uac12\uc744 \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_EXTOP_CANCEL_REASON_329=\ucde8\uc18c \uc694\uccad(\uba54\uc2dc\uc9c0 \uc544\uc774\ub514 %d)\uc744 \uc218\uc2e0\ud558\uc5ec \uc774 \uc791\uc5c5 \ucc98\ub9ac\uac00 \uc885\ub8cc\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_PWSCHEME_DOES_NOT_SUPPORT_AUTH_PASSWORD_330=\ube44\ubc00\ubc88\ud638 \uc800\uc7a5\uc18c \uc2a4\ud0a4\ub9c8 %s\uc744(\ub97c) \uc778\uc99d \ube44\ubc00\ubc88\ud638 \uc18d\uc131 \uad6c\ubb38\uc5d0 \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | INFO_PWLENGTHVALIDATOR_DESCRIPTION_MIN_LENGTH_331=\ube44\ubc00\ubc88\ud638\uc5d0 \uc0ac\uc6a9\ud560 \uc218 \uc788\ub294 \ucd5c\uc18c \ubb38\uc790 \uc218\uc785\ub2c8\ub2e4. \uac12\uc774 0\uc774\uba74 \ucd5c\uc18c \uae38\uc774\uac00 \uc5c6\ub294 \uac83\uc785\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \ub0b4\uc6a9\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | MILD_ERR_PWLENGTHVALIDATOR_CANNOT_DETERMINE_MIN_LENGTH_332=ds-cfg-min-password-length \uc18d\uc131\uc5d0\uc11c \ud5c8\uc6a9\ud558\ub294 \ucd5c\uc18c \ube44\ubc00\ubc88\ud638 \uae38\uc774\ub97c \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_PWLENGTHVALIDATOR_DESCRIPTION_MAX_LENGTH_333=\ube44\ubc00\ubc88\ud638\uc5d0 \uc0ac\uc6a9\ud560 \uc218 \uc788\ub294 \ucd5c\ub300 \ubb38\uc790 \uc218\uc785\ub2c8\ub2e4. \uac12\uc774 0\uc774\uba74 \ucd5c\ub300 \uae38\uc774\uac00 \uc5c6\ub294 \uac83\uc785\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \ub0b4\uc6a9\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | MILD_ERR_PWLENGTHVALIDATOR_CANNOT_DETERMINE_MAX_LENGTH_334=ds-cfg-max-password-length \uc18d\uc131\uc5d0\uc11c \ud5c8\uc6a9\ud558\ub294 \ucd5c\ub300 \ube44\ubc00\ubc88\ud638 \uae38\uc774\ub97c \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_PWLENGTHVALIDATOR_MIN_GREATER_THAN_MAX_335=\uad6c\uc131\ub41c \ucd5c\uc18c \ube44\ubc00\ubc88\ud638 \uae38\uc774(%d\uc790)\uac00 \uad6c\uc131\ub41c \ucd5c\ub300 \ube44\ubc00\ubc88\ud638 \uae38\uc774(%d\uc790)\ubcf4\ub2e4 \ud07d\ub2c8\ub2e4. |
| | | MILD_ERR_PWLENGTHVALIDATOR_TOO_SHORT_336=\uc81c\uacf5\ub41c \ube44\ubc00\ubc88\ud638\uac00 \ud544\uc694\ud55c \ucd5c\uc18c \uae38\uc774(%d\uc790)\ubcf4\ub2e4 \uc9e7\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_PWLENGTHVALIDATOR_TOO_LONG_337=\uc81c\uacf5\ub41c \ube44\ubc00\ubc88\ud638\uac00 \ud5c8\uc6a9\ub418\ub294 \ucd5c\ub300 \uae38\uc774(%d\uc790)\ubcf4\ub2e4 \uae41\ub2c8\ub2e4. |
| | | INFO_PWLENGTHVALIDATOR_UPDATED_MIN_LENGTH_338=\ucd5c\uc18c \ube44\ubc00\ubc88\ud638 \uae38\uc774\uac00 %d(\uc73c)\ub85c \uc5c5\ub370\uc774\ud2b8\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | INFO_PWLENGTHVALIDATOR_UPDATED_MAX_LENGTH_339=\ucd5c\ub300 \ube44\ubc00\ubc88\ud638 \uae38\uc774\uac00 %d(\uc73c)\ub85c \uc5c5\ub370\uc774\ud2b8\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | INFO_RANDOMPWGEN_DESCRIPTION_CHARSET_340=\ube44\ubc00\ubc88\ud638\ub97c \uc0dd\uc131\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 \ubb38\uc790 \uc9d1\ud569\uc785\ub2c8\ub2e4. \uac01 \ubb38\uc790 \uc9d1\ud569\uc5d0\ub294 ASCII \uc601\ubb38\uc790\ub85c\ub9cc \uad6c\uc131\ub41c \uc774\ub984\uc774 \uc81c\uacf5\ub418\uace0 \ubc14\ub85c \ub4a4\uc5d0 \ucf5c\ub860\uc774 \uc624\uace0 \uadf8 \ub4a4\uc5d0 \ud574\ub2f9 \ubb38\uc790 \uc9d1\ud569\uc5d0 \ud3ec\ud568\ub420 \ubb38\uc790 \uc9d1\ud569\uc774 \ud45c\uc2dc\ub429\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \ub0b4\uc6a9\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | MILD_ERR_RANDOMPWGEN_NO_CHARSETS_341=\uad6c\uc131 \ud56d\ubaa9 \u20a9"%s\u20a9"\uc5d0\ub294 \ube44\ubc00\ubc88\ud638\ub97c \uc0dd\uc131\ud560 \ub54c \uc0ac\uc6a9\ud560 \ubb38\uc790 \uc9d1\ud569\uc744 \uc9c0\uc815\ud558\ub294 ds-cfg-password-character-set \uc18d\uc131\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. \uc774 \ud56d\ubaa9\uc740 \ud544\uc218 \uc18d\uc131\uc785\ub2c8\ub2e4. |
| | | MILD_ERR_RANDOMPWGEN_CHARSET_NAME_CONFLICT_342=\uad6c\uc131 \ud56d\ubaa9 \u20a9"%s\u20a9"\uc5d0 %s \ubb38\uc790 \uc9d1\ud569\uc5d0 \ub300\ud55c \uc815\uc758\uac00 \uc5ec\ub7ec \uac1c \uc788\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_RANDOMPWGEN_CANNOT_DETERMINE_CHARSETS_343=\ube44\ubc00\ubc88\ud638\ub97c \uc0dd\uc131\ud560 \ub54c \uc0ac\uc6a9\ud560 \ubb38\uc790 \uc9d1\ud569\uc744 \ubcf4\uad00\ud558\ub294 \ub370 \uc0ac\uc6a9\ub418\ub294 ds-cfg-password-character-set \uad6c\uc131 \uc18d\uc131 \uac12\uc744 \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_RANDOMPWGEN_DESCRIPTION_PWFORMAT_344=\uc774 \ube44\ubc00\ubc88\ud638 \uc0dd\uc131\uae30\uc5d0\uc11c \uad6c\uc131\ub418\ub294 \ube44\ubc00\ubc88\ud638\uc5d0 \uc0ac\uc6a9\ud560 \ud615\uc2dd\uc785\ub2c8\ub2e4. \uac12\uc740 \uc27c\ud45c\ub85c \uad6c\ubd84\ub41c \uc5ec\ub7ec \uc694\uc18c\uc774\uba70 \uac01 \uc694\uc18c\ub294 \ubb38\uc790 \uc9d1\ud569\uc758 \uc774\ub984\uacfc \ucf5c\ub860, \uadf8\ub9ac\uace0 \ud574\ub2f9 \ubb38\uc790 \uc9d1\ud569\uc5d0\uc11c \uc784\uc758\ub85c \uc120\ud0dd\ud560 \ubb38\uc790 \uc218\ub85c \uc774\ub8e8\uc5b4\uc838 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \ub0b4\uc6a9\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | MILD_ERR_RANDOMPWGEN_NO_PWFORMAT_345=\uad6c\uc131 \ud56d\ubaa9 \u20a9"%s\u20a9"\uc5d0\ub294 \uc0dd\uc131\ub41c \ube44\ubc00\ubc88\ud638\uc5d0 \uc0ac\uc6a9\ud560 \ud615\uc2dd\uc744 \uc9c0\uc815\ud558\ub294 ds-cfg-password-format \uc18d\uc131\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. \uc774 \ud56d\ubaa9\uc740 \ud544\uc218 \uc18d\uc131\uc785\ub2c8\ub2e4. |
| | | MILD_ERR_RANDOMPWGEN_UNKNOWN_CHARSET_346=\ube44\ubc00\ubc88\ud638 \ud615\uc2dd \ubb38\uc790\uc5f4 \u20a9"%s\u20a9"\uc774(\uac00) \uc815\uc758\ub418\uc9c0 \uc54a\uc740 \ubb38\uc790 \uc9d1\ud569 \u20a9"%s\u20a9"\uc744(\ub97c) \ucc38\uc870\ud569\ub2c8\ub2e4. |
| | | MILD_ERR_RANDOMPWGEN_INVALID_PWFORMAT_347=\ube44\ubc00\ubc88\ud638 \ud615\uc2dd \ubb38\uc790\uc5f4 \u20a9"%s\u20a9"\uc5d0 \uc798\ubabb\ub41c \uad6c\ubb38\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uac12\uc740 \uc27c\ud45c\ub85c \uad6c\ubd84\ub41c \uc5ec\ub7ec \uc694\uc18c\uc774\uba70 \uac01 \uc694\uc18c\ub294 \ubb38\uc790 \uc9d1\ud569\uc758 \uc774\ub984\uacfc \ucf5c\ub860, \uadf8\ub9ac\uace0 \ud574\ub2f9 \ubb38\uc790 \uc9d1\ud569\uc5d0\uc11c \uc784\uc758\ub85c \uc120\ud0dd\ud560 \ubb38\uc790 \uc218\ub85c \uc774\ub8e8\uc5b4\uc838 \uc788\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_RANDOMPWGEN_CANNOT_DETERMINE_PWFORMAT_348=\uc0dd\uc131\ub418\ub294 \ube44\ubc00\ubc88\ud638\uc758 \ud615\uc2dd\uc744 \uc9c0\uc815\ud558\ub294 \ub370 \uc0ac\uc6a9\ub418\ub294 ds-cfg-password-format \uad6c\uc131 \uc18d\uc131 \uac12\uc744 \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_SASLGSSAPI_DESCRIPTION_IDENTITY_MAPPER_DN_349=GSSAPI \uc0ac\uc6a9\uc790\ub97c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc5d0 \ub9e4\ud551\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 \uc544\uc774\ub514 \ub9e4\ud37c \uad6c\uc131\uc744 \ubcf4\uad00\ud558\ub294 \uad6c\uc131 \ud56d\ubaa9\uc758 DN\uc785\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \ub0b4\uc6a9\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | MILD_ERR_SASLGSSAPI_NO_IDENTITY_MAPPER_ATTR_350=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 GSSAPI SASL \uba54\ucee4\ub2c8\uc998\uacfc \ud568\uaed8 \uc0ac\uc6a9\ud560 \uc544\uc774\ub514 \ub9e4\ud37c\uc758 DN\uc744 \uc9c0\uc815\ud558\ub294 ds-cfg-identity-mapper \uc18d\uc131\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. \uc774 \ud56d\ubaa9\uc740 \ud544\uc218 \uc18d\uc131\uc785\ub2c8\ub2e4. |
| | | MILD_ERR_SASLGSSAPI_NO_SUCH_IDENTITY_MAPPER_351=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 ds-cfg-identity-mapper \uc18d\uc131\uc5d0 \uc9c0\uc815\ub41c \uc544\uc774\ub514 \ub9e4\ud37c %1$s\uc774(\uac00) \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0\uc11c \uc0ac\uc6a9\ud560 \uc218 \uc788\ub294 \uc720\ud6a8\ud55c \uc544\uc774\ub514 \ub9e4\ud37c \uad6c\uc131\uc744 \ucc38\uc870\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SASLGSSAPI_CANNOT_GET_IDENTITY_MAPPER_352=GSSAPI SASL \uba54\ucee4\ub2c8\uc998\uacfc \ud568\uaed8 \uc0ac\uc6a9\ud560 \uc544\uc774\ub514 \ub9e4\ud37c\ub97c \ud655\uc778\ud558\uae30 \uc704\ud574 \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-identity-mapper \uc18d\uc131 \uac12\uc744 \ucc98\ub9ac\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_SASLGSSAPI_UPDATED_IDENTITY_MAPPER_353=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-identity-mapper \uc18d\uc131\uc774 \uc5c5\ub370\uc774\ud2b8\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc774\uc81c \u20a9"%s\u20a9" \uac12\uc774 GSSAPI \uc778\uc99d\uc5d0 \ub300\ud55c \uc544\uc774\ub514 \ub9e4\ud37c \uad6c\uc131 \ud56d\ubaa9\uc758 DN\uc73c\ub85c \uc0ac\uc6a9\ub429\ub2c8\ub2e4. |
| | | MILD_ERR_EXTOP_PASSMOD_CANNOT_GET_PW_POLICY_354=\uc0ac\uc6a9\uc790 %s\uc5d0 \ub300\ud55c \ube44\ubc00\ubc88\ud638 \uc815\ucc45\uc744 \uac00\uc838\uc624\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_EXTOP_PASSMOD_REQUIRE_CURRENT_PW_355=\uc9c1\uc811 \ube44\ubc00\ubc88\ud638\ub97c \ubcc0\uacbd\ud558\ub824\uba74 \ud604\uc7ac \ube44\ubc00\ubc88\ud638\ub97c \uc81c\uacf5\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | MILD_ERR_EXTOP_PASSMOD_SECURE_AUTH_REQUIRED_356=\uc0ac\uc6a9\uc790\uc758 \ud604\uc7ac \ube44\ubc00\ubc88\ud638\ub97c \uc81c\uacf5\ud558\ub294 \ube44\ubc00\ubc88\ud638 \uc218\uc815 \uc791\uc5c5\uc740 \ubcf4\uc548 \ud1b5\uc2e0 \ucc44\ub110\uc744 \ud1b5\ud574 \uc218\ud589\ub418\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | MILD_ERR_EXTOP_PASSMOD_USER_PW_CHANGES_NOT_ALLOWED_357=\ucd5c\uc885 \uc0ac\uc6a9\uc790\ub294 \uc790\uc2e0\uc758 \ube44\ubc00\ubc88\ud638\ub97c \ubcc0\uacbd\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_EXTOP_PASSMOD_SECURE_CHANGES_REQUIRED_358=\ube44\ubc00\ubc88\ud638 \ubcc0\uacbd\uc740 \ubcf4\uc548 \ud1b5\uc2e0 \ucc44\ub110\uc744 \ud1b5\ud574 \uc218\ud589\ub418\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | MILD_ERR_EXTOP_PASSMOD_IN_MIN_AGE_359=\uc774\uc804 \ube44\ubc00\ubc88\ud638 \ubcc0\uacbd\uc774 \ucd5c\uadfc\uc5d0 \uc218\ud589\ub418\uc5c8\uae30 \ub54c\ubb38\uc5d0 \ube44\ubc00\ubc88\ud638\ub97c \ubcc0\uacbd\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_EXTOP_PASSMOD_PASSWORD_IS_EXPIRED_360=\ube44\ubc00\ubc88\ud638\uac00 \ub9cc\ub8cc\ub418\uc5c8\uae30 \ub54c\ubb38\uc5d0 \ube44\ubc00\ubc88\ud638\ub97c \ubcc0\uacbd\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_EXTOP_PASSMOD_NO_PW_GENERATOR_361=\uc0c8 \ube44\ubc00\ubc88\ud638\ub97c \uc81c\uacf5\ud558\uc9c0 \uc54a\uc558\uc73c\uba70 \uc0c8 \ube44\ubc00\ubc88\ud638\ub97c \uc790\ub3d9\uc73c\ub85c \ub9cc\ub4dc\ub294 \ub370 \uc0ac\uc6a9\ub420 \uc218 \uc788\ub294 \ube44\ubc00\ubc88\ud638 \uc0dd\uc131\uae30\uac00 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_EXTOP_PASSMOD_CANNOT_GENERATE_PW_362=\ube44\ubc00\ubc88\ud638 \uc0dd\uc131\uae30\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc0c8 \ube44\ubc00\ubc88\ud638\ub97c \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_EXTOP_PASSMOD_PRE_ENCODED_NOT_ALLOWED_363=\ube44\ubc00\ubc88\ud638 \uc815\ucc45\uc5d0 \ub530\ub77c \uc0ac\uc6a9\uc790\ub294 \ubbf8\ub9ac \uc778\ucf54\ub529\ub41c \ube44\ubc00\ubc88\ud638\ub97c \uc81c\uacf5\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_EXTOP_PASSMOD_UNACCEPTABLE_PW_364=\uc81c\uacf5\ub41c \uc0c8 \ube44\ubc00\ubc88\ud638\ub85c \uc11c\ubc84\uc5d0 \uc815\uc758\ub41c \uac80\uc99d \uac80\uc0ac\ub97c \uc218\ud589\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_EXTOP_PASSMOD_CANNOT_ENCODE_PASSWORD_365=\uae30\ubcf8 \uc2a4\ud0a4\ub9c8\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc81c\uacf5\ub41c \ube44\ubc00\ubc88\ud638\ub97c \uc778\ucf54\ub529\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_EXTOP_PASSMOD_NO_SUCH_ID_MAPPER_368=\uad6c\uc131 \ud56d\ubaa9 DN %s\uc744(\ub97c) \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ube44\ubc00\ubc88\ud638 \uc218\uc815 \ud655\uc7a5 \uc791\uc5c5\uc5d0 \uc0ac\uc6a9\ud558\ub3c4\ub85d \uc9c0\uc815\ud55c \uc544\uc774\ub514 \ub9e4\ud37c\uac00 \uc5c6\uac70\ub098 \ud65c\uc131\ud654\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc544\uc774\ub514 \ub9e4\ud37c\ub294 \ud544\uc218 \uad6c\uc131\uc694\uc18c\uc774\ubbc0\ub85c \ube44\ubc00\ubc88\ud638 \uc218\uc815 \ud655\uc7a5 \uc791\uc5c5\uc744 \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_EXTOP_PASSMOD_CANNOT_DETERMINE_ID_MAPPER_369=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ube44\ubc00\ubc88\ud638 \uc218\uc815 \ud655\uc7a5 \uc791\uc5c5\uacfc \ud568\uaed8 \uc0ac\uc6a9\ud560 \uc544\uc774\ub514 \ub9e4\ud37c\ub97c \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \ube44\ubc00\ubc88\ud638 \uc218\uc815 \ud655\uc7a5 \uc791\uc5c5\uc744 \uc11c\ubc84\uc5d0\uc11c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_EXTOP_PASSMOD_CANNOT_MAP_USER_370=\uc81c\uacf5\ub41c \uc778\uc99d \uc544\uc774\ub514 \ubb38\uc790\uc5f4 \u20a9"%s\u20a9"\uc744(\ub97c) \ub514\ub809\ud1a0\ub9ac\uc758 \uc0ac\uc6a9\uc790\uc5d0\uac8c \ub9e4\ud551\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_EXTOP_PASSMOD_ERROR_MAPPING_USER_371=\uad8c\ud55c \ubd80\uc5ec \uc544\uc774\ub514 \ubb38\uc790\uc5f4 \u20a9"%s\u20a9"\uc744(\ub97c) \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc5d0 \ub9e4\ud551\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_ERRORLOG_ACCTNOTHANDLER_DESCRIPTION_NOTIFICATION_TYPES_372=\ub85c\uadf8 \uba54\uc2dc\uc9c0\ub97c \uc0dd\uc131\ud560 \uc0c1\ud0dc \uc54c\ub9bc \uc720\ud615\uc785\ub2c8\ub2e4. \uc5ec\ub7ec \uac12\uc744 \uac16\ub294 \uc18d\uc131\uc774\uba70 \ubcc0\uacbd \ub0b4\uc6a9\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | MILD_ERR_ERRORLOG_ACCTNOTHANDLER_INVALID_TYPE_373=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc778\uc2dd\ud560 \uc218 \uc5c6\ub294 \uacc4\uc815 \uc0c1\ud0dc \uc54c\ub9bc \uc720\ud615 %s\uc774(\uac00) \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_ERRORLOG_ACCTNOTHANDLER_CANNOT_GET_NOTIFICATION_TYPES_374=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c \uacc4\uc815 \uc0c1\ud0dc \uc54c\ub9bc \uc720\ud615\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | NOTICE_ERRORLOG_ACCTNOTHANDLER_NOTIFICATION_375=Account-Status-Notification \uc720\ud615='%s' userdn='%s' id=%d msg='%s' |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_GET_REVERSIBLE_PASSWORDS_376=SASL DIGEST-MD5 \uc778\uc99d\uc744 \uc218\ud589\ud558\uae30 \uc704\ud574 \uc0ac\uc6a9\uc790 %s\uc5d0 \ub300\ud55c \uc77c\ubc18 \ud14d\uc2a4\ud2b8 \uc554\ud638\ub97c \uac80\uc0c9\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_SASLCRAMMD5_CANNOT_GET_REVERSIBLE_PASSWORDS_377=SASL CRAM-MD5 \uc778\uc99d\uc744 \uc218\ud589\ud558\uae30 \uc704\ud574 \uc0ac\uc6a9\uc790 %s\uc5d0 \ub300\ud55c \uc77c\ubc18 \ud14d\uc2a4\ud2b8 \uc554\ud638\ub97c \uac80\uc0c9\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_SASLPLAIN_CANNOT_CHECK_PASSWORD_VALIDITY_378=SASL PLAIN \uc778\uc99d \uacfc\uc815 \uc911 \uc0ac\uc6a9\uc790 %s\uc5d0 \ub300\ud55c \ube44\ubc00\ubc88\ud638\ub97c \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_STARTTLS_ERROR_SENDING_CLEAR_RESPONSE_379=TLS \ud611\uc0c1\uc744 \uc2dc\uc791\ud55c \ud6c4 \ud074\ub77c\uc774\uc5b8\ud2b8\uc5d0 \uc77c\ubc18 \ud14d\uc2a4\ud2b8 \uc751\ub2f5\uc744 \ubcf4\ub0b4\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_WARN_EXTOP_PASSMOD_NOOP_380=LDAP no-op \uc81c\uc5b4\uac00 \uc694\uccad\uc5d0 \uc788\uae30 \ub54c\ubb38\uc5d0 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0\uc11c \ube44\ubc00\ubc88\ud638 \uc218\uc815 \uc791\uc5c5\uc774 \uc218\ud589\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_EXTOP_PASSMOD_ACCOUNT_DISABLED_381=\uc0ac\uc6a9\uc790 \uacc4\uc815\uc774 \uad00\ub9ac \ubaa9\uc801\uc73c\ub85c \ube44\ud65c\uc131\ud654\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_EXTOP_PASSMOD_ACCOUNT_LOCKED_382=\uc0ac\uc6a9\uc790 \uacc4\uc815\uc774 \uc7a0\uacbc\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_STATICMEMBERS_NO_SUCH_ENTRY_383=\ud56d\ubaa9 %s\uc774(\uac00) \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0 \uc5c6\uae30 \ub54c\ubb38\uc5d0 \ud574\ub2f9 \ud56d\ubaa9\uc744 \uc815\uc801 \uadf8\ub8f9 %s\uc758 \uc7a0\uc7ac\uc801 \uad6c\uc131\uc6d0\uc73c\ub85c \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_STATICMEMBERS_CANNOT_GET_ENTRY_384=\ud56d\ubaa9 %s\uc744(\ub97c) \uc815\uc801 \uadf8\ub8f9 %s\uc758 \uc7a0\uc7ac\uc801 \uad6c\uc131\uc6d0\uc73c\ub85c \uac80\uc0c9\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_STATICGROUP_INVALID_OC_COMBINATION_385=\uc815\uc801 \uadf8\ub8f9\uc740 %2$s \ubc0f %3$s \uac1d\uccb4 \ud074\ub798\uc2a4\ub97c \ubaa8\ub450 \uac00\uc9c8 \uc218 \uc5c6\uc73c\ubbc0\ub85c \ud56d\ubaa9 %1$s\uc744(\ub97c) \uc720\ud6a8\ud55c \uc815\uc801 \uadf8\ub8f9\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_STATICGROUP_NO_VALID_OC_386=\ud56d\ubaa9 %s\uc740(\ub294) %s \ub610\ub294 %s \uac1d\uccb4 \ud074\ub798\uc2a4 \uc911 \uc815\ud655\ud788 \ud558\ub098\ub9cc \ud3ec\ud568\ud558\uc9c0 \uc54a\uae30 \ub54c\ubb38\uc5d0 \uc774 \ud56d\ubaa9\uc744 \uc720\ud6a8\ud55c \uc815\uc801 \uadf8\ub8f9\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_STATICGROUP_CANNOT_DECODE_MEMBER_VALUE_AS_DN_387=\ud56d\ubaa9 %3$s\uc758 %2$s \uc18d\uc131 \uac12 %1$s\uc744(\ub97c) \uc720\ud6a8\ud55c DN\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %4$s. \uc774 \uac12\uc744 \uadf8\ub8f9 \uad6c\uc131\uc6d0 \uc9d1\ud569\uc5d0\uc11c \uc81c\uc678\ud569\ub2c8\ub2e4. |
| | | MILD_ERR_STATICGROUP_ADD_MEMBER_ALREADY_EXISTS_388=\uc0ac\uc6a9\uc790 %s\uc774(\uac00) \uadf8\ub8f9\uc758 \uad6c\uc131\uc6d0 \ubaa9\ub85d\uc5d0 \uc774\ubbf8 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc774 \uc0ac\uc6a9\uc790\ub97c \uc815\uc801 \uadf8\ub8f9 %s\uc758 \uc0c8 \uad6c\uc131\uc6d0\uc73c\ub85c \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_STATICGROUP_REMOVE_MEMBER_NO_SUCH_MEMBER_389=\uc0ac\uc6a9\uc790 %s\uc774(\uac00) \uadf8\ub8f9\uc758 \uad6c\uc131\uc6d0 \ubaa9\ub85d\uc5d0 \uc5c6\uae30 \ub54c\ubb38\uc5d0 \uc774 \uc0ac\uc6a9\uc790\ub97c \uc815\uc801 \uadf8\ub8f9 %s\uc758 \uad6c\uc131\uc6d0\uc73c\ub85c \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_STATICGROUP_ADD_MEMBER_UPDATE_FAILED_390=\uadf8\ub8f9\uc744 \uc5c5\ub370\uc774\ud2b8\ud558\uae30 \uc704\ud574 \ub0b4\ubd80 \uc218\uc815\uc744 \uc218\ud589\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uae30 \ub54c\ubb38\uc5d0 \uc0ac\uc6a9\uc790 %s\uc744(\ub97c) \uc815\uc801 \uadf8\ub8f9 %s\uc758 \uc0c8 \uad6c\uc131\uc6d0\uc73c\ub85c \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_STATICGROUP_REMOVE_MEMBER_UPDATE_FAILED_391=\uadf8\ub8f9\uc744 \uc5c5\ub370\uc774\ud2b8\ud558\uae30 \uc704\ud574 \ub0b4\ubd80 \uc218\uc815\uc744 \uc218\ud589\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uae30 \ub54c\ubb38\uc5d0 \uc0ac\uc6a9\uc790 %s\uc744(\ub97c) \uc815\uc801 \uadf8\ub8f9 %s\uc758 \uad6c\uc131\uc6d0\uc73c\ub85c \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_EXTOP_PASSMOD_INSUFFICIENT_PRIVILEGES_392=\ube44\ubc00\ubc88\ud638 \uc7ac\uc124\uc815 \uc791\uc5c5\uc744 \uc218\ud589\ud560 \uc218 \uc788\ub294 \ucda9\ubd84\ud55c \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SASLDIGESTMD5_EMPTY_AUTHZID_393=\uc81c\uacf5\ub41c \uc778\uc99d \uc544\uc774\ub514\uac00 \ube44\uc5b4 \uc788\uc73c\uba70, \uc774\ub294 DIGEST-MD5 \uc778\uc99d\uc5d0 \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SASLDIGESTMD5_AUTHZID_INVALID_DN_394=\uc81c\uacf5\ub41c \uad8c\ud55c \ubd80\uc5ec ID %s\uc5d0 \uc798\ubabb\ub41c DN\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_SASLDIGESTMD5_AUTHZID_INSUFFICIENT_PRIVILEGES_395=\uc778\uc99d\ud558\ub294 \uc0ac\uc6a9\uc790 %s\uc740(\ub294) \ub2e4\ub978 \uad8c\ud55c \ubd80\uc5ec \uc544\uc774\ub514\ub97c \ucde8\ud560 \ucda9\ubd84\ud55c \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SASLDIGESTMD5_AUTHZID_NO_SUCH_ENTRY_396=\uad8c\ud55c \ubd80\uc5ec \uc544\uc774\ub514\ub85c \uc9c0\uc815\ub41c \ud56d\ubaa9 %s\uc774(\uac00) \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SASLDIGESTMD5_AUTHZID_CANNOT_GET_ENTRY_397=\uad8c\ud55c \ubd80\uc5ec \uc544\uc774\ub514\ub85c \uc9c0\uc815\ub41c \ud56d\ubaa9 %s\uc744(\ub97c) \uac80\uc0c9\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_SASLDIGESTMD5_AUTHZID_NO_MAPPED_ENTRY_398=\uc11c\ubc84\uc5d0\uc11c \uad8c\ud55c \ubd80\uc5ec \uc544\uc774\ub514 %s\uc5d0 \ud574\ub2f9\ud558\ub294 \ud56d\ubaa9\uc744 \ucc3e\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_MAP_AUTHZID_399=\uad8c\ud55c \ubd80\uc5ec ID %s\uc744(\ub97c) \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc5d0 \ub9e4\ud551\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_SASLPLAIN_AUTHZID_INVALID_DN_400=\uc81c\uacf5\ub41c \uad8c\ud55c \ubd80\uc5ec ID %s\uc5d0 \uc798\ubabb\ub41c DN\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_SASLPLAIN_AUTHZID_INSUFFICIENT_PRIVILEGES_401=\uc778\uc99d\ud558\ub294 \uc0ac\uc6a9\uc790 %s\uc740(\ub294) \ub300\uccb4 \uc778\uc99d \uc544\uc774\ub514\ub97c \uc9c0\uc815\ud560 \ucda9\ubd84\ud55c \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SASLPLAIN_AUTHZID_NO_SUCH_ENTRY_402=\uad8c\ud55c \ubd80\uc5ec DN %s\uc5d0 \ud574\ub2f9\ud558\ub294 \ud56d\ubaa9\uc774 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SASLPLAIN_AUTHZID_CANNOT_GET_ENTRY_403=\uad8c\ud55c \ubd80\uc5ec \uc544\uc774\ub514\ub85c \uc9c0\uc815\ub41c \ud56d\ubaa9 %s\uc744(\ub97c) \uac80\uc0c9\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_SASLPLAIN_AUTHZID_NO_MAPPED_ENTRY_404=\uad8c\ud55c \ubd80\uc5ec \uc544\uc774\ub514 %s\uc5d0 \ud574\ub2f9\ud558\ub294 \ud56d\ubaa9\uc774 \uc11c\ubc84\uc5d0 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SASLPLAIN_AUTHZID_CANNOT_MAP_AUTHZID_405=\uad8c\ud55c \ubd80\uc5ec ID %s\uc744(\ub97c) \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc5d0 \ub9e4\ud551\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_SASLEXTERNAL_DESCRIPTION_CERT_MAPPER_DN_406=\uc778\uc99d\uc11c\ub97c \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc5d0 \ub9e4\ud551\ud560 \ub54c \uc0ac\uc6a9\ud560 \uc778\uc99d\uc11c \ub9e4\ud37c\ub97c \uc815\uc758\ud558\ub294 \uad6c\uc131 \ud56d\ubaa9\uc758 DN\uc785\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \ub0b4\uc6a9\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | MILD_ERR_SASLEXTERNAL_NO_CERTIFICATE_MAPPER_DN_407=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc778\uc99d\uc11c\ub97c \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc5d0 \ub9e4\ud551\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 \uc778\uc99d\uc11c \ub9e4\ud37c \uc9c0\uc815\uc5d0 \ud544\uc694\ud55c ds-cfg-certificate-mapper \uc18d\uc131\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SASLEXTERNAL_INVALID_CERTIFICATE_MAPPER_DN_408=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc778\uc99d\uc11c \ub9e4\ud37c DN %s\uc774(\uac00) \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0\ub9cc \ud574\ub2f9 \uc778\uc99d\uc11c \ub9e4\ud37c\ub97c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0\uc11c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SASLEXTERNAL_CANNOT_GET_CERT_MAPPER_DN_409=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c \uc778\uc99d\uc11c \ub9e4\ud37c DN\uc744 \uac80\uc0c9\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_SASLEXTERNAL_UPDATED_CERT_MAPPER_DN_410=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-certificate-mapper \uc18d\uc131\uc774 \uc5c5\ub370\uc774\ud2b8\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc774\uc81c \uc778\uc99d\uc11c \ub9e4\ud37c %s\uc744(\ub97c) \uc0ac\uc6a9\ud558\uc5ec \uc778\uc99d\uc11c\ub97c \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc5d0 \ub9e4\ud551\ud569\ub2c8\ub2e4. |
| | | INFO_SDTUACM_DESCRIPTION_SUBJECT_ATTR_411=\uc0ac\uc6a9\uc790\uac00 \ubcf4\uad00\ud558\ub294 \uc778\uc99d\uc11c\uc758 \uc8fc\uc81c\ub97c \ud3ec\ud568\ud558\ub294 \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc758 \uc18d\uc131 \uc720\ud615 \uc774\ub984\uc785\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \ub0b4\uc6a9\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_SDTUACM_NO_SUBJECT_ATTR_412=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc0ac\uc6a9\uc790\uac00 \ubcf4\uad00\ud558\ub294 \uc778\uc99d\uc11c \uc8fc\uc81c\ub97c \ud3ec\ud568\ud560 \uc18d\uc131\uc744 \uc9c0\uc815\ud558\ub294 \ub370 \uc0ac\uc6a9\ub418\ub294 \ud544\uc218 \uc18d\uc131 %s\uc774(\uac00) \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_SDTUACM_NO_SUCH_ATTR_413=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc778\uc99d\uc11c \uc8fc\uc81c\ub97c \uc18d\uc131 %s\uc5d0 \ubcf4\uad00\ud574\uc57c \ud558\ub294 \uac83\uc73c\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\uc9c0\ub9cc \uc774 \uc18d\uc131\uc774 \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_SDTUACM_CANNOT_GET_SUBJECT_ATTR_414=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c \uc778\uc99d\uc11c \uc8fc\uc81c\ub97c \ubcf4\uad00\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 \uc18d\uc131 \uc720\ud615\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_SDTUACM_DESCRIPTION_BASE_DN_415=\uc77c\uce58\ud558\ub294 \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc744 \ucc3e\uae30 \uc704\ud55c \uac80\uc0c9\uc744 \uc218\ud589\ud560 \uae30\ubcf8 DN\uc785\ub2c8\ub2e4. \uae30\ubcf8 DN\uc744 \uc81c\uacf5\ud558\uc9c0 \uc54a\uc744 \uacbd\uc6b0 \uc11c\ubc84\uc5d0\uc11c\ub294 \ubaa8\ub4e0 \uacf5\uc6a9 \uc774\ub984 \uc9c0\uc815 \ucee8\ud14d\uc2a4\ud2b8 \uc544\ub798\ub97c \uac80\uc0c9\ud569\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \ub0b4\uc6a9\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_SDTUACM_CANNOT_GET_BASE_DN_416=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c \uac80\uc0c9 \uae30\ubcf8 DN\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_SDTUACM_NO_PEER_CERTIFICATE_417=\ud53c\uc5b4 \uc778\uc99d\uc11c\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uc778\uc99d\uc11c \uccb4\uc778\uc744 \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc5d0 \ub9e4\ud551\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_SDTUACM_PEER_CERT_NOT_X509_418=\ud53c\uc5b4 \uc778\uc99d\uc11c\uac00 X.509 \uc778\uc99d\uc11c\uac00 \uc544\ub2c8\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uc778\uc99d\uc11c \uccb4\uc778\uc744 \uc0ac\uc6a9\uc790\uc5d0\uac8c \ub9e4\ud551\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4(\ud53c\uc5b4 \uc778\uc99d\uc11c \ud615\uc2dd: %s). |
| | | SEVERE_ERR_SDTUACM_MULTIPLE_MATCHING_ENTRIES_419=\uc8fc\uc81c\uac00 %s\uc778 \uc778\uc99d\uc11c\ub97c \uc815\ud655\ud788 \ud55c \uc0ac\uc6a9\uc790\uc5d0\uac8c \ub9e4\ud551\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. %s \ubc0f %s \ubaa8\ub450\uc5d0 \ub9e4\ud551\ub429\ub2c8\ub2e4. |
| | | INFO_SATUACM_DESCRIPTION_ATTR_MAP_420=\uc778\uc99d\uc11c \uc8fc\uc81c \uc18d\uc131\uacfc \uc0ac\uc6a9\uc790 \ud56d\ubaa9 \uc18d\uc131 \uac04\uc758 \ub9e4\ud551\uc744 \uc815\uc758\ud558\ub294 \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc758 \uc18d\uc131 \uc720\ud615 \uc774\ub984\uc785\ub2c8\ub2e4. \uac12\uc740 'certattr:userattr' \ud615\uc2dd\uc774\uc5b4\uc57c \ud569\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \ub0b4\uc6a9\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_SATUACM_NO_MAP_ATTR_421=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc778\uc99d\uc11c \uc8fc\uc81c \uc18d\uc131\uacfc \uc0ac\uc6a9\uc790 \ud56d\ubaa9 \uc18d\uc131 \uac04\uc758 \ub9e4\ud551\uc744 \uc9c0\uc815\ud558\ub294 \ub370 \uc0ac\uc6a9\ub418\ub294 \ud544\uc218 \uc18d\uc131 %s\uc774(\uac00) \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_SATUACM_INVALID_MAP_FORMAT_422=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc18d\uc131 \ub9e4\ud551\uc5d0 \ud544\uc694\ud55c \ud615\uc2dd\uc744 \uc704\ubc18\ud558\ub294 \uac12 '%s'\uc774(\uac00) \uc788\uc2b5\ub2c8\ub2e4. \ud544\uc694\ud55c \ud615\uc2dd\uc740 'certattr:userattr'\uc785\ub2c8\ub2e4. |
| | | SEVERE_ERR_SATUACM_DUPLICATE_CERT_ATTR_423=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc778\uc99d\uc11c \uc18d\uc131 %s\uc5d0 \ub300\ud55c \ub9e4\ud551\uc774 \uc5ec\ub7ec \uac1c \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_SATUACM_NO_SUCH_ATTR_424=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 \ub9e4\ud551 %1$s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc740 \uc18d\uc131 %3$s\uc744(\ub97c) \ucc38\uc870\ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_SATUACM_DUPLICATE_USER_ATTR_425=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc0ac\uc6a9\uc790 \uc18d\uc131 %s\uc5d0 \ub300\ud55c \ub9e4\ud551\uc774 \uc5ec\ub7ec \uac1c \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_SATUACM_CANNOT_GET_ATTR_MAP_426=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c \uc18d\uc131 \ub9e4\ud551 \uc9d1\ud569\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_SATUACM_DESCRIPTION_BASE_DN_427=\uc77c\uce58\ud558\ub294 \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc744 \ucc3e\uae30 \uc704\ud55c \uac80\uc0c9\uc744 \uc218\ud589\ud560 \uae30\ubcf8 DN\uc785\ub2c8\ub2e4. \uae30\ubcf8 DN\uc744 \uc81c\uacf5\ud558\uc9c0 \uc54a\uc744 \uacbd\uc6b0 \uc11c\ubc84\uc5d0\uc11c\ub294 \ubaa8\ub4e0 \uacf5\uc6a9 \uc774\ub984 \uc9c0\uc815 \ucee8\ud14d\uc2a4\ud2b8 \uc544\ub798\ub97c \uac80\uc0c9\ud569\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \ub0b4\uc6a9\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_SATUACM_CANNOT_GET_BASE_DN_428=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c \uac80\uc0c9 \uae30\ubcf8 DN\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_SATUACM_NO_PEER_CERTIFICATE_429=\ud53c\uc5b4 \uc778\uc99d\uc11c\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uc778\uc99d\uc11c \uccb4\uc778\uc744 \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc5d0 \ub9e4\ud551\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_SATUACM_PEER_CERT_NOT_X509_430=\ud53c\uc5b4 \uc778\uc99d\uc11c\uac00 X.509 \uc778\uc99d\uc11c\uac00 \uc544\ub2c8\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uc778\uc99d\uc11c \uccb4\uc778\uc744 \uc0ac\uc6a9\uc790\uc5d0\uac8c \ub9e4\ud551\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4(\ud53c\uc5b4 \uc778\uc99d\uc11c \ud615\uc2dd: %s). |
| | | SEVERE_ERR_SATUACM_CANNOT_DECODE_SUBJECT_AS_DN_431=\ud53c\uc5b4 \uc778\uc99d\uc11c \uc8fc\uc81c %s\uc744(\ub97c) DN\uc73c\ub85c \ud574\ub3c5\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_SATUACM_NO_MAPPABLE_ATTRIBUTES_432=\ud53c\uc5b4 \uc778\uc99d\uc11c \uc8fc\uc81c %s\uc5d0 \ub9e4\ud551\uc774 \uc124\uc815\ub41c \uc18d\uc131\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_SATUACM_MULTIPLE_MATCHING_ENTRIES_433=\uc8fc\uc81c\uac00 %s\uc778 \uc778\uc99d\uc11c\ub97c \uc815\ud655\ud788 \ud55c \uc0ac\uc6a9\uc790\uc5d0\uac8c \ub9e4\ud551\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. %s \ubc0f %s \ubaa8\ub450\uc5d0 \ub9e4\ud551\ub429\ub2c8\ub2e4. |
| | | INFO_FCM_DESCRIPTION_FINGERPRINT_ATTR_434=\uc0ac\uc6a9\uc790\uac00 \ubcf4\uad00\ud558\ub294 \uc778\uc99d\uc11c\uc758 \uc9c0\ubb38\uc744 \ud3ec\ud568\ud558\ub294 \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc758 \uc18d\uc131 \uc720\ud615 \uc774\ub984\uc785\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \ub0b4\uc6a9\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_FCM_NO_FINGERPRINT_ATTR_435=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc0ac\uc6a9\uc790\uac00 \ubcf4\uad00\ud558\ub294 \uc778\uc99d\uc11c \uc9c0\ubb38\uc744 \ud3ec\ud568\ud560 \uc18d\uc131\uc744 \uc9c0\uc815\ud558\ub294 \ub370 \uc0ac\uc6a9\ub418\ub294 \ud544\uc218 \uc18d\uc131 %s\uc774(\uac00) \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_FCM_NO_SUCH_ATTR_436=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc778\uc99d\uc11c \uc9c0\ubb38\uc744 \uc18d\uc131 %s\uc5d0 \ubcf4\uad00\ud574\uc57c \ud55c\ub2e4\uace0 \ud45c\uc2dc\ub418\uc5b4 \uc788\ub294\ub370 \uc774 \uc18d\uc131\uc774 \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_FCM_CANNOT_GET_FINGERPRINT_ATTR_437=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c \uc778\uc99d\uc11c \uc9c0\ubb38\uc744 \ubcf4\uad00\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 \uc18d\uc131 \uc720\ud615\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_FCM_DESCRIPTION_FINGERPRINT_ALGORITHM_438=\uc778\uc99d\uc11c \uc9c0\ubb38\uc5d0 \uc0ac\uc6a9\ub418\ub294 \ub2e4\uc774\uc81c\uc2a4\ud2b8 \uc54c\uace0\ub9ac\uc998\uc758 \uc774\ub984\uc785\ub2c8\ub2e4. \uac12\uc740 'MD5' \ub610\ub294 'SHA1'\uc785\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \ub0b4\uc6a9\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_FCM_NO_FINGERPRINT_ALGORITHM_439=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc778\uc99d\uc11c \uc9c0\ubb38\uc744 \uacc4\uc0b0\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 \ub2e4\uc774\uc81c\uc2a4\ud2b8 \uc54c\uace0\ub9ac\uc998 \uc9c0\uc815\uc5d0 \uc0ac\uc6a9\ub418\ub294 \ud544\uc218 \uc18d\uc131 %s\uc774(\uac00) \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_FCM_CANNOT_GET_FINGERPRINT_ALGORITHM_440=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c \ub2e4\uc774\uc81c\uc2a4\ud2b8 \uc54c\uace0\ub9ac\uc998\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_FCM_DESCRIPTION_BASE_DN_441=\uc77c\uce58\ud558\ub294 \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc744 \ucc3e\uae30 \uc704\ud55c \uac80\uc0c9\uc744 \uc218\ud589\ud560 \uae30\ubcf8 DN\uc785\ub2c8\ub2e4. \uae30\ubcf8 DN\uc744 \uc81c\uacf5\ud558\uc9c0 \uc54a\uc744 \uacbd\uc6b0 \uc11c\ubc84\uc5d0\uc11c\ub294 \ubaa8\ub4e0 \uacf5\uc6a9 \uc774\ub984 \uc9c0\uc815 \ucee8\ud14d\uc2a4\ud2b8 \uc544\ub798\ub97c \uac80\uc0c9\ud569\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \ub0b4\uc6a9\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_FCM_CANNOT_GET_BASE_DN_442=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c \uac80\uc0c9 \uae30\ubcf8 DN\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_FCM_NO_PEER_CERTIFICATE_443=\ud53c\uc5b4 \uc778\uc99d\uc11c\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uc778\uc99d\uc11c \uccb4\uc778\uc744 \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc5d0 \ub9e4\ud551\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_FCM_PEER_CERT_NOT_X509_444=\ud53c\uc5b4 \uc778\uc99d\uc11c\uac00 X.509 \uc778\uc99d\uc11c\uac00 \uc544\ub2c8\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uc778\uc99d\uc11c \uccb4\uc778\uc744 \uc0ac\uc6a9\uc790\uc5d0\uac8c \ub9e4\ud551\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4(\ud53c\uc5b4 \uc778\uc99d\uc11c \ud615\uc2dd: %s). |
| | | SEVERE_ERR_FCM_CANNOT_CALCULATE_FINGERPRINT_445=\uc8fc\uc81c\uac00 %s\uc778 \ud53c\uc5b4 \uc778\uc99d\uc11c\uc5d0 \ub300\ud55c \uc9c0\ubb38\uc744 \uacc4\uc0b0\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_FCM_MULTIPLE_MATCHING_ENTRIES_446=\uc9c0\ubb38\uc774 %s\uc778 \uc778\uc99d\uc11c\ub97c \uc815\ud655\ud788 \ud55c \uc0ac\uc6a9\uc790\uc5d0\uac8c \ub9e4\ud551\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. %s \ubc0f %s \ubaa8\ub450\uc5d0 \ub9e4\ud551\ub429\ub2c8\ub2e4. |
| | | MILD_ERR_DYNAMICGROUP_CANNOT_DECODE_MEMBERURL_447=\ud56d\ubaa9 \u20a9"%2$s\u20a9"\uc758 \uac12 \u20a9"%1$s\u20a9"\uc744(\ub97c) LDAP URL\ub85c \ud574\ub3c5\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %3$s |
| | | MILD_ERR_DYNAMICGROUP_NESTING_NOT_SUPPORTED_448=\ub3d9\uc801 \uadf8\ub8f9\uc740 \uc911\ucca9 \uadf8\ub8f9\uc744 \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_DYNAMICGROUP_ALTERING_MEMBERS_NOT_SUPPORTED_449=\ub3d9\uc801 \uadf8\ub8f9\uc740 \uba85\uc2dc\uc801\uc778 \uad6c\uc131\uc6d0 \ubcc0\uacbd\uc744 \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_WARN_DYNAMICGROUP_NONEXISTENT_BASE_DN_450=\ub3d9\uc801 \uadf8\ub8f9 %2$s\uc5d0 \uc9c0\uc815\ub41c \uae30\ubcf8 DN %1$s\uc774(\uac00) \uc11c\ubc84\uc5d0 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_DYNAMICGROUP_INTERNAL_SEARCH_FAILED_451=\uae30\ubcf8 DN %s \ubc0f \ud544\ud130 %s(\uc73c)\ub85c \ub0b4\ubd80 \uac80\uc0c9\uc744 \uc218\ud589\ud558\uc5ec \ub3d9\uc801 \uadf8\ub8f9 %s\uc758 \uad6c\uc131\uc6d0 \ubaa9\ub85d\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: \uacb0\uacfc \ucf54\ub4dc %s, \uc624\ub958 \uba54\uc2dc\uc9c0 %s |
| | | SEVERE_ERR_DYNAMICGROUP_CANNOT_RETURN_ENTRY_452=\uc0ac\uc6a9\uc790 %s\uc744(\ub97c) \ub3d9\uc801 \uadf8\ub8f9 %s\uc758 \uad6c\uc131\uc6d0 \ubaa9\ub85d\uc5d0 \ucd94\uac00\ud558\ub294 \ub3d9\uc548 \uc11c\ubc84\uc5d0\uc11c \uc2dc\uac04 \ucd08\uacfc\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. |
| | | INFO_PWDIFFERENCEVALIDATOR_DESCRIPTION_MIN_DIFFERENCE_453=\ube44\ubc00\ubc88\ud638\uc5d0 \ud5c8\uc6a9\ub418\ub294 \ucd5c\uc18c \ucc28\uc774\uc785\ub2c8\ub2e4. \uac12\uc774 0\uc774\uba74 \ucd5c\uc18c \ucc28\uc774\uac00 \uc5c6\ub294 \uac83\uc785\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \ub0b4\uc6a9\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | MILD_ERR_PWDIFFERENCEVALIDATOR_CANNOT_DETERMINE_MIN_DIFFERENCE_454=ds-cfg-min-password-difference \uc18d\uc131\uc5d0\uc11c \ud5c8\uc6a9\ud558\ub294 \ucd5c\uc18c \ube44\ubc00\ubc88\ud638 \ucc28\uc774\ub97c \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_PWDIFFERENCEVALIDATOR_UPDATED_MIN_DIFFERENCE_455=\ucd5c\uc18c \ube44\ubc00\ubc88\ud638 \ucc28\uc774\uac00 %d(\uc73c)\ub85c \uc5c5\ub370\uc774\ud2b8\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_PWDIFFERENCEVALIDATOR_TOO_SMALL_456=\uc81c\uacf5\ub41c \ube44\ubc00\ubc88\ud638\uac00 \ud544\uc694\ud55c \ucd5c\uc18c \ucc28\uc774(%d\uc790)\ubcf4\ub2e4 \uc801\uac8c \ucc28\uc774\ub0a9\ub2c8\ub2e4. |
| | | MILD_ERR_REPEATEDCHARS_VALIDATOR_TOO_MANY_CONSECUTIVE_457=\uc81c\uacf5\ub41c \ube44\ubc00\ubc88\ud638\uc5d0 \ub3d9\uc77c\ud55c \ubb38\uc790 \uc778\uc2a4\ud134\uc2a4\uac00 \uc5f0\uc18d\uc801\uc73c\ub85c \ub108\ubb34 \ub9ce\uc774 \uc0ac\uc6a9\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \ube44\ubc00\ubc88\ud638\uc5d0 \ub3d9\uc77c\ud55c \ubb38\uc790\uac00 \uc5f0\uc18d\uc801\uc73c\ub85c \ud45c\uc2dc\ub420 \uc218 \uc788\ub294 \ucd5c\ub300 \ud69f\uc218\ub294 %d\uc785\ub2c8\ub2e4. |
| | | MILD_ERR_UNIQUECHARS_VALIDATOR_NOT_ENOUGH_UNIQUE_CHARS_458=\uc81c\uacf5\ub41c \ube44\ubc00\ubc88\ud638\uc5d0\ub294 \uace0\uc720\ud55c \ubb38\uc790\uac00 \ubd80\uc871\ud569\ub2c8\ub2e4. \uc0ac\uc6a9\uc790 \ube44\ubc00\ubc88\ud638\uc5d0 \ud45c\uc2dc\ub420 \uc218 \uc788\ub294 \ucd5c\uc18c \uace0\uc720 \ubb38\uc790 \uc218\ub294 %d\uc785\ub2c8\ub2e4. |
| | | MILD_ERR_SUBSCHEMASUBENTRY_VATTR_NOT_SEARCHABLE_459=%s \uc18d\uc131\uc740 \uac80\uc0c9\ud560 \uc218 \uc5c6\uc73c\uba70 \uc0c9\uc778\ud654\ub418\uc9c0 \uc54a\uc740 \uac80\uc0c9 \ud544\ud130\uc5d0 \ud3ec\ud568\ub418\uc5b4\uc11c\ub294 \uc548 \ub429\ub2c8\ub2e4. |
| | | MILD_ERR_DICTIONARY_VALIDATOR_PASSWORD_IN_DICTIONARY_460=\uc81c\uacf5\ub41c \ube44\ubc00\ubc88\ud638\uac00 \uc11c\ubc84\uc758 \uc0ac\uc804\uc5d0 \uc788\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_DICTIONARY_VALIDATOR_NO_SUCH_FILE_461=\uc9c0\uc815\ub41c \uc0ac\uc804 \ud30c\uc77c %s\uc774(\uac00) \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_DICTIONARY_VALIDATOR_CANNOT_READ_FILE_462=\ud30c\uc77c %s\uc5d0\uc11c \uc0ac\uc804\uc744 \ub85c\ub4dc\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_ATTRVALUE_VALIDATOR_PASSWORD_IN_ENTRY_463=\uc81c\uacf5\ub41c \ube44\ubc00\ubc88\ud638\uac00 \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc758 \ub2e4\ub978 \uc18d\uc131\uc5d0 \uc788\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CHARSET_VALIDATOR_ILLEGAL_CHARACTER_464=\uc81c\uacf5\ub41c \ube44\ubc00\ubc88\ud638\uc5d0 \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uc740 \ubb38\uc790 '%s'\uc774(\uac00) \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CHARSET_VALIDATOR_TOO_FEW_CHARS_FROM_SET_465=\uc81c\uacf5\ub41c \ube44\ubc00\ubc88\ud638\uc5d0 \ubb38\uc790 \uc9d1\ud569 '%s'\uc758 \ubb38\uc790\uac00 \ucda9\ubd84\ud788 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc0ac\uc6a9\uc790 \ube44\ubc00\ubc88\ud638\uc5d0 \uc0ac\uc6a9\ub418\uc5b4\uc57c \ud558\ub294 \ud574\ub2f9 \uc9d1\ud569\uc758 \ucd5c\uc18c \ubb38\uc790 \uc218\ub294 %d\uc785\ub2c8\ub2e4. |
| | | MILD_ERR_CHARSET_VALIDATOR_NO_COLON_466=\uc81c\uacf5\ub41c \ubb38\uc790 \uc9d1\ud569 \uc815\uc758 '%s'\uc740(\ub294) \ubb38\uc790 \uc9d1\ud569\uacfc \ucd5c\uc18c \uac1c\uc218\ub97c \uad6c\ubcc4\ud558\ub294 \ucf5c\ub860\uc744 \ud3ec\ud568\ud558\uc9c0 \uc54a\uae30 \ub54c\ubb38\uc5d0 \uc720\ud6a8\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CHARSET_VALIDATOR_NO_CHARS_467=\uc81c\uacf5\ub41c \ubb38\uc790 \uc9d1\ud569\uc774 \ube44\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \ubb38\uc790 \uc9d1\ud569 \uc815\uc758 '%s'\uc740(\ub294) \uc720\ud6a8\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CHARSET_VALIDATOR_INVALID_COUNT_468=\ucf5c\ub860 \uc55e\uc758 \uac12\uc774 0\ubcf4\ub2e4 \ud070 \uc815\uc218\uc5ec\uc57c \ud558\ubbc0\ub85c \uc81c\uacf5\ub41c \ubb38\uc790 \uc9d1\ud569 \uc815\uc758 '%s'\uc740(\ub294) \uc720\ud6a8\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_CHARSET_VALIDATOR_DUPLICATE_CHAR_469=\uc81c\uacf5\ub41c \ubb38\uc790 \uc9d1\ud569 \uc815\uc758 '%s'\uc740(\ub294) \uc774\ubbf8 \uc0ac\uc6a9\ub41c \ubb38\uc790 '%s'\uc744(\ub97c) \ud3ec\ud568\ud558\uae30 \ub54c\ubb38\uc5d0 \uc720\ud6a8\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_VIRTUAL_STATIC_GROUP_MULTIPLE_TARGETS_470=\ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \uac00\uc0c1 \uc815\uc801 \uadf8\ub8f9\uc5d0 \uc5ec\ub7ec \ub300\uc0c1 \uadf8\ub8f9 DN\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0\ub9cc \ud558\ub098\ub9cc \ud5c8\uc6a9\ub429\ub2c8\ub2e4. |
| | | MILD_ERR_VIRTUAL_STATIC_GROUP_CANNOT_DECODE_TARGET_471=\u20a9"%s\u20a9"\uc744(\ub97c) \uadf8\ub8f9 %s\uc5d0 \ub300\ud55c \ub300\uc0c1 DN\uc73c\ub85c \ud574\ub3c5\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_VIRTUAL_STATIC_GROUP_NO_TARGET_472=\ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \uac00\uc0c1 \uc815\uc801 \uadf8\ub8f9\uc5d0 \ub300\uc0c1 \uadf8\ub8f9 \uc815\uc758\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_VIRTUAL_STATIC_GROUP_NESTING_NOT_SUPPORTED_473=\uac00\uc0c1 \uc815\uc801 \uadf8\ub8f9\uc740 \uc911\ucca9\uc744 \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_VIRTUAL_STATIC_GROUP_NO_TARGET_GROUP_474=\uac00\uc0c1 \uc815\uc801 \uadf8\ub8f9 %2$s\uc5d0\uc11c \ucc38\uc870\ud558\ub294 \ub300\uc0c1 \uadf8\ub8f9 %1$s\uc774(\uac00) \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_VIRTUAL_STATIC_GROUP_ALTERING_MEMBERS_NOT_SUPPORTED_475=\uac00\uc0c1 \uc815\uc801 \uadf8\ub8f9 %s\uc5d0 \ub300\ud55c \uad6c\uc131\uc6d0\uc744 \ubcc0\uacbd\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_VIRTUAL_STATIC_GROUP_TARGET_CANNOT_BE_VIRTUAL_476=\uac00\uc0c1 \uc815\uc801 \uadf8\ub8f9 %s\uc774(\uac00) \uc790\uc2e0\ub3c4 \uac00\uc0c1 \uc815\uc801 \uadf8\ub8f9\uc778 \ub300\uc0c1 \uadf8\ub8f9 %s\uc744(\ub97c) \ucc38\uc870\ud569\ub2c8\ub2e4. \uac00\uc0c1 \uc815\uc801 \uadf8\ub8f9\uc740 \ub2e4\ub978 \uac00\uc0c1 \uc815\uc801 \uadf8\ub8f9\uc744 \ub300\uc0c1 \uadf8\ub8f9\uc73c\ub85c \ucc38\uc870\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | NOTICE_FSCACHE_RESTORE_484=\uc601\uad6c \ud56d\ubaa9 \uce90\uc2dc \uc0c1\ud0dc \ubcf5\uc6d0\uc744 \uc2dc\uc791\ud569\ub2c8\ub2e4. \uc774 \uc791\uc5c5\uc740 \ub2e4\uc18c \uc2dc\uac04\uc774 \uac78\ub9b4 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | NOTICE_FSCACHE_SAVE_485=\ud56d\ubaa9 \uce90\uc2dc \uc0c1\ud0dc\ub97c \uc601\uad6c\ub85c \uc124\uc815\ud569\ub2c8\ub2e4. \uc774 \uc791\uc5c5\uc740 \ub2e4\uc18c \uc2dc\uac04\uc774 \uac78\ub9b4 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | FATAL_ERR_FSCACHE_CANNOT_INITIALIZE_486=\ud30c\uc77c \uc2dc\uc2a4\ud15c \ud56d\ubaa9 \uce90\uc2dc\ub97c \ucd08\uae30\ud654\ud558\ub294 \ub3d9\uc548 \uce58\uba85\uc801 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_FSCACHE_CANNOT_LOAD_PERSISTENT_DATA_487=\uc601\uad6c \uce90\uc2dc\ub97c \ub85c\ub4dc\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \uc774\uc81c \uc601\uad6c \uce90\uc2dc\uac00 \ud50c\ub7ec\uc2dc\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_FSCACHE_CANNOT_STORE_PERSISTENT_DATA_488=\uc601\uad6c \uce90\uc2dc\ub97c \uc800\uc7a5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \uc774\uc81c \uc601\uad6c \uce90\uc2dc\uac00 \ud50c\ub7ec\uc2dc\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_FSCACHE_CANNOT_STORE_ENTRY_489=\ud30c\uc77c \uc2dc\uc2a4\ud15c \ud56d\ubaa9 \uce90\uc2dc\uc5d0 \uc0c8 \uce90\uc2dc \ud56d\ubaa9\uc744 \uc800\uc7a5\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_FSCACHE_CANNOT_RETRIEVE_ENTRY_490=\ud30c\uc77c \uc2dc\uc2a4\ud15c \ud56d\ubaa9 \uce90\uc2dc\uc5d0\uc11c \uae30\uc874 \uce90\uc2dc \ud56d\ubaa9\uc744 \uac80\uc0c9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_FSCACHE_CANNOT_SET_JE_MEMORY_PCT_491=\ud56d\ubaa9 \uce90\uc2dc \ubc31\uc5d4\ub4dc \ub0b4\ubd80 \uce90\uc2dc \ud06c\uae30\ub97c \ubc31\ubd84\uc728\ub85c \uc124\uc815\ud558\ub294 \ub3d9\uc548 \ub0b4\ubd80 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \uc774\uc804 \uac12 \ub610\ub294 \uae30\ubcf8\uac12\uc774 \ub300\uc2e0 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_FSCACHE_CANNOT_SET_JE_MEMORY_SIZE_492=\ud56d\ubaa9 \uce90\uc2dc \ubc31\uc5d4\ub4dc \ub0b4\ubd80 \uce90\uc2dc \ud06c\uae30\ub97c \ubc14\uc774\ud2b8\ub85c \uc124\uc815\ud558\ub294 \ub3d9\uc548 \ub0b4\ubd80 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \uc774\uc804 \uac12 \ub610\ub294 \uae30\ubcf8\uac12\uc774 \ub300\uc2e0 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_FSCACHE_CANNOT_SET_JE_PROPERTIES_493=\ud56d\ubaa9 \uce90\uc2dc \ubc31\uc5d4\ub4dc Berkeley DB JE \ub4f1\ub85d \uc815\ubcf4\ub97c \uc124\uc815\ud558\ub294 \ub3d9\uc548 \ub0b4\ubd80 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | FATAL_ERR_FSCACHE_HOMELESS_494=\ud30c\uc77c \uc2dc\uc2a4\ud15c \ud56d\ubaa9 \uce90\uc2dc \ud648\uc744 \uc124\uc815\ud558\ub294 \ub3d9\uc548 \uce58\uba85\uc801 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \uce90\uc2dc \ud648\uc744 \ud638\uc2a4\ud305\ud558\uae30\uc5d0 \uc801\ud569\ud55c \uacbd\ub85c\ub97c \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_FSCACHE_SET_PERMISSIONS_FAILED_495=\ud30c\uc77c \uc2dc\uc2a4\ud15c \ud56d\ubaa9 \uce90\uc2dc \ubc31\uc5d4\ub4dc \ub370\uc774\ud130\ubca0\uc774\uc2a4 \ub514\ub809\ud1a0\ub9ac %s\uc5d0 \ub300\ud55c \ud30c\uc77c \uad8c\ud55c\uc744 \uc124\uc815\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_FSCACHE_OFFLINE_STATE_FAIL_496=%s \ubc31\uc5d4\ub4dc\uc758 \ud604\uc7ac \uc624\ud504\ub77c\uc778 \uc0c1\ud0dc\uac00 \uc601\uad6c \uce90\uc2dc\uc5d0 \ub9c8\uc9c0\ub9c9\uc73c\ub85c \uae30\ub85d\ub41c \uc624\ud504\ub77c\uc778 \uc0c1\ud0dc\uc640 \uc77c\uce58\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc774\uc81c \uc774 \ubc31\uc5d4\ub4dc\uc5d0 \ub300\ud55c \ubaa8\ub4e0 \uce90\uc2dc \ub370\uc774\ud130\uac00 \uc0ad\uc81c\ub429\ub2c8\ub2e4. |
| | | NOTICE_FSCACHE_RESTORE_REPORT_497=%d\uac1c\uc758 \uc601\uad6c \uce90\uc2dc \ud56d\ubaa9\uc774 \ud56d\ubaa9 \uce90\uc2dc\uc5d0 \ubcf5\uc6d0\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | NOTICE_FSCACHE_SAVE_REPORT_498=%d\uac1c\uc758 \uc601\uad6c \uce90\uc2dc \ud56d\ubaa9\uc744 \ub9cc\ub4e4\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | NOTICE_FSCACHE_INDEX_NOT_FOUND_499=\uc774\uc804\uc758 \uc601\uad6c \uce90\uc2dc \uc0c1\ud0dc\ub97c \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \ube48 \uce90\uc2dc\ub85c \uc2dc\uc791\ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_FSCACHE_INDEX_IMPAIRED_500=\uc601\uad6c \uce90\uc2dc \uc0c9\uc778\uc774 \uc77c\uce58\ud558\uc9c0 \uc54a\uac70\ub098 \uc190\uc0c1\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc774\uc81c \uc601\uad6c \uce90\uc2dc\uac00 \ud50c\ub7ec\uc2dc\ub429\ub2c8\ub2e4. |
| | | MILD_ERR_ENTRYUUID_VATTR_NOT_SEARCHABLE_501=%s \uc18d\uc131\uc740 \uac80\uc0c9\ud560 \uc218 \uc5c6\uc73c\uba70 \uc0c9\uc778\ud654\ub418\uc9c0 \uc54a\uc740 \uac80\uc0c9 \ud544\ud130\uc5d0 \ud3ec\ud568\ub418\uc5b4\uc11c\ub294 \uc548 \ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_PWPSTATE_EXTOP_NO_PRIVILEGE_502=\ube44\ubc00\ubc88\ud638 \uc815\ucc45 \uc0c1\ud0dc \ud655\uc7a5 \uc791\uc5c5\uc744 \uc0ac\uc6a9\ud560 \ucda9\ubd84\ud55c \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_PWPSTATE_EXTOP_NO_REQUEST_VALUE_503=\uc81c\uacf5\ub41c \ube44\ubc00\ubc88\ud638 \uc815\ucc45 \uc0c1\ud0dc \ud655\uc7a5 \uc694\uccad\uc5d0 \uc694\uccad \uac12\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_PWPSTATE_EXTOP_DECODE_FAILURE_504=\ube44\ubc00\ubc88\ud638 \uc815\ucc45 \uc0c1\ud0dc \ud655\uc7a5 \uc694\uccad \uac12\uc744 \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_PWPSTATE_EXTOP_MULTIPLE_ENTRIES_505=DN\uc774 %s\uc778 \ud56d\ubaa9\uc774 \uc5ec\ub7ec \uac1c \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_PWPSTATE_EXTOP_INVALID_OP_ENCODING_506=\ube44\ubc00\ubc88\ud638 \uc815\ucc45 \uc0c1\ud0dc \ud655\uc7a5 \uc694\uccad\uc5d0\uc11c \uc791\uc5c5\uc744 \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_PWPSTATE_EXTOP_NO_DISABLED_VALUE_507=\uc0ac\uc6a9\uc790\uc5d0 \ub300\ud574 \ube44\ud65c\uc131 \uc0c1\ud0dc\ub97c \uc124\uc815\ud558\ub294 \ube44\ubc00\ubc88\ud638 \uc815\ucc45 \uc0c1\ud0dc \uc791\uc5c5\uc5d0 \uac12\uc744 \uc81c\uacf5\ud558\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4. \uac12\uc744 \uc815\ud655\ud788 \ud558\ub098('true' \ub610\ub294 'false')\ub9cc \uc81c\uacf5\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_DISABLED_VALUE_COUNT_508=\uc0ac\uc6a9\uc790\uc5d0 \ub300\ud574 \ube44\ud65c\uc131 \uc0c1\ud0dc\ub97c \uc124\uc815\ud558\ub294 \ube44\ubc00\ubc88\ud638 \uc815\ucc45 \uc0c1\ud0dc \uc791\uc5c5\uc5d0 \uac12\uc744 \uc5ec\ub7ec \uac1c \uc81c\uacf5\ud588\uc2b5\ub2c8\ub2e4. \uac12\uc744 \uc815\ud655\ud788 \ud558\ub098('true' \ub610\ub294 'false')\ub9cc \uc81c\uacf5\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_DISABLED_VALUE_509=\uc0ac\uc6a9\uc790\uc5d0 \ub300\ud55c \ube44\ud65c\uc131 \uc0c1\ud0dc\ub97c \uc124\uc815\ud558\ub294 \ube44\ubc00\ubc88\ud638 \uc815\ucc45 \uc0c1\ud0dc \uc791\uc5c5\uc5d0 \uc81c\uacf5\ud55c \uac12\uc774 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uac12\uc740 'true' \ub610\ub294 'false'\uc5ec\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_ACCT_EXP_VALUE_COUNT_510=\uc0ac\uc6a9\uc790\uc5d0 \ub300\ud574 \uacc4\uc815 \ub9cc\ub8cc \uc2dc\uac04\uc744 \uc124\uc815\ud558\ub294 \ube44\ubc00\ubc88\ud638 \uc815\ucc45 \uc0c1\ud0dc \uc791\uc5c5\uc5d0 \uac12\uc744 \uc5ec\ub7ec \uac1c \uc81c\uacf5\ud588\uc2b5\ub2c8\ub2e4. \uac12\uc744 \uc815\ud655\ud788 \ud558\ub098\ub9cc \uc81c\uacf5\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_ACCT_EXP_VALUE_511=\uacc4\uc815 \ub9cc\ub8cc \uc2dc\uac04\uc744 \uc124\uc815\ud558\ub294 \ub370 \uc0ac\uc6a9\ub418\ub294 \ube44\ubc00\ubc88\ud638 \uc815\ucc45 \uc0c1\ud0dc \uc791\uc5c5\uc5d0 \uc81c\uacf5\ub41c \uac12 %s\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4: %s. \uac12\uc740 \uc77c\ubc18 \uc2dc\uac04 \ud615\uc2dd\uc73c\ub85c \uc9c0\uc815\ub418\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_PWCHANGETIME_VALUE_COUNT_512=\uc0ac\uc6a9\uc790\uc5d0 \ub300\ud574 \ube44\ubc00\ubc88\ud638 \ubcc0\uacbd \uc2dc\uac04\uc744 \uc124\uc815\ud558\ub294 \ube44\ubc00\ubc88\ud638 \uc815\ucc45 \uc0c1\ud0dc \uc791\uc5c5\uc5d0 \uac12\uc744 \uc5ec\ub7ec \uac1c \uc81c\uacf5\ud588\uc2b5\ub2c8\ub2e4. \uac12\uc744 \uc815\ud655\ud788 \ud558\ub098\ub9cc \uc81c\uacf5\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_PWCHANGETIME_VALUE_513=\ube44\ubc00\ubc88\ud638 \ubcc0\uacbd \uc2dc\uac04\uc744 \uc124\uc815\ud558\ub294 \ub370 \uc0ac\uc6a9\ub418\ub294 \ube44\ubc00\ubc88\ud638 \uc815\ucc45 \uc0c1\ud0dc \uc791\uc5c5\uc5d0 \uc81c\uacf5\ub41c \uac12 %s\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4: %s. \uac12\uc740 \uc77c\ubc18 \uc2dc\uac04 \ud615\uc2dd\uc73c\ub85c \uc9c0\uc815\ub418\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_PWWARNEDTIME_VALUE_COUNT_514=\uc0ac\uc6a9\uc790\uc5d0 \ub300\ud574 \ube44\ubc00\ubc88\ud638 \uacbd\uace0 \uc2dc\uac04\uc744 \uc124\uc815\ud558\ub294 \ube44\ubc00\ubc88\ud638 \uc815\ucc45 \uc0c1\ud0dc \uc791\uc5c5\uc5d0 \uac12\uc744 \uc5ec\ub7ec \uac1c \uc81c\uacf5\ud588\uc2b5\ub2c8\ub2e4. \uac12\uc744 \uc815\ud655\ud788 \ud558\ub098\ub9cc \uc81c\uacf5\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_PWWARNEDTIME_VALUE_515=\ube44\ubc00\ubc88\ud638 \uacbd\uace0 \uc2dc\uac04\uc744 \uc124\uc815\ud558\ub294 \ub370 \uc0ac\uc6a9\ub418\ub294 \ube44\ubc00\ubc88\ud638 \uc815\ucc45 \uc0c1\ud0dc \uc791\uc5c5\uc5d0 \uc81c\uacf5\ub41c \uac12 %s\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4: %s. \uac12\uc740 \uc77c\ubc18 \uc2dc\uac04 \ud615\uc2dd\uc73c\ub85c \uc9c0\uc815\ub418\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_ADD_FAILURE_TIME_COUNT_516=\uc0ac\uc6a9\uc790\uc5d0 \ub300\ud574 \uc778\uc99d \uc2e4\ud328 \uc2dc\uac04\uc744 \ucd94\uac00\ud558\ub294 \ube44\ubc00\ubc88\ud638 \uc815\ucc45 \uc0c1\ud0dc \uc791\uc5c5\uc5d0 \uac12\uc744 \uc5ec\ub7ec \uac1c \uc81c\uacf5\ud588\uc2b5\ub2c8\ub2e4. \uac12\uc744 \uc815\ud655\ud788 \ud558\ub098\ub9cc \uc81c\uacf5\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_AUTH_FAILURE_TIME_517=\uc778\uc99d \uc2e4\ud328 \uc2dc\uac04\uc744 \uc5c5\ub370\uc774\ud2b8\ud558\ub294 \ub370 \uc0ac\uc6a9\ub418\ub294 \ube44\ubc00\ubc88\ud638 \uc815\ucc45 \uc0c1\ud0dc \uc791\uc5c5\uc5d0 \uc81c\uacf5\ub41c \uac12 %s\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4: %s. \uac12\uc740 \uc77c\ubc18 \uc2dc\uac04 \ud615\uc2dd\uc73c\ub85c \uc9c0\uc815\ub418\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_LAST_LOGIN_TIME_COUNT_518=\uc0ac\uc6a9\uc790\uc5d0 \ub300\ud574 \ub9c8\uc9c0\ub9c9 \ub85c\uadf8\uc778 \uc2dc\uac04\uc744 \uc124\uc815\ud558\ub294 \ube44\ubc00\ubc88\ud638 \uc815\ucc45 \uc0c1\ud0dc \uc791\uc5c5\uc5d0 \uac12\uc744 \uc5ec\ub7ec \uac1c \uc81c\uacf5\ud588\uc2b5\ub2c8\ub2e4. \uac12\uc744 \uc815\ud655\ud788 \ud558\ub098\ub9cc \uc81c\uacf5\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_LAST_LOGIN_TIME_519=\ub9c8\uc9c0\ub9c9 \ub85c\uadf8\uc778 \uc2dc\uac04\uc744 \uc124\uc815\ud558\ub294 \ub370 \uc0ac\uc6a9\ub418\ub294 \ube44\ubc00\ubc88\ud638 \uc815\ucc45 \uc0c1\ud0dc \uc791\uc5c5\uc5d0 \uc81c\uacf5\ub41c \uac12 %s\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4: %s. \uac12\uc740 \uc77c\ubc18 \uc2dc\uac04 \ud615\uc2dd\uc73c\ub85c \uc9c0\uc815\ub418\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_PWPSTATE_EXTOP_NO_RESET_STATE_VALUE_520=\uc0ac\uc6a9\uc790\uc5d0 \ub300\ud574 \uc7ac\uc124\uc815 \uc0c1\ud0dc\ub97c \uc124\uc815\ud558\ub294 \ube44\ubc00\ubc88\ud638 \uc815\ucc45 \uc0c1\ud0dc \uc791\uc5c5\uc5d0 \uac12\uc744 \uc81c\uacf5\ud558\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4. \uac12\uc744 \uc815\ud655\ud788 \ud558\ub098('true' \ub610\ub294 'false')\ub9cc \uc81c\uacf5\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_RESET_STATE_VALUE_COUNT_521=\uc0ac\uc6a9\uc790\uc5d0 \ub300\ud574 \uc7ac\uc124\uc815 \uc0c1\ud0dc\ub97c \uc124\uc815\ud558\ub294 \ube44\ubc00\ubc88\ud638 \uc815\ucc45 \uc0c1\ud0dc \uc791\uc5c5\uc5d0 \uac12\uc744 \uc5ec\ub7ec \uac1c \uc81c\uacf5\ud588\uc2b5\ub2c8\ub2e4. \uac12\uc744 \uc815\ud655\ud788 \ud558\ub098('true' \ub610\ub294 'false')\ub9cc \uc81c\uacf5\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_RESET_STATE_VALUE_522=\uc0ac\uc6a9\uc790\uc5d0 \ub300\ud574 \uc7ac\uc124\uc815 \uc0c1\ud0dc\ub97c \uc124\uc815\ud558\ub294 \ube44\ubc00\ubc88\ud638 \uc815\ucc45 \uc0c1\ud0dc \uc791\uc5c5\uc5d0 \uc81c\uacf5\ud55c \uac12\uc774 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uac12\uc740 'true' \ub610\ub294 'false'\uc785\ub2c8\ub2e4. |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_ADD_GRACE_LOGIN_TIME_COUNT_523=\uc0ac\uc6a9\uc790\uc5d0 \ub300\ud574 \uc720\uc608 \ub85c\uadf8\uc778 \uc0ac\uc6a9 \uc2dc\uac04\uc744 \ucd94\uac00\ud558\ub294 \ube44\ubc00\ubc88\ud638 \uc815\ucc45 \uc0c1\ud0dc \uc791\uc5c5\uc5d0 \uac12\uc744 \uc5ec\ub7ec \uac1c \uc81c\uacf5\ud588\uc2b5\ub2c8\ub2e4. \uac12\uc744 \uc815\ud655\ud788 \ud558\ub098\ub9cc \uc81c\uacf5\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_GRACE_LOGIN_TIME_524=\uc720\uc608 \ub85c\uadf8\uc778 \uc0ac\uc6a9 \uc2dc\uac04\uc744 \uc5c5\ub370\uc774\ud2b8\ud558\ub294 \ub370 \uc0ac\uc6a9\ub418\ub294 \ube44\ubc00\ubc88\ud638 \uc815\ucc45 \uc0c1\ud0dc \uc791\uc5c5\uc5d0 \uc81c\uacf5\ub41c \uac12 %s\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4: %s. \uac12\uc740 \uc77c\ubc18 \uc2dc\uac04 \ud615\uc2dd\uc73c\ub85c \uc9c0\uc815\ub418\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_REQUIRED_CHANGE_TIME_COUNT_525=\uc0ac\uc6a9\uc790\uc5d0 \ub300\ud574 \ud544\uc218 \ubcc0\uacbd \uc2dc\uac04\uc744 \uc124\uc815\ud558\ub294 \ube44\ubc00\ubc88\ud638 \uc815\ucc45 \uc0c1\ud0dc \uc791\uc5c5\uc5d0 \uac12\uc744 \uc5ec\ub7ec \uac1c \uc81c\uacf5\ud588\uc2b5\ub2c8\ub2e4. \uac12\uc744 \uc815\ud655\ud788 \ud558\ub098\ub9cc \uc81c\uacf5\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_REQUIRED_CHANGE_TIME_526=\ud544\uc218 \ubcc0\uacbd \uc2dc\uac04\uc744 \uc124\uc815\ud558\ub294 \ub370 \uc0ac\uc6a9\ub418\ub294 \ube44\ubc00\ubc88\ud638 \uc815\ucc45 \uc0c1\ud0dc \uc791\uc5c5\uc5d0 \uc81c\uacf5\ub41c \uac12 %s\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4: %s. \uac12\uc740 \uc77c\ubc18 \uc2dc\uac04 \ud615\uc2dd\uc73c\ub85c \uc9c0\uc815\ub418\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_PWPSTATE_EXTOP_UNKNOWN_OP_TYPE_527=\ube44\ubc00\ubc88\ud638 \uc815\ucc45 \uc0c1\ud0dc \ud655\uc7a5 \uc694\uccad\uc5d0 \uc798\ubabb\ub418\uac70\ub098 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\ub294 \uc791\uc5c5 \uc720\ud615 %s\uc744(\ub97c) \uac00\uc9c4 \uc791\uc5c5\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. |
| | | MILD_WARN_EXTOP_PASSMOD_CANNOT_UPDATE_PWP_STATE_528=\ube44\ubc00\ubc88\ud638 \uc218\uc815 \ud655\uc7a5 \uc791\uc5c5 \uc911\uc5d0 \uc0ac\uc6a9\uc790 %s\uc5d0 \ub300\ud55c \ube44\ubc00\ubc88\ud638 \uc815\ucc45 \uc0c1\ud0dc \uc815\ubcf4\ub97c \uc5c5\ub370\uc774\ud2b8\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4(\uc624\ub958 \ucf54\ub4dc='%s', \uc624\ub958 \uba54\uc2dc\uc9c0='%s'). |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_DIGEST_URI_529=\ud074\ub77c\uc774\uc5b8\ud2b8\uac00 \uc81c\uacf5\ud55c DIGEST-MD5 \uc790\uaca9 \uc99d\uba85\uc774 \uc798\ubabb\ub41c \ub2e4\uc774\uc81c\uc2a4\ud2b8 URI %s\uc744(\ub97c) \uc694\uccad\ud588\uc2b5\ub2c8\ub2e4. \ud544\uc694\ud55c \ub2e4\uc774\uc81c\uc2a4\ud2b8 URI\ub294 %s\uc785\ub2c8\ub2e4. |
| | | MILD_ERR_EXTOP_PASSMOD_PW_IN_HISTORY_530=\uc81c\uacf5\ub41c \uc0c8 \ube44\ubc00\ubc88\ud638\uac00 \ube44\ubc00\ubc88\ud638 \uae30\ub85d\uc5d0 \uc774\ubbf8 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SMTPALERTHANDLER_NO_SMTP_SERVERS_531=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0 SMTP \uc11c\ubc84\uac00 \uad6c\uc131\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. SMTP \uacbd\uace0 \ucc98\ub9ac\uae30\ub97c \uc0ac\uc6a9\ud558\ub824\uba74 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0 \ud558\ub098 \uc774\uc0c1\uc758 SMTP \uc11c\ubc84\uc5d0 \ub300\ud55c \uc815\ubcf4\uac00 \uad6c\uc131\ub418\uc5b4 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_WARN_SMTPALERTHANDLER_ERROR_SENDING_MESSAGE_532=\uad00\ub9ac \uacbd\uace0\uc5d0 \ub300\ud55c \uc804\uc790 \uba54\uc77c \uba54\uc2dc\uc9c0\ub97c \ubcf4\ub0b4\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4(\uc720\ud615 %s, \uba54\uc2dc\uc9c0 %s): %s |
| | | MILD_ERR_REGEXMAP_INVALID_MATCH_PATTERN_533=\uc81c\uacf5\ub41c \uc77c\uce58 \ud328\ud134 \u20a9"%s\u20a9"\uc744(\ub97c) \uc815\uaddc \ud45c\ud604\uc2dd\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_REGEXMAP_UNKNOWN_ATTR_534=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 ds-cfg-match-attribute \uc18d\uc131 \uac12 %s\uc774(\uac00) \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0\ub9cc \uc774 \uac12\uc740 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub41c \uc18d\uc131 \uc720\ud615\uc5d0 \ub300\ud55c \uc720\ud6a8\ud55c \uc774\ub984 \ub610\ub294 OID\uac00 \uc544\ub2d9\ub2c8\ub2e4. |
| | | MILD_ERR_REGEXMAP_MULTIPLE_MATCHING_ENTRIES_535=\ucc98\ub9ac\ub41c \uc544\uc774\ub514 \ubb38\uc790\uc5f4 %s\uc774(\uac00) \uc5ec\ub7ec \uc0ac\uc6a9\uc790\uc5d0\uac8c \ub9e4\ud551\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_REGEXMAP_INEFFICIENT_SEARCH_536=\ucc98\ub9ac\ub41c \uc544\uc774\ub514 \ubb38\uc790\uc5f4 %s\uc744(\ub97c) \uae30\ubc18\uc73c\ub85c \ud558\ub294 \ub0b4\ubd80 \uac80\uc0c9\uc744 \ud6a8\uc728\uc801\uc73c\ub85c \ucc98\ub9ac\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4: %s. \uc11c\ubc84 \uad6c\uc131\uc744 \uac80\uc0ac\ud558\uc5ec \ubaa8\ub4e0 \uad00\ub828 \ubc31\uc5d4\ub4dc\uac00 \uc774\ub7ec\ud55c \uc720\ud615\uc758 \uac80\uc0c9\uc5d0 \ub300\ud574 \uc62c\ubc14\ub974\uac8c \uad6c\uc131\ub418\uc5b4 \uc788\ub294\uc9c0 \ud655\uc778\ud558\uc2ed\uc2dc\uc624. |
| | | MILD_ERR_REGEXMAP_SEARCH_FAILED_537=\ucc98\ub9ac\ub41c \uc544\uc774\ub514 \ubb38\uc790\uc5f4 %s\uc744(\ub97c) \uc0ac\uc6a9\uc790 \ud56d\ubaa9\uc73c\ub85c \ud655\uc778\ud558\ub294 \ub3d9\uc548 \ub0b4\ubd80 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_STATICGROUP_ADD_NESTED_GROUP_ALREADY_EXISTS_538=\uadf8\ub8f9 %s\uc774(\uac00) \uadf8\ub8f9\uc758 \uc911\ucca9 \uadf8\ub8f9 \ubaa9\ub85d\uc5d0 \uc774\ubbf8 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc774 \uadf8\ub8f9\uc744 \uc815\uc801 \uadf8\ub8f9 %s\uc758 \uc0c8 \uc911\ucca9 \uadf8\ub8f9\uc73c\ub85c \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_STATICGROUP_REMOVE_NESTED_GROUP_NO_SUCH_GROUP_539=\uadf8\ub8f9 %s\uc774(\uac00) \uadf8\ub8f9\uc758 \uc911\ucca9 \uadf8\ub8f9 \ubaa9\ub85d\uc5d0 \uc5c6\uae30 \ub54c\ubb38\uc5d0 \uc774 \uadf8\ub8f9\uc744 \uc815\uc801 \uadf8\ub8f9 %s\uc758 \uc911\ucca9 \uadf8\ub8f9\uc73c\ub85c \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_STATICGROUP_GROUP_INSTANCE_INVALID_540=DN\uc774 %s\uc778 \uadf8\ub8f9 \uc778\uc2a4\ud134\uc2a4\uac00 \uc0ad\uc81c\ub418\uc5c8\uc73c\uba70 \ub354 \uc774\uc0c1 \uc720\ud6a8\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_NUMSUBORDINATES_VATTR_NOT_SEARCHABLE_541=%s \uc18d\uc131\uc740 \uac80\uc0c9\ud560 \uc218 \uc5c6\uc73c\uba70 \uc0c9\uc778\ud654\ub418\uc9c0 \uc54a\uc740 \uac80\uc0c9 \ud544\ud130\uc5d0 \ud3ec\ud568\ub418\uc5b4\uc11c\ub294 \uc548 \ub429\ub2c8\ub2e4. |
| | | MILD_ERR_HASSUBORDINATES_VATTR_NOT_SEARCHABLE_542=%s \uc18d\uc131\uc740 \uac80\uc0c9\ud560 \uc218 \uc5c6\uc73c\uba70 \uc0c9\uc778\ud654\ub418\uc9c0 \uc54a\uc740 \uac80\uc0c9 \ud544\ud130\uc5d0 \ud3ec\ud568\ub418\uc5b4\uc11c\ub294 \uc548 \ub429\ub2c8\ub2e4. |
| | | MILD_ERR_SMTP_ASNH_NO_MAIL_SERVERS_CONFIGURED_543=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c SMTP \uacc4\uc815 \uc0c1\ud0dc \uc54c\ub9bc \ucc98\ub9ac\uae30\ub97c \uc0ac\uc6a9\ud558\ub824\uba74 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0 \ud558\ub098 \uc774\uc0c1\uc758 SMTP \uc11c\ubc84\uc5d0 \ub300\ud55c \uc815\ubcf4\uac00 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | MILD_ERR_SMTP_ASNH_NO_RECIPIENTS_544=SMTP \uacc4\uc815 \uc0c1\ud0dc \uc54c\ub9bc \ucc98\ub9ac\uae30 \uad6c\uc131 \ud56d\ubaa9 '%s'\uc5d0 \uc804\uc790 \uba54\uc77c \uc8fc\uc18c \uc18d\uc131 \uc720\ud615 \ub610\ub294 \uc218\uc2e0\uc790 \uc8fc\uc18c\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. \uc774 \uc911 \ud558\ub098 \uc774\uc0c1\uc744 \uc81c\uacf5\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | MILD_ERR_SMTP_ASNH_SUBJECT_NO_COLON_545=\uba54\uc2dc\uc9c0 \uc8fc\uc81c \uac12 '%s'\uc5d0 \uc54c\ub9bc \uc720\ud615\uc744 \uc8fc\uc81c\uc640 \uad6c\ubd84\ud558\ub294 \ucf5c\ub860\uc774 \uc5c6\uae30 \ub54c\ubb38\uc5d0 \uad6c\uc131 \ud56d\ubaa9 '%s'\uc5d0\uc11c \uc774 \uba54\uc2dc\uc9c0 \uc8fc\uc81c \uac12\uc744 \uad6c\ubb38 \ubd84\uc11d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SMTP_ASNH_SUBJECT_INVALID_NOTIFICATION_TYPE_546='%3$s'\uc740(\ub294) \uc720\ud6a8\ud55c \uacc4\uc815 \uc0c1\ud0dc \uc54c\ub9bc \uc720\ud615\uc774 \uc544\ub2c8\uae30 \ub54c\ubb38\uc5d0 \uad6c\uc131 \ud56d\ubaa9 '%2$s'\uc5d0\uc11c \uba54\uc2dc\uc9c0 \uc8fc\uc81c \uac12 '%1$s'\uc744(\ub97c) \uad6c\ubb38 \ubd84\uc11d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SMTP_ASNH_SUBJECT_DUPLICATE_TYPE_547=\uad6c\uc131 \ud56d\ubaa9 '%s'\uc5d0 \ud3ec\ud568\ub41c \uba54\uc2dc\uc9c0 \uc8fc\uc81c \uc815\uc758\uc5d0 \uc54c\ub9bc \uc720\ud615 %s\uc5d0 \ub300\ud55c \uc8fc\uc81c\uac00 \uc5ec\ub7ec \uac1c \uc815\uc758\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_NO_COLON_548=\uba54\uc2dc\uc9c0 \ud15c\ud50c\ub9ac\ud2b8 \ud30c\uc77c \uacbd\ub85c \uac12 '%s'\uc5d0 \uc54c\ub9bc \uc720\ud615\uc744 \ud15c\ud50c\ub9ac\ud2b8 \ud30c\uc77c \uacbd\ub85c\uc640 \uad6c\ubd84\ud558\ub294 \ucf5c\ub860\uc774 \uc5c6\uae30 \ub54c\ubb38\uc5d0 \uad6c\uc131 \ud56d\ubaa9 '%s'\uc5d0\uc11c \uc774 \ud30c\uc77c \uacbd\ub85c \uac12\uc744 \uad6c\ubb38 \ubd84\uc11d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_INVALID_NOTIFICATION_TYPE_549='%3$s'\uc740(\ub294) \uc720\ud6a8\ud55c \uacc4\uc815 \uc0c1\ud0dc \uc54c\ub9bc \uc720\ud615\uc774 \uc544\ub2c8\uae30 \ub54c\ubb38\uc5d0 \uad6c\uc131 \ud56d\ubaa9 '%2$s'\uc5d0\uc11c \uba54\uc2dc\uc9c0 \ud15c\ud50c\ub9ac\ud2b8 \ud30c\uc77c \uacbd\ub85c \uac12 '%1$s'\uc744(\ub97c) \uad6c\ubb38 \ubd84\uc11d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_DUPLICATE_TYPE_550=\uad6c\uc131 \ud56d\ubaa9 '%s'\uc5d0 \ud3ec\ud568\ub41c \uba54\uc2dc\uc9c0 \ud15c\ud50c\ub9ac\ud2b8 \ud30c\uc77c \uacbd\ub85c \uc815\uc758\uc5d0 \uc54c\ub9bc \uc720\ud615 %s\uc5d0 \ub300\ud55c \ud15c\ud50c\ub9ac\ud2b8 \ud30c\uc77c \uacbd\ub85c\uac00 \uc5ec\ub7ec \uac1c \uc815\uc758\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_NO_SUCH_FILE_551=\uad6c\uc131 \ud56d\ubaa9 '%2$s'\uc5d0\uc11c \ucc38\uc870\ub41c \uba54\uc2dc\uc9c0 \ud15c\ud50c\ub9ac\ud2b8 \ud30c\uc77c '%1$s'\uc774(\uac00) \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_UNCLOSED_TOKEN_552=\uc5f4 %d(\ud589 %d)\uc5d0\uc11c \uc2dc\uc791\ud558\ub294 \ub2eb\ud788\uc9c0 \uc54a\uc740 \ud1a0\ud070\uc774 \uc788\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_UNDEFINED_ATTR_TYPE_553=\uc5f4 %d(\ud589 %d)\uc5d0\uc11c \uc2dc\uc791\ud558\ub294 notification-user-attr \ud1a0\ud070\uc774 \uc815\uc758\ub418\uc9c0 \uc54a\uc740 \uc18d\uc131 \uc720\ud615 %s\uc744(\ub97c) \ucc38\uc870\ud569\ub2c8\ub2e4. |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_UNDEFINED_PROPERTY_554=\uc5f4 %d(\ud589 %d)\uc5d0\uc11c \uc2dc\uc791\ud558\ub294 notification-property \ud1a0\ud070\uc774 \uc815\uc758\ub418\uc9c0 \uc54a\uc740 \uc54c\ub9bc \ub4f1\ub85d \uc815\ubcf4 %s\uc744(\ub97c) \ucc38\uc870\ud569\ub2c8\ub2e4. |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_UNRECOGNIZED_TOKEN_555=\uc5f4 %2$d(\ud589 %3$d)\uc5d0 \uc778\uc2dd\ub418\uc9c0 \uc54a\ub294 \ud1a0\ud070 %1$s\uc774(\uac00) \uc788\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_CANNOT_PARSE_556=\uad6c\uc131 \ud56d\ubaa9 '%2$s'\uc5d0\uc11c \ucc38\uc870\ub41c \uba54\uc2dc\uc9c0 \ud15c\ud50c\ub9ac\ud2b8 \ud30c\uc77c '%1$s'\uc744(\ub97c) \uad6c\ubb38 \ubd84\uc11d\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_SMTP_ASNH_DEFAULT_SUBJECT_557=\ub514\ub809\ud1a0\ub9ac \uacc4\uc815 \uc0c1\ud0dc \uc54c\ub9bc |
| | | SEVERE_ERR_SMTP_ASNH_CANNOT_SEND_MESSAGE_558=\uc0ac\uc6a9\uc790 \ud56d\ubaa9 %2$s\uc758 \uc54c\ub9bc \uc720\ud615 %1$s\uc5d0 \ub300\ud55c \uacc4\uc815 \uc0c1\ud0dc \uc54c\ub9bc \uba54\uc2dc\uc9c0\ub97c \ubcf4\ub0b4\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s |
| | | SEVERE_ERR_PWSCHEME_CANNOT_ENCRYPT_559=\ube44\ubc00\ubc88\ud638 \uc800\uc7a5\uc18c \uc2a4\ud0a4\ub9c8 %s\uc744(\ub97c) \uc0ac\uc6a9\ud558\uc5ec \uac12\uc744 \uc554\ud638\ud654\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_PWSCHEME_CANNOT_DECRYPT_560=\ube44\ubc00\ubc88\ud638 \uc800\uc7a5\uc18c \uc2a4\ud0a4\ub9c8 %s\uc744(\ub97c) \uc0ac\uc6a9\ud558\uc5ec \uac12\uc744 \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_GET_SYMMETRIC_KEY_NO_VALUE_561=\uc81c\uacf5\ub41c \ub300\uce6d \ud0a4 \ud655\uc7a5 \uc791\uc5c5\uc740 \uac12\uc774 \uc5c6\uae30 \ub54c\ubb38\uc5d0 \ud574\ub3c5\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_GET_SYMMETRIC_KEY_INVALID_TYPE_562=\uac12 \uc2dc\ud000\uc2a4\uc5d0 \uc798\ubabb\ub41c \uc720\ud615 %s\uc744(\ub97c) \uac00\uc9c4 \uc694\uc18c\uac00 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \ub300\uce6d \ud0a4 \ud655\uc7a5 \uc791\uc5c5\uc744 \ud574\ub3c5\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_GET_SYMMETRIC_KEY_ASN1_DECODE_EXCEPTION_563=\uc81c\uacf5\ub41c \ub300\uce6d \ud0a4 \ud655\uc7a5 \uc694\uccad\uc744 \ud574\ub3c5\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_GET_SYMMETRIC_KEY_DECODE_EXCEPTION_564=\ub300\uce6d \ud0a4 \ud655\uc7a5 \uc694\uccad \uc2dc\ud000\uc2a4\ub97c \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_EXACTMAP_ATTR_UNINDEXED_565=\uad6c\uc131 \ud56d\ubaa9 %1$s\uc5d0 \uc815\uc758\ub41c \uc815\ud655\ud55c \uc77c\uce58 \uc544\uc774\ub514 \ub9e4\ud37c\uac00 \ubc31\uc5d4\ub4dc %3$s\uc5d0 \ub3d9\uc77c \uc0c9\uc778\uc774 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc740 \uc18d\uc131 \uc720\ud615 %2$s\uc744(\ub97c) \ucc38\uc870\ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_REGEXMAP_ATTR_UNINDEXED_566=\uad6c\uc131 \ud56d\ubaa9 %1$s\uc5d0 \uc815\uc758\ub41c \uc815\uaddc \ud45c\ud604\uc2dd \uc544\uc774\ub514 \ub9e4\ud37c\uac00 \ubc31\uc5d4\ub4dc %3$s\uc5d0 \ub3d9\uc77c \uc0c9\uc778\uc774 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc740 \uc18d\uc131 \uc720\ud615 %2$s\uc744(\ub97c) \ucc38\uc870\ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_FCM_ATTR_UNINDEXED_567=\uad6c\uc131 \ud56d\ubaa9 %1$s\uc5d0 \uc815\uc758\ub41c \uc9c0\ubb38 \uc778\uc99d\uc11c \ub9e4\ud37c\uac00 \ubc31\uc5d4\ub4dc %3$s\uc5d0 \ub3d9\uc77c \uc0c9\uc778\uc774 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc740 \uc18d\uc131 \uc720\ud615 %2$s\uc744(\ub97c) \ucc38\uc870\ud569\ub2c8\ub2e4. |
| | | SEVERE_WARN_SATUACM_ATTR_UNINDEXED_568=\uad6c\uc131 \ud56d\ubaa9 %1$s\uc5d0 \uc815\uc758\ub41c \uc8fc\uc81c \uc18d\uc131-\uc0ac\uc6a9\uc790 \uc18d\uc131 \uc778\uc99d\uc11c \ub9e4\ud37c\uac00 \ubc31\uc5d4\ub4dc %3$s\uc5d0 \ub3d9\uc77c \uc0c9\uc778\uc774 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc740 \uc18d\uc131 \uc720\ud615 %2$s\uc744(\ub97c) \ucc38\uc870\ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_SDTUACM_ATTR_UNINDEXED_569=\uad6c\uc131 \ud56d\ubaa9 %1$s\uc5d0 \uc815\uc758\ub41c \uc8fc\uc81c DN-\uc0ac\uc6a9\uc790 \uc18d\uc131 \uc778\uc99d\uc11c \ub9e4\ud37c\uac00 \ubc31\uc5d4\ub4dc %3$s\uc5d0 \ub3d9\uc77c \uc0c9\uc778\uc774 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc740 \uc18d\uc131 \uc720\ud615 %2$s\uc744(\ub97c) \ucc38\uc870\ud569\ub2c8\ub2e4. |
| | | |
| New file |
| | |
| | | # CDDL HEADER START |
| | | # |
| | | # The contents of this file are subject to the terms of the |
| | | # Common Development and Distribution License, Version 1.0 only |
| | | # (the "License"). You may not use this file except in compliance |
| | | # with the License. |
| | | # |
| | | # You can obtain a copy of the license at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE |
| | | # or https://OpenDS.dev.java.net/OpenDS.LICENSE. |
| | | # See the License for the specific language governing permissions |
| | | # and limitations under the License. |
| | | # |
| | | # When distributing Covered Code, include this CDDL HEADER in each |
| | | # file and include the License file at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, |
| | | # add the following below this CDDL HEADER, with the fields enclosed |
| | | # by brackets "[]" replaced with your own identifying information: |
| | | # Portions Copyright [yyyy] [name of copyright owner] |
| | | # |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2008 Sun Microsystems, Inc. |
| | | |
| | | |
| | | |
| | | # |
| | | # Global directives |
| | | # |
| | | global.category=EXTENSIONS |
| | | |
| | | # |
| | | # Format string definitions |
| | | # |
| | | # Keys must be formatted as follows: |
| | | # |
| | | # [SEVERITY]_[DESCRIPTION]_[ORDINAL] |
| | | # |
| | | # where: |
| | | # |
| | | # SEVERITY is one of: |
| | | # [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE] |
| | | # |
| | | # DESCRIPTION is an upper case string providing a hint as to the context of |
| | | # the message in upper case with the underscore ('_') character serving as |
| | | # word separator |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | SEVERE_ERR_PWSCHEME_CANNOT_INITIALIZE_MESSAGE_DIGEST_1=\u5728\u5c1d\u8bd5\u4e3a %s \u7b97\u6cd5\u521d\u59cb\u5316\u6d88\u606f\u6458\u8981\u751f\u6210\u5668\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_PWSCHEME_CANNOT_BASE64_DECODE_STORED_PASSWORD_2=\u5728\u5c1d\u8bd5\u5bf9\u5bc6\u7801\u503c %s \u8fdb\u884c base64 \u89e3\u7801\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_PWSCHEME_NOT_REVERSIBLE_3=%s \u5bc6\u7801\u5b58\u50a8\u65b9\u6848\u662f\u4e0d\u53ef\u9006\u7684\uff0c\u56e0\u6b64\uff0c\u65e0\u6cd5\u6062\u590d\u5df2\u7f16\u7801\u5bc6\u7801\u7684\u7eaf\u6587\u672c\u7248\u672c |
| | | MILD_ERR_JMX_ALERT_HANDLER_CANNOT_REGISTER_4=\u5c1d\u8bd5\u5728 MBean \u670d\u52a1\u5668\u4e2d\u6ce8\u518c JMX \u8b66\u62a5\u5904\u7406\u7a0b\u5e8f\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_PWSCHEME_CANNOT_ENCODE_PASSWORD_5=\u5728\u5c1d\u8bd5\u4f7f\u7528\u7c7b %s \u4e2d\u5b9a\u4e49\u7684\u5b58\u50a8\u65b9\u6848\u5bf9\u5bc6\u7801\u8fdb\u884c\u7f16\u7801\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | SEVERE_ERR_CACHE_INVALID_INCLUDE_FILTER_6=\u914d\u7f6e\u6761\u76ee %s \u7684 ds-cfg-include-filter \u5c5e\u6027\u5177\u6709\u65e0\u6548\u7684\u503c "%s"\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u5b9a\u4e00\u7ec4\u641c\u7d22\u8fc7\u6ee4\u5668\uff08\u53ef\u7528\u4e8e\u63a7\u5236\u7f13\u5b58\u4e2d\u5305\u542b\u7684\u6761\u76ee\uff09: %s |
| | | SEVERE_ERR_CACHE_INVALID_EXCLUDE_FILTER_7=\u914d\u7f6e\u6761\u76ee %s \u7684 ds-cfg-exclude-filter \u5c5e\u6027\u5177\u6709\u65e0\u6548\u7684\u503c "%s"\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u5b9a\u4e00\u7ec4\u641c\u7d22\u8fc7\u6ee4\u5668\uff08\u53ef\u7528\u4e8e\u63a7\u5236\u4ece\u7f13\u5b58\u4e2d\u6392\u9664\u7684\u6761\u76ee\uff09: %s |
| | | FATAL_ERR_FIFOCACHE_CANNOT_INITIALIZE_8=\u5728\u5c1d\u8bd5\u521d\u59cb\u5316 fifo \u6761\u76ee\u7f13\u5b58\u65f6\u51fa\u73b0\u81f4\u547d\u9519\u8bef: %s |
| | | FATAL_ERR_SOFTREFCACHE_CANNOT_INITIALIZE_9=\u5728\u5c1d\u8bd5\u521d\u59cb\u5316\u8f6f\u5f15\u7528\u6761\u76ee\u7f13\u5b58\u65f6\u51fa\u73b0\u81f4\u547d\u9519\u8bef: %s |
| | | NOTICE_CACHE_PRELOAD_PROGRESS_START_10=\u6b63\u5728\u4e3a %s \u540e\u7aef\u542f\u52a8\u6761\u76ee\u7f13\u5b58\u9884\u52a0\u8f7d |
| | | NOTICE_CACHE_PRELOAD_PROGRESS_REPORT_11=%s \u540e\u7aef\u7684\u6761\u76ee\u7f13\u5b58\u9884\u52a0\u8f7d\u5df2\u5904\u7406 %d \u4e2a\u6761\u76ee\uff0c\u53ef\u7528\u5806\u5185\u5b58\u4e3a %d MB |
| | | NOTICE_CACHE_PRELOAD_PROGRESS_DONE_12=%s \u540e\u7aef\u7684\u6761\u76ee\u7f13\u5b58\u9884\u52a0\u8f7d\u5df2\u5b8c\u6210\uff0c\u5171\u5904\u7406 %d \u4e2a\u6761\u76ee |
| | | SEVERE_WARN_CACHE_PRELOAD_INTERRUPTED_13=%s \u540e\u7aef\u7684\u6761\u76ee\u7f13\u5b58\u9884\u52a0\u8f7d\u5df2\u4e2d\u65ad |
| | | SEVERE_WARN_CACHE_PRELOAD_BACKEND_FAILED_14=%s \u540e\u7aef\u4e0d\u652f\u6301\u6761\u76ee\u7f13\u5b58\u9884\u52a0\u8f7d\uff0c\u56e0\u6b64\uff0c\u4e0d\u4f1a\u5c06\u8be5\u540e\u7aef\u4e2d\u7684\u4efb\u4f55\u6761\u76ee\u9884\u52a0\u8f7d\u5230\u6761\u76ee\u7f13\u5b58\u4e2d |
| | | SEVERE_ERR_CACHE_PRELOAD_ENTRY_FAILED_15=\u65e0\u6cd5\u5c06 %s \u6761\u76ee\u9884\u52a0\u8f7d\u5230\u6761\u76ee\u7f13\u5b58\u4e2d: %s |
| | | MILD_ERR_EXTOP_PASSMOD_ILLEGAL_REQUEST_ELEMENT_TYPE_32=\u5bc6\u7801\u4fee\u6539\u6269\u5c55\u8bf7\u6c42\u5e8f\u5217\u5305\u542b\u65e0\u6548\u7c7b\u578b\u7684 ASN.1 \u5143\u7d20: %s |
| | | MILD_ERR_EXTOP_PASSMOD_CANNOT_DECODE_REQUEST_33=\u5728\u5c1d\u8bd5\u5bf9\u5bc6\u7801\u4fee\u6539\u6269\u5c55\u8bf7\u6c42\u5e8f\u5217\u8fdb\u884c\u89e3\u7801\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | MILD_ERR_EXTOP_PASSMOD_NO_AUTH_OR_USERID_34=\u65e0\u6cd5\u5904\u7406\u5bc6\u7801\u4fee\u6539\u6269\u5c55\u8bf7\u6c42\uff0c\u56e0\u4e3a\u5b83\u4e0d\u5305\u542b\u6388\u6743 ID\uff0c\u5e76\u4e14\u57fa\u7840\u8fde\u63a5\u672a\u901a\u8fc7\u9a8c\u8bc1 |
| | | SEVERE_ERR_EXTOP_PASSMOD_CANNOT_LOCK_USER_ENTRY_35=\u65e0\u6cd5\u5904\u7406\u5bc6\u7801\u4fee\u6539\u6269\u5c55\u8bf7\u6c42\uff0c\u56e0\u4e3a\u670d\u52a1\u5668\u5728\u8fdb\u884c\u591a\u6b21\u5c1d\u8bd5\u4e4b\u540e\u4ecd\u65e0\u6cd5\u83b7\u53d6\u5bf9\u7528\u6237\u6761\u76ee %s \u7684\u5199\u5165\u9501\u5b9a |
| | | MILD_ERR_EXTOP_PASSMOD_CANNOT_DECODE_AUTHZ_DN_36=\u65e0\u6cd5\u5904\u7406\u5bc6\u7801\u4fee\u6539\u6269\u5c55\u8bf7\u6c42\uff0c\u56e0\u4e3a\u670d\u52a1\u5668\u65e0\u6cd5\u5c06 "%s" \u89e3\u7801\u4e3a\u53ef\u5728\u64cd\u4f5c\u7684\u6388\u6743 ID \u4e2d\u4f7f\u7528\u7684\u6709\u6548 DN |
| | | MILD_ERR_EXTOP_PASSMOD_INVALID_AUTHZID_STRING_37=\u65e0\u6cd5\u5904\u7406\u5bc6\u7801\u4fee\u6539\u6269\u5c55\u8bf7\u6c42\uff0c\u56e0\u4e3a\u5b83\u5305\u542b\u65e0\u6548\u7684 userIdentity \u5b57\u6bb5\u3002\u63d0\u4f9b\u7684 userIdentity \u5b57\u7b26\u4e32\u4e3a "%s" |
| | | MILD_ERR_EXTOP_PASSMOD_NO_USER_ENTRY_BY_AUTHZID_38=\u65e0\u6cd5\u5904\u7406\u5bc6\u7801\u4fee\u6539\u6269\u5c55\u8bf7\u6c42\uff0c\u56e0\u4e3a\u65e0\u6cd5\u6839\u636e\u6388\u6743 DN "%s" \u6765\u8bc6\u522b\u8981\u66f4\u65b0\u7684\u7528\u6237\u6761\u76ee |
| | | MILD_ERR_EXTOP_PASSMOD_NO_DN_BY_AUTHZID_39=\u65e0\u6cd5\u5904\u7406\u5bc6\u7801\u4fee\u6539\u6269\u5c55\u8bf7\u6c42\uff0c\u56e0\u4e3a\u63d0\u4f9b\u7684\u6388\u6743 UID "%s" \u4e0e\u76ee\u5f55\u4e2d\u7684\u6240\u6709\u6761\u76ee\u5747\u4e0d\u5339\u914d |
| | | MILD_ERR_EXTOP_PASSMOD_MULTIPLE_ENTRIES_BY_AUTHZID_40=\u65e0\u6cd5\u5904\u7406\u5bc6\u7801\u4fee\u6539\u6269\u5c55\u8bf7\u6c42\uff0c\u56e0\u4e3a\u63d0\u4f9b\u7684\u6388\u6743 UID "%s" \u4e0e\u76ee\u5f55\u4e2d\u7684\u591a\u4e2a\u6761\u76ee\u5339\u914d |
| | | MILD_ERR_EXTOP_PASSMOD_INVALID_OLD_PASSWORD_41=\u65e0\u6cd5\u5904\u7406\u5bc6\u7801\u4fee\u6539\u6269\u5c55\u64cd\u4f5c\uff0c\u56e0\u4e3a\u5f53\u524d\u4e3a\u7528\u6237\u63d0\u4f9b\u7684\u5bc6\u7801\u65e0\u6548 |
| | | INFO_FILE_KEYMANAGER_DESCRIPTION_FILE_43=\u5305\u542b\u76ee\u5f55\u670d\u52a1\u5668\u5bc6\u94a5\u5e93\u4fe1\u606f\u7684\u6587\u4ef6\u7684\u8def\u5f84\u3002\u4e0b\u6b21\u8bbf\u95ee\u5bc6\u94a5\u7ba1\u7406\u5668\u65f6\uff0c\u5bf9\u8be5\u914d\u7f6e\u5c5e\u6027\u6240\u505a\u7684\u66f4\u6539\u624d\u4f1a\u751f\u6548 |
| | | SEVERE_ERR_FILE_KEYMANAGER_NO_FILE_ATTR_44=\u5b9a\u4e49\u57fa\u4e8e\u6587\u4ef6\u7684\u5bc6\u94a5\u7ba1\u7406\u5668\u7684\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u5c5e\u6027 ds-cfg-key-store-file\uff0c\u8be5\u5c5e\u6027\u5e94\u4fdd\u5b58\u5bc6\u94a5\u5e93\u6587\u4ef6\u7684\u8def\u5f84 |
| | | SEVERE_ERR_FILE_KEYMANAGER_NO_SUCH_FILE_45=\u914d\u7f6e\u6761\u76ee %2$s \u7684\u5c5e\u6027 ds-cfg-key-store-file \u4e2d\u6307\u5b9a\u7684\u5bc6\u94a5\u5e93\u6587\u4ef6 %1$s \u4e0d\u5b58\u5728 |
| | | SEVERE_ERR_FILE_KEYMANAGER_CANNOT_DETERMINE_FILE_46=\u5728\u5c1d\u8bd5\u786e\u5b9a\u914d\u7f6e\u6761\u76ee %s \u4e2d\u914d\u7f6e\u5c5e\u6027 ds-cfg-key-store-file \u7684\u503c\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | INFO_FILE_KEYMANAGER_DESCRIPTION_TYPE_47=\u76ee\u5f55\u670d\u52a1\u5668\u5bc6\u94a5\u5e93\u7684\u5bc6\u94a5\u5e93\u7c7b\u578b\u3002\u6709\u6548\u503c\u5e94\u59cb\u7ec8\u5305\u542b 'JKS' \u548c 'PKCS12'\uff0c\u4f46\u4e0d\u540c\u7684\u5b9e\u73b0\u53ef\u80fd\u8fd8\u4f1a\u5305\u542b\u5176\u4ed6\u503c\u3002\u5982\u679c\u672a\u63d0\u4f9b\u4efb\u4f55\u503c\uff0c\u5219\u4f1a\u4f7f\u7528 JVM \u7684\u9ed8\u8ba4\u503c\u3002\u4e0b\u6b21\u8bbf\u95ee\u5bc6\u94a5\u7ba1\u7406\u5668\u65f6\uff0c\u5bf9\u8be5\u914d\u7f6e\u5c5e\u6027\u6240\u505a\u7684\u66f4\u6539\u624d\u4f1a\u751f\u6548 |
| | | SEVERE_ERR_FILE_KEYMANAGER_CANNOT_DETERMINE_TYPE_48=\u5728\u5c1d\u8bd5\u786e\u5b9a\u914d\u7f6e\u6761\u76ee %s \u4e2d\u914d\u7f6e\u5c5e\u6027 ds-cfg-key-store-type \u7684\u503c\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | INFO_FILE_KEYMANAGER_DESCRIPTION_PIN_PROPERTY_49=Java \u5c5e\u6027\u7684\u540d\u79f0\uff0c\u8be5\u5c5e\u6027\u5305\u542b\u8bbf\u95ee\u57fa\u4e8e\u6587\u4ef6\u7684\u5bc6\u94a5\u7ba1\u7406\u5668\u6240\u9700\u7684\u660e\u6587 PIN\u3002\u4e0b\u6b21\u8bbf\u95ee\u5bc6\u94a5\u7ba1\u7406\u5668\u65f6\uff0c\u5bf9\u8be5\u914d\u7f6e\u5c5e\u6027\u6240\u505a\u7684\u66f4\u6539\u624d\u4f1a\u751f\u6548 |
| | | SEVERE_ERR_FILE_KEYMANAGER_PIN_PROPERTY_NOT_SET_50=\u914d\u7f6e\u6761\u76ee %2$s \u7684\u5c5e\u6027 ds-cfg-key-store-pin-property \u4e2d\u6307\u5b9a\u7684 Java \u5c5e\u6027 %1$s \u5e94\u5305\u542b\u8bbf\u95ee\u57fa\u4e8e\u6587\u4ef6\u7684\u5bc6\u94a5\u7ba1\u7406\u5668\u6240\u9700\u7684 PIN\uff0c\u4f46\u672a\u8bbe\u7f6e\u8be5\u5c5e\u6027 |
| | | SEVERE_ERR_FILE_KEYMANAGER_CANNOT_DETERMINE_PIN_PROPERTY_51=\u5728\u5c1d\u8bd5\u786e\u5b9a\u914d\u7f6e\u6761\u76ee %s \u4e2d\u914d\u7f6e\u5c5e\u6027 ds-cfg-key-store-pin-property \u7684\u503c\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | INFO_FILE_KEYMANAGER_DESCRIPTION_PIN_ENVAR_52=\u73af\u5883\u53d8\u91cf\u7684\u540d\u79f0\uff0c\u8be5\u53d8\u91cf\u5305\u542b\u8bbf\u95ee\u57fa\u4e8e\u6587\u4ef6\u7684\u5bc6\u94a5\u7ba1\u7406\u5668\u6240\u9700\u7684\u660e\u6587 PIN\u3002\u4e0b\u6b21\u8bbf\u95ee\u5bc6\u94a5\u7ba1\u7406\u5668\u65f6\uff0c\u5bf9\u8be5\u914d\u7f6e\u5c5e\u6027\u6240\u505a\u7684\u66f4\u6539\u624d\u4f1a\u751f\u6548 |
| | | SEVERE_ERR_FILE_KEYMANAGER_PIN_ENVAR_NOT_SET_53=\u914d\u7f6e\u6761\u76ee %2$s \u7684\u5c5e\u6027 ds-cfg-key-store-pin-environment-variable \u4e2d\u6307\u5b9a\u7684\u73af\u5883\u53d8\u91cf %1$s \u5e94\u5305\u542b\u8bbf\u95ee\u57fa\u4e8e\u6587\u4ef6\u7684\u5bc6\u94a5\u7ba1\u7406\u5668\u6240\u9700\u7684 PIN\uff0c\u4f46\u672a\u8bbe\u7f6e\u8be5\u5c5e\u6027 |
| | | SEVERE_ERR_FILE_KEYMANAGER_CANNOT_DETERMINE_PIN_ENVAR_54=\u5728\u5c1d\u8bd5\u786e\u5b9a\u914d\u7f6e\u6761\u76ee %s \u4e2d\u914d\u7f6e\u5c5e\u6027 ds-cfg-key-store-pin-environment-variable \u7684\u503c\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | INFO_FILE_KEYMANAGER_DESCRIPTION_PIN_FILE_55=\u6587\u672c\u6587\u4ef6\u7684\u8def\u5f84\uff0c\u8be5\u6587\u4ef6\u7684\u552f\u4e00\u4e00\u884c\u5185\u5bb9\u5305\u542b\u8bbf\u95ee\u57fa\u4e8e\u6587\u4ef6\u7684\u5bc6\u94a5\u7ba1\u7406\u5668\u6240\u9700\u7684\u660e\u6587 PIN\u3002\u4e0b\u6b21\u8bbf\u95ee\u5bc6\u94a5\u7ba1\u7406\u5668\u65f6\uff0c\u5bf9\u8be5\u914d\u7f6e\u5c5e\u6027\u6240\u505a\u7684\u66f4\u6539\u624d\u4f1a\u751f\u6548 |
| | | SEVERE_ERR_FILE_KEYMANAGER_PIN_NO_SUCH_FILE_56=\u914d\u7f6e\u6761\u76ee %2$s \u7684\u5c5e\u6027 ds-cfg-key-store-pin-file \u4e2d\u6307\u5b9a\u7684\u6587\u4ef6 %1$s \u5e94\u5305\u542b\u8bbf\u95ee\u57fa\u4e8e\u6587\u4ef6\u7684\u5bc6\u94a5\u7ba1\u7406\u5668\u6240\u9700\u7684 PIN\uff0c\u4f46\u8be5\u6587\u4ef6\u4e0d\u5b58\u5728 |
| | | SEVERE_ERR_FILE_KEYMANAGER_PIN_FILE_CANNOT_READ_57=\u5728\u5c1d\u8bd5\u4ece\u914d\u7f6e\u6761\u76ee %2$s \u7684\u914d\u7f6e\u5c5e\u6027 ds-cfg-key-store-pin-file \u4e2d\u6307\u5b9a\u7684\u6587\u4ef6 %1$s \u4e2d\u8bfb\u53d6\u5bc6\u94a5\u5e93 PIN \u65f6\u51fa\u73b0\u9519\u8bef: %3$s |
| | | SEVERE_ERR_FILE_KEYMANAGER_PIN_FILE_EMPTY_58=\u914d\u7f6e\u6761\u76ee %2$s \u7684\u5c5e\u6027 ds-cfg-key-store-pin-file \u4e2d\u6307\u5b9a\u7684\u6587\u4ef6 %1$s \u5e94\u5305\u542b\u8bbf\u95ee\u57fa\u4e8e\u6587\u4ef6\u7684\u5bc6\u94a5\u7ba1\u7406\u5668\u6240\u9700\u7684 PIN\uff0c\u4f46\u8be5\u6587\u4ef6\u4e3a\u7a7a |
| | | SEVERE_ERR_FILE_KEYMANAGER_CANNOT_DETERMINE_PIN_FILE_59=\u5728\u5c1d\u8bd5\u786e\u5b9a\u914d\u7f6e\u6761\u76ee %s \u4e2d\u914d\u7f6e\u5c5e\u6027 ds-cfg-key-store-pin-file \u7684\u503c\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | SEVERE_ERR_FILE_KEYMANAGER_CANNOT_DETERMINE_PIN_FROM_ATTR_60=\u5728\u5c1d\u8bd5\u786e\u5b9a\u914d\u7f6e\u6761\u76ee %s \u4e2d\u914d\u7f6e\u5c5e\u6027 ds-cfg-key-store-pin \u7684\u503c\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | SEVERE_ERR_FILE_KEYMANAGER_NO_PIN_61=\u914d\u7f6e\u6761\u76ee %s \u672a\u6307\u5b9a\u786e\u5b9a\u8bbf\u95ee\u57fa\u4e8e\u6587\u4ef6\u7684\u5bc6\u94a5\u7ba1\u7406\u5668\u5185\u5bb9\u6240\u9700\u7684 PIN \u7684\u65b9\u6cd5\u3002\u53ef\u4ee5\u5728 Java \u5c5e\u6027\uff08\u7531\u5c5e\u6027 ds-cfg-key-store-pin-property \u6307\u5b9a\uff09\u3001\u73af\u5883\u53d8\u91cf\uff08\u7531\u5c5e\u6027 ds-cfg-key-store-pin-environment-variable \u6307\u5b9a\uff09\u6216\u6587\u672c\u6587\u4ef6\uff08\u7531\u5c5e\u6027 ds-cfg-key-store-pin-file \u6307\u5b9a\uff09\u4e2d\u6307\u5b9a PIN\uff0c\u6216\u8005\u76f4\u63a5\u5728\u6761\u76ee\u4e2d\u4f7f\u7528\u5c5e\u6027 ds-cfg-key-store-pin \u6307\u5b9a PIN |
| | | SEVERE_ERR_FILE_KEYMANAGER_CANNOT_LOAD_62=\u5728\u5c1d\u8bd5\u4ece\u6587\u4ef6 %s \u4e2d\u52a0\u8f7d\u5bc6\u94a5\u5e93\u5185\u5bb9\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_FILE_KEYMANAGER_INVALID_TYPE_63=\u914d\u7f6e\u6761\u76ee %2$s \u7684\u5c5e\u6027 ds-cfg-key-store-type \u4e2d\u6307\u5b9a\u7684\u5bc6\u94a5\u5e93\u7c7b\u578b %1$s \u65e0\u6548: %3$s |
| | | INFO_FILE_KEYMANAGER_UPDATED_FILE_64=\u914d\u7f6e\u6761\u76ee %s \u4e2d ds-cfg-key-store-file \u5c5e\u6027\u7684\u503c\u5df2\u66f4\u65b0\u4e3a %s\u3002\u65b0\u503c\u5c06\u5728\u4e0b\u6b21\u8bbf\u95ee\u5bc6\u94a5\u7ba1\u7406\u5668\u65f6\u751f\u6548 |
| | | INFO_FILE_KEYMANAGER_UPDATED_TYPE_65=\u914d\u7f6e\u6761\u76ee %s \u4e2d ds-cfg-key-store-type \u5c5e\u6027\u7684\u503c\u5df2\u66f4\u65b0\u4e3a %s\u3002\u65b0\u503c\u5c06\u5728\u4e0b\u6b21\u8bbf\u95ee\u5bc6\u94a5\u7ba1\u7406\u5668\u65f6\u751f\u6548 |
| | | INFO_FILE_KEYMANAGER_UPDATED_PIN_66=\u7528\u4e8e\u8bbf\u95ee\u57fa\u4e8e\u6587\u4ef6\u7684\u5bc6\u94a5\u7ba1\u7406\u5668\u7684 PIN \u5df2\u66f4\u65b0\u3002\u65b0\u503c\u5c06\u5728\u4e0b\u6b21\u8bbf\u95ee\u5bc6\u94a5\u7ba1\u7406\u5668\u65f6\u751f\u6548 |
| | | INFO_PKCS11_KEYMANAGER_DESCRIPTION_PIN_PROPERTY_67=Java \u5c5e\u6027\u7684\u540d\u79f0\uff0c\u8be5\u5c5e\u6027\u5305\u542b\u8bbf\u95ee PKCS#11 \u5bc6\u94a5\u7ba1\u7406\u5668\u6240\u9700\u7684\u660e\u6587 PIN\u3002\u4e0b\u6b21\u8bbf\u95ee\u5bc6\u94a5\u7ba1\u7406\u5668\u65f6\uff0c\u5bf9\u8be5\u914d\u7f6e\u5c5e\u6027\u6240\u505a\u7684\u66f4\u6539\u624d\u4f1a\u751f\u6548 |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_PIN_PROPERTY_NOT_SET_68=\u914d\u7f6e\u6761\u76ee %2$s \u7684\u5c5e\u6027 ds-cfg-key-store-pin-property \u4e2d\u6307\u5b9a\u7684 Java \u5c5e\u6027 %1$s \u5e94\u5305\u542b\u8bbf\u95ee PKCS#11 \u5bc6\u94a5\u7ba1\u7406\u5668\u6240\u9700\u7684 PIN\uff0c\u4f46\u672a\u8bbe\u7f6e\u8be5\u5c5e\u6027 |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_CANNOT_DETERMINE_PIN_PROPERTY_69=\u5728\u5c1d\u8bd5\u786e\u5b9a\u914d\u7f6e\u6761\u76ee %s \u4e2d\u914d\u7f6e\u5c5e\u6027 ds-cfg-key-store-pin-property \u7684\u503c\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | INFO_PKCS11_KEYMANAGER_DESCRIPTION_PIN_ENVAR_70=\u73af\u5883\u53d8\u91cf\u7684\u540d\u79f0\uff0c\u8be5\u53d8\u91cf\u5305\u542b\u8bbf\u95ee PKCS#11 \u5bc6\u94a5\u7ba1\u7406\u5668\u6240\u9700\u7684\u660e\u6587 PIN\u3002\u4e0b\u6b21\u8bbf\u95ee\u5bc6\u94a5\u7ba1\u7406\u5668\u65f6\uff0c\u5bf9\u8be5\u914d\u7f6e\u5c5e\u6027\u6240\u505a\u7684\u66f4\u6539\u624d\u4f1a\u751f\u6548 |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_PIN_ENVAR_NOT_SET_71=\u914d\u7f6e\u6761\u76ee %2$s \u7684\u5c5e\u6027 ds-cfg-key-store-pin-environment-variable \u4e2d\u6307\u5b9a\u7684\u73af\u5883\u53d8\u91cf %1$s \u5e94\u5305\u542b\u8bbf\u95ee PKCS#11 \u5bc6\u94a5\u7ba1\u7406\u5668\u6240\u9700\u7684 PIN\uff0c\u4f46\u672a\u8bbe\u7f6e\u8be5\u5c5e\u6027 |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_CANNOT_DETERMINE_PIN_ENVAR_72=\u5728\u5c1d\u8bd5\u786e\u5b9a\u914d\u7f6e\u6761\u76ee %s \u4e2d\u914d\u7f6e\u5c5e\u6027 ds-cfg-key-store-pin-environment-variable \u7684\u503c\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | INFO_PKCS11_KEYMANAGER_DESCRIPTION_PIN_FILE_73=\u6587\u672c\u6587\u4ef6\u7684\u8def\u5f84\uff0c\u8be5\u6587\u4ef6\u7684\u552f\u4e00\u4e00\u884c\u5185\u5bb9\u5305\u542b\u8bbf\u95ee PKCS#11 \u5bc6\u94a5\u7ba1\u7406\u5668\u6240\u9700\u7684\u660e\u6587 PIN\u3002\u4e0b\u6b21\u8bbf\u95ee\u5bc6\u94a5\u7ba1\u7406\u5668\u65f6\uff0c\u5bf9\u8be5\u914d\u7f6e\u5c5e\u6027\u6240\u505a\u7684\u66f4\u6539\u624d\u4f1a\u751f\u6548 |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_PIN_NO_SUCH_FILE_74=\u914d\u7f6e\u6761\u76ee %2$s \u7684\u5c5e\u6027 ds-cfg-key-store-pin-file \u4e2d\u6307\u5b9a\u7684\u6587\u4ef6 %1$s \u5e94\u5305\u542b\u8bbf\u95ee PKCS#11 \u5bc6\u94a5\u7ba1\u7406\u5668\u6240\u9700\u7684 PIN\uff0c\u4f46\u8be5\u6587\u4ef6\u4e0d\u5b58\u5728 |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_PIN_FILE_CANNOT_READ_75=\u5728\u5c1d\u8bd5\u4ece\u914d\u7f6e\u6761\u76ee %2$s \u7684\u914d\u7f6e\u5c5e\u6027 ds-cfg-key-store-pin-file \u4e2d\u6307\u5b9a\u7684\u6587\u4ef6 %1$s \u4e2d\u8bfb\u53d6\u5bc6\u94a5\u5e93 PIN \u65f6\u51fa\u73b0\u9519\u8bef: %3$s |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_PIN_FILE_EMPTY_76=\u914d\u7f6e\u6761\u76ee %2$s \u7684\u5c5e\u6027 ds-cfg-key-store-pin-file \u4e2d\u6307\u5b9a\u7684\u6587\u4ef6 %1$s \u5e94\u5305\u542b\u8bbf\u95ee PKCS#11 \u5bc6\u94a5\u7ba1\u7406\u5668\u6240\u9700\u7684 PIN\uff0c\u4f46\u8be5\u6587\u4ef6\u4e3a\u7a7a |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_CANNOT_DETERMINE_PIN_FILE_77=\u5728\u5c1d\u8bd5\u786e\u5b9a\u914d\u7f6e\u6761\u76ee %s \u4e2d\u914d\u7f6e\u5c5e\u6027 ds-cfg-key-store-pin-file \u7684\u503c\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | INFO_PKCS11_KEYMANAGER_DESCRIPTION_PIN_ATTR_78=\u8bbf\u95ee PKCS#11 \u5bc6\u94a5\u7ba1\u7406\u5668\u6240\u9700\u7684\u660e\u6587 PIN\u3002\u4e0b\u6b21\u8bbf\u95ee\u5bc6\u94a5\u7ba1\u7406\u5668\u65f6\uff0c\u5bf9\u8be5\u914d\u7f6e\u5c5e\u6027\u6240\u505a\u7684\u66f4\u6539\u624d\u4f1a\u751f\u6548 |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_CANNOT_DETERMINE_PIN_FROM_ATTR_79=\u5728\u5c1d\u8bd5\u786e\u5b9a\u914d\u7f6e\u6761\u76ee %s \u4e2d\u914d\u7f6e\u5c5e\u6027 ds-cfg-key-store-pin \u7684\u503c\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_NO_PIN_80=\u914d\u7f6e\u6761\u76ee %s \u672a\u6307\u5b9a\u786e\u5b9a\u8bbf\u95ee PKCS#11 \u5bc6\u94a5\u7ba1\u7406\u5668\u5185\u5bb9\u6240\u9700\u7684 PIN \u7684\u65b9\u6cd5\u3002\u53ef\u4ee5\u5728 Java \u5c5e\u6027\uff08\u7531\u5c5e\u6027 ds-cfg-key-store-pin-property \u6307\u5b9a\uff09\u3001\u73af\u5883\u53d8\u91cf\uff08\u7531\u5c5e\u6027 ds-cfg-key-store-pin-environment-variable \u6307\u5b9a\uff09\u6216\u6587\u672c\u6587\u4ef6\uff08\u7531\u5c5e\u6027 ds-cfg-key-store-pin-file \u6307\u5b9a\uff09\u4e2d\u6307\u5b9a PIN\uff0c\u6216\u8005\u76f4\u63a5\u5728\u6761\u76ee\u4e2d\u4f7f\u7528\u5c5e\u6027 ds-cfg-key-store-pin \u6307\u5b9a PIN |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_CANNOT_LOAD_81=\u5728\u5c1d\u8bd5\u8bbf\u95ee PKCS#11 \u5bc6\u94a5\u7ba1\u7406\u5668\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | INFO_PKCS11_KEYMANAGER_UPDATED_PIN_82=\u7528\u4e8e\u8bbf\u95ee PKCS#11 \u5bc6\u94a5\u7ba1\u7406\u5668\u7684 PIN \u5df2\u66f4\u65b0\u3002\u65b0\u503c\u5c06\u5728\u4e0b\u6b21\u8bbf\u95ee\u5bc6\u94a5\u7ba1\u7406\u5668\u65f6\u751f\u6548 |
| | | SEVERE_ERR_FILE_KEYMANAGER_CANNOT_CREATE_FACTORY_83=\u5728\u5c1d\u8bd5\u521b\u5efa\u5bc6\u94a5\u7ba1\u7406\u5668\u5de5\u5382\u4ee5\u8bbf\u95ee\u5bc6\u94a5\u5e93\u6587\u4ef6 %s \u7684\u5185\u5bb9\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_CANNOT_CREATE_FACTORY_84=\u5728\u5c1d\u8bd5\u521b\u5efa\u5bc6\u94a5\u7ba1\u7406\u5668\u5de5\u5382\u4ee5\u8bbf\u95ee PKCS#11 \u5bc6\u94a5\u5e93\u7684\u5185\u5bb9\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | INFO_FILE_TRUSTMANAGER_DESCRIPTION_FILE_85=\u5305\u542b\u76ee\u5f55\u670d\u52a1\u5668\u4fe1\u4efb\u5e93\u4fe1\u606f\u7684\u6587\u4ef6\u7684\u8def\u5f84\u3002\u4e0b\u6b21\u8bbf\u95ee\u4fe1\u4efb\u7ba1\u7406\u5668\u65f6\uff0c\u5bf9\u8be5\u914d\u7f6e\u5c5e\u6027\u6240\u505a\u7684\u66f4\u6539\u624d\u4f1a\u751f\u6548 |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_NO_FILE_ATTR_86=\u5b9a\u4e49\u57fa\u4e8e\u6587\u4ef6\u7684\u4fe1\u4efb\u7ba1\u7406\u5668\u7684\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u5c5e\u6027 ds-cfg-trust-store-file\uff0c\u8be5\u5c5e\u6027\u5e94\u4fdd\u5b58\u4fe1\u4efb\u5e93\u6587\u4ef6\u7684\u8def\u5f84 |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_NO_SUCH_FILE_87=\u914d\u7f6e\u6761\u76ee %2$s \u7684\u5c5e\u6027 ds-cfg-trust-store-file \u4e2d\u6307\u5b9a\u7684\u4fe1\u4efb\u5e93\u6587\u4ef6 %1$s \u4e0d\u5b58\u5728 |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_DETERMINE_FILE_88=\u5728\u5c1d\u8bd5\u786e\u5b9a\u914d\u7f6e\u6761\u76ee %s \u4e2d\u914d\u7f6e\u5c5e\u6027 ds-cfg-trust-store-file \u7684\u503c\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | INFO_FILE_TRUSTMANAGER_DESCRIPTION_TYPE_89=\u76ee\u5f55\u670d\u52a1\u5668\u4fe1\u4efb\u5e93\u7684\u5bc6\u94a5\u5e93\u7c7b\u578b\u3002\u6709\u6548\u503c\u5e94\u59cb\u7ec8\u5305\u542b 'JKS' \u548c 'PKCS12'\uff0c\u4f46\u4e0d\u540c\u7684\u5b9e\u73b0\u53ef\u80fd\u8fd8\u4f1a\u5305\u542b\u5176\u4ed6\u503c\u3002\u5982\u679c\u672a\u63d0\u4f9b\u4efb\u4f55\u503c\uff0c\u5219\u4f1a\u4f7f\u7528 JVM \u7684\u9ed8\u8ba4\u503c\u3002\u4e0b\u6b21\u8bbf\u95ee\u4fe1\u4efb\u7ba1\u7406\u5668\u65f6\uff0c\u5bf9\u8be5\u914d\u7f6e\u5c5e\u6027\u6240\u505a\u7684\u66f4\u6539\u624d\u4f1a\u751f\u6548 |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_DETERMINE_TYPE_90=\u5728\u5c1d\u8bd5\u786e\u5b9a\u914d\u7f6e\u6761\u76ee %s \u4e2d\u914d\u7f6e\u5c5e\u6027 ds-cfg-trust-store-type \u7684\u503c\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | INFO_FILE_TRUSTMANAGER_DESCRIPTION_PIN_PROPERTY_91=Java \u5c5e\u6027\u7684\u540d\u79f0\uff0c\u8be5\u5c5e\u6027\u5305\u542b\u8bbf\u95ee\u57fa\u4e8e\u6587\u4ef6\u7684\u4fe1\u4efb\u7ba1\u7406\u5668\u6240\u9700\u7684\u660e\u6587 PIN\u3002\u4e0b\u6b21\u8bbf\u95ee\u4fe1\u4efb\u7ba1\u7406\u5668\u65f6\uff0c\u5bf9\u8be5\u914d\u7f6e\u5c5e\u6027\u6240\u505a\u7684\u66f4\u6539\u624d\u4f1a\u751f\u6548 |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_PIN_PROPERTY_NOT_SET_92=\u914d\u7f6e\u6761\u76ee %2$s \u7684\u5c5e\u6027 ds-cfg-trust-store-pin-property \u4e2d\u6307\u5b9a\u7684 Java \u5c5e\u6027 %1$s \u5e94\u5305\u542b\u8bbf\u95ee\u57fa\u4e8e\u6587\u4ef6\u7684\u4fe1\u4efb\u7ba1\u7406\u5668\u6240\u9700\u7684 PIN\uff0c\u4f46\u672a\u8bbe\u7f6e\u8be5\u5c5e\u6027 |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_DETERMINE_PIN_PROPERTY_93=\u5728\u5c1d\u8bd5\u786e\u5b9a\u914d\u7f6e\u6761\u76ee %s \u4e2d\u914d\u7f6e\u5c5e\u6027 ds-cfg-trust-store-pin-property \u7684\u503c\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | INFO_FILE_TRUSTMANAGER_DESCRIPTION_PIN_ENVAR_94=\u73af\u5883\u53d8\u91cf\u7684\u540d\u79f0\uff0c\u8be5\u53d8\u91cf\u5305\u542b\u8bbf\u95ee\u57fa\u4e8e\u6587\u4ef6\u7684\u4fe1\u4efb\u7ba1\u7406\u5668\u6240\u9700\u7684\u660e\u6587 PIN\u3002\u4e0b\u6b21\u8bbf\u95ee\u4fe1\u4efb\u7ba1\u7406\u5668\u65f6\uff0c\u5bf9\u8be5\u914d\u7f6e\u5c5e\u6027\u6240\u505a\u7684\u66f4\u6539\u624d\u4f1a\u751f\u6548 |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_PIN_ENVAR_NOT_SET_95=\u914d\u7f6e\u6761\u76ee %2$s \u7684\u5c5e\u6027 ds-cfg-trust-store-pin-environment-variable \u4e2d\u6307\u5b9a\u7684\u73af\u5883\u53d8\u91cf %1$s \u5e94\u5305\u542b\u8bbf\u95ee\u57fa\u4e8e\u6587\u4ef6\u7684\u4fe1\u4efb\u7ba1\u7406\u5668\u6240\u9700\u7684 PIN\uff0c\u4f46\u672a\u8bbe\u7f6e\u8be5\u5c5e\u6027 |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_DETERMINE_PIN_ENVAR_96=\u5728\u5c1d\u8bd5\u786e\u5b9a\u914d\u7f6e\u6761\u76ee %s \u4e2d\u914d\u7f6e\u5c5e\u6027 ds-cfg-trust-store-pin-environment-variable \u7684\u503c\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | INFO_FILE_TRUSTMANAGER_DESCRIPTION_PIN_FILE_97=\u6587\u672c\u6587\u4ef6\u7684\u8def\u5f84\uff0c\u8be5\u6587\u4ef6\u7684\u552f\u4e00\u4e00\u884c\u5185\u5bb9\u5305\u542b\u8bbf\u95ee\u57fa\u4e8e\u6587\u4ef6\u7684\u4fe1\u4efb\u7ba1\u7406\u5668\u6240\u9700\u7684\u660e\u6587 PIN\u3002\u4e0b\u6b21\u8bbf\u95ee\u4fe1\u4efb\u7ba1\u7406\u5668\u65f6\uff0c\u5bf9\u8be5\u914d\u7f6e\u5c5e\u6027\u6240\u505a\u7684\u66f4\u6539\u624d\u4f1a\u751f\u6548 |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_PIN_NO_SUCH_FILE_98=\u914d\u7f6e\u6761\u76ee %2$s \u7684\u5c5e\u6027 ds-cfg-trust-store-pin-file \u4e2d\u6307\u5b9a\u7684\u6587\u4ef6 %1$s \u5e94\u5305\u542b\u8bbf\u95ee\u57fa\u4e8e\u6587\u4ef6\u7684\u4fe1\u4efb\u7ba1\u7406\u5668\u6240\u9700\u7684 PIN\uff0c\u4f46\u8be5\u6587\u4ef6\u4e0d\u5b58\u5728 |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_PIN_FILE_CANNOT_READ_99=\u5728\u5c1d\u8bd5\u4ece\u914d\u7f6e\u6761\u76ee %2$s \u7684\u914d\u7f6e\u5c5e\u6027 ds-cfg-trust-store-pin-file \u4e2d\u6307\u5b9a\u7684\u6587\u4ef6 %1$s \u4e2d\u8bfb\u53d6\u4fe1\u4efb\u5e93 PIN \u65f6\u51fa\u73b0\u9519\u8bef: %3$s |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_PIN_FILE_EMPTY_100=\u914d\u7f6e\u6761\u76ee %2$s \u7684\u5c5e\u6027 ds-cfg-trust-store-pin-file \u4e2d\u6307\u5b9a\u7684\u6587\u4ef6 %1$s \u5e94\u5305\u542b\u8bbf\u95ee\u57fa\u4e8e\u6587\u4ef6\u7684\u4fe1\u4efb\u7ba1\u7406\u5668\u6240\u9700\u7684 PIN\uff0c\u4f46\u8be5\u6587\u4ef6\u4e3a\u7a7a |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_DETERMINE_PIN_FILE_101=\u5728\u5c1d\u8bd5\u786e\u5b9a\u914d\u7f6e\u6761\u76ee %s \u4e2d\u914d\u7f6e\u5c5e\u6027 ds-cfg-trust-store-pin-file \u7684\u503c\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | INFO_FILE_TRUSTMANAGER_DESCRIPTION_PIN_ATTR_102=\u8bbf\u95ee\u57fa\u4e8e\u6587\u4ef6\u7684\u4fe1\u4efb\u7ba1\u7406\u5668\u6240\u9700\u7684\u660e\u6587 PIN\u3002\u4e0b\u6b21\u8bbf\u95ee\u4fe1\u4efb\u7ba1\u7406\u5668\u65f6\uff0c\u5bf9\u8be5\u914d\u7f6e\u5c5e\u6027\u6240\u505a\u7684\u66f4\u6539\u624d\u4f1a\u751f\u6548 |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_DETERMINE_PIN_FROM_ATTR_103=\u5728\u5c1d\u8bd5\u786e\u5b9a\u914d\u7f6e\u6761\u76ee %s \u4e2d\u914d\u7f6e\u5c5e\u6027 ds-cfg-trust-store-pin \u7684\u503c\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_LOAD_104=\u5728\u5c1d\u8bd5\u4ece\u6587\u4ef6 %s \u4e2d\u52a0\u8f7d\u4fe1\u4efb\u5e93\u5185\u5bb9\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_CREATE_FACTORY_105=\u5728\u5c1d\u8bd5\u521b\u5efa\u4fe1\u4efb\u7ba1\u7406\u5668\u5de5\u5382\u4ee5\u8bbf\u95ee\u4fe1\u4efb\u5e93\u6587\u4ef6 %s \u7684\u5185\u5bb9\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_INVALID_TYPE_106=\u914d\u7f6e\u6761\u76ee %2$s \u7684\u5c5e\u6027 ds-cfg-trust-store-type \u4e2d\u6307\u5b9a\u7684\u4fe1\u4efb\u5e93\u7c7b\u578b %1$s \u65e0\u6548: %3$s |
| | | INFO_FILE_TRUSTMANAGER_UPDATED_FILE_107=\u914d\u7f6e\u6761\u76ee %s \u4e2d ds-cfg-trust-store-file \u5c5e\u6027\u7684\u503c\u5df2\u66f4\u65b0\u4e3a %s\u3002\u65b0\u503c\u5c06\u5728\u4e0b\u6b21\u8bbf\u95ee\u4fe1\u4efb\u7ba1\u7406\u5668\u65f6\u751f\u6548 |
| | | INFO_FILE_TRUSTMANAGER_UPDATED_TYPE_108=\u914d\u7f6e\u6761\u76ee %s \u4e2d ds-cfg-trust-store-type \u5c5e\u6027\u7684\u503c\u5df2\u66f4\u65b0\u4e3a %s\u3002\u65b0\u503c\u5c06\u5728\u4e0b\u6b21\u8bbf\u95ee\u4fe1\u4efb\u7ba1\u7406\u5668\u65f6\u751f\u6548 |
| | | INFO_FILE_TRUSTMANAGER_UPDATED_PIN_109=\u7528\u4e8e\u8bbf\u95ee\u57fa\u4e8e\u6587\u4ef6\u7684\u4fe1\u4efb\u7ba1\u7406\u5668\u7684 PIN \u5df2\u66f4\u65b0\u3002\u65b0\u503c\u5c06\u5728\u4e0b\u6b21\u8bbf\u95ee\u4fe1\u4efb\u7ba1\u7406\u5668\u65f6\u751f\u6548 |
| | | SEVERE_ERR_NULL_SECURITY_PROVIDER_READ_ERROR_110=\u5728\u5c1d\u8bd5\u4f7f\u7528 Null \u8fde\u63a5\u5b89\u5168\u63d0\u4f9b\u7a0b\u5e8f\u4ece\u5ba2\u6237\u7aef\u4e2d\u8bfb\u53d6\u6570\u636e\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | SEVERE_ERR_NULL_SECURITY_PROVIDER_WRITE_ERROR_111=\u5728\u5c1d\u8bd5\u4f7f\u7528 Null \u8fde\u63a5\u5b89\u5168\u63d0\u4f9b\u7a0b\u5e8f\u5c06\u6570\u636e\u5199\u5165\u5ba2\u6237\u7aef\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | SEVERE_ERR_TLS_SECURITY_PROVIDER_CANNOT_INITIALIZE_112=\u5728\u5c1d\u8bd5\u521d\u59cb\u5316\u7528\u4e8e TLS \u8fde\u63a5\u5b89\u5168\u63d0\u4f9b\u7a0b\u5e8f\u7684 SSL \u4e0a\u4e0b\u6587\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_TLS_SECURITY_PROVIDER_UNEXPECTED_UNWRAP_STATUS_113=\u5728\u5c1d\u8bd5\u89e3\u5f00\u4ece\u5ba2\u6237\u7aef\u4e2d\u8bfb\u53d6\u7684\u52a0\u5bc6\u6570\u636e\u65f6\uff0c\u5411 TLS \u8fde\u63a5\u5b89\u5168\u63d0\u4f9b\u7a0b\u5e8f\u8fd4\u56de\u4e86\u610f\u5916\u72b6\u6001\u7ed3\u679c: %s |
| | | SEVERE_ERR_TLS_SECURITY_PROVIDER_READ_ERROR_114=\u5728\u5c1d\u8bd5\u4f7f\u7528 TLS \u8fde\u63a5\u5b89\u5168\u63d0\u4f9b\u7a0b\u5e8f\u4ece\u5ba2\u6237\u7aef\u4e2d\u8bfb\u53d6\u6570\u636e\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | SEVERE_ERR_TLS_SECURITY_PROVIDER_WRITE_NEEDS_UNWRAP_115=\u5df2\u5c1d\u8bd5\u901a\u8fc7 TLS \u8fde\u63a5\u5b89\u5168\u63d0\u4f9b\u7a0b\u5e8f\u5c06\u6570\u636e\u5199\u5165\u5ba2\u6237\u7aef\uff0c\u4f46 SSL \u6307\u793a\u5fc5\u987b\u4ece\u5ba2\u6237\u7aef\u4e2d\u8bfb\u53d6\u6570\u636e\u4ee5\u6267\u884c SSL \u534f\u5546\uff0c\u7136\u800c\u5374\u6ca1\u6709\u53ef\u4f9b\u8bfb\u53d6\u7684\u6570\u636e\u3002\u8fd9\u662f\u4e00\u79cd\u610f\u5916\u60c5\u51b5\uff0c\u65e0\u6cd5\u7ee7\u7eed\u5728\u8be5\u5ba2\u6237\u7aef\u8fde\u63a5\u4e0a\u6267\u884c\u5904\u7406\uff08\u4f46\u4e0d\u4f1a\u963b\u6b62\u5176\u4ed6\u5ba2\u6237\u7aef\u8fde\u63a5\uff09\uff0c\u56e0\u6b64\u5c06\u5173\u95ed\u8fde\u63a5 |
| | | SEVERE_ERR_TLS_SECURITY_PROVIDER_UNEXPECTED_WRAP_STATUS_116=\u5728\u5c1d\u8bd5\u5305\u88c5\u660e\u6587\u6570\u636e\u4ee5\u5199\u5165\u5ba2\u6237\u7aef\u65f6\uff0c\u5411 TLS \u8fde\u63a5\u5b89\u5168\u63d0\u4f9b\u7a0b\u5e8f\u8fd4\u56de\u4e86\u610f\u5916\u72b6\u6001\u7ed3\u679c: %s |
| | | SEVERE_ERR_TLS_SECURITY_PROVIDER_WRITE_ERROR_117=\u5728\u5c1d\u8bd5\u4f7f\u7528 TLS \u8fde\u63a5\u5b89\u5168\u63d0\u4f9b\u7a0b\u5e8f\u5c06\u6570\u636e\u5199\u5165\u5ba2\u6237\u7aef\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | MILD_ERR_SEDCM_NO_PEER_CERTIFICATE_118=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u8bc1\u4e66\u94fe\u6620\u5c04\u5230\u7528\u6237\u6761\u76ee\uff0c\u56e0\u4e3a\u6ca1\u6709\u53ef\u7528\u7684\u5bf9\u7b49\u8bc1\u4e66 |
| | | MILD_ERR_SEDCM_PEER_CERT_NOT_X509_119=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u8bc1\u4e66\u94fe\u6620\u5c04\u5230\u7528\u6237\uff0c\u56e0\u4e3a\u5bf9\u7b49\u8bc1\u4e66\u4e0d\u662f X.509 \u8bc1\u4e66\uff08\u5bf9\u7b49\u8bc1\u4e66\u683c\u5f0f\u4e3a %s\uff09 |
| | | MILD_ERR_SEDCM_CANNOT_DECODE_SUBJECT_AS_DN_120=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u8bc1\u4e66\u94fe\u6620\u5c04\u5230\u7528\u6237\uff0c\u56e0\u4e3a\u65e0\u6cd5\u5c06\u5bf9\u7b49\u8bc1\u4e66\u4e3b\u4f53 "%s" \u89e3\u7801\u4e3a LDAP DN: %s |
| | | MILD_ERR_SEDCM_CANNOT_GET_ENTRY_121=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u8bc1\u4e66\u94fe\u6620\u5c04\u5230\u7528\u6237\uff0c\u56e0\u4e3a\u5728\u5c1d\u8bd5\u68c0\u7d22 DN \u4e3a "%s" \u7684\u7528\u6237\u6761\u76ee\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_SEDCM_NO_USER_FOR_DN_122=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u8bc1\u4e66\u94fe\u6620\u5c04\u5230\u7528\u6237\uff0c\u56e0\u4e3a\u4e0d\u5b58\u5728 DN \u4e3a %s \u7684\u7528\u6237\u6761\u76ee |
| | | MILD_ERR_SASLEXTERNAL_NO_CLIENT_CONNECTION_123=\u65e0\u6cd5\u5904\u7406 SASL EXTERNAL \u7ed1\u5b9a\u8bf7\u6c42\uff0c\u56e0\u4e3a\u5173\u8054\u7684\u7ed1\u5b9a\u8bf7\u6c42\u672a\u5f15\u7528\u5ba2\u6237\u7aef\u8fde\u63a5 |
| | | MILD_ERR_SASLEXTERNAL_NO_SECURITY_PROVIDER_124=\u65e0\u6cd5\u5904\u7406 SASL EXTERNAL \u7ed1\u5b9a\u8bf7\u6c42\uff0c\u56e0\u4e3a\u5173\u8054\u7684\u5ba2\u6237\u7aef\u8fde\u63a5\u6ca1\u6709\u5b89\u5168\u63d0\u4f9b\u7a0b\u5e8f |
| | | MILD_ERR_SASLEXTERNAL_CLIENT_NOT_USING_TLS_PROVIDER_125=\u65e0\u6cd5\u5904\u7406 SASL EXTERNAL \u7ed1\u5b9a\u8bf7\u6c42\uff0c\u56e0\u4e3a\u5ba2\u6237\u7aef\u8fde\u63a5\u672a\u4f7f\u7528 TLS \u5b89\u5168\u63d0\u4f9b\u7a0b\u5e8f\uff08\u5ba2\u6237\u7aef\u5b89\u5168\u63d0\u4f9b\u7a0b\u5e8f\u4e3a %s\uff09\u3002\u5e0c\u671b\u4f7f\u7528 SASL EXTERNAL \u9a8c\u8bc1\u7684\u5ba2\u6237\u7aef\u9700\u8981 TLS \u5b89\u5168\u63d0\u4f9b\u7a0b\u5e8f |
| | | MILD_ERR_SASLEXTERNAL_NO_CLIENT_CERT_126=\u65e0\u6cd5\u5904\u7406 SASL EXTERNAL \u7ed1\u5b9a\u8bf7\u6c42\uff0c\u56e0\u4e3a\u5ba2\u6237\u7aef\u672a\u5728 SSL/TLS \u534f\u5546\u671f\u95f4\u63d0\u4f9b\u8bc1\u4e66\u94fe |
| | | MILD_ERR_SASLEXTERNAL_NO_MAPPING_127=SASL EXTERNAL \u7ed1\u5b9a\u8bf7\u6c42\u5931\u8d25\uff0c\u56e0\u4e3a\u65e0\u6cd5\u5c06\u5ba2\u6237\u7aef\u5728 SSL/TLS \u534f\u5546\u671f\u95f4\u63d0\u4f9b\u7684\u8bc1\u4e66\u94fe\u6620\u5c04\u5230\u76ee\u5f55\u670d\u52a1\u5668\u4e2d\u7684\u7528\u6237\u6761\u76ee |
| | | MILD_ERR_STARTTLS_NO_CLIENT_CONNECTION_128=\u65e0\u6cd5\u5728\u8be5\u8fde\u63a5\u4e0a\u4f7f\u7528 StartTLS\uff0c\u56e0\u4e3a\u57fa\u7840\u5ba2\u6237\u7aef\u8fde\u63a5\u4e0d\u53ef\u7528 |
| | | MILD_ERR_STARTTLS_NOT_TLS_CAPABLE_129=\u65e0\u6cd5\u5728\u8be5\u5ba2\u6237\u7aef\u8fde\u63a5\u4e0a\u4f7f\u7528 StartTLS\uff0c\u56e0\u4e3a\u8be5\u8fde\u63a5\u7c7b\u578b\u65e0\u6cd5\u4f7f\u7528 StartTLS \u4fdd\u62a4\u5176\u901a\u4fe1 |
| | | MILD_ERR_STARTTLS_ERROR_ON_ENABLE_130=\u5c1d\u8bd5\u5728\u5ba2\u6237\u7aef\u8fde\u63a5\u4e0a\u542f\u7528 TLS \u8fde\u63a5\u5b89\u5168\u7ba1\u7406\u5668\uff08\u51fa\u4e8e StartTLS \u8003\u8651\uff09\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | INFO_SASLEXTERNAL_DESCRIPTION_VALIDATION_POLICY_131=\u6307\u793a SASL EXTERNAL \u673a\u5236\u5904\u7406\u7a0b\u5e8f\u662f\u5426\u5e94\u5c1d\u8bd5\u6839\u636e\u76f8\u5e94\u7528\u6237\u6761\u76ee\u4e2d\u7684\u8bc1\u4e66\u6765\u9a8c\u8bc1\u5bf9\u7b49\u8bc1\u4e66\u3002\u8be5\u503c\u5fc5\u987b\u4e3a\u201c\u771f\u201d\uff08\u59cb\u7ec8\u5c1d\u8bd5\u9a8c\u8bc1\u8bc1\u4e66\uff1b\u5982\u679c\u4e0d\u5b58\u5728\u4efb\u4f55\u8bc1\u4e66\uff0c\u5219\u9a8c\u8bc1\u5c06\u4f1a\u5931\u8d25\uff09\u3001\u201c\u5047\u201d\uff08\u6c38\u4e0d\u5c1d\u8bd5\u9a8c\u8bc1\u5bf9\u7b49\u8bc1\u4e66\uff09\u548c "ifpresent"\uff08\u5982\u679c\u7528\u6237\u6761\u76ee\u4e2d\u5305\u542b\u4e00\u4e2a\u6216\u591a\u4e2a\u8bc1\u4e66\uff0c\u5219\u4f1a\u9a8c\u8bc1\u5bf9\u7b49\u8bc1\u4e66\uff1b\u4f46\u5982\u679c\u6761\u76ee\u4e2d\u4e0d\u5305\u542b\u8bc1\u4e66\uff0c\u9a8c\u8bc1\u4e5f\u4e0d\u4f1a\u5931\u8d25\uff09\u4e4b\u4e00\u3002\u5bf9\u6b64\u914d\u7f6e\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_SASLEXTERNAL_INVALID_VALIDATION_VALUE_132=\u914d\u7f6e\u6761\u76ee %s \u5177\u6709\u65e0\u6548\u7684 ds-cfg-certificate-validation-policy \u5c5e\u6027\u503c %s\u3002\u8be5\u503c\u5fc5\u987b\u4e3a "always"\u3001"never" \u6216 "ifpresent" \u4e4b\u4e00 |
| | | SEVERE_ERR_SASLEXTERNAL_CANNOT_GET_VALIDATION_POLICY_133=\u5728\u5c1d\u8bd5\u786e\u5b9a\u914d\u7f6e\u6761\u76ee %s \u4e2d ds-cfg-certificate-validation-policy \u5c5e\u6027\u7684\u503c\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | INFO_SASLEXTERNAL_DESCRIPTION_CERTIFICATE_ATTRIBUTE_134=\u5c5e\u6027\u7684\u540d\u79f0\uff0c\u8be5\u5c5e\u6027\u5c06\u7528\u4e8e\u4fdd\u5b58\u7528\u6237\u6761\u76ee\u4e2d\u7684\u8bc1\u4e66\u4fe1\u606f\u4ee5\u8fdb\u884c\u9a8c\u8bc1\u3002\u5b83\u5fc5\u987b\u6307\u5b9a\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5b9a\u4e49\u7684\u6709\u6548\u5c5e\u6027\u7c7b\u578b\u7684\u540d\u79f0\u3002\u5bf9\u6b64\u914d\u7f6e\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_SASLEXTERNAL_CANNOT_GET_CERT_ATTR_135=\u5728\u5c1d\u8bd5\u786e\u5b9a\u914d\u7f6e\u6761\u76ee %s \u4e2d ds-cfg-certificate-attribute \u5c5e\u6027\u7684\u503c\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | SEVERE_ERR_SASLEXTERNAL_UNKNOWN_CERT_ATTR_136=\u76ee\u5f55\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u4e0d\u5b58\u5728\u914d\u7f6e\u6761\u76ee %2$s \u7684\u914d\u7f6e\u5c5e\u6027 ds-cfg-certificate-attribute \u4e2d\u5f15\u7528\u7684\u5c5e\u6027 %1$s\u3002\u5fc5\u987b\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5b9a\u4e49 SASL EXTERNAL \u9a8c\u8bc1\u671f\u95f4\u7528\u4e8e\u8bc1\u4e66\u9a8c\u8bc1\u7684\u5c5e\u6027 |
| | | MILD_ERR_SASLEXTERNAL_NO_CERT_IN_ENTRY_137=\u65e0\u6cd5\u901a\u8fc7 SASL EXTERNAL \u8fdb\u884c\u9a8c\u8bc1\uff0c\u56e0\u4e3a\u6620\u5c04\u7684\u7528\u6237\u6761\u76ee %s \u6ca1\u6709\u4efb\u4f55\u8bc1\u4e66\u53ef\u7528\u4e8e\u9a8c\u8bc1\u63d0\u4f9b\u7684\u5bf9\u7b49\u8bc1\u4e66 |
| | | MILD_ERR_SASLEXTERNAL_PEER_CERT_NOT_FOUND_138=\u65e0\u6cd5\u901a\u8fc7 SASL EXTERNAL \u8fdb\u884c\u9a8c\u8bc1\uff0c\u56e0\u4e3a\u6620\u5c04\u7684\u7528\u6237\u6761\u76ee %s \u4e0d\u5305\u542b\u5ba2\u6237\u7aef\u63d0\u4f9b\u7684\u5bf9\u7b49\u8bc1\u4e66 |
| | | MILD_ERR_SASLEXTERNAL_CANNOT_VALIDATE_CERT_139=\u5728\u5c1d\u8bd5\u4f7f\u7528\u7528\u6237\u6761\u76ee %s \u4e2d\u7684\u8bc1\u4e66\u9a8c\u8bc1\u5ba2\u6237\u7aef\u63d0\u4f9b\u7684\u5bf9\u7b49\u8bc1\u4e66\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | INFO_SASLEXTERNAL_UPDATED_VALIDATION_POLICY_140=\u914d\u7f6e\u6761\u76ee %s \u4e2d\u7684\u5c5e\u6027 ds-cfg-identity-mapper \u5df2\u66f4\u65b0\u3002\u65b0\u7684\u5ba2\u6237\u7aef\u8bc1\u4e66\u9a8c\u8bc1\u7b56\u7565\u4e3a %s |
| | | INFO_SASLEXTERNAL_UPDATED_CERT_ATTR_141=\u914d\u7f6e\u6761\u76ee %s \u4e2d\u7684\u5c5e\u6027 ds-cfg-certificate-attribute \u5df2\u66f4\u65b0\u3002\u73b0\u5728\uff0c\u5728\u9a8c\u8bc1\u5bf9\u7b49\u8bc1\u4e66\u65f6\u5c06\u4f7f\u7528 %s \u5c5e\u6027 |
| | | INFO_SASLPLAIN_DESCRIPTION_USERNAME_ATTRIBUTE_142=\u5c5e\u6027\u7684\u540d\u79f0\uff0c\u8be5\u5c5e\u6027\u5c06\u7528\u4e8e\u6839\u636e SASL PLAIN \u9a8c\u8bc1\u671f\u95f4\u63d0\u4f9b\u7684 authcID/authzID \u6765\u8bc6\u522b\u7528\u6237\u6761\u76ee\u3002\u5b83\u5fc5\u987b\u6307\u5b9a\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5b9a\u4e49\u7684\u6709\u6548\u5c5e\u6027\u7c7b\u578b\u7684\u540d\u79f0\u3002\u5bf9\u6b64\u914d\u7f6e\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_SASLPLAIN_CANNOT_GET_USERNAME_ATTR_143=\u5728\u5c1d\u8bd5\u786e\u5b9a\u914d\u7f6e\u6761\u76ee %s \u4e2d ds-cfg-user-name-attribute \u5c5e\u6027\u7684\u503c\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | SEVERE_ERR_SASLPLAIN_UNKNOWN_USERNAME_ATTR_144=\u76ee\u5f55\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u4e0d\u5b58\u5728\u914d\u7f6e\u6761\u76ee %2$s \u7684\u914d\u7f6e\u5c5e\u6027 ds-cfg-user-name-attribute \u4e2d\u5f15\u7528\u7684\u5c5e\u6027 %1$s\u3002\u5fc5\u987b\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5b9a\u4e49 SASL PLAIN \u9a8c\u8bc1\u671f\u95f4\u7528\u4e8e\u7528\u6237\u540d\u67e5\u627e\u7684\u5c5e\u6027 |
| | | INFO_SASLPLAIN_DESCRIPTION_USER_BASE_DN_145=\u6839\u636e SASL PLAIN \u9a8c\u8bc1\u671f\u95f4\u63d0\u4f9b\u7684 authcID/authzID \u641c\u7d22\u6761\u76ee\u65f6\u5e94\u4f7f\u7528\u7684\u57fa DN\u3002\u5bf9\u6b64\u914d\u7f6e\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_SASLPLAIN_CANNOT_GET_USER_BASE_DN_146=\u5728\u5c1d\u8bd5\u786e\u5b9a\u914d\u7f6e\u6761\u76ee %s \u4e2d ds-cfg-user-base-dn \u5c5e\u6027\u7684\u503c\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | MILD_ERR_SASLPLAIN_NO_SASL_CREDENTIALS_147=SASL PLAIN \u9a8c\u8bc1\u8981\u6c42\u63d0\u4f9b SASL \u51ed\u8bc1\uff0c\u4f46\u7ed1\u5b9a\u8bf7\u6c42\u4e2d\u4e0d\u5305\u542b\u4efb\u4f55\u51ed\u8bc1 |
| | | MILD_ERR_SASLPLAIN_NO_NULLS_IN_CREDENTIALS_148=SASL PLAIN \u7ed1\u5b9a\u8bf7\u6c42\u4e0d\u5305\u542b\u4efb\u4f55 NULL \u5b57\u7b26\u3002\u9700\u8981\u5c06 NULL \u5b57\u7b26\u7528\u4f5c\u6388\u6743 ID \u4e0e\u9a8c\u8bc1 ID \u4e4b\u95f4\u4ee5\u53ca\u9a8c\u8bc1 ID \u4e0e\u5bc6\u7801\u4e4b\u95f4\u7684\u5206\u754c\u7b26 |
| | | MILD_ERR_SASLPLAIN_NO_SECOND_NULL_149=SASL PLAIN \u7ed1\u5b9a\u8bf7\u6c42\u672a\u5728\u51ed\u8bc1\u4e2d\u5305\u542b\u53e6\u4e00\u4e2a NULL \u5b57\u7b26\uff0c\u9700\u8981\u5c06\u8be5\u5b57\u7b26\u7528\u4f5c\u9a8c\u8bc1 ID \u548c\u5bc6\u7801\u4e4b\u95f4\u7684\u5206\u754c\u7b26 |
| | | MILD_ERR_SASLPLAIN_ZERO_LENGTH_AUTHCID_150=SASL PLAIN \u7ed1\u5b9a\u8bf7\u6c42\u4e2d\u5305\u542b\u7684\u9a8c\u8bc1 ID \u7684\u957f\u5ea6\u4e3a\u96f6\u4e2a\u5b57\u7b26\uff0c\u4e0d\u5141\u8bb8\u5b58\u5728\u8fd9\u79cd\u60c5\u51b5\u3002SASL PLAIN \u9a8c\u8bc1\u4e0d\u5141\u8bb8\u5c06\u7a7a\u5b57\u7b26\u4e32\u7528\u4f5c\u9a8c\u8bc1 ID |
| | | MILD_ERR_SASLPLAIN_ZERO_LENGTH_PASSWORD_151=SASL PLAIN \u7ed1\u5b9a\u8bf7\u6c42\u4e2d\u5305\u542b\u7684\u5bc6\u7801\u7684\u957f\u5ea6\u4e3a\u96f6\u4e2a\u5b57\u7b26\uff0c\u4e0d\u5141\u8bb8\u5b58\u5728\u8fd9\u79cd\u60c5\u51b5\u3002SASL PLAIN \u9a8c\u8bc1\u4e0d\u5141\u8bb8\u5c06\u7a7a\u5b57\u7b26\u4e32\u7528\u4f5c\u5bc6\u7801 |
| | | MILD_ERR_SASLPLAIN_CANNOT_DECODE_AUTHCID_AS_DN_152=\u5728\u5c1d\u8bd5\u5bf9 SASL PLAIN \u9a8c\u8bc1 ID "%s" \u8fdb\u884c\u89e3\u7801\u65f6\u51fa\u73b0\u9519\u8bef\uff0c\u56e0\u4e3a\u5b83\u4f3c\u4e4e\u5305\u542b DN\uff0c\u4f46 DN \u89e3\u7801\u5931\u8d25: %s |
| | | MILD_ERR_SASLPLAIN_AUTHCID_IS_NULL_DN_153=SASL PLAIN \u7ed1\u5b9a\u8bf7\u6c42\u4e2d\u7684\u9a8c\u8bc1 ID \u4f3c\u4e4e\u4e3a\u7a7a DN\u3002\u4e0d\u5141\u8bb8\u5b58\u5728\u8fd9\u79cd\u60c5\u51b5 |
| | | MILD_ERR_SASLPLAIN_CANNOT_GET_ENTRY_BY_DN_154=\u5728\u5c1d\u8bd5\u68c0\u7d22\u7528\u6237\u6761\u76ee %s\uff08\u5982 SASL PLAIN \u7ed1\u5b9a\u8bf7\u6c42\u7684\u57fa\u4e8e DN \u7684\u9a8c\u8bc1 ID \u4e2d\u6240\u6307\u5b9a\uff09\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_SASLPLAIN_CANNOT_PERFORM_INTERNAL_SEARCH_155=\u5728\u5c1d\u8bd5\u6267\u884c\u5185\u90e8\u641c\u7d22\u4ee5\u68c0\u7d22\u4e0e SASL PLAIN \u9a8c\u8bc1 ID %s \u5173\u8054\u7684\u7528\u6237\u6761\u76ee\u65f6\u51fa\u73b0\u9519\u8bef\u3002\u8be5\u641c\u7d22\u7684\u7ed3\u679c\u4e3a %s\uff0c\u5e76\u663e\u793a\u6d88\u606f %s |
| | | MILD_ERR_SASLPLAIN_MULTIPLE_MATCHING_ENTRIES_156=\u5c1d\u8bd5\u89e3\u6790 SASL PLAIN \u9a8c\u8bc1 ID %s \u7684\u5185\u90e8\u641c\u7d22\u4e0e\u591a\u4e2a\u6761\u76ee\u5339\u914d\u3002\u9a8c\u8bc1\u5c06\u4f1a\u5931\u8d25\uff0c\u9664\u975e\u5c06\u9a8c\u8bc1 ID \u6070\u597d\u6620\u5c04\u5230\u4e00\u4e2a\u7528\u6237\u6761\u76ee |
| | | MILD_ERR_SASLPLAIN_NO_MATCHING_ENTRIES_157=\u5bf9\u4e8e\u63d0\u4f9b\u7684\u9a8c\u8bc1 ID %s\uff0c\u670d\u52a1\u5668\u627e\u4e0d\u5230\u4efb\u4f55\u7528\u6237\u6761\u76ee |
| | | MILD_ERR_SASLPLAIN_NO_PW_ATTR_158=SASL PLAIN \u9a8c\u8bc1\u5931\u8d25\uff0c\u56e0\u4e3a\u6620\u5c04\u7684\u7528\u6237\u6761\u76ee\u4e0d\u5305\u542b\u4efb\u4f55 %s \u5c5e\u6027\u503c |
| | | MILD_ERR_SASLPLAIN_UNKNOWN_STORAGE_SCHEME_159=\u65e0\u6cd5\u901a\u8fc7 SASL PLAIN \u5904\u7406\u76ee\u6807\u7528\u6237\u6761\u76ee %s \u4e2d\u7684\u5bc6\u7801\uff0c\u56e0\u4e3a\u8be5\u5bc6\u7801\u5177\u6709\u672a\u77e5\u5b58\u50a8\u65b9\u6848 %s |
| | | MILD_ERR_SASLPLAIN_INVALID_PASSWORD_160=\u63d0\u4f9b\u7684\u5bc6\u7801\u65e0\u6548 |
| | | INFO_SASLPLAIN_UPDATED_USERNAME_ATTR_161=\u914d\u7f6e\u6761\u76ee %s \u4e2d\u7684\u5c5e\u6027 ds-cfg-user-name-attribute \u5df2\u66f4\u65b0\u3002\u73b0\u5728\uff0c\u5728\u6839\u636e authcID/authzID \u67e5\u627e\u7528\u6237\u6761\u76ee\u65f6\u5c06\u4f7f\u7528 %s \u5c5e\u6027 |
| | | INFO_SASLPLAIN_UPDATED_USER_BASE_DN_162=\u914d\u7f6e\u6761\u76ee %s \u4e2d\u7684\u5c5e\u6027 ds-cfg-user-base-dn \u5df2\u66f4\u65b0\u3002\u73b0\u5728\uff0c\u5728\u6839\u636e authcID/authzID \u67e5\u627e\u7528\u6237\u6761\u76ee\u65f6\u5c06\u4f7f\u7528 DN %s \u4f5c\u4e3a\u641c\u7d22\u57fa DN |
| | | INFO_SASLPLAIN_CANNOT_LOCK_ENTRY_163=\u76ee\u5f55\u670d\u52a1\u5668\u65e0\u6cd5\u83b7\u53d6\u5bf9\u7528\u6237\u6761\u76ee %s \u7684\u8bfb\u53d6\u9501\u5b9a\u4ee5\u68c0\u7d22\u8be5\u6761\u76ee |
| | | MILD_ERR_SEDCM_CANNOT_LOCK_ENTRY_164=\u76ee\u5f55\u670d\u52a1\u5668\u65e0\u6cd5\u83b7\u53d6\u5bf9\u7528\u6237\u6761\u76ee %s \u7684\u8bfb\u53d6\u9501\u5b9a\u4ee5\u68c0\u7d22\u8be5\u6761\u76ee |
| | | INFO_SASLANONYMOUS_TRACE_165=SASL ANONYMOUS \u7ed1\u5b9a\u64cd\u4f5c\uff08\u8fde\u63a5=%d\uff0c\u64cd\u4f5c=%d\uff09\u63d0\u4f9b\u4e86\u8ddf\u8e2a\u4fe1\u606f: %s |
| | | SEVERE_ERR_SASLCRAMMD5_CANNOT_GET_MESSAGE_DIGEST_166=\u5728\u5c1d\u8bd5\u83b7\u53d6 CRAM-MD5 SASL \u5904\u7406\u7a0b\u5e8f\u5c06\u8981\u4f7f\u7528\u7684 MD5 \u6458\u8981\u5f15\u64ce\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | INFO_SASLCRAMMD5_DESCRIPTION_USERNAME_ATTRIBUTE_167=\u5c5e\u6027\u7684\u540d\u79f0\uff0c\u8be5\u5c5e\u6027\u5c06\u7528\u4e8e\u6839\u636e SASL CRAM-MD5 \u9a8c\u8bc1\u671f\u95f4\u63d0\u4f9b\u7684\u7528\u6237\u540d\u6765\u8bc6\u522b\u7528\u6237\u6761\u76ee\u3002\u5b83\u5fc5\u987b\u6307\u5b9a\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5b9a\u4e49\u7684\u6709\u6548\u5c5e\u6027\u7c7b\u578b\u7684\u540d\u79f0\u3002\u5bf9\u6b64\u914d\u7f6e\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_SASLCRAMMD5_CANNOT_GET_USERNAME_ATTR_168=\u5728\u5c1d\u8bd5\u786e\u5b9a\u914d\u7f6e\u6761\u76ee %s \u4e2d ds-cfg-user-name-attribute \u5c5e\u6027\u7684\u503c\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | SEVERE_ERR_SASLCRAMMD5_UNKNOWN_USERNAME_ATTR_169=\u76ee\u5f55\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u4e0d\u5b58\u5728\u914d\u7f6e\u6761\u76ee %2$s \u7684\u914d\u7f6e\u5c5e\u6027 ds-cfg-user-name-attribute \u4e2d\u5f15\u7528\u7684\u5c5e\u6027 %1$s\u3002\u5fc5\u987b\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5b9a\u4e49 SASL CRAM-MD5 \u9a8c\u8bc1\u671f\u95f4\u7528\u4e8e\u7528\u6237\u540d\u67e5\u627e\u7684\u5c5e\u6027 |
| | | INFO_SASLCRAMMD5_DESCRIPTION_USER_BASE_DN_170=\u6839\u636e SASL CRAM-MD5 \u9a8c\u8bc1\u671f\u95f4\u63d0\u4f9b\u7684\u7528\u6237\u540d\u641c\u7d22\u6761\u76ee\u65f6\u5e94\u4f7f\u7528\u7684\u57fa DN\u3002\u5bf9\u6b64\u914d\u7f6e\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_SASLCRAMMD5_CANNOT_GET_USER_BASE_DN_171=\u5728\u5c1d\u8bd5\u786e\u5b9a\u914d\u7f6e\u6761\u76ee %s \u4e2d ds-cfg-user-base-dn \u5c5e\u6027\u7684\u503c\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | MILD_ERR_SASLCRAMMD5_NO_STORED_CHALLENGE_172=SASL CRAM-MD5 \u7ed1\u5b9a\u8bf7\u6c42\u5305\u542b SASL \u51ed\u8bc1\uff0c\u4f46\u8be5\u5ba2\u6237\u7aef\u8fde\u63a5\u6ca1\u6709\u5df2\u5b58\u50a8\u7684\u8d28\u8be2\u3002\u4e24\u9636\u6bb5\u8fc7\u7a0b\u4e2d\u7684\u7b2c\u4e00\u4e2a CRAM-MD5 \u7ed1\u5b9a\u8bf7\u6c42\u4e0d\u5f97\u5305\u542b\u5ba2\u6237\u7aef SASL \u51ed\u8bc1 |
| | | MILD_ERR_SASLCRAMMD5_INVALID_STORED_CHALLENGE_173=SASL CRAM-MD5 \u7ed1\u5b9a\u8bf7\u6c42\u5305\u542b SASL \u51ed\u8bc1\uff0c\u4f46\u4e3a\u8be5\u5ba2\u6237\u7aef\u8fde\u63a5\u5b58\u50a8\u7684 SASL \u72b6\u6001\u4fe1\u606f\u672a\u91c7\u7528\u6b63\u786e\u7684\u8d28\u8be2\u683c\u5f0f |
| | | MILD_ERR_SASLCRAMMD5_NO_SPACE_IN_CREDENTIALS_174=\u6765\u81ea\u5ba2\u6237\u7aef\u7684 SASL CRAM-MD5 \u7ed1\u5b9a\u8bf7\u6c42\u5305\u542b SASL \u51ed\u8bc1\uff0c\u4f46\u6ca1\u6709\u4f7f\u7528\u7a7a\u683c\u5c06\u7528\u6237\u540d\u548c\u9a8c\u8bc1\u6458\u8981\u9694\u5f00 |
| | | MILD_ERR_SASLCRAMMD5_INVALID_DIGEST_LENGTH_175=SASL CRAM-MD5 \u7ed1\u5b9a\u8bf7\u6c42\u5305\u542b SASL \u51ed\u8bc1\uff0c\u4f46\u5df2\u89e3\u7801\u7684\u6458\u8981\u5b57\u7b26\u4e32\u7684\u957f\u5ea6\u65e0\u6548\uff08\u5176\u957f\u5ea6\u4e3a %d \u4e2a\u5b57\u8282\uff0c\u800c\u4e0d\u662f MD5 \u6458\u8981\u5341\u516d\u8fdb\u5236\u8868\u793a\u5f62\u5f0f\u6240\u9700\u7684 %d \u4e2a\u5b57\u8282\uff09 |
| | | MILD_ERR_SASLCRAMMD5_INVALID_DIGEST_CONTENT_176=SASL CRAM-MD5 \u7ed1\u5b9a\u8bf7\u6c42\u5305\u542b SASL \u51ed\u8bc1\uff0c\u4f46\u5df2\u89e3\u7801\u7684\u6458\u8981\u5e76\u975e\u4ec5\u5305\u542b\u5341\u516d\u8fdb\u5236\u6570\u5b57: %s |
| | | MILD_ERR_SASLCRAMMD5_CANNOT_DECODE_USERNAME_AS_DN_177=\u5728\u5c1d\u8bd5\u5bf9 SASL CRAM-MD5 \u7528\u6237\u540d "%s" \u8fdb\u884c\u89e3\u7801\u65f6\u51fa\u73b0\u9519\u8bef\uff0c\u56e0\u4e3a\u5b83\u4f3c\u4e4e\u5305\u542b DN\uff0c\u4f46 DN \u89e3\u7801\u5931\u8d25: %s |
| | | MILD_ERR_SASLCRAMMD5_USERNAME_IS_NULL_DN_178=SASL CRAM-MD5 \u7ed1\u5b9a\u8bf7\u6c42\u4e2d\u7684\u7528\u6237\u540d\u4f3c\u4e4e\u4e3a\u7a7a DN\u3002\u4e0d\u5141\u8bb8\u5b58\u5728\u8fd9\u79cd\u60c5\u51b5 |
| | | INFO_SASLCRAMMD5_CANNOT_LOCK_ENTRY_179=\u76ee\u5f55\u670d\u52a1\u5668\u65e0\u6cd5\u83b7\u53d6\u5bf9\u7528\u6237\u6761\u76ee %s \u7684\u8bfb\u53d6\u9501\u5b9a\u4ee5\u68c0\u7d22\u8be5\u6761\u76ee |
| | | MILD_ERR_SASLCRAMMD5_CANNOT_GET_ENTRY_BY_DN_180=\u5728\u5c1d\u8bd5\u68c0\u7d22\u7528\u6237\u6761\u76ee %s\uff08\u5982 SASL CRAM-MD5 \u7ed1\u5b9a\u8bf7\u6c42\u7684\u57fa\u4e8e DN \u7684\u7528\u6237\u540d\u4e2d\u6240\u6307\u5b9a\uff09\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_SASLCRAMMD5_ZERO_LENGTH_USERNAME_181=SASL CRAM-MD5 \u7ed1\u5b9a\u8bf7\u6c42\u4e2d\u5305\u542b\u7684\u7528\u6237\u540d\u7684\u957f\u5ea6\u4e3a\u96f6\u4e2a\u5b57\u7b26\uff0c\u4e0d\u5141\u8bb8\u5b58\u5728\u8fd9\u79cd\u60c5\u51b5\u3002SASL CRAM-MD5 \u9a8c\u8bc1\u4e0d\u5141\u8bb8\u5c06\u7a7a\u5b57\u7b26\u4e32\u7528\u4f5c\u7528\u6237\u540d |
| | | MILD_ERR_SASLCRAMMD5_CANNOT_PERFORM_INTERNAL_SEARCH_182=\u5728\u5c1d\u8bd5\u6267\u884c\u5185\u90e8\u641c\u7d22\u4ee5\u68c0\u7d22\u4e0e SASL CRAM-MD5 \u7528\u6237\u540d %s \u5173\u8054\u7684\u7528\u6237\u6761\u76ee\u65f6\u51fa\u73b0\u9519\u8bef\u3002\u8be5\u641c\u7d22\u7684\u7ed3\u679c\u4e3a %s\uff0c\u5e76\u663e\u793a\u6d88\u606f %s |
| | | MILD_ERR_SASLCRAMMD5_MULTIPLE_MATCHING_ENTRIES_183=\u5c1d\u8bd5\u89e3\u6790 SASL CRAM-MD5 \u7528\u6237\u540d %s \u7684\u5185\u90e8\u641c\u7d22\u4e0e\u591a\u4e2a\u6761\u76ee\u5339\u914d\u3002\u9a8c\u8bc1\u5c06\u4f1a\u5931\u8d25\uff0c\u9664\u975e\u5c06\u7528\u6237\u540d\u6070\u597d\u6620\u5c04\u5230\u4e00\u4e2a\u7528\u6237\u6761\u76ee |
| | | MILD_ERR_SASLCRAMMD5_NO_MATCHING_ENTRIES_184=\u5bf9\u4e8e\u63d0\u4f9b\u7684\u7528\u6237\u540d %s\uff0c\u670d\u52a1\u5668\u627e\u4e0d\u5230\u4efb\u4f55\u7528\u6237\u6761\u76ee |
| | | MILD_ERR_SASLCRAMMD5_NO_PW_ATTR_185=SASL CRAM-MD5 \u9a8c\u8bc1\u5931\u8d25\uff0c\u56e0\u4e3a\u6620\u5c04\u7684\u7528\u6237\u6761\u76ee\u4e0d\u5305\u542b\u4efb\u4f55 %s \u5c5e\u6027\u503c |
| | | MILD_ERR_SASLCRAMMD5_UNKNOWN_STORAGE_SCHEME_186=\u65e0\u6cd5\u901a\u8fc7 SASL CRAM-MD5 \u5904\u7406\u76ee\u6807\u7528\u6237\u6761\u76ee %s \u4e2d\u7684\u5bc6\u7801\uff0c\u56e0\u4e3a\u8be5\u5bc6\u7801\u5177\u6709\u672a\u77e5\u5b58\u50a8\u65b9\u6848 %s |
| | | MILD_ERR_SASLCRAMMD5_CANNOT_GET_CLEAR_PASSWORD_187=\u5728\u5c1d\u8bd5\u4ece\u5b58\u50a8\u65b9\u6848\u4e3a %2$s \u7684\u503c\u4e2d\u83b7\u53d6\u7528\u6237 %1$s \u7684\u660e\u6587\u5bc6\u7801\u65f6\u51fa\u73b0\u9519\u8bef: %3$s |
| | | MILD_ERR_SASLCRAMMD5_INVALID_PASSWORD_188=\u63d0\u4f9b\u7684\u5bc6\u7801\u65e0\u6548 |
| | | MILD_ERR_SASLCRAMMD5_NO_REVERSIBLE_PASSWORDS_189=\u65e0\u6cd5\u5bf9\u7528\u6237 %s \u8fdb\u884c SASL CRAM-MD5 \u9a8c\u8bc1\uff0c\u56e0\u4e3a\u8be5\u7528\u6237\u6761\u76ee\u4e2d\u6ca1\u6709\u4efb\u4f55\u5bc6\u7801\u662f\u4ee5\u53ef\u9006\u683c\u5f0f\u5b58\u50a8\u7684 |
| | | INFO_SASLCRAMMD5_UPDATED_USERNAME_ATTR_190=\u914d\u7f6e\u6761\u76ee %s \u4e2d\u7684\u5c5e\u6027 ds-cfg-user-name-attribute \u5df2\u66f4\u65b0\u3002\u73b0\u5728\uff0c\u5728\u6839\u636e\u7528\u6237\u540d\u67e5\u627e\u7528\u6237\u6761\u76ee\u65f6\u5c06\u4f7f\u7528 %s \u5c5e\u6027 |
| | | INFO_SASLCRAMMD5_UPDATED_USER_BASE_DN_191=\u914d\u7f6e\u6761\u76ee %s \u4e2d\u7684\u5c5e\u6027 ds-cfg-user-base-dn \u5df2\u66f4\u65b0\u3002\u73b0\u5728\uff0c\u5728\u6839\u636e\u7528\u6237\u540d\u67e5\u627e\u7528\u6237\u6761\u76ee\u65f6\u5c06\u4f7f\u7528 DN %s \u4f5c\u4e3a\u641c\u7d22\u57fa DN |
| | | SEVERE_ERR_SASLDIGESTMD5_CANNOT_GET_MESSAGE_DIGEST_192=\u5728\u5c1d\u8bd5\u83b7\u53d6 DIGEST-MD5 SASL \u5904\u7406\u7a0b\u5e8f\u5c06\u8981\u4f7f\u7528\u7684 MD5 \u6458\u8981\u5f15\u64ce\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | INFO_SASLDIGESTMD5_DESCRIPTION_USERNAME_ATTRIBUTE_193=\u5c5e\u6027\u7684\u540d\u79f0\uff0c\u8be5\u5c5e\u6027\u5c06\u7528\u4e8e\u6839\u636e SASL DIGEST-MD5 \u9a8c\u8bc1\u671f\u95f4\u63d0\u4f9b\u7684\u7528\u6237\u540d\u6765\u8bc6\u522b\u7528\u6237\u6761\u76ee\u3002\u5b83\u5fc5\u987b\u6307\u5b9a\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5b9a\u4e49\u7684\u6709\u6548\u5c5e\u6027\u7c7b\u578b\u7684\u540d\u79f0\u3002\u5bf9\u6b64\u914d\u7f6e\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_SASLDIGESTMD5_CANNOT_GET_USERNAME_ATTR_194=\u5728\u5c1d\u8bd5\u786e\u5b9a\u914d\u7f6e\u6761\u76ee %s \u4e2d ds-cfg-user-name-attribute \u5c5e\u6027\u7684\u503c\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | SEVERE_ERR_SASLDIGESTMD5_UNKNOWN_USERNAME_ATTR_195=\u76ee\u5f55\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u4e0d\u5b58\u5728\u914d\u7f6e\u6761\u76ee %2$s \u7684\u914d\u7f6e\u5c5e\u6027 ds-cfg-user-name-attribute \u4e2d\u5f15\u7528\u7684\u5c5e\u6027 %1$s\u3002\u5fc5\u987b\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5b9a\u4e49 SASL DIGEST-MD5 \u9a8c\u8bc1\u671f\u95f4\u7528\u4e8e\u7528\u6237\u540d\u67e5\u627e\u7684\u5c5e\u6027 |
| | | INFO_SASLDIGESTMD5_DESCRIPTION_USER_BASE_DN_196=\u6839\u636e SASL DIGEST-MD5 \u9a8c\u8bc1\u671f\u95f4\u63d0\u4f9b\u7684\u7528\u6237\u540d\u641c\u7d22\u6761\u76ee\u65f6\u5e94\u4f7f\u7528\u7684\u57fa DN\u3002\u5bf9\u6b64\u914d\u7f6e\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_SASLDIGESTMD5_CANNOT_GET_USER_BASE_DN_197=\u5728\u5c1d\u8bd5\u786e\u5b9a\u914d\u7f6e\u6761\u76ee %s \u4e2d ds-cfg-user-base-dn \u5c5e\u6027\u7684\u503c\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | INFO_SASLDIGESTMD5_DESCRIPTION_REALM_198=\u670d\u52a1\u5668\u8fdb\u884c DIGEST-MD5 \u9a8c\u8bc1\u65f6\u5e94\u4f7f\u7528\u7684\u9886\u57df\u3002\u5982\u679c\u672a\u63d0\u4f9b\u8be5\u9886\u57df\uff0c\u670d\u52a1\u5668\u9ed8\u8ba4\u4f1a\u4f7f\u7528\u4e00\u7ec4\u4e0e\u5df2\u5b9a\u4e49\u7684\u540e\u7f00\u5bf9\u5e94\u7684\u9886\u57df\u540d\u79f0\u3002\u5bf9\u6b64\u914d\u7f6e\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_SASLDIGESTMD5_CANNOT_GET_REALM_199=\u5728\u5c1d\u8bd5\u786e\u5b9a\u914d\u7f6e\u6761\u76ee %s \u4e2d ds-cfg-realm \u5c5e\u6027\u7684\u503c\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | SEVERE_WARN_SASLDIGESTMD5_CHALLENGE_TOO_LONG_200=\u521d\u59cb DIGEST-MD5 \u5fc5\u987b\u5c11\u4e8e 2048 \u4e2a\u5b57\u8282\uff0c\u4f46\u751f\u6210\u7684\u8d28\u8be2\u4e3a %d \u4e2a\u5b57\u8282 |
| | | MILD_ERR_SASLDIGESTMD5_NO_CREDENTIALS_201=\u5ba2\u6237\u7aef\u8fde\u63a5\u5305\u542b DIGEST-MD5 \u72b6\u6001\u4fe1\u606f\uff0c\u6307\u793a\u5ba2\u6237\u7aef\u6b63\u5728\u6267\u884c DIGEST-MD5 \u7ed1\u5b9a\u64cd\u4f5c\uff0c\u4f46\u7ed1\u5b9a\u8bf7\u6c42\u4e0d\u5305\u542b\u4efb\u4f55\u51ed\u8bc1 |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_STORED_STATE_202=SASL DIGEST-MD5 \u7ed1\u5b9a\u8bf7\u6c42\u5305\u542b SASL \u51ed\u8bc1\uff0c\u4f46\u4e3a\u8be5\u5ba2\u6237\u7aef\u8fde\u63a5\u5b58\u50a8\u7684 SASL \u72b6\u6001\u4fe1\u606f\u672a\u91c7\u7528\u6b63\u786e\u7684\u8d28\u8be2\u683c\u5f0f |
| | | SEVERE_WARN_SASLDIGESTMD5_CANNOT_PARSE_ISO_CREDENTIALS_203=\u5728\u5c1d\u8bd5\u4f7f\u7528 %s \u5b57\u7b26\u96c6\u5c06 DIGEST-MD5 \u51ed\u8bc1\u89e3\u6790\u4e3a\u5b57\u7b26\u4e32\u65f6\u51fa\u73b0\u9519\u8bef: %s\u3002\u670d\u52a1\u5668\u5c06\u4f7f\u7528 UTF-8 \u91cd\u8bd5 |
| | | SEVERE_WARN_SASLDIGESTMD5_CANNOT_PARSE_UTF8_CREDENTIALS_204=\u5728\u5c1d\u8bd5\u4f7f\u7528 UTF-8 \u5b57\u7b26\u96c6\u5c06 DIGEST-MD5 \u51ed\u8bc1\u89e3\u6790\u4e3a\u5b57\u7b26\u4e32\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_TOKEN_IN_CREDENTIALS_205=\u5ba2\u6237\u7aef\u63d0\u4f9b\u7684 DIGEST-MD5 \u51ed\u8bc1\u5305\u542b\u65e0\u6548\u7684\u6807\u8bb0 "%s"\uff08\u4ece\u4f4d\u7f6e %d \u5904\u5f00\u59cb\uff09 |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_CHARSET_206=\u5ba2\u6237\u7aef\u63d0\u4f9b\u7684 DIGEST-MD5 \u51ed\u8bc1\u6307\u5b9a\u4e86\u65e0\u6548\u7684\u5b57\u7b26\u96c6 %s\u3002\u6b64\u53c2\u6570\u4ec5\u63a5\u53d7\u503c 'utf-8' |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_DECODE_REALM_AS_DN_207=\u5728\u5c1d\u8bd5\u5c06\u63d0\u4f9b\u7684\u54cd\u5e94\u9886\u57df "%s" \u89e3\u6790\u4e3a DN \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_REALM_208=\u5ba2\u6237\u7aef\u63d0\u4f9b\u7684 DIGEST-MD5 \u51ed\u8bc1\u5305\u542b\u65e0\u6548\u7684\u9886\u57df "%s" |
| | | SEVERE_ERR_SASLDIGESTMD5_INVALID_NONCE_209=\u5ba2\u6237\u7aef\u63d0\u4f9b\u7684 DIGEST-MD5 \u51ed\u8bc1\u5305\u542b\u7684 nonce \u4e0d\u540c\u4e8e\u670d\u52a1\u5668\u63d0\u4f9b\u7684 nonce\u3002\u8fd9\u53ef\u80fd\u6307\u793a\u53d1\u751f\u4e86\u91cd\u653e\u653b\u51fb\u6216\u9009\u62e9\u660e\u6587\u653b\u51fb\uff0c\u56e0\u6b64\uff0c\u5c06\u7ec8\u6b62\u5ba2\u6237\u7aef\u8fde\u63a5 |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_DECODE_NONCE_COUNT_210=\u5ba2\u6237\u7aef\u63d0\u4f9b\u7684 DIGEST-MD5 \u51ed\u8bc1\u5305\u542b\u65e0\u6cd5\u89e3\u6790\u4e3a\u5341\u516d\u8fdb\u5236\u7f16\u7801\u6574\u6570\u7684 nonce \u8ba1\u6570 "%s" |
| | | SEVERE_ERR_SASLDIGESTMD5_CANNOT_DECODE_STORED_NONCE_COUNT_211=\u5728\u5c1d\u8bd5\u5bf9\u670d\u52a1\u5668\u4e3a\u8be5\u5ba2\u6237\u7aef\u8fde\u63a5\u5b58\u50a8\u7684 nonce \u8ba1\u6570\u8fdb\u884c\u89e3\u7801\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | SEVERE_ERR_SASLDIGESTMD5_INVALID_NONCE_COUNT_212=\u5ba2\u6237\u7aef\u63d0\u4f9b\u7684 DIGEST-MD5 \u51ed\u8bc1\u5305\u542b\u7684 nonce \u8ba1\u6570\u4e0d\u540c\u4e8e\u670d\u52a1\u5668\u6240\u9700\u7684\u8ba1\u6570\u3002\u8fd9\u53ef\u80fd\u6307\u793a\u53d1\u751f\u4e86\u91cd\u653e\u653b\u51fb\uff0c\u56e0\u6b64\uff0c\u5c06\u7ec8\u6b62\u5ba2\u6237\u7aef\u8fde\u63a5 |
| | | MILD_ERR_SASLDIGESTMD5_INTEGRITY_NOT_SUPPORTED_213=\u5ba2\u6237\u7aef\u8bf7\u6c42 auth-int \u4fdd\u62a4\u8d28\u91cf\uff0c\u4f46\u76ee\u5f55\u670d\u52a1\u5668\u5f53\u524d\u4e0d\u652f\u6301\u5b8c\u6574\u6027\u4fdd\u62a4 |
| | | MILD_ERR_SASLDIGESTMD5_CONFIDENTIALITY_NOT_SUPPORTED_214=\u5ba2\u6237\u7aef\u8bf7\u6c42 auth-conf \u4fdd\u62a4\u8d28\u91cf\uff0c\u4f46\u76ee\u5f55\u670d\u52a1\u5668\u5f53\u524d\u4e0d\u652f\u6301\u4fdd\u5bc6\u6027\u4fdd\u62a4 |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_QOP_215=\u5ba2\u6237\u7aef\u63d0\u4f9b\u7684 DIGEST-MD5 \u51ed\u8bc1\u8bf7\u6c42\u65e0\u6548\u7684\u4fdd\u62a4\u673a\u5236\u8d28\u91cf %s |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_PARSE_RESPONSE_DIGEST_216=\u5ba2\u6237\u7aef\u63d0\u4f9b\u7684 DIGEST-MD5 \u51ed\u8bc1\u5305\u542b\u65e0\u6cd5\u89e3\u7801\u4e3a\u5341\u516d\u8fdb\u5236\u7f16\u7801\u5b57\u8282\u5e8f\u5217\u7684\u6458\u8981: %s |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_RESPONSE_TOKEN_217=\u5ba2\u6237\u7aef\u63d0\u4f9b\u7684 DIGEST-MD5 \u51ed\u8bc1\u5305\u542b\u540d\u4e3a "%s" \u7684\u65e0\u6548\u6807\u8bb0 |
| | | MILD_ERR_SASLDIGESTMD5_NO_USERNAME_IN_RESPONSE_218=\u5ba2\u6237\u7aef\u63d0\u4f9b\u7684 DIGEST-MD5 \u51ed\u8bc1\u4e0d\u5305\u542b\u6240\u9700\u7684 "username" \u6807\u8bb0 |
| | | MILD_ERR_SASLDIGESTMD5_NO_NONCE_IN_RESPONSE_219=\u5ba2\u6237\u7aef\u63d0\u4f9b\u7684 DIGEST-MD5 \u51ed\u8bc1\u4e0d\u5305\u542b\u6240\u9700\u7684 "nonce" \u6807\u8bb0 |
| | | MILD_ERR_SASLDIGESTMD5_NO_CNONCE_IN_RESPONSE_220=\u5ba2\u6237\u7aef\u63d0\u4f9b\u7684 DIGEST-MD5 \u51ed\u8bc1\u4e0d\u5305\u542b\u6240\u9700\u7684 "cnonce" \u6807\u8bb0 |
| | | MILD_ERR_SASLDIGESTMD5_NO_NONCE_COUNT_IN_RESPONSE_221=\u5ba2\u6237\u7aef\u63d0\u4f9b\u7684 DIGEST-MD5 \u51ed\u8bc1\u4e0d\u5305\u542b\u6240\u9700\u7684 "nc" \u6807\u8bb0 |
| | | MILD_ERR_SASLDIGESTMD5_NO_DIGEST_IN_RESPONSE_223=\u5ba2\u6237\u7aef\u63d0\u4f9b\u7684 DIGEST-MD5 \u51ed\u8bc1\u4e0d\u5305\u542b\u6240\u9700\u7684 "response" \u6807\u8bb0 |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_DECODE_USERNAME_AS_DN_224=\u5728\u5c1d\u8bd5\u5bf9 SASL DIGEST-MD5 \u7528\u6237\u540d "%s" \u8fdb\u884c\u89e3\u7801\u65f6\u51fa\u73b0\u9519\u8bef\uff0c\u56e0\u4e3a\u5b83\u4f3c\u4e4e\u5305\u542b DN\uff0c\u4f46 DN \u89e3\u7801\u5931\u8d25: %s |
| | | MILD_ERR_SASLDIGESTMD5_USERNAME_IS_NULL_DN_225=SASL DIGEST-MD5 \u7ed1\u5b9a\u8bf7\u6c42\u4e2d\u7684\u7528\u6237\u540d\u4f3c\u4e4e\u4e3a\u7a7a DN\u3002\u4e0d\u5141\u8bb8\u5b58\u5728\u8fd9\u79cd\u60c5\u51b5 |
| | | INFO_SASLDIGESTMD5_CANNOT_LOCK_ENTRY_226=\u76ee\u5f55\u670d\u52a1\u5668\u65e0\u6cd5\u83b7\u53d6\u5bf9\u7528\u6237\u6761\u76ee %s \u7684\u8bfb\u53d6\u9501\u5b9a\u4ee5\u68c0\u7d22\u8be5\u6761\u76ee |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_GET_ENTRY_BY_DN_227=\u5728\u5c1d\u8bd5\u68c0\u7d22\u7528\u6237\u6761\u76ee %s\uff08\u5982 SASL DIGEST-MD5 \u7ed1\u5b9a\u8bf7\u6c42\u7684\u57fa\u4e8e DN \u7684\u7528\u6237\u540d\u4e2d\u6240\u6307\u5b9a\uff09\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_SASLDIGESTMD5_ZERO_LENGTH_USERNAME_228=SASL DIGEST-MD5 \u7ed1\u5b9a\u8bf7\u6c42\u4e2d\u5305\u542b\u7684\u7528\u6237\u540d\u7684\u957f\u5ea6\u4e3a\u96f6\u4e2a\u5b57\u7b26\uff0c\u4e0d\u5141\u8bb8\u5b58\u5728\u8fd9\u79cd\u60c5\u51b5\u3002SASL DIGEST-MD5 \u9a8c\u8bc1\u4e0d\u5141\u8bb8\u5c06\u7a7a\u5b57\u7b26\u4e32\u7528\u4f5c\u7528\u6237\u540d |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_PERFORM_INTERNAL_SEARCH_229=\u5728\u5c1d\u8bd5\u6267\u884c\u5185\u90e8\u641c\u7d22\u4ee5\u68c0\u7d22\u4e0e SASL DIGEST-MD5 \u7528\u6237\u540d %s \u5173\u8054\u7684\u7528\u6237\u6761\u76ee\u65f6\u51fa\u73b0\u9519\u8bef\u3002\u8be5\u641c\u7d22\u7684\u7ed3\u679c\u4e3a %s\uff0c\u5e76\u663e\u793a\u6d88\u606f %s |
| | | MILD_ERR_SASLDIGESTMD5_MULTIPLE_MATCHING_ENTRIES_230=\u5c1d\u8bd5\u89e3\u6790 SASL DIGEST-MD5 \u7528\u6237\u540d %s \u7684\u5185\u90e8\u641c\u7d22\u4e0e\u591a\u4e2a\u6761\u76ee\u5339\u914d\u3002\u9a8c\u8bc1\u5c06\u4f1a\u5931\u8d25\uff0c\u9664\u975e\u5c06\u7528\u6237\u540d\u6070\u597d\u6620\u5c04\u5230\u4e00\u4e2a\u7528\u6237\u6761\u76ee |
| | | MILD_ERR_SASLDIGESTMD5_NO_MATCHING_ENTRIES_231=\u5bf9\u4e8e\u63d0\u4f9b\u7684\u7528\u6237\u540d %s\uff0c\u670d\u52a1\u5668\u627e\u4e0d\u5230\u4efb\u4f55\u7528\u6237\u6761\u76ee |
| | | MILD_ERR_SASLDIGESTMD5_NO_PW_ATTR_232=SASL DIGEST-MD5 \u9a8c\u8bc1\u5931\u8d25\uff0c\u56e0\u4e3a\u6620\u5c04\u7684\u7528\u6237\u6761\u76ee\u4e0d\u5305\u542b\u4efb\u4f55 %s \u5c5e\u6027\u503c |
| | | MILD_ERR_SASLDIGESTMD5_UNKNOWN_STORAGE_SCHEME_233=\u65e0\u6cd5\u901a\u8fc7 SASL DIGEST-MD5 \u5904\u7406\u76ee\u6807\u7528\u6237\u6761\u76ee %s \u4e2d\u7684\u5bc6\u7801\uff0c\u56e0\u4e3a\u8be5\u5bc6\u7801\u5177\u6709\u672a\u77e5\u5b58\u50a8\u65b9\u6848 %s |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_GET_CLEAR_PASSWORD_234=\u5728\u5c1d\u8bd5\u4ece\u5b58\u50a8\u65b9\u6848\u4e3a %2$s \u7684\u503c\u4e2d\u83b7\u53d6\u7528\u6237 %1$s \u7684\u660e\u6587\u5bc6\u7801\u65f6\u51fa\u73b0\u9519\u8bef: %3$s |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_CREDENTIALS_235=\u5ba2\u6237\u7aef\u63d0\u4f9b\u7684 DIGEST-MD5 \u51ed\u8bc1\u4e0d\u9002\u7528\u4e8e\u5173\u8054\u7528\u6237\u5e10\u6237\u4e2d\u7684\u4efb\u4f55\u5bc6\u7801 |
| | | MILD_ERR_SASLDIGESTMD5_NO_REVERSIBLE_PASSWORDS_236=\u65e0\u6cd5\u5bf9\u7528\u6237 %s \u8fdb\u884c SASL DIGEST-MD5 \u9a8c\u8bc1\uff0c\u56e0\u4e3a\u8be5\u7528\u6237\u6761\u76ee\u4e2d\u6ca1\u6709\u4efb\u4f55\u5bc6\u7801\u662f\u4ee5\u53ef\u9006\u683c\u5f0f\u5b58\u50a8\u7684 |
| | | SEVERE_WARN_SASLDIGESTMD5_CANNOT_GENERATE_RESPONSE_DIGEST_237=\u5728\u5c1d\u8bd5\u751f\u6210\u8981\u4e0e\u5ba2\u6237\u7aef\u54cd\u5e94\u8fdb\u884c\u6bd4\u8f83\u7684\u670d\u52a1\u5668\u7aef\u6458\u8981\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_SASLDIGESTMD5_CANNOT_GENERATE_RESPONSE_AUTH_DIGEST_238=\u5728\u5c1d\u8bd5\u751f\u6210\u8981\u5305\u542b\u5728\u670d\u52a1\u5668 SASL \u51ed\u8bc1\u4e2d\u7684\u54cd\u5e94\u9a8c\u8bc1\u6458\u8981\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_CLOSING_QUOTE_POS_239=\u65e0\u6cd5\u89e3\u6790 DIGEST-MD5 \u54cd\u5e94\u8d28\u8be2\uff0c\u56e0\u4e3a\u5b83\u5728\u4f4d\u7f6e %d \u5904\u5305\u542b\u65e0\u6548\u5f15\u53f7 |
| | | INFO_SASLDIGESTMD5_UPDATED_USERNAME_ATTR_240=\u914d\u7f6e\u6761\u76ee %s \u4e2d\u7684\u5c5e\u6027 ds-cfg-user-name-attribute \u5df2\u66f4\u65b0\u3002\u73b0\u5728\uff0c\u5728\u6839\u636e\u7528\u6237\u540d\u67e5\u627e\u7528\u6237\u6761\u76ee\u65f6\u5c06\u4f7f\u7528 %s \u5c5e\u6027 |
| | | INFO_SASLDIGESTMD5_UPDATED_USER_BASE_DN_241=\u914d\u7f6e\u6761\u76ee %s \u4e2d\u7684\u5c5e\u6027 ds-cfg-user-base-dn \u5df2\u66f4\u65b0\u3002\u73b0\u5728\uff0c\u5728\u6839\u636e\u7528\u6237\u540d\u67e5\u627e\u7528\u6237\u6761\u76ee\u65f6\u5c06\u4f7f\u7528 DN %s \u4f5c\u4e3a\u641c\u7d22\u57fa DN |
| | | INFO_SASLDIGESTMD5_UPDATED_NEW_REALM_242=\u914d\u7f6e\u6761\u76ee %s \u4e2d\u7684\u5c5e\u6027 ds-cfg-realm \u5df2\u66f4\u65b0\u3002\u73b0\u5728\uff0c\u670d\u52a1\u5668\u5c06\u5728\u8d28\u8be2\u54cd\u5e94\u4e2d\u901a\u544a\u9886\u57df "%s" |
| | | INFO_SASLDIGESTMD5_UPDATED_NO_REALM_243=\u914d\u7f6e\u6761\u76ee %s \u4e2d\u7684\u5c5e\u6027 ds-cfg-realm \u5df2\u66f4\u65b0\u3002\u670d\u52a1\u5668\u5728\u8d28\u8be2\u54cd\u5e94\u4e2d\u901a\u544a\u7684\u9886\u57df\u5c06\u4f5c\u4e3a\u670d\u52a1\u5668\u540e\u7f00\u7684 DN |
| | | INFO_SASLGSSAPI_DESCRIPTION_USERNAME_ATTRIBUTE_244=\u5c5e\u6027\u7684\u540d\u79f0\uff0c\u8be5\u5c5e\u6027\u5c06\u7528\u4e8e\u6839\u636e SASL GSSAPI \u9a8c\u8bc1\u671f\u95f4\u63d0\u4f9b\u7684\u7528\u6237\u540d\u6765\u8bc6\u522b\u7528\u6237\u6761\u76ee\u3002\u5b83\u5fc5\u987b\u6307\u5b9a\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5b9a\u4e49\u7684\u6709\u6548\u5c5e\u6027\u7c7b\u578b\u7684\u540d\u79f0\u3002\u5bf9\u6b64\u914d\u7f6e\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_SASLGSSAPI_CANNOT_GET_USERNAME_ATTR_245=\u5728\u5c1d\u8bd5\u786e\u5b9a\u914d\u7f6e\u6761\u76ee %s \u4e2d ds-cfg-user-name-attribute \u5c5e\u6027\u7684\u503c\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | SEVERE_ERR_SASLGSSAPI_UNKNOWN_USERNAME_ATTR_246=\u76ee\u5f55\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u4e0d\u5b58\u5728\u914d\u7f6e\u6761\u76ee %2$s \u7684\u914d\u7f6e\u5c5e\u6027 ds-cfg-user-name-attribute \u4e2d\u5f15\u7528\u7684\u5c5e\u6027 %1$s\u3002\u5fc5\u987b\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5b9a\u4e49 SASL GSSAPI \u9a8c\u8bc1\u671f\u95f4\u7528\u4e8e\u7528\u6237\u540d\u67e5\u627e\u7684\u5c5e\u6027 |
| | | INFO_SASLGSSAPI_DESCRIPTION_USER_BASE_DN_247=\u6839\u636e SASL GSSAPI \u9a8c\u8bc1\u671f\u95f4\u63d0\u4f9b\u7684\u7528\u6237\u540d\u641c\u7d22\u6761\u76ee\u65f6\u5e94\u4f7f\u7528\u7684\u57fa DN\u3002\u5bf9\u6b64\u914d\u7f6e\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_SASLGSSAPI_CANNOT_GET_USER_BASE_DN_248=\u5728\u5c1d\u8bd5\u786e\u5b9a\u914d\u7f6e\u6761\u76ee %s \u4e2d ds-cfg-user-base-dn \u5c5e\u6027\u7684\u503c\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | INFO_SASLGSSAPI_DESCRIPTION_SERVER_FQDN_249=\u5728 SASL GSSAPI \u9a8c\u8bc1\u671f\u95f4\u670d\u52a1\u5668\u5e94\u4f7f\u7528\u7684\u5168\u9650\u5b9a\u57df\u540d\u3002\u5bf9\u6b64\u914d\u7f6e\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_SASLGSSAPI_CANNOT_GET_SERVER_FQDN_250=\u5728\u5c1d\u8bd5\u786e\u5b9a\u914d\u7f6e\u6761\u76ee %s \u4e2d ds-cfg-server-fqdn \u5c5e\u6027\u7684\u503c\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | INFO_SASLGSSAPI_UPDATED_USERNAME_ATTR_251=\u914d\u7f6e\u6761\u76ee %s \u4e2d\u7684\u5c5e\u6027 ds-cfg-user-name-attribute \u5df2\u66f4\u65b0\u3002\u73b0\u5728\uff0c\u5728\u6839\u636e\u7528\u6237\u540d\u67e5\u627e\u7528\u6237\u6761\u76ee\u65f6\u5c06\u4f7f\u7528 %s \u5c5e\u6027 |
| | | INFO_SASLGSSAPI_UPDATED_USER_BASE_DN_252=\u914d\u7f6e\u6761\u76ee %s \u4e2d\u7684\u5c5e\u6027 ds-cfg-user-base-dn \u5df2\u66f4\u65b0\u3002\u73b0\u5728\uff0c\u5728\u6839\u636e\u7528\u6237\u540d\u67e5\u627e\u7528\u6237\u6761\u76ee\u65f6\u5c06\u4f7f\u7528 DN %s \u4f5c\u4e3a\u641c\u7d22\u57fa DN |
| | | INFO_SASLGSSAPI_UPDATED_NEW_SERVER_FQDN_253=\u914d\u7f6e\u6761\u76ee %s \u4e2d\u7684\u5c5e\u6027 ds-cfg-server-fqdn \u5df2\u66f4\u65b0\u3002\u73b0\u5728\uff0c\u503c "%s" \u5c06\u7528\u4f5c GSSAPI \u9a8c\u8bc1\u7684\u76ee\u5f55\u670d\u52a1\u5668\u5168\u9650\u5b9a\u540d\u79f0 |
| | | INFO_SASLGSSAPI_UPDATED_NO_SERVER_FQDN_254=\u914d\u7f6e\u6761\u76ee %s \u4e2d\u7684\u5c5e\u6027 ds-cfg-server-fqdn \u5df2\u66f4\u65b0\u3002\u76ee\u5f55\u670d\u52a1\u5668\u5c06\u5c1d\u8bd5\u786e\u5b9a\u5176\u81ea\u5df1\u7684 FQDN \u4ee5\u7528\u4e8e GSSAPI \u9a8c\u8bc1 |
| | | INFO_SASLGSSAPI_UNEXPECTED_CALLBACK_255=\u4e3a SASL \u670d\u52a1\u5668\u63d0\u4f9b\u4e86\u610f\u5916\u56de\u8c03\u4ee5\u5728 GSSAPI \u9a8c\u8bc1\u671f\u95f4\u4f7f\u7528: %s |
| | | INFO_SASLGSSAPI_DESCRIPTION_KDC_ADDRESS_256=SASL GSSAPI \u9a8c\u8bc1\u671f\u95f4\u5e94\u4f7f\u7528\u7684 KDC \u7684\u5730\u5740\u3002\u5982\u679c\u672a\u6307\u5b9a\u8be5\u5730\u5740\uff0c\u5219\u4f1a\u5c1d\u8bd5\u4ece\u7cfb\u7edf\u8303\u56f4\u5185\u7684 Kerberos \u914d\u7f6e\u4e2d\u83b7\u53d6\u8be5\u5730\u5740\u3002\u5bf9\u6b64\u914d\u7f6e\u5c5e\u6027\u6240\u505a\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548\uff0c\u4ece\u800c\u5e94\u7528\u4e8e\u540e\u7eed\u7684 GSSAPI \u7ed1\u5b9a\u5c1d\u8bd5 |
| | | MILD_ERR_SASLGSSAPI_CANNOT_GET_KDC_ADDRESS_257=\u5728\u5c1d\u8bd5\u786e\u5b9a\u914d\u7f6e\u6761\u76ee %s \u4e2d ds-cfg-kdc-address \u5c5e\u6027\u7684\u503c\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | INFO_SASLGSSAPI_DESCRIPTION_REALM_258=SASL GSSAPI \u9a8c\u8bc1\u671f\u95f4\u5e94\u4f7f\u7528\u7684\u9ed8\u8ba4\u9886\u57df\u3002\u5982\u679c\u672a\u6307\u5b9a\u8be5\u5730\u5740\uff0c\u5219\u4f1a\u5c1d\u8bd5\u4ece\u7cfb\u7edf\u8303\u56f4\u5185\u7684 Kerberos \u914d\u7f6e\u4e2d\u83b7\u53d6\u8be5\u5730\u5740\u3002\u5bf9\u6b64\u914d\u7f6e\u5c5e\u6027\u6240\u505a\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548\uff0c\u4ece\u800c\u5e94\u7528\u4e8e\u540e\u7eed\u7684 GSSAPI \u7ed1\u5b9a\u5c1d\u8bd5 |
| | | MILD_ERR_SASLGSSAPI_CANNOT_GET_REALM_259=\u5728\u5c1d\u8bd5\u786e\u5b9a\u914d\u7f6e\u6761\u76ee %s \u4e2d ds-cfg-realm \u5c5e\u6027\u7684\u503c\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | MILD_ERR_SASLGSSAPI_NO_CLIENT_CONNECTION_260=\u6ca1\u6709\u53ef\u7528\u4e8e\u5904\u7406 GSSAPI \u7ed1\u5b9a\u8bf7\u6c42\u7684\u5ba2\u6237\u7aef\u8fde\u63a5 |
| | | MILD_ERR_SASLGSSAPI_CANNOT_CREATE_SASL_SERVER_261=\u5728\u5c1d\u8bd5\u521b\u5efa SASL \u670d\u52a1\u5668\u5b9e\u4f8b\u4ee5\u5904\u7406 GSSAPI \u7ed1\u5b9a\u8bf7\u6c42\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_SASLGSSAPI_CANNOT_EVALUATE_RESPONSE_262=\u5728\u5c1d\u8bd5\u8bc4\u4f30\u5ba2\u6237\u7aef\u5728 GSSAPI \u7ed1\u5b9a\u8bf7\u6c42\u4e2d\u63d0\u4f9b\u7684\u8d28\u8be2\u54cd\u5e94\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_SASLGSSAPI_NO_AUTHZ_ID_263=GSSAPI \u9a8c\u8bc1\u8fc7\u7a0b\u4f3c\u4e4e\u5df2\u5b8c\u6210\uff0c\u4f46\u6ca1\u6709\u53ef\u7528\u4e8e\u6620\u5c04\u5230\u76ee\u5f55\u7528\u6237\u7684\u6388\u6743 ID |
| | | MILD_ERR_SASLGSSAPI_CANNOT_PERFORM_INTERNAL_SEARCH_264=\u5728\u5c1d\u8bd5\u6267\u884c\u5185\u90e8\u641c\u7d22\u4ee5\u5c06 GSSAPI \u6388\u6743 ID %s \u6620\u5c04\u5230\u76ee\u5f55\u670d\u52a1\u5668\u7528\u6237\u65f6\u51fa\u73b0\u9519\u8bef\uff08\u7ed3\u679c\u4ee3\u7801 %d\uff0c\u9519\u8bef\u6d88\u606f "%s"\uff09 |
| | | MILD_ERR_SASLGSSAPI_MULTIPLE_MATCHING_ENTRIES_265=\u5728\u76ee\u5f55\u670d\u52a1\u5668\u4e2d\uff0cGSSAPI \u6388\u6743 ID %s \u4f3c\u4e4e\u5177\u6709\u591a\u4e2a\u5339\u914d\u9879 |
| | | MILD_ERR_SASLGSSAPI_CANNOT_MAP_AUTHZID_266=\u65e0\u6cd5\u5c06 GSSAPI \u6388\u6743 ID %s \u6620\u5c04\u5230\u76ee\u5f55\u670d\u52a1\u5668\u4e2d\u7684\u4efb\u4f55\u7528\u6237 |
| | | INFO_SASLGSSAPI_UPDATED_KDC_267=\u914d\u7f6e\u6761\u76ee %s \u4e2d\u7684\u5c5e\u6027 ds-cfg-kdc-address \u5df2\u66f4\u65b0\u3002\u73b0\u5728\uff0c\u503c "%s" \u5c06\u7528\u4f5c GSSAPI \u9a8c\u8bc1\u7684 KDC \u5730\u5740 |
| | | INFO_SASLGSSAPI_UNSET_KDC_268=\u5df2\u53d6\u6d88\u5c06\u914d\u7f6e\u6761\u76ee %s \u4e2d\u7684\u5c5e\u6027 ds-cfg-kdc-address \u4f5c\u4e3a\u7cfb\u7edf\u5c5e\u6027\u7684\u8bbe\u7f6e\u3002\u4efb\u4f55\u5176\u4ed6 GSSAPI \u9a8c\u8bc1\u5c1d\u8bd5\u5c06\u4f9d\u9760\u57fa\u7840\u64cd\u4f5c\u7cfb\u7edf\u4e2d\u7684 Kerberos \u914d\u7f6e\u6765\u786e\u5b9a KDC \u5730\u5740 |
| | | INFO_SASLGSSAPI_UPDATED_REALM_269=\u914d\u7f6e\u6761\u76ee %s \u4e2d\u7684\u5c5e\u6027 ds-cfg-realm \u5df2\u66f4\u65b0\u3002\u73b0\u5728\uff0c\u503c "%s" \u5c06\u7528\u4f5c GSSAPI \u9a8c\u8bc1\u7684\u9ed8\u8ba4\u9886\u57df |
| | | INFO_SASLGSSAPI_UNSET_REALM_270=\u5df2\u53d6\u6d88\u5c06\u914d\u7f6e\u6761\u76ee %s \u4e2d\u7684\u5c5e\u6027 ds-cfg-realm \u4f5c\u4e3a\u7cfb\u7edf\u5c5e\u6027\u7684\u8bbe\u7f6e\u3002\u4efb\u4f55\u5176\u4ed6 GSSAPI \u9a8c\u8bc1\u5c1d\u8bd5\u5c06\u4f9d\u9760\u57fa\u7840\u64cd\u4f5c\u7cfb\u7edf\u4e2d\u7684 Kerberos \u914d\u7f6e\u6765\u786e\u5b9a\u9ed8\u8ba4\u9886\u57df |
| | | MILD_ERR_SASLGSSAPI_CANNOT_CREATE_LOGIN_CONTEXT_271=\u5728\u5c1d\u8bd5\u4e3a GSSAPI \u9a8c\u8bc1\u521b\u5efa JAAS \u767b\u5f55\u4e0a\u4e0b\u6587\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_SASLGSSAPI_CANNOT_AUTHENTICATE_SERVER_272=\u5728\u5c1d\u8bd5\u6267\u884c\u670d\u52a1\u5668\u7aef Kerberos \u9a8c\u8bc1\u4ee5\u652f\u6301 GSSAPI \u7ed1\u5b9a\u64cd\u4f5c\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | INFO_SASLGSSAPI_DESCRIPTION_KEYTAB_FILE_273=\u5bc6\u94a5\u8868\u6587\u4ef6\u7684\u8def\u5f84\uff0c\u8be5\u6587\u4ef6\u5305\u542b\u5728\u5904\u7406 GSSAPI \u9a8c\u8bc1\u65f6\u4f7f\u7528\u7684 Kerberos \u4e3b\u4f53\u79c1\u94a5\u3002\u5982\u679c\u672a\u6307\u5b9a\u8be5\u8def\u5f84\uff0c\u5219\u5c06\u4f7f\u7528\u7cfb\u7edf\u8303\u56f4\u5185\u7684\u9ed8\u8ba4\u5bc6\u94a5\u8868\u6587\u4ef6\u3002\u5728\u7981\u7528\u5e76\u91cd\u65b0\u542f\u7528 GSSAPI SASL \u673a\u5236\u5904\u7406\u7a0b\u5e8f\u6216\u91cd\u65b0\u542f\u52a8\u76ee\u5f55\u670d\u52a1\u5668\u540e\uff0c\u5bf9\u8be5\u914d\u7f6e\u5c5e\u6027\u6240\u505a\u7684\u66f4\u6539\u624d\u4f1a\u751f\u6548 |
| | | MILD_ERR_SASLGSSAPI_CANNOT_GET_KEYTAB_FILE_274=\u5728\u5c1d\u8bd5\u786e\u5b9a\u914d\u7f6e\u6761\u76ee %s \u4e2d ds-cfg-keytab \u5c5e\u6027\u7684\u503c\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | SEVERE_ERR_SASLGSSAPI_CANNOT_CREATE_JAAS_CONFIG_275=\u5728\u5c1d\u8bd5\u7f16\u5199 GSSAPI \u5904\u7406\u671f\u95f4\u4f7f\u7528\u7684\u4e34\u65f6 JAAS \u914d\u7f6e\u6587\u4ef6\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_SASLGSSAPI_DIFFERENT_AUTHID_AND_AUTHZID_276=\u9a8c\u8bc1 ID %s \u4e0d\u540c\u4e8e\u6388\u6743 ID %s\u3002GSSAPI \u9a8c\u8bc1\u4e0d\u652f\u6301\u8fd9\u79cd\u60c5\u51b5 |
| | | SEVERE_ERR_EXTOP_WHOAMI_PROXYAUTH_INSUFFICIENT_PRIVILEGES_277=\u60a8\u6ca1\u6709\u8db3\u591f\u7684\u6743\u9650\u4f7f\u7528\u4ee3\u7406\u6388\u6743\u63a7\u5236 |
| | | INFO_EXACTMAP_DESCRIPTION_MATCH_ATTR_298=\u5c5e\u6027\u7684\u540d\u79f0\u6216 OID\uff0c\u8be5\u5c5e\u6027\u7684\u503c\u5e94\u8be5\u4e0e\u4e3a\u6b64\u8eab\u4efd\u6620\u5c04\u5668\u63d0\u4f9b\u7684 ID \u5b57\u7b26\u4e32\u5b8c\u5168\u5339\u914d\u3002\u5fc5\u987b\u81f3\u5c11\u63d0\u4f9b\u4e00\u4e2a\u503c\u3002\u6240\u6709\u503c\u5fc5\u987b\u5f15\u7528\u76ee\u5f55\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5b9a\u4e49\u7684\u5c5e\u6027\u7c7b\u578b\u7684\u540d\u79f0\u6216 OID\u3002\u5982\u679c\u63d0\u4f9b\u4e86\u591a\u4e2a\u5c5e\u6027\u7c7b\u578b\u540d\u79f0\u6216 OID\uff0c\u5219\u5fc5\u987b\u81f3\u5c11\u6709\u4e00\u4e2a\u5c5e\u6027\u5728\u6070\u597d\u4e00\u4e2a\u6761\u76ee\u4e2d\u5305\u542b\u63d0\u4f9b\u7684 ID \u5b57\u7b26\u4e32\u503c |
| | | MILD_ERR_EXACTMAP_NO_MATCH_ATTR_299=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u4efb\u4f55 ds-cfg-match-attribute \u5c5e\u6027\u503c\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u5b9a\u53ef\u7528\u6765\u5c06\u7ed9\u5b9a ID \u5b57\u7b26\u4e32\u6620\u5c04\u5230\u7528\u6237\u6761\u76ee\u7684\u5c5e\u6027 |
| | | MILD_ERR_EXACTMAP_UNKNOWN_ATTR_300=\u914d\u7f6e\u6761\u76ee %s \u5305\u542b ds-cfg-match-attribute \u5c5e\u6027\u503c %s\uff0c\u4f46\u8be5\u503c\u4e0d\u662f\u76ee\u5f55\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5b9a\u4e49\u7684\u4efb\u4f55\u5c5e\u6027\u7c7b\u578b\u7684\u6709\u6548\u540d\u79f0\u6216 OID |
| | | MILD_ERR_EXACTMAP_CANNOT_DETERMINE_MATCH_ATTR_301=\u5728\u5c1d\u8bd5\u5904\u7406\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5c5e\u6027 ds-cfg-match-attribute \u7684\u503c\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | INFO_EXACTMAP_DESCRIPTION_SEARCH_BASE_302=\u5728\u6267\u884c\u641c\u7d22\u4ee5\u5c06\u63d0\u4f9b\u7684 ID \u5b57\u7b26\u4e32\u6620\u5c04\u5230\u7528\u6237\u6761\u76ee\u65f6\u5e94\u4f7f\u7528\u7684\u57fa DN\u3002\u5982\u679c\u672a\u63d0\u4f9b\u4efb\u4f55\u503c\uff0c\u5219\u4f1a\u5c06\u6839 DSE \u7528\u4f5c\u641c\u7d22\u57fa DN |
| | | MILD_ERR_EXACTMAP_CANNOT_DETERMINE_MATCH_BASE_303=\u5728\u5c1d\u8bd5\u5904\u7406\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5c5e\u6027 ds-cfg-match-base-dn \u7684\u503c\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | INFO_EXACTMAP_UPDATED_MATCH_ATTRS_304=\u914d\u7f6e\u6761\u76ee %s \u7684\u5c5e\u6027 ds-cfg-match-attribute \u4e2d\u5305\u542b\u7684\u5c5e\u6027\u96c6\uff08\u5c06 ID \u5b57\u7b26\u4e32\u4e0e\u7528\u6237\u6761\u76ee\u8fdb\u884c\u5339\u914d\u65f6\u4f7f\u7528\uff09\u5df2\u66f4\u65b0 |
| | | INFO_EXACTMAP_UPDATED_MATCH_BASES_305=\u914d\u7f6e\u6761\u76ee %s \u7684\u5c5e\u6027 ds-cfg-match-base-dn \u4e2d\u5305\u542b\u7684\u641c\u7d22\u57fa DN \u96c6\uff08\u5c06 ID \u5b57\u7b26\u4e32\u4e0e\u7528\u6237\u6761\u76ee\u8fdb\u884c\u5339\u914d\u65f6\u4f7f\u7528\uff09\u5df2\u66f4\u65b0 |
| | | MILD_ERR_EXACTMAP_MULTIPLE_MATCHING_ENTRIES_306=ID \u5b57\u7b26\u4e32 %s \u5df2\u6620\u5c04\u5230\u591a\u4e2a\u7528\u6237 |
| | | MILD_ERR_EXACTMAP_INEFFICIENT_SEARCH_307=\u65e0\u6cd5\u6709\u6548\u5904\u7406\u57fa\u4e8e ID \u5b57\u7b26\u4e32 %s \u7684\u5185\u90e8\u641c\u7d22: %s\u3002\u8bf7\u68c0\u67e5\u670d\u52a1\u5668\u914d\u7f6e\uff0c\u4ee5\u786e\u4fdd\u9488\u5bf9\u8fd9\u4e9b\u7c7b\u578b\u7684\u641c\u7d22\u6b63\u786e\u914d\u7f6e\u6240\u6709\u5173\u8054\u540e\u7aef |
| | | MILD_ERR_EXACTMAP_SEARCH_FAILED_308=\u5728\u5c1d\u8bd5\u5c06 ID \u5b57\u7b26\u4e32 %s \u89e3\u6790\u4e3a\u7528\u6237\u6761\u76ee\u65f6\u51fa\u73b0\u5185\u90e8\u9519\u8bef: %s |
| | | INFO_SASLCRAMMD5_DESCRIPTION_IDENTITY_MAPPER_DN_309=\u914d\u7f6e\u6761\u76ee\u7684 DN\uff0c\u8be5\u914d\u7f6e\u6761\u76ee\u7528\u4e8e\u4fdd\u5b58\u5c06 CRAM-MD5 \u7528\u6237\u540d\u6620\u5c04\u5230\u76ee\u5f55\u670d\u52a1\u5668\u7528\u6237\u6761\u76ee\u65f6\u5e94\u4f7f\u7528\u7684\u8eab\u4efd\u6620\u5c04\u5668\u7684\u914d\u7f6e\u3002\u5bf9\u6b64\u914d\u7f6e\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | MILD_ERR_SASLCRAMMD5_NO_IDENTITY_MAPPER_ATTR_310=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u5c5e\u6027 ds-cfg-identity-mapper\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u5b9a\u4e0e CRAM-MD5 SASL \u673a\u5236\u7ed3\u5408\u4f7f\u7528\u7684\u8eab\u4efd\u6620\u5c04\u5668\u7684 DN\u3002\u8fd9\u662f\u4e00\u4e2a\u5fc5\u9700\u5c5e\u6027 |
| | | MILD_ERR_SASLCRAMMD5_NO_SUCH_IDENTITY_MAPPER_311=\u914d\u7f6e\u6761\u76ee %2$s \u7684\u5c5e\u6027 ds-cfg-identity-mapper \u4e2d\u6307\u5b9a\u7684\u8eab\u4efd\u6620\u5c04\u5668 %1$s \u672a\u5f15\u7528\u5728\u76ee\u5f55\u670d\u52a1\u5668\u4e2d\u542f\u7528\u7684\u6709\u6548\u8eab\u4efd\u6620\u5c04\u5668\u914d\u7f6e |
| | | MILD_ERR_SASLCRAMMD5_CANNOT_GET_IDENTITY_MAPPER_312=\u5728\u5c1d\u8bd5\u5904\u7406\u914d\u7f6e\u6761\u76ee %s \u4e2d ds-cfg-identity-mapper \u5c5e\u6027\u7684\u503c\u4ee5\u786e\u5b9a\u5e94\u4e0e CRAM-MD5 SASL \u673a\u5236\u7ed3\u5408\u4f7f\u7528\u7684\u8eab\u4efd\u6620\u5c04\u5668\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_SASLCRAMMD5_CANNOT_MAP_USERNAME_313=\u5728\u5c1d\u8bd5\u5c06\u7528\u6237\u540d %s \u6620\u5c04\u5230\u76ee\u5f55\u670d\u52a1\u5668\u6761\u76ee\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | INFO_SASLCRAMMD5_UPDATED_IDENTITY_MAPPER_314=\u914d\u7f6e\u6761\u76ee %s \u4e2d\u7684\u5c5e\u6027 ds-cfg-identity-mapper \u5df2\u66f4\u65b0\u3002\u73b0\u5728\uff0c\u5728\u5904\u7406 SASL CRAM-MD5 \u7ed1\u5b9a\u8bf7\u6c42\u65f6\uff0c\u4f1a\u4f7f\u7528\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u8eab\u4efd\u6620\u5c04\u5668\u5c06\u7528\u6237\u540d\u6620\u5c04\u5230\u6761\u76ee |
| | | INFO_SASLDIGESTMD5_DESCRIPTION_IDENTITY_MAPPER_DN_315=\u914d\u7f6e\u6761\u76ee\u7684 DN\uff0c\u8be5\u914d\u7f6e\u6761\u76ee\u7528\u4e8e\u4fdd\u5b58\u5c06 DIGEST-MD5 \u7528\u6237\u540d\u6620\u5c04\u5230\u76ee\u5f55\u670d\u52a1\u5668\u7528\u6237\u6761\u76ee\u65f6\u5e94\u4f7f\u7528\u7684\u8eab\u4efd\u6620\u5c04\u5668\u7684\u914d\u7f6e\u3002\u5bf9\u6b64\u914d\u7f6e\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | MILD_ERR_SASLDIGESTMD5_NO_IDENTITY_MAPPER_ATTR_316=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u5c5e\u6027 ds-cfg-identity-mapper\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u5b9a\u4e0e DIGEST-MD5 SASL \u673a\u5236\u7ed3\u5408\u4f7f\u7528\u7684\u8eab\u4efd\u6620\u5c04\u5668\u7684 DN\u3002\u8fd9\u662f\u4e00\u4e2a\u5fc5\u9700\u5c5e\u6027 |
| | | MILD_ERR_SASLDIGESTMD5_NO_SUCH_IDENTITY_MAPPER_317=\u914d\u7f6e\u6761\u76ee %2$s \u7684\u5c5e\u6027 ds-cfg-identity-mapper \u4e2d\u6307\u5b9a\u7684\u8eab\u4efd\u6620\u5c04\u5668 %1$s \u672a\u5f15\u7528\u5728\u76ee\u5f55\u670d\u52a1\u5668\u4e2d\u542f\u7528\u7684\u6709\u6548\u8eab\u4efd\u6620\u5c04\u5668\u914d\u7f6e |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_GET_IDENTITY_MAPPER_318=\u5728\u5c1d\u8bd5\u5904\u7406\u914d\u7f6e\u6761\u76ee %s \u4e2d ds-cfg-identity-mapper \u5c5e\u6027\u7684\u503c\u4ee5\u786e\u5b9a\u5e94\u4e0e DIGEST-MD5 SASL \u673a\u5236\u7ed3\u5408\u4f7f\u7528\u7684\u8eab\u4efd\u6620\u5c04\u5668\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_MAP_USERNAME_319=\u5728\u5c1d\u8bd5\u5c06\u7528\u6237\u540d %s \u6620\u5c04\u5230\u76ee\u5f55\u670d\u52a1\u5668\u6761\u76ee\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | INFO_SASLDIGESTMD5_UPDATED_IDENTITY_MAPPER_320=\u914d\u7f6e\u6761\u76ee %s \u4e2d\u7684\u5c5e\u6027 ds-cfg-identity-mapper \u5df2\u66f4\u65b0\u3002\u73b0\u5728\uff0c\u5728\u5904\u7406 SASL DIGEST-MD5 \u7ed1\u5b9a\u8bf7\u6c42\u65f6\uff0c\u4f1a\u4f7f\u7528\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u8eab\u4efd\u6620\u5c04\u5668\u5c06\u7528\u6237\u540d\u6620\u5c04\u5230\u6761\u76ee |
| | | INFO_SASLPLAIN_DESCRIPTION_IDENTITY_MAPPER_DN_321=\u914d\u7f6e\u6761\u76ee\u7684 DN\uff0c\u8be5\u914d\u7f6e\u6761\u76ee\u7528\u4e8e\u4fdd\u5b58\u5c06\u63d0\u4f9b\u7684\u7528\u6237\u540d\u6620\u5c04\u5230\u76ee\u5f55\u670d\u52a1\u5668\u7528\u6237\u6761\u76ee\u65f6\u5e94\u4f7f\u7528\u7684\u8eab\u4efd\u6620\u5c04\u5668\u7684\u914d\u7f6e\u3002\u5bf9\u6b64\u914d\u7f6e\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | MILD_ERR_SASLPLAIN_NO_IDENTITY_MAPPER_ATTR_322=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u5c5e\u6027 ds-cfg-identity-mapper\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u5b9a\u4e0e PLAIN SASL \u673a\u5236\u7ed3\u5408\u4f7f\u7528\u7684\u8eab\u4efd\u6620\u5c04\u5668\u7684 DN\u3002\u8fd9\u662f\u4e00\u4e2a\u5fc5\u9700\u5c5e\u6027 |
| | | MILD_ERR_SASLPLAIN_NO_SUCH_IDENTITY_MAPPER_323=\u914d\u7f6e\u6761\u76ee %2$s \u7684\u5c5e\u6027 ds-cfg-identity-mapper \u4e2d\u6307\u5b9a\u7684\u8eab\u4efd\u6620\u5c04\u5668 %1$s \u672a\u5f15\u7528\u5728\u76ee\u5f55\u670d\u52a1\u5668\u4e2d\u542f\u7528\u7684\u6709\u6548\u8eab\u4efd\u6620\u5c04\u5668\u914d\u7f6e |
| | | MILD_ERR_SASLPLAIN_CANNOT_GET_IDENTITY_MAPPER_324=\u5728\u5c1d\u8bd5\u5904\u7406\u914d\u7f6e\u6761\u76ee %s \u4e2d ds-cfg-identity-mapper \u5c5e\u6027\u7684\u503c\u4ee5\u786e\u5b9a\u5e94\u4e0e PLAIN SASL \u673a\u5236\u7ed3\u5408\u4f7f\u7528\u7684\u8eab\u4efd\u6620\u5c04\u5668\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_SASLPLAIN_CANNOT_MAP_USERNAME_325=\u5728\u5c1d\u8bd5\u5c06\u7528\u6237\u540d %s \u6620\u5c04\u5230\u76ee\u5f55\u670d\u52a1\u5668\u6761\u76ee\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | INFO_SASLPLAIN_UPDATED_IDENTITY_MAPPER_326=\u914d\u7f6e\u6761\u76ee %s \u4e2d\u7684\u5c5e\u6027 ds-cfg-identity-mapper \u5df2\u66f4\u65b0\u3002\u73b0\u5728\uff0c\u5728\u5904\u7406 SASL PLAIN \u7ed1\u5b9a\u8bf7\u6c42\u65f6\uff0c\u4f1a\u4f7f\u7528\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u8eab\u4efd\u6620\u5c04\u5668\u5c06\u7528\u6237\u540d\u6620\u5c04\u5230\u6761\u76ee |
| | | MILD_ERR_EXTOP_CANCEL_NO_REQUEST_VALUE_327=\u65e0\u6cd5\u5904\u7406\u53d6\u6d88\u8bf7\u6c42\uff0c\u56e0\u4e3a\u6269\u5c55\u64cd\u4f5c\u4e0d\u5305\u542b\u8bf7\u6c42\u503c |
| | | MILD_ERR_EXTOP_CANCEL_CANNOT_DECODE_REQUEST_VALUE_328=\u5728\u5c1d\u8bd5\u5bf9\u53d6\u6d88\u6269\u5c55\u8bf7\u6c42\u7684\u503c\u8fdb\u884c\u89e3\u7801\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | INFO_EXTOP_CANCEL_REASON_329=\u7531\u4e8e\u6536\u5230\u53d6\u6d88\u8bf7\u6c42\u800c\u7ec8\u6b62\u4e86\u5bf9\u6b64\u64cd\u4f5c\u7684\u5904\u7406\uff08\u6d88\u606f ID %d\uff09 |
| | | MILD_ERR_PWSCHEME_DOES_NOT_SUPPORT_AUTH_PASSWORD_330=\u5bc6\u7801\u5b58\u50a8\u65b9\u6848 %s \u4e0d\u652f\u6301\u4f7f\u7528\u9a8c\u8bc1\u5bc6\u7801\u5c5e\u6027\u8bed\u6cd5 |
| | | INFO_PWLENGTHVALIDATOR_DESCRIPTION_MIN_LENGTH_331=\u5141\u8bb8\u5bc6\u7801\u5305\u542b\u7684\u6700\u5c11\u5b57\u7b26\u6570\u3002\u5982\u679c\u503c\u4e3a 0\uff0c\u5219\u8868\u793a\u6ca1\u6709\u6700\u5c0f\u957f\u5ea6\u3002\u5bf9\u6b64\u914d\u7f6e\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | MILD_ERR_PWLENGTHVALIDATOR_CANNOT_DETERMINE_MIN_LENGTH_332=\u5728\u5c1d\u8bd5\u901a\u8fc7 ds-cfg-min-password-length \u5c5e\u6027\u786e\u5b9a\u5141\u8bb8\u7684\u6700\u5c0f\u5bc6\u7801\u957f\u5ea6\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | INFO_PWLENGTHVALIDATOR_DESCRIPTION_MAX_LENGTH_333=\u5141\u8bb8\u5bc6\u7801\u5305\u542b\u7684\u6700\u591a\u5b57\u7b26\u6570\u3002\u5982\u679c\u503c\u4e3a 0\uff0c\u5219\u8868\u793a\u6ca1\u6709\u6700\u5927\u957f\u5ea6\u3002\u5bf9\u6b64\u914d\u7f6e\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | MILD_ERR_PWLENGTHVALIDATOR_CANNOT_DETERMINE_MAX_LENGTH_334=\u5728\u5c1d\u8bd5\u901a\u8fc7 ds-cfg-max-password-length \u5c5e\u6027\u786e\u5b9a\u5141\u8bb8\u7684\u6700\u5927\u5bc6\u7801\u957f\u5ea6\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_PWLENGTHVALIDATOR_MIN_GREATER_THAN_MAX_335=\u5df2\u914d\u7f6e\u7684\u6700\u5c0f\u5bc6\u7801\u957f\u5ea6\uff08%d \u4e2a\u5b57\u7b26\uff09\u5927\u4e8e\u5df2\u914d\u7f6e\u7684\u6700\u5927\u5bc6\u7801\u957f\u5ea6\uff08%d \u4e2a\u5b57\u7b26\uff09 |
| | | MILD_ERR_PWLENGTHVALIDATOR_TOO_SHORT_336=\u63d0\u4f9b\u7684\u5bc6\u7801\u6bd4\u6240\u9700\u7684\u6700\u5c0f\u957f\u5ea6\uff08%d \u4e2a\u5b57\u7b26\uff09\u77ed |
| | | MILD_ERR_PWLENGTHVALIDATOR_TOO_LONG_337=\u63d0\u4f9b\u7684\u5bc6\u7801\u6bd4\u5141\u8bb8\u7684\u6700\u5927\u957f\u5ea6\uff08%d \u4e2a\u5b57\u7b26\uff09\u957f |
| | | INFO_PWLENGTHVALIDATOR_UPDATED_MIN_LENGTH_338=\u6700\u5c0f\u5bc6\u7801\u957f\u5ea6\u5df2\u66f4\u65b0\u4e3a %d |
| | | INFO_PWLENGTHVALIDATOR_UPDATED_MAX_LENGTH_339=\u6700\u5927\u5bc6\u7801\u957f\u5ea6\u5df2\u66f4\u65b0\u4e3a %d |
| | | INFO_RANDOMPWGEN_DESCRIPTION_CHARSET_340=\u751f\u6210\u5bc6\u7801\u65f6\u5e94\u4f7f\u7528\u7684\u5b57\u7b26\u96c6\u3002\u5e94\u8be5\u4e3a\u6bcf\u4e2a\u5b57\u7b26\u96c6\u6307\u5b9a\u4e00\u4e2a\u540d\u79f0\uff08\u4ec5\u5305\u542b ASCII \u5b57\u6bcd\u5b57\u7b26\uff09\uff0c\u540d\u79f0\u540e\u7d27\u8ddf\u4e00\u4e2a\u5192\u53f7\u4ee5\u53ca\u8be5\u5b57\u7b26\u96c6\u4e2d\u5e94\u5305\u542b\u7684\u4e00\u7ec4\u5b57\u7b26\u3002\u5bf9\u6b64\u914d\u7f6e\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | MILD_ERR_RANDOMPWGEN_NO_CHARSETS_341=\u914d\u7f6e\u6761\u76ee "%s" \u4e0d\u5305\u542b\u5c5e\u6027 ds-cfg-password-character-set\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u5b9a\u751f\u6210\u5bc6\u7801\u65f6\u5e94\u4f7f\u7528\u7684\u5b57\u7b26\u96c6\u3002\u8fd9\u662f\u4e00\u4e2a\u5fc5\u9700\u5c5e\u6027 |
| | | MILD_ERR_RANDOMPWGEN_CHARSET_NAME_CONFLICT_342=\u914d\u7f6e\u6761\u76ee "%s" \u5305\u542b\u591a\u4e2a %s \u5b57\u7b26\u96c6\u5b9a\u4e49 |
| | | MILD_ERR_RANDOMPWGEN_CANNOT_DETERMINE_CHARSETS_343=\u5728\u5c1d\u8bd5\u5bf9\u914d\u7f6e\u5c5e\u6027 ds-cfg-password-character-set\uff08\u7528\u4e8e\u4fdd\u5b58\u751f\u6210\u5bc6\u7801\u65f6\u4f7f\u7528\u7684\u5b57\u7b26\u96c6\uff09\u7684\u503c\u8fdb\u884c\u89e3\u7801\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | INFO_RANDOMPWGEN_DESCRIPTION_PWFORMAT_344=\u8be5\u5bc6\u7801\u751f\u6210\u5668\u6784\u9020\u7684\u5bc6\u7801\u5e94\u4f7f\u7528\u7684\u683c\u5f0f\u3002\u8be5\u503c\u5e94\u8be5\u4e3a\u4ee5\u9017\u53f7\u5206\u9694\u7684\u5143\u7d20\u5e8f\u5217\uff0c\u5176\u4e2d\u6bcf\u4e2a\u5143\u7d20\u5747\u4e3a\u4e00\u4e2a\u5b57\u7b26\u96c6\u7684\u540d\u79f0\uff0c\u540e\u8ddf\u4e00\u4e2a\u5192\u53f7\u4ee5\u53ca\u4ece\u8be5\u5b57\u7b26\u96c6\u4e2d\u968f\u673a\u9009\u62e9\u7684\u5b57\u7b26\u6570\u3002\u5bf9\u6b64\u914d\u7f6e\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | MILD_ERR_RANDOMPWGEN_NO_PWFORMAT_345=\u914d\u7f6e\u6761\u76ee "%s" \u4e0d\u5305\u542b\u5c5e\u6027 ds-cfg-password-format\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u5b9a\u751f\u6210\u7684\u5bc6\u7801\u4f7f\u7528\u7684\u683c\u5f0f\u3002\u8fd9\u662f\u4e00\u4e2a\u5fc5\u9700\u5c5e\u6027 |
| | | MILD_ERR_RANDOMPWGEN_UNKNOWN_CHARSET_346=\u5bc6\u7801\u683c\u5f0f\u5b57\u7b26\u4e32 "%s" \u5f15\u7528\u4e86\u4e00\u4e2a\u672a\u5b9a\u4e49\u7684\u5b57\u7b26\u96c6 "%s" |
| | | MILD_ERR_RANDOMPWGEN_INVALID_PWFORMAT_347=\u5bc6\u7801\u683c\u5f0f\u5b57\u7b26\u4e32 "%s" \u5305\u542b\u65e0\u6548\u7684\u8bed\u6cd5\u3002\u8be5\u503c\u5e94\u8be5\u4e3a\u4ee5\u9017\u53f7\u5206\u9694\u7684\u5143\u7d20\u5e8f\u5217\uff0c\u5176\u4e2d\u6bcf\u4e2a\u5143\u7d20\u5747\u4e3a\u4e00\u4e2a\u5b57\u7b26\u96c6\u7684\u540d\u79f0\uff0c\u540e\u8ddf\u4e00\u4e2a\u5192\u53f7\u4ee5\u53ca\u4ece\u8be5\u5b57\u7b26\u96c6\u4e2d\u968f\u673a\u9009\u62e9\u7684\u5b57\u7b26\u6570 |
| | | MILD_ERR_RANDOMPWGEN_CANNOT_DETERMINE_PWFORMAT_348=\u5728\u5c1d\u8bd5\u5bf9\u914d\u7f6e\u5c5e\u6027 ds-cfg-password-format\uff08\u7528\u4e8e\u6307\u5b9a\u751f\u6210\u7684\u5bc6\u7801\u7684\u683c\u5f0f\uff09\u7684\u503c\u8fdb\u884c\u89e3\u7801\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | INFO_SASLGSSAPI_DESCRIPTION_IDENTITY_MAPPER_DN_349=\u914d\u7f6e\u6761\u76ee\u7684 DN\uff0c\u8be5\u914d\u7f6e\u6761\u76ee\u7528\u4e8e\u4fdd\u5b58\u5c06 GSSAPI \u4e3b\u4f53\u6620\u5c04\u5230\u76ee\u5f55\u670d\u52a1\u5668\u7528\u6237\u6761\u76ee\u65f6\u5e94\u4f7f\u7528\u7684\u8eab\u4efd\u6620\u5c04\u5668\u7684\u914d\u7f6e\u3002\u5bf9\u6b64\u914d\u7f6e\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | MILD_ERR_SASLGSSAPI_NO_IDENTITY_MAPPER_ATTR_350=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u5c5e\u6027 ds-cfg-identity-mapper\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u5b9a\u4e0e GSSAPI SASL \u673a\u5236\u7ed3\u5408\u4f7f\u7528\u7684\u8eab\u4efd\u6620\u5c04\u5668\u7684 DN\u3002\u8fd9\u662f\u4e00\u4e2a\u5fc5\u9700\u5c5e\u6027 |
| | | MILD_ERR_SASLGSSAPI_NO_SUCH_IDENTITY_MAPPER_351=\u914d\u7f6e\u6761\u76ee %2$s \u7684\u5c5e\u6027 ds-cfg-identity-mapper \u4e2d\u6307\u5b9a\u7684\u8eab\u4efd\u6620\u5c04\u5668 %1$s \u672a\u5f15\u7528\u5728\u76ee\u5f55\u670d\u52a1\u5668\u4e2d\u542f\u7528\u7684\u6709\u6548\u8eab\u4efd\u6620\u5c04\u5668\u914d\u7f6e |
| | | MILD_ERR_SASLGSSAPI_CANNOT_GET_IDENTITY_MAPPER_352=\u5728\u5c1d\u8bd5\u5904\u7406\u914d\u7f6e\u6761\u76ee %s \u4e2d ds-cfg-identity-mapper \u5c5e\u6027\u7684\u503c\u4ee5\u786e\u5b9a\u5e94\u4e0e GSSAPI SASL \u673a\u5236\u7ed3\u5408\u4f7f\u7528\u7684\u8eab\u4efd\u6620\u5c04\u5668\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | INFO_SASLGSSAPI_UPDATED_IDENTITY_MAPPER_353=\u914d\u7f6e\u6761\u76ee %s \u4e2d\u7684\u5c5e\u6027 ds-cfg-identity-mapper \u5df2\u66f4\u65b0\u3002\u73b0\u5728\uff0c\u503c "%s" \u5c06\u7528\u4f5c GSSAPI \u9a8c\u8bc1\u7684\u8eab\u4efd\u6620\u5c04\u5668\u914d\u7f6e\u6761\u76ee\u7684 DN |
| | | MILD_ERR_EXTOP_PASSMOD_CANNOT_GET_PW_POLICY_354=\u5728\u5c1d\u8bd5\u83b7\u53d6\u7528\u6237 %s \u7684\u5bc6\u7801\u7b56\u7565\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_EXTOP_PASSMOD_REQUIRE_CURRENT_PW_355=\u5fc5\u987b\u63d0\u4f9b\u5f53\u524d\u5bc6\u7801\u624d\u80fd\u8fdb\u884c\u81ea\u5bc6\u7801\u66f4\u6539 |
| | | MILD_ERR_EXTOP_PASSMOD_SECURE_AUTH_REQUIRED_356=\u5fc5\u987b\u901a\u8fc7\u5b89\u5168\u901a\u4fe1\u901a\u9053\u6267\u884c\u63d0\u4f9b\u7528\u6237\u5f53\u524d\u5bc6\u7801\u7684\u5bc6\u7801\u4fee\u6539\u64cd\u4f5c |
| | | MILD_ERR_EXTOP_PASSMOD_USER_PW_CHANGES_NOT_ALLOWED_357=\u4e0d\u5141\u8bb8\u6700\u7ec8\u7528\u6237\u66f4\u6539\u5176\u5bc6\u7801 |
| | | MILD_ERR_EXTOP_PASSMOD_SECURE_CHANGES_REQUIRED_358=\u5fc5\u987b\u901a\u8fc7\u5b89\u5168\u901a\u4fe1\u901a\u9053\u6267\u884c\u5bc6\u7801\u66f4\u6539 |
| | | MILD_ERR_EXTOP_PASSMOD_IN_MIN_AGE_359=\u65e0\u6cd5\u66f4\u6539\u5bc6\u7801\uff0c\u56e0\u4e3a\u8ddd\u79bb\u4e0a\u6b21\u66f4\u6539\u5bc6\u7801\u7684\u65f6\u95f4\u592a\u77ed |
| | | MILD_ERR_EXTOP_PASSMOD_PASSWORD_IS_EXPIRED_360=\u65e0\u6cd5\u66f4\u6539\u5bc6\u7801\uff0c\u56e0\u4e3a\u8be5\u5bc6\u7801\u5df2\u8fc7\u671f |
| | | MILD_ERR_EXTOP_PASSMOD_NO_PW_GENERATOR_361=\u672a\u63d0\u4f9b\u4efb\u4f55\u65b0\u5bc6\u7801\uff0c\u5e76\u4e14\u672a\u5b9a\u4e49\u4efb\u4f55\u53ef\u7528\u4e8e\u81ea\u52a8\u521b\u5efa\u65b0\u5bc6\u7801\u7684\u5bc6\u7801\u751f\u6210\u5668 |
| | | MILD_ERR_EXTOP_PASSMOD_CANNOT_GENERATE_PW_362=\u5728\u5c1d\u8bd5\u4f7f\u7528\u5bc6\u7801\u751f\u6210\u5668\u521b\u5efa\u65b0\u5bc6\u7801\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_EXTOP_PASSMOD_PRE_ENCODED_NOT_ALLOWED_363=\u5bc6\u7801\u7b56\u7565\u4e0d\u5141\u8bb8\u7528\u6237\u63d0\u4f9b\u9884\u7f16\u7801\u7684\u5bc6\u7801 |
| | | MILD_ERR_EXTOP_PASSMOD_UNACCEPTABLE_PW_364=\u63d0\u4f9b\u7684\u65b0\u5bc6\u7801\u672a\u901a\u8fc7\u670d\u52a1\u5668\u4e2d\u5b9a\u4e49\u7684\u9a8c\u8bc1\u68c0\u67e5: %s |
| | | MILD_ERR_EXTOP_PASSMOD_CANNOT_ENCODE_PASSWORD_365=\u65e0\u6cd5\u4f7f\u7528\u9ed8\u8ba4\u65b9\u6848\u5bf9\u63d0\u4f9b\u7684\u5bc6\u7801\u8fdb\u884c\u7f16\u7801: %s |
| | | MILD_ERR_EXTOP_PASSMOD_NO_SUCH_ID_MAPPER_368=\u6307\u5b9a\u7528\u4e8e\u6761\u76ee %2$s \u4e2d\u5b9a\u4e49\u7684\u5bc6\u7801\u4fee\u6539\u6269\u5c55\u64cd\u4f5c\u7684\u8eab\u4efd\u6620\u5c04\u5668\uff08\u5177\u6709\u914d\u7f6e\u6761\u76ee DN %1$s \uff09\u4e0d\u5b58\u5728\u6216\u672a\u542f\u7528\u3002\u8eab\u4efd\u6620\u5c04\u5668\u662f\u4e00\u4e2a\u5fc5\u9700\u7ec4\u4ef6\uff0c\u56e0\u800c\u4e0d\u4f1a\u542f\u7528\u5bc6\u7801\u4fee\u6539\u6269\u5c55\u64cd\u4f5c |
| | | MILD_ERR_EXTOP_PASSMOD_CANNOT_DETERMINE_ID_MAPPER_369=\u5728\u5c1d\u8bd5\u786e\u5b9a\u4e0e\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u5bc6\u7801\u4fee\u6539\u6269\u5c55\u64cd\u4f5c\u7ed3\u5408\u4f7f\u7528\u7684\u8eab\u4efd\u6620\u5c04\u5668\u65f6\u51fa\u73b0\u9519\u8bef: %s\u3002\u5c06\u4e0d\u4f1a\u5728\u670d\u52a1\u5668\u4e2d\u542f\u7528\u5bc6\u7801\u4fee\u6539\u6269\u5c55\u64cd\u4f5c |
| | | MILD_ERR_EXTOP_PASSMOD_CANNOT_MAP_USER_370=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u6388\u6743 ID \u5b57\u7b26\u4e32 "%s" \u6620\u5c04\u5230\u76ee\u5f55\u4e2d\u7684\u4efb\u4f55\u7528\u6237 |
| | | MILD_ERR_EXTOP_PASSMOD_ERROR_MAPPING_USER_371=\u5728\u5c1d\u8bd5\u5c06\u6388\u6743 ID \u5b57\u7b26\u4e32 "%s" \u6620\u5c04\u5230\u7528\u6237\u6761\u76ee\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | INFO_ERRORLOG_ACCTNOTHANDLER_DESCRIPTION_NOTIFICATION_TYPES_372=\u751f\u6210\u65e5\u5fd7\u6d88\u606f\u65f6\u5e94\u91c7\u7528\u7684\u72b6\u6001\u901a\u77e5\u7c7b\u578b\u3002\u5b83\u662f\u4e00\u4e2a\u591a\u503c\u5c5e\u6027\uff0c\u66f4\u6539\u5c06\u4f1a\u7acb\u5373\u751f\u6548 |
| | | MILD_ERR_ERRORLOG_ACCTNOTHANDLER_INVALID_TYPE_373=\u914d\u7f6e\u6761\u76ee %s \u5305\u542b\u65e0\u6cd5\u8bc6\u522b\u7684\u5e10\u6237\u72b6\u6001\u901a\u77e5\u7c7b\u578b %s |
| | | MILD_ERR_ERRORLOG_ACCTNOTHANDLER_CANNOT_GET_NOTIFICATION_TYPES_374=\u5728\u5c1d\u8bd5\u901a\u8fc7\u914d\u7f6e\u6761\u76ee %s \u786e\u5b9a\u5e10\u6237\u72b6\u6001\u901a\u77e5\u7c7b\u578b\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | NOTICE_ERRORLOG_ACCTNOTHANDLER_NOTIFICATION_375=Account-Status-Notification type='%s' userdn='%s' id=%d msg='%s' |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_GET_REVERSIBLE_PASSWORDS_376=\u5728\u5c1d\u8bd5\u68c0\u7d22\u7528\u6237 %s \u7684\u660e\u6587\u5bc6\u7801\u4ee5\u6267\u884c SASL DIGEST-MD5 \u9a8c\u8bc1\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_SASLCRAMMD5_CANNOT_GET_REVERSIBLE_PASSWORDS_377=\u5728\u5c1d\u8bd5\u68c0\u7d22\u7528\u6237 %s \u7684\u660e\u6587\u5bc6\u7801\u4ee5\u6267\u884c SASL CRAM-MD5 \u9a8c\u8bc1\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_SASLPLAIN_CANNOT_CHECK_PASSWORD_VALIDITY_378=\u5728 SASL PLAIN \u9a8c\u8bc1\u671f\u95f4\u5c1d\u8bd5\u9a8c\u8bc1\u7528\u6237 %s \u7684\u5bc6\u7801\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_STARTTLS_ERROR_SENDING_CLEAR_RESPONSE_379=\u5728\u542f\u52a8 TLS \u534f\u5546\u540e\u5c1d\u8bd5\u5c06\u660e\u6587\u54cd\u5e94\u53d1\u9001\u5230\u5ba2\u6237\u7aef\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | MILD_WARN_EXTOP_PASSMOD_NOOP_380=\u5b9e\u9645\u4e0a\uff0c\u6ca1\u6709\u5728\u76ee\u5f55\u670d\u52a1\u5668\u4e2d\u6267\u884c\u5bc6\u7801\u4fee\u6539\u64cd\u4f5c\uff0c\u56e0\u4e3a\u8bf7\u6c42\u4e2d\u5b58\u5728 LDAP \u65e0\u64cd\u4f5c\u63a7\u5236 |
| | | MILD_ERR_EXTOP_PASSMOD_ACCOUNT_DISABLED_381=\u7528\u6237\u5e10\u6237\u5df2\u88ab\u7ba1\u7406\u5458\u7981\u7528 |
| | | MILD_ERR_EXTOP_PASSMOD_ACCOUNT_LOCKED_382=\u7528\u6237\u5e10\u6237\u5df2\u9501\u5b9a |
| | | MILD_ERR_STATICMEMBERS_NO_SUCH_ENTRY_383=\u65e0\u6cd5\u5c06\u6761\u76ee %s \u4f5c\u4e3a\u9759\u6001\u7ec4 %s \u7684\u6f5c\u5728\u6210\u5458\u8fdb\u884c\u68c0\u67e5\uff0c\u56e0\u4e3a\u76ee\u5f55\u670d\u52a1\u5668\u4e2d\u4e0d\u5b58\u5728\u8be5\u6761\u76ee |
| | | MILD_ERR_STATICMEMBERS_CANNOT_GET_ENTRY_384=\u5728\u5c1d\u8bd5\u5c06\u6761\u76ee %s \u4f5c\u4e3a\u9759\u6001\u7ec4 %s \u7684\u6f5c\u5728\u6210\u5458\u8fdb\u884c\u68c0\u7d22\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_STATICGROUP_INVALID_OC_COMBINATION_385=\u65e0\u6cd5\u5c06\u6761\u76ee %s \u89e3\u6790\u4e3a\u6709\u6548\u7684\u9759\u6001\u7ec4\uff0c\u56e0\u4e3a\u4e0d\u5141\u8bb8\u9759\u6001\u7ec4\u540c\u65f6\u5305\u542b %s \u548c %s \u5bf9\u8c61\u7c7b |
| | | MILD_ERR_STATICGROUP_NO_VALID_OC_386=\u65e0\u6cd5\u5c06\u6761\u76ee %s \u89e3\u6790\u4e3a\u6709\u6548\u7684\u9759\u6001\u7ec4\uff0c\u56e0\u4e3a\u8be5\u6761\u76ee\u6ca1\u6709\u6070\u597d\u5305\u542b %s \u6216 %s \u5bf9\u8c61\u7c7b\u4e4b\u4e00 |
| | | MILD_ERR_STATICGROUP_CANNOT_DECODE_MEMBER_VALUE_AS_DN_387=\u65e0\u6cd5\u5c06\u6761\u76ee %3$s \u4e2d\u5c5e\u6027 %2$s \u7684\u503c %1$s \u89e3\u6790\u4e3a\u6709\u6548\u7684 DN: %4$s\u3002\u5c06\u4ece\u7ec4\u6210\u5458\u96c6\u4e2d\u6392\u9664\u8be5\u503c |
| | | MILD_ERR_STATICGROUP_ADD_MEMBER_ALREADY_EXISTS_388=\u65e0\u6cd5\u5c06\u7528\u6237 %s \u4f5c\u4e3a\u9759\u6001\u7ec4 %s \u7684\u65b0\u6210\u5458\u8fdb\u884c\u6dfb\u52a0\uff0c\u56e0\u4e3a\u8be5\u7ec4\u7684\u6210\u5458\u5217\u8868\u4e2d\u5df2\u5305\u542b\u8be5\u7528\u6237 |
| | | MILD_ERR_STATICGROUP_REMOVE_MEMBER_NO_SUCH_MEMBER_389=\u65e0\u6cd5\u5c06\u7528\u6237 %s \u4f5c\u4e3a\u9759\u6001\u7ec4 %s \u7684\u6210\u5458\u8fdb\u884c\u5220\u9664\uff0c\u56e0\u4e3a\u8be5\u7ec4\u7684\u6210\u5458\u5217\u8868\u4e2d\u4e0d\u5305\u542b\u8be5\u7528\u6237 |
| | | MILD_ERR_STATICGROUP_ADD_MEMBER_UPDATE_FAILED_390=\u65e0\u6cd5\u5c06\u7528\u6237 %s \u4f5c\u4e3a\u9759\u6001\u7ec4 %s \u7684\u65b0\u6210\u5458\u8fdb\u884c\u6dfb\u52a0\uff0c\u56e0\u4e3a\u5728\u5c1d\u8bd5\u6267\u884c\u5185\u90e8\u4fee\u6539\u4ee5\u66f4\u65b0\u8be5\u7ec4\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_STATICGROUP_REMOVE_MEMBER_UPDATE_FAILED_391=\u65e0\u6cd5\u5c06\u7528\u6237 %s \u4f5c\u4e3a\u9759\u6001\u7ec4 %s \u7684\u6210\u5458\u8fdb\u884c\u5220\u9664\uff0c\u56e0\u4e3a\u5728\u5c1d\u8bd5\u6267\u884c\u5185\u90e8\u4fee\u6539\u4ee5\u66f4\u65b0\u8be5\u7ec4\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_EXTOP_PASSMOD_INSUFFICIENT_PRIVILEGES_392=\u60a8\u6ca1\u6709\u8db3\u591f\u7684\u6743\u9650\u6765\u6267\u884c\u5bc6\u7801\u91cd\u7f6e\u64cd\u4f5c |
| | | MILD_ERR_SASLDIGESTMD5_EMPTY_AUTHZID_393=\u63d0\u4f9b\u7684\u6388\u6743 ID \u4e3a\u7a7a\uff0cDIGEST-MD5 \u9a8c\u8bc1\u4e0d\u5141\u8bb8\u5b58\u5728\u8fd9\u79cd\u60c5\u51b5 |
| | | MILD_ERR_SASLDIGESTMD5_AUTHZID_INVALID_DN_394=\u63d0\u4f9b\u7684\u6388\u6743 ID %s \u5305\u542b\u65e0\u6548\u7684 DN: %s |
| | | MILD_ERR_SASLDIGESTMD5_AUTHZID_INSUFFICIENT_PRIVILEGES_395=\u8fdb\u884c\u9a8c\u8bc1\u7684\u7528\u6237 %s \u6ca1\u6709\u8db3\u591f\u7684\u6743\u9650\u6765\u4f7f\u7528\u5176\u4ed6\u7684\u6388\u6743\u8eab\u4efd |
| | | MILD_ERR_SASLDIGESTMD5_AUTHZID_NO_SUCH_ENTRY_396=\u6307\u5b9a\u4e3a\u6388\u6743\u8eab\u4efd\u7684\u6761\u76ee %s \u4e0d\u5b58\u5728 |
| | | MILD_ERR_SASLDIGESTMD5_AUTHZID_CANNOT_GET_ENTRY_397=\u65e0\u6cd5\u68c0\u7d22\u6307\u5b9a\u4e3a\u6388\u6743\u8eab\u4efd\u7684\u6761\u76ee %s: %s |
| | | MILD_ERR_SASLDIGESTMD5_AUTHZID_NO_MAPPED_ENTRY_398=\u670d\u52a1\u5668\u627e\u4e0d\u5230\u4e0e\u6388\u6743 ID %s \u5bf9\u5e94\u7684\u4efb\u4f55\u6761\u76ee |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_MAP_AUTHZID_399=\u5728\u5c1d\u8bd5\u5c06\u6388\u6743 ID %s \u6620\u5c04\u5230\u7528\u6237\u6761\u76ee\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_SASLPLAIN_AUTHZID_INVALID_DN_400=\u63d0\u4f9b\u7684\u6388\u6743 ID %s \u5305\u542b\u65e0\u6548\u7684 DN: %s |
| | | MILD_ERR_SASLPLAIN_AUTHZID_INSUFFICIENT_PRIVILEGES_401=\u8fdb\u884c\u9a8c\u8bc1\u7684\u7528\u6237 %s \u6ca1\u6709\u8db3\u591f\u7684\u6743\u9650\u6765\u6307\u5b9a\u5907\u7528\u6388\u6743 ID |
| | | MILD_ERR_SASLPLAIN_AUTHZID_NO_SUCH_ENTRY_402=\u76ee\u5f55\u670d\u52a1\u5668\u4e2d\u4e0d\u5b58\u5728\u4e0e\u6388\u6743 DN %s \u5bf9\u5e94\u7684\u6761\u76ee |
| | | MILD_ERR_SASLPLAIN_AUTHZID_CANNOT_GET_ENTRY_403=\u5728\u5c1d\u8bd5\u68c0\u7d22\u6307\u5b9a\u4e3a\u6388\u6743 ID \u7684\u6761\u76ee %s \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_SASLPLAIN_AUTHZID_NO_MAPPED_ENTRY_404=\u5728\u670d\u52a1\u5668\u4e2d\u627e\u4e0d\u5230\u4efb\u4f55\u4e0e\u6388\u6743 ID %s \u5bf9\u5e94\u7684\u6761\u76ee |
| | | MILD_ERR_SASLPLAIN_AUTHZID_CANNOT_MAP_AUTHZID_405=\u5728\u5c1d\u8bd5\u5c06\u6388\u6743 ID %s \u6620\u5c04\u5230\u7528\u6237\u6761\u76ee\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | INFO_SASLEXTERNAL_DESCRIPTION_CERT_MAPPER_DN_406=\u914d\u7f6e\u6761\u76ee\u7684 DN\uff0c\u8be5\u914d\u7f6e\u6761\u76ee\u7528\u4e8e\u5b9a\u4e49\u5c06\u8bc1\u4e66\u6620\u5c04\u5230\u7528\u6237\u6761\u76ee\u65f6\u4f7f\u7528\u7684\u8bc1\u4e66\u6620\u5c04\u5668\u3002\u5bf9\u6b64\u914d\u7f6e\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | MILD_ERR_SASLEXTERNAL_NO_CERTIFICATE_MAPPER_DN_407=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u5c5e\u6027 ds-cfg-certificate-mapper\uff0c\u9700\u8981\u4f7f\u7528\u8be5\u5c5e\u6027\u6307\u5b9a\u5c06\u8bc1\u4e66\u6620\u5c04\u5230\u7528\u6237\u6761\u76ee\u65f6\u5e94\u4f7f\u7528\u7684\u8bc1\u4e66\u6620\u5c04\u5668 |
| | | MILD_ERR_SASLEXTERNAL_INVALID_CERTIFICATE_MAPPER_DN_408=\u914d\u7f6e\u6761\u76ee %s \u5305\u542b\u8bc1\u4e66\u6620\u5c04\u5668 DN %s\uff0c\u4f46\u672a\u5728\u76ee\u5f55\u670d\u52a1\u5668\u4e2d\u542f\u7528\u8be5\u8bc1\u4e66\u6620\u5c04\u5668 |
| | | MILD_ERR_SASLEXTERNAL_CANNOT_GET_CERT_MAPPER_DN_409=\u5728\u5c1d\u8bd5\u4ece\u914d\u7f6e\u6761\u76ee %s \u4e2d\u68c0\u7d22\u8bc1\u4e66\u6620\u5c04\u5668 DN \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | INFO_SASLEXTERNAL_UPDATED_CERT_MAPPER_DN_410=\u914d\u7f6e\u6761\u76ee %s \u4e2d\u7684\u5c5e\u6027 ds-cfg-certificate-mapper \u5df2\u66f4\u65b0\u3002\u73b0\u5728\uff0c\u4f1a\u4f7f\u7528\u8bc1\u4e66\u6620\u5c04\u5668 %s \u5c06\u8bc1\u4e66\u6620\u5c04\u5230\u7528\u6237\u6761\u76ee |
| | | INFO_SDTUACM_DESCRIPTION_SUBJECT_ATTR_411=\u7528\u6237\u6761\u76ee\u4e2d\u5c5e\u6027\u7c7b\u578b\u7684\u540d\u79f0\uff0c\u8be5\u5c5e\u6027\u5305\u542b\u8be5\u7528\u6237\u62e5\u6709\u7684\u8bc1\u4e66\u7684\u4e3b\u4f53\u3002\u5bf9\u6b64\u914d\u7f6e\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_SDTUACM_NO_SUBJECT_ATTR_412=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u5fc5\u9700\u5c5e\u6027 %s\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u5b9a\u54ea\u4e2a\u5c5e\u6027\u5e94\u5305\u542b\u7528\u6237\u62e5\u6709\u7684\u8bc1\u4e66\u7684\u4e3b\u4f53 |
| | | SEVERE_ERR_SDTUACM_NO_SUCH_ATTR_413=\u914d\u7f6e\u6761\u76ee %s \u6307\u793a\u5e94\u5728\u5c5e\u6027 %s \u4e2d\u4fdd\u5b58\u8bc1\u4e66\u4e3b\u4f53\uff0c\u4f46\u672a\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5b9a\u4e49\u8be5\u5c5e\u6027 |
| | | SEVERE_ERR_SDTUACM_CANNOT_GET_SUBJECT_ATTR_414=\u5728\u5c1d\u8bd5\u901a\u8fc7\u914d\u7f6e\u6761\u76ee %s \u786e\u5b9a\u4fdd\u5b58\u8bc1\u4e66\u4e3b\u4f53\u65f6\u5e94\u4f7f\u7528\u7684\u5c5e\u6027\u7c7b\u578b\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | INFO_SDTUACM_DESCRIPTION_BASE_DN_415=\u57fa DN\uff0c\u5c06\u5728\u5176\u4e0b\u6267\u884c\u67e5\u627e\u5339\u914d\u7528\u6237\u6761\u76ee\u7684\u641c\u7d22\u3002\u5982\u679c\u672a\u63d0\u4f9b\u57fa DN\uff0c\u670d\u52a1\u5668\u5c06\u5728\u6240\u6709\u516c\u5171\u547d\u540d\u4e0a\u4e0b\u6587\u4e0b\u8fdb\u884c\u641c\u7d22\u3002\u5bf9\u6b64\u914d\u7f6e\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_SDTUACM_CANNOT_GET_BASE_DN_416=\u5728\u5c1d\u8bd5\u901a\u8fc7\u914d\u7f6e\u6761\u76ee %s \u786e\u5b9a\u641c\u7d22\u57fa DN \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_SDTUACM_NO_PEER_CERTIFICATE_417=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u8bc1\u4e66\u94fe\u6620\u5c04\u5230\u7528\u6237\u6761\u76ee\uff0c\u56e0\u4e3a\u6ca1\u6709\u53ef\u7528\u7684\u5bf9\u7b49\u8bc1\u4e66 |
| | | SEVERE_ERR_SDTUACM_PEER_CERT_NOT_X509_418=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u8bc1\u4e66\u94fe\u6620\u5c04\u5230\u7528\u6237\uff0c\u56e0\u4e3a\u5bf9\u7b49\u8bc1\u4e66\u4e0d\u662f X.509 \u8bc1\u4e66\uff08\u5bf9\u7b49\u8bc1\u4e66\u683c\u5f0f\u4e3a %s\uff09 |
| | | SEVERE_ERR_SDTUACM_MULTIPLE_MATCHING_ENTRIES_419=\u65e0\u6cd5\u5c06\u4e3b\u4f53\u4e3a %s \u7684\u8bc1\u4e66\u6070\u597d\u6620\u5c04\u5230\u4e00\u4e2a\u7528\u6237\u3002\u5b83\u5c06\u540c\u65f6\u6620\u5c04\u5230 %s \u548c %s |
| | | INFO_SATUACM_DESCRIPTION_ATTR_MAP_420=\u7528\u6237\u6761\u76ee\u4e2d\u5c5e\u6027\u7c7b\u578b\u7684\u540d\u79f0\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u5b9a\u4e49\u8bc1\u4e66\u4e3b\u4f53\u4e2d\u7684\u5c5e\u6027\u548c\u7528\u6237\u6761\u76ee\u4e2d\u7684\u5c5e\u6027\u4e4b\u95f4\u7684\u6620\u5c04\u3002\u503c\u5e94\u91c7\u7528 'certattr:userattr' \u683c\u5f0f\u3002\u5bf9\u6b64\u914d\u7f6e\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_SATUACM_NO_MAP_ATTR_421=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u5fc5\u9700\u5c5e\u6027 %s\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u5b9a\u8bc1\u4e66\u4e3b\u4f53\u4e2d\u7684\u5c5e\u6027\u548c\u7528\u6237\u6761\u76ee\u4e2d\u7684\u5c5e\u6027\u4e4b\u95f4\u7684\u6620\u5c04 |
| | | SEVERE_ERR_SATUACM_INVALID_MAP_FORMAT_422=\u914d\u7f6e\u6761\u76ee %s \u5177\u6709\u503c '%s'\uff0c\u8be5\u503c\u4e0d\u7b26\u5408\u5c5e\u6027\u6620\u5c04\u6240\u9700\u7684\u683c\u5f0f\u3002\u6240\u9700\u7684\u683c\u5f0f\u4e3a 'certattr:userattr' |
| | | SEVERE_ERR_SATUACM_DUPLICATE_CERT_ATTR_423=\u914d\u7f6e\u6761\u76ee %s \u5305\u542b\u591a\u4e2a\u8bc1\u4e66\u5c5e\u6027 %s \u7684\u6620\u5c04 |
| | | SEVERE_ERR_SATUACM_NO_SUCH_ATTR_424=\u914d\u7f6e\u6761\u76ee %2$s \u4e2d\u7684\u6620\u5c04 %1$s \u5f15\u7528\u4e86\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u672a\u5b9a\u4e49\u7684\u5c5e\u6027 %3$s |
| | | SEVERE_ERR_SATUACM_DUPLICATE_USER_ATTR_425=\u914d\u7f6e\u6761\u76ee %s \u5305\u542b\u591a\u4e2a\u7528\u6237\u5c5e\u6027 %s \u7684\u6620\u5c04 |
| | | SEVERE_ERR_SATUACM_CANNOT_GET_ATTR_MAP_426=\u5728\u5c1d\u8bd5\u901a\u8fc7\u914d\u7f6e\u6761\u76ee %s \u786e\u5b9a\u5c5e\u6027\u6620\u5c04\u96c6\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | INFO_SATUACM_DESCRIPTION_BASE_DN_427=\u57fa DN\uff0c\u5c06\u5728\u5176\u4e0b\u6267\u884c\u67e5\u627e\u5339\u914d\u7528\u6237\u6761\u76ee\u7684\u641c\u7d22\u3002\u5982\u679c\u672a\u63d0\u4f9b\u57fa DN\uff0c\u670d\u52a1\u5668\u5c06\u5728\u6240\u6709\u516c\u5171\u547d\u540d\u4e0a\u4e0b\u6587\u4e0b\u8fdb\u884c\u641c\u7d22\u3002\u5bf9\u6b64\u914d\u7f6e\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_SATUACM_CANNOT_GET_BASE_DN_428=\u5728\u5c1d\u8bd5\u901a\u8fc7\u914d\u7f6e\u6761\u76ee %s \u786e\u5b9a\u641c\u7d22\u57fa DN \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_SATUACM_NO_PEER_CERTIFICATE_429=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u8bc1\u4e66\u94fe\u6620\u5c04\u5230\u7528\u6237\u6761\u76ee\uff0c\u56e0\u4e3a\u6ca1\u6709\u53ef\u7528\u7684\u5bf9\u7b49\u8bc1\u4e66 |
| | | SEVERE_ERR_SATUACM_PEER_CERT_NOT_X509_430=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u8bc1\u4e66\u94fe\u6620\u5c04\u5230\u7528\u6237\uff0c\u56e0\u4e3a\u5bf9\u7b49\u8bc1\u4e66\u4e0d\u662f X.509 \u8bc1\u4e66\uff08\u5bf9\u7b49\u8bc1\u4e66\u683c\u5f0f\u4e3a %s\uff09 |
| | | SEVERE_ERR_SATUACM_CANNOT_DECODE_SUBJECT_AS_DN_431=\u65e0\u6cd5\u5c06\u5bf9\u7b49\u8bc1\u4e66\u4e3b\u4f53 %s \u89e3\u7801\u4e3a DN: %s |
| | | SEVERE_ERR_SATUACM_NO_MAPPABLE_ATTRIBUTES_432=\u5bf9\u7b49\u8bc1\u4e66\u4e3b\u4f53 %s \u4e0d\u5305\u542b\u4efb\u4f55\u5df2\u5efa\u7acb\u6620\u5c04\u7684\u5c5e\u6027 |
| | | SEVERE_ERR_SATUACM_MULTIPLE_MATCHING_ENTRIES_433=\u65e0\u6cd5\u5c06\u4e3b\u4f53\u4e3a %s \u7684\u8bc1\u4e66\u6070\u597d\u6620\u5c04\u5230\u4e00\u4e2a\u7528\u6237\u3002\u5b83\u5c06\u540c\u65f6\u6620\u5c04\u5230 %s \u548c %s |
| | | INFO_FCM_DESCRIPTION_FINGERPRINT_ATTR_434=\u7528\u6237\u6761\u76ee\u4e2d\u5c5e\u6027\u7c7b\u578b\u7684\u540d\u79f0\uff0c\u8be5\u5c5e\u6027\u5305\u542b\u8be5\u7528\u6237\u62e5\u6709\u7684\u8bc1\u4e66\u7684\u6307\u7eb9\u3002\u5bf9\u6b64\u914d\u7f6e\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_FCM_NO_FINGERPRINT_ATTR_435=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u5fc5\u9700\u5c5e\u6027 %s\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u5b9a\u5e94\u5305\u542b\u7528\u6237\u62e5\u6709\u7684\u8bc1\u4e66\u6307\u7eb9\u7684\u5c5e\u6027 |
| | | SEVERE_ERR_FCM_NO_SUCH_ATTR_436=\u914d\u7f6e\u6761\u76ee %s \u6307\u793a\u5e94\u5728\u5c5e\u6027 %s \u4e2d\u4fdd\u5b58\u8bc1\u4e66\u6307\u7eb9\uff0c\u4f46\u672a\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5b9a\u4e49\u8be5\u5c5e\u6027 |
| | | SEVERE_ERR_FCM_CANNOT_GET_FINGERPRINT_ATTR_437=\u5728\u5c1d\u8bd5\u901a\u8fc7\u914d\u7f6e\u6761\u76ee %s \u786e\u5b9a\u4fdd\u5b58\u8bc1\u4e66\u6307\u7eb9\u65f6\u5e94\u4f7f\u7528\u7684\u5c5e\u6027\u7c7b\u578b\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | INFO_FCM_DESCRIPTION_FINGERPRINT_ALGORITHM_438=\u7528\u4e8e\u8bc1\u4e66\u6307\u7eb9\u7684\u6458\u8981\u7b97\u6cd5\u7684\u540d\u79f0\u3002\u8be5\u503c\u5e94\u8be5\u4e3a 'MD5' \u6216 'SHA1'\u3002\u5bf9\u6b64\u914d\u7f6e\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_FCM_NO_FINGERPRINT_ALGORITHM_439=\u914d\u7f6e\u6761\u76ee %s \u4e0d\u5305\u542b\u5fc5\u9700\u5c5e\u6027 %s\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u5b9a\u8ba1\u7b97\u8bc1\u4e66\u6307\u7eb9\u65f6\u5e94\u4f7f\u7528\u7684\u6458\u8981\u7b97\u6cd5 |
| | | SEVERE_ERR_FCM_CANNOT_GET_FINGERPRINT_ALGORITHM_440=\u5728\u5c1d\u8bd5\u901a\u8fc7\u914d\u7f6e\u6761\u76ee %s \u786e\u5b9a\u6458\u8981\u7b97\u6cd5\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | INFO_FCM_DESCRIPTION_BASE_DN_441=\u57fa DN\uff0c\u5c06\u5728\u5176\u4e0b\u6267\u884c\u67e5\u627e\u5339\u914d\u7528\u6237\u6761\u76ee\u7684\u641c\u7d22\u3002\u5982\u679c\u672a\u63d0\u4f9b\u57fa DN\uff0c\u670d\u52a1\u5668\u5c06\u5728\u6240\u6709\u516c\u5171\u547d\u540d\u4e0a\u4e0b\u6587\u4e0b\u8fdb\u884c\u641c\u7d22\u3002\u5bf9\u6b64\u914d\u7f6e\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_FCM_CANNOT_GET_BASE_DN_442=\u5728\u5c1d\u8bd5\u901a\u8fc7\u914d\u7f6e\u6761\u76ee %s \u786e\u5b9a\u641c\u7d22\u57fa DN \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_FCM_NO_PEER_CERTIFICATE_443=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u8bc1\u4e66\u94fe\u6620\u5c04\u5230\u7528\u6237\u6761\u76ee\uff0c\u56e0\u4e3a\u6ca1\u6709\u53ef\u7528\u7684\u5bf9\u7b49\u8bc1\u4e66 |
| | | SEVERE_ERR_FCM_PEER_CERT_NOT_X509_444=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u8bc1\u4e66\u94fe\u6620\u5c04\u5230\u7528\u6237\uff0c\u56e0\u4e3a\u5bf9\u7b49\u8bc1\u4e66\u4e0d\u662f X.509 \u8bc1\u4e66\uff08\u5bf9\u7b49\u8bc1\u4e66\u683c\u5f0f\u4e3a %s\uff09 |
| | | SEVERE_ERR_FCM_CANNOT_CALCULATE_FINGERPRINT_445=\u5728\u5c1d\u8bd5\u8ba1\u7b97\u4e3b\u4f53\u4e3a %s \u7684\u5bf9\u7b49\u8bc1\u4e66\u7684\u6307\u7eb9\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_FCM_MULTIPLE_MATCHING_ENTRIES_446=\u65e0\u6cd5\u5c06\u6307\u7eb9\u4e3a %s \u7684\u8bc1\u4e66\u6070\u597d\u6620\u5c04\u5230\u4e00\u4e2a\u7528\u6237\u3002\u5b83\u5c06\u540c\u65f6\u6620\u5c04\u5230 %s \u548c %s |
| | | MILD_ERR_DYNAMICGROUP_CANNOT_DECODE_MEMBERURL_447=\u65e0\u6cd5\u5c06\u6761\u76ee "%2$s" \u4e2d\u7684\u503c "%1$s" \u89e3\u7801\u4e3a LDAP URL: %3$s |
| | | MILD_ERR_DYNAMICGROUP_NESTING_NOT_SUPPORTED_448=\u52a8\u6001\u7ec4\u4e0d\u652f\u6301\u5d4c\u5957\u7ec4 |
| | | MILD_ERR_DYNAMICGROUP_ALTERING_MEMBERS_NOT_SUPPORTED_449=\u52a8\u6001\u7ec4\u4e0d\u652f\u6301\u663e\u5f0f\u66f4\u6539\u5176\u6210\u5458\u8d44\u683c |
| | | MILD_WARN_DYNAMICGROUP_NONEXISTENT_BASE_DN_450=\u670d\u52a1\u5668\u4e2d\u4e0d\u5b58\u5728\u52a8\u6001\u7ec4 %2$s \u4e2d\u6307\u5b9a\u7684\u57fa DN %1$s |
| | | SEVERE_ERR_DYNAMICGROUP_INTERNAL_SEARCH_FAILED_451=\u5728\u5c1d\u8bd5\u4f7f\u7528\u57fa DN %s \u548c\u8fc7\u6ee4\u5668 %s \u6267\u884c\u5185\u90e8\u641c\u7d22\u4ee5\u89e3\u6790\u52a8\u6001\u7ec4 %s \u7684\u6210\u5458\u5217\u8868\u65f6\u51fa\u73b0\u9519\u8bef\uff1a\u7ed3\u679c\u4ee3\u7801 %s\uff0c\u9519\u8bef\u6d88\u606f %s |
| | | SEVERE_ERR_DYNAMICGROUP_CANNOT_RETURN_ENTRY_452=\u5728\u5c1d\u8bd5\u5c06\u7528\u6237 %s \u6dfb\u52a0\u5230\u52a8\u6001\u7ec4 %s \u7684\u6210\u5458\u5217\u8868\u4e2d\u65f6\u670d\u52a1\u5668\u9047\u5230\u8d85\u65f6\u9519\u8bef |
| | | INFO_PWDIFFERENCEVALIDATOR_DESCRIPTION_MIN_DIFFERENCE_453=\u5141\u8bb8\u5bc6\u7801\u5305\u542b\u7684\u6700\u5c0f\u5dee\u5f02\u3002\u5982\u679c\u503c\u4e3a 0\uff0c\u5219\u8868\u793a\u6ca1\u6709\u6700\u5c0f\u5dee\u5f02\u3002\u5bf9\u6b64\u914d\u7f6e\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | MILD_ERR_PWDIFFERENCEVALIDATOR_CANNOT_DETERMINE_MIN_DIFFERENCE_454=\u5728\u5c1d\u8bd5\u901a\u8fc7 ds-cfg-min-password-difference \u5c5e\u6027\u786e\u5b9a\u5141\u8bb8\u7684\u6700\u5c0f\u5bc6\u7801\u5dee\u5f02\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | INFO_PWDIFFERENCEVALIDATOR_UPDATED_MIN_DIFFERENCE_455=\u6700\u5c0f\u5bc6\u7801\u5dee\u5f02\u5df2\u66f4\u65b0\u4e3a %d |
| | | MILD_ERR_PWDIFFERENCEVALIDATOR_TOO_SMALL_456=\u63d0\u4f9b\u7684\u5bc6\u7801\u6240\u5177\u6709\u7684\u5dee\u5f02\u5c11\u4e8e\u6240\u9700\u7684\u6700\u5c0f\u5dee\u5f02\uff08%d \u4e2a\u5b57\u7b26\uff09 |
| | | MILD_ERR_REPEATEDCHARS_VALIDATOR_TOO_MANY_CONSECUTIVE_457=\u63d0\u4f9b\u7684\u5bc6\u7801\u5305\u542b\u592a\u591a\u8fde\u7eed\u51fa\u73b0\u7684\u76f8\u540c\u5b57\u7b26\u5b9e\u4f8b\u3002\u76f8\u540c\u5b57\u7b26\u53ef\u4ee5\u5728\u5bc6\u7801\u4e2d\u8fde\u7eed\u51fa\u73b0\u7684\u6700\u5927\u6b21\u6570\u4e3a %d \u6b21 |
| | | MILD_ERR_UNIQUECHARS_VALIDATOR_NOT_ENOUGH_UNIQUE_CHARS_458=\u63d0\u4f9b\u7684\u5bc6\u7801\u672a\u5305\u542b\u8db3\u591f\u7684\u552f\u4e00\u5b57\u7b26\u3002\u7528\u6237\u5bc6\u7801\u4e2d\u53ef\u5305\u542b\u7684\u6700\u5c11\u552f\u4e00\u5b57\u7b26\u6570\u4e3a %d \u4e2a |
| | | MILD_ERR_SUBSCHEMASUBENTRY_VATTR_NOT_SEARCHABLE_459=\u65e0\u6cd5\u641c\u7d22 %s \u5c5e\u6027\uff0c\u5e76\u4e14\u4e0d\u5e94\u5c06\u5176\u5305\u542b\u5728\u5176\u4ed6\u672a\u7f16\u5165\u7d22\u5f15\u7684\u641c\u7d22\u8fc7\u6ee4\u5668\u4e2d |
| | | MILD_ERR_DICTIONARY_VALIDATOR_PASSWORD_IN_DICTIONARY_460=\u5728\u670d\u52a1\u5668\u5b57\u5178\u4e2d\u627e\u5230\u4e86\u63d0\u4f9b\u7684\u5bc6\u7801 |
| | | MILD_ERR_DICTIONARY_VALIDATOR_NO_SUCH_FILE_461=\u6307\u5b9a\u7684\u5b57\u5178\u6587\u4ef6 %s \u4e0d\u5b58\u5728 |
| | | MILD_ERR_DICTIONARY_VALIDATOR_CANNOT_READ_FILE_462=\u5728\u5c1d\u8bd5\u4ece\u6587\u4ef6 %s \u4e2d\u52a0\u8f7d\u5b57\u5178\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_ATTRVALUE_VALIDATOR_PASSWORD_IN_ENTRY_463=\u5728\u7528\u6237\u6761\u76ee\u7684\u53e6\u4e00\u4e2a\u5c5e\u6027\u4e2d\u627e\u5230\u4e86\u63d0\u4f9b\u7684\u5bc6\u7801 |
| | | MILD_ERR_CHARSET_VALIDATOR_ILLEGAL_CHARACTER_464=\u63d0\u4f9b\u7684\u5bc6\u7801\u5305\u542b\u4e0d\u5141\u8bb8\u5728\u5bc6\u7801\u4e2d\u4f7f\u7528\u7684\u5b57\u7b26 '%s' |
| | | MILD_ERR_CHARSET_VALIDATOR_TOO_FEW_CHARS_FROM_SET_465=\u63d0\u4f9b\u7684\u5bc6\u7801\u672a\u5305\u542b\u8db3\u591f\u7684\u5b57\u7b26\u96c6 '%s' \u4e2d\u7684\u5b57\u7b26\u3002\u7528\u6237\u5bc6\u7801\u4e2d\u5fc5\u987b\u5305\u542b\u81f3\u5c11 %d \u4e2a\u8be5\u5b57\u7b26\u96c6\u4e2d\u7684\u5b57\u7b26 |
| | | MILD_ERR_CHARSET_VALIDATOR_NO_COLON_466=\u63d0\u4f9b\u7684\u5b57\u7b26\u96c6\u5b9a\u4e49 '%s' \u65e0\u6548\uff0c\u56e0\u4e3a\u5b83\u4e0d\u5305\u542b\u5c06\u6700\u5c0f\u8ba1\u6570\u4e0e\u5b57\u7b26\u96c6\u9694\u5f00\u7684\u5192\u53f7 |
| | | MILD_ERR_CHARSET_VALIDATOR_NO_CHARS_467=\u63d0\u4f9b\u7684\u5b57\u7b26\u96c6\u5b9a\u4e49 '%s' \u65e0\u6548\uff0c\u56e0\u4e3a\u63d0\u4f9b\u7684\u5b57\u7b26\u96c6\u4e3a\u7a7a |
| | | MILD_ERR_CHARSET_VALIDATOR_INVALID_COUNT_468=\u63d0\u4f9b\u7684\u5b57\u7b26\u96c6\u5b9a\u4e49 '%s' \u65e0\u6548\uff0c\u56e0\u4e3a\u5192\u53f7\u524d\u9762\u7684\u503c\u5fc5\u987b\u4e3a\u5927\u4e8e\u96f6\u7684\u6574\u6570 |
| | | MILD_ERR_CHARSET_VALIDATOR_DUPLICATE_CHAR_469=\u63d0\u4f9b\u7684\u5b57\u7b26\u96c6\u5b9a\u4e49 '%s' \u65e0\u6548\uff0c\u56e0\u4e3a\u5b83\u5305\u542b\u5df2\u4f7f\u7528\u7684\u5b57\u7b26 '%s' |
| | | MILD_ERR_VIRTUAL_STATIC_GROUP_MULTIPLE_TARGETS_470=\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u865a\u62df\u9759\u6001\u7ec4\u5305\u542b\u591a\u4e2a\u76ee\u6807\u7ec4 DN\uff0c\u4f46\u53ea\u5141\u8bb8\u5305\u542b\u4e00\u4e2a\u76ee\u6807\u7ec4 DN |
| | | MILD_ERR_VIRTUAL_STATIC_GROUP_CANNOT_DECODE_TARGET_471=\u65e0\u6cd5\u5c06 "%s" \u89e3\u7801\u4e3a\u7ec4 %s \u7684\u76ee\u6807 DN: %s |
| | | MILD_ERR_VIRTUAL_STATIC_GROUP_NO_TARGET_472=\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u865a\u62df\u9759\u6001\u7ec4\u4e0d\u5305\u542b\u76ee\u6807\u7ec4\u5b9a\u4e49 |
| | | MILD_ERR_VIRTUAL_STATIC_GROUP_NESTING_NOT_SUPPORTED_473=\u865a\u62df\u9759\u6001\u7ec4\u4e0d\u652f\u6301\u5d4c\u5957 |
| | | MILD_ERR_VIRTUAL_STATIC_GROUP_NO_TARGET_GROUP_474=\u865a\u62df\u9759\u6001\u7ec4 %2$s \u5f15\u7528\u7684\u76ee\u6807\u7ec4 %1$s \u4e0d\u5b58\u5728 |
| | | MILD_ERR_VIRTUAL_STATIC_GROUP_ALTERING_MEMBERS_NOT_SUPPORTED_475=\u4e0d\u5141\u8bb8\u66f4\u6539\u865a\u62df\u9759\u6001\u7ec4 %s \u7684\u6210\u5458\u8d44\u683c |
| | | MILD_ERR_VIRTUAL_STATIC_GROUP_TARGET_CANNOT_BE_VIRTUAL_476=\u865a\u62df\u9759\u6001\u7ec4 %s \u5f15\u7528\u7684\u76ee\u6807\u7ec4 %s \u672c\u8eab\u4e5f\u662f\u865a\u62df\u9759\u6001\u7ec4\u3002\u4e0d\u5141\u8bb8\u4e00\u4e2a\u865a\u62df\u9759\u6001\u7ec4\u5c06\u53e6\u4e00\u4e2a\u865a\u62df\u9759\u6001\u7ec4\u4f5c\u4e3a\u5176\u76ee\u6807\u7ec4\u8fdb\u884c\u5f15\u7528 |
| | | NOTICE_FSCACHE_RESTORE_484=\u6b63\u5728\u542f\u52a8\u6301\u4e45\u6027\u6761\u76ee\u7f13\u5b58\u72b6\u6001\u6062\u590d\uff0c\u8fd9\u53ef\u80fd\u9700\u8981\u4e00\u6bb5\u65f6\u95f4 |
| | | NOTICE_FSCACHE_SAVE_485=\u6b63\u5728\u4f7f\u6761\u76ee\u7f13\u5b58\u72b6\u6001\u5177\u6709\u6301\u4e45\u6027\uff0c\u8fd9\u53ef\u80fd\u9700\u8981\u4e00\u6bb5\u65f6\u95f4 |
| | | FATAL_ERR_FSCACHE_CANNOT_INITIALIZE_486=\u5728\u5c1d\u8bd5\u521d\u59cb\u5316\u6587\u4ef6\u7cfb\u7edf\u6761\u76ee\u7f13\u5b58\u65f6\u51fa\u73b0\u81f4\u547d\u9519\u8bef: %s |
| | | SEVERE_ERR_FSCACHE_CANNOT_LOAD_PERSISTENT_DATA_487=\u5728\u5c1d\u8bd5\u52a0\u8f7d\u6301\u4e45\u6027\u7f13\u5b58\u65f6\u51fa\u73b0\u9519\u8bef\u3002\u5c06\u7acb\u5373\u5237\u65b0\u6301\u4e45\u6027\u7f13\u5b58 |
| | | SEVERE_ERR_FSCACHE_CANNOT_STORE_PERSISTENT_DATA_488=\u5728\u5c1d\u8bd5\u5b58\u50a8\u6301\u4e45\u6027\u7f13\u5b58\u65f6\u51fa\u73b0\u9519\u8bef\u3002\u5c06\u7acb\u5373\u5237\u65b0\u6301\u4e45\u6027\u7f13\u5b58 |
| | | SEVERE_ERR_FSCACHE_CANNOT_STORE_ENTRY_489=\u65e0\u6cd5\u5728\u6587\u4ef6\u7cfb\u7edf\u6761\u76ee\u7f13\u5b58\u4e2d\u5b58\u50a8\u65b0\u7684\u7f13\u5b58\u6761\u76ee |
| | | SEVERE_ERR_FSCACHE_CANNOT_RETRIEVE_ENTRY_490=\u65e0\u6cd5\u4ece\u6587\u4ef6\u7cfb\u7edf\u6761\u76ee\u7f13\u5b58\u4e2d\u68c0\u7d22\u73b0\u6709\u7684\u7f13\u5b58\u6761\u76ee |
| | | SEVERE_ERR_FSCACHE_CANNOT_SET_JE_MEMORY_PCT_491=\u5728\u5c1d\u8bd5\u4ee5\u767e\u5206\u6bd4\u5f62\u5f0f\u8bbe\u7f6e\u6761\u76ee\u7f13\u5b58\u540e\u7aef\u5185\u90e8\u7f13\u5b58\u5927\u5c0f\u65f6\u51fa\u73b0\u5185\u90e8\u9519\u8bef\u3002\u5c06\u6539\u7528\u4ee5\u524d\u7684\u503c\u6216\u9ed8\u8ba4\u503c |
| | | SEVERE_ERR_FSCACHE_CANNOT_SET_JE_MEMORY_SIZE_492=\u5728\u5c1d\u8bd5\u4ee5\u5b57\u8282\u5f62\u5f0f\u8bbe\u7f6e\u6761\u76ee\u7f13\u5b58\u540e\u7aef\u5185\u90e8\u7f13\u5b58\u5927\u5c0f\u65f6\u51fa\u73b0\u5185\u90e8\u9519\u8bef\u3002\u5c06\u6539\u7528\u4ee5\u524d\u7684\u503c\u6216\u9ed8\u8ba4\u503c |
| | | SEVERE_ERR_FSCACHE_CANNOT_SET_JE_PROPERTIES_493=\u5728\u5c1d\u8bd5\u8bbe\u7f6e\u6761\u76ee\u7f13\u5b58\u540e\u7aef Berkeley \u6570\u636e\u5e93 JE \u5c5e\u6027\u65f6\u51fa\u73b0\u5185\u90e8\u9519\u8bef: %s |
| | | FATAL_ERR_FSCACHE_HOMELESS_494=\u5728\u5c1d\u8bd5\u8bbe\u7f6e\u6587\u4ef6\u7cfb\u7edf\u6761\u76ee\u7f13\u5b58\u4e3b\u76ee\u5f55\u65f6\u51fa\u73b0\u81f4\u547d\u9519\u8bef\u3002\u627e\u4e0d\u5230\u5408\u9002\u7684\u8def\u5f84\u6765\u6258\u7ba1\u7f13\u5b58\u4e3b\u76ee\u5f55 |
| | | SEVERE_WARN_FSCACHE_SET_PERMISSIONS_FAILED_495=\u65e0\u6cd5\u4e3a\u6587\u4ef6\u7cfb\u7edf\u6761\u76ee\u7f13\u5b58\u540e\u7aef\u6570\u636e\u5e93\u76ee\u5f55 %s \u8bbe\u7f6e\u6587\u4ef6\u6743\u9650 |
| | | SEVERE_WARN_FSCACHE_OFFLINE_STATE_FAIL_496=%s \u540e\u7aef\u5f53\u524d\u7684\u8131\u673a\u72b6\u6001\u4e0e\u6301\u4e45\u6027\u7f13\u5b58\u4e0a\u6b21\u8bb0\u5f55\u7684\u8131\u673a\u72b6\u6001\u4e0d\u5339\u914d\u3002\u73b0\u5df2\u653e\u5f03\u8be5\u540e\u7aef\u7684\u6240\u6709\u5df2\u7f13\u5b58\u6570\u636e |
| | | NOTICE_FSCACHE_RESTORE_REPORT_497=\u5df2\u5c06 %d \u4e2a\u6301\u4e45\u6027\u7f13\u5b58\u6761\u76ee\u6062\u590d\u5230\u6761\u76ee\u7f13\u5b58\u4e2d |
| | | NOTICE_FSCACHE_SAVE_REPORT_498=\u5df2\u4f7f %d \u4e2a\u7f13\u5b58\u6761\u76ee\u5177\u6709\u6301\u4e45\u6027 |
| | | NOTICE_FSCACHE_INDEX_NOT_FOUND_499=\u627e\u4e0d\u5230\u4efb\u4f55\u4ee5\u524d\u7684\u6301\u4e45\u6027\u7f13\u5b58\u72b6\u6001\u3002\u6b63\u5728\u4ece\u7a7a\u7f13\u5b58\u5f00\u59cb\u8fdb\u884c\u64cd\u4f5c |
| | | SEVERE_ERR_FSCACHE_INDEX_IMPAIRED_500=\u6301\u4e45\u6027\u7f13\u5b58\u7d22\u5f15\u4e0d\u4e00\u81f4\u6216\u5df2\u635f\u574f\u3002\u5c06\u7acb\u5373\u5237\u65b0\u6301\u4e45\u6027\u7f13\u5b58 |
| | | MILD_ERR_ENTRYUUID_VATTR_NOT_SEARCHABLE_501=\u65e0\u6cd5\u641c\u7d22 %s \u5c5e\u6027\uff0c\u5e76\u4e14\u4e0d\u5e94\u5c06\u5176\u5305\u542b\u5728\u5176\u4ed6\u672a\u7f16\u5165\u7d22\u5f15\u7684\u641c\u7d22\u8fc7\u6ee4\u5668\u4e2d |
| | | SEVERE_ERR_PWPSTATE_EXTOP_NO_PRIVILEGE_502=\u60a8\u6ca1\u6709\u8db3\u591f\u7684\u6743\u9650\u6765\u4f7f\u7528\u5bc6\u7801\u7b56\u7565\u72b6\u6001\u6269\u5c55\u64cd\u4f5c |
| | | SEVERE_ERR_PWPSTATE_EXTOP_NO_REQUEST_VALUE_503=\u63d0\u4f9b\u7684\u5bc6\u7801\u7b56\u7565\u72b6\u6001\u6269\u5c55\u8bf7\u6c42\u4e0d\u5305\u542b\u8bf7\u6c42\u503c |
| | | SEVERE_ERR_PWPSTATE_EXTOP_DECODE_FAILURE_504=\u5728\u5c1d\u8bd5\u5bf9\u5bc6\u7801\u7b56\u7565\u72b6\u6001\u6269\u5c55\u8bf7\u6c42\u503c\u8fdb\u884c\u89e3\u7801\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | SEVERE_ERR_PWPSTATE_EXTOP_MULTIPLE_ENTRIES_505=\u627e\u5230\u591a\u4e2a DN \u4e3a %s \u7684\u6761\u76ee |
| | | SEVERE_ERR_PWPSTATE_EXTOP_INVALID_OP_ENCODING_506=\u5728\u5c1d\u8bd5\u5bf9\u5bc6\u7801\u7b56\u7565\u72b6\u6001\u6269\u5c55\u8bf7\u6c42\u4e2d\u7684\u64cd\u4f5c\u8fdb\u884c\u89e3\u7801\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | SEVERE_ERR_PWPSTATE_EXTOP_NO_DISABLED_VALUE_507=\u6ca1\u6709\u4e3a\u5bc6\u7801\u7b56\u7565\u72b6\u6001\u64cd\u4f5c\uff08\u7528\u4e8e\u4e3a\u7528\u6237\u8bbe\u7f6e\u7981\u7528\u72b6\u6001\uff09\u63d0\u4f9b\u4efb\u4f55\u503c\u3002\u5fc5\u987b\u6070\u597d\u63d0\u4f9b\u4e00\u4e2a\u503c\uff08\u201c\u771f\u201d\u6216\u201c\u5047\u201d\uff09 |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_DISABLED_VALUE_COUNT_508=\u4e3a\u5bc6\u7801\u7b56\u7565\u72b6\u6001\u64cd\u4f5c\uff08\u7528\u4e8e\u4e3a\u7528\u6237\u8bbe\u7f6e\u7981\u7528\u72b6\u6001\uff09\u63d0\u4f9b\u4e86\u591a\u4e2a\u503c\u3002\u5fc5\u987b\u6070\u597d\u63d0\u4f9b\u4e00\u4e2a\u503c\uff08\u201c\u771f\u201d\u6216\u201c\u5047\u201d\uff09 |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_DISABLED_VALUE_509=\u4e3a\u5bc6\u7801\u7b56\u7565\u72b6\u6001\u64cd\u4f5c\uff08\u7528\u4e8e\u4e3a\u7528\u6237\u8bbe\u7f6e\u7981\u7528\u72b6\u6001\uff09\u63d0\u4f9b\u7684\u503c\u65e0\u6548\u3002\u8be5\u503c\u5fc5\u987b\u4e3a\u201c\u771f\u201d\u6216\u201c\u5047\u201d |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_ACCT_EXP_VALUE_COUNT_510=\u4e3a\u5bc6\u7801\u7b56\u7565\u72b6\u6001\u64cd\u4f5c\uff08\u7528\u4e8e\u4e3a\u7528\u6237\u8bbe\u7f6e\u5e10\u6237\u5230\u671f\u65f6\u95f4\uff09\u63d0\u4f9b\u4e86\u591a\u4e2a\u503c\u3002\u5fc5\u987b\u6070\u597d\u63d0\u4f9b\u4e00\u4e2a\u503c |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_ACCT_EXP_VALUE_511=\u4e3a\u5bc6\u7801\u7b56\u7565\u72b6\u6001\u64cd\u4f5c\uff08\u7528\u4e8e\u8bbe\u7f6e\u5e10\u6237\u5230\u671f\u65f6\u95f4\uff09\u63d0\u4f9b\u7684\u503c %s \u65e0\u6548: %s\u3002\u5e94\u4f7f\u7528\u901a\u7528\u65f6\u95f4\u683c\u5f0f\u6307\u5b9a\u8be5\u503c |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_PWCHANGETIME_VALUE_COUNT_512=\u4e3a\u5bc6\u7801\u7b56\u7565\u72b6\u6001\u64cd\u4f5c\uff08\u7528\u4e8e\u4e3a\u7528\u6237\u8bbe\u7f6e\u5bc6\u7801\u66f4\u6539\u65f6\u95f4\uff09\u63d0\u4f9b\u4e86\u591a\u4e2a\u503c\u3002\u5fc5\u987b\u6070\u597d\u63d0\u4f9b\u4e00\u4e2a\u503c |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_PWCHANGETIME_VALUE_513=\u4e3a\u5bc6\u7801\u7b56\u7565\u72b6\u6001\u64cd\u4f5c\uff08\u7528\u4e8e\u8bbe\u7f6e\u5bc6\u7801\u66f4\u6539\u65f6\u95f4\uff09\u63d0\u4f9b\u7684\u503c %s \u65e0\u6548: %s\u3002\u5e94\u4f7f\u7528\u901a\u7528\u65f6\u95f4\u683c\u5f0f\u6307\u5b9a\u8be5\u503c |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_PWWARNEDTIME_VALUE_COUNT_514=\u4e3a\u5bc6\u7801\u7b56\u7565\u72b6\u6001\u64cd\u4f5c\uff08\u7528\u4e8e\u4e3a\u7528\u6237\u8bbe\u7f6e\u5bc6\u7801\u8b66\u544a\u65f6\u95f4\uff09\u63d0\u4f9b\u4e86\u591a\u4e2a\u503c\u3002\u5fc5\u987b\u6070\u597d\u63d0\u4f9b\u4e00\u4e2a\u503c |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_PWWARNEDTIME_VALUE_515=\u4e3a\u5bc6\u7801\u7b56\u7565\u72b6\u6001\u64cd\u4f5c\uff08\u7528\u4e8e\u8bbe\u7f6e\u5bc6\u7801\u8b66\u544a\u65f6\u95f4\uff09\u63d0\u4f9b\u7684\u503c %s \u65e0\u6548: %s\u3002\u5e94\u4f7f\u7528\u901a\u7528\u65f6\u95f4\u683c\u5f0f\u6307\u5b9a\u8be5\u503c |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_ADD_FAILURE_TIME_COUNT_516=\u4e3a\u5bc6\u7801\u7b56\u7565\u72b6\u6001\u64cd\u4f5c\uff08\u7528\u4e8e\u4e3a\u7528\u6237\u6dfb\u52a0\u9a8c\u8bc1\u5931\u8d25\u65f6\u95f4\uff09\u63d0\u4f9b\u4e86\u591a\u4e2a\u503c\u3002\u5fc5\u987b\u6070\u597d\u63d0\u4f9b\u4e00\u4e2a\u503c |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_AUTH_FAILURE_TIME_517=\u4e3a\u5bc6\u7801\u7b56\u7565\u72b6\u6001\u64cd\u4f5c\uff08\u7528\u4e8e\u66f4\u65b0\u9a8c\u8bc1\u5931\u8d25\u65f6\u95f4\uff09\u63d0\u4f9b\u7684\u503c %s \u65e0\u6548: %s\u3002\u5e94\u4f7f\u7528\u901a\u7528\u65f6\u95f4\u683c\u5f0f\u6307\u5b9a\u8be5\u503c |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_LAST_LOGIN_TIME_COUNT_518=\u4e3a\u5bc6\u7801\u7b56\u7565\u72b6\u6001\u64cd\u4f5c\uff08\u7528\u4e8e\u4e3a\u7528\u6237\u8bbe\u7f6e\u4e0a\u6b21\u767b\u5f55\u65f6\u95f4\uff09\u63d0\u4f9b\u4e86\u591a\u4e2a\u503c\u3002\u5fc5\u987b\u6070\u597d\u63d0\u4f9b\u4e00\u4e2a\u503c |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_LAST_LOGIN_TIME_519=\u4e3a\u5bc6\u7801\u7b56\u7565\u72b6\u6001\u64cd\u4f5c\uff08\u7528\u4e8e\u8bbe\u7f6e\u4e0a\u6b21\u767b\u5f55\u65f6\u95f4\uff09\u63d0\u4f9b\u7684\u503c %s \u65e0\u6548: %s\u3002\u5e94\u4f7f\u7528\u901a\u7528\u65f6\u95f4\u683c\u5f0f\u6307\u5b9a\u8be5\u503c |
| | | SEVERE_ERR_PWPSTATE_EXTOP_NO_RESET_STATE_VALUE_520=\u6ca1\u6709\u4e3a\u5bc6\u7801\u7b56\u7565\u72b6\u6001\u64cd\u4f5c\uff08\u7528\u4e8e\u4e3a\u7528\u6237\u8bbe\u7f6e\u91cd\u7f6e\u72b6\u6001\uff09\u63d0\u4f9b\u4efb\u4f55\u503c\u3002\u5fc5\u987b\u6070\u597d\u63d0\u4f9b\u4e00\u4e2a\u503c\uff08\u201c\u771f\u201d\u6216\u201c\u5047\u201d\uff09 |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_RESET_STATE_VALUE_COUNT_521=\u4e3a\u5bc6\u7801\u7b56\u7565\u72b6\u6001\u64cd\u4f5c\uff08\u7528\u4e8e\u4e3a\u7528\u6237\u8bbe\u7f6e\u91cd\u7f6e\u72b6\u6001\uff09\u63d0\u4f9b\u4e86\u591a\u4e2a\u503c\u3002\u5fc5\u987b\u6070\u597d\u63d0\u4f9b\u4e00\u4e2a\u503c\uff08\u201c\u771f\u201d\u6216\u201c\u5047\u201d\uff09 |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_RESET_STATE_VALUE_522=\u4e3a\u5bc6\u7801\u7b56\u7565\u72b6\u6001\u64cd\u4f5c\uff08\u7528\u4e8e\u4e3a\u7528\u6237\u8bbe\u7f6e\u91cd\u7f6e\u72b6\u6001\uff09\u63d0\u4f9b\u7684\u503c\u65e0\u6548\u3002\u8be5\u503c\u5fc5\u987b\u4e3a\u201c\u771f\u201d\u6216\u201c\u5047\u201d |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_ADD_GRACE_LOGIN_TIME_COUNT_523=\u4e3a\u5bc6\u7801\u7b56\u7565\u72b6\u6001\u64cd\u4f5c\uff08\u7528\u4e8e\u4e3a\u7528\u6237\u6dfb\u52a0\u8fc7\u6e21\u767b\u5f55\u4f7f\u7528\u65f6\u95f4\uff09\u63d0\u4f9b\u4e86\u591a\u4e2a\u503c\u3002\u5fc5\u987b\u6070\u597d\u63d0\u4f9b\u4e00\u4e2a\u503c |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_GRACE_LOGIN_TIME_524=\u4e3a\u5bc6\u7801\u7b56\u7565\u72b6\u6001\u64cd\u4f5c\uff08\u7528\u4e8e\u66f4\u65b0\u8fc7\u6e21\u767b\u5f55\u4f7f\u7528\u65f6\u95f4\uff09\u63d0\u4f9b\u7684\u503c %s \u65e0\u6548: %s\u3002\u5e94\u4f7f\u7528\u901a\u7528\u65f6\u95f4\u683c\u5f0f\u6307\u5b9a\u8be5\u503c |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_REQUIRED_CHANGE_TIME_COUNT_525=\u4e3a\u5bc6\u7801\u7b56\u7565\u72b6\u6001\u64cd\u4f5c\uff08\u7528\u4e8e\u4e3a\u7528\u6237\u8bbe\u7f6e\u6240\u9700\u66f4\u6539\u65f6\u95f4\uff09\u63d0\u4f9b\u4e86\u591a\u4e2a\u503c\u3002\u5fc5\u987b\u6070\u597d\u63d0\u4f9b\u4e00\u4e2a\u503c |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_REQUIRED_CHANGE_TIME_526=\u4e3a\u5bc6\u7801\u7b56\u7565\u72b6\u6001\u64cd\u4f5c\uff08\u7528\u4e8e\u8bbe\u7f6e\u6240\u9700\u66f4\u6539\u65f6\u95f4\uff09\u63d0\u4f9b\u7684\u503c %s \u65e0\u6548: %s\u3002\u5e94\u4f7f\u7528\u901a\u7528\u65f6\u95f4\u683c\u5f0f\u6307\u5b9a\u8be5\u503c |
| | | SEVERE_ERR_PWPSTATE_EXTOP_UNKNOWN_OP_TYPE_527=\u5bc6\u7801\u7b56\u7565\u72b6\u6001\u6269\u5c55\u8bf7\u6c42\u5305\u542b\u4e00\u4e2a\u5177\u6709\u65e0\u6548\u6216\u4e0d\u53d7\u652f\u6301\u7684\u64cd\u4f5c\u7c7b\u578b %s \u7684\u64cd\u4f5c |
| | | MILD_WARN_EXTOP_PASSMOD_CANNOT_UPDATE_PWP_STATE_528=\u5728\u5c1d\u8bd5\u66f4\u65b0\u7528\u6237 %s \u7684\u5bc6\u7801\u7b56\u7565\u72b6\u6001\u4fe1\u606f\uff08\u4f5c\u4e3a\u5bc6\u7801\u4fee\u6539\u6269\u5c55\u64cd\u4f5c\u7684\u4e00\u90e8\u5206\uff09\u65f6\u51fa\u73b0\u9519\u8bef\uff08\u7ed3\u679c\u4ee3\u7801='%s'\uff0c\u9519\u8bef\u6d88\u606f='%s'\uff09 |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_DIGEST_URI_529=\u5ba2\u6237\u7aef\u63d0\u4f9b\u7684 DIGEST-MD5 \u51ed\u8bc1\u8bf7\u6c42\u65e0\u6548\u7684\u6458\u8981 URI %s\u3002\u6240\u9700\u7684\u6458\u8981 URI \u4e3a %s |
| | | MILD_ERR_EXTOP_PASSMOD_PW_IN_HISTORY_530=\u5bc6\u7801\u5386\u53f2\u8bb0\u5f55\u4e2d\u5df2\u5305\u542b\u63d0\u4f9b\u7684\u65b0\u5bc6\u7801 |
| | | MILD_ERR_SMTPALERTHANDLER_NO_SMTP_SERVERS_531=\u6ca1\u6709\u4e3a\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4efb\u4f55 SMTP \u670d\u52a1\u5668\u3002\u65e0\u6cd5\u4f7f\u7528 SMTP \u8b66\u62a5\u5904\u7406\u7a0b\u5e8f\uff0c\u9664\u975e\u4f7f\u7528\u81f3\u5c11\u4e00\u4e2a SMTP \u670d\u52a1\u5668\u7684\u76f8\u5173\u4fe1\u606f\u6765\u914d\u7f6e\u76ee\u5f55\u670d\u52a1\u5668 |
| | | SEVERE_WARN_SMTPALERTHANDLER_ERROR_SENDING_MESSAGE_532=\u5728\u5c1d\u8bd5\u53d1\u9001\u7ba1\u7406\u8b66\u62a5\u7535\u5b50\u90ae\u4ef6\uff08\u7c7b\u578b\u4e3a %s\uff0c\u6d88\u606f\u4e3a %s\uff09\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_REGEXMAP_INVALID_MATCH_PATTERN_533=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u5339\u914d\u6a21\u5f0f "%s" \u89e3\u6790\u4e3a\u6b63\u89c4\u8868\u8fbe\u5f0f: %s |
| | | MILD_ERR_REGEXMAP_UNKNOWN_ATTR_534=\u914d\u7f6e\u6761\u76ee %s \u5305\u542b ds-cfg-match-attribute \u5c5e\u6027\u503c %s\uff0c\u4f46\u8be5\u503c\u4e0d\u662f\u76ee\u5f55\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5b9a\u4e49\u7684\u4efb\u4f55\u5c5e\u6027\u7c7b\u578b\u7684\u6709\u6548\u540d\u79f0\u6216 OID |
| | | MILD_ERR_REGEXMAP_MULTIPLE_MATCHING_ENTRIES_535=\u5904\u7406\u7684 ID \u5b57\u7b26\u4e32 %s \u5df2\u6620\u5c04\u5230\u591a\u4e2a\u7528\u6237 |
| | | MILD_ERR_REGEXMAP_INEFFICIENT_SEARCH_536=\u65e0\u6cd5\u6709\u6548\u5904\u7406\u57fa\u4e8e\u5df2\u5904\u7406\u7684 ID \u5b57\u7b26\u4e32 %s \u7684\u5185\u90e8\u641c\u7d22: %s\u3002\u8bf7\u68c0\u67e5\u670d\u52a1\u5668\u914d\u7f6e\uff0c\u4ee5\u786e\u4fdd\u9488\u5bf9\u8fd9\u4e9b\u7c7b\u578b\u7684\u641c\u7d22\u6b63\u786e\u914d\u7f6e\u6240\u6709\u5173\u8054\u540e\u7aef |
| | | MILD_ERR_REGEXMAP_SEARCH_FAILED_537=\u5728\u5c1d\u8bd5\u5c06\u5df2\u5904\u7406\u7684 ID \u5b57\u7b26\u4e32 %s \u89e3\u6790\u4e3a\u7528\u6237\u6761\u76ee\u65f6\u51fa\u73b0\u5185\u90e8\u9519\u8bef: %s |
| | | MILD_ERR_STATICGROUP_ADD_NESTED_GROUP_ALREADY_EXISTS_538=\u65e0\u6cd5\u5c06\u7ec4 %s \u4f5c\u4e3a\u9759\u6001\u7ec4 %s \u7684\u65b0\u5d4c\u5957\u7ec4\u8fdb\u884c\u6dfb\u52a0\uff0c\u56e0\u4e3a\u5b83\u5df2\u5305\u542b\u5728\u8be5\u7ec4\u7684\u5d4c\u5957\u7ec4\u5217\u8868\u4e2d |
| | | MILD_ERR_STATICGROUP_REMOVE_NESTED_GROUP_NO_SUCH_GROUP_539=\u65e0\u6cd5\u5c06\u7ec4 %s \u4f5c\u4e3a\u9759\u6001\u7ec4 %s \u7684\u5d4c\u5957\u7ec4\u8fdb\u884c\u5220\u9664\uff0c\u56e0\u4e3a\u5b83\u672a\u5305\u542b\u5728\u8be5\u7ec4\u7684\u5d4c\u5957\u7ec4\u5217\u8868\u4e2d |
| | | MILD_ERR_STATICGROUP_GROUP_INSTANCE_INVALID_540=\u5df2\u5220\u9664 DN \u4e3a %s \u7684\u7ec4\u5b9e\u4f8b\uff0c\u8be5\u5b9e\u4f8b\u4e0d\u518d\u6709\u6548 |
| | | MILD_ERR_NUMSUBORDINATES_VATTR_NOT_SEARCHABLE_541=\u65e0\u6cd5\u641c\u7d22 %s \u5c5e\u6027\uff0c\u5e76\u4e14\u4e0d\u5e94\u5c06\u5176\u5305\u542b\u5728\u5176\u4ed6\u672a\u7f16\u5165\u7d22\u5f15\u7684\u641c\u7d22\u8fc7\u6ee4\u5668\u4e2d |
| | | MILD_ERR_HASSUBORDINATES_VATTR_NOT_SEARCHABLE_542=\u65e0\u6cd5\u641c\u7d22 %s \u5c5e\u6027\uff0c\u5e76\u4e14\u4e0d\u5e94\u5c06\u5176\u5305\u542b\u5728\u5176\u4ed6\u672a\u7f16\u5165\u7d22\u5f15\u7684\u641c\u7d22\u8fc7\u6ee4\u5668\u4e2d |
| | | MILD_ERR_SMTP_ASNH_NO_MAIL_SERVERS_CONFIGURED_543=\u65e0\u6cd5\u542f\u7528\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684 SMTP \u5e10\u6237\u72b6\u6001\u901a\u77e5\u5904\u7406\u7a0b\u5e8f\uff0c\u9664\u975e\u76ee\u5f55\u670d\u52a1\u5668\u5305\u542b\u4e00\u4e2a\u6216\u591a\u4e2a SMTP \u670d\u52a1\u5668\u7684\u76f8\u5173\u4fe1\u606f |
| | | MILD_ERR_SMTP_ASNH_NO_RECIPIENTS_544=SMTP \u5e10\u6237\u72b6\u6001\u901a\u77e5\u5904\u7406\u7a0b\u5e8f\u914d\u7f6e\u6761\u76ee '%s' \u4e0d\u5305\u542b\u4efb\u4f55\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u5c5e\u6027\u7c7b\u578b\u6216\u6536\u4ef6\u4eba\u5730\u5740\u3002\u5fc5\u987b\u81f3\u5c11\u63d0\u4f9b\u5176\u4e2d\u4e00\u9879 |
| | | MILD_ERR_SMTP_ASNH_SUBJECT_NO_COLON_545=\u65e0\u6cd5\u89e3\u6790\u914d\u7f6e\u6761\u76ee '%2$s' \u4e2d\u7684\u90ae\u4ef6\u4e3b\u9898\u503c '%1$s'\uff0c\u56e0\u4e3a\u8be5\u503c\u4e0d\u5305\u542b\u5c06\u901a\u77e5\u7c7b\u578b\u4e0e\u4e3b\u9898\u9694\u5f00\u7684\u5192\u53f7 |
| | | MILD_ERR_SMTP_ASNH_SUBJECT_INVALID_NOTIFICATION_TYPE_546=\u65e0\u6cd5\u89e3\u6790\u914d\u7f6e\u6761\u76ee '%2$s' \u4e2d\u7684\u90ae\u4ef6\u4e3b\u9898\u503c '%1$s'\uff0c\u56e0\u4e3a '%3$s' \u4e0d\u662f\u6709\u6548\u7684\u5e10\u6237\u72b6\u6001\u901a\u77e5\u7c7b\u578b |
| | | MILD_ERR_SMTP_ASNH_SUBJECT_DUPLICATE_TYPE_547=\u914d\u7f6e\u6761\u76ee '%s' \u4e2d\u5305\u542b\u7684\u90ae\u4ef6\u4e3b\u9898\u5b9a\u4e49\u4e3a\u901a\u77e5\u7c7b\u578b %s \u5b9a\u4e49\u4e86\u591a\u4e2a\u4e3b\u9898 |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_NO_COLON_548=\u65e0\u6cd5\u89e3\u6790\u914d\u7f6e\u6761\u76ee '%2$s' \u4e2d\u7684\u90ae\u4ef6\u6a21\u677f\u6587\u4ef6\u8def\u5f84\u503c '%1$s'\uff0c\u56e0\u4e3a\u8be5\u503c\u4e0d\u5305\u542b\u5c06\u901a\u77e5\u7c7b\u578b\u4e0e\u6a21\u677f\u6587\u4ef6\u8def\u5f84\u9694\u5f00\u7684\u5192\u53f7 |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_INVALID_NOTIFICATION_TYPE_549=\u65e0\u6cd5\u89e3\u6790\u914d\u7f6e\u6761\u76ee '%2$s' \u4e2d\u7684\u90ae\u4ef6\u6a21\u677f\u6587\u4ef6\u8def\u5f84\u503c '%1$s'\uff0c\u56e0\u4e3a '%3$s' \u4e0d\u662f\u6709\u6548\u7684\u5e10\u6237\u72b6\u6001\u901a\u77e5\u7c7b\u578b |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_DUPLICATE_TYPE_550=\u914d\u7f6e\u6761\u76ee '%s' \u4e2d\u5305\u542b\u7684\u90ae\u4ef6\u6a21\u677f\u6587\u4ef6\u8def\u5f84\u5b9a\u4e49\u4e3a\u901a\u77e5\u7c7b\u578b %s \u5b9a\u4e49\u4e86\u591a\u4e2a\u6a21\u677f\u6587\u4ef6\u8def\u5f84 |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_NO_SUCH_FILE_551=\u914d\u7f6e\u6761\u76ee '%2$s' \u4e2d\u5f15\u7528\u7684\u90ae\u4ef6\u6a21\u677f\u6587\u4ef6 '%1$s' \u4e0d\u5b58\u5728 |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_UNCLOSED_TOKEN_552=\u627e\u5230\u4e86\u4ece\u7b2c %2$d \u884c\u7684\u7b2c %1$d \u5217\u8d77\u59cb\u7684\u672a\u95ed\u5408\u6807\u8bb0 |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_UNDEFINED_ATTR_TYPE_553=\u4ece\u7b2c %2$d \u884c\u7684\u7b2c %1$d \u5217\u8d77\u59cb\u7684 notification-user-attr \u6807\u8bb0\u5f15\u7528\u4e86\u672a\u5b9a\u4e49\u7684\u5c5e\u6027\u7c7b\u578b %3$s |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_UNDEFINED_PROPERTY_554=\u4ece\u7b2c %2$d \u884c\u7684\u7b2c %1$d \u5217\u8d77\u59cb\u7684 notification-property \u6807\u8bb0\u5f15\u7528\u4e86\u672a\u5b9a\u4e49\u7684\u901a\u77e5\u5c5e\u6027 %3$s |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_UNRECOGNIZED_TOKEN_555=\u5728\u7b2c %3$d \u884c\u7684\u7b2c %2$d \u5217\u627e\u5230\u4e86\u65e0\u6cd5\u8bc6\u522b\u7684\u6807\u8bb0 %1$s |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_CANNOT_PARSE_556=\u5728\u5c1d\u8bd5\u89e3\u6790\u914d\u7f6e\u6761\u76ee '%2$s' \u4e2d\u5f15\u7528\u7684\u90ae\u4ef6\u6a21\u677f\u6587\u4ef6 '%1$s' \u65f6\u51fa\u73b0\u9519\u8bef: %3$s |
| | | INFO_SMTP_ASNH_DEFAULT_SUBJECT_557=\u76ee\u5f55\u5e10\u6237\u72b6\u6001\u901a\u77e5 |
| | | SEVERE_ERR_SMTP_ASNH_CANNOT_SEND_MESSAGE_558=\u5728\u5c1d\u8bd5\u4e3a\u7528\u6237\u6761\u76ee %2$s \u53d1\u9001\u901a\u77e5\u7c7b\u578b\u4e3a %1$s \u7684\u5e10\u6237\u72b6\u6001\u901a\u77e5\u90ae\u4ef6\u65f6\u51fa\u73b0\u9519\u8bef: %3$s |
| | | SEVERE_ERR_PWSCHEME_CANNOT_ENCRYPT_559=\u5728\u5c1d\u8bd5\u4f7f\u7528\u5bc6\u7801\u5b58\u50a8\u65b9\u6848 %s \u52a0\u5bc6\u503c\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_PWSCHEME_CANNOT_DECRYPT_560=\u5728\u5c1d\u8bd5\u4f7f\u7528\u5bc6\u7801\u5b58\u50a8\u65b9\u6848 %s \u89e3\u5bc6\u503c\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_GET_SYMMETRIC_KEY_NO_VALUE_561=\u65e0\u6cd5\u5bf9\u63d0\u4f9b\u7684\u5bf9\u79f0\u5bc6\u94a5\u6269\u5c55\u64cd\u4f5c\u8fdb\u884c\u89e3\u7801\uff0c\u56e0\u4e3a\u5b83\u4e0d\u5305\u542b\u503c |
| | | MILD_ERR_GET_SYMMETRIC_KEY_INVALID_TYPE_562=\u65e0\u6cd5\u5bf9\u63d0\u4f9b\u7684\u5bf9\u79f0\u5bc6\u94a5\u6269\u5c55\u64cd\u4f5c\u8fdb\u884c\u89e3\u7801\uff0c\u56e0\u4e3a\u8be5\u503c\u5e8f\u5217\u5305\u542b\u4e00\u4e2a\u65e0\u6548\u7c7b\u578b (%s) \u7684\u5143\u7d20 |
| | | MILD_ERR_GET_SYMMETRIC_KEY_ASN1_DECODE_EXCEPTION_563=\u65e0\u6cd5\u5bf9\u63d0\u4f9b\u7684\u5bf9\u79f0\u5bc6\u94a5\u6269\u5c55\u8bf7\u6c42\u8fdb\u884c\u89e3\u7801: %s |
| | | MILD_ERR_GET_SYMMETRIC_KEY_DECODE_EXCEPTION_564=\u5728\u5c1d\u8bd5\u5bf9\u5bf9\u79f0\u5bc6\u94a5\u6269\u5c55\u8bf7\u6c42\u5e8f\u5217\u8fdb\u884c\u89e3\u7801\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | SEVERE_ERR_EXACTMAP_ATTR_UNINDEXED_565=\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u5b8c\u5168\u5339\u914d\u8eab\u4efd\u6620\u5c04\u5668\u5f15\u7528\u5c5e\u6027\u7c7b\u578b %s\uff0c\u8be5\u5c5e\u6027\u7c7b\u578b\u6ca1\u6709\u5728\u540e\u7aef %s \u4e2d\u5b9a\u4e49\u7b49\u540c\u7d22\u5f15 |
| | | SEVERE_ERR_REGEXMAP_ATTR_UNINDEXED_566=\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u6b63\u89c4\u8868\u8fbe\u5f0f\u8eab\u4efd\u6620\u5c04\u5668\u5f15\u7528\u5c5e\u6027\u7c7b\u578b %s\uff0c\u8be5\u5c5e\u6027\u7c7b\u578b\u6ca1\u6709\u5728\u540e\u7aef %s \u4e2d\u5b9a\u4e49\u7b49\u540c\u7d22\u5f15 |
| | | SEVERE_ERR_FCM_ATTR_UNINDEXED_567=\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u6307\u7eb9\u8bc1\u4e66\u6620\u5c04\u5668\u5f15\u7528\u5c5e\u6027\u7c7b\u578b %s\uff0c\u8be5\u5c5e\u6027\u7c7b\u578b\u6ca1\u6709\u5728\u540e\u7aef %s \u4e2d\u5b9a\u4e49\u7b49\u540c\u7d22\u5f15 |
| | | SEVERE_WARN_SATUACM_ATTR_UNINDEXED_568=\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u4e3b\u4f53\u5c5e\u6027\u5230\u7528\u6237\u5c5e\u6027\u7684\u8bc1\u4e66\u6620\u5c04\u5668\u5f15\u7528\u5c5e\u6027\u7c7b\u578b %s\uff0c\u8be5\u5c5e\u6027\u7c7b\u578b\u6ca1\u6709\u5728\u540e\u7aef %s \u4e2d\u5b9a\u4e49\u7b49\u540c\u7d22\u5f15 |
| | | SEVERE_ERR_SDTUACM_ATTR_UNINDEXED_569=\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u4e3b\u4f53 DN \u5230\u7528\u6237\u5c5e\u6027\u7684\u8bc1\u4e66\u6620\u5c04\u5668\u5f15\u7528\u5c5e\u6027\u7c7b\u578b %s\uff0c\u8be5\u5c5e\u6027\u7c7b\u578b\u6ca1\u6709\u5728\u540e\u7aef %s \u4e2d\u5b9a\u4e49\u7b49\u540c\u7d22\u5f15 |
| | | |
| New file |
| | |
| | | # CDDL HEADER START |
| | | # |
| | | # The contents of this file are subject to the terms of the |
| | | # Common Development and Distribution License, Version 1.0 only |
| | | # (the "License"). You may not use this file except in compliance |
| | | # with the License. |
| | | # |
| | | # You can obtain a copy of the license at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE |
| | | # or https://OpenDS.dev.java.net/OpenDS.LICENSE. |
| | | # See the License for the specific language governing permissions |
| | | # and limitations under the License. |
| | | # |
| | | # When distributing Covered Code, include this CDDL HEADER in each |
| | | # file and include the License file at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, |
| | | # add the following below this CDDL HEADER, with the fields enclosed |
| | | # by brackets "[]" replaced with your own identifying information: |
| | | # Portions Copyright [yyyy] [name of copyright owner] |
| | | # |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2008 Sun Microsystems, Inc. |
| | | |
| | | |
| | | |
| | | # |
| | | # Global directives |
| | | # |
| | | global.category=EXTENSIONS |
| | | |
| | | # |
| | | # Format string definitions |
| | | # |
| | | # Keys must be formatted as follows: |
| | | # |
| | | # [SEVERITY]_[DESCRIPTION]_[ORDINAL] |
| | | # |
| | | # where: |
| | | # |
| | | # SEVERITY is one of: |
| | | # [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE] |
| | | # |
| | | # DESCRIPTION is an upper case string providing a hint as to the context of |
| | | # the message in upper case with the underscore ('_') character serving as |
| | | # word separator |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | SEVERE_ERR_PWSCHEME_CANNOT_INITIALIZE_MESSAGE_DIGEST_1=\u5617\u8a66\u521d\u59cb\u5316 %s \u6f14\u7b97\u6cd5\u7684\u8a0a\u606f\u6458\u8981\u7522\u751f\u5668\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_PWSCHEME_CANNOT_BASE64_DECODE_STORED_PASSWORD_2=\u5617\u8a66\u5c0d\u5bc6\u78bc\u503c %s \u9032\u884c base64 \u89e3\u78bc\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_PWSCHEME_NOT_REVERSIBLE_3=%s \u5bc6\u78bc\u5132\u5b58\u6a5f\u5236\u7121\u6cd5\u53cd\u8f49\uff0c\u56e0\u6b64\u4e0d\u53ef\u80fd\u56de\u5fa9\u7d14\u6587\u5b57\u7248\u672c\u7684\u5df2\u7de8\u78bc\u5bc6\u78bc |
| | | MILD_ERR_JMX_ALERT_HANDLER_CANNOT_REGISTER_4=\u5617\u8a66\u5728 MBean \u4f3a\u670d\u5668\u4e2d\u8a3b\u518a JMX \u8b66\u793a\u8655\u7406\u7a0b\u5f0f\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_PWSCHEME_CANNOT_ENCODE_PASSWORD_5=\u5617\u8a66\u4f7f\u7528\u985e\u5225 %s \u4e2d\u5b9a\u7fa9\u7684\u5132\u5b58\u6a5f\u5236\u4f86\u7de8\u78bc\u5bc6\u78bc\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | SEVERE_ERR_CACHE_INVALID_INCLUDE_FILTER_6=\u914d\u7f6e\u9805\u76ee %s \u7684 ds-cfg-include-filter \u5c6c\u6027 (\u6307\u5b9a\u53ef\u7528\u4f86\u63a7\u5236\u8981\u7d0d\u5165\u5feb\u53d6\u4e2d\u4e4b\u9805\u76ee\u7684\u641c\u5c0b\u7be9\u9078\u5668\u96c6) \u5177\u6709\u7121\u6548\u7684\u503c\u300c%s\u300d: %s |
| | | SEVERE_ERR_CACHE_INVALID_EXCLUDE_FILTER_7=\u914d\u7f6e\u9805\u76ee %s \u7684 ds-cfg-exclude-filter \u5c6c\u6027 (\u6307\u5b9a\u53ef\u7528\u4f86\u63a7\u5236\u8981\u5f9e\u5feb\u53d6\u4e2d\u6392\u9664\u4e4b\u9805\u76ee\u7684\u641c\u5c0b\u7be9\u9078\u5668\u96c6) \u5177\u6709\u7121\u6548\u7684\u503c\u300c%s\u300d: %s |
| | | FATAL_ERR_FIFOCACHE_CANNOT_INITIALIZE_8=\u5617\u8a66\u521d\u59cb\u5316 fifo \u9805\u76ee\u5feb\u53d6\u6642\u767c\u751f\u56b4\u91cd\u932f\u8aa4: %s |
| | | FATAL_ERR_SOFTREFCACHE_CANNOT_INITIALIZE_9=\u5617\u8a66\u521d\u59cb\u5316\u8edf\u5f0f\u53c3\u7167\u9805\u76ee\u5feb\u53d6\u6642\u767c\u751f\u56b4\u91cd\u932f\u8aa4: %s |
| | | NOTICE_CACHE_PRELOAD_PROGRESS_START_10=\u6b63\u5728\u555f\u52d5 %s \u5f8c\u7aef\u7684\u9805\u76ee\u5feb\u53d6\u9810\u5148\u8f09\u5165 |
| | | NOTICE_CACHE_PRELOAD_PROGRESS_REPORT_11=%s \u5f8c\u7aef\u7684\u9805\u76ee\u5feb\u53d6\u9810\u5148\u8f09\u5165\u5df2\u8655\u7406 %d \u500b\u9805\u76ee\uff0c\u9084\u6709 %d MB \u7684\u53ef\u7528\u5806\u758a\u8a18\u61b6\u9ad4 |
| | | NOTICE_CACHE_PRELOAD_PROGRESS_DONE_12=%s \u5f8c\u7aef\u7684\u9805\u76ee\u5feb\u53d6\u9810\u5148\u8f09\u5165\u5df2\u5b8c\u6210\uff0c\u5171\u8655\u7406 %d \u500b\u9805\u76ee |
| | | SEVERE_WARN_CACHE_PRELOAD_INTERRUPTED_13=\u5df2\u4e2d\u65b7 %s \u5f8c\u7aef\u7684\u9805\u76ee\u5feb\u53d6\u9810\u5148\u8f09\u5165 |
| | | SEVERE_WARN_CACHE_PRELOAD_BACKEND_FAILED_14=%s \u5f8c\u7aef\u4e0d\u652f\u63f4\u9805\u76ee\u5feb\u53d6\u9810\u5148\u8f09\u5165\uff0c\u56e0\u6b64\uff0c\u6b64\u5f8c\u7aef\u7684\u9805\u76ee\u5c07\u4e0d\u6703\u9810\u5148\u8f09\u5165\u81f3\u9805\u76ee\u5feb\u53d6\u4e2d |
| | | SEVERE_ERR_CACHE_PRELOAD_ENTRY_FAILED_15=\u7121\u6cd5\u5c07 %s \u9805\u76ee\u9810\u5148\u8f09\u5165\u81f3\u9805\u76ee\u5feb\u53d6\u4e2d: %s |
| | | MILD_ERR_EXTOP_PASSMOD_ILLEGAL_REQUEST_ELEMENT_TYPE_32=\u5bc6\u78bc\u4fee\u6539\u5ef6\u4f38\u8acb\u6c42\u5e8f\u5217\u5df2\u5305\u542b\u985e\u578b\u7121\u6548\u7684 ASN.1 \u5143\u7d20: %s |
| | | MILD_ERR_EXTOP_PASSMOD_CANNOT_DECODE_REQUEST_33=\u5617\u8a66\u89e3\u78bc\u5bc6\u78bc\u4fee\u6539\u5ef6\u4f38\u8acb\u6c42\u5e8f\u5217\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | MILD_ERR_EXTOP_PASSMOD_NO_AUTH_OR_USERID_34=\u7121\u6cd5\u8655\u7406\u5bc6\u78bc\u4fee\u6539\u5ef6\u4f38\u8acb\u6c42\uff0c\u56e0\u70ba\u8a72\u8acb\u6c42\u4e0d\u5305\u542b\u6388\u6b0a ID \u800c\u4e14\u57fa\u672c\u9023\u7dda\u4e26\u672a\u8a8d\u8b49 |
| | | SEVERE_ERR_EXTOP_PASSMOD_CANNOT_LOCK_USER_ENTRY_35=\u7121\u6cd5\u8655\u7406\u5bc6\u78bc\u4fee\u6539\u5ef6\u4f38\u8acb\u6c42\uff0c\u56e0\u70ba\u4f3a\u670d\u5668\u5728\u591a\u6b21\u5617\u8a66\u4e4b\u5f8c\u7121\u6cd5\u53d6\u5f97\u4f7f\u7528\u8005\u9805\u76ee %s \u7684\u5beb\u5165\u9396\u5b9a |
| | | MILD_ERR_EXTOP_PASSMOD_CANNOT_DECODE_AUTHZ_DN_36=\u7121\u6cd5\u8655\u7406\u5bc6\u78bc\u4fee\u6539\u5ef6\u4f38\u8acb\u6c42\uff0c\u56e0\u70ba\u4f3a\u670d\u5668\u7121\u6cd5\u5c07\u300c%s\u300d\u89e3\u78bc\u70ba\u6709\u6548\u7684 DN\uff0c\u4ee5\u7576\u4f5c\u4f5c\u696d\u7684\u6388\u6b0a ID |
| | | MILD_ERR_EXTOP_PASSMOD_INVALID_AUTHZID_STRING_37=\u7121\u6cd5\u8655\u7406\u5bc6\u78bc\u4fee\u6539\u5ef6\u4f38\u8acb\u6c42\uff0c\u56e0\u70ba\u8a72\u8acb\u6c42\u5305\u542b\u7121\u6548\u7684 userIdentity \u6b04\u4f4d\u3002\u63d0\u4f9b\u7684 userIdentity \u5b57\u4e32\u662f\u300c%s\u300d |
| | | MILD_ERR_EXTOP_PASSMOD_NO_USER_ENTRY_BY_AUTHZID_38=\u7121\u6cd5\u8655\u7406\u5bc6\u78bc\u4fee\u6539\u5ef6\u4f38\u8acb\u6c42\uff0c\u56e0\u70ba\u8a72\u8acb\u6c42\u7121\u6cd5\u6839\u64da\u6388\u6b0a DN\u300c%s\u300d\u8b58\u5225\u8981\u66f4\u65b0\u7684\u4f7f\u7528\u8005\u9805\u76ee |
| | | MILD_ERR_EXTOP_PASSMOD_NO_DN_BY_AUTHZID_39=\u7121\u6cd5\u8655\u7406\u5bc6\u78bc\u4fee\u6539\u5ef6\u4f38\u8acb\u6c42\uff0c\u56e0\u70ba\u63d0\u4f9b\u7684\u6388\u6b0a UID\u300c%s\u300d\u4e0d\u7b26\u5408\u76ee\u9304\u4e2d\u7684\u4efb\u4f55\u9805\u76ee |
| | | MILD_ERR_EXTOP_PASSMOD_MULTIPLE_ENTRIES_BY_AUTHZID_40=\u7121\u6cd5\u8655\u7406\u5bc6\u78bc\u4fee\u6539\u5ef6\u4f38\u8acb\u6c42\uff0c\u56e0\u70ba\u63d0\u4f9b\u7684\u6388\u6b0a UID\u300c%s\u300d\u7b26\u5408\u76ee\u9304\u4e2d\u7684\u591a\u500b\u9805\u76ee |
| | | MILD_ERR_EXTOP_PASSMOD_INVALID_OLD_PASSWORD_41=\u7121\u6cd5\u8655\u7406\u5bc6\u78bc\u4fee\u6539\u5ef6\u4f38\u4f5c\u696d\uff0c\u56e0\u70ba\u63d0\u4f9b\u7d66\u4f7f\u7528\u8005\u7684\u76ee\u524d\u5bc6\u78bc\u7121\u6548 |
| | | INFO_FILE_KEYMANAGER_DESCRIPTION_FILE_43=\u6a94\u6848\u7684\u8def\u5f91\uff0c\u8a72\u6a94\u6848\u5167\u542b\u76ee\u9304\u4f3a\u670d\u5668\u91d1\u9470\u5eab\u8cc7\u8a0a\u3002\u4e0b\u4e00\u6b21\u5b58\u53d6\u91d1\u9470\u7ba1\u7406\u54e1\u6642\uff0c\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u6703\u751f\u6548 |
| | | SEVERE_ERR_FILE_KEYMANAGER_NO_FILE_ATTR_44=\u5b9a\u7fa9\u4ee5\u6a94\u6848\u70ba\u57fa\u790e\u4e4b\u91d1\u9470\u7ba1\u7406\u54e1\u7684\u914d\u7f6e\u9805\u76ee %s\uff0c\u4e0d\u5305\u542b\u61c9\u4fdd\u7559\u91d1\u9470\u5eab\u6a94\u6848\u8def\u5f91\u7684 ds-cfg-key-store-file \u5c6c\u6027 |
| | | SEVERE_ERR_FILE_KEYMANAGER_NO_SUCH_FILE_45=\u91d1\u9470\u5eab\u6a94\u6848 %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u7684\u5c6c\u6027 ds-cfg-key-store-file \u4e2d) \u4e0d\u5b58\u5728 |
| | | SEVERE_ERR_FILE_KEYMANAGER_CANNOT_DETERMINE_FILE_46=\u5617\u8a66\u5224\u5b9a\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684 ds-cfg-key-store-file \u914d\u7f6e\u5c6c\u6027\u503c\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | INFO_FILE_KEYMANAGER_DESCRIPTION_TYPE_47=\u76ee\u9304\u4f3a\u670d\u5668\u91d1\u9470\u5eab\u7684\u91d1\u9470\u5eab\u985e\u578b\u3002\u6709\u6548\u503c\u61c9\u8a72\u4e00\u5f8b\u5305\u542b\u300cJKS\u300d\u548c\u300cPKCS12\u300d\uff0c\u4f46\u4e0d\u540c\u5be6\u4f5c\u53ef\u80fd\u4e5f\u5141\u8a31\u5176\u4ed6\u503c\u3002\u5982\u679c\u672a\u63d0\u4f9b\u503c\uff0c\u5247\u5c07\u4f7f\u7528 JVM \u9810\u8a2d\u503c\u3002\u4e0b\u4e00\u6b21\u5b58\u53d6\u91d1\u9470\u7ba1\u7406\u54e1\u6642\uff0c\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u6703\u751f\u6548 |
| | | SEVERE_ERR_FILE_KEYMANAGER_CANNOT_DETERMINE_TYPE_48=\u5617\u8a66\u5224\u5b9a\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684 ds-cfg-key-store-type \u914d\u7f6e\u5c6c\u6027\u503c\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | INFO_FILE_KEYMANAGER_DESCRIPTION_PIN_PROPERTY_49=Java \u7279\u6027\u540d\u7a31\uff0c\u542b\u6709\u5b58\u53d6\u4ee5\u6a94\u6848\u70ba\u57fa\u790e\u4e4b\u91d1\u9470\u7ba1\u7406\u54e1\u6240\u9700\u7684\u7d14\u6587\u5b57 PIN\u3002\u4e0b\u4e00\u6b21\u5b58\u53d6\u91d1\u9470\u7ba1\u7406\u54e1\u6642\uff0c\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u6703\u751f\u6548 |
| | | SEVERE_ERR_FILE_KEYMANAGER_PIN_PROPERTY_NOT_SET_50=Java \u7279\u6027 %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u7684\u5c6c\u6027 ds-cfg-key-store-pin-property \u4e2d) \u61c9\u5305\u542b\u5b58\u53d6\u4ee5\u6a94\u6848\u70ba\u57fa\u790e\u4e4b\u91d1\u9470\u7ba1\u7406\u54e1\u6240\u9700\u7684 PIN\uff0c\u4f46\u6b64\u7279\u6027\u4e26\u672a\u8a2d\u5b9a |
| | | SEVERE_ERR_FILE_KEYMANAGER_CANNOT_DETERMINE_PIN_PROPERTY_51=\u5617\u8a66\u5224\u5b9a\u914d\u7f6e\u9805\u76ee %s \u4e2d\u914d\u7f6e\u5c6c\u6027 ds-cfg-key-store-pin-property \u7684\u503c\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | INFO_FILE_KEYMANAGER_DESCRIPTION_PIN_ENVAR_52=\u74b0\u5883\u8b8a\u6578\u540d\u7a31\uff0c\u542b\u6709\u5b58\u53d6\u4ee5\u6a94\u6848\u70ba\u57fa\u790e\u4e4b\u91d1\u9470\u7ba1\u7406\u54e1\u6240\u9700\u7684\u7d14\u6587\u5b57 PIN\u3002\u4e0b\u4e00\u6b21\u5b58\u53d6\u91d1\u9470\u7ba1\u7406\u54e1\u6642\uff0c\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u6703\u751f\u6548 |
| | | SEVERE_ERR_FILE_KEYMANAGER_PIN_ENVAR_NOT_SET_53=\u74b0\u5883\u8b8a\u6578 %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u7684\u5c6c\u6027 ds-cfg-key-store-pin-environment-variable \u4e2d) \u61c9\u5305\u542b\u5b58\u53d6\u4ee5\u6a94\u6848\u70ba\u57fa\u790e\u4e4b\u91d1\u9470\u7ba1\u7406\u54e1\u6240\u9700\u7684 PIN\uff0c\u4f46\u6b64\u7279\u6027\u4e26\u672a\u8a2d\u5b9a |
| | | SEVERE_ERR_FILE_KEYMANAGER_CANNOT_DETERMINE_PIN_ENVAR_54=\u5617\u8a66\u5224\u5b9a\u914d\u7f6e\u9805\u76ee %s \u4e2d\u914d\u7f6e\u5c6c\u6027 ds-cfg-key-store-pin-environment-variable \u7684\u503c\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | INFO_FILE_KEYMANAGER_DESCRIPTION_PIN_FILE_55=\u6587\u5b57\u6a94\u7684\u8def\u5f91\uff0c\u8a72\u6587\u5b57\u6a94\u5167\u5bb9\u61c9\u8a72\u53ea\u6709\u4e00\u884c\uff0c\u800c\u9019\u4e00\u884c\u5305\u542b\u5b58\u53d6\u4ee5\u6a94\u6848\u70ba\u57fa\u790e\u4e4b\u91d1\u9470\u7ba1\u7406\u54e1\u6240\u9700\u7684\u7d14\u6587\u5b57 PIN\u3002\u4e0b\u4e00\u6b21\u5b58\u53d6\u91d1\u9470\u7ba1\u7406\u54e1\u6642\uff0c\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u6703\u751f\u6548 |
| | | SEVERE_ERR_FILE_KEYMANAGER_PIN_NO_SUCH_FILE_56=\u6a94\u6848 %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u7684\u5c6c\u6027 ds-cfg-key-store-pin-file \u4e2d) \u61c9\u5305\u542b\u5b58\u53d6\u4ee5\u6a94\u6848\u70ba\u57fa\u790e\u4e4b\u91d1\u9470\u7ba1\u7406\u54e1\u6240\u9700\u7684 PIN\uff0c\u4f46\u662f\u6b64\u6a94\u6848\u4e0d\u5b58\u5728 |
| | | SEVERE_ERR_FILE_KEYMANAGER_PIN_FILE_CANNOT_READ_57=\u5617\u8a66\u5f9e\u6a94\u6848 %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u7684\u914d\u7f6e\u5c6c\u6027 ds-cfg-key-store-pin-file \u4e2d) \u8b80\u53d6\u91d1\u9470\u5eab PIN \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_FILE_KEYMANAGER_PIN_FILE_EMPTY_58=\u6a94\u6848 %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u7684\u5c6c\u6027 ds-cfg-key-store-pin-file \u4e2d) \u61c9\u5305\u542b\u5b58\u53d6\u4ee5\u6a94\u6848\u70ba\u57fa\u790e\u4e4b\u91d1\u9470\u7ba1\u7406\u54e1\u6240\u9700\u7684 PIN\uff0c\u4f46\u662f\u6b64\u6a94\u6848\u662f\u7a7a\u7684 |
| | | SEVERE_ERR_FILE_KEYMANAGER_CANNOT_DETERMINE_PIN_FILE_59=\u5617\u8a66\u5224\u5b9a\u914d\u7f6e\u9805\u76ee %s \u4e2d\u914d\u7f6e\u5c6c\u6027 ds-cfg-key-store-pin-file \u7684\u503c\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | SEVERE_ERR_FILE_KEYMANAGER_CANNOT_DETERMINE_PIN_FROM_ATTR_60=\u5617\u8a66\u5224\u5b9a\u914d\u7f6e\u9805\u76ee %s \u4e2d\u914d\u7f6e\u5c6c\u6027 ds-cfg-key-store-pin \u7684\u503c\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | SEVERE_ERR_FILE_KEYMANAGER_NO_PIN_61=\u914d\u7f6e\u9805\u76ee %s \u672a\u6307\u5b9a\u7528\u4f86\u5224\u5b9a\u5b58\u53d6\u4ee5\u6a94\u6848\u70ba\u57fa\u790e\u4e4b\u91d1\u9470\u7ba1\u7406\u54e1\u5167\u5bb9\u6240\u9700 PIN \u7684\u65b9\u6cd5\u3002PIN \u53ef\u6307\u5b9a\u65bc Java \u7279\u6027 (\u6839\u64da ds-cfg-key-store-pin-property \u5c6c\u6027\u547d\u540d)\u3001\u74b0\u5883\u8b8a\u6578 (\u6839\u64da ds-cfg-key-store-pin-environment-variable \u5c6c\u6027\u547d\u540d)\u3001\u6587\u5b57\u6a94 (\u6839\u64da ds-cfg-key-store-pin-file \u5c6c\u6027\u547d\u540d) \u6216\u76f4\u63a5\u6307\u5b9a\u65bc\u4f7f\u7528 ds-cfg-key-store-pin \u5c6c\u6027\u7684\u9805\u76ee |
| | | SEVERE_ERR_FILE_KEYMANAGER_CANNOT_LOAD_62=\u5617\u8a66\u5f9e\u6a94\u6848 %s \u8f09\u5165\u91d1\u9470\u5eab\u5167\u5bb9\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_FILE_KEYMANAGER_INVALID_TYPE_63=\u91d1\u9470\u5eab\u985e\u578b %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u7684\u5c6c\u6027 ds-cfg-key-store-type \u4e2d) \u7121\u6548: %s |
| | | INFO_FILE_KEYMANAGER_UPDATED_FILE_64=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684 ds-cfg-key-store-file \u5c6c\u6027\u503c\u5df2\u66f4\u65b0\u70ba %s\u3002\u4e0b\u4e00\u6b21\u5b58\u53d6\u91d1\u9470\u7ba1\u7406\u54e1\u6642\uff0c\u65b0\u503c\u5c07\u6703\u751f\u6548 |
| | | INFO_FILE_KEYMANAGER_UPDATED_TYPE_65=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684 ds-cfg-key-store-type \u5c6c\u6027\u503c\u5df2\u66f4\u65b0\u70ba %s\u3002\u4e0b\u4e00\u6b21\u5b58\u53d6\u91d1\u9470\u7ba1\u7406\u54e1\u6642\uff0c\u65b0\u503c\u5c07\u6703\u751f\u6548 |
| | | INFO_FILE_KEYMANAGER_UPDATED_PIN_66=\u5df2\u66f4\u65b0\u7528\u4f86\u5b58\u53d6\u4ee5\u6a94\u6848\u70ba\u57fa\u790e\u4e4b\u91d1\u9470\u7ba1\u7406\u54e1\u7684 PIN\u3002\u4e0b\u4e00\u6b21\u5b58\u53d6\u91d1\u9470\u7ba1\u7406\u54e1\u6642\uff0c\u65b0\u503c\u5c07\u6703\u751f\u6548 |
| | | INFO_PKCS11_KEYMANAGER_DESCRIPTION_PIN_PROPERTY_67=Java \u7279\u6027\u540d\u7a31\uff0c\u542b\u6709\u5b58\u53d6 PKCS#11 \u91d1\u9470\u7ba1\u7406\u54e1\u6240\u9700\u7684\u7d14\u6587\u5b57 PIN\u3002\u4e0b\u4e00\u6b21\u5b58\u53d6\u91d1\u9470\u7ba1\u7406\u54e1\u6642\uff0c\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u6703\u751f\u6548 |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_PIN_PROPERTY_NOT_SET_68=Java \u7279\u6027 %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u7684\u5c6c\u6027 ds-cfg-key-store-pin-property \u4e2d) \u61c9\u5305\u542b\u5b58\u53d6 PKCS#11 \u91d1\u9470\u7ba1\u7406\u54e1\u6240\u9700\u7684 PIN\uff0c\u4f46\u6b64\u7279\u6027\u4e26\u672a\u8a2d\u5b9a |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_CANNOT_DETERMINE_PIN_PROPERTY_69=\u5617\u8a66\u5224\u5b9a\u914d\u7f6e\u9805\u76ee %s \u4e2d\u914d\u7f6e\u5c6c\u6027 ds-cfg-key-store-pin-property \u7684\u503c\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | INFO_PKCS11_KEYMANAGER_DESCRIPTION_PIN_ENVAR_70=\u74b0\u5883\u8b8a\u6578\u540d\u7a31\uff0c\u542b\u6709\u5b58\u53d6 PKCS#11 \u91d1\u9470\u7ba1\u7406\u54e1\u6240\u9700\u7684\u7d14\u6587\u5b57 PIN\u3002\u4e0b\u4e00\u6b21\u5b58\u53d6\u91d1\u9470\u7ba1\u7406\u54e1\u6642\uff0c\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u6703\u751f\u6548 |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_PIN_ENVAR_NOT_SET_71=\u74b0\u5883\u8b8a\u6578 %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u7684\u5c6c\u6027 ds-cfg-key-store-pin-environment-variable \u4e2d) \u61c9\u5305\u542b\u5b58\u53d6 PKCS#11 \u91d1\u9470\u7ba1\u7406\u54e1\u6240\u9700\u7684 PIN\uff0c\u4f46\u6b64\u7279\u6027\u4e26\u672a\u8a2d\u5b9a |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_CANNOT_DETERMINE_PIN_ENVAR_72=\u5617\u8a66\u5224\u5b9a\u914d\u7f6e\u9805\u76ee %s \u4e2d\u914d\u7f6e\u5c6c\u6027 ds-cfg-key-store-pin-environment-variable \u7684\u503c\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | INFO_PKCS11_KEYMANAGER_DESCRIPTION_PIN_FILE_73=\u6587\u5b57\u6a94\u7684\u8def\u5f91\uff0c\u8a72\u6587\u5b57\u6a94\u5167\u5bb9\u61c9\u8a72\u53ea\u6709\u4e00\u884c\uff0c\u800c\u9019\u4e00\u884c\u5305\u542b\u5b58\u53d6 PKCS#11 \u91d1\u9470\u7ba1\u7406\u54e1\u6240\u9700\u7684\u7d14\u6587\u5b57 PIN\u3002\u4e0b\u4e00\u6b21\u5b58\u53d6\u91d1\u9470\u7ba1\u7406\u54e1\u6642\uff0c\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u6703\u751f\u6548 |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_PIN_NO_SUCH_FILE_74=\u6a94\u6848 %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u7684\u5c6c\u6027 ds-cfg-key-store-pin-file \u4e2d) \u61c9\u5305\u542b\u5b58\u53d6 PKCS#11 \u91d1\u9470\u7ba1\u7406\u54e1\u6240\u9700\u7684 PIN\uff0c\u4f46\u662f\u6b64\u6a94\u6848\u4e0d\u5b58\u5728 |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_PIN_FILE_CANNOT_READ_75=\u5617\u8a66\u5f9e\u6a94\u6848 %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u7684\u914d\u7f6e\u5c6c\u6027 ds-cfg-key-store-pin-file \u4e2d) \u8b80\u53d6\u91d1\u9470\u5eab PIN \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_PIN_FILE_EMPTY_76=\u6a94\u6848 %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u7684\u5c6c\u6027 ds-cfg-key-store-pin-file \u4e2d) \u61c9\u5305\u542b\u5b58\u53d6 PKCS#11 \u91d1\u9470\u7ba1\u7406\u54e1\u6240\u9700\u7684 PIN\uff0c\u4f46\u662f\u6b64\u6a94\u6848\u662f\u7a7a\u7684 |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_CANNOT_DETERMINE_PIN_FILE_77=\u5617\u8a66\u5224\u5b9a\u914d\u7f6e\u9805\u76ee %s \u4e2d\u914d\u7f6e\u5c6c\u6027 ds-cfg-key-store-pin-file \u7684\u503c\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | INFO_PKCS11_KEYMANAGER_DESCRIPTION_PIN_ATTR_78=\u5b58\u53d6 PKCS#11 \u91d1\u9470\u7ba1\u7406\u54e1\u6240\u9700\u7684\u7d14\u6587\u5b57 PIN\u3002\u4e0b\u4e00\u6b21\u5b58\u53d6\u91d1\u9470\u7ba1\u7406\u54e1\u6642\uff0c\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u6703\u751f\u6548 |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_CANNOT_DETERMINE_PIN_FROM_ATTR_79=\u5617\u8a66\u5224\u5b9a\u914d\u7f6e\u9805\u76ee %s \u4e2d\u914d\u7f6e\u5c6c\u6027 ds-cfg-key-store-pin \u7684\u503c\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_NO_PIN_80=\u914d\u7f6e\u9805\u76ee %s \u672a\u6307\u5b9a\u7528\u4f86\u5224\u5b9a\u5b58\u53d6 PKCS#11 \u91d1\u9470\u7ba1\u7406\u54e1\u5167\u5bb9\u6240\u9700 PIN \u7684\u65b9\u6cd5\u3002PIN \u53ef\u6307\u5b9a\u65bc Java \u7279\u6027 (\u6839\u64da ds-cfg-key-store-pin-property \u5c6c\u6027\u547d\u540d)\u3001\u74b0\u5883\u8b8a\u6578 (\u6839\u64da ds-cfg-key-store-pin-environment-variable \u5c6c\u6027\u547d\u540d)\u3001\u6587\u5b57\u6a94 (\u6839\u64da ds-cfg-key-store-pin-file \u5c6c\u6027\u547d\u540d) \u6216\u76f4\u63a5\u6307\u5b9a\u65bc\u4f7f\u7528 ds-cfg-key-store-pin \u5c6c\u6027\u7684\u9805\u76ee |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_CANNOT_LOAD_81=\u5617\u8a66\u5b58\u53d6 PKCS#11 \u91d1\u9470\u7ba1\u7406\u54e1\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | INFO_PKCS11_KEYMANAGER_UPDATED_PIN_82=\u5df2\u66f4\u65b0\u7528\u4f86\u5b58\u53d6 PKCS#11 \u91d1\u9470\u7ba1\u7406\u54e1\u7684 PIN\u3002\u4e0b\u4e00\u6b21\u5b58\u53d6\u91d1\u9470\u7ba1\u7406\u54e1\u6642\uff0c\u65b0\u503c\u5c07\u6703\u751f\u6548 |
| | | SEVERE_ERR_FILE_KEYMANAGER_CANNOT_CREATE_FACTORY_83=\u5617\u8a66\u5efa\u7acb\u91d1\u9470\u7ba1\u7406\u54e1\u5de5\u5ee0\u4ee5\u5b58\u53d6\u91d1\u9470\u5eab\u6a94\u6848 %s \u7684\u5167\u5bb9\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_PKCS11_KEYMANAGER_CANNOT_CREATE_FACTORY_84=\u5617\u8a66\u5efa\u7acb\u91d1\u9470\u7ba1\u7406\u54e1\u5de5\u5ee0\u4ee5\u5b58\u53d6 PKCS#11 \u91d1\u9470\u5eab\u7684\u5167\u5bb9\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | INFO_FILE_TRUSTMANAGER_DESCRIPTION_FILE_85=\u6a94\u6848\u7684\u8def\u5f91\uff0c\u8a72\u6a94\u6848\u5167\u542b\u76ee\u9304\u4f3a\u670d\u5668\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u8cc7\u8a0a\u3002\u4e0b\u4e00\u6b21\u5b58\u53d6\u4fe1\u4efb\u7ba1\u7406\u54e1\u6642\uff0c\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u6703\u751f\u6548 |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_NO_FILE_ATTR_86=\u5b9a\u7fa9\u4ee5\u6a94\u6848\u70ba\u57fa\u790e\u4e4b\u4fe1\u4efb\u7ba1\u7406\u54e1\u7684\u914d\u7f6e\u9805\u76ee %s\uff0c\u4e0d\u5305\u542b\u61c9\u4fdd\u7559\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u6a94\u6848\u8def\u5f91\u7684 ds-cfg-trust-store-file \u5c6c\u6027 |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_NO_SUCH_FILE_87=\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u6a94\u6848 %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u4e4b\u5c6c\u6027 ds-cfg-trust-store-file \u4e2d) \u4e0d\u5b58\u5728 |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_DETERMINE_FILE_88=\u5617\u8a66\u5224\u5b9a\u914d\u7f6e\u9805\u76ee %s \u4e2d\u914d\u7f6e\u5c6c\u6027 ds-cfg-trust-store-file \u7684\u503c\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | INFO_FILE_TRUSTMANAGER_DESCRIPTION_TYPE_89=\u76ee\u9304\u4f3a\u670d\u5668\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u7684\u91d1\u9470\u5eab\u985e\u578b\u3002\u6709\u6548\u503c\u61c9\u8a72\u4e00\u5f8b\u5305\u542b\u300cJKS\u300d\u548c\u300cPKCS12\u300d\uff0c\u4f46\u4e0d\u540c\u5be6\u4f5c\u53ef\u80fd\u4e5f\u5141\u8a31\u5176\u4ed6\u503c\u3002\u5982\u679c\u672a\u63d0\u4f9b\u503c\uff0c\u5247\u5c07\u4f7f\u7528 JVM \u9810\u8a2d\u503c\u3002\u4e0b\u4e00\u6b21\u5b58\u53d6\u4fe1\u4efb\u7ba1\u7406\u54e1\u6642\uff0c\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u6703\u751f\u6548 |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_DETERMINE_TYPE_90=\u5617\u8a66\u5224\u5b9a\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684 ds-cfg-trust-store-type \u914d\u7f6e\u5c6c\u6027\u503c\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | INFO_FILE_TRUSTMANAGER_DESCRIPTION_PIN_PROPERTY_91=Java \u7279\u6027\u540d\u7a31\uff0c\u542b\u6709\u5b58\u53d6\u4ee5\u6a94\u6848\u70ba\u57fa\u790e\u4e4b\u4fe1\u4efb\u7ba1\u7406\u54e1\u6240\u9700\u7684\u7d14\u6587\u5b57 PIN\u3002\u4e0b\u4e00\u6b21\u5b58\u53d6\u4fe1\u4efb\u7ba1\u7406\u54e1\u6642\uff0c\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u6703\u751f\u6548 |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_PIN_PROPERTY_NOT_SET_92=Java \u7279\u6027 %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u7684\u5c6c\u6027 ds-cfg-trust-store-pin-property \u4e2d) \u61c9\u5305\u542b\u5b58\u53d6\u4ee5\u6a94\u6848\u70ba\u57fa\u790e\u7684\u4fe1\u4efb\u7ba1\u7406\u54e1\u6240\u9700\u7684 PIN\uff0c\u4f46\u6b64\u7279\u6027\u4e26\u672a\u8a2d\u5b9a |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_DETERMINE_PIN_PROPERTY_93=\u5617\u8a66\u5224\u5b9a\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684 ds-cfg-trust-store-pin-property \u914d\u7f6e\u5c6c\u6027\u503c\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | INFO_FILE_TRUSTMANAGER_DESCRIPTION_PIN_ENVAR_94=\u74b0\u5883\u8b8a\u6578\u540d\u7a31\uff0c\u542b\u6709\u5b58\u53d6\u4ee5\u6a94\u6848\u70ba\u57fa\u790e\u4e4b\u4fe1\u4efb\u7ba1\u7406\u54e1\u6240\u9700\u7684\u7d14\u6587\u5b57 PIN\u3002\u4e0b\u4e00\u6b21\u5b58\u53d6\u4fe1\u4efb\u7ba1\u7406\u54e1\u6642\uff0c\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u6703\u751f\u6548 |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_PIN_ENVAR_NOT_SET_95=\u74b0\u5883\u8b8a\u6578 %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u7684\u5c6c\u6027 ds-cfg-trust-store-pin-environment-variable \u4e2d) \u61c9\u5305\u542b\u5b58\u53d6\u4ee5\u6a94\u6848\u70ba\u57fa\u790e\u4e4b\u4fe1\u4efb\u7ba1\u7406\u54e1\u6240\u9700\u7684 PIN\uff0c\u4f46\u6b64\u7279\u6027\u4e26\u672a\u8a2d\u5b9a |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_DETERMINE_PIN_ENVAR_96=\u5617\u8a66\u5224\u5b9a\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684 ds-cfg-trust-store-pin-environment-variable \u914d\u7f6e\u5c6c\u6027\u503c\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | INFO_FILE_TRUSTMANAGER_DESCRIPTION_PIN_FILE_97=\u6587\u5b57\u6a94\u7684\u8def\u5f91\uff0c\u8a72\u6587\u5b57\u6a94\u5167\u5bb9\u61c9\u8a72\u53ea\u6709\u4e00\u884c\uff0c\u800c\u9019\u4e00\u884c\u5305\u542b\u5b58\u53d6\u4ee5\u6a94\u6848\u70ba\u57fa\u790e\u4e4b\u4fe1\u4efb\u7ba1\u7406\u54e1\u6240\u9700\u7684\u7d14\u6587\u5b57 PIN\u3002\u4e0b\u4e00\u6b21\u5b58\u53d6\u4fe1\u4efb\u7ba1\u7406\u54e1\u6642\uff0c\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u6703\u751f\u6548 |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_PIN_NO_SUCH_FILE_98=\u6a94\u6848 %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u7684\u5c6c\u6027 ds-cfg-trust-store-pin-file \u4e2d) \u61c9\u5305\u542b\u5b58\u53d6\u4ee5\u6a94\u6848\u70ba\u57fa\u790e\u4e4b\u4fe1\u4efb\u7ba1\u7406\u54e1\u6240\u9700\u7684 PIN\uff0c\u4f46\u662f\u6b64\u6a94\u6848\u4e0d\u5b58\u5728 |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_PIN_FILE_CANNOT_READ_99=\u5617\u8a66\u5f9e\u6a94\u6848 %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u7684\u914d\u7f6e\u5c6c\u6027 ds-cfg-trust-store-pin-file \u4e2d) \u8b80\u53d6\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340 PIN \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_PIN_FILE_EMPTY_100=\u6a94\u6848 %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u7684\u5c6c\u6027 ds-cfg-trust-store-pin-file \u4e2d) \u61c9\u5305\u542b\u5b58\u53d6\u4ee5\u6a94\u6848\u70ba\u57fa\u790e\u4e4b\u4fe1\u4efb\u7ba1\u7406\u54e1\u6240\u9700\u7684 PIN\uff0c\u4f46\u662f\u6b64\u6a94\u6848\u662f\u7a7a\u7684 |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_DETERMINE_PIN_FILE_101=\u5617\u8a66\u5224\u5b9a\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684 ds-cfg-trust-store-pin-file \u914d\u7f6e\u5c6c\u6027\u503c\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | INFO_FILE_TRUSTMANAGER_DESCRIPTION_PIN_ATTR_102=\u5b58\u53d6\u4ee5\u6a94\u6848\u70ba\u57fa\u790e\u4e4b\u4fe1\u4efb\u7ba1\u7406\u54e1\u6240\u9700\u7684\u7d14\u6587\u5b57 PIN\u3002\u4e0b\u4e00\u6b21\u5b58\u53d6\u4fe1\u4efb\u7ba1\u7406\u54e1\u6642\uff0c\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u6703\u751f\u6548 |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_DETERMINE_PIN_FROM_ATTR_103=\u5617\u8a66\u5224\u5b9a\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684 ds-cfg-trust-store-pin \u914d\u7f6e\u5c6c\u6027\u503c\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_LOAD_104=\u5617\u8a66\u5f9e\u6a94\u6848 %s \u8f09\u5165\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u5167\u5bb9\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_CANNOT_CREATE_FACTORY_105=\u5617\u8a66\u5efa\u7acb\u4fe1\u4efb\u7ba1\u7406\u54e1\u5de5\u5ee0\u4ee5\u5b58\u53d6\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u6a94\u6848 %s \u7684\u5167\u5bb9\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_FILE_TRUSTMANAGER_INVALID_TYPE_106=\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u985e\u578b %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u4e4b\u5c6c\u6027 ds-cfg-trust-store-type \u4e2d) \u7121\u6548: %s |
| | | INFO_FILE_TRUSTMANAGER_UPDATED_FILE_107=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684 ds-cfg-trust-store-file \u5c6c\u6027\u503c\u5df2\u66f4\u65b0\u70ba %s\u3002\u4e0b\u4e00\u6b21\u5b58\u53d6\u4fe1\u4efb\u7ba1\u7406\u54e1\u6642\uff0c\u65b0\u503c\u5c07\u6703\u751f\u6548 |
| | | INFO_FILE_TRUSTMANAGER_UPDATED_TYPE_108=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684 ds-cfg-trust-store-type \u5c6c\u6027\u503c\u5df2\u66f4\u65b0\u70ba %s\u3002\u4e0b\u4e00\u6b21\u5b58\u53d6\u4fe1\u4efb\u7ba1\u7406\u54e1\u6642\uff0c\u65b0\u503c\u5c07\u6703\u751f\u6548 |
| | | INFO_FILE_TRUSTMANAGER_UPDATED_PIN_109=\u5df2\u66f4\u65b0\u7528\u4f86\u5b58\u53d6\u4ee5\u6a94\u6848\u70ba\u57fa\u790e\u4e4b\u4fe1\u4efb\u7ba1\u7406\u54e1\u7684 PIN\u3002\u4e0b\u4e00\u6b21\u5b58\u53d6\u4fe1\u4efb\u7ba1\u7406\u54e1\u6642\uff0c\u65b0\u503c\u5c07\u6703\u751f\u6548 |
| | | SEVERE_ERR_NULL_SECURITY_PROVIDER_READ_ERROR_110=\u5617\u8a66\u4f7f\u7528\u7a7a\u503c\u9023\u7dda\u5b89\u5168\u6027\u63d0\u4f9b\u8005\u5f9e\u7528\u6236\u7aef\u8b80\u53d6\u8cc7\u6599\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | SEVERE_ERR_NULL_SECURITY_PROVIDER_WRITE_ERROR_111=\u5617\u8a66\u4f7f\u7528\u7a7a\u503c\u9023\u7dda\u5b89\u5168\u6027\u63d0\u4f9b\u8005\u5c07\u8cc7\u6599\u5beb\u5165\u81f3\u7528\u6236\u7aef\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | SEVERE_ERR_TLS_SECURITY_PROVIDER_CANNOT_INITIALIZE_112=\u5617\u8a66\u521d\u59cb\u5316 SSL \u74b0\u5883\u4ee5\u7528\u65bc TLS \u9023\u7dda\u5b89\u5168\u6027\u63d0\u4f9b\u8005\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_TLS_SECURITY_PROVIDER_UNEXPECTED_UNWRAP_STATUS_113=\u5617\u8a66\u5c55\u958b\u5f9e\u7528\u6236\u7aef\u8b80\u53d6\u7684\u52a0\u5bc6\u8cc7\u6599\u6642\uff0c\u5df2\u5c07\u672a\u9810\u671f\u7684\u72c0\u614b\u7d50\u679c\u50b3\u56de\u7d66 TLS \u9023\u7dda\u5b89\u5168\u6027\u63d0\u4f9b\u8005: %s |
| | | SEVERE_ERR_TLS_SECURITY_PROVIDER_READ_ERROR_114=\u5617\u8a66\u4f7f\u7528 TLS \u9023\u7dda\u5b89\u5168\u6027\u63d0\u4f9b\u8005\u5f9e\u7528\u6236\u7aef\u8b80\u53d6\u8cc7\u6599\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | SEVERE_ERR_TLS_SECURITY_PROVIDER_WRITE_NEEDS_UNWRAP_115=\u5617\u8a66\u900f\u904e TLS \u9023\u7dda\u5b89\u5168\u6027\u63d0\u4f9b\u8005\u5c07\u8cc7\u6599\u5beb\u5165\u81f3\u7528\u6236\u7aef\uff0c\u4f46\u662f SSL \u8868\u793a\u5fc5\u9808\u5148\u5f9e\u7528\u6236\u7aef\u8b80\u53d6\u8cc7\u6599\uff0c\u624d\u80fd\u57f7\u884c SSL \u5354\u5546\uff0c\u4f46\u662f\u6c92\u6709\u8cc7\u6599\u53ef\u4f9b\u8b80\u53d6\u3002\u9019\u662f\u672a\u9810\u671f\u7684\u72c0\u6cc1\uff0c\u800c\u4e14\u7e7c\u7e8c\u8655\u7406\u6b64\u7528\u6236\u7aef\u9023\u7dda\uff0c\u53ef\u80fd\u6703\u5c01\u9396\u5176\u4ed6\u7528\u6236\u7aef\u9023\u7dda\uff0c\u56e0\u6b64\u5c07\u95dc\u9589\u9023\u7dda |
| | | SEVERE_ERR_TLS_SECURITY_PROVIDER_UNEXPECTED_WRAP_STATUS_116=\u5617\u8a66\u5c01\u88dd\u7d14\u6587\u5b57\u8cc7\u6599\u4ee5\u4fbf\u5beb\u5165\u81f3\u7528\u6236\u7aef\u6642\uff0c\u5df2\u5c07\u672a\u9810\u671f\u7684\u72c0\u614b\u7d50\u679c\u50b3\u56de\u7d66 TLS \u9023\u7dda\u5b89\u5168\u6027\u63d0\u4f9b\u8005: %s |
| | | SEVERE_ERR_TLS_SECURITY_PROVIDER_WRITE_ERROR_117=\u5617\u8a66\u4f7f\u7528 TLS \u9023\u7dda\u5b89\u5168\u6027\u63d0\u4f9b\u8005\u5c07\u8cc7\u6599\u5beb\u5165\u81f3\u7528\u6236\u7aef\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | MILD_ERR_SEDCM_NO_PEER_CERTIFICATE_118=\u7121\u6cd5\u5c07\u6240\u63d0\u4f9b\u7684\u6191\u8b49\u93c8\u5c0d\u6620\u81f3\u4f7f\u7528\u8005\u9805\u76ee\uff0c\u56e0\u70ba\u6c92\u6709\u53ef\u7528\u7684\u5c0d\u7b49\u6191\u8b49 |
| | | MILD_ERR_SEDCM_PEER_CERT_NOT_X509_119=\u7121\u6cd5\u5c07\u6240\u63d0\u4f9b\u7684\u6191\u8b49\u93c8\u5c0d\u6620\u81f3\u4f7f\u7528\u8005\uff0c\u56e0\u70ba\u5c0d\u7b49\u6191\u8b49\u4e0d\u662f X.509 \u6191\u8b49 (\u5c0d\u7b49\u6191\u8b49\u683c\u5f0f\u70ba %s) |
| | | MILD_ERR_SEDCM_CANNOT_DECODE_SUBJECT_AS_DN_120=\u7121\u6cd5\u5c07\u6240\u63d0\u4f9b\u7684\u6191\u8b49\u93c8\u5c0d\u6620\u81f3\u4f7f\u7528\u8005\uff0c\u56e0\u70ba\u7121\u6cd5\u5c07\u5c0d\u7b49\u6191\u8b49\u4e3b\u9ad4\u300c%s\u300d\u89e3\u78bc\u70ba LDAP DN: %s |
| | | MILD_ERR_SEDCM_CANNOT_GET_ENTRY_121=\u7121\u6cd5\u5c07\u6240\u63d0\u4f9b\u7684\u6191\u8b49\u93c8\u5c0d\u6620\u81f3\u4f7f\u7528\u8005\uff0c\u56e0\u70ba\u5617\u8a66\u64f7\u53d6 DN \u70ba\u300c%s\u300d\u7684\u4f7f\u7528\u8005\u9805\u76ee\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_SEDCM_NO_USER_FOR_DN_122=\u7121\u6cd5\u5c07\u6240\u63d0\u4f9b\u7684\u6191\u8b49\u93c8\u5c0d\u6620\u81f3\u4f7f\u7528\u8005\uff0c\u56e0\u70ba\u6c92\u6709 DN \u70ba %s \u7684\u4f7f\u7528\u8005\u9805\u76ee\u5b58\u5728 |
| | | MILD_ERR_SASLEXTERNAL_NO_CLIENT_CONNECTION_123=\u7121\u6cd5\u8655\u7406 SASL EXTERNAL \u9023\u7d50\u8acb\u6c42\uff0c\u56e0\u70ba\u76f8\u95dc\u7684\u9023\u7d50\u8acb\u6c42\u672a\u53c3\u7167\u7528\u6236\u7aef\u9023\u7dda |
| | | MILD_ERR_SASLEXTERNAL_NO_SECURITY_PROVIDER_124=\u7121\u6cd5\u8655\u7406 SASL EXTERNAL \u9023\u7d50\u8acb\u6c42\uff0c\u56e0\u70ba\u76f8\u95dc\u7684\u7528\u6236\u7aef\u9023\u7dda\u6c92\u6709\u5b89\u5168\u6027\u63d0\u4f9b\u8005 |
| | | MILD_ERR_SASLEXTERNAL_CLIENT_NOT_USING_TLS_PROVIDER_125=\u7121\u6cd5\u8655\u7406 SASL EXTERNAL \u9023\u7d50\u8acb\u6c42\uff0c\u56e0\u70ba\u7528\u6236\u7aef\u9023\u7dda\u4e0d\u662f\u4f7f\u7528 TLS \u5b89\u5168\u6027\u63d0\u4f9b\u8005 (\u7528\u6236\u7aef\u5b89\u5168\u6027\u63d0\u4f9b\u8005\u70ba %s)\u3002\u60f3\u8981\u4f7f\u7528 SASL EXTERNAL \u8a8d\u8b49\u7684\u7528\u6236\u7aef\u9700\u8981\u6709 TLS \u5b89\u5168\u6027\u63d0\u4f9b\u8005 |
| | | MILD_ERR_SASLEXTERNAL_NO_CLIENT_CERT_126=\u7121\u6cd5\u8655\u7406 SASL EXTERNAL \u9023\u7d50\u8acb\u6c42\uff0c\u56e0\u70ba\u7528\u6236\u7aef\u672a\u5728 SSL/TLS \u5354\u5546\u671f\u9593\u5448\u73fe\u6191\u8b49\u93c8 |
| | | MILD_ERR_SASLEXTERNAL_NO_MAPPING_127=SASL EXTERNAL \u9023\u7d50\u8acb\u6c42\u5931\u6557\uff0c\u56e0\u70ba\u7528\u6236\u7aef\u5728 SSL/TLS \u5354\u5546\u671f\u9593\u6240\u5448\u73fe\u7684\u6191\u8b49\u93c8\u7121\u6cd5\u5c0d\u6620\u81f3\u76ee\u9304\u4f3a\u670d\u5668\u4e2d\u7684\u4f7f\u7528\u8005\u9805\u76ee |
| | | MILD_ERR_STARTTLS_NO_CLIENT_CONNECTION_128=StartTLS \u7121\u6cd5\u7528\u65bc\u6b64\u9023\u7dda\uff0c\u56e0\u70ba\u57fa\u672c\u7528\u6236\u7aef\u9023\u7dda\u7121\u6cd5\u4f7f\u7528 |
| | | MILD_ERR_STARTTLS_NOT_TLS_CAPABLE_129=StartTLS \u7121\u6cd5\u7528\u65bc\u6b64\u7528\u6236\u7aef\u9023\u7dda\uff0c\u56e0\u70ba\u6b64\u9023\u7dda\u985e\u578b\u7121\u6cd5\u4f7f\u7528 StartTLS \u4f86\u4fdd\u8b77\u5b83\u7684\u901a\u8a0a |
| | | MILD_ERR_STARTTLS_ERROR_ON_ENABLE_130=\u5617\u8a66\u57fa\u65bc StartTLS \u7684\u76ee\u7684\u800c\u5728\u7528\u6236\u7aef\u9023\u7dda\u4e0a\u555f\u7528 TLS \u9023\u7dda\u5b89\u5168\u6027\u7ba1\u7406\u54e1\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | INFO_SASLEXTERNAL_DESCRIPTION_VALIDATION_POLICY_131=\u8868\u793a SASL EXTERNAL \u6a5f\u5236\u8655\u7406\u7a0b\u5f0f\u662f\u5426\u61c9\u8a72\u5617\u8a66\u6839\u64da\u5c0d\u61c9\u4f7f\u7528\u8005\u9805\u76ee\u4e2d\u7684\u6191\u8b49\u4f86\u9a57\u8b49\u5c0d\u7b49\u6191\u8b49\u3002\u503c\u5fc5\u9808\u662f\u300ctrue\u300d(\u4e00\u5f8b\u6703\u5617\u8a66\u9a57\u8b49\u6191\u8b49\uff0c\u800c\u4e14\u6703\u5728\u6c92\u6709\u6191\u8b49\u6642\u5931\u6557)\u3001\u300cfalse\u300d(\u7d55\u4e0d\u6703\u5617\u8a66\u9a57\u8b49\u5c0d\u7b49\u6191\u8b49)\uff0c\u6216\u300cifpresent\u300d(\u5982\u679c\u4f7f\u7528\u8005\u9805\u76ee\u4e2d\u6709\u4e00\u6216\u591a\u500b\u6191\u8b49\uff0c\u5247\u6703\u9a57\u8b49\u5c0d\u7b49\u6191\u8b49\uff0c\u4f46\u662f\u5982\u679c\u9805\u76ee\u4e2d\u6c92\u6709\u6191\u8b49\uff0c\u5247\u4e0d\u6703\u5931\u6557)\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_SASLEXTERNAL_INVALID_VALIDATION_VALUE_132=\u914d\u7f6e\u9805\u76ee %s \u5177\u6709\u7121\u6548\u7684 ds-cfg-certificate-validation-policy \u5c6c\u6027\u503c %s\u3002\u503c\u5fc5\u9808\u662f\u300calways\u300d\u3001\u300cnever\u300d\u6216\u300cifpresent\u300d |
| | | SEVERE_ERR_SASLEXTERNAL_CANNOT_GET_VALIDATION_POLICY_133=\u5617\u8a66\u5224\u5b9a\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684 ds-cfg-certificate-validation-policy \u5c6c\u6027\u503c\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | INFO_SASLEXTERNAL_DESCRIPTION_CERTIFICATE_ATTRIBUTE_134=\u5c07\u7528\u4f86\u4fdd\u7559\u4f7f\u7528\u8005\u9805\u76ee\u4e2d\u4e4b\u6191\u8b49\u8cc7\u8a0a\u4ee5\u9032\u884c\u9a57\u8b49\u7684\u5c6c\u6027\u540d\u7a31\u3002\u9019\u5fc5\u9808\u6307\u5b9a\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5b9a\u7fa9\u7684\u6709\u6548\u5c6c\u6027\u985e\u578b\u540d\u7a31\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_SASLEXTERNAL_CANNOT_GET_CERT_ATTR_135=\u5617\u8a66\u5224\u5b9a\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684 ds-cfg-certificate-attribute \u5c6c\u6027\u503c\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | SEVERE_ERR_SASLEXTERNAL_UNKNOWN_CERT_ATTR_136=\u5c6c\u6027 %s (\u53c3\u7167\u65bc\u914d\u7f6e\u9805\u76ee %s \u7684 ds-cfg-certificate-attribute \u914d\u7f6e\u5c6c\u6027) \u4e0d\u5b58\u5728\u65bc\u76ee\u9304\u4f3a\u670d\u5668\u6a21\u5f0f\u3002\u5728 SASL EXTERNAL \u8a8d\u8b49\u671f\u9593\u8981\u7528\u65bc\u6191\u8b49\u9a57\u8b49\u7684\u5c6c\u6027\u5fc5\u9808\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d |
| | | MILD_ERR_SASLEXTERNAL_NO_CERT_IN_ENTRY_137=\u7121\u6cd5\u900f\u904e SASL EXTERNAL \u9032\u884c\u8a8d\u8b49\uff0c\u56e0\u70ba\u5c0d\u6620\u7684\u4f7f\u7528\u8005\u9805\u76ee %s \u6c92\u6709\u4efb\u4f55\u6191\u8b49\u53ef\u7528\u4f86\u9a57\u8b49\u5448\u73fe\u7684\u5c0d\u7b49\u6191\u8b49 |
| | | MILD_ERR_SASLEXTERNAL_PEER_CERT_NOT_FOUND_138=\u7121\u6cd5\u900f\u904e SASL EXTERNAL \u9032\u884c\u8a8d\u8b49\uff0c\u56e0\u70ba\u5c0d\u6620\u7684\u4f7f\u7528\u8005\u9805\u76ee %s \u4e0d\u5305\u542b\u7528\u6236\u7aef\u6240\u5448\u73fe\u7684\u5c0d\u7b49\u6191\u8b49 |
| | | MILD_ERR_SASLEXTERNAL_CANNOT_VALIDATE_CERT_139=\u5617\u8a66\u4f7f\u7528\u4f7f\u7528\u8005\u9805\u76ee %s \u4e2d\u7684\u6191\u8b49\u4f86\u9a57\u8b49\u7528\u6236\u7aef\u6240\u5448\u73fe\u7684\u5c0d\u7b49\u6191\u8b49\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | INFO_SASLEXTERNAL_UPDATED_VALIDATION_POLICY_140=\u5df2\u66f4\u65b0\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684 ds-cfg-certificate-validation-policy \u5c6c\u6027\u3002\u65b0\u7684\u7528\u6236\u7aef\u6191\u8b49\u9a57\u8b49\u7b56\u7565\u70ba %s |
| | | INFO_SASLEXTERNAL_UPDATED_CERT_ATTR_141=\u5df2\u66f4\u65b0\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684 ds-cfg-certificate-attribute \u5c6c\u6027\u3002\u73fe\u5728\u9a57\u8b49\u5c0d\u7b49\u6191\u8b49\u6642\uff0c\u5c07\u4f7f\u7528 %s \u5c6c\u6027 |
| | | INFO_SASLPLAIN_DESCRIPTION_USERNAME_ATTRIBUTE_142=\u5c07\u7528\u4f86\u6839\u64da SASL PLAIN \u8a8d\u8b49\u671f\u9593\u63d0\u4f9b\u7684 authcID/authzID \u4f86\u8b58\u5225\u4f7f\u7528\u8005\u9805\u76ee\u7684\u5c6c\u6027\u540d\u7a31\u3002\u9019\u5fc5\u9808\u6307\u5b9a\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5b9a\u7fa9\u7684\u6709\u6548\u5c6c\u6027\u985e\u578b\u540d\u7a31\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_SASLPLAIN_CANNOT_GET_USERNAME_ATTR_143=\u5617\u8a66\u5224\u5b9a\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5c6c\u6027 ds-cfg-user-name-attribute \u7684\u503c\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | SEVERE_ERR_SASLPLAIN_UNKNOWN_USERNAME_ATTR_144=\u5c6c\u6027 %s (\u53c3\u7167\u65bc\u914d\u7f6e\u9805\u76ee %s \u7684 ds-cfg-user-name-attribute \u914d\u7f6e\u5c6c\u6027) \u4e0d\u5b58\u5728\u65bc\u76ee\u9304\u4f3a\u670d\u5668\u6a21\u5f0f\u3002\u5728 SASL PLAIN \u8a8d\u8b49\u671f\u9593\u8981\u7528\u65bc\u4f7f\u7528\u8005\u540d\u7a31\u67e5\u627e\u7684\u5c6c\u6027\u5fc5\u9808\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d |
| | | INFO_SASLPLAIN_DESCRIPTION_USER_BASE_DN_145=\u6839\u64da SASL PLAIN \u8a8d\u8b49\u671f\u9593\u63d0\u4f9b\u7684 authcID/authzID \u4f86\u641c\u5c0b\u9805\u76ee\u6642\u61c9\u8a72\u4f7f\u7528\u7684\u57fa\u5e95 DN\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_SASLPLAIN_CANNOT_GET_USER_BASE_DN_146=\u5617\u8a66\u5224\u5b9a\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5c6c\u6027 ds-cfg-user-base-dn \u7684\u503c\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | MILD_ERR_SASLPLAIN_NO_SASL_CREDENTIALS_147=SASL PLAIN \u8a8d\u8b49\u9700\u8981\u63d0\u4f9b SASL \u6191\u8b49\uff0c\u4f46\u662f\u9023\u7d50\u8acb\u6c42\u4e2d\u672a\u542b\u4efb\u4f55\u6191\u8b49 |
| | | MILD_ERR_SASLPLAIN_NO_NULLS_IN_CREDENTIALS_148=SASL PLAIN \u9023\u7d50\u8acb\u6c42\u4e0d\u5305\u542b\u4efb\u4f55\u7a7a\u5b57\u5143\u3002NULL \u7a7a\u5b57\u5143\u9700\u8981\u505a\u70ba\u6388\u6b0a ID \u8207\u8a8d\u8b49 ID \u4e4b\u9593\u7684\u5206\u5272\u5143\uff0c\u4e5f\u9700\u8981\u505a\u70ba\u8a8d\u8b49 ID \u8207\u5bc6\u78bc\u4e4b\u9593\u7684\u5206\u5272\u5143 |
| | | MILD_ERR_SASLPLAIN_NO_SECOND_NULL_149=SASL PLAIN \u9023\u7d50\u8acb\u6c42\u4e0d\u5305\u542b\u6191\u8b49\u4e2d\u7684\u7b2c\u4e8c\u500b\u7a7a\u5b57\u5143\uff0c\u800c\u6b64\u7a7a\u5b57\u5143\u9700\u8981\u505a\u70ba\u8a8d\u8b49 ID \u8207\u5bc6\u78bc\u4e4b\u9593\u7684\u5206\u5272\u5143 |
| | | MILD_ERR_SASLPLAIN_ZERO_LENGTH_AUTHCID_150=SASL PLAIN \u9023\u7d50\u8acb\u6c42\u4e2d\u6240\u542b\u8a8d\u8b49 ID \u7684\u9577\u5ea6\u662f\u96f6\u500b\u5b57\u5143\uff0c\u800c\u9019\u662f\u4e0d\u5141\u8a31\u7684\u3002SASL PLAIN \u8a8d\u8b49\u4e0d\u5141\u8a31\u7a7a\u5b57\u4e32\u505a\u70ba\u8a8d\u8b49 ID |
| | | MILD_ERR_SASLPLAIN_ZERO_LENGTH_PASSWORD_151=SASL PLAIN \u9023\u7d50\u8acb\u6c42\u4e2d\u6240\u542b\u5bc6\u78bc\u7684\u9577\u5ea6\u662f\u96f6\u500b\u5b57\u5143\uff0c\u800c\u9019\u662f\u4e0d\u5141\u8a31\u7684\u3002SASL PLAIN \u8a8d\u8b49\u4e0d\u5141\u8a31\u7a7a\u5b57\u4e32\u505a\u70ba\u5bc6\u78bc |
| | | MILD_ERR_SASLPLAIN_CANNOT_DECODE_AUTHCID_AS_DN_152=\u5617\u8a66\u89e3\u78bc SASL PLAIN \u8a8d\u8b49 ID\u300c%s\u300d\u6642\u767c\u751f\u932f\u8aa4\uff0c\u56e0\u70ba\u8a72\u8a8d\u8b49 ID \u4f3c\u4e4e\u5305\u542b DN \u4f46 DN \u89e3\u78bc\u5931\u6557: %s |
| | | MILD_ERR_SASLPLAIN_AUTHCID_IS_NULL_DN_153=SASL PLAIN \u9023\u7d50\u8acb\u6c42\u4e2d\u7684\u8a8d\u8b49 ID \u4f3c\u4e4e\u662f\u7a7a DN\u3002\u9019\u662f\u4e0d\u5141\u8a31\u7684 |
| | | MILD_ERR_SASLPLAIN_CANNOT_GET_ENTRY_BY_DN_154=\u5617\u8a66\u64f7\u53d6\u4f7f\u7528\u8005\u9805\u76ee %s (\u6307\u5b9a\u65bc SASL PLAIN \u9023\u7d50\u8acb\u6c42\u4e4b\u4ee5 DN \u70ba\u57fa\u790e\u7684\u8a8d\u8b49 ID \u4e2d) \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_SASLPLAIN_CANNOT_PERFORM_INTERNAL_SEARCH_155=\u5617\u8a66\u57f7\u884c\u5167\u90e8\u641c\u5c0b\u4ee5\u64f7\u53d6\u8207 SASL PLAIN \u8a8d\u8b49 ID %s \u76f8\u95dc\u7684\u4f7f\u7528\u8005\u9805\u76ee\u6642\u767c\u751f\u932f\u8aa4\u3002\u8a72\u641c\u5c0b\u7684\u7d50\u679c\u662f %s\uff0c\u800c\u8a0a\u606f\u70ba %s |
| | | MILD_ERR_SASLPLAIN_MULTIPLE_MATCHING_ENTRIES_156=\u5617\u8a66\u89e3\u6790 SASL PLAIN \u8a8d\u8b49 ID %s \u7684\u5167\u90e8\u641c\u5c0b\u5df2\u7b26\u5408\u591a\u500b\u9805\u76ee\u3002\u9664\u975e\u8a8d\u8b49 ID \u6b63\u597d\u5c0d\u6620\u81f3\u4e00\u500b\u4f7f\u7528\u8005\u9805\u76ee\uff0c\u5426\u5247\u8a8d\u8b49\u7121\u6cd5\u6210\u529f |
| | | MILD_ERR_SASLPLAIN_NO_MATCHING_ENTRIES_157=\u4f3a\u670d\u5668\u627e\u4e0d\u5230\u6240\u63d0\u4f9b\u8a8d\u8b49 ID %s \u7684\u4efb\u4f55\u4f7f\u7528\u8005\u9805\u76ee |
| | | MILD_ERR_SASLPLAIN_NO_PW_ATTR_158=SASL PLAIN \u8a8d\u8b49\u5931\u6557\uff0c\u56e0\u70ba\u5c0d\u6620\u7684\u4f7f\u7528\u8005\u9805\u76ee\u4e0d\u5305\u542b\u4efb\u4f55 %s \u5c6c\u6027\u503c |
| | | MILD_ERR_SASLPLAIN_UNKNOWN_STORAGE_SCHEME_159=\u7121\u6cd5\u900f\u904e SASL PLAIN \u8655\u7406\u76ee\u6a19\u4f7f\u7528\u8005\u9805\u76ee %s \u4e2d\u7684\u5bc6\u78bc\uff0c\u56e0\u70ba\u8a72\u5bc6\u78bc\u5177\u6709\u4e0d\u660e\u7684\u5132\u5b58\u6a5f\u5236 %s |
| | | MILD_ERR_SASLPLAIN_INVALID_PASSWORD_160=\u63d0\u4f9b\u7684\u5bc6\u78bc\u7121\u6548 |
| | | INFO_SASLPLAIN_UPDATED_USERNAME_ATTR_161=\u5df2\u66f4\u65b0\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684 ds-cfg-user-name-attribute \u5c6c\u6027\u3002\u73fe\u5728\u6839\u64da authcID/authzID \u67e5\u627e\u4f7f\u7528\u8005\u9805\u76ee\u6642\uff0c\u5c07\u4f7f\u7528 %s \u5c6c\u6027 |
| | | INFO_SASLPLAIN_UPDATED_USER_BASE_DN_162=\u5df2\u66f4\u65b0\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684 ds-cfg-user-base-dn \u5c6c\u6027\u3002\u73fe\u5728\u6839\u64da authcID/authzID \u67e5\u627e\u4f7f\u7528\u8005\u9805\u76ee\u6642\uff0c\u5c07\u4f7f\u7528 DN %s \u505a\u70ba\u641c\u5c0b\u5eab |
| | | INFO_SASLPLAIN_CANNOT_LOCK_ENTRY_163=\u76ee\u9304\u4f3a\u670d\u5668\u7121\u6cd5\u53d6\u5f97\u4f7f\u7528\u8005\u9805\u76ee %s \u7684\u8b80\u53d6\u9396\u5b9a\uff0c\u4ee5\u64f7\u53d6\u8a72\u9805\u76ee |
| | | MILD_ERR_SEDCM_CANNOT_LOCK_ENTRY_164=\u76ee\u9304\u4f3a\u670d\u5668\u7121\u6cd5\u53d6\u5f97\u4f7f\u7528\u8005\u9805\u76ee %s \u7684\u8b80\u53d6\u9396\u5b9a\uff0c\u4ee5\u64f7\u53d6\u8a72\u9805\u76ee |
| | | INFO_SASLANONYMOUS_TRACE_165=SASL ANONYMOUS \u9023\u7d50\u4f5c\u696d (\u9023\u7dda=%d\uff0c\u4f5c\u696d=%d) \u5df2\u63d0\u4f9b\u8ffd\u8e64\u8cc7\u8a0a: %s |
| | | SEVERE_ERR_SASLCRAMMD5_CANNOT_GET_MESSAGE_DIGEST_166=\u5617\u8a66\u53d6\u5f97 CRAM-MD5 SASL \u8655\u7406\u7a0b\u5f0f\u6240\u7528\u7684 MD5 \u6458\u8981\u5f15\u64ce\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | INFO_SASLCRAMMD5_DESCRIPTION_USERNAME_ATTRIBUTE_167=\u5c07\u7528\u4f86\u6839\u64da SASL CRAM-MD5 \u8a8d\u8b49\u671f\u9593\u63d0\u4f9b\u7684\u4f7f\u7528\u8005\u540d\u7a31\u4f86\u8b58\u5225\u4f7f\u7528\u8005\u9805\u76ee\u7684\u5c6c\u6027\u540d\u7a31\u3002\u9019\u5fc5\u9808\u6307\u5b9a\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5b9a\u7fa9\u7684\u6709\u6548\u5c6c\u6027\u985e\u578b\u540d\u7a31\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_SASLCRAMMD5_CANNOT_GET_USERNAME_ATTR_168=\u5617\u8a66\u5224\u5b9a\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5c6c\u6027 ds-cfg-user-name-attribute \u7684\u503c\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | SEVERE_ERR_SASLCRAMMD5_UNKNOWN_USERNAME_ATTR_169=\u5c6c\u6027 %s (\u53c3\u7167\u65bc\u914d\u7f6e\u9805\u76ee %s \u7684 ds-cfg-user-name-attribute \u914d\u7f6e\u5c6c\u6027) \u4e0d\u5b58\u5728\u65bc\u76ee\u9304\u4f3a\u670d\u5668\u6a21\u5f0f\u3002\u5728 SASL CRAM-MD5 \u8a8d\u8b49\u671f\u9593\u8981\u7528\u65bc\u4f7f\u7528\u8005\u540d\u7a31\u67e5\u627e\u7684\u5c6c\u6027\u5fc5\u9808\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d |
| | | INFO_SASLCRAMMD5_DESCRIPTION_USER_BASE_DN_170=\u6839\u64da SASL CRAM-MD5 \u8a8d\u8b49\u671f\u9593\u63d0\u4f9b\u7684\u4f7f\u7528\u8005\u540d\u7a31\u4f86\u641c\u5c0b\u9805\u76ee\u6642\u61c9\u8a72\u4f7f\u7528\u7684\u57fa\u5e95 DN\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_SASLCRAMMD5_CANNOT_GET_USER_BASE_DN_171=\u5617\u8a66\u5224\u5b9a\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5c6c\u6027 ds-cfg-user-base-dn \u7684\u503c\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | MILD_ERR_SASLCRAMMD5_NO_STORED_CHALLENGE_172=SASL CRAM-MD5 \u9023\u7d50\u8acb\u6c42\u5df2\u5305\u542b SASL \u6191\u8b49\uff0c\u4f46\u662f\u6c92\u6709\u91dd\u5c0d\u6b64\u7528\u6236\u7aef\u9023\u7dda\u5132\u5b58\u7684\u8a70\u554f\u3002\u5169\u968e\u6bb5\u7a0b\u5e8f\u4e2d\u7684\u7b2c\u4e00\u500b CRAM-MD5 \u9023\u7d50\u8acb\u6c42\u4e0d\u5f97\u5305\u542b\u7528\u6236\u7aef SASL \u6191\u8b49 |
| | | MILD_ERR_SASLCRAMMD5_INVALID_STORED_CHALLENGE_173=SASL CRAM-MD5 \u9023\u7d50\u8acb\u6c42\u5df2\u5305\u542b SASL \u6191\u8b49\uff0c\u4f46\u662f\u91dd\u5c0d\u6b64\u7528\u6236\u7aef\u9023\u7dda\u5132\u5b58\u7684 SASL \u72c0\u614b\u8cc7\u8a0a\u4e0d\u662f\u8a70\u554f\u7684\u9069\u7576\u5f62\u5f0f\u683c\u5f0f |
| | | MILD_ERR_SASLCRAMMD5_NO_SPACE_IN_CREDENTIALS_174=\u7528\u6236\u7aef\u7684 SASL CRAM-MD5 \u9023\u7d50\u8acb\u6c42\u5df2\u5305\u542b SASL \u6191\u8b49\uff0c\u4f46\u662f\u6c92\u6709\u7a7a\u9593\u5340\u9694\u4f7f\u7528\u8005\u540d\u7a31\u8207\u8a8d\u8b49\u6458\u8981 |
| | | MILD_ERR_SASLCRAMMD5_INVALID_DIGEST_LENGTH_175=SASL CRAM-MD5 \u9023\u7d50\u8acb\u6c42\u5df2\u5305\u542b SASL \u6191\u8b49\uff0c\u4f46\u662f\u5df2\u89e3\u78bc\u6458\u8981\u5b57\u4e32\u5177\u6709 %d \u500b\u4f4d\u5143\u7d44\u7684\u7121\u6548\u9577\u5ea6\uff0c\u800c\u4e0d\u662f %d \u500b\u4f4d\u5143\u7d44\u7684\u9810\u671f MD5 \u6458\u8981\u5341\u516d\u9032\u5236\u5448\u73fe |
| | | MILD_ERR_SASLCRAMMD5_INVALID_DIGEST_CONTENT_176=SASL CRAM-MD5 \u9023\u7d50\u8acb\u6c42\u5df2\u5305\u542b SASL \u6191\u8b49\uff0c\u4f46\u662f\u5df2\u89e3\u78bc\u6458\u8981\u4e0d\u53ea\u5305\u542b\u5341\u516d\u9032\u5236\u6578\u5b57: %s |
| | | MILD_ERR_SASLCRAMMD5_CANNOT_DECODE_USERNAME_AS_DN_177=\u5617\u8a66\u89e3\u78bc SASL CRAM-MD5 \u4f7f\u7528\u8005\u540d\u7a31\u300c%s\u300d\u6642\u767c\u751f\u932f\u8aa4\uff0c\u56e0\u70ba\u8a72\u4f7f\u7528\u8005\u540d\u7a31\u4f3c\u4e4e\u5305\u542b DN \u4f46 DN \u89e3\u78bc\u5931\u6557: %s |
| | | MILD_ERR_SASLCRAMMD5_USERNAME_IS_NULL_DN_178=SASL CRAM-MD5 \u9023\u7d50\u8acb\u6c42\u4e2d\u7684\u4f7f\u7528\u8005\u540d\u7a31\u4f3c\u4e4e\u662f\u7a7a DN\u3002\u9019\u662f\u4e0d\u5141\u8a31\u7684 |
| | | INFO_SASLCRAMMD5_CANNOT_LOCK_ENTRY_179=\u76ee\u9304\u4f3a\u670d\u5668\u7121\u6cd5\u53d6\u5f97\u4f7f\u7528\u8005\u9805\u76ee %s \u7684\u8b80\u53d6\u9396\u5b9a\uff0c\u4ee5\u64f7\u53d6\u8a72\u9805\u76ee |
| | | MILD_ERR_SASLCRAMMD5_CANNOT_GET_ENTRY_BY_DN_180=\u5617\u8a66\u64f7\u53d6\u4f7f\u7528\u8005\u9805\u76ee %s (\u6307\u5b9a\u65bc SASL CRAM-MD5 \u9023\u7d50\u8acb\u6c42\u4e4b\u4ee5 DN \u70ba\u57fa\u790e\u7684\u4f7f\u7528\u8005\u540d\u7a31\u4e2d) \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_SASLCRAMMD5_ZERO_LENGTH_USERNAME_181=SASL CRAM-MD5 \u9023\u7d50\u8acb\u6c42\u4e2d\u6240\u542b\u4f7f\u7528\u8005\u540d\u7a31\u7684\u9577\u5ea6\u662f\u96f6\u500b\u5b57\u5143\uff0c\u800c\u9019\u662f\u4e0d\u5141\u8a31\u7684\u3002CRAM-MD5 \u8a8d\u8b49\u4e0d\u5141\u8a31\u7a7a\u5b57\u4e32\u505a\u70ba\u4f7f\u7528\u8005\u540d\u7a31 |
| | | MILD_ERR_SASLCRAMMD5_CANNOT_PERFORM_INTERNAL_SEARCH_182=\u5617\u8a66\u57f7\u884c\u5167\u90e8\u641c\u5c0b\u4ee5\u64f7\u53d6\u8207 SASL CRAM-MD5 \u4f7f\u7528\u8005\u540d\u7a31 %s \u76f8\u95dc\u7684\u4f7f\u7528\u8005\u9805\u76ee\u6642\u767c\u751f\u932f\u8aa4\u3002\u8a72\u641c\u5c0b\u7684\u7d50\u679c\u662f %s\uff0c\u800c\u8a0a\u606f\u70ba %s |
| | | MILD_ERR_SASLCRAMMD5_MULTIPLE_MATCHING_ENTRIES_183=\u5617\u8a66\u89e3\u6790 SASL CRAM-MD5 \u4f7f\u7528\u8005\u540d\u7a31 %s \u7684\u5167\u90e8\u641c\u5c0b\u5df2\u7b26\u5408\u591a\u500b\u9805\u76ee\u3002\u9664\u975e\u4f7f\u7528\u8005\u540d\u7a31\u6b63\u597d\u5c0d\u6620\u81f3\u4e00\u500b\u4f7f\u7528\u8005\u9805\u76ee\uff0c\u5426\u5247\u8a8d\u8b49\u7121\u6cd5\u6210\u529f |
| | | MILD_ERR_SASLCRAMMD5_NO_MATCHING_ENTRIES_184=\u4f3a\u670d\u5668\u627e\u4e0d\u5230\u6240\u63d0\u4f9b\u4f7f\u7528\u8005\u540d\u7a31 %s \u7684\u4efb\u4f55\u4f7f\u7528\u8005\u9805\u76ee |
| | | MILD_ERR_SASLCRAMMD5_NO_PW_ATTR_185=SASL CRAM-MD5 \u8a8d\u8b49\u5931\u6557\uff0c\u56e0\u70ba\u5c0d\u6620\u7684\u4f7f\u7528\u8005\u9805\u76ee\u4e0d\u5305\u542b\u4efb\u4f55 %s \u5c6c\u6027\u503c |
| | | MILD_ERR_SASLCRAMMD5_UNKNOWN_STORAGE_SCHEME_186=\u7121\u6cd5\u900f\u904e SASL CRAM-MD5 \u8655\u7406\u76ee\u6a19\u4f7f\u7528\u8005\u9805\u76ee %s \u4e2d\u7684\u5bc6\u78bc\uff0c\u56e0\u70ba\u8a72\u5bc6\u78bc\u5177\u6709\u4e0d\u660e\u7684\u5132\u5b58\u6a5f\u5236 %s |
| | | MILD_ERR_SASLCRAMMD5_CANNOT_GET_CLEAR_PASSWORD_187=\u5617\u8a66\u5f9e\u5132\u5b58\u6a5f\u5236\u70ba %2$s \u7684\u503c\u4e2d\u53d6\u5f97\u4f7f\u7528\u8005 %1$s \u7684\u7d14\u6587\u5b57\u5bc6\u78bc\u6642\u767c\u751f\u932f\u8aa4: %3$s |
| | | MILD_ERR_SASLCRAMMD5_INVALID_PASSWORD_188=\u63d0\u4f9b\u7684\u5bc6\u78bc\u7121\u6548 |
| | | MILD_ERR_SASLCRAMMD5_NO_REVERSIBLE_PASSWORDS_189=SASL CRAM-MD5 \u8a8d\u8b49\u4e0d\u9069\u7528\u65bc\u4f7f\u7528\u8005 %s\uff0c\u56e0\u70ba\u4f7f\u7528\u8005\u9805\u76ee\u4e2d\u6c92\u6709\u4ee5\u53ef\u53cd\u8f49\u683c\u5f0f\u5132\u5b58\u7684\u5bc6\u78bc |
| | | INFO_SASLCRAMMD5_UPDATED_USERNAME_ATTR_190=\u5df2\u66f4\u65b0\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684 ds-cfg-user-name-attribute \u5c6c\u6027\u3002\u73fe\u5728\u6839\u64da\u4f7f\u7528\u8005\u540d\u7a31\u67e5\u627e\u4f7f\u7528\u8005\u9805\u76ee\u6642\uff0c\u5c07\u4f7f\u7528 %s \u5c6c\u6027 |
| | | INFO_SASLCRAMMD5_UPDATED_USER_BASE_DN_191=\u5df2\u66f4\u65b0\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684 ds-cfg-user-base-dn \u5c6c\u6027\u3002\u73fe\u5728\u6839\u64da\u4f7f\u7528\u8005\u540d\u7a31\u67e5\u627e\u4f7f\u7528\u8005\u9805\u76ee\u6642\uff0c\u5c07\u4f7f\u7528 DN %s \u505a\u70ba\u641c\u5c0b\u5eab |
| | | SEVERE_ERR_SASLDIGESTMD5_CANNOT_GET_MESSAGE_DIGEST_192=\u5617\u8a66\u53d6\u5f97 DIGEST-MD5 SASL \u8655\u7406\u7a0b\u5f0f\u6240\u7528\u7684 MD5 \u6458\u8981\u5f15\u64ce\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | INFO_SASLDIGESTMD5_DESCRIPTION_USERNAME_ATTRIBUTE_193=\u5c07\u7528\u4f86\u6839\u64da SASL DIGEST-MD5 \u8a8d\u8b49\u671f\u9593\u63d0\u4f9b\u7684\u4f7f\u7528\u8005\u540d\u7a31\u4f86\u8b58\u5225\u4f7f\u7528\u8005\u9805\u76ee\u7684\u5c6c\u6027\u540d\u7a31\u3002\u9019\u5fc5\u9808\u6307\u5b9a\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5b9a\u7fa9\u7684\u6709\u6548\u5c6c\u6027\u985e\u578b\u540d\u7a31\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_SASLDIGESTMD5_CANNOT_GET_USERNAME_ATTR_194=\u5617\u8a66\u5224\u5b9a\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5c6c\u6027 ds-cfg-user-name-attribute \u7684\u503c\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | SEVERE_ERR_SASLDIGESTMD5_UNKNOWN_USERNAME_ATTR_195=\u5c6c\u6027 %s (\u53c3\u7167\u65bc\u914d\u7f6e\u9805\u76ee %s \u7684 ds-cfg-user-name-attribute \u914d\u7f6e\u5c6c\u6027) \u4e0d\u5b58\u5728\u65bc\u76ee\u9304\u4f3a\u670d\u5668\u6a21\u5f0f\u3002\u5728 SASL DIGEST-MD5 \u8a8d\u8b49\u671f\u9593\u8981\u7528\u65bc\u4f7f\u7528\u8005\u540d\u7a31\u67e5\u627e\u7684\u5c6c\u6027\u5fc5\u9808\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d |
| | | INFO_SASLDIGESTMD5_DESCRIPTION_USER_BASE_DN_196=\u6839\u64da SASL DIGEST-MD5 \u8a8d\u8b49\u671f\u9593\u63d0\u4f9b\u7684\u4f7f\u7528\u8005\u540d\u7a31\u4f86\u641c\u5c0b\u9805\u76ee\u6642\u61c9\u8a72\u4f7f\u7528\u7684\u57fa\u5e95 DN\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_SASLDIGESTMD5_CANNOT_GET_USER_BASE_DN_197=\u5617\u8a66\u5224\u5b9a\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5c6c\u6027 ds-cfg-user-base-dn \u7684\u503c\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | INFO_SASLDIGESTMD5_DESCRIPTION_REALM_198=\u61c9\u8a72\u7531\u4f3a\u670d\u5668\u7528\u65bc DIGEST-MD5 \u8a8d\u8b49\u7684\u7bc4\u570d\u3002\u5982\u679c\u672a\u63d0\u4f9b\u6b64\u9805\u76ee\uff0c\u5247\u4f3a\u670d\u5668\u5c07\u9810\u8a2d\u70ba\u4f7f\u7528\u5c0d\u61c9\u81f3\u6240\u5b9a\u7fa9\u5c3e\u78bc\u7684\u7bc4\u570d\u540d\u7a31\u96c6\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_SASLDIGESTMD5_CANNOT_GET_REALM_199=\u5617\u8a66\u5224\u5b9a\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5c6c\u6027 ds-cfg-realm \u7684\u503c\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | SEVERE_WARN_SASLDIGESTMD5_CHALLENGE_TOO_LONG_200=\u521d\u59cb DIGEST-MD5 \u5fc5\u9808\u5c0f\u65bc 2048 \u500b\u4f4d\u5143\u7d44\uff0c\u4f46\u662f\u7522\u751f\u7684\u8a70\u554f\u662f %d \u500b\u4f4d\u5143\u7d44 |
| | | MILD_ERR_SASLDIGESTMD5_NO_CREDENTIALS_201=\u7528\u6236\u7aef\u9023\u7dda\u5df2\u5305\u542b DIGEST-MD5 \u72c0\u614b\u8cc7\u8a0a\uff0c\u8868\u793a\u7528\u6236\u7aef\u6b63\u5728\u57f7\u884c DIGEST-MD5 \u9023\u7d50\uff0c\u4f46\u662f\u9023\u7d50\u8acb\u6c42\u672a\u5305\u542b\u4efb\u4f55\u6191\u8b49 |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_STORED_STATE_202=SASL DIGEST-MD5 \u9023\u7d50\u8acb\u6c42\u5df2\u5305\u542b SASL \u6191\u8b49\uff0c\u4f46\u662f\u91dd\u5c0d\u6b64\u7528\u6236\u7aef\u9023\u7dda\u5132\u5b58\u7684 SASL \u72c0\u614b\u8cc7\u8a0a\u4e0d\u662f\u8a70\u554f\u7684\u9069\u7576\u5f62\u5f0f |
| | | SEVERE_WARN_SASLDIGESTMD5_CANNOT_PARSE_ISO_CREDENTIALS_203=\u5617\u8a66\u4f7f\u7528 %s \u5b57\u5143\u96c6\u5c07 DIGEST-MD5 \u6191\u8b49\u5256\u6790\u70ba\u5b57\u4e32\u6642\u767c\u751f\u932f\u8aa4: %s\u3002\u4f3a\u670d\u5668\u6703\u4f7f\u7528 UTF-8 \u91cd\u8a66 |
| | | SEVERE_WARN_SASLDIGESTMD5_CANNOT_PARSE_UTF8_CREDENTIALS_204=\u5617\u8a66\u4f7f\u7528 UTF-8 \u5b57\u5143\u96c6\u5c07 DIGEST-MD5 \u6191\u8b49\u5256\u6790\u70ba\u5b57\u4e32\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_TOKEN_IN_CREDENTIALS_205=\u7528\u6236\u7aef\u6240\u63d0\u4f9b\u7684 DIGEST-MD5 \u6191\u8b49\u5df2\u5305\u542b\u5f9e\u4f4d\u7f6e %2$d \u958b\u59cb\u7684\u7121\u6548\u8a18\u865f\u300c%1$s\u300d |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_CHARSET_206=\u7528\u6236\u7aef\u6240\u63d0\u4f9b\u7684 DIGEST-MD5 \u6191\u8b49\u5df2\u6307\u5b9a\u7121\u6548\u5b57\u5143\u96c6 %s\u3002\u6b64\u53c3\u6578\u53ea\u63a5\u53d7\u503c\u300cutf-8\u300d |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_DECODE_REALM_AS_DN_207=\u5617\u8a66\u5c07\u63d0\u4f9b\u7684\u56de\u61c9\u7bc4\u570d\u300c%s\u300d\u5256\u6790\u70ba DN \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_REALM_208=\u7528\u6236\u7aef\u6240\u63d0\u4f9b\u7684 DIGEST-MD5 \u6191\u8b49\u5df2\u5305\u542b\u7121\u6548\u7684\u7bc4\u570d\u300c%s\u300d |
| | | SEVERE_ERR_SASLDIGESTMD5_INVALID_NONCE_209=\u7528\u6236\u7aef\u6240\u63d0\u4f9b\u7684 DIGEST-MD5 \u6191\u8b49\u5df2\u5305\u542b\u8207\u4f3a\u670d\u5668\u6240\u63d0\u4f9b nonce \u4e0d\u540c\u7684 nonce\u3002\u9019\u53ef\u80fd\u8868\u793a\u56de\u8986\u653b\u64ca\u6216\u9078\u64c7\u7684\u7d14\u6587\u5b57\u653b\u64ca\uff0c\u56e0\u6b64\uff0c\u5c07\u6703\u7d42\u6b62\u7528\u6236\u7aef\u9023\u7dda |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_DECODE_NONCE_COUNT_210=\u7528\u6236\u7aef\u6240\u63d0\u4f9b\u7684 DIGEST-MD5 \u6191\u8b49\u5df2\u5305\u542b\u7121\u6cd5\u89e3\u78bc\u70ba\u5341\u516d\u9032\u5236\u7de8\u78bc\u6574\u6578\u7684 nonce \u8a08\u6578\u300c%s\u300d |
| | | SEVERE_ERR_SASLDIGESTMD5_CANNOT_DECODE_STORED_NONCE_COUNT_211=\u5617\u8a66\u89e3\u78bc\u4f3a\u670d\u5668\u91dd\u5c0d\u6b64\u7528\u6236\u7aef\u9023\u7dda\u5132\u5b58\u7684 nonce \u8a08\u6578\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | SEVERE_ERR_SASLDIGESTMD5_INVALID_NONCE_COUNT_212=\u7528\u6236\u7aef\u6240\u63d0\u4f9b\u7684 DIGEST-MD5 \u6191\u8b49\u5df2\u5305\u542b\u8207\u4f3a\u670d\u5668\u9810\u671f nonce \u8a08\u6578\u4e0d\u540c\u7684 nonce \u8a08\u6578\u3002\u9019\u53ef\u80fd\u8868\u793a\u56de\u8986\u653b\u64ca\uff0c\u56e0\u6b64\uff0c\u5c07\u6703\u7d42\u6b62\u7528\u6236\u7aef\u9023\u7dda |
| | | MILD_ERR_SASLDIGESTMD5_INTEGRITY_NOT_SUPPORTED_213=\u7528\u6236\u7aef\u5df2\u8acb\u6c42\u4fdd\u8b77\u7684 auth-int \u54c1\u8cea\uff0c\u4f46\u662f\u76ee\u9304\u4f3a\u670d\u5668\u76ee\u524d\u4e0d\u652f\u63f4\u5b8c\u6574\u6027\u4fdd\u8b77 |
| | | MILD_ERR_SASLDIGESTMD5_CONFIDENTIALITY_NOT_SUPPORTED_214=\u7528\u6236\u7aef\u5df2\u8acb\u6c42\u4fdd\u8b77\u7684 auth-conf \u54c1\u8cea\uff0c\u4f46\u662f\u76ee\u9304\u4f3a\u670d\u5668\u76ee\u524d\u4e0d\u652f\u63f4\u6a5f\u5bc6\u6027\u4fdd\u8b77 |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_QOP_215=\u7528\u6236\u7aef\u6240\u63d0\u4f9b\u7684 DIGEST-MD5 \u6191\u8b49\u5df2\u8acb\u6c42\u7121\u6548\u7684\u4fdd\u8b77\u6a5f\u5236\u54c1\u8cea %s |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_PARSE_RESPONSE_DIGEST_216=\u7528\u6236\u7aef\u6240\u63d0\u4f9b\u7684 DIGEST-MD5 \u6191\u8b49\u5df2\u5305\u542b\u7121\u6cd5\u89e3\u78bc\u70ba\u5341\u516d\u9032\u5236\u7de8\u78bc\u4f4d\u5143\u7d44\u5e8f\u5217\u7684\u6458\u8981: %s |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_RESPONSE_TOKEN_217=\u7528\u6236\u7aef\u6240\u63d0\u4f9b\u7684 DIGEST-MD5 \u6191\u8b49\u5df2\u5305\u542b\u540d\u7a31\u70ba\u300c%s\u300d\u7684\u7121\u6548\u8a18\u865f |
| | | MILD_ERR_SASLDIGESTMD5_NO_USERNAME_IN_RESPONSE_218=\u7528\u6236\u7aef\u6240\u63d0\u4f9b\u7684 DIGEST-MD5 \u6191\u8b49\u4e0d\u5305\u542b\u5fc5\u8981\u7684\u300cusername\u300d\u8a18\u865f |
| | | MILD_ERR_SASLDIGESTMD5_NO_NONCE_IN_RESPONSE_219=\u7528\u6236\u7aef\u6240\u63d0\u4f9b\u7684 DIGEST-MD5 \u6191\u8b49\u4e0d\u5305\u542b\u5fc5\u8981\u7684\u300cnonce\u300d\u8a18\u865f |
| | | MILD_ERR_SASLDIGESTMD5_NO_CNONCE_IN_RESPONSE_220=\u7528\u6236\u7aef\u6240\u63d0\u4f9b\u7684 DIGEST-MD5 \u6191\u8b49\u4e0d\u5305\u542b\u5fc5\u8981\u7684\u300ccnonce\u300d\u8a18\u865f |
| | | MILD_ERR_SASLDIGESTMD5_NO_NONCE_COUNT_IN_RESPONSE_221=\u7528\u6236\u7aef\u6240\u63d0\u4f9b\u7684 DIGEST-MD5 \u6191\u8b49\u4e0d\u5305\u542b\u5fc5\u8981\u7684\u300cnc\u300d\u8a18\u865f |
| | | MILD_ERR_SASLDIGESTMD5_NO_DIGEST_IN_RESPONSE_223=\u7528\u6236\u7aef\u6240\u63d0\u4f9b\u7684 DIGEST-MD5 \u6191\u8b49\u4e0d\u5305\u542b\u5fc5\u8981\u7684\u300cresponse\u300d\u8a18\u865f |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_DECODE_USERNAME_AS_DN_224=\u5617\u8a66\u89e3\u78bc SASL DIGEST-MD5 \u4f7f\u7528\u8005\u540d\u7a31\u300c%s\u300d\u6642\u767c\u751f\u932f\u8aa4\uff0c\u56e0\u70ba\u8a72\u4f7f\u7528\u8005\u540d\u7a31\u4f3c\u4e4e\u5305\u542b DN \u4f46 DN \u89e3\u78bc\u5931\u6557: %s |
| | | MILD_ERR_SASLDIGESTMD5_USERNAME_IS_NULL_DN_225=SASL DIGEST-MD5 \u9023\u7d50\u8acb\u6c42\u4e2d\u7684\u4f7f\u7528\u8005\u540d\u7a31\u4f3c\u4e4e\u662f\u7a7a DN\u3002\u9019\u662f\u4e0d\u5141\u8a31\u7684 |
| | | INFO_SASLDIGESTMD5_CANNOT_LOCK_ENTRY_226=\u76ee\u9304\u4f3a\u670d\u5668\u7121\u6cd5\u53d6\u5f97\u4f7f\u7528\u8005\u9805\u76ee %s \u7684\u8b80\u53d6\u9396\u5b9a\uff0c\u4ee5\u64f7\u53d6\u8a72\u9805\u76ee |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_GET_ENTRY_BY_DN_227=\u5617\u8a66\u64f7\u53d6\u4f7f\u7528\u8005\u9805\u76ee %s (\u6307\u5b9a\u65bc SASL DIGEST-MD5 \u9023\u7d50\u8acb\u6c42\u4e4b\u4ee5 DN \u70ba\u57fa\u790e\u7684\u4f7f\u7528\u8005\u540d\u7a31\u4e2d) \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_SASLDIGESTMD5_ZERO_LENGTH_USERNAME_228=SASL DIGEST-MD5 \u9023\u7d50\u8acb\u6c42\u4e2d\u6240\u542b\u4f7f\u7528\u8005\u540d\u7a31\u7684\u9577\u5ea6\u662f\u96f6\u500b\u5b57\u5143\uff0c\u800c\u9019\u662f\u4e0d\u5141\u8a31\u7684\u3002DIGEST-MD5 \u8a8d\u8b49\u4e0d\u5141\u8a31\u7a7a\u5b57\u4e32\u505a\u70ba\u4f7f\u7528\u8005\u540d\u7a31 |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_PERFORM_INTERNAL_SEARCH_229=\u5617\u8a66\u57f7\u884c\u5167\u90e8\u641c\u5c0b\u4ee5\u64f7\u53d6\u8207 SASL DIGEST-MD5 \u4f7f\u7528\u8005\u540d\u7a31 %s \u76f8\u95dc\u7684\u4f7f\u7528\u8005\u9805\u76ee\u6642\u767c\u751f\u932f\u8aa4\u3002\u8a72\u641c\u5c0b\u7684\u7d50\u679c\u662f %s\uff0c\u800c\u8a0a\u606f\u70ba %s |
| | | MILD_ERR_SASLDIGESTMD5_MULTIPLE_MATCHING_ENTRIES_230=\u5617\u8a66\u89e3\u6790 SASL DIGEST-MD5 \u4f7f\u7528\u8005\u540d\u7a31 %s \u7684\u5167\u90e8\u641c\u5c0b\u5df2\u7b26\u5408\u591a\u500b\u9805\u76ee\u3002\u9664\u975e\u4f7f\u7528\u8005\u540d\u7a31\u6b63\u597d\u5c0d\u6620\u81f3\u4e00\u500b\u4f7f\u7528\u8005\u9805\u76ee\uff0c\u5426\u5247\u8a8d\u8b49\u7121\u6cd5\u6210\u529f |
| | | MILD_ERR_SASLDIGESTMD5_NO_MATCHING_ENTRIES_231=\u4f3a\u670d\u5668\u627e\u4e0d\u5230\u6240\u63d0\u4f9b\u4f7f\u7528\u8005\u540d\u7a31 %s \u7684\u4efb\u4f55\u4f7f\u7528\u8005\u9805\u76ee |
| | | MILD_ERR_SASLDIGESTMD5_NO_PW_ATTR_232=SASL DIGEST-MD5 \u8a8d\u8b49\u5931\u6557\uff0c\u56e0\u70ba\u5c0d\u6620\u7684\u4f7f\u7528\u8005\u9805\u76ee\u672a\u542b\u4efb\u4f55 %s \u5c6c\u6027\u503c |
| | | MILD_ERR_SASLDIGESTMD5_UNKNOWN_STORAGE_SCHEME_233=\u7121\u6cd5\u900f\u904e SASL DIGEST-MD5 \u8655\u7406\u76ee\u6a19\u4f7f\u7528\u8005\u9805\u76ee %s \u4e2d\u7684\u5bc6\u78bc\uff0c\u56e0\u70ba\u8a72\u5bc6\u78bc\u5177\u6709\u4e0d\u660e\u7684\u5132\u5b58\u6a5f\u5236 %s |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_GET_CLEAR_PASSWORD_234=\u5617\u8a66\u5f9e\u5132\u5b58\u6a5f\u5236\u70ba %2$s \u7684\u503c\u4e2d\u53d6\u5f97\u4f7f\u7528\u8005 %1$s \u7684\u7d14\u6587\u5b57\u5bc6\u78bc\u6642\u767c\u751f\u932f\u8aa4: %3$s |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_CREDENTIALS_235=\u7528\u6236\u7aef\u6240\u63d0\u4f9b\u7684 DIGEST-MD5 \u6191\u8b49\u4e0d\u9069\u7528\u65bc\u76f8\u95dc\u4f7f\u7528\u8005\u5e33\u865f\u4e2d\u7684\u4efb\u4f55\u5bc6\u78bc |
| | | MILD_ERR_SASLDIGESTMD5_NO_REVERSIBLE_PASSWORDS_236=SASL DIGEST-MD5 \u8a8d\u8b49\u4e0d\u9069\u7528\u65bc\u4f7f\u7528\u8005 %s\uff0c\u56e0\u70ba\u4f7f\u7528\u8005\u9805\u76ee\u4e2d\u6c92\u6709\u4ee5\u53ef\u53cd\u8f49\u683c\u5f0f\u5132\u5b58\u7684\u5bc6\u78bc |
| | | SEVERE_WARN_SASLDIGESTMD5_CANNOT_GENERATE_RESPONSE_DIGEST_237=\u5617\u8a66\u7522\u751f\u4f3a\u670d\u5668\u7aef\u6458\u8981\u4ee5\u4fbf\u8207\u7528\u6236\u7aef\u56de\u61c9\u9032\u884c\u6bd4\u8f03\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_SASLDIGESTMD5_CANNOT_GENERATE_RESPONSE_AUTH_DIGEST_238=\u5617\u8a66\u7522\u751f\u56de\u61c9\u6388\u6b0a\u6458\u8981\u4ee5\u7d0d\u5165\u4f3a\u670d\u5668 SASL \u6191\u8b49\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_CLOSING_QUOTE_POS_239=\u7121\u6cd5\u5256\u6790 DIGEST-MD5 \u56de\u61c9\u8a70\u554f\uff0c\u56e0\u70ba\u5b83\u5728\u4f4d\u7f6e %d \u6709\u7121\u6548\u7684\u5f15\u865f |
| | | INFO_SASLDIGESTMD5_UPDATED_USERNAME_ATTR_240=\u5df2\u66f4\u65b0\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684 ds-cfg-user-name-attribute \u5c6c\u6027\u3002\u73fe\u5728\u6839\u64da\u4f7f\u7528\u8005\u540d\u7a31\u67e5\u627e\u4f7f\u7528\u8005\u9805\u76ee\u6642\uff0c\u5c07\u4f7f\u7528 %s \u5c6c\u6027 |
| | | INFO_SASLDIGESTMD5_UPDATED_USER_BASE_DN_241=\u5df2\u66f4\u65b0\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684 ds-cfg-user-base-dn \u5c6c\u6027\u3002\u73fe\u5728\u6839\u64da\u4f7f\u7528\u8005\u540d\u7a31\u67e5\u627e\u4f7f\u7528\u8005\u9805\u76ee\u6642\uff0c\u5c07\u4f7f\u7528 DN %s \u505a\u70ba\u641c\u5c0b\u5eab |
| | | INFO_SASLDIGESTMD5_UPDATED_NEW_REALM_242=\u5df2\u66f4\u65b0\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684 ds-cfg-realm \u5c6c\u6027\u3002\u4f3a\u670d\u5668\u73fe\u5728\u5c07\u5728\u8a70\u554f\u56de\u61c9\u4e2d\u901a\u544a\u7bc4\u570d\u300c%s\u300d |
| | | INFO_SASLDIGESTMD5_UPDATED_NO_REALM_243=\u5df2\u66f4\u65b0\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684 ds-cfg-realm \u5c6c\u6027\u3002\u4f3a\u670d\u5668\u5728\u8a70\u554f\u56de\u61c9\u4e2d\u901a\u544a\u7684\u7bc4\u570d\u5c07\u662f\u4f3a\u670d\u5668\u5c3e\u78bc\u7684 DN |
| | | INFO_SASLGSSAPI_DESCRIPTION_USERNAME_ATTRIBUTE_244=\u5c07\u7528\u4f86\u6839\u64da SASL GSSAPI \u8a8d\u8b49\u671f\u9593\u63d0\u4f9b\u7684\u4f7f\u7528\u8005\u540d\u7a31\u4f86\u8b58\u5225\u4f7f\u7528\u8005\u9805\u76ee\u7684\u5c6c\u6027\u540d\u7a31\u3002\u9019\u5fc5\u9808\u6307\u5b9a\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5b9a\u7fa9\u7684\u6709\u6548\u5c6c\u6027\u985e\u578b\u540d\u7a31\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_SASLGSSAPI_CANNOT_GET_USERNAME_ATTR_245=\u5617\u8a66\u5224\u5b9a\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5c6c\u6027 ds-cfg-user-name-attribute \u7684\u503c\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | SEVERE_ERR_SASLGSSAPI_UNKNOWN_USERNAME_ATTR_246=\u5c6c\u6027 %s (\u53c3\u7167\u65bc\u914d\u7f6e\u9805\u76ee %s \u7684 ds-cfg-user-name-attribute \u914d\u7f6e\u5c6c\u6027) \u4e0d\u5b58\u5728\u65bc\u76ee\u9304\u4f3a\u670d\u5668\u6a21\u5f0f\u3002\u5728 SASL GSSAPI \u8a8d\u8b49\u671f\u9593\u8981\u7528\u65bc\u4f7f\u7528\u8005\u540d\u7a31\u67e5\u627e\u7684\u5c6c\u6027\u5fc5\u9808\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d |
| | | INFO_SASLGSSAPI_DESCRIPTION_USER_BASE_DN_247=\u6839\u64da SASL GSSAPI \u8a8d\u8b49\u671f\u9593\u63d0\u4f9b\u7684\u4f7f\u7528\u8005\u540d\u7a31\u4f86\u641c\u5c0b\u9805\u76ee\u6642\u61c9\u8a72\u4f7f\u7528\u7684\u57fa\u5e95 DN\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_SASLGSSAPI_CANNOT_GET_USER_BASE_DN_248=\u5617\u8a66\u5224\u5b9a\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5c6c\u6027 ds-cfg-user-base-dn \u7684\u503c\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | INFO_SASLGSSAPI_DESCRIPTION_SERVER_FQDN_249=\u61c9\u8a72\u5728 SASL GSSAPI \u8a8d\u8b49\u671f\u9593\u7528\u65bc\u4f3a\u670d\u5668\u7684\u5b8c\u5168\u5408\u683c\u7db2\u57df\u540d\u7a31\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_SASLGSSAPI_CANNOT_GET_SERVER_FQDN_250=\u5617\u8a66\u5224\u5b9a\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684 ds-cfg-server-fqdn \u5c6c\u6027\u503c\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | INFO_SASLGSSAPI_UPDATED_USERNAME_ATTR_251=\u5df2\u66f4\u65b0\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684 ds-cfg-user-name-attribute \u5c6c\u6027\u3002\u73fe\u5728\u6839\u64da\u4f7f\u7528\u8005\u540d\u7a31\u67e5\u627e\u4f7f\u7528\u8005\u9805\u76ee\u6642\uff0c\u5c07\u4f7f\u7528 %s \u5c6c\u6027 |
| | | INFO_SASLGSSAPI_UPDATED_USER_BASE_DN_252=\u5df2\u66f4\u65b0\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684 ds-cfg-user-base-dn \u5c6c\u6027\u3002\u73fe\u5728\u6839\u64da\u4f7f\u7528\u8005\u540d\u7a31\u67e5\u627e\u4f7f\u7528\u8005\u9805\u76ee\u6642\uff0c\u5c07\u4f7f\u7528 DN %s \u505a\u70ba\u641c\u5c0b\u5eab |
| | | INFO_SASLGSSAPI_UPDATED_NEW_SERVER_FQDN_253=\u5df2\u66f4\u65b0\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684 ds-cfg-server-fqdn \u5c6c\u6027\u3002\u6b64\u503c\u300c%s\u300d\u73fe\u5728\u5c07\u7576\u4f5c\u76ee\u9304\u4f3a\u670d\u5668\u7684\u5b8c\u5168\u5408\u683c\u540d\u7a31\u4ee5\u9032\u884c GSSAPI \u8a8d\u8b49 |
| | | INFO_SASLGSSAPI_UPDATED_NO_SERVER_FQDN_254=\u5df2\u66f4\u65b0\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684 ds-cfg-server-fqdn \u5c6c\u6027\u3002\u76ee\u9304\u4f3a\u670d\u5668\u5c07\u5617\u8a66\u5224\u5b9a\u5b83\u81ea\u5df1\u7528\u65bc GSSAPI \u8a8d\u8b49\u7684 FQDN |
| | | INFO_SASLGSSAPI_UNEXPECTED_CALLBACK_255=\u5df2\u91dd\u5c0d\u5728 GSSAPI \u8a8d\u8b49\u671f\u9593\u4f7f\u7528\u7684 SASL \u4f3a\u670d\u5668\u63d0\u4f9b\u672a\u9810\u671f\u7684\u56de\u547c: %s |
| | | INFO_SASLGSSAPI_DESCRIPTION_KDC_ADDRESS_256=\u61c9\u8a72\u5728 SASL GSSAPI \u8a8d\u8b49\u671f\u9593\u4f7f\u7528\u7684 KDC \u4f4d\u5740\u3002\u5982\u679c\u672a\u6307\u5b9a\u6b64\u9805\u76ee\uff0c\u5247\u6703\u5617\u8a66\u5f9e\u6574\u500b\u7cfb\u7d71\u7684 Kerberos \u914d\u7f6e\u53d6\u5f97\u3002\u91dd\u5c0d\u5f8c\u7e8c GSSAPI \u9023\u7d50\u5617\u8a66\uff0c\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | MILD_ERR_SASLGSSAPI_CANNOT_GET_KDC_ADDRESS_257=\u5617\u8a66\u5224\u5b9a\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684 ds-cfg-kdc-address \u5c6c\u6027\u503c\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | INFO_SASLGSSAPI_DESCRIPTION_REALM_258=\u61c9\u8a72\u5728 SASL GSSAPI \u8a8d\u8b49\u671f\u9593\u4f7f\u7528\u7684\u9810\u8a2d\u7bc4\u570d\u3002\u5982\u679c\u672a\u6307\u5b9a\u6b64\u9805\u76ee\uff0c\u5247\u6703\u5617\u8a66\u5f9e\u6574\u500b\u7cfb\u7d71\u7684 Kerberos \u914d\u7f6e\u53d6\u5f97\u3002\u91dd\u5c0d\u5f8c\u7e8c GSSAPI \u9023\u7d50\u5617\u8a66\uff0c\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | MILD_ERR_SASLGSSAPI_CANNOT_GET_REALM_259=\u5617\u8a66\u5224\u5b9a\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5c6c\u6027 ds-cfg-realm \u7684\u503c\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | MILD_ERR_SASLGSSAPI_NO_CLIENT_CONNECTION_260=\u6c92\u6709\u7528\u6236\u7aef\u9023\u7dda\u53ef\u7528\u65bc\u8655\u7406 GSSAPI \u9023\u7d50\u8acb\u6c42 |
| | | MILD_ERR_SASLGSSAPI_CANNOT_CREATE_SASL_SERVER_261=\u5617\u8a66\u5efa\u7acb SASL \u4f3a\u670d\u5668\u5be6\u4f8b\u4ee5\u8655\u7406 GSSAPI \u9023\u7d50\u8acb\u6c42\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_SASLGSSAPI_CANNOT_EVALUATE_RESPONSE_262=\u5617\u8a66\u8a08\u7b97\u7528\u6236\u7aef\u5728 GSSAPI \u9023\u7d50\u8acb\u6c42\u4e2d\u63d0\u4f9b\u7684\u8a70\u554f\u56de\u61c9\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_SASLGSSAPI_NO_AUTHZ_ID_263=GSSAPI \u8a8d\u8b49\u7a0b\u5e8f\u4f3c\u4e4e\u5df2\u5b8c\u6210\uff0c\u4f46\u662f\u6c92\u6709\u6388\u6b0a ID \u53ef\u7528\u65bc\u5c0d\u6620\u81f3\u76ee\u9304\u4f7f\u7528\u8005 |
| | | MILD_ERR_SASLGSSAPI_CANNOT_PERFORM_INTERNAL_SEARCH_264=\u5617\u8a66\u57f7\u884c\u5167\u90e8\u641c\u5c0b\u4ee5\u5c07 GSSAPI \u6388\u6b0a ID %s \u5c0d\u6620\u81f3\u76ee\u9304\u4f3a\u670d\u5668\u4f7f\u7528\u8005\u6642\u767c\u751f\u932f\u8aa4 (\u7d50\u679c\u78bc %d\uff0c\u932f\u8aa4\u8a0a\u606f\u300c%s\u300d) |
| | | MILD_ERR_SASLGSSAPI_MULTIPLE_MATCHING_ENTRIES_265=GSSAPI \u6388\u6b0a ID %s \u4f3c\u4e4e\u5728\u76ee\u9304\u4f3a\u670d\u5668\u4e2d\u6709\u591a\u500b\u76f8\u7b26\u9805\u76ee |
| | | MILD_ERR_SASLGSSAPI_CANNOT_MAP_AUTHZID_266=GSSAPI \u6388\u6b0a ID %s \u7121\u6cd5\u5c0d\u6620\u81f3\u76ee\u9304\u4f3a\u670d\u5668\u4e2d\u7684\u4efb\u4f55\u4f7f\u7528\u8005 |
| | | INFO_SASLGSSAPI_UPDATED_KDC_267=\u5df2\u66f4\u65b0\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684 ds-cfg-kdc-address \u5c6c\u6027\u3002\u6b64\u503c\u300c%s\u300d\u73fe\u5728\u5c07\u7576\u4f5c KDC \u7684\u4f4d\u5740\u4ee5\u9032\u884c GSSAPI \u8a8d\u8b49 |
| | | INFO_SASLGSSAPI_UNSET_KDC_268=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684 ds-cfg-kdc-address \u5c6c\u6027\u5df2\u53d6\u6d88\u8a2d\u5b9a\u70ba\u7cfb\u7d71\u7279\u6027\u3002\u4efb\u4f55\u9032\u4e00\u6b65 GSSAPI \u8a8d\u8b49\u5617\u8a66\u90fd\u5c07\u4f9d\u8cf4\u57fa\u672c\u4f5c\u696d\u7cfb\u7d71\u4e2d\u7684 Kerberos \u914d\u7f6e\u4f86\u5224\u5b9a KDC \u4f4d\u5740 |
| | | INFO_SASLGSSAPI_UPDATED_REALM_269=\u5df2\u66f4\u65b0\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684 ds-cfg-realm \u5c6c\u6027\u3002\u6b64\u503c\u300c%s\u300d\u73fe\u5728\u5c07\u7576\u4f5c\u9810\u8a2d\u7bc4\u570d\u4ee5\u9032\u884c GSSAPI \u8a8d\u8b49 |
| | | INFO_SASLGSSAPI_UNSET_REALM_270=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684 ds-cfg-realm \u5c6c\u6027\u5df2\u53d6\u6d88\u8a2d\u5b9a\u70ba\u7cfb\u7d71\u7279\u6027\u3002\u4efb\u4f55\u9032\u4e00\u6b65 GSSAPI \u8a8d\u8b49\u5617\u8a66\u90fd\u5c07\u4f9d\u8cf4\u57fa\u672c\u4f5c\u696d\u7cfb\u7d71\u4e2d\u7684 Kerberos \u914d\u7f6e\u4f86\u5224\u5b9a\u9810\u8a2d\u7bc4\u570d |
| | | MILD_ERR_SASLGSSAPI_CANNOT_CREATE_LOGIN_CONTEXT_271=\u5617\u8a66\u5efa\u7acb GSSAPI \u8a8d\u8b49\u7684 JAAS \u767b\u5165\u74b0\u5883\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_SASLGSSAPI_CANNOT_AUTHENTICATE_SERVER_272=\u5617\u8a66\u57f7\u884c\u4f3a\u670d\u5668\u7aef Kerberos \u8a8d\u8b49\u4ee5\u652f\u63f4 GSSAPI \u9023\u7d50\u4f5c\u696d\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | INFO_SASLGSSAPI_DESCRIPTION_KEYTAB_FILE_273=keytab \u6a94\u6848\u7684\u8def\u5f91\uff0c\u800c\u6b64\u6a94\u6848\u5305\u542b\u8655\u7406 GSSAPI \u8a8d\u8b49\u6642\u4f7f\u7528\u4e4b Kerberos \u4e3b\u9ad4\u7684\u6a5f\u5bc6\u91d1\u9470\u3002\u5982\u679c\u672a\u6307\u5b9a\u6b64\u9805\u76ee\uff0c\u5247\u6703\u4f7f\u7528\u6574\u500b\u7cfb\u7d71\u7684\u9810\u8a2d keytab \u6a94\u6848\u3002\u5728\u505c\u7528\u4e26\u91cd\u65b0\u555f\u7528 GSSAPI SASL \u6a5f\u5236\u8655\u7406\u7a0b\u5f0f\u6216\u91cd\u65b0\u555f\u52d5\u76ee\u9304\u4f3a\u670d\u5668\u4e4b\u5f8c\uff0c\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u624d\u6703\u751f\u6548 |
| | | MILD_ERR_SASLGSSAPI_CANNOT_GET_KEYTAB_FILE_274=\u5617\u8a66\u5224\u5b9a\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684 ds-cfg-keytab \u5c6c\u6027\u503c\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | SEVERE_ERR_SASLGSSAPI_CANNOT_CREATE_JAAS_CONFIG_275=\u5617\u8a66\u5beb\u5165\u66ab\u5b58 JAAS \u914d\u7f6e\u6a94\u6848\u4ee5\u5728 GSSAPI \u8655\u7406\u671f\u9593\u4f7f\u7528\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_SASLGSSAPI_DIFFERENT_AUTHID_AND_AUTHZID_276=\u8a8d\u8b49 ID %s \u4e0d\u7b49\u65bc\u6388\u6b0a ID %s\u3002GSSAPI \u8a8d\u8b49\u4e0d\u652f\u63f4\u6b64\u9805\u76ee |
| | | SEVERE_ERR_EXTOP_WHOAMI_PROXYAUTH_INSUFFICIENT_PRIVILEGES_277=\u60a8\u6c92\u6709\u8db3\u5920\u7684\u6b0a\u9650\u4f7f\u7528\u4ee3\u7406\u6388\u6b0a\u63a7\u5236 |
| | | INFO_EXACTMAP_DESCRIPTION_MATCH_ATTR_298=\u5c6c\u6027\u7684\u540d\u7a31\u6216 OID\uff0c\u800c\u6b64\u5c6c\u6027\u7684\u503c\u61c9\u8a72\u5b8c\u5168\u7b26\u5408\u63d0\u4f9b\u7d66\u6b64\u8b58\u5225\u5c0d\u6620\u5668\u7684 ID \u5b57\u4e32\u3002\u81f3\u5c11\u5fc5\u9808\u63d0\u4f9b\u4e00\u500b\u503c\u3002\u6240\u6709\u503c\u90fd\u5fc5\u9808\u53c3\u7167\u5728\u76ee\u9304\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5b9a\u7fa9\u4e4b\u5c6c\u6027\u985e\u578b\u7684\u540d\u7a31\u6216 OID\u3002\u5982\u679c\u63d0\u4f9b\u591a\u500b\u5c6c\u6027\u985e\u578b\u540d\u7a31\u6216 OID\uff0c\u5247\u9019\u4e9b\u5c6c\u6027\u81f3\u5c11\u5fc5\u9808\u8981\u6709\u4e00\u500b\u5c6c\u6027\u5728\u6b63\u597d\u4e00\u500b\u9805\u76ee\u4e2d\u5305\u542b\u6240\u63d0\u4f9b\u7684 ID \u5b57\u4e32\u503c |
| | | MILD_ERR_EXACTMAP_NO_MATCH_ATTR_299=\u914d\u7f6e\u9805\u76ee %s \u6c92\u6709\u4efb\u4f55 ds-cfg-match-attribute \u5c6c\u6027\u503c\uff0c\u800c\u6b64\u5c6c\u6027\u662f\u7528\u4f86\u6307\u5b9a\u53ef\u7528\u65bc\u5c07\u6240\u6307\u5b9a ID \u5b57\u4e32\u5c0d\u6620\u81f3\u4f7f\u7528\u8005\u9805\u76ee\u7684\u5c6c\u6027 |
| | | MILD_ERR_EXACTMAP_UNKNOWN_ATTR_300=\u914d\u7f6e\u9805\u76ee %s \u5305\u542b ds-cfg-match-attribute \u5c6c\u6027\u7684\u503c %s\uff0c\u4f46\u662f\u8a72\u503c\u4e0d\u662f\u76ee\u9304\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u6240\u5b9a\u7fa9\u4e4b\u4efb\u4f55\u5c6c\u6027\u985e\u578b\u7684\u6709\u6548\u540d\u7a31\u6216 OID |
| | | MILD_ERR_EXACTMAP_CANNOT_DETERMINE_MATCH_ATTR_301=\u5617\u8a66\u8655\u7406\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5c6c\u6027 ds-cfg-match-attribute \u7684\u503c\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | INFO_EXACTMAP_DESCRIPTION_SEARCH_BASE_302=\u5728\u57f7\u884c\u641c\u5c0b\u4ee5\u5c07\u63d0\u4f9b\u7684 ID \u5b57\u4e32\u5c0d\u6620\u81f3\u4f7f\u7528\u8005\u9805\u76ee\u6642\u6240\u61c9\u4f7f\u7528\u7684\u57fa\u5e95 DN\u3002\u5982\u679c\u672a\u63d0\u4f9b\u503c\uff0c\u5247 Root DSE \u5c07\u7576\u4f5c\u641c\u5c0b\u5eab |
| | | MILD_ERR_EXACTMAP_CANNOT_DETERMINE_MATCH_BASE_303=\u5617\u8a66\u8655\u7406\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5c6c\u6027 ds-cfg-match-base-dn \u7684\u503c\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | INFO_EXACTMAP_UPDATED_MATCH_ATTRS_304=\u5df2\u66f4\u65b0\u5728\u6bd4\u5c0d ID \u5b57\u4e32\u8207\u914d\u7f6e\u9805\u76ee %s \u4e4b ds-cfg-match-attribute \u5c6c\u6027\u4e2d\u6240\u542b\u4f7f\u7528\u8005\u9805\u76ee\u6642\u4f7f\u7528\u7684\u5c6c\u6027\u96c6 |
| | | INFO_EXACTMAP_UPDATED_MATCH_BASES_305=\u5df2\u66f4\u65b0\u5728\u6bd4\u5c0d ID \u5b57\u4e32\u8207\u914d\u7f6e\u9805\u76ee %s \u4e4b ds-cfg-match-base-dn \u5c6c\u6027\u4e2d\u6240\u542b\u4f7f\u7528\u8005\u9805\u76ee\u6642\u4f7f\u7528\u7684\u641c\u5c0b\u57fa\u5e95 DN \u96c6 |
| | | MILD_ERR_EXACTMAP_MULTIPLE_MATCHING_ENTRIES_306=ID \u5b57\u4e32 %s \u5df2\u5c0d\u6620\u81f3\u591a\u4f4d\u4f7f\u7528\u8005 |
| | | MILD_ERR_EXACTMAP_INEFFICIENT_SEARCH_307=\u7121\u6cd5\u6709\u6548\u7387\u5730\u8655\u7406\u6839\u64da ID \u5b57\u4e32 %s \u7684\u5167\u90e8\u641c\u5c0b: %s\u3002\u8acb\u6aa2\u67e5\u4f3a\u670d\u5668\u914d\u7f6e\uff0c\u4ee5\u78ba\u5b9a\u91dd\u5c0d\u9019\u4e9b\u985e\u578b\u7684\u641c\u5c0b\u6b63\u78ba\u914d\u7f6e\u6240\u6709\u76f8\u95dc\u5f8c\u7aef |
| | | MILD_ERR_EXACTMAP_SEARCH_FAILED_308=\u5617\u8a66\u5c07 ID \u5b57\u4e32 %s \u89e3\u6790\u70ba\u4f7f\u7528\u8005\u9805\u76ee\u6642\u767c\u751f\u5167\u90e8\u5931\u6557: %s |
| | | INFO_SASLCRAMMD5_DESCRIPTION_IDENTITY_MAPPER_DN_309=\u914d\u7f6e\u9805\u76ee\u7684 DN\uff0c\u800c\u6b64\u914d\u7f6e\u9805\u76ee\u4fdd\u7559\u61c9\u8a72\u7528\u4f86\u5c07 CRAM-MD5 \u4f7f\u7528\u8005\u540d\u7a31\u5c0d\u6620\u81f3\u76ee\u9304\u4f3a\u670d\u5668\u4f7f\u7528\u8005\u9805\u76ee\u7684\u8b58\u5225\u5c0d\u6620\u5668\u914d\u7f6e\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | MILD_ERR_SASLCRAMMD5_NO_IDENTITY_MAPPER_ATTR_310=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b ds-cfg-identity-mapper \u5c6c\u6027\uff0c\u800c\u6b64\u5c6c\u6027\u6307\u5b9a\u8207 CRAM-MD5 SASL \u6a5f\u5236\u4e00\u8d77\u4f7f\u7528\u4e4b\u8b58\u5225\u5c0d\u6620\u5668\u7684 DN\u3002\u9019\u662f\u5fc5\u8981\u5c6c\u6027 |
| | | MILD_ERR_SASLCRAMMD5_NO_SUCH_IDENTITY_MAPPER_311=\u8b58\u5225\u5c0d\u6620\u5668 %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u7684 ds-cfg-identity-mapper \u5c6c\u6027\u4e2d) \u672a\u53c3\u7167\u65bc\u76ee\u9304\u4f3a\u670d\u5668\u4e2d\u555f\u7528\u7684\u6709\u6548\u8b58\u5225\u5c0d\u6620\u5668\u914d\u7f6e |
| | | MILD_ERR_SASLCRAMMD5_CANNOT_GET_IDENTITY_MAPPER_312=\u5617\u8a66\u8655\u7406\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684 ds-cfg-identity-mapper \u5c6c\u6027\u503c\u4ee5\u5224\u5b9a\u61c9\u8a72\u8207 CRAM-MD5 SASL \u6a5f\u5236\u4e00\u8d77\u4f7f\u7528\u7684\u8b58\u5225\u5c0d\u6620\u5668\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_SASLCRAMMD5_CANNOT_MAP_USERNAME_313=\u5617\u8a66\u5c07\u4f7f\u7528\u8005\u540d\u7a31 %s \u5c0d\u6620\u81f3\u76ee\u9304\u4f3a\u670d\u5668\u9805\u76ee\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | INFO_SASLCRAMMD5_UPDATED_IDENTITY_MAPPER_314=\u5df2\u66f4\u65b0\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684 ds-cfg-identity-mapper \u5c6c\u6027\u3002\u73fe\u5728\u8655\u7406 SASL CRAM-MD5 \u9023\u7d50\u8acb\u6c42\u6642\uff0c\u6703\u4f7f\u7528\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u8b58\u5225\u5c0d\u6620\u5668\u5c07\u4f7f\u7528\u8005\u540d\u7a31\u5c0d\u6620\u81f3\u9805\u76ee |
| | | INFO_SASLDIGESTMD5_DESCRIPTION_IDENTITY_MAPPER_DN_315=\u914d\u7f6e\u9805\u76ee\u7684 DN\uff0c\u800c\u6b64\u914d\u7f6e\u9805\u76ee\u4fdd\u7559\u61c9\u8a72\u7528\u4f86\u5c07 DIGEST-MD5 \u4f7f\u7528\u8005\u540d\u7a31\u5c0d\u6620\u81f3\u76ee\u9304\u4f3a\u670d\u5668\u4f7f\u7528\u8005\u9805\u76ee\u7684\u8b58\u5225\u5c0d\u6620\u5668\u914d\u7f6e\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | MILD_ERR_SASLDIGESTMD5_NO_IDENTITY_MAPPER_ATTR_316=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b ds-cfg-identity-mapper \u5c6c\u6027\uff0c\u800c\u6b64\u5c6c\u6027\u6307\u5b9a\u8207 DIGEST-MD5 SASL \u6a5f\u5236\u4e00\u8d77\u4f7f\u7528\u4e4b\u8b58\u5225\u5c0d\u6620\u5668\u7684 DN\u3002\u9019\u662f\u5fc5\u8981\u5c6c\u6027 |
| | | MILD_ERR_SASLDIGESTMD5_NO_SUCH_IDENTITY_MAPPER_317=\u8b58\u5225\u5c0d\u6620\u5668 %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u7684 ds-cfg-identity-mapper \u5c6c\u6027\u4e2d) \u672a\u53c3\u7167\u65bc\u76ee\u9304\u4f3a\u670d\u5668\u4e2d\u555f\u7528\u7684\u6709\u6548\u8b58\u5225\u5c0d\u6620\u5668\u914d\u7f6e |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_GET_IDENTITY_MAPPER_318=\u5617\u8a66\u8655\u7406\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684 ds-cfg-identity-mapper \u5c6c\u6027\u503c\u4ee5\u5224\u5b9a\u61c9\u8a72\u8207 DIGEST-MD5 SASL \u6a5f\u5236\u4e00\u8d77\u4f7f\u7528\u7684\u8b58\u5225\u5c0d\u6620\u5668\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_MAP_USERNAME_319=\u5617\u8a66\u5c07\u4f7f\u7528\u8005\u540d\u7a31 %s \u5c0d\u6620\u81f3\u76ee\u9304\u4f3a\u670d\u5668\u9805\u76ee\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | INFO_SASLDIGESTMD5_UPDATED_IDENTITY_MAPPER_320=\u5df2\u66f4\u65b0\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684 ds-cfg-identity-mapper \u5c6c\u6027\u3002\u73fe\u5728\u8655\u7406 SASL DIGEST-MD5 \u9023\u7d50\u8acb\u6c42\u6642\uff0c\u6703\u4f7f\u7528\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u8b58\u5225\u5c0d\u6620\u5668\u5c07\u4f7f\u7528\u8005\u540d\u7a31\u5c0d\u6620\u81f3\u9805\u76ee |
| | | INFO_SASLPLAIN_DESCRIPTION_IDENTITY_MAPPER_DN_321=\u914d\u7f6e\u9805\u76ee\u7684 DN\uff0c\u800c\u6b64\u914d\u7f6e\u9805\u76ee\u4fdd\u7559\u61c9\u8a72\u7528\u4f86\u5c07\u6240\u63d0\u4f9b\u7684\u4f7f\u7528\u8005\u540d\u7a31\u5c0d\u6620\u81f3\u76ee\u9304\u4f3a\u670d\u5668\u4f7f\u7528\u8005\u9805\u76ee\u7684\u8b58\u5225\u5c0d\u6620\u5668\u914d\u7f6e\u3002 \u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | MILD_ERR_SASLPLAIN_NO_IDENTITY_MAPPER_ATTR_322=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b ds-cfg-identity-mapper \u5c6c\u6027\uff0c\u800c\u6b64\u5c6c\u6027\u6307\u5b9a\u8207 PLAIN SASL \u6a5f\u5236\u4e00\u8d77\u4f7f\u7528\u4e4b\u8b58\u5225\u5c0d\u6620\u5668\u7684 DN\u3002\u9019\u662f\u5fc5\u8981\u5c6c\u6027 |
| | | MILD_ERR_SASLPLAIN_NO_SUCH_IDENTITY_MAPPER_323=\u8b58\u5225\u5c0d\u6620\u5668 %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u7684 ds-cfg-identity-mapper \u5c6c\u6027\u4e2d) \u672a\u53c3\u7167\u65bc\u76ee\u9304\u4f3a\u670d\u5668\u4e2d\u555f\u7528\u7684\u6709\u6548\u8b58\u5225\u5c0d\u6620\u5668\u914d\u7f6e |
| | | MILD_ERR_SASLPLAIN_CANNOT_GET_IDENTITY_MAPPER_324=\u5617\u8a66\u8655\u7406\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684 ds-cfg-identity-mapper \u5c6c\u6027\u503c\u4ee5\u5224\u5b9a\u61c9\u8a72\u8207 PLAIN SASL \u6a5f\u5236\u4e00\u8d77\u4f7f\u7528\u7684\u8b58\u5225\u5c0d\u6620\u5668\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_SASLPLAIN_CANNOT_MAP_USERNAME_325=\u5617\u8a66\u5c07\u4f7f\u7528\u8005\u540d\u7a31 %s \u5c0d\u6620\u81f3\u76ee\u9304\u4f3a\u670d\u5668\u9805\u76ee\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | INFO_SASLPLAIN_UPDATED_IDENTITY_MAPPER_326=\u5df2\u66f4\u65b0\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684 ds-cfg-identity-mapper \u5c6c\u6027\u3002\u73fe\u5728\u8655\u7406 SASL PLAIN \u9023\u7d50\u8acb\u6c42\u6642\uff0c\u6703\u4f7f\u7528\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u8b58\u5225\u5c0d\u6620\u5668\u5c07\u4f7f\u7528\u8005\u540d\u7a31\u5c0d\u6620\u81f3\u9805\u76ee |
| | | MILD_ERR_EXTOP_CANCEL_NO_REQUEST_VALUE_327=\u7121\u6cd5\u8655\u7406\u53d6\u6d88\u8acb\u6c42\uff0c\u56e0\u70ba\u5ef6\u4f38\u4f5c\u696d\u4e0d\u5305\u542b\u8acb\u6c42\u503c |
| | | MILD_ERR_EXTOP_CANCEL_CANNOT_DECODE_REQUEST_VALUE_328=\u5617\u8a66\u89e3\u78bc\u53d6\u6d88\u5ef6\u4f38\u8acb\u6c42\u7684\u503c\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | INFO_EXTOP_CANCEL_REASON_329=\u5c0d\u6b64\u4f5c\u696d\u7684\u8655\u7406\u56e0\u6536\u5230\u53d6\u6d88\u8acb\u6c42\u800c\u7d42\u6b62 (\u8a0a\u606f ID %d) |
| | | MILD_ERR_PWSCHEME_DOES_NOT_SUPPORT_AUTH_PASSWORD_330=\u5bc6\u78bc\u5132\u5b58\u6a5f\u5236 %s \u4e0d\u652f\u63f4\u8207\u8a8d\u8b49\u5bc6\u78bc\u5c6c\u6027\u8a9e\u6cd5\u642d\u914d\u4f7f\u7528 |
| | | INFO_PWLENGTHVALIDATOR_DESCRIPTION_MIN_LENGTH_331=\u5141\u8a31\u5bc6\u78bc\u64c1\u6709\u7684\u6700\u5c0f\u5b57\u5143\u6578\u3002\u503c\u70ba\u96f6\u8868\u793a\u6c92\u6709\u6700\u5c0f\u9577\u5ea6\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | MILD_ERR_PWLENGTHVALIDATOR_CANNOT_DETERMINE_MIN_LENGTH_332=\u5617\u8a66\u5f9e ds-cfg-min-password-length \u5c6c\u6027\u5224\u5b9a\u6700\u5c0f\u5141\u8a31\u5bc6\u78bc\u9577\u5ea6\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | INFO_PWLENGTHVALIDATOR_DESCRIPTION_MAX_LENGTH_333=\u5141\u8a31\u5bc6\u78bc\u64c1\u6709\u7684\u6700\u5927\u5b57\u5143\u6578\u3002\u503c\u70ba\u96f6\u8868\u793a\u6c92\u6709\u6700\u5927\u9577\u5ea6\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | MILD_ERR_PWLENGTHVALIDATOR_CANNOT_DETERMINE_MAX_LENGTH_334=\u5617\u8a66\u5f9e ds-cfg-max-password-length \u5c6c\u6027\u5224\u5b9a\u6700\u5927\u5141\u8a31\u5bc6\u78bc\u9577\u5ea6\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_PWLENGTHVALIDATOR_MIN_GREATER_THAN_MAX_335=%d \u500b\u5b57\u5143\u4e4b\u914d\u7f6e\u7684\u6700\u5c0f\u5bc6\u78bc\u9577\u5ea6\u5927\u65bc\u914d\u7f6e\u7684\u6700\u5927\u5bc6\u78bc\u9577\u5ea6 %d |
| | | MILD_ERR_PWLENGTHVALIDATOR_TOO_SHORT_336=\u63d0\u4f9b\u7684\u5bc6\u78bc\u5c0f\u65bc\u6700\u5c0f\u5fc5\u8981\u9577\u5ea6: %d \u500b\u5b57\u5143 |
| | | MILD_ERR_PWLENGTHVALIDATOR_TOO_LONG_337=\u63d0\u4f9b\u7684\u5bc6\u78bc\u5927\u65bc\u6700\u5927\u5141\u8a31\u9577\u5ea6: %d \u500b\u5b57\u5143 |
| | | INFO_PWLENGTHVALIDATOR_UPDATED_MIN_LENGTH_338=\u6700\u5c0f\u5bc6\u78bc\u9577\u5ea6\u5df2\u66f4\u65b0\u70ba %d |
| | | INFO_PWLENGTHVALIDATOR_UPDATED_MAX_LENGTH_339=\u6700\u5927\u5bc6\u78bc\u9577\u5ea6\u5df2\u66f4\u65b0\u70ba %d |
| | | INFO_RANDOMPWGEN_DESCRIPTION_CHARSET_340=\u61c9\u8a72\u7528\u4f86\u7522\u751f\u5bc6\u78bc\u7684\u5b57\u5143\u96c6\u3002\u6bcf\u500b\u5b57\u5143\u96c6\u90fd\u61c9\u8a72\u8981\u6307\u5b9a\u540d\u7a31 (\u53ea\u542b ASCII \u5b57\u6bcd\u5b57\u5143)\uff0c\u800c\u6b64\u540d\u7a31\u5f8c\u9762\u7dca\u63a5\u4e00\u500b\u5192\u865f\u4ee5\u53ca\u61c9\u8a72\u5305\u542b\u5728\u8a72\u5b57\u5143\u96c6\u4e2d\u7684\u4e00\u7d44\u5b57\u5143\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | MILD_ERR_RANDOMPWGEN_NO_CHARSETS_341=\u914d\u7f6e\u9805\u76ee\u300c%s\u300d\u4e0d\u5305\u542b ds-cfg-password-character-set \u5c6c\u6027\uff0c\u800c\u6b64\u5c6c\u6027\u6307\u5b9a\u61c9\u8a72\u5728\u7522\u751f\u5bc6\u78bc\u6642\u4f7f\u7528\u7684\u5b57\u5143\u96c6\u3002\u9019\u662f\u5fc5\u8981\u5c6c\u6027 |
| | | MILD_ERR_RANDOMPWGEN_CHARSET_NAME_CONFLICT_342=\u914d\u7f6e\u9805\u76ee\u300c%s\u300d\u5305\u542b %s \u5b57\u5143\u96c6\u7684\u591a\u500b\u5b9a\u7fa9 |
| | | MILD_ERR_RANDOMPWGEN_CANNOT_DETERMINE_CHARSETS_343=\u5617\u8a66\u89e3\u78bc\u914d\u7f6e\u5c6c\u6027 ds-cfg-password-character-set \u7684\u503c (\u7528\u4f86\u4fdd\u7559\u7522\u751f\u5bc6\u78bc\u6642\u6240\u7528\u7684\u5b57\u5143\u96c6) \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | INFO_RANDOMPWGEN_DESCRIPTION_PWFORMAT_344=\u61c9\u8a72\u7528\u65bc\u6b64\u5bc6\u78bc\u7522\u751f\u5668\u6240\u5efa\u69cb\u4e4b\u5bc6\u78bc\u7684\u683c\u5f0f\u3002\u6b64\u503c\u61c9\u8a72\u662f\u4ee5\u9017\u865f\u5340\u9694\u7684\u4e00\u4e32\u5143\u7d20\uff0c\u800c\u6bcf\u500b\u5143\u7d20\u90fd\u662f\u5b57\u5143\u96c6\u7684\u540d\u7a31\uff0c\u5176\u5f8c\u7dca\u63a5\u8457\u4e00\u500b\u5192\u865f\u4ee5\u53ca\u96a8\u6a5f\u5f9e\u8a72\u5b57\u5143\u96c6\u4e2d\u9078\u64c7\u7684\u5b57\u5143\u6578\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | MILD_ERR_RANDOMPWGEN_NO_PWFORMAT_345=\u914d\u7f6e\u9805\u76ee\u300c%s\u300d\u4e0d\u5305\u542b ds-cfg-password-format \u5c6c\u6027\uff0c\u800c\u6b64\u5c6c\u6027\u6307\u5b9a\u7528\u65bc\u6240\u7522\u751f\u5bc6\u78bc\u7684\u683c\u5f0f\u3002\u9019\u662f\u5fc5\u8981\u5c6c\u6027 |
| | | MILD_ERR_RANDOMPWGEN_UNKNOWN_CHARSET_346=\u5bc6\u78bc\u683c\u5f0f\u5b57\u4e32\u300c%s\u300d\u53c3\u7167\u672a\u5b9a\u7fa9\u7684\u5b57\u5143\u96c6\u300c%s\u300d |
| | | MILD_ERR_RANDOMPWGEN_INVALID_PWFORMAT_347=\u5bc6\u78bc\u683c\u5f0f\u5b57\u4e32\u300c%s\u300d\u5305\u542b\u7121\u6548\u7684\u8a9e\u6cd5\u3002\u6b64\u503c\u61c9\u8a72\u662f\u4ee5\u9017\u865f\u5340\u9694\u7684\u4e00\u4e32\u5143\u7d20\uff0c\u800c\u6bcf\u500b\u5143\u7d20\u90fd\u662f\u5b57\u5143\u96c6\u7684\u540d\u7a31\uff0c\u5176\u5f8c\u7dca\u63a5\u8457\u4e00\u500b\u5192\u865f\u4ee5\u53ca\u96a8\u6a5f\u5f9e\u8a72\u5b57\u5143\u96c6\u4e2d\u9078\u64c7\u7684\u5b57\u5143\u6578 |
| | | MILD_ERR_RANDOMPWGEN_CANNOT_DETERMINE_PWFORMAT_348=\u5617\u8a66\u89e3\u78bc ds-cfg-password-format \u914d\u7f6e\u5c6c\u6027\u7684\u503c (\u7528\u4f86\u6307\u5b9a\u6240\u7522\u751f\u5bc6\u78bc\u7684\u683c\u5f0f) \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | INFO_SASLGSSAPI_DESCRIPTION_IDENTITY_MAPPER_DN_349=\u914d\u7f6e\u9805\u76ee\u7684 DN\uff0c\u800c\u6b64\u914d\u7f6e\u9805\u76ee\u4fdd\u7559\u61c9\u8a72\u7528\u4f86\u5c07 GSSAPI \u4e3b\u9ad4\u5c0d\u6620\u81f3\u76ee\u9304\u4f3a\u670d\u5668\u4f7f\u7528\u8005\u9805\u76ee\u7684\u8b58\u5225\u5c0d\u6620\u5668\u914d\u7f6e\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | MILD_ERR_SASLGSSAPI_NO_IDENTITY_MAPPER_ATTR_350=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b ds-cfg-identity-mapper \u5c6c\u6027\uff0c\u800c\u6b64\u5c6c\u6027\u6307\u5b9a\u8207 GSSAPI SASL \u6a5f\u5236\u4e00\u8d77\u4f7f\u7528\u4e4b\u8b58\u5225\u5c0d\u6620\u5668\u7684 DN\u3002\u9019\u662f\u5fc5\u8981\u5c6c\u6027 |
| | | MILD_ERR_SASLGSSAPI_NO_SUCH_IDENTITY_MAPPER_351=\u8b58\u5225\u5c0d\u6620\u5668 %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u7684 ds-cfg-identity-mapper \u5c6c\u6027\u4e2d) \u672a\u53c3\u7167\u65bc\u76ee\u9304\u4f3a\u670d\u5668\u4e2d\u555f\u7528\u7684\u6709\u6548\u8b58\u5225\u5c0d\u6620\u5668\u914d\u7f6e |
| | | MILD_ERR_SASLGSSAPI_CANNOT_GET_IDENTITY_MAPPER_352=\u5617\u8a66\u8655\u7406\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684 ds-cfg-identity-mapper \u5c6c\u6027\u503c\u4ee5\u5224\u5b9a\u61c9\u8a72\u8207 GSSAPI SASL \u6a5f\u5236\u4e00\u8d77\u4f7f\u7528\u7684\u8b58\u5225\u5c0d\u6620\u5668\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | INFO_SASLGSSAPI_UPDATED_IDENTITY_MAPPER_353=\u5df2\u66f4\u65b0\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684 ds-cfg-identity-mapper \u5c6c\u6027\u3002\u6b64\u503c\u300c%s\u300d\u73fe\u5728\u5c07\u7576\u4f5c\u8b58\u5225\u5c0d\u6620\u5668\u914d\u7f6e\u9805\u76ee\u7684 DN \u4ee5\u9032\u884c GSSAPI \u8a8d\u8b49 |
| | | MILD_ERR_EXTOP_PASSMOD_CANNOT_GET_PW_POLICY_354=\u5617\u8a66\u53d6\u5f97\u4f7f\u7528\u8005 %s \u7684\u5bc6\u78bc\u7b56\u7565\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_EXTOP_PASSMOD_REQUIRE_CURRENT_PW_355=\u5fc5\u9808\u63d0\u4f9b\u76ee\u524d\u5bc6\u78bc\uff0c\u4ee5\u81ea\u884c\u8b8a\u66f4\u5bc6\u78bc |
| | | MILD_ERR_EXTOP_PASSMOD_SECURE_AUTH_REQUIRED_356=\u63d0\u4f9b\u4f7f\u7528\u8005\u76ee\u524d\u5bc6\u78bc\u7684\u5bc6\u78bc\u4fee\u6539\u4f5c\u696d\u5fc5\u9808\u900f\u904e\u5b89\u5168\u7684\u901a\u8a0a\u901a\u9053\u57f7\u884c |
| | | MILD_ERR_EXTOP_PASSMOD_USER_PW_CHANGES_NOT_ALLOWED_357=\u4e0d\u5141\u8a31\u4e00\u822c\u4f7f\u7528\u8005\u8b8a\u66f4\u4ed6\u5011\u7684\u5bc6\u78bc |
| | | MILD_ERR_EXTOP_PASSMOD_SECURE_CHANGES_REQUIRED_358=\u5bc6\u78bc\u8b8a\u66f4\u5fc5\u9808\u900f\u904e\u5b89\u5168\u7684\u901a\u8a0a\u901a\u9053\u57f7\u884c |
| | | MILD_ERR_EXTOP_PASSMOD_IN_MIN_AGE_359=\u7121\u6cd5\u8b8a\u66f4\u5bc6\u78bc\uff0c\u56e0\u70ba\u5148\u524d\u7684\u5bc6\u78bc\u8b8a\u66f4\u592a\u8fd1\u4e86 |
| | | MILD_ERR_EXTOP_PASSMOD_PASSWORD_IS_EXPIRED_360=\u7121\u6cd5\u8b8a\u66f4\u5bc6\u78bc\uff0c\u56e0\u70ba\u5bc6\u78bc\u5df2\u904e\u671f |
| | | MILD_ERR_EXTOP_PASSMOD_NO_PW_GENERATOR_361=\u672a\u63d0\u4f9b\u65b0\u5bc6\u78bc\uff0c\u800c\u4e14\u672a\u5b9a\u7fa9\u7528\u4f86\u81ea\u52d5\u5efa\u7acb\u65b0\u5bc6\u78bc\u7684\u5bc6\u78bc\u7522\u751f\u5668 |
| | | MILD_ERR_EXTOP_PASSMOD_CANNOT_GENERATE_PW_362=\u5617\u8a66\u4f7f\u7528\u5bc6\u78bc\u7522\u751f\u5668\u5efa\u7acb\u65b0\u7684\u5bc6\u78bc\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_EXTOP_PASSMOD_PRE_ENCODED_NOT_ALLOWED_363=\u5bc6\u78bc\u7b56\u7565\u4e0d\u5141\u8a31\u4f7f\u7528\u8005\u63d0\u4f9b\u9810\u5148\u7de8\u78bc\u7684\u5bc6\u78bc |
| | | MILD_ERR_EXTOP_PASSMOD_UNACCEPTABLE_PW_364=\u63d0\u4f9b\u7684\u65b0\u5bc6\u78bc\u672a\u901a\u904e\u4f3a\u670d\u5668\u4e2d\u5b9a\u7fa9\u7684\u9a57\u8b49\u6aa2\u67e5: %s |
| | | MILD_ERR_EXTOP_PASSMOD_CANNOT_ENCODE_PASSWORD_365=\u7121\u6cd5\u4f7f\u7528\u9810\u8a2d\u6a5f\u5236\u4f86\u7de8\u78bc\u6240\u63d0\u4f9b\u7684\u5bc6\u78bc: %s |
| | | MILD_ERR_EXTOP_PASSMOD_NO_SUCH_ID_MAPPER_368=\u914d\u7f6e\u9805\u76ee DN \u70ba %s \u7684\u8b58\u5225\u5c0d\u6620\u5668 (\u6307\u5b9a\u8981\u8207\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u5bc6\u78bc\u4fee\u6539\u5ef6\u4f38\u4f5c\u696d\u642d\u914d\u4f7f\u7528) \u4e0d\u5b58\u5728\u6216\u672a\u555f\u7528\u3002\u8b58\u5225\u5c0d\u6620\u5668\u662f\u5fc5\u8981\u5143\u4ef6\uff0c\u800c\u4e14\u5c07\u4e0d\u6703\u555f\u7528\u5bc6\u78bc\u4fee\u6539\u5ef6\u4f38\u4f5c\u696d |
| | | MILD_ERR_EXTOP_PASSMOD_CANNOT_DETERMINE_ID_MAPPER_369=\u5617\u8a66\u5224\u5b9a\u8981\u8207\u914d\u7f6e\u9805\u76ee %s \u4e2d\u6240\u5b9a\u7fa9\u5bc6\u78bc\u4fee\u6539\u5ef6\u4f38\u4f5c\u696d\u642d\u914d\u4f7f\u7528\u7684\u8b58\u5225\u5c0d\u6620\u5668\u6642\u767c\u751f\u932f\u8aa4: %s\u3002\u5c07\u4e0d\u6703\u555f\u7528\u5bc6\u78bc\u4fee\u6539\u5ef6\u4f38\u4f5c\u696d\u4ee5\u5728\u4f3a\u670d\u5668\u4e2d\u4f7f\u7528 |
| | | MILD_ERR_EXTOP_PASSMOD_CANNOT_MAP_USER_370=\u63d0\u4f9b\u7684\u6388\u6b0a ID \u5b57\u4e32\u300c%s\u300d\u7121\u6cd5\u5c0d\u6620\u81f3\u76ee\u9304\u4e2d\u7684\u4efb\u4f55\u4f7f\u7528\u8005 |
| | | MILD_ERR_EXTOP_PASSMOD_ERROR_MAPPING_USER_371=\u5617\u8a66\u5c07\u6388\u6b0a ID \u5b57\u4e32\u300c%s\u300d\u5c0d\u6620\u81f3\u4f7f\u7528\u8005\u9805\u76ee\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | INFO_ERRORLOG_ACCTNOTHANDLER_DESCRIPTION_NOTIFICATION_TYPES_372=\u61c9\u8a72\u7522\u751f\u8a18\u9304\u8a0a\u606f\u7684\u72c0\u614b\u901a\u77e5\u985e\u578b\u3002\u5b83\u662f\u591a\u91cd\u503c\u5c6c\u6027\uff0c\u800c\u4e14\u8b8a\u66f4\u6703\u7acb\u5373\u751f\u6548 |
| | | MILD_ERR_ERRORLOG_ACCTNOTHANDLER_INVALID_TYPE_373=\u914d\u7f6e\u9805\u76ee %s \u5305\u542b\u7121\u6cd5\u8fa8\u8b58\u7684\u5e33\u865f\u72c0\u614b\u901a\u77e5\u985e\u578b %s |
| | | MILD_ERR_ERRORLOG_ACCTNOTHANDLER_CANNOT_GET_NOTIFICATION_TYPES_374=\u5617\u8a66\u5f9e\u914d\u7f6e\u9805\u76ee %s \u5224\u5b9a\u5e33\u865f\u72c0\u614b\u901a\u77e5\u985e\u578b\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | NOTICE_ERRORLOG_ACCTNOTHANDLER_NOTIFICATION_375=Account-Status-Notification type='%s' userdn='%s' id=%d msg='%s' |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_GET_REVERSIBLE_PASSWORDS_376=\u5617\u8a66\u64f7\u53d6\u4f7f\u7528\u8005 %s \u7684\u7d14\u6587\u5b57\u5bc6\u78bc\u4ee5\u4fbf\u57f7\u884c SASL DIGEST-MD5 \u8a8d\u8b49\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_SASLCRAMMD5_CANNOT_GET_REVERSIBLE_PASSWORDS_377=\u5617\u8a66\u64f7\u53d6\u4f7f\u7528\u8005 %s \u7684\u7d14\u6587\u5b57\u5bc6\u78bc\u4ee5\u4fbf\u57f7\u884c SASL CRAM-MD5 \u8a8d\u8b49\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_SASLPLAIN_CANNOT_CHECK_PASSWORD_VALIDITY_378=\u5617\u8a66\u5728 SASL PLAIN \u8a8d\u8b49\u671f\u9593\u9a57\u8b49\u4f7f\u7528\u8005 %s \u7684\u5bc6\u78bc\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_STARTTLS_ERROR_SENDING_CLEAR_RESPONSE_379=\u5617\u8a66\u5728\u555f\u52d5 TLS \u5354\u5546\u4e4b\u5f8c\u5c07\u7d14\u6587\u5b57\u56de\u61c9\u50b3\u9001\u81f3\u7528\u6236\u7aef\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | MILD_WARN_EXTOP_PASSMOD_NOOP_380=\u5bc6\u78bc\u4fee\u6539\u4f5c\u696d\u672a\u5be6\u969b\u5728\u76ee\u9304\u4f3a\u670d\u5668\u4e2d\u57f7\u884c\uff0c\u56e0\u70ba\u8acb\u6c42\u4e2d\u5b58\u5728 LDAP \u7121\u4f5c\u696d\u63a7\u5236 |
| | | MILD_ERR_EXTOP_PASSMOD_ACCOUNT_DISABLED_381=\u4f7f\u7528\u8005\u5e33\u865f\u5df2\u7d93\u7531\u7ba1\u7406\u54e1\u505c\u7528 |
| | | MILD_ERR_EXTOP_PASSMOD_ACCOUNT_LOCKED_382=\u5df2\u9396\u5b9a\u4f7f\u7528\u8005\u5e33\u865f |
| | | MILD_ERR_STATICMEMBERS_NO_SUCH_ENTRY_383=\u7121\u6cd5\u6aa2\u67e5\u9805\u76ee %s (\u4f5c\u70ba\u975c\u614b\u7fa4\u7d44 %s \u7684\u6f5b\u5728\u6210\u54e1)\uff0c\u56e0\u70ba\u8a72\u9805\u76ee\u4e0d\u5b58\u5728\u65bc\u76ee\u9304\u4f3a\u670d\u5668\u4e2d |
| | | MILD_ERR_STATICMEMBERS_CANNOT_GET_ENTRY_384=\u5617\u8a66\u64f7\u53d6\u9805\u76ee %s \u4f5c\u70ba\u975c\u614b\u7fa4\u7d44 %s \u7684\u6f5b\u5728\u6210\u54e1\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_STATICGROUP_INVALID_OC_COMBINATION_385=\u9805\u76ee %s \u7121\u6cd5\u5256\u6790\u70ba\u6709\u6548\u7684\u975c\u614b\u7fa4\u7d44\uff0c\u56e0\u70ba\u4e0d\u5141\u8a31\u975c\u614b\u7fa4\u7d44\u540c\u6642\u5177\u6709 %s \u53ca %s \u7269\u4ef6\u985e\u5225 |
| | | MILD_ERR_STATICGROUP_NO_VALID_OC_386=\u9805\u76ee %s \u7121\u6cd5\u5256\u6790\u70ba\u6709\u6548\u7684\u975c\u614b\u7fa4\u7d44\uff0c\u56e0\u70ba\u5b83\u4e0d\u662f\u6b63\u597d\u5305\u542b %s \u6216 %s \u7269\u4ef6\u985e\u5225\u5176\u4e2d\u4e4b\u4e00 |
| | | MILD_ERR_STATICGROUP_CANNOT_DECODE_MEMBER_VALUE_AS_DN_387=\u503c %s (\u91dd\u5c0d\u5c6c\u6027 %s\uff0c\u4e14\u4f4d\u65bc\u9805\u76ee %s \u4e2d) \u7121\u6cd5\u5256\u6790\u70ba\u6709\u6548\u7684 DN: %s\u3002\u5c07\u5f9e\u7fa4\u7d44\u6210\u54e1\u96c6\u4e2d\u6392\u9664 |
| | | MILD_ERR_STATICGROUP_ADD_MEMBER_ALREADY_EXISTS_388=\u7121\u6cd5\u5c07\u4f7f\u7528\u8005 %s \u589e\u52a0\u70ba\u975c\u614b\u7fa4\u7d44 %s \u7684\u65b0\u6210\u54e1\uff0c\u56e0\u70ba\u8a72\u4f7f\u7528\u8005\u5df2\u5728\u7fa4\u7d44\u7684\u6210\u54e1\u6e05\u55ae\u4e2d |
| | | MILD_ERR_STATICGROUP_REMOVE_MEMBER_NO_SUCH_MEMBER_389=\u7121\u6cd5\u5c07\u4f7f\u7528\u8005 %s \u7576\u4f5c\u975c\u614b\u7fa4\u7d44 %s \u7684\u6210\u54e1\u79fb\u9664\uff0c\u56e0\u70ba\u8a72\u4f7f\u7528\u8005\u672a\u5305\u542b\u5728\u7fa4\u7d44\u7684\u6210\u54e1\u6e05\u55ae\u4e2d |
| | | MILD_ERR_STATICGROUP_ADD_MEMBER_UPDATE_FAILED_390=\u7121\u6cd5\u5c07\u4f7f\u7528\u8005 %s \u589e\u52a0\u70ba\u975c\u614b\u7fa4\u7d44 %s \u7684\u65b0\u6210\u54e1\uff0c\u56e0\u70ba\u5728\u5617\u8a66\u57f7\u884c\u5167\u90e8\u4fee\u6539\u4ee5\u66f4\u65b0\u7fa4\u7d44\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_STATICGROUP_REMOVE_MEMBER_UPDATE_FAILED_391=\u7121\u6cd5\u5c07\u4f7f\u7528\u8005 %s \u7576\u4f5c\u975c\u614b\u7fa4\u7d44 %s \u7684\u6210\u54e1\u79fb\u9664\uff0c\u56e0\u70ba\u5617\u8a66\u57f7\u884c\u5167\u90e8\u4fee\u6539\u4ee5\u66f4\u65b0\u7fa4\u7d44\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_EXTOP_PASSMOD_INSUFFICIENT_PRIVILEGES_392=\u60a8\u6c92\u6709\u8db3\u5920\u7684\u6b0a\u9650\u53ef\u4ee5\u57f7\u884c\u5bc6\u78bc\u91cd\u8a2d\u4f5c\u696d |
| | | MILD_ERR_SASLDIGESTMD5_EMPTY_AUTHZID_393=\u63d0\u4f9b\u7684\u6388\u6b0a ID \u662f\u7a7a\u7684\uff0c\u9019\u5c0d DIGEST-MD5 \u8a8d\u8b49\u800c\u8a00\u662f\u4e0d\u5141\u8a31\u7684 |
| | | MILD_ERR_SASLDIGESTMD5_AUTHZID_INVALID_DN_394=\u63d0\u4f9b\u7684\u6388\u6b0a ID %s \u5df2\u5305\u542b\u7121\u6548\u7684 DN: %s |
| | | MILD_ERR_SASLDIGESTMD5_AUTHZID_INSUFFICIENT_PRIVILEGES_395=\u8a8d\u8b49\u4f7f\u7528\u8005 %s \u6c92\u6709\u8db3\u5920\u7684\u6b0a\u9650\u53ef\u63a1\u7528\u4e0d\u540c\u7684\u6388\u6b0a\u8b58\u5225 |
| | | MILD_ERR_SASLDIGESTMD5_AUTHZID_NO_SUCH_ENTRY_396=\u6307\u5b9a\u70ba\u6388\u6b0a\u8b58\u5225\u7684\u9805\u76ee %s \u4e0d\u5b58\u5728 |
| | | MILD_ERR_SASLDIGESTMD5_AUTHZID_CANNOT_GET_ENTRY_397=\u7121\u6cd5\u64f7\u53d6\u6307\u5b9a\u70ba\u6388\u6b0a\u8b58\u5225\u7684\u9805\u76ee %s: %s |
| | | MILD_ERR_SASLDIGESTMD5_AUTHZID_NO_MAPPED_ENTRY_398=\u4f3a\u670d\u5668\u627e\u4e0d\u5230\u4efb\u4f55\u8207\u6388\u6b0a ID %s \u5c0d\u61c9\u7684\u9805\u76ee |
| | | MILD_ERR_SASLDIGESTMD5_CANNOT_MAP_AUTHZID_399=\u5617\u8a66\u5c07\u6388\u6b0a ID %s \u5c0d\u6620\u81f3\u4f7f\u7528\u8005\u9805\u76ee\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_SASLPLAIN_AUTHZID_INVALID_DN_400=\u63d0\u4f9b\u7684\u6388\u6b0a ID %s \u5df2\u5305\u542b\u7121\u6548\u7684 DN: %s |
| | | MILD_ERR_SASLPLAIN_AUTHZID_INSUFFICIENT_PRIVILEGES_401=\u8a8d\u8b49\u4f7f\u7528\u8005 %s \u6c92\u6709\u8db3\u5920\u7684\u6b0a\u9650\u53ef\u6307\u5b9a\u66ff\u4ee3\u6388\u6b0a ID |
| | | MILD_ERR_SASLPLAIN_AUTHZID_NO_SUCH_ENTRY_402=\u8207\u6388\u6b0a DN %s \u5c0d\u61c9\u7684\u9805\u76ee\u4e0d\u5b58\u5728\u65bc\u76ee\u9304\u4f3a\u670d\u5668\u4e2d |
| | | MILD_ERR_SASLPLAIN_AUTHZID_CANNOT_GET_ENTRY_403=\u5617\u8a66\u64f7\u53d6\u6307\u5b9a\u70ba\u6388\u6b0a ID \u7684\u9805\u76ee %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_SASLPLAIN_AUTHZID_NO_MAPPED_ENTRY_404=\u5728\u4f3a\u670d\u5668\u4e2d\u627e\u4e0d\u5230\u8207\u6388\u6b0a ID %s \u5c0d\u61c9\u7684\u9805\u76ee |
| | | MILD_ERR_SASLPLAIN_AUTHZID_CANNOT_MAP_AUTHZID_405=\u5617\u8a66\u5c07\u6388\u6b0a ID %s \u5c0d\u6620\u81f3\u4f7f\u7528\u8005\u9805\u76ee\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | INFO_SASLEXTERNAL_DESCRIPTION_CERT_MAPPER_DN_406=\u914d\u7f6e\u9805\u76ee\u7684 DN\uff0c\u800c\u6b64\u914d\u7f6e\u9805\u76ee\u5b9a\u7fa9\u5c07\u6191\u8b49\u5c0d\u6620\u81f3\u4f7f\u7528\u8005\u9805\u76ee\u6642\u4f7f\u7528\u7684\u6191\u8b49\u5c0d\u6620\u5668\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | MILD_ERR_SASLEXTERNAL_NO_CERTIFICATE_MAPPER_DN_407=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b ds-cfg-certificate-mapper \u5c6c\u6027\uff0c\u800c\u9700\u8981\u6709\u6b64\u5c6c\u6027\u624d\u80fd\u6307\u5b9a\u61c9\u8a72\u7528\u4f86\u5c07\u6191\u8b49\u5c0d\u6620\u81f3\u4f7f\u7528\u8005\u9805\u76ee\u7684\u6191\u8b49\u5c0d\u6620\u5668 |
| | | MILD_ERR_SASLEXTERNAL_INVALID_CERTIFICATE_MAPPER_DN_408=\u914d\u7f6e\u9805\u76ee %s \u5305\u542b\u6191\u8b49\u5c0d\u6620\u5668 DN %s\uff0c\u4f46\u662f\u672a\u555f\u7528\u6b64\u985e\u6191\u8b49\u5c0d\u6620\u5668\u4ee5\u5728\u76ee\u9304\u4f3a\u670d\u5668\u4e2d\u4f7f\u7528 |
| | | MILD_ERR_SASLEXTERNAL_CANNOT_GET_CERT_MAPPER_DN_409=\u5617\u8a66\u5f9e\u914d\u7f6e\u9805\u76ee %s \u64f7\u53d6\u6191\u8b49\u5c0d\u6620\u5668 DN \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | INFO_SASLEXTERNAL_UPDATED_CERT_MAPPER_DN_410=\u5df2\u66f4\u65b0\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684 ds-cfg-certificate-mapper \u5c6c\u6027\u3002\u6191\u8b49\u5c0d\u6620\u5668 %s \u73fe\u5728\u5c07\u7528\u4f86\u5c07\u6191\u8b49\u5c0d\u6620\u81f3\u4f7f\u7528\u8005\u9805\u76ee |
| | | INFO_SDTUACM_DESCRIPTION_SUBJECT_ATTR_411=\u5728\u4f7f\u7528\u8005\u9805\u76ee\u4e2d\u542b\u6709\u8a72\u4f7f\u7528\u8005\u6240\u4fdd\u7559\u6191\u8b49\u4e4b\u4e3b\u9ad4\u7684\u5c6c\u6027\u985e\u578b\u540d\u7a31\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_SDTUACM_NO_SUBJECT_ATTR_412=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b\u5fc5\u8981\u5c6c\u6027 %s\uff0c\u800c\u6b64\u5c6c\u6027\u662f\u7528\u4f86\u6307\u5b9a\u61c9\u8a72\u5305\u542b\u4f7f\u7528\u8005\u6240\u4fdd\u7559\u6191\u8b49\u4e4b\u4e3b\u9ad4\u7684\u5c6c\u6027 |
| | | SEVERE_ERR_SDTUACM_NO_SUCH_ATTR_413=\u914d\u7f6e\u9805\u76ee %s \u8868\u793a\u6191\u8b49\u4e3b\u9ad4\u61c9\u8a72\u4fdd\u7559\u5728\u5c6c\u6027 %s \u4e2d\uff0c\u4f46\u662f\u6b64\u5c6c\u6027\u672a\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d |
| | | SEVERE_ERR_SDTUACM_CANNOT_GET_SUBJECT_ATTR_414=\u5617\u8a66\u5f9e\u914d\u7f6e\u9805\u76ee %s \u5224\u5b9a\u61c9\u8a72\u7528\u4f86\u4fdd\u7559\u6191\u8b49\u4e3b\u9ad4\u7684\u5c6c\u6027\u985e\u578b\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | INFO_SDTUACM_DESCRIPTION_BASE_DN_415=\u5c07\u5728\u5176\u4e0b\u57f7\u884c\u5c0b\u627e\u76f8\u7b26\u4f7f\u7528\u8005\u9805\u76ee\u4e4b\u641c\u5c0b\u7684\u57fa\u5e95 DN\u3002\u5982\u679c\u672a\u63d0\u4f9b\u57fa\u5e95 DN\uff0c\u5247\u4f3a\u670d\u5668\u6703\u641c\u5c0b\u5176\u4e0b\u7684\u6240\u6709\u516c\u7528\u547d\u540d\u74b0\u5883\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_SDTUACM_CANNOT_GET_BASE_DN_416=\u5617\u8a66\u5f9e\u914d\u7f6e\u9805\u76ee %s \u5224\u5b9a\u641c\u5c0b\u57fa\u5e95 DN \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_SDTUACM_NO_PEER_CERTIFICATE_417=\u7121\u6cd5\u5c07\u6240\u63d0\u4f9b\u7684\u6191\u8b49\u93c8\u5c0d\u6620\u81f3\u4f7f\u7528\u8005\u9805\u76ee\uff0c\u56e0\u70ba\u6c92\u6709\u53ef\u7528\u7684\u5c0d\u7b49\u6191\u8b49 |
| | | SEVERE_ERR_SDTUACM_PEER_CERT_NOT_X509_418=\u7121\u6cd5\u5c07\u6240\u63d0\u4f9b\u7684\u6191\u8b49\u93c8\u5c0d\u6620\u81f3\u4f7f\u7528\u8005\uff0c\u56e0\u70ba\u5c0d\u7b49\u6191\u8b49\u4e0d\u662f X.509 \u6191\u8b49 (\u5c0d\u7b49\u6191\u8b49\u683c\u5f0f\u70ba %s) |
| | | SEVERE_ERR_SDTUACM_MULTIPLE_MATCHING_ENTRIES_419=\u4e3b\u9ad4\u70ba %s \u7684\u6191\u8b49\u7121\u6cd5\u6b63\u597d\u5c0d\u6620\u81f3\u4e00\u4f4d\u4f7f\u7528\u8005\u3002\u5b83\u6703\u5c0d\u6620\u81f3 %s \u548c %s |
| | | INFO_SATUACM_DESCRIPTION_ATTR_MAP_420=\u4f7f\u7528\u8005\u9805\u76ee\u4e2d\u7684\u5c6c\u6027\u985e\u578b\u540d\u7a31\uff0c\u53ef\u5b9a\u7fa9\u6191\u8b49\u4e3b\u9ad4\u4e2d\u5c6c\u6027\u8207\u4f7f\u7528\u8005\u9805\u76ee\u4e2d\u5c6c\u6027\u9593\u7684\u5c0d\u6620\u3002\u503c\u7684\u683c\u5f0f\u61c9\u8a72\u662f\u300ccertattr:userattr\u300d\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_SATUACM_NO_MAP_ATTR_421=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b\u5fc5\u8981\u5c6c\u6027 %s\uff0c\u800c\u6b64\u5c6c\u6027\u662f\u7528\u4f86\u6307\u5b9a\u6191\u8b49\u4e3b\u9ad4\u4e2d\u7684\u5c6c\u6027\u8207\u4f7f\u7528\u8005\u9805\u76ee\u4e2d\u7684\u5c6c\u6027\u4e4b\u9593\u7684\u5c0d\u6620 |
| | | SEVERE_ERR_SATUACM_INVALID_MAP_FORMAT_422=\u914d\u7f6e\u9805\u76ee %s \u7684\u503c\u300c%s\u300d\u9055\u53cd\u5c6c\u6027\u5c0d\u6620\u6240\u9700\u7684\u683c\u5f0f\u3002\u9810\u671f\u7684\u683c\u5f0f\u70ba\u300ccertattr:userattr\u300d |
| | | SEVERE_ERR_SATUACM_DUPLICATE_CERT_ATTR_423=\u914d\u7f6e\u9805\u76ee %s \u5305\u542b\u6191\u8b49\u5c6c\u6027 %s \u7684\u591a\u500b\u5c0d\u6620 |
| | | SEVERE_ERR_SATUACM_NO_SUCH_ATTR_424=\u5c0d\u6620 %s (\u4f4d\u65bc\u914d\u7f6e\u9805\u76ee %s \u4e2d) \u53c3\u7167\u672a\u5728\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5b9a\u7fa9\u7684\u5c6c\u6027 %s |
| | | SEVERE_ERR_SATUACM_DUPLICATE_USER_ATTR_425=\u914d\u7f6e\u9805\u76ee %s \u5305\u542b\u4f7f\u7528\u8005\u5c6c\u6027 %s \u7684\u591a\u500b\u5c0d\u6620 |
| | | SEVERE_ERR_SATUACM_CANNOT_GET_ATTR_MAP_426=\u5617\u8a66\u5f9e\u914d\u7f6e\u9805\u76ee %s \u5224\u5b9a\u5c6c\u6027\u5c0d\u6620\u96c6\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | INFO_SATUACM_DESCRIPTION_BASE_DN_427=\u5c07\u5728\u5176\u4e0b\u57f7\u884c\u5c0b\u627e\u76f8\u7b26\u4f7f\u7528\u8005\u9805\u76ee\u4e4b\u641c\u5c0b\u7684\u57fa\u5e95 DN\u3002\u5982\u679c\u672a\u63d0\u4f9b\u57fa\u5e95 DN\uff0c\u5247\u4f3a\u670d\u5668\u6703\u641c\u5c0b\u5176\u4e0b\u7684\u6240\u6709\u516c\u7528\u547d\u540d\u74b0\u5883\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_SATUACM_CANNOT_GET_BASE_DN_428=\u5617\u8a66\u5f9e\u914d\u7f6e\u9805\u76ee %s \u5224\u5b9a\u641c\u5c0b\u57fa\u5e95 DN \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_SATUACM_NO_PEER_CERTIFICATE_429=\u7121\u6cd5\u5c07\u6240\u63d0\u4f9b\u7684\u6191\u8b49\u93c8\u5c0d\u6620\u81f3\u4f7f\u7528\u8005\u9805\u76ee\uff0c\u56e0\u70ba\u6c92\u6709\u53ef\u7528\u7684\u5c0d\u7b49\u6191\u8b49 |
| | | SEVERE_ERR_SATUACM_PEER_CERT_NOT_X509_430=\u7121\u6cd5\u5c07\u6240\u63d0\u4f9b\u7684\u6191\u8b49\u93c8\u5c0d\u6620\u81f3\u4f7f\u7528\u8005\uff0c\u56e0\u70ba\u5c0d\u7b49\u6191\u8b49\u4e0d\u662f X.509 \u6191\u8b49 (\u5c0d\u7b49\u6191\u8b49\u683c\u5f0f\u70ba %s) |
| | | SEVERE_ERR_SATUACM_CANNOT_DECODE_SUBJECT_AS_DN_431=\u7121\u6cd5\u5c07\u5c0d\u7b49\u6191\u8b49\u4e3b\u9ad4 %s \u89e3\u78bc\u70ba DN: %s |
| | | SEVERE_ERR_SATUACM_NO_MAPPABLE_ATTRIBUTES_432=\u5c0d\u7b49\u6191\u8b49\u4e3b\u9ad4 %s \u4e0d\u5305\u542b\u4efb\u4f55\u5df2\u5efa\u7acb\u5c0d\u6620\u7684\u5c6c\u6027 |
| | | SEVERE_ERR_SATUACM_MULTIPLE_MATCHING_ENTRIES_433=\u4e3b\u9ad4\u70ba %s \u7684\u6191\u8b49\u7121\u6cd5\u6b63\u597d\u5c0d\u6620\u81f3\u4e00\u4f4d\u4f7f\u7528\u8005\u3002\u5b83\u6703\u5c0d\u6620\u81f3 %s \u548c %s |
| | | INFO_FCM_DESCRIPTION_FINGERPRINT_ATTR_434=\u5728\u4f7f\u7528\u8005\u9805\u76ee\u4e2d\u542b\u6709\u8a72\u4f7f\u7528\u8005\u6240\u4fdd\u7559\u6191\u8b49\u4e4b\u6307\u7d0b\u7684\u5c6c\u6027\u985e\u578b\u540d\u7a31\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_FCM_NO_FINGERPRINT_ATTR_435=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b\u5fc5\u8981\u5c6c\u6027 %s\uff0c\u800c\u6b64\u5c6c\u6027\u662f\u7528\u4f86\u6307\u5b9a\u61c9\u8a72\u5305\u542b\u4f7f\u7528\u8005\u6240\u4fdd\u7559\u6191\u8b49\u4e4b\u6307\u7d0b\u7684\u5c6c\u6027 |
| | | SEVERE_ERR_FCM_NO_SUCH_ATTR_436=\u914d\u7f6e\u9805\u76ee %s \u8868\u793a\u6191\u8b49\u6307\u7d0b\u61c9\u8a72\u4fdd\u7559\u5728\u5c6c\u6027 %s \u4e2d\uff0c\u4f46\u662f\u6b64\u5c6c\u6027\u672a\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d |
| | | SEVERE_ERR_FCM_CANNOT_GET_FINGERPRINT_ATTR_437=\u5617\u8a66\u5f9e\u914d\u7f6e\u9805\u76ee %s \u5224\u5b9a\u61c9\u8a72\u7528\u4f86\u4fdd\u7559\u6191\u8b49\u6307\u7d0b\u7684\u5c6c\u6027\u985e\u578b\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | INFO_FCM_DESCRIPTION_FINGERPRINT_ALGORITHM_438=\u7528\u65bc\u6191\u8b49\u6307\u7d0b\u7684\u6458\u8981\u6f14\u7b97\u6cd5\u540d\u7a31\u3002\u503c\u61c9\u8a72\u662f\u300cMD5\u300d\u6216\u300cSHA1\u300d\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_FCM_NO_FINGERPRINT_ALGORITHM_439=\u914d\u7f6e\u9805\u76ee %s \u4e0d\u5305\u542b\u5fc5\u8981\u5c6c\u6027 %s\uff0c\u800c\u6b64\u5c6c\u6027\u662f\u7528\u4f86\u6307\u5b9a\u61c9\u8a72\u7528\u4f86\u8a08\u7b97\u6191\u8b49\u6307\u7d0b\u7684\u6458\u8981\u6f14\u7b97\u6cd5 |
| | | SEVERE_ERR_FCM_CANNOT_GET_FINGERPRINT_ALGORITHM_440=\u5617\u8a66\u5f9e\u914d\u7f6e\u9805\u76ee %s \u5224\u5b9a\u6458\u8981\u6f14\u7b97\u6cd5\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | INFO_FCM_DESCRIPTION_BASE_DN_441=\u5c07\u5728\u5176\u4e0b\u57f7\u884c\u5c0b\u627e\u76f8\u7b26\u4f7f\u7528\u8005\u9805\u76ee\u4e4b\u641c\u5c0b\u7684\u57fa\u5e95 DN\u3002\u5982\u679c\u672a\u63d0\u4f9b\u57fa\u5e95 DN\uff0c\u5247\u4f3a\u670d\u5668\u6703\u641c\u5c0b\u5176\u4e0b\u7684\u6240\u6709\u516c\u7528\u547d\u540d\u74b0\u5883\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_FCM_CANNOT_GET_BASE_DN_442=\u5617\u8a66\u5f9e\u914d\u7f6e\u9805\u76ee %s \u5224\u5b9a\u641c\u5c0b\u57fa\u5e95 DN \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_FCM_NO_PEER_CERTIFICATE_443=\u7121\u6cd5\u5c07\u6240\u63d0\u4f9b\u7684\u6191\u8b49\u93c8\u5c0d\u6620\u81f3\u4f7f\u7528\u8005\u9805\u76ee\uff0c\u56e0\u70ba\u6c92\u6709\u53ef\u7528\u7684\u5c0d\u7b49\u6191\u8b49 |
| | | SEVERE_ERR_FCM_PEER_CERT_NOT_X509_444=\u7121\u6cd5\u5c07\u6240\u63d0\u4f9b\u7684\u6191\u8b49\u93c8\u5c0d\u6620\u81f3\u4f7f\u7528\u8005\uff0c\u56e0\u70ba\u5c0d\u7b49\u6191\u8b49\u4e0d\u662f X.509 \u6191\u8b49 (\u5c0d\u7b49\u6191\u8b49\u683c\u5f0f\u70ba %s) |
| | | SEVERE_ERR_FCM_CANNOT_CALCULATE_FINGERPRINT_445=\u5617\u8a66\u8a08\u7b97\u4e3b\u9ad4\u70ba %s \u7684\u5c0d\u7b49\u6191\u8b49\u6307\u7d0b\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_FCM_MULTIPLE_MATCHING_ENTRIES_446=\u6307\u7d0b\u70ba %s \u7684\u6191\u8b49\u7121\u6cd5\u6b63\u597d\u5c0d\u6620\u81f3\u4e00\u4f4d\u4f7f\u7528\u8005\u3002\u5b83\u6703\u5c0d\u6620\u81f3 %s \u548c %s |
| | | MILD_ERR_DYNAMICGROUP_CANNOT_DECODE_MEMBERURL_447=\u7121\u6cd5\u5c07\u503c\u300c%s\u300d(\u4f4d\u65bc\u9805\u76ee\u300c%s\u300d\u4e2d) \u89e3\u78bc\u70ba LDAP URL: %s |
| | | MILD_ERR_DYNAMICGROUP_NESTING_NOT_SUPPORTED_448=\u52d5\u614b\u7fa4\u7d44\u4e0d\u652f\u63f4\u5de2\u72c0\u7fa4\u7d44 |
| | | MILD_ERR_DYNAMICGROUP_ALTERING_MEMBERS_NOT_SUPPORTED_449=\u52d5\u614b\u7fa4\u7d44\u4e0d\u652f\u63f4\u660e\u78ba\u66f4\u6539\u5b83\u5011\u7684\u6210\u54e1\u8eab\u4efd |
| | | MILD_WARN_DYNAMICGROUP_NONEXISTENT_BASE_DN_450=\u57fa\u5e95 DN %s (\u6307\u5b9a\u65bc\u52d5\u614b\u7fa4\u7d44 %s \u4e2d) \u4e0d\u5b58\u5728\u65bc\u4f3a\u670d\u5668\u4e2d |
| | | SEVERE_ERR_DYNAMICGROUP_INTERNAL_SEARCH_FAILED_451=\u5617\u8a66\u57f7\u884c\u57fa\u5e95 DN \u70ba %s \u4e14\u7be9\u9078\u5668\u70ba %s \u7684\u5167\u90e8\u641c\u5c0b\u4ee5\u89e3\u6790\u52d5\u614b\u7fa4\u7d44 %s \u7684\u6210\u54e1\u6e05\u55ae\u6642\u767c\u751f\u932f\u8aa4: \u7d50\u679c\u78bc %s\uff0c\u932f\u8aa4\u8a0a\u606f %s |
| | | SEVERE_ERR_DYNAMICGROUP_CANNOT_RETURN_ENTRY_452=\u5617\u8a66\u5c07\u4f7f\u7528\u8005 %s \u589e\u52a0\u81f3\u52d5\u614b\u7fa4\u7d44 %s \u7684\u6210\u54e1\u6e05\u55ae\u6642\uff0c\u4f3a\u670d\u5668\u767c\u751f\u903e\u6642 |
| | | INFO_PWDIFFERENCEVALIDATOR_DESCRIPTION_MIN_DIFFERENCE_453=\u5141\u8a31\u5bc6\u78bc\u64c1\u6709\u7684\u6700\u5c0f\u5dee\u7570\u503c\u3002\u503c\u70ba\u96f6\u8868\u793a\u6c92\u6709\u6700\u5c0f\u5dee\u7570\u503c\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | MILD_ERR_PWDIFFERENCEVALIDATOR_CANNOT_DETERMINE_MIN_DIFFERENCE_454=\u5617\u8a66\u5f9e ds-cfg-min-password-difference \u5c6c\u6027\u5224\u5b9a\u6700\u5c0f\u5141\u8a31\u5bc6\u78bc\u5dee\u7570\u503c\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | INFO_PWDIFFERENCEVALIDATOR_UPDATED_MIN_DIFFERENCE_455=\u6700\u5c0f\u5bc6\u78bc\u5dee\u7570\u503c\u5df2\u66f4\u65b0\u70ba %d |
| | | MILD_ERR_PWDIFFERENCEVALIDATOR_TOO_SMALL_456=\u63d0\u4f9b\u7684\u5bc6\u78bc\u5dee\u7570\u503c\u5c0f\u65bc\u6700\u5c0f\u5fc5\u8981\u5dee\u7570\u503c: %d \u500b\u5b57\u5143 |
| | | MILD_ERR_REPEATEDCHARS_VALIDATOR_TOO_MANY_CONSECUTIVE_457=\u63d0\u4f9b\u7684\u5bc6\u78bc\u5df2\u5305\u542b\u592a\u591a\u9023\u7e8c\u51fa\u73fe\u7684\u76f8\u540c\u5b57\u5143\u3002\u5bc6\u78bc\u4e2d\u76f8\u540c\u5b57\u5143\u9023\u7e8c\u51fa\u73fe\u7684\u6700\u5927\u6b21\u6578\u662f %d |
| | | MILD_ERR_UNIQUECHARS_VALIDATOR_NOT_ENOUGH_UNIQUE_CHARS_458=\u63d0\u4f9b\u7684\u5bc6\u78bc\u672a\u5305\u542b\u8db3\u5920\u7684\u552f\u4e00\u5b57\u5143\u3002\u53ef\u4ee5\u51fa\u73fe\u5728\u4f7f\u7528\u8005\u5bc6\u78bc\u4e2d\u7684\u6700\u5c0f\u552f\u4e00\u5b57\u5143\u6578\u70ba %d |
| | | MILD_ERR_SUBSCHEMASUBENTRY_VATTR_NOT_SEARCHABLE_459=%s \u5c6c\u6027\u7121\u6cd5\u9032\u884c\u641c\u5c0b\uff0c\u4e14\u4e0d\u8a72\u5305\u542b\u65bc\u672a\u7d22\u5f15\u7684\u641c\u5c0b\u7be9\u9078\u5668\u4e2d |
| | | MILD_ERR_DICTIONARY_VALIDATOR_PASSWORD_IN_DICTIONARY_460=\u5df2\u5728\u4f3a\u670d\u5668\u7684\u5b57\u5178\u4e2d\u627e\u5230\u63d0\u4f9b\u7684\u5bc6\u78bc |
| | | MILD_ERR_DICTIONARY_VALIDATOR_NO_SUCH_FILE_461=\u6307\u5b9a\u7684\u5b57\u5178\u6a94\u6848 %s \u4e0d\u5b58\u5728 |
| | | MILD_ERR_DICTIONARY_VALIDATOR_CANNOT_READ_FILE_462=\u5617\u8a66\u5f9e\u6a94\u6848 %s \u8f09\u5165\u5b57\u5178\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_ATTRVALUE_VALIDATOR_PASSWORD_IN_ENTRY_463=\u5df2\u5728\u4f7f\u7528\u8005\u9805\u76ee\u7684\u53e6\u4e00\u500b\u5c6c\u6027\u4e2d\u627e\u5230\u63d0\u4f9b\u7684\u5bc6\u78bc |
| | | MILD_ERR_CHARSET_VALIDATOR_ILLEGAL_CHARACTER_464=\u63d0\u4f9b\u7684\u5bc6\u78bc\u5df2\u5305\u542b\u4e0d\u5141\u8a31\u7528\u65bc\u5bc6\u78bc\u4e2d\u7684\u5b57\u5143\u300c%s\u300d |
| | | MILD_ERR_CHARSET_VALIDATOR_TOO_FEW_CHARS_FROM_SET_465=\u63d0\u4f9b\u7684\u5bc6\u78bc\u672a\u5305\u542b\u4f86\u81ea\u5b57\u5143\u96c6\u300c%s\u300d\u7684\u8db3\u5920\u5b57\u5143\u3002\u8a72\u96c6\u5408\u4e2d\u5fc5\u9808\u51fa\u73fe\u65bc\u4f7f\u7528\u8005\u5bc6\u78bc\u4e2d\u7684\u6700\u5c0f\u5b57\u5143\u6578\u70ba %d |
| | | MILD_ERR_CHARSET_VALIDATOR_NO_COLON_466=\u63d0\u4f9b\u7684\u5b57\u5143\u96c6\u5b9a\u7fa9\u300c%s\u300d\u7121\u6548\uff0c\u56e0\u70ba\u5b83\u4e0d\u5305\u542b\u5192\u865f\u4ee5\u9694\u958b\u6700\u5c0f\u8a08\u6578\u8207\u5b57\u5143\u96c6 |
| | | MILD_ERR_CHARSET_VALIDATOR_NO_CHARS_467=\u63d0\u4f9b\u7684\u5b57\u5143\u96c6\u5b9a\u7fa9\u300c%s\u300d\u7121\u6548\uff0c\u56e0\u70ba\u63d0\u4f9b\u7684\u5b57\u5143\u96c6\u662f\u7a7a\u7684 |
| | | MILD_ERR_CHARSET_VALIDATOR_INVALID_COUNT_468=\u63d0\u4f9b\u7684\u5b57\u5143\u96c6\u5b9a\u7fa9\u300c%s\u300d\u7121\u6548\uff0c\u56e0\u70ba\u5192\u865f\u524d\u9762\u7684\u503c\u5fc5\u9808\u662f\u5927\u65bc\u96f6\u7684\u6574\u6578 |
| | | MILD_ERR_CHARSET_VALIDATOR_DUPLICATE_CHAR_469=\u63d0\u4f9b\u7684\u5b57\u5143\u96c6\u5b9a\u7fa9\u300c%s\u300d\u7121\u6548\uff0c\u56e0\u70ba\u5b83\u5305\u542b\u5df2\u4f7f\u7528\u7684\u5b57\u5143\u300c%s\u300d |
| | | MILD_ERR_VIRTUAL_STATIC_GROUP_MULTIPLE_TARGETS_470=\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u865b\u64ec\u975c\u614b\u7fa4\u7d44\u5305\u542b\u591a\u500b\u76ee\u6a19\u7fa4\u7d44 DN\uff0c\u4f46\u53ea\u5141\u8a31\u4e00\u500b |
| | | MILD_ERR_VIRTUAL_STATIC_GROUP_CANNOT_DECODE_TARGET_471=\u7121\u6cd5\u5c07\u300c%s\u300d\u89e3\u78bc\u70ba\u7fa4\u7d44 %s \u7684\u76ee\u6a19 DN: %s |
| | | MILD_ERR_VIRTUAL_STATIC_GROUP_NO_TARGET_472=\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u865b\u64ec\u975c\u614b\u7fa4\u7d44\u4e0d\u5305\u542b\u76ee\u6a19\u7fa4\u7d44\u5b9a\u7fa9 |
| | | MILD_ERR_VIRTUAL_STATIC_GROUP_NESTING_NOT_SUPPORTED_473=\u865b\u64ec\u975c\u614b\u7fa4\u7d44\u4e0d\u652f\u63f4\u5de2\u72c0 |
| | | MILD_ERR_VIRTUAL_STATIC_GROUP_NO_TARGET_GROUP_474=\u76ee\u6a19\u7fa4\u7d44 %s (\u7531\u865b\u64ec\u975c\u614b\u7fa4\u7d44 %s \u6240\u53c3\u7167) \u4e0d\u5b58\u5728 |
| | | MILD_ERR_VIRTUAL_STATIC_GROUP_ALTERING_MEMBERS_NOT_SUPPORTED_475=\u4e0d\u5141\u8a31\u66f4\u6539\u865b\u64ec\u975c\u614b\u7fa4\u7d44 %s \u7684\u6210\u54e1\u8eab\u4efd |
| | | MILD_ERR_VIRTUAL_STATIC_GROUP_TARGET_CANNOT_BE_VIRTUAL_476=\u865b\u64ec\u975c\u614b\u7fa4\u7d44 %s \u53c3\u7167\u672c\u8eab\u662f\u865b\u64ec\u975c\u614b\u7fa4\u7d44\u7684\u76ee\u6a19\u7fa4\u7d44 %s\u3002\u4e0d\u5141\u8a31\u67d0\u500b\u865b\u64ec\u975c\u614b\u7fa4\u7d44\u53c3\u7167\u53e6\u4e00\u500b\u865b\u64ec\u975c\u614b\u7fa4\u7d44\u4f5c\u70ba\u5b83\u7684\u76ee\u6a19\u7fa4\u7d44 |
| | | NOTICE_FSCACHE_RESTORE_484=\u6b63\u5728\u555f\u52d5\u6c38\u4e45\u6027\u9805\u76ee\u5feb\u53d6\u72c0\u614b\u5fa9\u539f\uff0c\u9019\u53ef\u80fd\u9700\u8981\u4e00\u4e9b\u6642\u9593 |
| | | NOTICE_FSCACHE_SAVE_485=\u6b63\u5728\u4f7f\u9805\u76ee\u5feb\u53d6\u72c0\u614b\u6210\u70ba\u6c38\u4e45\u6027\uff0c\u9019\u53ef\u80fd\u9700\u8981\u4e00\u4e9b\u6642\u9593 |
| | | FATAL_ERR_FSCACHE_CANNOT_INITIALIZE_486=\u5617\u8a66\u521d\u59cb\u5316\u6a94\u6848\u7cfb\u7d71\u9805\u76ee\u5feb\u53d6\u6642\u767c\u751f\u56b4\u91cd\u932f\u8aa4: %s |
| | | SEVERE_ERR_FSCACHE_CANNOT_LOAD_PERSISTENT_DATA_487=\u5617\u8a66\u8f09\u5165\u6c38\u4e45\u6027\u5feb\u53d6\u6642\u767c\u751f\u932f\u8aa4\u3002\u5c07\u7acb\u5373\u6e05\u9664\u6c38\u4e45\u6027\u5feb\u53d6 |
| | | SEVERE_ERR_FSCACHE_CANNOT_STORE_PERSISTENT_DATA_488=\u5617\u8a66\u5132\u5b58\u6c38\u4e45\u6027\u5feb\u53d6\u6642\u767c\u751f\u932f\u8aa4\u3002\u5c07\u7acb\u5373\u6e05\u9664\u6c38\u4e45\u6027\u5feb\u53d6 |
| | | SEVERE_ERR_FSCACHE_CANNOT_STORE_ENTRY_489=\u7121\u6cd5\u5728\u6a94\u6848\u7cfb\u7d71\u9805\u76ee\u5feb\u53d6\u4e2d\u5132\u5b58\u65b0\u7684\u5feb\u53d6\u9805\u76ee |
| | | SEVERE_ERR_FSCACHE_CANNOT_RETRIEVE_ENTRY_490=\u7121\u6cd5\u5f9e\u6a94\u6848\u7cfb\u7d71\u9805\u76ee\u5feb\u53d6\u64f7\u53d6\u73fe\u6709\u7684\u5feb\u53d6\u9805\u76ee |
| | | SEVERE_ERR_FSCACHE_CANNOT_SET_JE_MEMORY_PCT_491=\u5617\u8a66\u5c07\u9805\u76ee\u5feb\u53d6\u5f8c\u7aef\u5167\u90e8\u5feb\u53d6\u5927\u5c0f\u8a2d\u5b9a\u70ba\u767e\u5206\u6bd4\u6642\u767c\u751f\u5167\u90e8\u932f\u8aa4\u3002\u5c07\u6539\u70ba\u4f7f\u7528\u524d\u4e00\u500b\u503c\u6216\u9810\u8a2d\u503c |
| | | SEVERE_ERR_FSCACHE_CANNOT_SET_JE_MEMORY_SIZE_492=\u5617\u8a66\u8a2d\u5b9a\u9805\u76ee\u5feb\u53d6\u5f8c\u7aef\u5167\u90e8\u5feb\u53d6\u5927\u5c0f (\u4ee5\u4f4d\u5143\u7d44\u70ba\u55ae\u4f4d) \u6642\u767c\u751f\u5167\u90e8\u932f\u8aa4\u3002\u5c07\u6539\u70ba\u4f7f\u7528\u524d\u4e00\u500b\u503c\u6216\u9810\u8a2d\u503c |
| | | SEVERE_ERR_FSCACHE_CANNOT_SET_JE_PROPERTIES_493=\u5617\u8a66\u8a2d\u5b9a\u9805\u76ee\u5feb\u53d6\u5f8c\u7aef Berkeley \u8cc7\u6599\u5eab JE \u7279\u6027\u6642\u767c\u751f\u5167\u90e8\u932f\u8aa4: %s |
| | | FATAL_ERR_FSCACHE_HOMELESS_494=\u5617\u8a66\u8a2d\u5b9a\u6a94\u6848\u7cfb\u7d71\u9805\u76ee\u5feb\u53d6\u8d77\u59cb\u4f4d\u7f6e\u6642\u767c\u751f\u56b4\u91cd\u932f\u8aa4\u3002\u627e\u4e0d\u5230\u9069\u5408\u7684\u8def\u5f91\u53ef\u4ee5\u8a17\u7ba1\u5feb\u53d6\u8d77\u59cb\u4f4d\u7f6e |
| | | SEVERE_WARN_FSCACHE_SET_PERMISSIONS_FAILED_495=\u7121\u6cd5\u8a2d\u5b9a\u6a94\u6848\u7cfb\u7d71\u9805\u76ee\u5feb\u53d6\u5f8c\u7aef\u8cc7\u6599\u5eab\u76ee\u9304 %s \u7684\u6a94\u6848\u6b0a\u9650 |
| | | SEVERE_WARN_FSCACHE_OFFLINE_STATE_FAIL_496=%s \u5f8c\u7aef\u76ee\u524d\u96e2\u7dda\u72c0\u614b\u4e0d\u7b26\u5408\u6c38\u4e45\u6027\u5feb\u53d6\u6700\u5f8c\u8a18\u9304\u7684\u96e2\u7dda\u72c0\u614b\u3002\u76ee\u524d\u5df2\u6368\u68c4\u6b64\u5f8c\u7aef\u7684\u6240\u6709\u5feb\u53d6\u8cc7\u6599 |
| | | NOTICE_FSCACHE_RESTORE_REPORT_497=\u5df2\u5c07 %d \u500b\u6c38\u4e45\u6027\u5feb\u53d6\u9805\u76ee\u5fa9\u539f\u81f3\u9805\u76ee\u5feb\u53d6 |
| | | NOTICE_FSCACHE_SAVE_REPORT_498=\u5df2\u4f7f %d \u500b\u5feb\u53d6\u9805\u76ee\u6210\u70ba\u6c38\u4e45\u6027 |
| | | NOTICE_FSCACHE_INDEX_NOT_FOUND_499=\u627e\u4e0d\u5230\u5148\u524d\u7684\u6c38\u4e45\u6027\u5feb\u53d6\u72c0\u614b\u3002\u6b63\u5728\u4f7f\u7528\u7a7a\u7684\u5feb\u53d6\u9032\u884c\u555f\u52d5 |
| | | SEVERE_ERR_FSCACHE_INDEX_IMPAIRED_500=\u6c38\u4e45\u6027\u5feb\u53d6\u7d22\u5f15\u4e0d\u4e00\u81f4\u6216\u640d\u58de\u3002\u5c07\u7acb\u5373\u6e05\u9664\u6c38\u4e45\u6027\u5feb\u53d6 |
| | | MILD_ERR_ENTRYUUID_VATTR_NOT_SEARCHABLE_501=%s \u5c6c\u6027\u7121\u6cd5\u9032\u884c\u641c\u5c0b\uff0c\u4e14\u4e0d\u8a72\u5305\u542b\u65bc\u672a\u7d22\u5f15\u7684\u641c\u5c0b\u7be9\u9078\u5668\u4e2d |
| | | SEVERE_ERR_PWPSTATE_EXTOP_NO_PRIVILEGE_502=\u60a8\u6c92\u6709\u8db3\u5920\u7684\u6b0a\u9650\u53ef\u4ee5\u4f7f\u7528\u5bc6\u78bc\u7b56\u7565\u72c0\u614b\u5ef6\u4f38\u4f5c\u696d |
| | | SEVERE_ERR_PWPSTATE_EXTOP_NO_REQUEST_VALUE_503=\u63d0\u4f9b\u7684\u5bc6\u78bc\u7b56\u7565\u72c0\u614b\u5ef6\u4f38\u8acb\u6c42\u4e0d\u5305\u542b\u8acb\u6c42\u503c |
| | | SEVERE_ERR_PWPSTATE_EXTOP_DECODE_FAILURE_504=\u5617\u8a66\u89e3\u78bc\u5bc6\u78bc\u7b56\u7565\u72c0\u614b\u5ef6\u4f38\u8acb\u6c42\u503c\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | SEVERE_ERR_PWPSTATE_EXTOP_MULTIPLE_ENTRIES_505=\u627e\u5230\u591a\u500b DN \u70ba %s \u7684\u9805\u76ee |
| | | SEVERE_ERR_PWPSTATE_EXTOP_INVALID_OP_ENCODING_506=\u5617\u8a66\u5f9e\u5bc6\u78bc\u7b56\u7565\u72c0\u614b\u5ef6\u4f38\u8acb\u6c42\u89e3\u78bc\u4f5c\u696d\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | SEVERE_ERR_PWPSTATE_EXTOP_NO_DISABLED_VALUE_507=\u672a\u63d0\u4f9b\u4efb\u4f55\u503c\u7d66\u9810\u5b9a\u8981\u8a2d\u5b9a\u4f7f\u7528\u8005\u505c\u7528\u72c0\u614b\u7684\u5bc6\u78bc\u7b56\u7565\u72c0\u614b\u4f5c\u696d\u3002\u5fc5\u9808\u63d0\u4f9b\u6b63\u597d\u4e00\u500b\u503c (\u300ctrue\u300d\u6216\u300cfalse\u300d) |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_DISABLED_VALUE_COUNT_508=\u5df2\u63d0\u4f9b\u591a\u500b\u503c\u7d66\u9810\u5b9a\u8981\u8a2d\u5b9a\u4f7f\u7528\u8005\u505c\u7528\u72c0\u614b\u7684\u5bc6\u78bc\u7b56\u7565\u72c0\u614b\u4f5c\u696d\u3002\u5fc5\u9808\u63d0\u4f9b\u6b63\u597d\u4e00\u500b\u503c (\u300ctrue\u300d\u6216\u300cfalse\u300d) |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_DISABLED_VALUE_509=\u63d0\u4f9b\u7d66\u9810\u5b9a\u8981\u8a2d\u5b9a\u4f7f\u7528\u8005\u505c\u7528\u72c0\u614b\u4e4b\u5bc6\u78bc\u7b56\u7565\u72c0\u614b\u4f5c\u696d\u7684\u503c\u7121\u6548\u3002\u503c\u5fc5\u9808\u662f\u300ctrue\u300d\u6216\u300cfalse\u300d |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_ACCT_EXP_VALUE_COUNT_510=\u5df2\u63d0\u4f9b\u591a\u500b\u503c\u7d66\u9810\u5b9a\u8981\u8a2d\u5b9a\u4f7f\u7528\u8005\u5e33\u865f\u5230\u671f\u6642\u9593\u7684\u5bc6\u78bc\u7b56\u7565\u72c0\u614b\u4f5c\u696d\u3002\u5fc5\u9808\u63d0\u4f9b\u6b63\u597d\u4e00\u500b\u503c |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_ACCT_EXP_VALUE_511=\u63d0\u4f9b\u7d66\u7528\u4f86\u8a2d\u5b9a\u5e33\u865f\u5230\u671f\u6642\u9593\u4e4b\u5bc6\u78bc\u7b56\u7565\u72c0\u614b\u4f5c\u696d\u7684\u503c %s \u7121\u6548: %s\u3002\u6b64\u503c\u61c9\u8a72\u4f7f\u7528\u4e00\u822c\u6642\u9593\u683c\u5f0f\u4f86\u6307\u5b9a |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_PWCHANGETIME_VALUE_COUNT_512=\u5df2\u63d0\u4f9b\u591a\u500b\u503c\u7d66\u9810\u5b9a\u8981\u8a2d\u5b9a\u4f7f\u7528\u8005\u5bc6\u78bc\u8b8a\u66f4\u6642\u9593\u7684\u5bc6\u78bc\u7b56\u7565\u72c0\u614b\u4f5c\u696d\u3002\u5fc5\u9808\u63d0\u4f9b\u6b63\u597d\u4e00\u500b\u503c |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_PWCHANGETIME_VALUE_513=\u63d0\u4f9b\u7d66\u7528\u4f86\u8a2d\u5b9a\u5bc6\u78bc\u8b8a\u66f4\u6642\u9593\u4e4b\u5bc6\u78bc\u7b56\u7565\u72c0\u614b\u4f5c\u696d\u7684\u503c %s \u7121\u6548: %s\u3002\u6b64\u503c\u61c9\u8a72\u4f7f\u7528\u4e00\u822c\u6642\u9593\u683c\u5f0f\u4f86\u6307\u5b9a |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_PWWARNEDTIME_VALUE_COUNT_514=\u5df2\u63d0\u4f9b\u591a\u500b\u503c\u7d66\u9810\u5b9a\u8981\u8a2d\u5b9a\u4f7f\u7528\u8005\u5bc6\u78bc\u8b66\u544a\u6642\u9593\u7684\u5bc6\u78bc\u7b56\u7565\u72c0\u614b\u4f5c\u696d\u3002\u5fc5\u9808\u63d0\u4f9b\u6b63\u597d\u4e00\u500b\u503c |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_PWWARNEDTIME_VALUE_515=\u63d0\u4f9b\u7d66\u7528\u4f86\u8a2d\u5b9a\u5bc6\u78bc\u8b66\u544a\u6642\u9593\u4e4b\u5bc6\u78bc\u7b56\u7565\u72c0\u614b\u4f5c\u696d\u7684\u503c %s \u7121\u6548: %s\u3002\u6b64\u503c\u61c9\u8a72\u4f7f\u7528\u4e00\u822c\u6642\u9593\u683c\u5f0f\u4f86\u6307\u5b9a |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_ADD_FAILURE_TIME_COUNT_516=\u5df2\u63d0\u4f9b\u591a\u500b\u503c\u7d66\u9810\u5b9a\u8981\u589e\u52a0\u4f7f\u7528\u8005\u8a8d\u8b49\u5931\u6557\u6642\u9593\u7684\u5bc6\u78bc\u7b56\u7565\u72c0\u614b\u4f5c\u696d\u3002\u5fc5\u9808\u63d0\u4f9b\u6b63\u597d\u4e00\u500b\u503c |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_AUTH_FAILURE_TIME_517=\u63d0\u4f9b\u7d66\u7528\u4f86\u66f4\u65b0\u8a8d\u8b49\u5931\u6557\u6642\u9593\u4e4b\u5bc6\u78bc\u7b56\u7565\u72c0\u614b\u4f5c\u696d\u7684\u503c %s \u7121\u6548: %s\u3002\u6b64\u503c\u61c9\u8a72\u4f7f\u7528\u4e00\u822c\u6642\u9593\u683c\u5f0f\u4f86\u6307\u5b9a |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_LAST_LOGIN_TIME_COUNT_518=\u5df2\u63d0\u4f9b\u591a\u500b\u503c\u7d66\u9810\u5b9a\u8981\u8a2d\u5b9a\u4f7f\u7528\u8005\u4e0a\u6b21\u767b\u5165\u6642\u9593\u7684\u5bc6\u78bc\u7b56\u7565\u72c0\u614b\u4f5c\u696d\u3002\u5fc5\u9808\u63d0\u4f9b\u6b63\u597d\u4e00\u500b\u503c |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_LAST_LOGIN_TIME_519=\u63d0\u4f9b\u7d66\u7528\u4f86\u8a2d\u5b9a\u4e0a\u6b21\u767b\u5165\u6642\u9593\u4e4b\u5bc6\u78bc\u7b56\u7565\u72c0\u614b\u4f5c\u696d\u7684\u503c %s \u7121\u6548: %s\u3002\u6b64\u503c\u61c9\u8a72\u4f7f\u7528\u4e00\u822c\u6642\u9593\u683c\u5f0f\u4f86\u6307\u5b9a |
| | | SEVERE_ERR_PWPSTATE_EXTOP_NO_RESET_STATE_VALUE_520=\u672a\u63d0\u4f9b\u4efb\u4f55\u503c\u7d66\u9810\u5b9a\u8981\u8a2d\u5b9a\u4f7f\u7528\u8005\u91cd\u8a2d\u72c0\u614b\u7684\u5bc6\u78bc\u7b56\u7565\u72c0\u614b\u4f5c\u696d\u3002\u5fc5\u9808\u63d0\u4f9b\u6b63\u597d\u4e00\u500b\u503c (\u300ctrue\u300d\u6216\u300cfalse\u300d) |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_RESET_STATE_VALUE_COUNT_521=\u5df2\u63d0\u4f9b\u591a\u500b\u503c\u7d66\u9810\u5b9a\u8981\u8a2d\u5b9a\u4f7f\u7528\u8005\u91cd\u8a2d\u72c0\u614b\u7684\u5bc6\u78bc\u7b56\u7565\u72c0\u614b\u4f5c\u696d\u3002\u5fc5\u9808\u63d0\u4f9b\u6b63\u597d\u4e00\u500b\u503c (\u300ctrue\u300d\u6216\u300cfalse\u300d) |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_RESET_STATE_VALUE_522=\u63d0\u4f9b\u7d66\u9810\u5b9a\u8981\u8a2d\u5b9a\u4f7f\u7528\u8005\u91cd\u8a2d\u72c0\u614b\u4e4b\u5bc6\u78bc\u7b56\u7565\u72c0\u614b\u4f5c\u696d\u7684\u503c\u7121\u6548\u3002\u503c\u5fc5\u9808\u662f\u300ctrue\u300d\u6216\u300cfalse\u300d |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_ADD_GRACE_LOGIN_TIME_COUNT_523=\u5df2\u63d0\u4f9b\u591a\u500b\u503c\u7d66\u9810\u5b9a\u8981\u589e\u52a0\u4f7f\u7528\u8005\u5bec\u9650\u767b\u5165\u4f7f\u7528\u6642\u9593\u7684\u5bc6\u78bc\u7b56\u7565\u72c0\u614b\u4f5c\u696d\u3002\u5fc5\u9808\u63d0\u4f9b\u6b63\u597d\u4e00\u500b\u503c |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_GRACE_LOGIN_TIME_524=\u63d0\u4f9b\u7d66\u7528\u4f86\u66f4\u65b0\u5bec\u9650\u767b\u5165\u4f7f\u7528\u6642\u9593\u4e4b\u5bc6\u78bc\u7b56\u7565\u72c0\u614b\u4f5c\u696d\u7684\u503c %s \u7121\u6548: %s\u3002\u6b64\u503c\u61c9\u8a72\u4f7f\u7528\u4e00\u822c\u6642\u9593\u683c\u5f0f\u4f86\u6307\u5b9a |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_REQUIRED_CHANGE_TIME_COUNT_525=\u5df2\u63d0\u4f9b\u591a\u500b\u503c\u7d66\u9810\u5b9a\u8981\u8a2d\u5b9a\u4f7f\u7528\u8005\u5fc5\u8981\u8b8a\u66f4\u6642\u9593\u7684\u5bc6\u78bc\u7b56\u7565\u72c0\u614b\u4f5c\u696d\u3002\u5fc5\u9808\u63d0\u4f9b\u6b63\u597d\u4e00\u500b\u503c |
| | | SEVERE_ERR_PWPSTATE_EXTOP_BAD_REQUIRED_CHANGE_TIME_526=\u63d0\u4f9b\u7d66\u7528\u4f86\u8a2d\u5b9a\u5fc5\u8981\u8b8a\u66f4\u6642\u9593\u4e4b\u5bc6\u78bc\u7b56\u7565\u72c0\u614b\u4f5c\u696d\u7684\u503c %s \u7121\u6548: %s\u3002\u6b64\u503c\u61c9\u8a72\u4f7f\u7528\u4e00\u822c\u6642\u9593\u683c\u5f0f\u4f86\u6307\u5b9a |
| | | SEVERE_ERR_PWPSTATE_EXTOP_UNKNOWN_OP_TYPE_527=\u5bc6\u78bc\u7b56\u7565\u72c0\u614b\u5ef6\u4f38\u8acb\u6c42\u5df2\u5305\u542b\u5177\u6709\u7121\u6548\u6216\u4e0d\u652f\u63f4\u4f5c\u696d\u985e\u578b %s \u7684\u4f5c\u696d |
| | | MILD_WARN_EXTOP_PASSMOD_CANNOT_UPDATE_PWP_STATE_528=\u5617\u8a66\u66f4\u65b0\u4f7f\u7528\u8005 %s \u7684\u5bc6\u78bc\u7b56\u7565\u72c0\u614b\u8cc7\u8a0a (\u9019\u70ba\u5bc6\u78bc\u4fee\u6539\u5ef6\u4f38\u4f5c\u696d\u7684\u4e00\u90e8\u5206) \u6642\u767c\u751f\u932f\u8aa4 (\u7d50\u679c\u78bc=\u300c%s\u300d\uff0c\u932f\u8aa4\u8a0a\u606f=\u300c%s\u300d) |
| | | MILD_ERR_SASLDIGESTMD5_INVALID_DIGEST_URI_529=\u7528\u6236\u7aef\u63d0\u4f9b\u7684 DIGEST-MD5 \u6191\u8b49\u5df2\u8acb\u6c42\u7121\u6548\u7684\u6458\u8981 URI %s\u3002\u9810\u671f\u7684\u6458\u8981 URI \u662f %s |
| | | MILD_ERR_EXTOP_PASSMOD_PW_IN_HISTORY_530=\u63d0\u4f9b\u7684\u65b0\u5bc6\u78bc\u5df2\u5305\u542b\u5728\u5bc6\u78bc\u6b77\u7a0b\u8a18\u9304\u4e2d |
| | | MILD_ERR_SMTPALERTHANDLER_NO_SMTP_SERVERS_531=\u76ee\u9304\u4f3a\u670d\u5668\u672a\u4f7f\u7528\u4efb\u4f55 SMTP \u4f3a\u670d\u5668\u9032\u884c\u914d\u7f6e\u3002\u9664\u975e\u76ee\u9304\u4f3a\u670d\u5668\u4f7f\u7528\u81f3\u5c11\u4e00\u90e8 SMTP \u4f3a\u670d\u5668\u7684\u76f8\u95dc\u8cc7\u8a0a\u4f86\u9032\u884c\u914d\u7f6e\uff0c\u5426\u5247\u7121\u6cd5\u4f7f\u7528 SMTP \u8b66\u793a\u8655\u7406\u7a0b\u5f0f |
| | | SEVERE_WARN_SMTPALERTHANDLER_ERROR_SENDING_MESSAGE_532=\u5617\u8a66\u91dd\u5c0d\u985e\u578b\u70ba %s \u53ca\u8a0a\u606f\u70ba %s \u7684\u7ba1\u7406\u8b66\u793a\u50b3\u9001\u96fb\u5b50\u90f5\u4ef6\u8a0a\u606f\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_REGEXMAP_INVALID_MATCH_PATTERN_533=\u63d0\u4f9b\u7684\u76f8\u7b26\u6a21\u5f0f\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u5e38\u898f\u8868\u793a\u5f0f: %s |
| | | MILD_ERR_REGEXMAP_UNKNOWN_ATTR_534=\u914d\u7f6e\u9805\u76ee %s \u5305\u542b ds-cfg-match-attribute \u5c6c\u6027\u7684\u503c %s\uff0c\u4f46\u662f\u8a72\u503c\u4e0d\u662f\u76ee\u9304\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u6240\u5b9a\u7fa9\u4e4b\u4efb\u4f55\u5c6c\u6027\u985e\u578b\u7684\u6709\u6548\u540d\u7a31\u6216 OID |
| | | MILD_ERR_REGEXMAP_MULTIPLE_MATCHING_ENTRIES_535=\u8655\u7406\u7684 ID \u5b57\u4e32 %s \u5df2\u5c0d\u6620\u81f3\u591a\u4f4d\u4f7f\u7528\u8005 |
| | | MILD_ERR_REGEXMAP_INEFFICIENT_SEARCH_536=\u7121\u6cd5\u6709\u6548\u7387\u5730\u8655\u7406\u6839\u64da\u8655\u7406\u7684 ID \u5b57\u4e32 %s \u7684\u5167\u90e8\u641c\u5c0b: %s\u3002\u8acb\u6aa2\u67e5\u4f3a\u670d\u5668\u914d\u7f6e\uff0c\u4ee5\u78ba\u5b9a\u91dd\u5c0d\u9019\u4e9b\u985e\u578b\u7684\u641c\u5c0b\u6b63\u78ba\u914d\u7f6e\u6240\u6709\u76f8\u95dc\u5f8c\u7aef |
| | | MILD_ERR_REGEXMAP_SEARCH_FAILED_537=\u5617\u8a66\u5c07\u8655\u7406\u7684 ID \u5b57\u4e32 %s \u89e3\u6790\u70ba\u4f7f\u7528\u8005\u9805\u76ee\u6642\u767c\u751f\u5167\u90e8\u5931\u6557: %s |
| | | MILD_ERR_STATICGROUP_ADD_NESTED_GROUP_ALREADY_EXISTS_538=\u7121\u6cd5\u5c07\u7fa4\u7d44 %s \u589e\u52a0\u70ba\u975c\u614b\u7fa4\u7d44 %s \u7684\u65b0\u5de2\u72c0\u7fa4\u7d44\uff0c\u56e0\u70ba\u8a72\u7fa4\u7d44\u5df2\u5728\u7fa4\u7d44\u7684\u5de2\u72c0\u7fa4\u7d44\u6e05\u55ae\u4e2d |
| | | MILD_ERR_STATICGROUP_REMOVE_NESTED_GROUP_NO_SUCH_GROUP_539=\u7121\u6cd5\u5c07\u7fa4\u7d44 %s \u7576\u4f5c\u975c\u614b\u7fa4\u7d44 %s \u7684\u5de2\u72c0\u7fa4\u7d44\u79fb\u9664\uff0c\u56e0\u70ba\u8a72\u7fa4\u7d44\u672a\u5305\u542b\u5728\u7fa4\u7d44\u7684\u5de2\u72c0\u7fa4\u7d44\u6e05\u55ae\u4e2d |
| | | MILD_ERR_STATICGROUP_GROUP_INSTANCE_INVALID_540=DN \u70ba %s \u7684\u7fa4\u7d44\u5be6\u4f8b\u5df2\u906d\u522a\u9664\uff0c\u4e0d\u518d\u6709\u6548 |
| | | MILD_ERR_NUMSUBORDINATES_VATTR_NOT_SEARCHABLE_541=%s \u5c6c\u6027\u7121\u6cd5\u9032\u884c\u641c\u5c0b\uff0c\u4e14\u4e0d\u8a72\u5305\u542b\u65bc\u672a\u7d22\u5f15\u7684\u641c\u5c0b\u7be9\u9078\u5668\u4e2d |
| | | MILD_ERR_HASSUBORDINATES_VATTR_NOT_SEARCHABLE_542=%s \u5c6c\u6027\u7121\u6cd5\u9032\u884c\u641c\u5c0b\uff0c\u4e14\u4e0d\u8a72\u5305\u542b\u65bc\u672a\u7d22\u5f15\u7684\u641c\u5c0b\u7be9\u9078\u5668\u4e2d |
| | | MILD_ERR_SMTP_ASNH_NO_MAIL_SERVERS_CONFIGURED_543=\u9664\u975e\u76ee\u9304\u4f3a\u670d\u5668\u5177\u6709\u4e00\u6216\u591a\u90e8 SMTP \u4f3a\u670d\u5668\u7684\u76f8\u95dc\u8cc7\u8a0a\uff0c\u5426\u5247\u7121\u6cd5\u555f\u7528\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684 SMTP \u5e33\u865f\u72c0\u614b\u901a\u77e5\u8655\u7406\u7a0b\u5f0f |
| | | MILD_ERR_SMTP_ASNH_NO_RECIPIENTS_544=SMTP \u5e33\u865f\u72c0\u614b\u901a\u77e5\u8655\u7406\u7a0b\u5f0f\u914d\u7f6e\u9805\u76ee\u300c%s\u300d\u4e0d\u5305\u542b\u4efb\u4f55\u96fb\u5b50\u90f5\u4ef6\u5730\u5740\u5c6c\u6027\u985e\u578b\u6216\u6536\u4ef6\u8005\u5730\u5740\u3002\u81f3\u5c11\u5fc5\u9808\u63d0\u4f9b\u5176\u4e2d\u4e00\u500b |
| | | MILD_ERR_SMTP_ASNH_SUBJECT_NO_COLON_545=\u7121\u6cd5\u5256\u6790\u8a0a\u606f\u4e3b\u9ad4\u503c\u300c%s\u300d(\u4f86\u81ea\u914d\u7f6e\u9805\u76ee\u300c%s\u300d)\uff0c\u56e0\u70ba\u6b64\u503c\u4e0d\u5305\u542b\u5192\u865f\u4ee5\u9694\u958b\u901a\u77e5\u985e\u578b\u8207\u4e3b\u9ad4 |
| | | MILD_ERR_SMTP_ASNH_SUBJECT_INVALID_NOTIFICATION_TYPE_546=\u7121\u6cd5\u5256\u6790\u8a0a\u606f\u4e3b\u9ad4\u503c\u300c%s\u300d(\u4f86\u81ea\u914d\u7f6e\u9805\u76ee\u300c%s\u300d)\uff0c\u56e0\u70ba\u300c%s\u300d\u4e0d\u662f\u6709\u6548\u7684\u5e33\u865f\u72c0\u614b\u901a\u77e5\u985e\u578b |
| | | MILD_ERR_SMTP_ASNH_SUBJECT_DUPLICATE_TYPE_547=\u914d\u7f6e\u9805\u76ee\u300c%s\u300d\u5167\u542b\u7684\u8a0a\u606f\u4e3b\u9ad4\u5b9a\u7fa9\u5177\u6709\u591a\u500b\u91dd\u5c0d\u901a\u77e5\u985e\u578b %s \u5b9a\u7fa9\u7684\u4e3b\u9ad4 |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_NO_COLON_548=\u7121\u6cd5\u5256\u6790\u8a0a\u606f\u7bc4\u672c\u6a94\u6848\u8def\u5f91\u503c\u300c%s\u300d(\u4f86\u81ea\u914d\u7f6e\u9805\u76ee\u300c%s\u300d)\uff0c\u56e0\u70ba\u6b64\u503c\u4e0d\u5305\u542b\u5192\u865f\u4ee5\u9694\u958b\u901a\u77e5\u985e\u578b\u8207\u7bc4\u672c\u6a94\u6848\u8def\u5f91 |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_INVALID_NOTIFICATION_TYPE_549=\u7121\u6cd5\u5256\u6790\u8a0a\u606f\u7bc4\u672c\u6a94\u6848\u8def\u5f91\u503c\u300c%s\u300d(\u4f86\u81ea\u914d\u7f6e\u9805\u76ee\u300c%s\u300d)\uff0c\u56e0\u70ba\u300c%s\u300d\u4e0d\u662f\u6709\u6548\u7684\u5e33\u865f\u72c0\u614b\u901a\u77e5\u985e\u578b |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_DUPLICATE_TYPE_550=\u914d\u7f6e\u9805\u76ee\u300c%s\u300d\u5167\u542b\u7684\u8a0a\u606f\u7bc4\u672c\u6a94\u6848\u8def\u5f91\u5b9a\u7fa9\u5177\u6709\u591a\u500b\u91dd\u5c0d\u901a\u77e5\u985e\u578b %s \u5b9a\u7fa9\u7684\u7bc4\u672c\u6a94\u6848\u8def\u5f91 |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_NO_SUCH_FILE_551=\u8a0a\u606f\u7bc4\u672c\u6a94\u6848\u300c%s\u300d(\u53c3\u7167\u65bc\u914d\u7f6e\u9805\u76ee\u300c%s\u300d\u4e2d) \u4e0d\u5b58\u5728 |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_UNCLOSED_TOKEN_552=\u5728\u7b2c %2$d \u884c\u7684\u7b2c %1$d \u6b04\u958b\u59cb\u627e\u5230\u4e0d\u6210\u5c0d\u7684\u8a18\u865f |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_UNDEFINED_ATTR_TYPE_553=\u5728\u7b2c %2$d \u884c\u7684\u7b2c %1$d \u6b04\u958b\u59cb\u7684 notification-user-attr \u8a18\u865f\u53c3\u7167\u672a\u5b9a\u7fa9\u7684\u5c6c\u6027\u985e\u578b %3$s |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_UNDEFINED_PROPERTY_554=\u5728\u7b2c %2$d \u884c\u7684\u7b2c %1$d \u6b04\u958b\u59cb\u7684 notification-property \u8a18\u865f\u53c3\u7167\u672a\u5b9a\u7fa9\u7684\u901a\u77e5\u7279\u6027 %3$s |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_UNRECOGNIZED_TOKEN_555=\u5728\u7b2c %3$d \u884c\u7684\u7b2c %2$d \u6b04\u627e\u5230\u7121\u6cd5\u8fa8\u8b58\u7684\u8a18\u865f %1$s |
| | | MILD_ERR_SMTP_ASNH_TEMPLATE_CANNOT_PARSE_556=\u5617\u8a66\u5256\u6790\u8a0a\u606f\u7bc4\u672c\u6a94\u6848\u300c%s\u300d(\u53c3\u7167\u65bc\u914d\u7f6e\u9805\u76ee\u300c%s\u300d) \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | INFO_SMTP_ASNH_DEFAULT_SUBJECT_557=\u76ee\u9304\u5e33\u865f\u72c0\u614b\u901a\u77e5 |
| | | SEVERE_ERR_SMTP_ASNH_CANNOT_SEND_MESSAGE_558=\u5617\u8a66\u5c0d\u4f7f\u7528\u8005\u9805\u76ee %2$s \u50b3\u9001\u901a\u77e5\u985e\u578b %1$s \u7684\u5e33\u865f\u72c0\u614b\u901a\u77e5\u8a0a\u606f\u6642\u767c\u751f\u932f\u8aa4: %3$s |
| | | SEVERE_ERR_PWSCHEME_CANNOT_ENCRYPT_559=\u5617\u8a66\u4f7f\u7528\u5bc6\u78bc\u5132\u5b58\u6a5f\u5236 %s \u52a0\u5bc6\u503c\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_PWSCHEME_CANNOT_DECRYPT_560=\u5617\u8a66\u4f7f\u7528\u5bc6\u78bc\u5132\u5b58\u6a5f\u5236 %s \u89e3\u5bc6\u503c\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_GET_SYMMETRIC_KEY_NO_VALUE_561=\u7121\u6cd5\u89e3\u78bc\u6240\u63d0\u4f9b\u7684\u5c0d\u7a31\u91d1\u9470\u5ef6\u4f38\u4f5c\u696d\uff0c\u56e0\u70ba\u5b83\u6c92\u6709\u503c |
| | | MILD_ERR_GET_SYMMETRIC_KEY_INVALID_TYPE_562=\u7121\u6cd5\u89e3\u78bc\u6240\u63d0\u4f9b\u7684\u5c0d\u7a31\u91d1\u9470\u5ef6\u4f38\u4f5c\u696d\uff0c\u56e0\u70ba\u503c\u5e8f\u5217\u7684\u5176\u4e2d\u4e00\u500b\u5143\u7d20\u5177\u6709\u7121\u6548\u7684\u985e\u578b %s |
| | | MILD_ERR_GET_SYMMETRIC_KEY_ASN1_DECODE_EXCEPTION_563=\u7121\u6cd5\u89e3\u78bc\u6240\u63d0\u4f9b\u7684\u5c0d\u7a31\u91d1\u9470\u5ef6\u4f38\u8acb\u6c42: %s |
| | | MILD_ERR_GET_SYMMETRIC_KEY_DECODE_EXCEPTION_564=\u5617\u8a66\u89e3\u78bc\u5c0d\u7a31\u91d1\u9470\u5ef6\u4f38\u8acb\u6c42\u5e8f\u5217\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | SEVERE_ERR_EXACTMAP_ATTR_UNINDEXED_565=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u5b8c\u5168\u76f8\u7b26\u8b58\u5225\u5c0d\u6620\u5668\u53c3\u7167\u5c6c\u6027\u985e\u578b %s\uff0c\u800c\u6b64\u5c6c\u6027\u985e\u578b\u6c92\u6709\u5728\u5f8c\u7aef %s \u4e2d\u5b9a\u7fa9\u7684\u76f8\u7b49\u7d22\u5f15 |
| | | SEVERE_ERR_REGEXMAP_ATTR_UNINDEXED_566=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u5e38\u898f\u8868\u793a\u5f0f\u8b58\u5225\u5c0d\u6620\u5668\u53c3\u7167\u5c6c\u6027\u985e\u578b %s\uff0c\u800c\u6b64\u5c6c\u6027\u985e\u578b\u6c92\u6709\u5728\u5f8c\u7aef %s \u4e2d\u5b9a\u7fa9\u7684\u76f8\u7b49\u7d22\u5f15 |
| | | SEVERE_ERR_FCM_ATTR_UNINDEXED_567=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u6307\u7d0b\u6191\u8b49\u5c0d\u6620\u5668\u53c3\u7167\u5c6c\u6027\u985e\u578b %s\uff0c\u800c\u6b64\u5c6c\u6027\u985e\u578b\u6c92\u6709\u5728\u5f8c\u7aef %s \u4e2d\u5b9a\u7fa9\u7684\u76f8\u7b49\u7d22\u5f15 |
| | | SEVERE_WARN_SATUACM_ATTR_UNINDEXED_568=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u4e4b\u4f7f\u7528\u8005\u5c6c\u6027\u6191\u8b49\u5c0d\u6620\u5668\u7684\u4e3b\u9ad4\u5c6c\u6027\u53c3\u7167\u5c6c\u6027\u985e\u578b %s\uff0c\u800c\u6b64\u5c6c\u6027\u985e\u578b\u6c92\u6709\u5728\u5f8c\u7aef %s \u4e2d\u5b9a\u7fa9\u7684\u76f8\u7b49\u7d22\u5f15 |
| | | SEVERE_ERR_SDTUACM_ATTR_UNINDEXED_569=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u4e4b\u4f7f\u7528\u8005\u5c6c\u6027\u6191\u8b49\u5c0d\u6620\u5668\u7684\u4e3b\u9ad4 DN \u53c3\u7167\u5c6c\u6027\u985e\u578b %s\uff0c\u800c\u6b64\u5c6c\u6027\u985e\u578b\u6c92\u6709\u5728\u5f8c\u7aef %s \u4e2d\u5b9a\u7fa9\u7684\u76f8\u7b49\u7d22\u5f15 |
| | | |
| New file |
| | |
| | | # CDDL HEADER START |
| | | # |
| | | # The contents of this file are subject to the terms of the |
| | | # Common Development and Distribution License, Version 1.0 only |
| | | # (the "License"). You may not use this file except in compliance |
| | | # with the License. |
| | | # |
| | | # You can obtain a copy of the license at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE |
| | | # or https://OpenDS.dev.java.net/OpenDS.LICENSE. |
| | | # See the License for the specific language governing permissions |
| | | # and limitations under the License. |
| | | # |
| | | # When distributing Covered Code, include this CDDL HEADER in each |
| | | # file and include the License file at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, |
| | | # add the following below this CDDL HEADER, with the fields enclosed |
| | | # by brackets "[]" replaced with your own identifying information: |
| | | # Portions Copyright [yyyy] [name of copyright owner] |
| | | # |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2008 Sun Microsystems, Inc. |
| | | |
| | | |
| | | |
| | | # |
| | | # Global directives |
| | | # |
| | | global.category=JEB |
| | | |
| | | # |
| | | # Format string definitions |
| | | # |
| | | # Keys must be formatted as follows: |
| | | # |
| | | # [SEVERITY]_[DESCRIPTION]_[ORDINAL] |
| | | # |
| | | # where: |
| | | # |
| | | # SEVERITY is one of: |
| | | # [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE] |
| | | # |
| | | # DESCRIPTION is an upper case string providing a hint as to the context of |
| | | # the message in upper case with the underscore ('_') character serving as |
| | | # word separator |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | MILD_ERR_JEB_INCORRECT_ROUTING_1=Das Backend enth\u00e4lt den zum Eintrag '%s' geh\u00f6rigen Teil der Verzeichnisinformationsstruktur nicht. |
| | | SEVERE_ERR_JEB_OPEN_DATABASE_FAIL_2=The database could not be opened: %s |
| | | SEVERE_ERR_JEB_OPEN_ENV_FAIL_3=The database environment could not be opened: %s |
| | | SEVERE_ERR_JEB_HIGHEST_ID_FAIL_5=The database highest entry identifier could not be determined |
| | | SEVERE_WARN_JEB_FUNCTION_NOT_SUPPORTED_6=The requested operation is not supported by this backend |
| | | SEVERE_ERR_JEB_CREATE_FAIL_7=The backend database directory could not be created: %s |
| | | SEVERE_ERR_JEB_REMOVE_FAIL_8=The backend database files could not be removed: %s |
| | | SEVERE_ERR_JEB_DIRECTORY_INVALID_9=The backend database directory '%s' is not a valid directory |
| | | SEVERE_ERR_JEB_MISSING_DN2ID_RECORD_10=The DN database does not contain a record for '%s' |
| | | SEVERE_ERR_JEB_MISSING_ID2ENTRY_RECORD_11=The entry database does not contain a record for ID %s |
| | | SEVERE_ERR_JEB_ENTRY_DATABASE_CORRUPT_12=The entry database does not contain a valid record for ID %s |
| | | SEVERE_ERR_JEB_DATABASE_EXCEPTION_14=Database exception: %s |
| | | SEVERE_ERR_CONFIG_INDEX_TYPE_NEEDS_MATCHING_RULE_26=The attribute '%s' cannot have indexing of type '%s' because it does not have a corresponding matching rule |
| | | MILD_ERR_JEB_UNCHECKED_EXCEPTION_28=Ungepr\u00fcfte Ausnahme w\u00e4hrend Datenbanktransaktion: %s |
| | | NOTICE_JEB_CLEAN_DATABASE_START_29=Datenbankbereinigung wird bei Protokolldatei(en) %d in '%s' gestartet. |
| | | NOTICE_JEB_CLEAN_DATABASE_MARKED_30=Protokolldatei(en) %d wurden f\u00fcr die Bereinigung markiert. |
| | | NOTICE_JEB_CLEAN_DATABASE_FINISH_31=Datenbankbereinigung ist abgeschlossen, es verbleiben noch %d Protokolldateien. |
| | | NOTICE_JEB_DELETED_ENTRY_COUNT_33=%d Eintr\u00e4ge wurden gel\u00f6scht. |
| | | MILD_ERR_JEB_DUPLICATE_CONFIG_ENTRY_36=Der Konfigurationseintrag '%s' wird ignoriert. Es ist nur ein Konfigurationseintrag mit der Objektklasse '%s' zul\u00e4ssig. |
| | | MILD_ERR_JEB_CONFIG_ENTRY_NOT_RECOGNIZED_37=Der Konfigurationseintrag '%s' wird ignoriert, da er nicht erkannt wird. |
| | | MILD_ERR_JEB_INDEX_ATTRIBUTE_TYPE_NOT_FOUND_38=Der Indexkonfigurationseintrag '%s' wird ignoriert, da mit ihm der unbekannte Attributtyp '%s' angegeben wird. |
| | | MILD_ERR_JEB_DUPLICATE_INDEX_CONFIG_39=Der Indexkonfigurationseintrag '%s' wird ignoriert, weil mit ihm der Attributtyp '%s' angegeben wird, der bereits in einem anderen Indexkonfigurationseintrag definiert wurde. |
| | | SEVERE_ERR_JEB_IO_ERROR_40=I/O error during backend operation: %s |
| | | NOTICE_JEB_BACKEND_STARTED_42=Das Datenbank-Backend %s mit %d Eintr\u00e4gen wurde gestartet. |
| | | MILD_ERR_JEB_IMPORT_PARENT_NOT_FOUND_43=Der \u00fcbergeordnete Eintrag '%s' ist nicht vorhanden. |
| | | SEVERE_WARN_JEB_IMPORT_ENTRY_EXISTS_44=The entry exists and the import options do not allow it to be replaced |
| | | MILD_ERR_JEB_ATTRIBUTE_INDEX_NOT_CONFIGURED_45=F\u00fcr den Attributtyp '%s' ist kein Index konfiguriert. |
| | | MILD_ERR_JEB_SEARCH_NO_SUCH_OBJECT_46=Der Suchbasiseintrag '%s' ist nicht vorhanden. |
| | | MILD_ERR_JEB_ADD_NO_SUCH_OBJECT_47=Der Eintrag '%s' kann nicht hinzugef\u00fcgt werden, da sein \u00fcbergeordneter Eintrag nicht vorhanden ist. |
| | | MILD_ERR_JEB_DELETE_NO_SUCH_OBJECT_48=Der Eintrag '%s' kann nicht entfernt werden, da er nicht vorhanden ist. |
| | | MILD_ERR_JEB_MODIFY_NO_SUCH_OBJECT_49=Der Eintrag '%s' kann nicht ge\u00e4ndert werden, da er nicht vorhanden ist. |
| | | MILD_ERR_JEB_MODIFYDN_NO_SUCH_OBJECT_50=Der Eintrag '%s' kann nicht umbenannt werden, da er nicht vorhanden ist. |
| | | MILD_ERR_JEB_ADD_ENTRY_ALREADY_EXISTS_51=Der Eintrag '%s' kann nicht hinzugef\u00fcgt werden, da bereits ein Eintrag mit diesem Namen vorhanden ist. |
| | | MILD_ERR_JEB_DELETE_NOT_ALLOWED_ON_NONLEAF_52=Der Eintrag '%s' kann nicht entfernt werden, da er \u00fcber untergeordnete Eintr\u00e4ge verf\u00fcgt. |
| | | MILD_ERR_JEB_MODIFYDN_ALREADY_EXISTS_53=Der Eintrag kann nicht in '%s' umbenannt werden, da bereits ein Eintrag mit diesem Namen vorhanden ist. |
| | | MILD_ERR_JEB_NEW_SUPERIOR_NO_SUCH_OBJECT_54=Der Eintrag kann nicht verschoben werden, da der neue \u00fcbergeordnete Eintrag '%s' nicht vorhanden ist. |
| | | NOTICE_JEB_CACHE_PRELOAD_STARTED_55=Das Vorladen des Datenbank-Cache f\u00fcr Backend %s wurde gestartet. |
| | | NOTICE_JEB_CACHE_DB_PRELOADED_56=Das Vorladen des Datenbank-Cache f\u00fcr Datenbank %s ist abgeschlossen. |
| | | NOTICE_JEB_CACHE_PRELOAD_INTERRUPTED_BY_TIME_57=Das Vorladen des Datenbank-Cache f\u00fcr Backend %s wurde w\u00e4hrend des Vorladens der Datenbank %s aufgrund einer Zeit\u00fcberschreitung unterbrochen. |
| | | NOTICE_JEB_CACHE_PRELOAD_INTERRUPTED_BY_SIZE_58=Das Vorladen des Datenbank-Cache f\u00fcr Backend %s wurde w\u00e4hrend des Vorladens der Datenbank %s aufgrund einer Gr\u00f6\u00dfenbeschr\u00e4nkung unterbrochen. |
| | | NOTICE_JEB_CACHE_PRELOAD_INTERRUPTED_UNKNOWN_59=Das Vorladen des Datenbank-Cache f\u00fcr Backend %s wurde w\u00e4hrend des Vorladens der Datenbank %s unterbrochen. |
| | | NOTICE_JEB_CACHE_PRELOAD_DONE_60=Das Vorladen des Datenbank-Cache f\u00fcr Backend %s ist abgeschlossen. |
| | | NOTICE_JEB_CACHE_SIZE_AFTER_PRELOAD_61=Der Datenbank-Cache umfasst nach dem Vorladen %d MB. |
| | | SEVERE_ERR_JEB_CACHE_PRELOAD_62=An error occurred while preloading the database cache for backend %s: %s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_GET_MAC_63=An error occurred while attempting to obtain the %s MAC provider to create the signed hash for the backup: %s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_GET_DIGEST_64=An error occurred while attempting to obtain the %s message digest to create the hash for the backup: %s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_65=An error occurred while trying to create the database archive file %s in directory %s: %s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_GET_CIPHER_66=An error occurred while attempting to obtain the cipher to use to encrypt the backup: %s |
| | | SEVERE_ERR_JEB_BACKUP_ZIP_COMMENT_67=%s backup %s of backend %s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_LIST_LOG_FILES_68=An error occurred while attempting to obtain a list of the files in directory %s to include in the database backup: %s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_WRITE_ARCHIVE_FILE_69=An error occurred while attempting to back up database file %s: %s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_CLOSE_ZIP_STREAM_70=An error occurred while trying to close the database archive file %s in directory %s: %s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_71=An error occurred while attempting to update the backup descriptor file %s with information about the database backup: %s |
| | | SEVERE_ERR_JEB_BACKUP_UNSIGNED_HASH_ERROR_72=The computed hash of backup %s is different to the value computed at time of backup |
| | | SEVERE_ERR_JEB_BACKUP_SIGNED_HASH_ERROR_73=The computed signed hash of backup %s is different to the value computed at time of backup |
| | | SEVERE_ERR_JEB_INCR_BACKUP_REQUIRES_FULL_74=A full backup must be taken before an incremental backup can be taken |
| | | SEVERE_ERR_JEB_CANNOT_RENAME_RESTORE_DIRECTORY_75=The directory %s, containing the files restored from backup, could not be renamed to the backend directory %s |
| | | SEVERE_ERR_JEB_INCR_BACKUP_FROM_WRONG_BASE_76=One of the following base backup IDs must be specified for the incremental backup: %s |
| | | SEVERE_ERR_JEB_CANNOT_CREATE_BACKUP_TAG_FILE_77=The backup tag file %s could not be created in %s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_RESTORE_78=An error occurred while attempting to restore the files from backup %s: %s |
| | | SEVERE_ERR_JEB_BACKUP_MISSING_BACKUPID_79=The information for backup %s could not be found in the backup directory %s |
| | | NOTICE_JEB_BACKUP_FILE_UNCHANGED_82=Nicht ge\u00e4ndert: %s |
| | | NOTICE_JEB_BACKUP_CLEANER_ACTIVITY_83=Aufgrund von Bereinigungsaktivit\u00e4ten werden %s zus\u00e4tzliche Protokolldatei(en) eingeschlossen. |
| | | NOTICE_JEB_BACKUP_VERIFY_FILE_84=\u00dcberpr\u00fcfung: %s |
| | | NOTICE_JEB_BACKUP_RESTORED_FILE_85=Wiederhergestellt: %s (Gr\u00f6\u00dfe %d) |
| | | NOTICE_JEB_BACKUP_ARCHIVED_FILE_86=Archiviert: %s |
| | | NOTICE_JEB_EXPORT_FINAL_STATUS_87=%d Eintr\u00e4ge exportiert und %d \u00fcbersprungen in %d Sekunden (durchschnittliche Rate %.1f/Sek.) |
| | | NOTICE_JEB_EXPORT_PROGRESS_REPORT_88=%d Datens\u00e4tze exportiert und %d \u00fcbersprungen (letzte Rate %.1f/Sek.) |
| | | NOTICE_JEB_IMPORT_THREAD_COUNT_89=Anzahl der importierten Threads: %d Threads |
| | | INFO_JEB_IMPORT_BUFFER_SIZE_90=Puffergr\u00f6\u00dfe pro Thread = %,d |
| | | INFO_JEB_IMPORT_LDIF_PROCESSING_TIME_91=LDIF-Verarbeitung dauerte %d Sekunden. |
| | | INFO_JEB_IMPORT_INDEX_PROCESSING_TIME_92=Indexverarbeitung dauerte %d Sekunden. |
| | | NOTICE_JEB_IMPORT_CLOSING_DATABASE_93=Daten werden auf Datentr\u00e4ger ausgegeben. |
| | | NOTICE_JEB_IMPORT_FINAL_STATUS_94=%d Eintr\u00e4ge verarbeitet, %d importiert, %d \u00fcbersprungen, %d abgelehnt und %d migriert in %d Sekunden (durchschnittl. Rate %.1f/Sek.) |
| | | NOTICE_JEB_IMPORT_ENTRY_LIMIT_EXCEEDED_COUNT_95=Anzahl der Indexwerte, die die Eintragsbeschr\u00e4nkung \u00fcberschreiten: %d |
| | | NOTICE_JEB_IMPORT_PROGRESS_REPORT_96=%d Eintr\u00e4ge verarbeitet, %d \u00fcbersprungen, %d abgelehnt und %d migriert (letzte Rate %.1f/Sek.) |
| | | NOTICE_JEB_IMPORT_CACHE_AND_MEMORY_REPORT_97=Freier Speicher = %d MB, Cachefehlerrate = %.1f/Eintrag |
| | | NOTICE_JEB_VERIFY_CLEAN_FINAL_STATUS_101=%d Datens\u00e4tze \u00fcberpr\u00fcft und %d Fehler in %d Sekunden gefunden (durchschnittl. Rate %.1f/Sek.) |
| | | INFO_JEB_VERIFY_MULTIPLE_REFERENCE_COUNT_102=Anzahl der Datens\u00e4tze, die auf mehrere Eintr\u00e4ge verweisen: %d |
| | | INFO_JEB_VERIFY_ENTRY_LIMIT_EXCEEDED_COUNT_103=Anzahl der Datens\u00e4tze, die die Eintragsbeschr\u00e4nkung \u00fcberschreiten: %d |
| | | INFO_JEB_VERIFY_AVERAGE_REFERENCE_COUNT_104=Durchschnittliche Anzahl der Eintr\u00e4ge, auf die verwiesen wird, ist %.2f/Datensatz |
| | | INFO_JEB_VERIFY_MAX_REFERENCE_COUNT_105=Die H\u00f6chstzahl der Eintr\u00e4ge, auf die ein Datensatz verweist, ist %d. |
| | | NOTICE_JEB_VERIFY_FINAL_STATUS_106=%d Eintr\u00e4ge \u00fcberpr\u00fcft und %d Fehler in %d Sekunden gefunden (durchschnittl. Rate %.1f/Sek.) |
| | | INFO_JEB_VERIFY_ENTRY_LIMIT_STATS_HEADER_107=Statistik f\u00fcr Datens\u00e4tze, die die Eintragsbeschr\u00e4nkung \u00fcberschritten haben: |
| | | INFO_JEB_VERIFY_ENTRY_LIMIT_STATS_ROW_108=Datei %s enth\u00e4lt %d solche Datens\u00e4tze Min.=%d Max.=%d Mittelwert=%d |
| | | NOTICE_JEB_VERIFY_PROGRESS_REPORT_109=%d von %d Datens\u00e4tzen verarbeitet und %d Fehler gefunden (letzte Rate %.1f/Sek.) |
| | | INFO_JEB_VERIFY_CACHE_AND_MEMORY_REPORT_110=Freier Speicher = %d MB, Cachefehlerrate = %.1f/Datensatz |
| | | MILD_ERR_JEB_INVALID_PAGED_RESULTS_COOKIE_111=Der Wert des Steuerungscookies f\u00fcr die folgenden in Seiten eingeteilten Ergebnisse wurde nicht erkannt: %s |
| | | NOTICE_JEB_REFERRAL_RESULT_MESSAGE_112=Der Referral-Eintrag %s deutet darauf hin, dass der Vorgang auf einem anderen Server erfolgen muss. |
| | | INFO_JEB_IMPORT_ENVIRONMENT_CONFIG_119=Eigenschaften der Datenbankumgebung: %s |
| | | SEVERE_ERR_JEB_INCOMPATIBLE_ENTRY_VERSION_126=Entry record with ID %s is not compatible with this version of the backend database. Entry version: %x |
| | | NOTICE_JEB_LOOKTHROUGH_LIMIT_EXCEEDED_127=Bei diesem Suchvorgang wurden maximal %d Eintr\u00e4ge auf \u00dcbereinstimmungen \u00fcberpr\u00fcft. |
| | | SEVERE_WARN_JEB_SET_PERMISSIONS_FAILED_128=An error occurred while setting file permissions for the backend database directory %s: %s |
| | | SEVERE_WARN_JEB_GET_ENTRY_COUNT_FAILED_129=Unable to determine the total number of entries in the container: %s |
| | | NOTICE_JEB_CONFIG_ATTR_REQUIRES_RESTART_130=Die \u00c4nderung an dem Attribut %s tritt erst in Kraft, wenn das Backend neu gestartet wird. |
| | | NOTICE_JEB_REBUILD_PROGRESS_REPORT_131=%.1f%% abgeschlossen. %d/%d Datens\u00e4tze verarbeitet. (letzte Rate %.1f/Sek.) |
| | | NOTICE_JEB_REBUILD_CACHE_AND_MEMORY_REPORT_132=Freier Speicher = %d MB, Cachefehlerrate = %.1f/Datensatz |
| | | NOTICE_JEB_REBUILD_FINAL_STATUS_133=Neuerstellung abgeschlossen. %d Datens\u00e4tze in %d Sekunden verarbeitet (durchschnittl. Rate %.1f/Sek.) |
| | | SEVERE_ERR_JEB_REBUILD_INDEX_FAILED_134=An error occurred while rebuilding index %s: %s |
| | | MILD_ERR_JEB_REBUILD_INSERT_ENTRY_FAILED_135=Beim Einf\u00fcgen des Eintrags in die Datenbank/den Index %s ist ein Fehler aufgetreten: %s |
| | | SEVERE_ERR_JEB_REBUILD_INDEX_CONFLICT_136=Another rebuild of index %s is already in progress |
| | | NOTICE_JEB_REBUILD_START_137=Neuerstellung des Index/der Indizes %s gestartet, insgesamt %d Datens\u00e4tze sind zu verarbeiten. |
| | | SEVERE_ERR_JEB_REBUILD_BACKEND_ONLINE_138=Rebuilding system index(es) must be done with the backend containing the base DN disabled |
| | | SEVERE_ERR_ENTRYIDSORTER_CANNOT_EXAMINE_ENTRY_139=Unable to examine the entry with ID %s for sorting purposes: %s |
| | | MILD_ERR_JEB_SEARCH_CANNOT_SORT_UNINDEXED_140=Die Suchergebnisse k\u00f6nnen nicht sortiert werden, da die gegebene Suchanforderung nicht indiziert ist. |
| | | MILD_ERR_ENTRYIDSORTER_NEGATIVE_START_POS_141=Anforderung f\u00fcr virtuelle Listenansicht kann nicht verarbeitet werden, da die Ziel-Startposition vor dem Anfang des Ergebnissatzes liegt. |
| | | MILD_ERR_ENTRYIDSORTER_OFFSET_TOO_LARGE_142=Anforderung f\u00fcr virtuelle Listenansicht kann nicht verarbeitet werden, da der Ziel-Offset %d gr\u00f6\u00dfer ist als die Gesamtzahl der Ergebnisse in der Liste (%d). |
| | | MILD_ERR_ENTRYIDSORTER_TARGET_VALUE_NOT_FOUND_143=Anforderung f\u00fcr virtuelle Listenansicht kann nicht verarbeitet werden, da im Ergebnissatz kein Eintrag mit einem Sortierwert gefunden wurde, der gr\u00f6\u00dfer oder gleich dem angegeben Behauptungswert ist. |
| | | MILD_ERR_JEB_SEARCH_CANNOT_MIX_PAGEDRESULTS_AND_VLV_144=Der angeforderte Suchvorgang enthielt sowohl das Steuerelement f\u00fcr die einfache Seitenansicht der Ergebnisse als auch das Steuerelement f\u00fcr die virtuelle Listenansicht. Diese Steuerelemente schlie\u00dfen sich gegenseitig aus und k\u00f6nnen nicht gemeinsam verwendet werden. |
| | | MILD_ERR_JEB_SEARCH_UNINDEXED_INSUFFICIENT_PRIVILEGES_145=Sie verf\u00fcgen nicht \u00fcber die zum Durchf\u00fchren einer nicht indizierten Suche erforderlichen Berechtigungen. |
| | | SEVERE_WARN_JEB_UNABLE_SET_PERMISSIONS_146=This platform does not support setting file permissions %s to the database directory %s |
| | | NOTICE_JEB_CONFIG_INDEX_ENTRY_LIMIT_REQUIRES_REBUILD_148=Einige Indexschl\u00fcssel haben bereits die vorherige Beschr\u00e4nkung f\u00fcr Indexeintr\u00e4ge im Index %s \u00fcberschritten. Dieser Index muss neu erstellt werden, bevor die neue Beschr\u00e4nkung verwendet werden kann. |
| | | NOTICE_JEB_INDEX_ADD_REQUIRES_REBUILD_150=Aufgrund von \u00c4nderungen an der Konfiguration befindet sich der Index %s derzeit in einem heruntergestuften Betriebszustand. Er muss neu erstellt werden, damit er verwendet werden kann. |
| | | SEVERE_ERR_JEB_INDEX_CORRUPT_REQUIRES_REBUILD_151=An error occurred while reading from index %s. The index seems to be corrupt and is now operating in a degraded state. The index must be rebuilt before it can return to normal operation |
| | | SEVERE_ERR_JEB_IMPORT_BACKEND_ONLINE_152=The backend must be disabled before the import process can start |
| | | SEVERE_ERR_JEB_IMPORT_THREAD_EXCEPTION_153=An error occurred in import thread %s: %s. The thread can not continue |
| | | SEVERE_ERR_JEB_IMPORT_NO_WORKER_THREADS_154=There are no more import worker threads to process the imported entries |
| | | SEVERE_ERR_JEB_IMPORT_CREATE_TMPDIR_ERROR_155=Unable to create the temporary directory %s |
| | | SEVERE_ERR_JEB_INVALID_LOGGING_LEVEL_156=The database logging level string '%s' provided for configuration entry '%s' is invalid. The value must be one of OFF, SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST, or ALL. Note that these values are case sensitive |
| | | NOTICE_JEB_IMPORT_MIGRATION_START_157=%s Eintr\u00e4ge f\u00fcr Basis-DN %s werden migriert. |
| | | NOTICE_JEB_IMPORT_LDIF_START_158=LDIF wird verarbeitet |
| | | NOTICE_JEB_IMPORT_LDIF_END_159=Ende von LDIF erreicht |
| | | SEVERE_ERR_JEB_CONFIG_VLV_INDEX_UNDEFINED_ATTR_160=Sort attribute %s for VLV index %s is not defined in the server schema |
| | | SEVERE_ERR_JEB_CONFIG_VLV_INDEX_BAD_FILTER_161=An error occurred while parsing the search filter %s defined for VLV index %s: %s |
| | | MILD_ERR_JEB_VLV_INDEX_NOT_CONFIGURED_162=F\u00fcr den Namen '%s' ist kein VLV-Index konfiguriert. |
| | | MILD_ERR_JEB_MODIFYDN_ABORTED_BY_SUBORDINATE_PLUGIN_163=W\u00e4hrend des Verschiebens und/oder Umbenennens eines Eintrags von %s in %s bewirkte ein Plug-In den Abbruch des \u00c4nderungsvorgangs f\u00fcr den DN. |
| | | MILD_ERR_JEB_MODIFYDN_ABORTED_BY_SUBORDINATE_SCHEMA_ERROR_164=W\u00e4hrend des Verschiebens und/oder Umbenennens eines Eintrags von %s in %s bewirkte ein Plug-In den Abbruch des \u00c4nderungsvorgangs f\u00fcr den DN, weil die \u00c4nderung an diesem Eintrag gegen die Serverschema-Konfiguration verstie\u00df: %s |
| | | SEVERE_ERR_JEB_COMPSCHEMA_CANNOT_DECODE_OC_TOKEN_165=An error occurred while attempting to decode an object class set token from the JE compressed schema definitions: %s |
| | | SEVERE_ERR_JEB_COMPSCHEMA_CANNOT_DECODE_AD_TOKEN_166=An error occurred while attempting to decode an attribute description token from the JE compressed schema definitions: %s |
| | | SEVERE_ERR_JEB_COMPSCHEMA_CANNOT_STORE_STATUS_167=An error occurred while attempting to store compressed schema information in the database. The result returned was: %s |
| | | SEVERE_ERR_JEB_COMPSCHEMA_CANNOT_STORE_EX_168=An error occurred while attempting to store compressed schema information in the database: %s |
| | | SEVERE_ERR_JEB_COMPSCHEMA_CANNOT_STORE_MULTIPLE_FAILURES_169=The server was unable to store compressed schema information in the database after multiple attempts |
| | | SEVERE_ERR_JEB_COMPSCHEMA_UNKNOWN_OC_TOKEN_170=Der angegebene Objektklassensatz kann nicht entschl\u00fcsselt werden, da er ein nicht definiertes Token %s verwendet hat. |
| | | SEVERE_ERR_JEB_COMPSCHEMA_UNRECOGNIZED_AD_TOKEN_171=Das angegebene Attribut kann nicht entschl\u00fcsselt werden, da es ein nicht definiertes Attribut-Beschreibungs-Token %s verwendet hat. |
| | | NOTICE_JEB_CONFIG_DB_DIR_REQUIRES_RESTART_172=Die \u00c4nderung an dem DB-Verzeichnis tritt erst in Kraft, wenn das Backend neu gestartet wird. Die DB-Dateien aus dem vorherigen Verzeichnis %s m\u00fcssen nach dem Herunterfahren des Backend in das neue Verzeichnis %s verschoben werden, damit die vorhandenen Daten beibehalten werden. |
| | | NOTICE_JEB_IMPORT_STARTING_173=%s - Import wird gestartet (Build %s, R%d) |
| | | SEVERE_ERR_JEB_DIRECTORY_DOES_NOT_EXIST_174=The backend database directory '%s' does not exist |
| | | SEVERE_ERR_JEB_IMPORT_LDIF_ABORT_175=The import was aborted because an uncaught exception was thrown during processing |
| | | NOTICE_JEB_IMPORT_LDIF_ROOTCONTAINER_CLOSE_176=Das Schlie\u00dfen des LDIF-Umgebungsimports dauerte %d Sekunden. |
| | | NOTICE_JEB_IMPORT_LDIF_BUFFER_FLUSH_177=Pufferleerung von %d Elementen f\u00fcr Unterzeichenfolge beginnt. Zugriffe auf Puffer insgesamt: %d Puffertreffer: %d |
| | | NOTICE_JEB_IMPORT_LDIF_BUFFER_FLUSH_COMPLETED_178=Leeren des Puffers f\u00fcr Unterzeichenfolge in %d Sekunden abgeschlossen |
| | | NOTICE_JEB_IMPORT_LDIF_FINAL_CLEAN_179=Letzte Bereinigung beginnt |
| | | NOTICE_JEB_IMPORT_LDIF_CLEAN_180=Bereinigung beginnt |
| | | NOTICE_JEB_IMPORT_LDIF_CLEANER_RUN_DONE_181=Bereinigung dauerte %d Sekunden, %d Protokolle entfernt. |
| | | NOTICE_JEB_IMPORT_LDIF_CLEANER_REMOVE_LOGS_182=Bereinigung entfernt %d Protokolle. |
| | | NOTICE_JEB_IMPORT_LDIF_BUFFER_TOT_AVAILMEM_184=Verf\u00fcgbarer Pufferspeicher von %d Byte ist geringer als der Mindestwert von %d Byte. Verf\u00fcgbarer Pufferspeicher wird auf Mindestwert gesetzt. |
| | | NOTICE_JEB_IMPORT_LDIF_MEMORY_INFO_185=DB-Cache wird auf %d Byte und der interne Puffer auf %d Byte gesetzt. |
| | | NOTICE_JEB_IMPORT_LDIF_BUFFER_CONTEXT_AVAILMEM_186=Verf\u00fcgbarer Pufferspeicher von %d Byte ist geringer als der Mindestwert von %d Byte, der f\u00fcr einen einzelnen Importkontext zul\u00e4ssig ist. Verf\u00fcgbarer Pufferspeicher f\u00fcr Kontext wird auf Mindestwert gesetzt. |
| | | NOTICE_JEB_IMPORT_LDIF_BUFFER_CHECKPOINTS_187=Durchgef\u00fchrte Pr\u00fcfpunkte: %d |
| | | NOTICE_JEB_IMPORT_LDIF_CLEANER_STATS_188=Bereinigungsdurchl\u00e4ufe: %d gel\u00f6schte Dateien: %d gelesene Eintr\u00e4ge: %d bereinigte IN-Knoten: %d |
| | | NOTICE_JEB_IMPORT_LDIF_EVICTION_DETECTED_STATS_189=Entfernung wird durchgef\u00fchrt. Durchl\u00e4ufe: %d entfernte Knoten: %d entfernte BIN-Knoten: %d |
| | | NOTICE_JEB_IMPORT_LDIF_EVICTION_DETECTED_190=Entfernung nach dem Import von %d Eintr\u00e4gen erkannt |
| | | |
| New file |
| | |
| | | # CDDL HEADER START |
| | | # |
| | | # The contents of this file are subject to the terms of the |
| | | # Common Development and Distribution License, Version 1.0 only |
| | | # (the "License"). You may not use this file except in compliance |
| | | # with the License. |
| | | # |
| | | # You can obtain a copy of the license at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE |
| | | # or https://OpenDS.dev.java.net/OpenDS.LICENSE. |
| | | # See the License for the specific language governing permissions |
| | | # and limitations under the License. |
| | | # |
| | | # When distributing Covered Code, include this CDDL HEADER in each |
| | | # file and include the License file at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, |
| | | # add the following below this CDDL HEADER, with the fields enclosed |
| | | # by brackets "[]" replaced with your own identifying information: |
| | | # Portions Copyright [yyyy] [name of copyright owner] |
| | | # |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2008 Sun Microsystems, Inc. |
| | | |
| | | |
| | | |
| | | # |
| | | # Global directives |
| | | # |
| | | global.category=JEB |
| | | |
| | | # |
| | | # Format string definitions |
| | | # |
| | | # Keys must be formatted as follows: |
| | | # |
| | | # [SEVERITY]_[DESCRIPTION]_[ORDINAL] |
| | | # |
| | | # where: |
| | | # |
| | | # SEVERITY is one of: |
| | | # [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE] |
| | | # |
| | | # DESCRIPTION is an upper case string providing a hint as to the context of |
| | | # the message in upper case with the underscore ('_') character serving as |
| | | # word separator |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | MILD_ERR_JEB_INCORRECT_ROUTING_1=El servidor de fondo no contiene ninguna parte del \u00e1rbol de informaci\u00f3n de directorio relacionada con la entrada '%s' |
| | | SEVERE_ERR_JEB_OPEN_DATABASE_FAIL_2=The database could not be opened: %s |
| | | SEVERE_ERR_JEB_OPEN_ENV_FAIL_3=The database environment could not be opened: %s |
| | | SEVERE_ERR_JEB_HIGHEST_ID_FAIL_5=The database highest entry identifier could not be determined |
| | | SEVERE_WARN_JEB_FUNCTION_NOT_SUPPORTED_6=The requested operation is not supported by this backend |
| | | SEVERE_ERR_JEB_CREATE_FAIL_7=The backend database directory could not be created: %s |
| | | SEVERE_ERR_JEB_REMOVE_FAIL_8=The backend database files could not be removed: %s |
| | | SEVERE_ERR_JEB_DIRECTORY_INVALID_9=The backend database directory '%s' is not a valid directory |
| | | SEVERE_ERR_JEB_MISSING_DN2ID_RECORD_10=The DN database does not contain a record for '%s' |
| | | SEVERE_ERR_JEB_MISSING_ID2ENTRY_RECORD_11=The entry database does not contain a record for ID %s |
| | | SEVERE_ERR_JEB_ENTRY_DATABASE_CORRUPT_12=The entry database does not contain a valid record for ID %s |
| | | SEVERE_ERR_JEB_DATABASE_EXCEPTION_14=Database exception: %s |
| | | SEVERE_ERR_CONFIG_INDEX_TYPE_NEEDS_MATCHING_RULE_26=The attribute '%s' cannot have indexing of type '%s' because it does not have a corresponding matching rule |
| | | MILD_ERR_JEB_UNCHECKED_EXCEPTION_28=No se ha activado la excepci\u00f3n durante la transacci\u00f3n de la base de datos: %s |
| | | NOTICE_JEB_CLEAN_DATABASE_START_29=Iniciando limpieza de la base de datos en %d archivo(s) de registro de '%s' |
| | | NOTICE_JEB_CLEAN_DATABASE_MARKED_30=Se han marcado %d archivo(s) de registro para su limpieza. |
| | | NOTICE_JEB_CLEAN_DATABASE_FINISH_31=Limpieza de la base de datos finalizada; quedan ahora %d archivo(s) de registro. |
| | | NOTICE_JEB_DELETED_ENTRY_COUNT_33=El n\u00famero de entradas eliminadas fue %d |
| | | MILD_ERR_JEB_DUPLICATE_CONFIG_ENTRY_36=Se ignorar\u00e1 la entrada de configuraci\u00f3n '%s'. S\u00f3lo se permite una entrada de configuraci\u00f3n con clase de objeto '%s' |
| | | MILD_ERR_JEB_CONFIG_ENTRY_NOT_RECOGNIZED_37=Se ignorar\u00e1 la entrada de configuraci\u00f3n '%s', ya que no se ha reconocido. |
| | | MILD_ERR_JEB_INDEX_ATTRIBUTE_TYPE_NOT_FOUND_38=Se ignorar\u00e1 la entrada de configuraci\u00f3n del \u00edndice '%s', ya que especifica un tipo de atributo desconocido '%s'. |
| | | MILD_ERR_JEB_DUPLICATE_INDEX_CONFIG_39=Se ignorar\u00e1 la entrada de configuraci\u00f3n del \u00edndice '%s', ya que especifica el tipo de atributo '%s', que ya ha sido definido en otra entrada de configuraci\u00f3n del \u00edndice. |
| | | SEVERE_ERR_JEB_IO_ERROR_40=I/O error during backend operation: %s |
| | | NOTICE_JEB_BACKEND_STARTED_42=Se ha iniciado el servidor de fondo de la base de datos que contiene %d entradas. |
| | | MILD_ERR_JEB_IMPORT_PARENT_NOT_FOUND_43=La entrada principal '%s' no existe. |
| | | SEVERE_WARN_JEB_IMPORT_ENTRY_EXISTS_44=The entry exists and the import options do not allow it to be replaced |
| | | MILD_ERR_JEB_ATTRIBUTE_INDEX_NOT_CONFIGURED_45=No se ha configurado ning\u00fan \u00edndice para el tipo de atributo '%s' |
| | | MILD_ERR_JEB_SEARCH_NO_SUCH_OBJECT_46=La entrada de la base de datos '%s' no existe. |
| | | MILD_ERR_JEB_ADD_NO_SUCH_OBJECT_47=La entrada '%s' no se puede agregar porque no existe. |
| | | MILD_ERR_JEB_DELETE_NO_SUCH_OBJECT_48=La entrada '%s' no se puede eliminar porque no existe. |
| | | MILD_ERR_JEB_MODIFY_NO_SUCH_OBJECT_49=La entrada '%s' no se puede modificar porque no existe. |
| | | MILD_ERR_JEB_MODIFYDN_NO_SUCH_OBJECT_50=El nombre de la entrada '%s' no se puede cambiar porque no existe. |
| | | MILD_ERR_JEB_ADD_ENTRY_ALREADY_EXISTS_51=La entrada '%s' no se puede agregar porque ya existe una entrada con ese nombre. |
| | | MILD_ERR_JEB_DELETE_NOT_ALLOWED_ON_NONLEAF_52=La entrada '%s' no se puede eliminar porque tiene entradas subordinadas. |
| | | MILD_ERR_JEB_MODIFYDN_ALREADY_EXISTS_53=El nombre de la entrada no se puede cambiar a '%s' porque ya existe una entrada con ese nombre. |
| | | MILD_ERR_JEB_NEW_SUPERIOR_NO_SUCH_OBJECT_54=La entrada no se puede mover porque la nueva entrada principal '%s' no existe. |
| | | NOTICE_JEB_CACHE_PRELOAD_STARTED_55=Se ha iniciado la precarga de la memoria cach\u00e9 de la base de datos del servidor de fondo %s |
| | | NOTICE_JEB_CACHE_DB_PRELOADED_56=Se ha completado la precarga de la memoria cach\u00e9 de la base de datos del servidor de fondo %s |
| | | NOTICE_JEB_CACHE_PRELOAD_INTERRUPTED_BY_TIME_57=Se ha interrumpido la precarga de la memoria cach\u00e9 de la base de datos del servidor de fondo %s debido al l\u00edmite de tiempo. |
| | | NOTICE_JEB_CACHE_PRELOAD_INTERRUPTED_BY_SIZE_58=Se ha interrumpido la precarga de la memoria cach\u00e9 de la base de datos del servidor de fondo %s debido al l\u00edmite de tama\u00f1o. |
| | | NOTICE_JEB_CACHE_PRELOAD_INTERRUPTED_UNKNOWN_59=Se ha interrumpido la precarga de la memoria cach\u00e9 de la base de datos del servidor de fondo %s durante la precarga de la base de datos %s |
| | | NOTICE_JEB_CACHE_PRELOAD_DONE_60=Se ha completado la precarga de la memoria cach\u00e9 de la base de datos para el servidor de fondo %s |
| | | NOTICE_JEB_CACHE_SIZE_AFTER_PRELOAD_61=La memoria cach\u00e9 de la base de datos es de %d MB tras la precarga. |
| | | SEVERE_ERR_JEB_CACHE_PRELOAD_62=An error occurred while preloading the database cache for backend %s: %s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_GET_MAC_63=An error occurred while attempting to obtain the %s MAC provider to create the signed hash for the backup: %s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_GET_DIGEST_64=An error occurred while attempting to obtain the %s message digest to create the hash for the backup: %s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_65=An error occurred while trying to create the database archive file %s in directory %s: %s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_GET_CIPHER_66=An error occurred while attempting to obtain the cipher to use to encrypt the backup: %s |
| | | SEVERE_ERR_JEB_BACKUP_ZIP_COMMENT_67=%s backup %s of backend %s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_LIST_LOG_FILES_68=An error occurred while attempting to obtain a list of the files in directory %s to include in the database backup: %s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_WRITE_ARCHIVE_FILE_69=An error occurred while attempting to back up database file %s: %s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_CLOSE_ZIP_STREAM_70=An error occurred while trying to close the database archive file %s in directory %s: %s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_71=An error occurred while attempting to update the backup descriptor file %s with information about the database backup: %s |
| | | SEVERE_ERR_JEB_BACKUP_UNSIGNED_HASH_ERROR_72=The computed hash of backup %s is different to the value computed at time of backup |
| | | SEVERE_ERR_JEB_BACKUP_SIGNED_HASH_ERROR_73=The computed signed hash of backup %s is different to the value computed at time of backup |
| | | SEVERE_ERR_JEB_INCR_BACKUP_REQUIRES_FULL_74=A full backup must be taken before an incremental backup can be taken |
| | | SEVERE_ERR_JEB_CANNOT_RENAME_RESTORE_DIRECTORY_75=The directory %s, containing the files restored from backup, could not be renamed to the backend directory %s |
| | | SEVERE_ERR_JEB_INCR_BACKUP_FROM_WRONG_BASE_76=One of the following base backup IDs must be specified for the incremental backup: %s |
| | | SEVERE_ERR_JEB_CANNOT_CREATE_BACKUP_TAG_FILE_77=The backup tag file %s could not be created in %s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_RESTORE_78=An error occurred while attempting to restore the files from backup %s: %s |
| | | SEVERE_ERR_JEB_BACKUP_MISSING_BACKUPID_79=The information for backup %s could not be found in the backup directory %s |
| | | NOTICE_JEB_BACKUP_FILE_UNCHANGED_82=Sin cambios: %s |
| | | NOTICE_JEB_BACKUP_CLEANER_ACTIVITY_83=Incluyendo %s archivo(s) de registro adicional(es) debido a la actividad del depurador |
| | | NOTICE_JEB_BACKUP_VERIFY_FILE_84=Verificando: %s |
| | | NOTICE_JEB_BACKUP_RESTORED_FILE_85=Restaurado: %s (tama\u00f1o %d) |
| | | NOTICE_JEB_BACKUP_ARCHIVED_FILE_86=Archivado: %s |
| | | NOTICE_JEB_EXPORT_FINAL_STATUS_87=Se han exportado %d entradas y omitido %d en %d segundos (velocidad media %.1f/s) |
| | | NOTICE_JEB_EXPORT_PROGRESS_REPORT_88=Se han exportado %d registros y omitido %d (velocidad reciente %.1f/s) |
| | | NOTICE_JEB_IMPORT_THREAD_COUNT_89=Importar total de subprocesos: %d subprocesos |
| | | INFO_JEB_IMPORT_BUFFER_SIZE_90=Tama\u00f1o del b\u00fafer por subproceso = %,d |
| | | INFO_JEB_IMPORT_LDIF_PROCESSING_TIME_91=El procesamiento de LDIF tard\u00f3 %d segundos. |
| | | INFO_JEB_IMPORT_INDEX_PROCESSING_TIME_92=El procesamiento de \u00edndices tard\u00f3 %d segundos. |
| | | NOTICE_JEB_IMPORT_CLOSING_DATABASE_93=Vaciando datos en el disco |
| | | NOTICE_JEB_IMPORT_FINAL_STATUS_94=Se han procesado %d entradas, importado %d, omitido %d, rechazado %d y migrado %d en %d segundos (velocidad media %.1f/s). |
| | | NOTICE_JEB_IMPORT_ENTRY_LIMIT_EXCEEDED_COUNT_95=N\u00famero de valores de \u00edndice que han superado el l\u00edmite de entrada: %d |
| | | NOTICE_JEB_IMPORT_PROGRESS_REPORT_96=Se han procesado %d entradas, omitido %d, rechazado %d y migrado %d (velocidad reciente %1f/s). |
| | | NOTICE_JEB_IMPORT_CACHE_AND_MEMORY_REPORT_97=Memoria libre: %d MB, tasa de faltas de la cach\u00e9 = %.1f/entrada |
| | | NOTICE_JEB_VERIFY_CLEAN_FINAL_STATUS_101=Se han comprobado %d registros y encontrado %d error(es) en %d segundos (velocidad media %.1f/s). |
| | | INFO_JEB_VERIFY_MULTIPLE_REFERENCE_COUNT_102=N\u00famero de registros que hacen referencia a m\u00e1s de una entrada: %d |
| | | INFO_JEB_VERIFY_ENTRY_LIMIT_EXCEEDED_COUNT_103=N\u00famero de registros que superan el l\u00edmite de entrada: %d |
| | | INFO_JEB_VERIFY_AVERAGE_REFERENCE_COUNT_104=El promedio de entradas al que se hace referencia es %.2f/registro. |
| | | INFO_JEB_VERIFY_MAX_REFERENCE_COUNT_105=El n\u00famero m\u00e1ximo de entradas al que hace referencia cualquier registro es %d |
| | | NOTICE_JEB_VERIFY_FINAL_STATUS_106=Se han comprobado %d entradas y encontrado %d error(es) en %d segundos (velocidad media %.1f/s). |
| | | INFO_JEB_VERIFY_ENTRY_LIMIT_STATS_HEADER_107=Estad\u00edstica para los registros que han superado el l\u00edmite de entrada: |
| | | INFO_JEB_VERIFY_ENTRY_LIMIT_STATS_ROW_108=El archivo %s tiene %d de dicho(s) registro(s) m\u00edn.=%d m\u00e1x.=%d mediana=%d |
| | | NOTICE_JEB_VERIFY_PROGRESS_REPORT_109=Se han procesado %d de %d registros y encontrado %d error(es) (velocidad reciente %1.f/s). |
| | | INFO_JEB_VERIFY_CACHE_AND_MEMORY_REPORT_110=Memoria libre = %d MB, tasa de faltas de la cach\u00e9 = %.1f/registro. |
| | | MILD_ERR_JEB_INVALID_PAGED_RESULTS_COOKIE_111=No se ha reconocido el siguiente valor de cookie de control de resultados: %s |
| | | NOTICE_JEB_REFERRAL_RESULT_MESSAGE_112=Una entrada de referencia %s indica que la operaci\u00f3n se debe procesar en un servidor diferente. |
| | | INFO_JEB_IMPORT_ENVIRONMENT_CONFIG_119=Propiedades del entorno de la base de datos: %s |
| | | SEVERE_ERR_JEB_INCOMPATIBLE_ENTRY_VERSION_126=Entry record with ID %s is not compatible with this version of the backend database. Entry version: %x |
| | | NOTICE_JEB_LOOKTHROUGH_LIMIT_EXCEEDED_127=Esta operaci\u00f3n de b\u00fasqueda ha comprobado el m\u00e1ximo de %d entradas que coinciden. |
| | | SEVERE_WARN_JEB_SET_PERMISSIONS_FAILED_128=An error occurred while setting file permissions for the backend database directory %s: %s |
| | | SEVERE_WARN_JEB_GET_ENTRY_COUNT_FAILED_129=Unable to determine the total number of entries in the container: %s |
| | | NOTICE_JEB_CONFIG_ATTR_REQUIRES_RESTART_130=El cambio en el atributo %s no tendr\u00e1 efecto hasta que se reinicie el servidor de fondo. |
| | | NOTICE_JEB_REBUILD_PROGRESS_REPORT_131=%.1f%% completado(s). Se han procesado %d/%d registros. (velocidad reciente %.1f/s) |
| | | NOTICE_JEB_REBUILD_CACHE_AND_MEMORY_REPORT_132=Memoria libre = %d MB, tasa de faltas de la cach\u00e9 = %.1f/registro |
| | | NOTICE_JEB_REBUILD_FINAL_STATUS_133=Se ha completado la reconstrucci\u00f3n. Se han procesado %d registros en %d segundos (velocidad media %.1f/s). |
| | | SEVERE_ERR_JEB_REBUILD_INDEX_FAILED_134=An error occurred while rebuilding index %s: %s |
| | | MILD_ERR_JEB_REBUILD_INSERT_ENTRY_FAILED_135=Se ha producido un error al insertar la entrada en la base de datos/\u00edndice de %s: %s |
| | | SEVERE_ERR_JEB_REBUILD_INDEX_CONFLICT_136=Another rebuild of index %s is already in progress |
| | | NOTICE_JEB_REBUILD_START_137=La reconstrucci\u00f3n de \u00edndice(s) %s se inici\u00f3 con %d registros totales para procesar. |
| | | SEVERE_ERR_JEB_REBUILD_BACKEND_ONLINE_138=Rebuilding system index(es) must be done with the backend containing the base DN disabled |
| | | SEVERE_ERR_ENTRYIDSORTER_CANNOT_EXAMINE_ENTRY_139=Unable to examine the entry with ID %s for sorting purposes: %s |
| | | MILD_ERR_JEB_SEARCH_CANNOT_SORT_UNINDEXED_140=Los resultados de la b\u00fasqueda no se pueden almacenar porque no se ha indexado la solicitud de b\u00fasqueda proporcionada. |
| | | MILD_ERR_ENTRYIDSORTER_NEGATIVE_START_POS_141=No se puede procesar la solicitud de vista de la lista virtual porque la posici\u00f3n de inicio del destino tuvo lugar antes de iniciar el conjunto de resultados. |
| | | MILD_ERR_ENTRYIDSORTER_OFFSET_TOO_LARGE_142=No se puede procesar la solicitud de vista de la lista virtual porque el desplazamiento del destino %d era mayor que el n\u00famero total de resultados en la lista (%d). |
| | | MILD_ERR_ENTRYIDSORTER_TARGET_VALUE_NOT_FOUND_143=No se puede procesar la solicitud de vista de la lista virtual porque no se ha encontrado ninguna entrada en el conjunto de resultados con un valor de orden mayor o igual que el valor de aserci\u00f3n proporcionado. |
| | | MILD_ERR_JEB_SEARCH_CANNOT_MIX_PAGEDRESULTS_AND_VLV_144=La operaci\u00f3n de b\u00fasqueda solicitada inclu\u00eda el control de resultados paginados sencillos y el control de vista de lista virtual. Estos controles son mutuamente exclusivos y no se pueden utilizar de forma conjunta. |
| | | MILD_ERR_JEB_SEARCH_UNINDEXED_INSUFFICIENT_PRIVILEGES_145=No tiene suficientes privilegios para realizar una b\u00fasqueda sin indexar. |
| | | SEVERE_WARN_JEB_UNABLE_SET_PERMISSIONS_146=This platform does not support setting file permissions %s to the database directory %s |
| | | NOTICE_JEB_CONFIG_INDEX_ENTRY_LIMIT_REQUIRES_REBUILD_148=Algunas claves de \u00edndice ya han superado el l\u00edmite de entrada del \u00edndice anterior en el \u00edndice %s. Este \u00edndice debe reconstruirse antes de que se pueda utilizar el nuevo l\u00edmite. |
| | | NOTICE_JEB_INDEX_ADD_REQUIRES_REBUILD_150=Debido a cambios en la configuraci\u00f3n, el \u00edndice %s funciona actualmente en un estado degradado y se debe reconstruir antes de que se pueda utilizar. |
| | | SEVERE_ERR_JEB_INDEX_CORRUPT_REQUIRES_REBUILD_151=An error occurred while reading from index %s. The index seems to be corrupt and is now operating in a degraded state. The index must be rebuilt before it can return to normal operation |
| | | SEVERE_ERR_JEB_IMPORT_BACKEND_ONLINE_152=The backend must be disabled before the import process can start |
| | | SEVERE_ERR_JEB_IMPORT_THREAD_EXCEPTION_153=An error occurred in import thread %s: %s. The thread can not continue |
| | | SEVERE_ERR_JEB_IMPORT_NO_WORKER_THREADS_154=There are no more import worker threads to process the imported entries |
| | | SEVERE_ERR_JEB_IMPORT_CREATE_TMPDIR_ERROR_155=Unable to create the temporary directory %s |
| | | SEVERE_ERR_JEB_INVALID_LOGGING_LEVEL_156=The database logging level string '%s' provided for configuration entry '%s' is invalid. The value must be one of OFF, SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST, or ALL. Note that these values are case sensitive |
| | | NOTICE_JEB_IMPORT_MIGRATION_START_157=Migrando %s entradas para el ND de base %s |
| | | NOTICE_JEB_IMPORT_LDIF_START_158=Procesando LDIF |
| | | NOTICE_JEB_IMPORT_LDIF_END_159=Se ha alcanzado el final de LDIF. |
| | | SEVERE_ERR_JEB_CONFIG_VLV_INDEX_UNDEFINED_ATTR_160=Sort attribute %s for VLV index %s is not defined in the server schema |
| | | SEVERE_ERR_JEB_CONFIG_VLV_INDEX_BAD_FILTER_161=An error occurred while parsing the search filter %s defined for VLV index %s: %s |
| | | MILD_ERR_JEB_VLV_INDEX_NOT_CONFIGURED_162=No hay ning\u00fan \u00edndice de VLV configurado con el nombre '%s' |
| | | MILD_ERR_JEB_MODIFYDN_ABORTED_BY_SUBORDINATE_PLUGIN_163=Un complemento ha hecho que se anule la operaci\u00f3n de modificaci\u00f3n de ND mientras mueve o cambia el nombre de una entrada de %s a %s |
| | | MILD_ERR_JEB_MODIFYDN_ABORTED_BY_SUBORDINATE_SCHEMA_ERROR_164=Un complemento ha hecho que se anule la operaci\u00f3n de modificaci\u00f3n de ND mientras mueve o cambia el nombre de una entrada de %s a %s porque el cambio en esa entrada ha violado la configuraci\u00f3n del esquema del servidor: %s |
| | | SEVERE_ERR_JEB_COMPSCHEMA_CANNOT_DECODE_OC_TOKEN_165=An error occurred while attempting to decode an object class set token from the JE compressed schema definitions: %s |
| | | SEVERE_ERR_JEB_COMPSCHEMA_CANNOT_DECODE_AD_TOKEN_166=An error occurred while attempting to decode an attribute description token from the JE compressed schema definitions: %s |
| | | SEVERE_ERR_JEB_COMPSCHEMA_CANNOT_STORE_STATUS_167=An error occurred while attempting to store compressed schema information in the database. The result returned was: %s |
| | | SEVERE_ERR_JEB_COMPSCHEMA_CANNOT_STORE_EX_168=An error occurred while attempting to store compressed schema information in the database: %s |
| | | SEVERE_ERR_JEB_COMPSCHEMA_CANNOT_STORE_MULTIPLE_FAILURES_169=The server was unable to store compressed schema information in the database after multiple attempts |
| | | SEVERE_ERR_JEB_COMPSCHEMA_UNKNOWN_OC_TOKEN_170=Unable to decode the provided object class set because it used an undefined token %s |
| | | SEVERE_ERR_JEB_COMPSCHEMA_UNRECOGNIZED_AD_TOKEN_171=Unable to decode the provided attribute because it used an undefined attribute description token %s |
| | | NOTICE_JEB_CONFIG_DB_DIR_REQUIRES_RESTART_172=El cambio al directorio de la base de datos no tendr\u00e1 efecto hasta que se haya reiniciado el servidor de fondo. Los archivos de la base de datos del directorio anterior %s se deben mover al nuevo directorio %s tras cerrar el servidor de fondo para conservar los datos existentes. |
| | | NOTICE_JEB_IMPORT_STARTING_173=%s iniciando importaci\u00f3n (generaci\u00f3n %s, R%d) |
| | | SEVERE_ERR_JEB_DIRECTORY_DOES_NOT_EXIST_174=The backend database directory '%s' does not exist |
| | | SEVERE_ERR_JEB_IMPORT_LDIF_ABORT_175=The import was aborted because an uncaught exception was thrown during processing |
| | | NOTICE_JEB_IMPORT_LDIF_ROOTCONTAINER_CLOSE_176=El cierre del entorno LDIF de importaci\u00f3n tard\u00f3 %d segundos. |
| | | NOTICE_JEB_IMPORT_LDIF_BUFFER_FLUSH_177=Iniciar vaciado del b\u00fafer de la subcadena de %d elementos. Acceso total del b\u00fafer: %d aciertos del b\u00fafer: %d |
| | | NOTICE_JEB_IMPORT_LDIF_BUFFER_FLUSH_COMPLETED_178=El vaciado del b\u00fafer de subcadenas se ha completado en %d segundos. |
| | | NOTICE_JEB_IMPORT_LDIF_FINAL_CLEAN_179=Iniciar ejecuci\u00f3n final del depurador |
| | | NOTICE_JEB_IMPORT_LDIF_CLEAN_180=Iniciar ejecuci\u00f3n del depurador |
| | | NOTICE_JEB_IMPORT_LDIF_CLEANER_RUN_DONE_181=La ejecuci\u00f3n del depurador tard\u00f3 %d segundos y se eliminaron %d registros. |
| | | NOTICE_JEB_IMPORT_LDIF_CLEANER_REMOVE_LOGS_182=El depurador eliminar\u00e1 %d registros. |
| | | NOTICE_JEB_IMPORT_LDIF_BUFFER_TOT_AVAILMEM_184=La memoria del b\u00fafer disponible de %d bytes est\u00e1 por debajo del valor m\u00ednimo de %d bytes. Configurando memoria del b\u00fafer disponible al m\u00ednimo |
| | | NOTICE_JEB_IMPORT_LDIF_MEMORY_INFO_185=Configurando la cach\u00e9 de la base de datos a %d bytes y el b\u00fafer interno a %d bytes |
| | | NOTICE_JEB_IMPORT_LDIF_BUFFER_CONTEXT_AVAILMEM_186=La memoria del b\u00fafer disponible de %d bytes est\u00e1 por debajo del valor m\u00ednimo de %d bytes permitido para un contexto de importaci\u00f3n \u00fanico. Configurando memoria del b\u00fafer disponible en el contexto al m\u00ednimo |
| | | NOTICE_JEB_IMPORT_LDIF_BUFFER_CHECKPOINTS_187=Puntos de comprobaci\u00f3n realizados: %d |
| | | NOTICE_JEB_IMPORT_LDIF_CLEANER_STATS_188=El depurador se ejecuta: %d archivos eliminados: %d entradas le\u00eddas: %d nodos IN limpiados: %d |
| | | NOTICE_JEB_IMPORT_LDIF_EVICTION_DETECTED_STATS_189=Expulsi\u00f3n en curso. Pasadas: %d nodos expulsados: %d nodos BIN descubiertos: %d |
| | | NOTICE_JEB_IMPORT_LDIF_EVICTION_DETECTED_190=Se ha detectado una expulsi\u00f3n tras importar %d entradas. |
| | | |
| New file |
| | |
| | | # CDDL HEADER START |
| | | # |
| | | # The contents of this file are subject to the terms of the |
| | | # Common Development and Distribution License, Version 1.0 only |
| | | # (the "License"). You may not use this file except in compliance |
| | | # with the License. |
| | | # |
| | | # You can obtain a copy of the license at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE |
| | | # or https://OpenDS.dev.java.net/OpenDS.LICENSE. |
| | | # See the License for the specific language governing permissions |
| | | # and limitations under the License. |
| | | # |
| | | # When distributing Covered Code, include this CDDL HEADER in each |
| | | # file and include the License file at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, |
| | | # add the following below this CDDL HEADER, with the fields enclosed |
| | | # by brackets "[]" replaced with your own identifying information: |
| | | # Portions Copyright [yyyy] [name of copyright owner] |
| | | # |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2008 Sun Microsystems, Inc. |
| | | |
| | | |
| | | |
| | | # |
| | | # Global directives |
| | | # |
| | | global.category=JEB |
| | | |
| | | # |
| | | # Format string definitions |
| | | # |
| | | # Keys must be formatted as follows: |
| | | # |
| | | # [SEVERITY]_[DESCRIPTION]_[ORDINAL] |
| | | # |
| | | # where: |
| | | # |
| | | # SEVERITY is one of: |
| | | # [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE] |
| | | # |
| | | # DESCRIPTION is an upper case string providing a hint as to the context of |
| | | # the message in upper case with the underscore ('_') character serving as |
| | | # word separator |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | MILD_ERR_JEB_INCORRECT_ROUTING_1=Le backend ne contient pas la partie de l'arborescence d'informations d'annuaire relative \u00e0 l'entr\u00e9e '%s' |
| | | SEVERE_ERR_JEB_OPEN_DATABASE_FAIL_2=The database could not be opened: %s |
| | | SEVERE_ERR_JEB_OPEN_ENV_FAIL_3=The database environment could not be opened: %s |
| | | SEVERE_ERR_JEB_HIGHEST_ID_FAIL_5=The database highest entry identifier could not be determined |
| | | SEVERE_WARN_JEB_FUNCTION_NOT_SUPPORTED_6=The requested operation is not supported by this backend |
| | | SEVERE_ERR_JEB_CREATE_FAIL_7=The backend database directory could not be created: %s |
| | | SEVERE_ERR_JEB_REMOVE_FAIL_8=The backend database files could not be removed: %s |
| | | SEVERE_ERR_JEB_DIRECTORY_INVALID_9=The backend database directory '%s' is not a valid directory |
| | | SEVERE_ERR_JEB_MISSING_DN2ID_RECORD_10=The DN database does not contain a record for '%s' |
| | | SEVERE_ERR_JEB_MISSING_ID2ENTRY_RECORD_11=The entry database does not contain a record for ID %s |
| | | SEVERE_ERR_JEB_ENTRY_DATABASE_CORRUPT_12=The entry database does not contain a valid record for ID %s |
| | | SEVERE_ERR_JEB_DATABASE_EXCEPTION_14=Database exception: %s |
| | | SEVERE_ERR_CONFIG_INDEX_TYPE_NEEDS_MATCHING_RULE_26=The attribute '%s' cannot have indexing of type '%s' because it does not have a corresponding matching rule |
| | | MILD_ERR_JEB_UNCHECKED_EXCEPTION_28=Exception non v\u00e9rifi\u00e9e lors de la transaction de base de donn\u00e9es : %s |
| | | NOTICE_JEB_CLEAN_DATABASE_START_29=D\u00e9marrage du nettoyage de la base de donn\u00e9es sur %d fichiers journaux dans '%s' |
| | | NOTICE_JEB_CLEAN_DATABASE_MARKED_30=%d fichiers journaux marqu\u00e9s pour nettoyage |
| | | NOTICE_JEB_CLEAN_DATABASE_FINISH_31=Fin du nettoyage de la base de donn\u00e9es ; il reste d\u00e9sormais %d fichierx journaux |
| | | NOTICE_JEB_DELETED_ENTRY_COUNT_33=Le nombre d'entr\u00e9es supprim\u00e9es est %d |
| | | MILD_ERR_JEB_DUPLICATE_CONFIG_ENTRY_36=L'entr\u00e9e de configuration '%s' est ignor\u00e9e. Seule une entr\u00e9e de configuration avec la classe d'objet '%s' est autoris\u00e9e |
| | | MILD_ERR_JEB_CONFIG_ENTRY_NOT_RECOGNIZED_37=L'entr\u00e9e de configuration '%s' est ignor\u00e9e car elle n'est pas reconnue |
| | | MILD_ERR_JEB_INDEX_ATTRIBUTE_TYPE_NOT_FOUND_38=L'entr\u00e9e de configuration d'index '%s' est ignor\u00e9e car elle sp\u00e9cifie un type d'attribut inconnu '%s' |
| | | MILD_ERR_JEB_DUPLICATE_INDEX_CONFIG_39=L'entr\u00e9e de configuration d'index '%s' est ignor\u00e9e car elle sp\u00e9cifie un type d'attribut '%s', d\u00e9j\u00e0 d\u00e9fini dans une autre entr\u00e9e de configuration d'index |
| | | SEVERE_ERR_JEB_IO_ERROR_40=I/O error during backend operation: %s |
| | | NOTICE_JEB_BACKEND_STARTED_42=D\u00e9marrage du backend de base de donn\u00e9es %s contenant %d entr\u00e9es |
| | | MILD_ERR_JEB_IMPORT_PARENT_NOT_FOUND_43=L'entr\u00e9e '%s' parente n'existe pas |
| | | SEVERE_WARN_JEB_IMPORT_ENTRY_EXISTS_44=The entry exists and the import options do not allow it to be replaced |
| | | MILD_ERR_JEB_ATTRIBUTE_INDEX_NOT_CONFIGURED_45=Aucun index n'est configur\u00e9 pour le type d'attribut '%s' |
| | | MILD_ERR_JEB_SEARCH_NO_SUCH_OBJECT_46=La base de recherche '%s' parente n'existe pas |
| | | MILD_ERR_JEB_ADD_NO_SUCH_OBJECT_47=Impossible d'ajouter l'entr\u00e9e '%s' car son entr\u00e9e parente n'existe pas |
| | | MILD_ERR_JEB_DELETE_NO_SUCH_OBJECT_48=Impossible de supprimer l'entr\u00e9e '%s' car elle n'existe pas |
| | | MILD_ERR_JEB_MODIFY_NO_SUCH_OBJECT_49=Impossible de modifier l'entr\u00e9e '%s' car elle n'existe pas |
| | | MILD_ERR_JEB_MODIFYDN_NO_SUCH_OBJECT_50=Impossible de renommer l'entr\u00e9e '%s' car elle n'existe pas |
| | | MILD_ERR_JEB_ADD_ENTRY_ALREADY_EXISTS_51=Impossible d'ajouter l'entr\u00e9e %s car une entr\u00e9e du m\u00eame nom existe d\u00e9j\u00e0 |
| | | MILD_ERR_JEB_DELETE_NOT_ALLOWED_ON_NONLEAF_52=Impossible de supprimer l'entr\u00e9e '%s' car elle poss\u00e8de une entr\u00e9e subordonn\u00e9e |
| | | MILD_ERR_JEB_MODIFYDN_ALREADY_EXISTS_53=Impossible de renommer l'entr\u00e9e %s car une entr\u00e9e du m\u00eame nom existe d\u00e9j\u00e0 |
| | | MILD_ERR_JEB_NEW_SUPERIOR_NO_SUCH_OBJECT_54=Impossible de supprimer l'entr\u00e9e car la nouvelle entr\u00e9e '%s' parente n'existe pas |
| | | NOTICE_JEB_CACHE_PRELOAD_STARTED_55=D\u00e9marrage du pr\u00e9chargement de cache de base de donn\u00e9es pour le backend %s |
| | | NOTICE_JEB_CACHE_DB_PRELOADED_56=Fin du pr\u00e9chargement de cache de base de donn\u00e9es pour la base de donn\u00e9es %s |
| | | NOTICE_JEB_CACHE_PRELOAD_INTERRUPTED_BY_TIME_57=Interruption du pr\u00e9chargement de cache de base de donn\u00e9es pour le backend %s lors du pr\u00e9chargement de la base de donn\u00e9es %s pour des raisons de limite de temps |
| | | NOTICE_JEB_CACHE_PRELOAD_INTERRUPTED_BY_SIZE_58=Interruption du pr\u00e9chargement de cache de base de donn\u00e9es pour le backend %s lors du pr\u00e9chargement de la base de donn\u00e9es %s pour des raisons de limite de taille |
| | | NOTICE_JEB_CACHE_PRELOAD_INTERRUPTED_UNKNOWN_59=Interruption du pr\u00e9chargement de cache de base de donn\u00e9es pour le backend %s lors du pr\u00e9chargement de la base de donn\u00e9es %s |
| | | NOTICE_JEB_CACHE_PRELOAD_DONE_60=Fin du pr\u00e9chargement de cache de base de donn\u00e9es pour le backend %s |
| | | NOTICE_JEB_CACHE_SIZE_AFTER_PRELOAD_61=Le cache de base de donn\u00e9es est de %d Mo \u00e0 l'issue du pr\u00e9chargement |
| | | SEVERE_ERR_JEB_CACHE_PRELOAD_62=An error occurred while preloading the database cache for backend %s: %s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_GET_MAC_63=An error occurred while attempting to obtain the %s MAC provider to create the signed hash for the backup: %s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_GET_DIGEST_64=An error occurred while attempting to obtain the %s message digest to create the hash for the backup: %s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_65=An error occurred while trying to create the database archive file %s in directory %s: %s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_GET_CIPHER_66=An error occurred while attempting to obtain the cipher to use to encrypt the backup: %s |
| | | SEVERE_ERR_JEB_BACKUP_ZIP_COMMENT_67=%s backup %s of backend %s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_LIST_LOG_FILES_68=An error occurred while attempting to obtain a list of the files in directory %s to include in the database backup: %s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_WRITE_ARCHIVE_FILE_69=An error occurred while attempting to back up database file %s: %s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_CLOSE_ZIP_STREAM_70=An error occurred while trying to close the database archive file %s in directory %s: %s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_71=An error occurred while attempting to update the backup descriptor file %s with information about the database backup: %s |
| | | SEVERE_ERR_JEB_BACKUP_UNSIGNED_HASH_ERROR_72=The computed hash of backup %s is different to the value computed at time of backup |
| | | SEVERE_ERR_JEB_BACKUP_SIGNED_HASH_ERROR_73=The computed signed hash of backup %s is different to the value computed at time of backup |
| | | SEVERE_ERR_JEB_INCR_BACKUP_REQUIRES_FULL_74=A full backup must be taken before an incremental backup can be taken |
| | | SEVERE_ERR_JEB_CANNOT_RENAME_RESTORE_DIRECTORY_75=The directory %s, containing the files restored from backup, could not be renamed to the backend directory %s |
| | | SEVERE_ERR_JEB_INCR_BACKUP_FROM_WRONG_BASE_76=One of the following base backup IDs must be specified for the incremental backup: %s |
| | | SEVERE_ERR_JEB_CANNOT_CREATE_BACKUP_TAG_FILE_77=The backup tag file %s could not be created in %s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_RESTORE_78=An error occurred while attempting to restore the files from backup %s: %s |
| | | SEVERE_ERR_JEB_BACKUP_MISSING_BACKUPID_79=The information for backup %s could not be found in the backup directory %s |
| | | NOTICE_JEB_BACKUP_FILE_UNCHANGED_82=Inchang\u00e9 : %s |
| | | NOTICE_JEB_BACKUP_CLEANER_ACTIVITY_83=Incluant %s fichiers journaux suppl\u00e9mentaires en raison de l'activit\u00e9 de nettoyage |
| | | NOTICE_JEB_BACKUP_VERIFY_FILE_84=V\u00e9rification : %s |
| | | NOTICE_JEB_BACKUP_RESTORED_FILE_85=Restaur\u00e9 : %s (taille %d) |
| | | NOTICE_JEB_BACKUP_ARCHIVED_FILE_86=Archiv\u00e9 : %s |
| | | NOTICE_JEB_EXPORT_FINAL_STATUS_87=Entr\u00e9es : %d export\u00e9es et %d ignor\u00e9es en %d secondes (taux moyen %.1f/sec) |
| | | NOTICE_JEB_EXPORT_PROGRESS_REPORT_88=Enregistrements : %d export\u00e9s et %d ignor\u00e9s (taux r\u00e9cent %.1f/sec) |
| | | NOTICE_JEB_IMPORT_THREAD_COUNT_89=Nombre de threads import\u00e9s : %d threads |
| | | INFO_JEB_IMPORT_BUFFER_SIZE_90=Taille du tampon par thread = %,d |
| | | INFO_JEB_IMPORT_LDIF_PROCESSING_TIME_91=Le traitement du fichier LDIF a dur\u00e9 %d secondes |
| | | INFO_JEB_IMPORT_INDEX_PROCESSING_TIME_92=Le traitement de l'index a dur\u00e9 %d secondes |
| | | NOTICE_JEB_IMPORT_CLOSING_DATABASE_93=Vidage des donn\u00e9es vers le disque |
| | | NOTICE_JEB_IMPORT_FINAL_STATUS_94=Entr\u00e9es : %d trait\u00e9es, %d import\u00e9es, %d ignor\u00e9es, %d rejet\u00e9es et %d migr\u00e9es en %d secondes (taux moyen %.1f/sec) |
| | | NOTICE_JEB_IMPORT_ENTRY_LIMIT_EXCEEDED_COUNT_95=Nombre de valeurs d'index ayant d\u00e9pass\u00e9 la limite d'entr\u00e9e : %d |
| | | NOTICE_JEB_IMPORT_PROGRESS_REPORT_96=Entr\u00e9es : %d trait\u00e9es, %d import\u00e9es, %d ignor\u00e9es, %d rejet\u00e9es et %d migr\u00e9es (taux r\u00e9cent %.1f/sec) |
| | | NOTICE_JEB_IMPORT_CACHE_AND_MEMORY_REPORT_97=M\u00e9moire libre = %d Mo, taux d'\u00e9chec d'acc\u00e8s au cache = %.1f/entr\u00e9e |
| | | NOTICE_JEB_VERIFY_CLEAN_FINAL_STATUS_101=Enregistrements : %d v\u00e9rifi\u00e9s et %d erreurs trouv\u00e9es en %d secondes (taux moyen %.1f/sec) |
| | | INFO_JEB_VERIFY_MULTIPLE_REFERENCE_COUNT_102=Nombre d'enregistrements r\u00e9f\u00e9ren\u00e7ant plus d'une entr\u00e9e : %d |
| | | INFO_JEB_VERIFY_ENTRY_LIMIT_EXCEEDED_COUNT_103=Nombre d'enregistrements d\u00e9passant la limite d'entr\u00e9e : %d |
| | | INFO_JEB_VERIFY_AVERAGE_REFERENCE_COUNT_104=Le nombre moyen d'entr\u00e9es r\u00e9f\u00e9renc\u00e9 est %.2f/enregistrement |
| | | INFO_JEB_VERIFY_MAX_REFERENCE_COUNT_105=Le nombre maximum d'entr\u00e9es r\u00e9f\u00e9renc\u00e9 par les enregistrements est %d |
| | | NOTICE_JEB_VERIFY_FINAL_STATUS_106=Entr\u00e9es : %d v\u00e9rifi\u00e9s et %d erreurs trouv\u00e9es en %d secondes (taux moyen %.1f/sec) |
| | | INFO_JEB_VERIFY_ENTRY_LIMIT_STATS_HEADER_107=Statistiques pour les enregistrements ayant d\u00e9pass\u00e9 la limite d'entr\u00e9e : |
| | | INFO_JEB_VERIFY_ENTRY_LIMIT_STATS_ROW_108=Le fichier %s poss\u00e8de %d enregistrements de ce type min=%d max=%d m\u00e9dian=%d |
| | | NOTICE_JEB_VERIFY_PROGRESS_REPORT_109=%d trait\u00e9s sur %d enregistrements et %d erreurs trouv\u00e9es (taux r\u00e9cent %.1f/sec) |
| | | INFO_JEB_VERIFY_CACHE_AND_MEMORY_REPORT_110=M\u00e9moire libre = %d Mo, taux d'\u00e9chec d'acc\u00e8s au cache = %.1f/enregistrement |
| | | MILD_ERR_JEB_INVALID_PAGED_RESULTS_COOKIE_111=La valeur de cookie de contr\u00f4le des r\u00e9sultats pagin\u00e9s suivante n'est pas reconnue : %s |
| | | NOTICE_JEB_REFERRAL_RESULT_MESSAGE_112=Une entr\u00e9e de r\u00e9f\u00e9rence %s indique que l'op\u00e9ration doit \u00eatre trait\u00e9e sur un serveur diff\u00e9rent |
| | | INFO_JEB_IMPORT_ENVIRONMENT_CONFIG_119=Propri\u00e9t\u00e9s d'environnement de base de donn\u00e9es : %s |
| | | SEVERE_ERR_JEB_INCOMPATIBLE_ENTRY_VERSION_126=Entry record with ID %s is not compatible with this version of the backend database. Entry version: %x |
| | | NOTICE_JEB_LOOKTHROUGH_LIMIT_EXCEEDED_127=Cette op\u00e9ration de recherche a v\u00e9rifi\u00e9 le maximum d'entr\u00e9es %d \u00e0 des fins de correspondance |
| | | SEVERE_WARN_JEB_SET_PERMISSIONS_FAILED_128=An error occurred while setting file permissions for the backend database directory %s: %s |
| | | SEVERE_WARN_JEB_GET_ENTRY_COUNT_FAILED_129=Unable to determine the total number of entries in the container: %s |
| | | NOTICE_JEB_CONFIG_ATTR_REQUIRES_RESTART_130=Les modifications de l'attribut %s prennent effet au red\u00e9marrage du backend |
| | | NOTICE_JEB_REBUILD_PROGRESS_REPORT_131=%.1f%% termin\u00e9s. Enregistrements : %d/%d trait\u00e9s. (taux r\u00e9cent %.1f/sec) |
| | | NOTICE_JEB_REBUILD_CACHE_AND_MEMORY_REPORT_132=M\u00e9moire libre = %d Mo, taux d'\u00e9chec d'acc\u00e8s au cache = %.1f/enregistrement |
| | | NOTICE_JEB_REBUILD_FINAL_STATUS_133=Fin de la reconstruction. %d enregistrements trait\u00e9s en %d secondes (taux moyen %.1f/sec) |
| | | SEVERE_ERR_JEB_REBUILD_INDEX_FAILED_134=An error occurred while rebuilding index %s: %s |
| | | MILD_ERR_JEB_REBUILD_INSERT_ENTRY_FAILED_135=Une erreur s'est produite lors de l'insertion de l'entr\u00e9e dans %s database/index: %s |
| | | SEVERE_ERR_JEB_REBUILD_INDEX_CONFLICT_136=Another rebuild of index %s is already in progress |
| | | NOTICE_JEB_REBUILD_START_137=D\u00e9marrage des index %s avec un nombre total de %d enregistrements \u00e0 traiter |
| | | SEVERE_ERR_JEB_REBUILD_BACKEND_ONLINE_138=Rebuilding system index(es) must be done with the backend containing the base DN disabled |
| | | SEVERE_ERR_ENTRYIDSORTER_CANNOT_EXAMINE_ENTRY_139=Unable to examine the entry with ID %s for sorting purposes: %s |
| | | MILD_ERR_JEB_SEARCH_CANNOT_SORT_UNINDEXED_140=Impossible de traiter les r\u00e9sultats de recherche car la requ\u00eate de recherche donn\u00e9e n'est pas index\u00e9e |
| | | MILD_ERR_ENTRYIDSORTER_NEGATIVE_START_POS_141=Impossible de traiter la requ\u00eate d'affichage de liste virtuelle car la position de d\u00e9marrage de cible est situ\u00e9e avant le d\u00e9but de l'ensemble de r\u00e9sultats |
| | | MILD_ERR_ENTRYIDSORTER_OFFSET_TOO_LARGE_142=Impossible de traiter la requ\u00eate d'affichage de liste virtuelle car le d\u00e9calage de cible %d est sup\u00e9rieur au nombre total de r\u00e9sultats de la liste (%d) |
| | | MILD_ERR_ENTRYIDSORTER_TARGET_VALUE_NOT_FOUND_143=Impossible de traiter la requ\u00eate d'affichage de liste virtuelle car l'ensemble de r\u00e9sultats ne comporte aucune entr\u00e9e avec une valeur de tri sup\u00e9rieure ou \u00e9gale \u00e0 la valeur d'assertion fournie |
| | | MILD_ERR_JEB_SEARCH_CANNOT_MIX_PAGEDRESULTS_AND_VLV_144=L'op\u00e9ration de recherche demand\u00e9e inclut le contr\u00f4le de r\u00e9sultats pagin\u00e9s et le contr\u00f4le d'affichage de liste virtuelle. Ces contr\u00f4les sont mutuellement exclusifs et ne peuvent pas \u00eatre utilis\u00e9s simultan\u00e9ment |
| | | MILD_ERR_JEB_SEARCH_UNINDEXED_INSUFFICIENT_PRIVILEGES_145=Vous ne disposez pas des privil\u00e8ges suffisants pour lancer une recherche non index\u00e9e |
| | | SEVERE_WARN_JEB_UNABLE_SET_PERMISSIONS_146=This platform does not support setting file permissions %s to the database directory %s |
| | | NOTICE_JEB_CONFIG_INDEX_ENTRY_LIMIT_REQUIRES_REBUILD_148=Certaines cl\u00e9s d'index ont d\u00e9j\u00e0 d\u00e9pass\u00e9 la limite d'entr\u00e9e pr\u00e9c\u00e9dente dans l'index %s. Cet index doit \u00eatre reconstruit avant qu'il ne puisse utiliser la nouvelle limite |
| | | NOTICE_JEB_INDEX_ADD_REQUIRES_REBUILD_150=En raison des modifications apport\u00e9es \u00e0 la configuration, le fonctionnement de l'index %s se d\u00e9grade. Il doit \u00eatre reconstruit avant d'\u00eatre utilis\u00e9 |
| | | SEVERE_ERR_JEB_INDEX_CORRUPT_REQUIRES_REBUILD_151=An error occurred while reading from index %s. The index seems to be corrupt and is now operating in a degraded state. The index must be rebuilt before it can return to normal operation |
| | | SEVERE_ERR_JEB_IMPORT_BACKEND_ONLINE_152=The backend must be disabled before the import process can start |
| | | SEVERE_ERR_JEB_IMPORT_THREAD_EXCEPTION_153=An error occurred in import thread %s: %s. The thread can not continue |
| | | SEVERE_ERR_JEB_IMPORT_NO_WORKER_THREADS_154=There are no more import worker threads to process the imported entries |
| | | SEVERE_ERR_JEB_IMPORT_CREATE_TMPDIR_ERROR_155=Unable to create the temporary directory %s |
| | | SEVERE_ERR_JEB_INVALID_LOGGING_LEVEL_156=The database logging level string '%s' provided for configuration entry '%s' is invalid. The value must be one of OFF, SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST, or ALL. Note that these values are case sensitive |
| | | NOTICE_JEB_IMPORT_MIGRATION_START_157=Migration de %s entr\u00e9es pour le DN de base %s |
| | | NOTICE_JEB_IMPORT_LDIF_START_158=Traitement du fichier LDIF |
| | | NOTICE_JEB_IMPORT_LDIF_END_159=Fin du fichier LDIF atteinte |
| | | SEVERE_ERR_JEB_CONFIG_VLV_INDEX_UNDEFINED_ATTR_160=Sort attribute %s for VLV index %s is not defined in the server schema |
| | | SEVERE_ERR_JEB_CONFIG_VLV_INDEX_BAD_FILTER_161=An error occurred while parsing the search filter %s defined for VLV index %s: %s |
| | | MILD_ERR_JEB_VLV_INDEX_NOT_CONFIGURED_162=Aucun index de VLV n'est configur\u00e9 avec le nom '%s' |
| | | MILD_ERR_JEB_MODIFYDN_ABORTED_BY_SUBORDINATE_PLUGIN_163=Un plug-in a entra\u00een\u00e9 l'arr\u00eat de l'op\u00e9ration de modification de DN lors du d\u00e9placement et/ou du renommage d'une entr\u00e9e de %s en %s |
| | | MILD_ERR_JEB_MODIFYDN_ABORTED_BY_SUBORDINATE_SCHEMA_ERROR_164=Un plug-in a entra\u00een\u00e9 l'arr\u00eat de l'op\u00e9ration de modification de DN lors du d\u00e9placement et/ou du renommage d'une entr\u00e9e de %s en %s car la modification de cette entr\u00e9e ne respecte pas la configuration du sch\u00e9ma de serveur : %s |
| | | SEVERE_ERR_JEB_COMPSCHEMA_CANNOT_DECODE_OC_TOKEN_165=An error occurred while attempting to decode an object class set token from the JE compressed schema definitions: %s |
| | | SEVERE_ERR_JEB_COMPSCHEMA_CANNOT_DECODE_AD_TOKEN_166=An error occurred while attempting to decode an attribute description token from the JE compressed schema definitions: %s |
| | | SEVERE_ERR_JEB_COMPSCHEMA_CANNOT_STORE_STATUS_167=An error occurred while attempting to store compressed schema information in the database. The result returned was: %s |
| | | SEVERE_ERR_JEB_COMPSCHEMA_CANNOT_STORE_EX_168=An error occurred while attempting to store compressed schema information in the database: %s |
| | | SEVERE_ERR_JEB_COMPSCHEMA_CANNOT_STORE_MULTIPLE_FAILURES_169=The server was unable to store compressed schema information in the database after multiple attempts |
| | | SEVERE_ERR_JEB_COMPSCHEMA_UNKNOWN_OC_TOKEN_170=Unable to decode the provided object class set because it used an undefined token %s |
| | | SEVERE_ERR_JEB_COMPSCHEMA_UNRECOGNIZED_AD_TOKEN_171=Unable to decode the provided attribute because it used an undefined attribute description token %s |
| | | NOTICE_JEB_CONFIG_DB_DIR_REQUIRES_RESTART_172=Les modifications du r\u00e9pertoire de base de donn\u00e9es prennent effet au red\u00e9marrage du backend Les fichiers de base de donn\u00e9es du r\u00e9pertoire pr\u00e9c\u00e9dent %s doivent \u00eatre d\u00e9plac\u00e9s vers le nouveau r\u00e9pertoire %s apr\u00e8s l'arr\u00eat du backend afin de conserver les donn\u00e9es existantes |
| | | NOTICE_JEB_IMPORT_STARTING_173=%s d\u00e9but de l'importation (version %s, R%d) |
| | | SEVERE_ERR_JEB_DIRECTORY_DOES_NOT_EXIST_174=The backend database directory '%s' does not exist |
| | | SEVERE_ERR_JEB_IMPORT_LDIF_ABORT_175=The import was aborted because an uncaught exception was thrown during processing |
| | | NOTICE_JEB_IMPORT_LDIF_ROOTCONTAINER_CLOSE_176=La fermeture de l'environnement LDIF d'importation a dur\u00e9 %d secondes |
| | | NOTICE_JEB_IMPORT_LDIF_BUFFER_FLUSH_177=D\u00e9but du vidage du tampon de sous-cha\u00eene de %d \u00e9l\u00e9ments. Nombre total d'acc\u00e8s au tampon : %d nombre d'acc\u00e8s au tampon : %d |
| | | NOTICE_JEB_IMPORT_LDIF_BUFFER_FLUSH_COMPLETED_178=Fin du vidage de tampon de sous-cha\u00eene en %d secondes |
| | | NOTICE_JEB_IMPORT_LDIF_FINAL_CLEAN_179=D\u00e9but de l'ex\u00e9cution du nettoyage final |
| | | NOTICE_JEB_IMPORT_LDIF_CLEAN_180=D\u00e9but de l'ex\u00e9cution du nettoyage |
| | | NOTICE_JEB_IMPORT_LDIF_CLEANER_RUN_DONE_181=L'ex\u00e9cution du nettoyage a dur\u00e9 %d secondes %d fichiers journaux supprim\u00e9s |
| | | NOTICE_JEB_IMPORT_LDIF_CLEANER_REMOVE_LOGS_182=Le nettoyage supprime %d fichiers journaux |
| | | NOTICE_JEB_IMPORT_LDIF_BUFFER_TOT_AVAILMEM_184=La m\u00e9moire tampon disponible (%d octets) est inf\u00e9rieure \u00e0 la valeur minimale (%d octets). Configuration de la m\u00e9moire tampon disponible sur la valeur minimale |
| | | NOTICE_JEB_IMPORT_LDIF_MEMORY_INFO_185=Configuration du cache de base de donn\u00e9es sur %d octets et du tampon interne sur %d octets |
| | | NOTICE_JEB_IMPORT_LDIF_BUFFER_CONTEXT_AVAILMEM_186=La m\u00e9moire tampon disponible (%d octets) est inf\u00e9rieure \u00e0 la valeur minimale (%d octets) autoris\u00e9e pour un contexte d'importation unique. Configuration de la m\u00e9moire tampon disponible pour le contexte sur la valeur minimale |
| | | NOTICE_JEB_IMPORT_LDIF_BUFFER_CHECKPOINTS_187=Points de contr\u00f4le pratiqu\u00e9s : %d |
| | | NOTICE_JEB_IMPORT_LDIF_CLEANER_STATS_188=Ex\u00e9cutions du nettoyage : %d fichiers supprim\u00e9s : %d entr\u00e9es lues : %d IN n\u0153uds nettoy\u00e9s : %d |
| | | NOTICE_JEB_IMPORT_LDIF_EVICTION_DETECTED_STATS_189=\u00c9viction en cours Passes : %d n\u0153uds exclus : %d n\u0153uds BIN supprim\u00e9s : %d |
| | | NOTICE_JEB_IMPORT_LDIF_EVICTION_DETECTED_190=D\u00e9tection d'\u00e9viction apr\u00e8s l'importation de %d entr\u00e9es |
| | | |
| New file |
| | |
| | | # CDDL HEADER START |
| | | # |
| | | # The contents of this file are subject to the terms of the |
| | | # Common Development and Distribution License, Version 1.0 only |
| | | # (the "License"). You may not use this file except in compliance |
| | | # with the License. |
| | | # |
| | | # You can obtain a copy of the license at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE |
| | | # or https://OpenDS.dev.java.net/OpenDS.LICENSE. |
| | | # See the License for the specific language governing permissions |
| | | # and limitations under the License. |
| | | # |
| | | # When distributing Covered Code, include this CDDL HEADER in each |
| | | # file and include the License file at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, |
| | | # add the following below this CDDL HEADER, with the fields enclosed |
| | | # by brackets "[]" replaced with your own identifying information: |
| | | # Portions Copyright [yyyy] [name of copyright owner] |
| | | # |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2008 Sun Microsystems, Inc. |
| | | |
| | | |
| | | |
| | | # |
| | | # Global directives |
| | | # |
| | | global.category=JEB |
| | | |
| | | # |
| | | # Format string definitions |
| | | # |
| | | # Keys must be formatted as follows: |
| | | # |
| | | # [SEVERITY]_[DESCRIPTION]_[ORDINAL] |
| | | # |
| | | # where: |
| | | # |
| | | # SEVERITY is one of: |
| | | # [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE] |
| | | # |
| | | # DESCRIPTION is an upper case string providing a hint as to the context of |
| | | # the message in upper case with the underscore ('_') character serving as |
| | | # word separator |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | MILD_ERR_JEB_INCORRECT_ROUTING_1=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306b\u3001\u30a8\u30f3\u30c8\u30ea '%s' \u306b\u95a2\u3059\u308b\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u60c5\u5831\u30c4\u30ea\u30fc\u306e\u305d\u306e\u90e8\u5206\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | SEVERE_ERR_JEB_OPEN_DATABASE_FAIL_2=The database could not be opened: %s |
| | | SEVERE_ERR_JEB_OPEN_ENV_FAIL_3=The database environment could not be opened: %s |
| | | SEVERE_ERR_JEB_HIGHEST_ID_FAIL_5=The database highest entry identifier could not be determined |
| | | SEVERE_WARN_JEB_FUNCTION_NOT_SUPPORTED_6=The requested operation is not supported by this backend |
| | | SEVERE_ERR_JEB_CREATE_FAIL_7=The backend database directory could not be created: %s |
| | | SEVERE_ERR_JEB_REMOVE_FAIL_8=The backend database files could not be removed: %s |
| | | SEVERE_ERR_JEB_DIRECTORY_INVALID_9=The backend database directory '%s' is not a valid directory |
| | | SEVERE_ERR_JEB_MISSING_DN2ID_RECORD_10=The DN database does not contain a record for '%s' |
| | | SEVERE_ERR_JEB_MISSING_ID2ENTRY_RECORD_11=The entry database does not contain a record for ID %s |
| | | SEVERE_ERR_JEB_ENTRY_DATABASE_CORRUPT_12=The entry database does not contain a valid record for ID %s |
| | | SEVERE_ERR_JEB_DATABASE_EXCEPTION_14=Database exception: %s |
| | | SEVERE_ERR_CONFIG_INDEX_TYPE_NEEDS_MATCHING_RULE_26=The attribute '%s' cannot have indexing of type '%s' because it does not have a corresponding matching rule |
| | | MILD_ERR_JEB_UNCHECKED_EXCEPTION_28=\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30c8\u30e9\u30f3\u30b6\u30af\u30b7\u30e7\u30f3\u6642\u306b\u672a\u691c\u67fb\u306e\u4f8b\u5916\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | NOTICE_JEB_CLEAN_DATABASE_START_29='%2$s' \u306e %1$d \u500b\u306e\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u3067\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u6d88\u53bb\u3092\u958b\u59cb\u3057\u3066\u3044\u307e\u3059 |
| | | NOTICE_JEB_CLEAN_DATABASE_MARKED_30=\u6d88\u53bb\u306e\u30de\u30fc\u30af\u304c\u4ed8\u3044\u305f %d \u500b\u306e\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb |
| | | NOTICE_JEB_CLEAN_DATABASE_FINISH_31=\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u6d88\u53bb\u304c\u5b8c\u4e86\u3057\u307e\u3057\u305f\u3002%d \u500b\u306e\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u304c\u6b8b\u3063\u3066\u3044\u307e\u3059 |
| | | NOTICE_JEB_DELETED_ENTRY_COUNT_33=\u524a\u9664\u3055\u308c\u305f\u30a8\u30f3\u30c8\u30ea\u306e\u6570\u306f %d \u3067\u3057\u305f |
| | | MILD_ERR_JEB_DUPLICATE_CONFIG_ENTRY_36=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea '%s' \u306f\u7121\u8996\u3055\u308c\u307e\u3059\u3002\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 '%s' \u3092\u6301\u3064\u69cb\u6210\u30a8\u30f3\u30c8\u30ea\u306f 1 \u3064\u3060\u3051\u8a31\u53ef\u3055\u308c\u307e\u3059 |
| | | MILD_ERR_JEB_CONFIG_ENTRY_NOT_RECOGNIZED_37=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea '%s' \u306f\u7121\u8996\u3055\u308c\u307e\u3059\u3002\u305d\u306e\u30a8\u30f3\u30c8\u30ea\u306f\u8a8d\u8b58\u3055\u308c\u307e\u305b\u3093 |
| | | MILD_ERR_JEB_INDEX_ATTRIBUTE_TYPE_NOT_FOUND_38=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u69cb\u6210\u30a8\u30f3\u30c8\u30ea '%s' \u306f\u7121\u8996\u3055\u308c\u307e\u3059\u3002\u305d\u306e\u30a8\u30f3\u30c8\u30ea\u306f\u3001\u4e0d\u660e\u306a\u5c5e\u6027\u578b '%s' \u3092\u6307\u5b9a\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_JEB_DUPLICATE_INDEX_CONFIG_39=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u69cb\u6210\u30a8\u30f3\u30c8\u30ea '%s' \u306f\u7121\u8996\u3055\u308c\u307e\u3059\u3002\u305d\u306e\u30a8\u30f3\u30c8\u30ea\u306f\u3001\u5225\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u69cb\u6210\u30a8\u30f3\u30c8\u30ea\u3067\u3059\u3067\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u5c5e\u6027\u578b '%s' \u3092\u6307\u5b9a\u3057\u3066\u3044\u307e\u3059 |
| | | SEVERE_ERR_JEB_IO_ERROR_40=I/O error during backend operation: %s |
| | | NOTICE_JEB_BACKEND_STARTED_42=%2$d \u500b\u306e\u30a8\u30f3\u30c8\u30ea\u304c\u542b\u307e\u308c\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 %1$s \u304c\u8d77\u52d5\u3057\u307e\u3057\u305f |
| | | MILD_ERR_JEB_IMPORT_PARENT_NOT_FOUND_43=\u89aa\u30a8\u30f3\u30c8\u30ea '%s' \u306f\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | SEVERE_WARN_JEB_IMPORT_ENTRY_EXISTS_44=The entry exists and the import options do not allow it to be replaced |
| | | MILD_ERR_JEB_ATTRIBUTE_INDEX_NOT_CONFIGURED_45=\u5c5e\u6027\u578b '%s' \u7528\u306b\u69cb\u6210\u3055\u308c\u305f\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306f\u3042\u308a\u307e\u305b\u3093 |
| | | MILD_ERR_JEB_SEARCH_NO_SUCH_OBJECT_46=\u691c\u7d22\u30d9\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea '%s' \u306f\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | MILD_ERR_JEB_ADD_NO_SUCH_OBJECT_47=\u30a8\u30f3\u30c8\u30ea '%s' \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u89aa\u30a8\u30f3\u30c8\u30ea\u304c\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | MILD_ERR_JEB_DELETE_NO_SUCH_OBJECT_48=\u30a8\u30f3\u30c8\u30ea '%s' \u3092\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u30a8\u30f3\u30c8\u30ea\u306f\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | MILD_ERR_JEB_MODIFY_NO_SUCH_OBJECT_49=\u30a8\u30f3\u30c8\u30ea '%s' \u3092\u5909\u66f4\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u30a8\u30f3\u30c8\u30ea\u306f\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | MILD_ERR_JEB_MODIFYDN_NO_SUCH_OBJECT_50=\u30a8\u30f3\u30c8\u30ea '%s' \u306e\u540d\u524d\u3092\u5909\u66f4\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u30a8\u30f3\u30c8\u30ea\u306f\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | MILD_ERR_JEB_ADD_ENTRY_ALREADY_EXISTS_51=\u30a8\u30f3\u30c8\u30ea '%s' \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u540d\u524d\u306e\u30a8\u30f3\u30c8\u30ea\u306f\u3059\u3067\u306b\u5b58\u5728\u3057\u307e\u3059 |
| | | MILD_ERR_JEB_DELETE_NOT_ALLOWED_ON_NONLEAF_52=\u30a8\u30f3\u30c8\u30ea '%s' \u3092\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u30a8\u30f3\u30c8\u30ea\u306b\u306f\u4e0b\u4f4d\u30a8\u30f3\u30c8\u30ea\u304c\u3042\u308a\u307e\u3059 |
| | | MILD_ERR_JEB_MODIFYDN_ALREADY_EXISTS_53=\u30a8\u30f3\u30c8\u30ea\u306e\u540d\u524d\u3092 '%s' \u306b\u5909\u66f4\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u540d\u524d\u306e\u30a8\u30f3\u30c8\u30ea\u306f\u3059\u3067\u306b\u5b58\u5728\u3057\u307e\u3059 |
| | | MILD_ERR_JEB_NEW_SUPERIOR_NO_SUCH_OBJECT_54=\u30a8\u30f3\u30c8\u30ea\u3092\u79fb\u52d5\u3067\u304d\u307e\u305b\u3093\u3002\u65b0\u3057\u3044\u89aa\u30a8\u30f3\u30c8\u30ea '%s' \u304c\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | NOTICE_JEB_CACHE_PRELOAD_STARTED_55=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 %s \u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30ad\u30e3\u30c3\u30b7\u30e5\u306e\u30d7\u30ea\u30ed\u30fc\u30c9\u304c\u958b\u59cb\u3055\u308c\u307e\u3057\u305f |
| | | NOTICE_JEB_CACHE_DB_PRELOADED_56=\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9 %s \u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30ad\u30e3\u30c3\u30b7\u30e5\u306e\u30d7\u30ea\u30ed\u30fc\u30c9\u304c\u5b8c\u4e86\u3057\u307e\u3057\u305f |
| | | NOTICE_JEB_CACHE_PRELOAD_INTERRUPTED_BY_TIME_57=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 %s \u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30ad\u30e3\u30c3\u30b7\u30e5\u306e\u30d7\u30ea\u30ed\u30fc\u30c9\u3067\u3001\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9 %s \u306e\u30d7\u30ea\u30ed\u30fc\u30c9\u4e2d\u306b\u6642\u9593\u5236\u9650\u306b\u3088\u308b\u5272\u308a\u8fbc\u307f\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | NOTICE_JEB_CACHE_PRELOAD_INTERRUPTED_BY_SIZE_58=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 %s \u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30ad\u30e3\u30c3\u30b7\u30e5\u306e\u30d7\u30ea\u30ed\u30fc\u30c9\u3067\u3001\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9 %s \u306e\u30d7\u30ea\u30ed\u30fc\u30c9\u4e2d\u306b\u30b5\u30a4\u30ba\u5236\u9650\u306b\u3088\u308b\u5272\u308a\u8fbc\u307f\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | NOTICE_JEB_CACHE_PRELOAD_INTERRUPTED_UNKNOWN_59=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 %s \u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30ad\u30e3\u30c3\u30b7\u30e5\u306e\u30d7\u30ea\u30ed\u30fc\u30c9\u3067\u3001\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9 %s \u306e\u30d7\u30ea\u30ed\u30fc\u30c9\u4e2d\u306b\u5272\u308a\u8fbc\u307f\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | NOTICE_JEB_CACHE_PRELOAD_DONE_60=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 %s \u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30ad\u30e3\u30c3\u30b7\u30e5\u306e\u30d7\u30ea\u30ed\u30fc\u30c9\u304c\u5b8c\u4e86\u3057\u307e\u3057\u305f |
| | | NOTICE_JEB_CACHE_SIZE_AFTER_PRELOAD_61=\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30ad\u30e3\u30c3\u30b7\u30e5\u306f\u3001\u30d7\u30ea\u30ed\u30fc\u30c9\u5f8c\u306b %dM \u30d0\u30a4\u30c8\u306b\u306a\u308a\u307e\u3057\u305f |
| | | SEVERE_ERR_JEB_CACHE_PRELOAD_62=An error occurred while preloading the database cache for backend %s: %s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_GET_MAC_63=An error occurred while attempting to obtain the %s MAC provider to create the signed hash for the backup: %s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_GET_DIGEST_64=An error occurred while attempting to obtain the %s message digest to create the hash for the backup: %s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_65=An error occurred while trying to create the database archive file %s in directory %s: %s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_GET_CIPHER_66=An error occurred while attempting to obtain the cipher to use to encrypt the backup: %s |
| | | SEVERE_ERR_JEB_BACKUP_ZIP_COMMENT_67=%s backup %s of backend %s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_LIST_LOG_FILES_68=An error occurred while attempting to obtain a list of the files in directory %s to include in the database backup: %s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_WRITE_ARCHIVE_FILE_69=An error occurred while attempting to back up database file %s: %s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_CLOSE_ZIP_STREAM_70=An error occurred while trying to close the database archive file %s in directory %s: %s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_71=An error occurred while attempting to update the backup descriptor file %s with information about the database backup: %s |
| | | SEVERE_ERR_JEB_BACKUP_UNSIGNED_HASH_ERROR_72=The computed hash of backup %s is different to the value computed at time of backup |
| | | SEVERE_ERR_JEB_BACKUP_SIGNED_HASH_ERROR_73=The computed signed hash of backup %s is different to the value computed at time of backup |
| | | SEVERE_ERR_JEB_INCR_BACKUP_REQUIRES_FULL_74=A full backup must be taken before an incremental backup can be taken |
| | | SEVERE_ERR_JEB_CANNOT_RENAME_RESTORE_DIRECTORY_75=The directory %s, containing the files restored from backup, could not be renamed to the backend directory %s |
| | | SEVERE_ERR_JEB_INCR_BACKUP_FROM_WRONG_BASE_76=One of the following base backup IDs must be specified for the incremental backup: %s |
| | | SEVERE_ERR_JEB_CANNOT_CREATE_BACKUP_TAG_FILE_77=The backup tag file %s could not be created in %s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_RESTORE_78=An error occurred while attempting to restore the files from backup %s: %s |
| | | SEVERE_ERR_JEB_BACKUP_MISSING_BACKUPID_79=The information for backup %s could not be found in the backup directory %s |
| | | NOTICE_JEB_BACKUP_FILE_UNCHANGED_82=\u5909\u66f4\u3055\u308c\u3066\u3044\u307e\u305b\u3093: %s |
| | | NOTICE_JEB_BACKUP_CLEANER_ACTIVITY_83=\u30af\u30ea\u30fc\u30ca\u306e\u52d5\u4f5c\u306b\u3088\u308a\u3001%s \u306e\u8ffd\u52a0\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u3092\u542b\u3081\u3066\u3044\u307e\u3059 |
| | | NOTICE_JEB_BACKUP_VERIFY_FILE_84=\u691c\u8a3c\u3057\u3066\u3044\u307e\u3059: %s |
| | | NOTICE_JEB_BACKUP_RESTORED_FILE_85=\u5fa9\u5143\u3057\u307e\u3057\u305f: %s (\u30b5\u30a4\u30ba %d) |
| | | NOTICE_JEB_BACKUP_ARCHIVED_FILE_86=\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f: %s |
| | | NOTICE_JEB_EXPORT_FINAL_STATUS_87=%3$d \u79d2\u3067 %1$d \u500b\u306e\u30a8\u30f3\u30c8\u30ea\u3092\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3057\u3001%2$d \u500b\u3092\u30b9\u30ad\u30c3\u30d7\u3057\u307e\u3057\u305f (\u5e73\u5747\u30ec\u30fc\u30c8 %4$.1f \u500b/\u79d2) |
| | | NOTICE_JEB_EXPORT_PROGRESS_REPORT_88=%d \u500b\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3057\u3001%d \u500b\u3092\u30b9\u30ad\u30c3\u30d7\u3057\u307e\u3057\u305f (\u6700\u65b0\u306e\u30ec\u30fc\u30c8 %.1f \u500b/\u79d2) |
| | | NOTICE_JEB_IMPORT_THREAD_COUNT_89=\u30a4\u30f3\u30dd\u30fc\u30c8\u30b9\u30ec\u30c3\u30c9\u30ab\u30a6\u30f3\u30c8: %d \u500b\u306e\u30b9\u30ec\u30c3\u30c9 |
| | | INFO_JEB_IMPORT_BUFFER_SIZE_90=\u30b9\u30ec\u30c3\u30c9\u3042\u305f\u308a\u306e\u30d0\u30c3\u30d5\u30a1\u30fc\u30b5\u30a4\u30ba = %,d |
| | | INFO_JEB_IMPORT_LDIF_PROCESSING_TIME_91=LDIF \u306e\u51e6\u7406\u306b %d \u79d2\u304b\u304b\u308a\u307e\u3057\u305f |
| | | INFO_JEB_IMPORT_INDEX_PROCESSING_TIME_92=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u51e6\u7406\u306b %d \u79d2\u304b\u304b\u308a\u307e\u3057\u305f |
| | | NOTICE_JEB_IMPORT_CLOSING_DATABASE_93=\u30c7\u30fc\u30bf\u3092\u30c7\u30a3\u30b9\u30af\u306b\u30d5\u30e9\u30c3\u30b7\u30e5\u3057\u3066\u3044\u307e\u3059 |
| | | NOTICE_JEB_IMPORT_FINAL_STATUS_94=%6$d \u79d2\u3067 %1$d \u500b\u306e\u30a8\u30f3\u30c8\u30ea\u3092\u51e6\u7406\u3057\u3001%2$d \u500b\u3092\u30a4\u30f3\u30dd\u30fc\u30c8\u3057\u3001%3$d \u500b\u3092\u30b9\u30ad\u30c3\u30d7\u3057\u3001%4$d \u500b\u3092\u62d2\u5426\u3057\u3001%5$d \u500b\u3092\u79fb\u884c\u3057\u307e\u3057\u305f (\u5e73\u5747\u30ec\u30fc\u30c8 %7$.1f \u500b/\u79d2) |
| | | NOTICE_JEB_IMPORT_ENTRY_LIMIT_EXCEEDED_COUNT_95=\u30a8\u30f3\u30c8\u30ea\u5236\u9650\u3092\u8d85\u904e\u3057\u305f\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u5024\u306e\u6570: %d |
| | | NOTICE_JEB_IMPORT_PROGRESS_REPORT_96=%d \u500b\u306e\u30a8\u30f3\u30c8\u30ea\u3092\u51e6\u7406\u3057\u3001%d \u500b\u3092\u30b9\u30ad\u30c3\u30d7\u3057\u3001%d \u500b\u3092\u62d2\u5426\u3057\u3001%d \u500b\u3092\u79fb\u884c\u3057\u307e\u3057\u305f (\u6700\u65b0\u306e\u30ec\u30fc\u30c8 %.1f \u500b/\u79d2) |
| | | NOTICE_JEB_IMPORT_CACHE_AND_MEMORY_REPORT_97=\u7a7a\u304d\u30e1\u30e2\u30ea\u30fc = %dM \u30d0\u30a4\u30c8\u3001\u30ad\u30e3\u30c3\u30b7\u30e5\u30df\u30b9\u30ec\u30fc\u30c8 = %.1f \u500b/\u30a8\u30f3\u30c8\u30ea |
| | | NOTICE_JEB_VERIFY_CLEAN_FINAL_STATUS_101=%3$d \u79d2\u3067 %1$d \u500b\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u78ba\u8a8d\u3057\u3001%2$d \u500b\u306e\u30a8\u30e9\u30fc\u304c\u898b\u3064\u304b\u308a\u307e\u3057\u305f (\u5e73\u5747\u30ec\u30fc\u30c8 %4$.1f \u500b/\u79d2) |
| | | INFO_JEB_VERIFY_MULTIPLE_REFERENCE_COUNT_102=\u8907\u6570\u306e\u30a8\u30f3\u30c8\u30ea\u3092\u53c2\u7167\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u6570: %d |
| | | INFO_JEB_VERIFY_ENTRY_LIMIT_EXCEEDED_COUNT_103=\u30a8\u30f3\u30c8\u30ea\u5236\u9650\u3092\u8d85\u904e\u3057\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u6570: %d |
| | | INFO_JEB_VERIFY_AVERAGE_REFERENCE_COUNT_104=\u53c2\u7167\u3055\u308c\u308b\u30a8\u30f3\u30c8\u30ea\u306e\u5e73\u5747\u6570\u306f %.2f \u500b/\u30ec\u30b3\u30fc\u30c9\u3067\u3059 |
| | | INFO_JEB_VERIFY_MAX_REFERENCE_COUNT_105=\u30ec\u30b3\u30fc\u30c9\u306b\u3088\u3063\u3066\u53c2\u7167\u3055\u308c\u308b\u30a8\u30f3\u30c8\u30ea\u306e\u6700\u5927\u6570\u306f %d \u500b\u3067\u3059 |
| | | NOTICE_JEB_VERIFY_FINAL_STATUS_106=%3$d \u79d2\u3067 %1$d \u500b\u306e\u30a8\u30f3\u30c8\u30ea\u3092\u78ba\u8a8d\u3057\u3001%2$d \u500b\u306e\u30a8\u30e9\u30fc\u304c\u898b\u3064\u304b\u308a\u307e\u3057\u305f (\u5e73\u5747\u30ec\u30fc\u30c8 %4$.1f \u500b/\u79d2) |
| | | INFO_JEB_VERIFY_ENTRY_LIMIT_STATS_HEADER_107=\u30a8\u30f3\u30c8\u30ea\u5236\u9650\u3092\u8d85\u904e\u3057\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u7d71\u8a08: |
| | | INFO_JEB_VERIFY_ENTRY_LIMIT_STATS_ROW_108=\u30d5\u30a1\u30a4\u30eb %s \u306b %d \u500b\u306e\u8a72\u5f53\u30ec\u30b3\u30fc\u30c9\u304c\u3042\u308a\u307e\u3059 \u6700\u5c0f=%d \u6700\u5927=%d \u4e2d\u592e=%d |
| | | NOTICE_JEB_VERIFY_PROGRESS_REPORT_109=%2$d \u500b\u306e\u30ec\u30b3\u30fc\u30c9\u306e\u3046\u3061 %1$d \u500b\u3092\u51e6\u7406\u3057\u3001%3$d \u500b\u306e\u30a8\u30e9\u30fc\u304c\u898b\u3064\u304b\u308a\u307e\u3057\u305f (\u6700\u65b0\u306e\u30ec\u30fc\u30c8 %4$.1f \u500b/\u79d2) |
| | | INFO_JEB_VERIFY_CACHE_AND_MEMORY_REPORT_110=\u7a7a\u304d\u30e1\u30e2\u30ea\u30fc = %dM \u30d0\u30a4\u30c8\u3001\u30ad\u30e3\u30c3\u30b7\u30e5\u30df\u30b9\u30ec\u30fc\u30c8 = %.1f \u500b/\u30ec\u30b3\u30fc\u30c9 |
| | | MILD_ERR_JEB_INVALID_PAGED_RESULTS_COOKIE_111=\u6b21\u306e\u7d50\u679c\u30da\u30fc\u30b8\u30f3\u30b0\u5236\u5fa1 Cookie \u5024\u304c\u8a8d\u8b58\u3055\u308c\u307e\u305b\u3093\u3067\u3057\u305f: %s |
| | | NOTICE_JEB_REFERRAL_RESULT_MESSAGE_112=\u30ea\u30d5\u30a7\u30e9\u30eb\u30a8\u30f3\u30c8\u30ea %s \u306f\u3001\u64cd\u4f5c\u3092\u5225\u306e\u30b5\u30fc\u30d0\u30fc\u3067\u51e6\u7406\u3059\u308b\u5fc5\u8981\u304c\u3042\u308b\u3053\u3068\u3092\u793a\u3057\u3066\u3044\u307e\u3059 |
| | | INFO_JEB_IMPORT_ENVIRONMENT_CONFIG_119=\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u74b0\u5883\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc: %s |
| | | SEVERE_ERR_JEB_INCOMPATIBLE_ENTRY_VERSION_126=Entry record with ID %s is not compatible with this version of the backend database. Entry version: %x |
| | | NOTICE_JEB_LOOKTHROUGH_LIMIT_EXCEEDED_127=\u3053\u306e\u691c\u7d22\u64cd\u4f5c\u306f\u3001\u6700\u5927\u6570\u3067\u3042\u308b %d \u500b\u306e\u4e00\u81f4\u30a8\u30f3\u30c8\u30ea\u3092\u78ba\u8a8d\u3057\u307e\u3057\u305f |
| | | SEVERE_WARN_JEB_SET_PERMISSIONS_FAILED_128=An error occurred while setting file permissions for the backend database directory %s: %s |
| | | SEVERE_WARN_JEB_GET_ENTRY_COUNT_FAILED_129=Unable to determine the total number of entries in the container: %s |
| | | NOTICE_JEB_CONFIG_ATTR_REQUIRES_RESTART_130=%s \u5c5e\u6027\u306b\u5bfe\u3059\u308b\u5909\u66f4\u306f\u3001\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3092\u518d\u8d77\u52d5\u3059\u308b\u307e\u3067\u6709\u52b9\u306b\u306a\u308a\u307e\u305b\u3093 |
| | | NOTICE_JEB_REBUILD_PROGRESS_REPORT_131=%.1f%% \u5b8c\u4e86\u3057\u307e\u3057\u305f\u3002%d/%d \u500b\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u51e6\u7406\u3057\u307e\u3057\u305f\u3002(\u6700\u65b0\u306e\u30ec\u30fc\u30c8 %.1f \u500b/\u79d2) |
| | | NOTICE_JEB_REBUILD_CACHE_AND_MEMORY_REPORT_132=\u7a7a\u304d\u30e1\u30e2\u30ea\u30fc = %dM \u30d0\u30a4\u30c8\u3001\u30ad\u30e3\u30c3\u30b7\u30e5\u30df\u30b9\u30ec\u30fc\u30c8 = %.1f \u500b/\u30ec\u30b3\u30fc\u30c9 |
| | | NOTICE_JEB_REBUILD_FINAL_STATUS_133=\u518d\u69cb\u7bc9\u304c\u5b8c\u4e86\u3057\u307e\u3057\u305f\u3002%2$d \u79d2\u3067 %1$d \u500b\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u51e6\u7406\u3057\u307e\u3057\u305f (\u5e73\u5747\u30ec\u30fc\u30c8 %3$.1f \u500b/\u79d2) |
| | | SEVERE_ERR_JEB_REBUILD_INDEX_FAILED_134=An error occurred while rebuilding index %s: %s |
| | | MILD_ERR_JEB_REBUILD_INSERT_ENTRY_FAILED_135=\u30a8\u30f3\u30c8\u30ea\u3092 %s \u30c7\u30fc\u30bf\u30d9\u30fc\u30b9/\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306b\u633f\u5165\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_JEB_REBUILD_INDEX_CONFLICT_136=Another rebuild of index %s is already in progress |
| | | NOTICE_JEB_REBUILD_START_137=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9 %s \u306e\u518d\u69cb\u7bc9\u304c\u958b\u59cb\u3055\u308c\u307e\u3057\u305f\u3002\u51e6\u7406\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u5408\u8a08\u306f %d \u3067\u3059 |
| | | SEVERE_ERR_JEB_REBUILD_BACKEND_ONLINE_138=Rebuilding system index(es) must be done with the backend containing the base DN disabled |
| | | SEVERE_ERR_ENTRYIDSORTER_CANNOT_EXAMINE_ENTRY_139=Unable to examine the entry with ID %s for sorting purposes: %s |
| | | MILD_ERR_JEB_SEARCH_CANNOT_SORT_UNINDEXED_140=\u691c\u7d22\u7d50\u679c\u3092\u30bd\u30fc\u30c8\u3067\u304d\u307e\u305b\u3093\u3002\u6307\u5b9a\u3055\u308c\u305f\u691c\u7d22\u8981\u6c42\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u4f5c\u6210\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_ENTRYIDSORTER_NEGATIVE_START_POS_141=\u4eee\u60f3\u30ea\u30b9\u30c8\u8868\u793a\u8981\u6c42\u3092\u51e6\u7406\u3067\u304d\u307e\u305b\u3093\u3002\u30bf\u30fc\u30b2\u30c3\u30c8\u306e\u958b\u59cb\u4f4d\u7f6e\u304c\u7d50\u679c\u30bb\u30c3\u30c8\u306e\u5148\u982d\u3088\u308a\u524d\u306b\u3042\u308a\u307e\u3057\u305f |
| | | MILD_ERR_ENTRYIDSORTER_OFFSET_TOO_LARGE_142=\u4eee\u60f3\u30ea\u30b9\u30c8\u8868\u793a\u8981\u6c42\u3092\u51e6\u7406\u3067\u304d\u307e\u305b\u3093\u3002\u30bf\u30fc\u30b2\u30c3\u30c8\u306e\u30aa\u30d5\u30bb\u30c3\u30c8 %d \u304c\u30ea\u30b9\u30c8\u5185\u306e\u7d50\u679c\u306e\u5408\u8a08\u6570 (%d) \u3088\u308a\u5927\u304d\u304f\u306a\u3063\u3066\u3044\u307e\u3057\u305f |
| | | MILD_ERR_ENTRYIDSORTER_TARGET_VALUE_NOT_FOUND_143=\u4eee\u60f3\u30ea\u30b9\u30c8\u8868\u793a\u8981\u6c42\u3092\u51e6\u7406\u3067\u304d\u307e\u305b\u3093\u3002\u6307\u5b9a\u3055\u308c\u305f\u8868\u660e\u5024\u4ee5\u4e0a\u306e\u30bd\u30fc\u30c8\u5024\u3092\u6301\u3064\u30a8\u30f3\u30c8\u30ea\u304c\u7d50\u679c\u30bb\u30c3\u30c8\u306b\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f |
| | | MILD_ERR_JEB_SEARCH_CANNOT_MIX_PAGEDRESULTS_AND_VLV_144=\u8981\u6c42\u3055\u308c\u305f\u691c\u7d22\u64cd\u4f5c\u306b\u3001\u5358\u7d14\u306a\u30da\u30fc\u30b8\u30f3\u30b0\u306e\u7d50\u679c\u5236\u5fa1\u3068\u4eee\u60f3\u30ea\u30b9\u30c8\u8868\u793a\u5236\u5fa1\u306e\u4e21\u65b9\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f\u3002\u3053\u308c\u3089\u306e\u5236\u5fa1\u306f\u76f8\u4e92\u306b\u6392\u4ed6\u7684\u3067\u3042\u308a\u3001\u4e00\u7dd2\u306b\u4f7f\u7528\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093 |
| | | MILD_ERR_JEB_SEARCH_UNINDEXED_INSUFFICIENT_PRIVILEGES_145=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u306a\u3044\u691c\u7d22\u3092\u5b9f\u884c\u3059\u308b\u305f\u3081\u306e\u5341\u5206\u306a\u6a29\u9650\u304c\u3042\u308a\u307e\u305b\u3093 |
| | | SEVERE_WARN_JEB_UNABLE_SET_PERMISSIONS_146=This platform does not support setting file permissions %s to the database directory %s |
| | | NOTICE_JEB_CONFIG_INDEX_ENTRY_LIMIT_REQUIRES_REBUILD_148=\u4e00\u90e8\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ad\u30fc\u304c\u3001\u30a4\u30f3\u30c7\u30c3\u30af\u30b9 %s \u306e\u524d\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30a8\u30f3\u30c8\u30ea\u5236\u9650\u3092\u3059\u3067\u306b\u8d85\u904e\u3057\u3066\u3044\u307e\u3059\u3002\u3053\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3067\u65b0\u3057\u3044\u5236\u9650\u3092\u4f7f\u7528\u3059\u308b\u305f\u3081\u306b\u306f\u3001\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u518d\u69cb\u7bc9\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059 |
| | | NOTICE_JEB_INDEX_ADD_REQUIRES_REBUILD_150=\u69cb\u6210\u3067\u306e\u5909\u66f4\u306e\u305f\u3081\u3001\u30a4\u30f3\u30c7\u30c3\u30af\u30b9 %s \u306f\u73fe\u5728\u7e2e\u9000\u72b6\u614b\u3067\u5b9f\u884c\u3055\u308c\u3066\u304a\u308a\u3001\u4f7f\u7528\u3059\u308b\u305f\u3081\u306b\u306f\u518d\u69cb\u7bc9\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059 |
| | | SEVERE_ERR_JEB_INDEX_CORRUPT_REQUIRES_REBUILD_151=An error occurred while reading from index %s. The index seems to be corrupt and is now operating in a degraded state. The index must be rebuilt before it can return to normal operation |
| | | SEVERE_ERR_JEB_IMPORT_BACKEND_ONLINE_152=The backend must be disabled before the import process can start |
| | | SEVERE_ERR_JEB_IMPORT_THREAD_EXCEPTION_153=An error occurred in import thread %s: %s. The thread can not continue |
| | | SEVERE_ERR_JEB_IMPORT_NO_WORKER_THREADS_154=There are no more import worker threads to process the imported entries |
| | | SEVERE_ERR_JEB_IMPORT_CREATE_TMPDIR_ERROR_155=Unable to create the temporary directory %s |
| | | SEVERE_ERR_JEB_INVALID_LOGGING_LEVEL_156=The database logging level string '%s' provided for configuration entry '%s' is invalid. The value must be one of OFF, SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST, or ALL. Note that these values are case sensitive |
| | | NOTICE_JEB_IMPORT_MIGRATION_START_157=\u30d9\u30fc\u30b9 DN %2$s \u306e %1$s \u30a8\u30f3\u30c8\u30ea\u3092\u79fb\u884c\u3057\u3066\u3044\u307e\u3059 |
| | | NOTICE_JEB_IMPORT_LDIF_START_158=LDIF \u3092\u51e6\u7406\u3057\u3066\u3044\u307e\u3059 |
| | | NOTICE_JEB_IMPORT_LDIF_END_159=LDIF \u306e\u672b\u5c3e\u306b\u9054\u3057\u307e\u3057\u305f |
| | | SEVERE_ERR_JEB_CONFIG_VLV_INDEX_UNDEFINED_ATTR_160=Sort attribute %s for VLV index %s is not defined in the server schema |
| | | SEVERE_ERR_JEB_CONFIG_VLV_INDEX_BAD_FILTER_161=An error occurred while parsing the search filter %s defined for VLV index %s: %s |
| | | MILD_ERR_JEB_VLV_INDEX_NOT_CONFIGURED_162=\u540d\u524d\u304c '%s' \u3067\u3042\u308b\u69cb\u6210\u3055\u308c\u305f VLV \u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306f\u3042\u308a\u307e\u305b\u3093 |
| | | MILD_ERR_JEB_MODIFYDN_ABORTED_BY_SUBORDINATE_PLUGIN_163=\u30a8\u30f3\u30c8\u30ea\u3092 %s \u304b\u3089 %s \u306b\u79fb\u52d5\u4e2d\u307e\u305f\u306f\u540d\u524d\u5909\u66f4\u4e2d\u306b\u3001\u30d7\u30e9\u30b0\u30a4\u30f3\u304c\u539f\u56e0\u3067 DN \u5909\u66f4\u64cd\u4f5c\u304c\u7570\u5e38\u7d42\u4e86\u3057\u307e\u3057\u305f |
| | | MILD_ERR_JEB_MODIFYDN_ABORTED_BY_SUBORDINATE_SCHEMA_ERROR_164=\u30a8\u30f3\u30c8\u30ea\u3092 %s \u304b\u3089 %s \u306b\u79fb\u52d5\u4e2d\u307e\u305f\u306f\u540d\u524d\u5909\u66f4\u4e2d\u306b\u3001\u30d7\u30e9\u30b0\u30a4\u30f3\u304c\u539f\u56e0\u3067 DN \u5909\u66f4\u64cd\u4f5c\u304c\u7570\u5e38\u7d42\u4e86\u3057\u307e\u3057\u305f\u3002\u3053\u306e\u30a8\u30f3\u30c8\u30ea\u3078\u306e\u5909\u66f4\u304c\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u69cb\u6210\u306b\u9055\u53cd\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_JEB_COMPSCHEMA_CANNOT_DECODE_OC_TOKEN_165=An error occurred while attempting to decode an object class set token from the JE compressed schema definitions: %s |
| | | SEVERE_ERR_JEB_COMPSCHEMA_CANNOT_DECODE_AD_TOKEN_166=An error occurred while attempting to decode an attribute description token from the JE compressed schema definitions: %s |
| | | SEVERE_ERR_JEB_COMPSCHEMA_CANNOT_STORE_STATUS_167=An error occurred while attempting to store compressed schema information in the database. The result returned was: %s |
| | | SEVERE_ERR_JEB_COMPSCHEMA_CANNOT_STORE_EX_168=An error occurred while attempting to store compressed schema information in the database: %s |
| | | SEVERE_ERR_JEB_COMPSCHEMA_CANNOT_STORE_MULTIPLE_FAILURES_169=The server was unable to store compressed schema information in the database after multiple attempts |
| | | SEVERE_ERR_JEB_COMPSCHEMA_UNKNOWN_OC_TOKEN_170=Unable to decode the provided object class set because it used an undefined token %s |
| | | SEVERE_ERR_JEB_COMPSCHEMA_UNRECOGNIZED_AD_TOKEN_171=Unable to decode the provided attribute because it used an undefined attribute description token %s |
| | | NOTICE_JEB_CONFIG_DB_DIR_REQUIRES_RESTART_172=DB \u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u5bfe\u3059\u308b\u5909\u66f4\u306f\u3001\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3092\u518d\u8d77\u52d5\u3059\u308b\u307e\u3067\u6709\u52b9\u306b\u306a\u308a\u307e\u305b\u3093\u3002\u65e2\u5b58\u306e\u30c7\u30fc\u30bf\u3092\u4fdd\u6301\u3059\u308b\u305f\u3081\u3001\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3092\u505c\u6b62\u3057\u305f\u3042\u3068\u306b\u3001\u524d\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %s \u306e DB \u30d5\u30a1\u30a4\u30eb\u3092\u65b0\u3057\u3044\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %s \u306b\u79fb\u52d5\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059 |
| | | NOTICE_JEB_IMPORT_STARTING_173=%s \u3067\u30a4\u30f3\u30dd\u30fc\u30c8\u3092\u958b\u59cb\u3057\u3066\u3044\u307e\u3059 (\u30d3\u30eb\u30c9 %s\u3001R%d) |
| | | SEVERE_ERR_JEB_DIRECTORY_DOES_NOT_EXIST_174=The backend database directory '%s' does not exist |
| | | SEVERE_ERR_JEB_IMPORT_LDIF_ABORT_175=The import was aborted because an uncaught exception was thrown during processing |
| | | NOTICE_JEB_IMPORT_LDIF_ROOTCONTAINER_CLOSE_176=LDIF \u30a4\u30f3\u30dd\u30fc\u30c8\u74b0\u5883\u3092\u9589\u3058\u308b\u305f\u3081\u306b %d \u79d2\u304b\u304b\u308a\u307e\u3057\u305f |
| | | NOTICE_JEB_IMPORT_LDIF_BUFFER_FLUSH_177=%d \u500b\u306e\u8981\u7d20\u306e\u90e8\u5206\u6587\u5b57\u5217\u30d0\u30c3\u30d5\u30a1\u30fc\u306e\u30d5\u30e9\u30c3\u30b7\u30e5\u3092\u958b\u59cb\u3057\u307e\u3059\u3002\u30d0\u30c3\u30d5\u30a1\u30fc\u306e\u5408\u8a08\u30a2\u30af\u30bb\u30b9: %d \u30d0\u30c3\u30d5\u30a1\u30fc\u306e\u30d2\u30c3\u30c8: %d |
| | | NOTICE_JEB_IMPORT_LDIF_BUFFER_FLUSH_COMPLETED_178=\u90e8\u5206\u6587\u5b57\u5217\u30d0\u30c3\u30d5\u30a1\u30fc\u306e\u30d5\u30e9\u30c3\u30b7\u30e5\u304c %d \u79d2\u3067\u5b8c\u4e86\u3057\u307e\u3057\u305f |
| | | NOTICE_JEB_IMPORT_LDIF_FINAL_CLEAN_179=\u6700\u5f8c\u306e\u30af\u30ea\u30fc\u30ca\u5b9f\u884c\u3092\u958b\u59cb\u3057\u307e\u3059 |
| | | NOTICE_JEB_IMPORT_LDIF_CLEAN_180=\u30af\u30ea\u30fc\u30ca\u306e\u5b9f\u884c\u3092\u958b\u59cb\u3057\u307e\u3059 |
| | | NOTICE_JEB_IMPORT_LDIF_CLEANER_RUN_DONE_181=\u30af\u30ea\u30fc\u30ca\u306e\u5b9f\u884c\u306b %d \u79d2\u304b\u304b\u308a\u307e\u3057\u305f\u3002%d \u500b\u306e\u30ed\u30b0\u304c\u524a\u9664\u3055\u308c\u307e\u3057\u305f |
| | | NOTICE_JEB_IMPORT_LDIF_CLEANER_REMOVE_LOGS_182=\u30af\u30ea\u30fc\u30ca\u306f %d \u500b\u306e\u30ed\u30b0\u3092\u524a\u9664\u3057\u307e\u3059 |
| | | NOTICE_JEB_IMPORT_LDIF_BUFFER_TOT_AVAILMEM_184=\u4f7f\u7528\u53ef\u80fd\u306a\u30d0\u30c3\u30d5\u30a1\u30fc\u30e1\u30e2\u30ea\u30fc\u306e %d \u30d0\u30a4\u30c8\u306f\u3001\u6700\u5c0f\u5024\u306e %d \u30d0\u30a4\u30c8\u3092\u4e0b\u56de\u3063\u3066\u3044\u307e\u3059\u3002\u4f7f\u7528\u53ef\u80fd\u306a\u30d0\u30c3\u30d5\u30a1\u30fc\u30e1\u30e2\u30ea\u30fc\u3092\u6700\u5c0f\u5024\u306b\u8a2d\u5b9a\u3057\u3066\u3044\u307e\u3059 |
| | | NOTICE_JEB_IMPORT_LDIF_MEMORY_INFO_185=DB \u30ad\u30e3\u30c3\u30b7\u30e5\u3092 %d \u30d0\u30a4\u30c8\u306b\u3001\u5185\u90e8\u30d0\u30c3\u30d5\u30a1\u30fc\u3092 %d \u30d0\u30a4\u30c8\u306b\u8a2d\u5b9a\u3057\u3066\u3044\u307e\u3059 |
| | | NOTICE_JEB_IMPORT_LDIF_BUFFER_CONTEXT_AVAILMEM_186=\u4f7f\u7528\u53ef\u80fd\u306a\u30d0\u30c3\u30d5\u30a1\u30fc\u30e1\u30e2\u30ea\u30fc\u306e %d \u30d0\u30a4\u30c8\u306f\u3001\u5358\u4e00\u306e\u30a4\u30f3\u30dd\u30fc\u30c8\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8\u306b\u8a31\u53ef\u3055\u308c\u305f\u6700\u5c0f\u5024\u306e %d \u30d0\u30a4\u30c8\u3092\u4e0b\u56de\u3063\u3066\u3044\u307e\u3059\u3002\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8\u306e\u4f7f\u7528\u53ef\u80fd\u306a\u30d0\u30c3\u30d5\u30a1\u30fc\u30e1\u30e2\u30ea\u30fc\u3092\u6700\u5c0f\u5024\u306b\u8a2d\u5b9a\u3057\u3066\u3044\u307e\u3059 |
| | | NOTICE_JEB_IMPORT_LDIF_BUFFER_CHECKPOINTS_187=\u5b9f\u884c\u3055\u308c\u305f\u30c1\u30a7\u30c3\u30af\u30dd\u30a4\u30f3\u30c8: %d |
| | | NOTICE_JEB_IMPORT_LDIF_CLEANER_STATS_188=\u30af\u30ea\u30fc\u30ca\u304c\u5b9f\u884c\u3055\u308c\u307e\u3059: %d \u500b\u306e\u30d5\u30a1\u30a4\u30eb\u304c\u524a\u9664\u3055\u308c\u307e\u3057\u305f: %d \u500b\u306e\u30a8\u30f3\u30c8\u30ea\u304c\u8aad\u307f\u53d6\u3089\u308c\u307e\u3057\u305f: %d \u500b\u306e IN \u30ce\u30fc\u30c9\u304c\u6d88\u53bb\u3055\u308c\u307e\u3057\u305f: %d |
| | | NOTICE_JEB_IMPORT_LDIF_EVICTION_DETECTED_STATS_189=\u6d88\u53bb\u304c\u9032\u884c\u4e2d\u3067\u3059\u3002\u30d1\u30b9: %d \u500b\u306e\u30ce\u30fc\u30c9\u304c\u6d88\u53bb\u3055\u308c\u307e\u3057\u305f: %d \u500b\u306e BIN \u30ce\u30fc\u30c9\u304c\u53d6\u308a\u9664\u304b\u308c\u307e\u3057\u305f: %d |
| | | NOTICE_JEB_IMPORT_LDIF_EVICTION_DETECTED_190=%d \u500b\u306e\u30a8\u30f3\u30c8\u30ea\u3092\u30a4\u30f3\u30dd\u30fc\u30c8\u3057\u305f\u3042\u3068\u3067\u6d88\u53bb\u304c\u691c\u51fa\u3055\u308c\u307e\u3057\u305f |
| | | |
| New file |
| | |
| | | # CDDL HEADER START |
| | | # |
| | | # The contents of this file are subject to the terms of the |
| | | # Common Development and Distribution License, Version 1.0 only |
| | | # (the "License"). You may not use this file except in compliance |
| | | # with the License. |
| | | # |
| | | # You can obtain a copy of the license at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE |
| | | # or https://OpenDS.dev.java.net/OpenDS.LICENSE. |
| | | # See the License for the specific language governing permissions |
| | | # and limitations under the License. |
| | | # |
| | | # When distributing Covered Code, include this CDDL HEADER in each |
| | | # file and include the License file at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, |
| | | # add the following below this CDDL HEADER, with the fields enclosed |
| | | # by brackets "[]" replaced with your own identifying information: |
| | | # Portions Copyright [yyyy] [name of copyright owner] |
| | | # |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2008 Sun Microsystems, Inc. |
| | | |
| | | |
| | | |
| | | # |
| | | # Global directives |
| | | # |
| | | global.category=JEB |
| | | |
| | | # |
| | | # Format string definitions |
| | | # |
| | | # Keys must be formatted as follows: |
| | | # |
| | | # [SEVERITY]_[DESCRIPTION]_[ORDINAL] |
| | | # |
| | | # where: |
| | | # |
| | | # SEVERITY is one of: |
| | | # [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE] |
| | | # |
| | | # DESCRIPTION is an upper case string providing a hint as to the context of |
| | | # the message in upper case with the underscore ('_') character serving as |
| | | # word separator |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | MILD_ERR_JEB_INCORRECT_ROUTING_1=\ubc31\uc5d4\ub4dc\uc5d0 '%s' \ud56d\ubaa9\uc5d0 \uc18d\ud558\ub294 \ub514\ub809\ud1a0\ub9ac \uc815\ubcf4 \ud2b8\ub9ac\uc758 \ud574\ub2f9 \ubd80\ubd84\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_JEB_OPEN_DATABASE_FAIL_2=\ub370\uc774\ud130\ubca0\uc774\uc2a4\ub97c \uc5f4\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_JEB_OPEN_ENV_FAIL_3=\ub370\uc774\ud130\ubca0\uc774\uc2a4 \ud658\uacbd\uc744 \uc5f4\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_JEB_HIGHEST_ID_FAIL_5=\ub370\uc774\ud130\ubca0\uc774\uc2a4 \ucd5c\uace0 \ud56d\ubaa9 \uc2dd\ubcc4\uc790\ub97c \ud655\uc778\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_JEB_FUNCTION_NOT_SUPPORTED_6=\uc694\uccad\ub41c \uc791\uc5c5\uc740 \uc774 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_JEB_CREATE_FAIL_7=\ubc31\uc5d4\ub4dc \ub370\uc774\ud130\ubca0\uc774\uc2a4 \ub514\ub809\ud1a0\ub9ac\ub97c \ub9cc\ub4e4\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_JEB_REMOVE_FAIL_8=\ubc31\uc5d4\ub4dc \ub370\uc774\ud130\ubca0\uc774\uc2a4 \ud30c\uc77c\uc744 \uc81c\uac70\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_JEB_DIRECTORY_INVALID_9=\ubc31\uc5d4\ub4dc \ub370\uc774\ud130\ubca0\uc774\uc2a4 \ub514\ub809\ud1a0\ub9ac '%s'\uc740(\ub294) \uc720\ud6a8\ud55c \ub514\ub809\ud1a0\ub9ac\uac00 \uc544\ub2d9\ub2c8\ub2e4. |
| | | SEVERE_ERR_JEB_MISSING_DN2ID_RECORD_10=DN \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc5d0 '%s'\uc5d0 \ub300\ud55c \ub808\ucf54\ub4dc\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_JEB_MISSING_ID2ENTRY_RECORD_11=\ud56d\ubaa9 \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc5d0 \uc544\uc774\ub514 %s\uc5d0 \ub300\ud55c \ub808\ucf54\ub4dc\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_JEB_ENTRY_DATABASE_CORRUPT_12=\ud56d\ubaa9 \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc5d0 \uc544\uc774\ub514 %s\uc5d0 \ub300\ud55c \uc720\ud6a8\ud55c \ub808\ucf54\ub4dc\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_JEB_DATABASE_EXCEPTION_14=\ub370\uc774\ud130\ubca0\uc774\uc2a4 \uc608\uc678: %s |
| | | SEVERE_ERR_CONFIG_INDEX_TYPE_NEEDS_MATCHING_RULE_26='%s' \uc18d\uc131\uc740 \ud574\ub2f9 \uc77c\uce58 \uaddc\uce59\uc774 \uc5c6\uae30 \ub54c\ubb38\uc5d0 '%s' \uc720\ud615\uc758 \uc0c9\uc778\uc744 \uac00\uc9c8 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_JEB_UNCHECKED_EXCEPTION_28=\ub370\uc774\ud130\ubca0\uc774\uc2a4 \ud2b8\ub79c\uc7ad\uc158 \uc911 \ud655\uc778\ub418\uc9c0 \uc54a\uc740 \uc608\uc678\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | NOTICE_JEB_CLEAN_DATABASE_START_29='%2$s'\uc758 %1$d\uac1c \ub85c\uadf8 \ud30c\uc77c\uc5d0\uc11c \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uc815\ub9ac\ub97c \uc2dc\uc791\ud569\ub2c8\ub2e4. |
| | | NOTICE_JEB_CLEAN_DATABASE_MARKED_30=%d\uac1c \ub85c\uadf8 \ud30c\uc77c\uc774 \uc815\ub9ac \ub300\uc0c1\uc73c\ub85c \ud45c\uc2dc\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | NOTICE_JEB_CLEAN_DATABASE_FINISH_31=\ub370\uc774\ud130\ubca0\uc774\uc2a4 \uc815\ub9ac\uac00 \uc644\ub8cc\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc774\uc81c %d\uac1c \ub85c\uadf8 \ud30c\uc77c\uc774 \ub0a8\uc544 \uc788\uc2b5\ub2c8\ub2e4. |
| | | NOTICE_JEB_DELETED_ENTRY_COUNT_33=\uc0ad\uc81c\ub41c \ud56d\ubaa9 \uc218\ub294 %d\uc785\ub2c8\ub2e4. |
| | | MILD_ERR_JEB_DUPLICATE_CONFIG_ENTRY_36=\uad6c\uc131 \ud56d\ubaa9 '%s'\uc740(\ub294) \ubb34\uc2dc\ub429\ub2c8\ub2e4. \uac1d\uccb4 \ud074\ub798\uc2a4\uac00 '%s'\uc778 \uad6c\uc131 \ud56d\ubaa9\uc744 \ud558\ub098\ub9cc \ud5c8\uc6a9\ud569\ub2c8\ub2e4. |
| | | MILD_ERR_JEB_CONFIG_ENTRY_NOT_RECOGNIZED_37=\uad6c\uc131 \ud56d\ubaa9 '%s'\uc740(\ub294) \uc778\uc2dd\ub418\uc9c0 \uc54a\uae30 \ub54c\ubb38\uc5d0 \ubb34\uc2dc\ub429\ub2c8\ub2e4. |
| | | MILD_ERR_JEB_INDEX_ATTRIBUTE_TYPE_NOT_FOUND_38=\uc0c9\uc778 \uad6c\uc131 \ud56d\ubaa9 '%s'\uc740(\ub294) \uc54c \uc218 \uc5c6\ub294 \uc18d\uc131 \uc720\ud615 '%s'\uc744(\ub97c) \uc9c0\uc815\ud558\uae30 \ub54c\ubb38\uc5d0 \ubb34\uc2dc\ub429\ub2c8\ub2e4. |
| | | MILD_ERR_JEB_DUPLICATE_INDEX_CONFIG_39=\uc0c9\uc778 \uad6c\uc131 \ud56d\ubaa9 '%s'\uc740(\ub294) \ub2e4\ub978 \uc0c9\uc778 \uad6c\uc131 \ud56d\ubaa9\uc5d0 \uc774\ubbf8 \uc815\uc758\ub418\uc5b4 \uc788\ub294 \uc18d\uc131 \uc720\ud615 '%s'\uc744(\ub97c) \uc9c0\uc815\ud558\uae30 \ub54c\ubb38\uc5d0 \ubb34\uc2dc\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_JEB_IO_ERROR_40=\ubc31\uc5d4\ub4dc \uc791\uc5c5 \uc911 I/O \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | NOTICE_JEB_BACKEND_STARTED_42=%2$d\uac1c \ud56d\ubaa9\uc744 \ud3ec\ud568\ud558\ub294 \ub370\uc774\ud130\ubca0\uc774\uc2a4 \ubc31\uc5d4\ub4dc %1$s\uc774(\uac00) \uc2dc\uc791\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_JEB_IMPORT_PARENT_NOT_FOUND_43=\ubd80\ubaa8 \ud56d\ubaa9 '%s'\uc774(\uac00) \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_JEB_IMPORT_ENTRY_EXISTS_44=\ud56d\ubaa9\uc774 \uc788\uc73c\uba70 \uac00\uc838\uc624\uae30 \uc635\uc158\uc73c\ub85c \ud574\ub2f9 \ud56d\ubaa9\uc744 \ub300\uccb4\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_JEB_ATTRIBUTE_INDEX_NOT_CONFIGURED_45=\uc18d\uc131 \uc720\ud615 '%s'\uc5d0 \ub300\ud574 \uad6c\uc131\ub41c \uc0c9\uc778\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_JEB_SEARCH_NO_SUCH_OBJECT_46=\uac80\uc0c9 \uae30\uc900 \ud56d\ubaa9 '%s'\uc774(\uac00) \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_JEB_ADD_NO_SUCH_OBJECT_47=\ubd80\ubaa8 \ud56d\ubaa9\uc774 \uc5c6\uae30 \ub54c\ubb38\uc5d0 '%s' \ud56d\ubaa9\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_JEB_DELETE_NO_SUCH_OBJECT_48='%s' \ud56d\ubaa9\uc774 \uc5c6\uae30 \ub54c\ubb38\uc5d0 \uc774 \ud56d\ubaa9\uc744 \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_JEB_MODIFY_NO_SUCH_OBJECT_49='%s' \ud56d\ubaa9\uc774 \uc5c6\uae30 \ub54c\ubb38\uc5d0 \uc774 \ud56d\ubaa9\uc744 \uc218\uc815\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_JEB_MODIFYDN_NO_SUCH_OBJECT_50='%s' \ud56d\ubaa9\uc774 \uc5c6\uae30 \ub54c\ubb38\uc5d0 \uc774 \ud56d\ubaa9\uc758 \uc774\ub984\uc744 \ubc14\uafc0 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_JEB_ADD_ENTRY_ALREADY_EXISTS_51=\ud574\ub2f9 \uc774\ub984\uc744 \uac00\uc9c4 \ud56d\ubaa9\uc774 \uc774\ubbf8 \uc788\uae30 \ub54c\ubb38\uc5d0 '%s' \ud56d\ubaa9\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_JEB_DELETE_NOT_ALLOWED_ON_NONLEAF_52='%s' \ud56d\ubaa9\uc740 \ud558\uc704 \ud56d\ubaa9\uc774 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc774 \ud56d\ubaa9\uc744 \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_JEB_MODIFYDN_ALREADY_EXISTS_53=\ud574\ub2f9 \uc774\ub984\uc744 \uac00\uc9c4 \ud56d\ubaa9\uc774 \uc774\ubbf8 \uc788\uae30 \ub54c\ubb38\uc5d0 \ud56d\ubaa9\uc758 \uc774\ub984\uc744 '%s'(\uc73c)\ub85c \ubc14\uafc0 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_JEB_NEW_SUPERIOR_NO_SUCH_OBJECT_54=\uc0c8 \uc0c1\uc704 \ud56d\ubaa9 '%s'\uc774(\uac00) \uc5c6\uae30 \ub54c\ubb38\uc5d0 \ud56d\ubaa9\uc744 \uc774\ub3d9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | NOTICE_JEB_CACHE_PRELOAD_STARTED_55=\ubc31\uc5d4\ub4dc %s\uc5d0 \ub300\ud55c \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uce90\uc2dc \uc0ac\uc804 \ub85c\ub4dc\uac00 \uc2dc\uc791\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | NOTICE_JEB_CACHE_DB_PRELOADED_56=\ub370\uc774\ud130\ubca0\uc774\uc2a4 %s\uc5d0 \ub300\ud55c \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uce90\uc2dc \uc0ac\uc804 \ub85c\ub4dc\uac00 \uc644\ub8cc\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | NOTICE_JEB_CACHE_PRELOAD_INTERRUPTED_BY_TIME_57=\uc2dc\uac04 \uc81c\ud55c\uc73c\ub85c \uc778\ud574 \ub370\uc774\ud130\ubca0\uc774\uc2a4 %2$s\uc744(\ub97c) \uc0ac\uc804 \ub85c\ub4dc\ud558\ub294 \ub3d9\uc548 \ubc31\uc5d4\ub4dc %1$s\uc5d0 \ub300\ud55c \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uce90\uc2dc \uc0ac\uc804 \ub85c\ub4dc\uac00 \uc911\ub2e8\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | NOTICE_JEB_CACHE_PRELOAD_INTERRUPTED_BY_SIZE_58=\ud06c\uae30 \uc81c\ud55c\uc73c\ub85c \uc778\ud574 \ub370\uc774\ud130\ubca0\uc774\uc2a4 %2$s\uc744(\ub97c) \uc0ac\uc804 \ub85c\ub4dc\ud558\ub294 \ub3d9\uc548 \ubc31\uc5d4\ub4dc %1$s\uc5d0 \ub300\ud55c \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uce90\uc2dc \uc0ac\uc804 \ub85c\ub4dc\uac00 \uc911\ub2e8\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | NOTICE_JEB_CACHE_PRELOAD_INTERRUPTED_UNKNOWN_59=\ub370\uc774\ud130\ubca0\uc774\uc2a4 %2$s\uc744(\ub97c) \uc0ac\uc804 \ub85c\ub4dc\ud558\ub294 \ub3d9\uc548 \ubc31\uc5d4\ub4dc %1$s\uc5d0 \ub300\ud55c \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uce90\uc2dc \uc0ac\uc804 \ub85c\ub4dc\uac00 \uc911\ub2e8\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | NOTICE_JEB_CACHE_PRELOAD_DONE_60=\ubc31\uc5d4\ub4dc %s\uc5d0 \ub300\ud55c \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uce90\uc2dc \uc0ac\uc804 \ub85c\ub4dc\uac00 \uc644\ub8cc\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | NOTICE_JEB_CACHE_SIZE_AFTER_PRELOAD_61=\uc0ac\uc804 \ub85c\ub4dc \ud6c4\uc758 \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uce90\uc2dc\ub294 %dMB\uc785\ub2c8\ub2e4. |
| | | SEVERE_ERR_JEB_CACHE_PRELOAD_62=\ubc31\uc5d4\ub4dc %s\uc5d0 \ub300\ud55c \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uce90\uc2dc\ub97c \uc0ac\uc804 \ub85c\ub4dc\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_GET_MAC_63=\uc11c\uba85\ub41c \ubc31\uc5c5\uc6a9 \ud574\uc2dc\ub97c \ub9cc\ub4e4\uae30 \uc704\ud574 %s MAC \uacf5\uae09\uc790\ub97c \uac00\uc838\uc624\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_GET_DIGEST_64=\ubc31\uc5c5\uc6a9 \ud574\uc2dc\ub97c \ub9cc\ub4e4\uae30 \uc704\ud574 %s \uba54\uc2dc\uc9c0 \ub2e4\uc774\uc81c\uc2a4\ud2b8\ub97c \uac00\uc838\uc624\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_65=%2$s \ub514\ub809\ud1a0\ub9ac\uc5d0\uc11c \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uc544\uce74\uc774\ube0c \ud30c\uc77c %1$s\uc744(\ub97c) \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_GET_CIPHER_66=\ubc31\uc5c5\uc744 \uc554\ud638\ud654\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 \uc554\ud638\ub97c \uac00\uc838\uc624\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_JEB_BACKUP_ZIP_COMMENT_67=\ubc31\uc5d4\ub4dc %3$s\uc758 %1$s \ubc31\uc5c5 %2$s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_LIST_LOG_FILES_68=\ub370\uc774\ud130\ubca0\uc774\uc2a4 \ubc31\uc5c5\uc5d0 \ud3ec\ud568\ud560 %s \ub514\ub809\ud1a0\ub9ac\uc758 \ud30c\uc77c \ubaa9\ub85d\uc744 \uac00\uc838\uc624\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_WRITE_ARCHIVE_FILE_69=\ub370\uc774\ud130\ubca0\uc774\uc2a4 \ud30c\uc77c %s\uc744(\ub97c) \ubc31\uc5c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_CLOSE_ZIP_STREAM_70=%2$s \ub514\ub809\ud1a0\ub9ac\uc5d0\uc11c \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uc544\uce74\uc774\ube0c \ud30c\uc77c %1$s\uc744(\ub97c) \ub2eb\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_71=\ub370\uc774\ud130\ubca0\uc774\uc2a4 \ubc31\uc5c5\uc5d0 \ub300\ud55c \uc815\ubcf4\ub97c \uc0ac\uc6a9\ud558\uc5ec \ubc31\uc5c5 \uc124\uba85\uc790 \ud30c\uc77c %s\uc744(\ub97c) \uc5c5\ub370\uc774\ud2b8\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_JEB_BACKUP_UNSIGNED_HASH_ERROR_72=%s \ubc31\uc5c5\uc758 \uacc4\uc0b0\ub41c \ud574\uc2dc\uac00 \ubc31\uc5c5\ud560 \ub54c \uacc4\uc0b0\ub41c \uac12\uacfc \ub2e4\ub985\ub2c8\ub2e4. |
| | | SEVERE_ERR_JEB_BACKUP_SIGNED_HASH_ERROR_73=%s \ubc31\uc5c5\uc758 \uacc4\uc0b0 \ubc0f \uc11c\uba85\ub41c \ud574\uc2dc\uac00 \ubc31\uc5c5\ud560 \ub54c \uacc4\uc0b0\ub41c \uac12\uacfc \ub2e4\ub985\ub2c8\ub2e4. |
| | | SEVERE_ERR_JEB_INCR_BACKUP_REQUIRES_FULL_74=\uc99d\ubd84 \ubc31\uc5c5\uc744 \uc218\ud589\ud558\ub824\uba74 \uba3c\uc800 \uc804\uccb4 \ubc31\uc5c5\uc744 \uc218\ud589\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_JEB_CANNOT_RENAME_RESTORE_DIRECTORY_75=\ubc31\uc5c5\uc5d0\uc11c \ubcf5\uc6d0\ub41c \ud30c\uc77c\uc744 \ud3ec\ud568\ud558\ub294 %s \ub514\ub809\ud1a0\ub9ac\uc758 \uc774\ub984\uc744 \ubc31\uc5d4\ub4dc \ub514\ub809\ud1a0\ub9ac %s(\uc73c)\ub85c \ubc14\uafb8\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_JEB_INCR_BACKUP_FROM_WRONG_BASE_76=\uc99d\ubd84 \ubc31\uc5c5\uc5d0 \ub300\ud574 \ub2e4\uc74c \uae30\ubcf8 \ubc31\uc5c5 \uc544\uc774\ub514 \uc911 \ud558\ub098\ub97c \uc9c0\uc815\ud574\uc57c \ud569\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_JEB_CANNOT_CREATE_BACKUP_TAG_FILE_77=\ubc31\uc5c5 \ud0dc\uadf8 \ud30c\uc77c %s\uc744(\ub97c) %s\uc5d0\uc11c \ub9cc\ub4e4\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_RESTORE_78=%s \ubc31\uc5c5\uc5d0\uc11c \ud30c\uc77c\uc744 \ubcf5\uc6d0\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_JEB_BACKUP_MISSING_BACKUPID_79=%s \ubc31\uc5c5\uc5d0 \ub300\ud55c \uc815\ubcf4\ub97c \ubc31\uc5c5 \ub514\ub809\ud1a0\ub9ac %s\uc5d0\uc11c \ucc3e\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | NOTICE_JEB_BACKUP_FILE_UNCHANGED_82=\ubcc0\uacbd\ub418\uc9c0 \uc54a\uc74c: %s |
| | | NOTICE_JEB_BACKUP_CLEANER_ACTIVITY_83=\ud074\ub9ac\ub108 \uc791\uc5c5\uc73c\ub85c \uc778\ud574 %s \ucd94\uac00 \ub85c\uadf8 \ud30c\uc77c\uc744 \ud3ec\ud568\ud569\ub2c8\ub2e4. |
| | | NOTICE_JEB_BACKUP_VERIFY_FILE_84=\ud655\uc778 \uc911: %s |
| | | NOTICE_JEB_BACKUP_RESTORED_FILE_85=\ubcf5\uc6d0\ub428: %s(\ud06c\uae30 %d) |
| | | NOTICE_JEB_BACKUP_ARCHIVED_FILE_86=\uc544\uce74\uc774\ube0c\ub428: %s |
| | | NOTICE_JEB_EXPORT_FINAL_STATUS_87=\ub0b4\ubcf4\ub0b8 \ud56d\ubaa9 \uc218: %d, \uac74\ub108\ub6f4 \ud56d\ubaa9 \uc218: %d, \uc18c\uc694 \uc2dc\uac04: %d\ucd08(\ud3c9\uade0 \uc18d\ub3c4 %.1f/\ucd08) |
| | | NOTICE_JEB_EXPORT_PROGRESS_REPORT_88=\ub0b4\ubcf4\ub0b8 \ub808\ucf54\ub4dc \uc218: %d, \uac74\ub108\ub6f4 \ub808\ucf54\ub4dc \uc218: %d(\ud3c9\uade0 \uc18d\ub3c4 %.1f/\ucd08) |
| | | NOTICE_JEB_IMPORT_THREAD_COUNT_89=\uac00\uc838\uc624\uae30 \uc2a4\ub808\ub4dc \uac1c\uc218: %d\uac1c \uc2a4\ub808\ub4dc |
| | | INFO_JEB_IMPORT_BUFFER_SIZE_90=\uc2a4\ub808\ub4dc\ub2f9 \ubc84\ud37c \ud06c\uae30 = %,d |
| | | INFO_JEB_IMPORT_LDIF_PROCESSING_TIME_91=LDIF\ub97c \ucc98\ub9ac\ud558\ub294 \ub370 %d\ucd08 \uac78\ub838\uc2b5\ub2c8\ub2e4. |
| | | INFO_JEB_IMPORT_INDEX_PROCESSING_TIME_92=\uc0c9\uc778\uc744 \ucc98\ub9ac\ud558\ub294 \ub370 %d\ucd08 \uac78\ub838\uc2b5\ub2c8\ub2e4. |
| | | NOTICE_JEB_IMPORT_CLOSING_DATABASE_93=\ub514\uc2a4\ud06c\uc5d0 \ub370\uc774\ud130\ub97c \ud50c\ub7ec\uc2dc\ud569\ub2c8\ub2e4. |
| | | NOTICE_JEB_IMPORT_FINAL_STATUS_94=\ucc98\ub9ac\ub41c \ud56d\ubaa9 \uc218: %d, \uac00\uc838\uc628 \ud56d\ubaa9 \uc218: %d, \uac74\ub108\ub6f4 \ud56d\ubaa9 \uc218: %d, \uac70\ubd80\ub41c \ud56d\ubaa9 \uc218: %d, \ub9c8\uc774\uadf8\ub808\uc774\uc158\ub41c \ud56d\ubaa9 \uc218: %d, \uc18c\uc694 \uc2dc\uac04: %d\ucd08(\ud3c9\uade0 \uc18d\ub3c4 %.1f/\ucd08) |
| | | NOTICE_JEB_IMPORT_ENTRY_LIMIT_EXCEEDED_COUNT_95=\uc785\ub825 \uc81c\ud55c\uc744 \ucd08\uacfc\ud55c \uc0c9\uc778 \uac12\uc758 \uc218: %d |
| | | NOTICE_JEB_IMPORT_PROGRESS_REPORT_96=\ucc98\ub9ac\ub41c \ud56d\ubaa9 \uc218: %d, \uac74\ub108\ub6f4 \ud56d\ubaa9 \uc218: %d, \uac70\ubd80\ub41c \ud56d\ubaa9 \uc218: %d, \ub9c8\uc774\uadf8\ub808\uc774\uc158\ub41c \ud56d\ubaa9 \uc218: %d(\ucd5c\uc2e0 \uc18d\ub3c4 %.1f/\ucd08) |
| | | NOTICE_JEB_IMPORT_CACHE_AND_MEMORY_REPORT_97=\uc0ac\uc6a9 \uac00\ub2a5\ud55c \uba54\ubaa8\ub9ac = %dMB, \uce90\uc2dc \ub204\ub77d \ube44\uc728 = %.1f/\ud56d\ubaa9 |
| | | NOTICE_JEB_VERIFY_CLEAN_FINAL_STATUS_101=\ud655\uc778\ub41c \ub808\ucf54\ub4dc \uc218: %d, \ubc1c\uacac\ub41c \uc624\ub958 \uc218: %d, \uc18c\uc694 \uc2dc\uac04: %d\ucd08(\ud3c9\uade0 \uc18d\ub3c4 %.1f/\ucd08) |
| | | INFO_JEB_VERIFY_MULTIPLE_REFERENCE_COUNT_102=\uc5ec\ub7ec \ud56d\ubaa9\uc744 \ucc38\uc870\ud558\ub294 \ub808\ucf54\ub4dc \uc218: %d |
| | | INFO_JEB_VERIFY_ENTRY_LIMIT_EXCEEDED_COUNT_103=\uc785\ub825 \uc81c\ud55c\uc744 \ucd08\uacfc\ud558\ub294 \ub808\ucf54\ub4dc \uc218: %d |
| | | INFO_JEB_VERIFY_AVERAGE_REFERENCE_COUNT_104=\ucc38\uc870\ub418\ub294 \ud3c9\uade0 \ud56d\ubaa9 \uc218\ub294 %.2f/\ub808\ucf54\ub4dc\uc785\ub2c8\ub2e4. |
| | | INFO_JEB_VERIFY_MAX_REFERENCE_COUNT_105=\ub808\ucf54\ub4dc\uc5d0\uc11c \ucc38\uc870\ub418\ub294 \ucd5c\ub300 \ud56d\ubaa9 \uc218\ub294 %d\uac1c\uc785\ub2c8\ub2e4. |
| | | NOTICE_JEB_VERIFY_FINAL_STATUS_106=\ud655\uc778\ub41c \ud56d\ubaa9 \uc218: %d, \ubc1c\uacac\ub41c \uc624\ub958 \uc218: %d, \uc18c\uc694 \uc2dc\uac04: %d\ucd08(\ud3c9\uade0 \uc18d\ub3c4 %.1f/\ucd08) |
| | | INFO_JEB_VERIFY_ENTRY_LIMIT_STATS_HEADER_107=\uc785\ub825 \uc81c\ud55c\uc744 \ucd08\uacfc\ud55c \ub808\ucf54\ub4dc \ud1b5\uacc4: |
| | | INFO_JEB_VERIFY_ENTRY_LIMIT_STATS_ROW_108=%s \ud30c\uc77c\uc5d0 \ud574\ub2f9 \ub808\ucf54\ub4dc\uac00 %d\uac1c(\ucd5c\uc18c=%d \ucd5c\ub300=%d \uc911\uac04=%d) \uc788\uc2b5\ub2c8\ub2e4. |
| | | NOTICE_JEB_VERIFY_PROGRESS_REPORT_109=\ucc98\ub9ac\ub41c \ub808\ucf54\ub4dc \uc218: %2$d \uc911 %1$d, \ubc1c\uacac\ub41c \uc624\ub958 \uc218: %3$d(\ucd5c\uc2e0 \uc18d\ub3c4 %4$.1f/\ucd08) |
| | | INFO_JEB_VERIFY_CACHE_AND_MEMORY_REPORT_110=\uc0ac\uc6a9 \uac00\ub2a5\ud55c \uba54\ubaa8\ub9ac = %dMB, \uce90\uc2dc \ub204\ub77d \ube44\uc728 = %.1f/\ub808\ucf54\ub4dc |
| | | MILD_ERR_JEB_INVALID_PAGED_RESULTS_COOKIE_111=\ub2e4\uc74c \ud398\uc774\uc9c0\uc758 \uacb0\uacfc \uc81c\uc5b4 \ucfe0\ud0a4 \uac12\uc774 \uc778\uc2dd\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4: %s |
| | | NOTICE_JEB_REFERRAL_RESULT_MESSAGE_112=\ucc38\uc870 \ud56d\ubaa9 %s\uc740(\ub294) \ub2e4\ub978 \uc11c\ubc84\uc5d0\uc11c \uc791\uc5c5\uc744 \ucc98\ub9ac\ud574\uc57c \ud568\uc744 \ub098\ud0c0\ub0c5\ub2c8\ub2e4. |
| | | INFO_JEB_IMPORT_ENVIRONMENT_CONFIG_119=\ub370\uc774\ud130\ubca0\uc774\uc2a4 \ud658\uacbd \ub4f1\ub85d \uc815\ubcf4: %s |
| | | SEVERE_ERR_JEB_INCOMPATIBLE_ENTRY_VERSION_126=\uc544\uc774\ub514\uac00 %s\uc778 \ud56d\ubaa9 \ub808\ucf54\ub4dc\ub294 \uc774 \ubc84\uc804\uc758 \ubc31\uc5d4\ub4dc \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc640 \ud638\ud658\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \ud56d\ubaa9 \ubc84\uc804: %x |
| | | NOTICE_JEB_LOOKTHROUGH_LIMIT_EXCEEDED_127=\uc774 \uac80\uc0c9 \uc791\uc5c5\uc5d0\uc11c \ucd5c\ub300 %d\uac1c \ud56d\ubaa9\uc758 \uc77c\uce58\ub97c \ud655\uc778\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_JEB_SET_PERMISSIONS_FAILED_128=\ubc31\uc5d4\ub4dc \ub370\uc774\ud130\ubca0\uc774\uc2a4 \ub514\ub809\ud1a0\ub9ac %s\uc5d0 \ub300\ud55c \ud30c\uc77c \uad8c\ud55c\uc744 \uc124\uc815\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_WARN_JEB_GET_ENTRY_COUNT_FAILED_129=\ucee8\ud14c\uc774\ub108\uc5d0 \uc788\ub294 \ucd1d \ud56d\ubaa9 \uc218\ub97c \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %s |
| | | NOTICE_JEB_CONFIG_ATTR_REQUIRES_RESTART_130=%s \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \uc0ac\ud56d\uc744 \uc801\uc6a9\ud558\ub824\uba74 \ubc31\uc5d4\ub4dc\ub97c \ub2e4\uc2dc \uc2dc\uc791\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | NOTICE_JEB_REBUILD_PROGRESS_REPORT_131=%.1f%% \uc644\ub8cc\ub418\uc5c8\uc2b5\ub2c8\ub2e4. %d/%d \ub808\ucf54\ub4dc\ub97c \ucc98\ub9ac\ud588\uc2b5\ub2c8\ub2e4. (\ucd5c\uc2e0 \uc18d\ub3c4 %.1f/\ucd08) |
| | | NOTICE_JEB_REBUILD_CACHE_AND_MEMORY_REPORT_132=\uc0ac\uc6a9 \uac00\ub2a5\ud55c \uba54\ubaa8\ub9ac = %dMB, \uce90\uc2dc \ub204\ub77d \ube44\uc728 = %.1f/\ub808\ucf54\ub4dc |
| | | NOTICE_JEB_REBUILD_FINAL_STATUS_133=\ub2e4\uc2dc \uc791\uc131\uc744 \uc644\ub8cc\ud588\uc2b5\ub2c8\ub2e4. \ucc98\ub9ac\ub41c \ub808\ucf54\ub4dc \uc218: %d, \uc18c\uc694 \uc2dc\uac04: %d\ucd08(\ud3c9\uade0 \uc18d\ub3c4 %.1f/\ucd08) |
| | | SEVERE_ERR_JEB_REBUILD_INDEX_FAILED_134=%s \uc0c9\uc778\uc744 \ub2e4\uc2dc \uc791\uc131\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_JEB_REBUILD_INSERT_ENTRY_FAILED_135=\ud56d\ubaa9\uc744 %s \ub370\uc774\ud130\ubca0\uc774\uc2a4/\uc0c9\uc778\uc5d0 \uc0bd\uc785\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_JEB_REBUILD_INDEX_CONFLICT_136=%s \uc0c9\uc778 \ub2e4\uc2dc \uc791\uc131 \uc791\uc5c5\uc774 \uc774\ubbf8 \uc9c4\ud589 \uc911\uc785\ub2c8\ub2e4. |
| | | NOTICE_JEB_REBUILD_START_137=%s \uc0c9\uc778 \ub2e4\uc2dc \uc791\uc131\uc774 \uc2dc\uc791\ub418\uc5c8\uc73c\uba70 \ucd1d %d\uac1c\uc758 \ub808\ucf54\ub4dc\ub97c \ucc98\ub9ac\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_JEB_REBUILD_BACKEND_ONLINE_138=\uae30\ubcf8 DN\uc744 \ud3ec\ud568\ud558\ub294 \ubc31\uc5d4\ub4dc\ub97c \ube44\ud65c\uc131\ud654\ud55c \uc0c1\ud0dc\ub85c \uc2dc\uc2a4\ud15c \uc0c9\uc778\uc744 \ub2e4\uc2dc \uc791\uc131\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_ENTRYIDSORTER_CANNOT_EXAMINE_ENTRY_139=\uc815\ub82c\uc744 \uc704\ud574 \uc544\uc774\ub514\uac00 %s\uc778 \ud56d\ubaa9\uc744 \uc870\uc0ac\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_JEB_SEARCH_CANNOT_SORT_UNINDEXED_140=\uc8fc\uc5b4\uc9c4 \uac80\uc0c9 \uc694\uccad\uc774 \uc0c9\uc778\ud654\ub418\uc5b4 \uc788\uc9c0 \uc54a\uae30 \ub54c\ubb38\uc5d0 \uac80\uc0c9 \uacb0\uacfc\ub97c \uc815\ub82c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_ENTRYIDSORTER_NEGATIVE_START_POS_141=\ub300\uc0c1 \uc2dc\uc791 \uc704\uce58\uac00 \uacb0\uacfc \uc9d1\ud569\uc758 \uc2dc\uc791 \ubd80\ubd84\ubcf4\ub2e4 \uc55e\uc5d0 \uc788\uae30 \ub54c\ubb38\uc5d0 \uac00\uc0c1 \ubaa9\ub85d \ubcf4\uae30 \uc694\uccad\uc744 \ucc98\ub9ac\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_ENTRYIDSORTER_OFFSET_TOO_LARGE_142=\ub300\uc0c1 \uc624\ud504\uc14b %d\uc774(\uac00) \ubaa9\ub85d\uc758 \ucd1d \uacb0\uacfc \uc218(%d)\ubcf4\ub2e4 \ud06c\uae30 \ub54c\ubb38\uc5d0 \uac00\uc0c1 \ubaa9\ub85d \ubcf4\uae30 \uc694\uccad\uc744 \ucc98\ub9ac\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_ENTRYIDSORTER_TARGET_VALUE_NOT_FOUND_143=\uc81c\uacf5\ub41c \uba85\uc81c \uac12\ubcf4\ub2e4 \ud06c\uac70\ub098 \uac19\uc740 \uc815\ub82c \uac12\uc744 \uac00\uc9c4 \ud56d\ubaa9\uc774 \uacb0\uacfc \uc9d1\ud569\uc5d0 \uc5c6\uae30 \ub54c\ubb38\uc5d0 \uac00\uc0c1 \ubaa9\ub85d \ubcf4\uae30 \uc694\uccad\uc744 \ucc98\ub9ac\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_JEB_SEARCH_CANNOT_MIX_PAGEDRESULTS_AND_VLV_144=\uc694\uccad\ud55c \uac80\uc0c9 \uc791\uc5c5\uc5d0 \ub2e8\uc21c \ud398\uc774\uc9c0 \uacb0\uacfc \uc81c\uc5b4\uc640 \uac00\uc0c1 \ubaa9\ub85d \ubcf4\uae30 \uc81c\uc5b4\uac00 \ubaa8\ub450 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \uc774\ub7ec\ud55c \uc81c\uc5b4\ub294 \uc0c1\ud638 \ubc30\ud0c0\uc801\uc774\ubbc0\ub85c \ud568\uaed8 \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_JEB_SEARCH_UNINDEXED_INSUFFICIENT_PRIVILEGES_145=\uc0c9\uc778\ud654\ub418\uc9c0 \uc54a\uc740 \uac80\uc0c9\uc744 \uc218\ud589\ud560 \uc218 \uc788\ub294 \ucda9\ubd84\ud55c \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_JEB_UNABLE_SET_PERMISSIONS_146=\uc774 \ud50c\ub7ab\ud3fc\uc5d0\uc11c \ub370\uc774\ud130\ubca0\uc774\uc2a4 \ub514\ub809\ud1a0\ub9ac %2$s\uc5d0 \ub300\ud55c \ud30c\uc77c \uad8c\ud55c %1$s \uc124\uc815\uc744 \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | NOTICE_JEB_CONFIG_INDEX_ENTRY_LIMIT_REQUIRES_REBUILD_148=\uc77c\ubd80 \uc0c9\uc778 \ud0a4\uac00 %s \uc0c9\uc778\uc758 \uc774\uc804 \uc0c9\uc778 \ud56d\ubaa9 \uc81c\ud55c\uc744 \uc774\ubbf8 \ucd08\uacfc\ud588\uc2b5\ub2c8\ub2e4. \uc0c8 \uc81c\ud55c\uc744 \uc0ac\uc6a9\ud558\ub824\uba74 \uc774 \uc0c9\uc778\uc744 \ub2e4\uc2dc \uc791\uc131\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | NOTICE_JEB_INDEX_ADD_REQUIRES_REBUILD_150=\uad6c\uc131\uc774 \ubcc0\uacbd\ub418\uc5b4 %s \uc0c9\uc778\uc774 \ud604\uc7ac \ub0ae\uc740 \uc131\ub2a5\uc73c\ub85c \uc791\ub3d9 \uc911\uc785\ub2c8\ub2e4. \uc774 \uc0c9\uc778\uc744 \uc0ac\uc6a9\ud558\ub824\uba74 \uc0c9\uc778\uc744 \ub2e4\uc2dc \uc791\uc131\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_JEB_INDEX_CORRUPT_REQUIRES_REBUILD_151=%s \uc0c9\uc778\uc744 \uc77d\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \uc0c9\uc778\uc774 \uc190\uc0c1\ub41c \uac83 \uac19\uc73c\uba70 \ud604\uc7ac \ub0ae\uc740 \uc131\ub2a5\uc73c\ub85c \uc791\ub3d9\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4. \uc0c9\uc778\uc774 \uc815\uc0c1\uc801\uc73c\ub85c \uc791\ub3d9\ud558\ub824\uba74 \uc0c9\uc778\uc744 \ub2e4\uc2dc \uc791\uc131\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_JEB_IMPORT_BACKEND_ONLINE_152=\uac00\uc838\uc624\uae30 \ud504\ub85c\uc138\uc2a4\ub97c \uc2dc\uc791\ud558\ub824\uba74 \ubc31\uc5d4\ub4dc\ub97c \ube44\ud65c\uc131\ud654\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_JEB_IMPORT_THREAD_EXCEPTION_153=\uac00\uc838\uc624\uae30 \uc2a4\ub808\ub4dc %s\uc5d0\uc11c \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \uc2a4\ub808\ub4dc\ub97c \uacc4\uc18d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_JEB_IMPORT_NO_WORKER_THREADS_154=\uac00\uc838\uc628 \ud56d\ubaa9\uc744 \ucc98\ub9ac\ud560 \uac00\uc838\uc624\uae30 \uc791\uc5c5\uc790 \uc2a4\ub808\ub4dc\uac00 \ub354 \uc774\uc0c1 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_JEB_IMPORT_CREATE_TMPDIR_ERROR_155=\uc784\uc2dc \ub514\ub809\ud1a0\ub9ac %s\uc744(\ub97c) \ub9cc\ub4e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_JEB_INVALID_LOGGING_LEVEL_156=\uad6c\uc131 \ud56d\ubaa9 '%2$s'\uc5d0 \ub300\ud574 \uc81c\uacf5\ub41c \ub370\uc774\ud130\ubca0\uc774\uc2a4 \ub85c\uae45 \uc218\uc900 \ubb38\uc790\uc5f4 '%1$s'\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uac12\uc740 OFF, SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST \ub610\ub294 ALL \uc911 \ud558\ub098\uc5ec\uc57c \ud569\ub2c8\ub2e4. \uc774\ub7ec\ud55c \uac12\uc740 \ub300\uc18c\ubb38\uc790\ub97c \uad6c\ubd84\ud569\ub2c8\ub2e4. |
| | | NOTICE_JEB_IMPORT_MIGRATION_START_157=\uae30\ubcf8 DN %2$s\uc5d0 \ub300\ud574 %1$s \ud56d\ubaa9\uc744 \ub9c8\uc774\uadf8\ub808\uc774\uc158\ud558\ub294 \uc911\uc785\ub2c8\ub2e4. |
| | | NOTICE_JEB_IMPORT_LDIF_START_158=LDIF \ucc98\ub9ac \uc911 |
| | | NOTICE_JEB_IMPORT_LDIF_END_159=LDIF\uc758 \ub05d\uc5d0 \ub3c4\ub2ec\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_JEB_CONFIG_VLV_INDEX_UNDEFINED_ATTR_160=VLV \uc0c9\uc778 %2$s\uc5d0 \ub300\ud55c \uc815\ub82c \uc18d\uc131 %1$s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_JEB_CONFIG_VLV_INDEX_BAD_FILTER_161=VLV \uc0c9\uc778 %2$s\uc5d0 \uc815\uc758\ub41c \uac80\uc0c9 \ud544\ud130 %1$s\uc744(\ub97c) \uad6c\ubb38 \ubd84\uc11d\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s |
| | | MILD_ERR_JEB_VLV_INDEX_NOT_CONFIGURED_162='%s' \uc774\ub984\uc73c\ub85c \uad6c\uc131\ub41c VLV \uc0c9\uc778\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_JEB_MODIFYDN_ABORTED_BY_SUBORDINATE_PLUGIN_163=\ud56d\ubaa9\uc744 %s\uc5d0\uc11c %s(\uc73c)\ub85c \uc774\ub3d9\ud558\uac70\ub098 \uc774\ub984\uc744 \ubcc0\uacbd\ud558\ub294 \ub3d9\uc548 \ud50c\ub7ec\uadf8\uc778\uc73c\ub85c \uc778\ud574 DN \uc218\uc815 \uc791\uc5c5\uc774 \uc911\ub2e8\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_JEB_MODIFYDN_ABORTED_BY_SUBORDINATE_SCHEMA_ERROR_164=\ud56d\ubaa9 \ubcc0\uacbd\uc774 \uc11c\ubc84 \uc2a4\ud0a4\ub9c8 \uad6c\uc131\uc744 \uc704\ubc18\ud558\uae30 \ub54c\ubb38\uc5d0 \ud56d\ubaa9\uc744 %s\uc5d0\uc11c %s(\uc73c)\ub85c \uc774\ub3d9\ud558\uac70\ub098 \uc774\ub984\uc744 \ubcc0\uacbd\ud558\ub294 \ub3d9\uc548 \ud50c\ub7ec\uadf8\uc778\uc73c\ub85c \uc778\ud574 DN \uc218\uc815 \uc791\uc5c5\uc774 \uc911\ub2e8\ub418\uc5c8\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_JEB_COMPSCHEMA_CANNOT_DECODE_OC_TOKEN_165=JE \uc555\ucd95 \uc2a4\ud0a4\ub9c8 \uc815\uc758\uc5d0\uc11c \uac1d\uccb4 \ud074\ub798\uc2a4 \uc9d1\ud569 \ud1a0\ud070\uc744 \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_JEB_COMPSCHEMA_CANNOT_DECODE_AD_TOKEN_166=JE \uc555\ucd95 \uc2a4\ud0a4\ub9c8 \uc815\uc758\uc5d0\uc11c \uc18d\uc131 \uc124\uba85 \ud1a0\ud070\uc744 \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_JEB_COMPSCHEMA_CANNOT_STORE_STATUS_167=\uc555\ucd95\ub41c \uc2a4\ud0a4\ub9c8 \uc815\ubcf4\ub97c \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc5d0 \uc800\uc7a5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ubc18\ud658\ub41c \uacb0\uacfc: %s |
| | | SEVERE_ERR_JEB_COMPSCHEMA_CANNOT_STORE_EX_168=\uc555\ucd95\ub41c \uc2a4\ud0a4\ub9c8 \uc815\ubcf4\ub97c \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc5d0 \uc800\uc7a5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_JEB_COMPSCHEMA_CANNOT_STORE_MULTIPLE_FAILURES_169=\uc11c\ubc84\uac00 \uc5ec\ub7ec \ubc88 \uc2dc\ub3c4\ud588\uc9c0\ub9cc \uc555\ucd95\ub41c \uc2a4\ud0a4\ub9c8 \uc815\ubcf4\ub97c \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc5d0 \uc800\uc7a5\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_JEB_COMPSCHEMA_UNKNOWN_OC_TOKEN_170=\uc815\uc758\ub418\uc9c0 \uc54a\uc740 \ud1a0\ud070 %s\uc744(\ub97c) \uc0ac\uc6a9\ud588\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uac1d\uccb4 \ud074\ub798\uc2a4 \uc9d1\ud569\uc744 \ud574\ub3c5\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_JEB_COMPSCHEMA_UNRECOGNIZED_AD_TOKEN_171=\uc815\uc758\ub418\uc9c0 \uc54a\uc740 \uc18d\uc131 \uc124\uba85 \ud1a0\ud070 %s\uc744(\ub97c) \uc0ac\uc6a9\ud588\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c \uc18d\uc131\uc744 \ud574\ub3c5\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | NOTICE_JEB_CONFIG_DB_DIR_REQUIRES_RESTART_172=DB \ub514\ub809\ud1a0\ub9ac \ubcc0\uacbd \uc0ac\ud56d\uc744 \uc801\uc6a9\ud558\ub824\uba74 \ubc31\uc5d4\ub4dc\ub97c \ub2e4\uc2dc \uc2dc\uc791\ud574\uc57c \ud569\ub2c8\ub2e4. \ubc31\uc5d4\ub4dc\ub97c \uc885\ub8cc\ud55c \ud6c4 \uae30\uc874 \ub370\uc774\ud130\ub97c \uc720\uc9c0\ud558\ub824\uba74 \uc774\uc804 \ub514\ub809\ud1a0\ub9ac %s\uc758 DB \ud30c\uc77c\uc744 \uc0c8 \ub514\ub809\ud1a0\ub9ac %s(\uc73c)\ub85c \uc774\ub3d9\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | NOTICE_JEB_IMPORT_STARTING_173=%s\uc774(\uac00) \uac00\uc838\uc624\uae30\ub97c \uc2dc\uc791\ud558\ub294 \uc911(\ube4c\ub4dc %s, R%d) |
| | | SEVERE_ERR_JEB_DIRECTORY_DOES_NOT_EXIST_174=\ubc31\uc5d4\ub4dc \ub370\uc774\ud130\ubca0\uc774\uc2a4 \ub514\ub809\ud1a0\ub9ac '%s'\uc774(\uac00) \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_JEB_IMPORT_LDIF_ABORT_175=\ucc98\ub9ac \uc911 \ud3ec\ucc29\ub418\uc9c0 \uc54a\uc740 \uc608\uc678\uac00 \ubc1c\uc0dd\ud558\uc5ec \uac00\uc838\uc624\uae30\uac00 \uc911\ub2e8\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | NOTICE_JEB_IMPORT_LDIF_ROOTCONTAINER_CLOSE_176=LDIF \ud658\uacbd\uc744 \uac00\uc838\uc624\ub294 \ub370 \uc57d %d\ucd08 \uac78\ub838\uc2b5\ub2c8\ub2e4. |
| | | NOTICE_JEB_IMPORT_LDIF_BUFFER_FLUSH_177=%d\uac1c \uc694\uc18c\uc758 \ud558\uc704 \ubb38\uc790\uc5f4 \ubc84\ud37c \ud50c\ub7ec\uc2dc\ub97c \uc2dc\uc791\ud569\ub2c8\ub2e4. \ubc84\ud37c \ucd1d \uc561\uc138\uc2a4: %d, \ubc84\ud37c \uc801\uc911: %d |
| | | NOTICE_JEB_IMPORT_LDIF_BUFFER_FLUSH_COMPLETED_178=\ud558\uc704 \ubb38\uc790\uc5f4 \ubc84\ud37c \ud50c\ub7ec\uc2dc\ub97c \uc644\ub8cc\ud558\ub294 \ub370 %d\ucd08 \uac78\ub838\uc2b5\ub2c8\ub2e4. |
| | | NOTICE_JEB_IMPORT_LDIF_FINAL_CLEAN_179=\ucd5c\uc885 \ud074\ub9ac\ub108 \uc2e4\ud589 \uc2dc\uc791 |
| | | NOTICE_JEB_IMPORT_LDIF_CLEAN_180=\ud074\ub9ac\ub108 \uc2e4\ud589 \uc2dc\uc791 |
| | | NOTICE_JEB_IMPORT_LDIF_CLEANER_RUN_DONE_181=\ud074\ub9ac\ub108 \uc2e4\ud589 \uc2dc\uac04: %d\ucd08, \uc81c\uac70\ub41c \ub85c\uadf8 \uc218: %d |
| | | NOTICE_JEB_IMPORT_LDIF_CLEANER_REMOVE_LOGS_182=\ud074\ub9ac\ub108\uac00 %d\uac1c \ub85c\uadf8\ub97c \uc81c\uac70\ud569\ub2c8\ub2e4. |
| | | NOTICE_JEB_IMPORT_LDIF_BUFFER_TOT_AVAILMEM_184=\uc0ac\uc6a9 \uac00\ub2a5\ud55c \ubc84\ud37c \uba54\ubaa8\ub9ac(%d\ubc14\uc774\ud2b8)\uac00 \ucd5c\uc18c\uac12(%d\ubc14\uc774\ud2b8)\ubcf4\ub2e4 \uc791\uc2b5\ub2c8\ub2e4. \uc0ac\uc6a9 \uac00\ub2a5\ud55c \ubc84\ud37c \uba54\ubaa8\ub9ac\ub97c \ucd5c\uc18c\uac12\uc73c\ub85c \uc124\uc815\ud558\ub294 \uc911 |
| | | NOTICE_JEB_IMPORT_LDIF_MEMORY_INFO_185=DB \uce90\uc2dc\ub97c %d\ubc14\uc774\ud2b8\ub85c \uc124\uc815\ud558\uace0 \ub0b4\ubd80 \ubc84\ud37c\ub97c %d\ubc14\uc774\ud2b8\ub85c \uc124\uc815\ud558\ub294 \uc911 |
| | | NOTICE_JEB_IMPORT_LDIF_BUFFER_CONTEXT_AVAILMEM_186=\uc0ac\uc6a9 \uac00\ub2a5\ud55c \ubc84\ud37c \uba54\ubaa8\ub9ac(%d\ubc14\uc774\ud2b8)\uac00 \ub2e8\uc77c \uac00\uc838\uc624\uae30 \ucee8\ud14d\uc2a4\ud2b8\uc5d0 \ud5c8\uc6a9\ub418\ub294 \ucd5c\uc18c\uac12(%d\ubc14\uc774\ud2b8)\ubcf4\ub2e4 \uc791\uc2b5\ub2c8\ub2e4. \ucee8\ud14d\uc2a4\ud2b8 \uc0ac\uc6a9 \uac00\ub2a5\ud55c \ubc84\ud37c \uba54\ubaa8\ub9ac\ub97c \ucd5c\uc18c\uac12\uc73c\ub85c \uc124\uc815\ud558\ub294 \uc911 |
| | | NOTICE_JEB_IMPORT_LDIF_BUFFER_CHECKPOINTS_187=\uc218\ud589\ud55c \uac80\uc0ac\uc810 \uc218: %d |
| | | NOTICE_JEB_IMPORT_LDIF_CLEANER_STATS_188=\ud074\ub9ac\ub108 \uc2e4\ud589 \ud69f\uc218: %d, \uc0ad\uc81c\ud55c \ud30c\uc77c \uc218: %d, \uc77d\uc740 \ud56d\ubaa9 \uc218: %d, \uc815\ub9ac\ud55c IN \ub178\ub4dc \uc218: %d |
| | | NOTICE_JEB_IMPORT_LDIF_EVICTION_DETECTED_STATS_189=\ucd95\ucd9c\uc774 \uc9c4\ud589 \uc911\uc785\ub2c8\ub2e4. \ud1b5\uacfc: %d, \ucd95\ucd9c\ub41c \ub178\ub4dc \uc218: %d, \uc81c\uac70\ub41c BIN \ub178\ub4dc \uc218: %d |
| | | NOTICE_JEB_IMPORT_LDIF_EVICTION_DETECTED_190=%d\uac1c \ud56d\ubaa9\uc744 \uac00\uc838\uc628 \ud6c4 \ucd95\ucd9c\uc774 \uac80\uc0c9\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | |
| New file |
| | |
| | | # CDDL HEADER START |
| | | # |
| | | # The contents of this file are subject to the terms of the |
| | | # Common Development and Distribution License, Version 1.0 only |
| | | # (the "License"). You may not use this file except in compliance |
| | | # with the License. |
| | | # |
| | | # You can obtain a copy of the license at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE |
| | | # or https://OpenDS.dev.java.net/OpenDS.LICENSE. |
| | | # See the License for the specific language governing permissions |
| | | # and limitations under the License. |
| | | # |
| | | # When distributing Covered Code, include this CDDL HEADER in each |
| | | # file and include the License file at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, |
| | | # add the following below this CDDL HEADER, with the fields enclosed |
| | | # by brackets "[]" replaced with your own identifying information: |
| | | # Portions Copyright [yyyy] [name of copyright owner] |
| | | # |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2008 Sun Microsystems, Inc. |
| | | |
| | | |
| | | |
| | | # |
| | | # Global directives |
| | | # |
| | | global.category=JEB |
| | | |
| | | # |
| | | # Format string definitions |
| | | # |
| | | # Keys must be formatted as follows: |
| | | # |
| | | # [SEVERITY]_[DESCRIPTION]_[ORDINAL] |
| | | # |
| | | # where: |
| | | # |
| | | # SEVERITY is one of: |
| | | # [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE] |
| | | # |
| | | # DESCRIPTION is an upper case string providing a hint as to the context of |
| | | # the message in upper case with the underscore ('_') character serving as |
| | | # word separator |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | MILD_ERR_JEB_INCORRECT_ROUTING_1=\u540e\u7aef\u4e0d\u5305\u542b\u76ee\u5f55\u4fe1\u606f\u6811\u4e2d\u4e0e\u6761\u76ee '%s' \u6709\u5173\u7684\u90e8\u5206 |
| | | SEVERE_ERR_JEB_OPEN_DATABASE_FAIL_2=\u65e0\u6cd5\u6253\u5f00\u6570\u636e\u5e93: %s |
| | | SEVERE_ERR_JEB_OPEN_ENV_FAIL_3=\u65e0\u6cd5\u6253\u5f00\u6570\u636e\u5e93\u73af\u5883: %s |
| | | SEVERE_ERR_JEB_HIGHEST_ID_FAIL_5=\u65e0\u6cd5\u786e\u5b9a\u6570\u636e\u5e93\u6700\u9ad8\u6761\u76ee\u6807\u8bc6\u7b26 |
| | | SEVERE_WARN_JEB_FUNCTION_NOT_SUPPORTED_6=\u8be5\u540e\u7aef\u4e0d\u652f\u6301\u8bf7\u6c42\u7684\u64cd\u4f5c |
| | | SEVERE_ERR_JEB_CREATE_FAIL_7=\u65e0\u6cd5\u521b\u5efa\u540e\u7aef\u6570\u636e\u5e93\u76ee\u5f55: %s |
| | | SEVERE_ERR_JEB_REMOVE_FAIL_8=\u65e0\u6cd5\u5220\u9664\u540e\u7aef\u6570\u636e\u5e93\u6587\u4ef6: %s |
| | | SEVERE_ERR_JEB_DIRECTORY_INVALID_9=\u540e\u7aef\u6570\u636e\u5e93\u76ee\u5f55 '%s' \u4e0d\u662f\u6709\u6548\u7684\u76ee\u5f55 |
| | | SEVERE_ERR_JEB_MISSING_DN2ID_RECORD_10=DN \u6570\u636e\u5e93\u4e0d\u5305\u542b '%s' \u7684\u8bb0\u5f55 |
| | | SEVERE_ERR_JEB_MISSING_ID2ENTRY_RECORD_11=\u6761\u76ee\u6570\u636e\u5e93\u4e0d\u5305\u542b ID %s \u7684\u8bb0\u5f55 |
| | | SEVERE_ERR_JEB_ENTRY_DATABASE_CORRUPT_12=\u6761\u76ee\u6570\u636e\u5e93\u4e0d\u5305\u542b ID %s \u7684\u6709\u6548\u8bb0\u5f55 |
| | | SEVERE_ERR_JEB_DATABASE_EXCEPTION_14=\u6570\u636e\u5e93\u5f02\u5e38: %s |
| | | SEVERE_ERR_CONFIG_INDEX_TYPE_NEEDS_MATCHING_RULE_26=\u5c5e\u6027 '%s' \u65e0\u6cd5\u7f16\u5236 '%s' \u7c7b\u578b\u7684\u7d22\u5f15\uff0c\u56e0\u4e3a\u5b83\u6ca1\u6709\u76f8\u5e94\u7684\u5339\u914d\u89c4\u5219 |
| | | MILD_ERR_JEB_UNCHECKED_EXCEPTION_28=\u5904\u7406\u6570\u636e\u5e93\u4e8b\u52a1\u671f\u95f4\u51fa\u73b0\u672a\u68c0\u67e5\u5f02\u5e38: %s |
| | | NOTICE_JEB_CLEAN_DATABASE_START_29=\u5f00\u59cb\u5bf9 '%2$s' \u4e2d\u7684 %1$d \u4e2a\u65e5\u5fd7\u6587\u4ef6\u6267\u884c\u6570\u636e\u5e93\u6e05\u7406\u64cd\u4f5c |
| | | NOTICE_JEB_CLEAN_DATABASE_MARKED_30=\u5df2\u6807\u8bb0\u4e86 %d \u4e2a\u8981\u8fdb\u884c\u6e05\u7406\u7684\u65e5\u5fd7\u6587\u4ef6 |
| | | NOTICE_JEB_CLEAN_DATABASE_FINISH_31=\u5df2\u5b8c\u6210\u6570\u636e\u5e93\u6e05\u7406\uff1b\u73b0\u5728\u8fd8\u5269\u4e0b %d \u4e2a\u65e5\u5fd7\u6587\u4ef6 |
| | | NOTICE_JEB_DELETED_ENTRY_COUNT_33=\u5df2\u5220\u9664\u7684\u6761\u76ee\u6570\u4e3a %d \u4e2a |
| | | MILD_ERR_JEB_DUPLICATE_CONFIG_ENTRY_36=\u5c06\u5ffd\u7565\u914d\u7f6e\u6761\u76ee '%s'\u3002\u53ea\u5141\u8bb8\u4f7f\u7528\u4e00\u4e2a\u5bf9\u8c61\u7c7b\u4e3a '%s' \u7684\u914d\u7f6e\u6761\u76ee |
| | | MILD_ERR_JEB_CONFIG_ENTRY_NOT_RECOGNIZED_37=\u5c06\u5ffd\u7565\u914d\u7f6e\u6761\u76ee '%s'\uff0c\u56e0\u4e3a\u65e0\u6cd5\u8bc6\u522b\u8be5\u6761\u76ee |
| | | MILD_ERR_JEB_INDEX_ATTRIBUTE_TYPE_NOT_FOUND_38=\u5c06\u5ffd\u7565\u7d22\u5f15\u914d\u7f6e\u6761\u76ee '%s'\uff0c\u56e0\u4e3a\u5b83\u6307\u5b9a\u4e86\u672a\u77e5\u7684\u5c5e\u6027\u7c7b\u578b '%s' |
| | | MILD_ERR_JEB_DUPLICATE_INDEX_CONFIG_39=\u5c06\u5ffd\u7565\u7d22\u5f15\u914d\u7f6e\u6761\u76ee '%s'\uff0c\u56e0\u4e3a\u5b83\u6307\u5b9a\u4e86\u5df2\u5728\u53e6\u4e00\u4e2a\u7d22\u5f15\u914d\u7f6e\u6761\u76ee\u4e2d\u5b9a\u4e49\u7684\u5c5e\u6027\u7c7b\u578b '%s' |
| | | SEVERE_ERR_JEB_IO_ERROR_40=\u5728\u6267\u884c\u540e\u7aef\u64cd\u4f5c\u671f\u95f4\u51fa\u73b0 I/O \u9519\u8bef: %s |
| | | NOTICE_JEB_BACKEND_STARTED_42=\u5305\u542b %2$d \u4e2a\u6761\u76ee\u7684\u6570\u636e\u5e93\u540e\u7aef %1$s \u5df2\u542f\u52a8 |
| | | MILD_ERR_JEB_IMPORT_PARENT_NOT_FOUND_43=\u7236\u6761\u76ee '%s' \u4e0d\u5b58\u5728 |
| | | SEVERE_WARN_JEB_IMPORT_ENTRY_EXISTS_44=\u8be5\u6761\u76ee\u5df2\u5b58\u5728\uff0c\u5e76\u4e14\u5bfc\u5165\u9009\u9879\u4e0d\u5141\u8bb8\u66ff\u6362\u8be5\u6761\u76ee |
| | | MILD_ERR_JEB_ATTRIBUTE_INDEX_NOT_CONFIGURED_45=\u6ca1\u6709\u4e3a\u5c5e\u6027\u7c7b\u578b '%s' \u914d\u7f6e\u4efb\u4f55\u7d22\u5f15 |
| | | MILD_ERR_JEB_SEARCH_NO_SUCH_OBJECT_46=\u641c\u7d22\u57fa\u6761\u76ee '%s' \u4e0d\u5b58\u5728 |
| | | MILD_ERR_JEB_ADD_NO_SUCH_OBJECT_47=\u65e0\u6cd5\u6dfb\u52a0\u6761\u76ee '%s'\uff0c\u56e0\u4e3a\u5176\u7236\u6761\u76ee\u4e0d\u5b58\u5728 |
| | | MILD_ERR_JEB_DELETE_NO_SUCH_OBJECT_48=\u65e0\u6cd5\u5220\u9664\u6761\u76ee '%s'\uff0c\u56e0\u4e3a\u8be5\u6761\u76ee\u4e0d\u5b58\u5728 |
| | | MILD_ERR_JEB_MODIFY_NO_SUCH_OBJECT_49=\u65e0\u6cd5\u4fee\u6539\u6761\u76ee '%s'\uff0c\u56e0\u4e3a\u8be5\u6761\u76ee\u4e0d\u5b58\u5728 |
| | | MILD_ERR_JEB_MODIFYDN_NO_SUCH_OBJECT_50=\u65e0\u6cd5\u91cd\u547d\u540d\u6761\u76ee '%s'\uff0c\u56e0\u4e3a\u8be5\u6761\u76ee\u4e0d\u5b58\u5728 |
| | | MILD_ERR_JEB_ADD_ENTRY_ALREADY_EXISTS_51=\u65e0\u6cd5\u6dfb\u52a0\u6761\u76ee '%s'\uff0c\u56e0\u4e3a\u5df2\u5b58\u5728\u5177\u6709\u8be5\u540d\u79f0\u7684\u6761\u76ee |
| | | MILD_ERR_JEB_DELETE_NOT_ALLOWED_ON_NONLEAF_52=\u65e0\u6cd5\u5220\u9664\u6761\u76ee '%s'\uff0c\u56e0\u4e3a\u8be5\u6761\u76ee\u5177\u6709\u4e0b\u7ea7\u6761\u76ee |
| | | MILD_ERR_JEB_MODIFYDN_ALREADY_EXISTS_53=\u65e0\u6cd5\u5c06\u6761\u76ee\u91cd\u547d\u540d\u4e3a '%s'\uff0c\u56e0\u4e3a\u5df2\u5b58\u5728\u5177\u6709\u8be5\u540d\u79f0\u7684\u6761\u76ee |
| | | MILD_ERR_JEB_NEW_SUPERIOR_NO_SUCH_OBJECT_54=\u65e0\u6cd5\u79fb\u52a8\u6761\u76ee\uff0c\u56e0\u4e3a\u65b0\u7684\u7236\u6761\u76ee '%s' \u4e0d\u5b58\u5728 |
| | | NOTICE_JEB_CACHE_PRELOAD_STARTED_55=\u540e\u7aef %s \u7684\u6570\u636e\u5e93\u7f13\u5b58\u9884\u52a0\u8f7d\u5df2\u542f\u52a8 |
| | | NOTICE_JEB_CACHE_DB_PRELOADED_56=\u6570\u636e\u5e93 %s \u7684\u6570\u636e\u5e93\u7f13\u5b58\u9884\u52a0\u8f7d\u5df2\u5b8c\u6210 |
| | | NOTICE_JEB_CACHE_PRELOAD_INTERRUPTED_BY_TIME_57=\u7531\u4e8e\u65f6\u95f4\u9650\u5236\uff0c\u540e\u7aef %s \u7684\u6570\u636e\u5e93\u7f13\u5b58\u9884\u52a0\u8f7d\u5728\u9884\u52a0\u8f7d\u6570\u636e\u5e93 %s \u65f6\u4e2d\u65ad |
| | | NOTICE_JEB_CACHE_PRELOAD_INTERRUPTED_BY_SIZE_58=\u7531\u4e8e\u5927\u5c0f\u9650\u5236\uff0c\u540e\u7aef %s \u7684\u6570\u636e\u5e93\u7f13\u5b58\u9884\u52a0\u8f7d\u5728\u9884\u52a0\u8f7d\u6570\u636e\u5e93 %s \u65f6\u4e2d\u65ad |
| | | NOTICE_JEB_CACHE_PRELOAD_INTERRUPTED_UNKNOWN_59=\u540e\u7aef %s \u7684\u6570\u636e\u5e93\u7f13\u5b58\u9884\u52a0\u8f7d\u5728\u9884\u52a0\u8f7d\u6570\u636e\u5e93 %s \u65f6\u4e2d\u65ad |
| | | NOTICE_JEB_CACHE_PRELOAD_DONE_60=\u540e\u7aef %s \u7684\u6570\u636e\u5e93\u7f13\u5b58\u9884\u52a0\u8f7d\u5df2\u5b8c\u6210 |
| | | NOTICE_JEB_CACHE_SIZE_AFTER_PRELOAD_61=\u5728\u9884\u52a0\u8f7d\u540e\uff0c\u6570\u636e\u5e93\u7f13\u5b58\u4e3a %d MB |
| | | SEVERE_ERR_JEB_CACHE_PRELOAD_62=\u5728\u4e3a\u540e\u7aef %s \u9884\u52a0\u8f7d\u6570\u636e\u5e93\u7f13\u5b58\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_GET_MAC_63=\u5728\u5c1d\u8bd5\u83b7\u53d6 %s MAC \u63d0\u4f9b\u7a0b\u5e8f\u4ee5\u4fbf\u4e3a\u5907\u4efd\u521b\u5efa\u7b7e\u540d\u6563\u5217\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_GET_DIGEST_64=\u5728\u5c1d\u8bd5\u83b7\u53d6 %s \u6d88\u606f\u6458\u8981\u4ee5\u4fbf\u4e3a\u5907\u4efd\u521b\u5efa\u6563\u5217\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_65=\u5c1d\u8bd5\u5728\u76ee\u5f55 %2$s \u4e2d\u521b\u5efa\u6570\u636e\u5e93\u5f52\u6863\u6587\u4ef6 %1$s \u65f6\u51fa\u73b0\u9519\u8bef: %3$s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_GET_CIPHER_66=\u5728\u5c1d\u8bd5\u83b7\u53d6\u7528\u4e8e\u52a0\u5bc6\u5907\u4efd\u7684\u5bc6\u7801\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_JEB_BACKUP_ZIP_COMMENT_67=\u540e\u7aef %3$s \u7684 %1$s \u5907\u4efd %2$s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_LIST_LOG_FILES_68=\u5728\u5c1d\u8bd5\u83b7\u53d6\u76ee\u5f55 %s \u4e2d\u7684\u6587\u4ef6\u5217\u8868\uff08\u4ee5\u5305\u542b\u5728\u6570\u636e\u5e93\u5907\u4efd\u4e2d\uff09\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_WRITE_ARCHIVE_FILE_69=\u5728\u5c1d\u8bd5\u5907\u4efd\u6570\u636e\u5e93\u6587\u4ef6 %s \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_CLOSE_ZIP_STREAM_70=\u5c1d\u8bd5\u5173\u95ed\u76ee\u5f55 %2$s \u4e2d\u7684\u6570\u636e\u5e93\u5f52\u6863\u6587\u4ef6 %1$s \u65f6\u51fa\u73b0\u9519\u8bef: %3$s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_71=\u5728\u5c1d\u8bd5\u4f7f\u7528\u6709\u5173\u6570\u636e\u5e93\u5907\u4efd\u7684\u4fe1\u606f\u66f4\u65b0\u5907\u4efd\u63cf\u8ff0\u7b26\u6587\u4ef6 %s \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_JEB_BACKUP_UNSIGNED_HASH_ERROR_72=\u8ba1\u7b97\u7684\u5907\u4efd %s \u7684\u6563\u5217\u4e0d\u540c\u4e8e\u5907\u4efd\u65f6\u8ba1\u7b97\u7684\u503c |
| | | SEVERE_ERR_JEB_BACKUP_SIGNED_HASH_ERROR_73=\u8ba1\u7b97\u7684\u5907\u4efd %s \u7684\u7b7e\u540d\u6563\u5217\u4e0d\u540c\u4e8e\u5907\u4efd\u65f6\u8ba1\u7b97\u7684\u503c |
| | | SEVERE_ERR_JEB_INCR_BACKUP_REQUIRES_FULL_74=\u5728\u6267\u884c\u589e\u91cf\u5907\u4efd\u4e4b\u524d\uff0c\u5fc5\u987b\u5148\u6267\u884c\u5b8c\u5168\u5907\u4efd |
| | | SEVERE_ERR_JEB_CANNOT_RENAME_RESTORE_DIRECTORY_75=\u65e0\u6cd5\u5c06\u76ee\u5f55 %s\uff08\u5305\u542b\u4ece\u5907\u4efd\u4e2d\u6062\u590d\u7684\u6587\u4ef6\uff09\u91cd\u547d\u540d\u4e3a\u540e\u7aef\u76ee\u5f55 %s |
| | | SEVERE_ERR_JEB_INCR_BACKUP_FROM_WRONG_BASE_76=\u5fc5\u987b\u4e3a\u589e\u91cf\u5907\u4efd\u6307\u5b9a\u4ee5\u4e0b\u57fa\u5907\u4efd ID \u4e4b\u4e00: %s |
| | | SEVERE_ERR_JEB_CANNOT_CREATE_BACKUP_TAG_FILE_77=\u65e0\u6cd5\u5728 %2$s \u4e2d\u521b\u5efa\u5907\u4efd\u6807\u8bb0\u6587\u4ef6 %1$s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_RESTORE_78=\u5728\u5c1d\u8bd5\u4ece\u5907\u4efd %s \u4e2d\u6062\u590d\u6587\u4ef6\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_JEB_BACKUP_MISSING_BACKUPID_79=\u65e0\u6cd5\u5728\u5907\u4efd\u76ee\u5f55 %2$s \u4e2d\u627e\u5230\u5907\u4efd %1$s \u7684\u4fe1\u606f |
| | | NOTICE_JEB_BACKUP_FILE_UNCHANGED_82=\u672a\u66f4\u6539: %s |
| | | NOTICE_JEB_BACKUP_CLEANER_ACTIVITY_83=\u7531\u4e8e\u6e05\u7406\u5668\u6d3b\u52a8\u800c\u5305\u62ec %s \u4e2a\u989d\u5916\u7684\u65e5\u5fd7\u6587\u4ef6 |
| | | NOTICE_JEB_BACKUP_VERIFY_FILE_84=\u6b63\u5728\u9a8c\u8bc1: %s |
| | | NOTICE_JEB_BACKUP_RESTORED_FILE_85=\u5df2\u6062\u590d\uff1a%s\uff08\u5927\u5c0f %d\uff09 |
| | | NOTICE_JEB_BACKUP_ARCHIVED_FILE_86=\u5df2\u5f52\u6863: %s |
| | | NOTICE_JEB_EXPORT_FINAL_STATUS_87=\u5728 %3$d \u79d2\u5185\uff0c\u5bfc\u51fa\u4e86 %1$d \u4e2a\u6761\u76ee\u5e76\u8df3\u8fc7\u4e86 %2$d \u4e2a\u6761\u76ee\uff08\u5e73\u5747\u901f\u7387\u4e3a %4$.1f\u4e2a/\u79d2\uff09 |
| | | NOTICE_JEB_EXPORT_PROGRESS_REPORT_88=\u5df2\u5bfc\u51fa %d \u4e2a\u8bb0\u5f55\u5e76\u8df3\u8fc7 %d \u4e2a\u8bb0\u5f55\uff08\u6700\u65b0\u901f\u7387\u4e3a %.1f\u4e2a/\u79d2\uff09 |
| | | NOTICE_JEB_IMPORT_THREAD_COUNT_89=\u5bfc\u5165\u7ebf\u7a0b\u8ba1\u6570\uff1a%d \u4e2a\u7ebf\u7a0b |
| | | INFO_JEB_IMPORT_BUFFER_SIZE_90=\u6bcf\u4e2a\u7ebf\u7a0b\u7684\u7f13\u51b2\u533a\u5927\u5c0f = %,d |
| | | INFO_JEB_IMPORT_LDIF_PROCESSING_TIME_91=LDIF \u5904\u7406\u7528\u65f6 %d \u79d2 |
| | | INFO_JEB_IMPORT_INDEX_PROCESSING_TIME_92=\u7d22\u5f15\u5904\u7406\u7528\u65f6 %d \u79d2 |
| | | NOTICE_JEB_IMPORT_CLOSING_DATABASE_93=\u6b63\u5728\u5c06\u6570\u636e\u5237\u65b0\u5230\u78c1\u76d8\u4e2d |
| | | NOTICE_JEB_IMPORT_FINAL_STATUS_94=\u5728 %6$d \u79d2\u5185\uff0c\u5904\u7406\u4e86 %1$d \u4e2a\u6761\u76ee\uff0c\u5bfc\u5165\u4e86 %2$d \u4e2a\u6761\u76ee\uff0c\u8df3\u8fc7\u4e86 %3$d \u4e2a\u6761\u76ee\uff0c\u62d2\u7edd\u4e86 %4$d \u4e2a\u6761\u76ee\uff0c\u5e76\u8fc1\u79fb\u4e86 %5$d \u4e2a\u6761\u76ee\uff08\u5e73\u5747\u901f\u7387\u4e3a %7$.1f\u4e2a/\u79d2\uff09 |
| | | NOTICE_JEB_IMPORT_ENTRY_LIMIT_EXCEEDED_COUNT_95=\u8d85\u8fc7\u6761\u76ee\u9650\u5236\u7684\u7d22\u5f15\u503c\u6570\uff1a%d \u4e2a |
| | | NOTICE_JEB_IMPORT_PROGRESS_REPORT_96=\u5904\u7406\u4e86 %d \u4e2a\u6761\u76ee\uff0c\u8df3\u8fc7\u4e86 %d \u4e2a\u6761\u76ee\uff0c\u62d2\u7edd\u4e86 %d \u4e2a\u6761\u76ee\uff0c\u5e76\u8fc1\u79fb\u4e86 %d \u4e2a\u6761\u76ee\uff08\u6700\u65b0\u901f\u7387\u4e3a %.1f\u4e2a/\u79d2\uff09 |
| | | NOTICE_JEB_IMPORT_CACHE_AND_MEMORY_REPORT_97=\u53ef\u7528\u5185\u5b58 = %d MB\uff0c\u7f13\u5b58\u672a\u547d\u4e2d\u7387 = %.1f\u4e2a/\u6761\u76ee |
| | | NOTICE_JEB_VERIFY_CLEAN_FINAL_STATUS_101=\u5728 %3$d \u79d2\u5185\uff0c\u68c0\u67e5\u4e86 %1$d \u4e2a\u8bb0\u5f55\u5e76\u627e\u5230\u4e86 %2$d \u4e2a\u9519\u8bef\uff08\u5e73\u5747\u901f\u7387\u4e3a %4$.1f\u4e2a/\u79d2\uff09 |
| | | INFO_JEB_VERIFY_MULTIPLE_REFERENCE_COUNT_102=\u5f15\u7528\u591a\u4e2a\u6761\u76ee\u7684\u8bb0\u5f55\u6570\uff1a%d \u4e2a |
| | | INFO_JEB_VERIFY_ENTRY_LIMIT_EXCEEDED_COUNT_103=\u8d85\u8fc7\u6761\u76ee\u9650\u5236\u7684\u8bb0\u5f55\u6570\uff1a%d \u4e2a |
| | | INFO_JEB_VERIFY_AVERAGE_REFERENCE_COUNT_104=\u5f15\u7528\u7684\u5e73\u5747\u6761\u76ee\u6570\u4e3a %.2f\u4e2a/\u8bb0\u5f55 |
| | | INFO_JEB_VERIFY_MAX_REFERENCE_COUNT_105=\u4efb\u4f55\u8bb0\u5f55\u5f15\u7528\u7684\u6700\u5927\u6761\u76ee\u6570\u4e3a %d \u4e2a |
| | | NOTICE_JEB_VERIFY_FINAL_STATUS_106=\u5728 %3$d \u79d2\u5185\uff0c\u68c0\u67e5\u4e86 %1$d \u4e2a\u6761\u76ee\u5e76\u627e\u5230\u4e86 %2$d \u4e2a\u9519\u8bef\uff08\u5e73\u5747\u901f\u7387\u4e3a %4$.1f\u4e2a/\u79d2\uff09 |
| | | INFO_JEB_VERIFY_ENTRY_LIMIT_STATS_HEADER_107=\u5df2\u8d85\u8fc7\u6761\u76ee\u9650\u5236\u7684\u8bb0\u5f55\u7684\u7edf\u8ba1\u4fe1\u606f: |
| | | INFO_JEB_VERIFY_ENTRY_LIMIT_STATS_ROW_108=\u6587\u4ef6 %s \u5177\u6709 %d \u4e2a\u6b64\u7c7b\u8bb0\u5f55 min=%d max=%d median=%d |
| | | NOTICE_JEB_VERIFY_PROGRESS_REPORT_109=\u5df2\u5904\u7406 %d \u4e2a\u8bb0\u5f55\uff08\u5171 %d \u4e2a\u8bb0\u5f55\uff09\u5e76\u627e\u5230 %d \u4e2a\u9519\u8bef\uff08\u6700\u65b0\u901f\u7387\u4e3a %.1f\u4e2a/\u79d2\uff09 |
| | | INFO_JEB_VERIFY_CACHE_AND_MEMORY_REPORT_110=\u53ef\u7528\u5185\u5b58 = %d MB\uff0c\u7f13\u5b58\u672a\u547d\u4e2d\u7387 = %.1f\u4e2a/\u8bb0\u5f55 |
| | | MILD_ERR_JEB_INVALID_PAGED_RESULTS_COOKIE_111=\u65e0\u6cd5\u8bc6\u522b\u4ee5\u4e0b\u5206\u9875\u7ed3\u679c\u63a7\u5236 Cookie \u503c: %s |
| | | NOTICE_JEB_REFERRAL_RESULT_MESSAGE_112=\u5f15\u7528\u6761\u76ee %s \u6307\u793a\u5fc5\u987b\u5728\u5176\u4ed6\u670d\u52a1\u5668\u4e0a\u5904\u7406\u8be5\u64cd\u4f5c |
| | | INFO_JEB_IMPORT_ENVIRONMENT_CONFIG_119=\u6570\u636e\u5e93\u73af\u5883\u5c5e\u6027: %s |
| | | SEVERE_ERR_JEB_INCOMPATIBLE_ENTRY_VERSION_126=ID \u4e3a %s \u7684\u6761\u76ee\u8bb0\u5f55\u4e0e\u8be5\u540e\u7aef\u6570\u636e\u5e93\u7248\u672c\u4e0d\u517c\u5bb9\u3002\u6761\u76ee\u7248\u672c: %x |
| | | NOTICE_JEB_LOOKTHROUGH_LIMIT_EXCEEDED_127=\u8be5\u641c\u7d22\u64cd\u4f5c\u68c0\u67e5\u4e86 %d\uff08\u6700\u5927\u503c\uff09\u4e2a\u6761\u76ee\u4ee5\u83b7\u53d6\u5339\u914d\u9879 |
| | | SEVERE_WARN_JEB_SET_PERMISSIONS_FAILED_128=\u5728\u4e3a\u540e\u7aef\u6570\u636e\u5e93\u76ee\u5f55 %s \u8bbe\u7f6e\u6587\u4ef6\u6743\u9650\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_WARN_JEB_GET_ENTRY_COUNT_FAILED_129=\u65e0\u6cd5\u786e\u5b9a\u5bb9\u5668\u4e2d\u7684\u603b\u6761\u76ee\u6570: %s |
| | | NOTICE_JEB_CONFIG_ATTR_REQUIRES_RESTART_130=\u5728\u91cd\u65b0\u542f\u52a8\u540e\u7aef\u540e\uff0c\u5bf9 %s \u5c5e\u6027\u6240\u505a\u7684\u66f4\u6539\u624d\u4f1a\u751f\u6548 |
| | | NOTICE_JEB_REBUILD_PROGRESS_REPORT_131=\u5df2\u5b8c\u6210 %.1f%%\u3002\u5df2\u5904\u7406 %d/%d \u6761\u8bb0\u5f55\u3002\uff08\u6700\u65b0\u901f\u7387\u4e3a %.1f\u4e2a/\u79d2\uff09 |
| | | NOTICE_JEB_REBUILD_CACHE_AND_MEMORY_REPORT_132=\u53ef\u7528\u5185\u5b58 = %d MB\uff0c\u7f13\u5b58\u672a\u547d\u4e2d\u7387 = %.1f\u4e2a/\u8bb0\u5f55 |
| | | NOTICE_JEB_REBUILD_FINAL_STATUS_133=\u5df2\u5b8c\u6210\u91cd\u6784\u3002\u5728 %2$d \u79d2\u5185\u5904\u7406\u4e86 %1$d \u4e2a\u8bb0\u5f55\uff08\u5e73\u5747\u901f\u7387\u4e3a %3$.1f\u4e2a/\u79d2\uff09 |
| | | SEVERE_ERR_JEB_REBUILD_INDEX_FAILED_134=\u5728\u91cd\u6784\u7d22\u5f15 %s \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_JEB_REBUILD_INSERT_ENTRY_FAILED_135=\u5728\u5c06\u6761\u76ee\u63d2\u5165 %s \u6570\u636e\u5e93/\u7d22\u5f15\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_JEB_REBUILD_INDEX_CONFLICT_136=\u7d22\u5f15 %s \u7684\u53e6\u4e00\u9879\u91cd\u6784\u5df2\u5728\u6267\u884c\u4e2d |
| | | NOTICE_JEB_REBUILD_START_137=\u5df2\u542f\u52a8\u7d22\u5f15 %s \u7684\u91cd\u6784\uff0c\u8981\u5904\u7406\u7684\u603b\u8bb0\u5f55\u6570\u4e3a %d \u4e2a |
| | | SEVERE_ERR_JEB_REBUILD_BACKEND_ONLINE_138=\u5fc5\u987b\u5728\u7981\u7528\u5305\u542b\u57fa DN \u7684\u540e\u7aef\u7684\u60c5\u51b5\u4e0b\u5b8c\u6210\u7cfb\u7edf\u7d22\u5f15\u91cd\u6784 |
| | | SEVERE_ERR_ENTRYIDSORTER_CANNOT_EXAMINE_ENTRY_139=\u65e0\u6cd5\u68c0\u67e5 ID \u4e3a %s \u7684\u6761\u76ee\u4ee5\u8fdb\u884c\u6392\u5e8f: %s |
| | | MILD_ERR_JEB_SEARCH_CANNOT_SORT_UNINDEXED_140=\u65e0\u6cd5\u5bf9\u641c\u7d22\u7ed3\u679c\u8fdb\u884c\u6392\u5e8f\uff0c\u56e0\u4e3a\u7ed9\u5b9a\u7684\u641c\u7d22\u8bf7\u6c42\u672a\u7f16\u5236\u7d22\u5f15 |
| | | MILD_ERR_ENTRYIDSORTER_NEGATIVE_START_POS_141=\u65e0\u6cd5\u5904\u7406\u865a\u62df\u5217\u8868\u89c6\u56fe\u8bf7\u6c42\uff0c\u56e0\u4e3a\u76ee\u6807\u8d77\u59cb\u4f4d\u7f6e\u4f4d\u4e8e\u7ed3\u679c\u96c6\u5f00\u5934\u4e4b\u524d |
| | | MILD_ERR_ENTRYIDSORTER_OFFSET_TOO_LARGE_142=\u65e0\u6cd5\u5904\u7406\u865a\u62df\u5217\u8868\u89c6\u56fe\u8bf7\u6c42\uff0c\u56e0\u4e3a\u76ee\u6807\u504f\u79fb %d \u5927\u4e8e\u5217\u8868\u4e2d\u7684\u603b\u7ed3\u679c\u6570 (%d) |
| | | MILD_ERR_ENTRYIDSORTER_TARGET_VALUE_NOT_FOUND_143=\u65e0\u6cd5\u5904\u7406\u865a\u62df\u5217\u8868\u89c6\u56fe\u8bf7\u6c42\uff0c\u56e0\u4e3a\u5728\u7ed3\u679c\u96c6\u4e2d\u627e\u4e0d\u5230\u4efb\u4f55\u6392\u5e8f\u503c\u5927\u4e8e\u6216\u7b49\u4e8e\u63d0\u4f9b\u7684\u58f0\u660e\u503c\u7684\u6761\u76ee |
| | | MILD_ERR_JEB_SEARCH_CANNOT_MIX_PAGEDRESULTS_AND_VLV_144=\u8bf7\u6c42\u7684\u641c\u7d22\u64cd\u4f5c\u540c\u65f6\u5305\u542b\u7b80\u5355\u5206\u9875\u7ed3\u679c\u63a7\u5236\u548c\u865a\u62df\u5217\u8868\u89c6\u56fe\u63a7\u5236\u3002\u8fd9\u4e9b\u63a7\u5236\u662f\u4e92\u65a5\u7684\uff0c\u4e0d\u80fd\u4e00\u8d77\u4f7f\u7528 |
| | | MILD_ERR_JEB_SEARCH_UNINDEXED_INSUFFICIENT_PRIVILEGES_145=\u60a8\u6ca1\u6709\u8db3\u591f\u7684\u6743\u9650\u6765\u6267\u884c\u672a\u7f16\u5165\u7d22\u5f15\u7684\u641c\u7d22 |
| | | SEVERE_WARN_JEB_UNABLE_SET_PERMISSIONS_146=\u8be5\u5e73\u53f0\u4e0d\u652f\u6301\u4e3a\u6570\u636e\u5e93\u76ee\u5f55 %2$s \u8bbe\u7f6e\u6587\u4ef6\u6743\u9650 %1$s |
| | | NOTICE_JEB_CONFIG_INDEX_ENTRY_LIMIT_REQUIRES_REBUILD_148=\u67d0\u4e9b\u7d22\u5f15\u952e\u5df2\u8d85\u8fc7\u7d22\u5f15 %s \u4e2d\u4ee5\u524d\u7684\u7d22\u5f15\u6761\u76ee\u9650\u5236\u3002\u5fc5\u987b\u91cd\u6784\u8be5\u7d22\u5f15\uff0c\u7136\u540e\u5b83\u624d\u80fd\u4f7f\u7528\u65b0\u9650\u5236 |
| | | NOTICE_JEB_INDEX_ADD_REQUIRES_REBUILD_150=\u7531\u4e8e\u914d\u7f6e\u66f4\u6539\uff0c\u7d22\u5f15 %s \u5f53\u524d\u5904\u4e8e\u964d\u7ea7\u72b6\u6001\uff1b\u5fc5\u987b\u91cd\u6784\u8be5\u7d22\u5f15\uff0c\u7136\u540e\u624d\u80fd\u8fdb\u884c\u4f7f\u7528 |
| | | SEVERE_ERR_JEB_INDEX_CORRUPT_REQUIRES_REBUILD_151=\u5728\u4ece\u7d22\u5f15 %s \u4e2d\u8bfb\u53d6\u6570\u636e\u65f6\u51fa\u73b0\u9519\u8bef\u3002\u8be5\u7d22\u5f15\u4f3c\u4e4e\u5df2\u635f\u574f\uff0c\u73b0\u5728\u5904\u4e8e\u964d\u7ea7\u72b6\u6001\u3002\u5fc5\u987b\u91cd\u6784\u8be5\u7d22\u5f15\uff0c\u7136\u540e\u5b83\u624d\u80fd\u6062\u590d\u6b63\u5e38\u5de5\u4f5c |
| | | SEVERE_ERR_JEB_IMPORT_BACKEND_ONLINE_152=\u5728\u542f\u52a8\u5bfc\u5165\u8fc7\u7a0b\u4e4b\u524d\uff0c\u5fc5\u987b\u7981\u7528\u8be5\u540e\u7aef |
| | | SEVERE_ERR_JEB_IMPORT_THREAD_EXCEPTION_153=\u5bfc\u5165\u7ebf\u7a0b %s \u4e2d\u51fa\u73b0\u9519\u8bef: %s\u3002\u65e0\u6cd5\u7ee7\u7eed\u8fd0\u884c\u8be5\u7ebf\u7a0b |
| | | SEVERE_ERR_JEB_IMPORT_NO_WORKER_THREADS_154=\u6ca1\u6709\u5176\u4ed6\u53ef\u7528\u4e8e\u5904\u7406\u5bfc\u5165\u6761\u76ee\u7684\u5bfc\u5165\u5de5\u4f5c\u7ebf\u7a0b |
| | | SEVERE_ERR_JEB_IMPORT_CREATE_TMPDIR_ERROR_155=\u65e0\u6cd5\u521b\u5efa\u4e34\u65f6\u76ee\u5f55 %s |
| | | SEVERE_ERR_JEB_INVALID_LOGGING_LEVEL_156=\u4e3a\u914d\u7f6e\u6761\u76ee '%2$s' \u63d0\u4f9b\u7684\u6570\u636e\u5e93\u65e5\u5fd7\u8bb0\u5f55\u7ea7\u522b\u5b57\u7b26\u4e32 '%1$s' \u65e0\u6548\u3002\u8be5\u503c\u5fc5\u987b\u4e3a OFF\u3001SEVERE\u3001WARNING\u3001INFO\u3001CONFIG\u3001FINE\u3001FINER\u3001FINEST \u6216 ALL \u4e4b\u4e00\u3002\u8bf7\u6ce8\u610f\uff0c\u8fd9\u4e9b\u503c\u533a\u5206\u5927\u5c0f\u5199 |
| | | NOTICE_JEB_IMPORT_MIGRATION_START_157=\u6b63\u5728\u4e3a\u57fa DN %2$s \u8fc1\u79fb %1$s \u6761\u76ee |
| | | NOTICE_JEB_IMPORT_LDIF_START_158=\u6b63\u5728\u5904\u7406 LDIF |
| | | NOTICE_JEB_IMPORT_LDIF_END_159=\u5df2\u5230\u8fbe LDIF \u7684\u672b\u5c3e |
| | | SEVERE_ERR_JEB_CONFIG_VLV_INDEX_UNDEFINED_ATTR_160=\u672a\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5b9a\u4e49 VLV \u7d22\u5f15 %2$s \u7684\u6392\u5e8f\u5c5e\u6027 %1$s |
| | | SEVERE_ERR_JEB_CONFIG_VLV_INDEX_BAD_FILTER_161=\u5728\u89e3\u6790\u4e3a VLV \u7d22\u5f15 %2$s \u5b9a\u4e49\u7684\u641c\u7d22\u8fc7\u6ee4\u5668 %1$s \u65f6\u51fa\u73b0\u9519\u8bef: %3$s |
| | | MILD_ERR_JEB_VLV_INDEX_NOT_CONFIGURED_162=\u6ca1\u6709\u914d\u7f6e\u540d\u79f0\u4e3a '%s' \u7684 VLV \u7d22\u5f15 |
| | | MILD_ERR_JEB_MODIFYDN_ABORTED_BY_SUBORDINATE_PLUGIN_163=\u5728\u5c06\u6761\u76ee\u7531 %s \u79fb\u52a8\u81f3\u548c/\u6216\u91cd\u547d\u540d\u4e3a %s \u65f6\uff0c\u63d2\u4ef6\u5bfc\u81f4\u4fee\u6539 DN \u64cd\u4f5c\u4e2d\u6b62 |
| | | MILD_ERR_JEB_MODIFYDN_ABORTED_BY_SUBORDINATE_SCHEMA_ERROR_164=\u5728\u5c06\u6761\u76ee\u7531 %s \u79fb\u52a8\u81f3\u548c/\u6216\u91cd\u547d\u540d\u4e3a %s \u65f6\uff0c\u63d2\u4ef6\u5bfc\u81f4\u4fee\u6539 DN \u64cd\u4f5c\u4e2d\u6b62\uff0c\u56e0\u4e3a\u5bf9\u8be5\u6761\u76ee\u6240\u505a\u7684\u66f4\u6539\u8fdd\u53cd\u4e86\u670d\u52a1\u5668\u6a21\u5f0f\u914d\u7f6e\u8981\u6c42: %s |
| | | SEVERE_ERR_JEB_COMPSCHEMA_CANNOT_DECODE_OC_TOKEN_165=\u5728\u5c1d\u8bd5\u5bf9 JE \u538b\u7f29\u6a21\u5f0f\u5b9a\u4e49\u4e2d\u7684\u5bf9\u8c61\u7c7b\u96c6\u6807\u8bb0\u8fdb\u884c\u89e3\u7801\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_JEB_COMPSCHEMA_CANNOT_DECODE_AD_TOKEN_166=\u5728\u5c1d\u8bd5\u5bf9 JE \u538b\u7f29\u6a21\u5f0f\u5b9a\u4e49\u4e2d\u7684\u5c5e\u6027\u63cf\u8ff0\u6807\u8bb0\u8fdb\u884c\u89e3\u7801\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_JEB_COMPSCHEMA_CANNOT_STORE_STATUS_167=\u5c1d\u8bd5\u5728\u6570\u636e\u5e93\u4e2d\u5b58\u50a8\u538b\u7f29\u6a21\u5f0f\u4fe1\u606f\u65f6\u51fa\u73b0\u9519\u8bef\u3002\u8fd4\u56de\u7684\u7ed3\u679c\u4e3a: %s |
| | | SEVERE_ERR_JEB_COMPSCHEMA_CANNOT_STORE_EX_168=\u5c1d\u8bd5\u5728\u6570\u636e\u5e93\u4e2d\u5b58\u50a8\u538b\u7f29\u6a21\u5f0f\u4fe1\u606f\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_JEB_COMPSCHEMA_CANNOT_STORE_MULTIPLE_FAILURES_169=\u670d\u52a1\u5668\u5728\u8fdb\u884c\u591a\u6b21\u5c1d\u8bd5\u540e\u4ecd\u65e0\u6cd5\u5728\u6570\u636e\u5e93\u4e2d\u5b58\u50a8\u538b\u7f29\u6a21\u5f0f\u4fe1\u606f |
| | | SEVERE_ERR_JEB_COMPSCHEMA_UNKNOWN_OC_TOKEN_170=\u65e0\u6cd5\u5bf9\u63d0\u4f9b\u7684\u5bf9\u8c61\u7c7b\u96c6\u8fdb\u884c\u89e3\u7801\uff0c\u56e0\u4e3a\u8be5\u5bf9\u8c61\u7c7b\u96c6\u4f7f\u7528\u4e86\u4e00\u4e2a\u672a\u5b9a\u4e49\u7684\u6807\u8bb0 %s |
| | | SEVERE_ERR_JEB_COMPSCHEMA_UNRECOGNIZED_AD_TOKEN_171=\u65e0\u6cd5\u5bf9\u63d0\u4f9b\u7684\u5c5e\u6027\u8fdb\u884c\u89e3\u7801\uff0c\u56e0\u4e3a\u8be5\u5c5e\u6027\u4f7f\u7528\u4e86\u4e00\u4e2a\u672a\u5b9a\u4e49\u7684\u5c5e\u6027\u63cf\u8ff0\u6807\u8bb0 %s |
| | | NOTICE_JEB_CONFIG_DB_DIR_REQUIRES_RESTART_172=\u5728\u91cd\u65b0\u542f\u52a8\u540e\u7aef\u540e\uff0c\u5bf9\u6570\u636e\u5e93\u76ee\u5f55\u6240\u505a\u7684\u66f4\u6539\u624d\u4f1a\u751f\u6548\u5728\u5173\u95ed\u540e\u7aef\u540e\uff0c\u5fc5\u987b\u5c06\u4ee5\u524d\u76ee\u5f55 %s \u4e2d\u7684\u6570\u636e\u5e93\u6587\u4ef6\u79fb\u5230\u65b0\u76ee\u5f55 %s \u4e2d\u4ee5\u4fdd\u7559\u73b0\u6709\u6570\u636e |
| | | NOTICE_JEB_IMPORT_STARTING_173=%s \u6b63\u5f00\u59cb\u5bfc\u5165\uff08\u6784\u5efa\u7248\u672c %s\uff0cR%d\uff09 |
| | | SEVERE_ERR_JEB_DIRECTORY_DOES_NOT_EXIST_174=\u540e\u7aef\u6570\u636e\u5e93\u76ee\u5f55 '%s' \u4e0d\u5b58\u5728 |
| | | SEVERE_ERR_JEB_IMPORT_LDIF_ABORT_175=\u5df2\u4e2d\u6b62\u5bfc\u5165\uff0c\u56e0\u4e3a\u5728\u5904\u7406\u671f\u95f4\u629b\u51fa\u672a\u6355\u83b7\u7684\u5f02\u5e38 |
| | | NOTICE_JEB_IMPORT_LDIF_ROOTCONTAINER_CLOSE_176=\u5173\u95ed\u5bfc\u5165 LDIF \u73af\u5883\u7528\u65f6 %d \u79d2 |
| | | NOTICE_JEB_IMPORT_LDIF_BUFFER_FLUSH_177=\u5f00\u59cb\u6267\u884c %d \u4e2a\u5143\u7d20\u7684\u5b50\u5b57\u7b26\u4e32\u7f13\u51b2\u533a\u5237\u65b0\u3002\u7f13\u51b2\u533a\u603b\u8bbf\u95ee\u6b21\u6570: %d \u6b21\uff0c\u7f13\u51b2\u533a\u547d\u4e2d\u6b21\u6570: %d \u6b21 |
| | | NOTICE_JEB_IMPORT_LDIF_BUFFER_FLUSH_COMPLETED_178=\u5b50\u5b57\u7b26\u4e32\u7f13\u51b2\u533a\u5237\u65b0\u5df2\u5728 %d \u79d2\u5185\u5b8c\u6210 |
| | | NOTICE_JEB_IMPORT_LDIF_FINAL_CLEAN_179=\u5f00\u59cb\u6700\u540e\u4e00\u6b21\u8fd0\u884c\u6e05\u7406\u5668 |
| | | NOTICE_JEB_IMPORT_LDIF_CLEAN_180=\u5f00\u59cb\u8fd0\u884c\u6e05\u7406\u5668 |
| | | NOTICE_JEB_IMPORT_LDIF_CLEANER_RUN_DONE_181=\u6e05\u7406\u5668\u8fd0\u884c\u7528\u65f6 %d \u79d2\uff0c\u5220\u9664\u4e86 %d \u4e2a\u65e5\u5fd7 |
| | | NOTICE_JEB_IMPORT_LDIF_CLEANER_REMOVE_LOGS_182=\u6e05\u7406\u5668\u5c06\u5220\u9664 %d \u4e2a\u65e5\u5fd7 |
| | | NOTICE_JEB_IMPORT_LDIF_BUFFER_TOT_AVAILMEM_184=\u53ef\u7528\u7f13\u51b2\u533a\u5185\u5b58 %d \u4e2a\u5b57\u8282\u4f4e\u4e8e\u6700\u5c0f\u503c %d \u4e2a\u5b57\u8282\u3002\u5c06\u53ef\u7528\u7f13\u51b2\u533a\u5185\u5b58\u8bbe\u7f6e\u4e3a\u6700\u5c0f\u503c |
| | | NOTICE_JEB_IMPORT_LDIF_MEMORY_INFO_185=\u5c06\u6570\u636e\u5e93\u7f13\u5b58\u8bbe\u7f6e\u4e3a %d \u4e2a\u5b57\u8282\uff0c\u5e76\u5c06\u5185\u90e8\u7f13\u51b2\u533a\u8bbe\u7f6e\u4e3a %d \u4e2a\u5b57\u8282 |
| | | NOTICE_JEB_IMPORT_LDIF_BUFFER_CONTEXT_AVAILMEM_186=\u53ef\u7528\u7f13\u51b2\u533a\u5185\u5b58 %d \u4e2a\u5b57\u8282\u4f4e\u4e8e\u5355\u4e2a\u5bfc\u5165\u4e0a\u4e0b\u6587\u5141\u8bb8\u7684\u6700\u5c0f\u503c %d \u4e2a\u5b57\u8282\u3002\u5c06\u4e0a\u4e0b\u6587\u53ef\u7528\u7f13\u51b2\u533a\u5185\u5b58\u8bbe\u7f6e\u4e3a\u6700\u5c0f\u503c |
| | | NOTICE_JEB_IMPORT_LDIF_BUFFER_CHECKPOINTS_187=\u5df2\u6267\u884c\u7684\u68c0\u67e5\u70b9\uff1a%d \u4e2a |
| | | NOTICE_JEB_IMPORT_LDIF_CLEANER_STATS_188=\u6e05\u7406\u5668\u8fd0\u884c\u6b21\u6570\uff1a%d \u6b21\uff0c\u5df2\u5220\u9664\u7684\u6587\u4ef6\u6570\uff1a%d \u4e2a\uff0c\u8bfb\u53d6\u7684\u6761\u76ee\u6570\uff1a%d \u4e2a\uff0c\u6e05\u7406\u7684 IN \u8282\u70b9\u6570\uff1a%d \u4e2a |
| | | NOTICE_JEB_IMPORT_LDIF_EVICTION_DETECTED_STATS_189=\u6b63\u5728\u79fb\u9664\u3002\u901a\u8fc7\uff1a\u79fb\u9664 %d \u4e2a\u8282\u70b9\uff1a\u53bb\u9664 %d \u4e2a BIN \u8282\u70b9\uff1a%d |
| | | NOTICE_JEB_IMPORT_LDIF_EVICTION_DETECTED_190=\u5728\u5bfc\u5165 %d \u4e2a\u6761\u76ee\u540e\u68c0\u6d4b\u5230\u79fb\u9664\u64cd\u4f5c |
| | | |
| New file |
| | |
| | | # CDDL HEADER START |
| | | # |
| | | # The contents of this file are subject to the terms of the |
| | | # Common Development and Distribution License, Version 1.0 only |
| | | # (the "License"). You may not use this file except in compliance |
| | | # with the License. |
| | | # |
| | | # You can obtain a copy of the license at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE |
| | | # or https://OpenDS.dev.java.net/OpenDS.LICENSE. |
| | | # See the License for the specific language governing permissions |
| | | # and limitations under the License. |
| | | # |
| | | # When distributing Covered Code, include this CDDL HEADER in each |
| | | # file and include the License file at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, |
| | | # add the following below this CDDL HEADER, with the fields enclosed |
| | | # by brackets "[]" replaced with your own identifying information: |
| | | # Portions Copyright [yyyy] [name of copyright owner] |
| | | # |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2008 Sun Microsystems, Inc. |
| | | |
| | | |
| | | |
| | | # |
| | | # Global directives |
| | | # |
| | | global.category=JEB |
| | | |
| | | # |
| | | # Format string definitions |
| | | # |
| | | # Keys must be formatted as follows: |
| | | # |
| | | # [SEVERITY]_[DESCRIPTION]_[ORDINAL] |
| | | # |
| | | # where: |
| | | # |
| | | # SEVERITY is one of: |
| | | # [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE] |
| | | # |
| | | # DESCRIPTION is an upper case string providing a hint as to the context of |
| | | # the message in upper case with the underscore ('_') character serving as |
| | | # word separator |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | MILD_ERR_JEB_INCORRECT_ROUTING_1=\u5f8c\u7aef\u4e0d\u5305\u542b\u6709\u95dc\u9805\u76ee\u300c%s\u300d\u7684\u76ee\u9304\u8cc7\u8a0a\u6a39\u72c0\u7d50\u69cb\u90e8\u5206 |
| | | SEVERE_ERR_JEB_OPEN_DATABASE_FAIL_2=\u7121\u6cd5\u958b\u555f\u8cc7\u6599\u5eab: %s |
| | | SEVERE_ERR_JEB_OPEN_ENV_FAIL_3=\u7121\u6cd5\u958b\u555f\u8cc7\u6599\u5eab\u74b0\u5883: %s |
| | | SEVERE_ERR_JEB_HIGHEST_ID_FAIL_5=\u7121\u6cd5\u5224\u65b7\u8cc7\u6599\u5eab\u6700\u9ad8\u9805\u76ee\u8b58\u5225\u78bc |
| | | SEVERE_WARN_JEB_FUNCTION_NOT_SUPPORTED_6=\u6b64\u5f8c\u7aef\u4e0d\u652f\u63f4\u8acb\u6c42\u7684\u4f5c\u696d |
| | | SEVERE_ERR_JEB_CREATE_FAIL_7=\u7121\u6cd5\u5efa\u7acb\u5f8c\u7aef\u8cc7\u6599\u5eab\u76ee\u9304: %s |
| | | SEVERE_ERR_JEB_REMOVE_FAIL_8=\u7121\u6cd5\u79fb\u9664\u5f8c\u7aef\u8cc7\u6599\u5eab\u6a94\u6848: %s |
| | | SEVERE_ERR_JEB_DIRECTORY_INVALID_9=\u5f8c\u7aef\u8cc7\u6599\u5eab\u76ee\u9304\u300c%s\u300d\u4e0d\u662f\u6709\u6548\u7684\u76ee\u9304 |
| | | SEVERE_ERR_JEB_MISSING_DN2ID_RECORD_10=DN \u8cc7\u6599\u5eab\u4e0d\u5305\u542b\u300c%s\u300d\u7684\u8a18\u9304 |
| | | SEVERE_ERR_JEB_MISSING_ID2ENTRY_RECORD_11=\u9805\u76ee\u8cc7\u6599\u5eab\u4e0d\u5305\u542b ID %s \u7684\u8a18\u9304 |
| | | SEVERE_ERR_JEB_ENTRY_DATABASE_CORRUPT_12=\u9805\u76ee\u8cc7\u6599\u5eab\u4e0d\u5305\u542b ID %s \u7684\u6709\u6548\u8a18\u9304 |
| | | SEVERE_ERR_JEB_DATABASE_EXCEPTION_14=\u8cc7\u6599\u5eab\u7570\u5e38: %s |
| | | SEVERE_ERR_CONFIG_INDEX_TYPE_NEEDS_MATCHING_RULE_26=\u5c6c\u6027\u300c%s\u300d\u7121\u6cd5\u5177\u6709\u985e\u578b\u300c%s\u300d\u7684\u7d22\u5f15\uff0c\u56e0\u70ba\u6b64\u5c6c\u6027\u6c92\u6709\u5c0d\u61c9\u7684\u76f8\u7b26\u898f\u5247 |
| | | MILD_ERR_JEB_UNCHECKED_EXCEPTION_28=\u8cc7\u6599\u5eab\u4f5c\u696d\u4e8b\u4ef6\u671f\u9593\u767c\u751f\u4e0d\u660e\u7570\u5e38: %s |
| | | NOTICE_JEB_CLEAN_DATABASE_START_29=\u5c0d\u300c%2$s\u300d\u4e2d\u7684 %1$d \u500b\u8a18\u9304\u6a94\u555f\u52d5\u8cc7\u6599\u5eab\u6e05\u9664 |
| | | NOTICE_JEB_CLEAN_DATABASE_MARKED_30=\u5df2\u5c07 %d \u500b\u8a18\u9304\u6a94\u6a19\u793a\u70ba\u8981\u6e05\u9664\u7684\u9805\u76ee |
| | | NOTICE_JEB_CLEAN_DATABASE_FINISH_31=\u5df2\u5b8c\u6210\u8cc7\u6599\u5eab\u6e05\u9664\uff1b\u76ee\u524d\u5269\u4e0b %d \u500b\u8a18\u9304\u6a94 |
| | | NOTICE_JEB_DELETED_ENTRY_COUNT_33=\u5df2\u522a\u9664\u7684\u9805\u76ee\u6578\u70ba %d |
| | | MILD_ERR_JEB_DUPLICATE_CONFIG_ENTRY_36=\u914d\u7f6e\u9805\u76ee\u300c%s\u300d\u5c07\u88ab\u5ffd\u7565\u3002\u50c5\u5141\u8a31\u4e00\u500b\u7269\u4ef6\u985e\u578b\u70ba\u300c%s\u300d\u7684\u914d\u7f6e\u9805\u76ee |
| | | MILD_ERR_JEB_CONFIG_ENTRY_NOT_RECOGNIZED_37=\u914d\u7f6e\u9805\u76ee\u300c%s\u300d\u56e0\u7121\u6cd5\u8fa8\u8b58\u800c\u5c07\u88ab\u5ffd\u7565 |
| | | MILD_ERR_JEB_INDEX_ATTRIBUTE_TYPE_NOT_FOUND_38=\u7d22\u5f15\u914d\u7f6e\u9805\u76ee\u300c%s\u300d\u5c07\u88ab\u5ffd\u7565\uff0c\u56e0\u70ba\u8a72\u9805\u76ee\u6307\u5b9a\u4e86\u4e0d\u660e\u7684\u5c6c\u6027\u985e\u578b\u300c%s\u300d |
| | | MILD_ERR_JEB_DUPLICATE_INDEX_CONFIG_39=\u7d22\u5f15\u914d\u7f6e\u9805\u76ee\u300c%s\u300d\u5c07\u88ab\u5ffd\u7565\uff0c\u56e0\u70ba\u8a72\u9805\u76ee\u6240\u6307\u5b9a\u7684\u5c6c\u6027\u985e\u578b\u300c%s\u300d\u5df2\u5b9a\u7fa9\u65bc\u5176\u4ed6\u7d22\u5f15\u914d\u7f6e\u9805\u76ee\u4e2d |
| | | SEVERE_ERR_JEB_IO_ERROR_40=\u5f8c\u7aef\u4f5c\u696d\u671f\u9593\u767c\u751f I/O \u932f\u8aa4: %s |
| | | NOTICE_JEB_BACKEND_STARTED_42=\u5305\u542b %2$d \u500b\u9805\u76ee\u7684\u8cc7\u6599\u5eab\u5f8c\u7aef %1$s \u5df2\u555f\u52d5 |
| | | MILD_ERR_JEB_IMPORT_PARENT_NOT_FOUND_43=\u7236\u7cfb\u9805\u76ee\u300c%s\u300d\u4e0d\u5b58\u5728 |
| | | SEVERE_WARN_JEB_IMPORT_ENTRY_EXISTS_44=\u9805\u76ee\u5b58\u5728\uff0c\u800c\u532f\u5165\u9078\u9805\u4e0d\u5141\u8a31\u53d6\u4ee3\u8a72\u9805\u76ee |
| | | MILD_ERR_JEB_ATTRIBUTE_INDEX_NOT_CONFIGURED_45=\u6c92\u6709\u91dd\u5c0d\u5c6c\u6027\u985e\u578b\u300c%s\u300d\u914d\u7f6e\u7684\u7d22\u5f15 |
| | | MILD_ERR_JEB_SEARCH_NO_SUCH_OBJECT_46=\u641c\u5c0b\u57fa\u5e95\u9805\u76ee\u300c%s\u300d\u4e0d\u5b58\u5728 |
| | | MILD_ERR_JEB_ADD_NO_SUCH_OBJECT_47=\u7121\u6cd5\u589e\u52a0\u9805\u76ee\u300c%s\u300d\uff0c\u56e0\u70ba\u5176\u7236\u7cfb\u9805\u76ee\u4e0d\u5b58\u5728 |
| | | MILD_ERR_JEB_DELETE_NO_SUCH_OBJECT_48=\u9805\u76ee\u300c%s\u300d\u4e0d\u5b58\u5728\uff0c\u7121\u6cd5\u79fb\u9664 |
| | | MILD_ERR_JEB_MODIFY_NO_SUCH_OBJECT_49=\u9805\u76ee\u300c%s\u300d\u4e0d\u5b58\u5728\uff0c\u7121\u6cd5\u4fee\u6539 |
| | | MILD_ERR_JEB_MODIFYDN_NO_SUCH_OBJECT_50=\u9805\u76ee\u300c%s\u300d\u4e0d\u5b58\u5728\uff0c\u7121\u6cd5\u91cd\u65b0\u547d\u540d |
| | | MILD_ERR_JEB_ADD_ENTRY_ALREADY_EXISTS_51=\u7121\u6cd5\u589e\u52a0\u9805\u76ee\u300c%s\u300d\uff0c\u56e0\u70ba\u5177\u6709\u8a72\u540d\u7a31\u7684\u9805\u76ee\u5df2\u7d93\u5b58\u5728 |
| | | MILD_ERR_JEB_DELETE_NOT_ALLOWED_ON_NONLEAF_52=\u9805\u76ee\u300c%s\u300d\u5177\u6709\u5f9e\u5c6c\u9805\u76ee\uff0c\u7121\u6cd5\u79fb\u9664 |
| | | MILD_ERR_JEB_MODIFYDN_ALREADY_EXISTS_53=\u9805\u76ee\u7121\u6cd5\u91cd\u65b0\u547d\u540d\u70ba\u300c%s\u300d\uff0c\u56e0\u70ba\u5177\u6709\u8a72\u540d\u7a31\u7684\u9805\u76ee\u5df2\u7d93\u5b58\u5728 |
| | | MILD_ERR_JEB_NEW_SUPERIOR_NO_SUCH_OBJECT_54=\u9805\u76ee\u7121\u6cd5\u79fb\u52d5\uff0c\u56e0\u70ba\u65b0\u7684\u7236\u7cfb\u9805\u76ee\u300c%s\u300d\u4e0d\u5b58\u5728 |
| | | NOTICE_JEB_CACHE_PRELOAD_STARTED_55=\u5f8c\u7aef %s \u7684\u8cc7\u6599\u5eab\u5feb\u53d6\u9810\u5148\u8f09\u5165\u5df2\u555f\u52d5 |
| | | NOTICE_JEB_CACHE_DB_PRELOADED_56=\u8cc7\u6599\u5eab %s \u7684\u8cc7\u6599\u5eab\u5feb\u53d6\u9810\u5148\u8f09\u5165\u5df2\u5b8c\u6210 |
| | | NOTICE_JEB_CACHE_PRELOAD_INTERRUPTED_BY_TIME_57=\u5f8c\u7aef %s \u7684\u8cc7\u6599\u5eab\u5feb\u53d6\u9810\u5148\u8f09\u5165\u5df2\u5728\u9810\u5148\u8f09\u5165\u8cc7\u6599\u5eab %s \u6642\u56e0\u6642\u9593\u9650\u5236\u800c\u4e2d\u65b7 |
| | | NOTICE_JEB_CACHE_PRELOAD_INTERRUPTED_BY_SIZE_58=\u5f8c\u7aef %s \u7684\u8cc7\u6599\u5eab\u5feb\u53d6\u9810\u5148\u8f09\u5165\u5df2\u5728\u9810\u5148\u8f09\u5165\u8cc7\u6599\u5eab %s \u6642\u56e0\u5927\u5c0f\u9650\u5236\u800c\u4e2d\u65b7 |
| | | NOTICE_JEB_CACHE_PRELOAD_INTERRUPTED_UNKNOWN_59=\u5f8c\u7aef %s \u7684\u8cc7\u6599\u5eab\u5feb\u53d6\u9810\u5148\u8f09\u5165\u5df2\u5728\u9810\u5148\u8f09\u5165\u8cc7\u6599\u5eab %s \u6642\u4e2d\u65b7 |
| | | NOTICE_JEB_CACHE_PRELOAD_DONE_60=\u5f8c\u7aef %s \u7684\u8cc7\u6599\u5eab\u5feb\u53d6\u9810\u5148\u8f09\u5165\u5df2\u5b8c\u6210 |
| | | NOTICE_JEB_CACHE_SIZE_AFTER_PRELOAD_61=\u5728\u9810\u5148\u8f09\u5165\u5f8c\uff0c\u8cc7\u6599\u5eab\u5feb\u53d6\u70ba %d MB |
| | | SEVERE_ERR_JEB_CACHE_PRELOAD_62=\u9810\u5148\u8f09\u5165\u5f8c\u7aef %s \u7684\u8cc7\u6599\u5eab\u5feb\u53d6\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_GET_MAC_63=\u5617\u8a66\u53d6\u5f97 %s MAC \u63d0\u4f9b\u8005\u4ee5\u5efa\u7acb\u5099\u4efd\u7684\u7c3d\u7f72\u96dc\u6e4a\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_GET_DIGEST_64=\u5617\u8a66\u53d6\u5f97 %s \u8a0a\u606f\u6458\u8981\u4ee5\u5efa\u7acb\u5099\u4efd\u7684\u96dc\u6e4a\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_65=\u5617\u8a66\u5728\u76ee\u9304 %2$s \u4e2d\u5efa\u7acb\u8cc7\u6599\u5eab\u6b78\u6a94\u6a94\u6848 %1$s \u6642\u767c\u751f\u932f\u8aa4: %3$s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_GET_CIPHER_66=\u5617\u8a66\u53d6\u5f97\u5bc6\u78bc\u4ee5\u52a0\u5bc6\u5099\u4efd\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_JEB_BACKUP_ZIP_COMMENT_67=\u5f8c\u7aef %3$s \u7684 %1$s \u5099\u4efd %2$s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_LIST_LOG_FILES_68=\u5617\u8a66\u53d6\u5f97\u76ee\u9304 %s \u4e2d\u7684\u6a94\u6848\u6e05\u55ae\u4ee5\u7d0d\u5165\u8cc7\u6599\u5eab\u5099\u4efd\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_WRITE_ARCHIVE_FILE_69=\u5617\u8a66\u5099\u4efd\u8cc7\u6599\u5eab\u6a94\u6848 %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_CLOSE_ZIP_STREAM_70=\u5617\u8a66\u95dc\u9589\u76ee\u9304 %2$s \u4e2d\u7684\u8cc7\u6599\u5eab\u6b78\u6a94\u6a94\u6848 %1$s \u6642\u767c\u751f\u932f\u8aa4: %3$s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_71=\u5617\u8a66\u4f7f\u7528\u8cc7\u6599\u5eab\u5099\u4efd\u7684\u76f8\u95dc\u8cc7\u8a0a\u4f86\u66f4\u65b0\u5099\u4efd\u63cf\u8ff0\u5143\u6a94\u6848 %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_JEB_BACKUP_UNSIGNED_HASH_ERROR_72=\u5099\u4efd %s \u7684\u8a08\u7b97\u96dc\u6e4a\u8207\u5099\u4efd\u6642\u6240\u8a08\u7b97\u51fa\u4f86\u7684\u503c\u4e0d\u540c |
| | | SEVERE_ERR_JEB_BACKUP_SIGNED_HASH_ERROR_73=\u5099\u4efd %s \u7684\u8a08\u7b97\u7c3d\u7f72\u96dc\u6e4a\u8207\u5099\u4efd\u6642\u6240\u8a08\u7b97\u51fa\u4f86\u7684\u503c\u4e0d\u540c |
| | | SEVERE_ERR_JEB_INCR_BACKUP_REQUIRES_FULL_74=\u57f7\u884c\u589e\u91cf\u5099\u4efd\u524d\uff0c\u5fc5\u9808\u5148\u57f7\u884c\u5b8c\u6574\u5099\u4efd |
| | | SEVERE_ERR_JEB_CANNOT_RENAME_RESTORE_DIRECTORY_75=\u76ee\u9304 %s \u4e2d\u5305\u542b\u5f9e\u5099\u4efd\u5fa9\u539f\u7684\u6a94\u6848\uff0c\u7121\u6cd5\u91cd\u65b0\u547d\u540d\u70ba\u5f8c\u7aef\u76ee\u9304 %s |
| | | SEVERE_ERR_JEB_INCR_BACKUP_FROM_WRONG_BASE_76=\u5c0d\u65bc\u589e\u91cf\u5099\u4efd\u5fc5\u9808\u6307\u5b9a\u4e0b\u5217\u5176\u4e2d\u4e00\u500b\u57fa\u5e95\u5099\u4efd ID: %s |
| | | SEVERE_ERR_JEB_CANNOT_CREATE_BACKUP_TAG_FILE_77=\u7121\u6cd5\u5728 %2$s \u4e2d\u5efa\u7acb\u5099\u4efd\u6a19\u8a18\u6a94\u6848 %1$s |
| | | SEVERE_ERR_JEB_BACKUP_CANNOT_RESTORE_78=\u5617\u8a66\u5f9e\u5099\u4efd %s \u5fa9\u539f\u6a94\u6848\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_JEB_BACKUP_MISSING_BACKUPID_79=\u5728\u5099\u4efd\u76ee\u9304 %2$s \u4e2d\u627e\u4e0d\u5230\u5099\u4efd %1$s \u7684\u8cc7\u8a0a |
| | | NOTICE_JEB_BACKUP_FILE_UNCHANGED_82=\u672a\u8b8a\u66f4: %s |
| | | NOTICE_JEB_BACKUP_CLEANER_ACTIVITY_83=\u56e0\u6e05\u9664\u7a0b\u5f0f\u6d3b\u52d5\u800c\u5305\u542b %s \u500b\u984d\u5916\u7684\u8a18\u9304\u6a94 |
| | | NOTICE_JEB_BACKUP_VERIFY_FILE_84=\u6b63\u5728\u9a57\u8b49: %s |
| | | NOTICE_JEB_BACKUP_RESTORED_FILE_85=\u5df2\u5fa9\u539f: %s (\u5927\u5c0f %d) |
| | | NOTICE_JEB_BACKUP_ARCHIVED_FILE_86=\u5df2\u6b78\u6a94: %s |
| | | NOTICE_JEB_EXPORT_FINAL_STATUS_87=\u5728 %3$d \u79d2\u4e2d\u532f\u51fa\u4e86 %1$d \u500b\u9805\u76ee\uff0c\u7565\u904e %2$d \u500b\u9805\u76ee (\u5e73\u5747\u901f\u7387 %4$.1f \u500b/\u79d2) |
| | | NOTICE_JEB_EXPORT_PROGRESS_REPORT_88=\u5df2\u532f\u51fa %d \u7b46\u8a18\u9304\uff0c\u7565\u904e %d \u7b46\u8a18\u9304 (\u6700\u8fd1\u901f\u7387 %.1f \u7b46/\u79d2) |
| | | NOTICE_JEB_IMPORT_THREAD_COUNT_89=\u532f\u5165\u57f7\u884c\u7dd2\u8a08\u6578: %d \u500b\u57f7\u884c\u7dd2 |
| | | INFO_JEB_IMPORT_BUFFER_SIZE_90=\u6bcf\u500b\u57f7\u884c\u7dd2\u7684\u7de9\u885d\u5340\u5927\u5c0f = %,d |
| | | INFO_JEB_IMPORT_LDIF_PROCESSING_TIME_91=LDIF \u8655\u7406\u8cbb\u6642 %d \u79d2 |
| | | INFO_JEB_IMPORT_INDEX_PROCESSING_TIME_92=\u7d22\u5f15\u8655\u7406\u8cbb\u6642 %d \u79d2 |
| | | NOTICE_JEB_IMPORT_CLOSING_DATABASE_93=\u6b63\u5728\u5c07\u8cc7\u6599\u6e05\u9664\u81f3\u78c1\u789f |
| | | NOTICE_JEB_IMPORT_FINAL_STATUS_94=\u5728 %6$d \u79d2\u4e2d\u8655\u7406\u4e86 %1$d \u500b\u9805\u76ee\uff0c\u532f\u5165 %2$d \u500b\u3001\u7565\u904e %3$d \u500b\u3001\u62d2\u7d55 %4$d \u500b\u3001\u9077\u79fb %5$d \u500b\u9805\u76ee (\u5e73\u5747\u901f\u7387 %.1f \u500b/\u79d2) |
| | | NOTICE_JEB_IMPORT_ENTRY_LIMIT_EXCEEDED_COUNT_95=\u8d85\u904e\u9805\u76ee\u9650\u5236\u7684\u7d22\u5f15\u503c\u6578\u76ee: %d |
| | | NOTICE_JEB_IMPORT_PROGRESS_REPORT_96=\u5df2\u8655\u7406 %d \u500b\u9805\u76ee\uff0c\u7565\u904e %d \u500b\u3001\u62d2\u7d55 %d \u500b\u3001\u9077\u79fb %d \u500b\u9805\u76ee (\u6700\u8fd1\u901f\u7387 %.1f \u500b/\u79d2) |
| | | NOTICE_JEB_IMPORT_CACHE_AND_MEMORY_REPORT_97=\u53ef\u7528\u8a18\u61b6\u9ad4 = %d MB\uff0c\u5feb\u53d6\u907a\u5931\u7387 = %.1f MB/\u9805\u76ee |
| | | NOTICE_JEB_VERIFY_CLEAN_FINAL_STATUS_101=\u5728 %3$d \u79d2\u4e2d\u6aa2\u67e5\u4e86 %1$d \u7b46\u8a18\u9304\uff0c\u627e\u5230 %2$d \u500b\u932f\u8aa4 (\u5e73\u5747\u901f\u7387 %.1f \u500b/\u79d2) |
| | | INFO_JEB_VERIFY_MULTIPLE_REFERENCE_COUNT_102=\u53c3\u7167\u591a\u500b\u9805\u76ee\u7684\u8a18\u9304\u6578: %d |
| | | INFO_JEB_VERIFY_ENTRY_LIMIT_EXCEEDED_COUNT_103=\u8d85\u904e\u9805\u76ee\u9650\u5236\u7684\u8a18\u9304\u6578: %d |
| | | INFO_JEB_VERIFY_AVERAGE_REFERENCE_COUNT_104=\u5e73\u5747\u53c3\u7167\u9805\u76ee\u6578\u70ba %.2f \u500b/\u8a18\u9304 |
| | | INFO_JEB_VERIFY_MAX_REFERENCE_COUNT_105=\u4efb\u4f55\u8a18\u9304\u6240\u53c3\u7167\u7684\u9805\u76ee\u6578\u4e0a\u9650\u70ba %d |
| | | NOTICE_JEB_VERIFY_FINAL_STATUS_106=\u5728 %3$d \u79d2\u4e2d\u6aa2\u67e5\u4e86 %1$d \u500b\u9805\u76ee\uff0c\u627e\u5230 %2$d \u500b\u932f\u8aa4 (\u5e73\u5747\u901f\u7387 %.1f \u500b/\u79d2) |
| | | INFO_JEB_VERIFY_ENTRY_LIMIT_STATS_HEADER_107=\u8d85\u904e\u9805\u76ee\u9650\u5236\u7684\u8a18\u9304\u7d71\u8a08: |
| | | INFO_JEB_VERIFY_ENTRY_LIMIT_STATS_ROW_108=\u6a94\u6848 %s \u6709 %d \u7b46\u6b64\u985e\u8a18\u9304\uff0c\u6700\u5c0f\u503c=%d\u3001\u6700\u5927\u503c=%d\u3001\u4e2d\u4f4d\u6578=%d |
| | | NOTICE_JEB_VERIFY_PROGRESS_REPORT_109=\u5df2\u8655\u7406 %d \u7b46\u8a18\u9304 (\u5171 %d \u7b46)\uff0c\u627e\u5230 %d \u500b\u932f\u8aa4 (\u6700\u8fd1\u901f\u7387 %.1f \u500b/\u79d2) |
| | | INFO_JEB_VERIFY_CACHE_AND_MEMORY_REPORT_110=\u53ef\u7528\u8a18\u61b6\u9ad4 = %d MB\uff0c\u5feb\u53d6\u907a\u5931\u7387 = %.1f MB/\u8a18\u9304 |
| | | MILD_ERR_JEB_INVALID_PAGED_RESULTS_COOKIE_111=\u7121\u6cd5\u8fa8\u8b58\u4e0b\u5217\u5206\u9801\u986f\u793a\u7684\u7d50\u679c\u63a7\u5236 cookie \u503c: %s |
| | | NOTICE_JEB_REFERRAL_RESULT_MESSAGE_112=\u53c3\u7167\u9805\u76ee %s \u6307\u51fa\u5fc5\u9808\u5728\u4e0d\u540c\u7684\u4f3a\u670d\u5668\u4e0a\u8655\u7406\u4f5c\u696d |
| | | INFO_JEB_IMPORT_ENVIRONMENT_CONFIG_119=\u8cc7\u6599\u5eab\u74b0\u5883\u7279\u6027: %s |
| | | SEVERE_ERR_JEB_INCOMPATIBLE_ENTRY_VERSION_126=ID \u70ba %s \u7684\u9805\u76ee\u8a18\u9304\u8207\u6b64\u7248\u672c\u7684\u5f8c\u7aef\u8cc7\u6599\u5eab\u4e0d\u76f8\u5bb9\u3002\u9805\u76ee\u7248\u672c: %x |
| | | NOTICE_JEB_LOOKTHROUGH_LIMIT_EXCEEDED_127=\u6b64\u641c\u5c0b\u4f5c\u696d\u6aa2\u67e5\u6709\u7121\u76f8\u7b26\u9805\u76ee\u7684\u9805\u76ee\u6578\u5df2\u9054\u4e0a\u9650 %d |
| | | SEVERE_WARN_JEB_SET_PERMISSIONS_FAILED_128=\u8a2d\u5b9a\u5f8c\u7aef\u8cc7\u6599\u5eab\u76ee\u9304 %s \u7684\u6a94\u6848\u6b0a\u9650\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_WARN_JEB_GET_ENTRY_COUNT_FAILED_129=\u7121\u6cd5\u5224\u65b7\u5bb9\u5668\u4e2d\u7684\u9805\u76ee\u7e3d\u6578: %s |
| | | NOTICE_JEB_CONFIG_ATTR_REQUIRES_RESTART_130=\u5728\u5f8c\u7aef\u91cd\u65b0\u555f\u52d5\u5f8c\uff0c%s \u5c6c\u6027\u7684\u8b8a\u66f4\u624d\u6703\u751f\u6548 |
| | | NOTICE_JEB_REBUILD_PROGRESS_REPORT_131=%.1f%% \u5df2\u5b8c\u6210\u3002\u5df2\u8655\u7406 %d/%d \u7b46\u8a18\u9304\u3002(\u6700\u8fd1\u901f\u7387 %.1f \u7b46/\u79d2) |
| | | NOTICE_JEB_REBUILD_CACHE_AND_MEMORY_REPORT_132=\u53ef\u7528\u8a18\u61b6\u9ad4 = %d MB\uff0c\u5feb\u53d6\u907a\u5931\u7387 = %.1f MB/\u8a18\u9304 |
| | | NOTICE_JEB_REBUILD_FINAL_STATUS_133=\u91cd\u5efa\u5b8c\u6210\u3002\u5728 %2$d \u79d2\u4e2d\u8655\u7406\u4e86 %1$d \u7b46\u8a18\u9304 (\u5e73\u5747\u901f\u7387 %.1f \u7b46/\u79d2) |
| | | SEVERE_ERR_JEB_REBUILD_INDEX_FAILED_134=\u91cd\u5efa\u7d22\u5f15 %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_JEB_REBUILD_INSERT_ENTRY_FAILED_135=\u5c07\u9805\u76ee\u63d2\u5165 %s \u8cc7\u6599\u5eab/\u7d22\u5f15\u4e2d\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_JEB_REBUILD_INDEX_CONFLICT_136=\u5df2\u6709\u53e6\u4e00\u9805\u7d22\u5f15 %s \u7684\u91cd\u5efa\u6b63\u5728\u9032\u884c\u4e2d |
| | | NOTICE_JEB_REBUILD_START_137=\u7d22\u5f15 %s \u7684\u91cd\u5efa\u5df2\u555f\u52d5\uff0c\u5171\u6709 %d \u7b46\u8a18\u9304\u8981\u9032\u884c\u8655\u7406 |
| | | SEVERE_ERR_JEB_REBUILD_BACKEND_ONLINE_138=\u57f7\u884c\u7cfb\u7d71\u7d22\u5f15\u7684\u91cd\u5efa\u6642\uff0c\u5fc5\u9808\u505c\u7528\u5305\u542b\u57fa\u5e95 DN \u7684\u5f8c\u7aef |
| | | SEVERE_ERR_ENTRYIDSORTER_CANNOT_EXAMINE_ENTRY_139=\u7121\u6cd5\u6aa2\u67e5 ID \u70ba %s \u7684\u9805\u76ee\u4ee5\u9032\u884c\u6392\u5e8f: %s |
| | | MILD_ERR_JEB_SEARCH_CANNOT_SORT_UNINDEXED_140=\u7121\u6cd5\u6392\u5e8f\u641c\u5c0b\u7d50\u679c\uff0c\u56e0\u70ba\u6307\u5b9a\u7684\u641c\u5c0b\u8acb\u6c42\u672a\u7de8\u88fd\u7d22\u5f15 |
| | | MILD_ERR_ENTRYIDSORTER_NEGATIVE_START_POS_141=\u7121\u6cd5\u8655\u7406\u865b\u64ec\u6e05\u55ae\u6aa2\u8996\u8acb\u6c42\uff0c\u56e0\u70ba\u76ee\u6a19\u8d77\u59cb\u4f4d\u7f6e\u4f4d\u65bc\u7d50\u679c\u96c6\u7684\u958b\u982d\u4e4b\u524d |
| | | MILD_ERR_ENTRYIDSORTER_OFFSET_TOO_LARGE_142=\u7121\u6cd5\u8655\u7406\u865b\u64ec\u6e05\u55ae\u6aa2\u8996\u8acb\u6c42\uff0c\u56e0\u70ba\u76ee\u6a19\u504f\u79fb %d \u5927\u65bc\u6e05\u55ae\u4e2d\u7684\u7d50\u679c\u7e3d\u6578 (%d) |
| | | MILD_ERR_ENTRYIDSORTER_TARGET_VALUE_NOT_FOUND_143=\u7121\u6cd5\u8655\u7406\u865b\u64ec\u6e05\u55ae\u6aa2\u8996\u8acb\u6c42\uff0c\u56e0\u70ba\u5728\u7d50\u679c\u96c6\u4e2d\u627e\u4e0d\u5230\u6392\u5e8f\u503c\u5927\u65bc\u6216\u7b49\u65bc\u6240\u63d0\u4f9b\u4e4b\u6307\u5b9a\u503c\u7684\u9805\u76ee |
| | | MILD_ERR_JEB_SEARCH_CANNOT_MIX_PAGEDRESULTS_AND_VLV_144=\u8acb\u6c42\u7684\u641c\u5c0b\u4f5c\u696d\u5305\u542b\u7c21\u55ae\u7684\u5206\u9801\u7d50\u679c\u63a7\u5236\u8207\u865b\u64ec\u6e05\u55ae\u6aa2\u8996\u63a7\u5236\u3002\u9019\u4e9b\u63a7\u5236\u5f7c\u6b64\u4e92\u65a5\uff0c\u800c\u7121\u6cd5\u4e00\u8d77\u4f7f\u7528 |
| | | MILD_ERR_JEB_SEARCH_UNINDEXED_INSUFFICIENT_PRIVILEGES_145=\u60a8\u6c92\u6709\u8db3\u5920\u7684\u6b0a\u9650\u53ef\u57f7\u884c\u672a\u7de8\u88fd\u7d22\u5f15\u7684\u641c\u5c0b |
| | | SEVERE_WARN_JEB_UNABLE_SET_PERMISSIONS_146=\u6b64\u5e73\u53f0\u4e0d\u652f\u63f4\u8a2d\u5b9a\u8cc7\u6599\u5eab\u76ee\u9304 %2$s \u7684\u6a94\u6848\u6b0a\u9650 %1$s |
| | | NOTICE_JEB_CONFIG_INDEX_ENTRY_LIMIT_REQUIRES_REBUILD_148=\u90e8\u5206\u7d22\u5f15\u9375\u503c\u5df2\u8d85\u904e\u7d22\u5f15 %s \u4e2d\u5148\u524d\u7684\u7d22\u5f15\u9805\u76ee\u9650\u5236\u3002\u6b64\u7d22\u5f15\u5fc5\u9808\u5148\u91cd\u5efa\uff0c\u624d\u80fd\u4f7f\u7528\u65b0\u7684\u9650\u5236 |
| | | NOTICE_JEB_INDEX_ADD_REQUIRES_REBUILD_150=\u7d22\u5f15 %s \u76ee\u524d\u56e0\u914d\u7f6e\u4e0a\u7684\u8b8a\u66f4\u800c\u4ee5\u964d\u7d1a\u72c0\u614b\u904b\u4f5c\uff0c\u5fc5\u9808\u5728\u91cd\u5efa\u5f8c\u624d\u53ef\u4f7f\u7528 |
| | | SEVERE_ERR_JEB_INDEX_CORRUPT_REQUIRES_REBUILD_151=\u8b80\u53d6\u7d22\u5f15 %s \u6642\u767c\u751f\u932f\u8aa4\u3002\u7d22\u5f15\u53ef\u80fd\u5df2\u6bc0\u58de\uff0c\u4e14\u76ee\u524d\u4ee5\u964d\u7d1a\u72c0\u614b\u904b\u4f5c\u3002\u7d22\u5f15\u5fc5\u9808\u91cd\u5efa\u624d\u53ef\u56de\u5fa9\u6b63\u5e38\u904b\u4f5c |
| | | SEVERE_ERR_JEB_IMPORT_BACKEND_ONLINE_152=\u5fc5\u9808\u505c\u7528\u5f8c\u7aef\uff0c\u532f\u5165\u7a0b\u5e8f\u624d\u53ef\u555f\u52d5 |
| | | SEVERE_ERR_JEB_IMPORT_THREAD_EXCEPTION_153=\u532f\u5165\u57f7\u884c\u7dd2 %s \u6642\u767c\u751f\u932f\u8aa4: %s\u3002\u57f7\u884c\u7dd2\u7121\u6cd5\u7e7c\u7e8c |
| | | SEVERE_ERR_JEB_IMPORT_NO_WORKER_THREADS_154=\u6c92\u6709\u5176\u4ed6\u8981\u8655\u7406\u532f\u5165\u9805\u76ee\u7684\u532f\u5165\u5de5\u4f5c\u8005\u57f7\u884c\u7dd2 |
| | | SEVERE_ERR_JEB_IMPORT_CREATE_TMPDIR_ERROR_155=\u7121\u6cd5\u5efa\u7acb\u66ab\u5b58\u76ee\u9304 %s |
| | | SEVERE_ERR_JEB_INVALID_LOGGING_LEVEL_156=\u70ba\u914d\u7f6e\u9805\u76ee\u300c%2$s\u300d\u63d0\u4f9b\u7684\u8cc7\u6599\u5eab\u8a18\u9304\u5c64\u7d1a\u5b57\u4e32\u300c%1$s\u300d\u7121\u6548\u3002\u5176\u503c\u5fc5\u9808\u662f OFF\u3001SEVERE\u3001WARNING\u3001INFO\u3001CONFIG\u3001FINE\u3001FINER\u3001FINEST \u6216 ALL \u5176\u4e2d\u4e4b\u4e00\u3002\u8acb\u6ce8\u610f\uff0c\u9019\u4e9b\u503c\u61c9\u5340\u5206\u5927\u5c0f\u5beb |
| | | NOTICE_JEB_IMPORT_MIGRATION_START_157=\u6b63\u5728\u9077\u79fb\u57fa\u5e95 DN %2$s \u7684 %1$s \u500b\u9805\u76ee |
| | | NOTICE_JEB_IMPORT_LDIF_START_158=\u6b63\u5728\u8655\u7406 LDIF |
| | | NOTICE_JEB_IMPORT_LDIF_END_159=\u5df2\u9054 LDIF \u7d50\u5c3e |
| | | SEVERE_ERR_JEB_CONFIG_VLV_INDEX_UNDEFINED_ATTR_160=VLV \u7d22\u5f15 %2$s \u7684\u6392\u5e8f\u5c6c\u6027 %1$s \u672a\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d |
| | | SEVERE_ERR_JEB_CONFIG_VLV_INDEX_BAD_FILTER_161=\u5256\u6790\u70ba VLV \u7d22\u5f15 %2$s \u5b9a\u7fa9\u7684\u641c\u5c0b\u7be9\u9078\u5668 %1$s \u6642\u767c\u751f\u932f\u8aa4: %3$s |
| | | MILD_ERR_JEB_VLV_INDEX_NOT_CONFIGURED_162=\u6c92\u6709\u4ee5\u540d\u7a31\u300c%s\u300d\u914d\u7f6e\u7684 VLV \u7d22\u5f15 |
| | | MILD_ERR_JEB_MODIFYDN_ABORTED_BY_SUBORDINATE_PLUGIN_163=\u5916\u639b\u7a0b\u5f0f\u5c07\u67d0\u9805\u76ee\u5f9e %s \u79fb\u81f3\u4e26 (\u6216) \u91cd\u65b0\u547d\u540d\u70ba %s \u6642\uff0c\u5c0e\u81f4\u4fee\u6539 DN \u4f5c\u696d\u4e2d\u65b7 |
| | | MILD_ERR_JEB_MODIFYDN_ABORTED_BY_SUBORDINATE_SCHEMA_ERROR_164=\u5916\u639b\u7a0b\u5f0f\u5c07\u67d0\u9805\u76ee\u5f9e %s \u79fb\u81f3\u4e26 (\u6216) \u91cd\u65b0\u547d\u540d\u70ba %s \u6642\uff0c\u5c0e\u81f4\u4fee\u6539 DN \u4f5c\u696d\u4e2d\u65b7\uff0c\u56e0\u70ba\u8a72\u9805\u76ee\u7684\u8b8a\u66f4\u9055\u53cd\u4f3a\u670d\u5668\u6a21\u5f0f\u914d\u7f6e: %s |
| | | SEVERE_ERR_JEB_COMPSCHEMA_CANNOT_DECODE_OC_TOKEN_165=\u5617\u8a66\u5f9e JE \u58d3\u7e2e\u6a21\u5f0f\u5b9a\u7fa9\u4e2d\u89e3\u78bc\u7269\u4ef6\u985e\u5225\u96c6\u5408\u8a18\u865f\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_JEB_COMPSCHEMA_CANNOT_DECODE_AD_TOKEN_166=\u5617\u8a66\u5f9e JE \u58d3\u7e2e\u6a21\u5f0f\u5b9a\u7fa9\u4e2d\u89e3\u78bc\u5c6c\u6027\u8aaa\u660e\u8a18\u865f\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_JEB_COMPSCHEMA_CANNOT_STORE_STATUS_167=\u5617\u8a66\u5728\u8cc7\u6599\u5eab\u4e2d\u5132\u5b58\u58d3\u7e2e\u6a21\u5f0f\u8cc7\u8a0a\u6642\u767c\u751f\u932f\u8aa4\u3002\u50b3\u56de\u7684\u7d50\u679c\u70ba: %s |
| | | SEVERE_ERR_JEB_COMPSCHEMA_CANNOT_STORE_EX_168=\u5617\u8a66\u5728\u8cc7\u6599\u5eab\u4e2d\u5132\u5b58\u58d3\u7e2e\u6a21\u5f0f\u8cc7\u8a0a\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_JEB_COMPSCHEMA_CANNOT_STORE_MULTIPLE_FAILURES_169=\u5728\u591a\u6b21\u5617\u8a66\u5f8c\uff0c\u4f3a\u670d\u5668\u7121\u6cd5\u5728\u8cc7\u6599\u5eab\u4e2d\u5132\u5b58\u58d3\u7e2e\u6a21\u5f0f\u8cc7\u8a0a |
| | | SEVERE_ERR_JEB_COMPSCHEMA_UNKNOWN_OC_TOKEN_170=\u7121\u6cd5\u89e3\u78bc\u63d0\u4f9b\u7684\u7269\u4ef6\u985e\u5225\u96c6\u5408\uff0c\u56e0\u70ba\u5176\u4f7f\u7528\u672a\u5b9a\u7fa9\u7684\u8a18\u865f %s |
| | | SEVERE_ERR_JEB_COMPSCHEMA_UNRECOGNIZED_AD_TOKEN_171=\u7121\u6cd5\u89e3\u78bc\u63d0\u4f9b\u7684\u5c6c\u6027\uff0c\u56e0\u70ba\u5176\u4f7f\u7528\u672a\u5b9a\u7fa9\u7684\u5c6c\u6027\u8aaa\u660e\u8a18\u865f %s |
| | | NOTICE_JEB_CONFIG_DB_DIR_REQUIRES_RESTART_172=\u5728\u5f8c\u7aef\u91cd\u65b0\u555f\u52d5\u5f8c\uff0c\u8cc7\u6599\u5eab\u76ee\u9304\u7684\u8b8a\u66f4\u624d\u6703\u751f\u6548\u3002\u5728\u95dc\u9589\u5f8c\u7aef\u5f8c\uff0c\u820a\u6709\u76ee\u9304 %s \u4e2d\u7684\u8cc7\u6599\u5eab\u6a94\u6848\u5fc5\u9808\u79fb\u81f3\u65b0\u7684\u76ee\u9304 %s\uff0c\u624d\u80fd\u4fdd\u7559\u73fe\u6709\u8cc7\u6599 |
| | | NOTICE_JEB_IMPORT_STARTING_173=%s \u555f\u52d5\u532f\u5165 (\u5efa\u7f6e %s\u3001R%d) |
| | | SEVERE_ERR_JEB_DIRECTORY_DOES_NOT_EXIST_174=\u5f8c\u7aef\u8cc7\u6599\u5eab\u76ee\u9304\u300c%s\u300d\u4e0d\u5b58\u5728 |
| | | SEVERE_ERR_JEB_IMPORT_LDIF_ABORT_175=\u532f\u5165\u5df2\u4e2d\u65b7\uff0c\u56e0\u70ba\u5728\u8655\u7406\u671f\u9593\u4e1f\u51fa\u672a\u5075\u6e2c\u5230\u7684\u7570\u5e38 |
| | | NOTICE_JEB_IMPORT_LDIF_ROOTCONTAINER_CLOSE_176=\u532f\u5165 LDIF \u74b0\u5883\u95dc\u9589\u8cbb\u6642 %d \u79d2 |
| | | NOTICE_JEB_IMPORT_LDIF_BUFFER_FLUSH_177=\u958b\u59cb %d \u500b\u5143\u7d20\u7684\u5b50\u5b57\u4e32\u7de9\u885d\u5340\u6e05\u9664\u3002\u7de9\u885d\u5340\u5b58\u53d6\u7e3d\u8a08: %d\u3001\u7de9\u885d\u5340\u7b26\u5408\u9805\u76ee: %d |
| | | NOTICE_JEB_IMPORT_LDIF_BUFFER_FLUSH_COMPLETED_178=\u5b50\u5b57\u4e32\u7de9\u885d\u5340\u6e05\u9664\u5728 %d \u79d2\u4e2d\u5b8c\u6210 |
| | | NOTICE_JEB_IMPORT_LDIF_FINAL_CLEAN_179=\u958b\u59cb\u57f7\u884c\u6700\u7d42\u7684\u6e05\u9664\u7a0b\u5f0f |
| | | NOTICE_JEB_IMPORT_LDIF_CLEAN_180=\u958b\u59cb\u57f7\u884c\u6e05\u9664\u7a0b\u5f0f |
| | | NOTICE_JEB_IMPORT_LDIF_CLEANER_RUN_DONE_181=\u57f7\u884c\u6e05\u9664\u7a0b\u5f0f\u8cbb\u6642 %d \u79d2\uff0c\u79fb\u9664\u4e86 %d \u7b46\u8a18\u9304 |
| | | NOTICE_JEB_IMPORT_LDIF_CLEANER_REMOVE_LOGS_182=\u6e05\u9664\u7a0b\u5f0f\u5c07\u6703\u79fb\u9664 %d \u7b46\u8a18\u9304 |
| | | NOTICE_JEB_IMPORT_LDIF_BUFFER_TOT_AVAILMEM_184=\u53ef\u7528\u7de9\u885d\u5340\u8a18\u61b6\u9ad4 %d \u4f4d\u5143\u7d44\u4f4e\u65bc\u6700\u5c0f\u503c %d \u4f4d\u5143\u7d44\u3002\u5c07\u53ef\u7528\u7de9\u885d\u5340\u8a18\u61b6\u9ad4\u8a2d\u70ba\u6700\u5c0f\u503c |
| | | NOTICE_JEB_IMPORT_LDIF_MEMORY_INFO_185=\u5c07\u8cc7\u6599\u5eab\u5feb\u53d6\u8a2d\u70ba %d \u4f4d\u5143\u7d44\uff0c\u4e26\u5c07\u5167\u90e8\u7de9\u885d\u5340\u8a2d\u70ba %d \u4f4d\u5143\u7d44 |
| | | NOTICE_JEB_IMPORT_LDIF_BUFFER_CONTEXT_AVAILMEM_186=\u53ef\u7528\u7de9\u885d\u5340\u8a18\u61b6\u9ad4 %d \u4f4d\u5143\u7d44\u4f4e\u65bc\u55ae\u4e00\u532f\u5165\u74b0\u5883\u5141\u8a31\u7684\u6700\u5c0f\u503c %d \u4f4d\u5143\u7d44\u3002\u5c07\u74b0\u5883\u7684\u53ef\u7528\u7de9\u885d\u5340\u8a18\u61b6\u9ad4\u8a2d\u70ba\u6700\u5c0f\u503c |
| | | NOTICE_JEB_IMPORT_LDIF_BUFFER_CHECKPOINTS_187=\u5df2\u57f7\u884c\u7684\u6aa2\u67e5\u9ede: %d |
| | | NOTICE_JEB_IMPORT_LDIF_CLEANER_STATS_188=\u57f7\u884c\u6e05\u9664\u7a0b\u5f0f: %d\u3001\u5df2\u522a\u9664\u7684\u6a94\u6848: %d\u3001\u5df2\u8b80\u53d6\u7684\u9805\u76ee: %d\u3001\u5df2\u6e05\u9664\u7684 IN \u7bc0\u9ede: %d |
| | | NOTICE_JEB_IMPORT_LDIF_EVICTION_DETECTED_STATS_189=\u9032\u884c\u4e2d\u7684\u6536\u56de\u3002\u50b3\u9001: %d\u3001\u5df2\u6536\u56de\u7684\u7bc0\u9ede: %d\u3001\u5df2\u522a\u9664\u7684 BIN \u7bc0\u9ede: %d |
| | | NOTICE_JEB_IMPORT_LDIF_EVICTION_DETECTED_190=\u5728\u532f\u5165 %d \u500b\u9805\u76ee\u5f8c\u5075\u6e2c\u5230\u6536\u56de |
| | | |
| New file |
| | |
| | | # CDDL HEADER START |
| | | # |
| | | # The contents of this file are subject to the terms of the |
| | | # Common Development and Distribution License, Version 1.0 only |
| | | # (the "License"). You may not use this file except in compliance |
| | | # with the License. |
| | | # |
| | | # You can obtain a copy of the license at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE |
| | | # or https://OpenDS.dev.java.net/OpenDS.LICENSE. |
| | | # See the License for the specific language governing permissions |
| | | # and limitations under the License. |
| | | # |
| | | # When distributing Covered Code, include this CDDL HEADER in each |
| | | # file and include the License file at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, |
| | | # add the following below this CDDL HEADER, with the fields enclosed |
| | | # by brackets "[]" replaced with your own identifying information: |
| | | # Portions Copyright [yyyy] [name of copyright owner] |
| | | # |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2008 Sun Microsystems, Inc. |
| | | |
| | | |
| | | |
| | | # |
| | | # Global directives |
| | | # |
| | | global.category=Protokoll |
| | | |
| | | # |
| | | # Format string definitions |
| | | # |
| | | # Keys must be formatted as follows: |
| | | # |
| | | # [SEVERITY]_[DESCRIPTION]_[ORDINAL] |
| | | # |
| | | # where: |
| | | # |
| | | # SEVERITY is one of: |
| | | # [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE] |
| | | # |
| | | # DESCRIPTION is an upper case string providing a hint as to the context of |
| | | # the message in upper case with the underscore ('_') character serving as |
| | | # word separator |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | SEVERE_ERR_LOGGER_ERROR_WRITING_RECORD_1=Beim Schreiben des Protokolldatensatzes f\u00fcr die Protokollfunktion %s: %s ist ein Fehler aufgetreten. Alle weiteren Fehler beim Schreiben werden ignoriert... |
| | | SEVERE_ERR_LOGGER_ERROR_OPENING_FILE_2=Beim \u00d6ffnen der Protokolldatei %s f\u00fcr die Protokollfunktion %s: %s ist ein Fehler aufgetreten. |
| | | SEVERE_ERR_LOGGER_ERROR_CLOSING_FILE_3=Beim Schlie\u00dfen der Protokolldatei f\u00fcr die Protokollfunktion %s: %s ist ein Fehler aufgetreten. |
| | | SEVERE_ERR_LOGGER_ERROR_FLUSHING_BUFFER_4=Beim Leeren des Schreibpuffers f\u00fcr die Protokollfunktion %s: %s ist ein Fehler aufgetreten. |
| | | MILD_WARN_ERROR_LOGGER_INVALID_SEVERITY_5=Ung\u00fcltiger Fehlerprotokoll-Schweregrad "%s" |
| | | MILD_WARN_ERROR_LOGGER_INVALID_CATEGORY_6=Ung\u00fcltige Fehlerprotokollkategorie "%s" |
| | | MILD_WARN_ERROR_LOGGER_INVALID_OVERRIDE_SEVERITY_7=Ung\u00fcltige \u00dcberschreibung von Schweregrad "%s" |
| | | SEVERE_WARN_LOGGER_SET_PERMISSION_FAILED_8=Beim Einrichten der Dateiberechtigungen f\u00fcr die Protokolldatei %s: %s ist ein Fehler aufgetreten. |
| | | MILD_WARN_LOGGER_UNABLE_SET_PERMISSIONS_9=Bei Verwendung dieser Plattform ist das Einrichten der Dateiberechtigungen %s f\u00fcr die Protokolldatei %s nicht m\u00f6glich. |
| | | SEVERE_ERR_LOGGER_ERROR_LISTING_FILES_10=Error occured while listing log files named by policy with initial file name %s |
| | | SEVERE_ERR_LOGGER_ERROR_OBTAINING_FREE_SPACE_11=Error occured while obtaining free disk space in the partition containing log file %s: %s |
| | | SEVERE_ERR_LOGGER_ERROR_ENFORCING_RETENTION_POLICY_12=Error occured while enforcing retention policy %s for logger %s: %s |
| New file |
| | |
| | | # CDDL HEADER START |
| | | # |
| | | # The contents of this file are subject to the terms of the |
| | | # Common Development and Distribution License, Version 1.0 only |
| | | # (the "License"). You may not use this file except in compliance |
| | | # with the License. |
| | | # |
| | | # You can obtain a copy of the license at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE |
| | | # or https://OpenDS.dev.java.net/OpenDS.LICENSE. |
| | | # See the License for the specific language governing permissions |
| | | # and limitations under the License. |
| | | # |
| | | # When distributing Covered Code, include this CDDL HEADER in each |
| | | # file and include the License file at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, |
| | | # add the following below this CDDL HEADER, with the fields enclosed |
| | | # by brackets "[]" replaced with your own identifying information: |
| | | # Portions Copyright [yyyy] [name of copyright owner] |
| | | # |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2008 Sun Microsystems, Inc. |
| | | |
| | | |
| | | |
| | | # |
| | | # Global directives |
| | | # |
| | | global.category=LOG |
| | | |
| | | # |
| | | # Format string definitions |
| | | # |
| | | # Keys must be formatted as follows: |
| | | # |
| | | # [SEVERITY]_[DESCRIPTION]_[ORDINAL] |
| | | # |
| | | # where: |
| | | # |
| | | # SEVERITY is one of: |
| | | # [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE] |
| | | # |
| | | # DESCRIPTION is an upper case string providing a hint as to the context of |
| | | # the message in upper case with the underscore ('_') character serving as |
| | | # word separator |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | SEVERE_ERR_LOGGER_ERROR_WRITING_RECORD_1=Error occurred while writing log record for logger %s: %s. Any further write errors will be ignored |
| | | SEVERE_ERR_LOGGER_ERROR_OPENING_FILE_2=Error occurred while opening log file %s for logger %s: %s |
| | | SEVERE_ERR_LOGGER_ERROR_CLOSING_FILE_3=Error occurred while closing log file for logger %s: %s |
| | | SEVERE_ERR_LOGGER_ERROR_FLUSHING_BUFFER_4=Error occurred while flushing writer buffer for logger %s: %s |
| | | MILD_WARN_ERROR_LOGGER_INVALID_SEVERITY_5=Gravedad del registro de errores no v\u00e1lida "%s" |
| | | MILD_WARN_ERROR_LOGGER_INVALID_CATEGORY_6=Categor\u00eda del registro de errores no v\u00e1lida "%s" |
| | | MILD_WARN_ERROR_LOGGER_INVALID_OVERRIDE_SEVERITY_7=Anulaci\u00f3n no v\u00e1lida del nivel de gravedad "%s" |
| | | SEVERE_WARN_LOGGER_SET_PERMISSION_FAILED_8=Error occurred while setting file permissions for the log file %s: %s |
| | | MILD_WARN_LOGGER_UNABLE_SET_PERMISSIONS_9=Esta plataforma no admite la configuraci\u00f3n de los permisos de archivo %s en el archivo de registro %s |
| | | SEVERE_ERR_LOGGER_ERROR_LISTING_FILES_10=Error occured while listing log files named by policy with initial file name %s |
| | | SEVERE_ERR_LOGGER_ERROR_OBTAINING_FREE_SPACE_11=Error occured while obtaining free disk space in the partition containing log file %s: %s |
| | | SEVERE_ERR_LOGGER_ERROR_ENFORCING_RETENTION_POLICY_12=Error occured while enforcing retention policy %s for logger %s: %s |
| New file |
| | |
| | | # CDDL HEADER START |
| | | # |
| | | # The contents of this file are subject to the terms of the |
| | | # Common Development and Distribution License, Version 1.0 only |
| | | # (the "License"). You may not use this file except in compliance |
| | | # with the License. |
| | | # |
| | | # You can obtain a copy of the license at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE |
| | | # or https://OpenDS.dev.java.net/OpenDS.LICENSE. |
| | | # See the License for the specific language governing permissions |
| | | # and limitations under the License. |
| | | # |
| | | # When distributing Covered Code, include this CDDL HEADER in each |
| | | # file and include the License file at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, |
| | | # add the following below this CDDL HEADER, with the fields enclosed |
| | | # by brackets "[]" replaced with your own identifying information: |
| | | # Portions Copyright [yyyy] [name of copyright owner] |
| | | # |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2008 Sun Microsystems, Inc. |
| | | |
| | | |
| | | |
| | | # |
| | | # Global directives |
| | | # |
| | | global.category=LOG |
| | | |
| | | # |
| | | # Format string definitions |
| | | # |
| | | # Keys must be formatted as follows: |
| | | # |
| | | # [SEVERITY]_[DESCRIPTION]_[ORDINAL] |
| | | # |
| | | # where: |
| | | # |
| | | # SEVERITY is one of: |
| | | # [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE] |
| | | # |
| | | # DESCRIPTION is an upper case string providing a hint as to the context of |
| | | # the message in upper case with the underscore ('_') character serving as |
| | | # word separator |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | SEVERE_ERR_LOGGER_ERROR_WRITING_RECORD_1=Une erreur s'est produite lors de l'\u00e9criture de l'enregistrement pour le journal %s : %s. Toute autre erreur d'\u00e9criture sera ignor\u00e9e. |
| | | SEVERE_ERR_LOGGER_ERROR_OPENING_FILE_2=Une erreur s'est produite lors de l'ouverture du fichier journal %s pour le journal %s : %s |
| | | SEVERE_ERR_LOGGER_ERROR_CLOSING_FILE_3=Une erreur s'est produite lors de la fermeture du fichier journal %s pour le journal %s : %s |
| | | SEVERE_ERR_LOGGER_ERROR_FLUSHING_BUFFER_4=Une erreur s'est produite lors du vidage du tampon d'\u00e9criture pour le journal %s : %s |
| | | MILD_WARN_ERROR_LOGGER_INVALID_SEVERITY_5=Gravit\u00e9 du journal d'erreurs non valide "%s" |
| | | MILD_WARN_ERROR_LOGGER_INVALID_CATEGORY_6=Cat\u00e9gorie du journal d'erreurs non valide "%s" |
| | | MILD_WARN_ERROR_LOGGER_INVALID_OVERRIDE_SEVERITY_7=\u00c9crasement du niveau de gravit\u00e9 non valide "%s" |
| | | SEVERE_WARN_LOGGER_SET_PERMISSION_FAILED_8=Une erreur s'est produite lors de la configuration de droits d'acc\u00e8s au fichier journal %s : %s |
| | | MILD_WARN_LOGGER_UNABLE_SET_PERMISSIONS_9=Cette plate-forme ne prend pas en charge la configuration de droits d'acc\u00e8s %s au fichier journal %s |
| | | SEVERE_ERR_LOGGER_ERROR_LISTING_FILES_10=Une erreur s'est produite lors de l'\u00e9tablissement de la liste des fichiers journaux par strat\u00e9gie avec le nom de fichier initial %s |
| | | SEVERE_ERR_LOGGER_ERROR_OBTAINING_FREE_SPACE_11=Une erreur s'est produite lors de l'obtention de l'espace disque disponible dans la partition contenant le fichier journal %s : %s |
| | | SEVERE_ERR_LOGGER_ERROR_ENFORCING_RETENTION_POLICY_12=Une erreur s'est produite lors de l'application de la strat\u00e9gie de r\u00e9tention %s pour le journal %s : %s |
| New file |
| | |
| | | # CDDL HEADER START |
| | | # |
| | | # The contents of this file are subject to the terms of the |
| | | # Common Development and Distribution License, Version 1.0 only |
| | | # (the "License"). You may not use this file except in compliance |
| | | # with the License. |
| | | # |
| | | # You can obtain a copy of the license at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE |
| | | # or https://OpenDS.dev.java.net/OpenDS.LICENSE. |
| | | # See the License for the specific language governing permissions |
| | | # and limitations under the License. |
| | | # |
| | | # When distributing Covered Code, include this CDDL HEADER in each |
| | | # file and include the License file at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, |
| | | # add the following below this CDDL HEADER, with the fields enclosed |
| | | # by brackets "[]" replaced with your own identifying information: |
| | | # Portions Copyright [yyyy] [name of copyright owner] |
| | | # |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2008 Sun Microsystems, Inc. |
| | | |
| | | |
| | | |
| | | # |
| | | # Global directives |
| | | # |
| | | global.category=LOG |
| | | |
| | | # |
| | | # Format string definitions |
| | | # |
| | | # Keys must be formatted as follows: |
| | | # |
| | | # [SEVERITY]_[DESCRIPTION]_[ORDINAL] |
| | | # |
| | | # where: |
| | | # |
| | | # SEVERITY is one of: |
| | | # [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE] |
| | | # |
| | | # DESCRIPTION is an upper case string providing a hint as to the context of |
| | | # the message in upper case with the underscore ('_') character serving as |
| | | # word separator |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | SEVERE_ERR_LOGGER_ERROR_WRITING_RECORD_1=Error occurred while writing log record for logger %s: %s. Any further write errors will be ignored |
| | | SEVERE_ERR_LOGGER_ERROR_OPENING_FILE_2=Error occurred while opening log file %s for logger %s: %s |
| | | SEVERE_ERR_LOGGER_ERROR_CLOSING_FILE_3=Error occurred while closing log file for logger %s: %s |
| | | SEVERE_ERR_LOGGER_ERROR_FLUSHING_BUFFER_4=Error occurred while flushing writer buffer for logger %s: %s |
| | | MILD_WARN_ERROR_LOGGER_INVALID_SEVERITY_5=\u7121\u52b9\u306a\u30a8\u30e9\u30fc\u30ed\u30b0\u91cd\u8981\u5ea6 "%s" |
| | | MILD_WARN_ERROR_LOGGER_INVALID_CATEGORY_6=\u7121\u52b9\u306a\u30a8\u30e9\u30fc\u30ed\u30b0\u30ab\u30c6\u30b4\u30ea "%s" |
| | | MILD_WARN_ERROR_LOGGER_INVALID_OVERRIDE_SEVERITY_7=\u91cd\u8981\u5ea6 "%s" \u306e\u7121\u52b9\u306a\u4e0a\u66f8\u304d |
| | | SEVERE_WARN_LOGGER_SET_PERMISSION_FAILED_8=Error occurred while setting file permissions for the log file %s: %s |
| | | MILD_WARN_LOGGER_UNABLE_SET_PERMISSIONS_9=\u3053\u306e\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u306f\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb %2$s \u3078\u306e\u30d5\u30a1\u30a4\u30eb\u30a2\u30af\u30bb\u30b9\u6a29 %1$s \u306e\u8a2d\u5b9a\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u307e\u305b\u3093 |
| | | SEVERE_ERR_LOGGER_ERROR_LISTING_FILES_10=Error occured while listing log files named by policy with initial file name %s |
| | | SEVERE_ERR_LOGGER_ERROR_OBTAINING_FREE_SPACE_11=Error occured while obtaining free disk space in the partition containing log file %s: %s |
| | | SEVERE_ERR_LOGGER_ERROR_ENFORCING_RETENTION_POLICY_12=Error occured while enforcing retention policy %s for logger %s: %s |
| New file |
| | |
| | | # CDDL HEADER START |
| | | # |
| | | # The contents of this file are subject to the terms of the |
| | | # Common Development and Distribution License, Version 1.0 only |
| | | # (the "License"). You may not use this file except in compliance |
| | | # with the License. |
| | | # |
| | | # You can obtain a copy of the license at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE |
| | | # or https://OpenDS.dev.java.net/OpenDS.LICENSE. |
| | | # See the License for the specific language governing permissions |
| | | # and limitations under the License. |
| | | # |
| | | # When distributing Covered Code, include this CDDL HEADER in each |
| | | # file and include the License file at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, |
| | | # add the following below this CDDL HEADER, with the fields enclosed |
| | | # by brackets "[]" replaced with your own identifying information: |
| | | # Portions Copyright [yyyy] [name of copyright owner] |
| | | # |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2008 Sun Microsystems, Inc. |
| | | |
| | | |
| | | |
| | | # |
| | | # Global directives |
| | | # |
| | | global.category=LOG |
| | | |
| | | # |
| | | # Format string definitions |
| | | # |
| | | # Keys must be formatted as follows: |
| | | # |
| | | # [SEVERITY]_[DESCRIPTION]_[ORDINAL] |
| | | # |
| | | # where: |
| | | # |
| | | # SEVERITY is one of: |
| | | # [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE] |
| | | # |
| | | # DESCRIPTION is an upper case string providing a hint as to the context of |
| | | # the message in upper case with the underscore ('_') character serving as |
| | | # word separator |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | SEVERE_ERR_LOGGER_ERROR_WRITING_RECORD_1=%s \ub85c\uac70\uc5d0 \ub300\ud55c \ub85c\uadf8 \uae30\ub85d\uc744 \uc4f0\ub294 \uc911 \uc624\ub958 \ubc1c\uc0dd: %s. \ub354 \uc774\uc0c1\uc758 \uc4f0\uae30 \uc624\ub958 \ubb34\uc2dc\ub428 |
| | | SEVERE_ERR_LOGGER_ERROR_OPENING_FILE_2=%s \ub85c\uadf8 \ud30c\uc77c(%s \ub85c\uac70\uc5d0 \ub300\ud55c)\uc744 \uc5ec\ub294 \uc911 \uc624\ub958 \ubc1c\uc0dd: %s |
| | | SEVERE_ERR_LOGGER_ERROR_CLOSING_FILE_3=%s \ub85c\uac70\uc5d0 \ub300\ud55c \ub85c\uadf8 \ud30c\uc77c\uc744 \ub2eb\ub294 \uc911 \uc624\ub958 \ubc1c\uc0dd: %s |
| | | SEVERE_ERR_LOGGER_ERROR_FLUSHING_BUFFER_4=%s \ub85c\uac70\uc5d0 \ub300\ud55c \uc4f0\uae30 \ubc84\ud37c\ub97c \ube44\uc6b0\ub294 \uc911 \uc624\ub958 \ubc1c\uc0dd: %s |
| | | MILD_WARN_ERROR_LOGGER_INVALID_SEVERITY_5=\uc798\ubabb\ub41c \uc624\ub958 \ub85c\uadf8 \uc2ec\uac01\ub3c4 \"%s\" |
| | | MILD_WARN_ERROR_LOGGER_INVALID_CATEGORY_6=\uc798\ubabb\ub41c \uc624\ub958 \ub85c\uadf8 \ubc94\uc8fc \"%s\" |
| | | MILD_WARN_ERROR_LOGGER_INVALID_OVERRIDE_SEVERITY_7=\uc798\ubabb\ub41c \uc2ec\uac01\ub3c4 \uc218\uc900 \"%s\" \uc7ac\uc9c0\uc815 |
| | | SEVERE_WARN_LOGGER_SET_PERMISSION_FAILED_8=%s \ub85c\uadf8 \ud30c\uc77c\uc5d0 \ub300\ud55c \ud30c\uc77c \uad8c\ud55c \uc124\uc815 \uc911 \uc624\ub958 \ubc1c\uc0dd: %s |
| | | MILD_WARN_LOGGER_UNABLE_SET_PERMISSIONS_9=\uc774 \ud50c\ub7ab\ud3fc\uc5d0\uc11c %s(%s \ub85c\uadf8 \ud30c\uc77c\uc5d0 \ub300\ud55c \ud30c\uc77c \uad8c\ud55c) \uc124\uc815\uc744 \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc74c |
| | | SEVERE_ERR_LOGGER_ERROR_LISTING_FILES_10=\uc815\ucc45\uc5d0 \ucd08\uae30 \ud30c\uc77c \uc774\ub984 %s(\uc73c)\ub85c \uc9c0\uc815\ub41c \ub85c\uadf8 \ud30c\uc77c\uc744 \ub098\uc5f4\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_LOGGER_ERROR_OBTAINING_FREE_SPACE_11=\ub85c\uadf8 \ud30c\uc77c %s\uc744(\ub97c) \ud3ec\ud568\ud558\ub294 \ubd84\ud560 \uc601\uc5ed\uc5d0\uc11c \uc0ac\uc6a9 \uac00\ub2a5\ud55c \ub514\uc2a4\ud06c \uacf5\uac04\uc744 \uac00\uc838\uc624\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_LOGGER_ERROR_ENFORCING_RETENTION_POLICY_12=\ub85c\uac70 %2$s\uc5d0 \ub300\ud55c \ubcf4\uc874 \uc815\ucc45 %1$s\uc744(\ub97c) \uc2e4\ud589\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s |
| New file |
| | |
| | | # CDDL HEADER START |
| | | # |
| | | # The contents of this file are subject to the terms of the |
| | | # Common Development and Distribution License, Version 1.0 only |
| | | # (the "License"). You may not use this file except in compliance |
| | | # with the License. |
| | | # |
| | | # You can obtain a copy of the license at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE |
| | | # or https://OpenDS.dev.java.net/OpenDS.LICENSE. |
| | | # See the License for the specific language governing permissions |
| | | # and limitations under the License. |
| | | # |
| | | # When distributing Covered Code, include this CDDL HEADER in each |
| | | # file and include the License file at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, |
| | | # add the following below this CDDL HEADER, with the fields enclosed |
| | | # by brackets "[]" replaced with your own identifying information: |
| | | # Portions Copyright [yyyy] [name of copyright owner] |
| | | # |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2008 Sun Microsystems, Inc. |
| | | |
| | | |
| | | |
| | | # |
| | | # Global directives |
| | | # |
| | | global.category=LOG |
| | | |
| | | # |
| | | # Format string definitions |
| | | # |
| | | # Keys must be formatted as follows: |
| | | # |
| | | # [SEVERITY]_[DESCRIPTION]_[ORDINAL] |
| | | # |
| | | # where: |
| | | # |
| | | # SEVERITY is one of: |
| | | # [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE] |
| | | # |
| | | # DESCRIPTION is an upper case string providing a hint as to the context of |
| | | # the message in upper case with the underscore ('_') character serving as |
| | | # word separator |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | SEVERE_ERR_LOGGER_ERROR_WRITING_RECORD_1=\u5411\u8bb0\u5f55\u5668 %s \u5199\u5165\u65e5\u5fd7\u8bb0\u5f55\u65f6\u53d1\u751f\u9519\u8bef\uff1a%s\u3002\u5c06\u5ffd\u7565\u4efb\u4f55\u8fdb\u4e00\u6b65\u7684\u5199\u5165\u9519\u8bef |
| | | SEVERE_ERR_LOGGER_ERROR_OPENING_FILE_2=\u6253\u5f00\u65e5\u5fd7\u6587\u4ef6 %s\uff08\u4f4d\u4e8e\u8bb0\u5f55\u5668 %s \u4e2d\uff09\u65f6\u53d1\u751f\u9519\u8bef\uff1a%s |
| | | SEVERE_ERR_LOGGER_ERROR_CLOSING_FILE_3=\u5173\u95ed\u8bb0\u5f55\u5668 %s \u4e2d\u7684\u65e5\u5fd7\u6587\u4ef6\u65f6\u53d1\u751f\u9519\u8bef\uff1a%s |
| | | SEVERE_ERR_LOGGER_ERROR_FLUSHING_BUFFER_4=\u5237\u65b0\u8bb0\u5f55\u5668 %s \u4e2d\u7684\u4e66\u5199\u5668\u7f13\u51b2\u533a\u65f6\u53d1\u751f\u9519\u8bef\uff1a%s |
| | | MILD_WARN_ERROR_LOGGER_INVALID_SEVERITY_5=\u65e0\u6548\u7684\u9519\u8bef\u65e5\u5fd7\u4e25\u91cd\u6027\u201c%s\u201d |
| | | MILD_WARN_ERROR_LOGGER_INVALID_CATEGORY_6=\u65e0\u6548\u7684\u9519\u8bef\u65e5\u5fd7\u7c7b\u522b\u201c%s\u201d |
| | | MILD_WARN_ERROR_LOGGER_INVALID_OVERRIDE_SEVERITY_7=\u8986\u76d6\u4e25\u91cd\u6027\u7ea7\u522b\u201c%s\u201d\u65e0\u6548 |
| | | SEVERE_WARN_LOGGER_SET_PERMISSION_FAILED_8=\u4e3a\u65e5\u5fd7\u6587\u4ef6 %s \u8bbe\u7f6e\u6587\u4ef6\u6743\u9650\u65f6\u53d1\u751f\u9519\u8bef\uff1a%s |
| | | MILD_WARN_LOGGER_UNABLE_SET_PERMISSIONS_9=\u8be5\u5e73\u53f0\u4e0d\u652f\u6301\u5c06\u6587\u4ef6\u6743\u9650 %s \u8bbe\u7f6e\u5230\u65e5\u5fd7\u6587\u4ef6 %s |
| | | SEVERE_ERR_LOGGER_ERROR_LISTING_FILES_10=\u5728\u5217\u51fa\u7b56\u7565\u6307\u5b9a\u7684\u521d\u59cb\u6587\u4ef6\u540d\u4e3a %s \u7684\u65e5\u5fd7\u6587\u4ef6\u65f6\u51fa\u73b0\u9519\u8bef |
| | | SEVERE_ERR_LOGGER_ERROR_OBTAINING_FREE_SPACE_11=\u5728\u83b7\u53d6\u5305\u542b\u65e5\u5fd7\u6587\u4ef6 %s \u7684\u5206\u533a\u4e2d\u7684\u53ef\u7528\u78c1\u76d8\u7a7a\u95f4\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_LOGGER_ERROR_ENFORCING_RETENTION_POLICY_12=\u5728\u5bf9\u8bb0\u5f55\u5668 %2$s \u5b9e\u65bd\u4fdd\u7559\u7b56\u7565 %1$s \u65f6\u51fa\u73b0\u9519\u8bef: %3$s |
| New file |
| | |
| | | # CDDL HEADER START |
| | | # |
| | | # The contents of this file are subject to the terms of the |
| | | # Common Development and Distribution License, Version 1.0 only |
| | | # (the "License"). You may not use this file except in compliance |
| | | # with the License. |
| | | # |
| | | # You can obtain a copy of the license at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE |
| | | # or https://OpenDS.dev.java.net/OpenDS.LICENSE. |
| | | # See the License for the specific language governing permissions |
| | | # and limitations under the License. |
| | | # |
| | | # When distributing Covered Code, include this CDDL HEADER in each |
| | | # file and include the License file at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, |
| | | # add the following below this CDDL HEADER, with the fields enclosed |
| | | # by brackets "[]" replaced with your own identifying information: |
| | | # Portions Copyright [yyyy] [name of copyright owner] |
| | | # |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2008 Sun Microsystems, Inc. |
| | | |
| | | |
| | | |
| | | # |
| | | # Global directives |
| | | # |
| | | global.category=LOG |
| | | |
| | | # |
| | | # Format string definitions |
| | | # |
| | | # Keys must be formatted as follows: |
| | | # |
| | | # [SEVERITY]_[DESCRIPTION]_[ORDINAL] |
| | | # |
| | | # where: |
| | | # |
| | | # SEVERITY is one of: |
| | | # [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE] |
| | | # |
| | | # DESCRIPTION is an upper case string providing a hint as to the context of |
| | | # the message in upper case with the underscore ('_') character serving as |
| | | # word separator |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | SEVERE_ERR_LOGGER_ERROR_WRITING_RECORD_1=\u5c07\u8a18\u9304\u5beb\u5165\u8a18\u9304\u7a0b\u5f0f %s \u6642\u767c\u751f\u932f\u8aa4: %s\u3002\u5f8c\u7e8c\u5beb\u5165\u5c07\u906d\u5ffd\u7565 |
| | | SEVERE_ERR_LOGGER_ERROR_OPENING_FILE_2=\u958b\u555f\u8a18\u9304\u7a0b\u5f0f %2$s \u7684\u8a18\u9304\u6a94 %1$s \u6642\u767c\u751f\u932f\u8aa4: %3$s |
| | | SEVERE_ERR_LOGGER_ERROR_CLOSING_FILE_3=\u95dc\u9589\u8a18\u9304\u7a0b\u5f0f %s \u7684\u8a18\u9304\u6a94\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_LOGGER_ERROR_FLUSHING_BUFFER_4=\u6e05\u9664\u8a18\u9304\u7a0b\u5f0f %s \u7684\u5beb\u5165\u5668\u7de9\u885d\u5340\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_WARN_ERROR_LOGGER_INVALID_SEVERITY_5=\u7121\u6548\u7684\u932f\u8aa4\u8a18\u9304\u56b4\u91cd\u6027\u300c%s\u300d |
| | | MILD_WARN_ERROR_LOGGER_INVALID_CATEGORY_6=\u7121\u6548\u7684\u932f\u8aa4\u8a18\u9304\u7a2e\u985e\u300c%s\u300d |
| | | MILD_WARN_ERROR_LOGGER_INVALID_OVERRIDE_SEVERITY_7=\u7121\u6548\u7684\u56b4\u91cd\u6027\u5c64\u7d1a\u8986\u5beb\u300c%s\u300d |
| | | SEVERE_WARN_LOGGER_SET_PERMISSION_FAILED_8=\u8a2d\u5b9a\u8a18\u9304\u6a94 %s \u7684\u6a94\u6848\u6b0a\u9650\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_WARN_LOGGER_UNABLE_SET_PERMISSIONS_9=\u6b64\u5e73\u53f0\u7121\u6cd5\u652f\u63f4\u8a2d\u5b9a\u8a18\u9304\u6a94 %2$s \u7684\u6a94\u6848\u6b0a\u9650 %1$s |
| | | SEVERE_ERR_LOGGER_ERROR_LISTING_FILES_10=\u5728\u5217\u51fa\u4f9d\u7b56\u7565\u547d\u540d\u3001\u800c\u5177\u6709\u521d\u59cb\u6a94\u6848\u540d\u7a31 %s \u7684\u8a18\u9304\u6a94\u6642\u767c\u751f\u932f\u8aa4 |
| | | SEVERE_ERR_LOGGER_ERROR_OBTAINING_FREE_SPACE_11=\u5728\u5305\u542b\u8a18\u9304\u6a94 %s \u7684\u5206\u5272\u5340\u4e2d\u53d6\u5f97\u53ef\u7528\u78c1\u789f\u7a7a\u9593\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_LOGGER_ERROR_ENFORCING_RETENTION_POLICY_12=\u5f37\u5236\u57f7\u884c\u8a18\u9304\u7a0b\u5f0f %2$s \u7684\u4fdd\u7559\u7b56\u7565 %1$s \u6642\u767c\u751f\u932f\u8aa4: %3$s |
| New file |
| | |
| | | # CDDL HEADER START |
| | | # |
| | | # The contents of this file are subject to the terms of the |
| | | # Common Development and Distribution License, Version 1.0 only |
| | | # (the "License"). You may not use this file except in compliance |
| | | # with the License. |
| | | # |
| | | # You can obtain a copy of the license at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE |
| | | # or https://OpenDS.dev.java.net/OpenDS.LICENSE. |
| | | # See the License for the specific language governing permissions |
| | | # and limitations under the License. |
| | | # |
| | | # When distributing Covered Code, include this CDDL HEADER in each |
| | | # file and include the License file at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, |
| | | # add the following below this CDDL HEADER, with the fields enclosed |
| | | # by brackets "[]" replaced with your own identifying information: |
| | | # Portions Copyright [yyyy] [name of copyright owner] |
| | | # |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2008 Sun Microsystems, Inc. |
| | | |
| | | |
| | | |
| | | # |
| | | # Global directives |
| | | # |
| | | global.category=PLUGIN |
| | | |
| | | # |
| | | # Format string definitions |
| | | # |
| | | # Keys must be formatted as follows: |
| | | # |
| | | # [SEVERITY]_[DESCRIPTION]_[ORDINAL] |
| | | # |
| | | # where: |
| | | # |
| | | # SEVERITY is one of: |
| | | # [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE] |
| | | # |
| | | # DESCRIPTION is an upper case string providing a hint as to the context of |
| | | # the message in upper case with the underscore ('_') character serving as |
| | | # word separator |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | SEVERE_ERR_PLUGIN_NULL_CONFIG_ENTRY_1=Unable to initialize an instance of the plugin defined in class %s because the provided configuration entry was null |
| | | INFO_PLUGIN_DESCRIPTION_SHUTDOWN_PASSWORD_2=Gibt ein optionales, verschl\u00fcsseltes Passwort an, das zum Stoppen von Directory Server erforderlich ist. Wird es nicht angegeben, ist kein Passwort erforderlich (allerdings muss immer noch eine Authentifizierung beim Server erfolgen, damit der erforderliche Aufgabeneintrag hinzugef\u00fcgt werden kann). \u00c4nderungen an diesem Passwort werden sofort wirksam. |
| | | SEVERE_ERR_PLUGIN_ADLIST_NO_PLUGIN_TYPES_3=The LDAP attribute description list plugin instance defined in configuration entry %s does not list any plugin types. This plugin must be configured to operate as a pre-parse search plugin |
| | | SEVERE_ERR_PLUGIN_ADLIST_INVALID_PLUGIN_TYPE_4=The LDAP attribute description list plugin instance defined in configuration entry %s lists an invalid plugin type %s. This plugin can only be used as a pre-parse search plugin |
| | | SEVERE_ERR_PLUGIN_PROFILER_NO_PLUGIN_TYPES_5=The Directory Server profiler plugin instance defined in configuration entry %s does not list any plugin types. This plugin must be configured to operate as a startup plugin |
| | | SEVERE_ERR_PLUGIN_PROFILER_INVALID_PLUGIN_TYPE_6=The Directory Server profiler plugin instance defined in configuration entry %s lists an invalid plugin type %s. This plugin can only be used as a startup plugin |
| | | INFO_PLUGIN_PROFILER_DESCRIPTION_PROFILE_DIR_7=Pfad zum Verzeichnis, in das die Profilinformationen geschrieben werden. Das Verzeichnis muss vorhanden und Directory Server dazu berechtigt sein, darin neue Dateien zu erstellen. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | SEVERE_WARN_PLUGIN_PROFILER_CANNOT_DETERMINE_PROFILE_DIR_8=An unexpected error occurred while attempting to determine the value of the ds-cfg-profile-directory attribute in the %s entry: %s. The default profile directory of %s will be used |
| | | SEVERE_ERR_PLUGIN_PROFILER_CANNOT_WRITE_PROFILE_DATA_9=An unexpected error occurred when the profiler plugin defined in configuration entry %s attempted to write the information captured to output file %s: %s |
| | | INFO_PLUGIN_PROFILER_DESCRIPTION_AUTOSTART_10=Gibt an, ob das Profiler-Plug-In automatisch mit der Datensammlung beginnen soll, wenn Directory Server gestartet wird. Dies wird erst beim Starten des Servers gelesen, und eventuelle \u00c4nderungen werden beim n\u00e4chsten Neustart wirksam. |
| | | SEVERE_WARN_PLUGIN_PROFILER_CANNOT_DETERMINE_AUTOSTART_11=An unexpected error occurred while attempting to determine the value of the ds-cfg-enable-profiling-on-startup attribute in the %s entry: %s. Profiling information will not automatically be captured on startup and must be manually enabled |
| | | INFO_PLUGIN_PROFILER_DESCRIPTION_INTERVAL_12=Probenintervall, das beim Erfassen von Profiling-Informationen im Server zu verwenden ist. \u00c4nderungen an diesem Konfigurationsattribut werden beim n\u00e4chsten Starten des Profilers wirksam. |
| | | SEVERE_WARN_PLUGIN_PROFILER_CANNOT_DETERMINE_INTERVAL_13=An unexpected error occurred while attempting to determine the value of the ds-cfg-profile-sample-interval attribute in the %s entry: %s. The default sample interval of %d milliseconds will be used |
| | | INFO_PLUGIN_PROFILER_DESCRIPTION_STATE_14=Aktueller Status des Profilers: entweder "aktiviert" (der Profiler-Thread sammelt aktiv Daten) oder "deaktiviert". Dieses Attribut ist schreibgesch\u00fctzt. |
| | | INFO_PLUGIN_PROFILER_DESCRIPTION_ACTION_15=Aktion, die der Profiler durchf\u00fchren soll. Beim Wert "Starten" beginnt der Profiler-Thread mit der Sammlung von Daten, falls er nicht bereits aktiviert ist. Beim Wert "Stopp" stoppt der Profiler-Thread die Sammlung von Daten und schreibt diese auf die Festplatte. Beim Wert "Abbrechen" stoppt der Profiler-Thread die Sammlung von Daten und verwirft die bisher erfassten Daten. Diese Vorg\u00e4nge finden direkt statt. |
| | | SEVERE_WARN_PLUGIN_PROFILER_INVALID_PROFILE_DIR_16=The profile directory %s specified in attribute ds-cfg-profile-directory of configuration entry %s is invalid because the specified path does not exist or is not a directory |
| | | SEVERE_WARN_PLUGIN_PROFILER_CANNOT_DETERMINE_ACTION_17=An unexpected error occurred while attempting to determine the value of the ds-cfg-profile-action attribute in the %s entry: %s. No action will be taken |
| | | INFO_PLUGIN_PROFILER_UPDATED_INTERVAL_18=Das Probenintervall f\u00fcr das im Konfigurationseintrag %s definierte Profiler-Plug-In wurde auf %d Millisekunden aktualisiert. |
| | | SEVERE_ERR_PLUGIN_PROFILER_CANNOT_UPDATE_INTERVAL_19=An unexpected error occurred while attempting to update the sample interval for the profiler plugin defined in configuration entry %s: %s |
| | | INFO_PLUGIN_PROFILER_UPDATED_DIRECTORY_20=Das Profilverzeichnis f\u00fcr das im Konfigurationseintrag %s definierte Profiler-Plug-In wurde auf %s ge\u00e4ndert. |
| | | SEVERE_ERR_PLUGIN_PROFILER_CANNOT_UPDATE_DIRECTORY_21=An unexpected error occurred while attempting to update the profile directory for the profiler plugin defined in configuration entry %s: %s |
| | | INFO_PLUGIN_PROFILER_STARTED_PROFILING_22=Das im Konfigurationseintrag %s definierte Profiler-Plug-In wurde aktiviert und hat mit der Erfassung von Daten begonnen. |
| | | INFO_PLUGIN_PROFILER_ALREADY_PROFILING_23=Das im Konfigurationseintrag %s definierte Profiler-Plug-In ist bereits aktiviert, deshalb wurde die Anforderung zum Starten des Profiling ignoriert. |
| | | INFO_PLUGIN_PROFILER_NOT_RUNNING_24=Das im Konfigurationseintrag %s definierte Profiler-Plug-In erhielt eine Anforderung zum Stoppen der Datenerfassung, aber es war nicht aktiv, sodass keine Aktion gestartet wurde. |
| | | INFO_PLUGIN_PROFILER_STOPPED_PROFILING_25=Das im Konfigurationseintrag %s definierte Profiler-Plug-In wurde gestoppt und erfasst keine Daten mehr. |
| | | INFO_PLUGIN_PROFILER_WROTE_PROFILE_DATA_26=Die f\u00fcr das im Konfigurationseintrag %s definierte Profiler-Plug-In gesammelten Daten wurden in %s geschrieben. |
| | | MILD_ERR_PLUGIN_PROFILER_UNKNOWN_ACTION_27=Das im Konfigurationseintrag %s definierte Profiler-Plug-In wurde aufgefordert, eine Aktion %s durchzuf\u00fchren, die nicht vom Server erkannt wird. Es wird keine Aktion gestartet. |
| | | INFO_PLUGIN_PROFILER_SKIPPING_ACTION_28=Eine Profiler-Aktion %s wurde f\u00fcr das im Konfigurationseintrag %s definierte Profiler-Plug-In angefordert, aber es traten ein oder mehrere Probleme im Zusammenhang mit der Plug-In-Konfiguration auf, sodass die angeforderte Aktion \u00fcbersprungen wird. |
| | | SEVERE_ERR_PLUGIN_PROFILER_CANNOT_PERFORM_ACTION_29=An unexpected error occurred while attempting to process the requested action for the profiler plugin defined in configuration entry %s: %s |
| | | FATAL_ERR_PLUGIN_STARTUP_PLUGIN_EXCEPTION_30=The startup plugin defined in configuration entry %s threw an exception when it was invoked during the Directory Server startup process: %s. The server startup process has been aborted |
| | | FATAL_ERR_PLUGIN_STARTUP_PLUGIN_RETURNED_NULL_31=The startup plugin defined in configuration entry %s returned a null value when it was invoked during the Directory Server startup process. This is an illegal return value, and the server startup process has been aborted |
| | | SEVERE_ERR_PLUGIN_STARTUP_PLUGIN_FAIL_CONTINUE_32=The startup plugin defined in configuration entry %s encountered an error when it was invoked during the Directory Server startup process: %s (error ID %d). The startup process will continue, but this failure might impact the operation of the server |
| | | FATAL_ERR_PLUGIN_STARTUP_PLUGIN_FAIL_ABORT_33=The startup plugin defined in configuration entry %s encountered an error when it was invoked during the Directory Server startup process: %s (error ID %d). The server startup process has been aborted |
| | | SEVERE_ERR_PLUGIN_SHUTDOWN_PLUGIN_EXCEPTION_34=The shutdown plugin defined in configuration entry %s threw an exception when it was invoked during the Directory Server shutdown process: %s |
| | | SEVERE_ERR_PLUGIN_POST_CONNECT_PLUGIN_EXCEPTION_35=The post-connect plugin defined in configuration entry %s threw an exception when it was invoked for connection %d from %s: %s. The connection will be terminated |
| | | SEVERE_ERR_PLUGIN_POST_CONNECT_PLUGIN_RETURNED_NULL_36=The post-connect plugin defined in configuration entry %s returned null when invoked for connection %d from %s. This is an illegal response, and the connection will be terminated |
| | | SEVERE_ERR_PLUGIN_POST_DISCONNECT_PLUGIN_EXCEPTION_37=The post-disconnect plugin defined in configuration entry %s threw an exception when it was invoked for connection %d from %s: %s |
| | | SEVERE_ERR_PLUGIN_POST_DISCONNECT_PLUGIN_RETURNED_NULL_38=The post-disconnect plugin defined in configuration entry %s returned null when invoked for connection %d from %s. This is an illegal response |
| | | SEVERE_ERR_PLUGIN_PRE_PARSE_PLUGIN_EXCEPTION_39=The pre-parse %s plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d: %s. Processing on this operation will be terminated |
| | | SEVERE_ERR_PLUGIN_PRE_PARSE_PLUGIN_RETURNED_NULL_40=The pre-parse %s plugin defined in configuration entry %s returned null when invoked for connection %d operation %s. This is an illegal response, and processing on this operation will be terminated |
| | | SEVERE_ERR_PLUGIN_PRE_OPERATION_PLUGIN_EXCEPTION_41=The pre-operation %s plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d: %s. Processing on this operation will be terminated |
| | | SEVERE_ERR_PLUGIN_PRE_OPERATION_PLUGIN_RETURNED_NULL_42=The pre-operation %s plugin defined in configuration entry %s returned null when invoked for connection %d operation %d. This is an illegal response, and processing on this operation will be terminated |
| | | SEVERE_ERR_PLUGIN_POST_OPERATION_PLUGIN_EXCEPTION_43=The post-operation %s plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d: %s. Processing on this operation will be terminated |
| | | SEVERE_ERR_PLUGIN_POST_OPERATION_PLUGIN_RETURNED_NULL_44=The post-operation %s plugin defined in configuration entry %s returned null when invoked for connection %d operation %d. This is an illegal response, and processing on this operation will be terminated |
| | | SEVERE_ERR_PLUGIN_POST_RESPONSE_PLUGIN_EXCEPTION_45=The post-response %s plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d: %s. Processing on this operation will be terminated |
| | | SEVERE_ERR_PLUGIN_POST_RESPONSE_PLUGIN_RETURNED_NULL_46=The post-response %s plugin defined in configuration entry %s returned null when invoked for connection %d operation %d. This is an illegal response, and processing on this operation will be terminated |
| | | SEVERE_ERR_PLUGIN_SEARCH_ENTRY_PLUGIN_EXCEPTION_47=The search result entry plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d with entry %s: %s. Processing on this search operation will be terminated |
| | | SEVERE_ERR_PLUGIN_SEARCH_ENTRY_PLUGIN_RETURNED_NULL_48=The search result entry plugin defined in configuration entry %s returned null when invoked for connection %d operation %d with entry %s. This is an illegal response, and processing on this search operation will be terminated |
| | | SEVERE_ERR_PLUGIN_SEARCH_REFERENCE_PLUGIN_EXCEPTION_49=The search result reference plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d with referral URL(s) %s: %s. Processing on this search operation will be terminated |
| | | SEVERE_ERR_PLUGIN_SEARCH_REFERENCE_PLUGIN_RETURNED_NULL_50=The search result reference plugin defined in configuration entry %s returned null when invoked for connection %d operation %d with referral URL(s) %s. This is an illegal response, and processing on this search operation will be terminated |
| | | SEVERE_ERR_PLUGIN_LASTMOD_INVALID_PLUGIN_TYPE_51=An attempt was made to register the LastMod plugin to be invoked as a %s plugin. This plugin type is not allowed for this plugin |
| | | INFO_PROFILEVIEWER_DESCRIPTION_FILENAMES_52=Pfad zu einer Profildatendatei. Dieses Argument kann mehrmals zum Analysieren von Daten aus mehreren Datendateien angegeben werden. |
| | | INFO_PROFILEVIEWER_DESCRIPTION_USE_GUI_53=Gibt an, ob die Profilinformationen im GUI-Modus angezeigt oder ob die Ergebnisdaten in die Standardausgabe geschrieben werden sollen. |
| | | INFO_PROFILEVIEWER_DESCRIPTION_USAGE_54=Zeigt diese Nutzungsinformationen an |
| | | SEVERE_ERR_PROFILEVIEWER_CANNOT_INITIALIZE_ARGS_55=An unexpected error occurred while attempting to initialize the command-line arguments: %s |
| | | SEVERE_ERR_PROFILEVIEWER_ERROR_PARSING_ARGS_56=An error occurred while parsing the command-line arguments: %s |
| | | SEVERE_ERR_PROFILEVIEWER_CANNOT_PROCESS_DATA_FILE_57=An error occurred while trying to process the profile data in file %s: %s |
| | | SEVERE_ERR_PLUGIN_LDIF_IMPORT_PLUGIN_EXCEPTION_58=The LDIF import plugin defined in configuration entry %s threw an exception when it was invoked on entry %s: %s |
| | | SEVERE_ERR_PLUGIN_LDIF_IMPORT_PLUGIN_RETURNED_NULL_59=The LDIF import plugin defined in configuration entry %s returned null when invoked on entry %s. This is an illegal response |
| | | SEVERE_ERR_PLUGIN_LDIF_EXPORT_PLUGIN_EXCEPTION_60=The LDIF export plugin defined in configuration entry %s threw an exception when it was invoked on entry %s: %s |
| | | SEVERE_ERR_PLUGIN_LDIF_EXPORT_PLUGIN_RETURNED_NULL_61=The LDIF export plugin defined in configuration entry %s returned null when invoked on entry %s. This is an illegal response |
| | | SEVERE_ERR_PLUGIN_ENTRYUUID_INVALID_PLUGIN_TYPE_62=An attempt was made to register the EntryUUID plugin to be invoked as a %s plugin. This plugin type is not allowed for this plugin |
| | | SEVERE_ERR_PLUGIN_INTERMEDIATE_RESPONSE_PLUGIN_EXCEPTION_63=The intermediate response plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d: %s. Processing on this operation will be terminated |
| | | SEVERE_ERR_PLUGIN_INTERMEDIATE_RESPONSE_PLUGIN_RETURNED_NULL_64=The intermediate response plugin defined in configuration entry %s returned null when invoked for connection %d operation %d. This is an illegal response, and processing on this operation will be terminated |
| | | SEVERE_ERR_PLUGIN_PWPIMPORT_INVALID_PLUGIN_TYPE_65=An attempt was made to register the password policy import plugin to be invoked as a %s plugin. This plugin type is not allowed for this plugin |
| | | SEVERE_ERR_PLUGIN_PWPIMPORT_ERROR_ENCODING_PASSWORD_66=An error occurred while attempting to encode a password value stored in attribute %s of user entry %s: %s. Password values for this user will not be encoded |
| | | SEVERE_ERR_PLUGIN_TYPE_NOT_SUPPORTED_67=The plugin defined in configuration entry %s does not support the %s plugin type |
| | | INFO_PROFILEVIEWER_TOOL_DESCRIPTION_68=Dieses Dienstprogramm kann zum Anzeigen von Informationen in Datendateien verwendet werden, die vom Directory Server-Profiler erfasst wurden. |
| | | SEVERE_ERR_PLUGIN_PWIMPORT_NO_DEFAULT_AUTH_SCHEMES_69=The password policy import plugin is not configured any default auth password schemes, and the server does not support the %s auth password scheme |
| | | SEVERE_ERR_PLUGIN_PWIMPORT_INVALID_DEFAULT_AUTH_SCHEME_70=Auth password storage scheme %s referenced by the password policy import plugin is not configured for use in the server |
| | | SEVERE_ERR_PLUGIN_PWIMPORT_NO_DEFAULT_USER_SCHEMES_71=The password policy import plugin is not configured any default user password schemes, and the server does not support the %s auth password scheme |
| | | SEVERE_ERR_PLUGIN_PWIMPORT_INVALID_DEFAULT_USER_SCHEME_72=User password storage scheme %s referenced by the password policy import plugin is not configured for use in the server |
| | | SEVERE_WARN_PLUGIN_PWIMPORT_NO_SUCH_POLICY_73=Entry '%s' indicates that it uses custom password policy '%s', but no such policy is defined in the server. Any passwords contained in the entry will be encoded using the default storage schemes, but authentication as this user might not be possible |
| | | SEVERE_WARN_PLUGIN_PWIMPORT_CANNOT_DECODE_POLICY_DN_74=An error occurred while attempting to decode the value of the custom password policy attribute in entry '%s': %s. Any passwords contained in the entry will be encoded using the default storage schemes, but authentication as this user might not be possible |
| | | SEVERE_ERR_PLUGIN_SUBORDINATE_MODIFY_DN_PLUGIN_EXCEPTION_75=The subordinate modify DN plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d: %s. Processing on this operation will be terminated |
| | | SEVERE_ERR_PLUGIN_SUBORDINATE_MODIFY_DN_PLUGIN_RETURNED_NULL_76=The subordinate modify DN plugin defined in configuration entry %s returned null when invoked for connection %d operation %s. This is an illegal response, and processing on this operation will be terminated |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_INVALID_PLUGIN_TYPE_77=An attempt was made to register the Unique Attribute plugin to be invoked as a %s plugin. This plugin type is not allowed for this plugin |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_MOD_NOT_UNIQUE_78=An error occurred while attempting to modify an attribute value of entry %s because the proposed changes failed the attribute value uniqueness check |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_ADD_NOT_UNIQUE_79=An error occurred while attempting to add the entry %s because one of the entry's attribute values failed the attribute value uniqueness check |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_MODDN_NOT_UNIQUE_80=An error occurred while attempting to perform a modify DN operation on entry %s because the proposed changes failed the attribute value uniqueness check |
| | | SEVERE_ERR_PLUGIN_REFERENT_INVALID_PLUGIN_TYPE_81=An attempt was made to register the Referential Integrity plugin to be invoked as a %s plugin. This plugin type is not allowed for this plugin |
| | | SEVERE_ERR_PLUGIN_REFERENT_CREATE_LOGFILE_82=An error occurred during Referential Integity plugin initialization because log file creation failed: %s |
| | | SEVERE_ERR_PLUGIN_REFERENT_CLOSE_LOGFILE_83=An error occurred closing the Referential Integrity plugin update logile: %s |
| | | SEVERE_ERR_PLUGIN_REFERENT_REPLACE_LOGFILE_84=An error occurred replacing the Referential Integrity plugin update logile: %s |
| | | INFO_PLUGIN_REFERENT_LOGFILE_CHANGE_REQUIRES_RESTART_85=Der Name der Datei, in der das Plug-In f\u00fcr die Bezugsintegrit\u00e4t w\u00e4hrend der Hintergrundverarbeitung \u00c4nderungen protokolliert, wurde von %s in %s ge\u00e4ndert, aber diese \u00c4nderung wird erst wirksam, wenn der Server erneut gestartet wird. |
| | | INFO_PLUGIN_REFERENT_BACKGROUND_PROCESSING_UPDATE_INTERVAL_CHANGED_86=Das Aktualisierungsintervall f\u00fcr die Hintergrundverarbeitung des Plug-Ins f\u00fcr die Bezugsintegrit\u00e4t wurde von %s in %s ge\u00e4ndert, und der neue Wert wird jetzt f\u00fcr die Hintergrundverarbeitung verwendet. |
| | | INFO_PLUGIN_REFERENT_BACKGROUND_PROCESSING_STOPPING_87=Die Hintergrundverarbeitung des Plug-Ins f\u00fcr die Bezugsintegrit\u00e4t wurde gestoppt. |
| | | INFO_PLUGIN_REFERENT_BACKGROUND_PROCESSING_STARTING_88=Das Plug-In f\u00fcr die Bezugsintegrit\u00e4t hat die Hintergrundverarbeitung unter Verwendung des Aktualisierungsintervalls %s gestartet. |
| | | SEVERE_ERR_PLUGIN_REFERENT_SEARCH_FAILED_89=The Referential Integrity plugin failed when performaing an internal search: %s |
| | | SEVERE_ERR_PLUGIN_REFERENT_MODIFY_FAILED_90=The Referential Integrity plugin failed when performing an internal modify on entry %s: %s |
| | | MILD_ERR_PLUGIN_REFERENT_CANNOT_DECODE_STRING_AS_DN_91=Das Plug-In f\u00fcr die Bezugsintegrit\u00e4t konnte einen Eintrags-DN aus dem Aktualisierungsprotokoll nicht entschl\u00fcsseln: %s. |
| | | INFO_PLUGIN_REFERENT_SEARCH_NO_SUCH_OBJECT_92=Das Plug-In f\u00fcr die Bezugsintegrit\u00e4t ist bei der Durchf\u00fchrung einer Suche fehlgeschlagen, da der Basis-DN %s nicht vorhanden ist. |
| | | SEVERE_ERR_PLUGIN_REFERENT_INVALID_ATTRIBUTE_SYNTAX_93=An error occurred in the Referential Integrity plugin while attempting to configure the attribute type %s which has a syntax OID of %s. A Referential Integrity attribute type must have a syntax OID of either 1.3.6.1.4.1.1466.115.121.1.12 (for the distinguished name syntax) or 1.3.6.1.4.1.1466.115.121.1.34 (for the name and optional uid syntax) |
| | | SEVERE_ERR_PLUGIN_REFERENT_SKIP_DELETE_PROCESSING_94=The Referential Integrity plugin will not process a post delete operation on entry %s because the core operation failed |
| | | SEVERE_ERR_PLUGIN_REFERENT_SKIP_MODIFY_DN_PROCESSING_95=The Referential Integrity plugin will not process a post modify DN operation on entry %s because the core operation failed |
| | | MILD_ERR_PLUGIN_7BIT_INVALID_PLUGIN_TYPE_96=Das 7-Bit-Fehlerfrei-Plug-In wurde mit einem ung\u00fcltigen Plug-In-Typ %s konfiguriert. Es sind nur die Plug-In-Typen ldifImport, preOperationAdd, preOperationModify und preOperationModifyDN zul\u00e4ssig. |
| | | MILD_ERR_PLUGIN_7BIT_CANNOT_DECODE_DN_97=Bei dem Versuch, den DN des Zieleintrags zu entschl\u00fcsseln, ist ein Fehler aufgetreten: %s. |
| | | MILD_ERR_PLUGIN_7BIT_CANNOT_DECODE_ATTR_98=Bei dem Versuch, das Attribut %s des Zieleintrags zu entschl\u00fcsseln, ist ein Fehler aufgetreten: %s. |
| | | MILD_ERR_PLUGIN_7BIT_CANNOT_DECODE_NEW_RDN_99=Beim Versuch, den neuen RDN zu entschl\u00fcsseln, ist ein Fehler aufgetreten: %s. |
| | | MILD_ERR_PLUGIN_7BIT_ADD_ATTR_NOT_CLEAN_100=Der hinzuzuf\u00fcgende Eintrag enthielt einen Wert f\u00fcr das Attribut %s, der nicht 7-Bit fehlerfrei war. |
| | | MILD_ERR_PLUGIN_7BIT_MODIFY_ATTR_NOT_CLEAN_101=Der \u00c4nderungsvorgang h\u00e4tte einen Wert f\u00fcr das Attribut %s ergeben, der nicht 7-Bit fehlerfrei war. |
| | | MILD_ERR_PLUGIN_7BIT_MODIFYDN_ATTR_NOT_CLEAN_102=Der DN-\u00c4nderungsvorgang h\u00e4tte einen Wert f\u00fcr das Attribut %s ergeben, der nicht 7-Bit fehlerfrei war. |
| | | MILD_ERR_PLUGIN_7BIT_IMPORT_ATTR_NOT_CLEAN_103=Der Eintrag enthielt einen Wert f\u00fcr das Attribut %s, der nicht 7-Bit fehlerfrei war. |
| | | SEVERE_ERR_PLUGIN_PWIMPORT_NO_SUCH_DEFAULT_AUTH_SCHEME_104=The password policy import plugin references default auth password storage scheme %s which is not available for use in the server |
| | | SEVERE_ERR_PLUGIN_POST_SYNCHRONIZATION_PLUGIN_EXCEPTION_105=The post-synchronization %s plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d: %s |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_ATTR_NOT_UNIQUE_106=A unique attribute conflict was detected for attribute %s: value %s already exists in entry %s |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_SYNC_NOT_UNIQUE_107=A unique attribute conflict was detected for attribute %s during synchronization (connID=%d, opID=%d): value %s in entry %s conflicts with an existing value in entry %s. Manual interaction is required to eliminate the conflict |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_INTERNAL_ERROR_108=An internal error occurred while attempting to determine whether the operation would have resulted in a unique attribute conflict (result %s, message %s) |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_INTERNAL_ERROR_SYNC_109=An internal error occurred while attempting to determine whether the synchronization operation (connID=%d, opID=%d) for entry %s would have resulted in a unique attribute conflict (result %s, message %s) |
| | | SEVERE_ERR_PLUGIN_REFERENT_ATTR_UNINDEXED_110=The referential integrity plugin defined in configuration entry %s is configured to operate on attribute %s but there is no equality index defined for this attribute in backend %s |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_ATTR_UNINDEXED_111=The unique attribute plugin defined in configuration entry %s is configured to operate on attribute %s but there is no equality index defined for this attribute in backend %s |
| New file |
| | |
| | | # CDDL HEADER START |
| | | # |
| | | # The contents of this file are subject to the terms of the |
| | | # Common Development and Distribution License, Version 1.0 only |
| | | # (the "License"). You may not use this file except in compliance |
| | | # with the License. |
| | | # |
| | | # You can obtain a copy of the license at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE |
| | | # or https://OpenDS.dev.java.net/OpenDS.LICENSE. |
| | | # See the License for the specific language governing permissions |
| | | # and limitations under the License. |
| | | # |
| | | # When distributing Covered Code, include this CDDL HEADER in each |
| | | # file and include the License file at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, |
| | | # add the following below this CDDL HEADER, with the fields enclosed |
| | | # by brackets "[]" replaced with your own identifying information: |
| | | # Portions Copyright [yyyy] [name of copyright owner] |
| | | # |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2008 Sun Microsystems, Inc. |
| | | |
| | | |
| | | |
| | | # |
| | | # Global directives |
| | | # |
| | | global.category=PLUGIN |
| | | |
| | | # |
| | | # Format string definitions |
| | | # |
| | | # Keys must be formatted as follows: |
| | | # |
| | | # [SEVERITY]_[DESCRIPTION]_[ORDINAL] |
| | | # |
| | | # where: |
| | | # |
| | | # SEVERITY is one of: |
| | | # [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE] |
| | | # |
| | | # DESCRIPTION is an upper case string providing a hint as to the context of |
| | | # the message in upper case with the underscore ('_') character serving as |
| | | # word separator |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | SEVERE_ERR_PLUGIN_NULL_CONFIG_ENTRY_1=Unable to initialize an instance of the plugin defined in class %s because the provided configuration entry was null |
| | | INFO_PLUGIN_DESCRIPTION_SHUTDOWN_PASSWORD_2=Especifica una contrase\u00f1a codificada opcional que ser\u00e1 necesaria para poder detener Directory Server. Si no se proporciona, no ser\u00e1 necesaria ninguna contrase\u00f1a (aunque seguir\u00e1 siendo necesaria para autenticarse en el servidor para poder a\u00f1adir la entrada de tarea necesaria). Los cambios realizados en esta contrase\u00f1a se aplicar\u00e1n inmediatamente. |
| | | SEVERE_ERR_PLUGIN_ADLIST_NO_PLUGIN_TYPES_3=The LDAP attribute description list plugin instance defined in configuration entry %s does not list any plugin types. This plugin must be configured to operate as a pre-parse search plugin |
| | | SEVERE_ERR_PLUGIN_ADLIST_INVALID_PLUGIN_TYPE_4=The LDAP attribute description list plugin instance defined in configuration entry %s lists an invalid plugin type %s. This plugin can only be used as a pre-parse search plugin |
| | | SEVERE_ERR_PLUGIN_PROFILER_NO_PLUGIN_TYPES_5=The Directory Server profiler plugin instance defined in configuration entry %s does not list any plugin types. This plugin must be configured to operate as a startup plugin |
| | | SEVERE_ERR_PLUGIN_PROFILER_INVALID_PLUGIN_TYPE_6=The Directory Server profiler plugin instance defined in configuration entry %s lists an invalid plugin type %s. This plugin can only be used as a startup plugin |
| | | INFO_PLUGIN_PROFILER_DESCRIPTION_PROFILE_DIR_7=Ruta al directorio en el que se escribir\u00e1 la informaci\u00f3n del perfil. El directorio debe existir, y Directory Server debe tener permiso para crear archivos nuevos en \u00e9l. Los cambios realizados en este atributo de configuraci\u00f3n se aplicar\u00e1n inmediatamente. |
| | | SEVERE_WARN_PLUGIN_PROFILER_CANNOT_DETERMINE_PROFILE_DIR_8=An unexpected error occurred while attempting to determine the value of the ds-cfg-profile-directory attribute in the %s entry: %s. The default profile directory of %s will be used |
| | | SEVERE_ERR_PLUGIN_PROFILER_CANNOT_WRITE_PROFILE_DATA_9=An unexpected error occurred when the profiler plugin defined in configuration entry %s attempted to write the information captured to output file %s: %s |
| | | INFO_PLUGIN_PROFILER_DESCRIPTION_AUTOSTART_10=Indica si el complemento del analizador debe empezar a recopilar datos autom\u00e1ticamente cuando se inicie Directory Server. S\u00f3lo se leer\u00e1 una vez que se inicie el servidor y los cambios tendr\u00e1n efecto en el siguiente reinicio. |
| | | SEVERE_WARN_PLUGIN_PROFILER_CANNOT_DETERMINE_AUTOSTART_11=An unexpected error occurred while attempting to determine the value of the ds-cfg-enable-profiling-on-startup attribute in the %s entry: %s. Profiling information will not automatically be captured on startup and must be manually enabled |
| | | INFO_PLUGIN_PROFILER_DESCRIPTION_INTERVAL_12=Intervalo de muestra que se debe utilizar al capturar la informaci\u00f3n de creaci\u00f3n de perfiles en el servidor. Los cambios en este atributo de configuraci\u00f3n tendr\u00e1n efecto la pr\u00f3xima vez que se inicie el analizador. |
| | | SEVERE_WARN_PLUGIN_PROFILER_CANNOT_DETERMINE_INTERVAL_13=An unexpected error occurred while attempting to determine the value of the ds-cfg-profile-sample-interval attribute in the %s entry: %s. The default sample interval of %d milliseconds will be used |
| | | INFO_PLUGIN_PROFILER_DESCRIPTION_STATE_14=Estado actual del analizador. Se "habilitar\u00e1" (lo que indica que el subproceso del analizador recopila datos de forma activa) o "inhabilitar\u00e1". \u00c9ste atributo es de s\u00f3lo lectura. |
| | | INFO_PLUGIN_PROFILER_DESCRIPTION_ACTION_15=Acci\u00f3n que debe emprender el analizador. Un valor de "inicio" har\u00e1 que el subproceso del analizador inicie la recopilaci\u00f3n de datos si a\u00fan no est\u00e1 activo. Un valor de "detenci\u00f3n" har\u00e1 que el subproceso del analizador detenga la recopilaci\u00f3n de datos y los escriba en el disco, y un valor de "cancelaci\u00f3n" que el subproceso del analizador detenga la recopilaci\u00f3n de datos y descarte todo lo que se ha capturado. Estas operaciones tendr\u00e1n lugar inmediatamente. |
| | | SEVERE_WARN_PLUGIN_PROFILER_INVALID_PROFILE_DIR_16=The profile directory %s specified in attribute ds-cfg-profile-directory of configuration entry %s is invalid because the specified path does not exist or is not a directory |
| | | SEVERE_WARN_PLUGIN_PROFILER_CANNOT_DETERMINE_ACTION_17=An unexpected error occurred while attempting to determine the value of the ds-cfg-profile-action attribute in the %s entry: %s. No action will be taken |
| | | INFO_PLUGIN_PROFILER_UPDATED_INTERVAL_18=El intervalo de muestra del complemento del analizador definido en la entrada de configuraci\u00f3n %s se ha actualizado a %d milisegundos. |
| | | SEVERE_ERR_PLUGIN_PROFILER_CANNOT_UPDATE_INTERVAL_19=An unexpected error occurred while attempting to update the sample interval for the profiler plugin defined in configuration entry %s: %s |
| | | INFO_PLUGIN_PROFILER_UPDATED_DIRECTORY_20=El directorio de perfiles para el complemento del analizador definido en la entrada de configuraci\u00f3n %s se ha cambiado a %s |
| | | SEVERE_ERR_PLUGIN_PROFILER_CANNOT_UPDATE_DIRECTORY_21=An unexpected error occurred while attempting to update the profile directory for the profiler plugin defined in configuration entry %s: %s |
| | | INFO_PLUGIN_PROFILER_STARTED_PROFILING_22=El complemento del analizador definido en la entrada de configuraci\u00f3n %s se ha activado y ha iniciado la captura de datos. |
| | | INFO_PLUGIN_PROFILER_ALREADY_PROFILING_23=El complemento del analizador definido en la entrada de configuraci\u00f3n %s ya est\u00e1 activo, por lo que se ha ignorado la solicitud de iniciar la creaci\u00f3n de perfiles. |
| | | INFO_PLUGIN_PROFILER_NOT_RUNNING_24=El complemento del analizador definido en la entrada de configuraci\u00f3n %s ha recibido una solicitud para detener la captura de datos, pero no estaba activo y no se tom\u00f3 ninguna medida. |
| | | INFO_PLUGIN_PROFILER_STOPPED_PROFILING_25=El complemento del analizador definido en la entrada de configuraci\u00f3n %s se ha detenido y no seguir\u00e1 capturando datos. |
| | | INFO_PLUGIN_PROFILER_WROTE_PROFILE_DATA_26=Los datos recopilados por el complemento del analizador definidos en la entrada de configuraci\u00f3n %s se han escrito en %s |
| | | MILD_ERR_PLUGIN_PROFILER_UNKNOWN_ACTION_27=El complemento del analizador definidos en la entrada de configuraci\u00f3n %s ha sido solicitado para realice una acci\u00f3n %s que no reconozca el servidor. No se realizar\u00e1 ninguna acci\u00f3n. |
| | | INFO_PLUGIN_PROFILER_SKIPPING_ACTION_28=La acci\u00f3n del analizador %s se solicit\u00f3 para el complemento del analizador definido en la entrada de configuraci\u00f3n %s, pero se han encontrado uno o m\u00e1s problemas con la configuraci\u00f3n del complemento, por lo que se omitir\u00e1 la acci\u00f3n solicitada. |
| | | SEVERE_ERR_PLUGIN_PROFILER_CANNOT_PERFORM_ACTION_29=An unexpected error occurred while attempting to process the requested action for the profiler plugin defined in configuration entry %s: %s |
| | | FATAL_ERR_PLUGIN_STARTUP_PLUGIN_EXCEPTION_30=The startup plugin defined in configuration entry %s threw an exception when it was invoked during the Directory Server startup process: %s. The server startup process has been aborted |
| | | FATAL_ERR_PLUGIN_STARTUP_PLUGIN_RETURNED_NULL_31=The startup plugin defined in configuration entry %s returned a null value when it was invoked during the Directory Server startup process. This is an illegal return value, and the server startup process has been aborted |
| | | SEVERE_ERR_PLUGIN_STARTUP_PLUGIN_FAIL_CONTINUE_32=The startup plugin defined in configuration entry %s encountered an error when it was invoked during the Directory Server startup process: %s (error ID %d). The startup process will continue, but this failure might impact the operation of the server |
| | | FATAL_ERR_PLUGIN_STARTUP_PLUGIN_FAIL_ABORT_33=The startup plugin defined in configuration entry %s encountered an error when it was invoked during the Directory Server startup process: %s (error ID %d). The server startup process has been aborted |
| | | SEVERE_ERR_PLUGIN_SHUTDOWN_PLUGIN_EXCEPTION_34=The shutdown plugin defined in configuration entry %s threw an exception when it was invoked during the Directory Server shutdown process: %s |
| | | SEVERE_ERR_PLUGIN_POST_CONNECT_PLUGIN_EXCEPTION_35=The post-connect plugin defined in configuration entry %s threw an exception when it was invoked for connection %d from %s: %s. The connection will be terminated |
| | | SEVERE_ERR_PLUGIN_POST_CONNECT_PLUGIN_RETURNED_NULL_36=The post-connect plugin defined in configuration entry %s returned null when invoked for connection %d from %s. This is an illegal response, and the connection will be terminated |
| | | SEVERE_ERR_PLUGIN_POST_DISCONNECT_PLUGIN_EXCEPTION_37=The post-disconnect plugin defined in configuration entry %s threw an exception when it was invoked for connection %d from %s: %s |
| | | SEVERE_ERR_PLUGIN_POST_DISCONNECT_PLUGIN_RETURNED_NULL_38=The post-disconnect plugin defined in configuration entry %s returned null when invoked for connection %d from %s. This is an illegal response |
| | | SEVERE_ERR_PLUGIN_PRE_PARSE_PLUGIN_EXCEPTION_39=The pre-parse %s plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d: %s. Processing on this operation will be terminated |
| | | SEVERE_ERR_PLUGIN_PRE_PARSE_PLUGIN_RETURNED_NULL_40=The pre-parse %s plugin defined in configuration entry %s returned null when invoked for connection %d operation %s. This is an illegal response, and processing on this operation will be terminated |
| | | SEVERE_ERR_PLUGIN_PRE_OPERATION_PLUGIN_EXCEPTION_41=The pre-operation %s plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d: %s. Processing on this operation will be terminated |
| | | SEVERE_ERR_PLUGIN_PRE_OPERATION_PLUGIN_RETURNED_NULL_42=The pre-operation %s plugin defined in configuration entry %s returned null when invoked for connection %d operation %d. This is an illegal response, and processing on this operation will be terminated |
| | | SEVERE_ERR_PLUGIN_POST_OPERATION_PLUGIN_EXCEPTION_43=The post-operation %s plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d: %s. Processing on this operation will be terminated |
| | | SEVERE_ERR_PLUGIN_POST_OPERATION_PLUGIN_RETURNED_NULL_44=The post-operation %s plugin defined in configuration entry %s returned null when invoked for connection %d operation %d. This is an illegal response, and processing on this operation will be terminated |
| | | SEVERE_ERR_PLUGIN_POST_RESPONSE_PLUGIN_EXCEPTION_45=The post-response %s plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d: %s. Processing on this operation will be terminated |
| | | SEVERE_ERR_PLUGIN_POST_RESPONSE_PLUGIN_RETURNED_NULL_46=The post-response %s plugin defined in configuration entry %s returned null when invoked for connection %d operation %d. This is an illegal response, and processing on this operation will be terminated |
| | | SEVERE_ERR_PLUGIN_SEARCH_ENTRY_PLUGIN_EXCEPTION_47=The search result entry plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d with entry %s: %s. Processing on this search operation will be terminated |
| | | SEVERE_ERR_PLUGIN_SEARCH_ENTRY_PLUGIN_RETURNED_NULL_48=The search result entry plugin defined in configuration entry %s returned null when invoked for connection %d operation %d with entry %s. This is an illegal response, and processing on this search operation will be terminated |
| | | SEVERE_ERR_PLUGIN_SEARCH_REFERENCE_PLUGIN_EXCEPTION_49=The search result reference plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d with referral URL(s) %s: %s. Processing on this search operation will be terminated |
| | | SEVERE_ERR_PLUGIN_SEARCH_REFERENCE_PLUGIN_RETURNED_NULL_50=The search result reference plugin defined in configuration entry %s returned null when invoked for connection %d operation %d with referral URL(s) %s. This is an illegal response, and processing on this search operation will be terminated |
| | | SEVERE_ERR_PLUGIN_LASTMOD_INVALID_PLUGIN_TYPE_51=An attempt was made to register the LastMod plugin to be invoked as a %s plugin. This plugin type is not allowed for this plugin |
| | | INFO_PROFILEVIEWER_DESCRIPTION_FILENAMES_52=Ruta a un archivo de datos de perfil. Este argumento se puede proporcionar m\u00e1s de una vez para analizar los datos desde varios archivos de datos. |
| | | INFO_PROFILEVIEWER_DESCRIPTION_USE_GUI_53=Indica si se va a ver la informaci\u00f3n del perfil en modo GUI o si se van a escribir los datos resultantes para la salida est\u00e1ndar. |
| | | INFO_PROFILEVIEWER_DESCRIPTION_USAGE_54=Muestra esta informaci\u00f3n de uso. |
| | | SEVERE_ERR_PROFILEVIEWER_CANNOT_INITIALIZE_ARGS_55=An unexpected error occurred while attempting to initialize the command-line arguments: %s |
| | | SEVERE_ERR_PROFILEVIEWER_ERROR_PARSING_ARGS_56=An error occurred while parsing the command-line arguments: %s |
| | | SEVERE_ERR_PROFILEVIEWER_CANNOT_PROCESS_DATA_FILE_57=An error occurred while trying to process the profile data in file %s: %s |
| | | SEVERE_ERR_PLUGIN_LDIF_IMPORT_PLUGIN_EXCEPTION_58=The LDIF import plugin defined in configuration entry %s threw an exception when it was invoked on entry %s: %s |
| | | SEVERE_ERR_PLUGIN_LDIF_IMPORT_PLUGIN_RETURNED_NULL_59=The LDIF import plugin defined in configuration entry %s returned null when invoked on entry %s. This is an illegal response |
| | | SEVERE_ERR_PLUGIN_LDIF_EXPORT_PLUGIN_EXCEPTION_60=The LDIF export plugin defined in configuration entry %s threw an exception when it was invoked on entry %s: %s |
| | | SEVERE_ERR_PLUGIN_LDIF_EXPORT_PLUGIN_RETURNED_NULL_61=The LDIF export plugin defined in configuration entry %s returned null when invoked on entry %s. This is an illegal response |
| | | SEVERE_ERR_PLUGIN_ENTRYUUID_INVALID_PLUGIN_TYPE_62=An attempt was made to register the EntryUUID plugin to be invoked as a %s plugin. This plugin type is not allowed for this plugin |
| | | SEVERE_ERR_PLUGIN_INTERMEDIATE_RESPONSE_PLUGIN_EXCEPTION_63=The intermediate response plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d: %s. Processing on this operation will be terminated |
| | | SEVERE_ERR_PLUGIN_INTERMEDIATE_RESPONSE_PLUGIN_RETURNED_NULL_64=The intermediate response plugin defined in configuration entry %s returned null when invoked for connection %d operation %d. This is an illegal response, and processing on this operation will be terminated |
| | | SEVERE_ERR_PLUGIN_PWPIMPORT_INVALID_PLUGIN_TYPE_65=An attempt was made to register the password policy import plugin to be invoked as a %s plugin. This plugin type is not allowed for this plugin |
| | | SEVERE_ERR_PLUGIN_PWPIMPORT_ERROR_ENCODING_PASSWORD_66=An error occurred while attempting to encode a password value stored in attribute %s of user entry %s: %s. Password values for this user will not be encoded |
| | | SEVERE_ERR_PLUGIN_TYPE_NOT_SUPPORTED_67=The plugin defined in configuration entry %s does not support the %s plugin type |
| | | INFO_PROFILEVIEWER_TOOL_DESCRIPTION_68=Esta utilidad se puede utilizar para ver la informaci\u00f3n en los archivos de datos capturados por el analizador de Directory Server. |
| | | SEVERE_ERR_PLUGIN_PWIMPORT_NO_DEFAULT_AUTH_SCHEMES_69=The password policy import plugin is not configured any default auth password schemes, and the server does not support the %s auth password scheme |
| | | SEVERE_ERR_PLUGIN_PWIMPORT_INVALID_DEFAULT_AUTH_SCHEME_70=Auth password storage scheme %s referenced by the password policy import plugin is not configured for use in the server |
| | | SEVERE_ERR_PLUGIN_PWIMPORT_NO_DEFAULT_USER_SCHEMES_71=The password policy import plugin is not configured any default user password schemes, and the server does not support the %s auth password scheme |
| | | SEVERE_ERR_PLUGIN_PWIMPORT_INVALID_DEFAULT_USER_SCHEME_72=User password storage scheme %s referenced by the password policy import plugin is not configured for use in the server |
| | | SEVERE_WARN_PLUGIN_PWIMPORT_NO_SUCH_POLICY_73=Entry '%s' indicates that it uses custom password policy '%s', but no such policy is defined in the server. Any passwords contained in the entry will be encoded using the default storage schemes, but authentication as this user might not be possible |
| | | SEVERE_WARN_PLUGIN_PWIMPORT_CANNOT_DECODE_POLICY_DN_74=An error occurred while attempting to decode the value of the custom password policy attribute in entry '%s': %s. Any passwords contained in the entry will be encoded using the default storage schemes, but authentication as this user might not be possible |
| | | SEVERE_ERR_PLUGIN_SUBORDINATE_MODIFY_DN_PLUGIN_EXCEPTION_75=The subordinate modify DN plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d: %s. Processing on this operation will be terminated |
| | | SEVERE_ERR_PLUGIN_SUBORDINATE_MODIFY_DN_PLUGIN_RETURNED_NULL_76=The subordinate modify DN plugin defined in configuration entry %s returned null when invoked for connection %d operation %s. This is an illegal response, and processing on this operation will be terminated |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_INVALID_PLUGIN_TYPE_77=An attempt was made to register the Unique Attribute plugin to be invoked as a %s plugin. This plugin type is not allowed for this plugin |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_MOD_NOT_UNIQUE_78=An error occurred while attempting to modify an attribute value of entry %s because the proposed changes failed the attribute value uniqueness check |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_ADD_NOT_UNIQUE_79=An error occurred while attempting to add the entry %s because one of the entry's attribute values failed the attribute value uniqueness check |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_MODDN_NOT_UNIQUE_80=An error occurred while attempting to perform a modify DN operation on entry %s because the proposed changes failed the attribute value uniqueness check |
| | | SEVERE_ERR_PLUGIN_REFERENT_INVALID_PLUGIN_TYPE_81=An attempt was made to register the Referential Integrity plugin to be invoked as a %s plugin. This plugin type is not allowed for this plugin |
| | | SEVERE_ERR_PLUGIN_REFERENT_CREATE_LOGFILE_82=An error occurred during Referential Integity plugin initialization because log file creation failed: %s |
| | | SEVERE_ERR_PLUGIN_REFERENT_CLOSE_LOGFILE_83=An error occurred closing the Referential Integrity plugin update logile: %s |
| | | SEVERE_ERR_PLUGIN_REFERENT_REPLACE_LOGFILE_84=An error occurred replacing the Referential Integrity plugin update logile: %s |
| | | INFO_PLUGIN_REFERENT_LOGFILE_CHANGE_REQUIRES_RESTART_85=El nombre de archivo en el que el complemento de Integridad referencial registra los cambios durante el procesamiento de fondo se ha cambiado de %s a %s, pero este efecto no tendr\u00e1 efecto hasta que se reinicie el servidor. |
| | | INFO_PLUGIN_REFERENT_BACKGROUND_PROCESSING_UPDATE_INTERVAL_CHANGED_86=El intervalo de actualizaci\u00f3n del procesamiento de fondo del complemento de Integridad referencial se ha cambiado de %s a %s; el valor nuevo ser\u00e1 ahora durante el procesamiento de fondo. |
| | | INFO_PLUGIN_REFERENT_BACKGROUND_PROCESSING_STOPPING_87=Se ha detenido el procesamiento de fondo del complemento de Integridad referencial. |
| | | INFO_PLUGIN_REFERENT_BACKGROUND_PROCESSING_STARTING_88=El complemento de Integridad referencial ha iniciado el procesamiento de fondo mediante el intervalo de actualizaci\u00f3n %s |
| | | SEVERE_ERR_PLUGIN_REFERENT_SEARCH_FAILED_89=The Referential Integrity plugin failed when performaing an internal search: %s |
| | | SEVERE_ERR_PLUGIN_REFERENT_MODIFY_FAILED_90=The Referential Integrity plugin failed when performing an internal modify on entry %s: %s |
| | | MILD_ERR_PLUGIN_REFERENT_CANNOT_DECODE_STRING_AS_DN_91=Error del complemento de Integridad referencial al descodificar un ND de entrada desde el registro de actualizaci\u00f3n: %s |
| | | INFO_PLUGIN_REFERENT_SEARCH_NO_SUCH_OBJECT_92=Error en el complemento de Integridad referencial al realizar una b\u00fasqueda porque el ND de base %s no existe. |
| | | SEVERE_ERR_PLUGIN_REFERENT_INVALID_ATTRIBUTE_SYNTAX_93=An error occurred in the Referential Integrity plugin while attempting to configure the attribute type %s which has a syntax OID of %s. A Referential Integrity attribute type must have a syntax OID of either 1.3.6.1.4.1.1466.115.121.1.12 (for the distinguished name syntax) or 1.3.6.1.4.1.1466.115.121.1.34 (for the name and optional uid syntax) |
| | | SEVERE_ERR_PLUGIN_REFERENT_SKIP_DELETE_PROCESSING_94=The Referential Integrity plugin will not process a post delete operation on entry %s because the core operation failed |
| | | SEVERE_ERR_PLUGIN_REFERENT_SKIP_MODIFY_DN_PROCESSING_95=The Referential Integrity plugin will not process a post modify DN operation on entry %s because the core operation failed |
| | | MILD_ERR_PLUGIN_7BIT_INVALID_PLUGIN_TYPE_96=El complemento de limpieza de 7 bits se ha configurado con el tipo de complemento no v\u00e1lido %s. S\u00f3lo se permiten los tipos de complemento ldifImport, preOperationAdd, preOperationModify y preOperationModifyDN. |
| | | MILD_ERR_PLUGIN_7BIT_CANNOT_DECODE_DN_97=Se ha producido un error al intentar decodificar el ND de la entrada de destino: %s |
| | | MILD_ERR_PLUGIN_7BIT_CANNOT_DECODE_ATTR_98=Se ha producido un error al intentar descodificar el atributo %s en la entrada de destino: %s |
| | | MILD_ERR_PLUGIN_7BIT_CANNOT_DECODE_NEW_RDN_99=Se ha producido un error al intentar descodificar el nuevo RDN: %s |
| | | MILD_ERR_PLUGIN_7BIT_ADD_ATTR_NOT_CLEAN_100=La entrada que se va a a\u00f1adir inclu\u00eda un valor para el atributo %s que no era de limpieza de 7 bits. |
| | | MILD_ERR_PLUGIN_7BIT_MODIFY_ATTR_NOT_CLEAN_101=La operaci\u00f3n de modificaci\u00f3n habr\u00eda resultado en un valor para el atributo %s que no era de limpieza de 7 bits. |
| | | MILD_ERR_PLUGIN_7BIT_MODIFYDN_ATTR_NOT_CLEAN_102=La operaci\u00f3n de modificaci\u00f3n de ND habr\u00eda resultado en un valor para el atributo %s que no era de limpieza de 7 bits. |
| | | MILD_ERR_PLUGIN_7BIT_IMPORT_ATTR_NOT_CLEAN_103=La entrada inclu\u00eda un valor para el atributo %s que no era de limpieza de 7 bits. |
| | | SEVERE_ERR_PLUGIN_PWIMPORT_NO_SUCH_DEFAULT_AUTH_SCHEME_104=The password policy import plugin references default auth password storage scheme %s which is not available for use in the server |
| | | SEVERE_ERR_PLUGIN_POST_SYNCHRONIZATION_PLUGIN_EXCEPTION_105=The post-synchronization %s plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d: %s |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_ATTR_NOT_UNIQUE_106=A unique attribute conflict was detected for attribute %s: value %s already exists in entry %s |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_SYNC_NOT_UNIQUE_107=A unique attribute conflict was detected for attribute %s during synchronization (connID=%d, opID=%d): value %s in entry %s conflicts with an existing value in entry %s. Manual interaction is required to eliminate the conflict |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_INTERNAL_ERROR_108=An internal error occurred while attempting to determine whether the operation would have resulted in a unique attribute conflict (result %s, message %s) |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_INTERNAL_ERROR_SYNC_109=An internal error occurred while attempting to determine whether the synchronization operation (connID=%d, opID=%d) for entry %s would have resulted in a unique attribute conflict (result %s, message %s) |
| | | SEVERE_ERR_PLUGIN_REFERENT_ATTR_UNINDEXED_110=The referential integrity plugin defined in configuration entry %s is configured to operate on attribute %s but there is no equality index defined for this attribute in backend %s |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_ATTR_UNINDEXED_111=The unique attribute plugin defined in configuration entry %s is configured to operate on attribute %s but there is no equality index defined for this attribute in backend %s |
| New file |
| | |
| | | # CDDL HEADER START |
| | | # |
| | | # The contents of this file are subject to the terms of the |
| | | # Common Development and Distribution License, Version 1.0 only |
| | | # (the "License"). You may not use this file except in compliance |
| | | # with the License. |
| | | # |
| | | # You can obtain a copy of the license at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE |
| | | # or https://OpenDS.dev.java.net/OpenDS.LICENSE. |
| | | # See the License for the specific language governing permissions |
| | | # and limitations under the License. |
| | | # |
| | | # When distributing Covered Code, include this CDDL HEADER in each |
| | | # file and include the License file at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, |
| | | # add the following below this CDDL HEADER, with the fields enclosed |
| | | # by brackets "[]" replaced with your own identifying information: |
| | | # Portions Copyright [yyyy] [name of copyright owner] |
| | | # |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2008 Sun Microsystems, Inc. |
| | | |
| | | |
| | | |
| | | # |
| | | # Global directives |
| | | # |
| | | global.category=PLUGIN |
| | | |
| | | # |
| | | # Format string definitions |
| | | # |
| | | # Keys must be formatted as follows: |
| | | # |
| | | # [SEVERITY]_[DESCRIPTION]_[ORDINAL] |
| | | # |
| | | # where: |
| | | # |
| | | # SEVERITY is one of: |
| | | # [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE] |
| | | # |
| | | # DESCRIPTION is an upper case string providing a hint as to the context of |
| | | # the message in upper case with the underscore ('_') character serving as |
| | | # word separator |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | SEVERE_ERR_PLUGIN_NULL_CONFIG_ENTRY_1=Unable to initialize an instance of the plugin defined in class %s because the provided configuration entry was null |
| | | INFO_PLUGIN_DESCRIPTION_SHUTDOWN_PASSWORD_2=Sp\u00e9cifie un mot de passe cod\u00e9 facultatif requis pour arr\u00eater Directory Server. S'il n'est pas fourni, alors aucun mot de passe n'est requis (m\u00eame s'il sera n\u00e9cessaire pour l'authentification sur le serveur, afin d'ajouter une entr\u00e9e de t\u00e2che n\u00e9cessaire) . Les modifications apport\u00e9es \u00e0 ce mot de passe seront imm\u00e9diatement prises en compte. |
| | | SEVERE_ERR_PLUGIN_ADLIST_NO_PLUGIN_TYPES_3=LDAP attribute description list plugin instance defined in configuration entry %s does not list any plugin types. This plugin must be configured to operate as a pre-parse search plugin |
| | | SEVERE_ERR_PLUGIN_ADLIST_INVALID_PLUGIN_TYPE_4=The LDAP attribute description list plugin instance defined in configuration entry %s lists an invalid plugin type %s. This plugin can only be used as a pre-parse search plugin |
| | | SEVERE_ERR_PLUGIN_PROFILER_NO_PLUGIN_TYPES_5=The Directory Server profiler plugin instance defined in configuration entry %s does not list any plugin types. This plugin must be configured to operate as a startup plugin |
| | | SEVERE_ERR_PLUGIN_PROFILER_INVALID_PLUGIN_TYPE_6=The Directory Server profiler plugin instance defined in configuration entry %s lists an invalid plugin type %s. This plugin can only be used as a startup plugin |
| | | INFO_PLUGIN_PROFILER_DESCRIPTION_PROFILE_DIR_7=Chemin d'acc\u00e8s au r\u00e9pertoire dans lequel les informations de profil vont \u00eatre inscrites. Ce r\u00e9pertoire doit exister et Directory Server doit disposer d'une autorisation pour cr\u00e9er de nouveaux fichiers dans celui-ci. Les modifications apport\u00e9es \u00e0 cet attribut de configuration seront imm\u00e9diatement prises en compte. |
| | | SEVERE_WARN_PLUGIN_PROFILER_CANNOT_DETERMINE_PROFILE_DIR_8=An unexpected error occurred while attempting to determine the value of the ds-cfg-profile-directory attribute in the %s entry: %s. The default profile directory of %s will be used |
| | | SEVERE_ERR_PLUGIN_PROFILER_CANNOT_WRITE_PROFILE_DATA_9=An unexpected error occurred when the profiler plugin defined in configuration entry %s attempted to write the information captured to output file %s: %s |
| | | INFO_PLUGIN_PROFILER_DESCRIPTION_AUTOSTART_10=Indique si le plug-in du profileur doit d\u00e9marrer la collecte de donn\u00e9es automatiquement lors du d\u00e9marrage de Directory Server. Cela sera lu uniquement lors du d\u00e9marrage du serveur et toute modification deviendra effective lors du red\u00e9marrage suivant |
| | | SEVERE_WARN_PLUGIN_PROFILER_CANNOT_DETERMINE_AUTOSTART_11=An unexpected error occurred while attempting to determine the value of the ds-cfg-enable-profiling-on-startup attribute in the %s entry: %s. Profiling information will not automatically be captured on startup and must be manually enabled |
| | | INFO_PLUGIN_PROFILER_DESCRIPTION_INTERVAL_12=Exemple d'intervalle devant \u00eatre utilis\u00e9 lors de la capture d'informations de profilage dans le serveur. Les modifications apport\u00e9es \u00e0 cet attribut de configuration deviennent effectives lors du d\u00e9marrage suivant du profileur |
| | | SEVERE_WARN_PLUGIN_PROFILER_CANNOT_DETERMINE_INTERVAL_13=An unexpected error occurred while attempting to determine the value of the ds-cfg-profile-sample-interval attribute in the %s entry: %s. The default sample interval of %d milliseconds will be used |
| | | INFO_PLUGIN_PROFILER_DESCRIPTION_STATE_14=\u00c9tat actuel du profileur. Il est soit "activ\u00e9" (ce qui indique que le thread du profileur collecte des donn\u00e9es de mani\u00e8re active), soit "d\u00e9sactiv\u00e9". Il s'agit d'un attribut en lecture seule |
| | | INFO_PLUGIN_PROFILER_DESCRIPTION_ACTION_15=Action devant \u00eatre entreprise par le profileur. Une valeur "start" entra\u00eene le d\u00e9marrage de la collecte de donn\u00e9es par le thread du profileur si elle n'est pas encore active. Une valeur "stop" entra\u00eene l'arr\u00eat de la collecte de donn\u00e9es et leur \u00e9criture sur le disque par le profileur, tandis qu'une valeur "cancel" entra\u00eene l'arr\u00eat de la collecte de donn\u00e9es par le le thread du profileur et ignore tout ce qui a d\u00e9j\u00e0 \u00e9t\u00e9 captur\u00e9. Ces op\u00e9rations se produiront imm\u00e9diatement |
| | | SEVERE_WARN_PLUGIN_PROFILER_INVALID_PROFILE_DIR_16=The profile directory %s specified in attribute ds-cfg-profile-directory of configuration entry %s is invalid because the specified path does not exist or is not a directory |
| | | SEVERE_WARN_PLUGIN_PROFILER_CANNOT_DETERMINE_ACTION_17=An unexpected error occurred while attempting to determine the value of the ds-cfg-profile-action attribute in the %s entry: %s. No action will be taken |
| | | INFO_PLUGIN_PROFILER_UPDATED_INTERVAL_18=L'intervalle d'\u00e9chantillon pour le plug-in du profileur d\u00e9fini dans l'entr\u00e9e de configuration %s a \u00e9t\u00e9 mis \u00e0 jour et vaut maintenant %d millisecondes |
| | | SEVERE_ERR_PLUGIN_PROFILER_CANNOT_UPDATE_INTERVAL_19=An unexpected error occurred while attempting to update the sample interval for the profiler plugin defined in configuration entry %s: %s |
| | | INFO_PLUGIN_PROFILER_UPDATED_DIRECTORY_20=Le r\u00e9pertoire de profileur du plug-in d\u00e9fini dans l'entr\u00e9e de configuration %s a \u00e9t\u00e9 modifi\u00e9 et est maintenant %s |
| | | SEVERE_ERR_PLUGIN_PROFILER_CANNOT_UPDATE_DIRECTORY_21=An unexpected error occurred while attempting to update the profile directory for the profiler plugin defined in configuration entry %s: %s |
| | | INFO_PLUGIN_PROFILER_STARTED_PROFILING_22=Le plug-in de profileur d\u00e9fini dans l'entr\u00e9e de configuration %s a \u00e9t\u00e9 activ\u00e9 et a d\u00e9marr\u00e9 la capture de donn\u00e9es |
| | | INFO_PLUGIN_PROFILER_ALREADY_PROFILING_23=Le plug-in de profileur d\u00e9fini dans l'entr\u00e9e de configuration %s est d\u00e9j\u00e0 actif. Par cons\u00e9quent, la demande de d\u00e9marrage du profilage a \u00e9t\u00e9 ignor\u00e9e |
| | | INFO_PLUGIN_PROFILER_NOT_RUNNING_24=Le plug-in de profileur d\u00e9fini dans l'entr\u00e9e de configuration %s a re\u00e7u une demande d'arr\u00eat de capture de donn\u00e9es, mais il n'\u00e9tait pas actif. Par cons\u00e9quent, aucune action n'a \u00e9t\u00e9 entreprise |
| | | INFO_PLUGIN_PROFILER_STOPPED_PROFILING_25=Le plug-in de profileur d\u00e9fini dans l'entr\u00e9e de configuration %s a \u00e9t\u00e9 arr\u00eat\u00e9 et ne capture plus de donn\u00e9es |
| | | INFO_PLUGIN_PROFILER_WROTE_PROFILE_DATA_26=Les donn\u00e9es collect\u00e9es par le plug-in de profileur d\u00e9fini dans l'entr\u00e9e de configuration %s a \u00e9t\u00e9 \u00e9crit dans %s |
| | | MILD_ERR_PLUGIN_PROFILER_UNKNOWN_ACTION_27=Une demande de r\u00e9alisation d'une action %s non reconnue par le serveur a \u00e9t\u00e9 adress\u00e9e au plug-in de profileur d\u00e9fini dans l'entr\u00e9e de configuration %s. Aucune action ne sera entreprise |
| | | INFO_PLUGIN_PROFILER_SKIPPING_ACTION_28=Une action du profileur %s a \u00e9t\u00e9 demand\u00e9e pour le plug-in de profileur d\u00e9fini dans l'entr\u00e9e de configuration %s, mais un ou plusieurs probl\u00e8mes ont \u00e9t\u00e9 rencontr\u00e9s avec la configuration du plug-in. Par cons\u00e9quent, l'action demand\u00e9e va \u00eatre ignor\u00e9e |
| | | SEVERE_ERR_PLUGIN_PROFILER_CANNOT_PERFORM_ACTION_29=An unexpected error occurred while attempting to process the requested action for the profiler plugin defined in configuration entry %s: %s |
| | | FATAL_ERR_PLUGIN_STARTUP_PLUGIN_EXCEPTION_30=The startup plugin defined in configuration entry %s threw an exception when it was invoked during the Directory Server startup process: %s. The server startup process has been aborted |
| | | FATAL_ERR_PLUGIN_STARTUP_PLUGIN_RETURNED_NULL_31=The startup plugin defined in configuration entry %s returned a null value when it was invoked during the Directory Server startup process. This is an illegal return value, and the server startup process has been aborted |
| | | SEVERE_ERR_PLUGIN_STARTUP_PLUGIN_FAIL_CONTINUE_32=The startup plugin defined in configuration entry %s encountered an error when it was invoked during the Directory Server startup process: %s (error ID %d). The startup process will continue, but this failure might impact the operation of the server |
| | | FATAL_ERR_PLUGIN_STARTUP_PLUGIN_FAIL_ABORT_33=The startup plugin defined in configuration entry %s encountered an error when it was invoked during the Directory Server startup process: %s (error ID %d). The server startup process has been aborted |
| | | SEVERE_ERR_PLUGIN_SHUTDOWN_PLUGIN_EXCEPTION_34=The shutdown plugin defined in configuration entry %s threw an exception when it was invoked during the Directory Server shutdown process: %s |
| | | SEVERE_ERR_PLUGIN_POST_CONNECT_PLUGIN_EXCEPTION_35=The post-connect plugin defined in configuration entry %s threw an exception when it was invoked for connection %d from %s: %s. The connection will be terminated |
| | | SEVERE_ERR_PLUGIN_POST_CONNECT_PLUGIN_RETURNED_NULL_36=The post-connect plugin defined in configuration entry %s returned null when invoked for connection %d from %s. This is an illegal response, and the connection will be terminated |
| | | SEVERE_ERR_PLUGIN_POST_DISCONNECT_PLUGIN_EXCEPTION_37=The post-disconnect plugin defined in configuration entry %s threw an exception when it was invoked for connection %d from %s: %s |
| | | SEVERE_ERR_PLUGIN_POST_DISCONNECT_PLUGIN_RETURNED_NULL_38=The post-disconnect plugin defined in configuration entry %s returned null when invoked for connection %d from %s. This is an illegal response |
| | | SEVERE_ERR_PLUGIN_PRE_PARSE_PLUGIN_EXCEPTION_39=The pre-parse %s plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d: %s. Processing on this operation will be terminated |
| | | SEVERE_ERR_PLUGIN_PRE_PARSE_PLUGIN_RETURNED_NULL_40=The pre-parse %s plugin defined in configuration entry %s returned null when invoked for connection %d operation %s. This is an illegal response, and processing on this operation will be terminated |
| | | SEVERE_ERR_PLUGIN_PRE_OPERATION_PLUGIN_EXCEPTION_41=The pre-operation %s plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d: %s. Processing on this operation will be terminated |
| | | SEVERE_ERR_PLUGIN_PRE_OPERATION_PLUGIN_RETURNED_NULL_42=The pre-operation %s plugin defined in configuration entry %s returned null when invoked for connection %d operation %d. This is an illegal response, and processing on this operation will be terminated |
| | | SEVERE_ERR_PLUGIN_POST_OPERATION_PLUGIN_EXCEPTION_43=The post-operation %s plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d: %s. Processing on this operation will be terminated |
| | | SEVERE_ERR_PLUGIN_POST_OPERATION_PLUGIN_RETURNED_NULL_44=The post-operation %s plugin defined in configuration entry %s returned null when invoked for connection %d operation %d. This is an illegal response, and processing on this operation will be terminated |
| | | SEVERE_ERR_PLUGIN_POST_RESPONSE_PLUGIN_EXCEPTION_45=The post-response %s plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d: %s. Processing on this operation will be terminated |
| | | SEVERE_ERR_PLUGIN_POST_RESPONSE_PLUGIN_RETURNED_NULL_46=The post-response %s plugin defined in configuration entry %s returned null when invoked for connection %d operation %d. This is an illegal response, and processing on this operation will be terminated |
| | | SEVERE_ERR_PLUGIN_SEARCH_ENTRY_PLUGIN_EXCEPTION_47=The search result entry plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d with entry %s: %s. Processing on this search operation will be terminated |
| | | SEVERE_ERR_PLUGIN_SEARCH_ENTRY_PLUGIN_RETURNED_NULL_48=The search result entry plugin defined in configuration entry %s returned null when invoked for connection %d operation %d with entry %s. This is an illegal response, and processing on this search operation will be terminated |
| | | SEVERE_ERR_PLUGIN_SEARCH_REFERENCE_PLUGIN_EXCEPTION_49=The search result reference plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d with referral URL(s) %s: %s. Processing on this search operation will be terminated |
| | | SEVERE_ERR_PLUGIN_SEARCH_REFERENCE_PLUGIN_RETURNED_NULL_50=The search result reference plugin defined in configuration entry %s returned null when invoked for connection %d operation %d with referral URL(s) %s. This is an illegal response, and processing on this search operation will be terminated |
| | | SEVERE_ERR_PLUGIN_LASTMOD_INVALID_PLUGIN_TYPE_51=An attempt was made to register the LastMod plugin to be invoked as a %s plugin. This plugin type is not allowed for this plugin |
| | | INFO_PROFILEVIEWER_DESCRIPTION_FILENAMES_52=Chemin d'acc\u00e8s \u00e0 un fichier de donn\u00e9es de profil. Cet argument peut \u00eatre fourni plus d'une fois pour analyser les donn\u00e9es de plusieurs fichiers de donn\u00e9es |
| | | INFO_PROFILEVIEWER_DESCRIPTION_USE_GUI_53=Indique si les informations de profil doivent \u00eatre affich\u00e9es en mode Interface graphique ou si les donn\u00e9es r\u00e9sultantes doivent \u00eatre \u00e9crites dans une sortie standard |
| | | INFO_PROFILEVIEWER_DESCRIPTION_USAGE_54=Affiche ces informations sur l'utilisation |
| | | SEVERE_ERR_PROFILEVIEWER_CANNOT_INITIALIZE_ARGS_55=An unexpected error occurred while attempting to initialize the command-line arguments: %s |
| | | SEVERE_ERR_PROFILEVIEWER_ERROR_PARSING_ARGS_56=An error occurred while parsing the command-line arguments: %s |
| | | SEVERE_ERR_PROFILEVIEWER_CANNOT_PROCESS_DATA_FILE_57=An error occurred while trying to process the profile data in file %s: %s |
| | | SEVERE_ERR_PLUGIN_LDIF_IMPORT_PLUGIN_EXCEPTION_58=The LDIF import plugin defined in configuration entry %s threw an exception when it was invoked on entry %s: %s |
| | | SEVERE_ERR_PLUGIN_LDIF_IMPORT_PLUGIN_RETURNED_NULL_59=The LDIF import plugin defined in configuration entry %s returned null when invoked on entry %s. This is an illegal response |
| | | SEVERE_ERR_PLUGIN_LDIF_EXPORT_PLUGIN_EXCEPTION_60=The LDIF export plugin defined in configuration entry %s threw an exception when it was invoked on entry %s: %s |
| | | SEVERE_ERR_PLUGIN_LDIF_EXPORT_PLUGIN_RETURNED_NULL_61=The LDIF export plugin defined in configuration entry %s returned null when invoked on entry %s. This is an illegal response |
| | | SEVERE_ERR_PLUGIN_ENTRYUUID_INVALID_PLUGIN_TYPE_62=An attempt was made to register the EntryUUID plugin to be invoked as a %s plugin. This plugin type is not allowed for this plugin |
| | | SEVERE_ERR_PLUGIN_INTERMEDIATE_RESPONSE_PLUGIN_EXCEPTION_63=The intermediate response plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d: %s. Processing on this operation will be terminated |
| | | SEVERE_ERR_PLUGIN_INTERMEDIATE_RESPONSE_PLUGIN_RETURNED_NULL_64=The intermediate response plugin defined in configuration entry %s returned null when invoked for connection %d operation %d. This is an illegal response, and processing on this operation will be terminated |
| | | SEVERE_ERR_PLUGIN_PWPIMPORT_INVALID_PLUGIN_TYPE_65=An attempt was made to register the password policy import plugin to be invoked as a %s plugin. This plugin type is not allowed for this plugin |
| | | SEVERE_ERR_PLUGIN_PWPIMPORT_ERROR_ENCODING_PASSWORD_66=An error occurred while attempting to encode a password value stored in attribute %s of user entry %s: %s. Password values for this user will not be encoded |
| | | SEVERE_ERR_PLUGIN_TYPE_NOT_SUPPORTED_67=The plugin defined in configuration entry %s does not support the %s plugin type |
| | | INFO_PROFILEVIEWER_TOOL_DESCRIPTION_68=Cet utilitaire peut servir \u00e0 afficher des informations dans des fichiers de donn\u00e9es captur\u00e9es par le profileur Directory Server |
| | | SEVERE_ERR_PLUGIN_PWIMPORT_NO_DEFAULT_AUTH_SCHEMES_69=The password policy import plugin is not configured any default auth password schemes, and the server does not support the %s auth password scheme |
| | | SEVERE_ERR_PLUGIN_PWIMPORT_INVALID_DEFAULT_AUTH_SCHEME_70=Auth password storage scheme %s referenced by the password policy import plugin is not configured for use in the server |
| | | SEVERE_ERR_PLUGIN_PWIMPORT_NO_DEFAULT_USER_SCHEMES_71=The password policy import plugin is not configured any default user password schemes, and the server does not support the %s auth password scheme |
| | | SEVERE_ERR_PLUGIN_PWIMPORT_INVALID_DEFAULT_USER_SCHEME_72=User password storage scheme %s referenced by the password policy import plugin is not configured for use in the server |
| | | SEVERE_WARN_PLUGIN_PWIMPORT_NO_SUCH_POLICY_73=Entry '%s' indicates that it uses custom password policy '%s', but no such policy is defined in the server. Any passwords contained in the entry will be encoded using the default storage schemes, but authentication as this user might not be possible |
| | | SEVERE_WARN_PLUGIN_PWIMPORT_CANNOT_DECODE_POLICY_DN_74=An error occurred while attempting to decode the value of the custom password policy attribute in entry '%s': %s. Any passwords contained in the entry will be encoded using the default storage schemes, but authentication as this user might not be possible |
| | | SEVERE_ERR_PLUGIN_SUBORDINATE_MODIFY_DN_PLUGIN_EXCEPTION_75=The subordinate modify DN plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d: %s. Processing on this operation will be terminated |
| | | SEVERE_ERR_PLUGIN_SUBORDINATE_MODIFY_DN_PLUGIN_RETURNED_NULL_76=The subordinate modify DN plugin defined in configuration entry %s returned null when invoked for connection %d operation %s. This is an illegal response, and processing on this operation will be terminated |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_INVALID_PLUGIN_TYPE_77=An attempt was made to register the Unique Attribute plugin to be invoked as a %s plugin. This plugin type is not allowed for this plugin |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_MOD_NOT_UNIQUE_78=An error occurred while attempting to modify an attribute value of entry %s because the proposed changes failed the attribute value uniqueness check |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_ADD_NOT_UNIQUE_79=An error occurred while attempting to add the entry %s because one of the entry's attribute values failed the attribute value uniqueness check |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_MODDN_NOT_UNIQUE_80=An error occurred while attempting to perform a modify DN operation on entry %s because the proposed changes failed the attribute value uniqueness check |
| | | SEVERE_ERR_PLUGIN_REFERENT_INVALID_PLUGIN_TYPE_81=An attempt was made to register the Referential Integrity plugin to be invoked as a %s plugin. This plugin type is not allowed for this plugin |
| | | SEVERE_ERR_PLUGIN_REFERENT_CREATE_LOGFILE_82=An error occurred during Referential Integity plugin initialization because log file creation failed: %s |
| | | SEVERE_ERR_PLUGIN_REFERENT_CLOSE_LOGFILE_83=An error occurred closing the Referential Integrity plugin update logile: %s |
| | | SEVERE_ERR_PLUGIN_REFERENT_REPLACE_LOGFILE_84=An error occurred replacing the Referential Integrity plugin update logile: %s |
| | | INFO_PLUGIN_REFERENT_LOGFILE_CHANGE_REQUIRES_RESTART_85=Le nom de fichier %s dans lequel le plug-in Int\u00e9grit\u00e9 r\u00e9f\u00e9rentielle enregistre les modifications pendant le processus effectu\u00e9 en arri\u00e8re-plan a \u00e9t\u00e9 modifi\u00e9 par %s, mais cette modification ne sera effective qu'apr\u00e8s le red\u00e9marrage du serveur |
| | | INFO_PLUGIN_REFERENT_BACKGROUND_PROCESSING_UPDATE_INTERVAL_CHANGED_86=L'intervalle de mise \u00e0 jour du traitement en arri\u00e8re-plan du plug-in Int\u00e9grit\u00e9 r\u00e9f\u00e9rentielle de %s est pass\u00e9 \u00e0 %s. Cette nouvelle valeur va maintenant \u00eatre utilis\u00e9e pendant le traitement en arri\u00e8re-plan |
| | | INFO_PLUGIN_REFERENT_BACKGROUND_PROCESSING_STOPPING_87=Le traitement en arri\u00e8re-plan du plug-in Int\u00e9grit\u00e9 r\u00e9f\u00e9rentielle a \u00e9t\u00e9 arr\u00eat\u00e9 |
| | | INFO_PLUGIN_REFERENT_BACKGROUND_PROCESSING_STARTING_88=Le plug-in Int\u00e9grit\u00e9 r\u00e9f\u00e9rentielle a d\u00e9marr\u00e9 le traitement en arri\u00e8re-plan \u00e0 l'aide de l'intervalle de mise \u00e0 jour %s |
| | | SEVERE_ERR_PLUGIN_REFERENT_SEARCH_FAILED_89=The Referential Integrity plugin failed when performaing an internal search: %s |
| | | SEVERE_ERR_PLUGIN_REFERENT_MODIFY_FAILED_90=The Referential Integrity plugin failed when performing an internal modify on entry %s: %s |
| | | MILD_ERR_PLUGIN_REFERENT_CANNOT_DECODE_STRING_AS_DN_91=Le plug-in Int\u00e9grit\u00e9 r\u00e9f\u00e9rentielle a \u00e9chou\u00e9 lors du d\u00e9codage d'un DN d'entr\u00e9e \u00e0 partir du journal de mise \u00e0 jour : %s |
| | | INFO_PLUGIN_REFERENT_SEARCH_NO_SUCH_OBJECT_92=Le plug-in Int\u00e9grit\u00e9 r\u00e9f\u00e9rentielle a \u00e9chou\u00e9 lors de l'ex\u00e9cution d'une recherche car le DN de base %s n'existe pas |
| | | SEVERE_ERR_PLUGIN_REFERENT_INVALID_ATTRIBUTE_SYNTAX_93=An error occurred in the Referential Integrity plugin while attempting to configure the attribute type %s which has a syntax OID of %s. A Referential Integrity attribute type must have a syntax OID of either 1.3.6.1.4.1.1466.115.121.1.12 (for the distinguished name syntax) or 1.3.6.1.4.1.1466.115.121.1.34 (for the name and optional uid syntax) |
| | | SEVERE_ERR_PLUGIN_REFERENT_SKIP_DELETE_PROCESSING_94=The Referential Integrity plugin will not process a post delete operation on entry %s because the core operation failed |
| | | SEVERE_ERR_PLUGIN_REFERENT_SKIP_MODIFY_DN_PROCESSING_95=The Referential Integrity plugin will not process a post modify DN operation on entry %s because the core operation failed |
| | | MILD_ERR_PLUGIN_7BIT_INVALID_PLUGIN_TYPE_96=Le plug-in 7-bit clean est configur\u00e9 avec un type de plug-in incorrect %s. Seuls les types de plug-in ldifImport, preOperationAdd, preOperationModify et preOperationModifyDN sont autoris\u00e9s |
| | | MILD_ERR_PLUGIN_7BIT_CANNOT_DECODE_DN_97=Une erreur s'est produite lors de la tentative de d\u00e9codage du DN pour l'entr\u00e9e cible : %s |
| | | MILD_ERR_PLUGIN_7BIT_CANNOT_DECODE_ATTR_98=Une erreur s'est produite lors de la tentative de d\u00e9codage de l'attribut %s dans l'entr\u00e9e cible : %s |
| | | MILD_ERR_PLUGIN_7BIT_CANNOT_DECODE_NEW_RDN_99=Une erreur s'est produite lors de la tentative de d\u00e9codage du nouveau nom relatif distinctif (NRD) : %s |
| | | MILD_ERR_PLUGIN_7BIT_ADD_ATTR_NOT_CLEAN_100=L'entr\u00e9e \u00e0 ajouter incluait une valeur non 7-bit clean pour l'attribut %s |
| | | MILD_ERR_PLUGIN_7BIT_MODIFY_ATTR_NOT_CLEAN_101=L'op\u00e9ration de modification aurait donn\u00e9 une valeur non 7-bit clean \u00e0 l'attribut %s |
| | | MILD_ERR_PLUGIN_7BIT_MODIFYDN_ATTR_NOT_CLEAN_102=L'op\u00e9ration de modification de DN aurait donn\u00e9 une valeur non 7-bit clean \u00e0 l'attribut %s |
| | | MILD_ERR_PLUGIN_7BIT_IMPORT_ATTR_NOT_CLEAN_103=L'entr\u00e9e incluse comprenait une valeur non 7-bit clean pour l'attribut %s |
| | | SEVERE_ERR_PLUGIN_PWIMPORT_NO_SUCH_DEFAULT_AUTH_SCHEME_104=The password policy import plugin references default auth password storage scheme %s which is not available for use in the server |
| | | SEVERE_ERR_PLUGIN_POST_SYNCHRONIZATION_PLUGIN_EXCEPTION_105=The post-synchronization %s plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d: %s |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_ATTR_NOT_UNIQUE_106=A unique attribute conflict was detected for attribute %s: value %s already exists in entry %s |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_SYNC_NOT_UNIQUE_107=A unique attribute conflict was detected for attribute %s during synchronization (connID=%d, opID=%d): value %s in entry %s conflicts with an existing value in entry %s. Manual interaction is required to eliminate the conflict |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_INTERNAL_ERROR_108=An internal error occurred while attempting to determine whether the operation would have resulted in a unique attribute conflict (result %s, message %s) |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_INTERNAL_ERROR_SYNC_109=An internal error occurred while attempting to determine whether the synchronization operation (connID=%d, opID=%d) for entry %s would have resulted in a unique attribute conflict (result %s, message %s) |
| | | SEVERE_ERR_PLUGIN_REFERENT_ATTR_UNINDEXED_110=The referential integrity plugin defined in configuration entry %s is configured to operate on attribute %s but there is no equality index defined for this attribute in backend %s |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_ATTR_UNINDEXED_111=The unique attribute plugin defined in configuration entry %s is configured to operate on attribute %s but there is no equality index defined for this attribute in backend %s |
| New file |
| | |
| | | # CDDL HEADER START |
| | | # |
| | | # The contents of this file are subject to the terms of the |
| | | # Common Development and Distribution License, Version 1.0 only |
| | | # (the "License"). You may not use this file except in compliance |
| | | # with the License. |
| | | # |
| | | # You can obtain a copy of the license at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE |
| | | # or https://OpenDS.dev.java.net/OpenDS.LICENSE. |
| | | # See the License for the specific language governing permissions |
| | | # and limitations under the License. |
| | | # |
| | | # When distributing Covered Code, include this CDDL HEADER in each |
| | | # file and include the License file at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, |
| | | # add the following below this CDDL HEADER, with the fields enclosed |
| | | # by brackets "[]" replaced with your own identifying information: |
| | | # Portions Copyright [yyyy] [name of copyright owner] |
| | | # |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2008 Sun Microsystems, Inc. |
| | | |
| | | |
| | | |
| | | # |
| | | # Global directives |
| | | # |
| | | global.category=PLUGIN |
| | | |
| | | # |
| | | # Format string definitions |
| | | # |
| | | # Keys must be formatted as follows: |
| | | # |
| | | # [SEVERITY]_[DESCRIPTION]_[ORDINAL] |
| | | # |
| | | # where: |
| | | # |
| | | # SEVERITY is one of: |
| | | # [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE] |
| | | # |
| | | # DESCRIPTION is an upper case string providing a hint as to the context of |
| | | # the message in upper case with the underscore ('_') character serving as |
| | | # word separator |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | SEVERE_ERR_PLUGIN_NULL_CONFIG_ENTRY_1=Unable to initialize an instance of the plugin defined in class %s because the provided configuration entry was null |
| | | INFO_PLUGIN_DESCRIPTION_SHUTDOWN_PASSWORD_2=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u3092\u505c\u6b62\u3067\u304d\u308b\u3088\u3046\u306b\u3059\u308b\u305f\u3081\u306b\u5fc5\u8981\u306b\u306a\u308b\u3001\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u7b26\u53f7\u5316\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002\u3053\u308c\u3092\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408\u3001\u30d1\u30b9\u30ef\u30fc\u30c9\u306f\u8981\u6c42\u3055\u308c\u307e\u305b\u3093 (\u305f\u3060\u3057\u3001\u305d\u306e\u5834\u5408\u3067\u3082\u3001\u5fc5\u8981\u306a\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea\u3092\u8ffd\u52a0\u3067\u304d\u308b\u3088\u3046\u306b\u3059\u308b\u305f\u3081\u306b\u30b5\u30fc\u30d0\u30fc\u3078\u306e\u8a8d\u8a3c\u3092\u5b9f\u884c\u3059\u308b\u3053\u3068\u306f\u5fc5\u8981)\u3002\u3053\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_ERR_PLUGIN_ADLIST_NO_PLUGIN_TYPES_3=The LDAP attribute description list plugin instance defined in configuration entry %s does not list any plugin types. This plugin must be configured to operate as a pre-parse search plugin |
| | | SEVERE_ERR_PLUGIN_ADLIST_INVALID_PLUGIN_TYPE_4=The LDAP attribute description list plugin instance defined in configuration entry %s lists an invalid plugin type %s. This plugin can only be used as a pre-parse search plugin |
| | | SEVERE_ERR_PLUGIN_PROFILER_NO_PLUGIN_TYPES_5=The Directory Server profiler plugin instance defined in configuration entry %s does not list any plugin types. This plugin must be configured to operate as a startup plugin |
| | | SEVERE_ERR_PLUGIN_PROFILER_INVALID_PLUGIN_TYPE_6=The Directory Server profiler plugin instance defined in configuration entry %s lists an invalid plugin type %s. This plugin can only be used as a startup plugin |
| | | INFO_PLUGIN_PROFILER_DESCRIPTION_PROFILE_DIR_7=\u30d7\u30ed\u30d5\u30a1\u30a4\u30eb\u60c5\u5831\u3092\u66f8\u304d\u8fbc\u3080\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3078\u306e\u30d1\u30b9\u3002\u3053\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306f\u5b58\u5728\u3057\u3066\u3044\u308b\u5fc5\u8981\u304c\u3042\u308a\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306b\u306f\u3053\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u5185\u306b\u65b0\u3057\u3044\u30d5\u30a1\u30a4\u30eb\u3092\u4f5c\u6210\u3059\u308b\u305f\u3081\u306e\u30a2\u30af\u30bb\u30b9\u6a29\u304c\u5fc5\u8981\u3067\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_WARN_PLUGIN_PROFILER_CANNOT_DETERMINE_PROFILE_DIR_8=An unexpected error occurred while attempting to determine the value of the ds-cfg-profile-directory attribute in the %s entry: %s. The default profile directory of %s will be used |
| | | SEVERE_ERR_PLUGIN_PROFILER_CANNOT_WRITE_PROFILE_DATA_9=An unexpected error occurred when the profiler plugin defined in configuration entry %s attempted to write the information captured to output file %s: %s |
| | | INFO_PLUGIN_PROFILER_DESCRIPTION_AUTOSTART_10=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u8d77\u52d5\u6642\u306b\u3001\u30d7\u30ed\u30d5\u30a1\u30a4\u30e9\u30d7\u30e9\u30b0\u30a4\u30f3\u3067\u30c7\u30fc\u30bf\u53ce\u96c6\u3092\u81ea\u52d5\u7684\u306b\u958b\u59cb\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u793a\u3057\u307e\u3059\u3002\u3053\u308c\u306f\u30b5\u30fc\u30d0\u30fc\u306e\u8d77\u52d5\u6642\u306b\u306e\u307f\u8aad\u307f\u53d6\u3089\u308c\u3001\u5909\u66f4\u306f\u6b21\u56de\u306e\u518d\u8d77\u52d5\u6642\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_WARN_PLUGIN_PROFILER_CANNOT_DETERMINE_AUTOSTART_11=An unexpected error occurred while attempting to determine the value of the ds-cfg-enable-profiling-on-startup attribute in the %s entry: %s. Profiling information will not automatically be captured on startup and must be manually enabled |
| | | INFO_PLUGIN_PROFILER_DESCRIPTION_INTERVAL_12=\u30b5\u30fc\u30d0\u30fc\u306e\u30d7\u30ed\u30d5\u30a1\u30a4\u30ea\u30f3\u30b0\u60c5\u5831\u3092\u53d6\u308a\u8fbc\u3080\u3068\u304d\u306b\u4f7f\u7528\u3059\u3079\u304d\u62bd\u51fa\u9593\u9694\u3002\u3053\u306e\u8a2d\u5b9a\u5c5e\u6027\u3078\u306e\u5909\u66f4\u306f\u3001\u6b21\u56de\u30d7\u30ed\u30d5\u30a1\u30a4\u30e9\u3092\u8d77\u52d5\u3057\u305f\u3068\u304d\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_WARN_PLUGIN_PROFILER_CANNOT_DETERMINE_INTERVAL_13=An unexpected error occurred while attempting to determine the value of the ds-cfg-profile-sample-interval attribute in the %s entry: %s. The default sample interval of %d milliseconds will be used |
| | | INFO_PLUGIN_PROFILER_DESCRIPTION_STATE_14=\u30d7\u30ed\u30d5\u30a1\u30a4\u30e9\u306e\u73fe\u5728\u306e\u72b6\u614b\u3002"\u6709\u52b9" (\u30d7\u30ed\u30d5\u30a1\u30a4\u30e9\u30b9\u30ec\u30c3\u30c9\u3067\u30a2\u30af\u30c6\u30a3\u30d6\u306b\u30c7\u30fc\u30bf\u3092\u53ce\u96c6\u3057\u3066\u3044\u308b\u3053\u3068\u3092\u793a\u3059) \u307e\u305f\u306f "\u7121\u52b9" \u306e\u3044\u305a\u308c\u304b\u3067\u3059\u3002\u3053\u308c\u306f\u8aad\u307f\u53d6\u308a\u5c02\u7528\u5c5e\u6027\u3067\u3059 |
| | | INFO_PLUGIN_PROFILER_DESCRIPTION_ACTION_15=\u30d7\u30ed\u30d5\u30a1\u30a4\u30e9\u304c\u5b9f\u884c\u3059\u3079\u304d\u30a2\u30af\u30b7\u30e7\u30f3\u3002\u5024\u3092 "\u958b\u59cb" \u306b\u3059\u308b\u3068\u3001\u30d7\u30ed\u30d5\u30a1\u30a4\u30e9\u30b9\u30ec\u30c3\u30c9\u304c\u307e\u3060\u30a2\u30af\u30c6\u30a3\u30d6\u306b\u306a\u3063\u3066\u3044\u306a\u3044\u5834\u5408\u306f\u30d7\u30ed\u30d5\u30a1\u30a4\u30e9\u30b9\u30ec\u30c3\u30c9\u3067\u30c7\u30fc\u30bf\u306e\u53ce\u96c6\u3092\u958b\u59cb\u3057\u307e\u3059\u3002\u5024\u3092 "\u505c\u6b62" \u306b\u3059\u308b\u3068\u3001\u30d7\u30ed\u30d5\u30a1\u30a4\u30e9\u30b9\u30ec\u30c3\u30c9\u3067\u306e\u30c7\u30fc\u30bf\u306e\u53ce\u96c6\u3092\u505c\u6b62\u3057\u3001\u30c7\u30fc\u30bf\u3092\u30c7\u30a3\u30b9\u30af\u306b\u66f8\u304d\u8fbc\u307f\u307e\u3059\u3002\u5024\u3092 "\u53d6\u6d88\u3057" \u306b\u3059\u308b\u3068\u3001\u30d7\u30ed\u30d5\u30a1\u30a4\u30e9\u30b9\u30ec\u30c3\u30c9\u3067\u306e\u30c7\u30fc\u30bf\u306e\u53ce\u96c6\u3092\u505c\u6b62\u3057\u3001\u53d6\u308a\u8fbc\u3093\u3060\u30c7\u30fc\u30bf\u3092\u3059\u3079\u3066\u7834\u68c4\u3057\u307e\u3059\u3002\u3053\u308c\u3089\u306e\u64cd\u4f5c\u306f\u305f\u3060\u3061\u306b\u5b9f\u884c\u3055\u308c\u307e\u3059 |
| | | SEVERE_WARN_PLUGIN_PROFILER_INVALID_PROFILE_DIR_16=The profile directory %s specified in attribute ds-cfg-profile-directory of configuration entry %s is invalid because the specified path does not exist or is not a directory |
| | | SEVERE_WARN_PLUGIN_PROFILER_CANNOT_DETERMINE_ACTION_17=An unexpected error occurred while attempting to determine the value of the ds-cfg-profile-action attribute in the %s entry: %s. No action will be taken |
| | | INFO_PLUGIN_PROFILER_UPDATED_INTERVAL_18=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u3067\u5b9a\u7fa9\u3055\u308c\u305f\u30d7\u30ed\u30d5\u30a1\u30a4\u30e9\u30d7\u30e9\u30b0\u30a4\u30f3\u7528\u306e\u62bd\u51fa\u9593\u9694\u304c %d \u30df\u30ea\u79d2\u306b\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f |
| | | SEVERE_ERR_PLUGIN_PROFILER_CANNOT_UPDATE_INTERVAL_19=An unexpected error occurred while attempting to update the sample interval for the profiler plugin defined in configuration entry %s: %s |
| | | INFO_PLUGIN_PROFILER_UPDATED_DIRECTORY_20=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u3067\u5b9a\u7fa9\u3055\u308c\u305f\u30d7\u30ed\u30d5\u30a1\u30a4\u30e9\u30d7\u30e9\u30b0\u30a4\u30f3\u7528\u306e\u30d7\u30ed\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u304c %s \u306b\u5909\u66f4\u3055\u308c\u307e\u3057\u305f |
| | | SEVERE_ERR_PLUGIN_PROFILER_CANNOT_UPDATE_DIRECTORY_21=An unexpected error occurred while attempting to update the profile directory for the profiler plugin defined in configuration entry %s: %s |
| | | INFO_PLUGIN_PROFILER_STARTED_PROFILING_22=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u3067\u5b9a\u7fa9\u3055\u308c\u305f\u30d7\u30ed\u30d5\u30a1\u30a4\u30e9\u30d7\u30e9\u30b0\u30a4\u30f3\u304c\u30a2\u30af\u30c6\u30a3\u30d6\u306b\u306a\u308a\u3001\u30c7\u30fc\u30bf\u306e\u53d6\u308a\u8fbc\u307f\u3092\u958b\u59cb\u3057\u307e\u3057\u305f |
| | | INFO_PLUGIN_PROFILER_ALREADY_PROFILING_23=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u3067\u5b9a\u7fa9\u3055\u308c\u305f\u30d7\u30ed\u30d5\u30a1\u30a4\u30e9\u30d7\u30e9\u30b0\u30a4\u30f3\u304c\u3059\u3067\u306b\u30a2\u30af\u30c6\u30a3\u30d6\u306b\u306a\u3063\u3066\u3044\u308b\u305f\u3081\u3001\u30d7\u30ed\u30d5\u30a1\u30a4\u30ea\u30f3\u30b0\u306e\u958b\u59cb\u8981\u6c42\u306f\u7121\u8996\u3055\u308c\u307e\u3057\u305f |
| | | INFO_PLUGIN_PROFILER_NOT_RUNNING_24=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u3067\u5b9a\u7fa9\u3055\u308c\u305f\u30d7\u30ed\u30d5\u30a1\u30a4\u30e9\u30d7\u30e9\u30b0\u30a4\u30f3\u304c\u30c7\u30fc\u30bf\u306e\u53d6\u308a\u8fbc\u307f\u306e\u505c\u6b62\u8981\u6c42\u3092\u53d7\u3051\u53d6\u308a\u307e\u3057\u305f\u304c\u3001\u30d7\u30e9\u30b0\u30a4\u30f3\u304c\u30a2\u30af\u30c6\u30a3\u30d6\u306b\u306a\u3063\u3066\u3044\u306a\u304b\u3063\u305f\u305f\u3081\u30a2\u30af\u30b7\u30e7\u30f3\u306f\u5b9f\u884c\u3055\u308c\u307e\u305b\u3093\u3067\u3057\u305f |
| | | INFO_PLUGIN_PROFILER_STOPPED_PROFILING_25=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u3067\u5b9a\u7fa9\u3055\u308c\u305f\u30d7\u30ed\u30d5\u30a1\u30a4\u30e9\u30d7\u30e9\u30b0\u30a4\u30f3\u304c\u505c\u6b62\u3055\u308c\u3001\u30c7\u30fc\u30bf\u3092\u53d6\u308a\u8fbc\u307e\u306a\u304f\u306a\u308a\u307e\u3057\u305f |
| | | INFO_PLUGIN_PROFILER_WROTE_PROFILE_DATA_26=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u3067\u5b9a\u7fa9\u3055\u308c\u305f\u30d7\u30ed\u30d5\u30a1\u30a4\u30e9\u30d7\u30e9\u30b0\u30a4\u30f3\u306b\u3088\u3063\u3066\u53ce\u96c6\u3055\u308c\u305f\u30c7\u30fc\u30bf\u304c\u3001%s \u306b\u66f8\u304d\u8fbc\u307e\u308c\u307e\u3057\u305f |
| | | MILD_ERR_PLUGIN_PROFILER_UNKNOWN_ACTION_27=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u3067\u5b9a\u7fa9\u3055\u308c\u305f\u30d7\u30ed\u30d5\u30a1\u30a4\u30e9\u30d7\u30e9\u30b0\u30a4\u30f3\u304c\u3001\u30b5\u30fc\u30d0\u30fc\u3067\u8a8d\u8b58\u3055\u308c\u306a\u3044\u30a2\u30af\u30b7\u30e7\u30f3 %s \u3092\u5b9f\u884c\u3059\u308b\u3088\u3046\u306b\u8981\u6c42\u3055\u308c\u307e\u3057\u305f\u3002\u30a2\u30af\u30b7\u30e7\u30f3\u306f\u5b9f\u884c\u3055\u308c\u307e\u305b\u3093 |
| | | INFO_PLUGIN_PROFILER_SKIPPING_ACTION_28=\u30d7\u30ed\u30d5\u30a1\u30a4\u30e9\u30a2\u30af\u30b7\u30e7\u30f3 %s \u304c\u3001\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u3067\u5b9a\u7fa9\u3055\u308c\u305f\u30d7\u30ed\u30d5\u30a1\u30a4\u30e9\u30d7\u30e9\u30b0\u30a4\u30f3\u3092\u8981\u6c42\u3055\u308c\u307e\u3057\u305f\u304c\u3001\u30d7\u30e9\u30b0\u30a4\u30f3\u69cb\u6210\u3067 1 \u3064\u4ee5\u4e0a\u306e\u554f\u984c\u304c\u767a\u751f\u3057\u305f\u305f\u3081\u3001\u8981\u6c42\u3055\u308c\u305f\u30a2\u30af\u30b7\u30e7\u30f3\u306f\u30b9\u30ad\u30c3\u30d7\u3055\u308c\u307e\u3059 |
| | | SEVERE_ERR_PLUGIN_PROFILER_CANNOT_PERFORM_ACTION_29=An unexpected error occurred while attempting to process the requested action for the profiler plugin defined in configuration entry %s: %s |
| | | FATAL_ERR_PLUGIN_STARTUP_PLUGIN_EXCEPTION_30=The startup plugin defined in configuration entry %s threw an exception when it was invoked during the Directory Server startup process: %s. The server startup process has been aborted |
| | | FATAL_ERR_PLUGIN_STARTUP_PLUGIN_RETURNED_NULL_31=The startup plugin defined in configuration entry %s returned a null value when it was invoked during the Directory Server startup process. This is an illegal return value, and the server startup process has been aborted |
| | | SEVERE_ERR_PLUGIN_STARTUP_PLUGIN_FAIL_CONTINUE_32=The startup plugin defined in configuration entry %s encountered an error when it was invoked during the Directory Server startup process: %s (error ID %d). The startup process will continue, but this failure might impact the operation of the server |
| | | FATAL_ERR_PLUGIN_STARTUP_PLUGIN_FAIL_ABORT_33=The startup plugin defined in configuration entry %s encountered an error when it was invoked during the Directory Server startup process: %s (error ID %d). The server startup process has been aborted |
| | | SEVERE_ERR_PLUGIN_SHUTDOWN_PLUGIN_EXCEPTION_34=The shutdown plugin defined in configuration entry %s threw an exception when it was invoked during the Directory Server shutdown process: %s |
| | | SEVERE_ERR_PLUGIN_POST_CONNECT_PLUGIN_EXCEPTION_35=The post-connect plugin defined in configuration entry %s threw an exception when it was invoked for connection %d from %s: %s. The connection will be terminated |
| | | SEVERE_ERR_PLUGIN_POST_CONNECT_PLUGIN_RETURNED_NULL_36=The post-connect plugin defined in configuration entry %s returned null when invoked for connection %d from %s. This is an illegal response, and the connection will be terminated |
| | | SEVERE_ERR_PLUGIN_POST_DISCONNECT_PLUGIN_EXCEPTION_37=The post-disconnect plugin defined in configuration entry %s threw an exception when it was invoked for connection %d from %s: %s |
| | | SEVERE_ERR_PLUGIN_POST_DISCONNECT_PLUGIN_RETURNED_NULL_38=The post-disconnect plugin defined in configuration entry %s returned null when invoked for connection %d from %s. This is an illegal response |
| | | SEVERE_ERR_PLUGIN_PRE_PARSE_PLUGIN_EXCEPTION_39=The pre-parse %s plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d: %s. Processing on this operation will be terminated |
| | | SEVERE_ERR_PLUGIN_PRE_PARSE_PLUGIN_RETURNED_NULL_40=The pre-parse %s plugin defined in configuration entry %s returned null when invoked for connection %d operation %s. This is an illegal response, and processing on this operation will be terminated |
| | | SEVERE_ERR_PLUGIN_PRE_OPERATION_PLUGIN_EXCEPTION_41=The pre-operation %s plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d: %s. Processing on this operation will be terminated |
| | | SEVERE_ERR_PLUGIN_PRE_OPERATION_PLUGIN_RETURNED_NULL_42=The pre-operation %s plugin defined in configuration entry %s returned null when invoked for connection %d operation %d. This is an illegal response, and processing on this operation will be terminated |
| | | SEVERE_ERR_PLUGIN_POST_OPERATION_PLUGIN_EXCEPTION_43=The post-operation %s plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d: %s. Processing on this operation will be terminated |
| | | SEVERE_ERR_PLUGIN_POST_OPERATION_PLUGIN_RETURNED_NULL_44=The post-operation %s plugin defined in configuration entry %s returned null when invoked for connection %d operation %d. This is an illegal response, and processing on this operation will be terminated |
| | | SEVERE_ERR_PLUGIN_POST_RESPONSE_PLUGIN_EXCEPTION_45=The post-response %s plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d: %s. Processing on this operation will be terminated |
| | | SEVERE_ERR_PLUGIN_POST_RESPONSE_PLUGIN_RETURNED_NULL_46=The post-response %s plugin defined in configuration entry %s returned null when invoked for connection %d operation %d. This is an illegal response, and processing on this operation will be terminated |
| | | SEVERE_ERR_PLUGIN_SEARCH_ENTRY_PLUGIN_EXCEPTION_47=The search result entry plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d with entry %s: %s. Processing on this search operation will be terminated |
| | | SEVERE_ERR_PLUGIN_SEARCH_ENTRY_PLUGIN_RETURNED_NULL_48=The search result entry plugin defined in configuration entry %s returned null when invoked for connection %d operation %d with entry %s. This is an illegal response, and processing on this search operation will be terminated |
| | | SEVERE_ERR_PLUGIN_SEARCH_REFERENCE_PLUGIN_EXCEPTION_49=The search result reference plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d with referral URL(s) %s: %s. Processing on this search operation will be terminated |
| | | SEVERE_ERR_PLUGIN_SEARCH_REFERENCE_PLUGIN_RETURNED_NULL_50=The search result reference plugin defined in configuration entry %s returned null when invoked for connection %d operation %d with referral URL(s) %s. This is an illegal response, and processing on this search operation will be terminated |
| | | SEVERE_ERR_PLUGIN_LASTMOD_INVALID_PLUGIN_TYPE_51=An attempt was made to register the LastMod plugin to be invoked as a %s plugin. This plugin type is not allowed for this plugin |
| | | INFO_PROFILEVIEWER_DESCRIPTION_FILENAMES_52=\u30d7\u30ed\u30d5\u30a1\u30a4\u30eb\u306e\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb\u3078\u306e\u30d1\u30b9\u3002\u3053\u306e\u5f15\u6570\u3092\u8907\u6570\u56de\u6307\u5b9a\u3057\u3066\u3001\u8907\u6570\u306e\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb\u306e\u30c7\u30fc\u30bf\u3092\u5206\u6790\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059 |
| | | INFO_PROFILEVIEWER_DESCRIPTION_USE_GUI_53=\u30d7\u30ed\u30d5\u30a1\u30a4\u30eb\u60c5\u5831\u3092 GUI \u30e2\u30fc\u30c9\u3067\u8868\u793a\u3059\u308b\u304b\u3001\u7d50\u679c\u30c7\u30fc\u30bf\u3092\u6a19\u6e96\u51fa\u529b\u306b\u66f8\u304d\u51fa\u3059\u304b\u3092\u793a\u3057\u307e\u3059 |
| | | INFO_PROFILEVIEWER_DESCRIPTION_USAGE_54=\u3053\u306e\u4f7f\u7528\u60c5\u5831\u3092\u8868\u793a\u3057\u307e\u3059 |
| | | SEVERE_ERR_PROFILEVIEWER_CANNOT_INITIALIZE_ARGS_55=An unexpected error occurred while attempting to initialize the command-line arguments: %s |
| | | SEVERE_ERR_PROFILEVIEWER_ERROR_PARSING_ARGS_56=An error occurred while parsing the command-line arguments: %s |
| | | SEVERE_ERR_PROFILEVIEWER_CANNOT_PROCESS_DATA_FILE_57=An error occurred while trying to process the profile data in file %s: %s |
| | | SEVERE_ERR_PLUGIN_LDIF_IMPORT_PLUGIN_EXCEPTION_58=The LDIF import plugin defined in configuration entry %s threw an exception when it was invoked on entry %s: %s |
| | | SEVERE_ERR_PLUGIN_LDIF_IMPORT_PLUGIN_RETURNED_NULL_59=The LDIF import plugin defined in configuration entry %s returned null when invoked on entry %s. This is an illegal response |
| | | SEVERE_ERR_PLUGIN_LDIF_EXPORT_PLUGIN_EXCEPTION_60=The LDIF export plugin defined in configuration entry %s threw an exception when it was invoked on entry %s: %s |
| | | SEVERE_ERR_PLUGIN_LDIF_EXPORT_PLUGIN_RETURNED_NULL_61=The LDIF export plugin defined in configuration entry %s returned null when invoked on entry %s. This is an illegal response |
| | | SEVERE_ERR_PLUGIN_ENTRYUUID_INVALID_PLUGIN_TYPE_62=An attempt was made to register the EntryUUID plugin to be invoked as a %s plugin. This plugin type is not allowed for this plugin |
| | | SEVERE_ERR_PLUGIN_INTERMEDIATE_RESPONSE_PLUGIN_EXCEPTION_63=The intermediate response plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d: %s. Processing on this operation will be terminated |
| | | SEVERE_ERR_PLUGIN_INTERMEDIATE_RESPONSE_PLUGIN_RETURNED_NULL_64=The intermediate response plugin defined in configuration entry %s returned null when invoked for connection %d operation %d. This is an illegal response, and processing on this operation will be terminated |
| | | SEVERE_ERR_PLUGIN_PWPIMPORT_INVALID_PLUGIN_TYPE_65=An attempt was made to register the password policy import plugin to be invoked as a %s plugin. This plugin type is not allowed for this plugin |
| | | SEVERE_ERR_PLUGIN_PWPIMPORT_ERROR_ENCODING_PASSWORD_66=An error occurred while attempting to encode a password value stored in attribute %s of user entry %s: %s. Password values for this user will not be encoded |
| | | SEVERE_ERR_PLUGIN_TYPE_NOT_SUPPORTED_67=The plugin defined in configuration entry %s does not support the %s plugin type |
| | | INFO_PROFILEVIEWER_TOOL_DESCRIPTION_68=\u3053\u306e\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30fc\u3092\u4f7f\u7528\u3057\u3066\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30d7\u30ed\u30d5\u30a1\u30a4\u30e9\u306b\u3088\u3063\u3066\u53d6\u308a\u8fbc\u307e\u308c\u305f\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb\u306e\u60c5\u5831\u3092\u8868\u793a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059 |
| | | SEVERE_ERR_PLUGIN_PWIMPORT_NO_DEFAULT_AUTH_SCHEMES_69=The password policy import plugin is not configured any default auth password schemes, and the server does not support the %s auth password scheme |
| | | SEVERE_ERR_PLUGIN_PWIMPORT_INVALID_DEFAULT_AUTH_SCHEME_70=Auth password storage scheme %s referenced by the password policy import plugin is not configured for use in the server |
| | | SEVERE_ERR_PLUGIN_PWIMPORT_NO_DEFAULT_USER_SCHEMES_71=The password policy import plugin is not configured any default user password schemes, and the server does not support the %s auth password scheme |
| | | SEVERE_ERR_PLUGIN_PWIMPORT_INVALID_DEFAULT_USER_SCHEME_72=User password storage scheme %s referenced by the password policy import plugin is not configured for use in the server |
| | | SEVERE_WARN_PLUGIN_PWIMPORT_NO_SUCH_POLICY_73=Entry '%s' indicates that it uses custom password policy '%s', but no such policy is defined in the server. Any passwords contained in the entry will be encoded using the default storage schemes, but authentication as this user might not be possible |
| | | SEVERE_WARN_PLUGIN_PWIMPORT_CANNOT_DECODE_POLICY_DN_74=An error occurred while attempting to decode the value of the custom password policy attribute in entry '%s': %s. Any passwords contained in the entry will be encoded using the default storage schemes, but authentication as this user might not be possible |
| | | SEVERE_ERR_PLUGIN_SUBORDINATE_MODIFY_DN_PLUGIN_EXCEPTION_75=The subordinate modify DN plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d: %s. Processing on this operation will be terminated |
| | | SEVERE_ERR_PLUGIN_SUBORDINATE_MODIFY_DN_PLUGIN_RETURNED_NULL_76=The subordinate modify DN plugin defined in configuration entry %s returned null when invoked for connection %d operation %s. This is an illegal response, and processing on this operation will be terminated |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_INVALID_PLUGIN_TYPE_77=An attempt was made to register the Unique Attribute plugin to be invoked as a %s plugin. This plugin type is not allowed for this plugin |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_MOD_NOT_UNIQUE_78=An error occurred while attempting to modify an attribute value of entry %s because the proposed changes failed the attribute value uniqueness check |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_ADD_NOT_UNIQUE_79=An error occurred while attempting to add the entry %s because one of the entry's attribute values failed the attribute value uniqueness check |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_MODDN_NOT_UNIQUE_80=An error occurred while attempting to perform a modify DN operation on entry %s because the proposed changes failed the attribute value uniqueness check |
| | | SEVERE_ERR_PLUGIN_REFERENT_INVALID_PLUGIN_TYPE_81=An attempt was made to register the Referential Integrity plugin to be invoked as a %s plugin. This plugin type is not allowed for this plugin |
| | | SEVERE_ERR_PLUGIN_REFERENT_CREATE_LOGFILE_82=An error occurred during Referential Integity plugin initialization because log file creation failed: %s |
| | | SEVERE_ERR_PLUGIN_REFERENT_CLOSE_LOGFILE_83=An error occurred closing the Referential Integrity plugin update logile: %s |
| | | SEVERE_ERR_PLUGIN_REFERENT_REPLACE_LOGFILE_84=An error occurred replacing the Referential Integrity plugin update logile: %s |
| | | INFO_PLUGIN_REFERENT_LOGFILE_CHANGE_REQUIRES_RESTART_85=\u30d0\u30c3\u30af\u30b0\u30e9\u30a6\u30f3\u30c9\u51e6\u7406\u306e\u9593\u306b\u53c2\u7167\u5b8c\u5168\u6027\u30d7\u30e9\u30b0\u30a4\u30f3\u304c\u5909\u66f4\u3092\u8a18\u9332\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u540d\u304c %s \u304b\u3089 %s \u306b\u5909\u66f4\u3055\u308c\u307e\u3057\u305f\u304c\u3001\u3053\u306e\u5909\u66f4\u306f\u30b5\u30fc\u30d0\u30fc\u3092\u518d\u8d77\u52d5\u3059\u308b\u307e\u3067\u6709\u52b9\u306b\u306a\u308a\u307e\u305b\u3093 |
| | | INFO_PLUGIN_REFERENT_BACKGROUND_PROCESSING_UPDATE_INTERVAL_CHANGED_86=\u53c2\u7167\u5b8c\u5168\u6027\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u30d0\u30c3\u30af\u30b0\u30e9\u30a6\u30f3\u30c9\u51e6\u7406\u306e\u66f4\u65b0\u9593\u9694\u304c %s \u304b\u3089 %s \u306b\u5909\u66f4\u3055\u308c\u307e\u3057\u305f\u3002\u3053\u306e\u65b0\u3057\u3044\u5024\u306f\u30d0\u30c3\u30af\u30b0\u30e9\u30a6\u30f3\u30c9\u51e6\u7406\u4e2d\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | INFO_PLUGIN_REFERENT_BACKGROUND_PROCESSING_STOPPING_87=\u53c2\u7167\u5b8c\u5168\u6027\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u30d0\u30c3\u30af\u30b0\u30e9\u30a6\u30f3\u30c9\u51e6\u7406\u304c\u505c\u6b62\u3057\u307e\u3057\u305f |
| | | INFO_PLUGIN_REFERENT_BACKGROUND_PROCESSING_STARTING_88=\u53c2\u7167\u5b8c\u5168\u6027\u30d7\u30e9\u30b0\u30a4\u30f3\u304c\u66f4\u65b0\u9593\u9694 %s \u3092\u4f7f\u3063\u3066\u30d0\u30c3\u30af\u30b0\u30e9\u30a6\u30f3\u30c9\u51e6\u7406\u3092\u958b\u59cb\u3057\u307e\u3057\u305f |
| | | SEVERE_ERR_PLUGIN_REFERENT_SEARCH_FAILED_89=The Referential Integrity plugin failed when performaing an internal search: %s |
| | | SEVERE_ERR_PLUGIN_REFERENT_MODIFY_FAILED_90=The Referential Integrity plugin failed when performing an internal modify on entry %s: %s |
| | | MILD_ERR_PLUGIN_REFERENT_CANNOT_DECODE_STRING_AS_DN_91=\u53c2\u7167\u5b8c\u5168\u6027\u30d7\u30e9\u30b0\u30a4\u30f3\u304c\u66f4\u65b0\u30ed\u30b0\u304b\u3089\u306e\u30a8\u30f3\u30c8\u30ea DN \u306e\u5fa9\u53f7\u5316\u306b\u5931\u6557\u3057\u307e\u3057\u305f: %s |
| | | INFO_PLUGIN_REFERENT_SEARCH_NO_SUCH_OBJECT_92=\u53c2\u7167\u5b8c\u5168\u6027\u30d7\u30e9\u30b0\u30a4\u30f3\u304c\u691c\u7d22\u306e\u5b9f\u884c\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002\u30d9\u30fc\u30b9 DN %s \u306f\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | SEVERE_ERR_PLUGIN_REFERENT_INVALID_ATTRIBUTE_SYNTAX_93=An error occurred in the Referential Integrity plugin while attempting to configure the attribute type %s which has a syntax OID of %s. A Referential Integrity attribute type must have a syntax OID of either 1.3.6.1.4.1.1466.115.121.1.12 (for the distinguished name syntax) or 1.3.6.1.4.1.1466.115.121.1.34 (for the name and optional uid syntax) |
| | | SEVERE_ERR_PLUGIN_REFERENT_SKIP_DELETE_PROCESSING_94=The Referential Integrity plugin will not process a post delete operation on entry %s because the core operation failed |
| | | SEVERE_ERR_PLUGIN_REFERENT_SKIP_MODIFY_DN_PROCESSING_95=The Referential Integrity plugin will not process a post modify DN operation on entry %s because the core operation failed |
| | | MILD_ERR_PLUGIN_7BIT_INVALID_PLUGIN_TYPE_96=7 \u30d3\u30c3\u30c8\u900f\u904e\u30e2\u30fc\u30c9\u306e\u30d7\u30e9\u30b0\u30a4\u30f3\u304c\u3001\u7121\u52b9\u306a\u30d7\u30e9\u30b0\u30a4\u30f3\u30bf\u30a4\u30d7 %s \u3067\u69cb\u6210\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u8a31\u53ef\u3055\u308c\u3066\u3044\u308b\u30d7\u30e9\u30b0\u30a4\u30f3\u30bf\u30a4\u30d7\u306f\u3001ldifImport\u3001preOperationAdd\u3001preOperationModify\u3001\u304a\u3088\u3073 preOperationModifyDN \u3060\u3051\u3067\u3059 |
| | | MILD_ERR_PLUGIN_7BIT_CANNOT_DECODE_DN_97=\u30bf\u30fc\u30b2\u30c3\u30c8\u30a8\u30f3\u30c8\u30ea\u306e DN \u3092\u5fa9\u53f7\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_PLUGIN_7BIT_CANNOT_DECODE_ATTR_98=\u30bf\u30fc\u30b2\u30c3\u30c8\u30a8\u30f3\u30c8\u30ea\u5185\u306e\u5c5e\u6027 %s \u3092\u5fa9\u53f7\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_PLUGIN_7BIT_CANNOT_DECODE_NEW_RDN_99=\u65b0\u3057\u3044 RDN \u3092\u5fa9\u53f7\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_PLUGIN_7BIT_ADD_ATTR_NOT_CLEAN_100=\u8ffd\u52a0\u3059\u308b\u30a8\u30f3\u30c8\u30ea\u306b\u30017 \u30d3\u30c3\u30c8\u900f\u904e\u30e2\u30fc\u30c9\u3067\u306a\u3044\u5c5e\u6027 %s \u306e\u5024\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f |
| | | MILD_ERR_PLUGIN_7BIT_MODIFY_ATTR_NOT_CLEAN_101=\u5909\u66f4\u64cd\u4f5c\u306e\u305f\u3081\u306b\u3001\u5c5e\u6027 %s \u306e\u5024\u304c 7 \u30d3\u30c3\u30c8\u900f\u904e\u30e2\u30fc\u30c9\u3067\u306a\u304f\u306a\u3063\u305f\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059 |
| | | MILD_ERR_PLUGIN_7BIT_MODIFYDN_ATTR_NOT_CLEAN_102=DN \u5909\u66f4\u64cd\u4f5c\u306e\u305f\u3081\u306b\u3001\u5c5e\u6027 %s \u306e\u5024\u304c 7 \u30d3\u30c3\u30c8\u900f\u904e\u30e2\u30fc\u30c9\u3067\u306a\u304f\u306a\u3063\u305f\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059 |
| | | MILD_ERR_PLUGIN_7BIT_IMPORT_ATTR_NOT_CLEAN_103=\u30a8\u30f3\u30c8\u30ea\u306b\u542b\u307e\u308c\u3066\u3044\u305f\u5c5e\u6027 %s \u306e\u5024\u304c 7 \u30d3\u30c3\u30c8\u900f\u904e\u30e2\u30fc\u30c9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3067\u3057\u305f |
| | | SEVERE_ERR_PLUGIN_PWIMPORT_NO_SUCH_DEFAULT_AUTH_SCHEME_104=The password policy import plugin references default auth password storage scheme %s which is not available for use in the server |
| | | SEVERE_ERR_PLUGIN_POST_SYNCHRONIZATION_PLUGIN_EXCEPTION_105=The post-synchronization %s plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d: %s |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_ATTR_NOT_UNIQUE_106=A unique attribute conflict was detected for attribute %s: value %s already exists in entry %s |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_SYNC_NOT_UNIQUE_107=A unique attribute conflict was detected for attribute %s during synchronization (connID=%d, opID=%d): value %s in entry %s conflicts with an existing value in entry %s. Manual interaction is required to eliminate the conflict |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_INTERNAL_ERROR_108=An internal error occurred while attempting to determine whether the operation would have resulted in a unique attribute conflict (result %s, message %s) |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_INTERNAL_ERROR_SYNC_109=An internal error occurred while attempting to determine whether the synchronization operation (connID=%d, opID=%d) for entry %s would have resulted in a unique attribute conflict (result %s, message %s) |
| | | SEVERE_ERR_PLUGIN_REFERENT_ATTR_UNINDEXED_110=The referential integrity plugin defined in configuration entry %s is configured to operate on attribute %s but there is no equality index defined for this attribute in backend %s |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_ATTR_UNINDEXED_111=The unique attribute plugin defined in configuration entry %s is configured to operate on attribute %s but there is no equality index defined for this attribute in backend %s |
| New file |
| | |
| | | # CDDL HEADER START |
| | | # |
| | | # The contents of this file are subject to the terms of the |
| | | # Common Development and Distribution License, Version 1.0 only |
| | | # (the "License"). You may not use this file except in compliance |
| | | # with the License. |
| | | # |
| | | # You can obtain a copy of the license at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE |
| | | # or https://OpenDS.dev.java.net/OpenDS.LICENSE. |
| | | # See the License for the specific language governing permissions |
| | | # and limitations under the License. |
| | | # |
| | | # When distributing Covered Code, include this CDDL HEADER in each |
| | | # file and include the License file at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, |
| | | # add the following below this CDDL HEADER, with the fields enclosed |
| | | # by brackets "[]" replaced with your own identifying information: |
| | | # Portions Copyright [yyyy] [name of copyright owner] |
| | | # |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2008 Sun Microsystems, Inc. |
| | | |
| | | |
| | | |
| | | # |
| | | # Global directives |
| | | # |
| | | global.category=PLUGIN |
| | | |
| | | # |
| | | # Format string definitions |
| | | # |
| | | # Keys must be formatted as follows: |
| | | # |
| | | # [SEVERITY]_[DESCRIPTION]_[ORDINAL] |
| | | # |
| | | # where: |
| | | # |
| | | # SEVERITY is one of: |
| | | # [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE] |
| | | # |
| | | # DESCRIPTION is an upper case string providing a hint as to the context of |
| | | # the message in upper case with the underscore ('_') character serving as |
| | | # word separator |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | SEVERE_ERR_PLUGIN_NULL_CONFIG_ENTRY_1=\uc81c\uacf5\ub41c \uad6c\uc131 \ud56d\ubaa9\uc774 null\uc774\uae30 \ub54c\ubb38\uc5d0 %s \ud074\ub798\uc2a4\uc5d0 \uc815\uc758\ub41c \ud50c\ub7ec\uadf8\uc778\uc758 \uc778\uc2a4\ud134\uc2a4\ub97c \ucd08\uae30\ud654\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | INFO_PLUGIN_DESCRIPTION_SHUTDOWN_PASSWORD_2=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\ub97c \uc911\uc9c0\ud558\ub294 \ub370 \ud544\uc694\ud55c \uc778\ucf54\ub529\ub41c \ube44\ubc00\ubc88\ud638(\uc120\ud0dd \uc0ac\ud56d)\ub97c \uc9c0\uc815\ud569\ub2c8\ub2e4. \uc81c\uacf5\ud558\uc9c0 \uc54a\uc740 \uacbd\uc6b0 \ube44\ubc00\ubc88\ud638\uac00 \ud544\uc694\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc774 \uacbd\uc6b0\uc5d0\ub3c4 \ud544\uc694\ud55c \uc791\uc5c5 \ud56d\ubaa9\uc744 \ucd94\uac00\ud558\ub824\uba74 \uc5ec\uc804\ud788 \uc11c\ubc84\uc5d0 \uc778\uc99d\ud574\uc57c \ud569\ub2c8\ub2e4. \uc774 \ube44\ubc00\ubc88\ud638\uc5d0 \ub300\ud55c \ubcc0\uacbd \uc0ac\ud56d\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_PLUGIN_ADLIST_NO_PLUGIN_TYPES_3=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c LDAP \uc18d\uc131 \uc124\uba85 \ubaa9\ub85d \ud50c\ub7ec\uadf8\uc778 \uc778\uc2a4\ud134\uc2a4\uac00 \ud50c\ub7ec\uadf8\uc778 \uc720\ud615\uc744 \ub098\uc5f4\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc774 \ud50c\ub7ec\uadf8\uc778\uc774 \uc0ac\uc804 \uad6c\ubb38 \ubd84\uc11d \uac80\uc0c9 \ud50c\ub7ec\uadf8\uc778\uc73c\ub85c \uc791\ub3d9\ud558\ub3c4\ub85d \uad6c\uc131\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_PLUGIN_ADLIST_INVALID_PLUGIN_TYPE_4=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c LDAP \uc18d\uc131 \uc124\uba85 \ubaa9\ub85d \ud50c\ub7ec\uadf8\uc778 \uc778\uc2a4\ud134\uc2a4\uac00 \uc798\ubabb\ub41c \ud50c\ub7ec\uadf8\uc778 \uc720\ud615 %s\uc744(\ub97c) \ub098\uc5f4\ud569\ub2c8\ub2e4. \uc774 \ud50c\ub7ec\uadf8\uc778\uc740 \uc0ac\uc804 \uad6c\ubb38 \ubd84\uc11d \uac80\uc0c9 \ud50c\ub7ec\uadf8\uc778\uc73c\ub85c\ub9cc \uc0ac\uc6a9\ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_PLUGIN_PROFILER_NO_PLUGIN_TYPES_5=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ud504\ub85c\ud544\ub7ec \ud50c\ub7ec\uadf8\uc778 \uc778\uc2a4\ud134\uc2a4\uac00 \ud50c\ub7ec\uadf8\uc778 \uc720\ud615\uc744 \ub098\uc5f4\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc774 \ud50c\ub7ec\uadf8\uc778\uc774 \uc2dc\uc791 \ud50c\ub7ec\uadf8\uc778\uc73c\ub85c \uc791\ub3d9\ud558\ub3c4\ub85d \uad6c\uc131\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_PLUGIN_PROFILER_INVALID_PLUGIN_TYPE_6=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ud504\ub85c\ud544\ub7ec \ud50c\ub7ec\uadf8\uc778 \uc778\uc2a4\ud134\uc2a4\uac00 \uc798\ubabb\ub41c \ud50c\ub7ec\uadf8\uc778 \uc720\ud615 %s\uc744(\ub97c) \ub098\uc5f4\ud569\ub2c8\ub2e4. \uc774 \ud50c\ub7ec\uadf8\uc778\uc740 \uc2dc\uc791 \ud50c\ub7ec\uadf8\uc778\uc73c\ub85c\ub9cc \uc0ac\uc6a9\ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | INFO_PLUGIN_PROFILER_DESCRIPTION_PROFILE_DIR_7=\ud504\ub85c\ud544 \uc815\ubcf4\uac00 \uae30\ub85d\ub420 \ub514\ub809\ud1a0\ub9ac\ub85c\uc758 \uacbd\ub85c\uc785\ub2c8\ub2e4. \ub514\ub809\ud1a0\ub9ac\uac00 \uc788\uace0 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0 \uc774 \ub514\ub809\ud1a0\ub9ac\uc5d0\uc11c \uc0c8 \ud30c\uc77c\uc744 \ub9cc\ub4e4 \uc218 \uc788\ub294 \uad8c\ud55c\uc774 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \uc0ac\ud56d\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_WARN_PLUGIN_PROFILER_CANNOT_DETERMINE_PROFILE_DIR_8=%s \ud56d\ubaa9\uc5d0\uc11c ds-cfg-profile-directory \uc18d\uc131 \uac12\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \uae30\ubcf8 \ud504\ub85c\ud544 \ub514\ub809\ud1a0\ub9ac %s\uc774(\uac00) \uc0ac\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_PLUGIN_PROFILER_CANNOT_WRITE_PROFILE_DATA_9=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ud504\ub85c\ud544\ub7ec \ud50c\ub7ec\uadf8\uc778\uc774 \ucea1\ucc98\ub41c \uc815\ubcf4\ub97c \ucd9c\ub825 \ud30c\uc77c %s\uc5d0 \uc4f0\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_PLUGIN_PROFILER_DESCRIPTION_AUTOSTART_10=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uac00 \uc2dc\uc791\ub420 \ub54c \ud504\ub85c\ud544\ub7ec \ud50c\ub7ec\uadf8\uc778\uc774 \ub370\uc774\ud130 \uc218\uc9d1\uc744 \uc790\ub3d9\uc73c\ub85c \uc2dc\uc791\ud560\uc9c0 \uc5ec\ubd80\ub97c \ub098\ud0c0\ub0c5\ub2c8\ub2e4. \uc11c\ubc84\uac00 \uc2dc\uc791\ub420 \ub54c\uc5d0\ub9cc \uc77d\uace0, \ubcc0\uacbd \uc0ac\ud56d\uc740 \ub2e4\uc74c\uc5d0 \ub2e4\uc2dc \uc2dc\uc791\ud560 \ub54c \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_WARN_PLUGIN_PROFILER_CANNOT_DETERMINE_AUTOSTART_11=%s \ud56d\ubaa9\uc5d0\uc11c ds-cfg-enable-profiling-on-startup \uc18d\uc131 \uac12\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \ud504\ub85c\ud544 \uc815\ubcf4\ub294 \uc2dc\uc791\ud560 \ub54c \uc790\ub3d9\uc73c\ub85c \ucea1\ucc98\ub418\uc9c0 \uc54a\uc73c\ubbc0\ub85c \uc218\ub3d9\uc73c\ub85c \ud65c\uc131\ud654\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | INFO_PLUGIN_PROFILER_DESCRIPTION_INTERVAL_12=\uc11c\ubc84\uc5d0\uc11c \ud504\ub85c\ud544 \uc815\ubcf4\ub97c \ucea1\ucc98\ud560 \ub54c \uc0ac\uc6a9\ub418\ub294 \uc0d8\ud50c \uac04\uaca9\uc785\ub2c8\ub2e4. \uc774 \uad6c\uc131 \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \uc0ac\ud56d\uc740 \ub2e4\uc74c\uc5d0 \ud504\ub85c\ud544\ub7ec\ub97c \uc2dc\uc791\ud560 \ub54c \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_WARN_PLUGIN_PROFILER_CANNOT_DETERMINE_INTERVAL_13=%s \ud56d\ubaa9\uc5d0\uc11c ds-cfg-profile-sample-interval \uc18d\uc131 \uac12\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \uae30\ubcf8 \uc0d8\ud50c \uac04\uaca9 %d\ubc00\ub9ac\ucd08\uac00 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. |
| | | INFO_PLUGIN_PROFILER_DESCRIPTION_STATE_14=\ud504\ub85c\ud544\ub7ec\uc758 \ud604\uc7ac \uc0c1\ud0dc\uc785\ub2c8\ub2e4. "enabled"(\ud504\ub85c\ud544\ub7ec \uc2a4\ub808\ub4dc\uac00 \ub370\uc774\ud130 \uc218\uc9d1 \uc911\uc784\uc744 \ub098\ud0c0\ub0c4) \ub610\ub294 "disabled"\uc785\ub2c8\ub2e4. \uc77d\uae30 \uc804\uc6a9 \uc18d\uc131\uc785\ub2c8\ub2e4. |
| | | INFO_PLUGIN_PROFILER_DESCRIPTION_ACTION_15=\ud504\ub85c\ud544\ub7ec\uc5d0\uc11c \uc218\ud589\ud574\uc57c \ud558\ub294 \uc791\uc5c5\uc785\ub2c8\ub2e4. \uac12\uc774 "start"\uc774\uba74 \ud504\ub85c\ud544\ub7ec \uc2a4\ub808\ub4dc\uac00 \ub370\uc774\ud130 \uc218\uc9d1\uc744 \uc2dc\uc791\ud569\ub2c8\ub2e4(\uc544\uc9c1 \ud65c\uc131\ud654\ub418\uc9c0 \uc54a\uc740 \uacbd\uc6b0). \uac12\uc774 "stop"\uc774\uba74 \ud504\ub85c\ud544\ub7ec \uc2a4\ub808\ub4dc\uac00 \ub370\uc774\ud130 \uc218\uc9d1\uc744 \uc911\uc9c0\ud558\uace0 \ub370\uc774\ud130\ub97c \ub514\uc2a4\ud06c\uc5d0 \uc501\ub2c8\ub2e4. \uac12\uc774 "cancel"\uc774\uba74 \ud504\ub85c\ud544\ub7ec \uc2a4\ub808\ub4dc\uac00 \ub370\uc774\ud130 \uc218\uc9d1\uc744 \uc911\uc9c0\ud558\uace0 \ucea1\ucc98\ub41c \ub370\uc774\ud130\ub97c \uc0ad\uc81c\ud569\ub2c8\ub2e4. \uc774\ub7ec\ud55c \uc791\uc5c5\uc740 \uc989\uc2dc \uc218\ud589\ub429\ub2c8\ub2e4. |
| | | SEVERE_WARN_PLUGIN_PROFILER_INVALID_PROFILE_DIR_16=\uc9c0\uc815\ub41c \uacbd\ub85c\uac00 \uc5c6\uac70\ub098 \ub514\ub809\ud1a0\ub9ac\uac00 \uc544\ub2c8\uae30 \ub54c\ubb38\uc5d0 \uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 ds-cfg-profile-directory \uc18d\uc131\uc5d0 \uc9c0\uc815\ub41c \ud504\ub85c\ud544 \ub514\ub809\ud1a0\ub9ac %1$s\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_PLUGIN_PROFILER_CANNOT_DETERMINE_ACTION_17=%s \ud56d\ubaa9\uc5d0\uc11c ds-cfg-profile-action \uc18d\uc131 \uac12\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \uc791\uc5c5\uc774 \uc218\ud589\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | INFO_PLUGIN_PROFILER_UPDATED_INTERVAL_18=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ud504\ub85c\ud544\ub7ec \ud50c\ub7ec\uadf8\uc778\uc5d0 \ub300\ud55c \uc0d8\ud50c \uac04\uaca9\uc774 %d\ubc00\ub9ac\ucd08\ub85c \uc5c5\ub370\uc774\ud2b8\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_PLUGIN_PROFILER_CANNOT_UPDATE_INTERVAL_19=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ud504\ub85c\ud544\ub7ec \ud50c\ub7ec\uadf8\uc778\uc5d0 \ub300\ud55c \uc0d8\ud50c \uac04\uaca9\uc744 \uc5c5\ub370\uc774\ud2b8\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_PLUGIN_PROFILER_UPDATED_DIRECTORY_20=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ud504\ub85c\ud544\ub7ec \ud50c\ub7ec\uadf8\uc778\uc5d0 \ub300\ud55c \ud504\ub85c\ud544 \ub514\ub809\ud1a0\ub9ac\uac00 %s(\uc73c)\ub85c \ubcc0\uacbd\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_PLUGIN_PROFILER_CANNOT_UPDATE_DIRECTORY_21=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ud504\ub85c\ud544\ub7ec \ud50c\ub7ec\uadf8\uc778\uc5d0 \ub300\ud55c \ud504\ub85c\ud544 \ub514\ub809\ud1a0\ub9ac\ub97c \uc5c5\ub370\uc774\ud2b8\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_PLUGIN_PROFILER_STARTED_PROFILING_22=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ud504\ub85c\ud544\ub7ec \ud50c\ub7ec\uadf8\uc778\uc774 \ud65c\uc131\ud654\ub418\uc5c8\uc73c\uba70 \ub370\uc774\ud130 \ucea1\ucc98\ub97c \uc2dc\uc791\ud588\uc2b5\ub2c8\ub2e4. |
| | | INFO_PLUGIN_PROFILER_ALREADY_PROFILING_23=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ud504\ub85c\ud544\ub7ec \ud50c\ub7ec\uadf8\uc778\uc774 \uc774\ubbf8 \ud65c\uc131\ud654\ub418\uc5b4 \uc788\uc73c\ubbc0\ub85c \ud504\ub85c\ud544 \uc2dc\uc791 \uc694\uccad\uc774 \ubb34\uc2dc\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | INFO_PLUGIN_PROFILER_NOT_RUNNING_24=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ud504\ub85c\ud544\ub7ec \ud50c\ub7ec\uadf8\uc778\uc774 \ub370\uc774\ud130 \ucea1\ucc98 \uc911\uc9c0 \uc694\uccad\uc744 \ubc1b\uc558\uc9c0\ub9cc \ud65c\uc131 \uc0c1\ud0dc\uac00 \uc544\ub2c8\ubbc0\ub85c \uc5b4\ub5a4 \uc791\uc5c5\ub3c4 \uc218\ud589\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4. |
| | | INFO_PLUGIN_PROFILER_STOPPED_PROFILING_25=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ud504\ub85c\ud544\ub7ec \ud50c\ub7ec\uadf8\uc778\uc774 \uc911\uc9c0\ub418\uc5c8\uc73c\ubbc0\ub85c \ub370\uc774\ud130\ub97c \ub354 \uc774\uc0c1 \ucea1\ucc98\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | INFO_PLUGIN_PROFILER_WROTE_PROFILE_DATA_26=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ud504\ub85c\ud544\ub7ec \ud50c\ub7ec\uadf8\uc778\uc5d0\uc11c \uc218\uc9d1\ud55c \ub370\uc774\ud130\uac00 %s\uc5d0 \uae30\ub85d\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_PLUGIN_PROFILER_UNKNOWN_ACTION_27=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ud504\ub85c\ud544\ub7ec \ud50c\ub7ec\uadf8\uc778\uc774 \uc11c\ubc84\uc5d0\uc11c \uc778\uc2dd\ub418\uc9c0 \uc54a\ub294 %s \uc791\uc5c5 \uc218\ud589 \uc694\uccad\uc744 \ubc1b\uc558\uc2b5\ub2c8\ub2e4. \uc791\uc5c5\uc774 \uc218\ud589\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | INFO_PLUGIN_PROFILER_SKIPPING_ACTION_28=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc5d0 \uc815\uc758\ub41c \ud504\ub85c\ud544\ub7ec \ud50c\ub7ec\uadf8\uc778\uc5d0 \ub300\ud574 \ud504\ub85c\ud544\ub7ec \uc791\uc5c5 %1$s\uc774(\uac00) \uc694\uccad\ub418\uc5c8\uc9c0\ub9cc \ud50c\ub7ec\uadf8\uc778 \uad6c\uc131\uc5d0 \ud558\ub098 \uc774\uc0c1\uc758 \ubb38\uc81c\uac00 \ubc1c\uc0dd\ud558\uc5ec \uc694\uccad\ub41c \uc791\uc5c5\uc744 \uac74\ub108\ub701\ub2c8\ub2e4. |
| | | SEVERE_ERR_PLUGIN_PROFILER_CANNOT_PERFORM_ACTION_29=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ud504\ub85c\ud544\ub7ec \ud50c\ub7ec\uadf8\uc778\uc5d0 \ub300\ud574 \uc694\uccad\ub41c \uc791\uc5c5\uc744 \ucc98\ub9ac\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | FATAL_ERR_PLUGIN_STARTUP_PLUGIN_EXCEPTION_30=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc2dc\uc791 \ud504\ub85c\uc138\uc2a4 \uc911 \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \uc2dc\uc791 \ud50c\ub7ec\uadf8\uc778\uc744 \ud638\ucd9c\ud560 \ub54c \uc608\uc678\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \uc11c\ubc84 \uc2dc\uc791 \ud504\ub85c\uc138\uc2a4\uac00 \uc911\ub2e8\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | FATAL_ERR_PLUGIN_STARTUP_PLUGIN_RETURNED_NULL_31=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc2dc\uc791 \ud504\ub85c\uc138\uc2a4 \uc911 \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \uc2dc\uc791 \ud50c\ub7ec\uadf8\uc778\uc744 \ud638\ucd9c\ud560 \ub54c null \uac12\uc774 \ubc18\ud658\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc774 \uac12\uc740 \uc798\ubabb\ub41c \ubc18\ud658 \uac12\uc774\ubbc0\ub85c \uc11c\ubc84 \uc2dc\uc791 \ud504\ub85c\uc138\uc2a4\uac00 \uc911\ub2e8\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_PLUGIN_STARTUP_PLUGIN_FAIL_CONTINUE_32=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc2dc\uc791 \ud504\ub85c\uc138\uc2a4 \uc911 \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \uc2dc\uc791 \ud50c\ub7ec\uadf8\uc778\uc744 \ud638\ucd9c\ud560 \ub54c \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s(\uc624\ub958 \uc544\uc774\ub514 %d). \uc2dc\uc791 \ud504\ub85c\uc138\uc2a4\ub294 \uacc4\uc18d\ub418\uc9c0\ub9cc \uc774 \uc624\ub958\uac00 \uc11c\ubc84 \uc791\uc5c5\uc5d0 \uc601\ud5a5\uc744 \uc904 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | FATAL_ERR_PLUGIN_STARTUP_PLUGIN_FAIL_ABORT_33=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc2dc\uc791 \ud504\ub85c\uc138\uc2a4 \uc911 \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \uc2dc\uc791 \ud50c\ub7ec\uadf8\uc778\uc744 \ud638\ucd9c\ud560 \ub54c \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s(\uc624\ub958 \uc544\uc774\ub514 %d). \uc11c\ubc84 \uc2dc\uc791 \ud504\ub85c\uc138\uc2a4\uac00 \uc911\ub2e8\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_PLUGIN_SHUTDOWN_PLUGIN_EXCEPTION_34=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc885\ub8cc \ud504\ub85c\uc138\uc2a4 \uc911 \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \uc885\ub8cc \ud50c\ub7ec\uadf8\uc778\uc744 \ud638\ucd9c\ud560 \ub54c \uc608\uc678\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_PLUGIN_POST_CONNECT_PLUGIN_EXCEPTION_35=%3$s\uc5d0\uc11c \uc5f0\uacb0 %2$d\uc5d0 \ub300\ud574 \uad6c\uc131 \ud56d\ubaa9 %1$s\uc5d0 \uc815\uc758\ub41c \uc0ac\ud6c4 \uc5f0\uacb0 \ud50c\ub7ec\uadf8\uc778\uc744 \ud638\ucd9c\ud560 \ub54c \uc608\uc678\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %4$s. \uc5f0\uacb0\uc774 \uc885\ub8cc\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_PLUGIN_POST_CONNECT_PLUGIN_RETURNED_NULL_36=%3$s\uc5d0\uc11c \uc5f0\uacb0 %2$d\uc5d0 \ub300\ud574 \uad6c\uc131 \ud56d\ubaa9 %1$s\uc5d0 \uc815\uc758\ub41c \uc0ac\ud6c4 \uc5f0\uacb0 \ud50c\ub7ec\uadf8\uc778\uc744 \ud638\ucd9c\ud560 \ub54c null \uac12\uc774 \ubc18\ud658\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc774 \uac12\uc740 \uc798\ubabb\ub41c \uc751\ub2f5\uc774\ubbc0\ub85c \uc5f0\uacb0\uc774 \uc885\ub8cc\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_PLUGIN_POST_DISCONNECT_PLUGIN_EXCEPTION_37=%3$s\uc5d0\uc11c \uc5f0\uacb0 %2$d\uc5d0 \ub300\ud574 \uad6c\uc131 \ud56d\ubaa9 %1$s\uc5d0 \uc815\uc758\ub41c \uc0ac\ud6c4 \uc5f0\uacb0 \ud574\uc81c \ud50c\ub7ec\uadf8\uc778\uc744 \ud638\ucd9c\ud560 \ub54c \uc608\uc678\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %4$s |
| | | SEVERE_ERR_PLUGIN_POST_DISCONNECT_PLUGIN_RETURNED_NULL_38=%3$s\uc5d0\uc11c \uc5f0\uacb0 %2$d\uc5d0 \ub300\ud574 \uad6c\uc131 \ud56d\ubaa9 %1$s\uc5d0 \uc815\uc758\ub41c \uc0ac\ud6c4 \uc5f0\uacb0 \ud574\uc81c \ud50c\ub7ec\uadf8\uc778\uc744 \ud638\ucd9c\ud560 \ub54c null \uac12\uc774 \ubc18\ud658\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc774 \uac12\uc740 \uc798\ubabb\ub41c \uc751\ub2f5\uc785\ub2c8\ub2e4. |
| | | SEVERE_ERR_PLUGIN_PRE_PARSE_PLUGIN_EXCEPTION_39=\uc5f0\uacb0 %3$d \uc791\uc5c5 %4$d\uc5d0 \ub300\ud574 \uad6c\uc131 \ud56d\ubaa9 %2$s\uc5d0 \uc815\uc758\ub41c \uc0ac\uc804 \uad6c\ubb38 \ubd84\uc11d %1$s \ud50c\ub7ec\uadf8\uc778\uc744 \ud638\ucd9c\ud560 \ub54c \uc608\uc678\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %5$s. \uc774 \uc791\uc5c5\uc5d0 \ub300\ud55c \ucc98\ub9ac\uac00 \uc885\ub8cc\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_PLUGIN_PRE_PARSE_PLUGIN_RETURNED_NULL_40=\uc5f0\uacb0 %3$d \uc791\uc5c5 %4$s\uc5d0 \ub300\ud574 \uad6c\uc131 \ud56d\ubaa9 %2$s\uc5d0 \uc815\uc758\ub41c \uc0ac\uc804 \uad6c\ubb38 \ubd84\uc11d %1$s \ud50c\ub7ec\uadf8\uc778\uc744 \ud638\ucd9c\ud560 \ub54c null\uc774 \ubc18\ud658\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc774 \uac12\uc740 \uc798\ubabb\ub41c \uc751\ub2f5\uc774\ubbc0\ub85c \uc774 \uc791\uc5c5\uc5d0 \ub300\ud55c \ucc98\ub9ac\uac00 \uc885\ub8cc\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_PLUGIN_PRE_OPERATION_PLUGIN_EXCEPTION_41=\uc5f0\uacb0 %3$d \uc791\uc5c5 %4$d\uc5d0 \ub300\ud574 \uad6c\uc131 \ud56d\ubaa9 %2$s\uc5d0 \uc815\uc758\ub41c \uc0ac\uc804 \uc791\uc5c5 %1$s \ud50c\ub7ec\uadf8\uc778\uc744 \ud638\ucd9c\ud560 \ub54c \uc608\uc678\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %5$s. \uc774 \uc791\uc5c5\uc5d0 \ub300\ud55c \ucc98\ub9ac\uac00 \uc885\ub8cc\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_PLUGIN_PRE_OPERATION_PLUGIN_RETURNED_NULL_42=\uc5f0\uacb0 %3$d \uc791\uc5c5 %4$d\uc5d0 \ub300\ud574 \uad6c\uc131 \ud56d\ubaa9 %2$s\uc5d0 \uc815\uc758\ub41c \uc0ac\uc804 \uc791\uc5c5 %1$s \ud50c\ub7ec\uadf8\uc778\uc744 \ud638\ucd9c\ud560 \ub54c null\uc774 \ubc18\ud658\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc774 \uac12\uc740 \uc798\ubabb\ub41c \uc751\ub2f5\uc774\ubbc0\ub85c \uc774 \uc791\uc5c5\uc5d0 \ub300\ud55c \ucc98\ub9ac\uac00 \uc885\ub8cc\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_PLUGIN_POST_OPERATION_PLUGIN_EXCEPTION_43=\uc5f0\uacb0 %3$d \uc791\uc5c5 %4$d\uc5d0 \ub300\ud574 \uad6c\uc131 \ud56d\ubaa9 %2$s\uc5d0 \uc815\uc758\ub41c \uc0ac\ud6c4 \uc791\uc5c5 %1$s \ud50c\ub7ec\uadf8\uc778\uc744 \ud638\ucd9c\ud560 \ub54c \uc608\uc678\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %5$s. \uc774 \uc791\uc5c5\uc5d0 \ub300\ud55c \ucc98\ub9ac\uac00 \uc885\ub8cc\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_PLUGIN_POST_OPERATION_PLUGIN_RETURNED_NULL_44=\uc5f0\uacb0 %3$d \uc791\uc5c5 %4$d\uc5d0 \ub300\ud574 \uad6c\uc131 \ud56d\ubaa9 %2$s\uc5d0 \uc815\uc758\ub41c \uc0ac\ud6c4 \uc791\uc5c5 %1$s \ud50c\ub7ec\uadf8\uc778\uc744 \ud638\ucd9c\ud560 \ub54c null\uc774 \ubc18\ud658\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc774 \uac12\uc740 \uc798\ubabb\ub41c \uc751\ub2f5\uc774\ubbc0\ub85c \uc774 \uc791\uc5c5\uc5d0 \ub300\ud55c \ucc98\ub9ac\uac00 \uc885\ub8cc\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_PLUGIN_POST_RESPONSE_PLUGIN_EXCEPTION_45=\uc5f0\uacb0 %3$d \uc791\uc5c5 %4$d\uc5d0 \ub300\ud574 \uad6c\uc131 \ud56d\ubaa9 %2$s\uc5d0 \uc815\uc758\ub41c \uc0ac\ud6c4 \uc751\ub2f5 %1$s \ud50c\ub7ec\uadf8\uc778\uc744 \ud638\ucd9c\ud560 \ub54c \uc608\uc678\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %5$s. \uc774 \uc791\uc5c5\uc5d0 \ub300\ud55c \ucc98\ub9ac\uac00 \uc885\ub8cc\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_PLUGIN_POST_RESPONSE_PLUGIN_RETURNED_NULL_46=\uc5f0\uacb0 %3$d \uc791\uc5c5 %4$d\uc5d0 \ub300\ud574 \uad6c\uc131 \ud56d\ubaa9 %2$s\uc5d0 \uc815\uc758\ub41c \uc0ac\ud6c4 \uc751\ub2f5 %1$s \ud50c\ub7ec\uadf8\uc778\uc744 \ud638\ucd9c\ud560 \ub54c null\uc774 \ubc18\ud658\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc774 \uac12\uc740 \uc798\ubabb\ub41c \uc751\ub2f5\uc774\ubbc0\ub85c \uc774 \uc791\uc5c5\uc5d0 \ub300\ud55c \ucc98\ub9ac\uac00 \uc885\ub8cc\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_PLUGIN_SEARCH_ENTRY_PLUGIN_EXCEPTION_47=%4$s \ud56d\ubaa9\uc744 \uac00\uc9c4 \uc5f0\uacb0 %2$d \uc791\uc5c5 %3$d\uc5d0 \ub300\ud574 \uad6c\uc131 \ud56d\ubaa9 %1$s\uc5d0 \uc815\uc758\ub41c \uac80\uc0c9 \uacb0\uacfc \ud56d\ubaa9 \ud50c\ub7ec\uadf8\uc778\uc744 \ud638\ucd9c\ud560 \ub54c \uc608\uc678\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %5$s. \uc774 \uac80\uc0c9 \uc791\uc5c5\uc5d0 \ub300\ud55c \ucc98\ub9ac\uac00 \uc885\ub8cc\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_PLUGIN_SEARCH_ENTRY_PLUGIN_RETURNED_NULL_48=%4$s \ud56d\ubaa9\uc744 \uac00\uc9c4 \uc5f0\uacb0 %2$d \uc791\uc5c5 %3$d\uc5d0 \ub300\ud574 \uad6c\uc131 \ud56d\ubaa9 %1$s\uc5d0 \uc815\uc758\ub41c \uac80\uc0c9 \uacb0\uacfc \ud56d\ubaa9 \ud50c\ub7ec\uadf8\uc778\uc744 \ud638\ucd9c\ud560 \ub54c null\uc774 \ubc18\ud658\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc774 \uac12\uc740 \uc798\ubabb\ub41c \uc751\ub2f5\uc774\ubbc0\ub85c \uc774 \uac80\uc0c9 \uc791\uc5c5\uc5d0 \ub300\ud55c \ucc98\ub9ac\uac00 \uc885\ub8cc\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_PLUGIN_SEARCH_REFERENCE_PLUGIN_EXCEPTION_49=%4$s \ucc38\uc870 URL\uc744 \uac00\uc9c4 \uc5f0\uacb0 %2$d \uc791\uc5c5 %3$d\uc5d0 \ub300\ud574 \uad6c\uc131 \ud56d\ubaa9 %1$s\uc5d0 \uc815\uc758\ub41c \uac80\uc0c9 \uacb0\uacfc \ucc38\uc870 \ud50c\ub7ec\uadf8\uc778\uc744 \ud638\ucd9c\ud560 \ub54c \uc608\uc678\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %5$s. \uc774 \uac80\uc0c9 \uc791\uc5c5\uc5d0 \ub300\ud55c \ucc98\ub9ac\uac00 \uc885\ub8cc\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_PLUGIN_SEARCH_REFERENCE_PLUGIN_RETURNED_NULL_50=%4$s \ucc38\uc870 URL\uc744 \uac00\uc9c4 \uc5f0\uacb0 %2$d \uc791\uc5c5 %3$d\uc5d0 \ub300\ud574 \uad6c\uc131 \ud56d\ubaa9 %1$s\uc5d0 \uc815\uc758\ub41c \uac80\uc0c9 \uacb0\uacfc \ucc38\uc870 \ud50c\ub7ec\uadf8\uc778\uc744 \ud638\ucd9c\ud560 \ub54c null\uc774 \ubc18\ud658\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc774 \uac12\uc740 \uc798\ubabb\ub41c \uc751\ub2f5\uc774\ubbc0\ub85c \uc774 \uac80\uc0c9 \uc791\uc5c5\uc5d0 \ub300\ud55c \ucc98\ub9ac\uac00 \uc885\ub8cc\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_PLUGIN_LASTMOD_INVALID_PLUGIN_TYPE_51=\ud638\ucd9c\ud560 LastMod \ud50c\ub7ec\uadf8\uc778\uc744 %s \ud50c\ub7ec\uadf8\uc778\uc73c\ub85c \ub4f1\ub85d\ud558\ub824\uace0 \ud588\uc2b5\ub2c8\ub2e4. \uc774 \ud50c\ub7ec\uadf8\uc778 \uc720\ud615\uc740 \uc774 \ud50c\ub7ec\uadf8\uc778\uc5d0 \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | INFO_PROFILEVIEWER_DESCRIPTION_FILENAMES_52=\ud504\ub85c\ud544 \ub370\uc774\ud130 \ud30c\uc77c\uc758 \uacbd\ub85c\uc785\ub2c8\ub2e4. \uc774 \uc778\uc218\ub97c \uc5ec\ub7ec \ubc88 \uc81c\uacf5\ud558\uc5ec \uc5ec\ub7ec \ub370\uc774\ud130 \ud30c\uc77c\uc758 \ub370\uc774\ud130\ub97c \ubd84\uc11d\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | INFO_PROFILEVIEWER_DESCRIPTION_USE_GUI_53=\ud504\ub85c\ud544 \uc815\ubcf4\ub97c GUI \ubaa8\ub4dc\ub85c \ud45c\uc2dc\ud560\uc9c0, \uacb0\uacfc \ub370\uc774\ud130\ub97c \ud45c\uc900 \ucd9c\ub825\uc73c\ub85c \uae30\ub85d\ud560\uc9c0 \uc5ec\ubd80\ub97c \ub098\ud0c0\ub0c5\ub2c8\ub2e4. |
| | | INFO_PROFILEVIEWER_DESCRIPTION_USAGE_54=\uc774 \uc0ac\uc6a9\ubc95 \uc815\ubcf4 \ud45c\uc2dc |
| | | SEVERE_ERR_PROFILEVIEWER_CANNOT_INITIALIZE_ARGS_55=\uba85\ub839\uc904 \uc778\uc218\ub97c \ucd08\uae30\ud654\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_PROFILEVIEWER_ERROR_PARSING_ARGS_56=\uba85\ub839\uc904 \uc778\uc218\ub97c \uad6c\ubb38 \ubd84\uc11d\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_PROFILEVIEWER_CANNOT_PROCESS_DATA_FILE_57=%s \ud30c\uc77c\uc5d0\uc11c \ud504\ub85c\ud544 \ub370\uc774\ud130\ub97c \ucc98\ub9ac\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_PLUGIN_LDIF_IMPORT_PLUGIN_EXCEPTION_58=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c LDIF \uac00\uc838\uc624\uae30 \ud50c\ub7ec\uadf8\uc778\uc744 %s \ud56d\ubaa9\uc5d0\uc11c \ud638\ucd9c\ud560 \ub54c \uc608\uc678\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_PLUGIN_LDIF_IMPORT_PLUGIN_RETURNED_NULL_59=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c LDIF \uac00\uc838\uc624\uae30 \ud50c\ub7ec\uadf8\uc778\uc744 %s \ud56d\ubaa9\uc5d0\uc11c \ud638\ucd9c\ud560 \ub54c null\uc774 \ubc18\ud658\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc774 \uac12\uc740 \uc798\ubabb\ub41c \uc751\ub2f5\uc785\ub2c8\ub2e4. |
| | | SEVERE_ERR_PLUGIN_LDIF_EXPORT_PLUGIN_EXCEPTION_60=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c LDIF \ub0b4\ubcf4\ub0b4\uae30 \ud50c\ub7ec\uadf8\uc778\uc744 %s \ud56d\ubaa9\uc5d0\uc11c \ud638\ucd9c\ud560 \ub54c \uc608\uc678\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_PLUGIN_LDIF_EXPORT_PLUGIN_RETURNED_NULL_61=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c LDIF \ub0b4\ubcf4\ub0b4\uae30 \ud50c\ub7ec\uadf8\uc778\uc744 %s \ud56d\ubaa9\uc5d0\uc11c \ud638\ucd9c\ud560 \ub54c null\uc774 \ubc18\ud658\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc774 \uac12\uc740 \uc798\ubabb\ub41c \uc751\ub2f5\uc785\ub2c8\ub2e4. |
| | | SEVERE_ERR_PLUGIN_ENTRYUUID_INVALID_PLUGIN_TYPE_62=\ud638\ucd9c\ud560 EntryUUID \ud50c\ub7ec\uadf8\uc778\uc744 %s \ud50c\ub7ec\uadf8\uc778\uc73c\ub85c \ub4f1\ub85d\ud558\ub824\uace0 \ud588\uc2b5\ub2c8\ub2e4. \uc774 \ud50c\ub7ec\uadf8\uc778 \uc720\ud615\uc740 \uc774 \ud50c\ub7ec\uadf8\uc778\uc5d0 \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_PLUGIN_INTERMEDIATE_RESPONSE_PLUGIN_EXCEPTION_63=\uc5f0\uacb0 %2$d \uc791\uc5c5 %3$d\uc5d0 \ub300\ud574 \uad6c\uc131 \ud56d\ubaa9 %1$s\uc5d0 \uc815\uc758\ub41c \uc911\uac04 \uc751\ub2f5 \ud50c\ub7ec\uadf8\uc778\uc744 \ud638\ucd9c\ud560 \ub54c \uc608\uc678\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %4$s. \uc774 \uc791\uc5c5\uc5d0 \ub300\ud55c \ucc98\ub9ac\uac00 \uc885\ub8cc\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_PLUGIN_INTERMEDIATE_RESPONSE_PLUGIN_RETURNED_NULL_64=\uc5f0\uacb0 %2$d \uc791\uc5c5 %3$d\uc5d0 \ub300\ud574 \uad6c\uc131 \ud56d\ubaa9 %1$s\uc5d0 \uc815\uc758\ub41c \uc911\uac04 \uc751\ub2f5 \ud50c\ub7ec\uadf8\uc778\uc744 \ud638\ucd9c\ud560 \ub54c null\uc774 \ubc18\ud658\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc774 \uac12\uc740 \uc798\ubabb\ub41c \uc751\ub2f5\uc774\ubbc0\ub85c \uc774 \uc791\uc5c5\uc5d0 \ub300\ud55c \ucc98\ub9ac\uac00 \uc885\ub8cc\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_PLUGIN_PWPIMPORT_INVALID_PLUGIN_TYPE_65=\ud638\ucd9c\ud560 \ube44\ubc00\ubc88\ud638 \uc815\ucc45 \uac00\uc838\uc624\uae30 \ud50c\ub7ec\uadf8\uc778\uc744 %s \ud50c\ub7ec\uadf8\uc778\uc73c\ub85c \ub4f1\ub85d\ud558\ub824\uace0 \ud588\uc2b5\ub2c8\ub2e4. \uc774 \ud50c\ub7ec\uadf8\uc778 \uc720\ud615\uc740 \uc774 \ud50c\ub7ec\uadf8\uc778\uc5d0 \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_PLUGIN_PWPIMPORT_ERROR_ENCODING_PASSWORD_66=\uc0ac\uc6a9\uc790 \ud56d\ubaa9 %2$s\uc758 %1$s \uc18d\uc131\uc5d0 \uc800\uc7a5\ub41c \ube44\ubc00\ubc88\ud638 \uac12\uc744 \uc778\ucf54\ub529\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s. \uc774 \uc0ac\uc6a9\uc790\uc5d0 \ub300\ud55c \ube44\ubc00\ubc88\ud638 \uac12\uc740 \uc778\ucf54\ub529\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_PLUGIN_TYPE_NOT_SUPPORTED_67=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ud50c\ub7ec\uadf8\uc778\uc774 %s \ud50c\ub7ec\uadf8\uc778 \uc720\ud615\uc744 \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | INFO_PROFILEVIEWER_TOOL_DESCRIPTION_68=\uc774 \uc720\ud2f8\ub9ac\ud2f0\ub97c \uc0ac\uc6a9\ud558\uba74 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ud504\ub85c\ud544\ub7ec\uc5d0\uc11c \ucea1\ucc98\ud55c \ub370\uc774\ud130 \ud30c\uc77c\uc758 \uc815\ubcf4\ub97c \ubcfc \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_PLUGIN_PWIMPORT_NO_DEFAULT_AUTH_SCHEMES_69=\ube44\ubc00\ubc88\ud638 \uc815\ucc45 \uac00\uc838\uc624\uae30 \ud50c\ub7ec\uadf8\uc778\uc5d0 \uae30\ubcf8 \uc778\uc99d \ube44\ubc00\ubc88\ud638 \uc2a4\ud0a4\ub9c8\uac00 \uad6c\uc131\ub418\uc5b4 \uc788\uc9c0 \uc54a\uace0 \uc11c\ubc84\uac00 %s \uc778\uc99d \ube44\ubc00\ubc88\ud638 \uc2a4\ud0a4\ub9c8\ub97c \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_PLUGIN_PWIMPORT_INVALID_DEFAULT_AUTH_SCHEME_70=\ube44\ubc00\ubc88\ud638 \uc815\ucc45 \uac00\uc838\uc624\uae30 \ud50c\ub7ec\uadf8\uc778\uc5d0\uc11c \ucc38\uc870\ud558\ub294 \uc778\uc99d \ube44\ubc00\ubc88\ud638 \uc800\uc7a5\uc18c \uc2a4\ud0a4\ub9c8 %s\uc774(\uac00) \uc11c\ubc84\uc5d0\uc11c \uc0ac\uc6a9\ud560 \uc218 \uc788\ub3c4\ub85d \uad6c\uc131\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_PLUGIN_PWIMPORT_NO_DEFAULT_USER_SCHEMES_71=\ube44\ubc00\ubc88\ud638 \uc815\ucc45 \uac00\uc838\uc624\uae30 \ud50c\ub7ec\uadf8\uc778\uc5d0 \uae30\ubcf8 \uc0ac\uc6a9\uc790 \ube44\ubc00\ubc88\ud638 \uc2a4\ud0a4\ub9c8\uac00 \uad6c\uc131\ub418\uc5b4 \uc788\uc9c0 \uc54a\uace0 \uc11c\ubc84\uac00 %s \uc778\uc99d \ube44\ubc00\ubc88\ud638 \uc2a4\ud0a4\ub9c8\ub97c \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_PLUGIN_PWIMPORT_INVALID_DEFAULT_USER_SCHEME_72=\ube44\ubc00\ubc88\ud638 \uc815\ucc45 \uac00\uc838\uc624\uae30 \ud50c\ub7ec\uadf8\uc778\uc5d0\uc11c \ucc38\uc870\ud558\ub294 \uc0ac\uc6a9\uc790 \ube44\ubc00\ubc88\ud638 \uc800\uc7a5\uc18c \uc2a4\ud0a4\ub9c8 %s\uc774(\uac00) \uc11c\ubc84\uc5d0\uc11c \uc0ac\uc6a9\ud560 \uc218 \uc788\ub3c4\ub85d \uad6c\uc131\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_PLUGIN_PWIMPORT_NO_SUCH_POLICY_73='%s' \ud56d\ubaa9\uc740 \uc0ac\uc6a9\uc790 \uc815\uc758 \ube44\ubc00\ubc88\ud638 \uc815\ucc45 '%s'\uc744(\ub97c) \uc0ac\uc6a9\ud568\uc744 \ub098\ud0c0\ub0b4\uc9c0\ub9cc \uc11c\ubc84\uc5d0 \ud574\ub2f9 \uc815\ucc45\uc774 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \ud56d\ubaa9\uc5d0 \ud3ec\ud568\ub41c \ubaa8\ub4e0 \ube44\ubc00\ubc88\ud638\ub294 \uae30\ubcf8 \uc800\uc7a5\uc18c \uc2a4\ud0a4\ub9c8\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc778\ucf54\ub529\ub418\uc9c0\ub9cc \uc774 \uc0ac\uc6a9\uc790\ub85c \uc778\uc99d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_PLUGIN_PWIMPORT_CANNOT_DECODE_POLICY_DN_74='%s' \ud56d\ubaa9\uc5d0\uc11c \uc0ac\uc6a9\uc790 \uc815\uc758 \ube44\ubc00\ubc88\ud638 \uc815\ucc45 \uc18d\uc131 \uac12\uc744 \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \ud56d\ubaa9\uc5d0 \ud3ec\ud568\ub41c \ubaa8\ub4e0 \ube44\ubc00\ubc88\ud638\ub294 \uae30\ubcf8 \uc800\uc7a5\uc18c \uc2a4\ud0a4\ub9c8\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc778\ucf54\ub529\ub418\uc9c0\ub9cc \uc774 \uc0ac\uc6a9\uc790\ub85c \uc778\uc99d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_PLUGIN_SUBORDINATE_MODIFY_DN_PLUGIN_EXCEPTION_75=\uc5f0\uacb0 %2$d \uc791\uc5c5 %3$d\uc5d0 \ub300\ud574 \uad6c\uc131 \ud56d\ubaa9 %1$s\uc5d0 \uc815\uc758\ub41c \ud558\uc704 DN \uc218\uc815 \ud50c\ub7ec\uadf8\uc778\uc744 \ud638\ucd9c\ud560 \ub54c \uc608\uc678\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %4$s. \uc774 \uc791\uc5c5\uc5d0 \ub300\ud55c \ucc98\ub9ac\uac00 \uc885\ub8cc\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_PLUGIN_SUBORDINATE_MODIFY_DN_PLUGIN_RETURNED_NULL_76=\uc5f0\uacb0 %2$d \uc791\uc5c5 %3$s\uc5d0 \ub300\ud574 \uad6c\uc131 \ud56d\ubaa9 %1$s\uc5d0 \uc815\uc758\ub41c \ud558\uc704 DN \uc218\uc815 \ud50c\ub7ec\uadf8\uc778\uc744 \ud638\ucd9c\ud560 \ub54c null\uc774 \ubc18\ud658\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc774 \uac12\uc740 \uc798\ubabb\ub41c \uc751\ub2f5\uc774\ubbc0\ub85c \uc774 \uc791\uc5c5\uc5d0 \ub300\ud55c \ucc98\ub9ac\uac00 \uc885\ub8cc\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_INVALID_PLUGIN_TYPE_77=\ud638\ucd9c\ud560 \uace0\uc720\uc131 \ud50c\ub7ec\uadf8\uc778\uc744 %s \ud50c\ub7ec\uadf8\uc778\uc73c\ub85c \ub4f1\ub85d\ud558\ub824\uace0 \ud588\uc2b5\ub2c8\ub2e4. \uc774 \ud50c\ub7ec\uadf8\uc778 \uc720\ud615\uc740 \uc774 \ud50c\ub7ec\uadf8\uc778\uc5d0 \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_MOD_NOT_UNIQUE_78=\uc81c\uc548\ub41c \ubcc0\uacbd\uc774 \uc18d\uc131 \uac12 \uace0\uc720\uc131 \uac80\uc0ac\uc5d0 \uc2e4\ud328\ud588\uae30 \ub54c\ubb38\uc5d0 %s \ud56d\ubaa9\uc758 \uc18d\uc131 \uac12\uc744 \uc218\uc815\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_ADD_NOT_UNIQUE_79=\ud56d\ubaa9\uc758 \uc18d\uc131 \uac12 \uc911 \ud558\ub098\uac00 \uc18d\uc131 \uac12 \uace0\uc720\uc131 \uac80\uc0ac\uc5d0 \uc2e4\ud328\ud588\uae30 \ub54c\ubb38\uc5d0 %s \ud56d\ubaa9\uc744 \ucd94\uac00\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_MODDN_NOT_UNIQUE_80=\uc81c\uc548\ub41c \ubcc0\uacbd\uc774 \uc18d\uc131 \uac12 \uace0\uc720\uc131 \uac80\uc0ac\uc5d0 \uc2e4\ud328\ud588\uae30 \ub54c\ubb38\uc5d0 %s \ud56d\ubaa9\uc5d0 \ub300\ud55c DN \uc218\uc815 \uc791\uc5c5\uc744 \uc218\ud589\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_PLUGIN_REFERENT_INVALID_PLUGIN_TYPE_81=\ud638\ucd9c\ud560 \ucc38\uc870 \ubb34\uacb0\uc131 \ud50c\ub7ec\uadf8\uc778\uc744 %s \ud50c\ub7ec\uadf8\uc778\uc73c\ub85c \ub4f1\ub85d\ud558\ub824\uace0 \ud588\uc2b5\ub2c8\ub2e4. \uc774 \ud50c\ub7ec\uadf8\uc778 \uc720\ud615\uc740 \uc774 \ud50c\ub7ec\uadf8\uc778\uc5d0 \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_PLUGIN_REFERENT_CREATE_LOGFILE_82=\ub85c\uadf8 \ud30c\uc77c\uc744 \ub9cc\ub4e4\uc9c0 \ubabb\ud588\uae30 \ub54c\ubb38\uc5d0 \ucc38\uc870 \ubb34\uacb0\uc131 \ud50c\ub7ec\uadf8\uc778\uc744 \ucd08\uae30\ud654\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_PLUGIN_REFERENT_CLOSE_LOGFILE_83=\ucc38\uc870 \ubb34\uacb0\uc131 \ud50c\ub7ec\uadf8\uc778 \uc5c5\ub370\uc774\ud2b8 \ub85c\uadf8 \ud30c\uc77c\uc744 \ub2eb\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_PLUGIN_REFERENT_REPLACE_LOGFILE_84=\ucc38\uc870 \ubb34\uacb0\uc131 \ud50c\ub7ec\uadf8\uc778 \uc5c5\ub370\uc774\ud2b8 \ub85c\uadf8 \ud30c\uc77c\uc744 \ubc14\uafb8\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_PLUGIN_REFERENT_LOGFILE_CHANGE_REQUIRES_RESTART_85=\ubc31\uadf8\ub77c\uc6b4\ub4dc \ucc98\ub9ac \uc911 \ucc38\uc870 \ubb34\uacb0\uc131 \ud50c\ub7ec\uadf8\uc778 \ub85c\uadf8\uac00 \ubcc0\uacbd\ub41c \ud30c\uc77c \uc774\ub984\uc774 %s\uc5d0\uc11c %s(\uc73c)\ub85c \ubcc0\uacbd\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc774 \ubcc0\uacbd \uc0ac\ud56d\uc744 \uc801\uc6a9\ud558\ub824\uba74 \uc11c\ubc84\ub97c \ub2e4\uc2dc \uc2dc\uc791\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | INFO_PLUGIN_REFERENT_BACKGROUND_PROCESSING_UPDATE_INTERVAL_CHANGED_86=\ucc38\uc870 \ubb34\uacb0\uc131 \ud50c\ub7ec\uadf8\uc778 \ubc31\uadf8\ub77c\uc6b4\ub4dc \ucc98\ub9ac \uc5c5\ub370\uc774\ud2b8 \uac04\uaca9\uc774 %s\uc5d0\uc11c %s(\uc73c)\ub85c \ubcc0\uacbd\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc774\uc81c \ubc31\uadf8\ub77c\uc6b4\ub4dc \ucc98\ub9ac \uc911 \uc0c8 \uac12\uc774 \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | INFO_PLUGIN_REFERENT_BACKGROUND_PROCESSING_STOPPING_87=\ucc38\uc870 \ubb34\uacb0\uc131 \ud50c\ub7ec\uadf8\uc778 \ubc31\uadf8\ub77c\uc6b4\ub4dc \ucc98\ub9ac\uac00 \uc911\uc9c0\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | INFO_PLUGIN_REFERENT_BACKGROUND_PROCESSING_STARTING_88=\ucc38\uc870 \ubb34\uacb0\uc131 \ud50c\ub7ec\uadf8\uc778\uc774 \uc5c5\ub370\uc774\ud2b8 \uac04\uaca9 %s\uc744(\ub97c) \uc0ac\uc6a9\ud558\uc5ec \ubc31\uadf8\ub77c\uc6b4\ub4dc \ucc98\ub9ac\ub97c \uc2dc\uc791\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_PLUGIN_REFERENT_SEARCH_FAILED_89=\ub0b4\ubd80 \uac80\uc0c9\uc744 \uc218\ud589\ud560 \ub54c \ucc38\uc870 \ubb34\uacb0\uc131 \ud50c\ub7ec\uadf8\uc778\uc774 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_PLUGIN_REFERENT_MODIFY_FAILED_90=%s \ud56d\ubaa9\uc5d0\uc11c \ub0b4\ubd80 \uc218\uc815\uc744 \uc218\ud589\ud560 \ub54c \ucc38\uc870 \ubb34\uacb0\uc131 \ud50c\ub7ec\uadf8\uc778\uc774 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_PLUGIN_REFERENT_CANNOT_DECODE_STRING_AS_DN_91=\ucc38\uc870 \ubb34\uacb0\uc131 \ud50c\ub7ec\uadf8\uc778\uc774 \uc5c5\ub370\uc774\ud2b8 \ub85c\uadf8\uc5d0\uc11c \ud56d\ubaa9 DN\uc744 \ud574\ub3c5\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_PLUGIN_REFERENT_SEARCH_NO_SUCH_OBJECT_92=\uae30\ubcf8 DN %s\uc774(\uac00) \uc5c6\uae30 \ub54c\ubb38\uc5d0 \uac80\uc0c9\uc744 \uc218\ud589\ud560 \ub54c \ucc38\uc870 \ubb34\uacb0\uc131 \ud50c\ub7ec\uadf8\uc778\uc774 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_PLUGIN_REFERENT_INVALID_ATTRIBUTE_SYNTAX_93=\uad6c\ubb38 OID\uac00 %2$s\uc778 \uc18d\uc131 \uc720\ud615 %1$s\uc744(\ub97c) \uad6c\uc131\ud558\ub294 \ub3d9\uc548 \ucc38\uc870 \ubb34\uacb0\uc131 \ud50c\ub7ec\uadf8\uc778\uc5d0\uc11c \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ucc38\uc870 \ubb34\uacb0\uc131 \uc18d\uc131 \uc720\ud615\uc740 \uad6c\ubb38 OID\uac00 1.3.6.1.4.1.1466.115.121.1.12(\uace0\uc720 \uc774\ub984 \uad6c\ubb38) \ub610\ub294 1.3.6.1.4.1.1466.115.121.1.34(\uc774\ub984 \ubc0f \uc120\ud0dd\uc801 UID \uad6c\ubb38)\uc774\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_PLUGIN_REFERENT_SKIP_DELETE_PROCESSING_94=\ucf54\uc5b4 \uc791\uc5c5\uc774 \uc2e4\ud328\ud588\uae30 \ub54c\ubb38\uc5d0 \ucc38\uc870 \ubb34\uacb0\uc131 \ud50c\ub7ec\uadf8\uc778\uc774 %s \ud56d\ubaa9\uc5d0 \ub300\ud55c \uc0ac\ud6c4 \uc0ad\uc81c \uc791\uc5c5\uc744 \ucc98\ub9ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_PLUGIN_REFERENT_SKIP_MODIFY_DN_PROCESSING_95=\ucf54\uc5b4 \uc791\uc5c5\uc774 \uc2e4\ud328\ud588\uae30 \ub54c\ubb38\uc5d0 \ucc38\uc870 \ubb34\uacb0\uc131 \ud50c\ub7ec\uadf8\uc778\uc774 %s \ud56d\ubaa9\uc5d0 \ub300\ud55c DN \uc0ac\ud6c4 \uc218\uc815 \uc791\uc5c5\uc744 \ucc98\ub9ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_PLUGIN_7BIT_INVALID_PLUGIN_TYPE_96=7\ube44\ud2b8 \uc815\ub9ac \ud50c\ub7ec\uadf8\uc778\uc774 \uc798\ubabb\ub41c \ud50c\ub7ec\uadf8 \uc720\ud615 %s(\uc73c)\ub85c \uad6c\uc131\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. ldifImport, preOperationAdd, preOperationModify \ubc0f preOperationModifyDN \ud50c\ub7ec\uadf8\uc778 \uc720\ud615\ub9cc \ud5c8\uc6a9\ub429\ub2c8\ub2e4. |
| | | MILD_ERR_PLUGIN_7BIT_CANNOT_DECODE_DN_97=\ub300\uc0c1 \ud56d\ubaa9\uc758 DN\uc744 \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_PLUGIN_7BIT_CANNOT_DECODE_ATTR_98=\ub300\uc0c1 \ud56d\ubaa9\uc5d0\uc11c %s \uc18d\uc131\uc744 \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_PLUGIN_7BIT_CANNOT_DECODE_NEW_RDN_99=\uc0c8 RDN\uc744 \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_PLUGIN_7BIT_ADD_ATTR_NOT_CLEAN_100=\ucd94\uac00\ud560 \ud56d\ubaa9\uc5d0 7\ube44\ud2b8 \uc815\ub9ac\uac00 \uc544\ub2cc %s \uc18d\uc131 \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_PLUGIN_7BIT_MODIFY_ATTR_NOT_CLEAN_101=\uc218\uc815 \uc791\uc5c5\uc758 \uacb0\uacfc\uc5d0 7\ube44\ud2b8 \uc815\ub9ac\uac00 \uc544\ub2cc %s \uc18d\uc131 \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_PLUGIN_7BIT_MODIFYDN_ATTR_NOT_CLEAN_102=DN \uc218\uc815 \uc791\uc5c5\uc758 \uacb0\uacfc\uc5d0 7\ube44\ud2b8 \uc815\ub9ac\uac00 \uc544\ub2cc %s \uc18d\uc131 \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_PLUGIN_7BIT_IMPORT_ATTR_NOT_CLEAN_103=\ud56d\ubaa9\uc5d0 7\ube44\ud2b8 \uc815\ub9ac\uac00 \uc544\ub2cc %s \uc18d\uc131 \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_PLUGIN_PWIMPORT_NO_SUCH_DEFAULT_AUTH_SCHEME_104=\ube44\ubc00\ubc88\ud638 \uc815\ucc45 \uac00\uc838\uc624\uae30 \ud50c\ub7ec\uadf8\uc778\uc774 \uc11c\ubc84\uc5d0 \uc0ac\uc6a9\ud560 \uc218 \uc5c6\ub294 \uae30\ubcf8 \uc778\uc99d \ube44\ubc00\ubc88\ud638 \uc800\uc7a5\uc18c \uc2a4\ud0a4\ub9c8 %s\uc744(\ub97c) \ucc38\uc870\ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_PLUGIN_POST_SYNCHRONIZATION_PLUGIN_EXCEPTION_105=\uc5f0\uacb0 %3$d \uc791\uc5c5 %4$d\uc5d0 \ub300\ud574 \uad6c\uc131 \ud56d\ubaa9 %2$s\uc5d0 \uc815\uc758\ub41c \uc0ac\ud6c4 \ub3d9\uae30\ud654 %1$s \ud50c\ub7ec\uadf8\uc778\uc744 \ud638\ucd9c\ud560 \ub54c \uc608\uc678\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %5$s |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_ATTR_NOT_UNIQUE_106=%s \uc18d\uc131\uc5d0 \ub300\ud55c \uace0\uc720\uc131 \ucda9\ub3cc\uc774 \uac80\uc0c9\ub418\uc5c8\uc2b5\ub2c8\ub2e4: %s \uac12\uc774 %s \ud56d\ubaa9\uc5d0 \uc774\ubbf8 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_SYNC_NOT_UNIQUE_107=\ub3d9\uae30\ud654\ud558\ub294 \ub3d9\uc548 %1$s \uc18d\uc131\uc5d0 \ub300\ud574 \uace0\uc720\uc131 \ucda9\ub3cc\uc774 \uac80\uc0c9\ub418\uc5c8\uc2b5\ub2c8\ub2e4(connID=%2$d, opID=%3$d): %5$s \ud56d\ubaa9\uc758 \uac12 %4$s\uc774(\uac00) %6$s \ud56d\ubaa9\uc758 \uae30\uc874 \uac12\uacfc \ucda9\ub3cc\ud569\ub2c8\ub2e4. \ucda9\ub3cc\uc744 \ud574\uacb0\ud558\ub824\uba74 \uc218\ub3d9\uc73c\ub85c \uc791\uc5c5\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_INTERNAL_ERROR_108=\uc791\uc5c5\uc5d0\uc11c \uace0\uc720\uc131 \ucda9\ub3cc(\uacb0\uacfc %s, \uba54\uc2dc\uc9c0 %s)\uc774 \ubc1c\uc0dd\ud558\ub294\uc9c0 \uc5ec\ubd80\ub97c \ud655\uc778\ud558\ub294 \ub3d9\uc548 \ub0b4\ubd80 \uc624\ub958\uac00 \ubc1c\uc0dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_INTERNAL_ERROR_SYNC_109=%3$s \ud56d\ubaa9\uc5d0 \ub300\ud55c \ub3d9\uae30\ud654 \uc791\uc5c5(connID=%1$d, opID=%2$d)\uc5d0\uc11c \uace0\uc720\uc131 \ucda9\ub3cc(\uacb0\uacfc %4$s, \uba54\uc2dc\uc9c0 %5$s)\uc774 \ubc1c\uc0dd\ud558\ub294\uc9c0 \uc5ec\ubd80\ub97c \ud655\uc778\ud558\ub294 \ub3d9\uc548 \ub0b4\ubd80 \uc624\ub958\uac00 \ubc1c\uc0dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_PLUGIN_REFERENT_ATTR_UNINDEXED_110=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ucc38\uc870 \ubb34\uacb0\uc131 \ud50c\ub7ec\uadf8\uc778\uc774 %s \uc18d\uc131\uc5d0 \ub300\ud574 \uc791\ub3d9\ud558\ub3c4\ub85d \uad6c\uc131\ub418\uc5b4 \uc788\uc9c0\ub9cc \ubc31\uc5d4\ub4dc %s\uc5d0 \uc774 \uc18d\uc131\uc5d0 \ub300\ud55c \ub3d9\uc77c \uc0c9\uc778\uc774 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_ATTR_UNINDEXED_111=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \uace0\uc720\uc131 \ud50c\ub7ec\uadf8\uc778\uc774 %s \uc18d\uc131\uc5d0 \ub300\ud574 \uc791\ub3d9\ud558\ub3c4\ub85d \uad6c\uc131\ub418\uc5b4 \uc788\uc9c0\ub9cc \ubc31\uc5d4\ub4dc %s\uc5d0 \uc774 \uc18d\uc131\uc5d0 \ub300\ud55c \ub3d9\uc77c \uc0c9\uc778\uc774 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| New file |
| | |
| | | # CDDL HEADER START |
| | | # |
| | | # The contents of this file are subject to the terms of the |
| | | # Common Development and Distribution License, Version 1.0 only |
| | | # (the "License"). You may not use this file except in compliance |
| | | # with the License. |
| | | # |
| | | # You can obtain a copy of the license at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE |
| | | # or https://OpenDS.dev.java.net/OpenDS.LICENSE. |
| | | # See the License for the specific language governing permissions |
| | | # and limitations under the License. |
| | | # |
| | | # When distributing Covered Code, include this CDDL HEADER in each |
| | | # file and include the License file at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, |
| | | # add the following below this CDDL HEADER, with the fields enclosed |
| | | # by brackets "[]" replaced with your own identifying information: |
| | | # Portions Copyright [yyyy] [name of copyright owner] |
| | | # |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2008 Sun Microsystems, Inc. |
| | | |
| | | |
| | | |
| | | # |
| | | # Global directives |
| | | # |
| | | global.category=PLUGIN |
| | | |
| | | # |
| | | # Format string definitions |
| | | # |
| | | # Keys must be formatted as follows: |
| | | # |
| | | # [SEVERITY]_[DESCRIPTION]_[ORDINAL] |
| | | # |
| | | # where: |
| | | # |
| | | # SEVERITY is one of: |
| | | # [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE] |
| | | # |
| | | # DESCRIPTION is an upper case string providing a hint as to the context of |
| | | # the message in upper case with the underscore ('_') character serving as |
| | | # word separator |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | SEVERE_ERR_PLUGIN_NULL_CONFIG_ENTRY_1=\u65e0\u6cd5\u521d\u59cb\u5316\u7c7b %s \u4e2d\u5b9a\u4e49\u7684\u63d2\u4ef6\u7684\u5b9e\u4f8b\uff0c\u56e0\u4e3a\u63d0\u4f9b\u7684\u914d\u7f6e\u6761\u76ee\u4e3a Null |
| | | INFO_PLUGIN_DESCRIPTION_SHUTDOWN_PASSWORD_2=\u6307\u5b9a\u4e00\u4e2a\u53ef\u9009\u7684\u7f16\u7801\u5bc6\u7801\uff0c\u5728\u505c\u6b62\u76ee\u5f55\u670d\u52a1\u5668\u65f6\u5c06\u9700\u8981\u4f7f\u7528\u8be5\u5bc6\u7801\u3002\u5982\u679c\u672a\u63d0\u4f9b\u8be5\u5bc6\u7801\uff0c\u5219\u4e0d\u9700\u8981\u4efb\u4f55\u5bc6\u7801\uff08\u5c3d\u7ba1\u4ecd\u5fc5\u987b\u901a\u8fc7\u670d\u52a1\u5668\u7684\u9a8c\u8bc1\u624d\u80fd\u6dfb\u52a0\u5fc5\u9700\u7684\u4efb\u52a1\u6761\u76ee\uff09\u3002\u5bf9\u6b64\u5bc6\u7801\u6240\u505a\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_PLUGIN_ADLIST_NO_PLUGIN_TYPES_3=\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684 LDAP \u5c5e\u6027\u63cf\u8ff0\u5217\u8868\u63d2\u4ef6\u5b9e\u4f8b\u672a\u5217\u51fa\u4efb\u4f55\u63d2\u4ef6\u7c7b\u578b\u3002\u5fc5\u987b\u5bf9\u8be5\u63d2\u4ef6\u8fdb\u884c\u914d\u7f6e\uff0c\u4ee5\u4fbf\u5c06\u5176\u7528\u4f5c\u89e3\u6790\u524d\u641c\u7d22\u63d2\u4ef6 |
| | | SEVERE_ERR_PLUGIN_ADLIST_INVALID_PLUGIN_TYPE_4=\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684 LDAP \u5c5e\u6027\u63cf\u8ff0\u5217\u8868\u63d2\u4ef6\u5b9e\u4f8b\u5217\u51fa\u4e86\u65e0\u6548\u7684\u63d2\u4ef6\u7c7b\u578b %s\u3002\u8be5\u63d2\u4ef6\u53ea\u80fd\u7528\u4f5c\u89e3\u6790\u524d\u641c\u7d22\u63d2\u4ef6 |
| | | SEVERE_ERR_PLUGIN_PROFILER_NO_PLUGIN_TYPES_5=\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u76ee\u5f55\u670d\u52a1\u5668\u5206\u6790\u5904\u7406\u63d2\u4ef6\u5b9e\u4f8b\u672a\u5217\u51fa\u4efb\u4f55\u63d2\u4ef6\u7c7b\u578b\u3002\u5fc5\u987b\u5bf9\u8be5\u63d2\u4ef6\u8fdb\u884c\u914d\u7f6e\uff0c\u4ee5\u4fbf\u5c06\u5176\u7528\u4f5c\u542f\u52a8\u63d2\u4ef6 |
| | | SEVERE_ERR_PLUGIN_PROFILER_INVALID_PLUGIN_TYPE_6=\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u76ee\u5f55\u670d\u52a1\u5668\u5206\u6790\u5904\u7406\u63d2\u4ef6\u5b9e\u4f8b\u5217\u51fa\u4e86\u65e0\u6548\u7684\u63d2\u4ef6\u7c7b\u578b %s\u3002\u8be5\u63d2\u4ef6\u53ea\u80fd\u7528\u4f5c\u542f\u52a8\u63d2\u4ef6 |
| | | INFO_PLUGIN_PROFILER_DESCRIPTION_PROFILE_DIR_7=\u5c06\u5199\u5165\u914d\u7f6e\u6587\u4ef6\u4fe1\u606f\u7684\u76ee\u5f55\u7684\u8def\u5f84\u3002\u8be5\u76ee\u5f55\u5fc5\u987b\u5b58\u5728\uff0c\u5e76\u4e14\u76ee\u5f55\u670d\u52a1\u5668\u5fc5\u987b\u5177\u6709\u5728\u5176\u4e2d\u521b\u5efa\u65b0\u6587\u4ef6\u7684\u6743\u9650\u3002\u5bf9\u6b64\u914d\u7f6e\u5c5e\u6027\u7684\u66f4\u6539\u5c06\u7acb\u5373\u751f\u6548 |
| | | SEVERE_WARN_PLUGIN_PROFILER_CANNOT_DETERMINE_PROFILE_DIR_8=\u5728\u5c1d\u8bd5\u786e\u5b9a %s \u6761\u76ee\u4e2d ds-cfg-profile-directory \u5c5e\u6027\u7684\u503c\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s\u3002\u5c06\u4f7f\u7528\u9ed8\u8ba4\u914d\u7f6e\u6587\u4ef6\u76ee\u5f55 %s |
| | | SEVERE_ERR_PLUGIN_PROFILER_CANNOT_WRITE_PROFILE_DATA_9=\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u5206\u6790\u5904\u7406\u63d2\u4ef6\u5c1d\u8bd5\u5c06\u6355\u83b7\u7684\u4fe1\u606f\u5199\u5165\u8f93\u51fa\u6587\u4ef6 %s \u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | INFO_PLUGIN_PROFILER_DESCRIPTION_AUTOSTART_10=\u6307\u793a\u5206\u6790\u5904\u7406\u63d2\u4ef6\u662f\u5426\u5e94\u8be5\u5728\u542f\u52a8\u76ee\u5f55\u670d\u52a1\u5668\u65f6\u81ea\u52a8\u5f00\u59cb\u6536\u96c6\u6570\u636e\u3002\u4ec5\u5728\u542f\u52a8\u670d\u52a1\u5668\u65f6\u624d\u4f1a\u8bfb\u53d6\u8be5\u6570\u636e\uff0c\u6240\u505a\u7684\u4efb\u4f55\u66f4\u6539\u5728\u4e0b\u6b21\u91cd\u65b0\u542f\u52a8\u670d\u52a1\u5668\u65f6\u624d\u4f1a\u751f\u6548 |
| | | SEVERE_WARN_PLUGIN_PROFILER_CANNOT_DETERMINE_AUTOSTART_11=\u5728\u5c1d\u8bd5\u786e\u5b9a %s \u6761\u76ee\u4e2d ds-cfg-enable-profiling-on-startup \u5c5e\u6027\u7684\u503c\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s\u3002\u4e0d\u4f1a\u5728\u542f\u52a8\u65f6\u81ea\u52a8\u6355\u83b7\u914d\u7f6e\u4fe1\u606f\uff0c\u5fc5\u987b\u624b\u52a8\u542f\u7528\u8be5\u64cd\u4f5c |
| | | INFO_PLUGIN_PROFILER_DESCRIPTION_INTERVAL_12=\u5728\u670d\u52a1\u5668\u4e2d\u6355\u83b7\u914d\u7f6e\u4fe1\u606f\u65f6\u5e94\u4f7f\u7528\u7684\u91c7\u6837\u95f4\u9694\u65f6\u95f4\u3002\u4e0b\u6b21\u542f\u52a8\u914d\u7f6e\u7a0b\u5e8f\u65f6\uff0c\u5bf9\u8be5\u914d\u7f6e\u5c5e\u6027\u6240\u505a\u7684\u66f4\u6539\u624d\u4f1a\u751f\u6548 |
| | | SEVERE_WARN_PLUGIN_PROFILER_CANNOT_DETERMINE_INTERVAL_13=\u5728\u5c1d\u8bd5\u786e\u5b9a %s \u6761\u76ee\u4e2d ds-cfg-profile-sample-interval \u5c5e\u6027\u7684\u503c\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s\u3002\u5c06\u4f7f\u7528\u9ed8\u8ba4\u91c7\u6837\u95f4\u9694\u65f6\u95f4 %d \u6beb\u79d2 |
| | | INFO_PLUGIN_PROFILER_DESCRIPTION_STATE_14=\u914d\u7f6e\u7a0b\u5e8f\u7684\u5f53\u524d\u72b6\u6001\u3002\u5b83\u5c06\u4e3a "enabled"\uff08\u6307\u793a\u914d\u7f6e\u7a0b\u5e8f\u7ebf\u7a0b\u6b63\u5728\u6536\u96c6\u6570\u636e\uff09\u6216 "disabled"\u3002\u8fd9\u662f\u4e00\u4e2a\u53ea\u8bfb\u5c5e\u6027 |
| | | INFO_PLUGIN_PROFILER_DESCRIPTION_ACTION_15=\u914d\u7f6e\u7a0b\u5e8f\u5e94\u6267\u884c\u7684\u64cd\u4f5c\u3002\u503c "start" \u5c06\u4f7f\u914d\u7f6e\u7a0b\u5e8f\u7ebf\u7a0b\u5f00\u59cb\u6536\u96c6\u6570\u636e\uff08\u5982\u679c\u8be5\u7ebf\u7a0b\u5c1a\u672a\u5904\u4e8e\u6d3b\u52a8\u72b6\u6001\uff09\u3002\u503c "stop" \u5c06\u4f7f\u914d\u7f6e\u7a0b\u5e8f\u7ebf\u7a0b\u505c\u6b62\u6536\u96c6\u6570\u636e\uff0c\u5e76\u5c06\u6570\u636e\u5199\u5165\u78c1\u76d8\uff1b\u800c\u503c "cancel" \u5c06\u4f7f\u914d\u7f6e\u7a0b\u5e8f\u7ebf\u7a0b\u505c\u6b62\u6536\u96c6\u6570\u636e\uff0c\u5e76\u653e\u5f03\u5df2\u6355\u83b7\u7684\u6240\u6709\u6570\u636e\u3002\u5c06\u4f1a\u7acb\u5373\u6267\u884c\u8fd9\u4e9b\u64cd\u4f5c |
| | | SEVERE_WARN_PLUGIN_PROFILER_INVALID_PROFILE_DIR_16=\u914d\u7f6e\u6761\u76ee %2$s \u7684\u5c5e\u6027 ds-cfg-profile-directory \u4e2d\u6307\u5b9a\u7684\u914d\u7f6e\u6587\u4ef6\u76ee\u5f55 %1$s \u65e0\u6548\uff0c\u56e0\u4e3a\u6307\u5b9a\u7684\u8def\u5f84\u4e0d\u5b58\u5728\u6216\u4e0d\u662f\u76ee\u5f55 |
| | | SEVERE_WARN_PLUGIN_PROFILER_CANNOT_DETERMINE_ACTION_17=\u5728\u5c1d\u8bd5\u786e\u5b9a %s \u6761\u76ee\u4e2d ds-cfg-profile-action \u5c5e\u6027\u7684\u503c\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s\u3002\u4e0d\u4f1a\u6267\u884c\u4efb\u4f55\u64cd\u4f5c |
| | | INFO_PLUGIN_PROFILER_UPDATED_INTERVAL_18=\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u5206\u6790\u5904\u7406\u63d2\u4ef6\u7684\u91c7\u6837\u95f4\u9694\u65f6\u95f4\u5df2\u66f4\u65b0\u4e3a %d \u6beb\u79d2 |
| | | SEVERE_ERR_PLUGIN_PROFILER_CANNOT_UPDATE_INTERVAL_19=\u5728\u5c1d\u8bd5\u66f4\u65b0\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u5206\u6790\u5904\u7406\u63d2\u4ef6\u7684\u91c7\u6837\u95f4\u9694\u65f6\u95f4\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | INFO_PLUGIN_PROFILER_UPDATED_DIRECTORY_20=\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u5206\u6790\u5904\u7406\u63d2\u4ef6\u7684\u914d\u7f6e\u6587\u4ef6\u76ee\u5f55\u5df2\u66f4\u6539\u4e3a %s |
| | | SEVERE_ERR_PLUGIN_PROFILER_CANNOT_UPDATE_DIRECTORY_21=\u5728\u5c1d\u8bd5\u66f4\u65b0\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u5206\u6790\u5904\u7406\u63d2\u4ef6\u7684\u914d\u7f6e\u6587\u4ef6\u76ee\u5f55\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | INFO_PLUGIN_PROFILER_STARTED_PROFILING_22=\u5df2\u6fc0\u6d3b\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u5206\u6790\u5904\u7406\u63d2\u4ef6\uff0c\u5e76\u4e14\u8be5\u63d2\u4ef6\u5df2\u5f00\u59cb\u6355\u83b7\u6570\u636e |
| | | INFO_PLUGIN_PROFILER_ALREADY_PROFILING_23=\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u5206\u6790\u5904\u7406\u63d2\u4ef6\u5df2\u5904\u4e8e\u6d3b\u52a8\u72b6\u6001\uff0c\u56e0\u800c\u5ffd\u7565\u4e86\u5f00\u59cb\u6355\u83b7\u914d\u7f6e\u4fe1\u606f\u7684\u8bf7\u6c42 |
| | | INFO_PLUGIN_PROFILER_NOT_RUNNING_24=\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u5206\u6790\u5904\u7406\u63d2\u4ef6\u6536\u5230\u4e86\u505c\u6b62\u6355\u83b7\u6570\u636e\u7684\u8bf7\u6c42\uff0c\u4f46\u8be5\u63d2\u4ef6\u5e76\u672a\u5904\u4e8e\u6d3b\u52a8\u72b6\u6001\uff0c\u56e0\u800c\u672a\u6267\u884c\u4efb\u4f55\u64cd\u4f5c |
| | | INFO_PLUGIN_PROFILER_STOPPED_PROFILING_25=\u5df2\u505c\u6b62\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u5206\u6790\u5904\u7406\u63d2\u4ef6\uff0c\u8be5\u63d2\u4ef6\u4e0d\u4f1a\u518d\u6355\u83b7\u6570\u636e |
| | | INFO_PLUGIN_PROFILER_WROTE_PROFILE_DATA_26=\u5df2\u5c06\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u5206\u6790\u5904\u7406\u63d2\u4ef6\u6536\u96c6\u7684\u6570\u636e\u5199\u5165 %s |
| | | MILD_ERR_PLUGIN_PROFILER_UNKNOWN_ACTION_27=\u5df2\u8bf7\u6c42\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u5206\u6790\u5904\u7406\u63d2\u4ef6\u6267\u884c\u64cd\u4f5c %s\uff0c\u4f46\u670d\u52a1\u5668\u672a\u80fd\u8bc6\u522b\u8be5\u64cd\u4f5c\u3002\u5c06\u4e0d\u4f1a\u6267\u884c\u4efb\u4f55\u64cd\u4f5c |
| | | INFO_PLUGIN_PROFILER_SKIPPING_ACTION_28=\u5df2\u8bf7\u6c42\u914d\u7f6e\u6761\u76ee %2$s \u4e2d\u5b9a\u4e49\u7684\u5206\u6790\u5904\u7406\u63d2\u4ef6\u6267\u884c\u914d\u7f6e\u7a0b\u5e8f\u64cd\u4f5c %1$s\uff0c\u4f46\u9047\u5230\u4e00\u4e2a\u6216\u591a\u4e2a\u63d2\u4ef6\u914d\u7f6e\u95ee\u9898\uff0c\u56e0\u800c\u5c06\u8df3\u8fc7\u8bf7\u6c42\u7684\u64cd\u4f5c |
| | | SEVERE_ERR_PLUGIN_PROFILER_CANNOT_PERFORM_ACTION_29=\u5728\u5c1d\u8bd5\u5904\u7406\u8bf7\u6c42\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u5206\u6790\u5904\u7406\u63d2\u4ef6\u6267\u884c\u7684\u64cd\u4f5c\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | FATAL_ERR_PLUGIN_STARTUP_PLUGIN_EXCEPTION_30=\u5728\u76ee\u5f55\u670d\u52a1\u5668\u542f\u52a8\u8fc7\u7a0b\u4e2d\u8c03\u7528\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u542f\u52a8\u63d2\u4ef6\u65f6\uff0c\u8be5\u63d2\u4ef6\u629b\u51fa\u5f02\u5e38: %s\u3002\u5df2\u4e2d\u6b62\u670d\u52a1\u5668\u542f\u52a8\u8fc7\u7a0b |
| | | FATAL_ERR_PLUGIN_STARTUP_PLUGIN_RETURNED_NULL_31=\u5728\u76ee\u5f55\u670d\u52a1\u5668\u542f\u52a8\u8fc7\u7a0b\u4e2d\u8c03\u7528\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u542f\u52a8\u63d2\u4ef6\u65f6\uff0c\u8be5\u63d2\u4ef6\u8fd4\u56de Null \u503c\u3002\u8fd9\u662f\u4e00\u4e2a\u975e\u6cd5\u8fd4\u56de\u503c\uff0c\u5df2\u4e2d\u6b62\u670d\u52a1\u5668\u542f\u52a8\u8fc7\u7a0b |
| | | SEVERE_ERR_PLUGIN_STARTUP_PLUGIN_FAIL_CONTINUE_32=\u5728\u76ee\u5f55\u670d\u52a1\u5668\u542f\u52a8\u8fc7\u7a0b\u4e2d\u8c03\u7528\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u542f\u52a8\u63d2\u4ef6\u65f6\uff0c\u8be5\u63d2\u4ef6\u9047\u5230\u9519\u8bef\uff1a%s\uff08\u9519\u8bef ID %d\uff09\u3002\u5c06\u7ee7\u7eed\u6267\u884c\u542f\u52a8\u8fc7\u7a0b\uff0c\u4f46\u6b64\u9519\u8bef\u53ef\u80fd\u4f1a\u5f71\u54cd\u670d\u52a1\u5668\u7684\u8fd0\u884c |
| | | FATAL_ERR_PLUGIN_STARTUP_PLUGIN_FAIL_ABORT_33=\u5728\u76ee\u5f55\u670d\u52a1\u5668\u542f\u52a8\u8fc7\u7a0b\u4e2d\u8c03\u7528\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u542f\u52a8\u63d2\u4ef6\u65f6\uff0c\u8be5\u63d2\u4ef6\u9047\u5230\u9519\u8bef\uff1a%s\uff08\u9519\u8bef ID %d\uff09\u3002\u5df2\u4e2d\u6b62\u670d\u52a1\u5668\u542f\u52a8\u8fc7\u7a0b |
| | | SEVERE_ERR_PLUGIN_SHUTDOWN_PLUGIN_EXCEPTION_34=\u5728\u76ee\u5f55\u670d\u52a1\u5668\u5173\u95ed\u8fc7\u7a0b\u4e2d\u8c03\u7528\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u5173\u95ed\u63d2\u4ef6\u65f6\uff0c\u8be5\u63d2\u4ef6\u629b\u51fa\u5f02\u5e38: %s |
| | | SEVERE_ERR_PLUGIN_POST_CONNECT_PLUGIN_EXCEPTION_35=\u4e3a\u6765\u81ea %3$s \u7684\u8fde\u63a5 %2$d \u8c03\u7528\u914d\u7f6e\u6761\u76ee %1$s \u4e2d\u5b9a\u4e49\u7684\u8fde\u63a5\u540e\u5904\u7406\u63d2\u4ef6\u65f6\uff0c\u8be5\u63d2\u4ef6\u629b\u51fa\u5f02\u5e38: %4$s\u3002\u5c06\u7ec8\u6b62\u8be5\u8fde\u63a5 |
| | | SEVERE_ERR_PLUGIN_POST_CONNECT_PLUGIN_RETURNED_NULL_36=\u4e3a\u6765\u81ea %3$s \u7684\u8fde\u63a5 %2$d \u8c03\u7528\u914d\u7f6e\u6761\u76ee %1$s \u4e2d\u5b9a\u4e49\u7684\u8fde\u63a5\u540e\u5904\u7406\u63d2\u4ef6\u65f6\uff0c\u8be5\u63d2\u4ef6\u8fd4\u56de Null\u3002\u8fd9\u662f\u4e00\u4e2a\u975e\u6cd5\u54cd\u5e94\uff0c\u5c06\u7ec8\u6b62\u8be5\u8fde\u63a5 |
| | | SEVERE_ERR_PLUGIN_POST_DISCONNECT_PLUGIN_EXCEPTION_37=\u4e3a\u6765\u81ea %3$s \u7684\u8fde\u63a5 %2$d \u8c03\u7528\u914d\u7f6e\u6761\u76ee %1$s \u4e2d\u5b9a\u4e49\u7684\u65ad\u5f00\u8fde\u63a5\u540e\u5904\u7406\u63d2\u4ef6\u65f6\uff0c\u8be5\u63d2\u4ef6\u629b\u51fa\u5f02\u5e38: %4$s |
| | | SEVERE_ERR_PLUGIN_POST_DISCONNECT_PLUGIN_RETURNED_NULL_38=\u4e3a\u6765\u81ea %3$s \u7684\u8fde\u63a5 %2$d \u8c03\u7528\u914d\u7f6e\u6761\u76ee %1$s \u4e2d\u5b9a\u4e49\u7684\u65ad\u5f00\u8fde\u63a5\u540e\u5904\u7406\u63d2\u4ef6\u65f6\uff0c\u8be5\u63d2\u4ef6\u8fd4\u56de Null\u3002\u8fd9\u662f\u4e00\u4e2a\u975e\u6cd5\u54cd\u5e94 |
| | | SEVERE_ERR_PLUGIN_PRE_PARSE_PLUGIN_EXCEPTION_39=\u4e3a\u8fde\u63a5 %3$d \u7684\u64cd\u4f5c %4$d \u8c03\u7528\u914d\u7f6e\u6761\u76ee %2$s \u4e2d\u5b9a\u4e49\u7684 %1$s \u89e3\u6790\u524d\u5904\u7406\u63d2\u4ef6\u65f6\uff0c\u8be5\u63d2\u4ef6\u629b\u51fa\u5f02\u5e38: %5$s\u3002\u5c06\u7ec8\u6b62\u5bf9\u8be5\u64cd\u4f5c\u7684\u5904\u7406 |
| | | SEVERE_ERR_PLUGIN_PRE_PARSE_PLUGIN_RETURNED_NULL_40=\u4e3a\u8fde\u63a5 %3$d \u7684\u64cd\u4f5c %4$s \u8c03\u7528\u914d\u7f6e\u6761\u76ee %2$s \u4e2d\u5b9a\u4e49\u7684 %1$s \u89e3\u6790\u524d\u5904\u7406\u63d2\u4ef6\u65f6\uff0c\u8be5\u63d2\u4ef6\u8fd4\u56de Null\u3002\u8fd9\u662f\u4e00\u4e2a\u975e\u6cd5\u54cd\u5e94\uff0c\u5c06\u7ec8\u6b62\u5bf9\u8be5\u64cd\u4f5c\u7684\u5904\u7406 |
| | | SEVERE_ERR_PLUGIN_PRE_OPERATION_PLUGIN_EXCEPTION_41=\u4e3a\u8fde\u63a5 %3$d \u7684\u64cd\u4f5c %4$d \u8c03\u7528\u914d\u7f6e\u6761\u76ee %2$s \u4e2d\u5b9a\u4e49\u7684 %1$s \u64cd\u4f5c\u524d\u5904\u7406\u63d2\u4ef6\u65f6\uff0c\u8be5\u63d2\u4ef6\u629b\u51fa\u5f02\u5e38: %5$s\u3002\u5c06\u7ec8\u6b62\u5bf9\u8be5\u64cd\u4f5c\u7684\u5904\u7406 |
| | | SEVERE_ERR_PLUGIN_PRE_OPERATION_PLUGIN_RETURNED_NULL_42=\u4e3a\u8fde\u63a5 %3$d \u7684\u64cd\u4f5c %4$d \u8c03\u7528\u914d\u7f6e\u6761\u76ee %2$s \u4e2d\u5b9a\u4e49\u7684 %1$s \u64cd\u4f5c\u524d\u5904\u7406\u63d2\u4ef6\u65f6\uff0c\u8be5\u63d2\u4ef6\u8fd4\u56de Null\u3002\u8fd9\u662f\u4e00\u4e2a\u975e\u6cd5\u54cd\u5e94\uff0c\u5c06\u7ec8\u6b62\u5bf9\u8be5\u64cd\u4f5c\u7684\u5904\u7406 |
| | | SEVERE_ERR_PLUGIN_POST_OPERATION_PLUGIN_EXCEPTION_43=\u4e3a\u8fde\u63a5 %3$d \u7684\u64cd\u4f5c %4$d \u8c03\u7528\u914d\u7f6e\u6761\u76ee %2$s \u4e2d\u5b9a\u4e49\u7684 %1$s \u64cd\u4f5c\u540e\u5904\u7406\u63d2\u4ef6\u65f6\uff0c\u8be5\u63d2\u4ef6\u629b\u51fa\u5f02\u5e38: %5$s\u3002\u5c06\u7ec8\u6b62\u5bf9\u8be5\u64cd\u4f5c\u7684\u5904\u7406 |
| | | SEVERE_ERR_PLUGIN_POST_OPERATION_PLUGIN_RETURNED_NULL_44=\u4e3a\u8fde\u63a5 %3$d \u7684\u64cd\u4f5c %4$d \u8c03\u7528\u914d\u7f6e\u6761\u76ee %2$s \u4e2d\u5b9a\u4e49\u7684 %1$s \u64cd\u4f5c\u540e\u5904\u7406\u63d2\u4ef6\u65f6\uff0c\u8be5\u63d2\u4ef6\u8fd4\u56de Null\u3002\u8fd9\u662f\u4e00\u4e2a\u975e\u6cd5\u54cd\u5e94\uff0c\u5c06\u7ec8\u6b62\u5bf9\u8be5\u64cd\u4f5c\u7684\u5904\u7406 |
| | | SEVERE_ERR_PLUGIN_POST_RESPONSE_PLUGIN_EXCEPTION_45=\u4e3a\u8fde\u63a5 %3$d \u7684\u64cd\u4f5c %4$d \u8c03\u7528\u914d\u7f6e\u6761\u76ee %2$s \u4e2d\u5b9a\u4e49\u7684 %1$s \u54cd\u5e94\u540e\u5904\u7406\u63d2\u4ef6\u65f6\uff0c\u8be5\u63d2\u4ef6\u629b\u51fa\u5f02\u5e38: %5$s\u3002\u5c06\u7ec8\u6b62\u5bf9\u8be5\u64cd\u4f5c\u7684\u5904\u7406 |
| | | SEVERE_ERR_PLUGIN_POST_RESPONSE_PLUGIN_RETURNED_NULL_46=\u4e3a\u8fde\u63a5 %3$d \u7684\u64cd\u4f5c %4$d \u8c03\u7528\u914d\u7f6e\u6761\u76ee %2$s \u4e2d\u5b9a\u4e49\u7684 %1$s \u54cd\u5e94\u540e\u5904\u7406\u63d2\u4ef6\u65f6\uff0c\u8be5\u63d2\u4ef6\u8fd4\u56de Null\u3002\u8fd9\u662f\u4e00\u4e2a\u975e\u6cd5\u54cd\u5e94\uff0c\u5c06\u7ec8\u6b62\u5bf9\u8be5\u64cd\u4f5c\u7684\u5904\u7406 |
| | | SEVERE_ERR_PLUGIN_SEARCH_ENTRY_PLUGIN_EXCEPTION_47=\u4e3a\u8fde\u63a5 %2$d \u7684\u64cd\u4f5c %3$d\uff08\u542b\u6709\u6761\u76ee %4$s\uff09\u8c03\u7528\u914d\u7f6e\u6761\u76ee %1$s \u4e2d\u5b9a\u4e49\u7684\u641c\u7d22\u7ed3\u679c\u6761\u76ee\u63d2\u4ef6\u65f6\uff0c\u8be5\u63d2\u4ef6\u629b\u51fa\u5f02\u5e38: %5$s\u3002\u5c06\u7ec8\u6b62\u5bf9\u8be5\u641c\u7d22\u64cd\u4f5c\u7684\u5904\u7406 |
| | | SEVERE_ERR_PLUGIN_SEARCH_ENTRY_PLUGIN_RETURNED_NULL_48=\u4e3a\u8fde\u63a5 %2$d \u7684\u64cd\u4f5c %3$d\uff08\u542b\u6709\u6761\u76ee %4$s\uff09\u8c03\u7528\u914d\u7f6e\u6761\u76ee %1$s \u4e2d\u5b9a\u4e49\u7684\u641c\u7d22\u7ed3\u679c\u6761\u76ee\u63d2\u4ef6\u65f6\uff0c\u8be5\u63d2\u4ef6\u8fd4\u56de Null\u3002\u8fd9\u662f\u4e00\u4e2a\u975e\u6cd5\u54cd\u5e94\uff0c\u5c06\u7ec8\u6b62\u5bf9\u8be5\u641c\u7d22\u64cd\u4f5c\u7684\u5904\u7406 |
| | | SEVERE_ERR_PLUGIN_SEARCH_REFERENCE_PLUGIN_EXCEPTION_49=\u4e3a\u8fde\u63a5 %2$d \u7684\u64cd\u4f5c %3$d\uff08\u542b\u6709\u5f15\u7528 URL %4$s\uff09\u8c03\u7528\u914d\u7f6e\u6761\u76ee %1$s \u4e2d\u5b9a\u4e49\u7684\u641c\u7d22\u7ed3\u679c\u5f15\u7528\u63d2\u4ef6\u65f6\uff0c\u8be5\u63d2\u4ef6\u629b\u51fa\u5f02\u5e38: %5$s\u3002\u5c06\u7ec8\u6b62\u5bf9\u8be5\u641c\u7d22\u64cd\u4f5c\u7684\u5904\u7406 |
| | | SEVERE_ERR_PLUGIN_SEARCH_REFERENCE_PLUGIN_RETURNED_NULL_50=\u4e3a\u8fde\u63a5 %2$d \u7684\u64cd\u4f5c %3$d\uff08\u542b\u6709\u5f15\u7528 URL %4$s\uff09\u8c03\u7528\u914d\u7f6e\u6761\u76ee %1$s \u4e2d\u5b9a\u4e49\u7684\u641c\u7d22\u7ed3\u679c\u5f15\u7528\u63d2\u4ef6\u65f6\uff0c\u8be5\u63d2\u4ef6\u8fd4\u56de Null\u3002\u8fd9\u662f\u4e00\u4e2a\u975e\u6cd5\u54cd\u5e94\uff0c\u5c06\u7ec8\u6b62\u5bf9\u8be5\u641c\u7d22\u64cd\u4f5c\u7684\u5904\u7406 |
| | | SEVERE_ERR_PLUGIN_LASTMOD_INVALID_PLUGIN_TYPE_51=\u5df2\u5c1d\u8bd5\u5c06\u8981\u8c03\u7528\u7684 LastMod \u63d2\u4ef6\u6ce8\u518c\u4e3a %s \u63d2\u4ef6\u3002\u4e0d\u5141\u8bb8\u8be5\u63d2\u4ef6\u4f7f\u7528\u6b64\u63d2\u4ef6\u7c7b\u578b |
| | | INFO_PROFILEVIEWER_DESCRIPTION_FILENAMES_52=\u914d\u7f6e\u6570\u636e\u6587\u4ef6\u7684\u8def\u5f84\u3002\u53ef\u4ee5\u591a\u6b21\u63d0\u4f9b\u6b64\u53c2\u6570\u4ee5\u5206\u6790\u591a\u4e2a\u6570\u636e\u6587\u4ef6\u4e2d\u7684\u6570\u636e |
| | | INFO_PROFILEVIEWER_DESCRIPTION_USE_GUI_53=\u6307\u793a\u662f\u5728 GUI \u6a21\u5f0f\u4e0b\u67e5\u770b\u914d\u7f6e\u6587\u4ef6\u4fe1\u606f\uff0c\u8fd8\u662f\u5c06\u751f\u6210\u7684\u6570\u636e\u5199\u5165\u6807\u51c6\u8f93\u51fa |
| | | INFO_PROFILEVIEWER_DESCRIPTION_USAGE_54=\u663e\u793a\u6b64\u7528\u6cd5\u4fe1\u606f |
| | | SEVERE_ERR_PROFILEVIEWER_CANNOT_INITIALIZE_ARGS_55=\u5728\u5c1d\u8bd5\u521d\u59cb\u5316\u547d\u4ee4\u884c\u53c2\u6570\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | SEVERE_ERR_PROFILEVIEWER_ERROR_PARSING_ARGS_56=\u5728\u89e3\u6790\u547d\u4ee4\u884c\u53c2\u6570\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_PROFILEVIEWER_CANNOT_PROCESS_DATA_FILE_57=\u5728\u5c1d\u8bd5\u5904\u7406\u6587\u4ef6 %s \u4e2d\u7684\u914d\u7f6e\u6587\u4ef6\u6570\u636e\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_PLUGIN_LDIF_IMPORT_PLUGIN_EXCEPTION_58=\u4e3a\u6761\u76ee %2$s \u8c03\u7528\u914d\u7f6e\u6761\u76ee %1$s \u4e2d\u5b9a\u4e49\u7684 LDIF \u5bfc\u5165\u63d2\u4ef6\u65f6\uff0c\u8be5\u63d2\u4ef6\u629b\u51fa\u5f02\u5e38: %3$s |
| | | SEVERE_ERR_PLUGIN_LDIF_IMPORT_PLUGIN_RETURNED_NULL_59=\u4e3a\u6761\u76ee %2$s \u8c03\u7528\u914d\u7f6e\u6761\u76ee %1$s \u4e2d\u5b9a\u4e49\u7684 LDIF \u5bfc\u5165\u63d2\u4ef6\u65f6\uff0c\u8be5\u63d2\u4ef6\u8fd4\u56de Null\u3002\u8fd9\u662f\u4e00\u4e2a\u975e\u6cd5\u54cd\u5e94 |
| | | SEVERE_ERR_PLUGIN_LDIF_EXPORT_PLUGIN_EXCEPTION_60=\u4e3a\u6761\u76ee %2$s \u8c03\u7528\u914d\u7f6e\u6761\u76ee %1$s \u4e2d\u5b9a\u4e49\u7684 LDIF \u5bfc\u51fa\u63d2\u4ef6\u65f6\uff0c\u8be5\u63d2\u4ef6\u629b\u51fa\u5f02\u5e38: %3$s |
| | | SEVERE_ERR_PLUGIN_LDIF_EXPORT_PLUGIN_RETURNED_NULL_61=\u4e3a\u6761\u76ee %2$s \u8c03\u7528\u914d\u7f6e\u6761\u76ee %1$s \u4e2d\u5b9a\u4e49\u7684 LDIF \u5bfc\u51fa\u63d2\u4ef6\u65f6\uff0c\u8be5\u63d2\u4ef6\u8fd4\u56de Null\u3002\u8fd9\u662f\u4e00\u4e2a\u975e\u6cd5\u54cd\u5e94 |
| | | SEVERE_ERR_PLUGIN_ENTRYUUID_INVALID_PLUGIN_TYPE_62=\u5df2\u5c1d\u8bd5\u5c06\u8981\u8c03\u7528\u7684 EntryUUID \u63d2\u4ef6\u6ce8\u518c\u4e3a %s \u63d2\u4ef6\u3002\u4e0d\u5141\u8bb8\u8be5\u63d2\u4ef6\u4f7f\u7528\u6b64\u63d2\u4ef6\u7c7b\u578b |
| | | SEVERE_ERR_PLUGIN_INTERMEDIATE_RESPONSE_PLUGIN_EXCEPTION_63=\u4e3a\u8fde\u63a5 %2$d \u7684\u64cd\u4f5c %3$d \u8c03\u7528\u914d\u7f6e\u6761\u76ee %1$s \u4e2d\u5b9a\u4e49\u7684\u4e2d\u95f4\u54cd\u5e94\u5904\u7406\u63d2\u4ef6\u65f6\uff0c\u8be5\u63d2\u4ef6\u629b\u51fa\u5f02\u5e38: %4$s\u3002\u5c06\u7ec8\u6b62\u5bf9\u8be5\u64cd\u4f5c\u7684\u5904\u7406 |
| | | SEVERE_ERR_PLUGIN_INTERMEDIATE_RESPONSE_PLUGIN_RETURNED_NULL_64=\u4e3a\u8fde\u63a5 %2$d \u7684\u64cd\u4f5c %3$d \u8c03\u7528\u914d\u7f6e\u6761\u76ee %1$s \u4e2d\u5b9a\u4e49\u7684\u4e2d\u95f4\u54cd\u5e94\u5904\u7406\u63d2\u4ef6\u65f6\uff0c\u8be5\u63d2\u4ef6\u8fd4\u56de Null\u3002\u8fd9\u662f\u4e00\u4e2a\u975e\u6cd5\u54cd\u5e94\uff0c\u5c06\u7ec8\u6b62\u5bf9\u8be5\u64cd\u4f5c\u7684\u5904\u7406 |
| | | SEVERE_ERR_PLUGIN_PWPIMPORT_INVALID_PLUGIN_TYPE_65=\u5df2\u5c1d\u8bd5\u5c06\u8981\u8c03\u7528\u7684\u5bc6\u7801\u7b56\u7565\u5bfc\u5165\u63d2\u4ef6\u6ce8\u518c\u4e3a %s \u63d2\u4ef6\u3002\u4e0d\u5141\u8bb8\u8be5\u63d2\u4ef6\u4f7f\u7528\u6b64\u63d2\u4ef6\u7c7b\u578b |
| | | SEVERE_ERR_PLUGIN_PWPIMPORT_ERROR_ENCODING_PASSWORD_66=\u5728\u5c1d\u8bd5\u5bf9\u7528\u6237\u6761\u76ee %2$s \u7684\u5c5e\u6027 %1$s \u4e2d\u5b58\u50a8\u7684\u5bc6\u7801\u503c\u8fdb\u884c\u7f16\u7801\u65f6\u51fa\u73b0\u9519\u8bef: %3$s\u3002\u5c06\u4e0d\u4f1a\u5bf9\u8be5\u7528\u6237\u7684\u5bc6\u7801\u503c\u8fdb\u884c\u7f16\u7801 |
| | | SEVERE_ERR_PLUGIN_TYPE_NOT_SUPPORTED_67=\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u63d2\u4ef6\u4e0d\u652f\u6301 %s \u63d2\u4ef6\u7c7b\u578b |
| | | INFO_PROFILEVIEWER_TOOL_DESCRIPTION_68=\u6b64\u5b9e\u7528\u7a0b\u5e8f\u53ef\u7528\u4e8e\u67e5\u770b\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u7a0b\u5e8f\u6355\u83b7\u7684\u6570\u636e\u6587\u4ef6\u4e2d\u7684\u4fe1\u606f |
| | | SEVERE_ERR_PLUGIN_PWIMPORT_NO_DEFAULT_AUTH_SCHEMES_69=\u6ca1\u6709\u4e3a\u5bc6\u7801\u7b56\u7565\u5bfc\u5165\u63d2\u4ef6\u914d\u7f6e\u4efb\u4f55\u9ed8\u8ba4\u5bc6\u7801\u9a8c\u8bc1\u65b9\u6848\uff0c\u5e76\u4e14\u670d\u52a1\u5668\u4e0d\u652f\u6301 %s \u5bc6\u7801\u9a8c\u8bc1\u65b9\u6848 |
| | | SEVERE_ERR_PLUGIN_PWIMPORT_INVALID_DEFAULT_AUTH_SCHEME_70=\u6ca1\u6709\u5728\u670d\u52a1\u5668\u4e2d\u914d\u7f6e\u4f7f\u7528\u5bc6\u7801\u7b56\u7565\u5bfc\u5165\u63d2\u4ef6\u5f15\u7528\u7684\u5bc6\u7801\u9a8c\u8bc1\u5b58\u50a8\u65b9\u6848 %s |
| | | SEVERE_ERR_PLUGIN_PWIMPORT_NO_DEFAULT_USER_SCHEMES_71=\u6ca1\u6709\u4e3a\u5bc6\u7801\u7b56\u7565\u5bfc\u5165\u63d2\u4ef6\u914d\u7f6e\u4efb\u4f55\u9ed8\u8ba4\u7528\u6237\u5bc6\u7801\u65b9\u6848\uff0c\u5e76\u4e14\u670d\u52a1\u5668\u4e0d\u652f\u6301 %s \u5bc6\u7801\u9a8c\u8bc1\u65b9\u6848 |
| | | SEVERE_ERR_PLUGIN_PWIMPORT_INVALID_DEFAULT_USER_SCHEME_72=\u6ca1\u6709\u5728\u670d\u52a1\u5668\u4e2d\u914d\u7f6e\u4f7f\u7528\u5bc6\u7801\u7b56\u7565\u5bfc\u5165\u63d2\u4ef6\u5f15\u7528\u7684\u7528\u6237\u5bc6\u7801\u5b58\u50a8\u65b9\u6848 %s |
| | | SEVERE_WARN_PLUGIN_PWIMPORT_NO_SUCH_POLICY_73=\u6761\u76ee '%s' \u6307\u793a\u5b83\u4f7f\u7528\u81ea\u5b9a\u4e49\u5bc6\u7801\u7b56\u7565 '%s'\uff0c\u4f46\u670d\u52a1\u5668\u4e2d\u672a\u5b9a\u4e49\u8be5\u7b56\u7565\u3002\u5c06\u4f7f\u7528\u9ed8\u8ba4\u5b58\u50a8\u65b9\u6848\u5bf9\u8be5\u6761\u76ee\u4e2d\u5305\u542b\u7684\u6240\u6709\u5bc6\u7801\u8fdb\u884c\u7f16\u7801\uff0c\u4f46\u53ef\u80fd\u65e0\u6cd5\u4ee5\u8be5\u7528\u6237\u8eab\u4efd\u8fdb\u884c\u9a8c\u8bc1 |
| | | SEVERE_WARN_PLUGIN_PWIMPORT_CANNOT_DECODE_POLICY_DN_74=\u5728\u5c1d\u8bd5\u5bf9\u6761\u76ee '%s' \u4e2d\u7684\u81ea\u5b9a\u4e49\u5bc6\u7801\u7b56\u7565\u5c5e\u6027\u7684\u503c\u8fdb\u884c\u89e3\u7801\u65f6\u51fa\u73b0\u9519\u8bef: %s\u3002\u5c06\u4f7f\u7528\u9ed8\u8ba4\u5b58\u50a8\u65b9\u6848\u5bf9\u8be5\u6761\u76ee\u4e2d\u5305\u542b\u7684\u6240\u6709\u5bc6\u7801\u8fdb\u884c\u7f16\u7801\uff0c\u4f46\u53ef\u80fd\u65e0\u6cd5\u4ee5\u8be5\u7528\u6237\u8eab\u4efd\u8fdb\u884c\u9a8c\u8bc1 |
| | | SEVERE_ERR_PLUGIN_SUBORDINATE_MODIFY_DN_PLUGIN_EXCEPTION_75=\u4e3a\u8fde\u63a5 %2$d \u7684\u64cd\u4f5c %3$d \u8c03\u7528\u914d\u7f6e\u6761\u76ee %1$s \u4e2d\u5b9a\u4e49\u7684\u4fee\u6539 DN \u4ece\u5c5e\u5904\u7406\u63d2\u4ef6\u65f6\uff0c\u8be5\u63d2\u4ef6\u629b\u51fa\u5f02\u5e38: %4$s\u3002\u5c06\u7ec8\u6b62\u5bf9\u8be5\u64cd\u4f5c\u7684\u5904\u7406 |
| | | SEVERE_ERR_PLUGIN_SUBORDINATE_MODIFY_DN_PLUGIN_RETURNED_NULL_76=\u4e3a\u8fde\u63a5 %2$d \u7684\u64cd\u4f5c %3$s \u8c03\u7528\u914d\u7f6e\u6761\u76ee %1$s \u4e2d\u5b9a\u4e49\u7684\u4fee\u6539 DN \u4ece\u5c5e\u5904\u7406\u63d2\u4ef6\u65f6\uff0c\u8be5\u63d2\u4ef6\u8fd4\u56de Null\u3002\u8fd9\u662f\u4e00\u4e2a\u975e\u6cd5\u54cd\u5e94\uff0c\u5c06\u7ec8\u6b62\u5bf9\u8be5\u64cd\u4f5c\u7684\u5904\u7406 |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_INVALID_PLUGIN_TYPE_77=\u5df2\u5c1d\u8bd5\u5c06\u8981\u8c03\u7528\u7684\u5c5e\u6027\u552f\u4e00\u6027\u5904\u7406\u63d2\u4ef6\u6ce8\u518c\u4e3a %s \u63d2\u4ef6\u3002\u4e0d\u5141\u8bb8\u8be5\u63d2\u4ef6\u4f7f\u7528\u6b64\u63d2\u4ef6\u7c7b\u578b |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_MOD_NOT_UNIQUE_78=\u5728\u5c1d\u8bd5\u4fee\u6539\u6761\u76ee %s \u7684\u5c5e\u6027\u503c\u65f6\u51fa\u73b0\u9519\u8bef\uff0c\u56e0\u4e3a\u5efa\u8bae\u7684\u66f4\u6539\u672a\u901a\u8fc7\u5c5e\u6027\u503c\u552f\u4e00\u6027\u68c0\u67e5 |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_ADD_NOT_UNIQUE_79=\u5728\u5c1d\u8bd5\u6dfb\u52a0\u6761\u76ee %s \u65f6\u51fa\u73b0\u9519\u8bef\uff0c\u56e0\u4e3a\u8be5\u6761\u76ee\u7684\u4e00\u4e2a\u5c5e\u6027\u503c\u672a\u901a\u8fc7\u5c5e\u6027\u503c\u552f\u4e00\u6027\u68c0\u67e5 |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_MODDN_NOT_UNIQUE_80=\u5c1d\u8bd5\u5bf9\u6761\u76ee %s \u6267\u884c\u4fee\u6539 DN \u64cd\u4f5c\u65f6\u51fa\u73b0\u9519\u8bef\uff0c\u56e0\u4e3a\u5efa\u8bae\u7684\u66f4\u6539\u672a\u901a\u8fc7\u5c5e\u6027\u503c\u552f\u4e00\u6027\u68c0\u67e5 |
| | | SEVERE_ERR_PLUGIN_REFERENT_INVALID_PLUGIN_TYPE_81=\u5df2\u5c1d\u8bd5\u5c06\u8981\u8c03\u7528\u7684\u5f15\u7528\u5b8c\u6574\u6027\u5904\u7406\u63d2\u4ef6\u6ce8\u518c\u4e3a %s \u63d2\u4ef6\u3002\u4e0d\u5141\u8bb8\u8be5\u63d2\u4ef6\u4f7f\u7528\u6b64\u63d2\u4ef6\u7c7b\u578b |
| | | SEVERE_ERR_PLUGIN_REFERENT_CREATE_LOGFILE_82=\u5728\u5f15\u7528\u5b8c\u6574\u6027\u5904\u7406\u63d2\u4ef6\u521d\u59cb\u5316\u671f\u95f4\u51fa\u73b0\u9519\u8bef\uff0c\u56e0\u4e3a\u65e5\u5fd7\u6587\u4ef6\u521b\u5efa\u5931\u8d25: %s |
| | | SEVERE_ERR_PLUGIN_REFERENT_CLOSE_LOGFILE_83=\u5173\u95ed\u5f15\u7528\u5b8c\u6574\u6027\u5904\u7406\u63d2\u4ef6\u66f4\u65b0\u65e5\u5fd7\u6587\u4ef6\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_PLUGIN_REFERENT_REPLACE_LOGFILE_84=\u66ff\u6362\u5f15\u7528\u5b8c\u6574\u6027\u5904\u7406\u63d2\u4ef6\u66f4\u65b0\u65e5\u5fd7\u6587\u4ef6\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | INFO_PLUGIN_REFERENT_LOGFILE_CHANGE_REQUIRES_RESTART_85=\u5f15\u7528\u5b8c\u6574\u6027\u5904\u7406\u63d2\u4ef6\u5728\u540e\u53f0\u5904\u7406\u671f\u95f4\u8bb0\u5f55\u66f4\u6539\u7684\u6587\u4ef6\u540d\u5df2\u4ece %s \u66f4\u6539\u4e3a %s\uff0c\u4f46\u5728\u91cd\u65b0\u542f\u52a8\u670d\u52a1\u5668\u540e\u6b64\u66f4\u6539\u624d\u4f1a\u751f\u6548 |
| | | INFO_PLUGIN_REFERENT_BACKGROUND_PROCESSING_UPDATE_INTERVAL_CHANGED_86=\u5f15\u7528\u5b8c\u6574\u6027\u5904\u7406\u63d2\u4ef6\u540e\u53f0\u5904\u7406\u66f4\u65b0\u95f4\u9694\u5df2\u4ece %s \u66f4\u6539\u4e3a %s\uff0c\u65b0\u503c\u5c06\u5728\u540e\u53f0\u5904\u7406\u671f\u95f4\u751f\u6548 |
| | | INFO_PLUGIN_REFERENT_BACKGROUND_PROCESSING_STOPPING_87=\u5f15\u7528\u5b8c\u6574\u6027\u5904\u7406\u63d2\u4ef6\u540e\u53f0\u5904\u7406\u5df2\u505c\u6b62 |
| | | INFO_PLUGIN_REFERENT_BACKGROUND_PROCESSING_STARTING_88=\u5f15\u7528\u5b8c\u6574\u6027\u5904\u7406\u63d2\u4ef6\u5df2\u4f7f\u7528\u66f4\u65b0\u95f4\u9694 %s \u542f\u52a8\u540e\u53f0\u5904\u7406 |
| | | SEVERE_ERR_PLUGIN_REFERENT_SEARCH_FAILED_89=\u5728\u6267\u884c\u5185\u90e8\u641c\u7d22\u65f6\uff0c\u5f15\u7528\u5b8c\u6574\u6027\u5904\u7406\u63d2\u4ef6\u5931\u8d25: %s |
| | | SEVERE_ERR_PLUGIN_REFERENT_MODIFY_FAILED_90=\u5bf9\u6761\u76ee %s \u6267\u884c\u5185\u90e8\u4fee\u6539\u65f6\uff0c\u5f15\u7528\u5b8c\u6574\u6027\u5904\u7406\u63d2\u4ef6\u5931\u8d25: %s |
| | | MILD_ERR_PLUGIN_REFERENT_CANNOT_DECODE_STRING_AS_DN_91=\u5f15\u7528\u5b8c\u6574\u6027\u5904\u7406\u63d2\u4ef6\u65e0\u6cd5\u5bf9\u66f4\u65b0\u65e5\u5fd7\u4e2d\u7684\u6761\u76ee DN \u8fdb\u884c\u89e3\u7801: %s |
| | | INFO_PLUGIN_REFERENT_SEARCH_NO_SUCH_OBJECT_92=\u5f15\u7528\u5b8c\u6574\u6027\u5904\u7406\u63d2\u4ef6\u5728\u6267\u884c\u641c\u7d22\u65f6\u5931\u8d25\uff0c\u56e0\u4e3a\u57fa DN %s \u4e0d\u5b58\u5728 |
| | | SEVERE_ERR_PLUGIN_REFERENT_INVALID_ATTRIBUTE_SYNTAX_93=\u5728\u5c1d\u8bd5\u914d\u7f6e\u5177\u6709\u8bed\u6cd5 OID %2$s \u7684\u5c5e\u6027\u7c7b\u578b %1$s \u65f6\uff0c\u5f15\u7528\u5b8c\u6574\u6027\u5904\u7406\u63d2\u4ef6\u51fa\u73b0\u9519\u8bef\u3002\u5f15\u7528\u5b8c\u6574\u6027\u5c5e\u6027\u7c7b\u578b\u5fc5\u987b\u5177\u6709\u8bed\u6cd5 OID 1.3.6.1.4.1.1466.115.121.1.12\uff08\u5bf9\u4e8e\u6807\u8bc6\u540d\u8bed\u6cd5\uff09\u6216 1.3.6.1.4.1.1466.115.121.1.34\uff08\u5bf9\u4e8e\u540d\u79f0\u548c\u53ef\u9009 uid \u8bed\u6cd5\uff09 |
| | | SEVERE_ERR_PLUGIN_REFERENT_SKIP_DELETE_PROCESSING_94=\u5f15\u7528\u5b8c\u6574\u6027\u5904\u7406\u63d2\u4ef6\u4e0d\u4f1a\u5904\u7406\u5bf9\u6761\u76ee %s \u6267\u884c\u7684\u540e\u5220\u9664\u64cd\u4f5c\uff0c\u56e0\u4e3a\u6838\u5fc3\u64cd\u4f5c\u5931\u8d25 |
| | | SEVERE_ERR_PLUGIN_REFERENT_SKIP_MODIFY_DN_PROCESSING_95=\u5f15\u7528\u5b8c\u6574\u6027\u5904\u7406\u63d2\u4ef6\u4e0d\u4f1a\u5904\u7406\u5bf9\u6761\u76ee %s \u6267\u884c\u7684\u540e\u4fee\u6539 DN \u64cd\u4f5c\uff0c\u56e0\u4e3a\u6838\u5fc3\u64cd\u4f5c\u5931\u8d25 |
| | | MILD_ERR_PLUGIN_7BIT_INVALID_PLUGIN_TYPE_96=\u4e3a 7 \u4f4d\u5e72\u51c0 (7-bit clean) \u5904\u7406\u63d2\u4ef6\u914d\u7f6e\u4e86\u65e0\u6548\u7684\u63d2\u4ef6\u7c7b\u578b %s\u3002\u4ec5\u5141\u8bb8\u4f7f\u7528 ldifImport\u3001preOperationAdd\u3001preOperationModify \u548c preOperationModifyDN \u63d2\u4ef6\u7c7b\u578b |
| | | MILD_ERR_PLUGIN_7BIT_CANNOT_DECODE_DN_97=\u5728\u5c1d\u8bd5\u5bf9\u76ee\u6807\u6761\u76ee\u7684 DN \u8fdb\u884c\u89e3\u7801\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_PLUGIN_7BIT_CANNOT_DECODE_ATTR_98=\u5728\u5c1d\u8bd5\u5bf9\u76ee\u6807\u6761\u76ee\u4e2d\u7684\u5c5e\u6027 %s \u8fdb\u884c\u89e3\u7801\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_PLUGIN_7BIT_CANNOT_DECODE_NEW_RDN_99=\u5728\u5c1d\u8bd5\u5bf9\u65b0 RDN \u8fdb\u884c\u89e3\u7801\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_PLUGIN_7BIT_ADD_ATTR_NOT_CLEAN_100=\u8981\u6dfb\u52a0\u7684\u6761\u76ee\u5305\u542b\u7684 %s \u5c5e\u6027\u503c\u4e0d\u662f 7 \u4f4d\u5e72\u51c0 (7-bit clean) \u503c |
| | | MILD_ERR_PLUGIN_7BIT_MODIFY_ATTR_NOT_CLEAN_101=\u4fee\u6539\u64cd\u4f5c\u5c06\u5bfc\u81f4 %s \u5c5e\u6027\u503c\u4e0d\u662f 7 \u4f4d\u5e72\u51c0 (7-bit clean) \u503c |
| | | MILD_ERR_PLUGIN_7BIT_MODIFYDN_ATTR_NOT_CLEAN_102=\u4fee\u6539 DN \u64cd\u4f5c\u5c06\u5bfc\u81f4 %s \u5c5e\u6027\u503c\u4e0d\u662f 7 \u4f4d\u5e72\u51c0 (7-bit clean) \u503c |
| | | MILD_ERR_PLUGIN_7BIT_IMPORT_ATTR_NOT_CLEAN_103=\u6761\u76ee\u5305\u542b\u7684 %s \u5c5e\u6027\u503c\u4e0d\u662f 7 \u4f4d\u5e72\u51c0 (7-bit clean) \u503c |
| | | SEVERE_ERR_PLUGIN_PWIMPORT_NO_SUCH_DEFAULT_AUTH_SCHEME_104=\u5bc6\u7801\u7b56\u7565\u5bfc\u5165\u63d2\u4ef6\u5f15\u7528\u9ed8\u8ba4\u5bc6\u7801\u9a8c\u8bc1\u5b58\u50a8\u65b9\u6848 %s\uff0c\u8be5\u65b9\u6848\u5728\u670d\u52a1\u5668\u4e2d\u4e0d\u53ef\u7528 |
| | | SEVERE_ERR_PLUGIN_POST_SYNCHRONIZATION_PLUGIN_EXCEPTION_105=\u4e3a\u8fde\u63a5 %3$d \u7684\u64cd\u4f5c %4$d \u8c03\u7528\u914d\u7f6e\u6761\u76ee %2$s \u4e2d\u5b9a\u4e49\u7684 %1$s \u540c\u6b65\u540e\u5904\u7406\u63d2\u4ef6\u65f6\uff0c\u8be5\u63d2\u4ef6\u629b\u51fa\u5f02\u5e38: %5$s |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_ATTR_NOT_UNIQUE_106=\u4e3a\u5c5e\u6027 %s \u68c0\u6d4b\u5230\u5c5e\u6027\u552f\u4e00\u6027\u51b2\u7a81\uff1a\u503c %s \u5728\u6761\u76ee %s \u4e2d\u5df2\u5b58\u5728 |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_SYNC_NOT_UNIQUE_107=\u5728\u540c\u6b65\uff08connID=%2$d\uff0copID=%3$d\uff09\u671f\u95f4\u4e3a\u5c5e\u6027 %1$s \u68c0\u6d4b\u5230\u5c5e\u6027\u552f\u4e00\u6027\u51b2\u7a81\uff1a\u6761\u76ee %5$s \u4e2d\u7684\u503c %4$s \u4e0e\u6761\u76ee %6$s \u4e2d\u73b0\u6709\u7684\u503c\u53d1\u751f\u51b2\u7a81\u3002\u9700\u8981\u8fdb\u884c\u624b\u52a8\u4ea4\u4e92\u4ee5\u6d88\u9664\u51b2\u7a81 |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_INTERNAL_ERROR_108=\u5728\u5c1d\u8bd5\u786e\u5b9a\u64cd\u4f5c\u662f\u5426\u4f1a\u5bfc\u81f4\u5c5e\u6027\u552f\u4e00\u6027\u51b2\u7a81\u65f6\u51fa\u73b0\u5185\u90e8\u9519\u8bef\uff08\u7ed3\u679c %s\uff0c\u6d88\u606f %s\uff09 |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_INTERNAL_ERROR_SYNC_109=\u5728\u5c1d\u8bd5\u786e\u5b9a\u6761\u76ee %3$s \u7684\u540c\u6b65\u64cd\u4f5c\uff08connID=%1$d\uff0copID=%2$d\uff09\u662f\u5426\u4f1a\u5bfc\u81f4\u5c5e\u6027\u552f\u4e00\u6027\u51b2\u7a81\u65f6\u51fa\u73b0\u5185\u90e8\u9519\u8bef\uff08\u7ed3\u679c %4$s\uff0c\u6d88\u606f %5$s\uff09 |
| | | SEVERE_ERR_PLUGIN_REFERENT_ATTR_UNINDEXED_110=\u5df2\u5c06\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u5f15\u7528\u5b8c\u6574\u6027\u5904\u7406\u63d2\u4ef6\u914d\u7f6e\u4e3a\u9488\u5bf9\u5c5e\u6027 %s \u8fd0\u884c\uff0c\u4f46\u6ca1\u6709\u5728\u540e\u7aef %s \u4e2d\u4e3a\u6b64\u5c5e\u6027\u5b9a\u4e49\u7b49\u540c\u7d22\u5f15 |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_ATTR_UNINDEXED_111=\u5df2\u5c06\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u5c5e\u6027\u552f\u4e00\u6027\u5904\u7406\u63d2\u4ef6\u914d\u7f6e\u4e3a\u9488\u5bf9\u5c5e\u6027 %s \u8fd0\u884c\uff0c\u4f46\u6ca1\u6709\u5728\u540e\u7aef %s \u4e2d\u4e3a\u6b64\u5c5e\u6027\u5b9a\u4e49\u7b49\u540c\u7d22\u5f15 |
| New file |
| | |
| | | # CDDL HEADER START |
| | | # |
| | | # The contents of this file are subject to the terms of the |
| | | # Common Development and Distribution License, Version 1.0 only |
| | | # (the "License"). You may not use this file except in compliance |
| | | # with the License. |
| | | # |
| | | # You can obtain a copy of the license at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE |
| | | # or https://OpenDS.dev.java.net/OpenDS.LICENSE. |
| | | # See the License for the specific language governing permissions |
| | | # and limitations under the License. |
| | | # |
| | | # When distributing Covered Code, include this CDDL HEADER in each |
| | | # file and include the License file at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, |
| | | # add the following below this CDDL HEADER, with the fields enclosed |
| | | # by brackets "[]" replaced with your own identifying information: |
| | | # Portions Copyright [yyyy] [name of copyright owner] |
| | | # |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2008 Sun Microsystems, Inc. |
| | | |
| | | |
| | | |
| | | # |
| | | # Global directives |
| | | # |
| | | global.category=PLUGIN |
| | | |
| | | # |
| | | # Format string definitions |
| | | # |
| | | # Keys must be formatted as follows: |
| | | # |
| | | # [SEVERITY]_[DESCRIPTION]_[ORDINAL] |
| | | # |
| | | # where: |
| | | # |
| | | # SEVERITY is one of: |
| | | # [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE] |
| | | # |
| | | # DESCRIPTION is an upper case string providing a hint as to the context of |
| | | # the message in upper case with the underscore ('_') character serving as |
| | | # word separator |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | SEVERE_ERR_PLUGIN_NULL_CONFIG_ENTRY_1=\u7121\u6cd5\u521d\u59cb\u5316\u5b9a\u7fa9\u65bc\u985e\u5225 %s \u4e2d\u7684\u5916\u639b\u7a0b\u5f0f\u5be6\u4f8b\uff0c\u56e0\u70ba\u63d0\u4f9b\u7684\u914d\u7f6e\u9805\u76ee\u70ba\u7a7a |
| | | INFO_PLUGIN_DESCRIPTION_SHUTDOWN_PASSWORD_2=\u6307\u5b9a\u505c\u6b62\u76ee\u9304\u4f3a\u670d\u5668\u6642\u6240\u5c07\u9700\u8981\u7684\u9078\u7528\u7de8\u78bc\u5bc6\u78bc\u3002\u82e5\u672a\u63d0\u4f9b\u6b64\u5bc6\u78bc\uff0c\u5247\u5c07\u4e0d\u9700\u8981\u5bc6\u78bc (\u4f46\u4ecd\u9808\u5c0d\u4f3a\u670d\u5668\u9032\u884c\u8a8d\u8b49\uff0c\u624d\u80fd\u589e\u52a0\u5fc5\u8981\u7684\u4f5c\u696d\u9805\u76ee)\u3002\u5c0d\u6b64\u5bc6\u78bc\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_ERR_PLUGIN_ADLIST_NO_PLUGIN_TYPES_3=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u6240\u5b9a\u7fa9\u7684 LDAP \u5c6c\u6027\u8aaa\u660e\u6e05\u55ae\u5916\u639b\u7a0b\u5f0f\u5be6\u4f8b\u672a\u5217\u51fa\u4efb\u4f55\u5916\u639b\u7a0b\u5f0f\u985e\u578b\u3002\u6b64\u5916\u639b\u7a0b\u5f0f\u5fc5\u9808\u914d\u7f6e\u70ba\u524d\u7f6e\u5256\u6790\u641c\u5c0b\u5916\u639b\u7a0b\u5f0f |
| | | SEVERE_ERR_PLUGIN_ADLIST_INVALID_PLUGIN_TYPE_4=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u6240\u5b9a\u7fa9\u7684 LDAP \u5c6c\u6027\u8aaa\u660e\u6e05\u55ae\u5916\u639b\u7a0b\u5f0f\u5be6\u4f8b\u6240\u5217\u51fa\u7684\u5916\u639b\u7a0b\u5f0f\u985e\u578b %s \u7121\u6548\u3002\u6b64\u5916\u639b\u7a0b\u5f0f\u50c5\u53ef\u505a\u70ba\u524d\u7f6e\u5256\u6790\u641c\u5c0b\u5916\u639b\u7a0b\u5f0f |
| | | SEVERE_ERR_PLUGIN_PROFILER_NO_PLUGIN_TYPES_5=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u6240\u5b9a\u7fa9\u7684\u76ee\u9304\u4f3a\u670d\u5668\u6548\u80fd\u8a55\u6e2c\u5668\u5916\u639b\u7a0b\u5f0f\u5be6\u4f8b\u672a\u5217\u51fa\u4efb\u4f55\u5916\u639b\u7a0b\u5f0f\u985e\u578b\u3002\u6b64\u5916\u639b\u7a0b\u5f0f\u5fc5\u9808\u914d\u7f6e\u70ba\u555f\u52d5\u5916\u639b\u7a0b\u5f0f |
| | | SEVERE_ERR_PLUGIN_PROFILER_INVALID_PLUGIN_TYPE_6=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u6240\u5b9a\u7fa9\u7684\u76ee\u9304\u4f3a\u670d\u5668\u6548\u80fd\u8a55\u6e2c\u5668\u5916\u639b\u7a0b\u5f0f\u5be6\u4f8b\u6240\u5217\u51fa\u7684\u5916\u639b\u7a0b\u5f0f\u985e\u578b %s \u7121\u6548\u3002\u6b64\u5916\u639b\u7a0b\u5f0f\u50c5\u53ef\u505a\u70ba\u555f\u52d5\u5916\u639b\u7a0b\u5f0f |
| | | INFO_PLUGIN_PROFILER_DESCRIPTION_PROFILE_DIR_7=\u5c07\u5beb\u5165\u8a2d\u5b9a\u6a94\u8cc7\u8a0a\u4e4b\u76ee\u9304\u7684\u8def\u5f91\u3002\u8a72\u76ee\u9304\u5fc5\u9808\u5b58\u5728\uff0c\u4e14\u76ee\u9304\u4f3a\u670d\u5668\u5fc5\u9808\u5177\u6709\u5728\u5176\u4e2d\u5efa\u7acb\u65b0\u6a94\u6848\u7684\u6b0a\u9650\u3002\u5c0d\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u7acb\u5373\u751f\u6548 |
| | | SEVERE_WARN_PLUGIN_PROFILER_CANNOT_DETERMINE_PROFILE_DIR_8=\u5617\u8a66\u5224\u65b7 %s \u9805\u76ee\u4e2d\u7684 ds-cfg-profile-directory \u5c6c\u6027\u503c\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s\u3002\u5c07\u4f7f\u7528 %s \u7684\u9810\u8a2d\u8a2d\u5b9a\u6a94\u76ee\u9304 |
| | | SEVERE_ERR_PLUGIN_PROFILER_CANNOT_WRITE_PROFILE_DATA_9=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u6240\u5b9a\u7fa9\u7684\u6548\u80fd\u8a55\u6e2c\u5668\u5916\u639b\u7a0b\u5f0f\u5617\u8a66\u5c07\u64f7\u53d6\u7684\u8cc7\u8a0a\u5beb\u5165\u81f3\u8f38\u51fa\u6a94\u6848 %s \u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | INFO_PLUGIN_PROFILER_DESCRIPTION_AUTOSTART_10=\u6307\u51fa\u6548\u80fd\u8a55\u6e2c\u5668\u5916\u639b\u7a0b\u5f0f\u662f\u5426\u61c9\u5728\u76ee\u9304\u4f3a\u670d\u5668\u555f\u52d5\u6642\u81ea\u52d5\u958b\u59cb\u6536\u96c6\u8cc7\u6599\u3002\u53ea\u6709\u5728\u4f3a\u670d\u5668\u555f\u52d5\u6642\u624d\u6703\u51fa\u73fe\u6b64\u8a0a\u606f\uff0c\u4e14\u4efb\u4f55\u8b8a\u66f4\u90fd\u5c07\u5728\u4e0b\u6b21\u91cd\u65b0\u555f\u52d5\u6642\u751f\u6548 |
| | | SEVERE_WARN_PLUGIN_PROFILER_CANNOT_DETERMINE_AUTOSTART_11=\u5617\u8a66\u5224\u65b7 %s \u9805\u76ee\u4e2d\u7684 ds-cfg-enable-profiling-on-startup \u5c6c\u6027\u503c\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s\u3002\u5c07\u4e0d\u6703\u5728\u555f\u52d5\u6642\u81ea\u52d5\u64f7\u53d6\u8a2d\u5b9a\u6a94\u8cc7\u8a0a\uff0c\u800c\u5fc5\u9808\u624b\u52d5\u555f\u7528 |
| | | INFO_PLUGIN_PROFILER_DESCRIPTION_INTERVAL_12=\u5728\u64f7\u53d6\u4f3a\u670d\u5668\u4e2d\u7684\u8a2d\u5b9a\u6a94\u8cc7\u8a0a\u6642\u6240\u61c9\u4f7f\u7528\u7684\u7bc4\u4f8b\u9593\u9694\u3002\u6b64\u914d\u7f6e\u5c6c\u6027\u7684\u8b8a\u66f4\u5c07\u5728\u6548\u80fd\u8a55\u6e2c\u5668\u4e0b\u6b21\u555f\u52d5\u6642\u751f\u6548 |
| | | SEVERE_WARN_PLUGIN_PROFILER_CANNOT_DETERMINE_INTERVAL_13=\u5617\u8a66\u5224\u65b7 %s \u9805\u76ee\u4e2d\u7684 ds-cfg-profile-sample-interval \u5c6c\u6027\u503c\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s\u3002\u5c07\u4f7f\u7528\u9810\u8a2d\u7bc4\u4f8b\u9593\u9694 %d \u6beb\u79d2 |
| | | INFO_PLUGIN_PROFILER_DESCRIPTION_STATE_14=\u6548\u80fd\u8a55\u6e2c\u5668\u76ee\u524d\u7684\u72c0\u614b\u3002\u6b64\u72c0\u614b\u5c07\u6703\u662f\u300c\u5df2\u555f\u7528\u300d(\u8868\u793a\u6548\u80fd\u8a55\u6e2c\u5668\u57f7\u884c\u7dd2\u6703\u4e3b\u52d5\u6536\u96c6\u8cc7\u6599) \u6216\u300c\u5df2\u505c\u7528\u300d\u3002\u6b64\u70ba\u552f\u8b80\u5c6c\u6027 |
| | | INFO_PLUGIN_PROFILER_DESCRIPTION_ACTION_15=\u6548\u80fd\u8a55\u6e2c\u5668\u61c9\u57f7\u884c\u7684\u52d5\u4f5c\u3002\u300cstart\u300d\u4e00\u503c\u6703\u4f7f\u6548\u80fd\u8a55\u6e2c\u5668\u57f7\u884c\u7dd2\u958b\u59cb\u6536\u96c6\u8cc7\u6599 (\u82e5\u57f7\u884c\u7dd2\u5c1a\u672a\u4f5c\u7528)\u3002\u300cstop\u300d\u4e00\u503c\u6703\u4f7f\u6548\u80fd\u8a55\u6e2c\u5668\u57f7\u884c\u7dd2\u505c\u6b62\u6536\u96c6\u8cc7\u6599\uff0c\u4e26\u5c07\u8cc7\u6599\u5beb\u5165\u81f3\u78c1\u789f\uff0c\u800c\u300ccancel\u300d\u4e00\u503c\u6703\u4f7f\u6548\u80fd\u8a55\u6e2c\u5668\u57f7\u884c\u7dd2\u505c\u6b62\u6536\u96c6\u8cc7\u6599\uff0c\u4e26\u6368\u68c4\u5df2\u64f7\u53d6\u7684\u8cc7\u6599\u3002\u9019\u4e9b\u4f5c\u696d\u6703\u7acb\u5373\u57f7\u884c |
| | | SEVERE_WARN_PLUGIN_PROFILER_INVALID_PROFILE_DIR_16=\u5728\u914d\u7f6e\u9805\u76ee %2$s \u7684\u5c6c\u6027 ds-cfg-profile-directory \u4e2d\u6240\u6307\u5b9a\u7684\u8a2d\u5b9a\u6a94\u76ee\u9304 %1$s \u7121\u6548\uff0c\u56e0\u70ba\u6307\u5b9a\u7684\u8def\u5f91\u4e0d\u5b58\u5728\uff0c\u6216\u4e0d\u662f\u76ee\u9304 |
| | | SEVERE_WARN_PLUGIN_PROFILER_CANNOT_DETERMINE_ACTION_17=\u5617\u8a66\u5224\u65b7 %s \u9805\u76ee\u4e2d\u7684 ds-cfg-profile-action \u5c6c\u6027\u503c\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s\u3002\u5c07\u4e0d\u57f7\u884c\u4efb\u4f55\u52d5\u4f5c |
| | | INFO_PLUGIN_PROFILER_UPDATED_INTERVAL_18=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u6240\u5b9a\u7fa9\u4e4b\u6548\u80fd\u8a55\u6e2c\u5668\u5916\u639b\u7a0b\u5f0f\u7684\u7bc4\u4f8b\u9593\u9694\uff0c\u5df2\u66f4\u65b0\u70ba %d \u6beb\u79d2 |
| | | SEVERE_ERR_PLUGIN_PROFILER_CANNOT_UPDATE_INTERVAL_19=\u5617\u8a66\u66f4\u65b0\u914d\u7f6e\u9805\u76ee %s \u4e2d\u6240\u5b9a\u7fa9\u4e4b\u6548\u80fd\u8a55\u6e2c\u5668\u5916\u639b\u7a0b\u5f0f\u7684\u7bc4\u4f8b\u9593\u9694\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | INFO_PLUGIN_PROFILER_UPDATED_DIRECTORY_20=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u6240\u5b9a\u7fa9\u4e4b\u6548\u80fd\u8a55\u6e2c\u5668\u5916\u639b\u7a0b\u5f0f\u7684\u8a2d\u5b9a\u6a94\u76ee\u9304\uff0c\u5df2\u8b8a\u66f4\u70ba %s |
| | | SEVERE_ERR_PLUGIN_PROFILER_CANNOT_UPDATE_DIRECTORY_21=\u5617\u8a66\u66f4\u65b0\u914d\u7f6e\u9805\u76ee %s \u4e2d\u6240\u5b9a\u7fa9\u4e4b\u6548\u80fd\u8a55\u6e2c\u5668\u5916\u639b\u7a0b\u5f0f\u7684\u8a2d\u5b9a\u6a94\u76ee\u9304\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | INFO_PLUGIN_PROFILER_STARTED_PROFILING_22=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u6240\u5b9a\u7fa9\u7684\u6548\u80fd\u8a55\u6e2c\u5668\u5916\u639b\u7a0b\u5f0f\u5df2\u555f\u52d5\uff0c\u4e26\u5df2\u958b\u59cb\u64f7\u53d6\u8cc7\u6599 |
| | | INFO_PLUGIN_PROFILER_ALREADY_PROFILING_23=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u6240\u5b9a\u7fa9\u7684\u6548\u80fd\u8a55\u6e2c\u5668\u5916\u639b\u7a0b\u5f0f\u5df2\u4f5c\u7528\u4e2d\uff0c\u56e0\u6b64\u5df2\u5ffd\u7565\u555f\u52d5\u8a2d\u5b9a\u6a94\u7684\u8acb\u6c42 |
| | | INFO_PLUGIN_PROFILER_NOT_RUNNING_24=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u6240\u5b9a\u7fa9\u7684\u6548\u80fd\u8a55\u6e2c\u5668\u5916\u639b\u7a0b\u5f0f\u5df2\u6536\u5230\u505c\u6b62\u64f7\u53d6\u8cc7\u6599\u7684\u8acb\u6c42\uff0c\u4f46\u5916\u639b\u7a0b\u5f0f\u4e26\u975e\u4f5c\u7528\u4e2d\uff0c\u56e0\u6b64\u672a\u57f7\u884c\u4efb\u4f55\u52d5\u4f5c |
| | | INFO_PLUGIN_PROFILER_STOPPED_PROFILING_25=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u6240\u5b9a\u7fa9\u7684\u6548\u80fd\u8a55\u6e2c\u5668\u5916\u639b\u7a0b\u5f0f\u5df2\u505c\u6b62\uff0c\u800c\u4e0d\u518d\u64f7\u53d6\u8cc7\u6599 |
| | | INFO_PLUGIN_PROFILER_WROTE_PROFILE_DATA_26=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u6548\u80fd\u8a55\u6e2c\u5668\u5916\u639b\u7a0b\u5f0f\u6240\u6536\u96c6\u7684\u8cc7\u6599\uff0c\u5df2\u5beb\u5165\u81f3 %s |
| | | MILD_ERR_PLUGIN_PROFILER_UNKNOWN_ACTION_27=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u6240\u5b9a\u7fa9\u7684\u6548\u80fd\u8a55\u6e2c\u5668\u5916\u639b\u7a0b\u5f0f\u7d93\u8acb\u6c42\u6240\u57f7\u884c\u7684\u52d5\u4f5c %s \u7121\u6cd5\u7531\u4f3a\u670d\u5668\u8fa8\u8b58\u3002\u5c07\u4e0d\u57f7\u884c\u4efb\u4f55\u52d5\u4f5c |
| | | INFO_PLUGIN_PROFILER_SKIPPING_ACTION_28=\u5df2\u8acb\u6c42\u914d\u7f6e\u9805\u76ee %2$s \u4e2d\u6240\u5b9a\u7fa9\u7684\u6548\u80fd\u8a55\u6e2c\u5668\u5916\u639b\u7a0b\u5f0f\u57f7\u884c\u6548\u80fd\u8a55\u6e2c\u5668\u52d5\u4f5c %1$s\uff0c\u4f46\u7531\u65bc\u5916\u639b\u7a0b\u5f0f\u914d\u7f6e\u767c\u751f\u4e86\u4e00\u6216\u591a\u9805\u554f\u984c\uff0c\u56e0\u6b64\u5c07\u7565\u904e\u8acb\u6c42\u7684\u52d5\u4f5c |
| | | SEVERE_ERR_PLUGIN_PROFILER_CANNOT_PERFORM_ACTION_29=\u5617\u8a66\u8655\u7406\u5c0d\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u6548\u80fd\u8a55\u6e2c\u5668\u5916\u639b\u7a0b\u5f0f\u6240\u8acb\u6c42\u7684\u52d5\u4f5c\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | FATAL_ERR_PLUGIN_STARTUP_PLUGIN_EXCEPTION_30=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u6240\u5b9a\u7fa9\u7684\u555f\u52d5\u5916\u639b\u7a0b\u5f0f\u5728\u76ee\u9304\u4f3a\u670d\u5668\u555f\u52d5\u7a0b\u5e8f\u671f\u9593\u88ab\u547c\u53eb\u6642\u4e1f\u51fa\u7570\u5e38: %s\u3002\u4f3a\u670d\u5668\u555f\u52d5\u7a0b\u5e8f\u5df2\u4e2d\u65b7 |
| | | FATAL_ERR_PLUGIN_STARTUP_PLUGIN_RETURNED_NULL_31=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u6240\u5b9a\u7fa9\u7684\u555f\u52d5\u5916\u639b\u7a0b\u5f0f\u5728\u76ee\u9304\u4f3a\u670d\u5668\u555f\u52d5\u7a0b\u5e8f\u671f\u9593\u88ab\u547c\u53eb\u6642\u50b3\u56de\u7a7a\u503c\u3002\u6b64\u70ba\u975e\u6cd5\u50b3\u56de\u503c\uff0c\u4e14\u4f3a\u670d\u5668\u555f\u52d5\u7a0b\u5e8f\u5df2\u4e2d\u65b7 |
| | | SEVERE_ERR_PLUGIN_STARTUP_PLUGIN_FAIL_CONTINUE_32=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u6240\u5b9a\u7fa9\u7684\u555f\u52d5\u5916\u639b\u7a0b\u5f0f\u5728\u76ee\u9304\u4f3a\u670d\u5668\u555f\u52d5\u7a0b\u5e8f\u671f\u9593\u88ab\u547c\u53eb\u6642\u767c\u751f\u932f\u8aa4: %s (\u932f\u8aa4 ID %d)\u3002\u6b64\u555f\u52d5\u7a0b\u5e8f\u5c07\u6703\u7e7c\u7e8c\uff0c\u4f46\u9019\u9805\u5931\u6557\u53ef\u80fd\u6703\u5f71\u97ff\u5230\u4f3a\u670d\u5668\u7684\u4f5c\u696d |
| | | FATAL_ERR_PLUGIN_STARTUP_PLUGIN_FAIL_ABORT_33=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u6240\u5b9a\u7fa9\u7684\u555f\u52d5\u5916\u639b\u7a0b\u5f0f\u5728\u76ee\u9304\u4f3a\u670d\u5668\u555f\u52d5\u7a0b\u5e8f\u671f\u9593\u88ab\u547c\u53eb\u6642\u767c\u751f\u932f\u8aa4: %s (\u932f\u8aa4 ID %d)\u3002\u4f3a\u670d\u5668\u555f\u52d5\u7a0b\u5e8f\u5df2\u4e2d\u65b7 |
| | | SEVERE_ERR_PLUGIN_SHUTDOWN_PLUGIN_EXCEPTION_34=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u6240\u5b9a\u7fa9\u7684\u95dc\u9589\u5916\u639b\u7a0b\u5f0f\u5728\u76ee\u9304\u4f3a\u670d\u5668\u95dc\u9589\u7a0b\u5e8f\u671f\u9593\u88ab\u547c\u53eb\u6642\u4e1f\u51fa\u7570\u5e38: %s |
| | | SEVERE_ERR_PLUGIN_POST_CONNECT_PLUGIN_EXCEPTION_35=\u914d\u7f6e\u9805\u76ee %1$s \u4e2d\u6240\u5b9a\u7fa9\u7684\u5f8c\u7f6e\u9023\u7dda\u5916\u639b\u7a0b\u5f0f\u5728\u88ab\u547c\u53eb\u4ee5\u5f9e %3$s \u5efa\u7acb\u9023\u7dda %2$d \u6642\u4e1f\u51fa\u7570\u5e38: %4$s\u3002\u9023\u7dda\u5c07\u6703\u7d42\u6b62 |
| | | SEVERE_ERR_PLUGIN_POST_CONNECT_PLUGIN_RETURNED_NULL_36=\u914d\u7f6e\u9805\u76ee %1$s \u4e2d\u6240\u5b9a\u7fa9\u7684\u5f8c\u7f6e\u9023\u7dda\u5916\u639b\u7a0b\u5f0f\u5728\u88ab\u547c\u53eb\u4ee5\u5f9e %3$s \u5efa\u7acb\u9023\u7dda %2$d \u6642\u50b3\u56de\u7a7a\u503c\u3002\u6b64\u70ba\u975e\u6cd5\u56de\u61c9\uff0c\u9023\u7dda\u5c07\u6703\u7d42\u6b62 |
| | | SEVERE_ERR_PLUGIN_POST_DISCONNECT_PLUGIN_EXCEPTION_37=\u914d\u7f6e\u9805\u76ee %1$s \u4e2d\u6240\u5b9a\u7fa9\u7684\u5f8c\u7f6e\u4e2d\u65b7\u9023\u7dda\u5916\u639b\u7a0b\u5f0f\u5728\u88ab\u547c\u53eb\u4ee5\u5f9e %3$s \u5efa\u7acb\u9023\u7dda %2$d \u6642\u4e1f\u51fa\u7570\u5e38: %4$s |
| | | SEVERE_ERR_PLUGIN_POST_DISCONNECT_PLUGIN_RETURNED_NULL_38=\u914d\u7f6e\u9805\u76ee %1$s \u4e2d\u6240\u5b9a\u7fa9\u7684\u5f8c\u7f6e\u4e2d\u65b7\u9023\u7dda\u5916\u639b\u7a0b\u5f0f\u5728\u88ab\u547c\u53eb\u4ee5\u5f9e %3$s \u5efa\u7acb\u9023\u7dda %2$d \u6642\u50b3\u56de\u7a7a\u503c\u3002\u6b64\u70ba\u975e\u6cd5\u56de\u61c9 |
| | | SEVERE_ERR_PLUGIN_PRE_PARSE_PLUGIN_EXCEPTION_39=\u914d\u7f6e\u9805\u76ee %2$s \u4e2d\u6240\u5b9a\u7fa9\u7684\u524d\u7f6e\u5256\u6790 %1$s \u5916\u639b\u7a0b\u5f0f\u5728\u88ab\u547c\u53eb\u4ee5\u9032\u884c\u9023\u7dda %3$d \u4f5c\u696d %4$d \u6642\u4e1f\u51fa\u7570\u5e38: %5$s\u3002\u5c07\u6703\u7d42\u6b62\u6b64\u4f5c\u696d\u7684\u8655\u7406 |
| | | SEVERE_ERR_PLUGIN_PRE_PARSE_PLUGIN_RETURNED_NULL_40=\u914d\u7f6e\u9805\u76ee %2$s \u4e2d\u6240\u5b9a\u7fa9\u7684\u524d\u7f6e\u5256\u6790 %1$s \u5916\u639b\u7a0b\u5f0f\u5728\u88ab\u547c\u53eb\u4ee5\u9032\u884c\u9023\u7dda %3$d \u4f5c\u696d %4$s \u6642\u50b3\u56de\u7a7a\u503c\u3002\u6b64\u70ba\u975e\u6cd5\u56de\u61c9\uff0c\u5c07\u6703\u7d42\u6b62\u6b64\u4f5c\u696d\u7684\u8655\u7406 |
| | | SEVERE_ERR_PLUGIN_PRE_OPERATION_PLUGIN_EXCEPTION_41=\u914d\u7f6e\u9805\u76ee %2$s \u4e2d\u6240\u5b9a\u7fa9\u7684\u524d\u7f6e\u4f5c\u696d %1$s \u5916\u639b\u7a0b\u5f0f\u5728\u88ab\u547c\u53eb\u4ee5\u9032\u884c\u9023\u7dda %3$d \u4f5c\u696d %4$d \u6642\u4e1f\u51fa\u7570\u5e38: %5$s\u3002\u5c07\u6703\u7d42\u6b62\u6b64\u4f5c\u696d\u7684\u8655\u7406 |
| | | SEVERE_ERR_PLUGIN_PRE_OPERATION_PLUGIN_RETURNED_NULL_42=\u914d\u7f6e\u9805\u76ee %2$s \u4e2d\u6240\u5b9a\u7fa9\u7684\u524d\u7f6e\u4f5c\u696d %1$s \u5916\u639b\u7a0b\u5f0f\u5728\u88ab\u547c\u53eb\u4ee5\u9032\u884c\u9023\u7dda %3$d \u4f5c\u696d %4$d \u6642\u50b3\u56de\u7a7a\u503c\u3002\u6b64\u70ba\u975e\u6cd5\u56de\u61c9\uff0c\u5c07\u6703\u7d42\u6b62\u6b64\u4f5c\u696d\u7684\u8655\u7406 |
| | | SEVERE_ERR_PLUGIN_POST_OPERATION_PLUGIN_EXCEPTION_43=\u914d\u7f6e\u9805\u76ee %2$s \u4e2d\u6240\u5b9a\u7fa9\u7684\u5f8c\u7f6e\u4f5c\u696d %1$s \u5916\u639b\u7a0b\u5f0f\u5728\u88ab\u547c\u53eb\u4ee5\u9032\u884c\u9023\u7dda %3$d \u4f5c\u696d %4$d \u6642\u4e1f\u51fa\u7570\u5e38: %5$s\u3002\u5c07\u6703\u7d42\u6b62\u6b64\u4f5c\u696d\u7684\u8655\u7406 |
| | | SEVERE_ERR_PLUGIN_POST_OPERATION_PLUGIN_RETURNED_NULL_44=\u914d\u7f6e\u9805\u76ee %2$s \u4e2d\u6240\u5b9a\u7fa9\u7684\u5f8c\u7f6e\u4f5c\u696d %1$s \u5916\u639b\u7a0b\u5f0f\u5728\u88ab\u547c\u53eb\u4ee5\u9032\u884c\u9023\u7dda %3$d \u4f5c\u696d %4$d \u6642\u50b3\u56de\u7a7a\u503c\u3002\u6b64\u70ba\u975e\u6cd5\u56de\u61c9\uff0c\u5c07\u6703\u7d42\u6b62\u6b64\u4f5c\u696d\u7684\u8655\u7406 |
| | | SEVERE_ERR_PLUGIN_POST_RESPONSE_PLUGIN_EXCEPTION_45=\u914d\u7f6e\u9805\u76ee %2$s \u4e2d\u6240\u5b9a\u7fa9\u7684\u5f8c\u7f6e\u56de\u61c9 %1$s \u5916\u639b\u7a0b\u5f0f\u5728\u88ab\u547c\u53eb\u4ee5\u9032\u884c\u9023\u7dda %3$d \u4f5c\u696d %4$d \u6642\u4e1f\u51fa\u7570\u5e38: %5$s\u3002\u5c07\u6703\u7d42\u6b62\u6b64\u4f5c\u696d\u7684\u8655\u7406 |
| | | SEVERE_ERR_PLUGIN_POST_RESPONSE_PLUGIN_RETURNED_NULL_46=\u914d\u7f6e\u9805\u76ee %2$s \u4e2d\u6240\u5b9a\u7fa9\u7684\u5f8c\u7f6e\u56de\u61c9 %1$s \u5916\u639b\u7a0b\u5f0f\u5728\u88ab\u547c\u53eb\u4ee5\u9032\u884c\u9023\u7dda %3$d \u4f5c\u696d %4$d \u6642\u50b3\u56de\u7a7a\u503c\u3002\u6b64\u70ba\u975e\u6cd5\u56de\u61c9\uff0c\u5c07\u6703\u7d42\u6b62\u6b64\u4f5c\u696d\u7684\u8655\u7406 |
| | | SEVERE_ERR_PLUGIN_SEARCH_ENTRY_PLUGIN_EXCEPTION_47=\u914d\u7f6e\u9805\u76ee %1$s \u4e2d\u6240\u5b9a\u7fa9\u7684\u641c\u5c0b\u7d50\u679c\u9805\u76ee\u5916\u639b\u7a0b\u5f0f\u5728\u88ab\u547c\u53eb\u4ee5\u9032\u884c\u5177\u6709\u9805\u76ee %4$s \u7684\u9023\u7dda %2$d \u4f5c\u696d %3$d \u6642\u4e1f\u51fa\u7570\u5e38: %5$s\u3002\u5c07\u6703\u7d42\u6b62\u6b64\u641c\u5c0b\u4f5c\u696d\u7684\u8655\u7406 |
| | | SEVERE_ERR_PLUGIN_SEARCH_ENTRY_PLUGIN_RETURNED_NULL_48=\u914d\u7f6e\u9805\u76ee %1$s \u4e2d\u6240\u5b9a\u7fa9\u7684\u641c\u5c0b\u7d50\u679c\u9805\u76ee\u5916\u639b\u7a0b\u5f0f\u5728\u88ab\u547c\u53eb\u4ee5\u9032\u884c\u5177\u6709\u9805\u76ee %4$s \u7684\u9023\u7dda %2$d \u4f5c\u696d %3$d \u6642\u50b3\u56de\u7a7a\u503c\u3002\u6b64\u70ba\u975e\u6cd5\u56de\u61c9\uff0c\u5c07\u6703\u7d42\u6b62\u6b64\u641c\u5c0b\u4f5c\u696d\u7684\u8655\u7406 |
| | | SEVERE_ERR_PLUGIN_SEARCH_REFERENCE_PLUGIN_EXCEPTION_49=\u914d\u7f6e\u9805\u76ee %1$s \u4e2d\u6240\u5b9a\u7fa9\u7684\u641c\u5c0b\u7d50\u679c\u53c3\u7167\u5916\u639b\u7a0b\u5f0f\u5728\u88ab\u547c\u53eb\u4ee5\u9032\u884c\u5177\u6709\u53c3\u7167 URL %4$s \u7684\u9023\u7dda %2$d \u4f5c\u696d %3$d \u6642\u4e1f\u51fa\u7570\u5e38: %5$s\u3002\u5c07\u6703\u7d42\u6b62\u6b64\u641c\u5c0b\u4f5c\u696d\u7684\u8655\u7406 |
| | | SEVERE_ERR_PLUGIN_SEARCH_REFERENCE_PLUGIN_RETURNED_NULL_50=\u914d\u7f6e\u9805\u76ee %1$s \u4e2d\u6240\u5b9a\u7fa9\u7684\u641c\u5c0b\u7d50\u679c\u53c3\u7167\u5916\u639b\u7a0b\u5f0f\u5728\u88ab\u547c\u53eb\u4ee5\u9032\u884c\u5177\u6709\u53c3\u7167 URL %4$s \u7684\u9023\u7dda %2$d \u4f5c\u696d %3$d \u6642\u50b3\u56de\u7a7a\u503c\u3002\u6b64\u70ba\u975e\u6cd5\u56de\u61c9\uff0c\u5c07\u6703\u7d42\u6b62\u6b64\u641c\u5c0b\u4f5c\u696d\u7684\u8655\u7406 |
| | | SEVERE_ERR_PLUGIN_LASTMOD_INVALID_PLUGIN_TYPE_51=\u5617\u8a66\u5c07 LastMod \u5916\u639b\u7a0b\u5f0f\u8a3b\u518a\u70ba\u4ee5 %s \u7684\u5f62\u5f0f\u547c\u53eb\u7684\u5916\u639b\u7a0b\u5f0f\u3002\u9019\u500b\u5916\u639b\u7a0b\u5f0f\u4e0d\u5141\u8a31\u6b64\u985e\u578b\u7684\u5916\u639b\u7a0b\u5f0f |
| | | INFO_PROFILEVIEWER_DESCRIPTION_FILENAMES_52=\u8a2d\u5b9a\u6a94\u8cc7\u6599\u6a94\u7684\u8def\u5f91\u3002\u6b64\u5f15\u6578\u53ef\u63d0\u4f9b\u591a\u6b21\uff0c\u4ee5\u5206\u6790\u591a\u500b\u8cc7\u6599\u6a94\u4e2d\u7684\u8cc7\u6599 |
| | | INFO_PROFILEVIEWER_DESCRIPTION_USE_GUI_53=\u6307\u51fa\u8981\u4ee5 GUI \u6a21\u5f0f\u6aa2\u8996\u8a2d\u5b9a\u6a94\u8cc7\u8a0a\uff0c\u9084\u662f\u5c07\u7522\u751f\u7684\u8cc7\u6599\u5beb\u5165\u6a19\u6e96\u8f38\u51fa\u4e2d |
| | | INFO_PROFILEVIEWER_DESCRIPTION_USAGE_54=\u986f\u793a\u6b64\u4f7f\u7528\u8cc7\u8a0a |
| | | SEVERE_ERR_PROFILEVIEWER_CANNOT_INITIALIZE_ARGS_55=\u5617\u8a66\u521d\u59cb\u5316\u6307\u4ee4\u884c\u5f15\u6578\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | SEVERE_ERR_PROFILEVIEWER_ERROR_PARSING_ARGS_56=\u5617\u8a66\u5256\u6790\u6307\u4ee4\u884c\u5f15\u6578\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_PROFILEVIEWER_CANNOT_PROCESS_DATA_FILE_57=\u5617\u8a66\u8655\u7406\u6a94\u6848 %s \u4e2d\u7684\u8a2d\u5b9a\u6a94\u8cc7\u6599\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_PLUGIN_LDIF_IMPORT_PLUGIN_EXCEPTION_58=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u6240\u5b9a\u7fa9\u7684 LDIF \u532f\u5165\u5916\u639b\u7a0b\u5f0f\u5728\u9805\u76ee %s \u4e0a\u88ab\u547c\u53eb\u6642\u4e1f\u51fa\u7570\u5e38: %s |
| | | SEVERE_ERR_PLUGIN_LDIF_IMPORT_PLUGIN_RETURNED_NULL_59=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u6240\u5b9a\u7fa9\u7684 LDIF \u532f\u5165\u5916\u639b\u7a0b\u5f0f\u5728\u9805\u76ee %s \u4e0a\u88ab\u547c\u53eb\u6642\u50b3\u56de\u7a7a\u503c\u3002\u6b64\u70ba\u975e\u6cd5\u56de\u61c9 |
| | | SEVERE_ERR_PLUGIN_LDIF_EXPORT_PLUGIN_EXCEPTION_60=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u6240\u5b9a\u7fa9\u7684 LDIF \u532f\u51fa\u5916\u639b\u7a0b\u5f0f\u5728\u9805\u76ee %s \u4e0a\u88ab\u547c\u53eb\u6642\u4e1f\u51fa\u7570\u5e38: %s |
| | | SEVERE_ERR_PLUGIN_LDIF_EXPORT_PLUGIN_RETURNED_NULL_61=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u6240\u5b9a\u7fa9\u7684 LDIF \u532f\u51fa\u5916\u639b\u7a0b\u5f0f\u5728\u9805\u76ee %s \u4e0a\u88ab\u547c\u53eb\u6642\u50b3\u56de\u7a7a\u503c\u3002\u6b64\u70ba\u975e\u6cd5\u56de\u61c9 |
| | | SEVERE_ERR_PLUGIN_ENTRYUUID_INVALID_PLUGIN_TYPE_62=\u5617\u8a66\u5c07 EntryUUID \u5916\u639b\u7a0b\u5f0f\u8a3b\u518a\u70ba\u4ee5 %s \u7684\u5f62\u5f0f\u547c\u53eb\u7684\u5916\u639b\u7a0b\u5f0f\u3002\u9019\u500b\u5916\u639b\u7a0b\u5f0f\u4e0d\u5141\u8a31\u6b64\u985e\u578b\u7684\u5916\u639b\u7a0b\u5f0f |
| | | SEVERE_ERR_PLUGIN_INTERMEDIATE_RESPONSE_PLUGIN_EXCEPTION_63=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u6240\u5b9a\u7fa9\u7684\u4e2d\u7e7c\u56de\u61c9\u5916\u639b\u7a0b\u5f0f\u5728\u88ab\u547c\u53eb\u4ee5\u9032\u884c\u9023\u7dda %d \u4f5c\u696d %d \u6642\u4e1f\u51fa\u7570\u5e38: %s\u3002\u5c07\u6703\u7d42\u6b62\u6b64\u4f5c\u696d\u7684\u8655\u7406 |
| | | SEVERE_ERR_PLUGIN_INTERMEDIATE_RESPONSE_PLUGIN_RETURNED_NULL_64=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u6240\u5b9a\u7fa9\u7684\u4e2d\u7e7c\u56de\u61c9\u5916\u639b\u7a0b\u5f0f\u5728\u88ab\u547c\u53eb\u4ee5\u9032\u884c\u9023\u7dda %d \u4f5c\u696d %d \u6642\u50b3\u56de\u7a7a\u503c\u3002\u6b64\u70ba\u975e\u6cd5\u56de\u61c9\uff0c\u5c07\u6703\u7d42\u6b62\u6b64\u4f5c\u696d\u7684\u8655\u7406 |
| | | SEVERE_ERR_PLUGIN_PWPIMPORT_INVALID_PLUGIN_TYPE_65=\u5617\u8a66\u5c07\u5bc6\u78bc\u7b56\u7565\u532f\u5165\u5916\u639b\u7a0b\u5f0f\u8a3b\u518a\u70ba\u4ee5 %s \u7684\u5f62\u5f0f\u547c\u53eb\u7684\u5916\u639b\u7a0b\u5f0f\u3002\u9019\u500b\u5916\u639b\u7a0b\u5f0f\u4e0d\u5141\u8a31\u6b64\u985e\u578b\u7684\u5916\u639b\u7a0b\u5f0f |
| | | SEVERE_ERR_PLUGIN_PWPIMPORT_ERROR_ENCODING_PASSWORD_66=\u5617\u8a66\u7de8\u78bc\u4f7f\u7528\u8005\u9805\u76ee %2$s \u7684\u5c6c\u6027 %1$s \u4e2d\u6240\u5132\u5b58\u7684\u5bc6\u78bc\u503c\u6642\u767c\u751f\u932f\u8aa4: %3$s\u3002\u5c07\u4e0d\u6703\u7de8\u78bc\u6b64\u4f7f\u7528\u8005\u7684\u5bc6\u78bc\u503c |
| | | SEVERE_ERR_PLUGIN_TYPE_NOT_SUPPORTED_67=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u6240\u5b9a\u7fa9\u7684\u5916\u639b\u7a0b\u5f0f\uff0c\u4e0d\u652f\u63f4 %s \u5916\u639b\u7a0b\u5f0f\u985e\u578b |
| | | INFO_PROFILEVIEWER_TOOL_DESCRIPTION_68=\u6b64\u516c\u7528\u7a0b\u5f0f\u53ef\u7528\u4ee5\u6aa2\u8996\u8cc7\u6599\u6a94\u4e2d\u7531\u76ee\u9304\u4f3a\u670d\u5668\u6548\u80fd\u8a55\u6e2c\u5668\u6240\u64f7\u53d6\u7684\u8cc7\u8a0a |
| | | SEVERE_ERR_PLUGIN_PWIMPORT_NO_DEFAULT_AUTH_SCHEMES_69=\u5bc6\u78bc\u7b56\u7565\u532f\u5165\u5916\u639b\u7a0b\u5f0f\u672a\u914d\u7f6e\u4efb\u4f55\u9810\u8a2d\u7684\u8a8d\u8b49\u5bc6\u78bc\u6a5f\u5236\uff0c\u4e14\u4f3a\u670d\u5668\u4e0d\u652f\u63f4 %s \u8a8d\u8b49\u5bc6\u78bc\u6a5f\u5236 |
| | | SEVERE_ERR_PLUGIN_PWIMPORT_INVALID_DEFAULT_AUTH_SCHEME_70=\u5bc6\u78bc\u7b56\u7565\u532f\u5165\u5916\u639b\u7a0b\u5f0f\u6240\u53c3\u7167\u7684\u8a8d\u8b49\u5bc6\u78bc\u5132\u5b58\u6a5f\u5236 %s \u4f9d\u914d\u7f6e\u7121\u6cd5\u7528\u65bc\u4f3a\u670d\u5668\u4e2d |
| | | SEVERE_ERR_PLUGIN_PWIMPORT_NO_DEFAULT_USER_SCHEMES_71=\u5bc6\u78bc\u7b56\u7565\u532f\u5165\u5916\u639b\u7a0b\u5f0f\u672a\u914d\u7f6e\u4efb\u4f55\u9810\u8a2d\u7684\u4f7f\u7528\u8005\u5bc6\u78bc\u6a5f\u5236\uff0c\u4e14\u4f3a\u670d\u5668\u4e0d\u652f\u63f4 %s \u8a8d\u8b49\u5bc6\u78bc\u6a5f\u5236 |
| | | SEVERE_ERR_PLUGIN_PWIMPORT_INVALID_DEFAULT_USER_SCHEME_72=\u5bc6\u78bc\u7b56\u7565\u532f\u5165\u5916\u639b\u7a0b\u5f0f\u6240\u53c3\u7167\u7684\u4f7f\u7528\u8005\u5bc6\u78bc\u5132\u5b58\u6a5f\u5236 %s \u4f9d\u914d\u7f6e\u7121\u6cd5\u7528\u65bc\u4f3a\u670d\u5668\u4e2d |
| | | SEVERE_WARN_PLUGIN_PWIMPORT_NO_SUCH_POLICY_73=\u9805\u76ee\u300c%s\u300d\u6307\u51fa\u672c\u8eab\u4f7f\u7528\u81ea\u8a02\u5bc6\u78bc\u7b56\u7565\u300c%s\u300d\uff0c\u4f46\u4f3a\u670d\u5668\u4e2d\u4e26\u672a\u5b9a\u7fa9\u6b64\u985e\u7b56\u7565\u3002\u6b64\u9805\u76ee\u4e2d\u6240\u5305\u542b\u7684\u4efb\u4f55\u5bc6\u78bc\u90fd\u5c07\u4ee5\u9810\u8a2d\u5132\u5b58\u6a5f\u5236\u7de8\u78bc\uff0c\u4f46\u7121\u6cd5\u8a8d\u8b49\u70ba\u6b64\u4f7f\u7528\u8005 |
| | | SEVERE_WARN_PLUGIN_PWIMPORT_CANNOT_DECODE_POLICY_DN_74=\u5617\u8a66\u89e3\u78bc\u9805\u76ee\u300c%s\u300d\u4e2d\u7684\u81ea\u8a02\u5bc6\u78bc\u7b56\u7565\u5c6c\u6027\u503c\u6642\u767c\u751f\u932f\u8aa4: %s\u3002\u6b64\u9805\u76ee\u4e2d\u6240\u5305\u542b\u7684\u4efb\u4f55\u5bc6\u78bc\u90fd\u5c07\u4ee5\u9810\u8a2d\u5132\u5b58\u6a5f\u5236\u7de8\u78bc\uff0c\u4f46\u7121\u6cd5\u8a8d\u8b49\u70ba\u6b64\u4f7f\u7528\u8005 |
| | | SEVERE_ERR_PLUGIN_SUBORDINATE_MODIFY_DN_PLUGIN_EXCEPTION_75=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u6240\u5b9a\u7fa9\u7684\u5f9e\u5c6c\u4fee\u6539 DN \u5916\u639b\u7a0b\u5f0f\u5728\u88ab\u547c\u53eb\u4ee5\u9032\u884c\u9023\u7dda %d \u4f5c\u696d %d \u6642\u4e1f\u51fa\u7570\u5e38: %s\u3002\u5c07\u6703\u7d42\u6b62\u6b64\u4f5c\u696d\u7684\u8655\u7406 |
| | | SEVERE_ERR_PLUGIN_SUBORDINATE_MODIFY_DN_PLUGIN_RETURNED_NULL_76=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u6240\u5b9a\u7fa9\u7684\u5f9e\u5c6c\u4fee\u6539 DN \u5916\u639b\u7a0b\u5f0f\u5728\u88ab\u547c\u53eb\u4ee5\u9032\u884c\u9023\u7dda %d \u4f5c\u696d %s \u6642\u50b3\u56de\u7a7a\u503c\u3002\u6b64\u70ba\u975e\u6cd5\u56de\u61c9\uff0c\u5c07\u6703\u7d42\u6b62\u6b64\u4f5c\u696d\u7684\u8655\u7406 |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_INVALID_PLUGIN_TYPE_77=\u5617\u8a66\u5c07\u552f\u4e00\u5c6c\u6027\u5916\u639b\u7a0b\u5f0f\u8a3b\u518a\u70ba\u4ee5 %s \u7684\u5f62\u5f0f\u547c\u53eb\u7684\u5916\u639b\u7a0b\u5f0f\u3002\u9019\u500b\u5916\u639b\u7a0b\u5f0f\u4e0d\u5141\u8a31\u6b64\u985e\u578b\u7684\u5916\u639b\u7a0b\u5f0f |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_MOD_NOT_UNIQUE_78=\u5617\u8a66\u4fee\u6539\u9805\u76ee %s \u7684\u5c6c\u6027\u503c\u6642\u767c\u751f\u932f\u8aa4\uff0c\u56e0\u70ba\u5efa\u8b70\u7684\u8b8a\u66f4\u672a\u901a\u904e\u5c6c\u6027\u503c\u552f\u4e00\u6027\u6aa2\u67e5 |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_ADD_NOT_UNIQUE_79=\u5617\u8a66\u589e\u52a0\u9805\u76ee %s \u6642\u767c\u751f\u932f\u8aa4\uff0c\u56e0\u70ba\u9805\u76ee\u7684\u5c6c\u6027\u503c\u4e4b\u4e00\u672a\u901a\u904e\u5c6c\u6027\u503c\u552f\u4e00\u6027\u6aa2\u67e5 |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_MODDN_NOT_UNIQUE_80=\u5617\u8a66\u5c0d\u9805\u76ee %s \u57f7\u884c\u4fee\u6539 DN \u4f5c\u696d\u6642\u767c\u751f\u932f\u8aa4\uff0c\u56e0\u70ba\u5efa\u8b70\u7684\u8b8a\u66f4\u672a\u901a\u904e\u5c6c\u6027\u503c\u552f\u4e00\u6027\u6aa2\u67e5 |
| | | SEVERE_ERR_PLUGIN_REFERENT_INVALID_PLUGIN_TYPE_81=\u5617\u8a66\u5c07\u53c3\u7167\u5b8c\u6574\u6027\u5916\u639b\u7a0b\u5f0f\u8a3b\u518a\u70ba\u4ee5 %s \u7684\u5f62\u5f0f\u547c\u53eb\u7684\u5916\u639b\u7a0b\u5f0f\u3002\u9019\u500b\u5916\u639b\u7a0b\u5f0f\u4e0d\u5141\u8a31\u6b64\u985e\u578b\u7684\u5916\u639b\u7a0b\u5f0f |
| | | SEVERE_ERR_PLUGIN_REFERENT_CREATE_LOGFILE_82=\u53c3\u7167\u5b8c\u6574\u6027\u5916\u639b\u7a0b\u5f0f\u521d\u59cb\u5316\u671f\u9593\u767c\u751f\u932f\u8aa4\uff0c\u56e0\u70ba\u8a18\u9304\u6a94\u5efa\u7acb\u5931\u6557: %s |
| | | SEVERE_ERR_PLUGIN_REFERENT_CLOSE_LOGFILE_83=\u95dc\u9589\u53c3\u7167\u5b8c\u6574\u6027\u5916\u639b\u7a0b\u5f0f\u66f4\u65b0\u8a18\u9304\u6a94\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_PLUGIN_REFERENT_REPLACE_LOGFILE_84=\u66ff\u4ee3\u53c3\u7167\u5b8c\u6574\u6027\u5916\u639b\u7a0b\u5f0f\u66f4\u65b0\u8a18\u9304\u6a94\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | INFO_PLUGIN_REFERENT_LOGFILE_CHANGE_REQUIRES_RESTART_85=\u53c3\u7167\u5b8c\u6574\u6027\u5916\u639b\u7a0b\u5f0f\u8a18\u9304\u5728\u80cc\u666f\u8655\u7406\u671f\u9593\u8b8a\u66f4\u5f8c\u7684\u6a94\u6848\u540d\u7a31\u5df2\u5f9e %s \u8b8a\u66f4\u70ba %s\uff0c\u4f46\u6b64\u8b8a\u66f4\u5fc5\u9808\u5728\u4f3a\u670d\u5668\u91cd\u65b0\u555f\u52d5\u5f8c\u624d\u6703\u751f\u6548 |
| | | INFO_PLUGIN_REFERENT_BACKGROUND_PROCESSING_UPDATE_INTERVAL_CHANGED_86=\u53c3\u7167\u5b8c\u6574\u6027\u5916\u639b\u7a0b\u5f0f\u80cc\u666f\u8655\u7406\u66f4\u65b0\u9593\u9694\u5df2\u5f9e %s \u8b8a\u66f4\u70ba %s\uff0c\u6b64\u65b0\u503c\u5c07\u7acb\u5373\u9032\u884c\u80cc\u666f\u8655\u7406 |
| | | INFO_PLUGIN_REFERENT_BACKGROUND_PROCESSING_STOPPING_87=\u53c3\u7167\u5b8c\u6574\u6027\u5916\u639b\u7a0b\u5f0f\u80cc\u666f\u8655\u7406\u5df2\u505c\u6b62 |
| | | INFO_PLUGIN_REFERENT_BACKGROUND_PROCESSING_STARTING_88=\u53c3\u7167\u5b8c\u6574\u6027\u5916\u639b\u7a0b\u5f0f\u5df2\u4f7f\u7528\u66f4\u65b0\u9593\u9694 %s \u555f\u52d5\u80cc\u666f\u8655\u7406 |
| | | SEVERE_ERR_PLUGIN_REFERENT_SEARCH_FAILED_89=\u53c3\u7167\u5b8c\u6574\u6027\u5916\u639b\u7a0b\u5f0f\u5728\u57f7\u884c\u5167\u90e8\u641c\u5c0b\u6642\u5931\u6557: %s |
| | | SEVERE_ERR_PLUGIN_REFERENT_MODIFY_FAILED_90=\u53c3\u7167\u5b8c\u6574\u6027\u5916\u639b\u7a0b\u5f0f\u5728\u5c0d\u9805\u76ee %s \u57f7\u884c\u5167\u90e8\u4fee\u6539\u6642\u5931\u6557: %s |
| | | MILD_ERR_PLUGIN_REFERENT_CANNOT_DECODE_STRING_AS_DN_91=\u53c3\u7167\u5b8c\u6574\u6027\u5916\u639b\u7a0b\u5f0f\u7121\u6cd5\u89e3\u78bc\u66f4\u65b0\u8a18\u9304\u4e2d\u7684\u9805\u76ee DN: %s |
| | | INFO_PLUGIN_REFERENT_SEARCH_NO_SUCH_OBJECT_92=\u53c3\u7167\u5b8c\u6574\u6027\u5916\u639b\u7a0b\u5f0f\u5728\u57f7\u884c\u641c\u5c0b\u6642\u5931\u6557\uff0c\u56e0\u70ba\u57fa\u5e95 DN %s \u4e0d\u5b58\u5728 |
| | | SEVERE_ERR_PLUGIN_REFERENT_INVALID_ATTRIBUTE_SYNTAX_93=\u53c3\u7167\u5b8c\u6574\u6027\u5916\u639b\u7a0b\u5f0f\u5728\u5617\u8a66\u914d\u7f6e\u5177\u6709\u8a9e\u6cd5 OID %2$s \u7684\u5c6c\u6027\u985e\u578b %1$s \u6642\u767c\u751f\u932f\u8aa4\u3002\u53c3\u7167\u5b8c\u6574\u6027\u5c6c\u6027\u985e\u578b\u5fc5\u9808\u5177\u6709\u8a9e\u6cd5 OID 1.3.6.1.4.1.1466.115.121.1.12 (\u9069\u7528\u65bc\u8fa8\u5225\u540d\u7a31\u8a9e\u6cd5) \u6216 1.3.6.1.4.1.1466.115.121.1.34 (\u9069\u7528\u65bc\u540d\u7a31\u8207\u9078\u64c7\u6027 UID \u8a9e\u6cd5) |
| | | SEVERE_ERR_PLUGIN_REFERENT_SKIP_DELETE_PROCESSING_94=\u53c3\u7167\u5b8c\u6574\u6027\u5916\u639b\u7a0b\u5f0f\u4e0d\u6703\u5c0d\u9805\u76ee %s \u57f7\u884c\u5f8c\u7f6e\u522a\u9664\u4f5c\u696d\uff0c\u56e0\u70ba\u6838\u5fc3\u4f5c\u696d\u5df2\u5931\u6557 |
| | | SEVERE_ERR_PLUGIN_REFERENT_SKIP_MODIFY_DN_PROCESSING_95=\u53c3\u7167\u5b8c\u6574\u6027\u5916\u639b\u7a0b\u5f0f\u4e0d\u6703\u5c0d\u9805\u76ee %s \u57f7\u884c\u5f8c\u7f6e\u4fee\u6539 DN \u4f5c\u696d\uff0c\u56e0\u70ba\u6838\u5fc3\u4f5c\u696d\u5df2\u5931\u6557 |
| | | MILD_ERR_PLUGIN_7BIT_INVALID_PLUGIN_TYPE_96=\u5c0d 7-bit clean \u5916\u639b\u7a0b\u5f0f\u914d\u7f6e\u4e86\u7121\u6548\u7684\u5916\u639b\u7a0b\u5f0f\u985e\u578b %s\u3002\u50c5\u5141\u8a31 ldifImport\u3001preOperationAdd\u3001preOperationModify \u8207 preOperationModifyDN \u5916\u639b\u7a0b\u5f0f\u985e\u578b |
| | | MILD_ERR_PLUGIN_7BIT_CANNOT_DECODE_DN_97=\u5617\u8a66\u89e3\u78bc\u76ee\u6a19\u9805\u76ee\u7684 DN \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_PLUGIN_7BIT_CANNOT_DECODE_ATTR_98=\u5617\u8a66\u89e3\u78bc\u76ee\u6a19\u9805\u76ee\u4e2d\u7684\u5c6c\u6027 %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_PLUGIN_7BIT_CANNOT_DECODE_NEW_RDN_99=\u5617\u8a66\u89e3\u78bc\u65b0\u7684 RDN \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_PLUGIN_7BIT_ADD_ATTR_NOT_CLEAN_100=\u8981\u589e\u52a0\u7684\u9805\u76ee\u5305\u542b\u4e86\u4e0d\u662f 7-bit clean \u7684\u5c6c\u6027 %s \u7684\u503c |
| | | MILD_ERR_PLUGIN_7BIT_MODIFY_ATTR_NOT_CLEAN_101=\u4fee\u6539\u4f5c\u696d\u53ef\u80fd\u6703\u7522\u751f\u4e0d\u662f 7-bit clean \u7684\u5c6c\u6027 %s \u7684\u503c |
| | | MILD_ERR_PLUGIN_7BIT_MODIFYDN_ATTR_NOT_CLEAN_102=\u4fee\u6539 DN \u4f5c\u696d\u53ef\u80fd\u6703\u7522\u751f\u4e0d\u662f 7-bit clean \u7684\u5c6c\u6027 %s \u7684\u503c |
| | | MILD_ERR_PLUGIN_7BIT_IMPORT_ATTR_NOT_CLEAN_103=\u9805\u76ee\u4e2d\u5305\u542b\u4e86\u4e0d\u662f 7-bit clean \u7684\u5c6c\u6027 %s \u7684\u503c |
| | | SEVERE_ERR_PLUGIN_PWIMPORT_NO_SUCH_DEFAULT_AUTH_SCHEME_104=\u5bc6\u78bc\u7b56\u7565\u532f\u5165\u5916\u639b\u7a0b\u5f0f\u6240\u53c3\u7167\u7684\u9810\u8a2d\u8a8d\u8b49\u5bc6\u78bc\u5132\u5b58\u6a5f\u5236 %s \u4e0d\u9069\u7528\u65bc\u4f3a\u670d\u5668\u4e2d |
| | | SEVERE_ERR_PLUGIN_POST_SYNCHRONIZATION_PLUGIN_EXCEPTION_105=\u914d\u7f6e\u9805\u76ee %2$s \u4e2d\u6240\u5b9a\u7fa9\u7684\u5f8c\u7f6e\u540c\u6b65\u5316 %1$s \u5916\u639b\u7a0b\u5f0f\u5728\u88ab\u547c\u53eb\u4ee5\u9032\u884c\u9023\u7dda %3$d \u4f5c\u696d %4$d \u6642\u4e1f\u51fa\u7570\u5e38: %5$s |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_ATTR_NOT_UNIQUE_106=\u5c0d\u5c6c\u6027 %1$s \u5075\u6e2c\u5230\u552f\u4e00\u5c6c\u6027\u885d\u7a81: \u9805\u76ee %3$s \u4e2d\u5df2\u6709\u503c %2$s \u5b58\u5728 |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_SYNC_NOT_UNIQUE_107=\u5728\u540c\u6b65\u5316 (connID=%2$d\u3001opID=%3$d) \u671f\u9593\u5c0d\u5c6c\u6027 %1$s \u5075\u6e2c\u5230\u552f\u4e00\u5c6c\u6027\u885d\u7a81: \u9805\u76ee %5$s \u4e2d\u7684\u503c %4$s \u8207\u9805\u76ee %6$s \u4e2d\u73fe\u6709\u7684\u503c\u885d\u7a81\u3002\u5fc5\u9808\u4ee5\u624b\u52d5\u64cd\u4f5c\u6d88\u9664\u6b64\u885d\u7a81 |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_INTERNAL_ERROR_108=\u5617\u8a66\u5224\u65b7\u4f5c\u696d\u662f\u5426\u6703\u5c0e\u81f4\u552f\u4e00\u5c6c\u6027\u885d\u7a81\u6642\u767c\u751f\u5167\u90e8\u932f\u8aa4 (\u7d50\u679c %s\u3001\u8a0a\u606f %s) |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_INTERNAL_ERROR_SYNC_109=\u5617\u8a66\u5224\u65b7\u9805\u76ee %3$s \u7684\u540c\u6b65\u5316\u4f5c\u696d (connID=%1$d\u3001opID=%2$d) \u662f\u5426\u6703\u5c0e\u81f4\u552f\u4e00\u5c6c\u6027\u885d\u7a81\u6642\u767c\u751f\u5167\u90e8\u932f\u8aa4 (\u7d50\u679c %4$s\u3001\u8a0a\u606f %5$s) |
| | | SEVERE_ERR_PLUGIN_REFERENT_ATTR_UNINDEXED_110=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u6240\u5b9a\u7fa9\u7684\u53c3\u7167\u5b8c\u6574\u6027\u5916\u639b\u7a0b\u5f0f\u4f9d\u914d\u7f6e\u6703\u4ee5\u5c6c\u6027 %s \u904b\u4f5c\uff0c\u4f46\u5f8c\u7aef %s \u4e2d\u4e26\u672a\u5b9a\u7fa9\u6b64\u5c6c\u6027\u7684\u76f8\u7b49\u7d22\u5f15 |
| | | SEVERE_ERR_PLUGIN_UNIQUEATTR_ATTR_UNINDEXED_111=\u914d\u7f6e\u9805\u76ee %s \u4e2d\u6240\u5b9a\u7fa9\u7684\u552f\u4e00\u5c6c\u6027\u5916\u639b\u7a0b\u5f0f\u4f9d\u914d\u7f6e\u6703\u4ee5\u5c6c\u6027 %s \u904b\u4f5c\uff0c\u4f46\u5f8c\u7aef %s \u4e2d\u4e26\u672a\u5b9a\u7fa9\u6b64\u5c6c\u6027\u7684\u76f8\u7b49\u7d22\u5f15 |
| New file |
| | |
| | | # CDDL HEADER START |
| | | # |
| | | # The contents of this file are subject to the terms of the |
| | | # Common Development and Distribution License, Version 1.0 only |
| | | # (the "License"). You may not use this file except in compliance |
| | | # with the License. |
| | | # |
| | | # You can obtain a copy of the license at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE |
| | | # or https://OpenDS.dev.java.net/OpenDS.LICENSE. |
| | | # See the License for the specific language governing permissions |
| | | # and limitations under the License. |
| | | # |
| | | # When distributing Covered Code, include this CDDL HEADER in each |
| | | # file and include the License file at |
| | | # trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, |
| | | # add the following below this CDDL HEADER, with the fields enclosed |
| | | # by brackets "[]" replaced with your own identifying information: |
| | | # Portions Copyright [yyyy] [name of copyright owner] |
| | | # |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2008 Sun Microsystems, Inc. |
| | | |
| | | |
| | | |
| | | # |
| | | # Global directives |
| | | # |
| | | global.category=PROTOCOL |
| | | |
| | | # |
| | | # Format string definitions |
| | | # |
| | | # Keys must be formatted as follows: |
| | | # |
| | | # [SEVERITY]_[DESCRIPTION]_[ORDINAL] |
| | | # |
| | | # where: |
| | | # |
| | | # SEVERITY is one of: |
| | | # [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE] |
| | | # |
| | | # DESCRIPTION is an upper case string providing a hint as to the context of |
| | | # the message in upper case with the underscore ('_') character serving as |
| | | # word separator |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | MILD_ERR_ASN1_NULL_ELEMENT_1=Das angegebene Byte-Array kann nicht als ASN.1-Element entschl\u00fcsselt werden, da es sich um ein Null-Array handelt. |
| | | MILD_ERR_ASN1_SHORT_ELEMENT_2=Das angegebene Byte-Array kann nicht als ASN.1-Element entschl\u00fcsselt werden, da die L\u00e4nge des Arrays (%d Bytes) das Minimum f\u00fcr ein ASN.1-Element (2 Bytes) unterschreitet. |
| | | MILD_ERR_ASN1_INVALID_NUM_LENGTH_BYTES_3=Das angegebene Byte-Array kann nicht als ASN.1-Element entschl\u00fcsselt werden, da es eine Mehrfach-Byte-L\u00e4nge mit einem ung\u00fcltigen Byte-Wert (%d) enthielt. |
| | | MILD_ERR_ASN1_TRUNCATED_LENGTH_4=Das angegebene Byte-Array kann nicht als ASN.1-Element entschl\u00fcsselt werden, da es eine Mehrfach-Byte-L\u00e4nge von %d Bytes enthielt, aber der Array zu kurz f\u00fcr die gesamte L\u00e4nge war. |
| | | MILD_ERR_ASN1_LENGTH_MISMATCH_5=Das angegebene Byte-Array kann nicht als ASN.1-Element entschl\u00fcsselt werden, da die entschl\u00fcsselte Wertl\u00e4nge (%d Bytes) nicht der Anzahl Bytes entspricht, die im angegebenen Array verbleiben (%d). |
| | | MILD_ERR_ASN1_ELEMENT_SET_NULL_6=Das angegebene Byte-Array kann nicht als ASN.1-Elementesatz entschl\u00fcsselt werden, da es sich um ein Null-Array handelte. |
| | | MILD_ERR_ASN1_ELEMENT_SET_NO_LENGTH_7=Das angegebene Byte-Array kann nicht als ASN.1-Elementesatz entschl\u00fcsselt werden, da das Ende des Arrays erreicht wurde, nachdem der Typ BER, aber keiner der Werte f\u00fcr ein Element gelesen wurde. |
| | | MILD_ERR_ASN1_ELEMENT_SET_INVALID_NUM_LENGTH_BYTES_8=Das angegebene Byte-Array kann nicht als ASN.1-Elementesatz entschl\u00fcsselt werden, da es eine Mehrfach-Byte-L\u00e4nge mit einem ung\u00fcltigen Byte-Wert (%d) enthielt. |
| | | MILD_ERR_ASN1_ELEMENT_SET_TRUNCATED_LENGTH_9=Das angegebene Byte-Array kann nicht als ASN.1-Elementesatz entschl\u00fcsselt werden, da es eine Mehrfach-Byte-L\u00e4nge von %d Bytes enthielt, aber der Array zu kurz f\u00fcr die gesamte L\u00e4nge war. |
| | | MILD_ERR_ASN1_ELEMENT_SET_TRUNCATED_VALUE_10=Das angegebene Byte-Array kann nicht als ASN.1-Elementesatz entschl\u00fcsselt werden, da die entschl\u00fcsselte L\u00e4nge eines Elements (%d) die Anzahl verbleibender Bytes (%d) \u00fcberschreitet. |
| | | MILD_ERR_ASN1_BOOLEAN_SET_VALUE_NULL_11=Das angegebene Byte-Array kann nicht als Wert eines booleschen ASN.1-Elements entschl\u00fcsselt werden, da es sich um ein Null-Array handelte. |
| | | MILD_ERR_ASN1_BOOLEAN_SET_VALUE_INVALID_LENGTH_12=Das angegebene Byte-Array kann nicht als Wert eines booleschen ASN.1-Elements entschl\u00fcsselt werden, da das Array nicht die L\u00e4nge von genau 1 Byte aufwies (die angegebene L\u00e4nge war %d). |
| | | MILD_ERR_ASN1_BOOLEAN_DECODE_ELEMENT_NULL_13=Das angegebene ASN.1-Element kann nicht als boolesches Element entschl\u00fcsselt werden, da das angegebene Element ein Nullelement war. |
| | | MILD_ERR_ASN1_BOOLEAN_DECODE_ELEMENT_INVALID_LENGTH_14=Das angegebene ASN.1-Element kann nicht als boolesches Element entschl\u00fcsselt werden, da die L\u00e4nge des Elementwerts nicht genau 1 Byte war (die tats\u00e4chliche L\u00e4nge war %d). |
| | | MILD_ERR_ASN1_BOOLEAN_DECODE_ARRAY_NULL_15=Das angegebene Byte-Array kann nicht als boolesches ASN.1-Element entschl\u00fcsselt werden, da es sich um ein Null-Array handelte. |
| | | MILD_ERR_ASN1_BOOLEAN_SHORT_ELEMENT_16=Das angegebene Byte-Array kann nicht als boolesches ASN.1-Element entschl\u00fcsselt werden, da die L\u00e4nge des Arrays (%d Bytes) das Minimum f\u00fcr ein boolesches Element (3 Bytes) unterschreitet. |
| | | MILD_ERR_ASN1_BOOLEAN_DECODE_ARRAY_INVALID_LENGTH_17=Das angegebene Byte-Array kann nicht als boolesches ASN.1-Element entschl\u00fcsselt werden, da die entschl\u00fcsselte Wertl\u00e4nge nicht genau 1 Byte war (die entschl\u00fcsselte L\u00e4nge war %d). |
| | | MILD_ERR_ASN1_NULL_SET_VALUE_INVALID_LENGTH_18=Das angegebene Byte-Array kann nicht als Wert eines ASN.1-Nullelements entschl\u00fcsselt werden, da das Array nicht die L\u00e4nge von genau 0 Byte aufwies (die angegebene L\u00e4nge war %d). |
| | | MILD_ERR_ASN1_NULL_DECODE_ELEMENT_NULL_19=Das angegebene ASN.1-Element kann nicht als Nullelement entschl\u00fcsselt werden, da das angegebene Element ein Nullelement war. |
| | | MILD_ERR_ASN1_NULL_DECODE_ELEMENT_INVALID_LENGTH_20=Das angegebene ASN.1-Element kann nicht als Nullelement entschl\u00fcsselt werden, da die L\u00e4nge des Elementwerts nicht genau 0 Bytes war (die tats\u00e4chliche L\u00e4nge war %d). |
| | | MILD_ERR_ASN1_NULL_DECODE_ARRAY_NULL_21=Das angegebene Byte-Array kann nicht als ASN.1-Nullelement entschl\u00fcsselt werden, da es sich um ein Null-Array handelte. |
| | | MILD_ERR_ASN1_NULL_DECODE_ARRAY_INVALID_LENGTH_22=Das angegebene Byte-Array kann nicht als ASN.1-Nullelement entschl\u00fcsselt werden, da die entschl\u00fcsselte Wertl\u00e4nge nicht genau 0 Bytes war (die entschl\u00fcsselte L\u00e4nge war %d). |
| | | MILD_ERR_ASN1_OCTET_STRING_DECODE_ELEMENT_NULL_23=Das angegebene ASN.1-Element kann nicht als Octet-Zeichenfolgenelement entschl\u00fcsselt werden, da das angegebene Element ein Nullelement war. |
| | | MILD_ERR_ASN1_OCTET_STRING_DECODE_ARRAY_NULL_24=Das angegebene Byte-Array kann nicht als ASN.1-Octet-Zeichenfolgenelement entschl\u00fcsselt werden, da es sich um ein Null-Array handelte. |
| | | MILD_ERR_ASN1_INTEGER_SET_VALUE_NULL_25=Das angegebene Byte-Array kann nicht als Wert eines ASN.1-Ganzzahlelements entschl\u00fcsselt werden, da es sich um ein Null-Array handelte. |
| | | MILD_ERR_ASN1_INTEGER_SET_VALUE_INVALID_LENGTH_26=Das angegebene Byte-Array kann nicht als Wert eines ASN.1-Ganzzahlelements entschl\u00fcsselt werden, da das Array keine L\u00e4nge zwischen 1 und 4 Bytes aufwies (die angegebene L\u00e4nge war %d). |
| | | MILD_ERR_ASN1_INTEGER_DECODE_ELEMENT_NULL_27=Das angegebene ASN.1-Element kann nicht als Ganzzahlelement entschl\u00fcsselt werden, da das angegebene Element ein Nullelement war. |
| | | MILD_ERR_ASN1_INTEGER_DECODE_ELEMENT_INVALID_LENGTH_28=Das angegebene ASN.1-Element kann nicht als Ganzzahlelement entschl\u00fcsselt werden, da die L\u00e4nge des Elementwerts nicht zwischen 1 und 4 Bytes lag (die tats\u00e4chliche L\u00e4nge war %d). |
| | | MILD_ERR_ASN1_INTEGER_DECODE_ARRAY_NULL_29=Das angegebene Byte-Array kann nicht als ASN.1-Ganzzahlelement entschl\u00fcsselt werden, da es sich um ein Null-Array handelte. |
| | | MILD_ERR_ASN1_INTEGER_SHORT_ELEMENT_30=Das angegebene Byte-Array kann nicht als ASN.1-Ganzzahlelement entschl\u00fcsselt werden, da die L\u00e4nge des Arrays (%d Bytes) das Minimum f\u00fcr ein Ganzzahlelement (3 Bytes) unterschreitet. |
| | | MILD_ERR_ASN1_INTEGER_DECODE_ARRAY_INVALID_LENGTH_31=Das angegebene Byte-Array kann nicht als ASN.1-Ganzzahlelement entschl\u00fcsselt werden, da die entschl\u00fcsselte Wertl\u00e4nge nicht zwischen 1 und 4 Bytes lag (die entschl\u00fcsselte L\u00e4nge war %d). |
| | | MILD_ERR_ASN1_ENUMERATED_SET_VALUE_NULL_32=Das angegebene Byte-Array kann nicht als Wert eines aufgez\u00e4hlten ASN.1-Elements entschl\u00fcsselt werden, da es sich um ein Null-Array handelte. |
| | | MILD_ERR_ASN1_ENUMERATED_SET_VALUE_INVALID_LENGTH_33=Das angegebene Byte-Array kann nicht als Wert eines aufgez\u00e4hlten ASN.1-Elements entschl\u00fcsselt werden, da das Array keine L\u00e4nge zwischen 1 und 4 Bytes aufwies (die angegebene L\u00e4nge war %d). |
| | | MILD_ERR_ASN1_ENUMERATED_DECODE_ELEMENT_NULL_34=Das angegebene ASN.1-Element kann nicht als aufgez\u00e4hltes Element entschl\u00fcsselt werden, da das angegebene Element ein Nullelement war. |
| | | MILD_ERR_ASN1_ENUMERATED_DECODE_ELEMENT_INVALID_LENGTH_35=Das angegebene ASN.1-Element kann nicht als aufgez\u00e4hltes Element entschl\u00fcsselt werden, da die L\u00e4nge des Elementwerts nicht zwischen 1 und 4 Bytes lag (die tats\u00e4chliche L\u00e4nge war %d). |
| | | MILD_ERR_ASN1_ENUMERATED_DECODE_ARRAY_NULL_36=Das angegebene Byte-Array kann nicht als aufgez\u00e4hltes ASN.1-Element entschl\u00fcsselt werden, da es sich um ein Null-Array handelte. |
| | | MILD_ERR_ASN1_ENUMERATED_SHORT_ELEMENT_37=Das angegebene Byte-Array kann nicht als aufgez\u00e4hltes ASN.1-Element entschl\u00fcsselt werden, da die L\u00e4nge des Arrays (%d Bytes) das Minimum f\u00fcr ein aufgez\u00e4hltes Element (3 Bytes) unterschreitet. |
| | | MILD_ERR_ASN1_ENUMERATED_DECODE_ARRAY_INVALID_LENGTH_38=Das angegebene Byte-Array kann nicht als aufgez\u00e4hltes ASN.1-Element entschl\u00fcsselt werden, da die entschl\u00fcsselte Wertl\u00e4nge nicht zwischen 1 und 4 Bytes lag (die entschl\u00fcsselte L\u00e4nge war %d). |
| | | MILD_ERR_ASN1_SEQUENCE_SET_VALUE_NULL_39=Das angegebene Byte-Array kann nicht als Wert eines ASN.1-Sequenzelements entschl\u00fcsselt werden, da es sich um ein Null-Array handelte. |
| | | MILD_ERR_ASN1_SEQUENCE_DECODE_ELEMENT_NULL_40=Das angegebene ASN.1-Element kann nicht als Sequenzelement entschl\u00fcsselt werden, da das angegebene Element ein Nullelement war. |
| | | MILD_ERR_ASN1_SEQUENCE_DECODE_ARRAY_NULL_41=Das angegebene Byte-Array kann nicht als ASN.1-Sequenzelement entschl\u00fcsselt werden, da es sich um ein Null-Array handelte. |
| | | MILD_ERR_ASN1_SET_SET_VALUE_NULL_42=Das angegebene Byte-Array kann nicht als Wert eines ASN.1-Set-Elements entschl\u00fcsselt werden, da es sich um ein Null-Array handelte. |
| | | MILD_ERR_ASN1_SET_DECODE_ELEMENT_NULL_43=Das angegebene ASN.1-Element kann nicht als Set-Element entschl\u00fcsselt werden, da das angegebene Element ein Nullelement war. |
| | | MILD_ERR_ASN1_SET_DECODE_ARRAY_NULL_44=Das angegebene Byte-Array kann nicht als ASN.1-Set-Element entschl\u00fcsselt werden, da es sich um ein Null-Array handelte. |
| | | MILD_ERR_LDAP_MESSAGE_DECODE_NULL_45=Die angegebene ASN.1-Sequenz kann nicht als LDAP-Nachricht entschl\u00fcsselt werden, da es sich um eine Nullsequenz handelte. |
| | | MILD_ERR_LDAP_MESSAGE_DECODE_INVALID_ELEMENT_COUNT_46=Die angegebene ASN.1-Sequenz kann nicht als LDAP-Nachricht entschl\u00fcsselt werden, da die Sequenz eine ung\u00fcltige Anzahl an Elementen enthielt (2 oder 3 erwartet, %d erhalten). |
| | | MILD_ERR_LDAP_MESSAGE_DECODE_MESSAGE_ID_47=Die angegebene ASN.1-Sequenz kann nicht als LDAP-Nachricht entschl\u00fcsselt werden, da das erste Element der Sequenz nicht als Ganzzahlnachricht-ID entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_MESSAGE_DECODE_PROTOCOL_OP_48=Die angegebene ASN.1-Sequenz kann nicht als LDAP-Nachricht entschl\u00fcsselt werden, da das zweite Element der Sequenz nicht als Protokolloperator entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_MESSAGE_DECODE_CONTROLS_49=Die angegebene ASN.1-Sequenz kann nicht als LDAP-Nachricht entschl\u00fcsselt werden, da das dritte Element der Sequenz nicht als Steuerelementesatz entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_CONTROL_DECODE_NULL_50=Das angegebene ASN.1-Element kann nicht als LDAP-Steuerelement entschl\u00fcsselt werden, da das angegebene Element ein Nullelement war. |
| | | MILD_ERR_LDAP_CONTROL_DECODE_SEQUENCE_51=Das angegebene ASN.1-Element kann nicht als LDAP-Steuerelement entschl\u00fcsselt werden, da das Element nicht als Sequenz entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_CONTROL_DECODE_INVALID_ELEMENT_COUNT_52=Das angegebene ASN.1-Element kann nicht als LDAP-Steuerelement entschl\u00fcsselt werden, da die Steuerungssequenz eine ung\u00fcltige Anzahl an Elementen enthielt (1 bis 3 erwartet, %d erhalten). |
| | | MILD_ERR_LDAP_CONTROL_DECODE_OID_53=Das angegebene ASN.1-Element kann nicht als LDAP-Steuerelement entschl\u00fcsselt werden, da die OID nicht als Zeichenfolge entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_CONTROL_DECODE_CRITICALITY_54=Das angegebene ASN.1-Element kann nicht als LDAP-Steuerelement entschl\u00fcsselt werden, da der kritische Zustand nicht als boolescher Wert entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_CONTROL_DECODE_VALUE_55=Das angegebene ASN.1-Element kann nicht als LDAP-Steuerelement entschl\u00fcsselt werden, da der Wert nicht als Octet-Zeichenfolge entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_CONTROL_DECODE_INVALID_TYPE_56=Das angegebene ASN.1-Element kann nicht als LDAP-Steuerelement entschl\u00fcsselt werden, da der BER-Typ f\u00fcr das zweite Element in der Sequenz ung\u00fcltig war (01 oder 04 erwartet, %x erhalten). |
| | | MILD_ERR_LDAP_CONTROL_DECODE_CONTROLS_NULL_57=Das angegebene ASN.1-Element kann nicht als LDAP-Steuerelemente-Satz entschl\u00fcsselt werden, da das Element ein Nullelement war. |
| | | MILD_ERR_LDAP_CONTROL_DECODE_CONTROLS_SEQUENCE_58=Das angegebene ASN.1-Element kann nicht als LDAP-Steuerelemente-Satz entschl\u00fcsselt werden, da das Element nicht als Sequenz entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_ABANDON_REQUEST_DECODE_ID_59=Das angegebene ASN.1-Element kann nicht als LDAP-Abbruchsprotokolloperator entschl\u00fcsselt werden, da beim Versuch, die Nachrichten-ID des abzubrechenden Vorgangs abzurufen, ein Fehler aufgetreten ist: %s. |
| | | MILD_ERR_LDAP_RESULT_DECODE_SEQUENCE_60=Das angegebene ASN.1-Element kann nicht als LDAP-Ergebnisprotokolloperator entschl\u00fcsselt werden, da beim Versuch, die Ergebnissequenz zu analysieren, ein Fehler aufgetreten ist: %s. |
| | | MILD_ERR_LDAP_RESULT_DECODE_INVALID_ELEMENT_COUNT_61=Das angegebene ASN.1-Element kann nicht als LDAP-Ergebnisprotokolloperator entschl\u00fcsselt werden, da die Ergebnissequenz keine g\u00fcltige Anzahl an Elementen enthielt (3 oder 4 erwartet, %d erhalten). |
| | | MILD_ERR_LDAP_RESULT_DECODE_RESULT_CODE_62=Das angegebene ASN.1-Element kann nicht als LDAP-Ergebnisprotokolloperator entschl\u00fcsselt werden, da das erste Element der Ergebnissequenz nicht als Ganzzahlergebniscode entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_RESULT_DECODE_MATCHED_DN_63=Das angegebene ASN.1-Element kann nicht als LDAP-Ergebnisprotokolloperator entschl\u00fcsselt werden, da das zweite Element der Ergebnissequenz nicht als der \u00fcbereinstimmende DN entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_RESULT_DECODE_ERROR_MESSAGE_64=Das angegebene ASN.1-Element kann nicht als LDAP-Ergebnisprotokolloperator entschl\u00fcsselt werden, da das dritte Element der Ergebnissequenz nicht als Fehlermeldung entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_RESULT_DECODE_REFERRALS_65=Das angegebene ASN.1-Element kann nicht als LDAP-Ergebnisprotokolloperator entschl\u00fcsselt werden, da das vierte Element der Ergebnissequenz nicht als Verweis-URL-Satz entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_BIND_RESULT_DECODE_INVALID_ELEMENT_COUNT_66=Das angegebene ASN.1-Element kann nicht als Protokolloperator einer LDAP-Verbindungsreaktion entschl\u00fcsselt werden, da die Ergebnissequenz keine g\u00fcltige Anzahl an Elementen enthielt (3 bis 5 erwartet, %d erhalten). |
| | | MILD_ERR_LDAP_BIND_RESULT_DECODE_SERVER_SASL_CREDENTIALS_67=Das angegebene ASN.1-Element kann nicht als Protokolloperator einer LDAP-Verbindungsreaktion entschl\u00fcsselt werden, da das letzte Element der Ergebnissequenz nicht als Server-SASL-Berechtigungsnachweis entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_BIND_RESULT_DECODE_INVALID_TYPE_68=Das angegebene ASN.1-Element kann nicht als Protokolloperator einer LDAP-Verbindungsreaktion entschl\u00fcsselt werden, da der BER-Typ f\u00fcr das vierte Element in der Sequenz ung\u00fcltig war (A3 oder 87 erwartet, %x erhalten). |
| | | MILD_ERR_LDAP_EXTENDED_RESULT_DECODE_INVALID_ELEMENT_COUNT_69=Das angegebene ASN.1-Element kann nicht als Protokolloperator einer LDAP-Verbindungsreaktion entschl\u00fcsselt werden, da die Ergebnissequenz keine g\u00fcltige Anzahl an Elementen enthielt (3 bis 6 erwartet, %d erhalten). |
| | | MILD_ERR_LDAP_EXTENDED_RESULT_DECODE_REFERRALS_70=Das angegebene ASN.1-Element kann nicht als Protokolloperator einer LDAP-Verbindungsreaktion entschl\u00fcsselt werden, da der Verweis-URL-Satz nicht entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_EXTENDED_RESULT_DECODE_OID_71=Das angegebene ASN.1-Element kann nicht als Protokolloperator einer LDAP-Verbindungsreaktion entschl\u00fcsselt werden, da die Reaktions-OID nicht entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_EXTENDED_RESULT_DECODE_VALUE_72=Das angegebene ASN.1-Element kann nicht als Protokolloperator einer LDAP-Verbindungsreaktion entschl\u00fcsselt werden, da der Reaktionswert nicht entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_EXTENDED_RESULT_DECODE_INVALID_TYPE_73=Das angegebene ASN.1-Element kann nicht als Protokolloperator einer LDAP-Erweiterungsreaktion entschl\u00fcsselt werden, da eines der enthaltenen Elemente einen ung\u00fcltigen BER-Typ aufwies (A3, 8A oder 8B erwartet, %x erhalten) |
| | | MILD_ERR_LDAP_UNBIND_DECODE_74=Das angegebene ASN.1-Element kann nicht als Protokolloperator einer LDAP-Verbindungstrennungsanforderung entschl\u00fcsselt werden: %s. |
| | | MILD_ERR_LDAP_BIND_REQUEST_DECODE_SEQUENCE_75=Das angegebene ASN.1-Element kann nicht als Protokolloperator einer LDAP-Verbindungsanforderung entschl\u00fcsselt werden, da das Element nicht als Sequenz entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_BIND_REQUEST_DECODE_INVALID_ELEMENT_COUNT_76=Das angegebene ASN.1-Element kann nicht als Protokolloperator einer LDAP-Verbindungsanforderung entschl\u00fcsselt werden, da die Anforderungssequenz eine ung\u00fcltige Anzahl an Elementen enthielt (3 erwartet, %d erhalten). |
| | | MILD_ERR_LDAP_BIND_REQUEST_DECODE_VERSION_77=Das angegebene ASN.1-Element kann nicht als Protokolloperator einer LDAP-Verbindungsanforderung entschl\u00fcsselt werden, da die Protokollversion nicht als Ganzzahl entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_BIND_REQUEST_DECODE_DN_78=Das angegebene ASN.1-Element kann nicht als Protokolloperator einer LDAP-Verbindungsanforderung entschl\u00fcsselt werden, da der Verbindungs-DN nicht korrekt entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_BIND_REQUEST_DECODE_PASSWORD_79=Das angegebene ASN.1-Element kann nicht als Protokolloperator einer LDAP-Verbindungsanforderung entschl\u00fcsselt werden, da das f\u00fcr die einfache Authentifizierung zu verwendende Passwort nicht entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_BIND_REQUEST_DECODE_SASL_INFO_80=Das angegebene ASN.1-Element kann nicht als Protokolloperator einer LDAP-Verbindungsanforderung entschl\u00fcsselt werden, da die SASL-Authentifizierungsinformationen nicht entschl\u00fcsselt werden konnten: %s. |
| | | MILD_ERR_LDAP_BIND_REQUEST_DECODE_INVALID_CRED_TYPE_81=Das angegebene ASN.1-Element kann nicht als Protokolloperator einer LDAP-Verbindungsanforderung entschl\u00fcsselt werden, da das Authentifizierungsinfo-Element einen ung\u00fcltigen BER-Typ aufwies (80 oder A3 erwartet, %x erhalten). |
| | | MILD_ERR_LDAP_BIND_REQUEST_DECODE_CREDENTIALS_82=Das\u00b7angegebene\u00b7ASN.1-Element\u00b7kann\u00b7nicht\u00b7als\u00b7Protokolloperator\u00b7einer\u00b7LDAP-Verbindungsanforderung\u00b7entschl\u00fcsselt\u00b7werden,\u00b7da\u00b7bei\u00b7dem\u00b7Versuch,\u00b7das\u00b7Authentifizierungsinfo-Element zu entschl\u00fcsseln, ein unerwarteter Fehler aufgetreten ist: %s. |
| | | MILD_ERR_LDAP_COMPARE_REQUEST_DECODE_SEQUENCE_83=Das angegebene ASN.1-Element kann nicht als Protokolloperator einer LDAP-Vergleichsanforderung entschl\u00fcsselt werden, da das Element nicht als Sequenz entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_COMPARE_REQUEST_DECODE_INVALID_ELEMENT_COUNT_84=Das angegebene ASN.1-Element kann nicht als Protokolloperator einer LDAP-Vergleichsanforderung entschl\u00fcsselt werden, da die Anforderungssequenz eine ung\u00fcltige Anzahl an Elementen enthielt (2 erwartet, %d erhalten). |
| | | MILD_ERR_LDAP_COMPARE_REQUEST_DECODE_DN_85=Das angegebene ASN.1-Element kann nicht als Protokolloperator einer LDAP-Vergleichsanforderung entschl\u00fcsselt werden, da der Ziel-DN nicht korrekt entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_COMPARE_REQUEST_DECODE_AVA_86=Das angegebene ASN.1-Element kann nicht als Protokolloperator einer LDAP-Vergleichsanforderung entschl\u00fcsselt werden, da die Attributwert-Bedingungsaussage nicht als Sequenz entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_COMPARE_REQUEST_DECODE_AVA_COUNT_87=Das angegebene ASN.1-Element kann nicht als Protokolloperator einer LDAP-Vergleichsanforderung entschl\u00fcsselt werden, da die Sequenz der Attributwert-Bedingungsaussage eine ung\u00fcltige Anzahl an Elementen enthielt (2 erwartet, %d erhalten). |
| | | MILD_ERR_LDAP_COMPARE_REQUEST_DECODE_TYPE_88=Das angegebene ASN.1-Element kann nicht als Protokolloperator einer LDAP-Vergleichsanforderung entschl\u00fcsselt werden, da der Attributtyp nicht korrekt entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_COMPARE_REQUEST_DECODE_VALUE_89=Das angegebene ASN.1-Element kann nicht als Protokolloperator einer LDAP-Vergleichsanforderung entschl\u00fcsselt werden, da der Bedingungsaussagewert nicht korrekt entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_DELETE_REQUEST_DECODE_DN_90=Das angegebene ASN.1-Element kann nicht als Protokolloperator einer LDAP-L\u00f6schanforderung entschl\u00fcsselt werden, da der Ziel-DN nicht korrekt entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_EXTENDED_REQUEST_DECODE_SEQUENCE_91=Das angegebene ASN.1-Element kann nicht als Protokolloperator einer LDAP-Erweiterungsanforderung entschl\u00fcsselt werden, da das Element nicht als Sequenz entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_EXTENDED_REQUEST_DECODE_INVALID_ELEMENT_COUNT_92=Das angegebene ASN.1-Element kann nicht als Protokolloperator einer LDAP-Erweiterungsanforderung entschl\u00fcsselt werden, da die Anforderungssequenz eine ung\u00fcltige Anzahl an Elementen enthielt (1 oder 2 erwartet, %d erhalten). |
| | | MILD_ERR_LDAP_EXTENDED_REQUEST_DECODE_OID_93=Das angegebene ASN.1-Element kann nicht als Protokolloperator einer LDAP-Erweiterungsanforderung entschl\u00fcsselt werden, da die OID nicht korrekt entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_EXTENDED_REQUEST_DECODE_VALUE_94=Das angegebene ASN.1-Element kann nicht als Protokolloperator einer LDAP-Erweiterungsanforderung entschl\u00fcsselt werden, da der Wert nicht korrekt entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_MODIFY_DN_REQUEST_DECODE_SEQUENCE_95=Das angegebene ASN.1-Element kann nicht als Protokolloperator einer LDAP-DN-\u00c4nderungsanforderung entschl\u00fcsselt werden, da das Element nicht als Sequenz entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_MODIFY_DN_REQUEST_DECODE_INVALID_ELEMENT_COUNT_96=Das angegebene ASN.1-Element kann nicht als Protokolloperator einer LDAP-DN-\u00c4nderungsanforderung entschl\u00fcsselt werden, da die Anforderungssequenz eine ung\u00fcltige Anzahl an Elementen enthielt (3 oder 4 erwartet, %d erhalten). |
| | | MILD_ERR_LDAP_MODIFY_DN_REQUEST_DECODE_DN_97=Das angegebene ASN.1-Element kann nicht als Protokolloperator einer LDAP-DN-\u00c4nderungsanforderung entschl\u00fcsselt werden, da der Eintrags-DN nicht korrekt entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_MODIFY_DN_REQUEST_DECODE_NEW_RDN_98=Das angegebene ASN.1-Element kann nicht als Protokolloperator einer LDAP-DN-\u00c4nderungsanforderung entschl\u00fcsselt werden, da der neue RDN nicht korrekt entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_MODIFY_DN_REQUEST_DECODE_DELETE_OLD_RDN_99=Das angegebene ASN.1-Element kann nicht als Protokolloperator einer LDAP-DN-\u00c4nderungsanforderung entschl\u00fcsselt werden, da das deleteOldRDN-Flag nicht korrekt entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_MODIFY_DN_REQUEST_DECODE_NEW_SUPERIOR_100=Das angegebene ASN.1-Element kann nicht als Protokolloperator einer LDAP-DN-\u00c4nderungsanforderung entschl\u00fcsselt werden, da der neue \u00fcbergeordnete DN nicht korrekt entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_ATTRIBUTE_DECODE_SEQUENCE_101=Das angegebene ASN.1-Element kann nicht als LDAP-Attribut entschl\u00fcsselt werden, da das Element nicht als Sequenz entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_ATTRIBUTE_DECODE_INVALID_ELEMENT_COUNT_102=Das angegebene ASN.1-Element kann nicht als LDAP-Attribut entschl\u00fcsselt werden, da die Anforderungssequenz eine ung\u00fcltige Anzahl an Elementen enthielt (2 erwartet, %d erhalten). |
| | | MILD_ERR_LDAP_ATTRIBUTE_DECODE_TYPE_103=Das angegebene ASN.1-Element kann nicht als LDAP-Attribut entschl\u00fcsselt werden, da der Attributtyp nicht entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_ATTRIBUTE_DECODE_VALUES_104=Das angegebene ASN.1-Element kann nicht als LDAP-Attribut entschl\u00fcsselt werden, da der Wertesatz nicht entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_ADD_REQUEST_DECODE_SEQUENCE_105=Das angegebene ASN.1-Element kann nicht als Protokolloperator einer LDAP-Hinzuf\u00fcgungsanforderung entschl\u00fcsselt werden, da das Element nicht als Sequenz entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_ADD_REQUEST_DECODE_INVALID_ELEMENT_COUNT_106=Das angegebene ASN.1-Element kann nicht als Protokolloperator einer LDAP-Hinzuf\u00fcgungsanforderung entschl\u00fcsselt werden, da die Anforderungssequenz eine ung\u00fcltige Anzahl an Elementen enthielt (2 erwartet, %d erhalten). |
| | | MILD_ERR_LDAP_ADD_REQUEST_DECODE_DN_107=Das angegebene ASN.1-Element kann nicht als Protokolloperator einer LDAP-DN-Hinzuf\u00fcgungsanforderung entschl\u00fcsselt werden, da der Eintrags-DN nicht entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_ADD_REQUEST_DECODE_ATTRS_108=Das angegebene ASN.1-Element kann nicht als Protokolloperator einer LDAP-DN-Hinzuf\u00fcgungsanforderung entschl\u00fcsselt werden, da der Attributesatz nicht entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_MODIFICATION_DECODE_SEQUENCE_109=Das angegebene ASN.1-Element kann nicht als LDAP-\u00c4nderung entschl\u00fcsselt werden, da das Element nicht als Sequenz entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_MODIFICATION_DECODE_INVALID_ELEMENT_COUNT_110=Das angegebene ASN.1-Element kann nicht als LDAP-\u00c4nderung entschl\u00fcsselt werden, da die Anforderungssequenz eine ung\u00fcltige Anzahl an Elementen enthielt (2 erwartet, %d erhalten). |
| | | MILD_ERR_LDAP_MODIFICATION_DECODE_INVALID_MOD_TYPE_111=Das angegebene ASN.1-Element kann nicht als LDAP-\u00c4nderung entschl\u00fcsselt werden, da es einen ung\u00fcltigen \u00c4nderungstyp enthielt (%d). |
| | | MILD_ERR_LDAP_MODIFICATION_DECODE_MOD_TYPE_112=Das angegebene ASN.1-Element kann nicht als LDAP-\u00c4nderung entschl\u00fcsselt werden, da der \u00c4nderungstyp nicht entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_MODIFICATION_DECODE_ATTR_113=Das angegebene ASN.1-Element kann nicht als LDAP-\u00c4nderung entschl\u00fcsselt werden, da das Attribut nicht entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_MODIFY_REQUEST_DECODE_SEQUENCE_114=Das angegebene ASN.1-Element kann nicht als Protokolloperator einer LDAP-\u00c4nderungsanforderung entschl\u00fcsselt werden, da das Element nicht als Sequenz entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_MODIFY_REQUEST_DECODE_INVALID_ELEMENT_COUNT_115=Das angegebene ASN.1-Element kann nicht als Protokolloperator einer LDAP-\u00c4nderungsanforderung entschl\u00fcsselt werden, da die Anforderungssequenz eine ung\u00fcltige Anzahl an Elementen enthielt (2 erwartet, %d erhalten). |
| | | MILD_ERR_LDAP_MODIFY_REQUEST_DECODE_DN_116=Das angegebene ASN.1-Element kann nicht als Protokolloperator einer LDAP-\u00c4nderungsanforderung entschl\u00fcsselt werden, da der Eintrags-DN nicht entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_MODIFY_REQUEST_DECODE_MODS_117=Das angegebene ASN.1-Element kann nicht als Protokolloperator einer LDAP-\u00c4nderungsanforderung entschl\u00fcsselt werden, da der \u00c4nderungssatz nicht entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_SEARCH_ENTRY_DECODE_SEQUENCE_118=Das angegebene ASN.1-Element kann nicht als Protokolloperator eines LDAP-Suchergebniseintrags entschl\u00fcsselt werden, da das Element nicht als Sequenz entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_SEARCH_ENTRY_DECODE_INVALID_ELEMENT_COUNT_119=Das angegebene ASN.1-Element kann nicht als Protokolloperator eines LDAP-Suchergebniseintrags entschl\u00fcsselt werden, da die Anforderungssequenz eine ung\u00fcltige Anzahl an Elementen enthielt (2 erwartet, %d erhalten). |
| | | MILD_ERR_LDAP_SEARCH_ENTRY_DECODE_DN_120=Das angegebene ASN.1-Element kann nicht als Protokolloperator eines LDAP-Suchergebniseintrags entschl\u00fcsselt werden, da der Eintrags-DN nicht entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_SEARCH_ENTRY_DECODE_ATTRS_121=Das angegebene ASN.1-Element kann nicht als Protokolloperator eines LDAP-Suchergebniseintrags entschl\u00fcsselt werden, da der Attributesatz nicht entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_SEARCH_REFERENCE_DECODE_SEQUENCE_122=Das angegebene ASN.1-Element kann nicht als Protokolloperator eines LDAP-Suchergebnisverweises entschl\u00fcsselt werden, da das Element nicht als Sequenz entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_SEARCH_REFERENCE_DECODE_URLS_123=Das angegebene ASN.1-Element kann nicht als Protokolloperator eines LDAP-Suchergebnisverweises entschl\u00fcsselt werden, da beim Versuch, die Sequenzelemente als Verweis-URLs zu entschl\u00fcsseln, ein Problem aufgetreten ist: %s. |
| | | MILD_ERR_LDAP_SEARCH_REQUEST_DECODE_SEQUENCE_124=Das angegebene ASN.1-Element kann nicht als Protokolloperator einer LDAP-Suchanforderung entschl\u00fcsselt werden, da das Element nicht als Sequenz entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_SEARCH_REQUEST_DECODE_INVALID_ELEMENT_COUNT_125=Das angegebene ASN.1-Element kann nicht als Protokolloperator einer LDAP-Suchanforderung entschl\u00fcsselt werden, da die Anforderungssequenz eine ung\u00fcltige Anzahl an Elementen enthielt (8 erwartet, %d erhalten). |
| | | MILD_ERR_LDAP_SEARCH_REQUEST_DECODE_BASE_126=Das angegebene ASN.1-Element kann nicht als Protokolloperator einer LDAP-Suchanforderung entschl\u00fcsselt werden, da der Basis-DN nicht entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_SEARCH_REQUEST_DECODE_INVALID_SCOPE_127=Das angegebene ASN.1-Element kann nicht als Protokolloperator einer LDAP-Suchanforderung entschl\u00fcsselt werden, da der angegebene Bereichswert (%d) ung\u00fcltig ist. |
| | | MILD_ERR_LDAP_SEARCH_REQUEST_DECODE_SCOPE_128=Das angegebene ASN.1-Element kann nicht als Protokolloperator einer LDAP-Suchanforderung entschl\u00fcsselt werden, da der Bereich nicht entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_SEARCH_REQUEST_DECODE_INVALID_DEREF_129=Das angegebene ASN.1-Element kann nicht als Protokolloperator einer LDAP-Suchanforderung entschl\u00fcsselt werden, da der Richtlinienwert zur Aliasverweisaufl\u00f6sung (%d) ung\u00fcltig ist. |
| | | MILD_ERR_LDAP_SEARCH_REQUEST_DECODE_DEREF_130=Das angegebene ASN.1-Element kann nicht als Protokolloperator einer LDAP-Suchanforderung entschl\u00fcsselt werden, da die Richtlinie zur Aliasverweisaufl\u00f6sung nicht entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_SEARCH_REQUEST_DECODE_SIZE_LIMIT_131=Das angegebene ASN.1-Element kann nicht als Protokolloperator einer LDAP-Suchanforderung entschl\u00fcsselt werden, da die Gr\u00f6\u00dfenbeschr\u00e4nkung nicht entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_SEARCH_REQUEST_DECODE_TIME_LIMIT_132=Das angegebene ASN.1-Element kann nicht als Protokolloperator einer LDAP-Suchanforderung entschl\u00fcsselt werden, da die Zeitbeschr\u00e4nkung nicht entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_SEARCH_REQUEST_DECODE_TYPES_ONLY_133=Das angegebene ASN.1-Element kann nicht als Protokolloperator einer LDAP-Suchanforderung entschl\u00fcsselt werden, da das typesOnly-Flag nicht entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_SEARCH_REQUEST_DECODE_FILTER_134=Das angegebene ASN.1-Element kann nicht als Protokolloperator einer LDAP-Suchanforderung entschl\u00fcsselt werden, da der Filter nicht entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_SEARCH_REQUEST_DECODE_ATTRIBUTES_135=Das angegebene ASN.1-Element kann nicht als Protokolloperator einer LDAP-Suchanforderung entschl\u00fcsselt werden, da der angeforderte Attributsatz nicht entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_PROTOCOL_OP_DECODE_NULL_136=Das angegebene ASN.1-Element kann nicht als LDAP-Protokolloperator entschl\u00fcsselt werden, da das angegebene Element ein Nullelement war. |
| | | MILD_ERR_LDAP_PROTOCOL_OP_DECODE_INVALID_TYPE_137=Das angegebene ASN.1-Element kann nicht als LDAP-Protokolloperator entschl\u00fcsselt werden, da das Element einen ung\u00fcltigen BER-Typ (%x) f\u00fcr einen LDAP-Protokolloperator enthielt. |
| | | MILD_ERR_LDAP_FILTER_DECODE_NULL_138=Das angegebene ASN.1-Element kann nicht als LDAP-Suchfilter entschl\u00fcsselt werden, da das angegebene Element ein Nullelement war. |
| | | MILD_ERR_LDAP_FILTER_DECODE_INVALID_TYPE_139=Das angegebene ASN.1-Element kann nicht als LDAP-Suchfilter entschl\u00fcsselt werden, da das Element einen ung\u00fcltigen BER-Typ (%x) f\u00fcr einen Suchfilter enthielt. |
| | | MILD_ERR_LDAP_FILTER_DECODE_COMPOUND_SET_140=Das angegebene ASN.1-Element kann nicht als LDAP-Suchfilter entschl\u00fcsselt werden, da der Satz zusammengesetzter Filter nicht entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_FILTER_DECODE_COMPOUND_COMPONENTS_141=Das angegebene ASN.1-Element kann nicht als LDAP-Suchfilter entschl\u00fcsselt werden, da beim Versuch, eine der Komponenten des zusammengesetzten Filters zu entschl\u00fcsseln, ein Fehler aufgetreten ist: %s. |
| | | MILD_ERR_LDAP_FILTER_DECODE_NOT_ELEMENT_142=Das angegebene ASN.1-Element kann nicht als LDAP-Suchfilter entschl\u00fcsselt werden, da der Wert des Elements nicht selbst als ASN.1-Element f\u00fcr eine NOT-Filterkomponente entschl\u00fcsselt werden kann: %s. |
| | | MILD_ERR_LDAP_FILTER_DECODE_NOT_COMPONENT_143=Das angegebene ASN.1-Element kann nicht als LDAP-Suchfilter entschl\u00fcsselt werden, da das NOT-Komponentenelement nicht als LDAP-Filter entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_FILTER_DECODE_TV_SEQUENCE_144=Das angegebene ASN.1-Element kann nicht als LDAP-Suchfilter entschl\u00fcsselt werden, da das Element nicht als Typ-und-Wert-Sequenz entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_FILTER_DECODE_TV_INVALID_ELEMENT_COUNT_145=Das angegebene ASN.1-Element kann nicht als LDAP-\u00c4nderung entschl\u00fcsselt werden, da die Typ-und-Wert-Sequenz eine ung\u00fcltige Anzahl an Elementen enthielt (2 erwartet, %d erhalten). |
| | | MILD_ERR_LDAP_FILTER_DECODE_TV_TYPE_146=Das angegebene ASN.1-Element kann nicht als LDAP-Suchfilter entschl\u00fcsselt werden, da der Attributtyp nicht \u00fcber die Typ-und-Wert-Sequenz entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_FILTER_DECODE_TV_VALUE_147=Das angegebene ASN.1-Element kann nicht als LDAP-Suchfilter entschl\u00fcsselt werden, da der Bedingungsaussagewert nicht \u00fcber die Typ-und-Wert-Sequenz entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_FILTER_DECODE_SUBSTRING_SEQUENCE_148=Das angegebene ASN.1-Element kann nicht als LDAP-Suchfilter entschl\u00fcsselt werden, da das Element nicht als Teilzeichenfolgesequenz entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_FILTER_DECODE_SUBSTRING_INVALID_ELEMENT_COUNT_149=Das angegebene ASN.1-Element kann nicht als LDAP-Suchfilter entschl\u00fcsselt werden, da die Teilzeichenfolgesequenz eine ung\u00fcltige Anzahl an Elementen enthielt (2 erwartet, %d erhalten). |
| | | MILD_ERR_LDAP_FILTER_DECODE_SUBSTRING_TYPE_150=Das angegebene ASN.1-Element kann nicht als LDAP-Suchfilter entschl\u00fcsselt werden, da der Attributtyp nicht \u00fcber die Teilzeichenfolgesequenz entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_FILTER_DECODE_SUBSTRING_ELEMENTS_151=Das angegebene ASN.1-Element kann nicht als LDAP-Suchfilter entschl\u00fcsselt werden, da die Teilzeichenfolgewert-Sequenz nicht entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_FILTER_DECODE_SUBSTRING_NO_SUBELEMENTS_152=Das angegebene ASN.1-Element kann nicht als LDAP-Suchfilter entschl\u00fcsselt werden, da die Teilzeichenfolgewert-Sequenz keine Elemente enthielt. |
| | | MILD_ERR_LDAP_FILTER_DECODE_SUBSTRING_INVALID_SUBTYPE_153=Das angegebene ASN.1-Element kann nicht als LDAP-Suchfilter entschl\u00fcsselt werden, da die Teilzeichenfolgewert-Sequenz ein Element mit einem ung\u00fcltigen BER-Typ (%x) enthielt. |
| | | MILD_ERR_LDAP_FILTER_DECODE_SUBSTRING_VALUES_154=Das angegebene ASN.1-Element kann nicht als LDAP-Suchfilter entschl\u00fcsselt werden, da beim Versuch, die Teilzeichenfolgewert-Elemente zu analysieren, ein Fehler aufgetreten ist: %s. |
| | | MILD_ERR_LDAP_FILTER_DECODE_PRESENCE_TYPE_155=Das angegebene ASN.1-Element kann nicht als LDAP-Suchfilter entschl\u00fcsselt werden, da das Element nicht als Pr\u00e4senzattributtyp entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_FILTER_DECODE_EXTENSIBLE_SEQUENCE_156=Das angegebene ASN.1-Element kann nicht als LDAP-Suchfilter entschl\u00fcsselt werden, da das Element nicht als erweiterbare \u00fcbereinstimmende Sequenz entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_FILTER_DECODE_EXTENSIBLE_INVALID_TYPE_157=Das angegebene ASN.1-Element kann nicht als LDAP-Suchfilter entschl\u00fcsselt werden, da die erweiterbare \u00fcbereinstimmende Sequenz ein Element mit einem ung\u00fcltigen BER-Typ (%x) enthielt. |
| | | MILD_ERR_LDAP_FILTER_DECODE_EXTENSIBLE_ELEMENTS_158=Das angegebene ASN.1-Element kann nicht als LDAP-Suchfilter entschl\u00fcsselt werden, da beim Versuch, die Elemente der erweiterbaren \u00fcbereinstimmenden Sequenz zu analysieren, ein Fehler aufgetreten ist: %s. |
| | | MILD_ERR_LDAP_CLIENT_SEND_RESPONSE_NO_RESULT_CODE_159=Der Server versuchte, eine Reaktion auf den Vorgang %s (conn=%d, op=%d) zu senden, aber der Vorgang hatte keinen Ergebniscode. Dies k\u00f6nnte anzeigen, dass der Vorgang nicht ordnungsgem\u00e4\u00df abgeschlossen wurde oder dass f\u00fcr diesen Vorgang keine Reaktion zul\u00e4ssig ist. Es wird eine allgemeine 'Vorgangsfehler'-Reaktion verwendet. |
| | | MILD_ERR_LDAP_CLIENT_SEND_RESPONSE_INVALID_OP_160=Der Server versuchte, eine Antwort auf den Vorgang %s (conn=%d, op=%d) zu senden, aber f\u00fcr diesen Vorgangstyp sind keine Reaktionen zul\u00e4ssig. R\u00fcckverfolgen: %s |
| | | MILD_ERR_LDAP_CLIENT_SEND_MESSAGE_ENCODE_ASN1_161=Der Server konnte die angegebene LDAP-Nachricht %s (conn=%d, op=%d) nicht als ASN.1-Element verschl\u00fcsseln: %s. |
| | | MILD_ERR_LDAP_CLIENT_SEND_MESSAGE_ENCODE_BYTES_162=Der Server konnte das aus der LDAP-Nachricht %s (conn=%d, op=%d) generierte ASN.1-Element nicht als Byte-Array verschl\u00fcsseln: %s. |
| | | MILD_ERR_LDAP_CLIENT_SEND_MESSAGE_IO_PROBLEM_163=Der Server konnte die LDAP-Nachricht %s (conn=%d, op=%d) nicht an den Client senden, da ein E/A-Problem aufgetreten ist: %s. |
| | | MILD_ERR_LDAP_CLIENT_SEND_MESSAGE_UNEXPECTED_PROBLEM_164=Der Server konnte die LDAP-Nachricht %s (conn=%d, op=%d) nicht an den Client senden, da ein unerwartetes Problem aufgetreten ist: %s. |
| | | INFO_LDAP_CLIENT_GENERIC_NOTICE_OF_DISCONNECTION_165=Directory Server schlie\u00dft die Verbindung zu diesem Client. |
| | | MILD_WARN_LDAP_CLIENT_DISCONNECT_IN_PROGRESS_166=Directory Server ist derzeit dabei, diese Clientverbindung zu schlie\u00dfen. |
| | | MILD_ERR_LDAP_CLIENT_DECODE_ZERO_BYTE_VALUE_167=Der Client sendete eine Anforderung an Directory Server, bei der es sich um ein ASN.1-Element mit einem Null-Byte-Wert handelte. Dies ist m\u00f6glicherweise keine g\u00fcltige LDAP-Nachricht. |
| | | MILD_ERR_LDAP_CLIENT_DECODE_MAX_REQUEST_SIZE_EXCEEDED_168=Der Client sendete eine Anforderung an Directory Server mit einer ASN.1-Elementwertl\u00e4nge von %d Bytes. Da dies die maximal zul\u00e4ssige L\u00e4nge von %d Bytes f\u00fcr Anforderungen \u00fcberschreitet, kann die Verarbeitung f\u00fcr diese Verbindung nicht fortgesetzt werden. |
| | | MILD_ERR_LDAP_CLIENT_DECODE_INVALID_MULTIBYTE_LENGTH_169=Der Client sendete eine Anforderung an Directory Server mit einem ASN.1-Element, das mehrere Bytes verwendet, um die Wertl\u00e4nge auszudr\u00fccken. Die Anforderung zeigte an, dass %d Bytes erforderlich sind, um die L\u00e4nge auszudr\u00fccken, aber dies \u00fcberschreitet die Obergrenze von vier Bytes. |
| | | MILD_ERR_LDAP_CLIENT_DECODE_ASN1_FAILED_170=Der Client sendete eine Anforderung an Directory Server, die nicht ordnungsgem\u00e4\u00df als ASN.1-Element entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_CLIENT_DECODE_LDAP_MESSAGE_FAILED_171=Der Client sendete eine Anforderung an Directory Server, die nicht ordnungsgem\u00e4\u00df als LDAP-Nachricht entschl\u00fcsselt werden konnte: %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. Es wurde ein ung\u00fcltiger Entschl\u00fcsselungsstatus %d festgestellt, sodass diese Verbindung beendet werden muss. |
| | | MILD_ERR_LDAP_CLIENT_DECODE_INVALID_REQUEST_TYPE_173=Der Client sendete eine LDAP-Nachricht an Directory Server, die keine g\u00fcltige Nachricht f\u00fcr eine Clientanforderung darstellte: %s. |
| | | MILD_ERR_LDAP_CLIENT_CANNOT_CONVERT_MESSAGE_TO_OPERATION_174=Directory Server konnte die vom Client (%s) gelesene LDAP-Nachricht nicht in einen internen Vorgang zur Verarbeitung konvertieren: %s. |
| | | MILD_ERR_LDAP_ABANDON_INVALID_MESSAGE_TYPE_175=Die angegebene LDAP-Nachricht (%s) kann nicht in einen Abbruchsvorgang konvertiert werden: %s. |
| | | MILD_ERR_LDAP_UNBIND_INVALID_MESSAGE_TYPE_176=Die angegebene LDAP-Nachricht (%s) kann nicht in einen Verbindungstrennungsvorgang konvertiert werden: %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 handler will be disabled |
| | | SEVERE_ERR_LDAP_CONNHANDLER_CREATE_CHANNEL_FAILED_178=The LDAP connection handler defined in configuration entry %s was unable to create a server socket channel to accept connections on %s:%d: %s. The Directory Server will not listen for new connections on that address |
| | | FATAL_ERR_LDAP_CONNHANDLER_NO_ACCEPTORS_179=The LDAP connection handler defined in configuration entry %s was unable to create any of the socket channels on any of the configured addresses. This connection handler will be disabled |
| | | MILD_ERR_LDAP_CONNHANDLER_DENIED_CLIENT_180=Der Verbindungsversuch von Client %s zu %s wurde abgelehnt, da der Client in einem der Bereiche f\u00fcr verweigerte Adressen enthalten war. |
| | | MILD_ERR_LDAP_CONNHANDLER_DISALLOWED_CLIENT_181=Der Verbindungsversuch von Client %s zu %s wurde abgelehnt, da der Client nicht in einem der Bereiche f\u00fcr zul\u00e4ssige Adressen enthalten war. |
| | | INFO_LDAP_CONNHANDLER_UNABLE_TO_REGISTER_CLIENT_182=Aufgrund eines internen Fehlers konnte Directory Server die Clientverbindung von %s zu %s nicht mit einer geeigneten Behandlungsroutine f\u00fcr Anforderungen registrieren: %s. |
| | | MILD_ERR_LDAP_CONNHANDLER_CANNOT_ACCEPT_CONNECTION_183=Die im Konfigurationseintrag %s definierte LDAP-Verbindungsbehandlungsroutine konnte eine neue Clientverbindung nicht annehmen: %s. |
| | | FATAL_ERR_LDAP_CONNHANDLER_CONSECUTIVE_ACCEPT_FAILURES_184=The LDAP connection handler defined in configuration entry %s has experienced consecutive failures while trying to accept client connections: %s. This connection handler will be disabled |
| | | FATAL_ERR_LDAP_CONNHANDLER_UNCAUGHT_ERROR_185=The LDAP connection handler defined in configuration entry %s caught an unexpected error while trying to listen for new connections: %s. This connection handler will be disabled |
| | | FATAL_ERR_LDAP_REQHANDLER_OPEN_SELECTOR_FAILED_186=%s was unable to open a selector to multiplex reads from clients: %s. This request handler cannot continue processing |
| | | FATAL_ERR_LDAP_REQHANDLER_CANNOT_REGISTER_187=%s was unable to register this client connection with the selector: %s |
| | | 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=Die als ASN.1-Element gelesenen Daten k\u00f6nnen nicht entschl\u00fcsselt werden, da die entschl\u00fcsselte Elementl\u00e4nge von %d Bytes die maximal zul\u00e4ssige Elementl\u00e4nge von %d Bytes \u00fcberschritten hat. Der zugrunde liegende Eingabefluss wurde geschlossen, und dieses Leseprogramm kann nicht mehr verwendet werden. |
| | | MILD_ERR_LDAP_FILTER_STRING_NULL_192=Die angegebene Zeichenfolge kann nicht als LDAP-Suchfilter entschl\u00fcsselt werden, da die Zeichenfolge eine Nullzeichenfolge war. |
| | | MILD_ERR_LDAP_FILTER_UNCAUGHT_EXCEPTION_193=Die angegebene Zeichenfolge %s kann nicht als LDAP-Suchfilter entschl\u00fcsselt werden, da bei der Verarbeitung ein unerwarteter Ausnahmefehler ausgegeben wurde: %s. |
| | | MILD_ERR_LDAP_FILTER_MISMATCHED_PARENTHESES_194=Der angegebene Suchfilter "%s" besa\u00df nicht \u00fcbereinstimmende Klammern um den Bereich zwischen den Positionen %d und %d. |
| | | MILD_ERR_LDAP_FILTER_NO_EQUAL_SIGN_195=Bei dem angegebenen Suchfilter "%s" fehlte ein Gleichheitszeichen in der mutma\u00dflichen einfachen Filterkomponente zwischen den Positionen %d und %d. |
| | | MILD_ERR_LDAP_FILTER_INVALID_ESCAPED_BYTE_196=Der\u00b7angegebene\u00b7Suchfilter\u00b7"%s"\u00b7enthielt\u00b7einen\u00b7nicht ordnungsgem\u00e4\u00df gesch\u00fctzten Byte-Wert an Position %d. Hinter einem umgekehrten Schr\u00e4gstrich in einem Wert m\u00fcssen zwei Hexadezimalzeichen stehen, die das Byte angeben, das entschl\u00fcsselt werden soll. |
| | | MILD_ERR_LDAP_FILTER_COMPOUND_MISSING_PARENTHESES_197=Der angegebene Suchfilter "%s" konnte nicht entschl\u00fcsselt werden, da der zusammengesetzte Filter zwischen den Positionen %d und %d nicht mit einer \u00f6ffnenden Klammer begann und einer schlie\u00dfenden Klammer endete (m\u00f6glicherweise handelt es sich um Klammern f\u00fcr verschiedene Filterkomponenten). |
| | | MILD_ERR_LDAP_FILTER_NO_CORRESPONDING_OPEN_PARENTHESIS_198=Der angegebene Suchfilter "%s" konnte nicht entschl\u00fcsselt werden, da es zu der schlie\u00dfenden Klammer an Position %d keine entsprechende \u00f6ffnende Klammer gab. |
| | | MILD_ERR_LDAP_FILTER_NO_CORRESPONDING_CLOSE_PARENTHESIS_199=Der angegebene Suchfilter "%s" konnte nicht entschl\u00fcsselt werden, da es zu der \u00f6ffnenden Klammer an Position %d keine entsprechende schlie\u00dfende Klammer gab. |
| | | MILD_ERR_LDAP_FILTER_SUBSTRING_NO_ASTERISKS_200=Der angegebene Suchfilter "%s" konnte nicht entschl\u00fcsselt werden, da es f\u00fcr den angenommenen Filterwert der Unterzeichenkette zwischen den Positionen %d und %d keine Sternchen-Platzhalterzeichen gab |
| | | MILD_ERR_LDAP_FILTER_EXTENSIBLE_MATCH_NO_COLON_201=Der angegebene Suchfilter "%s" konnte nicht entschl\u00fcsselt werden, da die erweiterbare \u00fcbereinstimmende Komponente, die an Position %d beginnt, keinen Doppelpunkt besa\u00df, um das Ende des Attributtypnamens anzuzeigen. |
| | | MILD_ERR_LDAP_DISCONNECT_DUE_TO_INVALID_REQUEST_TYPE_202=Diese Verbindung wird beendet, da der Client eine ung\u00fcltige Nachricht des Typs %s (LDAP-Nachricht-ID %d) sendete, die f\u00fcr Anforderungsnachrichten nicht zul\u00e4ssig ist. |
| | | SEVERE_ERR_LDAP_DISCONNECT_DUE_TO_PROCESSING_FAILURE_203=An unexpected failure occurred while trying to process a request of type %s (LDAP message ID %d): %s. The client connection will be terminated |
| | | MILD_ERR_LDAP_INVALID_BIND_AUTH_TYPE_204=Die Verbindungsanforderungsnachricht (LDAP-Nachricht-ID %d) enthielt einen ung\u00fcltigen Authentifizierungstyp %s. Dies ist ein Protokollfehler, und diese Verbindung wird gem\u00e4\u00df RFC 2251 Abschnitt 4.2.3 beendet. |
| | | MILD_ERR_LDAP_DISCONNECT_DUE_TO_BIND_PROTOCOL_ERROR_205=Diese Clientverbindung wird beendet, da beim Versuch, eine Verbindungsanforderung zu verarbeiten, ein Protokollfehler aufgetreten ist. Die LDAP-Nachricht-ID war %d, und die Fehlermeldung f\u00fcr die Verbindungsreaktion war %s. |
| | | MILD_ERR_LDAPV2_SKIPPING_EXTENDED_RESPONSE_206=Eine Nachricht \u00fcber erweiterte Reaktion w\u00e4re an den LDAPv2-Client (Verbindungs-ID=%d, Vorgangs-ID=%d) gesendet worden: %s. LDAPv2 l\u00e4sst keine erweiterten Vorg\u00e4nge zu, sodass diese Reaktion nicht gesendet wird. |
| | | MILD_ERR_LDAPV2_SKIPPING_SEARCH_REFERENCE_207=Eine von einem LDAPv2-Client (Verbindungs-ID=%d, Vorgangs-ID=%d) durchgef\u00fchrte Suche h\u00e4tte einen Suchergebnisverweis %s enthalten. Verweise sind f\u00fcr LDAPv2-Clients nicht zul\u00e4ssig, sodass dieser Suchverweis nicht gesendet wird. |
| | | MILD_ERR_LDAPV2_REFERRAL_RESULT_CHANGED_208=Der urspr\u00fcngliche Ergebniscode f\u00fcr diese Nachricht war 10, aber dieses Ergebnis ist f\u00fcr LDAPv2-Clients nicht zul\u00e4ssig. |
| | | MILD_ERR_LDAPV2_REFERRALS_OMITTED_209=Die Reaktion enthielt einen oder mehrere Verweise, die f\u00fcr LDAPv2-Clients nicht zul\u00e4ssig sind. Folgende Verweise waren enthalten: %s. |
| | | MILD_ERR_LDAPV2_CLIENTS_NOT_ALLOWED_210=Directory Server wurde so konfiguriert, dass LDAPv2-Clients der Zugriff verweigert wird. Diese Verbindung wird geschlossen. |
| | | MILD_ERR_LDAPV2_EXTENDED_REQUEST_NOT_ALLOWED_211=Der Client mit der Verbindungs-ID %d hat sich bei Directory Server unter Verwendung von LDAPv2 authentifiziert, versuchte jedoch, eine Anforderung f\u00fcr einen erweiterten Vorgang (LDAP-Nachricht-ID %d) zu senden, die f\u00fcr LDAPv2-Clients nicht zul\u00e4ssig ist. Die Verbindung wird beendet. |
| | | MILD_ERR_LDAP_STATS_INVALID_MONITOR_INITIALIZATION_212=Es wurde ein Versuch unternommen, den LDAP-Statistikmonitoranbieter, wie in Konfigurationseintrag %s festgelegt, zu initialisieren. Dieser Monitoranbieter sollte nur dynamisch innerhalb von Directory Server und nicht aus der Konfiguration heraus erstellt werden. |
| | | SEVERE_ERR_LDAP_REQHANDLER_UNEXPECTED_SELECT_EXCEPTION_213=The LDAP request handler thread "%s" encountered an unexpected error that would have caused the thread to die: %s. The error has been caught and the request handler should continue operating as normal |
| | | MILD_ERR_LDAP_CONNHANDLER_REJECTED_BY_SERVER_214=Der Versuch, diese Verbindung bei Directory Server zu registrieren, wurde abgelehnt. Dies k\u00f6nnte bedeuten, dass der Server bereits die maximal zul\u00e4ssige Anzahl gleichzeitiger Verbindungen eingerichtet hat oder sich in einem Modus mit eingeschr\u00e4nktem Zugriff befindet. |
| | | INFO_LDAP_CONNHANDLER_DESCRIPTION_LISTEN_ADDRESS_215=Adresse oder Adressensatz, auf denen die Verbindungsbehandlungsroutine Clientverbindungen annehmen kann. Wird kein Wert angegeben, nimmt der Server Verbindungen auf allen aktiven Adressen an. \u00c4nderungen an diesem Konfigurationsattribut werden erst wirksam, wenn die Verbindungsbehandlungsroutine deaktiviert und erneut aktiviert wird, oder wenn Directory Server neu gestartet wird. |
| | | INFO_LDAP_CONNHANDLER_DESCRIPTION_LISTEN_PORT_216=TCP-Port, auf dem diese Verbindungsbehandlungsroutine Clientverbindungen annehmen kann. \u00c4nderungen an diesem Konfigurationsattribut werden erst wirksam, wenn die Verbindungsbehandlungsroutine deaktiviert und erneut aktiviert wird oder wenn Directory Server neu gestartet wird. |
| | | INFO_LDAP_CONNHANDLER_DESCRIPTION_ALLOWED_CLIENTS_217=Gibt einen Satz Adressenmasken an, mit denen die Adressen von Clients bestimmt werden k\u00f6nnen, welche zur Einrichtung von Verbindungen zu dieser Verbindungsbehandlungsroutine berechtigt sind. Werden keine Werte angegeben, werden alle Clients mit Adressen zugelassen, die mit keiner Adresse auf der Ausschlussliste \u00fcbereinstimmen. \u00c4nderungen an diesem Konfigurationsattribut werden sofort wirksam, beeintr\u00e4chtigen aber keine Verbindungen, die bereits eingerichtet sind. |
| | | INFO_LDAP_CONNHANDLER_DESCRIPTION_DENIED_CLIENTS_218=Gibt einen Satz Adressenmasken an, mit denen der Adressensatz der Clients bestimmt werden kann, welche nicht zur Einrichtung von Verbindungen zu dieser Verbindungsbehandlungsroutine berechtigt sind. Wenn sowohl Masken f\u00fcr zugelassene als auch f\u00fcr abgelehnte Clients definiert werden und eine Clientverbindung mit einer oder mehreren Masken in beiden Listen \u00fcbereinstimmt, wird die Verbindung verweigert. Wird nur eine Ausschlussliste f\u00fcr verweigerte Clients angegeben, werden alle Clients, die mit keiner Maske dieser Liste \u00fcbereinstimmen, zugelassen. \u00c4nderungen an diesem Konfigurationsattribut werden sofort wirksam, beeintr\u00e4chtigen aber keine Verbindungen, die bereits eingerichtet sind. |
| | | INFO_LDAP_CONNHANDLER_DESCRIPTION_ALLOW_LDAPV2_219=Gibt an, ob die Kommunikation mit LDAPv2-Clients zugelassen wird. LDAPv2 wird als veraltetes Protokoll angesehen, und die Clients, welche dieses verwenden, sind nicht dazu berechtigt, alle Funktionen des Servers zu nutzen. \u00c4nderungen an diesem Konfigurationsattribut werden sofort wirksam , beeintr\u00e4chtigen aber keine Verbindungen, die bereits eingerichtet sind. |
| | | INFO_LDAP_CONNHANDLER_DESCRIPTION_NUM_REQUEST_HANDLERS_220=Anzahl der Threads, die dazu verwendet werden sollen, Anforderungen von Clients zu lesen und in die Arbeitswarteschlange zur Verarbeitung zu verschieben. In gro\u00dfen Systemen, die eine gro\u00dfe Anzahl gleichzeitiger Anforderungen erm\u00f6glichen, k\u00f6nnte es effizienter sein, mehrere Threads zum Lesen von Anforderungen von Clients zu nutzen. \u00c4nderungen an diesem Konfigurationsattribut werden erst wirksam, wenn die Verbindungsbehandlungsroutine deaktiviert und erneut aktiviert wird oder wenn Directory Server neu gestartet wird. |
| | | INFO_LDAP_CONNHANDLER_DESCRIPTION_SEND_REJECTION_NOTICE_221=Gibt an, ob vor dem Schlie\u00dfen der Verbindung eine LDAPv3-Benachrichtigung \u00fcber Verbindungstrennung an Clientverbindungen zu senden ist, die abgelehnt werden. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | INFO_LDAP_CONNHANDLER_DESCRIPTION_USE_TCP_KEEPALIVE_222=Gibt an, ob die TCP-KeepAlive-Funktion f\u00fcr Clientverbindungen zu verwenden ist, die \u00fcber diese Verbindungsbehandlungsroutine eingerichtet werden. Dies wird empfohlen, da somit der Server besser Clientverbindungen erkennen kann, die nicht mehr g\u00fcltig sind. Au\u00dferdem k\u00f6nnte effizienter vermieden werden, dass dazwischengeschaltete Netzwerkger\u00e4te Verbindungen aufgrund ausbleibenden Datenaustauschs schlie\u00dfen. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft, werden aber nur auf Verbindungen angewendet, die nach der \u00c4nderung eingerichtet werden. |
| | | INFO_LDAP_CONNHANDLER_DESCRIPTION_USE_TCP_NODELAY_223=Gibt an, ob die TCP-NoDelay-Funktion f\u00fcr Clientverbindungen zu verwenden ist, die \u00fcber diese Verbindungsbehandlungsroutine eingerichtet werden. Dies wird empfohlen, da dadurch schneller Reaktionen an Clients gesendet werden k\u00f6nnen. Allerdings k\u00f6nnten Verzeichnisse, die h\u00e4ufig Suchvorg\u00e4nge verarbeiten, welche mit mehreren Eintr\u00e4gen \u00fcbereinstimmen, einen h\u00f6heren Output erzielen, wenn diese Option deaktiviert ist. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft, werden aber nur auf Verbindungen angewendet, die nach der \u00c4nderung eingerichtet werden. |
| | | INFO_LDAP_CONNHANDLER_DESCRIPTION_ALLOW_REUSE_ADDRESS_224=Gibt an, ob die SO_REUSEADDR-Socket-Option f\u00fcr das Socket zu verwenden ist, das Verbindungen f\u00fcr diese Verbindungsbehandlungsroutine annimmt. Dies sollte in der Regel aktiviert sein, es sein denn, Sie wurden von Supportmitarbeitern angewiesen, dies zu deaktivieren. \u00c4nderungen an diesem Konfigurationsattribut werden erst wirksam, wenn die Verbindungsbehandlungsroutine deaktiviert und erneut aktiviert wird oder wenn Directory Server neu gestartet wird. |
| | | INFO_LDAP_CONNHANDLER_DESCRIPTION_MAX_REQUEST_SIZE_225=Maximal zul\u00e4ssige Gr\u00f6\u00dfe in Bytes f\u00fcr das Lesen von Anforderungen von Clients. Dies kann zur Verhinderung von Denial-of-Service-Angriffen von Clients verwendet werden, die extrem gro\u00dfe Anforderungen senden. Der Wert Null zeigt an, dass keine Beschr\u00e4nkung besteht. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | INFO_LDAP_CONNHANDLER_DESCRIPTION_USE_SSL_226=Gibt an, ob diese Verbindungsbehandlungsroutine f\u00fcr die Annahme von Verbindungen von Clients SSL verwenden soll. \u00c4nderungen an diesem Konfigurationsattribut werden erst wirksam, wenn die Verbindungsbehandlungsroutine deaktiviert und erneut aktiviert wird oder wenn Directory Server neu gestartet wird. |
| | | INFO_LDAP_CONNHANDLER_DESCRIPTION_ALLOW_STARTTLS_227=Gibt an, ob diese Verbindungsbehandlungsroutine Clients erlauben soll, den erweiterten Vorgang StartTLS zu verwenden, um einen gesch\u00fctzten Datenaustausch \u00fcber eine Nicht-SSL-LDAP-Verbindung zu initiieren. Dies kann nicht verwendet werden, falls SSL f\u00fcr die Verbindungsbehandlungsroutine aktiviert ist. \u00c4nderungen an diesem Konfigurationsattribut treten f\u00fcr LDAP-Clients sofort in Kraft. |
| | | INFO_LDAP_CONNHANDLER_DESCRIPTION_SSL_CLIENT_AUTH_POLICY_228=Richtlinie, mit welcher der Client aufgefordert oder gezwungen werden soll, sein eigenes Zertifikat zu pr\u00e4sentieren, wenn eine SSL-basierte Verbindung eingerichtet oder StartTLS zur Initiierung eines gesch\u00fctzten Kanals in einer eingerichteten Verbindung verwendet werden soll. \u00c4nderungen an diesem Konfigurationsattribut werden erst wirksam, wenn die Verbindungsbehandlungsroutine deaktiviert und erneut aktiviert wird oder wenn Directory Server neu gestartet wird. |
| | | INFO_LDAP_CONNHANDLER_DESCRIPTION_SSL_CERT_NICKNAME_229=Spitzname des Zertifikats, das die Verbindungsbehandlungsroutine beim Annehmen von SSL-basierten Verbindungen oder bei der Durchf\u00fchrung einer StartTLS-Aushandlung verwenden soll. \u00c4nderungen an diesem Konfigurationsattribut werden erst wirksam, wenn die Verbindungsbehandlungsroutine deaktiviert und erneut aktiviert wird oder wenn Directory Server neu gestartet wird. |
| | | 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=Ein neuer Satz zugelassener Client-Adressenmasken wurde f\u00fcr den Konfigurationseintrag %s angewendet. |
| | | INFO_LDAP_CONNHANDLER_NEW_DENIED_CLIENTS_251=Ein neuer Satz abgelehnter Client-Adressenmasken wurde f\u00fcr den Konfigurationseintrag %s angewendet. |
| | | INFO_LDAP_CONNHANDLER_NEW_ALLOW_LDAPV2_252=Der Wert des Attributs ds-cfg-allow-ldap-v2 wurde auf %s im Konfigurationseintrag %s aktualisiert. |
| | | INFO_LDAP_CONNHANDLER_NEW_SEND_REJECTION_NOTICE_253=Der Wert des Attributs ds-cfg-send-rejection-notice wurde auf %s im Konfigurationseintrag %s aktualisiert. |
| | | INFO_LDAP_CONNHANDLER_NEW_USE_KEEPALIVE_254=Der Wert des Attributs ds-cfg-use-tcp-keep-alive wurde auf %s im Konfigurationseintrag %s aktualisiert. |
| | | INFO_LDAP_CONNHANDLER_NEW_USE_TCP_NODELAY_255=Der Wert des Attributs ds-cfg-use-tcp-no-delay wurde auf %s im Konfigurationseintrag %s aktualisiert. |
| | | INFO_LDAP_CONNHANDLER_NEW_MAX_REQUEST_SIZE_256=Der Wert des Attributs ds-cfg-max-request-size wurde auf %s im Konfigurationseintrag %s aktualisiert. |
| | | INFO_LDAP_CONNHANDLER_NEW_ALLOW_STARTTLS_257=Der Wert des Attributs ds-cfg-allow-start-tls wurde auf %s im Konfigurationseintrag %s aktualisiert. |
| | | INFO_LDAP_CONNHANDLER_DESCRIPTION_KEEP_STATS_258=Gibt an, ob die Verbindungsbehandlungsroutine Statistiken zum LDAP-Client-Datenaustausch aufbewahren soll. Eine Speicherung dieser Informationen kann die Leistung leicht beeintr\u00e4chtigen, aber auch n\u00fctzlich f\u00fcr das Verst\u00e4ndnis der Client-Nutzungsmuster sein. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft, gelten aber nur f\u00fcr neue Verbindungen und haben den Nebeneffekt, alle vorhandenen, bereits gesammelten statistischen Daten zu l\u00f6schen. |
| | | 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=Der Wert des Attributs ds-cfg-keep-stats wurde auf %s im Konfigurationseintrag %s aktualisiert. |
| | | MILD_ERR_ASN1_LONG_SET_VALUE_INVALID_LENGTH_261=Das angegebene Byte-Array kann nicht als Wert eines langen ASN.1-Elements entschl\u00fcsselt werden, da das Array keine L\u00e4nge zwischen 1 und 8 Bytes aufwies (die angegebene L\u00e4nge war %d). |
| | | MILD_ERR_ASN1_LONG_DECODE_ELEMENT_INVALID_LENGTH_262=Das angegebene ASN.1-Element kann nicht als langes Element entschl\u00fcsselt werden, da die L\u00e4nge des Elementwerts nicht zwischen 1 und 8 Bytes lag (die tats\u00e4chliche L\u00e4nge war %d). |
| | | MILD_ERR_ASN1_LONG_DECODE_ARRAY_INVALID_LENGTH_263=Das angegebene Byte-Array kann nicht als langes ASN.1-Element entschl\u00fcsselt werden, da die entschl\u00fcsselte Wertl\u00e4nge nicht zwischen 1 und 8 Bytes lag (die entschl\u00fcsselte L\u00e4nge war %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=Namen der SSL-Protokolle, die zur Verwendung in SSL- oder StartTLS-Kommunikation zugelassen werden. \u00c4nderungen an diesem Konfigurationsattribut werden sofort wirksam, betreffen aber nur neue SSL/TLS-basierte Sitzungen, die nach der \u00c4nderung erstellt wurden. |
| | | 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=Namen der SSL-Verschl\u00fcsselungs-Suites, die zur Verwendung bei SSL- oder StartTLS-Datenaustausch zugelassen werden. \u00c4nderungen an diesem Konfigurationsattribut werden sofort wirksam, betreffen aber nur neue SSL/TLS-basierte Sitzungen, die nach der \u00c4nderung erstellt wurden. |
| | | 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=Der Wert des Attributs ds-cfg-ssl-protocol wurde auf %s im Konfigurationseintrag %s aktualisiert. |
| | | INFO_LDAP_CONNHANDLER_NEW_SSL_CIPHERS_270=Der Wert des Attributs ds-cfg-ssl-cipher-suite wurde auf %s im Konfigurationseintrag %s aktualisiert. |
| | | MILD_ERR_LDAP_TLS_EXISTING_SECURITY_PROVIDER_271=Der TLS-Verbindungssicherheitsanbieter kann f\u00fcr diese Clientverbindung nicht aktiviert werden, da sie bereits den Anbieter %s verwendet. StartTLS kann nur f\u00fcr Klartextverbindungen verwendet werden. |
| | | MILD_ERR_LDAP_TLS_STARTTLS_NOT_ALLOWED_272=StartTLS kann f\u00fcr diese LDAP-Clientverbindung nicht aktiviert werden, da die entsprechende LDAP-Verbindungsbehandlungsroutine zum Zur\u00fcckweisen von StartTLS-Anforderungen konfiguriert ist. Die Verwendung von StartTLS kann mithilfe des Konfigurationsattributs ds-cfg-allow-start-tls aktiviert werden. |
| | | MILD_ERR_LDAP_TLS_CANNOT_CREATE_TLS_PROVIDER_273=Bei dem Versuch der Erstellung eines TLS-Verbindungssicherheitsanbieters f\u00fcr diese Client-Verbindung zur Verwendung mit StartTLS ist ein Fehler aufgetreten: %s. |
| | | MILD_ERR_LDAP_TLS_NO_PROVIDER_274=StartTLS\u00b7ist\u00b7f\u00fcr\u00b7diese\u00b7Clientverbindung\u00b7nicht\u00b7verf\u00fcgbar,\u00b7da\u00b7die\u00b7Verbindung\u00b7keinen\u00b7Zugriff\u00b7auf\u00b7einen TLS-Verbindungssicherheitsanbieter hat. |
| | | MILD_ERR_LDAP_TLS_CLOSURE_NOT_ALLOWED_275=Die LDAP-Verbindungsbehandlungsroutine berechtigt Clients nicht zum Schlie\u00dfen einer StartTLS-Sitzung f\u00fcr eine Clientverbindung, w\u00e4hrend die zugrunde liegende TCP-Verbindung aktiviert bleibt. Die TCP-Verbindung wird geschlossen. |
| | | MILD_ERR_LDAP_CONNHANDLER_STARTED_LISTENING_276=Abh\u00f6ren auf neue Verbindungen auf %s wurde gestartet. |
| | | MILD_ERR_LDAP_CONNHANDLER_STOPPED_LISTENING_277=Abh\u00f6ren auf neue Verbindungen auf %s wurde gestoppt. |
| | | MILD_ERR_LDAP_PAGED_RESULTS_DECODE_NULL_278=Das angegebene ASN.1-Element kann nicht als Steuerungswert f\u00fcr LDAP-Paged-Results entschl\u00fcsselt werden, da das Element ein Nullelement ist. |
| | | MILD_ERR_LDAP_PAGED_RESULTS_DECODE_SEQUENCE_279=Das angegebene ASN.1-Element kann nicht als Steuerungswert f\u00fcr LDAP-Paged-Results entschl\u00fcsselt werden, da das Element nicht als Sequenz entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_PAGED_RESULTS_DECODE_INVALID_ELEMENT_COUNT_280=Das angegebene ASN.1-Element kann nicht als Steuerungswert f\u00fcr LDAP-Paged-Results entschl\u00fcsselt werden, da die Anforderungssequenz eine ung\u00fcltige Anzahl an Elementen enth\u00e4lt (2 erwartet, %d erhalten). |
| | | MILD_ERR_LDAP_PAGED_RESULTS_DECODE_SIZE_281=Das angegebene ASN.1-Element kann nicht als Steuerungswert f\u00fcr LDAP-Paged-Results entschl\u00fcsselt werden, da das Gr\u00f6\u00dfenelement nicht ordnungsgem\u00e4\u00df entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_PAGED_RESULTS_DECODE_COOKIE_282=Das angegebene ASN.1-Element kann nicht als Steuerungswert f\u00fcr LDAP-Paged-Results entschl\u00fcsselt werden, da das Cookie nicht ordnungsgem\u00e4\u00df entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAPASSERT_NO_CONTROL_VALUE_283=Die angegebene LDAP-Bedingungsaussagesteuerung konnte nicht entschl\u00fcsselt werden, da die Steuerung keinen Wert enth\u00e4lt. |
| | | MILD_ERR_LDAPASSERT_INVALID_CONTROL_VALUE_284=Die angegebene LDAP-Bedingungsaussagesteuerung konnte nicht entschl\u00fcsselt werden, da der Steuerungswert nicht als ASN.1-Element entschl\u00fcsselt werden kann: %s. |
| | | MILD_ERR_PREREADREQ_NO_CONTROL_VALUE_285=Die angegebene LDAP-Bedingungsaussagesteuerung konnte nicht entschl\u00fcsselt werden, da die Steuerung keinen Wert enth\u00e4lt. |
| | | MILD_ERR_PREREADREQ_CANNOT_DECODE_VALUE_286=Die angegebene Steuerung der LDAP-Preread-Anforderung kann nicht entschl\u00fcsselt werden, da beim Versuch, den Steuerungswert zu entschl\u00fcsseln, ein Fehler aufgetreten ist: %s. |
| | | MILD_ERR_POSTREADREQ_NO_CONTROL_VALUE_287=Die angegebene Steuerung der LDAP-Postread-Anforderung kann nicht entschl\u00fcsselt werden, da die Steuerung keinen Wert enth\u00e4lt. |
| | | MILD_ERR_POSTREADREQ_CANNOT_DECODE_VALUE_288=Die angegebene Steuerung der LDAP-Postread-Anforderung kann nicht entschl\u00fcsselt werden, da beim Versuch, den Steuerungswert zu entschl\u00fcsseln, ein Fehler aufgetreten ist: %s. |
| | | MILD_ERR_PREREADRESP_NO_CONTROL_VALUE_289=Die angegebene Steuerung der LDAP-Preread-Reaktion kann nicht entschl\u00fcsselt werden, da die Steuerung keinen Wert enth\u00e4lt. |
| | | MILD_ERR_PREREADRESP_CANNOT_DECODE_VALUE_290=Die angegebene Steuerung der LDAP-Preread-Reaktion kann nicht entschl\u00fcsselt werden, da beim Versuch, den Steuerungswert zu entschl\u00fcsseln, ein Fehler aufgetreten ist: %s. |
| | | MILD_ERR_POSTREADRESP_NO_CONTROL_VALUE_291=Die angegebene Steuerung der LDAP-Postread-Reaktion kann nicht entschl\u00fcsselt werden, da die Steuerung keinen Wert enth\u00e4lt. |
| | | MILD_ERR_POSTREADRESP_CANNOT_DECODE_VALUE_292=Die angegebene Steuerung der LDAP-Postread-Reaktion kann nicht entschl\u00fcsselt werden, da beim Versuch, den Steuerungswert zu entschl\u00fcsseln, ein Fehler aufgetreten ist: %s. |
| | | MILD_ERR_PROXYAUTH1_NO_CONTROL_VALUE_293=Die angegebene Steuerung der proxyorientierten Autorisierung V1 kann nicht entschl\u00fcsselt werden, da sie keinen Wert enth\u00e4lt. |
| | | MILD_ERR_PROXYAUTH1_INVALID_ELEMENT_COUNT_294=Die angegebene Steuerung der proxyorientierten Autorisierung V1 kann nicht entschl\u00fcsselt werden, da die ASN.1-Sequenz im Steuerungswert eine ung\u00fcltige Anzahl an Elementen enth\u00e4lt (erwartet 1, erhalten %d). |
| | | MILD_ERR_PROXYAUTH1_CANNOT_DECODE_VALUE_295=Die angegebene Steuerung der proxyorientierten Autorisierung V1 kann nicht entschl\u00fcsselt werden, da beim Versuch, den Steuerungswert zu entschl\u00fcsseln, ein Fehler aufgetreten ist: %s. |
| | | MILD_ERR_PROXYAUTH1_NO_SUCH_USER_296=Der in der Steuerung der proxyorientierten Autorisierung V1 angegebene Benutzer %s ist in Directory Server nicht vorhanden. |
| | | MILD_ERR_PROXYAUTH2_NO_CONTROL_VALUE_297=Die angegebene Steuerung der proxyorientierten Autorisierung V2 kann nicht entschl\u00fcsselt werden, da sie keinen Wert enth\u00e4lt. |
| | | MILD_ERR_PROXYAUTH2_CANNOT_DECODE_VALUE_298=Die angegebene Steuerung der proxyorientierten Autorisierung V2 kann nicht entschl\u00fcsselt werden, da beim Versuch, den Steuerungswert zu entschl\u00fcsseln, ein Fehler aufgetreten ist: %s. |
| | | MILD_ERR_PROXYAUTH2_NO_IDENTITY_MAPPER_299=Die Steuerung der proxyorientierten Autorisierung V2 kann nicht verarbeitet werden, da sie eine auf einem Benutzernamen basierende Autorisierungs-ID besitzt und in Directory Server kein proxyorientierter Autorisierungs-ID-Mapper konfiguriert ist. |
| | | MILD_ERR_PROXYAUTH2_INVALID_AUTHZID_300=Die in der Steuerung der proxyorientierten Autorisierung V2 enthaltene Autorisierungs-ID "%s" ist ung\u00fcltig, da sie nicht mit "dn:" zur Angabe eines Benutzer-DN oder "u:" zur Angabe eines Benutzernamens beginnt. |
| | | MILD_ERR_PROXYAUTH2_NO_SUCH_USER_301=Der in der Steuerung der proxyorientierten Autorisierung V2 angegebene Benutzer %s ist in Directory Server nicht vorhanden. |
| | | MILD_ERR_PSEARCH_CHANGETYPES_INVALID_TYPE_302=Der angegebene Ganzzahlwert %d entspricht keinem \u00c4nderungstyp f\u00fcr best\u00e4ndige Suche. |
| | | MILD_ERR_PSEARCH_CHANGETYPES_NO_TYPES_303=Der angegebene Ganzzahlwert zeigte an, dass keine \u00c4nderungstypen f\u00fcr best\u00e4ndige Suche vorhanden waren, was nicht zul\u00e4ssig ist. |
| | | MILD_ERR_PSEARCH_CHANGETYPES_INVALID_TYPES_304=Der angegebene Ganzzahlwert %d lag au\u00dferhalb des Bereichs akzeptabler Werte f\u00fcr einen verschl\u00fcsselten \u00c4nderungstypsatz. |
| | | MILD_ERR_PSEARCH_NO_CONTROL_VALUE_305=Die angegebene Steuerung f\u00fcr best\u00e4ndige Suche kann nicht entschl\u00fcsselt werden, da sie keinen Wert enth\u00e4lt. |
| | | MILD_ERR_PSEARCH_INVALID_ELEMENT_COUNT_306=Die angegebene Steuerung f\u00fcr best\u00e4ndige Suche kann nicht entschl\u00fcsselt werden, da die Wertsequenz eine ung\u00fcltige Anzahl an Elementen enth\u00e4lt (erwartet 3, erhalten %d) |
| | | MILD_ERR_PSEARCH_CANNOT_DECODE_VALUE_307=Die angegebene Steuerung der best\u00e4ndigen Suche kann nicht entschl\u00fcsselt werden, da beim Versuch, den Steuerungswert zu entschl\u00fcsseln, ein Fehler aufgetreten ist: %s. |
| | | MILD_ERR_ECN_NO_CONTROL_VALUE_308=Die angegebene Steuerung f\u00fcr Eintrags\u00e4nderungsbenachrichtigung kann nicht entschl\u00fcsselt werden, da sie keinen Wert enth\u00e4lt. |
| | | MILD_ERR_ECN_INVALID_ELEMENT_COUNT_309=Die angegebene Steuerung f\u00fcr Eintrags\u00e4nderungsbenachrichtigung kann nicht entschl\u00fcsselt werden, da die Wertsequenz eine ung\u00fcltige Anzahl an Elementen enth\u00e4lt (erwartet zwischen 1 und 3, erhalten %d). |
| | | MILD_ERR_ECN_ILLEGAL_PREVIOUS_DN_310=Die angegebene Steuerung f\u00fcr Eintrags\u00e4nderungsbenachrichtigung kann nicht entschl\u00fcsselt werden, da sie ein vorheriges DN-Element enth\u00e4lt, aber den \u00c4nderungstyp %s aufwies. Das vorherige DN-Element kann nur mit dem \u00c4nderungstyp DN-\u00c4nderung angegeben werden. |
| | | MILD_ERR_ECN_INVALID_ELEMENT_TYPE_311=Die angegebene Steuerung f\u00fcr Eintrags\u00e4nderungsbenachrichtigung kann nicht entschl\u00fcsselt werden, da das zweite Element in der Wertesequenz den ung\u00fcltigen Typ %s aufweist, der weder f\u00fcr einen vorherigen DN noch f\u00fcr eine \u00c4nderungsnummer geeignet ist. |
| | | MILD_ERR_ECN_CANNOT_DECODE_VALUE_312=Die angegebene Steuerung f\u00fcr Eintrags\u00e4nderungsbenachrichtigung kann nicht entschl\u00fcsselt werden, da beim Versuch, den Steuerungswert zu entschl\u00fcsseln, ein Fehler aufgetreten ist: %s. |
| | | MILD_ERR_AUTHZIDRESP_NO_CONTROL_VALUE_313=Die angegebene Steuerung f\u00fcr Autorisierungs-ID-Reaktion kann nicht entschl\u00fcsselt werden, da sie keinen Wert aufweist. |
| | | MILD_ERR_LDAP_INTERMEDIATE_RESPONSE_DECODE_SEQUENCE_314=Das angegebene ASN.1-Element kann nicht als Protokolloperator einer LDAP-Zwischenreaktion entschl\u00fcsselt werden, da das Element nicht als Sequenz entschl\u00fcsselt werden konnte: %s. |
| | | MILD_ERR_LDAP_INTERMEDIATE_RESPONSE_DECODE_INVALID_ELEMENT_COUNT_315=Das angegebene ASN.1-Element kann nicht als Protokolloperator einer LDAP-Zwischenreaktion entschl\u00fcsselt werden, da die Anforderungssequenz eine ung\u00fcltige Anzahl an Elementen enthielt (0, 1 oder 2 erwartet, %d erhalten). |
| | | MILD_ERR_LDAP_INTERMEDIATE_RESPONSE_CANNOT_DECODE_OID_316=W\u00e4hrend des Versuchs, die Zwischenreaktions-OID zu entschl\u00fcsseln, ist ein Fehler aufgetreten: %s. |
| | | MILD_ERR_LDAP_INTERMEDIATE_RESPONSE_CANNOT_DECODE_VALUE_317=W\u00e4hrend des Versuchs, den Zwischenreaktionswert zu entschl\u00fcsseln, ist ein Fehler aufgetreten: %s. |
| | | MILD_ERR_LDAP_INTERMEDIATE_RESPONSE_INVALID_ELEMENT_TYPE_318=Das Element der Zwischenreaktionssequenz enthielt einen ung\u00fcltigen BER-Typ %s, der f\u00fcr die OID oder den Wert nicht geeignet war. |
| | | INFO_LDAP_CONNHANDLER_DESCRIPTION_BACKLOG_319=Warteschlangengr\u00f6\u00dfe annehmen, wodurch die Anzahl neuer Verbindungsversuche gesteuert wird, die sich in der Warteschlange des Backlogs befinden d\u00fcrfen, bevor sie abgewiesen werden. Eine \u00c4nderung dieser Option ist nur dann erforderlich, wenn erwartet wird, dass Directory Server eine gro\u00dfe Anzahl gleichzeitiger neuer Verbindungsversuche erhalten wird. \u00c4nderungen an diesem Konfigurationsattribut werden erst wirksam, wenn die Verbindungsbehandlungsroutine deaktiviert und erneut aktiviert wird oder wenn Directory Server neu gestartet wird. |
| | | 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 |
| | | SEVERE_ERR_MVFILTER_INVALID_DN_ATTRIBUTES_FLAG_322=The provided LDAP filter "%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 |
| | | SEVERE_ERR_MVFILTER_INVALID_ELEMENT_TYPE_338=The provided matched values filter could not be decoded because it had an invalid BER type of %s |
| | | SEVERE_ERR_MATCHEDVALUES_NO_CONTROL_VALUE_339=Cannot decode the provided matched values control because it does not have a value |
| | | SEVERE_ERR_MATCHEDVALUES_CANNOT_DECODE_VALUE_AS_SEQUENCE_340=Cannot decode the provided matched values control because an error occurred while attempting to decode the value as an ASN.1 sequence: %s |
| | | SEVERE_ERR_MATCHEDVALUES_NO_FILTERS_341=Cannot decode the provided matched values control because the control value does not specify any filters for use in matching attribute values |
| | | SEVERE_ERR_PWEXPIRED_CONTROL_INVALID_VALUE_342=Cannot decode the provided control as a password expired control because the provided control had a value that could not be parsed as an integer |
| | | SEVERE_ERR_PWEXPIRING_NO_CONTROL_VALUE_343=Cannot decode the provided password expiring control because it does not have a value |
| | | SEVERE_ERR_PWEXPIRING_CANNOT_DECODE_SECONDS_UNTIL_EXPIRATION_344=Cannot decode the provided control as a password expiring control because an error occurred while attempting to decode the number of seconds until expiration: %s |
| | | MILD_WARN_LDAP_CLIENT_DUPLICATE_MESSAGE_ID_345=Directory Server verarbeitet bereits eine weitere Anforderung auf derselben Clientverbindung mit derselben Nachrichten-ID %d. |
| | | MILD_WARN_LDAP_CLIENT_CANNOT_ENQUEUE_346=Directory Server ist auf einen unerwarteten Fehler gesto\u00dfen bei dem Versuch, die Clientanforderung der Arbeitswarteschlange hinzuzuf\u00fcgen: %s. |
| | | INFO_JMX_CONNHANDLER_DESCRIPTION_LISTEN_PORT_347=TCP-Port, auf dem diese Verbindungsbehandlungsroutine administrative Verbindungen annehmen kann. \u00c4nderungen an diesem Konfigurationsattribut werden erst wirksam, wenn die Verbindungsbehandlungsroutine deaktiviert und erneut aktiviert wird oder wenn Directory Server neu gestartet wird. |
| | | 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=Gibt an, ob diese Verbindungsbehandlungsroutine f\u00fcr die Annahme von Verbindungen von Clients SSL verwenden soll. \u00c4nderungen an diesem Konfigurationsattribut werden erst wirksam, wenn die Verbindungsbehandlungsroutine deaktiviert und erneut aktiviert wird oder wenn Directory Server neu gestartet wird. |
| | | 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=Spitzname des Zertifikats, das die Verbindungsbehandlungsroutine beim Annehmen von SSL-basierten Verbindungen oder bei der Durchf\u00fchrung einer StartTLS-Aushandlung verwenden soll. \u00c4nderungen an diesem Konfigurationsattribut werden erst wirksam, wenn die Verbindungsbehandlungsroutine deaktiviert und erneut aktiviert wird oder wenn Directory Server neu gestartet wird. |
| | | 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_NO_CONTROL_VALUE_355=Cannot decode the provided password policy response control because it does not have a value |
| | | SEVERE_ERR_PWPOLICYRES_INVALID_WARNING_TYPE_356=Cannot decode the provided password policy response control because the warning element has an invalid type of %s |
| | | 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 |
| | | INFO_PWPERRTYPE_DESCRIPTION_ACCOUNT_LOCKED_361=accountLocked |
| | | INFO_PWPERRTYPE_DESCRIPTION_CHANGE_AFTER_RESET_362=changeAfterReset |
| | | INFO_PWPERRTYPE_DESCRIPTION_PASSWORD_MOD_NOT_ALLOWED_363=passwordModNotAllowed |
| | | INFO_PWPERRTYPE_DESCRIPTION_MUST_SUPPLY_OLD_PASSWORD_364=mustSupplyOldPassword |
| | | INFO_PWPERRTYPE_DESCRIPTION_INSUFFICIENT_PASSWORD_QUALITY_365=insufficientPasswordQuality |
| | | INFO_PWPERRTYPE_DESCRIPTION_PASSWORD_TOO_SHORT_366=passwordTooShort |
| | | INFO_PWPERRTYPE_DESCRIPTION_PASSWORD_TOO_YOUNG_367=passwordTooYoung |
| | | INFO_PWPERRTYPE_DESCRIPTION_PASSWORD_IN_HISTORY_368=passwordInHistory |
| | | INFO_PWPWARNTYPE_DESCRIPTION_TIME_BEFORE_EXPIRATION_369=timeBeforeExpiration |
| | | INFO_PWPWARNTYPE_DESCRIPTION_GRACE_LOGINS_REMAINING_370=graceAuthNsRemaining |
| | | MILD_ERR_PROXYAUTH1_CANNOT_LOCK_USER_371=Es konnte keine Sperrung des Benutzereintrags %s f\u00fcr die \u00dcberpr\u00fcfung der Steuerung der proxyorientierten Autorisierung V1 abgerufen werden. |
| | | MILD_ERR_PROXYAUTH1_UNUSABLE_ACCOUNT_372=Die Verwendung der Steuerung der proxyorientierten Autorisierung V1 f\u00fcr den Benutzer %s wird von der Passwortrichtlinien-Konfiguration nicht zugelassen. |
| | | MILD_ERR_PROXYAUTH2_CANNOT_LOCK_USER_373=Es konnte keine Sperrung des Benutzereintrags %s f\u00fcr die \u00dcberpr\u00fcfung der Steuerung der proxyorientierten Autorisierung V2 abgerufen werden. |
| | | MILD_ERR_PROXYAUTH2_UNUSABLE_ACCOUNT_374=Die Verwendung der Steuerung der proxyorientierten Autorisierung V2 f\u00fcr den Benutzer %s wird von der Passwortrichtlinien-Konfiguration nicht zugelassen. |
| | | SEVERE_ERR_ACCTUSABLEREQ_CONTROL_HAS_VALUE_375=Cannot decode the provided control as an account availability request control because the provided control had a value but the account availability request control should not 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 |
| | | SEVERE_ERR_ACCTUSABLERES_DECODE_ERROR_379=Cannot decode the provided account availability response control: %s |
| | | SEVERE_ERR_ADDRESSMASK_PREFIX_DECODE_ERROR_380=Cannot decode the provided address mask prefix because an invalid value was specified. The permitted values for IPv4are 0 to32 and for IPv6 0 to128 |
| | | SEVERE_ERR_ADDRESSMASK_WILDCARD_DECODE_ERROR_381=Cannot decode the provided address mask because an prefix mask was specified with an wild card "*" match 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=Die LDAP-Verbindungsbehandlungsroutine %s konnte keine Klartextreaktion an den Client senden, da kein Verweis auf einen Sicherheitsanbieter f\u00fcr unverschl\u00fcsselte Verbindungen vorhanden ist. |
| | | MILD_ERR_LDAP_ATTRIBUTE_DUPLICATE_VALUES_384=Das angegebene LDAP-Attribut %s enth\u00e4lt doppelte Werte. |
| | | MILD_ERR_LDAP_FILTER_UNKNOWN_MATCHING_RULE_385=Der angegebene LDAP-Suchfilter verweist auf eine unbekannte \u00dcbereinstimmungsregel %s. |
| | | MILD_ERR_LDAP_FILTER_VALUE_WITH_NO_ATTR_OR_MR_386=Der angegebene LDAP-Suchfilter hat einen Bedingungsaussagewert, aber enth\u00e4lt keinen Attributtyp oder keine \u00dcbereinstimmungsregel-ID. |
| | | FATAL_ERR_LDAP_REQHANDLER_DETECTED_JVM_ISSUE_CR6322825_387=Unable to call select() in the LDAP connection handler: %s. It appears that your JVM may be susceptible to the issue described at http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6322825, and it is unable to handle LDAP requests in its current configuration. Please upgrade to a newer JVM that does not exhibit this behavior (Java 5.0 Update 8 or higher) or set the number of available file descriptors to a value greater than or equal to 8193 (e.g., by issuing the command 'ulimit -n 8193') before starting the Directory Server |
| | | MILD_ERR_PROXYAUTH1_CONTROL_NOT_CRITICAL_388=Die Anforderung kann nicht verarbeitet werden, da sie eine Steuerung f\u00fcr eine proxyorientierte Autorisierung V1 enth\u00e4lt, die nicht als kritisch markiert ist. Die Steuerung der proxyorientierten Autorisierung muss immer den Wichtigkeitswert "true" aufweisen. |
| | | MILD_ERR_PROXYAUTH2_CONTROL_NOT_CRITICAL_389=Die Anforderung kann nicht verarbeitet werden, da sie eine Steuerung f\u00fcr eine proxyorientierte Autorisierung V2 enth\u00e4lt, die nicht als kritisch markiert ist. Die Steuerung der proxyorientierten Autorisierung muss immer den Wichtigkeitswert "true" aufweisen. |
| | | INFO_LDAP_CONNHANDLER_DESCRIPTION_KEYMANAGER_DN_390=DN des Konfigurationseintrags f\u00fcr den Schl\u00fcsselmanageranbieter, der mit dieser LDAP-Verbindungsbehandlungsroutine zu verwenden ist. \u00c4nderungen an diesem Attribut werden sofort wirksam, aber nur f\u00fcr nachfolgende Versuche eines Zugriffs auf den Schl\u00fcsselmanageranbieter f\u00fcr verwandte Clientverbindungen. |
| | | 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 des Konfigurationseintrags f\u00fcr den Schl\u00fcsselmanageranbieter, der mit dieser LDAP-Verbindungsbehandlungsroutine zu verwenden ist. \u00c4nderungen an diesem Attribut werden sofort wirksam, aber nur f\u00fcr nachfolgende Versuche eines Zugriffs auf den Trustmanageranbieter f\u00fcr verwandte Clientverbindungen. |
| | | 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=Der Wert des Attributs ds-cfg-key-manager-provider wurde aktualisiert auf %s im Konfigurationseintrag %s. |
| | | INFO_LDAP_CONNHANDLER_NEW_TRUSTMANAGER_DN_397=Der Wert des Attributs ds-cfg-trust-manager-provider wurde aktualisiert auf %s im Konfigurationseintrag %s. |
| | | INFO_JMX_CONNHANDLER_DESCRIPTION_KEYMANAGER_DN_398=DN des Schl\u00fcsselmanageranbieters, den die Verbindungsbehandlungsroutine beim Annehmen von SSL-basierten Verbindungen oder bei der Durchf\u00fchrung einer StartTLS-Aushandlung verwenden soll. \u00c4nderungen an diesem Konfigurationsattribut treten sofort in Kraft. |
| | | 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=Bei dem Versuch, den Verbindungssicherheitsanbieter f\u00fcr die Clientverbindung zu konfigurieren, ist ein Fehler aufgetreten: %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=Gibt an, ob die LDAPS-Verbindungsbehandlungsroutine zu aktivieren ist. |
| | | MILD_ERR_LDAP_FILTER_NOT_EXACTLY_ONE_405=Der angegebene Suchfilter "%s" konnte nicht entschl\u00fcsselt werden, da der NOT-Filter zwischen den Positionen %d und %d nicht exakt eine Filterkomponente enthielt. |
| | | INFO_SORTREQ_CONTROL_NO_VALUE_406=Die angegebene Steuerung kann nicht als Steuerung f\u00fcr serverseitige Sortierungsanforderung entschl\u00fcsselt werden, da sie keinen Steuerungswert enth\u00e4lt. |
| | | INFO_SORTREQ_CONTROL_UNDEFINED_ATTR_407=Die angegebene serverseitige Steuerung der Sortierungsanforderung kann nicht verarbeitet werden, da sie auf den Attributtyp %s verweist, der im Serverschema nicht definiert ist. |
| | | INFO_SORTREQ_CONTROL_UNDEFINED_ORDERING_RULE_408=Die angegebene serverseitige Steuerung der Sortierungsanforderung kann nicht verarbeitet werden, da sie auf die nicht definierte Anordnungs\u00fcbereinstimmungsregel %s verweist. |
| | | INFO_SORTREQ_CONTROL_INVALID_SEQ_ELEMENT_TYPE_409=Die angegebene serverseitige Steuerung der Sortierungsanforderung kann nicht verarbeitet werden, da die Wertsequenz ein Element mit dem nicht unterst\u00fctzten Typ %s enth\u00e4lt. |
| | | INFO_SORTREQ_CONTROL_CANNOT_DECODE_VALUE_410=Die angegebene serverseitige Steuerung der Sortierungsanforderung kann nicht verarbeitet werden, da beim Versuch der Entschl\u00fcsselung des Steuerungswerts ein Fehler aufgetreten ist: %s. |
| | | INFO_SORTRES_CONTROL_NO_VALUE_411=Die angegebene Steuerung kann nicht als Steuerung f\u00fcr serverseitige Sortierungsreaktion entschl\u00fcsselt werden, da sie keinen Steuerungswert enth\u00e4lt. |
| | | INFO_SORTRES_CONTROL_CANNOT_DECODE_VALUE_412=Die angegebene serverseitige Steuerung der Sortierungsreaktion kann nicht verarbeitet werden, da beim Versuch der Entschl\u00fcsselung des Steuerungswerts ein Fehler aufgetreten ist: %s. |
| | | INFO_SORTREQ_CONTROL_NO_ATTR_NAME_413=Die angegebene serverseitige Steuerung der Sortierungsanforderung kann nicht verarbeitet werden, da die Zeichenkette der Sortierungsreihenfolge "%s" einen Sortierungsschl\u00fcssel ohne Attributnamen enthielt. |
| | | INFO_SORTREQ_CONTROL_NO_MATCHING_RULE_414=Die angegebene serverseitige Steuerung der Sortierungsanforderung kann nicht verarbeitet werden, da die Zeichenkette der Sortierungsreihenfolge "%s" einen Sortierungsschl\u00fcssel mit einem Doppelpunkt, aber ohne den Namen einer \u00dcbereinstimmungsregel enthielt. |
| | | INFO_SORTREQ_CONTROL_NO_SORT_KEYS_415=Die angegebene serverseitige Steuerung der Sortierungsanforderung kann nicht verarbeitet werden, da sie keine Sortierungsschl\u00fcssel enthielt. |
| | | INFO_SORTREQ_CONTROL_NO_ORDERING_RULE_FOR_ATTR_416=Die angegebene serverseitige Steuerung der Sortierungsanforderung kann nicht verarbeitet werden, da sie das Attribut %s enthielt, das nicht \u00fcber eine standardm\u00e4\u00dfige Anordnungs\u00fcbereinstimmungsregel verf\u00fcgt, und im Sortierungsschl\u00fcssel keine Anordnungsregel angegeben war. |
| | | INFO_VLVREQ_CONTROL_NO_VALUE_417=Die angegebene Steuerung kann nicht als Steuerung f\u00fcr VLV-Anforderung entschl\u00fcsselt werden, da sie keinen Steuerungswert enth\u00e4lt. |
| | | INFO_VLVREQ_CONTROL_INVALID_ELEMENT_COUNT_418=Die angegebene Steuerung kann nicht als Steuerung f\u00fcr VLV-Anforderung entschl\u00fcsselt werden, da sie eine ung\u00fcltige Anzahl an Elementen enth\u00e4lt: %d. |
| | | INFO_VLVREQ_CONTROL_INVALID_TARGET_TYPE_419=Die angegebene Steuerung kann nicht als Steuerung f\u00fcr VLV-Anforderung entschl\u00fcsselt werden, da der Zielelementtyp %s ung\u00fcltig ist. |
| | | INFO_VLVREQ_CONTROL_CANNOT_DECODE_VALUE_420=Die angegebene Steuerung f\u00fcr VLV-Anforderung kann nicht verarbeitet werden, da beim Versuch der Entschl\u00fcsselung des Steuerungswerts ein Fehler aufgetreten ist: %s. |
| | | INFO_VLVRES_CONTROL_NO_VALUE_421=Die angegebene Steuerung kann nicht als Steuerung f\u00fcr VLV-Reaktion entschl\u00fcsselt werden, da sie keinen Steuerungswert enth\u00e4lt. |
| | | INFO_VLVRES_CONTROL_INVALID_ELEMENT_COUNT_422=Die angegebene Steuerung kann nicht als Steuerung f\u00fcr VLV-Reaktion entschl\u00fcsselt werden, da sie eine ung\u00fcltige Anzahl an Elementen enth\u00e4lt: %d. |
| | | INFO_VLVRES_CONTROL_CANNOT_DECODE_VALUE_423=Die angegebene Steuerung f\u00fcr VLV-Reaktion kann nicht verarbeitet werden, da beim Versuch der Entschl\u00fcsselung des Steuerungswerts ein Fehler aufgetreten ist: %s. |
| | | INFO_GETEFFECTIVERIGHTS_INVALID_AUTHZID_424=Die in der Steuerung geteffectiverights enthaltene Autorisierungs-ID "%s" ist ung\u00fcltig, da sie nicht mit "dn:" zur Angabe eines Benutzer-DN beginnt. |
| | | INFO_GETEFFECTIVERIGHTS_DECODE_ERROR_425=Die angegebene Steuerung der Anforderung geteffectiverights kann nicht entschl\u00fcsselt werden: %s. |
| | | INFO_CANNOT_DECODE_GETEFFECTIVERIGHTS_AUTHZID_DN_426=Die authzid DN-Zeichenfolge "%s" kann nicht als g\u00fcltiger Distinguished Name entschl\u00fcsselt werden: %s. |
| | | MILD_ERR_LDAP_FILTER_ENCLOSED_IN_APOSTROPHES_427=Ein in Hochkommas eingeschlossener LDAP-Filter ist ung\u00fcltig: %s. |
| | | INFO_JMX_CONNHANDLER_DESCRIPTION_ENABLE_428=Gibt an, ob die JMX-Verbindungsbehandlungsroutine zu aktivieren ist. |
| | | MILD_ERR_LDAP_FILTER_INVALID_CHAR_IN_ATTR_TYPE_429=Der angegebene Suchfilter enth\u00e4lt einen ung\u00fcltigen Attributtyp '%s' mit dem ung\u00fcltigen Zeichen '%s' auf Position %d. |
| | | MILD_ERR_LDAP_FILTER_EXTENSIBLE_MATCH_NO_AD_OR_MR_430=Der angegebene Suchfilter "%s" konnte nicht entschl\u00fcsselt werden, da die erweiterbare \u00dcbereinstimmungskomponente, die an Position %d beginnt, entweder keine Attributbeschreibung oder keine \u00fcbereinstimmende Regel-ID enthielt. Mindestens eines dieser beiden Elemente muss angegeben werden. |
| | | MILD_ERR_LDAPV2_CONTROLS_NOT_ALLOWED_431=LDAPv2-Clients sind nicht zur Verwendung von Anforderungssteuerungen berechtigt. |
| | | SEVERE_ERR_LDAP_CONNHANDLER_CANNOT_BIND_432=The LDAP connection handler defined in configuration entry %s was unable to bind to %s:%d: %s |
| | | SEVERE_ERR_JMX_CONNHANDLER_CANNOT_BIND_433=The JMX connection handler defined in configuration entry %s was unable to bind to port %d: %s |
| | | MILD_ERR_JMX_ADD_INSUFFICIENT_PRIVILEGES_434=Sie haben keine ausreichenden Berechtigungen, um Hinzuf\u00fcgungsvorg\u00e4nge \u00fcber JMX durchf\u00fchren zu k\u00f6nnen. |
| | | MILD_ERR_JMX_DELETE_INSUFFICIENT_PRIVILEGES_435=Sie haben keine ausreichenden Berechtigungen, um L\u00f6schvorg\u00e4nge \u00fcber JMX durchf\u00fchren zu k\u00f6nnen. |
| | | MILD_ERR_JMX_MODIFY_INSUFFICIENT_PRIVILEGES_436=Sie haben keine ausreichenden Berechtigungen, um \u00c4nderungen \u00fcber JMX durchf\u00fchren zu k\u00f6nnen. |
| | | MILD_ERR_JMX_MODDN_INSUFFICIENT_PRIVILEGES_437=Sie haben keine ausreichenden Berechtigungen, um DN-\u00c4nderungen \u00fcber JMX durchf\u00fchren zu k\u00f6nnen. |
| | | MILD_ERR_JMX_SEARCH_INSUFFICIENT_PRIVILEGES_438=Sie haben keine ausreichenden Berechtigungen, um Suchvorg\u00e4nge \u00fcber JMX durchf\u00fchren zu k\u00f6nnen. |
| | | MILD_ERR_JMX_INSUFFICIENT_PRIVILEGES_439=Sie haben keine ausreichenden Berechtigungen, um die Verbindung \u00fcber JMX herstellen zu k\u00f6nnen. Es ist zumindest die Berechtigung JMX_READ erforderlich. |
| | | MILD_ERR_INTERNALCONN_NO_SUCH_USER_440=Benutzer %s ist im Verzeichnis nicht vorhanden. |
| | | MILD_ERR_INTERNALOS_CLOSED_441=Dieser Ausgabestrom wurde geschlossen. |
| | | MILD_ERR_INTERNALOS_INVALID_REQUEST_442=Die angegebene LDAP-Nachricht wies einen ung\u00fcltigen Vorgangstyp (%s) f\u00fcr eine Anforderung auf. |
| | | MILD_ERR_INTERNALOS_SASL_BIND_NOT_SUPPORTED_443=SASL-Verbindungsvorg\u00e4nge werden \u00fcber interne LDAP-Sockets nicht unterst\u00fctzt. |
| | | MILD_ERR_INTERNALOS_STARTTLS_NOT_SUPPORTED_444=StartTLS-Vorg\u00e4nge werden \u00fcber interne LDAP-Sockets nicht unterst\u00fctzt. |
| | | SEVERE_WARN_LDIF_CONNHANDLER_LDIF_DIRECTORY_NOT_DIRECTORY_445=The value %s specified as the LDIF directory path for the LDIF connection handler defined in configuration entry %s exists but is not a directory. The specified path must be a directory. The LDIF connection handler will start, but will not be able to proces any changes until this path is changed to a directory |
| | | MILD_WARN_LDIF_CONNHANDLER_LDIF_DIRECTORY_MISSING_446=Das Verzeichnis %s, auf das die im Konfigurationseintrag %s definierte LDIF-Verbindungsbehandlungsroutine verweist, ist nicht vorhanden. Die LDIF-Verbindungsbehandlungsroutine wird gestartet, kann aber erst \u00c4nderungen verarbeiten, wenn dieses Verzeichnis erstellt wurde. |
| | | MILD_ERR_LDIF_CONNHANDLER_CANNOT_READ_CHANGE_RECORD_NONFATAL_447=An error occurred while trying to read a change record from the LDIF file: %s. This change will be skipped but processing on the LDIF file will continue |
| | | MILD_ERR_LDIF_CONNHANDLER_CANNOT_READ_CHANGE_RECORD_FATAL_448=An error occurred while trying to read a change record from the LDIF file: %s. No further processing on this LDIF file can be performed |
| | | INFO_LDIF_CONNHANDLER_UNKNOWN_CHANGETYPE_449=Nicht unterst\u00fctzter \u00c4nderungstyp %s |
| | | INFO_LDIF_CONNHANDLER_RESULT_CODE_450=Ergebniscode: %d (%s) |
| | | INFO_LDIF_CONNHANDLER_ERROR_MESSAGE_451=Zus\u00e4tzliche Info: %s |
| | | INFO_LDIF_CONNHANDLER_MATCHED_DN_452=\u00dcbereinstimmender DN: %s |
| | | INFO_LDIF_CONNHANDLER_REFERRAL_URL_453=Verweis-URL: %s |
| | | SEVERE_ERR_LDIF_CONNHANDLER_IO_ERROR_454=An I/O error occurred while the LDIF connection handler was processing LDIF file %s: %s |
| | | SEVERE_ERR_LDIF_CONNHANDLER_CANNOT_RENAME_455=An error occurred while the LDIF connection handler was attempting to rename partially-processed file from %s to %s: %s |
| | | SEVERE_ERR_LDIF_CONNHANDLER_CANNOT_DELETE_456=An error occurred while the LDIF connection handler was attempting to delete processed file %s: %s |
| | | SEVERE_ERR_CONNHANDLER_ADDRESS_INUSE_457=Address already in use |
| | | INFO_SNMP_CONNHANDLER_DESCRIPTION_LISTEN_PORT_1458=SNMP-Port, an dem diese Verbindungsbehandlungsroutine SNMP-Anforderungen annimmt. \u00c4nderungen an diesem Konfigurationsattribut werden erst wirksam, wenn die Verbindungsbehandlungsroutine deaktiviert und erneut aktiviert wird oder wenn Directory Server neu gestartet wird. |
| | | 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 |
| | | SEVERE_ERR_SNMP_CONNHANDLER_TRAPS_DESTINATION_1463=Traps Destination %s is an unknown host. Traps will not be sent to this destination |
| | | SEVERE_ERR_SNMP_CONNHANDLER_NO_OPENDMK_JARFILES_1464=You do not have the appropriated OpenDMK jar files to enable the SNMP Connection Handler. Please go under http://opendmk.dev.java.net and set the ds-cfg-opendmk-jarfile configuration parameter to set the full path of the required jdmkrt.jar file. The SNMP connection Handler didn't started |
| | | SEVERE_ERR_SNMP_CONNHANDLER_BAD_CONFIGURATION_1465=An unexpected error occurred while trying to initialize the SNMP Connection Handler. Please check the configuration attributes |
| | | SEVERE_ERR_SNMP_CONNHANDLER_NO_VALID_TRAP_DESTINATIONS_1466=No valid trap destinations has been found. No trap will be sent |
| | | |
| opendj-sdk/opends/src/messages/messages/protocol_es.properties
opendj-sdk/opends/src/messages/messages/protocol_fr.properties
opendj-sdk/opends/src/messages/messages/protocol_ja.properties
opendj-sdk/opends/src/messages/messages/protocol_ko.properties
opendj-sdk/opends/src/messages/messages/protocol_zh_CN.properties
opendj-sdk/opends/src/messages/messages/protocol_zh_TW.properties
opendj-sdk/opends/src/messages/messages/quicksetup_de.properties
opendj-sdk/opends/src/messages/messages/quicksetup_es.properties
opendj-sdk/opends/src/messages/messages/quicksetup_fr.properties
opendj-sdk/opends/src/messages/messages/quicksetup_ja.properties
opendj-sdk/opends/src/messages/messages/quicksetup_ko.properties
opendj-sdk/opends/src/messages/messages/quicksetup_zh_CN.properties
opendj-sdk/opends/src/messages/messages/quicksetup_zh_TW.properties
opendj-sdk/opends/src/messages/messages/replication_de.properties
opendj-sdk/opends/src/messages/messages/replication_es.properties
opendj-sdk/opends/src/messages/messages/replication_fr.properties
opendj-sdk/opends/src/messages/messages/replication_ja.properties
opendj-sdk/opends/src/messages/messages/replication_ko.properties
opendj-sdk/opends/src/messages/messages/replication_zh_CN.properties
opendj-sdk/opends/src/messages/messages/replication_zh_TW.properties
opendj-sdk/opends/src/messages/messages/runtime_information_de.properties
opendj-sdk/opends/src/messages/messages/runtime_information_es.properties
opendj-sdk/opends/src/messages/messages/runtime_information_fr.properties
opendj-sdk/opends/src/messages/messages/runtime_information_ja.properties
opendj-sdk/opends/src/messages/messages/runtime_information_ko.properties
opendj-sdk/opends/src/messages/messages/runtime_information_zh_CN.properties
opendj-sdk/opends/src/messages/messages/runtime_information_zh_TW.properties
opendj-sdk/opends/src/messages/messages/schema_de.properties
opendj-sdk/opends/src/messages/messages/schema_es.properties
opendj-sdk/opends/src/messages/messages/schema_fr.properties
opendj-sdk/opends/src/messages/messages/schema_ja.properties
opendj-sdk/opends/src/messages/messages/schema_ko.properties
opendj-sdk/opends/src/messages/messages/schema_zh_CN.properties
opendj-sdk/opends/src/messages/messages/schema_zh_TW.properties
opendj-sdk/opends/src/messages/messages/task_de.properties
opendj-sdk/opends/src/messages/messages/task_es.properties
opendj-sdk/opends/src/messages/messages/task_fr.properties
opendj-sdk/opends/src/messages/messages/task_ja.properties
opendj-sdk/opends/src/messages/messages/task_ko.properties
opendj-sdk/opends/src/messages/messages/task_zh_CN.properties
opendj-sdk/opends/src/messages/messages/task_zh_TW.properties
opendj-sdk/opends/src/messages/messages/tools_de.properties
opendj-sdk/opends/src/messages/messages/tools_es.properties
opendj-sdk/opends/src/messages/messages/tools_fr.properties
opendj-sdk/opends/src/messages/messages/tools_ja.properties
opendj-sdk/opends/src/messages/messages/tools_ko.properties
opendj-sdk/opends/src/messages/messages/tools_zh_CN.properties
opendj-sdk/opends/src/messages/messages/tools_zh_TW.properties
opendj-sdk/opends/src/messages/messages/utility_de.properties
opendj-sdk/opends/src/messages/messages/utility_es.properties
opendj-sdk/opends/src/messages/messages/utility_fr.properties
opendj-sdk/opends/src/messages/messages/utility_ja.properties
opendj-sdk/opends/src/messages/messages/utility_ko.properties
opendj-sdk/opends/src/messages/messages/utility_zh_CN.properties
opendj-sdk/opends/src/messages/messages/utility_zh_TW.properties
opendj-sdk/opends/src/messages/messages/version_de.properties
opendj-sdk/opends/src/messages/messages/version_es.properties
opendj-sdk/opends/src/messages/messages/version_fr.properties
opendj-sdk/opends/src/messages/messages/version_ja.properties
opendj-sdk/opends/src/messages/messages/version_ko.properties
opendj-sdk/opends/src/messages/messages/version_zh_CN.properties
opendj-sdk/opends/src/messages/messages/version_zh_TW.properties |