On this Page

Snap type:

Write


Description:

This Snap assigns a new values to an existing attribute to an existing LDAP entry on the LDAP server.

  • Expected upstream SnapsFile Reader followed by CSV Parser. 
  • Expected downstream Snaps: [None].
  • Expected inputThe Distinguished name of the entry and an attribute, name of the existing attribute, and the new value to be stored.
  • Expected outputThe attribute (if exists) will have the new value. Otherwise, the attribute is added with the provided value.


Prerequisites:

[None]


Support and limitations:

Works in Ultra Task Pipelines.

Account: 

This Snap uses account references created on the Accounts page of SnapLogic Manager to connect to an LDAP server. See LDAP Account for information on setting up this type of account.


Views:


InputThis Snap has at most one input view, which contains an entry name, the name of an existing attribute and the new value to be stored.
OutputThis Snap has at most one document output view.
ErrorThis Snap has at most one document error view and produces zero or more documents in the view.


Settings

Label


Required. The name for the Snap. You can modify this to be more specific, especially if you have more than one of the same Snap in your pipeline.

Distinguished name



Required. The distinguished name of the entry to be modified.

Examplecn=syed,ou=People,dc=Snaplogic,dc=com

Default value: [None]


Pass through

Select to include the entire input data in the Snap's output. The Snap includes this data within the $original field in the output. 

Default value: Not selected

Entry type


The type of entry. The options available include:

  • Courier Mail: Account
  • Courier Mail: Alias
  • Generic: Address Book Entry
  • Generic: DNS Entry
  • Generic: LDAP Alias
  • Generic: Organizational Role
  • Generic: Organizational Unit
  • Generic: Posix Group
  • Generic: Simple Security Object
  • Generic: User Account
  • Kolab: User Entry
  • Samba: Account
  • Samba: Group Mapping
  • Samba: Machine
  • Thunderbird: Address Book Entry
  • User Group
  • Other
The type must be the same as the one used while creating the entry.


Default valueOther
 

Attribute value delimiter

Character or string to be used as delimiter to split the value of an attribute into multiple values.

Example: ,(Comma), ;(Semi-colon),  :(Colon),  /(Backslash)

Default value: [None]


Attribute name


Required. The name of an attribute being added.

It is suggestible based on the entry type.

ExamplemanagedBy

Default value: [None]

Attribute value


Required. The new value to be stored.

Examplemanager2

Default value: [None]