PRTAUTL PRINT AUTHORIZATION LIST TAASEDK |
The Print Authorization List command prints a listing of one,
generic, or all authorization lists. The listing describes who the
owner is and who is authorized. This provides a simple security
review of the authorization lists.
An option exists to bypass the print line for the user if the user is
the same as the owner.
A typical command would be:
PRTAUTL AUTL(*ALL) BYPOWNER(*YES)
You must have *ALLOBJ authority to use PRTAUTL.
Command parameters *CMD
------------------
AUTL A specific authorization list name, a generic name,
or *ALL may be specified for the lists to print.
BYPOWNER Should the user line be bypassed if the user is the
owner. The default is *NO which causes a line of
printing for the owner. *YES allows the owner line
to be bypassed.
PUBLIC Whether the *PUBLIC user only should be printed.
The default is *NO which causes all users to be
printed.
*YES allows only the *PUBLIC user to be printed.
Specifying PUBLIC(*YES) and BYPOWNER(*YES) provides
one line per authorization list with the *PUBLIC
authorities.
Restrictions
------------
You must have *ALLOBJ authority to use PRTAUTL.
Prerequisites
-------------
The following TAA Tools must be on your system:
CHKALLOBJ Check *ALLOBJ authority
EDTVAR Edit variable
RTVSYSVAL3 Retrieve system value 3
SNDCOMPMSG Send completion message
SNDESCMSG Send escape message
SNDSTSMSG Send status message
Implementation
--------------
None, the tool is ready to use.
Objects used by the tool
------------------------
Object Type Attribute Src member Src file
------ ---- --------- ---------- ----------
PRTAUTL *CMD TAASEDK QATTCMD
TAASEDKC *PGM CLP TAASEDKC QATTCL
TAASEDKR *PGM RPG TAASEDKR QATTRPG
|
Added to TAA Productivity tools May 1, 1996