Skip to main content

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 NameDescription
1Step nameSpecify the name of the step. This name can me modified from the default name and has to be unique within the workflow.
Host:
2HostSpecify the host on which the LDAP server is running.
3PortSpecify the port number on which the LDAP server is running.
4ProtocolSpecify the protocol. The default value is LDAP.
Authentication:
5Use AuthenticationSelect the checkbox to enable user name and password fields needed to connect to LDAP.
6UsernameSpecify Username.
7PasswordSpecify Password.
Certificate:
8Use CertificateNot enabled
9Trust store pathNot enabled
10Button: BrowseNot enabled
11Trust store passwordNot enabled
12Trust all certificatesNot enabled
13Test connection buttonClick to tests whether the connection is established.
Search Tab:
1Dynamic search baseCheckbox to enable a dynamic search base
2search base fieldnameThis field is enabled only when the Dynamic search base checkbox is checked. Choose a field name from the dropdown containing the search base
3Search baseThis field is enabled when the Dynamic search base checkbox is unchecked. Provide a static search base.
4Dynamic filter stringCheckbox to enable a dynamic filter string.
5Filter string fieldnameThis field is enabled only when the Dynamic filter string checkbox is checked. Choose a field name from the dropdown containing the filter string.
6Filter StringThis field is enabled when the Dynamic filter string checkbox is unchecked. Provide a static filter string.
Advanced Tab:
1Include rownum in output?This is a checkbox to include rownum (Integer) in the output of this step.
2Rownum fieldnameSpecify a fieldname to hold the rownum.
3LimitSpecify a Limit to the number of rows to this number (zero (0) means all rows).
4Time limitSpecify a time limit in seconds to retrieve the specified number of rows (zero (0) means no time limit).
5Multi valued field separatorFor multi-valued content fields, you can specify a separator here. (default is a comma).
6Set pagingEnable checkbox to set paging.
7Page sizeSpecify a page size.
8Search scopeChoose the search scope from one of the following,

- Object scope

- One level scope

Subtree scope

Fields Tab:
1NameSpecify the name of the output field.
2AttributeSpecify the attribute to read.
3TypeSpecify the data type to convert to.
4FormatSpecify the format or conversion mask to use in the data type conversion.
5LengthSpecify the Specify the he length of the output data type.
6PrecisionSpecify the precision of the output data type.
7CurrencySpecify the currency symbol to use during data type conversion.
8DecimalSpecify the numeric decimal symbol to use during data type conversion.
9GroupThe numeric grouping symbol to use during data type conversion.
10Trim typeSpecify the type of trimming to use during data type conversion.
11RepeatChoose from (Y/N). Choose Y to Repeat the column value of the previous row if the column value is empty (null).