Previous Topic: REALMNAME Keyword—Secureway RealmNext Topic: REALMNAME Keyword—Specify Local and Foreign Realm Name


REALMNAME(Local Realm) Keyword—Local Realm Name

Valid on z/OS.

Use the REALMNAME keyword to specify the fully qualified names of a local realm name.

This keyword has the following format:

TSS ADDTO(SDT) REALM(KERBDFLT) 
               REALMNAME('kerberosrealmname')
               MINTKTLF(maxticketlife) 
               MAXTKTLF(maxticketlife)
               DEFTKTLF(defaultticketlife)
               KERBPASS(kerberospassword)
               CHKADDRS

kerberos‑realm‑name

Specifies the unqualified name of the local realm.

You can use 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 of the local Network Authentication and Privacy Service realm to upper case. This does not ensure that a valid kerberosrealmname has been specified.

Maximum length: 117 characters

This keyword is used with:

Example: REALMNAME keyword

This example creates the default local realm record with a realm name of Local.ca.com:

TSS ADDTO(SDT) REALM(KERBDFLT)
               REALMNAME(LOCAL.CA.COM)
               MINTKTLF(30)
               MAXTKTLF(86400)
               DEFTKTLF(36000)
               KERBPASS(CHILDREN)
               CHKADDRS