ApTest Manager documentation: CLI: addAtmUser

addAtmUser

NAME

addAtmUser - add a user to the system

SYNOPSIS

addAtmUser [-a] [-m master] [-s suite[,suite2...]] [-v] \
           uname passwd fullname phone email

Returns 0 if it worked, 1 if the user already existed.

OPTIONS AND ARGUMENTS

-a
Make the new user an administrator.
-m master
If a "master" account is specified, then the characteristics of that account will be copied into the new account.
-s suite1,suite2...
If suite names are specified, unique copies of those test suites will be created for the new user. [Rarely used]
-v
Be verbose
uname
The username of the new user.
passwd
The password of the new user.
fullname
The full name of the new user. Note that any spaces will need to be escaped.
phone
The phone number of the new user.
email
The email address of the new user.

NOTES

If test suites are copied/created, then the "CREATOR" file is updated with the new user name.

Copyright © 2000-2006 Applied Testing and Technology, Inc. All rights reserved.