Previous Topic: Security Requirements for SNAMI

Next Topic: IPSec Network Management Interface Setup


SNA Network Management Interface Security Requirements

The security requirements for the SNA Network Management Interface are:

Access problems to /var and IST.NETMGMT.sysname.SNAMGMT are indicated by the presence of messages NSN58n in the SOLVE SSI log.

Examples: Setting IST.NETMGMT.sysname.SNAMGMT security

This example sets the security requirements in an CA ACF2 system:

SET RESOURCE(SER)
COMPILE
$KEY(IST) TYPE(SER)
  NETMGMT.sysname.SNAMGMT UID(uid) SERVICE(READ) ALLOW
STORE
SER

The value set in the CLASMAP definition in the GSO for SERVAUTH resources.

uid

The UID of the region user.

This example sets the security requirements in a CA Top Secret system:

TSS PER(userid) SERVAUTH(IST.NETMGMT.sysname.SNAMGMT) ACCESS(READ)
userid

The ACID of the region user.

This example sets the security requirements in a RACF system:

PER IST.NETMGMT.sysname.SNAMGMT CLASS(SERVAUTH) ID(userid) ACCESS(READ)
userid

The user ID of the region.