Configuring the LDAP Query node
- Select the LDAP Query start node. On the General tab, specify this information:
- Configuration name
-
Select the configuration to use for this activity. To use an existing configuration, select a name from the list. If you leave the field blank, the default configuration is used.
- Search Scope
-
Select from these options:
-
Object level: This scope searches only Search DN object level and always return one value.
-
One level: This scope goes down only one level deep of the search DN object.
-
Sub-tree level: This scope searches all the sub-levels of the search DN object.
-
- Search DN
-
Specify the top level object which needs to be searched. The LDAP Query node goes down the levels and search objects based on the search scope chosen. You cannot leave this field empty.
- Search Filter
-
Specify the filter value for the search. The LDAP Query node selects the records based on the given search filter. This field cannot be empty.
The default value is (objectClass=*), which selects all the records.
- Return Attributes
-
Specify the attributes you must select from the LDAP server. You can select multiple attributes using a comma-separated list. The default empty value would be all attributes from the server.
If the given attribute is not found on the server, the value for that attribute is displayed as undefined.
- Binary Attributes (to be converted)
-
The binary attributes on server are in binary format. If you must select those attributes, they remain in binary format in the process flow. Binary attributes list which are specified here are converted into bytes array format.
Note:ObjectGUID and ObjectSID are converted into readable string format if they are selected. These attributes are added to binary attributes list by default and do not need to be added explicitly.
The string value format of ObjectGUID and ObjectSID can be used in search filter directly, and they do not need to be modified before using that in search filter.
ObjectSID format: S-1-468115865-1864075116-4034292107-1253497497-2497756855-826951027
ObjectGUID format: {100364A1-D728-4CB9-9CBB-919F5140B2BC}
- On the On Error tab, specify this information:
- What should happen on an error?
-
Select from the available options.
- Notify
-
Select this check box to send a notification when an error occurs. If this option is selected, you must fill out the notification details.
- Custom log entry
-
Select this check box to custom log entry in addition to the system-generated log entry.
- Select the LDAP Query end node. On the Break Condition tab, specify any valid true/false conditions that you must satisfy to end the iteration.
Note:
If a variable is used as part of the condition, you must remove the surrounding brackets <! and >.