Previous Topic: REALMNAME(Local Realm) Keyword—Local Realm NameNext Topic: RECDATA Keyword—RECORD Field Characteristics


REALMNAME Keyword—Specify Local and Foreign Realm Name

Valid on z/OS.

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

This keyword has the following format:

TSS ADDTO(SDT) REALM(realmlabel) 
               REALMNAME('fullyqualifiedname')
               KERBPASS(password)
fully‑qualified‑name

Specifies the fully qualified name of the foreign realm.

Can be any character except the (X'61') character. Do not use any of the EBCDIC variant characters to avoid problems with different code pages.

Use the single quotes if:

Regardless of the case used, CA Top Secret rolls the name to upper case. This does not ensure that a valid REALMNAME has been specified.

Maximum length: 240 characters

This keyword is used with:

Example: REALMNAME keyword

This example creates a foreign realm SDT record with a principal name of LOCAL.CA.COM and a realm password of children:

TSS ADDTO(SDT) REALM(KERBFOR1)
               REALMNAME('LOCAL.CA.COM/KRBTGT/FOREIGN.SERVER_1')
               KERBPASS(CHILDREN)