IBM Books

User's Guide


Security Types

This section lists the various combinations of authentication and security settings that are supported with DB2 Connect Version 5.0 over both APPC and TCP/IP connections.

The discussion which follows applies to both types of connection.

Security Types for APPC Connections

The following security types are allowed for APPC connections, in order to specify what security information will flow at the communications layer:

SAME
Only the user name is passed to the DRDA server.
PROGRAM
The user name and password are passed to the DRDA server.
NONE
No security information flows.

Table 2 shows the possible combinations of these values and the authentication type specified on the DB2 Connect workstation, and where validation is performed for each combination. Only the combinations shown in this table are supported by DB2 Connect over APPC connections.

Table 2. Valid Security Scenarios for APPC connections
Case DB2 Connect Authentication Security Validation
1 CLIENT SAME Client
2 SERVER SAME DB2 Connect workstation
3 SERVER PROGRAM DB2 Connect workstation and DRDA server
4 DCS PROGRAM DRDA server
5 DCE NONE DCE security server

If remote clients are connected to a DB2 Connect Enterprise Edition gateway, specify the following:

Notes:

  1. For AIX systems, all users using APPC security type SAME must belong to the AIX system group.

  2. For AIX systems with remote clients, the instance of the DB2 Connect product running on the DB2 Connect workstation must belong to the AIX system group.

  3. Access to a DRDA server is controlled by its own security mechanisms or subsystems; for example, the Virtual Telecommunications Access Method (VTAM) and Resource Access Control Facility (RACF). Access to protected database objects is controlled by the SQL GRANT and REVOKE statements.

Security Types for TCP/IP Connections

The TCP/IP communication protocol does not support security options at the network protocol layer. Thus only the authentication type controls where authentication takes place. Only the combinations shown in this table are supported by DB2 Connect over TCP/IP connections.

Table 3. Valid Security Scenarios for TCP/IP connections
Case DB2 Connect Workstation Authentication type Validation
1 CLIENT Client
2 SERVER DB2 Connect workstation
3 Not applicable None
4 DCS DRDA server
5 DCE DCE security server

Discussion of Security Types

The following discussion applies to both APPC and TCP/IP connections, as described above and listed in Table 2 and Table 3. Each case is described in more detail, as follows:


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]

[ DB2 List of Books | Search the DB2 Books ]