Add

Add

Certified

Add LDIF entries to LDAP

yaml
type: io.kestra.plugin.ldap.Add
yaml
id: ldap_add
namespace: company.team

tasks:
  - id: add
    type: io.kestra.plugin.ldap.Add
    description: What your task is supposed to do and why.
    userDn: cn=admin,dc=orga,dc=en
    password: admin
    inputs:
       - "{{outputs.someTask.uri_of_ldif_formated_file}}"
    hostname: 0.0.0.0
    port: 18060
Properties
SubTypestring
Defaultsimple
Possible Values
simplegssapi
SubTypestring
Default["AUTH_CONF","AUTH_INT","AUTH"]
Possible Values
AUTHAUTH_INTAUTH_CONF
Definitions
insecureTrustAllCertificatesbooleanstring