Feedback

  • Contents
 

Get Entry Attribute

After retrieving all of an LDAP entry's attribute information with the Read Entry tool, use this LDAP tool to retrieve the list of values for a specific attribute in that entry. For example, after retrieving all of the attributes for the user John Doe with the Read Entry tool, use this tool to get a list of email address values in the mail attribute. See Introduction to LDAP tools for more information on using this tool.

Inputs

Entry

The handle to the entry that was created with the Read Entry tool's Entry output parameter.

Attribute

The attribute whose values you want to retrieve.

Outputs

EntryDN

The DN containing the attribute you are querying.

Values

A list of strings containing one or more values retrieved.

Error Code

The code associated with a processing error.

Error Message

A string description describing the error that occurred.

Error Native

A string description of an error that occurred in the LDAPLib module that connects this CIC  server to your LDAP Server.

Exit Paths

Success

This step takes the Success of the operation completed successfully.

Failure  

This tool takes the Failure exit path if an error occurred. Examine the output error text to determine the problem.