| Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Display Keytab Entries (DSPKRBKTE) command is used to display all the entries stored in the key table file.
Restrictions:
The Network Authentication Service Commands and APIs support job environments for most EBCDIC CCSIDs. CCSID 290 and 5026 are not supported because of the variance of lower-case letters a to z.
| Top |
| Keyword | Description | Choices | Notes |
|---|---|---|---|
| KEYTABFILE | Keytab file | Path name, *DFT | Optional, Positional 1 |
| OUTPUT | Output | Optional, Positional 2 |
| Top |
Specifies the Kerberos keytab file where the group of principals and its keys are stored.
| Top |
Specifies whether the output from the command is displayed at the requesting work station or printed with the job's spooled output.
| Top |
Example 1: Displaying Keytab Entries
DSPKRBKTE KEYTABFILE(*DFT) OUTPUT(*)
This command displays all the entries stored in the default keytab file.
Example 2: Printing Keytab Entries
DSPKRBKTE KEYTAB('/home/julius/myKeyTable.keytab')
OUTPUT(*PRINT)
This command prints all the entries stored in the /home/julius/myKeyTable keytab file. The output is printed with the job's spooled output.
| Top |
*ESCAPE Messages
| Top |