Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Display Authorized Users (DSPAUTUSR) command displays or prints the names of the authorized system users, in alphabetic order. The following information is provided for each user: the group profile of which the user is a member, the most recent password change date, whether the user profile has a password, the text of the user profile, whether the user has a password for password levels 0 or 1, whether the user has a password for password levels 2 or 3, whether the user has a password for use with iSeries 400 Support for Windows Network Neighborhood (iSeries 400 NetServer), and the local password management value.
Note: While this command is searching for user profile information to display, another job cannot change user profiles (for example, with the Change User Profile (CHGUSRPRF) command).
Restrictions:
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
SEQ | Sequence | *USRPRF, *GRPPRF | Optional, Positional 1 |
OUTPUT | Output | Optional, Positional 2 |
Top |
Specifies whether the list of system users is in alphabetic sequence by user profile name or by group profile name.
Top |
Specifies whether the output from the command is displayed at the requesting work station or printed with the job's spooled output.
Top |
Example 1: Displaying Authorized Users and Group Profile Names
DSPAUTUSR
This command shows the list of authorized users and their group profile names. The list is in alphabetic sequence by user profile name. OUTPUT(*) is also assumed; the list is shown on the display or printed depending on whether the command was submitted at a work station or as part of the batch input stream.
Example 2: Printing Output
DSPAUTUSR SEQ(*GRPPRF) OUTPUT(*PRINT)
This command causes authorized system user profile names and their group profile names to be printed. The output is printed in alphabetic sequence by group profile name.
Top |
*ESCAPE Messages
Top |