Add
yaml
type: "io.kestra.plugin.ldap.add"
Examples
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
hostname *Requiredstring
inputs *Requiredarray
SubType string
password *Requiredstring
port *Requiredstring
userDn *Requiredstring
authMethod string
Default
simple
Possible Values
simple
gssapi