1 INITIALIZE The INITIALIZE command is used to initialize a credential cache file with a ticket granting ticket. 2 Parameters principal_name Specifies the principal name 2 Qualifiers /SERVICE /SERVICE Specifies the service name to use. /RENEWABLE /RENEWABLE=time /NORENEWABLE (default) Specifies the renewable time to use. /PROXIABLE /PROXIABLE /NOPROXIABLE (default) Specifies whether the ticket is proxiable. /FORWARDABLE /FORWARDABLE /NOFORWARDABLE (default) Specifies whether the ticket is forwardable. /CACHE /CACHE=[(cache file)] (default) Specifies the cache file to use. /KEYTAB /KEYTAB=[(keytab file)] Specifies the keytab file to use. /LIFE_TIME /LIFE_TIME=time Specifies the life time to use. /START_TIME /START_TIME=time Specifies the start time to use. 2 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.