DB2 Version 9.7 for Linux, UNIX, and Windows

Authentication

Authentication of a user is completed using a security facility outside of the DB2® database system. The security facility can be part of the operating system or a separate product.

The security facility requires two items to authenticate a user: a user ID and a password. The user ID identifies the user to the security facility. By supplying the correct password, information known only to the user and the security facility, the user's identity (corresponding to the user ID) is verified.

Note: In non-root installations, operating system-based authentication must be enabled by running the db2rfe command.

After being authenticated:

The DB2 database manager uses the security facility to authenticate users in one of two ways:

Note: On some UNIX systems, the DB2 database manager can log failed password attempts with the operating system, and detect when a client has exceeded the number of allowable login tries, as specified by the LOGINRETRIES parameter.