Query LDAP

Queries an LDAP-compliant data source such as Microsoft Active Directory.

This action is for advanced users.

Action Settings

LDAP Path

To configure the LDAP Path, refer to the LDAP Picker for more information.

Query

Select the LDAP query to run. The query can be added manually or use the Inserting reference fields to include runtime values in the query.

Property to retrieve

The property to retrieve for the item found. More than one property may be retrieved. To specify the property to retrieve:

  1. Enter the desired property in the Property to retrieve box.
  2. Click the Add button and the property will appear below the Property to retrieve.
  3.  Specify a workflow variable to store the value of the property to be retrieved.

Advanced Options 

Authentication type

Specify the method used to authenticate to the LDAP server.

Search scope

Determines how the query should behave. The default search scope is 'Sub tree'. Details of each scope are as follows:

  • Base: Limits the search to the base object, the result contains the maximum of one object.
  • One level: Searches the immediate child objects of the base object, excluding the base object.
  • Sub tree: Searches the whole sub tree, including the base object and all its child objects.

Perform paged query

Check to specify that paging should be enabled on the result set. Enabling this option may help if the query result set does not contain all expected results. Note: This option is not supported in all environments.

Related information

Find, add, and configure actions