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/GoverningStructureRuleVirtualAttributeCfgDefn.properties | 5 ++ opends/src/admin/messages/EntryUUIDVirtualAttributeCfgDefn.properties | 5 ++ opends/src/admin/messages/CollectiveAttributeSubentriesVirtualAttributeCfgDefn.properties | 5 ++ opends/src/admin/messages/MemberVirtualAttributeCfgDefn.properties | 5 ++ opends/src/admin/messages/SubschemaSubentryVirtualAttributeCfgDefn.properties | 5 ++ opends/src/admin/messages/VirtualAttributeCfgDefn.properties | 5 ++ opends/src/admin/messages/StructuralObjectClassVirtualAttributeCfgDefn.properties | 5 ++ opends/src/admin/messages/NumSubordinatesVirtualAttributeCfgDefn.properties | 5 ++ opends/src/admin/messages/IsMemberOfVirtualAttributeCfgDefn.properties | 5 ++ opends/src/admin/messages/HasSubordinatesVirtualAttributeCfgDefn.properties | 5 ++ opends/src/admin/messages/UserDefinedVirtualAttributeCfgDefn.properties | 5 ++ opends/src/admin/messages/EntryDNVirtualAttributeCfgDefn.properties | 5 ++ opends/src/admin/messages/PasswordPolicySubentryVirtualAttributeCfgDefn.properties | 5 ++ 13 files changed, 65 insertions(+), 0 deletions(-) diff --git a/opends/src/admin/messages/CollectiveAttributeSubentriesVirtualAttributeCfgDefn.properties b/opends/src/admin/messages/CollectiveAttributeSubentriesVirtualAttributeCfgDefn.properties index 1d6b102..883af5b 100644 --- a/opends/src/admin/messages/CollectiveAttributeSubentriesVirtualAttributeCfgDefn.properties +++ b/opends/src/admin/messages/CollectiveAttributeSubentriesVirtualAttributeCfgDefn.properties @@ -17,3 +17,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. diff --git a/opends/src/admin/messages/EntryDNVirtualAttributeCfgDefn.properties b/opends/src/admin/messages/EntryDNVirtualAttributeCfgDefn.properties index 496f627..e43b971 100644 --- a/opends/src/admin/messages/EntryDNVirtualAttributeCfgDefn.properties +++ b/opends/src/admin/messages/EntryDNVirtualAttributeCfgDefn.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. 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. diff --git a/opends/src/admin/messages/GoverningStructureRuleVirtualAttributeCfgDefn.properties b/opends/src/admin/messages/GoverningStructureRuleVirtualAttributeCfgDefn.properties index 43e6de7..77c4f1a 100644 --- a/opends/src/admin/messages/GoverningStructureRuleVirtualAttributeCfgDefn.properties +++ b/opends/src/admin/messages/GoverningStructureRuleVirtualAttributeCfgDefn.properties @@ -17,3 +17,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. diff --git a/opends/src/admin/messages/HasSubordinatesVirtualAttributeCfgDefn.properties b/opends/src/admin/messages/HasSubordinatesVirtualAttributeCfgDefn.properties index 0bf7da8..4982632 100644 --- a/opends/src/admin/messages/HasSubordinatesVirtualAttributeCfgDefn.properties +++ b/opends/src/admin/messages/HasSubordinatesVirtualAttributeCfgDefn.properties @@ -17,3 +17,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. diff --git a/opends/src/admin/messages/IsMemberOfVirtualAttributeCfgDefn.properties b/opends/src/admin/messages/IsMemberOfVirtualAttributeCfgDefn.properties index 392c0d2..09bd506 100644 --- a/opends/src/admin/messages/IsMemberOfVirtualAttributeCfgDefn.properties +++ b/opends/src/admin/messages/IsMemberOfVirtualAttributeCfgDefn.properties @@ -17,3 +17,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. diff --git a/opends/src/admin/messages/MemberVirtualAttributeCfgDefn.properties b/opends/src/admin/messages/MemberVirtualAttributeCfgDefn.properties index f6585f4..3260681 100644 --- a/opends/src/admin/messages/MemberVirtualAttributeCfgDefn.properties +++ b/opends/src/admin/messages/MemberVirtualAttributeCfgDefn.properties @@ -20,3 +20,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. diff --git a/opends/src/admin/messages/NumSubordinatesVirtualAttributeCfgDefn.properties b/opends/src/admin/messages/NumSubordinatesVirtualAttributeCfgDefn.properties index 3edbb9b..c96c857 100644 --- a/opends/src/admin/messages/NumSubordinatesVirtualAttributeCfgDefn.properties +++ b/opends/src/admin/messages/NumSubordinatesVirtualAttributeCfgDefn.properties @@ -17,3 +17,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. diff --git a/opends/src/admin/messages/PasswordPolicySubentryVirtualAttributeCfgDefn.properties b/opends/src/admin/messages/PasswordPolicySubentryVirtualAttributeCfgDefn.properties index ecea477..5835372 100644 --- a/opends/src/admin/messages/PasswordPolicySubentryVirtualAttributeCfgDefn.properties +++ b/opends/src/admin/messages/PasswordPolicySubentryVirtualAttributeCfgDefn.properties @@ -17,3 +17,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. diff --git a/opends/src/admin/messages/StructuralObjectClassVirtualAttributeCfgDefn.properties b/opends/src/admin/messages/StructuralObjectClassVirtualAttributeCfgDefn.properties index c683a97..ba7b6d9 100644 --- a/opends/src/admin/messages/StructuralObjectClassVirtualAttributeCfgDefn.properties +++ b/opends/src/admin/messages/StructuralObjectClassVirtualAttributeCfgDefn.properties @@ -17,3 +17,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. diff --git a/opends/src/admin/messages/SubschemaSubentryVirtualAttributeCfgDefn.properties b/opends/src/admin/messages/SubschemaSubentryVirtualAttributeCfgDefn.properties index 33bb187..634b182 100644 --- a/opends/src/admin/messages/SubschemaSubentryVirtualAttributeCfgDefn.properties +++ b/opends/src/admin/messages/SubschemaSubentryVirtualAttributeCfgDefn.properties @@ -17,3 +17,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. diff --git a/opends/src/admin/messages/UserDefinedVirtualAttributeCfgDefn.properties b/opends/src/admin/messages/UserDefinedVirtualAttributeCfgDefn.properties index 4f14f2f..624a7d6 100644 --- a/opends/src/admin/messages/UserDefinedVirtualAttributeCfgDefn.properties +++ b/opends/src/admin/messages/UserDefinedVirtualAttributeCfgDefn.properties @@ -18,4 +18,9 @@ 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. property.value.synopsis=Specifies the values to be included in the virtual attribute. diff --git a/opends/src/admin/messages/VirtualAttributeCfgDefn.properties b/opends/src/admin/messages/VirtualAttributeCfgDefn.properties index 93d0756..89819d1 100644 --- a/opends/src/admin/messages/VirtualAttributeCfgDefn.properties +++ b/opends/src/admin/messages/VirtualAttributeCfgDefn.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