1 LIST The LIST command is used to list the contents of either the credential cache file or a keytab file. 2 Parameters CACHE Specifies that the credential cache file is to be listed. KEYTAB Specifies that the contents of the keytab file is to be listed. 2 Qualifiers /OUTPUT /OUTPUT=[(output file)] (default is SYS$OUTPUT) Specifies the output file to use. /FILE /FILE=[(cache/keytab file)] Specifies the credential cache or keytab file to use. /SHOW /SHOW=(show list) Specifies the items to show. Keyword Description CREDENTIAL_FLAGS Display credential flags (CACHE type only) ENCRYPTION_TYPES Display encryption types (CACHE type only) STATUS Display status only (CACHE type only, mutually exclusive) DES_KEYS Display encryption keys (KEYTAB type only) TIMESTAMPS Display timestamps (KEYTAB type only) ALL Display all information (All types) 2 Examples KERBEROS> LIST CACHE /SHOW=ALL List the default credentials cache file showing all the cache attributes. KERBEROS> LIST KEYTAB List existing keytab entries in the current keytab file.