Previous Topic: MAXLEN Keyword—Define Maximum Permission LengthNext Topic: MCSALTG Keyword—Alternate Recovery Group


MAXTKTLF Keyword—Specify Maximum Ticket Life

Valid on z/OS.

Use the MAXTKTLF keyword:

When used in the local realm, this keyword has the following format:

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

When used in local principal, this keyword has the following format:

TSS ADDTO(acid) KERBNAME('kerberosprincipalname')
                MAXTKTLF(maxticketlife)
max‑ticket‑life

Specifies the maximum ticket life in seconds.

When this keyword is used to define the maximum ticket life of the local realm, the DEFTKTLF and MINTKTLF keywords must also be specified. If only one of these keywords is specified, an error message is displayed. For additional information, see DEFTKTLF and MINTKTLF keywords.

When used to define the maximum ticket life of the local principle, this entry overrides the entry in the REALM MAXTKTLF record. DEFTKTLF and MINTKTLF keywords are not required for local principals.

This keyword is not used for foreign realms.

Limits: 1 - 2,147,483,647. Zero is not valid.

This keyword is used with:

Examples: MAXTKTLF keyword

This example indicates a maximum ticket life of 24 hours in the default REALM SDT record:

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

This example changes the maximum ticket life:

TSS REPLACE(SDT) REALM(KERBDFLT)
                 MAXTKTLF(94000)
                 DEFTKTLF(36000)
                 MINTKTLF(30)
                 CHKADDRS