NAME

addAtmUser - add a user to the system

SYNOPSIS

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

    addAtmUser [-a] [-c #] [-m master] [-s suite[,suite2...]] [-v] \
               -L uname

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

OPTIONS AND ARGUMENTS

-a

Make the new user an administrator.

-c #

If specified, define # users with the other criteria specified, by appending a numeric suffix to each uname.

-f

If specified, force the user to change their password on the next login.

-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

-L

Use associated LDAP repository for this user.

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-2013 Applied Testing and Technology, Inc. All rights reserved.