Previous Topic: LINKID Keyword—Identify LUs for APPC ConversationNext Topic: LINUXNAM Keyword—Define Linux User Name


LINKNAME Keyword—Specify Foreign Realm

Valid on z/OS.

Use the LINKNAME keyword to specify the fully qualified names of both the foreign realm name and the foreign principal name in a trust relationship.

This keyword has the following format:

TSS ADDTO(SDT) KERBLINK(labelname)
               LINKNAME('fullyqualifiedname')
               KERBUSER(USERID)
fully‑qualified‑name

Contains the foreign realm name followed the foreign principal name.

This keyword is used with:

Example: LINKNAME keyword

This example specifies the win2000.ca.server with Jonathan:

TSS ADDTO(SDT) KERBLINK(KERBLK1)
               LINKNAME('WIN2000.CA.SERVER/JONATHAN')
               KERBUSER(KERB001)