CVTSVRAUTE CONVERT SERVER AUTHENTICATION ENTRIES TAASEFK |
The Convert Server Authentication Entries command converts the
Authentication Entries for one or all servers to an outfile. Each
record contains the name of the server and a user. You must have
*ALLOBJ and *SECADM special authorities to use CVTSVRAUTE.
The model file is TAASEFKP in TAATOOL with a format name of SVRRCD.
The QSYRTVSE API is used to determine if a profile has any
authentication entries.
To list the file in sequence by server name, use the PRTDB2 command.
To list the file in sequence by user, use PRTDB2 FROMRCD(1).
The model file is TAASEFKP and the format name is SVRRCD.
A typical command would be:
CVTSVRAUTE SERVER(*ALL) OUTLIB(QTEMP)
One record would be written for each user specified to a server.
The SVRAUTP file is a keyed file with a key on Server name.
CVTSVRAUTE escape messages you can monitor for
----------------------------------------------
TAA9897 No server entries exist
Escape messages from based on functions will be re-sent.
Command parameters *CMD
------------------
SERVER The server name to convert. *ALL is the default for
all servers. A specific server name may be entered.
OUTLIB The library in which the file SVRAUTP will be
placed. The default is *LIBL. If the SVRAUTP file
does not already exist, a library must be named.
OUTMBR The member of the SVRAUTP file to be used. The
default is SVRAUTP. If the member does not exist it
is added.
REPLACE A *YES/*NO value for whether the member should be
cleared before writing records into it. The default
is *YES.
*NO may be specified to add records to any existing
data.
Restrictions
------------
You must have *ALLOBJ and *SECADM special authorities to use
CVTSVRAUTE.
Prerequisites
-------------
The following TAA Tools must be on your system:
CHKALLOBJ Check *ALLOBJ special authority
CHKSECADM Check *SECADM special authority
EDTVAR Edit variable
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
------ ---- --------- ---------- ----------
CVTSVRAUTE *CMD TAASEFK QATTCMD
TAASEFKC *PGM CLP TAASEFKC QATTCL
TAASEFKR *PGM RPG TAASEFKR QATTRPG
TAASEFKP *FILE PF TAASEFKP QATTDDS
|
Added to TAA Productivity tools September 15, 2002