Previous Topic: KERBSEGM Keyword—Kerberos Principal User RecordNext Topic: KERBVIO Keyword—Count Attempts to Use a Key


KERBUSER Keyword—Map Foreign Principal Names

Valid on z/OS.

Use the KERBUSER keyword to map foreign principal names to individual user IDs.

To map a unique CA Top Secret User ID to each foreign principal, specify the foreign realm name and the foreign principal name. To map the same CA Top Secret User ID to every foreign principal in the foreign realm, you need only specify the foreign realm name. In each case, you specify the local User ID using the KERBUSER option.

This keyword has the following format:

TSS ADDTO(SDT) KERBLINK(labelname)
               LINKNAME('fullyqualifiedname')
               KERBUSER(userid)
userid

Specifies the User ID on the local z/OS system.

This keyword is used with:

Example: KERBUSER keyword

This example maps USER's foreign principal name to the individual user ID on the local z/OS system:

TSS ADDTO(SDT) KERBLINK(KERBLK1)
               LINKNAME('KERB.CA.COM/USER01')
               KERBUSER(PAUL01)