Work with NetWare Aut Entries (WRKNTWAUTE)

Where allowed to run: Interactive environments (*INTERACT *IPGM *IREXX *EXEC)
Threadsafe: No
Parameters
Examples
Error messages

The Work with NetWare Authentication Entry (WRKNTWAUTE) command displays a list of authentication entries for a user. From the Work with NetWare Authentication Entry panel, options are available to add, change, display and remove authentication entries, as well as start authenticated connections to servers using the authentication entries.

Top

Parameters

Keyword Description Choices Notes
SVRTYPE Server type *ALL, *NETWARE3, *NDS Optional
NDSTREE NDS tree Character value, *ALL Optional
SERVER Server Character value, *ALL Optional
USRPRF User profile Name, *CURRENT Optional
Top

Server type (SVRTYPE)

Specifies the type of the authentication entries to be viewed.

*ALL
View all authentication entries for this user.
*NETWARE3
View all NetWare 3.x server authentication entries.
*NDS
View all NetWare Directory Services tree authentication entries.
Top

NDS tree (NDSTREE)

Specifies, for server type *NDS, the name of the NetWare Directory Services tree authentication entries with which to work.

*ALL
View all NDS authentication entries for this user.
'name'
Specify the name of the NDS tree entries with which to work.
'generic-name'
Specify the generic name of the NDS tree entries with which to work. A generic name is a character string of one or more characters followed by an asterisk (*); for example, ABC*. The asterisk substitutes for any valid characters. A generic name specifies all objects with names that begin with the generic prefix for which the user has authority. If an asterisk is not included with the generic (prefix) name, the system assumes it to be the complete object name.
Top

Server (SERVER)

Specifies, for server type *NETWARE3, the server authentication entries you want to work with.

*ALL
View all NetWare 3.12 server authentication entries for this user.
'name'
Specify the name of the server entry with which to work.
'generic-name'
Specify the generic name of the server entries with which to work. A generic name is a character string of one or more characters followed by an asterisk (*); for example, ABC*. The asterisk substitutes for any valid characters. A generic name specifies all objects with names that begin with the generic prefix for which the user has authority. If an asterisk is not included with the generic (prefix) name, the system assumes it to be the complete object name.
Top

User profile (USRPRF)

Specifies the user profile containing the authentication entries.

*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

WRKNTWAUTE   SVRTYPE(*NDS)

This command displays a list of all NetWare Directory Services tree authentication entries for the current user.

Top

Error messages

*ESCAPE Messages

CPF2217
Not authorized to user profile &1.
Top