Purpose
Discards all of the issuer's tokens
Synopsis
unlog [-cell <cell name>+] [-help] unlog [-c <cell name>+] [-h]
Description
The unlog command by default discards all tokens that the issuer currently holds. To discard tokens for certain cells only, name them with the -cell argument.
Since a token pertains to one client machine only, destroying tokens on one machine has no effect on tokens on another machine.
Cautions
Specifying one or more cell names can cause a brief authentication outage during which the issuer has no valid tokens in any cell. This is because the command actually discards all tokens and then restores the ones for cells not named by the -cell argument. The outage can sometimes interrupt the operation of jobs that require authentication.
Options
Examples
The following command discards all tokens.
% unlog
The following command discards only the tokens for the abc.com and stateu.edu cells.
% unlog -cell abc.com stateu
Privilege Required
None
Related Information