The LIST command is used to list the contents of either the credential
cache file or a keytab file.
1 – 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
2.1 /OUTPUT
/OUTPUT=[(output file)] (default is SYS$OUTPUT)
Specifies the output file to use.
2.2 /FILE
/FILE=[(cache/keytab file)]
Specifies the credential cache or keytab file to use.
2.3 /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)
3 – 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.