Set up DB2 to use client authentication.
- Set the following global database server configuration
options::
- Set authentication to the value client.
- Set trust_allclnts to the value yes.
- Set trust-clntauth to the value server.
- Catalog the product databases using the authentication
client parameter of the db2 catalog database command.
- Synchronize the operating system and DB2 database user
names.
- Ensure you have the DB2 JDBC Type-2 Driver in addition
to the standard DB2 JDBC Type-4 Driver. This should be
contained in the file db2java.zip.
- Enable trusted authentication when installing the product.