# 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 targattrfilters
|
###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, subtree or subordinate
|
###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
|
SEVERE_WARN_ACI_SYNTAX_INVALID_SSF_FORMAT_97=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e SSF \u5f0f "%s" \u306f\u3001\u6b21\u306e\u7406\u7531\u3067\u89e3\u6790\u306b\u5931\u6557\u3057\u307e\u3057\u305f: "%s"
|
SEVERE_WARN_ACI_SYNTAX_INVALID_SSF_RANGE_98=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e ssf \u5f0f\u306e\u5024 "%s" \u306f\u3001\u6709\u52b9\u7bc4\u56f2\u5185\u306e\u5024\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u6709\u52b9\u306a ssf \u5024\u306f 1 \u304b\u3089 1024 \u307e\u3067\u3067\u3059\u3002
|
SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_FORMAT_99=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e timeofday \u5f0f "%s" \u306f\u3001\u6b21\u306e\u7406\u7531\u3067\u89e3\u6790\u306b\u5931\u6557\u3057\u307e\u3057\u305f: "%s"
|