Delete LDAP Entry Activity
Use the Delete Activity to delete LDAP entries from the configured LDAP Sever.
Using the create activity:
- Right-click Orchestration in the Project pane and click New Orchestration to create or open an orchestration. The orchestration pane is displayed.
- Select the Activities tab and expand the LDAP folder.
- Drag Delete Entry activity from the LDAP folder onto the orchestration. The graphical representation of the orchestration, including the checklist is displayed.
- The Checklist pane lists the tasks (Summary, Pick Endpoint, Configure, Map inputs, Map outputs)
that you must complete to configure the outbound activity.
- Click on Pick Endpoint to select a LDAP endpoint.Note: For instructions on creating or editing a LDAP endpoint, see Creating or Editing Endpoint for LDAP connector.
- Click Configure from the Checklist. The Configure pane is displayed.
Complete the following steps to configure Delete Entry activity.
- Click Browse button to select an Base Dn from the Browse
DIT pane. The Browse LDAP Entry panel displays all the entries from the selected LDAP
server. Note: If you have configured the Base-Dn property in the endpoint panel then Browse LDAP Entry displays children of Base-Dn alone or else it displays all the entries from the root of the LDAP directory.
- Click Browse button to select an Base Dn from the Browse
DIT pane. The Browse LDAP Entry panel displays all the entries from the selected LDAP
server.
- Click on Pick Endpoint to select a LDAP endpoint.
Specifying the map inputs for delete activity
Click Map Input from the Checklist pane. The input parameters for the specific LDAP activity are displayed under the To Activity pane. Some of the common input parameters are defined in the following table.
Parameter Name | Descrtiption |
---|---|
baseDn | Starting point of an LDAP tree under which connector searches for Entry matching to RDN mentioned by below field. |
RDN | An attribute name value pair which uniquely identifies an Entry under immediate tree represented by Base Dn. |
Specifying the map outputs delete activity
Click Map output from the Checklist pane. The output parameters for the
LDAP Delete activity are displayed under the From Activity pane. Some of the
common output parameters are defined in the following table
Parameter Name | Description |
---|---|
baseDn | Return Base Dn if successful |
RDN | Return RDN if successful |
resultCode | LDAP Result code |
resultMessage | LDAP Result Message |
Note : We can delete multiple Entries using delete entry activity