manager create

Prev Next

This command creates a VMS manager user.Managing Managers via VAST Web UI

Usage

manager create --username NAME
               --role-id ID
               [--password PASSWORD] 
               [--prompt-password]    
               [--first-name NAME] 
               [--last-name NAME] 
               [--enable-is-temporary-password]
               [--disable-is-temporary-password]
               [--enable-password-expiration]
               [--disable-password-expiration]

Required Parameters

--username NAME

The manager's user name.

--role-id ID

The ID of the role to assign to the manager.

Options

--password PASSWORD

The manager password.

--prompt-password

If specified, the manager is prompted for the password.

--first-name NAME

The manager's first name.

--last-name NAME

The manager's last name.

--enable-is-temporary-password

Sets the password as temporary, which means that VMS allows the manager to log in with the temporary password within seven days. The only action available to the user after logging in with a temporary password is to change the password.

--disable-is-temporary-password

Disables temporary password setting.

--enable-password-expiration

Enables the password to expire according to the password expiration period set by vms modify. vms modify

--disable-password-expiration

Prevents the manager's password from expiring.

Example

To create a manager named John Smith with a username of jsmith and role ID 12:

vcli: admin> manager create --username jsmith --first-name John --last-name Smith --role-id 12