Feedback

  • Contents
 

Get Entry Blob Attribute

This LDAP tool extracts the content of a blob (Binary Large OBject) located in an attribute value and stores it in a file. The Entry object must be retrieved by applying a search operation on the LDAP server.

Inputs

Entry

The entry object that has been retrieved via the LDAP search request.

Attribute

The name of the attribute that is storing the blob.

Blob file

The file where the blob content will be stored.

Outputs

EntryDN

The fully DN name of the entry specified by the Entry input above.

Blob file

The full name of the blob file created to store the content of the blob attribute.

Error Code

The error code (value).

Error Message

The error code name (string).

Error Native

The error returned by the native API (string).

Exit Paths

Success

This path is taken if the blob attribute is successfully stored.

Failure

This path is taken if the operation fails.