Previous Topic: MEMLIMIT Keyword—Maximum Memory SpaceNext Topic: MISC1 Keyword—Authority to Administer Functions


MINTKTLF Keyword—Minimum Ticket Life

Valid on z/OS.

Use the MINTKTLF keyword to specify the minimum ticket life in the KERBDFLT REALM record in the SDT.

This keyword has the following format:

TSS ADDTO(SDT) REALM(KERBDFLT)
               REALMNAME('kerberosrealmname')
               MINTKTLF(minticketlife)
               MAXTKTLF(maxticketlife)
               DEFTKTLF(defaultticketlife)
               KERBPASS(kerberospassword)
               CHKADDRS
min‑ticket‑life

Specifies the minimum ticket life in seconds.

This keyword is only applicable when defining the KERBDFLT realm record (not foreign realms). If MINTKTLF is specified, the DEFTKTLF and MAXTKTLF keywords must also be specified. If only one of these keywords is specified, am error message is displayed. For additional information, see the DEFTKTLF and MAXTKTLF keywords.

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

This keyword is used with:

Example: MINTKTLF keyword

This example indicates a minimum ticket life of 30 seconds in the default REALM SDT record:

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