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)
min‑ticket‑life

The minimum ticket life in seconds. Zero is not valid.

This keyword is only applicable when defining the KERBDFLT realm record (not foreign realms). If MINTKTLF is specified, then DEFTKTLF and MAXTKTLF must be specified. If only one is specified, a message is generate. See DEFTKTLF and MAXTKTLF keywords for additional information.

Range: 1 to 2147483647

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)