PowerExchange Adapters for PowerCenter
- PowerExchange Adapters for PowerCenter 10.5
- All Products
Property | Description |
---|---|
Source Filter | Configure a filter condition to query for the LDAP entries. Use the standard LDAP syntax for filter expressions. For example, “(&(sn=Geisel)(mail=*))” Default is blank. You can include parameters and variables in a filter condition. The PowerCenter Integration Service handles parameters and variables in the following order:
|
Search Level | Limits the scope of search performed on the directory data. You can use the following search levels:
Default is SubTree Level. |
Include Object classes in filter | Includes the selected object classes in the LDAP filter when the queries are executed. Select this option to retrieve the entries that belong to all the selected object classes. Disable this option to retrieve entries regardless of their object class. |
Server Side Sorting | Determines whether the server-side sorting is enabled and critical. You can use the following server-side sorting options:
Default is No. |
Sorted Ports | List of ports selected for server-side sorting. The selected ports appear as a comma-separated list of attributes that are used for server-side sorting. Default is blank. |
Dereference Aliases | Indicates how the PowerCenter Integration Service dereference aliases during the search operations. You can select the following options to dereference aliases:
Default is Always. |
Follow Referrals | Specify whether you want to automatically follows referrals. The following options determine how to follow referrals:
Default is Ignore. For the Follow and Throw options, the dn attribute value is modified from the URL format to the simple format by removing the protocol and the referred directory server details. For example, “ldap://ldapserver:389/cn=refEntry,o=airius.com,cn=testref2,o=airius.com” is modified to the simple format “cn=refEntry,o=airius.com,cn=testref2,o=airius.com”. |
Maximum Entries | Maximum number of entries to be returned as a result of the search. If the value is 0, the PowerCenter Integration Service returns all the entries. The Count Limit session attribute overrides the Maximum Entries value. Default is 0. |
Maximum Search Time | Maximum time in milliseconds to wait for the search results. A value of 0 indicates that there is no maximum time limit. The Time Limit session attribute overrides the Maximum Search Time value. Default is 0. |
Page Size | Size of the page set to retrieve the maximum number of entries for each page. A value of 0 indicates that all the entries are retrieved in one page. Default is 0. |