Verify NetWare Aut Entry (VFYNTWAUTE)

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

The Verify NetWare Authentication Entry (VFYNTWAUTE) command verifies the authentication entry for a server. The user name, password, and other data, are sent to the server, where they are used to sign on to the server. This command could be used, for example, to verify that the password is correct before submitting a batch job that uses the server. Use the Work with NetWare Authentication Entries (WRKNTWAUTE) command to view the server authentication entries in a user profile.

Note: This command cannot be used for entries that specify PASSWORD(*STRNTWCNN).

Top

Parameters

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

Server type (SVRTYPE)

Specifies the server type of the server authentication entry that is to be verified.

*NDS
The entry is for a NetWare Directory Services tree.
Top

NDS tree (NDSTREE)

Specifies the NDS tree of the authentication entry to be verified.

character-value
Specify the name of the NDS tree.
Top

Server (SERVER)

Specifies the server of the authentication entry to be verified.

*ANY
Use any server within the NDS tree.
character-value
Specify the name of the server.
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

Examples

VFYNTWAUTE   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

FPE021A
Verification of authentication entry failed.
Top