Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This Snap retrieves a unique LDAP entry from the LDAP server and display all its attributes.

...

Snap Type

The LDAP Search is a Write-type Snap.

...

Works in Ultra Task Pipelines.

Limitations

...

None.

and Known Issues

None.

Behavior Change

  • The LDAP Lookup Snap, which has binary data as output, will be outputted as a byte array (Base64 encoded date) instead of String data. 

Account

...

Snap Views

Type

Format

Numer of Views

Examples of Upstream and Downstream Snaps

Description

Input

Document

  • Min: 0

  • Max: 1

File Reader followed by CSV Parser. 

The Distinguished name of the unit to looked for. lter to be applied to obtain the search results.

Output

Document

  • Min: 0

  • Max: 1

N/A

The entry (if it exists) will be displayed with all its attributes.

As of 432patches19873 Snap Pack version, any LDAP entry attribute that contains binary data will be output from the Snap as a byte array (Base64 encoded) instead of a string.

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 when running the Pipeline by choosing one of the following options from the When errors occur list under the Views tab:

  • Stop Pipeline Execution: Stops the current pipeline execution if the Snap encounters an error.

  • Discard Error Data and Continue: Ignores the error, discards that record, and continues with the remaining records.

  • Route Error Data to Error View: Routes the error data to an error view without stopping the Snap execution.

Learn more about Error handling in Pipelines.

...

Field Name

Field Type

Description

Label*

Default Value: LDAP Lookup
Example: Lookup

String

Specify a unique name for the Snap.

Distinguished name*

Default Value: None
Example: cn cn=syed,ou=People,dc=Snaplogic,dc=comDefault value: [None]

String

The Specify the distinguished name of the entry to be modifiedmodify.

Pass through

Default Value: Deselected

Checkbox

Select this checkbox to enable the Snap to pass the input data to the downstream Snap and display in the output document.

...