Data Integration Connectors
- Data Integration Connectors
- All Products
Property
| Description
|
|---|---|
Connection Name | Name of the connection.
Each connection name must be unique within the organization. Connection names can contain alphanumeric characters, spaces, and the following special characters: _ . + -,
Maximum length is 255 characters.
|
Description | Description of the connection. Maximum length is 4000 characters.
|
Use Secret Vault | Stores sensitive credentials for this connection in the secrets manager that is configured for your organization.
This property appears only if secrets manager is set up for your organization.
When you enable the secret vault in the connection, you can select
which credentials that the Secure Agent retrieves from the secrets manager. If you
don't enable this option, the credentials are stored in the repository or on a local
Secure Agent, depending on how your organization is configured. If you’re using this connection
to apply data access policies through pushdown or proxy services, you cannot use
the Secret Vault configuration option. For information about how to configure and use a secrets manager, see
"Secrets manager configuration" in the Administrator help .
|
Runtime Environment | The name of the runtime environment where you want to run the tasks.
Select a Secure Agent or elastic runtime
environment. For more information about how to configure
and use the runtime environments, see Runtime Environments in the
Administrator help. |
Host Name
| Required. LDAP directory server host name.
You can use the LDAP or LDAPS protocol to connect to LDAP Server.
If you use SSL, use the host name that you specify in the SSL certificate.
|
Port
| Required. LDAP directory server port number. Default is 389.
|
Anonymous Connection
| Establishes an anonymous connection with the LDAP directory server. Select anonymous connection to access a directory server as an anonymous user without authentication.
You cannot establish an anonymous connection with Active Directory.
|
User Name
| The LDAP user name to connect to the LDAP directory server.
Required if you want to connect to Active Directory.
|
Password
| The password to connect to the LDAP directory server. If you do not enter the password, the Client establishes an anonymous connection.
Required if you want to connect to Active Directory.
|
Secure Connection
| Establishes a secure connection with the LDAP directory server through the TLS protocol.
|
TrustStore File Name
| The file name of the truststore that contains the TLS certificate to establish a one-way secure connection with the LDAP directory server.
Contact the LDAP Administrator for the truststore file name and password.
|
TrustStore Password
| The password for the truststore file that contains the SSL certificate.
|
KeyStore File Name
| The file name of the keystore that contains the keys and certificates required to establish a two-way secure communication with the LDAP directory server.
Contact the LDAP Administrator for the keystore file name and password.
|
KeyStore Password
| The password for the keystore file required for secure communication.
|
Base DN
| Required. The distinguished name (DN) of the root directory in the LDAP directory server.
For example, use the following base DN to connect to the Informatica domain:
dc=informatica-connector,dc=com
If you do not specify the base DN, the Secure Agent fails to fetch the metadata.
|