| Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Delete Credentials Cache File (DLTKRBCCF) command is used to delete a Kerberos credentials cache 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 |
|---|---|---|---|
| CCF | Credentials cache file | Path name, *DFT, *EXPIRED | Optional, Positional 1 |
| EXPTIME | Expired time | Integer, 0 | Optional |
| Top |
Specifies the Kerberos credentials cache file to be deleted.
| Top |
Specifies that all the credentials cache files containing expired tickets be deleted if the tickets have been expired at least as long as the expired time value.
Note: This parameter is ignored if the Credentials cache file (CCF) parameter has any value other than *EXPIRED.
| Top |
Example 1: Deleting a Default Credentials Cache File
DLTKRBCCF CCF(*DFT)
This command deletes the default credentials cache.
Example 2: Deleting Credential Cache Files that Contain Only Expired Tickets
DLTKRBCCF CCF(*EXPIRED) EXPTIME(150)
This command deletes all credentials cache file that contain tickets which expired at least 150 minutes (two hours and thirty minutes) ago.
| Top |
*ESCAPE Messages
| Top |