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('kerberos‑realm‑name')
MINTKTLF(min‑ticket‑life)
MAXTKTLF(max‑ticket‑life)
DEFTKTLF(nnnnnnnnnnn)
KERBPASS(kerberos‑password)
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:
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)
|
Copyright © 2009 CA Technologies.
All rights reserved.
|
|