Configuring Client Authentication
- Last Updated: July 28, 2016
- 1 minute read
- DataDirect Connectors
- JDBC
- IBM Db2 5.1
- MySQL 5.1
- Progress OpenEdge 5.1
- SAP Sybase 5.1
- Documentation
To enable client authentication, set the AuthenticationMethod property to
client.
When AuthenticationMethod=client, the driver uses the user
ID of the user logged onto the system on which the driver is running when establishing a
connection. The DB2 database server relies on the client to authenticate the user and does
not provide additional authentication. The driver ignores any values specified by the User
property and Password properties.