Delete
Remove entries in LDAP.
Remove entries based on a targeted DN list.
type: "io.kestra.plugin.ldap.Delete"
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
YES
Hostname
Hostname for connection.
YES
File(s) URI(s) containing Distinguished-Name(s)
Targeted DN(s) in the LDAP.
YES
Password
User password for connection.
YES
Port
A whole number describing the port for connection.
YES
User
Username for connection.
YES
simple
simple
gssapi
Authentication method
Authentication method to use with the LDAP server.
YES
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.
YES
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.