EntryUUIDVirtualAttributeCfgDefn_zh_TW.properties revision b1dce270ec218b8ad86ce6d745d295da038a5c88
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellingtonuser-friendly-name=Entry UUID Virtual Attribute
7e5b2100ea65658a7ec3795919b4ecd29a6f118aMark Andrewsuser-friendly-plural-name=Entry UUID Virtual Attributes
7e5b2100ea65658a7ec3795919b4ecd29a6f118aMark Andrewssynopsis=The Entry UUID Virtual Attribute ensures that all entries contained in private backends have values for the entryUUID operational attribute.
eae67738cba5ca069e9d1d4e7b836a2f7b00a374Mark Andrewsdescription=The entryUUID values are generated based on a normalized representation of the entry's DN, which does not cause a consistency problem because OpenDJ does not allow modify DN operations to be performed in private backends.
eae67738cba5ca069e9d1d4e7b836a2f7b00a374Mark Andrewsproperty.attribute-type.synopsis=Specifies the attribute type for the attribute whose values are to be dynamically assigned by the virtual attribute.
2a40fdc2d34adb8a5c72a748449699666032d461Mark Andrewsproperty.base-dn.synopsis=Specifies the base DNs for the branches containing entries that are eligible to use this virtual attribute.
46e873c835bf7d9ec3e1097e0aceb8db5b1ae93aMark Andrewsproperty.base-dn.description=If no values are given, then the server generates virtual attributes anywhere in the server.
a3b428812703d22a605a9f882e71ed65f0ffdc65Mark Andrewsproperty.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.
a9789e288ee11ae4315e27235c33bae5405bd7c4Mark Andrewsproperty.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.
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellingtonproperty.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.
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellingtonproperty.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.
068a66979695c77359e7a9181bb3f831c965b21cMark Andrewsproperty.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.
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellingtonproperty.enabled.synopsis=Indicates whether the Entry UUID Virtual Attribute is enabled for use.
d56e188030368b835122d759ebbf8d9613c166f4Mark Andrewsproperty.filter.synopsis=Specifies the search filters to be applied against entries to determine if the virtual attribute is to be generated for those entries.
c718d15a9a95054ee3c71540c02335426071fc6dMark Andrewsproperty.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.
a9789e288ee11ae4315e27235c33bae5405bd7c4Mark Andrewsproperty.filter.syntax.string.pattern.synopsis=Any valid search filter string.
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrewsproperty.group-dn.synopsis=Specifies the DNs of the groups whose members can be eligible to use this virtual attribute.
c718d15a9a95054ee3c71540c02335426071fc6dMark 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.
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrewsproperty.java-class.synopsis=Specifies the fully-qualified name of the virtual attribute provider class that generates the attribute values.