LDAP Input
Description
LDAP Input is a step in the Input Plugin for Process Studio Workflows. The LDAP Input step reads information like users, roles and other data from an LDAP server. The following sections describe the available options for the LDAP input step.
Configurations
No. | Field Name | Description |
---|---|---|
1 | Step name | Specify the name of the step. This name can me modified from the default name and has to be unique within the workflow. |
Host: | ||
2 | Host | Specify the host on which the LDAP server is running. |
3 | Port | Specify the port number on which the LDAP server is running. |
4 | Protocol | Specify the protocol. The default value is LDAP. |
Authentication: | ||
5 | Use Authentication | Select the checkbox to enable user name and password fields needed to connect to LDAP. |
6 | Username | Specify Username. |
7 | Password | Specify Password. |
Certificate: | ||
8 | Use Certificate | Not enabled |
9 | Trust store path | Not enabled |
10 | Button: Browse | Not enabled |
11 | Trust store password | Not enabled |
12 | Trust all certificates | Not enabled |
13 | Test connection button | Click to tests whether the connection is established. |
Search Tab: | ||
1 | Dynamic search base | Checkbox to enable a dynamic search base |
2 | search base fieldname | This field is enabled only when the Dynamic search base checkbox is checked. Choose a field name from the dropdown containing the search base |
3 | Search base | This field is enabled when the Dynamic search base checkbox is unchecked. Provide a static search base. |
4 | Dynamic filter string | Checkbox to enable a dynamic filter string. |
5 | Filter string fieldname | This field is enabled only when the Dynamic filter string checkbox is checked. Choose a field name from the dropdown containing the filter string. |
6 | Filter String | This field is enabled when the Dynamic filter string checkbox is unchecked. Provide a static filter string. |
Advanced Tab: | ||
1 | Include rownum in output? | This is a checkbox to include rownum (Integer) in the output of this step. |
2 | Rownum fieldname | Specify a fieldname to hold the rownum. |
3 | Limit | Specify a Limit to the number of rows to this number (zero (0) means all rows). |
4 | Time limit | Specify a time limit in seconds to retrieve the specified number of rows (zero (0) means no time limit). |
5 | Multi valued field separator | For multi-valued content fields, you can specify a separator here. (default is a comma). |
6 | Set paging | Enable checkbox to set paging. |
7 | Page size | Specify a page size. |
8 | Search scope | Choose the search scope from one of the following, - Object scope - One level scope Subtree scope |
Fields Tab: | ||
1 | Name | Specify the name of the output field. |
2 | Attribute | Specify the attribute to read. |
3 | Type | Specify the data type to convert to. |
4 | Format | Specify the format or conversion mask to use in the data type conversion. |
5 | Length | Specify the Specify the he length of the output data type. |
6 | Precision | Specify the precision of the output data type. |
7 | Currency | Specify the currency symbol to use during data type conversion. |
8 | Decimal | Specify the numeric decimal symbol to use during data type conversion. |
9 | Group | The numeric grouping symbol to use during data type conversion. |
10 | Trim type | Specify the type of trimming to use during data type conversion. |
11 | Repeat | Choose from (Y/N). Choose Y to Repeat the column value of the previous row if the column value is empty (null). |