Remove entries from an LDAP server.

Remove entries based on a targeted DN list.

yaml
type: "io.kestra.plugin.ldap.Delete"
yaml
id: ldap_delete
namespace: company.team

tasks:
  - id: delete
    type: io.kestra.plugin.ldap.Delete
    description: What your task is supposed to do and why.
    userDn: cn=admin,dc=orga,dc=fr
    password: admin
    inputs:
       - "{{ outputs.some_task.uri_of_ldif_formated_file }}"
    hostname: 0.0.0.0
    port: 15060
Properties

Hostname

Hostname for connection.

SubType string

File(s) URI(s) containing Distinguished-Name(s)

Targeted DN(s) in the LDAP.

Password

User password for connection.

Port

A whole number describing the port for connection.

User

Username for connection.

Default simple
Possible Values
simplegssapi

Authentication method

Authentication method to use with the LDAP server.

Kerberos key distribution center

Needed for GSSAPI authentication method. If set, property realm must be set too. If this is not provided, an attempt will be made to determine the appropriate value from the system configuration.

Realm

Needed for GSSAPI authentication method. If set, property kdc must be set too. If this is not provided, an attempt will be made to determine the appropriate value from the system configuration.

SSL Configuration

Configure SSL/LDAPS connection parameters.

Whether to disable checking of the remote SSL certificate.

Only applies if no trust store is configured. Note: This makes the SSL connection insecure and should only be used for testing. If you are using a self-signed certificate, set up a trust store instead.