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