From 453828a9e50784170865ea99fb6beac22d896e67 Mon Sep 17 00:00:00 2001 From: Ludovic Poitou <ludovic.poitou@forgerock.com> Date: Thu, 07 Apr 2011 13:39:23 +0000 Subject: [PATCH] Fix OPENDJ-112 - The Changelog virtual attribute appears in al entries, should only apply to rootDSE. Updated messsage files after the addition of the scope parameter in VirtualAttributeRules. These were missing from the previous commit. --- opends/src/admin/messages/EntryUUIDVirtualAttributeCfgDefn.properties | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/opends/src/admin/messages/EntryUUIDVirtualAttributeCfgDefn.properties b/opends/src/admin/messages/EntryUUIDVirtualAttributeCfgDefn.properties index 8e4fb8d..72ebda7 100644 --- a/opends/src/admin/messages/EntryUUIDVirtualAttributeCfgDefn.properties +++ b/opends/src/admin/messages/EntryUUIDVirtualAttributeCfgDefn.properties @@ -18,3 +18,8 @@ property.group-dn.description=If no values are given, then group membership is not taken into account when generating the virtual attribute. If one or more group DNs are specified, then only members of those groups are allowed to have the virtual attribute. property.group-dn.default-behavior.alias.synopsis=Group membership is not taken into account when determining whether an entry is eligible to use this virtual attribute. property.java-class.synopsis=Specifies the fully-qualified name of the virtual attribute provider class that generates the attribute values. +property.scope.synopsis=Specifies the LDAP scope associated with base DNs for entries that are eligible to use this virtual attribute. +property.scope.syntax.enumeration.value.base-object.synopsis=Search the base object only. +property.scope.syntax.enumeration.value.single-level.synopsis=Search the immediate children of the base object but do not include any of their descendants or the base object itself. +property.scope.syntax.enumeration.value.subordinate-subtree.synopsis=Search the entire subtree below the base object but do not include the base object itself. +property.scope.syntax.enumeration.value.whole-subtree.synopsis=Search the base object and the entire subtree below the base object. -- Gitblit v1.10.0