tLDAPAttributesInput
Analyses each object found via the LDAP query and lists a collection of attributes
associated with the object.
tLDAPAttributesInput executes an LDAP query based
on the given filter and corresponding to the schema definition. Then it passes on the
field list to the next component via a Main row
link.
tLDAPAttributesInput Standard properties
These properties are used to configure tLDAPAttributesInput running in the Standard Job framework.
The Standard
tLDAPAttributesInput component belongs to the Databases family.
The component in this framework is available in all Talend
products.
Basic settings
Property type |
Either Built-in or |
 |
Built-in: No property data stored |
 |
Repository: Select the repository |
Use an existing connection |
Select this check box and click the relevant tLDAPConnection component on the Component list to reuse the connection |
Host |
LDAP Directory server IP address. |
Port |
Listening port number of server. |
Base DN |
Path to user’s authorised tree leaf. |
Protocol |
Select the protocol type on the list. LDAP : no encryption is used
LDAPS: secured LDAP. When this
TLS: certificate is used. When this |
Authentication User and |
Select the Authentication check To enter the password, click the […] button next to the |
Filter |
Type in the filter as expected by the LDAP directory db. |
Multi valued field separator |
Type in the value separator in multi-value fields. |
Alias dereferencing |
Select the option on the list. Never
Always: Always dereference
Never: Never dereferences
Searching:Dereferences aliases only
Finding: Dereferences aliases only |
Referral handling |
Select the option on the list:
Ignore: does not handle request
Follow:does handle request |
Limit |
Fill in a limit number of records to be read If needed. |
Time Limit |
Fill in a timeout period for the directory. access |
Paging |
Specify the number of entries returned at a time by the LDAP |
Die on error |
This check box is selected by default. Clear the check box to skip |
Schema and Edit |
A schema is a row description. It defines the number of fields |
 |
Built-in: The schema is created |
 |
Repository: The schema already Warning:
As this component is intended to list the attributes |
 |
Click Edit
|
 |
The pre-defined schema lists: – objectclass: list of object classes – mandatoryattributes: list of mandatory – optionalattributes: list of optional – objectattributes: list of attributes that |
Advanced settings
Class Definition Root |
Specify the root of the object class definition namespace. |
tStatCatcher Statistics |
Select this check box to gather the job processing metadata at a |
Global Variables
Global Variables |
NB_LINE: the number of rows processed. This is an After
RESULT_NAME: the name of the current LDAP entry
ERROR_MESSAGE: the error message generated by the A Flow variable functions during the execution of a component while an After variable To fill up a field or expression with a variable, press Ctrl + For further information about variables, see |
Usage
Usage rule |
This component covers all possible LDAP queries. Note: Press Ctrl + Space bar to |
Related scenario
The tLDAPAttributesInput component follows the usage
similar to that of tLDAPInput. Hence for tLDAPInput related scenario, see Displaying LDAP directory’s filtered content.