The INITIALIZE command is used to initialize a credential cache
file with a ticket granting ticket.
1 – Parameters
principal_name
Specifies the principal name
2 – Qualifiers
2.1 /SERVICE
/SERVICE
Specifies the service name to use.
2.2 /RENEWABLE
/RENEWABLE=time
/NORENEWABLE (default)
Specifies the renewable time to use.
2.3 /PROXIABLE
/PROXIABLE
/NOPROXIABLE (default)
Specifies whether the ticket is proxiable.
2.4 /FORWARDABLE
/FORWARDABLE
/NOFORWARDABLE (default)
Specifies whether the ticket is forwardable.
2.5 /CACHE
/CACHE=[(cache file)] (default)
Specifies the cache file to use.
2.6 /KEYTAB
/KEYTAB=[(keytab file)]
Specifies the keytab file to use.
2.7 /LIFE_TIME
/LIFE_TIME=time
Specifies the life time to use.
2.8 /START_TIME
/START_TIME=time
Specifies the start time to use.
3 – Examples
KERBEROS> INITIALIZE /LIFE_TIME=0-24:00:00
Initializes a credentials cache file which contains a ticket
granting ticket with a lifetime of 24 hours.