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)
CHKADDRS
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:
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
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|