Previous Topic: DEFNODES Keyword—Default Remote NodesNext Topic: DEPARTMENT Keyword—Department ACID Assignment


DEFTKTLF Keyword—Default Ticket Life

Valid on z/OS.

Use the DEFTKTLF keyword to specify the default 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(nnnnnnnnnnn)
               KERBPASS(kerberospassword)
DEFTKTLF

The default ticket life in seconds. This keyword is only applicable when defining the KERBDFLT realm record (not foreign realms). If DEFTKTLF is specified, then MINTKTLF and MAXTKTLF must also be specified.

Range: 1 to 2147483647 seconds

Default: 300 (5 minutes)

This keyword is used with:

Example: DEFTKTLF keyword

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

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