From 62a81d7bb66361663d773c4791443f988977ab48 Mon Sep 17 00:00:00 2001
From: dugan <dugan@localhost>
Date: Tue, 31 Mar 2009 22:36:44 +0000
Subject: [PATCH] Fix confusing ACI targetscope message. Issue 3505.

---
 opends/src/messages/messages/access_control.properties |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/src/messages/messages/access_control.properties b/opends/src/messages/messages/access_control.properties
index d22b932..54e2dc8 100644
--- a/opends/src/messages/messages/access_control.properties
+++ b/opends/src/messages/messages/access_control.properties
@@ -179,7 +179,7 @@
 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
+ 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 \

--
Gitblit v1.10.0