Delete
Certified
Delete LDAP entries by DN
Delete
Certified
Delete LDAP entries by DN
yaml
type: io.kestra.plugin.ldap.DeleteExamples
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: "{{ secret('LDAP_PASSWORD') }}"
inputs:
- "{{ outputs.some_task.uri_of_ldif_formated_file }}"
hostname: 0.0.0.0
port: 15060
Properties
hostname *Requiredstring
inputs *Requiredarray
SubTypestring
password *Requiredstring
port *Requiredintegerstring
userDn *Requiredstring
authMethod string
Default
simplePossible Values
simplegssapikdc string
realm string
saslAllowedQoP array
SubTypestring
Default
["AUTH_CONF","AUTH_INT","AUTH"]Possible Values
AUTHAUTH_INTAUTH_CONFsslOptions Non-dynamic
Definitions
io.kestra.core.http.client.configurations.SslOptions
insecureTrustAllCertificatesbooleanstring