Lists authentication information associated with the current process.
paglist [ -R module_name ]
The paglist command queries the current process' credentials to display its authentication certificate.
If the -R option is not given, paglist will query the user's registry attribute and use that value for module_name.
Item | Description |
---|---|
-R module_name | Specifies that the load module module_name is to list its authentication certificate associated with the current process. |
Access Control: This command runs with the ID of the invoking user, without any elevated privileges. It should be owned by root, but executable by all.
paglist -R FPKI
This
example will list the PAG associated with the current process within
the FPKI registry.