Display NetWare Aut Entry (DSPNTWAUTE)

Where allowed to run: All environments (*ALL)
Threadsafe: No
Parameters
Examples
Error messages

The Display NetWare Authentication Entry (DSPNTWAUTE) command displays the authentication entry for a server. Output is directed to a display or spooled printer file as indicated by the OUTPUT parameter as well as the job type.

Top

Parameters

Keyword Description Choices Notes
SVRTYPE Server type *NETWARE3, *NDS Required, Positional 1
NDSTREE NDS tree Character value Optional
SERVER Server Character value Optional
USRPRF User profile Name, *CURRENT Optional
OUTPUT Output *, *PRINT Optional
Top

Server type (SVRTYPE)

Specifies the type of the authentication entry being displayed.

*NETWARE3
The entry is for a NetWare 3.x server.
*NDS
The entry is for a NetWare Directory Services tree.
Top

NDS tree (NDSTREE)

Specifies, for *NDS entries, the NDS tree name of the authentication entry to be displayed.

Top

Server (SERVER)

Specifies, for *NETWARE3 entries, the server name of the authentication entry to be displayed.

Top

User profile (USRPRF)

Specifies the user profile containing the authentication entry.

*CURRENT
Use the current user profile.
name
Specify the name of the user profile. The user profile must be the current user profile, or the user must have *USE and *OBJMGT authority to the user profile, and *SECADM special authority.
Top

Output (OUTPUT)

Specifies whether the output from the command is shown at the requesting workstation or printed with the job's spooled output.

*
Output requested by an interactive job is shown on the display. Output requested by a batch job is printed with the job's spooled output.
*PRINT
The output is printed with the job's spooled output.
Top

Examples

DSPNTWAUTE   SVRTYPE(*NETWARE3)  SERVER(SERVER03)

This command verifies the server authentication entry for NetWare 3.x server SERVER03 from the current user profile.

Top

Error messages

*ESCAPE Messages

CPF2217
Not authorized to user profile &1.
FPE0215
Could not find authentication entry for &2.
Top