VirtualAttributeCfgDefn.properties revision e75c2484bff064fbbf51e92aed4f37b08e6427b7
280a8a0544b4aeb52414d20e8c6e6c5b1108562eTinderbox Useruser-friendly-name=Virtual Attribute
59602f2a7c4e4809941583bed3e94cd26e628f1aTinderbox Useruser-friendly-plural-name=Virtual Attributes
6fe48fb46e53ffc37542853a1edb74cb481b7d94Automatic Updatersynopsis=Virtual Attributes are responsible for dynamically generating attribute values that appear in entries but are not persistently stored in the backend.
5affecff6e148a8e124d03f5dbac0da11e30dcc5Tinderbox Userdescription=Virtual attributes are associated with a virtual attribute provider, which contains the logic for generating the value.
19558a04decde0e7261d489d92d04ad88104217bTinderbox Userproperty.attribute-type.synopsis=Specifies the attribute type for the attribute whose values are to be dynamically assigned by the virtual attribute.
827f8cccb5280f4da66c46186e792d1cb9d73503Mark Andrewsproperty.base-dn.synopsis=Specifies the base DNs for the branches containing entries that are eligible to use this virtual attribute.
827f8cccb5280f4da66c46186e792d1cb9d73503Mark Andrewsproperty.base-dn.description=If no values are given, then the server generates virtual attributes anywhere in the server.
c57668a2fbbe558c1bd21652813616f2f517c469Tinderbox Userproperty.base-dn.default-behavior.alias.synopsis=The location of the entry in the server is not taken into account when determining whether an entry is eligible to use this virtual attribute.
03ebc228ee3725738b067b6bd7082a9a731822a1Tinderbox Userproperty.conflict-behavior.synopsis=Specifies the behavior that the server is to exhibit for entries that already contain one or more real values for the associated attribute.
287a6a8f9040dc43560cd69cddf83bfc0f53b76fTinderbox Userproperty.conflict-behavior.syntax.enumeration.value.merge-real-and-virtual.synopsis=Indicates that the virtual attribute provider is to preserve any real values contained in the entry and merge them with the set of generated virtual values so that both the real and virtual values are used.
dedefc0bdbb4e6e39eeb98aa2fc6883efec2ddb0Mark Andrewsproperty.conflict-behavior.syntax.enumeration.value.real-overrides-virtual.synopsis=Indicates that any real values contained in the entry are preserved and used, and virtual values are not generated.
8de3f14f1c300c3e1ed99084cc03485b42c92bf1Tinderbox Userproperty.conflict-behavior.syntax.enumeration.value.virtual-overrides-real.synopsis=Indicates that the virtual attribute provider suppresses any real values contained in the entry and generates virtual values and uses them.
e5a6871cd0635ecdb2bf792316a2d8c53206f4b2Tinderbox Userproperty.enabled.synopsis=Indicates whether the Virtual Attribute is enabled for use.
950d203b64f512b85fcc093ee1e9e3e531a1aea3Tinderbox Userproperty.filter.synopsis=Specifies the search filters to be applied against entries to determine if the virtual attribute is to be generated for those entries.
b886b04d8d2b085cbf3e1bf4442dee87f43ba5e4Tinderbox Userproperty.filter.description=If no values are given, then any entry is eligible to have the value generated. If one or more filters are specified, then only entries that match at least one of those filters are allowed to have the virtual attribute.
03ebc228ee3725738b067b6bd7082a9a731822a1Tinderbox Userproperty.filter.syntax.string.pattern.synopsis=Any valid search filter string.
3759f10fc543747668b1ca4b4671f35b0dea8445Francis Dupontproperty.group-dn.synopsis=Specifies the DNs of the groups whose members can be eligible to use this virtual attribute.
e676a596869d8a80a644c99a848afb53d1c5975eMark Andrewsproperty.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.
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrewsproperty.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.
3759f10fc543747668b1ca4b4671f35b0dea8445Francis Dupontproperty.java-class.synopsis=Specifies the fully-qualified name of the virtual attribute provider class that generates the attribute values.
d5637bdbb931ff79fced3d4858d83212ea58ed15Tinderbox Userproperty.scope.synopsis=Specifies the LDAP scope associated with base DNs for entries that are eligible to use this virtual attribute.
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrewsproperty.scope.syntax.enumeration.value.base-object.synopsis=Search the base object only.
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrewsproperty.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.
3759f10fc543747668b1ca4b4671f35b0dea8445Francis Dupontproperty.scope.syntax.enumeration.value.subordinate-subtree.synopsis=Search the entire subtree below the base object but do not include the base object itself.
d5637bdbb931ff79fced3d4858d83212ea58ed15Tinderbox Userproperty.scope.syntax.enumeration.value.whole-subtree.synopsis=Search the base object and the entire subtree below the base object.