Page History
If you do not already have a validation list, you must create one.
To do this:1. From an IBM i
- From an IBM i command entry (CALL QCMD), create a validation list using the CRTVLDL command. To create a validation list named USERLIST in QGPL, enter the following:
...
CRTVLDL VLDL(QGPL/USERLIST)
...
TEXT('Validation
...
List')
...
- Use the
WRKOBJcommand to ensure the validation list has*PUBLICwith*USEauthority.
...
- To add users to the newly created validation list, use the IBM Web Administration for
...
- IBM i by starting the
*ADMINinstance. From the browser select the Advanced tab, from the Internet Users and Groups section select Add Internet User.
You may also use the W3@P2301 program to add users to the validation list. For more details, refer to 1.5.6 Modifying IBM i Validation Lists.
