Post LDIF Export Task Processor

Note: this component is designated "advanced", which means that objects of this type are not expected to be created or altered in most environments. If you believe that such a change is necessary, you may want to contact support in order to understand the potential impact of that change.

Note: this is an abstract component that cannot be instantiated.

Post LDIF Export Task Processors may be used to cause the server to invoke custom processing after completing the core processing for an LDIF export administrative task (including those invoked as part of a recurring task). They will not be invoked for standalone LDIF exports that are not started as an administrative task. The Post LDIF Export Task Processor must not delete, move, rename, or otherwise alter the resulting LDIF file in any way.

Direct Subcomponents Relations to This Component Properties dsconfig Usage

Direct Subcomponents

The following Post LDIF Export Task Processors are available in the server :

These Post LDIF Export Task Processors inherit from the properties described below.

Relations to This Component

The following components have a direct aggregation relation to Post LDIF Export Task Processors:

Properties

The properties supported by this managed object are as follows:


Basic Properties: Advanced Properties:
 description  None
 enabled

Basic Properties

description

Description
A description for this Post LDIF Export Task Processor
Default Value
None
Allowed Values
A string
Multi-Valued
No
Required
No
Admin Action Required
None. Modification requires no further action

enabled

Description
Indicates whether the Post LDIF Export Task Processor is enabled for use.
Default Value
None
Allowed Values
true
false
Multi-Valued
No
Required
Yes
Admin Action Required
None. Modification requires no further action


dsconfig Usage

To list the configured Post LDIF Export Task Processors:

dsconfig list-post-ldif-export-task-processors
     [--property {propertyName}] ...

To view the configuration for an existing Post LDIF Export Task Processor:

dsconfig get-post-ldif-export-task-processor-prop
     --processor-name {name}
     [--tab-delimited]
     [--script-friendly]
     [--property {propertyName}] ...

To update the configuration for an existing Post LDIF Export Task Processor:

dsconfig set-post-ldif-export-task-processor-prop
     --processor-name {name}
     (--set|--add|--remove) {propertyName}:{propertyValue}
     [(--set|--add|--remove) {propertyName}:{propertyValue}] ...

To delete an existing Post LDIF Export Task Processor:

dsconfig delete-post-ldif-export-task-processor
     --processor-name {name}