How to configure Talend MDM with LDAP authentication if LdapDirect is set to false
To do that, you need to enable authentication through LDAP in the MDM configuration file, which is a template that contains the configuration information related to LDAP.
In the configuration file, the option LdapDirect specifies the LDAP authentication method to use. If it is set to false, the indirect authentication method is used, in which an admin user must browse through the LDAP directory to find the distinguished name (DN) for the given username.
In this case, the LdapAdminDN, LdapAdminPassword, searchBase and searchFilter parameters must be set.
This article assumes that you have a good knowledge of LDAP and are familiar with LDAP configuration.
Retrieve the files base.ldif and users.ldif from the Downloads tab in the left panel of this page.