LDAP Add Entry
In this article
Overview
You can use this Snap to add a new LDAP entry onto the LDAP server.
Snap Type
The LDAP Add Entry Snap is a Write-type Snap.
Prerequisites
None.
Support for Ultra PipelinesÂ
Works in Ultra Pipelines.Â
Limitations and Known Issues
None.
Snap Views
Type | Format | Number of Views | Examples of Upstream and Downstream Snaps | Description |
---|---|---|---|---|
Input | Document  |
| File Reader followed by CSV Parser. | The Distinguished name of the entry and a set of attributes. An attribute consists of aname and value. |
Output | Document |
| None | The entry (if did not exist before) will be added to the server. |
Error | Error handling is a generic way to handle errors without losing data or failing the Snap execution. You can handle the errors that the Snap might encounter while running the Pipeline by choosing one of the following options from the When errors occur list under the Views tab. The available options are:
Learn more about Error handling in Pipelines. |
Snap Settings
Field | Field Type | Description | |
---|---|---|---|
Label*
| String | Specify a unique name for the Snap. | |
Distinguished name*
| String/Expression | Specify the distinguished name (DN) of the entry to which a new attribute is added. DN uniquely identifes a certain entry and its position in the directory information tree (DIT) hierarchy. The DN of an LDAP entry is similar to the path of a file on a file system. Â | |
Pass through
| Checkbox | Select this checkbox to include the entire input data in the Snap's output. The Snap includes this data within the $original field in the output.  | |
Entry type
| Dropdown list | Specify the type of entry. The options available include:
An LDAP entry is a collection of information about an entity. Each entry consists of three components: Distinguished Name (DN), collection of attributes, and a collection of object classes. | |
Attribute value delimiter
| String/Expression | Specify the character or string to use as a delimiter to split the value of an attribute into multiple values. Â | |
Attributes   | Use this field set to define the attributs for the entry.
| ||
Attribute name*  Default Value: N/A | String/Expression/Suggestion | Specify the name of the attribute to be attached with this entry.  | |
Attribute value* Â Default Value: N/A | String/Expression | Specify the value to be assigned to the attribute. | |
| Dropdown list |
Have feedback? Email documentation@snaplogic.com | Ask a question in the SnapLogic Community
© 2017-2024 SnapLogic, Inc.