PasswordPolicyImportPluginCfgDefn.properties revision b1dce270ec218b8ad86ce6d745d295da038a5c88
d29201dd5328b88140ce050100693c501852657dChristian Maederuser-friendly-name=Password Policy Import Plugin
3ee0a2095e7213b1b7889025658f784ef48426eaRazvan Pascanuuser-friendly-plural-name=Password Policy Import Plugins
3ee0a2095e7213b1b7889025658f784ef48426eaRazvan Pascanusynopsis=The Password Policy Import Plugin ensures that clear-text passwords contained in LDIF entries are properly encoded before they are stored in the appropriate directory server backend.
3ee0a2095e7213b1b7889025658f784ef48426eaRazvan Pascanuproperty.default-auth-password-storage-scheme.synopsis=Specifies the names of password storage schemes that to be used for encoding passwords contained in attributes with the auth password syntax for entries that do not include the ds-pwp-password-policy-dn attribute specifying which password policy should be used to govern them.
3ee0a2095e7213b1b7889025658f784ef48426eaRazvan Pascanuproperty.default-auth-password-storage-scheme.default-behavior.alias.synopsis=If the default password policy uses an attribute with the auth password syntax, then the server uses the default password storage schemes for that password policy. Otherwise, it encodes auth password values using the "SHA1" scheme.
98890889ffb2e8f6f722b00e265a211f13b5a861Corneliu-Claudiu Prodescuproperty.default-auth-password-storage-scheme.syntax.aggregation.constraint-synopsis=The referenced password storage schemes must be enabled when the Password Policy Import plug-in is enabled.
3ee0a2095e7213b1b7889025658f784ef48426eaRazvan Pascanuproperty.default-user-password-storage-scheme.synopsis=Specifies the names of the password storage schemes to be used for encoding passwords contained in attributes with the user password syntax for entries that do not include the ds-pwp-password-policy-dn attribute specifying which password policy is to be used to govern them.
3ee0a2095e7213b1b7889025658f784ef48426eaRazvan Pascanuproperty.default-user-password-storage-scheme.default-behavior.alias.synopsis=If the default password policy uses the attribute with the user password syntax, then the server uses the default password storage schemes for that password policy. Otherwise, it encodes user password values using the "SSHA" scheme.
3ee0a2095e7213b1b7889025658f784ef48426eaRazvan Pascanuproperty.default-user-password-storage-scheme.syntax.aggregation.constraint-synopsis=The referenced password storage schemes must be enabled when the Password Policy Import Plugin is enabled.
3ee0a2095e7213b1b7889025658f784ef48426eaRazvan Pascanuproperty.enabled.synopsis=Indicates whether the plug-in is enabled for use.
3ee0a2095e7213b1b7889025658f784ef48426eaRazvan Pascanuproperty.invoke-for-internal-operations.synopsis=Indicates whether the plug-in should be invoked for internal operations.
3ee0a2095e7213b1b7889025658f784ef48426eaRazvan Pascanuproperty.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.
3ee0a2095e7213b1b7889025658f784ef48426eaRazvan Pascanuproperty.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the plug-in implementation.
3ee0a2095e7213b1b7889025658f784ef48426eaRazvan Pascanuproperty.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.
3ee0a2095e7213b1b7889025658f784ef48426eaRazvan Pascanuproperty.plugin-type.syntax.enumeration.value.intermediateresponse.synopsis=Invoked before sending an intermediate repsonse message to the client.
3ee0a2095e7213b1b7889025658f784ef48426eaRazvan Pascanuproperty.plugin-type.syntax.enumeration.value.ldifexport.synopsis=Invoked for each operation to be written during an LDIF export.
fc1a590cd3ee36797c0a032ff41e07f8e2469341Christian Maederproperty.plugin-type.syntax.enumeration.value.ldifimport.synopsis=Invoked for each entry read during an LDIF import.
fc1a590cd3ee36797c0a032ff41e07f8e2469341Christian Maederproperty.plugin-type.syntax.enumeration.value.ldifimportbegin.synopsis=Invoked at the beginning of an LDIF import session.
fc1a590cd3ee36797c0a032ff41e07f8e2469341Christian Maederproperty.plugin-type.syntax.enumeration.value.ldifimportend.synopsis=Invoked at the end of an LDIF import session.
fc1a590cd3ee36797c0a032ff41e07f8e2469341Christian Maederproperty.plugin-type.syntax.enumeration.value.postconnect.synopsis=Invoked whenever a new connection is established to the server.
fc1a590cd3ee36797c0a032ff41e07f8e2469341Christian Maederproperty.plugin-type.syntax.enumeration.value.postdisconnect.synopsis=Invoked whenever an existing connection is terminated (by either the client or the server).
fc1a590cd3ee36797c0a032ff41e07f8e2469341Christian Maederproperty.plugin-type.syntax.enumeration.value.postoperationabandon.synopsis=Invoked after completing the abandon processing.
fc1a590cd3ee36797c0a032ff41e07f8e2469341Christian Maederproperty.plugin-type.syntax.enumeration.value.postoperationadd.synopsis=Invoked after completing the core add processing but before sending the response to the client.
fc1a590cd3ee36797c0a032ff41e07f8e2469341Christian Maederproperty.plugin-type.syntax.enumeration.value.postoperationbind.synopsis=Invoked after completing the core bind processing but before sending the response to the client.
fc1a590cd3ee36797c0a032ff41e07f8e2469341Christian Maederproperty.plugin-type.syntax.enumeration.value.postoperationcompare.synopsis=Invoked after completing the core compare processing but before sending the response to the client.
3ee0a2095e7213b1b7889025658f784ef48426eaRazvan Pascanuproperty.plugin-type.syntax.enumeration.value.postoperationdelete.synopsis=Invoked after completing the core delete processing but before sending the response to the client.
3ee0a2095e7213b1b7889025658f784ef48426eaRazvan Pascanuproperty.plugin-type.syntax.enumeration.value.postoperationextended.synopsis=Invoked after completing the core extended processing but before sending the response to the client.
3ee0a2095e7213b1b7889025658f784ef48426eaRazvan Pascanuproperty.plugin-type.syntax.enumeration.value.postoperationmodify.synopsis=Invoked after completing the core modify processing but before sending the response to the client.
3ee0a2095e7213b1b7889025658f784ef48426eaRazvan Pascanuproperty.plugin-type.syntax.enumeration.value.postoperationmodifydn.synopsis=Invoked after completing the core modify DN processing but before sending the response to the client.
3ee0a2095e7213b1b7889025658f784ef48426eaRazvan Pascanuproperty.plugin-type.syntax.enumeration.value.postoperationsearch.synopsis=Invoked after completing the core search processing but before sending the response to the client.
3ee0a2095e7213b1b7889025658f784ef48426eaRazvan Pascanuproperty.plugin-type.syntax.enumeration.value.postoperationunbind.synopsis=Invoked after completing the unbind processing.
28ca54b0d63d1d26a991711c8c7e85c474994715Christian Maederproperty.plugin-type.syntax.enumeration.value.postresponseadd.synopsis=Invoked after sending the add response to the client.
f153609d4ff5616d7caa410df605afcdfb9956dfChristian Maederproperty.plugin-type.syntax.enumeration.value.postresponsebind.synopsis=Invoked after sending the bind response to the client.
3ee0a2095e7213b1b7889025658f784ef48426eaRazvan Pascanuproperty.plugin-type.syntax.enumeration.value.postresponsecompare.synopsis=Invoked after sending the compare response to the client.
3ee0a2095e7213b1b7889025658f784ef48426eaRazvan Pascanuproperty.plugin-type.syntax.enumeration.value.postresponsedelete.synopsis=Invoked after sending the delete response to the client.
9a80079e082fdf4fe8e19f8fc61e6cd8799b47a7Christian Maederproperty.plugin-type.syntax.enumeration.value.postresponseextended.synopsis=Invoked after sending the extended response to the client.
3ee0a2095e7213b1b7889025658f784ef48426eaRazvan Pascanuproperty.plugin-type.syntax.enumeration.value.postresponsemodify.synopsis=Invoked after sending the modify response to the client.
3ee0a2095e7213b1b7889025658f784ef48426eaRazvan Pascanuproperty.plugin-type.syntax.enumeration.value.postresponsemodifydn.synopsis=Invoked after sending the modify DN response to the client.
3ee0a2095e7213b1b7889025658f784ef48426eaRazvan Pascanuproperty.plugin-type.syntax.enumeration.value.postresponsesearch.synopsis=Invoked after sending the search result done message to the client.
9a80079e082fdf4fe8e19f8fc61e6cd8799b47a7Christian Maederproperty.plugin-type.syntax.enumeration.value.postsynchronizationadd.synopsis=Invoked after completing post-synchronization processing for an add operation.
3ee0a2095e7213b1b7889025658f784ef48426eaRazvan Pascanuproperty.plugin-type.syntax.enumeration.value.postsynchronizationdelete.synopsis=Invoked after completing post-synchronization processing for a delete operation.
fc1a590cd3ee36797c0a032ff41e07f8e2469341Christian Maederproperty.plugin-type.syntax.enumeration.value.postsynchronizationmodify.synopsis=Invoked after completing post-synchronization processing for a modify operation.
fc1a590cd3ee36797c0a032ff41e07f8e2469341Christian Maederproperty.plugin-type.syntax.enumeration.value.postsynchronizationmodifydn.synopsis=Invoked after completing post-synchronization processing for a modify DN operation.
fc1a590cd3ee36797c0a032ff41e07f8e2469341Christian Maederproperty.plugin-type.syntax.enumeration.value.preoperationadd.synopsis=Invoked prior to performing the core add processing.
fc1a590cd3ee36797c0a032ff41e07f8e2469341Christian Maederproperty.plugin-type.syntax.enumeration.value.preoperationbind.synopsis=Invoked prior to performing the core bind processing.
fc1a590cd3ee36797c0a032ff41e07f8e2469341Christian Maederproperty.plugin-type.syntax.enumeration.value.preoperationcompare.synopsis=Invoked prior to performing the core compare processing.
fc1a590cd3ee36797c0a032ff41e07f8e2469341Christian Maederproperty.plugin-type.syntax.enumeration.value.preoperationdelete.synopsis=Invoked prior to performing the core delete processing.
fc1a590cd3ee36797c0a032ff41e07f8e2469341Christian Maederproperty.plugin-type.syntax.enumeration.value.preoperationextended.synopsis=Invoked prior to performing the core extended processing.
3ee0a2095e7213b1b7889025658f784ef48426eaRazvan Pascanuproperty.plugin-type.syntax.enumeration.value.preoperationmodify.synopsis=Invoked prior to performing the core modify processing.
9a80079e082fdf4fe8e19f8fc61e6cd8799b47a7Christian Maederproperty.plugin-type.syntax.enumeration.value.preoperationmodifydn.synopsis=Invoked prior to performing the core modify DN processing.
3ee0a2095e7213b1b7889025658f784ef48426eaRazvan Pascanuproperty.plugin-type.syntax.enumeration.value.preoperationsearch.synopsis=Invoked prior to performing the core search processing.
fc1a590cd3ee36797c0a032ff41e07f8e2469341Christian Maederproperty.plugin-type.syntax.enumeration.value.preparseabandon.synopsis=Invoked prior to parsing an abandon request.
fc1a590cd3ee36797c0a032ff41e07f8e2469341Christian Maederproperty.plugin-type.syntax.enumeration.value.preparseadd.synopsis=Invoked prior to parsing an add request.
fc1a590cd3ee36797c0a032ff41e07f8e2469341Christian Maederproperty.plugin-type.syntax.enumeration.value.preparsebind.synopsis=Invoked prior to parsing a bind request.
3ee0a2095e7213b1b7889025658f784ef48426eaRazvan Pascanuproperty.plugin-type.syntax.enumeration.value.preparsecompare.synopsis=Invoked prior to parsing a compare request.
989dd4389ada604d0abb5192479f4f62f4d90a70Christian Maederproperty.plugin-type.syntax.enumeration.value.preparsedelete.synopsis=Invoked prior to parsing a delete request.
3ee0a2095e7213b1b7889025658f784ef48426eaRazvan Pascanuproperty.plugin-type.syntax.enumeration.value.preparseextended.synopsis=Invoked prior to parsing an extended request.
fc1a590cd3ee36797c0a032ff41e07f8e2469341Christian Maederproperty.plugin-type.syntax.enumeration.value.preparsemodify.synopsis=Invoked prior to parsing a modify request.
fc1a590cd3ee36797c0a032ff41e07f8e2469341Christian Maederproperty.plugin-type.syntax.enumeration.value.preparsemodifydn.synopsis=Invoked prior to parsing a modify DN request.
fc1a590cd3ee36797c0a032ff41e07f8e2469341Christian Maederproperty.plugin-type.syntax.enumeration.value.preparsesearch.synopsis=Invoked prior to parsing a search request.
3ee0a2095e7213b1b7889025658f784ef48426eaRazvan Pascanuproperty.plugin-type.syntax.enumeration.value.preparseunbind.synopsis=Invoked prior to parsing an unbind request.
e49fd57c63845c7806860a9736ad09f6d44dbaedChristian Maederproperty.plugin-type.syntax.enumeration.value.searchresultentry.synopsis=Invoked before sending a search result entry to the client.
989dd4389ada604d0abb5192479f4f62f4d90a70Christian Maederproperty.plugin-type.syntax.enumeration.value.searchresultreference.synopsis=Invoked before sending a search result reference to the client.
3ee0a2095e7213b1b7889025658f784ef48426eaRazvan Pascanuproperty.plugin-type.syntax.enumeration.value.shutdown.synopsis=Invoked during a graceful directory server shutdown.
3ee0a2095e7213b1b7889025658f784ef48426eaRazvan Pascanuproperty.plugin-type.syntax.enumeration.value.startup.synopsis=Invoked during the directory server startup process.
9a80079e082fdf4fe8e19f8fc61e6cd8799b47a7Christian Maederproperty.plugin-type.syntax.enumeration.value.subordinatedelete.synopsis=Invoked in the course of deleting a subordinate entry of a delete operation.
fc1a590cd3ee36797c0a032ff41e07f8e2469341Christian Maederproperty.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.
fc1a590cd3ee36797c0a032ff41e07f8e2469341Christian Maeder