From 6e3f5ad88dcaa5ece4a0bcf5109dd72f0688f895 Mon Sep 17 00:00:00 2001 From: ludovicp <ludovicp@localhost> Date: Thu, 27 May 2010 14:19:11 +0000 Subject: [PATCH] Fix typo in ACI keyword: targattrfilters is the keyword name (since Sun DS 5.0). --- opendj-sdk/opends/src/messages/messages/access_control.properties | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opendj-sdk/opends/src/messages/messages/access_control.properties b/opendj-sdk/opends/src/messages/messages/access_control.properties index 54e2dc8..a7483d4 100644 --- a/opendj-sdk/opends/src/messages/messages/access_control.properties +++ b/opendj-sdk/opends/src/messages/messages/access_control.properties @@ -163,7 +163,7 @@ 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 + 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 '=' -- Gitblit v1.10.0