You can use the adduser command-line utility to add a user. The utility is located in the LISA_HOME\bin directory of a DevTest Server installation. To use the utility, you must have the User and Role Administration permission.
This utility has the following format:
adduser -d userid -w password [-r role] -u userid -p password [-m registry_url]
The following options let you assign basic information to the new user:
The following options let you specify your credentials:
If the registry is on a remote computer, use the -m or --registry option to specify the registry URL.
Example
This example adds a user named user1. Because the role name has more than one word, quotation marks are used.
adduser -d user1 -w password1 -r "Load Tester" -u admin -p myadminpassword
Copyright © 2014 CA Technologies.
All rights reserved.
|
|