Insert entries in LDAP.
Creates a new entry, if allowed, for each line of provided LDIF files.
type: "io.kestra.plugin.ldap.Add"
Insert entries in LDAP server.
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
Hostname
Hostname for connection.
URI(s) of input file(s)
List of URI(s) of file(s) containing LDIF formatted entries to input into LDAP.
Password
User password for connection.
Port
A whole number describing the port for connection.
User
Username for connection.
simple
simple
gssapi
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.