CL Command Reference - ADDNTWAUTE
CL Command List > ADDNTWAUTE Reference
Description:
The Add NetWare Authentication Entry (ADDNTWAUTE) command adds authentication information for a server to a user profile. The information specifies how the user signs on to the server. This information is used to start authenticated connections to servers. An authenticated connection to a server is required to issue requests to the server. If an authenticated connection does not exist, the system attempts to start a connection using data stored in the authentication entries.
Examples:
ADDNTWAUTE SVRTYPE(*NDS) NDSTREE(IBMTREE)
NDSCTX(¡¯OU=PROG.OU=ROCH.O=IBM¡¯)
PASSWORD(*STRNTCNN)
This command adds an authentication entry for NDS tree IBMTREE to the current user profile. The user name is the same as the current user profile. The full distinguished name for the user (formed by combining the NDSCTX and NTWUSER parameters, and assuming the current user profile name is JOHN) is ¡¯.CN=JOHN.OU=PROG.OU=ROCH.O=IBM¡¯. The Start NetWare Connection (STRNTWCNN) command must be used, with the correct password specified on the PASSWORD parameter, before requests can be sent to the server.