SevenBitCleanPluginCfgDefn.properties revision b1dce270ec218b8ad86ce6d745d295da038a5c88
ac4e70ff8955669341f435bc0a734a17c01af124Mark Andrewsuser-friendly-name=Seven Bit Clean Plugin
6fe48fb46e53ffc37542853a1edb74cb481b7d94Automatic Updateruser-friendly-plural-name=Seven Bit Clean Plugins
229ea4644b3a7d9c7fdaa43888e7f55ba01e2ee3Automatic Updatersynopsis=The Seven Bit Clean Plugin ensures that values for a specified set of attributes are 7-bit clean.
229ea4644b3a7d9c7fdaa43888e7f55ba01e2ee3Automatic Updaterdescription=That is, for those attributes, the values are not allowed to contain any bytes having the high-order bit set, which is used to indicate the presence of non-ASCII characters. Some applications do not properly handle attribute values that contain non-ASCII characters, and this plug-in can help ensure that attributes used by those applications do not contain characters that can cause problems in those applications.
1167fc7904c5f0a472f8df207ac46dd52c7f1ec8Automatic Updaterproperty.attribute-type.synopsis=Specifies the name or OID of an attribute type for which values should be checked to ensure that they are 7-bit clean.
0c39b3ed9409ecb277d5e32fa763a4e4d6598df8Automatic Updaterproperty.base-dn.synopsis=Specifies the base DN below which the checking is performed.
46da3117812814a29432a8d9a9ccf8acdbfdadceAutomatic Updaterproperty.base-dn.description=Any attempt to update a value for one of the configured attributes below this base DN must be 7-bit clean for the operation to be allowed.
6fe48fb46e53ffc37542853a1edb74cb481b7d94Automatic Updaterproperty.base-dn.default-behavior.alias.synopsis=All entries below all public naming contexts will be checked.
0519188c8e1ae76978fc4e0f799620cd36eba07aAutomatic Updaterproperty.enabled.synopsis=Indicates whether the plug-in is enabled for use.
79b273c187a4aa1016a62181983dfdd0521681aeMark Andrewsproperty.invoke-for-internal-operations.synopsis=Indicates whether the plug-in should be invoked for internal operations.
90ff38a0d8deaf5f9c2aa5916d99b2e572d28738Automatic Updaterproperty.invoke-for-internal-operations.description=Any plug-in that can be invoked for internal operations must ensure that it does not create any new internal operatons that can cause the same plug-in to be re-invoked.
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellingtonproperty.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the plug-in implementation.
ac4e70ff8955669341f435bc0a734a17c01af124Mark Andrewsproperty.plugin-type.synopsis=Specifies the set of plug-in types for the plug-in, which specifies the times at which the plug-in is invoked.
6c6a121295b30772cbf3dd75a51fb9d883051a0eAutomatic Updaterproperty.plugin-type.syntax.enumeration.value.intermediateresponse.synopsis=Invoked before sending an intermediate repsonse message to the client.
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellingtonproperty.plugin-type.syntax.enumeration.value.ldifexport.synopsis=Invoked for each operation to be written during an LDIF export.
9cd5eb6fe0f26d65724b99216cb31dcdd12e4afdAutomatic Updaterproperty.plugin-type.syntax.enumeration.value.ldifimport.synopsis=Invoked for each entry read during an LDIF import.
e171a4137c6ba348957e61b7c4c3541493c0da02Automatic Updaterproperty.plugin-type.syntax.enumeration.value.ldifimportbegin.synopsis=Invoked at the beginning of an LDIF import session.
e171a4137c6ba348957e61b7c4c3541493c0da02Automatic Updaterproperty.plugin-type.syntax.enumeration.value.ldifimportend.synopsis=Invoked at the end of an LDIF import session.
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrewsproperty.plugin-type.syntax.enumeration.value.postconnect.synopsis=Invoked whenever a new connection is established to the server.
e130ab53e992670e2a2ecf043976ac09f21358d1Automatic Updaterproperty.plugin-type.syntax.enumeration.value.postdisconnect.synopsis=Invoked whenever an existing connection is terminated (by either the client or the server).
3cc98b8ecedcbc8465f1cf2740b966b315662430Automatic Updaterproperty.plugin-type.syntax.enumeration.value.postoperationabandon.synopsis=Invoked after completing the abandon processing.
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrewsproperty.plugin-type.syntax.enumeration.value.postoperationadd.synopsis=Invoked after completing the core add processing but before sending the response to the client.
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrewsproperty.plugin-type.syntax.enumeration.value.postoperationbind.synopsis=Invoked after completing the core bind processing but before sending the response to the client.
e171a4137c6ba348957e61b7c4c3541493c0da02Automatic Updaterproperty.plugin-type.syntax.enumeration.value.postoperationcompare.synopsis=Invoked after completing the core compare processing but before sending the response to the client.
831f79c4310a7d38fc3475ccfff531b2b2535641Automatic Updaterproperty.plugin-type.syntax.enumeration.value.postoperationdelete.synopsis=Invoked after completing the core delete processing but before sending the response to the client.
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrewsproperty.plugin-type.syntax.enumeration.value.postoperationextended.synopsis=Invoked after completing the core extended processing but before sending the response to the client.
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic Updaterproperty.plugin-type.syntax.enumeration.value.postoperationmodify.synopsis=Invoked after completing the core modify processing but before sending the response to the client.
efb0e886f18894a1d2489f1ad74ad14b579e11c7Mark Andrewsproperty.plugin-type.syntax.enumeration.value.postoperationmodifydn.synopsis=Invoked after completing the core modify DN processing but before sending the response to the client.
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic Updaterproperty.plugin-type.syntax.enumeration.value.postoperationsearch.synopsis=Invoked after completing the core search processing but before sending the response to the client.
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafssonproperty.plugin-type.syntax.enumeration.value.postoperationunbind.synopsis=Invoked after completing the unbind processing.
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic Updaterproperty.plugin-type.syntax.enumeration.value.postresponseadd.synopsis=Invoked after sending the add response to the client.
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic Updaterproperty.plugin-type.syntax.enumeration.value.postresponsebind.synopsis=Invoked after sending the bind response to the client.
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafssonproperty.plugin-type.syntax.enumeration.value.postresponsecompare.synopsis=Invoked after sending the compare response to the client.
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic Updaterproperty.plugin-type.syntax.enumeration.value.postresponsedelete.synopsis=Invoked after sending the delete response to the client.
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updaterproperty.plugin-type.syntax.enumeration.value.postresponseextended.synopsis=Invoked after sending the extended response to the client.
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updaterproperty.plugin-type.syntax.enumeration.value.postresponsemodify.synopsis=Invoked after sending the modify response to the client.
aa9c561961e9d877946ebaa8795fa2be054ab7bfEvan Huntproperty.plugin-type.syntax.enumeration.value.postresponsemodifydn.synopsis=Invoked after sending the modify DN response to the client.
e130ab53e992670e2a2ecf043976ac09f21358d1Automatic Updaterproperty.plugin-type.syntax.enumeration.value.postresponsesearch.synopsis=Invoked after sending the search result done message to the client.
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updaterproperty.plugin-type.syntax.enumeration.value.postsynchronizationadd.synopsis=Invoked after completing post-synchronization processing for an add operation.
aa9c561961e9d877946ebaa8795fa2be054ab7bfEvan Huntproperty.plugin-type.syntax.enumeration.value.postsynchronizationdelete.synopsis=Invoked after completing post-synchronization processing for a delete operation.
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updaterproperty.plugin-type.syntax.enumeration.value.postsynchronizationmodify.synopsis=Invoked after completing post-synchronization processing for a modify operation.
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updaterproperty.plugin-type.syntax.enumeration.value.postsynchronizationmodifydn.synopsis=Invoked after completing post-synchronization processing for a modify DN operation.
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updaterproperty.plugin-type.syntax.enumeration.value.preoperationadd.synopsis=Invoked prior to performing the core add processing.
aa9c561961e9d877946ebaa8795fa2be054ab7bfEvan Huntproperty.plugin-type.syntax.enumeration.value.preoperationbind.synopsis=Invoked prior to performing the core bind processing.
e130ab53e992670e2a2ecf043976ac09f21358d1Automatic Updaterproperty.plugin-type.syntax.enumeration.value.preoperationcompare.synopsis=Invoked prior to performing the core compare processing.
2d2dc37599979c83495510f8af8d1756753aa2c5Automatic Updaterproperty.plugin-type.syntax.enumeration.value.preoperationdelete.synopsis=Invoked prior to performing the core delete processing.
aa9c561961e9d877946ebaa8795fa2be054ab7bfEvan Huntproperty.plugin-type.syntax.enumeration.value.preoperationextended.synopsis=Invoked prior to performing the core extended processing.
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updaterproperty.plugin-type.syntax.enumeration.value.preoperationmodify.synopsis=Invoked prior to performing the core modify processing.
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updaterproperty.plugin-type.syntax.enumeration.value.preoperationmodifydn.synopsis=Invoked prior to performing the core modify DN processing.
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updaterproperty.plugin-type.syntax.enumeration.value.preoperationsearch.synopsis=Invoked prior to performing the core search processing.
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updaterproperty.plugin-type.syntax.enumeration.value.preparseabandon.synopsis=Invoked prior to parsing an abandon request.
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updaterproperty.plugin-type.syntax.enumeration.value.preparseadd.synopsis=Invoked prior to parsing an add request.
cdfc81e048bd34c1d628380247bda6b80a89e20eAutomatic Updaterproperty.plugin-type.syntax.enumeration.value.preparsebind.synopsis=Invoked prior to parsing a bind request.
cdfc81e048bd34c1d628380247bda6b80a89e20eAutomatic Updaterproperty.plugin-type.syntax.enumeration.value.preparsecompare.synopsis=Invoked prior to parsing a compare request.
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updaterproperty.plugin-type.syntax.enumeration.value.preparsedelete.synopsis=Invoked prior to parsing a delete request.
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updaterproperty.plugin-type.syntax.enumeration.value.preparseextended.synopsis=Invoked prior to parsing an extended request.
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updaterproperty.plugin-type.syntax.enumeration.value.preparsemodify.synopsis=Invoked prior to parsing a modify request.
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updaterproperty.plugin-type.syntax.enumeration.value.preparsemodifydn.synopsis=Invoked prior to parsing a modify DN request.
eabc9c3c07cd956d3c436bd7614cb162dabdda76Mark Andrewsproperty.plugin-type.syntax.enumeration.value.preparsesearch.synopsis=Invoked prior to parsing a search request.
eabc9c3c07cd956d3c436bd7614cb162dabdda76Mark Andrewsproperty.plugin-type.syntax.enumeration.value.preparseunbind.synopsis=Invoked prior to parsing an unbind request.
eabc9c3c07cd956d3c436bd7614cb162dabdda76Mark Andrewsproperty.plugin-type.syntax.enumeration.value.searchresultentry.synopsis=Invoked before sending a search result entry to the client.
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellingtonproperty.plugin-type.syntax.enumeration.value.searchresultreference.synopsis=Invoked before sending a search result reference to the client.
9cd5eb6fe0f26d65724b99216cb31dcdd12e4afdAutomatic Updaterproperty.plugin-type.syntax.enumeration.value.shutdown.synopsis=Invoked during a graceful directory server shutdown.
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrewsproperty.plugin-type.syntax.enumeration.value.startup.synopsis=Invoked during the directory server startup process.
6fe48fb46e53ffc37542853a1edb74cb481b7d94Automatic Updaterproperty.plugin-type.syntax.enumeration.value.subordinatedelete.synopsis=Invoked in the course of deleting a subordinate entry of a delete operation.
8e9f3b69914ee02a80b87c97b1f8093edb3e9ae0Automatic Updaterproperty.plugin-type.syntax.enumeration.value.subordinatemodifydn.synopsis=Invoked in the course of moving or renaming an entry subordinate to the target of a modify DN operation.
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews