The LIST commands are used to display general information about Kerberos users or databases.
1 – KEYTAB
The LIST KEYTAB command is used to display general information about the default or specified key table entries.
1.1 – Qualifiers
1.2 /OUTPUT
/OUTPUT=[(output file)] (default is SYS$OUTPUT) Specifies the output destination of the textual listing.
1.3 /FILE
/FILE=[(key table file)] Specifies the key table file to use if the default keytab file is not desired.
1.4 – Examples
KerberosAdmin> List Keytab Requests that all the entries in the default key table be listed. KerberosAdmin> List Keytab "*/admin" Requests all the entries in the default key table that contain "/admin" be displayed. Regular expression support has been added to the LIST KEYTAB command. Use quoted strings to preserve case, otherwise, DCL will uppercase all command arguments.
2 – POLICY
The LIST POLICY command is used to display general information about the policies in the Kerberos database.
2.1 – Qualifiers
2.2 /OUTPUT
/OUTPUT=[(output file)] (default is SYS$OUTPUT) Specifies the output file to use.
2.3 – Examples
KerberosAdmin> List Policy Requests that all policies in the database be listed.
3 – PRINCIPAL
The LIST PRINCIPAL command is used to display general information about the principals in the Kerberos database.
3.1 – Qualifiers
3.2 /OUTPUT
/OUTPUT=[(output file)] (default is SYS$OUTPUT) Specifies the output file to use.
3.3 – Examples
KerberosAdmin> List Principal Requests that all the entries in the database be listed. KerberosAdmin> List Principal "*/admin*" Requests that all the administrator entries in the database be listed.