Previous Topic: KERBLINK Keyword—Define Foreign Kerberos UsersNext Topic: KERBNAME Keyword—Specify Local Principals as Users


Examples: KERBLINK keyword

This example authenticates the KERBNAME('kal-el') defined on foreign URL www.krypton.org and assigns that KERBNAME to a local acid CKENT01:

TSS ADD(SDT) KERBLINK(SUPERMAN)
             LINKNAME('www.krypton.org/kal—el')
             KERBUSER(CKENT01)

This example assigns all Kerberos principal users from the same URL to CKENT01:

TSS ADD(SDT) KERBLINK(SUPERMAN)
             LINKNAME('www.krypton.org/')
             KERBUSER(CKENT01)

This example maps USER01 and USER02 foreign principal names to their individual user IDs on the local z/OS system:

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

This example makes other foreign principals presenting tickets from the KERB.CA.COM server mapped to the PUBLIC01 user ID on the local z/OS system:

TSS ADDTO(SDT) KERBLINK(KERBLK3) 
               LINKNAME('KERB.CA.COM/')
               KERBUSER(PUBLIC01)

This example lists all KERBLINK records in the SDT:

TSS LIST(SDT) KERBLINK(ALL)