UserDefinedVirtualAttributeCfgDefn.properties revision b1dce270ec218b8ad86ce6d745d295da038a5c88
25757faf029c369a8318349dafe952e2358df1d8Timo Sirainenuser-friendly-name=User Defined Virtual Attribute
25757faf029c369a8318349dafe952e2358df1d8Timo Sirainenuser-friendly-plural-name=User Defined Virtual Attributes
25757faf029c369a8318349dafe952e2358df1d8Timo Sirainensynopsis=The User Defined Virtual Attribute creates virtual attributes with user-defined values in entries that match the criteria defined in the plug-in's configuration.
25757faf029c369a8318349dafe952e2358df1d8Timo Sirainendescription=The functionality of these attributes is similar to Class of Service (CoS) in the Sun Java System Directory Server.
70cb37c37e4dce8f57cd3f882f7444e76b918befTimo Sirainenproperty.attribute-type.synopsis=Specifies the attribute type for the attribute whose values are to be dynamically assigned by the virtual attribute.
ff487c974815bdaa2d05a3b834f4c2c841f4cc34Timo Sirainenproperty.base-dn.synopsis=Specifies the base DNs for the branches containing entries that are eligible to use this virtual attribute.
25757faf029c369a8318349dafe952e2358df1d8Timo Sirainenproperty.base-dn.description=If no values are given, then the server generates virtual attributes anywhere in the server.
25757faf029c369a8318349dafe952e2358df1d8Timo Sirainenproperty.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.
25757faf029c369a8318349dafe952e2358df1d8Timo Sirainenproperty.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.
25757faf029c369a8318349dafe952e2358df1d8Timo Sirainenproperty.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.
98a711be68ba64e1cabf8cacc150af44421e2ac9Timo Sirainenproperty.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.
70cb37c37e4dce8f57cd3f882f7444e76b918befTimo Sirainenproperty.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.
70cb37c37e4dce8f57cd3f882f7444e76b918befTimo Sirainenproperty.enabled.synopsis=Indicates whether the User Defined Virtual Attribute is enabled for use.
70cb37c37e4dce8f57cd3f882f7444e76b918befTimo Sirainenproperty.filter.synopsis=Specifies the search filters to be applied against entries to determine if the virtual attribute is to be generated for those entries.
25757faf029c369a8318349dafe952e2358df1d8Timo Sirainenproperty.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.
25757faf029c369a8318349dafe952e2358df1d8Timo Sirainenproperty.filter.syntax.string.pattern.synopsis=Any valid search filter string.
473080c7c0d25ddfdf77e7dfa0ba8f73c6c669d5Timo Sirainenproperty.group-dn.synopsis=Specifies the DNs of the groups whose members can be eligible to use this virtual attribute.
473080c7c0d25ddfdf77e7dfa0ba8f73c6c669d5Timo Sirainenproperty.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.
25757faf029c369a8318349dafe952e2358df1d8Timo Sirainenproperty.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.
25757faf029c369a8318349dafe952e2358df1d8Timo Sirainenproperty.java-class.synopsis=Specifies the fully-qualified name of the virtual attribute provider class that generates the attribute values.
e82af44fe25ca9b88210f313548dc08538e4a677Timo Sirainenproperty.scope.synopsis=Specifies the LDAP scope associated with base DNs for entries that are eligible to use this virtual attribute.
e82af44fe25ca9b88210f313548dc08538e4a677Timo Sirainenproperty.scope.syntax.enumeration.value.base-object.synopsis=Search the base object only.
25757faf029c369a8318349dafe952e2358df1d8Timo Sirainenproperty.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.
473080c7c0d25ddfdf77e7dfa0ba8f73c6c669d5Timo Sirainenproperty.scope.syntax.enumeration.value.subordinate-subtree.synopsis=Search the entire subtree below the base object but do not include the base object itself.
e82af44fe25ca9b88210f313548dc08538e4a677Timo Sirainenproperty.scope.syntax.enumeration.value.whole-subtree.synopsis=Search the base object and the entire subtree below the base object.
473080c7c0d25ddfdf77e7dfa0ba8f73c6c669d5Timo Sirainenproperty.value.synopsis=Specifies the values to be included in the virtual attribute.