Previous Topic: SERVAUTH Resource Class—Secure TCP/IP ResourcesNext Topic: SERVER Resource Class—Secure z/OS SERVER Objects


Examples: SERVAUTH resource class

This example protects resources by using CA Top Secret, by assigning ownership to the Corporate Department (owning acid):

TSS ADDTO(CORPORAT) SERVAUTH(EZB.)

The administration may now PERMIT access to users or profiles that requires access.

This example removes ownership:

TSS REMOVE(CORPORAT) SERAUTH(EZB.)

This example permits users in the Technical Services Department to access TCP/IP stack:

TSS PERMIT(acid) SERAUTH(EZB.STACKACCESS.)
                 ACCESS(READ)

This example revokes access:

TSS REVOKE(acid) SERVAUTH(EZB.STACKACCESS.)