From 108b4fec592fe260cb54b020eeba896a0aa9afbb Mon Sep 17 00:00:00 2001 From: Chris Ridd <chris.ridd@forgerock.com> Date: Mon, 15 Jul 2013 09:09:19 +0000 Subject: [PATCH] Remove unused messages --- opendj-sdk/opends/src/messages/messages/access_control.properties | 30 ------------------------------ 1 files changed, 0 insertions(+), 30 deletions(-) diff --git a/opendj-sdk/opends/src/messages/messages/access_control.properties b/opendj-sdk/opends/src/messages/messages/access_control.properties index 7ff8cfe..0d2436b 100644 --- a/opendj-sdk/opends/src/messages/messages/access_control.properties +++ b/opendj-sdk/opends/src/messages/messages/access_control.properties @@ -90,13 +90,6 @@ 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 \ @@ -105,13 +98,6 @@ 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 \ @@ -168,9 +154,6 @@ 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" @@ -209,17 +192,12 @@ 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 Access Control Instruction (ACI) attribute \ - types were found in context "%s" INFO_ACI_ADD_LIST_ACIS_50=Added %s Access Control Instruction (ACI) attribute \ types found in context "%s" to the access control evaluation engine 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 \ @@ -265,11 +243,6 @@ 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=Specifies a global Access Control \ - Instruction (ACI) attribute type that can be used to defined ACIs that have \ - global scope across naming contexts -INFO_ACI_ADD_LIST_NO_GLOBAL_ACIS_65=No Global Access Control Instruction \ - (ACI) attribute types were found INFO_ACI_ADD_LIST_GLOBAL_ACIS_66=Added %s Global Access Control Instruction \ (ACI) attribute types to the access control evaluation engine INFO_ACI_HANDLER_FAIL_PROCESS_GLOBAL_ACI_67=An unexpected error occurred \ @@ -355,9 +328,6 @@ 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 \ -- Gitblit v1.10.0