Configuring LDAP Authentication
You can configure the connector to use the LDAP protocol to authenticate the connection. You can set the connection properties in a connection string or in a DSN (in the odbc.ini
file). Settings in the connection string take precedence over
settings in the DSN.
Note: If LDAP authentication is enabled, then SSL is automatically enabled.
To configure LDAP authentication:
- Set the
AuthenticationType
property toLDAP Authentication
. - Set the
UID
property to an appropriate user name for accessing the data store. - Set the
PWD
property to the password corresponding to the user name that you specified above. - Configure the SSL settings as described in Configuring SSL Verification.
You can now use the connector to authenticate through LDAP and connect to your Presto server.