When you install NetWare Enhanced Integration, a default QNETWARE user profile is created with *NONE for a password. You need to change the QNETWARE profile so it can log in to the NDS trees on which iSeries users are to be enrolled.
To set up your iSeries system for user enrollment:
If you used the same password for the QNETWARE user objects on most or all of the NDS trees, use the same password for QNETWARE on iSeries.
To set the password for the QNETWARE profile, enter:
CHGUSRPRF USRPRF(QNETWARE) PASSWORD(password)
Note that you cannot enable the QNETWARE profile; iSeries intercepts and ignores attempts to change the profile to an enabled state. If QNETWARE is enrolled on NetWare, you also cannot set the password for QNETWARE to *NONE. If you do, the QNETWARE user profile automatically disables the QNETWARE user object on NetWare; then user enrollment cannot proceed.
You also might choose this option if you want to have different passwords for QNETWARE on the various NDS trees.
To create an authentication entry for the QNETWARE user profile that has a password of OWNER in NDS tree TREE1 in NDS context MAIN, you would enter:
ADDNTWAUTE SVRTYPE(*NDS) NDSTREE(TREE1) USRPRF(QNETWARE) PASSWORD(OWNER) NDSCTX(MAIN)
To create a NetWare authentication entry for the QNETWARE user object, which has a password of OWNER in SERVER1, you would enter:
ADDNTWAUTE SVRTYPE(*NETWARE3) SERVER(SERVER1) USRPRF(QNETWARE) PASSWORD(OWNER)
For more information, see Manage NetWare server connections and authentication.