LDAP Output
Description
The LDAP Output transform allows you to write information like users, roles and other data to an LDAP server.
The following sections describe the available options for the LDAP Output transform.
General Tab
Option | Description |
---|---|
Transform name | Name of the transform; this name has to be unique in a single pipeline. |
Host | Host can be the IP address of the LDAP directory server or its DNS name. |
Port | Port number of LDAP directory server. |
Referral | Determines how to handle referrals.
|
Derefalias | Determines how aliases are dereferenced.
|
Protocol | Determines which protocol is used.
|
Use authentication | To enable LDAP authentication. |
Username | The username to be passed during authentication. |
Password | The password to be passed during authentication. |
Use certificate | To enable the use of a certificate. |
Trust store path | |
Trust store password | |
Trust all certificates | |
Test connection | Tests the configured connection to the LDAP server. |
Settings
Option | Description |
---|---|
Operation | Insert, Update, Upsert, Add atribute, Delete, Rename DN (distinguished name). |
Multi valued field seperator | |
Fail if not exist | |
Dn fieldname | Field which contains the distinguished name. |
Old DN fieldname | Field which contains the old distinguished name (rename). |
New DN fieldname | Field which contains the new distinguished name (rename). |
Delete RDN | Whether or not to delete the RDN (relative distinguished name) |